UNPKG

liferay-headless-rest-client

Version:
2 lines (1 loc) 22.5 kB
var z=async(F,X)=>{let K=typeof X=="function"?await X(F):X;if(K)return F.scheme==="bearer"?`Bearer ${K}`:F.scheme==="basic"?`Basic ${btoa(K)}`:K},N=(F,X,K)=>{typeof K=="string"||K instanceof Blob?F.append(X,K):F.append(X,JSON.stringify(K))};var h={bodySerializer:(F)=>{let X=new FormData;return Object.entries(F).forEach(([K,B])=>{B!=null&&(Array.isArray(B)?B.forEach((k)=>N(X,K,k)):N(X,K,B))}),X}},m={bodySerializer:(F)=>JSON.stringify(F,(X,K)=>typeof K=="bigint"?K.toString():K)};var w=(F)=>{switch(F){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},b=(F)=>{switch(F){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},d=(F)=>{switch(F){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},T=({allowReserved:F,explode:X,name:K,style:B,value:k})=>{if(!X){let V=(F?k:k.map((E)=>encodeURIComponent(E))).join(b(B));switch(B){case"label":return`.${V}`;case"matrix":return`;${K}=${V}`;case"simple":return V;default:return`${K}=${V}`}}let D=w(B),Z=k.map((V)=>B==="label"||B==="simple"?F?V:encodeURIComponent(V):$({allowReserved:F,name:K,value:V})).join(D);return B==="label"||B==="matrix"?D+Z:Z},$=({allowReserved:F,name:X,value:K})=>{if(K==null)return"";if(typeof K=="object")throw new Error("Deeply-nested arrays/objects aren’t supported. Provide your own `querySerializer()` to handle these.");return`${X}=${F?K:encodeURIComponent(K)}`},U=({allowReserved:F,explode:X,name:K,style:B,value:k})=>{if(k instanceof Date)return`${K}=${k.toISOString()}`;if(B!=="deepObject"&&!X){let V=[];Object.entries(k).forEach(([M,L])=>{V=[...V,M,F?L:encodeURIComponent(L)]});let E=V.join(",");switch(B){case"form":return`${K}=${E}`;case"label":return`.${E}`;case"matrix":return`;${K}=${E}`;default:return E}}let D=d(B),Z=Object.entries(k).map(([V,E])=>$({allowReserved:F,name:B==="deepObject"?`${K}[${V}]`:V,value:E})).join(D);return B==="label"||B==="matrix"?D+Z:Z},f=/\{[^{}]+\}/g,g=({path:F,url:X})=>{let K=X,B=X.match(f);if(B)for(let k of B){let D=!1,Z=k.substring(1,k.length-1),V="simple";Z.endsWith("*")&&(D=!0,Z=Z.substring(0,Z.length-1)),Z.startsWith(".")?(Z=Z.substring(1),V="label"):Z.startsWith(";")&&(Z=Z.substring(1),V="matrix");let E=F[Z];if(E==null)continue;if(Array.isArray(E)){K=K.replace(k,T({explode:D,name:Z,style:V,value:E}));continue}if(typeof E=="object"){K=K.replace(k,U({explode:D,name:Z,style:V,value:E}));continue}if(V==="matrix"){K=K.replace(k,`;${$({name:Z,value:E})}`);continue}let M=encodeURIComponent(V==="label"?`.${E}`:E);K=K.replace(k,M)}return K},R=({allowReserved:F,array:X,object:K}={})=>(B)=>{let k=[];if(B&&typeof B=="object")for(let D in B){let Z=B[D];if(Z!=null)if(Array.isArray(Z)){let V=T({allowReserved:F,explode:!0,name:D,style:"form",value:Z,...X});V&&k.push(V)}else if(typeof Z=="object"){let V=U({allowReserved:F,explode:!0,name:D,style:"deepObject",value:Z,...K});V&&k.push(V)}else{let V=$({allowReserved:F,name:D,value:Z});V&&k.push(V)}}return k.join("&")},u=(F)=>{if(!F)return"stream";let X=F.split(";")[0]?.trim();if(X){if(X.startsWith("application/json")||X.endsWith("+json"))return"json";if(X==="multipart/form-data")return"formData";if(["application/","audio/","image/","video/"].some((K)=>X.startsWith(K)))return"blob";if(X.startsWith("text/"))return"text"}},c=async({security:F,...X})=>{for(let K of F){let B=await z(K,X.auth);if(!B)continue;let k=K.name??"Authorization";switch(K.in){case"query":X.query||(X.query={}),X.query[k]=B;break;case"cookie":X.headers.append("Cookie",`${k}=${B}`);break;case"header":default:X.headers.set(k,B);break}return}},O=(F)=>a({baseUrl:F.baseUrl,path:F.path,query:F.query,querySerializer:typeof F.querySerializer=="function"?F.querySerializer:R(F.querySerializer),url:F.url}),a=({baseUrl:F,path:X,query:K,querySerializer:B,url:k})=>{let D=k.startsWith("/")?k:`/${k}`,Z=(F??"")+D;X&&(Z=g({path:X,url:Z}));let V=K?B(K):"";return V.startsWith("?")&&(V=V.substring(1)),V&&(Z+=`?${V}`),Z},S=(F,X)=>{let K={...F,...X};return K.baseUrl?.endsWith("/")&&(K.baseUrl=K.baseUrl.substring(0,K.baseUrl.length-1)),K.headers=j(F.headers,X.headers),K},j=(...F)=>{let X=new Headers;for(let K of F){if(!K||typeof K!="object")continue;let B=K instanceof Headers?K.entries():Object.entries(K);for(let[k,D]of B)if(D===null)X.delete(k);else if(Array.isArray(D))for(let Z of D)X.append(k,Z);else D!==void 0&&X.set(k,typeof D=="object"?JSON.stringify(D):D)}return X},q=class{_fns;constructor(){this._fns=[]}clear(){this._fns=[]}getInterceptorIndex(F){return typeof F=="number"?this._fns[F]?F:-1:this._fns.indexOf(F)}exists(F){let X=this.getInterceptorIndex(F);return!!this._fns[X]}eject(F){let X=this.getInterceptorIndex(F);this._fns[X]&&(this._fns[X]=null)}update(F,X){let K=this.getInterceptorIndex(F);return this._fns[K]?(this._fns[K]=X,F):!1}use(F){return this._fns=[...this._fns,F],this._fns.length-1}},_=()=>({error:new q,request:new q,response:new q}),A=R({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),C={"Content-Type":"application/json"},I=(F={})=>({...m,headers:C,parseAs:"auto",querySerializer:A,...F}),v=(F={})=>{let X=S(I(),F),K=()=>({...X}),B=(Z)=>(X=S(X,Z),K()),k=_(),D=async(Z)=>{let V={...X,...Z,fetch:Z.fetch??X.fetch??globalThis.fetch,headers:j(X.headers,Z.headers)};V.security&&await c({...V,security:V.security}),V.body&&V.bodySerializer&&(V.body=V.bodySerializer(V.body)),(V.body===void 0||V.body==="")&&V.headers.delete("Content-Type");let E=O(V),M={redirect:"follow",...V},L=new Request(E,M);for(let J of k.request._fns)J&&(L=await J(L,V));let x=V.fetch,H=await x(L);for(let J of k.response._fns)J&&(H=await J(H,L,V));let W={request:L,response:H};if(H.ok){if(H.status===204||H.headers.get("Content-Length")==="0")return V.responseStyle==="data"?{}:{data:{},...W};let J=(V.parseAs==="auto"?u(H.headers.get("Content-Type")):V.parseAs)??"json";if(J==="stream")return V.responseStyle==="data"?H.body:{data:H.body,...W};let Q=await H[J]();return J==="json"&&(V.responseValidator&&await V.responseValidator(Q),V.responseTransformer&&(Q=await V.responseTransformer(Q))),V.responseStyle==="data"?Q:{data:Q,...W}}let Y=await H.text();try{Y=JSON.parse(Y)}catch{}let P=Y;for(let J of k.error._fns)J&&(P=await J(Y,H,L,V));if(P=P||{},V.throwOnError)throw P;return V.responseStyle==="data"?void 0:{error:P,...W}};return{buildUrl:O,connect:(Z)=>D({...Z,method:"CONNECT"}),delete:(Z)=>D({...Z,method:"DELETE"}),get:(Z)=>D({...Z,method:"GET"}),getConfig:K,head:(Z)=>D({...Z,method:"HEAD"}),interceptors:k,options:(Z)=>D({...Z,method:"OPTIONS"}),patch:(Z)=>D({...Z,method:"PATCH"}),post:(Z)=>D({...Z,method:"POST"}),put:(Z)=>D({...Z,method:"PUT"}),request:D,setConfig:B,trace:(Z)=>D({...Z,method:"TRACE"})}};var G=v(I({baseUrl:"http://localhost:8080"}));var s=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/by-external-reference-code/{externalReferenceCode}",...F})},n=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/by-external-reference-code/{externalReferenceCode}",...F})},t=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/by-external-reference-code/{externalReferenceCode}",...F,headers:{"Content-Type":"application/json",...F.headers}})},i=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}",...F})},o=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}",...F})},FF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}",...F,headers:{"Content-Type":"application/json",...F.headers}})},GF=(F)=>{return(F?.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/keywords/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},KF=(F)=>{return(F?.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/keywords/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},VF=(F)=>{return(F?.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/keywords/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},XF=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/by-external-reference-code/{externalReferenceCode}",...F})},ZF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/by-external-reference-code/{externalReferenceCode}",...F})},kF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/by-external-reference-code/{externalReferenceCode}",...F,headers:{"Content-Type":"application/json",...F.headers}})},BF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/permissions",...F})},DF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/permissions",...F,headers:{"Content-Type":"application/json",...F.headers}})},EF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords",...F})},HF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords",...F,headers:{"Content-Type":"application/json",...F.headers}})},JF=(F)=>{return(F?.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/keywords",...F})},LF=(F)=>{return(F?.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/keywords",...F,headers:{"Content-Type":"application/json",...F?.headers}})},MF=(F)=>{return(F?.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/keywords/ranked",...F})},PF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/permissions",...F})},QF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/permissions",...F,headers:{"Content-Type":"application/json",...F.headers}})},WF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords",...F})},YF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords",...F,headers:{"Content-Type":"application/json",...F.headers}})},$F=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/batch",...F,headers:{"Content-Type":"application/json",...F.headers}})},qF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/keywords/export-batch",...F})},IF=(F)=>{return(F?.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/keywords/export-batch",...F})},NF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/batch",...F,headers:{"Content-Type":"application/json",...F.headers}})},OF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/keywords/export-batch",...F})},SF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/keywords/{toKeywordId}/merge",...F})},TF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}/subscribe",...F})},UF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/keywords/{keywordId}/unsubscribe",...F})},RF=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}",...F})},jF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}",...F})},vF=(F)=>{return(F.client??G).patch({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}",...F,headers:{"Content-Type":"application/json",...F.headers}})},xF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}",...F,headers:{"Content-Type":"application/json",...F.headers}})},zF=(F)=>{return(F?.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},mF=(F)=>{return(F?.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},wF=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/by-external-reference-code/{externalReferenceCode}",...F})},bF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/by-external-reference-code/{externalReferenceCode}",...F})},dF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/by-external-reference-code/{externalReferenceCode}",...F,headers:{"Content-Type":"application/json",...F.headers}})},fF=(F)=>{return(F?.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/ranked",...F})},gF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}/permissions",...F})},uF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{taxonomyCategoryId}/permissions",...F,headers:{"Content-Type":"application/json",...F.headers}})},cF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{parentTaxonomyCategoryId}/taxonomy-categories",...F})},aF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-categories/{parentTaxonomyCategoryId}/taxonomy-categories",...F,headers:{"Content-Type":"application/json",...F.headers}})},_F=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories",...F})},AF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories",...F,headers:{"Content-Type":"application/json",...F.headers}})},CF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/export-batch",...F})},hF=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/taxonomy-categories/batch",...F,headers:{"Content-Type":"application/json",...F.headers}})},yF=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}",...F})},rF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}",...F})},lF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}",...F,headers:{"Content-Type":"application/json",...F.headers}})},eF=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}",...F})},pF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}",...F})},sF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/by-external-reference-code/{externalReferenceCode}",...F,headers:{"Content-Type":"application/json",...F.headers}})},nF=(F)=>{return(F.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}",...F})},tF=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}",...F})},iF=(F)=>{return(F.client??G).patch({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}",...F,headers:{"Content-Type":"application/json",...F.headers}})},oF=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}",...F,headers:{"Content-Type":"application/json",...F.headers}})},FG=(F)=>{return(F?.client??G).delete({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},GG=(F)=>{return(F?.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},KG=(F)=>{return(F?.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/batch",...F,headers:{"Content-Type":"application/json",...F?.headers}})},VG=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies",...F})},XG=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies",...F,headers:{"Content-Type":"application/json",...F.headers}})},ZG=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/permissions",...F})},kG=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/permissions",...F,headers:{"Content-Type":"application/json",...F.headers}})},BG=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies",...F})},DG=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies",...F,headers:{"Content-Type":"application/json",...F.headers}})},EG=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/permissions",...F})},HG=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/permissions",...F,headers:{"Content-Type":"application/json",...F.headers}})},JG=(F)=>{return(F?.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies",...F})},LG=(F)=>{return(F?.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies",...F,headers:{"Content-Type":"application/json",...F?.headers}})},MG=(F)=>{return(F.client??G).get({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/permissions",...F})},PG=(F)=>{return(F.client??G).put({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/{taxonomyVocabularyId}/permissions",...F,headers:{"Content-Type":"application/json",...F.headers}})},QG=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/export-batch",...F})},WG=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/asset-libraries/{assetLibraryId}/taxonomy-vocabularies/batch",...F,headers:{"Content-Type":"application/json",...F.headers}})},YG=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/export-batch",...F})},$G=(F)=>{return(F.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/sites/{siteId}/taxonomy-vocabularies/batch",...F,headers:{"Content-Type":"application/json",...F.headers}})},qG=(F)=>{return(F?.client??G).post({url:"/o/headless-admin-taxonomy/v1.0/taxonomy-vocabularies/export-batch",...F})};export{dF as putTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode,PG as putTaxonomyVocabularyPermissionsPage,KG as putTaxonomyVocabularyBatch,oF as putTaxonomyVocabulary,uF as putTaxonomyCategoryPermissionsPage,mF as putTaxonomyCategoryBatch,xF as putTaxonomyCategory,HG as putSiteTaxonomyVocabularyPermissionsPage,sF as putSiteTaxonomyVocabularyByExternalReferenceCode,QF as putSiteKeywordPermissionsPage,kF as putSiteKeywordByExternalReferenceCode,UF as putKeywordUnsubscribe,TF as putKeywordSubscribe,SF as putKeywordMerge,VF as putKeywordBatch,FF as putKeyword,kG as putAssetLibraryTaxonomyVocabularyPermissionsPage,lF as putAssetLibraryTaxonomyVocabularyByExternalReferenceCode,DF as putAssetLibraryKeywordPermissionsPage,t as putAssetLibraryKeywordByExternalReferenceCode,hF as postTaxonomyVocabularyTaxonomyCategoryBatch,AF as postTaxonomyVocabularyTaxonomyCategory,CF as postTaxonomyVocabularyTaxonomyCategoriesPageExportBatch,GG as postTaxonomyVocabularyBatch,LG as postTaxonomyVocabulary,qG as postTaxonomyVocabulariesPageExportBatch,aF as postTaxonomyCategoryTaxonomyCategory,$G as postSiteTaxonomyVocabularyBatch,DG as postSiteTaxonomyVocabulary,YG as postSiteTaxonomyVocabulariesPageExportBatch,OF as postSiteKeywordsPageExportBatch,NF as postSiteKeywordBatch,YF as postSiteKeyword,IF as postKeywordsPageExportBatch,KF as postKeywordBatch,LF as postKeyword,WG as postAssetLibraryTaxonomyVocabularyBatch,XG as postAssetLibraryTaxonomyVocabulary,QG as postAssetLibraryTaxonomyVocabulariesPageExportBatch,qF as postAssetLibraryKeywordsPageExportBatch,$F as postAssetLibraryKeywordBatch,HF as postAssetLibraryKeyword,iF as patchTaxonomyVocabulary,vF as patchTaxonomyCategory,bF as getTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode,_F as getTaxonomyVocabularyTaxonomyCategoriesPage,MG as getTaxonomyVocabularyPermissionsPage,tF as getTaxonomyVocabulary,JG as getTaxonomyVocabulariesPage,cF as getTaxonomyCategoryTaxonomyCategoriesPage,gF as getTaxonomyCategoryPermissionsPage,jF as getTaxonomyCategory,fF as getTaxonomyCategoriesRankedPage,EG as getSiteTaxonomyVocabularyPermissionsPage,pF as getSiteTaxonomyVocabularyByExternalReferenceCode,BG as getSiteTaxonomyVocabulariesPage,WF as getSiteKeywordsPage,PF as getSiteKeywordPermissionsPage,ZF as getSiteKeywordByExternalReferenceCode,MF as getKeywordsRankedPage,JF as getKeywordsPage,o as getKeyword,ZG as getAssetLibraryTaxonomyVocabularyPermissionsPage,rF as getAssetLibraryTaxonomyVocabularyByExternalReferenceCode,VG as getAssetLibraryTaxonomyVocabulariesPage,EF as getAssetLibraryKeywordsPage,BF as getAssetLibraryKeywordPermissionsPage,n as getAssetLibraryKeywordByExternalReferenceCode,wF as deleteTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode,FG as deleteTaxonomyVocabularyBatch,nF as deleteTaxonomyVocabulary,zF as deleteTaxonomyCategoryBatch,RF as deleteTaxonomyCategory,eF as deleteSiteTaxonomyVocabularyByExternalReferenceCode,XF as deleteSiteKeywordByExternalReferenceCode,GF as deleteKeywordBatch,i as deleteKeyword,yF as deleteAssetLibraryTaxonomyVocabularyByExternalReferenceCode,s as deleteAssetLibraryKeywordByExternalReferenceCode};