@vidispine/vdt-api 23.1.0 → 23.2.0-pre.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +7359 -6151
- package/dist/index.umd.cjs +1 -0
- package/package.json +23 -23
- package/dist/index.es.js +0 -6072
- package/dist/index.es.js.map +0 -1
- package/dist/index.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(u,$){typeof exports=="object"&&typeof module<"u"?$(exports,require("axios"),require("axios-retry"),require("buffer/")):typeof define=="function"&&define.amd?define(["exports","axios","axios-retry","buffer/"],$):(u=typeof globalThis<"u"?globalThis:u||self,$(u["@vidispine/vdt-api"]={},u.axios,u.axiosRetry,u.polyfillBuffer))})(this,function(u,$,D,G){"use strict";const P=$.create();D(P,{retries:24,retryDelay:e=>e*5e3,retryCondition:()=>navigator.onLine===!1});const{CancelToken:x}=$;function O({baseURL:e,token:t,username:n,password:a,bearerToken:s}){e&&(P.defaults.baseURL=e),t&&(P.defaults.headers.Authorization=`token ${t}`),s&&(P.defaults.headers.Authorization=`Bearer ${s}`),(n||a)&&(P.defaults.auth={username:n,password:a})}function j(){delete P.defaults.headers.Authorization,delete P.defaults.auth}function F(e){return(e instanceof G.Buffer?e:G.Buffer.from(e.toString(),"binary")).toString("base64")}function k(e,t,n){let a;return s=>{const i=this,h=()=>{a=null,n||e.apply(i,s)},p=n&&!a;clearTimeout(a),a=setTimeout(h,t),p&&e.apply(i,s)}}function U(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16))}function R({username:e=!1,password:t=!1,token:n,contentType:a="application/json",accept:s="application/json",...i}={}){const h={"content-type":a,Accept:s};if(e){const p=F(`${e}:${t}`);h.Authorization=`Basic ${p}`}else n&&(h.Authorization=`token ${n}`);return{...i,...h}}const w=["jobmetadata","jobMetadata","notificationdata","notificationData","methodMetadata"];function z(e){const t=Object.keys(e);if(t.length===0)return"";const n=(s,i,h)=>{if(typeof e[i]>"u")return s;const p=e[i],d=h>0?"&":"";if(w.includes(i)){const m=(g,I,v)=>`${g}${v>0?"&":""}${i}=${I.key}%3D${I.value}`,T=p.reduce(m,"");return`${s}${d}${T}`}return Array.isArray(p)?`${s}${d}${i}=${p.join(",")}`:`${s}${d}${i}=${p}`};return t.reduce(n,"?")}function q(e){let t=e;if(Array.isArray(e)||(t=Object.entries(e)),t.length===0)return"";const n=(s,i)=>{let h,p;return Array.isArray(i)?[h,p]=i:([h]=Object.keys(i),[p]=Object.values(i)),p===""||p===void 0?s:`${s};${h}=${encodeURIComponent(p)}`};return t.reduce(n,"")}function o(){throw new Error("Missing property")}function r({path:e,method:t="GET",body:n,headers:a={},queryParams:s={},matrixParams:i=[],costEstimate:h=!1,...p}={}){const d=z(s),m=q(i),T=R(a);let g=`${e}${m}${d}`;h&&(g=g.replace("/API/","/API/cost/"));const I={method:t,url:g,headers:T,data:n,...p};return new Promise((v,zd)=>{P(I).then(f=>{f.ok=f.status>=100&&f.status<=399,f.json=()=>f.data,f.text=()=>f.data,v(f)}).catch(f=>zd(f))})}const B=Object.freeze(Object.defineProperty({__proto__:null,CancelToken:x,debounce:k,default:r,defaultClient:P,isRequired:o,login:O,logout:j,uuidv4:U,vFetch:r},Symbol.toStringTag,{value:"Module"}));function N({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/access/`;return r({path:a,method:"GET",...n})}function J({entityType:e=o(),entityId:t=o(),accessControlDocument:n,...a}){const s=`/API/${e}/${t}/access/`;return r({path:s,method:"POST",body:n,...a})}function V({entityType:e=o(),entityId:t=o(),accessId:n=o(),...a}){const s=`/API/${e}/${t}/access/${n}`;return r({path:s,method:"GET",...a})}function K({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/merged-access/`;return r({path:a,method:"GET",...n})}function H({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/merged-access/group`;return r({path:a,method:"GET",...n})}function Q({entityType:e=o(),entityId:t=o(),accessId:n=o(),...a}){const s=`/API/${e}/${t}/access/${n}`;return r({path:s,method:"DELETE",...a})}function _({entityType:e=o(),entityId:t=o(),userName:n=o(),...a}){const s=`/API/${e}/${t}/access/owner/${n}`;return r({path:s,method:"PUT",...a})}function W({entityType:e=o(),entityId:t=o(),accessControlListDocument:n,...a}){const s=`/API/${e}/${t}/access/bulk`;return r({path:s,method:"POST",body:n,...a})}function X({entityType:e=o(),entityId:t=o(),accessControlListDocument:n,...a}){const s=`/API/${e}/${t}/access/bulk`;return r({path:s,method:"DELETE",body:n,...a})}function Y({entityType:e=o(),entityId:t=o(),headers:n={},...a}){const s=`/API/${e}/${t}/access/graph`,i={accept:"image/png",...n};return r({path:s,method:"GET",headers:i,...a})}function Z({entityType:e=o(),entityId:t=o(),headers:n={},...a}){const s=`/API/${e}/${t}/access/graph/dot`,i={accept:"text/plain",...n};return r({path:s,method:"GET",headers:i,...a})}function tt({accessControlDocument:e,...t}){return r({path:"/API/item/access/",method:"POST",body:e,...t})}function et({...e}={}){return r({path:"/API/item/access/",method:"DELETE",...e})}function nt({...e}={}){return r({path:"/API/import/access/",method:"GET",...e})}function ot({groupName:e=o(),...t}){const n=`/API/import/access/group/${e}`;return r({path:n,method:"PUT",...t})}function at({groupName:e=o(),...t}){const n=`/API/import/access/group/${e}`;return r({path:n,method:"DELETE",...t})}const rt={listEntityAccess:N,createEntityAccess:J,getEntityAccess:V,getEntityAccessMerged:K,getEntityAccessMergedGroup:H,removeEntityAccess:Q,updateEntityOwner:_,createEntityAccessBulk:W,removeEntityAccessBulk:X,getEntityAccessGraph:Y,getEntityAccessGraphDot:Z,createItemAllAccess:tt,removeItemAllAccess:et,getImportAccess:nt,updateImportAccessGroup:ot,removeImportAccessGroup:at};function st({...e}={}){return r({path:"/API/analyze-preset",method:"GET",...e})}function it({preset:e=o(),...t}={}){const n=`/API/analyze-preset/${e}`;return r({path:n,method:"GET",...t})}const ct={listAnalyzePreset:st,getAnalyzePreset:it};function ut({...e}={}){return r({path:"/API/log/",method:"GET",...e})}function ht({...e}={}){return r({path:"/API/log/export",method:"GET",...e})}const pt={listAuditLog:ut,exportAuditLog:ht};function dt({...e}={}){return r({path:"/API/storage/auto-import/",method:"GET",...e})}function mt({storageId:e=o(),autoImportRuleDocument:t,...n}){const a=`/API/storage/${e}/auto-import/`;return r({path:a,method:"PUT",body:t,...n})}function lt({storageId:e=o(),...t}){const n=`/API/storage/${e}/auto-import/`;return r({path:n,method:"GET",...t})}function ft({storageId:e=o(),...t}){const n=`/API/storage/${e}/auto-import/`;return r({path:n,method:"DELETE",...t})}function Pt({storageId:e=o(),...t}){const n=`/API/storage/${e}/auto-import/enable`;return r({path:n,method:"PUT",...t})}function Tt({storageId:e=o(),...t}){const n=`/API/storage/${e}/auto-import/disable`;return r({path:n,method:"PUT",...t})}const $t={listAutoImport:dt,updateAutoImport:mt,getAutoImport:lt,removeAutoImport:ft,enableAutoImport:Pt,disableAutoImport:Tt};function gt({...e}={}){return r({path:"/API/auto-projection",method:"GET",...e})}function It({...e}={}){return r({path:"/API/auto-projection/disable",method:"GET",...e})}function Et({...e}={}){return r({path:"/API/auto-projection/enable",method:"GET",...e})}function At({projectionName:e=o(),...t}){const n=`/API/auto-projection/${e}`;return r({path:n,method:"GET",...t})}function yt({projectionName:e=o(),autoProjectionRuleDocument:t=o(),...n}){const a=`/API/auto-projection/${e}`;return r({path:a,method:"PUT",body:t,...n})}function bt({projectionName:e=o(),...t}){const n=`/API/auto-projection/${e}`;return r({path:n,method:"DELETE",...t})}function St({projectionName:e=o(),...t}){const n=`/API/auto-projection/${e}/enable`;return r({path:n,method:"PUT",...t})}function vt({projectionName:e=o(),...t}){const n=`/API/auto-projection/${e}/disable`;return r({path:n,method:"PUT",...t})}const Gt={listAutoProjection:gt,listDisabledAutoProjection:It,listEnabledAutoProjection:Et,getAutoProjection:At,createAutoProjection:yt,removeAutoProjection:bt,enableAutoProjection:St,disableAutoProjection:vt};function kt({itemId:e=o(),...t}){const n=`/API/item/${e}/metadata/bulky`;return r({path:n,method:"GET",...t})}function Ut({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/metadata/bulky`;return r({path:a,method:"GET",...n})}function Lt({itemId:e=o(),shapeId:t=o(),componentId:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/component/${n}/metadata/bulky`;return r({path:s,method:"GET",...a})}function Ct({itemId:e=o(),bulkyMetadataDocument:t=o(),...n}){const a=`/API/item/${e}/metadata/bulky`;return r({path:a,method:"PUT",body:t,...n})}function Mt({itemId:e=o(),shapeId:t=o(),bulkyMetadataDocument:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/metadata/bulky`;return r({path:s,method:"PUT",body:n,...a})}function Dt({itemId:e=o(),shapeId:t=o(),componentId:n=o(),bulkyMetadataDocument:a=o(),...s}){const i=`/API/item/${e}/shape/${t}/component/${n}/metadata/bulky`;return r({path:i,method:"PUT",body:a,...s})}function xt({itemId:e=o(),...t}){const n=`/API/item/${e}/metadata/bulky`;return r({path:n,method:"DELETE",...t})}function Ot({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/metadata/bulky`;return r({path:a,method:"DELETE",...n})}function jt({itemId:e=o(),shapeId:t=o(),componentId:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/component/${n}/metadata/bulky`;return r({path:s,method:"DELETE",...a})}function Ft({itemId:e=o(),key:t=o(),...n}){const a=`/API/item/${e}/metadata/bulky/${t}`;return r({path:a,method:"GET",...n})}function Rt({itemId:e=o(),shapeId:t=o(),key:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/metadata/bulky/${n}`;return r({path:s,method:"GET",...a})}function wt({itemId:e=o(),shapeId:t=o(),componentId:n=o(),key:a=o(),...s}){const i=`/API/item/${e}/shape/${t}/component/${n}/metadata/bulky/${a}`;return r({path:i,method:"GET",...s})}function zt({itemId:e=o(),key:t=o(),value:n=o(),headers:a={},...s}){const i=`/API/item/${e}/metadata/bulky/${t}`,h={contentType:"text/plain",...a};return r({path:i,method:"PUT",body:n,headers:h,...s})}function qt({itemId:e=o(),shapeId:t=o(),key:n=o(),value:a=o(),headers:s={},...i}){const h=`/API/item/${e}/shape/${t}/metadata/bulky/${n}`,p={contentType:"text/plain",...s};return r({path:h,method:"PUT",body:a,headers:p,...i})}function Bt({itemId:e=o(),shapeId:t=o(),componentId:n=o(),key:a=o(),value:s=o(),headers:i={},...h}){const p=`/API/item/${e}/shape/${t}/component/${n}/metadata/bulky/${a}`,d={contentType:"text/plain",...i};return r({path:p,method:"PUT",body:s,headers:d,...h})}function Nt({itemId:e=o(),key:t=o(),...n}){const a=`/API/item/${e}/metadata/bulky/${t}`;return r({path:a,method:"DELETE",...n})}function Jt({itemId:e=o(),shapeId:t=o(),key:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/metadata/bulky/${n}`;return r({path:s,method:"DELETE",...a})}function Vt({itemId:e=o(),shapeId:t=o(),componentId:n=o(),key:a=o(),...s}){const i=`/API/item/${e}/shape/${t}/component/${n}/metadata/bulky/${a}`;return r({path:i,method:"DELETE",...s})}const Kt={listItemBulkyMetadata:kt,listShapeBulkyMetadata:Ut,listComponentBulkyMetadata:Lt,updateAllItemBulkyMetadata:Ct,updateAllShapeBulkyMetadata:Mt,updateAllComponentBulkyMetadata:Dt,removeAllItemBulkyMetadata:xt,removeAllShapeBulkyMetadata:Ot,removeAllComponentBulkyMetadata:jt,getItemBulkyMetadata:Ft,getShapeBulkyMetadata:Rt,getComponentBulkyMetadata:wt,updateItemBulkyMetadata:zt,updateShapeBulkyMetadata:qt,updateComponentBulkyMetadata:Bt,removeItemBulkyMetadata:Nt,removeShapeBulkyMetadata:Jt,removeComponentBulkyMetadata:Vt};function Ht(e,t){return e===0||t===0?0:Math.floor(e/t*100)}const c=Object.freeze({statuses:{transfering:1,paused:2,complete:3,failed:4,unstarted:5,canceled:6,offline:7},events:{progress:"progress",update:"update",complete:"complete",error:"error",added:"upload-added",removed:"upload-removed",retry:"retry",pausing:"pausing",paused:"paused",resuming:"resuming",offline:"offline",online:"online"},defaults:{targetRate:4e6,chunkSize:1e7,minChunkSize:8388608,maxConcurrentTransfers:1,maxConcurrentFileTransfers:1,autoMaxConcurrentTransfers:!1,autoResume:!0,api:{props:{}},minFileSize:104857600}});class b{constructor(){this.events={}}on(t,n){const a=this.events[t]||[];a.push(n),this.events[t]=a}off(t){this.events[t]&&(this.events[t]=[])}trigger(t,n){const a=this.events[t];!a||a.length<1||a.forEach(s=>{s(n)})}}class Qt{constructor(t={}){Object.assign(this,{blobSlice:null,fileSize:null,start:null,end:null,api:null},t),this.state={retries:0,status:c.statuses.unstarted,startTime:null,completeTime:null,response:null,bytesTransfered:null},this.events=new b}try(){return this.state.status=c.statuses.transfering,this.state.startTime=performance.now(),new Promise((t,n)=>{const a=()=>{this.transfer().then(s=>{this.state.response=s,this.onComplete(),t()}).catch(()=>{this.state.retries>3?(this.state.status=c.statuses.failed,n(new Error(`Chunk ${this.start}-${this.end} failed`))):this.state.status!==c.statuses.paused?(this.state.retries+=1,this.tryTimeout=setTimeout(()=>{a()},1e3)):clearTimeout(this.tryTimeout)})};a(),window.addEventListener(c.events.online,()=>{this.resume()}),window.addEventListener(c.events.offline,()=>{this.pause()})})}transfer(){let t={file:this.blobSlice,onUploadProgress:n=>{(this.state.status!==c.statuses.complete||this.state.status!==c.statuses.offline)&&(this.state.bytesTransfered=n.loaded,this.events.trigger(c.events.progress,this.state))}};return this.end-this.start!==this.fileSize&&(t.headers={index:this.start,size:this.fileSize}),t={...t,...this.api.props},this.transferPromise=this.api.method(t),this.state.status=c.statuses.transfering,this.transferPromise}onComplete(){this.state.status=c.statuses.complete,this.state.bytesTransfered=this.end-this.start,this.state.completeTime=performance.now(),this.events.trigger(c.events.complete)}pause(){this.state.status!==c.statuses.complete&&(this.state.status=c.statuses.paused)}resume(){this.state.status!==c.statuses.complete&&(this.state.status=c.statuses.transfering)}cancel(){this.state.status!==c.statuses.complete&&(this.state.status=c.statuses.canceled)}get transferRate(){if(this.state.bytesTransfered){const t=(this.state.completeTime-this.state.startTime)/1e3;return this.state.bytesTransfered/t}return 0}}class A{constructor(t,n){if(this.events=new b,!n.api.method)throw new Error("No api method specified");this.defaultOptions={...c.defaults,targetRate:4e6,chunkSize:c.defaults.minChunkSize,autoMaxConcurrentTransfers:!1,api:{props:{...c.defaults.api.props,queryParams:{transferId:U()},...n.api.props}}},this.options={...this.defaultOptions,...n},this.state={blob:null,chunks:[],transferPromises:[],targetRate:this.options.targetRate,rate:0,autoMaxConcurrentTransfers:this.options.autoMaxConcurrentTransfers,maxConcurrentTransfers:this.options.maxConcurrentTransfers,mime:"",status:c.statuses.unstarted,transferId:n.api.props.queryParams.transferId,lastStats:{}},typeof t=="object"?(this.state.blob=t,this.state.mime=t.type,this.addChunksFromBlob(t)):console.error(new Error(`Expected a File or a Blob object, but got ${typeof t}`))}upload(){const{status:t}=this.state;if(t!==c.statuses.complete)if(t===c.statuses.unstarted||t===c.statuses.transfering){this.state.transferPromises=[];const n=()=>{const a=this.state.chunks[0].state.status;return this.state.transferPromises.length<this.state.maxConcurrentTransfers&&(a!==c.statuses.transfering||a===c.statuses.unstarted)};n()&&(this.state.chunks.forEach(a=>{a.state.status!==c.statuses.complete&&a.state.status!==c.statuses.transfering&&n()&&(this.state.status=c.statuses.transfering,this.state.transferPromises.push(a.try()))}),this.state.transferPromises.length>0&&Promise.all(this.state.transferPromises).then(()=>{this.upload()}).catch(a=>{console.log("Failed on this upload() cycle, check connectivity and try to resume :(",a),this.state.status!==c.statuses.offline?(this.state.status=c.statuses.failed,this.events.trigger(c.events.failed,{error:a,transfer:this})):setTimeout(()=>this.retry(),5e3)}))}else this.retry()}getByteRangesForChunks(t,n=this.options.chunkSize){const a=[],{minChunkSize:s}=this.options;let h=n>=s?n:s,p=Math.floor(t.size/h);if(t.size-(t.size-t.size/p)>=s||(p-=1,h=Math.floor(t.size/p)),p<2||t.size<this.options.minFileSize)a.push({start:0,end:t.size});else for(let d=0;d<=p;d+=1){const m=h*d;let T=h*d+h;t.size-h*d<=s&&(T=t.size);const I={start:m,end:T};if(a.push(I),T===t.size)break}return a}addChunksFromBlob(t){this.getByteRangesForChunks(t).forEach(a=>{const s=new Qt({start:a.start,end:a.end,blobSlice:t.slice(a.start,a.end),fileSize:t.size,api:this.options.api});s.events.on(c.events.progress,()=>{this.onProgress()}),s.events.on(c.events.complete,()=>{this.onProgress()}),this.state.chunks.push(s)})}retry(){this.state.status===c.statuses.failed&&(this.resume(),this.events.trigger(c.events.retry))}resume(){this.state.status=c.statuses.transfering,this.events.trigger(c.events.resuming),this.state.chunks.length>0&&this.state.chunks.forEach(t=>{t.resume()})}pause(){this.state.status=c.statuses.paused,this.state.chunks.length>0&&this.state.chunks.forEach(n=>{n.pause()});const t=Promise.all(this.state.transferPromises);return this.events.trigger(c.events.pausing),t.then(()=>{this.events.trigger(c.events.paused)}),Promise.all(this.state.transferPromises)}cancel(){this.state.status=c.statuses.canceled,this.state.chunks.length>0&&this.state.chunks.forEach(n=>{n.cancel()}),this.upload=()=>{};const t=Promise.all(this.state.transferPromises);return t.then(()=>{this.events.trigger(c.events.removed,this)}),t}autoAdjustMaxConcurrentTransfers(t){if(this.state.autoMaxConcurrentTransfers&&this.state.status!==c.statuses.complete){const n=t.avgTransferRate/this.state.targetRate;if(n>1.2)this.state.maxConcurrentTransfers+=1;else if(n<.3)this.state.maxConcurrentTransfers=1;else{const a=this.options.maxConcurrentTransfers-1;this.state.maxConcurrentTransfers=Math.max(this.options.maxConcurrentTransfers,Math.min(a,c.defaults.maxConcurrentTransfers))}}}onProgress(){try{const t=this.getStats();t!==this.state.lastStats&&(this.state.lastStats=t,k(()=>{this.autoAdjustMaxConcurrentTransfers(t)},1e3)(),this.state.status!==c.statuses.complete&&(t.totalChunks===t.completedChunks?this.onComplete():(this.events.trigger(c.events.progress,t),this.options.onProgress&&this.options.onProgress(t))))}catch(t){console.error(t)}}onComplete(){const t=this.getStats();this.state.lastStats=t,this.state.status=c.statuses.complete,this.events.trigger(c.events.complete),this.options.onComplete&&this.options.onComplete(this.finalResponse)}getStats(){const t=this.state.chunks.length,n=this.state.chunks.filter(m=>m.state.status===c.statuses.complete),a=this.state.chunks.filter(m=>m.state.status===c.statuses.transfering),s=n.length;let i=0,h=0;n.forEach(m=>{i+=m.transferRate,h+=m.blobSlice.size}),a.forEach(m=>{h+=m.state.bytesTransfered});const p=i/s,d={totalChunks:t,completedChunks:s,totalBytes:this.state.blob.size,transferedBytes:h,avgTransferRate:p,concurrentTransfers:this.state.maxConcurrentTransfers};return this.state.rate=d.avgTransferRate,d}set concurrentTransfers(t){this.state.autoMaxConcurrentTransfers=!1,this.state.maxConcurrentTransfers=t}set rate(t){this.state.targetRate=t}get rate(){return this.state.rate}get finalResponse(){const t=this.state.chunks.length-1,n=!1;for(let a=t;a>=0;a-=1){const s=this.state.chunks[a];if(typeof s.state.response.data=="object")return s.state.response}return n}get transferId(){return this.state.transferId}}class L{constructor(t){this.initialState=Object.freeze({status:c.statuses.unstarted,transfers:{},bytesDone:0,bytesTotal:0,lastStats:{bytesDone:0,bytesTotal:0}}),this.state={...this.initialState},this.options={maxConcurrentFileTransfers:c.defaults.maxConcurrentFileTransfers,autoResume:c.defaults.autoResume,...t},this.events=new b,this.bindNetworkEvents()}bindNetworkEvents(){typeof window>"u"||(window.addEventListener(c.events.online,()=>{this.events.trigger(c.events.online,this.state),this.state.status=c.statuses.transfering,this.options.autoResume&&setTimeout(()=>{this.retry()},1500)}),window.addEventListener(c.events.offline,()=>{this.events.trigger(c.events.offline,this.state),this.state.status=c.statuses.offline}))}addChunkedUpload(t){t.transferId!==null&&(this.state.transfers[t.transferId]=t,t.events.on(c.events.progress,()=>{this.onProgress()}),t.events.on(c.events.complete,()=>{this.upload(),this.onProgress()}),t.events.on(c.events.failed,({error:n,transfer:a})=>{this.onFail(n,a)}),t.events.on(c.events.retry,()=>{this.events.trigger(c.events.retry,this.state)}),t.events.on(c.events.paused,()=>{this.paused&&this.events.trigger(c.events.paused)}),this.updateStats(),this.events.trigger(c.events.added,this.state),this.events.trigger(c.events.update,this.state))}removeChunkedUpload(t,n=!1){const a=s=>s?s.state.status===c.statuses.complete&&!n?(console.error("Can't cancel complete transfers, pass true as a second argument in .removeChunkedUpload() to force removal."),!1):(Object.keys(this.state.transfers).forEach(i=>{s===this.state.transfers[i]&&delete this.state.transfers[i]}),this.events.trigger(c.events.removed),s.cancel(),!0):(console.error("Could not find a matching transfer to cancel."),!1);switch(t.constructor.name){case A.name:a(t);break;case"File":a(this.exists(t));break}}onProgress(){this.updateStats(),this.hasCompleted?this.onComplete():this.state.bytesDone!==this.state.lastStats.bytesDone&&(this.state.status=c.statuses.transfering,this.events.trigger(c.events.progress,this.state))}onComplete(){this.state.status=c.statuses.complete,this.events.trigger(c.events.complete,this.state)}exists(t){let n=!1;for(let a=0;a<this.transfers.length;a+=1){const s=this.transfers[a];if(s.state.blob.name===t.name&&s.state.blob.lastModified===t.lastModified&&s.state.blob.size&&t.size)return n=s,n}return n}isTransferAvailable(t){return t.state.status!==c.statuses.complete&&t.state.status!==c.statuses.transfering||t.state.status===c.statuses.unstarted}pause(){let t=Promise.resolve(!0);if(!this.paused){this.events.trigger(c.events.pausing,this.state);const n=[];this.transfers.forEach(a=>{n.push(a.pause())}),t=Promise.all(n),t.then(()=>{this.events.trigger(c.events.paused,this.state)})}return t}resume(){this.events.trigger(c.events.update,this.state),this.transfers.forEach(t=>{this.isTransferAvailable(t)&&t.state.status!==c.statuses.unstarted&&t.resume()})}retry(){this.status===c.statuses.failed&&(this.resume(),this.events.trigger(c.events.retry,this.state))}upload(){let t=0;this.transfers.forEach(n=>{this.isTransferAvailable(n)?t<this.options.maxConcurrentFileTransfers&&(this.events.trigger(c.events.update,this.state),n.upload(),t+=1):n.state.status!==c.statuses.complete&&(t+=1)}),t>0&&(this.status=c.statuses.transfering),t<this.options.maxConcurrentFileTransfers&&this.transfers.length<t&&this.upload()}onFail(t,n){this.status=c.statuses.failed,this.events.trigger(c.events.error,{error:t,transfer:n,file:n.state.blob})}reset(){this.transfers.forEach(t=>{t.constructor.name===A.name&&this.removeChunkedUpload(t,!0)}),this.state={...this.initialState},this.events.trigger(c.statuses.update,this.state),this.events.trigger(c.statuses.complete,this.state)}destroy(){this.reset()}get hasCompleted(){let t=!0;return this.transfers.forEach(n=>{n.state.status!==c.statuses.complete&&(t=!1)}),t}get transfers(){return Object.values(this.state.transfers)||[]}get status(){return this.state.status}set status(t){this.events.trigger(c.statuses.update,this.state),this.state.status=t}get bytesTotal(){let t=0;return this.transfers.forEach(n=>{t+=n.state.blob.size}),t}get bytesDone(){let t=0;return this.transfers.forEach(n=>{t+=n.getStats().transferedBytes}),t}updateStats(){this.state.lastStats.bytesDone=this.state.bytesDone,this.state.lastStats.bytesTotal=this.state.bytesTotal,this.state.bytesTotal=this.bytesTotal,this.state.bytesDone=this.bytesDone}get percentDone(){return Ht(this.state.bytesDone,this.state.bytesTotal)}get fileList(){const t=[];return this.transfers.forEach(n=>{const a=n.getStats(),{totalChunks:s,completedChunks:i}=a,h={name:n.state.blob.name,bytesDone:a.transferedBytes,bytesTotal:n.state.blob.size,totalChunks:s,completedChunks:i,transfer:n};t.push(h)}),t}get isUploading(){return this.state.status===c.statuses.transfering}get paused(){let t=!0;return this.transfers.forEach(n=>{n.state.status!==c.statuses.paused&&(t=!1)}),t}}L.constants=c,A.constants=c;function _t({entity:e=o(),entityId:t=o(),metadataDocument:n,...a}){const s=`/API/${e}/${t}/metadata`;return r({path:s,method:"PUT",body:n,...a})}function Wt({entity:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/metadata/move`;return r({path:a,method:"PUT",...n})}function Xt({entity:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/metadata/changes`;return r({path:a,method:"GET",...n})}function Yt({entity:e=o(),entityId:t=o(),changesetId:n=o(),...a}){const s=`/API/${e}/${t}/metadata/changes/${n}`;return r({path:s,method:"GET",...a})}function Zt({entity:e=o(),entityId:t=o(),changesetId:n=o(),...a}){const s=`/API/${e}/${t}/metadata/changes/${n}/compareTo/previous`;return r({path:s,method:"GET",...a})}function te({entity:e=o(),entityId:t=o(),changesetId:n=o(),fromChangesetId:a=o(),...s}){const i=`/API/${e}/${t}/metadata/changes/${n}/compareTo/${a}`;return r({path:i,method:"GET",...s})}function ee({entity:e=o(),entityId:t=o(),changesetId:n=o(),metadataDocument:a=o(),...s}){const i=`/API/${e}/${t}/metadata/changes/${n}/`;return r({path:i,method:"PUT",body:a,...s})}function ne({entity:e=o(),entityId:t=o(),metadataChangeSetDocument:n=o(),...a}){const s=`/API/${e}/${t}/metadata/changes`;return r({path:s,method:"PUT",body:n,...a})}function oe({entity:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/metadata/changes/trim`;return r({path:a,method:"PUT",...n})}function ae({entity:e=o(),entityId:t=o(),changesetId:n=o(),...a}){const s=`/API/${e}/${t}/metadata/changes/${n}/trim`;return r({path:s,method:"PUT",...a})}function re({entity:e=o(),entityId:t=o(),changesetId:n=o(),...a}){const s=`/API/${e}/${t}/metadata/changes/${n}`;return r({path:s,method:"DELETE",...a})}function se({entity:e=o(),entityId:t=o(),uuid:n=o(),metadataEntryDocument:a=o(),...s}){const i=`/API/${e}/${t}/metadata/entry/${n}`;return r({path:i,method:"PUT",body:a,...s})}function ie({entity:e=o(),entityId:t=o(),metadataEntryListDocument:n=o(),...a}){const s=`/API/${e}/${t}/metadata/entry/`;return r({path:s,method:"PUT",body:n,...a})}function ce({entity:e=o(),entityId:t=o(),headers:n={},...a}){const s=`/API/${e}/${t}/metadata/graph`,i={accept:"image/png",...n};return r({path:s,method:"GET",headers:i,...a})}function ue({entity:e=o(),entityId:t=o(),headers:n={},...a}){const s=`/API/${e}/${t}/metadata/graph/dot`,i={accept:"text/plain",...n};return r({path:s,method:"GET",headers:i,...a})}function he({entity:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/metadata`;return r({path:a,method:"GET",...n,...n})}function pe({metadataUuid:e=o(),...t}){const n=`/API/metadata/${e}/`;return r({path:n,method:"GET",...t})}function de({metadataUuid:e=o(),...t}){const n=`/API/metadata/${e}/`;return r({path:n,method:"DELETE",...t})}function me({...e}={}){return r({path:"/API/metadata/",method:"GET",...e})}function le({metadataDocument:e,...t}={}){return r({path:"/API/metadata/",method:"PUT",body:e,...t})}function fe({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/metadata`;return r({path:a,method:"GET",...n})}function Pe({entityType:e=o(),entityId:t=o(),subpath:n,...a}){const s=`/API/${e}/${t}/metadata/${n}`;return r({path:s,method:"GET",...a})}function Te({simpleMetadataDocument:e,entityType:t=o(),entityId:n=o(),...a}={}){const s=`/API/${t}/${n}/metadata`;return r({path:s,method:"PUT",body:e,...a})}function $e({simpleMetadataDocument:e,entityType:t=o(),entityId:n=o(),subpath:a,...s}={}){const i=`/API/${t}/${n}/metadata/${a}`;return r({path:i,method:"PUT",body:e,...s})}function ge({entityType:e=o(),entityId:t=o(),...n}={}){const a=`/API/${e}/${t}/metadata`;return r({path:a,method:"DELETE",...n})}function Ie({entityType:e=o(),entityId:t=o(),key:n=o(),headers:a={},...s}){const i=`/API/${e}/${t}/metadata/${n}`,h={accept:"text/plain",...a};return r({path:i,method:"GET",headers:h,...s})}function Ee({entityType:e=o(),entityId:t=o(),key:n=o(),headers:a={},...s}){const i=`/API/${e}/${t}/metadata/${n}`,h={accept:"text/plain",...a};return r({path:i,method:"DELETE",headers:h,...s})}function Ae({entityType:e=o(),entityId:t=o(),key:n=o(),value:a,headers:s={},...i}){const h=`/API/${e}/${t}/metadata/${n}`,p={contentType:"text/plain",...s};return r({path:h,method:"PUT",body:a,headers:p,...i})}const E={updateEntityMetadata:_t,moveEntityMetadata:Wt,listEntityMetadataChange:Xt,getEntityMetadataChange:Yt,previousEntityMetadataChange:Zt,compareEntityMetadataChange:te,updateEntityMetadataChange:ee,updateAllEntityMetadataChange:ne,trimAllEntityMetadataChange:oe,trimEntityMetadataChange:ae,removeEntityMetadataChange:re,updateEntityMetadataEntry:se,updateAllEntityMetadataEntry:ie,getEntityMetadataGraph:ce,getEntityMetadataGraphDot:ue,getEntityMetadata:he,getMetadata:pe,removeMetadata:de,getMetadataGlobal:me,updateMetadataGlobal:le,getSimpleMetadata:fe,getSimpleMetadataSubpath:Pe,updateSimpleMetadata:Te,updateSimpleMetadataSubpath:$e,removeSimpleMetadata:ge,getSimpleMetadataKey:Ie,removeSimpleMetadataKey:Ee,updateSimpleMetadataKey:Ae};function ye({entity:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/metadata-lock`;return r({path:a,method:"GET",...n})}function be({entity:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/metadata-lock`;return r({path:a,method:"POST",...n})}function Se({entity:e=o(),entityId:t=o(),lockId:n=o(),...a}){const s=`/API/${e}/${t}/metadata-lock/${n}`;return r({path:s,method:"GET",...a})}function ve({entity:e=o(),entityId:t=o(),lockId:n=o(),...a}){const s=`/API/${e}/${t}/metadata-lock/${n}`;return r({path:s,method:"PUT",...a})}function Ge({entity:e=o(),entityId:t=o(),lockId:n=o(),...a}){const s=`/API/${e}/${t}/metadata-lock/${n}`;return r({path:s,method:"DELETE",...a})}const S={listEntityMetadataLock:ye,createEntityMetadataLock:be,getEntityMetadataLock:Se,updateEntityMetadataLock:ve,removeEntityMetadataLock:Ge},{listEntityMetadataLock:ke,createEntityMetadataLock:Ue,getEntityMetadataLock:Le,updateEntityMetadataLock:Ce,removeEntityMetadataLock:Me}=S;function De({...e}={}){return r({path:"/API/collection/",method:"GET",...e})}function xe({collectionId:e=o(),...t}){const n=`/API/collection/${e}/`;return r({path:n,method:"GET",...t})}function Oe({collectionId:e=o(),...t}){const n=`/API/collection/${e}/metadata`;return r({path:n,method:"GET",...t})}function je({collectionId:e,metadataDocument:t,...n}){return E.updateEntityMetadata({entity:"collection",entityId:e,metadataDocument:t,...n})}function Fe({collectionId:e=o(),...t}){const n=`/API/collection/${e}/ancestor`;return r({path:n,method:"GET",...t})}function Re({...e}={}){return r({path:"/API/collection/history",method:"GET",...e})}function we({collectionId:e=o(),...t}){const n=`/API/collection/${e}/item`;return r({path:n,method:"GET",...t})}function ze({itemSearchDocument:e,...t}){return r({path:"/API/collection/",method:"PUT",body:e,...t})}function qe({collectionId:e=o(),searchDocument:t,...n}){const a=`/API/collection/${e}/item`;return r({path:a,method:"PUT",body:t,...n})}function Be({collectionDocument:e,queryParams:t,...n}){return r({path:"/API/collection",method:"POST",body:e,queryParams:t,...n})}function Ne({collectionId:e=o(),...t}){const n=`/API/collection/${e}/`;return r({path:n,method:"DELETE",...t})}function Je({queryParams:e=o(),...t}){return r({path:"/API/collection",method:"DELETE",queryParams:e,...t})}function Ve({collectionId:e=o(),...t}){const n=`/API/collection/${e}/rename`;return r({path:n,method:"PUT",...t})}function Ke({collectionId:e=o(),entityId:t=o(),...n}){const a=`/API/collection/${e}/${t}`;return r({path:a,method:"PUT",...n})}function He({collectionId:e=o(),entityId:t=o(),...n}){const a=`/API/collection/${e}/${t}`;return r({path:a,method:"DELETE",...n})}function Qe({collectionId:e=o(),collectionDocument:t,...n}){const a=`/API/collection/${e}/`;return r({path:a,method:"PUT",body:t,...n})}function _e({collectionId:e=o(),collectionReorderDocument:t,...n}){const a=`/API/collection/${e}/order`;return r({path:a,method:"POST",body:t,...n})}function We({collectionId:e=o(),...t}){const n=`/API/collection/${e}/map-to-folder`;return r({path:n,method:"PUT",...t})}function Xe({collectionId:e=o(),...t}){const n=`/API/collection/${e}/map-to-folder`;return r({path:n,method:"DELETE",...t})}function Ye({collectionId:e=o(),queryParams:t=o(),...n}){const a=`/API/collection/${e}/folder-name`;return r({path:a,method:"PUT",queryParams:t,...n})}function Ze({collectionId:e=o(),...t}){return ke({entity:"collection",entityId:e,...t})}function tn({collectionId:e=o(),...t}){return Ue({entity:"collection",entityId:e,...t})}function en({collectionId:e=o(),...t}){return Le({entity:"collection",entityId:e,...t})}function nn({collectionId:e=o(),...t}){return Ce({entity:"collection",entityId:e,...t})}function on({collectionId:e=o(),...t}){return Me({entity:"collection",entityId:e,...t})}function an({collectionId:e=o(),queryParams:t=o(),...n}){const a=`/API/collection/${e}/export`;return r({path:a,method:"POST",queryParams:t,...n})}const rn={listCollection:De,getCollection:xe,getCollectionMetadata:Oe,updateCollectionMetadata:je,getCollectionAncestor:Fe,listCollectionHistory:Re,getCollectionItem:we,searchCollection:ze,searchCollectionItem:qe,createCollection:Be,removeCollection:Ne,removeCollectionList:Je,renameCollection:Ve,addCollectionEntity:Ke,removeCollectionEntity:He,updateCollection:Qe,orderCollection:_e,markFolderCollection:We,unMarkFolderCollection:Xe,updateFolderCollection:Ye,listCollectionMetadataLock:Ze,createCollectionMetadataLock:tn,getCollectionMetadataLock:en,updateCollectionMetadataLock:nn,removeCollectionMetadataLock:on,exportCollection:an};function sn({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/component`;return r({path:a,method:"GET",...n})}function cn({itemId:e=o(),shapeId:t=o(),componentId:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/component/${n}`;return r({path:s,method:"GET",...a})}function un({itemId:e=o(),shapeId:t=o(),componentId:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/component/${n}`;return r({path:s,method:"DELETE",...a})}function hn({itemId:e=o(),shapeId:t=o(),queryParams:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/component`;return r({path:s,method:"POST",queryParams:n,...a})}function pn({itemId:e=o(),shapeId:t=o(),queryParams:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/component/placeholder`;return r({path:s,method:"POST",queryParams:n,...a})}function dn({itemId:e=o(),shapeId:t=o(),componentId:n=o(),targetItemId:a=o(),targetShapeId:s=o(),targetComponentId:i=o(),...h}){const p=`/API/item/${e}/shape/${t}/component/${n}/move/item/${a}/shape/${s}/component/${i}`;return r({path:p,method:"POST",...h})}function mn({itemId:e=o(),shapeId:t=o(),componentId:n=o(),targetItemId:a=o(),targetShapeId:s=o(),...i}){const h=`/API/item/${e}/shape/${t}/component/${n}/move/item/${a}/shape/${s}`;return r({path:h,method:"POST",...i})}function ln({itemId:e=o(),shapeId:t=o(),componentId:n=o(),targetItemId:a=o(),targetShapeId:s=o(),targetComponentId:i=o(),...h}){const p=`/API/item/${e}/shape/${t}/component/${n}/copy/item/${a}/shape/${s}/component/${i}`;return r({path:p,method:"POST",...h})}function fn({itemId:e=o(),shapeId:t=o(),componentId:n=o(),targetItemId:a=o(),targetShapeId:s=o(),...i}){const h=`/API/item/${e}/shape/${t}/component/${n}/copy/item/${a}/shape/${s}`;return r({path:h,method:"POST",...i})}function Pn({itemId:e=o(),shapeId:t=o(),componentId:n=o(),fileId:a=o(),...s}){const i=`/API/item/${e}/shape/${t}/component/${n}/file/${a}`;return r({path:i,method:"PUT",...s})}function Tn({itemId:e=o(),shapeId:t=o(),componentId:n=o(),fileId:a=o(),...s}){const i=`/API/item/${e}/shape/${t}/component/${n}/file/${a}`;return r({path:i,method:"PUT",...s})}function $n({itemId:e=o(),shapeId:t=o(),componentId:n=o(),analyzeJobDocument:a,...s}){const i=`/API/item/${e}/shape/${t}/component/${n}/analyze`;return r({path:i,method:"POST",body:a,...s})}const gn={listComponent:sn,getComponent:cn,removeComponent:un,createComponent:hn,createComponentPlaceholder:pn,moveComponent:dn,moveComponentToShape:mn,copyComponent:ln,copyComponentToShape:fn,addComponentFile:Pn,removeComponentFile:Tn,createComponentAnalyze:$n};function In({...e}={}){return r({path:"/API/configuration/",method:"GET",...e})}function En({...e}={}){return r({path:"/API/configuration/properties",method:"GET",...e})}function An({configurationPropertyDocument:e,...t}){return r({path:"/API/configuration/properties/",method:"PUT",body:e,...t})}function yn({configurationPropertyListDocument:e=o(),...t}){return r({path:"/API/configuration/properties/",method:"POST",body:e,...t})}function bn({key:e=o(),...t}){const n=`/API/configuration/properties/${e}`;return r({path:n,method:"DELETE",...t})}function Sn({...e}={}){return r({path:"/API/configuration/indexing",method:"GET",...e})}function vn({indexingConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/indexing",method:"PUT",body:e,...t})}function Gn({...e}={}){return r({path:"/API/configuration/ftp-pool",method:"GET",...e})}function kn({ftpPoolConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/ftp-pool",method:"PUT",body:e,...t})}function Un({...e}){return r({path:"/API/configuration/ftp-pool",method:"DELETE",...e})}function Ln({...e}={}){return r({path:"/API/configuration/job-pool",method:"GET",...e})}function Cn({jobPoolListDocument:e=o(),...t}){return r({path:"/API/configuration/job-pool",method:"PUT",body:e,...t})}function Mn({...e}){return r({path:"/API/configuration/job-pool",method:"DELETE",...e})}function Dn({jobPoolPriority:e=o(),...t}){const n=`/API/configuration/job-pool/${e}`;return r({path:n,method:"DELETE",...t})}function xn({...e}={}){return r({path:"/API/configuration/metrics",method:"GET",...e})}function On({metricsConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/metrics",method:"PUT",body:e,...t})}function jn({...e}={}){return r({path:"/API/configuration/path-alias",method:"GET",...e})}function Fn({pathAliasConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/path-alias",method:"PUT",body:e,...t})}function Rn({...e}={}){return r({path:"/API/configuration/logreport",method:"GET",...e})}function wn({logReportConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/logreport",method:"PUT",body:e,...t})}function zn({...e}={}){return r({path:"/API/configuration/purging",method:"GET",...e})}function qn({databasePurgingConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/purging",method:"PUT",body:e,...t})}function Bn({...e}){return r({path:"/API/configuration/purging",method:"DELETE",...e})}function Nn({...e}={}){return r({path:"/API/configuration/cors",method:"GET",...e})}function Jn({corsConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/cors",method:"PUT",body:e,...t})}function Vn({...e}={}){return r({path:"/API/configuration/auth",method:"GET",...e})}function Kn({oAuth2ConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/auth",method:"PUT",body:e,...t})}function Hn({...e}={}){return r({path:"/API/configuration/auth",method:"DELETE",...e})}function Qn({...e}={}){return r({path:"/API/configuration/job-priority",method:"GET",...e})}function _n({jobPriorityConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/job-priority",method:"PUT",body:e,...t})}function Wn({...e}={}){return r({path:"/API/configuration/job-priority",method:"DELETE",...e})}function Xn({...e}={}){return r({path:"/API/configuration/bulkymetadata",method:"GET",...e})}function Yn({bulkyMetadataConfigurationDocument:e=o(),...t}){return r({path:"/API/configuration/bulkymetadata",method:"PUT",body:e,...t})}const Zn={getConfiguration:In,getPropertiesConfiguration:En,updatePropertiesConfiguration:An,updateAllPropertiesConfiguration:yn,removePropertiesConfiguration:bn,getIndexingConfiguration:Sn,updateIndexingConfiguration:vn,getFtpPoolConfiguration:Gn,updateFtpPoolConfiguration:kn,removeFtpPoolConfiguration:Un,getJobPoolConfiguration:Ln,updateJobPoolConfiguration:Cn,removeAllJobPoolConfiguration:Mn,removeJobPoolConfiguration:Dn,getMetricsConfiguration:xn,updateMetricsConfiguration:On,getPathAliasConfiguration:jn,updatePathAliasConfiguration:Fn,getLogReportConfiguration:Rn,updateLogReportConfiguration:wn,getDatabasePurgingConfiguration:zn,updateDatabasePurgingConfiguration:qn,removeDatabasePurgingConfiguration:Bn,getCorsConfiguration:Nn,updateCorsConfiguration:Jn,getAuthConfiguration:Vn,updateAuthConfiguration:Kn,removeAuthConfiguration:Hn,getJobPriorityConfiguration:Qn,updateJobPriorityConfiguration:_n,removeJobPriorityConfiguration:Wn,getBulkyMetadataConfiguration:Xn,updateBulkyMetadataConfiguration:Yn};function to({conformRequestDocument:e=o(),...t}){return r({path:"/API/conform",body:e,method:"POST",...t})}function eo({itemId:e=o(),timelineFormat:t=o(),conformRequestDocument:n=o(),...a}){const s=`/API/item/${e}/timeline/${t}/conform`;return r({path:s,body:n,method:"POST",...a})}const no={createConform:to,createConformItem:eo};function oo({xmlDocument:e=o(),headers:t={},...n}){return r({path:"/APInoauth/debug/echo",method:"PUT",body:e,headers:{contentType:"application/xml",...t},...n})}const ao={echo:oo};function ro({...e}={}){return r({path:"/API/deletion-lock",method:"GET",...e})}function so({lockId:e=o(),...t}){const n=`/API/deletion-lock/${e}`;return r({path:n,method:"GET",...t})}function io({lockId:e=o(),deletionLockDocument:t=o(),...n}){const a=`/API/deletion-lock/${e}`;return r({path:a,method:"PUT",body:t,...n})}function co({lockId:e=o(),...t}){const n=`/API/deletion-lock/${e}`;return r({path:n,method:"DELETE",...t})}function uo({entity:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/deletion-lock/`;return r({path:a,method:"GET",...n})}function ho({entity:e=o(),entityId:t=o(),deletionLockDocument:n=o(),...a}){const s=`/API/${e}/${t}/deletion-lock/`;return r({path:s,method:"POST",body:n,...a})}function po({entity:e=o(),entityId:t=o(),lockId:n=o(),...a}){const s=`/API/${e}/${t}/deletion-lock/${n}`;return r({path:s,method:"GET",...a})}function mo({entity:e=o(),entityId:t=o(),lockId:n=o(),deletionLockDocument:a=o(),...s}){const i=`/API/${e}/${t}/deletion-lock/${n}`;return r({path:i,method:"PUT",body:a,...s})}function lo({entity:e=o(),entityId:t=o(),lockId:n=o(),...a}){const s=`/API/${e}/${t}/deletion-lock/${n}`;return r({path:s,method:"DELETE",...a})}const fo={listDeletionLock:ro,getDeletionLock:so,updateDeletionLock:io,removeDeletionLock:co,listEntityDeletionLock:uo,createEntityDeletionLock:ho,getEntityDeletionLock:po,updateEntityDeletionLock:mo,removeEntityDeletionLock:lo};function Po({...e}={}){return r({path:"/API/document/",method:"GET",...e})}function To({itemSearchDocument:e,...t}={}){return r({path:"/API/document/",method:"PUT",body:e,...t})}function $o({documentMetadataName:e=o(),...t}){const n=`/API/document/${e}`;return r({path:n,method:"GET",...t})}function go({documentMetadataName:e=o(),metadataDocument:t,...n}){const a=`/API/document/${e}`;return r({path:a,body:t,method:"PUT",...n})}function Io({documentMetadataName:e=o(),...t}){const n=`/API/document/${e}/changes`;return r({path:n,method:"GET",...t})}function Eo({documentMetadataName:e=o(),...t}){const n=`/API/document/${e}`;return r({path:n,method:"DELETE",...t})}const Ao={listDocumentMetadata:Po,searchDocumentMetadata:To,getDocumentMetadata:$o,updateDocumentMetadata:go,getDocumentMetadataChanges:Io,removeDocumentMetadata:Eo};function yo({...e}={}){return r({path:"/API/error",method:"GET",...e})}const bo={listErrorLogs:yo};function So({...e}={}){return r({path:"/API/export-location",method:"GET",...e})}function vo({locationName:e=o(),...t}){return r({path:`/API/export-location/${e}`,method:"GET",...t})}function Go({locationName:e=o(),exportLocationDocument:t,...n}){const a=`/API/export-location/${e}`;return r({path:a,method:"PUT",body:t,...n})}function ko({locationName:e=o(),...t}){const n=`/API/export-location/${e}`;return r({path:n,method:"DELETE",...t})}function Uo({locationName:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/export-location/${e}/script`;return r({path:s,method:"GET",headers:a,...n})}function Lo({locationName:e=o(),exportScript:t=o(),headers:n={},...a}){const s={accept:"text/plain",contentType:"text/plain",...n},i=`/API/export-location/${e}/script`;return r({path:i,method:"PUT",body:t,headers:s,...a})}const Co={listExportLocation:So,getExportLocation:vo,updateExportLocation:Go,removeExportLocation:ko,getExportLocationScript:Uo,updateExportLocationScript:Lo};function Mo({...e}={}){return r({path:"/API/export-template",method:"GET",...e})}function Do({templateName:e=o(),...t}){return r({path:`/API/export-template/${e}`,method:"GET",...t})}function xo({templateName:e=o(),...t}){return r({path:`/API/export-template/${e}`,method:"DELETE",...t})}function Oo({templateName:e=o(),exportTemplateDocument:t,...n}){return r({path:`/API/export-template/${e}`,method:"PUT",body:t,...n})}function jo({templateName:e=o(),exportTemplateDocument:t,...n}){return r({path:`/API/export-template/${e}`,method:"PUT",body:t,...n})}function Fo({templateName:e=o(),headers:t={},...n}){const a=`/API/export-template/${e}/graph`,s={accept:"image/png",...t};return r({path:a,method:"GET",headers:s,...n})}function Ro({templateName:e=o(),headers:t={},...n}){const a=`/API/export-template/${e}/graph/dot`,s={accept:"text/plain",...t};return r({path:a,method:"GET",headers:s,...n})}function wo({...e}){return r({path:"/API/export-template/test",method:"POST",...e})}function zo({...e}){return r({path:"/API/export-template/test",method:"PUT",...e})}const qo={listExportTemplete:Mo,getExportTemplate:Do,removeExportTemplate:xo,createExportTemplate:Oo,updateExportTemplate:jo,getExportTemplateGraph:Fo,getExportTemplateGraphDot:Ro,createExportTemplateTest:wo,createExportTemplateTestRender:zo};function y(e){return e==="field-group"?"metadata-field/field-group":e}function Bo({...e}={}){return r({path:"/API/external-id",method:"GET",...e})}function No({idName:e=o(),...t}){const n=`/API/external-id/${e}`;return r({path:n,method:"GET",...t})}function Jo({idName:e=o(),externalIdentifierNamespaceDocument:t,...n}){const a=`/API/external-id/${e}`;return r({path:a,method:"PUT",body:t,...n})}function Vo({idName:e=o(),...t}){const n=`/API/external-id/${e}`;return r({path:n,method:"DELETE",...t})}function Ko({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${y(e)}/${t}/external-id/`;return r({path:a,method:"GET",...n})}function Ho({entityType:e=o(),entityId:t=o(),externalId:n=o(),...a}){const s=`/API/${y(e)}/${t}/external-id/${n}`;return r({path:s,method:"PUT",...a})}function Qo({entityType:e=o(),entityId:t=o(),externalId:n=o(),...a}){const s=`/API/${y(e)}/${t}/external-id/${n}`;return r({path:s,method:"DELETE",...a})}function _o({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${y(e)}/${t}/external-id`;return r({path:a,method:"DELETE",...n})}const Wo={listExternalIdNamespace:Bo,getExternalIdNamespace:No,updateExternalIdNamespace:Jo,removeExternalIdNamespace:Vo,listExternalId:Ko,createExternalId:Ho,removeExternalId:Qo,removeAllExternalId:_o},{getSimpleMetadata:Xo}=E;function Yo({...e}={}){return r({path:"/API/metadata-field/field-group/",method:"GET",...e})}function Zo({groupName:e=o(),...t}){const n=`/API/metadata-field/field-group/${e}/`;return r({path:n,method:"GET",...t})}function ta({groupName:e=o(),metadataFieldGroupDocument:t,...n}){const a=`/API/metadata-field/field-group/${e}`;return r({path:a,method:"PUT",body:t,...n})}function ea({groupName:e=o(),...t}){const n=`/API/metadata-field/field-group/${e}`;return r({path:n,method:"DELETE",...t})}function na({groupName:e=o(),fieldName:t=o(),...n}){const a=`/API/metadata-field/field-group/${e}/${t}`;return r({path:a,method:"PUT",...n})}function oa({groupName:e=o(),fieldName:t=o(),...n}){const a=`/API/metadata-field/field-group/${e}/${t}`;return r({path:a,method:"DELETE",...n})}function aa({groupName:e=o(),childGroupName:t=o(),...n}){const a=`/API/metadata-field/field-group/${e}/group/${t}`;return r({path:a,method:"PUT",...n})}function ra({groupName:e=o(),childGroupName:t=o(),...n}){const a=`/API/metadata-field/field-group/${e}/group/${t}`;return r({path:a,method:"DELETE",...n})}function sa({metadataFieldGroupSearchDocument:e,...t}){return r({path:"/API/metadata-field/field-group/",method:"PUT",body:e,...t})}function ia({groupName:e=o(),...t}){return Xo({entityType:"metadata-field/field-group",entityId:e,...t})}function ca({groupName:e=o(),...t}){const n=`/API/metadata-field/field-group/${e}/access`;return r({path:n,method:"GET",...t})}function ua({groupName:e=o(),metadataFieldAccessControlDocument:t=o(),...n}){const a=`/API/metadata-field/field-group/${e}/access`;return r({path:a,method:"POST",body:t,...n})}function ha({groupName:e=o(),accessId:t=o(),...n}){const a=`/API/metadata-field/field-group/${e}/access/${t}`;return r({path:a,method:"DELETE",...n})}function pa({...e}={}){return r({path:"/API/metadata-field/field-group/merged-access",method:"GET",...e})}function da({groupName:e=o(),...t}={}){const n=`/API/metadata-field/field-group/${e}/merged-access`;return r({path:n,method:"GET",...t})}const ma={listFieldGroup:Yo,getFieldGroup:Zo,updateFieldGroup:ta,removeFieldGroup:ea,updateFieldGroupField:na,removeFieldGroupField:oa,updateFieldGroupChild:aa,removeFieldGroupChild:ra,searchFieldGroup:sa,getSimpleMetadata:ia,listFieldGroupAccess:ca,createFieldGroupAccess:ua,removeFieldGroupAccess:ha,listFieldGroupMergedAccess:pa,getFieldGroupMergedAccess:da};function la({...e}={}){return r({path:"/API/storage/file/",method:"GET",...e})}function fa({storageId:e=o(),...t}={}){const n=`/API/storage/${e}/file/`;return r({path:n,method:"GET",...t})}function Pa({...e}={}){return r({path:"/API/storage/file/importable/",method:"GET",...e})}function Ta({storageId:e=o(),...t}={}){const n=`/API/storage/${e}/file/importable/`;return r({path:n,method:"GET",...t})}function $a({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/`;return r({path:n,method:"GET",...t})}function ga({storageId:e=o(),file:t=o(),headers:n={},...a}){const s={contentType:"application/octet-stream",...n},i=`/API/storage/${e}/file/data`;return r({path:i,method:"POST",body:t,headers:s,...a})}function Ia({fileId:e=o(),headers:t={},...n}){const a={accept:"application/octet-stream",...t},s=`/API/storage/file/${e}/data`;return r({path:s,method:"GET",headers:a,responseType:"blob",...n})}function Ea({fileId:e=o(),file:t,headers:n={},...a}){const s={contentType:"application/octet-stream",...n},i=`/API/storage/file/${e}/data/`;return r({path:i,method:"POST",body:t,headers:s,...a})}function Aa({fileId:e=o(),metadataDocument:t,...n}){const a=`/API/storage/file/${e}/import/`;return r({path:a,method:"POST",body:t,...n})}function ya({fileId:e=o(),metadataDocument:t,...n}){const a=`/API/storage/file/${e}/import/assetmap`;return r({path:a,method:"POST",body:t,...n})}function ba({storageId:e=o(),metadataDocument:t,...n}){const a=`/API/storage/${e}/file/import/assetmap`;return r({path:a,method:"POST",body:t,...n})}function Sa({storageId:e=o(),metadataDocument:t,...n}){const a=`/API/storage/${e}/import/`;return r({path:a,method:"POST",body:t,...n})}function va({fileId:e=o(),targetStorageId:t=o(),...n}){const a=`/API/storage/file/${e}/storage/${t}/`;return r({path:a,method:"POST",...n})}function Ga({fileId:e=o(),...t}){const n=`/API/storage/file/${e}`;return r({path:n,method:"DELETE",...t})}function ka({storageId:e=o(),fileDocument:t,...n}){const a=`/API/storage/${e}/file/`;return r({path:a,method:"POST",body:t,...n})}function Ua({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/entity`;return r({path:n,method:"DELETE",...t})}function La({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/path/`;return r({path:n,method:"POST",...t})}function Ca({fileId:e=o(),state:t=o(),...n}){const a=`/API/storage/file/${e}/state/${t}`;return r({path:a,method:"PUT",...n})}function Ma({fileId:e=o(),hash:t=o(),...n}){const a=`/API/storage/file/${e}/hash/${t}`;return r({path:a,method:"PUT",...n})}function Da({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/abandon`;return r({path:n,method:"PUT",...t})}function xa({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/re-index`;return r({path:n,method:"PUT",...t})}function Oa({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/uri`;return r({path:n,method:"POST",...t})}function ja({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/analyze`;return r({path:n,method:"POST",...t})}function Fa({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/analyze/imp`;return r({path:n,method:"POST",...t})}function Ra({fileId:e=o(),...t}){const n=`/API/storage/file/${e}/shape`;return r({path:n,method:"GET",...t})}const C={listFile:la,listFileStorage:fa,listFileImportable:Pa,listFileStorageImportable:Ta,getFile:$a,createFileRaw:ga,getFileRaw:Ia,updateFileRaw:Ea,createFileImport:Aa,createFileImportAssetMap:ya,createFilePathImportAssetMap:ba,createFileImportPath:Sa,createFileMove:va,removeFile:Ga,createFileEntity:ka,removeFileEntity:Ua,createFilePath:La,updateFileState:Ca,updateFileHash:Ma,abandonFile:Da,reindexFile:xa,createFileTemporaryCredentials:Oa,analyzeFile:ja,analyzeFileImp:Fa,listFileShapes:Ra};function wa({...e}={}){return r({path:"/API/metadata",method:"GET",...e})}function za({metadataDocument:e=o(),...t}){return r({path:"/API/metadata",method:"PUT",body:e,...t})}function qa({uuid:e=o(),...t}){const n=`/API/metadata/${e}`;return r({path:n,method:"GET",...t})}function Ba({uuid:e=o(),...t}={}){const n=`/API/metadata/${e}`;return r({path:n,method:"DELETE",...t})}const Na={listGlobalMetadata:wa,updateGlobalMetadata:za,getGlobalMetadata:qa,removeGlobalMetadata:Ba};function Ja({...e}={}){return r({path:"/API/group/",method:"GET",...e})}function Va({groupName:e=o(),...t}){const n=`/API/group/${e}`;return r({path:n,method:"GET",...t})}function Ka({groupName:e=o(),groupDocument:t,...n}){const a=`/API/group/${e}/`;return r({path:a,method:"PUT",body:t,...n})}function Ha({groupName:e=o(),...t}){const n=`/API/group/${e}`;return r({path:n,method:"DELETE",...t})}function Qa({...e}){return r({path:"/API/group/",method:"DELETE",...e})}function _a({groupSearchDocument:e,...t}){return r({path:"/API/group/",method:"PUT",body:e,...t})}function Wa({groupName:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/group/${e}/role`;return r({path:s,method:"GET",headers:a,...n})}function Xa({groupName:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/group/${e}/description`;return r({path:s,method:"GET",headers:a,...n})}function Ya({groupName:e=o(),description:t,headers:n={},...a}){const s={accept:"text/plain",contentType:"text/plain",...n},i=`/API/group/${e}/description`;return r({path:i,method:"PUT",body:t,headers:s,...a})}function Za({groupName:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/group/${e}/parents/`;return r({path:s,method:"GET",headers:a,...n})}function tr({groupName:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/group/${e}/children/`;return r({path:s,method:"GET",headers:a,...n})}function er({groupName:e=o(),childGroupName:t=o(),...n}){const a=`/API/group/${e}/group/${t}`;return r({path:a,method:"PUT",...n})}function nr({groupName:e=o(),childGroupName:t=o(),...n}){const a=`/API/group/${e}/group/${t}`;return r({path:a,method:"DELETE",...n})}function or({groupName:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/group/${e}/users/`;return r({path:s,method:"GET",headers:a,...n})}function ar({groupName:e=o(),userName:t=o(),...n}){const a=`/API/group/${e}/user/${t}`;return r({path:a,method:"PUT",...n})}function rr({groupName:e=o(),userName:t=o(),...n}){const a=`/API/group/${e}/user/${t}`;return r({path:a,method:"DELETE",...n})}const sr={listGroup:Ja,getGroup:Va,updateGroup:Ka,removeGroup:Ha,removeGroupList:Qa,searchGroup:_a,getGroupRoleStatus:Wa,getGroupDescription:Xa,updateGroupDescription:Ya,getGroupParents:Za,getGroupChildren:tr,addGroupChildren:er,removeGroupChildren:nr,getGroupUser:or,addGroupUser:ar,removeGroupUser:rr},{createFileEntity:ir,createFileTemporaryCredentials:cr,updateFileState:ur,abandonFile:hr}=C;function pr({metadataDocument:e={},...t}={}){return r({path:"/API/import/",method:"POST",body:e,...t})}function dr({...e}={}){return r({path:"/API/import/storage",method:"GET",...e})}function mr({file:e=o(),headers:t={},...n}){return r({path:"/API/import/raw/",method:"POST",body:e,headers:{contentType:"application/octet-stream",...t},...n})}function lr({file:e=o(),headers:t={},...n}){return r({path:"/APInoauth/import/raw/",method:"POST",body:e,headers:{contentType:"application/octet-stream",...t},...n})}function fr({metadataDocument:e={},...t}={}){return r({path:"/API/import/raw-passkey/",method:"POST",body:e,...t})}function Pr({metadataDocument:e={},...t}={}){return r({path:"/API/import/imp/",method:"POST",body:e,...t})}function Tr({metadataDocument:e={},...t}={}){return r({path:"/API/import/placeholder/",method:"POST",body:e,...t})}function $r({itemId:e=o(),component:t=o(),...n}){const a=`/API/import/placeholder/${e}/${t}/`;return r({path:a,method:"POST",...n})}function gr({itemId:e=o(),component:t=o(),file:n=o(),headers:a={},...s}){const i=`/API/import/placeholder/${e}/${t}/raw/`;return r({path:i,method:"POST",body:n,headers:{contentType:"application/octet-stream",...a},...s})}function Ir({itemId:e=o(),component:t=o(),file:n=o(),headers:a={},...s}){const i=`/APInoauth/import/placeholder/${e}/${t}/raw/`;return r({path:i,method:"POST",body:n,headers:{contentType:"application/octet-stream",...a},...s})}function Er({itemId:e=o(),placeholderImportRequestDocument:t,...n}){const a=`/API/import/placeholder/${e}/`;return r({path:a,method:"POST",body:t,...n})}function Ar({itemId:e=o(),...t}){const n=`/API/import/placeholder/${e}/raw-passkey/`;return r({path:n,method:"POST",...t})}function yr({itemId:e=o(),component:t=o(),fileId:n=o(),...a}){const s=`/API/import/placeholder/${e}/${t}/adopt/${n}/`;return r({path:s,method:"POST",...a})}function br({itemId:e=o(),...t}){const n=`/API/import/sidecar/${e}/`;return r({path:n,method:"POST",...t})}function Sr({itemId:e=o(),file:t,headers:n={},...a}){const s={contentType:"application/octet-stream",...n},i=`/API/import/sidecar/${e}/raw/`;return r({path:i,method:"POST",body:t,headers:s,...a})}function vr({file:e=o(),storageId:t=o()}){return new Promise((n,a)=>{let s,i;ir({storageId:t,queryParams:{path:e.name}}).then(h=>(i=h.data,s=h.data.id,cr({fileId:s,queryParams:{write:!0,scheme:"https",duration:720}}))).then(h=>{const p=h.data.uri[0];return fetch(p,{method:"PUT",headers:{"Content-Type":"application/octet-stream"},body:e})}).then(()=>{ur({fileId:s,state:"CLOSED"})}).then(()=>{n(i)}).catch(h=>{s&&hr({fileId:s}),a(h.response)})})}const Gr={createImportUri:pr,getImportStorage:dr,createImportRaw:mr,createImportRawNoAuth:lr,createImportRawPasskey:fr,createImportImp:Pr,createImportPlaceholder:Tr,createImportComponent:$r,createImportComponentRaw:gr,createImportComponentRawNoAuth:Ir,createImportItem:Er,createImportItemPasskey:Ar,createImportItemAdoptFile:yr,createImportItemSidecar:br,createImportItemSidecarRaw:Sr,createImportS3Direct:vr};function kr({...e}={}){return r({path:"/API/import/settings",method:"GET",...e})}function Ur({importSettingsDocument:e,...t}){return r({path:"/API/import/settings",method:"POST",body:e,...t})}function Lr({settingsId:e=o(),...t}){const n=`/API/import/settings/${e}`;return r({path:n,method:"GET",...t})}function Cr({settingsId:e=o(),importSettingsDocument:t,...n}){const a=`/API/import/settings/${e}`;return r({path:a,method:"PUT",body:t,...n})}function Mr({settingsId:e=o(),...t}){const n=`/API/import/settings/${e}`;return r({path:n,method:"DELETE",...t})}const Dr={listImportSettings:kr,createImportSettings:Ur,getImportSettings:Lr,updateImportSettings:Cr,removeImportSettings:Mr},{updateEntityMetadata:xr,getEntityMetadata:Or}=E,{listEntityMetadataLock:jr,createEntityMetadataLock:Fr,getEntityMetadataLock:Rr,updateEntityMetadataLock:wr,removeEntityMetadataLock:zr}=S;function qr({...e}={}){return r({path:"/API/item/",method:"GET",...e})}function Br({itemId:e=o(),...t}){const n=`/API/item/${e}/`;return r({path:n,method:"GET",...t})}function Nr({itemId:e=o(),...t}){const n=`/API/item/${e}/uri`;return r({path:n,method:"GET",...t})}function Jr({itemId:e=o(),...t}){const n=`/API/item/${e}/`;return r({path:n,method:"DELETE",...t})}function Vr({...e}={}){return r({path:"/API/item/",method:"DELETE",...e})}function Kr({itemSearchDocument:e={},...t}={}){return r({path:"/API/item/",method:"PUT",body:e,...t})}function Hr({itemId:e=o(),metadataDocument:t,...n}){return xr({entity:"item",entityId:e,metadataDocument:t,...n})}function Qr({itemId:e=o(),...t}){return Or({entity:"item",entityId:e,...t})}function _r({itemId:e=o(),...t}){const n=`/API/item/${e}/thumbnail`;return r({path:n,method:"POST",...t})}function Wr({itemId:e=o(),...t}){const n=`/API/item/${e}/transcode`;return r({path:n,method:"POST",...t})}function Xr({itemId:e=o(),...t}){const n=`/API/item/${e}/export`;return r({path:n,method:"POST",...t})}function Yr({itemId:e=o(),...t}){const n=`/API/item/${e}/export/imp`;return r({path:n,method:"POST",...t})}function Zr({itemId:e=o(),...t}){const n=`/API/item/${e}/relation`;return r({path:n,method:"GET",...t})}function ts({itemId:e=o(),relationItemId:t=o(),...n}){const a=`/API/item/${e}/relation/${t}`;return r({path:a,method:"POST",...n})}function es({itemRelationListDocument:e=o(),...t}){return r({path:"/API/relation/",method:"POST",body:e,...t})}function ns({itemId:e=o(),relationItemId:t=o(),...n}){const a=`/API/item/${e}/relation/${t}`;return r({path:a,method:"DELETE",...n})}function os({itemId:e=o(),...t}){const n=`/API/item/${e}/relation/`;return r({path:n,method:"DELETE",...t})}function as({itemRelationListDocument:e=o(),...t}){return r({path:"/API/relation",method:"POST",body:e,...t})}function rs({relationId:e=o(),...t}){const n=`/API/relation/${e}/`;return r({path:n,method:"GET",...t})}function ss({relationId:e=o(),...t}){const n=`/API/relation/${e}/`;return r({path:n,method:"PUT",...t})}function is({relationId:e=o(),...t}){const n=`/API/relation/${e}/`;return r({path:n,method:"DELETE",...t})}function cs({...e}={}){return r({path:"/API/item/history",method:"GET",...e})}function us({itemId:e=o(),...t}){const n=`/API/item/${e}/re-index`;return r({path:n,method:"PUT",...t})}function hs({...e}={}){return r({path:"/API/item/list",method:"POST",...e})}function ps({itemId:e=o(),...t}){const n=`/API/item/${e}/collections`;return r({path:n,method:"GET",...t})}function ds({itemId:e=o(),...t}){const n=`/API/item/${e}/library`;return r({path:n,method:"GET",...t})}function ms({itemId:e=o(),...t}){const n=`/API/item/${e}/lock`;return r({path:n,method:"POST",...t})}function ls({itemId:e=o(),...t}){const n=`/API/item/${e}/lock`;return r({path:n,method:"GET",...t})}function fs({itemId:e=o(),...t}){const n=`/API/item/${e}/lock`;return r({path:n,method:"DELETE",...t})}function Ps({itemId:e=o(),...t}){const n=`/API/item/${e}/lock`;return r({path:n,method:"PUT",...t})}function Ts({itemId:e=o(),...t}){return jr({entity:"item",entityId:e,...t})}function $s({itemId:e=o(),...t}){return Fr({entity:"item",entityId:e,...t})}function gs({itemId:e=o(),lockId:t=o(),...n}){return Rr({entity:"item",entityId:e,lockId:t,...n})}function Is({itemId:e=o(),lockId:t=o(),...n}){return wr({entity:"item",entityId:e,lockId:t,...n})}function Es({itemId:e=o(),lockId:t=o(),...n}){return zr({entity:"item",entityId:e,lockId:t,...n})}function As({itemId:e=o(),...t}){const n=`/API/item/${e}/loudness`;return r({path:n,method:"GET",...t})}function ys({itemId:e=o(),...t}){const n=`/API/item/${e}/waveform/values`;return r({path:n,method:"GET",...t})}function bs({itemId:e=o(),headers:t={},...n}){const a=`/API/item/${e}/waveform/image`,s={accept:"image/png",...t};return r({path:a,method:"GET",headers:s,...n})}function Ss({itemId:e=o(),headers:t={},...n}){const a=`/API/item/${e}/waveform/imageURI`,s={accept:"text/plain",...t};return r({path:a,method:"GET",headers:s,...n})}function vs({itemId:e=o(),analyzeJobDocument:t,...n}){const a=`/API/item/${e}/analyze`;return r({path:a,method:"POST",body:t,...n})}const Gs={listItem:qr,getItem:Br,getItemUri:Nr,removeItem:Jr,removeItemList:Vr,searchItem:Kr,updateItemMetadata:Hr,getItemMetadata:Qr,createThumbnail:_r,createTranscode:Wr,createExport:Xr,createExportImp:Yr,listItemRelation:Zr,createItemRelation:ts,createItemRelationList:es,removeItemRelation:ns,removeAllItemRelation:os,createRelation:as,getRelation:rs,updateRelation:ss,removeRelation:is,getItemSearchHistory:cs,reindexItem:us,createItemList:hs,listItemCollection:ps,listItemLibrary:ds,createItemLock:ms,getItemLock:ls,removeItemLock:fs,updateItemLock:Ps,listItemMetadataLock:Ts,createItemMetadataLock:$s,getItemMetadataLock:gs,updateItemMetadataLock:Is,removeItemMetadataLock:Es,getItemLoudness:As,getItemWaveformValue:ys,getItemWaveformImage:bs,getItemWaveformImageUri:Ss,createItemAnalyze:vs};function ks({javascriptDocument:e,headers:t={},...n}){const a={contentType:"application/javascript",...t};return r({path:"/API/javascript/test",method:"POST",body:e,headers:a,...n})}const Us={test:ks};function l(e){return e==="file"?"storage/file":["metadata","access"].includes(e)?"item":e}function Ls({entityType:e=o(),...t}={}){const a=`/API/${l(e)}/notification/`;return r({path:a,method:"GET",...t})}function Cs({entityType:e=o(),entityId:t=o(),...n}={}){const s=`/API/${l(e)}/${t}/notification/`;return r({path:s,method:"GET",...n})}function Ms({notificationId:e=o(),entityType:t=o(),...n}={}){const s=`/API/${l(t)}/notification/${e}`;return r({path:s,method:"GET",...n})}function Ds({notificationId:e=o(),entityType:t=o(),notificationDocument:n,...a}={}){const i=`/API/${l(t)}/notification/${e}`;return r({path:i,method:"PUT",body:n,...a})}function xs({entityType:e=o(),notificationDocument:t,...n}={}){const s=`/API/${l(e)}/notification/`;return r({path:s,method:"POST",body:t,...n})}function Os({notificationId:e=o(),entityType:t=o(),...n}={}){const s=`/API/${l(t)}/notification/${e}`;return r({path:s,method:"DELETE",...n})}function js({notificationId:e=o(),entityType:t=o(),entityId:n=o(),...a}={}){const i=`/API/${l(t)}/${n}/notification/${e}`;return r({path:i,method:"GET",...a})}function Fs({notificationId:e=o(),entityType:t=o(),entityId:n=o(),notificationDocument:a,...s}={}){const h=`/API/${l(t)}/${n}/notification/${e}`;return r({path:h,method:"PUT",body:a,...s})}function Rs({entityType:e=o(),notificationDocument:t,entityId:n,...a}={}){const i=`/API/${l(e)}/${n}/notification/`;return r({path:i,method:"POST",body:t,...a})}function ws({notificationId:e=o(),entityType:t=o(),entityId:n=o(),...a}={}){const i=`/API/${l(t)}/${n}/notification/${e}`;return r({path:i,method:"DELETE",...a})}const M={listNotification:Ls,listNotificationEntity:Cs,getNotification:Ms,updateNotification:Ds,createNotification:xs,removeNotification:Os,getNotificationEntity:js,updateNotificationEntity:Fs,createNotificationEntity:Rs,removeNotificationEntity:ws},{listNotification:zs}=M;function qs({...e}={}){return r({path:"/API/job/",method:"GET",...e})}function Bs({jobSearchDocument:e={},...t}={}){return r({path:"/API/job/search/",method:"PUT",body:e,...t})}function Ns({jobId:e=o(),...t}){const n=`/API/job/${e}`;return r({path:n,method:"GET",...t})}function Js({simpleMetadataDocument:e,...t}={}){return r({path:"/API/job",method:"POST",body:e,...t})}function Vs({jobId:e=o(),...t}){const n=`/API/job/${e}/re-run`;return r({path:n,method:"POST",...t})}function Ks({jobId:e=o(),...t}){const n=`/API/job/${e}`;return r({path:n,method:"PUT",...t})}function Hs({jobId:e=o(),...t}){const n=`/API/job/${e}`;return r({path:n,method:"DELETE",...t})}function Qs({...e}={}){return r({path:"/API/job/",method:"DELETE",...e})}function _s({...e}={}){return zs({entityType:"job",...e})}const Ws={listJob:qs,searchJob:Bs,getJob:Ns,createJob:Js,duplicateJob:Vs,modifyJob:Ks,abortJob:Hs,deleteJob:Qs,listJobNotification:_s};function Xs({...e}={}){return r({path:"/API/library/",method:"GET",...e})}function Ys({itemListDocument:e={},...t}){return r({path:"/API/library",method:"POST",body:e,...t})}function Zs({libraryId:e=o(),...t}){const n=`/API/library/${e}`;return r({path:n,method:"DELETE",...t})}function ti({...e}={}){return r({path:"/API/library",method:"DELETE",...e})}function ei({libraryId:e=o(),...t}){const n=`/API/library/${e}`;return r({path:n,method:"GET",...t})}function ni({libraryId:e=o(),itemListDocument:t,...n}){const a=`/API/library/${e}`;return r({path:a,method:"PUT",body:t,...n})}function oi({libraryId:e=o(),itemId:t=o(),...n}){const a=`/API/library/${e}/${t}`;return r({path:a,method:"DELETE",...n})}function ai({libraryId:e=o(),itemId:t=o(),...n}){const a=`/API/library/${e}/${t}`;return r({path:a,method:"PUT",...n})}function ri({libraryId:e=o(),metadataDocument:t,...n}){const a=`/API/library/${e}/item-metadata`;return r({path:a,method:"PUT",body:t,...n})}function si({libraryId:e=o(),...t}){const n=`/API/library/${e}/settings`;return r({path:n,method:"GET",...t})}function ii({libraryId:e=o(),librarySettingsDocument:t,...n}){const a=`/API/library/${e}/settings`;return r({path:a,method:"PUT",body:t,...n})}function ci({libraryId:e=o(),...t}){const n=`/API/library/${e}/list`;return r({path:n,method:"POST",...t})}function ui({libraryId:e=o(),queryParams:t=o(),...n}){const a=`/API/library/${e}/export`;return r({path:a,method:"POST",queryParams:t,...n})}const hi={listLibrary:Xs,createLibrary:Ys,removeLibrary:Zs,removeLibraryList:ti,getLibrary:ei,updateLibrary:ni,addLibraryItem:oi,removeLibraryItem:ai,updateLibraryItemMetadata:ri,getLibrarySettings:si,updateLibrarySettings:ii,getLibraryBatch:ci,exportLibrary:ui};function pi({file:e=o(),headers:t={},...n}){const a={contentType:"application/octet-stream",...t};return r({path:"/API/license",method:"POST",body:e,headers:a,...n})}const di={createLicense:pi};function mi({...e}={}){return r({path:"/API/metadata/dataset",method:"GET",...e})}function li({datasetId:e=o(),...t}){const n=`/API/metadata/dataset/${e}`;return r({path:n,method:"GET",...t})}function fi({datasetId:e=o(),body:t=o(),...n}){const a=`/API/metadata/dataset/${e}`;return r({path:a,method:"PUT",body:t,...n})}function Pi({datasetId:e=o(),...t}){const n=`/API/metadata/dataset/${e}`;return r({path:n,method:"DELETE",...t})}const Ti={listMetadataDataset:mi,getMetadataDataset:li,updateMetadataDataset:fi,removeMetadataDataset:Pi},{getSimpleMetadata:$i}=E;function gi({...e}={}){return r({path:"/API/metadata-field/",method:"GET",...e})}function Ii({fieldName:e=o(),...t}){const n=`/API/metadata-field/${e}/`;return r({path:n,method:"GET",...t})}function Ei({fieldName:e=o(),metadataFieldDocument:t,...n}){const a=`/API/metadata-field/${e}`;return r({path:a,method:"PUT",body:t,...n})}function Ai({fieldName:e=o(),...t}){const n=`/API/metadata-field/${e}`;return r({path:n,method:"DELETE",...t})}function yi({fieldName:e=o(),...t}){const n=`/API/metadata-field/${e}/values/`;return r({path:n,method:"GET",...t})}function bi({fieldName:e=o(),metadataFieldValueConstraintListDocument:t,...n}){const a=`/API/metadata-field/${e}/allowed-values/`;let s="GET";return t&&(s="POST"),r({path:a,method:s,body:t,...n})}function Si({fieldName:e=o(),simpleMetadataDocument:t,...n}){const a=`/API/metadata-field/${e}/values`;return r({path:a,method:"PUT",body:t,...n})}function vi({fieldName:e=o(),...t}){return $i({entityType:"metadata-field",entityId:e,...t})}function Gi({fieldName:e=o(),...t}){const n=`/API/metadata-field/${e}/access`;return r({path:n,method:"GET",...t})}function ki({fieldName:e=o(),metadataFieldAccessControlDocument:t=o(),...n}){const a=`/API/metadata-field/${e}/access`;return r({path:a,method:"POST",body:t,...n})}function Ui({fieldName:e=o(),accessId:t=o(),...n}){const a=`/API/metadata-field/${e}/access/${t}`;return r({path:a,method:"DELETE",...n})}function Li({...e}={}){return r({path:"/API/metadata-field/merged-access",method:"GET",...e})}function Ci({fieldName:e=o(),...t}={}){const n=`/API/metadata-field/${e}/merged-access`;return r({path:n,method:"GET",...t})}const Mi={listMetadataField:gi,getMetadataField:Ii,updateMetadataField:Ei,removeMetadataField:Ai,getMetadataFieldValues:yi,getMetadataFieldAllowedValues:bi,updateMetadataFieldValues:Si,getSimpleMetadata:vi,listMetadataFieldAccess:Gi,createMetadataFieldAccess:ki,removeMetadataFieldAccess:Ui,listMetadataFieldMergedAccess:Li,getMetadataFieldMergedAccess:Ci};function Di({...e}={}){return r({path:"/API/metadata/migration",method:"GET",...e})}function xi({migrationId:e=o(),...t}){const n=`/API/metadata/migration/${e}`;return r({path:n,method:"GET",...t})}function Oi({metadataSchemaMigrationDocument:e=o(),...t}){return r({path:"/API/metadata/migration",method:"POST",body:e,...t})}const ji={listMetadataMigration:Di,getMetadataMigration:xi,createMetadataMigration:Oi};function Fi({...e}={}){return r({path:"/API/metadata-schema",method:"GET",...e})}function Ri({metadataSchemaDocument:e=o(),...t}){return r({path:"/API/metadata-schema",method:"PUT",body:e,...t})}function wi({...e}={}){return r({path:"/API/metadata-schema",method:"DELETE",...e})}function zi({groupName:e=o(),...t}={}){const n=`/API/metadata-schema${e}`;return r({path:n,method:"GET",...t})}function qi({groupName:e=o(),metadataSchemaGroupDocument:t=o(),...n}={}){const a=`/API/metadata-schema${e}`;return r({path:a,method:"PUT",body:t,...n})}function Bi({groupName:e=o(),...t}={}){const n=`/API/metadata-schema${e}`;return r({path:n,method:"DELETE",...t})}function Ni({...e}={}){return r({path:"/API/metadata-field/terse-schema",method:"GET",...e})}const Ji={getMetadataSchema:Fi,updateMetadataSchema:Ri,removeMetadataSchema:wi,getMetadataSchemaGroup:zi,updateMetadataSchemaGroup:qi,removeMetadataSchemaGroup:Bi,getTerseMetadataSchema:Ni};function Vi({...e}={}){return r({path:"/APInoauth/is-online/",method:"GET",...e})}function Ki({...e}={}){return r({path:"/APInoauth/selftest/",method:"GET",...e})}function Hi({headers:e={},...t}={}){const n={accept:"text/plain",...e};return r({path:"/APIinit/",method:"POST",headers:n,...t})}function Qi({path:e=o(),headers:t={},...n}){const a={accept:"application/octet-stream",...t};return r({path:e,method:"GET",headers:a,responseType:"blob",...n})}const _i={getSelfTest:Ki,createInit:Hi,getFileRaw:Qi,isOnline:Vi};function Wi({projectDocument:e=o(),...t}){return r({path:"/API/collection/project/",method:"POST",body:e,...t})}function Xi({collectionId:e=o(),projectVersionDocument:t=o(),...n}){const a=`/API/collection/${e}/version`;return r({path:a,method:"POST",body:t,...n})}function Yi({collectionId:e=o(),headers:t={},...n}){const a=`/API/collection/${e}/definition`,s={accept:"text/plain",...t};return r({path:a,method:"GET",headers:s,...n})}function Zi({collectionId:e=o(),format:t=o(),body:n=o(),headers:a={},...s}){const i=`/API/collection/${e}/definition/${t}`,h={contentType:"application/octet-stream",...a};return r({path:i,method:"PUT",body:n,headers:h,...s})}function tc({collectionId:e=o(),format:t=o(),headers:n={},...a}){const s=`/API/collection/${e}/definition/${t}`,i={accept:"application/octet-stream",...n};return r({path:s,method:"GET",headers:i,...a})}function ec({collectionId:e=o(),format:t=o(),...n}){const a=`/API/collection/${e}/definition/${t}`;return r({path:a,method:"DELETE",...n})}function nc({collectionId:e=o(),format:t=o(),...n}){const a=`/API/collection/${e}/definition/${t}/asset`;return r({path:a,method:"GET",...n})}function oc({collectionId:e=o(),format:t=o(),essenceMappingsDocument:n=o(),...a}){const s=`/API/collection/${e}/definition/${t}/asset`;return r({path:s,method:"PUT",body:n,...a})}function ac({collectionId:e=o(),format:t=o(),...n}){const a=`/API/collection/${e}/definition/${t}/asset`;return r({path:a,method:"DELETE",...n})}function rc({collectionId:e=o(),format:t=o(),headers:n={},...a}){const s=`/API/collection/${e}/definition/${t}/extradata`,i={accept:"application/octet-stream",...n};return r({path:s,method:"GET",headers:i,...a})}function sc({collectionId:e=o(),format:t=o(),body:n=o(),headers:a={},...s}){const i=`/API/collection/${e}/definition/${t}/extradata`,h={contentType:"application/octet-stream",...a};return r({path:i,method:"PUT",headers:h,body:n,...s})}function ic({collectionId:e=o(),format:t=o(),...n}){const a=`/API/collection/${e}/definition/${t}/extradata`;return r({path:a,method:"DELETE",...n})}function cc({queryParams:e=o(),essenceMappingsDocument:t,...n}){return r({path:"/API/collection/project/inspect",method:"POST",body:t,queryParams:e,...n})}function uc({queryParams:e=o(),essenceMappingsDocument:t,...n}){return r({path:"/API/import/project",method:"POST",body:t,queryParams:e,...n})}function hc({queryParams:e=o(),essenceMappingsDocument:t,...n}){return r({path:"/API/import/project/sequence",method:"POST",body:t,queryParams:e,...n})}function pc({collectionId:e=o(),queryParams:t=o(),exportRequestDocument:n,...a}){const s=`/API/collection/${e}/version/export`;let i="GET";return n&&(i="POST"),r({path:s,method:i,body:n,queryParams:t,...a})}const dc={createProject:Wi,createProjectVersion:Xi,listProjectDefinition:Yi,updateProjectDefinition:Zi,getProjectDefinition:tc,removeProjectDefinition:ec,getProjectDefinitionAsset:nc,updateProjectDefinitionAsset:oc,removeProjectDefinitionAsset:ac,getProjectDefinitionExtraData:rc,updateProjectDefinitionExtraData:sc,removeProjectDefinitionExtraData:ic,inspectProjectFile:cc,importProject:uc,importProjectSequence:hc,exportProjectVersionSequence:pc};function mc({...e}={}){return r({path:"/API/projection/",method:"GET",...e})}function lc({projectionId:e=o(),headers:t={},...n}){const a=`/API/projection/${e}/outgoing`,s={accept:"application/xml",...t};return r({path:a,method:"GET",headers:s,...n})}function fc({projectionId:e=o(),headers:t={},...n}){const a=`/API/projection/${e}/incoming`,s={accept:"application/xml",...t};return r({path:a,method:"GET",headers:s,...n})}function Pc({projectionId:e=o(),projectionDocument:t,headers:n={},...a}){const s=`/API/projection/${e}/outgoing`,i={contentType:"application/xml",accept:"application/xml",...n};return r({path:s,method:"PUT",body:t,headers:i,...a})}function Tc({projectionId:e=o(),projectionDocument:t,headers:n={},...a}){const s=`/API/projection/${e}/incoming`,i={contentType:"application/xml",accept:"application/xml",...n};return r({path:s,method:"PUT",body:t,headers:i,...a})}function $c({projectionId:e=o(),...t}){const n=`/API/projection/${e}`;return r({path:n,method:"DELETE",...t})}const gc={listProjection:mc,getProjectionOutgoing:lc,getProjectionIncoming:fc,updateProjectionOutgoing:Pc,updateProjectionIncoming:Tc,removeProjection:$c};function Ic({...e}={}){return r({path:"/API/quota/",method:"GET",...e})}function Ec({quotaRuleDocument:e,...t}){return r({path:"/API/quota/",method:"POST",body:e,...t})}function Ac({ruleId:e=o(),...t}){const n=`/API/quota/${e}`;return r({path:n,method:"GET",...t})}function yc({ruleId:e=o(),...t}){const n=`/API/quota/${e}`;return r({path:n,method:"PUT",...t})}function bc({ruleId:e=o(),...t}){const n=`/API/quota/${e}`;return r({path:n,method:"DELETE",...t})}const Sc={listQuota:Ic,createQuota:Ec,getQuota:Ac,evaluateQuota:yc,removeQuota:bc};function vc({indexName:e=o(),...t}){const n=`/API/reindex/${e}`;return r({path:n,method:"GET",...t})}function Gc({indexName:e=o(),...t}){const n=`/API/reindex/${e}/`;return r({path:n,method:"PUT",...t})}const kc={getReindex:vc,updateReindex:Gc};function Uc({...e}={}){return r({path:"/API/resource/",method:"GET",...e})}function Lc({resourceType:e=o(),...t}){const n=`/API/resource/${e}`;return r({path:n,method:"GET",...t})}function Cc({resourceType:e=o(),resourceDocument:t,...n}){const a=`/API/resource/${e}`;return r({path:a,method:"POST",body:t,...n})}function Mc({resourceType:e=o(),resourceId:t=o(),resourceDocument:n,...a}){const s=`/API/resource/${e}/${t}`;return r({path:s,method:"PUT",body:n,...a})}function Dc({resourceType:e=o(),resourceId:t=o(),...n}){const a=`/API/resource/${e}/${t}`;return r({path:a,method:"GET",...n})}function xc({resourceType:e=o(),resourceId:t=o(),...n}){const a=`/API/resource/${e}/${t}`;return r({path:a,method:"DELETE",...n})}function Oc({resourceType:e=o(),resourceId:t=o(),headers:n={},...a}){const s={accept:"text/plain",...n},i=`/API/resource/${e}/${t}/status`;return r({path:i,method:"GET",headers:s,...a})}const jc={listResource:Uc,listResourceType:Lc,createResource:Cc,modifyResource:Mc,getResource:Dc,removeResource:xc,statusResource:Oc};function Fc({...e}){return r({path:"/API/scheduled-request/",method:"GET",...e})}function Rc({requestId:e=o(),...t}){const n=`/API/scheduled-request/${e}`;return r({path:n,method:"GET",...t})}function wc({requestId:e=o(),headers:t={},...n}){const a=`/API/scheduled-request/${e}/response`,s={accept:"*/*",...t};return r({path:a,headers:s,method:"GET",...n})}function zc({requestId:e=o(),...t}){const n=`/API/scheduled-request/${e}`;return r({path:n,method:"DELETE",...t})}function qc({...e}){return r({path:"/API/scheduled-request",method:"DELETE",...e})}const Bc={listScheduledRequest:Fc,getScheduledRequest:Rc,getScheduledRequestResponse:wc,removeScheduledRequest:zc,removeAllScheduledRequest:qc};function Nc({...e}={}){return r({path:"/API/search/",method:"GET",...e})}function Jc({itemSearchDocument:e,...t}){return r({path:"/API/search/",method:"PUT",body:e,...t})}function Vc({shapeSearchDocument:e,...t}){return r({path:"/API/search/shape/",method:"PUT",body:e,...t})}function Kc({fileSearchDocument:e,...t}){return r({path:"/API/search/file/",method:"PUT",body:e,...t})}function Hc({autocompleteRequestDocument:e,...t}){return r({path:"/API/search/autocomplete/",method:"PUT",body:e,...t})}const Qc={listItemCollection:Nc,searchItemCollection:Jc,searchShape:Vc,searchFile:Kc,searchAutoComplete:Hc};function _c({noAuth:e=!1,...t}={}){return r({path:e?"/APInoauth/selftest/":"/API/selftest/",method:"GET",...t})}function Wc({testName:e=o(),...t}={}){const n=`/API/selftest/${e}`;return r({path:n,method:"GET",...t})}const Xc={listSelfTest:_c,getSelfTest:Wc};function Yc({itemId:e=o(),format:t=o(),sequenceDefinition:n,headers:a={},...s}){const i=`/API/item/${e}/sequence/${t}`,h={contentType:"application/octet-stream",...a};return r({path:i,method:"PUT",body:n,headers:h,...s})}function Zc({itemId:e=o(),...t}){const n=`/API/item/${e}/sequence`;return r({path:n,method:"GET",...t})}function tu({itemId:e=o(),format:t=o(),headers:n={},...a}){const s=`/API/item/${e}/sequence/${t}`,i={accept:"*/*",...n};return r({path:s,method:"GET",headers:i,...a})}function eu({itemId:e=o(),...t}){const n=`/API/item/${e}/sequence/conform-metadata`;return r({path:n,method:"POST",...t})}function nu({itemId:e=o(),...t}){const n=`/API/item/${e}/sequence/render`;return r({path:n,method:"POST",...t})}function ou({itemId:e=o(),format:t=o(),...n}){const a=`/API/item/${e}/sequence/${t}`;return r({path:a,method:"DELETE",...n})}function au({sequenceRenderRequestDocument:e=o(),...t}){return r({path:"/API/sequence/render",method:"POST",body:e,...t})}function ru({queryParams:e=o(),exportRequestDocument:t,...n}){return r({path:"/API/sequence/export",method:"POST",body:t,queryParams:e,...n})}function su({itemId:e=o(),queryParams:t=o(),exportRequestDocument:n,...a}){const s=`/API/item/${e}/sequence/export`;let i="GET";return n&&(i="POST"),r({path:s,method:i,body:n,queryParams:t,...a})}const iu={updateItemSequence:Yc,listItemSequence:Zc,getItemSequence:tu,conformItemSequence:eu,renderItemSequence:nu,removeItemSequence:ou,renderSequence:au,exportSequence:ru,exportItemSequence:su};function cu({...e}={}){return r({path:"/API/vidispine-service",method:"GET",...e})}function uu({serviceName:e=o(),...t}){const n=`/API/vidispine-service/service/${e}`;return r({path:n,method:"GET",...t})}function hu({serviceName:e=o(),...t}){const n=`/API/vidispine-service/service/${e}/enable`;return r({path:n,method:"PUT",...t})}function pu({serviceName:e=o(),...t}){const n=`/API/vidispine-service/service/${e}/disable`;return r({path:n,method:"PUT",...t})}function du({headers:e={},...t}={}){const n="/API/vidispine-service/stacktrace",a={accept:"text/plain",...e};return r({path:n,method:"GET",headers:a,...t})}const mu={getServiceList:cu,getService:uu,enableService:hu,disableService:pu,getStackTrace:du};function lu({itemId:e=o(),metadataDocument:t={},headers:n={},...a}){const s={accept:"text/plain",...n},i=`/API/item/${e}/shape/placeholder`;return r({path:i,method:"POST",body:t,headers:s,...a})}function fu({itemId:e=o(),shapeDocument:t={},...n}){const a=`/API/item/${e}/shape/create`;return r({path:a,method:"POST",body:t,...n})}function Pu({itemId:e=o(),shapeId:t=o(),simpleMetadataDocument:n={},...a}){const s=`/API/item/${e}/shape/${t}/placeholder`;return r({path:s,method:"PUT",body:n,...a})}function Tu({itemId:e=o(),...t}){const n=`/API/item/${e}/shape/`;return r({path:n,method:"POST",...t})}function $u({itemId:e=o(),...t}){const n=`/API/item/${e}/shape/imp`;return r({path:n,method:"POST",...t})}function gu({itemId:e=o(),headers:t={},file:n,...a}){const s=`/API/item/${e}/shape/raw`,i={contentType:"application/octet-stream",...t};return r({path:s,method:"POST",body:n,headers:i,...a})}function Iu({itemId:e=o(),...t}){const n=`/API/item/${e}/shape/`;return r({path:n,method:"GET",...t})}function Eu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/`;return r({path:a,method:"GET",...n})}function Au({itemId:e=o(),shapeId:t=o(),headers:n={},...a}){const s=`/API/item/${e}/shape/${t}/graph`,i={accept:"image/png",...n};return r({path:s,method:"GET",headers:i,...a})}function yu({itemId:e=o(),shapeId:t=o(),headers:n={},...a}){const s=`/API/item/${e}/shape/${t}/graph/dot`,i={accept:"text/plain",...n};return r({path:s,method:"GET",headers:i,...a})}function bu({itemId:e=o(),shapeId:t=o(),headers:n={},...a}){const s=`/API/item/${e}/shape/${t}/cpl`,i={accept:"application/xml",...n};return r({path:s,method:"GET",headers:i,...a})}function Su({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/transcode`;return r({path:a,method:"POST",...n})}function vu({itemId:e=o(),...t}){const n=`/API/item/${e}/shape/version`;return r({path:n,method:"GET",...t})}function Gu({itemId:e=o(),versionId:t=o(),...n}){const a=`/API/item/${e}/shape/version/${t}`;return r({path:a,method:"GET",...n})}function ku({itemId:e=o(),versionId:t=o(),...n}){const a=`/API/item/${e}/shape/version/${t}`;return r({path:a,method:"DELETE",...n})}function Uu({itemId:e=o(),...t}){const n=`/API/item/${e}/shape/version/`;return r({path:n,method:"POST",...t})}function Lu({itemId:e=o(),versionId:t=o(),...n}){const a=`/API/item/${e}/shape/version/${t}`;return r({path:a,method:"POST",...n})}function Cu({itemId:e=o(),...t}){const n=`/API/item/${e}/shape/essence`;return r({path:n,method:"POST",...t})}function Mu({itemId:e=o(),headers:t={},file:n,...a}){const s=`/API/item/${e}/shape/essence/raw`,i={contentType:"application/octet-stream",...t};return r({path:s,body:n,method:"POST",headers:i,...a})}function Du({itemId:e=o(),shapeId:t=o(),...n}={}){const a=`/API/item/${e}/shape/${t}`;return r({path:a,method:"DELETE",...n})}function xu({itemId:e=o(),...t}={}){const n=`/API/item/${e}/shape/`;return r({path:n,method:"DELETE",...t})}function Ou({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/transcode`;return r({path:a,method:"POST",...n})}function ju({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/thumbnail`;return r({path:a,method:"POST",...n})}function Fu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/update`;return r({path:a,method:"POST",...n})}function Ru({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}file`;return r({path:a,method:"GET",...n})}function wu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/tag`;return r({path:a,method:"GET",...n})}function zu({itemId:e=o(),shapeId:t=o(),tagName:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/tag/${n}`;return r({path:s,method:"PUT",...a})}function qu({itemId:e=o(),shapeId:t=o(),tagName:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/tag/${n}`;return r({path:s,method:"DELETE",...a})}function Bu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/mime`;return r({path:a,method:"GET",...n})}function Nu({itemId:e=o(),shapeId:t=o(),mimeType:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/mime/${n}`;return r({path:s,method:"PUT",...a})}function Ju({itemId:e=o(),shapeId:t=o(),mimeType:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/mime/${n}`;return r({path:s,method:"DELETE",...a})}function Vu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/filename`;return r({path:a,method:"GET",...n})}function Ku({itemId:e=o(),shapeId:t=o(),storageId:n=o(),queryParams:a=o(),...s}){const i=`/API/item/${e}/shape/${t}/filename/${n}`;return r({path:i,method:"PUT",queryParams:a,...s})}function Hu({itemId:e=o(),shapeId:t=o(),storageId:n=o(),...a}){const s=`/API/item/${e}/shape/${t}/filename/${n}`;return r({path:s,method:"DELETE",...a})}function Qu({itemId:e=o(),shapeId:t=o(),analyzeJobDocument:n,...a}){const s=`/API/item/${e}/shape/${t}/analyze`;return r({path:s,method:"POST",body:n,...a})}function _u({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/smartcrop-render`;return r({path:a,method:"POST",...n})}function Wu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/smartcrop-edl`;return r({path:a,method:"GET",...n})}function Xu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/highlight-render`;return r({path:a,method:"POST",...n})}function Yu({itemId:e=o(),shapeId:t=o(),...n}){const a=`/API/item/${e}/shape/${t}/highlighter-edl`;return r({path:a,method:"GET",...n})}const Zu={createShapePlaceholder:lu,createShape:fu,updateShapePlaceholder:Pu,createShapeImport:Tu,createShapeImportImp:$u,createShapeImportRaw:gu,listShape:Iu,getShape:Eu,getShapeGraph:Au,getShapeGraphDot:yu,getShapeCpl:bu,createShapeTranscode:Su,listShapeEssence:vu,getShapeEssence:Gu,removeShapeEssence:ku,copyShapeEssence:Uu,copyShapeEssenceSpecific:Lu,createShapeEssenceImport:Cu,createShapeEssenceImportRaw:Mu,removeShape:Du,removeShapeAll:xu,createTranscode:Ou,createThumbnail:ju,createDeduction:Fu,listShapeFile:Ru,getShapeTag:wu,updateShapeTag:zu,removeShapeTag:qu,getShapeMime:Bu,updateShapeMime:Nu,removeShapeMime:Ju,getShapeFileNameRule:Vu,createShapeFileNameRule:Ku,removeShapeFileNameRule:Hu,createShapeAnalyze:Qu,createSmartcrop:_u,getSmartcrop:Wu,createHighlight:Xu,getHighlight:Yu};function th({...e}={}){return r({path:"/API/shape-tag/",method:"GET",...e})}function eh({tagName:e=o(),...t}){const n=`/API/shape-tag/${e}`;return r({path:n,method:"GET",...t})}function nh({tagName:e=o(),transcodePresetDocument:t,...n}){const a=`/API/shape-tag/${e}`;return r({path:a,method:"PUT",body:t,...n})}function oh({tagName:e=o(),...t}){const n=`/API/shape-tag/${e}`;return r({path:n,method:"DELETE",...t})}function ah({tagName:e=o(),headers:t={},...n}){const a={accept:"application/javascript",...t},s=`/API/shape-tag/${e}/script`;return r({path:s,method:"GET",headers:a,...n})}function rh({tagName:e=o(),shapeTagScript:t,headers:n={},...a}){const s={contentType:"application/javascript",...n},i=`/API/shape-tag/${e}/script`;return r({path:i,method:"PUT",body:t,headers:s,...a})}function sh({tagName:e=o(),...t}){const n=`/API/shape-tag/${e}/script`;return r({path:n,method:"DELETE",...t})}function ih({tagName:e=o(),itemId:t=o(),shapeId:n=o(),...a}){const s=`/API/shape-tag/${e}/item/${t}/shape/${n}/`;return r({path:s,method:"GET",...a})}function ch({...e}={}){return r({path:"/APIinit/preset-templates",method:"PUT",...e})}const uh={listShapeTag:th,getShapeTag:eh,updateShapeTag:nh,removeShapeTag:oh,getShapeTagScript:ah,updateShapeTagScript:rh,removeShapeTagScript:sh,testShapeTagScript:ih,createShapeTagPreset:ch};function hh({headers:e={},...t}={}){const n={accept:"image/png",...e};return r({path:"/APInoauth/stitch",method:"GET",headers:n,...t})}const ph={getStitch:hh};function dh({...e}={}){return r({path:"/API/storage/",method:"GET",...e})}function mh({storageDocument:e,...t}){return r({path:"/API/storage/",method:"POST",body:e,...t})}function lh({storageId:e=o(),...t}){const n=`/API/storage/${e}/`;return r({path:n,method:"GET",...t})}function fh({storageId:e=o(),storageDocument:t,...n}){const a=`/API/storage/${e}/`;return r({path:a,method:"PUT",body:t,...n})}function Ph({storageId:e=o(),metadataDocument:t,...n}){const a=`/API/storage/${e}/metadata`;return r({path:a,method:"PUT",body:t,...n})}function Th({storageId:e=o(),key:t=o(),metadataValue:n,headers:a={},...s}){const i={contentType:"text/plain",...a},h=`/API/storage/${e}/metadata/${t}`;return r({path:h,method:"PUT",body:n,headers:i,...s})}function $h({storageId:e=o(),key:t=o(),...n}){const a=`/API/storage/${e}/metadata/${t}`;return r({path:a,method:"DELETE",...n})}function gh({storageId:e=o(),...t}){const n=`/API/storage/${e}/rescan`;return r({path:n,method:"POST",...t})}function Ih({storageId:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/storage/${e}/method/`;return r({path:s,method:"PUT",headers:a,...n})}function Eh({storageId:e=o(),storageMethodId:t=o(),headers:n={},...a}){const s={accept:"text/plain",...n},i=`/API/storage/${e}/method/${t}/`;return r({path:i,method:"PUT",headers:s,...a})}function Ah({storageId:e=o(),storageMethodId:t=o(),headers:n={},...a}){const s={accept:"text/plain",...n},i=`/API/storage/${e}/method/${t}`;return r({path:i,method:"DELETE",headers:s,...a})}function yh({storageId:e=o(),storageMethodId:t=o(),...n}){const a=`/API/storage/${e}/method/${t}`;return r({path:a,method:"GET",...n})}function bh({storageId:e=o(),...t}){const n=`/API/storage/${e}/method/`;return r({path:n,method:"GET",...t})}function Sh({storageId:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/storage/${e}/`;return r({path:s,method:"DELETE",headers:a,...n})}function vh({storageId:e=o(),...t}){const n=`/API/storage/${e}/evacuate`;return r({path:n,method:"PUT",...t})}function Gh({storageId:e=o(),...t}){const n=`/API/storage/${e}/evacuate`;return r({path:n,method:"DELETE",...t})}function kh({storageId:e=o(),storageType:t=o(),...n}){const a=`/API/storage/${e}/type/${t}`;return r({path:a,method:"PUT",...n})}const Uh={listStorage:dh,createStorage:mh,getStorage:lh,modifyStorage:fh,modifyStorageMetadata:Ph,modifyStorageMetadataKey:Th,removeStorageMetadata:$h,rescanStorage:gh,createStorageMethod:Ih,modifyStorageMethod:Eh,removeStorageMethod:Ah,getStorageMethod:yh,listStorageMethod:bh,removeStorage:Sh,startEvacuateStorage:vh,cancelEvacuateStorage:Gh,updateStorageType:kh};function Lh({...e}={}){return r({path:"/API/storage/storage-group/",method:"GET",...e})}function Ch({groupName:e=o(),...t}){const n=`/API/storage/storage-group/${e}`;return r({path:n,method:"PUT",...t})}function Mh({groupName:e=o(),...t}){const n=`/API/storage/storage-group/${e}`;return r({path:n,method:"GET",...t})}function Dh({groupName:e=o(),...t}){const n=`/API/storage/storage-group/${e}`;return r({path:n,method:"DELETE",...t})}function xh({groupName:e=o(),storageId:t=o(),...n}){const a=`/API/storage/storage-group/${e}/${t}`;return r({path:a,method:"PUT",...n})}function Oh({groupName:e=o(),storageId:t=o(),...n}){const a=`/API/storage/storage-group/${e}/${t}`;return r({path:a,method:"DELETE",...n})}const jh={listStorageGroup:Lh,createStorageGroup:Ch,getStorageGroup:Mh,removeStorageGroup:Dh,addStorageGroupStorage:xh,removeStorageGroupStorage:Oh};function Fh({...e}={}){return r({path:"/API/storage-rule/",method:"GET",...e})}function Rh({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/storage-rule`;return r({path:a,method:"GET",...n})}function wh({entityType:e=o(),entityId:t=o(),storageRuleDocument:n,...a}){const s=`/API/${e}/${t}/storage-rule`;return r({path:s,method:"PUT",body:n,...a})}function zh({entityType:e=o(),entityId:t=o(),...n}){const a=`/API/${e}/${t}/storage-rule`;return r({path:a,method:"DELETE",...n})}function qh({entityType:e=o(),entityId:t=o(),tagName:n=o(),...a}){const s=`/API/${e}/${t}/storage-rule/${n}`;return r({path:s,method:"GET",...a})}function Bh({entityType:e=o(),entityId:t=o(),tagName:n=o(),storageRuleDocument:a,...s}){const i=`/API/${e}/${t}/storage-rule/${n}`;return r({path:i,method:"PUT",body:a,...s})}function Nh({entityType:e=o(),entityId:t=o(),tagName:n=o(),...a}){const s=`/API/${e}/${t}/storage-rule/${n}`;return r({path:s,method:"DELETE",...a})}function Jh({tagName:e=o(),...t}){const n=`/API/shape-tag/storage-rule/${e}`;return r({path:n,method:"GET",...t})}function Vh({tagName:e=o(),storageRuleDocument:t,...n}){const a=`/API/shape-tag/storage-rule/${e}`;return r({path:a,method:"PUT",body:t,...n})}function Kh({tagName:e=o(),...t}){const n=`/API/shape-tag/storage-rule/${e}`;return r({path:n,method:"DELETE",...t})}const Hh={listStorageRule:Fh,getEntityStorageRule:Rh,updateEntityStorageRule:wh,removeEntityStorageRule:zh,getEntityStorageRuleTag:qh,updateEntityStorageRuleTag:Bh,removeEntityStorageRuleTag:Nh,getStorageRuleShapeTag:Jh,updateStorageRuleShapeTag:Vh,removeStorageRuleShapeTag:Kh};function Qh({itemId:e=o(),headers:t={},...n}){const a=`/API/item/${e}/metadata/export/scc`,s={accept:"text/plain ",...t};return r({path:a,method:"GET",headers:s,...n})}function _h({itemId:e=o(),headers:t={},...n}){const a=`/API/item/${e}/metadata/export/ttml`,s={accept:"application/xml",...t};return r({path:a,method:"GET",headers:s,...n})}const Wh={getSubtitleSCC:Qh,getSubtitleTTML:_h};function Xh({...e}={}){return r({path:"/API/jobtype",method:"GET",...e})}function Yh({jobType:e=o(),...t}){const n=`/API/task-definition/jobtype/${e}/`;return r({path:n,method:"POST",...t})}function Zh({jobType:e=o(),...t}){const n=`/API/task-definition/jobtype/${e}/`;return r({path:n,method:"DELETE",...t})}function tp({...e}={}){return r({path:"/API/task-definition",method:"GET",...e})}function ep({taskDefinitionType:e=o(),...t}){const n=`/API/task-definition/jobtype/${e}/`;return r({path:n,method:"GET",...t})}function np({taskDefinitionListDocument:e,...t}){return r({path:"/API/task-definition",method:"POST",body:e,...t})}function op({taskDefinitionId:e=o(),...t}){const n=`/API/task-definition/${e}`;return r({path:n,method:"GET",...t})}function ap({taskDefinitionType:e=o(),taskDefinitionStep:t=o(),...n}){const a=`/API/task-definition/jobtype/${e}/step/${t}`;return r({path:a,method:"GET",...n})}function rp({taskDefinitionId:e=o(),...t}){const n=`/API/task-definition/${e}`;return r({path:n,method:"DELETE",...t})}function sp({taskDefinitionType:e=o(),taskDefinitionStep:t=o(),...n}){const a=`/API/task-definition/jobtype/${e}/step/${t}`;return r({path:a,method:"DELETE",...n})}function ip({taskDefinitionId:e=o(),taskDefinitionDocument:t=o(),...n}){const a=`/API/task-definition/${e}`;return r({path:a,method:"PUT",body:t,...n})}function cp({taskDefinitionType:e=o(),taskDefinitionStep:t=o(),taskDefinitionDocument:n,...a}){const s=`/API/task-definition/jobtype/${e}/step/${t}`;return r({path:s,method:"PUT",body:n,...a})}function up({taskDefinitionId:e=o(),headers:t={},...n}){const a={accept:"application/javascript",...t},s=`/API/task-definition/${e}/script`;return r({path:s,method:"GET",headers:a,...n})}function hp({taskDefinitionType:e=o(),taskDefinitionStep:t=o(),headers:n={},...a}){const s={accept:"application/javascript",...n},i=`/API/task-definition/jobtype/${e}/step/${t}/script`;return r({path:i,method:"GET",headers:s,...a})}function pp({taskDefinitionId:e=o(),scriptDocument:t,headers:n={},...a}){const s={contentType:"application/javascript",accept:"application/javascript",...n},i=`/API/task-definition/${e}/script`;return r({path:i,method:"PUT",body:t,headers:s,...a})}function dp({taskDefinitionType:e=o(),taskDefinitionStep:t=o(),scriptDocument:n,headers:a={},...s}){const i={contentType:"application/javascript",accept:"application/javascript",...a},h=`/API/task-definition/jobtype/${e}/step/${t}/script`;return r({path:h,method:"PUT",body:n,headers:i,...s})}const mp={listJobType:Xh,createJobType:Yh,removeJobType:Zh,listTaskDefinition:tp,getTaskDefinitionType:ep,createTaskDefinition:np,getTaskDefinition:op,getTaskDefinitionStep:ap,removeTaskDefinition:rp,removeTaskDefinitionStep:sp,modifyTaskDefinition:ip,modifyTaskDefinitionStep:cp,getTaskDefinitionScript:up,getTaskDefinitionStepScript:hp,updateTaskDefinitionScript:pp,updateTaskDefinitionStepScript:dp};function lp({...e}={}){return r({path:"/API/task-group",method:"GET",...e})}function fp({groupName:e=o(),taskGroupDocument:t,...n}){const a=`/API/task-group/${e}`;return r({path:a,method:"PUT",body:t,...n})}function Pp({groupName:e=o(),...t}){const n=`/API/task-group/${e}`;return r({path:n,method:"GET",...t})}function Tp({groupName:e=o(),...t}){const n=`/API/task-group/${e}`;return r({path:n,method:"DELETE",...t})}function $p({...e}={}){return r({path:"/API/task-group",method:"DELETE",...e})}function gp({groupName:e=o(),transcoderId:t=o(),taskGroupDocument:n,...a}){const s=`/API/task-group/${e}/transcoder/${t}`;return r({path:s,method:"PUT",...a})}function Ip({groupName:e=o(),transcoderId:t=o(),...n}){const a=`/API/task-group/${e}/transcoder/${t}`;return r({path:a,method:"DELETE",...n})}const Ep={listTaskGroup:lp,updateTaskGroup:fp,getTaskGroup:Pp,removeTaskGroup:Tp,removeAllTaskGroup:$p,updateTaskGroupTranscoder:gp,removeTaskGroupTranscoder:Ip};function Ap({itemId:e=o(),...t}){const n=`/API/item/${e}/thumbnail`;return r({path:n,method:"POST",...t})}function yp({itemId:e=o(),...t}){const n=`/API/item/${e}/thumbnailresource`;return r({path:n,method:"GET",...t})}function bp({itemId:e=o(),...t}){const n=`/API/item/${e}/thumbnailresource`;return r({path:n,method:"PUT",...t})}function Sp({itemId:e=o(),resourceId:t=o(),...n}){const a=`/API/thumbnail/${t}/${e}`;return r({path:a,method:"GET",...n})}function vp({itemId:e=o(),resourceId:t=o(),...n}){const a=`/API/thumbnail/${t}/${e}`;return r({path:a,method:"DELETE",...n})}function Gp({itemId:e=o(),resourceId:t=o(),time:n=o(),headers:a={},file:s,...i}){const h=`/API/thumbnail/${t}/${e}/${n}`,p={accept:"text/plain",...a};return r({path:h,method:"PUT",body:s,headers:p,...i})}function kp({itemId:e=o(),resourceId:t=o(),time:n=o(),headers:a={},...s}){const i=`/API/thumbnail/${t}/${e}/${n}`,h={accept:"image/png, image/jpeg",...a};return r({path:i,method:"GET",headers:h,...s})}function Up({itemId:e=o(),resourceId:t=o(),time:n=o(),...a}){const s=`/API/thumbnail/${t}/${e}/${n}/export`;return r({path:s,method:"GET",...a})}function Lp({itemId:e=o(),resourceId:t=o(),time:n=o(),...a}){const s=`/API/thumbnail/${t}/${e}/${n}`;return r({path:s,method:"DELETE",...a})}function Cp({itemId:e=o(),...t}){const n=`/API/item/${e}/posterresource`;return r({path:n,method:"GET",...t})}function Mp({itemId:e=o(),...t}){const n=`/API/item/${e}/posterresource`;return r({path:n,method:"PUT",...t})}function Dp({itemId:e=o(),resourceId:t=o(),...n}){const a=`/API/poster/${t}/${e}`;return r({path:a,method:"GET",...n})}function xp({itemId:e=o(),resourceId:t=o(),...n}){const a=`/API/poster/${t}/${e}`;return r({path:a,method:"DELETE",...n})}function Op({itemId:e=o(),resourceId:t=o(),time:n=o(),...a}){const s=`/API/poster/${t}/${e}/${n}`;return r({path:s,method:"PUT",...a})}function jp({itemId:e=o(),resourceId:t=o(),time:n=o(),headers:a={},...s}){const i=`/API/poster/${t}/${e}/${n}`,h={accept:"image/png, image/jpeg",...a};return r({path:i,method:"GET",headers:h,...s})}function Fp({itemId:e=o(),resourceId:t=o(),time:n=o(),...a}){const s=`/API/poster/${t}/${e}/${n}/export`;return r({path:s,method:"GET",...a})}function Rp({itemId:e=o(),resourceId:t=o(),time:n=o(),...a}){const s=`/API/poster/${t}/${e}/${n}`;return r({path:s,method:"DELETE",...a})}const wp={createThumbnail:Ap,listThumbnailResource:yp,createThumbnailResource:bp,listThumbnail:Sp,removeAllThumbnail:vp,updateThumbnail:Gp,getThumbnail:kp,exportThumbnail:Up,removeThumbnail:Lp,listPosterResource:Cp,createPosterResource:Mp,listPoster:Dp,removeAllPoster:xp,updatePoster:Op,getPoster:jp,exportPoster:Fp,removePoster:Rp};function zp({itemId:e=o(),headers:t={},...n}){const a=`/API/item/${e}/timeline`,s={accept:"text/plain",...t};return r({path:a,method:"GET",headers:s,...n})}function qp({itemId:e=o(),...t}){const n=`/API/item/${e}/timeline`;return r({path:n,method:"DELETE",...t})}function Bp({itemId:e=o(),format:t=o(),...n}){const a=`/API/item/${e}/timeline/${t}`;return r({path:a,method:"GET",...n})}function Np({itemId:e=o(),format:t=o(),body:n=o(),...a}){const s=`/API/item/${e}/timeline/${t}`;return r({path:s,method:"PUT",body:n,...a})}function Jp({itemId:e=o(),format:t=o(),...n}){const a=`/API/item/${e}/timeline/${t}`;return r({path:a,method:"DELETE",...n})}const Vp={getTimeline:zp,removeTimeline:qp,getTimelineFormat:Bp,updateTimelineFormat:Np,removeTimelineFormat:Jp};function Kp({...e}={}){return r({path:"/API/transfer/",method:"GET",...e})}function Hp({transferId:e=o(),...t}){const n=`/API/transfer/${e}`;return r({path:n,method:"GET",...t})}function Qp({transferId:e=o(),...t}){const n=`/API/transfer/${e}`;return r({path:n,method:"PUT",...t})}function _p({...e}={}){return r({path:"/API/log/transfer-log/",method:"GET",...e})}const Wp={listTransfer:Kp,getTransfer:Hp,updateTransferPriority:Qp,listTransferLog:_p};function Xp({username:e=o(),password:t=o(),file:n=o(),headers:a={},...s}){const i={accept:"text/html",...a};i.delete("content-type");const h="/UploadLicense/getlic",p=new FormData;return p.append("user",e),p.append("pass",t),p.append("file",n),r({path:h,body:p,method:"POST",headers:i,...s})}const Yp={createLicense:Xp};function Zp({headers:e={},...t}={}){const n="/API/whoami",a={accept:"text/plain",...e};return r({path:n,method:"GET",headers:a,...t})}function td({username:e=o(),password:t,headers:n={},...a}){const s={username:e,password:t,accept:"text/plain",...n},i=`/API/user/${e}/token`;return r({path:i,method:"GET",headers:s,...a})}function ed({...e}={}){return r({path:"/API/user/",method:"GET",...e})}function nd({userDocument:e,...t}){return r({path:"/API/user/",method:"POST",body:e,...t})}function od({userName:e=o(),...t}){const n=`/API/user/${e}`;return r({path:n,method:"GET",...t})}function ad({userName:e=o(),...t}){const n=`/API/user/${e}/graph`;return r({path:n,method:"GET",...t})}function rd({userName:e=o(),userDocument:t=o(),...n}){const a=`/API/user/${e}`;return r({path:a,method:"PUT",body:t,...n})}function sd({userName:e=o(),...t}){const n=`/API/user/${e}/`;return r({path:n,method:"DELETE",...t})}function id({userName:e=o(),...t}){const n=`/API/user/${e}/enable`;return r({path:n,method:"PUT",...t})}function cd({userSearchDocument:e,...t}){return r({path:"/API/user/",method:"PUT",body:e,...t})}function ud({userName:e=o(),alias:t=o(),...n}){const a=`/API/user/${e}/alias/${t}`;return r({path:a,method:"PUT",...n})}function hd({userName:e=o(),alias:t=o(),...n}){const a=`/API/user/${e}/alias/${t}`;return r({path:a,method:"DELETE",...n})}function pd({userName:e=o(),headers:t={},...n}){const a={accept:"text/plain",...t},s=`/API/user/${e}/realname`;return r({path:s,method:"GET",headers:a,...n})}function dd({userName:e=o(),realName:t,headers:n={},...a}){const s={accept:"text/plain",contentType:"text/plain",...n},i=`/API/user/${e}/realname`;return r({path:i,method:"PUT",body:t,headers:s,...a})}function md({userName:e=o(),password:t=o(),headers:n={},...a}){const s={accept:"text/plain",contentType:"text/plain",...n},i=`/API/user/${e}/password/`;return r({path:i,method:"PUT",body:t,headers:s,...a})}function ld({userName:e=o(),password:t=o(),headers:n={},...a}){const s={accept:"text/plain",contentType:"text/plain",...n},i=`/API/user/${e}/validate/`;return r({path:i,method:"PUT",body:t,headers:s,...a})}function fd({userName:e=o(),headers:t={},...n}){const a={accept:"application/octet-stream",...t},s=`/API/user/${e}/password/salt`;return r({path:s,method:"GET",headers:a,...n})}function Pd({userName:e=o(),headers:t={},...n}){const a={accept:"application/octet-stream",...t},s=`/API/user/${e}/password/salt`;return r({path:s,method:"POST",headers:a,...n})}function Td({userName:e=o(),...t}){const n=`/API/user/${e}/groups/`;return r({path:n,method:"GET",...t})}function $d({userName:e=o(),...t}){const n=`/API/user/${e}/roles`;return r({path:n,method:"GET",...t})}function gd({userName:e=o(),...t}){const n=`/API/user/${e}/allgroups`;return r({path:n,method:"GET",...t})}function Id({userName:e=o(),groupListDocument:t,...n}){const a=`/API/user/${e}/groups/`;return r({path:a,method:"PUT",body:t,...n})}function Ed({headers:e={},...t}={}){const n="/API/token",a={accept:"text/plain",...e};return r({path:n,method:"GET",headers:a,...t})}function Ad({userName:e=o(),...t}){const n=`/API/user/${e}/key`;return r({path:n,method:"GET",...t})}function yd({userName:e=o(),keyId:t=o(),...n}){const a=`/API/user/${e}/key/${t}`;return r({path:a,method:"GET",...n})}function bd({userName:e=o(),...t}){const n=`/API/user/${e}/key/`;return r({path:n,method:"POST",...t})}function Sd({userName:e=o(),keyId:t=o(),accessKeyDocument:n,...a}){const s=`/API/user/${e}/key/${t}`;return r({path:s,method:"PUT",body:n,...a})}function vd({userName:e=o(),keyId:t=o(),...n}){const a=`/API/user/${e}/key/${t}`;return r({path:a,method:"DELETE",...n})}function Gd({userName:e=o(),...t}){const n=`/API/user/${e}/access`;return r({path:n,method:"GET",...t})}const kd={whoAmI:Zp,getUserToken:td,listUser:ed,createUser:nd,getUser:od,getUserGraph:ad,updateUser:rd,disableUser:sd,enableUser:id,searchUser:cd,createAlias:ud,removeAlias:hd,getUserRealName:pd,updateUserRealName:dd,updateUserPassword:md,validateUserPassword:ld,getUserSalt:fd,createUserSalt:Pd,getUserGroup:Td,getUserRole:$d,getUserGroupRole:gd,updateUserGroup:Id,getToken:Ed,listKey:Ad,getKey:yd,createKey:bd,updateKey:Sd,removeKey:vd,getAccess:Gd};function Ud({...e}={}){return r({path:"/API/version",method:"GET",...e})}const Ld={getVersion:Ud};function Cd({path:e=o(),...t}){const n=`/API/cost/${e}`;return r({path:n,method:"GET",...t})}function Md({costEstimateId:e=o(),...t}){const n=`/API/cost/estimate/${e}`;return r({path:n,method:"GET",...t})}const Dd={createCostEstimate:Cd,getCostEstimate:Md};function xd({...e}={}){return r({path:"/API/vxa/",method:"GET",...e})}function Od({headers:e={},...t}={}){const n="/API/vxa/enable-ssh/",a={accept:"text/plain",...e};return r({path:n,method:"PUT",headers:a,...t})}function jd({vxaUuid:e=o(),...t}){const n=`/API/vxa/${e}`;return r({path:n,method:"GET",...t})}function Fd({vxaUuid:e=o(),...t}){const n=`/API/vxa/${e}/configuration`;return r({path:n,method:"GET",...t})}function Rd({vxaUuid:e=o(),...t}){const n=`/API/vxa/${e}`;return r({path:n,method:"DELETE",...t})}const wd={listVxa:xd,createVxa:Od,getVxa:jd,getVxaConfiguration:Fd,removeVxa:Rd};u.ChunkedTransferManager=L,u.ChunkedUpload=A,u.access=rt,u.analyzepreset=ct,u.auditlog=pt,u.autoimport=$t,u.autoprojection=Gt,u.bulkymetadata=Kt,u.collection=rn,u.component=gn,u.configuration=Zn,u.conform=no,u.debug=ao,u.deletionlock=fo,u.documentmetadata=Ao,u.errorlog=bo,u.exportlocation=Co,u.exporttemplate=qo,u.externalid=Wo,u.fieldgroup=ma,u.file=C,u.globalmetadata=Na,u.group=sr,u.importsettings=Dr,u.item=Gs,u.javascript=Us,u.job=Ws,u.library=hi,u.license=di,u.metadata=E,u.metadatadataset=Ti,u.metadatafield=Mi,u.metadatalock=S,u.metadatamigration=ji,u.metadataschema=Ji,u.noauth=_i,u.notification=M,u.project=dc,u.projection=gc,u.quota=Sc,u.reindex=kc,u.resource=jc,u.scheduledrequest=Bc,u.search=Qc,u.selftest=Xc,u.sequence=iu,u.service=mu,u.shape=Zu,u.shapetag=uh,u.stitch=ph,u.storage=Uh,u.storagegroup=jh,u.storagerule=Hh,u.subtitle=Wh,u.taskdefinition=mp,u.taskgroup=Ep,u.thumbnail=wp,u.timeline=Vp,u.transfer=Wp,u.uploadlicense=Yp,u.user=kd,u.utils=B,u.version=Ld,u.vidinet=Dd,u.vsimport=Gr,u.vxa=wd,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-api",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.2.0-pre.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,42 +12,42 @@
|
|
|
12
12
|
"url": "https://github.com/vidispine/vdt.git",
|
|
13
13
|
"directory": "packages/vdt-api"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
15
|
+
"type": "module",
|
|
16
|
+
"main": "./dist/index.umd.cjs",
|
|
17
|
+
"module": "./dist/index.js",
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"import": "./dist/index.js",
|
|
21
|
+
"require": "./dist/index.umd.cjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"dist"
|
|
26
|
+
],
|
|
18
27
|
"scripts": {
|
|
19
|
-
"build": "
|
|
20
|
-
"build:watch": "yarn build
|
|
28
|
+
"build": "yarn vite build",
|
|
29
|
+
"build:watch": "yarn vite build --watch --mode development",
|
|
21
30
|
"build:docs": "rimraf ../../docs/build/vdt-api && yarn documentation build 'src/**.js' -f html -o ../../docs/build/vdt-api",
|
|
22
31
|
"start:docs": "yarn documentation serve 'src/**.js' --watch --port 2001",
|
|
23
|
-
"
|
|
32
|
+
"format": "prettier . --check",
|
|
33
|
+
"lint": "eslint . --max-warnings=0 --ext .js,.jsx,.ts,.tsx,.md,.mdx"
|
|
24
34
|
},
|
|
25
35
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "^7.21.0",
|
|
27
36
|
"axios": "~0.21.4",
|
|
37
|
+
"axios-retry": "3.4.0",
|
|
28
38
|
"buffer": "^6.0.3"
|
|
29
39
|
},
|
|
30
40
|
"devDependencies": {
|
|
31
|
-
"@
|
|
32
|
-
"@
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
35
|
-
"@rollup/plugin-babel": "5.3.1",
|
|
36
|
-
"@rollup/plugin-commonjs": "21.1.0",
|
|
37
|
-
"@rollup/plugin-node-resolve": "13.3.0",
|
|
38
|
-
"@vidispine/eslint-config-base": "23.1.0",
|
|
39
|
-
"@vidispine/eslint-config-mdx": "23.1.0",
|
|
40
|
-
"@vidispine/eslint-config-storybook": "23.1.0",
|
|
41
|
-
"@vidispine/prettier-config": "23.1.0",
|
|
41
|
+
"@vidispine/eslint-config-base": "23.2.0-pre.2",
|
|
42
|
+
"@vidispine/eslint-config-mdx": "23.2.0-pre.2",
|
|
43
|
+
"@vidispine/eslint-config-storybook": "23.2.0-pre.2",
|
|
44
|
+
"@vidispine/prettier-config": "23.2.0-pre.2",
|
|
42
45
|
"documentation": "13.2.5",
|
|
43
46
|
"eslint": "8.34.0",
|
|
44
47
|
"prettier": "2.8.4",
|
|
45
48
|
"rimraf": "3.0.2",
|
|
46
|
-
"
|
|
49
|
+
"vite": "4.2.0"
|
|
47
50
|
},
|
|
48
|
-
"files": [
|
|
49
|
-
"dist"
|
|
50
|
-
],
|
|
51
51
|
"eslintConfig": {
|
|
52
52
|
"extends": [
|
|
53
53
|
"@vidispine/eslint-config-base",
|