UNPKG

liferay-headless-rest-client

Version:
1 lines 36.6 kB
export type AssetLibrary={id?:number;readonly name?:string;readonly name_i18n?:{[key:string]:string;};readonly'x-class-name'?:string;};export type Creator={readonly additionalName?:string;readonly contentType?:string;readonly externalReferenceCode?:string;readonly familyName?:string;readonly givenName?:string;readonly id?:number;readonly image?:string;readonly name?:string;readonly profileURL?:string;readonly'x-class-name'?:string;};export type Keyword={readonly actions?:{[key:string]:{[key:string]:string;};};assetLibraries?:Array<AssetLibrary>;readonly assetLibraryKey?:string;creator?:Creator;readonly dateCreated?:string;readonly dateModified?:string;externalReferenceCode?:string;readonly id?:number;readonly keywordUsageCount?:number;name:string;readonly siteExternalReferenceCode?:string;readonly siteId?:number;readonly subscribed?:boolean;readonly'x-class-name'?:string;};export type Facet={facetCriteria?:string;facetValues?:Array<FacetValue>;};export type FacetValue={numberOfOccurrences?:number;term?:string;};export type PagePermission={items?:Array<Permission>;lastPage?:number;totalCount?:number;actions?:{[key:string]:{[key:string]:string;};};facets?:Array<Facet>;page?:number;pageSize?:number;};export type Permission={actionIds?:Array<string>;roleExternalReferenceCode?:string;roleName?:string;roleType?:string;};export type PageKeyword={items?:Array<Keyword>;lastPage?:number;totalCount?:number;actions?:{[key:string]:{[key:string]:string;};};facets?:Array<Facet>;page?:number;pageSize?:number;};export type PageTaxonomyCategory={items?:Array<TaxonomyCategory>;lastPage?:number;totalCount?:number;actions?:{[key:string]:{[key:string]:string;};};facets?:Array<Facet>;page?:number;pageSize?:number;};export type ParentTaxonomyCategory={externalReferenceCode?:string;id?:number;name?:string;name_i18n?:{[key:string]:string;};readonly'x-class-name'?:string;};export type ParentTaxonomyVocabulary={externalReferenceCode?:string;id?:number;name?:string;name_i18n?:{[key:string]:string;};readonly'x-class-name'?:string;};export type TaxonomyCategory={readonly actions?:{[key:string]:{[key:string]:string;};};readonly availableLanguages?:Array<string>;creator?:Creator;readonly dateCreated?:string;readonly dateModified?:string;description?:string;description_i18n?:{[key:string]:string;};externalReferenceCode?:string;readonly id?:string;name:string;name_i18n?:{[key:string]:string;};readonly numberOfTaxonomyCategories?:number;parentTaxonomyCategory?:ParentTaxonomyCategory;parentTaxonomyVocabulary?:ParentTaxonomyVocabulary;permissions?:Array<Permission>;readonly siteExternalReferenceCode?:string;readonly siteId?:number;taxonomyCategoryProperties?:Array<TaxonomyCategoryProperty>;readonly taxonomyCategoryUsageCount?:number;taxonomyVocabularyId?:number;viewableBy?:'Anyone'|'Members'|'Owner';readonly'x-class-name'?:string;};export type TaxonomyCategoryProperty={externalReferenceCode?:string;key:string;value?:string;readonly'x-class-name'?:string;};export type AssetType={required?:boolean;subtype?:string;type?:string;typeId?:number;readonly'x-class-name'?:string;};export type PageTaxonomyVocabulary={items?:Array<TaxonomyVocabulary>;lastPage?:number;totalCount?:number;actions?:{[key:string]:{[key:string]:string;};};facets?:Array<Facet>;page?:number;pageSize?:number;};export type TaxonomyVocabulary={readonly actions?:{[key:string]:{[key:string]:string;};};assetLibraries?:Array<AssetLibrary>;readonly assetLibraryKey?:string;assetTypes?:Array<AssetType>;readonly availableLanguages?:Array<string>;creator?:Creator;readonly dateCreated?:string;readonly dateModified?:string;description?:string;description_i18n?:{[key:string]:string;};externalReferenceCode?:string;readonly id?:number;multiValued?:boolean;name:string;name_i18n?:{[key:string]:string;};readonly numberOfTaxonomyCategories?:number;permissions?:Array<Permission>;readonly siteExternalReferenceCode?:string;readonly siteId?:number;viewableBy?:'Anyone'|'Members'|'Owner';readonly'x-class-name'?:string;visibilityType?:'PUBLIC'|'INTERNAL';};export type DeleteAssetLibraryKeywordByExternalReferenceCodeData={body?:never;path:{assetLibraryId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/by-external-reference-code/{externalReferenceCode}';};export type DeleteAssetLibraryKeywordByExternalReferenceCodeResponses={default:unknown;};export type GetAssetLibraryKeywordByExternalReferenceCodeData={body?:never;path:{assetLibraryId:string;externalReferenceCode:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/by-external-reference-code/{externalReferenceCode}';};export type GetAssetLibraryKeywordByExternalReferenceCodeResponses={default:Keyword;};export type GetAssetLibraryKeywordByExternalReferenceCodeResponse=GetAssetLibraryKeywordByExternalReferenceCodeResponses[keyof GetAssetLibraryKeywordByExternalReferenceCodeResponses];export type PutAssetLibraryKeywordByExternalReferenceCodeData={body?:Keyword;path:{assetLibraryId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/by-external-reference-code/{externalReferenceCode}';};export type PutAssetLibraryKeywordByExternalReferenceCodeResponses={default:Keyword;};export type PutAssetLibraryKeywordByExternalReferenceCodeResponse=PutAssetLibraryKeywordByExternalReferenceCodeResponses[keyof PutAssetLibraryKeywordByExternalReferenceCodeResponses];export type DeleteKeywordData={body?:never;path:{keywordId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}';};export type DeleteKeywordResponses={default:unknown;};export type GetKeywordData={body?:never;path:{keywordId:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}';};export type GetKeywordResponses={default:Keyword;};export type GetKeywordResponse=GetKeywordResponses[keyof GetKeywordResponses];export type PutKeywordData={body?:Keyword;path:{keywordId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}';};export type PutKeywordResponses={default:Keyword;};export type PutKeywordResponse=PutKeywordResponses[keyof PutKeywordResponses];export type DeleteKeywordBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords/batch';};export type DeleteKeywordBatchResponses={default:unknown;};export type PostKeywordBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords/batch';};export type PostKeywordBatchResponses={default:unknown;};export type PutKeywordBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords/batch';};export type PutKeywordBatchResponses={default:unknown;};export type DeleteSiteKeywordByExternalReferenceCodeData={body?:never;path:{siteId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/by-external-reference-code/{externalReferenceCode}';};export type DeleteSiteKeywordByExternalReferenceCodeResponses={default:unknown;};export type GetSiteKeywordByExternalReferenceCodeData={body?:never;path:{siteId:string;externalReferenceCode:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/by-external-reference-code/{externalReferenceCode}';};export type GetSiteKeywordByExternalReferenceCodeResponses={default:Keyword;};export type GetSiteKeywordByExternalReferenceCodeResponse=GetSiteKeywordByExternalReferenceCodeResponses[keyof GetSiteKeywordByExternalReferenceCodeResponses];export type PutSiteKeywordByExternalReferenceCodeData={body?:Keyword;path:{siteId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/by-external-reference-code/{externalReferenceCode}';};export type PutSiteKeywordByExternalReferenceCodeResponses={default:Keyword;};export type PutSiteKeywordByExternalReferenceCodeResponse=PutSiteKeywordByExternalReferenceCodeResponses[keyof PutSiteKeywordByExternalReferenceCodeResponses];export type GetAssetLibraryKeywordPermissionsPageData={body?:never;path:{assetLibraryId:string;};query?:{fields?:string;restrictFields?:string;roleNames?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/permissions';};export type GetAssetLibraryKeywordPermissionsPageResponses={default:PagePermission;};export type GetAssetLibraryKeywordPermissionsPageResponse=GetAssetLibraryKeywordPermissionsPageResponses[keyof GetAssetLibraryKeywordPermissionsPageResponses];export type PutAssetLibraryKeywordPermissionsPageData={body?:Array<Permission>;path:{assetLibraryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/permissions';};export type PutAssetLibraryKeywordPermissionsPageResponses={default:PagePermission;};export type PutAssetLibraryKeywordPermissionsPageResponse=PutAssetLibraryKeywordPermissionsPageResponses[keyof PutAssetLibraryKeywordPermissionsPageResponses];export type GetAssetLibraryKeywordsPageData={body?:never;path:{assetLibraryId:string;};query?:{aggregationTerms?:string;fields?:string;filter?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords';};export type GetAssetLibraryKeywordsPageResponses={default:PageKeyword;};export type GetAssetLibraryKeywordsPageResponse=GetAssetLibraryKeywordsPageResponses[keyof GetAssetLibraryKeywordsPageResponses];export type PostAssetLibraryKeywordData={body?:Keyword;path:{assetLibraryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords';};export type PostAssetLibraryKeywordResponses={default:Keyword;};export type PostAssetLibraryKeywordResponse=PostAssetLibraryKeywordResponses[keyof PostAssetLibraryKeywordResponses];export type GetKeywordsPageData={body?:never;path?:never;query?:{aggregationTerms?:string;fields?:string;filter?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords';};export type GetKeywordsPageResponses={default:PageKeyword;};export type GetKeywordsPageResponse=GetKeywordsPageResponses[keyof GetKeywordsPageResponses];export type PostKeywordData={body?:Keyword;path?:never;query?:never;url:'/o/headless-admin-taxonomy/v1.0/keywords';};export type PostKeywordResponses={default:Keyword;};export type PostKeywordResponse=PostKeywordResponses[keyof PostKeywordResponses];export type GetKeywordsRankedPageData={body?:never;path?:never;query?:{fields?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;siteId?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords/ranked';};export type GetKeywordsRankedPageResponses={default:PageKeyword;};export type GetKeywordsRankedPageResponse=GetKeywordsRankedPageResponses[keyof GetKeywordsRankedPageResponses];export type GetSiteKeywordPermissionsPageData={body?:never;path:{siteId:string;};query?:{fields?:string;restrictFields?:string;roleNames?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/permissions';};export type GetSiteKeywordPermissionsPageResponses={default:PagePermission;};export type GetSiteKeywordPermissionsPageResponse=GetSiteKeywordPermissionsPageResponses[keyof GetSiteKeywordPermissionsPageResponses];export type PutSiteKeywordPermissionsPageData={body?:Array<Permission>;path:{siteId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/permissions';};export type PutSiteKeywordPermissionsPageResponses={default:PagePermission;};export type PutSiteKeywordPermissionsPageResponse=PutSiteKeywordPermissionsPageResponses[keyof PutSiteKeywordPermissionsPageResponses];export type GetSiteKeywordsPageData={body?:never;path:{siteId:string;};query?:{aggregationTerms?:string;fields?:string;filter?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords';};export type GetSiteKeywordsPageResponses={default:PageKeyword;};export type GetSiteKeywordsPageResponse=GetSiteKeywordsPageResponses[keyof GetSiteKeywordsPageResponses];export type PostSiteKeywordData={body?:Keyword;path:{siteId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords';};export type PostSiteKeywordResponses={default:Keyword;};export type PostSiteKeywordResponse=PostSiteKeywordResponses[keyof PostSiteKeywordResponses];export type PostAssetLibraryKeywordBatchData={body?:{[key:string]:unknown;};path:{assetLibraryId:string;};query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/batch';};export type PostAssetLibraryKeywordBatchResponses={default:unknown;};export type PostAssetLibraryKeywordsPageExportBatchData={body?:never;path:{assetLibraryId:string;};query?:{filter?:string;search?:string;sort?:string;callbackURL?:string;contentType?:string;fieldNames?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/export-batch';};export type PostAssetLibraryKeywordsPageExportBatchResponses={default:unknown;};export type PostKeywordsPageExportBatchData={body?:never;path?:never;query?:{filter?:string;search?:string;sort?:string;callbackURL?:string;contentType?:string;fieldNames?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords/export-batch';};export type PostKeywordsPageExportBatchResponses={default:unknown;};export type PostSiteKeywordBatchData={body?:{[key:string]:unknown;};path:{siteId:string;};query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/batch';};export type PostSiteKeywordBatchResponses={default:unknown;};export type PostSiteKeywordsPageExportBatchData={body?:never;path:{siteId:string;};query?:{filter?:string;search?:string;sort?:string;callbackURL?:string;contentType?:string;fieldNames?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/export-batch';};export type PostSiteKeywordsPageExportBatchResponses={default:unknown;};export type PutKeywordMergeData={body?:never;path:{toKeywordId:string;};query?:{fromKeywordIds?:string;};url:'/o/headless-admin-taxonomy/v1.0/keywords/{toKeywordId}/merge';};export type PutKeywordMergeResponses={default:unknown;};export type PutKeywordSubscribeData={body?:never;path:{keywordId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}/subscribe';};export type PutKeywordSubscribeResponses={default:unknown;};export type PutKeywordUnsubscribeData={body?:never;path:{keywordId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}/unsubscribe';};export type PutKeywordUnsubscribeResponses={default:unknown;};export type DeleteTaxonomyCategoryData={body?:never;path:{taxonomyCategoryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}';};export type DeleteTaxonomyCategoryResponses={default:unknown;};export type GetTaxonomyCategoryData={body?:never;path:{taxonomyCategoryId:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}';};export type GetTaxonomyCategoryResponses={default:TaxonomyCategory;};export type GetTaxonomyCategoryResponse=GetTaxonomyCategoryResponses[keyof GetTaxonomyCategoryResponses];export type PatchTaxonomyCategoryData={body?:TaxonomyCategory;path:{taxonomyCategoryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}';};export type PatchTaxonomyCategoryResponses={default:TaxonomyCategory;};export type PatchTaxonomyCategoryResponse=PatchTaxonomyCategoryResponses[keyof PatchTaxonomyCategoryResponses];export type PutTaxonomyCategoryData={body?:TaxonomyCategory;path:{taxonomyCategoryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}';};export type PutTaxonomyCategoryResponses={default:TaxonomyCategory;};export type PutTaxonomyCategoryResponse=PutTaxonomyCategoryResponses[keyof PutTaxonomyCategoryResponses];export type DeleteTaxonomyCategoryBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/batch';};export type DeleteTaxonomyCategoryBatchResponses={default:unknown;};export type PutTaxonomyCategoryBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/batch';};export type PutTaxonomyCategoryBatchResponses={default:unknown;};export type DeleteTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeData={body?:never;path:{taxonomyVocabularyId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/by-external-reference-code/{externalReferenceCode}';};export type DeleteTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponses={default:unknown;};export type GetTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeData={body?:never;path:{taxonomyVocabularyId:string;externalReferenceCode:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/by-external-reference-code/{externalReferenceCode}';};export type GetTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponses={default:TaxonomyCategory;};export type GetTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponse=GetTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponses[keyof GetTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponses];export type PutTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeData={body?:TaxonomyCategory;path:{taxonomyVocabularyId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/by-external-reference-code/{externalReferenceCode}';};export type PutTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponses={default:TaxonomyCategory;};export type PutTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponse=PutTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponses[keyof PutTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCodeResponses];export type GetTaxonomyCategoriesRankedPageData={body?:never;path?:never;query?:{fields?:string;page?:string;pageSize?:string;restrictFields?:string;siteId?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/ranked';};export type GetTaxonomyCategoriesRankedPageResponses={default:PageTaxonomyCategory;};export type GetTaxonomyCategoriesRankedPageResponse=GetTaxonomyCategoriesRankedPageResponses[keyof GetTaxonomyCategoriesRankedPageResponses];export type GetTaxonomyCategoryPermissionsPageData={body?:never;path:{taxonomyCategoryId:string;};query?:{fields?:string;restrictFields?:string;roleNames?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}/permissions';};export type GetTaxonomyCategoryPermissionsPageResponses={default:PagePermission;};export type GetTaxonomyCategoryPermissionsPageResponse=GetTaxonomyCategoryPermissionsPageResponses[keyof GetTaxonomyCategoryPermissionsPageResponses];export type PutTaxonomyCategoryPermissionsPageData={body?:Array<Permission>;path:{taxonomyCategoryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}/permissions';};export type PutTaxonomyCategoryPermissionsPageResponses={default:PagePermission;};export type PutTaxonomyCategoryPermissionsPageResponse=PutTaxonomyCategoryPermissionsPageResponses[keyof PutTaxonomyCategoryPermissionsPageResponses];export type GetTaxonomyCategoryTaxonomyCategoriesPageData={body?:never;path:{parentTaxonomyCategoryId:string;};query?:{aggregationTerms?:string;fields?:string;filter?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{parentTaxonomyCategoryId}/taxonomy-categories';};export type GetTaxonomyCategoryTaxonomyCategoriesPageResponses={default:PageTaxonomyCategory;};export type GetTaxonomyCategoryTaxonomyCategoriesPageResponse=GetTaxonomyCategoryTaxonomyCategoriesPageResponses[keyof GetTaxonomyCategoryTaxonomyCategoriesPageResponses];export type PostTaxonomyCategoryTaxonomyCategoryData={body?:TaxonomyCategory;path:{parentTaxonomyCategoryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{parentTaxonomyCategoryId}/taxonomy-categories';};export type PostTaxonomyCategoryTaxonomyCategoryResponses={default:TaxonomyCategory;};export type PostTaxonomyCategoryTaxonomyCategoryResponse=PostTaxonomyCategoryTaxonomyCategoryResponses[keyof PostTaxonomyCategoryTaxonomyCategoryResponses];export type GetTaxonomyVocabularyTaxonomyCategoriesPageData={body?:never;path:{taxonomyVocabularyId:string;};query?:{aggregationTerms?:string;fields?:string;filter?:string;flatten?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories';};export type GetTaxonomyVocabularyTaxonomyCategoriesPageResponses={default:PageTaxonomyCategory;};export type GetTaxonomyVocabularyTaxonomyCategoriesPageResponse=GetTaxonomyVocabularyTaxonomyCategoriesPageResponses[keyof GetTaxonomyVocabularyTaxonomyCategoriesPageResponses];export type PostTaxonomyVocabularyTaxonomyCategoryData={body?:TaxonomyCategory;path:{taxonomyVocabularyId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories';};export type PostTaxonomyVocabularyTaxonomyCategoryResponses={default:TaxonomyCategory;};export type PostTaxonomyVocabularyTaxonomyCategoryResponse=PostTaxonomyVocabularyTaxonomyCategoryResponses[keyof PostTaxonomyVocabularyTaxonomyCategoryResponses];export type PostTaxonomyVocabularyTaxonomyCategoriesPageExportBatchData={body?:never;path:{taxonomyVocabularyId:string;};query?:{filter?:string;search?:string;sort?:string;callbackURL?:string;contentType?:string;fieldNames?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/export-batch';};export type PostTaxonomyVocabularyTaxonomyCategoriesPageExportBatchResponses={default:unknown;};export type PostTaxonomyVocabularyTaxonomyCategoryBatchData={body?:{[key:string]:unknown;};path:{taxonomyVocabularyId:string;};query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/batch';};export type PostTaxonomyVocabularyTaxonomyCategoryBatchResponses={default:unknown;};export type DeleteAssetLibraryTaxonomyVocabularyByExternalReferenceCodeData={body?:never;path:{assetLibraryId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}';};export type DeleteAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponses={default:unknown;};export type GetAssetLibraryTaxonomyVocabularyByExternalReferenceCodeData={body?:never;path:{assetLibraryId:string;externalReferenceCode:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}';};export type GetAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponses={default:TaxonomyVocabulary;};export type GetAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponse=GetAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponses[keyof GetAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponses];export type PutAssetLibraryTaxonomyVocabularyByExternalReferenceCodeData={body?:TaxonomyVocabulary;path:{assetLibraryId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}';};export type PutAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponses={default:TaxonomyVocabulary;};export type PutAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponse=PutAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponses[keyof PutAssetLibraryTaxonomyVocabularyByExternalReferenceCodeResponses];export type DeleteSiteTaxonomyVocabularyByExternalReferenceCodeData={body?:never;path:{siteId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}';};export type DeleteSiteTaxonomyVocabularyByExternalReferenceCodeResponses={default:unknown;};export type GetSiteTaxonomyVocabularyByExternalReferenceCodeData={body?:never;path:{siteId:string;externalReferenceCode:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}';};export type GetSiteTaxonomyVocabularyByExternalReferenceCodeResponses={default:TaxonomyVocabulary;};export type GetSiteTaxonomyVocabularyByExternalReferenceCodeResponse=GetSiteTaxonomyVocabularyByExternalReferenceCodeResponses[keyof GetSiteTaxonomyVocabularyByExternalReferenceCodeResponses];export type PutSiteTaxonomyVocabularyByExternalReferenceCodeData={body?:TaxonomyVocabulary;path:{siteId:string;externalReferenceCode:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}';};export type PutSiteTaxonomyVocabularyByExternalReferenceCodeResponses={default:TaxonomyVocabulary;};export type PutSiteTaxonomyVocabularyByExternalReferenceCodeResponse=PutSiteTaxonomyVocabularyByExternalReferenceCodeResponses[keyof PutSiteTaxonomyVocabularyByExternalReferenceCodeResponses];export type DeleteTaxonomyVocabularyData={body?:never;path:{taxonomyVocabularyId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}';};export type DeleteTaxonomyVocabularyResponses={default:unknown;};export type GetTaxonomyVocabularyData={body?:never;path:{taxonomyVocabularyId:string;};query?:{fields?:string;restrictFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}';};export type GetTaxonomyVocabularyResponses={default:TaxonomyVocabulary;};export type GetTaxonomyVocabularyResponse=GetTaxonomyVocabularyResponses[keyof GetTaxonomyVocabularyResponses];export type PatchTaxonomyVocabularyData={body?:TaxonomyVocabulary;path:{taxonomyVocabularyId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}';};export type PatchTaxonomyVocabularyResponses={default:TaxonomyVocabulary;};export type PatchTaxonomyVocabularyResponse=PatchTaxonomyVocabularyResponses[keyof PatchTaxonomyVocabularyResponses];export type PutTaxonomyVocabularyData={body?:TaxonomyVocabulary;path:{taxonomyVocabularyId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}';};export type PutTaxonomyVocabularyResponses={default:TaxonomyVocabulary;};export type PutTaxonomyVocabularyResponse=PutTaxonomyVocabularyResponses[keyof PutTaxonomyVocabularyResponses];export type DeleteTaxonomyVocabularyBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/batch';};export type DeleteTaxonomyVocabularyBatchResponses={default:unknown;};export type PostTaxonomyVocabularyBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/batch';};export type PostTaxonomyVocabularyBatchResponses={default:unknown;};export type PutTaxonomyVocabularyBatchData={body?:{[key:string]:unknown;};path?:never;query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/batch';};export type PutTaxonomyVocabularyBatchResponses={default:unknown;};export type GetAssetLibraryTaxonomyVocabulariesPageData={body?:never;path:{assetLibraryId:string;};query?:{aggregationTerms?:string;fields?:string;filter?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies';};export type GetAssetLibraryTaxonomyVocabulariesPageResponses={default:PageTaxonomyVocabulary;};export type GetAssetLibraryTaxonomyVocabulariesPageResponse=GetAssetLibraryTaxonomyVocabulariesPageResponses[keyof GetAssetLibraryTaxonomyVocabulariesPageResponses];export type PostAssetLibraryTaxonomyVocabularyData={body?:TaxonomyVocabulary;path:{assetLibraryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies';};export type PostAssetLibraryTaxonomyVocabularyResponses={default:TaxonomyVocabulary;};export type PostAssetLibraryTaxonomyVocabularyResponse=PostAssetLibraryTaxonomyVocabularyResponses[keyof PostAssetLibraryTaxonomyVocabularyResponses];export type GetAssetLibraryTaxonomyVocabularyPermissionsPageData={body?:never;path:{assetLibraryId:string;};query?:{fields?:string;restrictFields?:string;roleNames?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/permissions';};export type GetAssetLibraryTaxonomyVocabularyPermissionsPageResponses={default:PagePermission;};export type GetAssetLibraryTaxonomyVocabularyPermissionsPageResponse=GetAssetLibraryTaxonomyVocabularyPermissionsPageResponses[keyof GetAssetLibraryTaxonomyVocabularyPermissionsPageResponses];export type PutAssetLibraryTaxonomyVocabularyPermissionsPageData={body?:Array<Permission>;path:{assetLibraryId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/permissions';};export type PutAssetLibraryTaxonomyVocabularyPermissionsPageResponses={default:PagePermission;};export type PutAssetLibraryTaxonomyVocabularyPermissionsPageResponse=PutAssetLibraryTaxonomyVocabularyPermissionsPageResponses[keyof PutAssetLibraryTaxonomyVocabularyPermissionsPageResponses];export type GetSiteTaxonomyVocabulariesPageData={body?:never;path:{siteId:string;};query?:{aggregationTerms?:string;fields?:string;filter?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies';};export type GetSiteTaxonomyVocabulariesPageResponses={default:PageTaxonomyVocabulary;};export type GetSiteTaxonomyVocabulariesPageResponse=GetSiteTaxonomyVocabulariesPageResponses[keyof GetSiteTaxonomyVocabulariesPageResponses];export type PostSiteTaxonomyVocabularyData={body?:TaxonomyVocabulary;path:{siteId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies';};export type PostSiteTaxonomyVocabularyResponses={default:TaxonomyVocabulary;};export type PostSiteTaxonomyVocabularyResponse=PostSiteTaxonomyVocabularyResponses[keyof PostSiteTaxonomyVocabularyResponses];export type GetSiteTaxonomyVocabularyPermissionsPageData={body?:never;path:{siteId:string;};query?:{fields?:string;restrictFields?:string;roleNames?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/permissions';};export type GetSiteTaxonomyVocabularyPermissionsPageResponses={default:PagePermission;};export type GetSiteTaxonomyVocabularyPermissionsPageResponse=GetSiteTaxonomyVocabularyPermissionsPageResponses[keyof GetSiteTaxonomyVocabularyPermissionsPageResponses];export type PutSiteTaxonomyVocabularyPermissionsPageData={body?:Array<Permission>;path:{siteId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/permissions';};export type PutSiteTaxonomyVocabularyPermissionsPageResponses={default:PagePermission;};export type PutSiteTaxonomyVocabularyPermissionsPageResponse=PutSiteTaxonomyVocabularyPermissionsPageResponses[keyof PutSiteTaxonomyVocabularyPermissionsPageResponses];export type GetTaxonomyVocabulariesPageData={body?:never;path?:never;query?:{aggregationTerms?:string;fields?:string;filter?:string;page?:string;pageSize?:string;restrictFields?:string;search?:string;sort?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies';};export type GetTaxonomyVocabulariesPageResponses={default:PageTaxonomyVocabulary;};export type GetTaxonomyVocabulariesPageResponse=GetTaxonomyVocabulariesPageResponses[keyof GetTaxonomyVocabulariesPageResponses];export type PostTaxonomyVocabularyData={body?:TaxonomyVocabulary;path?:never;query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies';};export type PostTaxonomyVocabularyResponses={default:TaxonomyVocabulary;};export type PostTaxonomyVocabularyResponse=PostTaxonomyVocabularyResponses[keyof PostTaxonomyVocabularyResponses];export type GetTaxonomyVocabularyPermissionsPageData={body?:never;path:{taxonomyVocabularyId:string;};query?:{fields?:string;restrictFields?:string;roleNames?:string;nestedFields?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/permissions';};export type GetTaxonomyVocabularyPermissionsPageResponses={default:PagePermission;};export type GetTaxonomyVocabularyPermissionsPageResponse=GetTaxonomyVocabularyPermissionsPageResponses[keyof GetTaxonomyVocabularyPermissionsPageResponses];export type PutTaxonomyVocabularyPermissionsPageData={body?:Array<Permission>;path:{taxonomyVocabularyId:string;};query?:never;url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/permissions';};export type PutTaxonomyVocabularyPermissionsPageResponses={default:PagePermission;};export type PutTaxonomyVocabularyPermissionsPageResponse=PutTaxonomyVocabularyPermissionsPageResponses[keyof PutTaxonomyVocabularyPermissionsPageResponses];export type PostAssetLibraryTaxonomyVocabulariesPageExportBatchData={body?:never;path:{assetLibraryId:string;};query?:{filter?:string;search?:string;sort?:string;callbackURL?:string;contentType?:string;fieldNames?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/export-batch';};export type PostAssetLibraryTaxonomyVocabulariesPageExportBatchResponses={default:unknown;};export type PostAssetLibraryTaxonomyVocabularyBatchData={body?:{[key:string]:unknown;};path:{assetLibraryId:string;};query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/batch';};export type PostAssetLibraryTaxonomyVocabularyBatchResponses={default:unknown;};export type PostSiteTaxonomyVocabulariesPageExportBatchData={body?:never;path:{siteId:string;};query?:{filter?:string;search?:string;sort?:string;callbackURL?:string;contentType?:string;fieldNames?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/export-batch';};export type PostSiteTaxonomyVocabulariesPageExportBatchResponses={default:unknown;};export type PostSiteTaxonomyVocabularyBatchData={body?:{[key:string]:unknown;};path:{siteId:string;};query?:{callbackURL?:string;};url:'/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/batch';};export type PostSiteTaxonomyVocabularyBatchResponses={default:unknown;};export type PostTaxonomyVocabulariesPageExportBatchData={body?:never;path?:never;query?:{filter?:string;search?:string;sort?:string;callbackURL?:string;contentType?:string;fieldNames?:string;};url:'/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/export-batch';};export type PostTaxonomyVocabulariesPageExportBatchResponses={default:unknown;};export type ClientOptions={baseUrl:'http://localhost:8080'|(string&{});};