@vidispine/api 24.2.0 → 24.3.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.
@@ -1 +1 @@
1
- (function(l,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("buffer"),require("axios")):typeof define=="function"&&define.amd?define(["exports","buffer","axios"],c):(l=typeof globalThis<"u"?globalThis:l||self,c(l["@vidispine/api"]={},l.buffer,l.axios))})(this,function(l,c,P){"use strict";const u=a=>typeof a=="object"&&!Array.isArray(a)&&a!==null,T=a=>c.Buffer.from(a,"binary").toString("base64"),I=({username:a,password:e,token:t,bearerToken:o,contentType:r,accept:s,...p}={})=>{const n={...r?{"Content-Type":r}:{},...s?{Accept:s}:{}};if(a&&e){const d=T(`${a}:${e}`);n.Authorization=`Basic ${d}`}else t?n.Authorization=`token ${t}`:o&&(n.Authorization=`Bearer ${o}`);return{...n,...p}},$=a=>{switch(a){case"noauthUrl":return"noauth-url";default:return a}},E=(a={})=>{const e=Object.entries(a).filter(([,o])=>!u(o)).map(([o,r])=>`${$(o)}=${Array.isArray(r)?r.map(encodeURIComponent).join(","):encodeURIComponent(r)}`),t=Object.entries(a).filter(([,o])=>u(o)).flatMap(([o,r])=>[o,Object.entries(r??{}).map(([s,p])=>`${$(o)}=${encodeURIComponent(`${s}=${p}`)}`)]);return[...e,...t].join("&")};let h=P.create();function i({queryParams:a,headers:e,axiosInstance:t=h,...o}){const r={params:a,headers:I(e),paramsSerializer:{serialize:E},...o};return t(r)}const A=a=>{h=P.create(a)},m=()=>h;function g({serverUrl:a,token:e,username:t,password:o,bearerToken:r}){const s=m();a&&(s.defaults.baseURL=a),e&&(s.defaults.headers.Authorization=`token ${e}`),r&&(s.defaults.headers.Authorization=`Bearer ${r}`),t&&o&&(s.defaults.auth={username:t,password:o})}function f(){const a=m();delete a.defaults.headers.Authorization,delete a.defaults.auth}const j={listAnalyzePresetAllPresets:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/analyze-preset",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteAnalyzePreset:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/analyze-preset/${a}`,headers:{...e??{}},...t}),getAnalyzePreset:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/analyze-preset/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateAnalyzePreset:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/analyze-preset/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o})},y={rootApi:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API",headers:{accept:"text/html",...a??{}},...e})},L={initApiInit:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit",headers:{accept:"text/plain",...a??{}},...e})},S={listAutoProjectionRuleNames:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/auto-projection",headers:{accept:"application/json",...a??{}},...e}),listAutoProjectionDisabledRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/auto-projection/disable",headers:{accept:"application/json",...a??{}},...e}),listAutoProjectionEnabledRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/auto-projection/enable",headers:{accept:"application/json",...a??{}},...e}),deleteAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/auto-projection/${a}`,headers:{...e??{}},...t}),getAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/auto-projection/${a}`,headers:{accept:"application/json",...e??{}},...t}),addAutoProjectionRule:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/auto-projection/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),disableAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/auto-projection/${a}/disable`,headers:{...e??{}},...t}),enableAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/auto-projection/${a}/enable`,headers:{...e??{}},...t})},k={putBulkyPutBulkyMetadataNoAuth:({pathParams:{uuid:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/APInoauth/bulky-put/${a}`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),putBulkyPutMetadataNoAuth:({pathParams:{uuid:a,key:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/APInoauth/bulky-put/${a}/${e}`,headers:{contentType:"text/plain",...r??{}},queryParams:t,data:o??"",...s})},G={cloudCallbackConvertCallBackNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/callback/cloudconvert",headers:{...e??{}},queryParams:a,...t}),cloudCallbackConvertCallBackV2NoAuth:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APInoauth/callback/cloudconvert",headers:{...a??{}},...e})},D={deleteCollections:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/collection",headers:{...e??{}},queryParams:a,...t}),listCollections:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/collection",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createCollection:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/collection",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),searchCollection:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/collection",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listCollectionListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/collection/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addCollectionListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/collection/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteCollectionListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/deletion-lock/${a}`,headers:{...e??{}},...t}),getCollectionListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyCollectionListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearCollectionDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getCollectionDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setCollectionDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setCollectionDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearCollectionDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getCollectionDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getCollectionListSearchHistory:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/collection/history",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchCollectionListByMetadataGroup:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/collection/metadata-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteCollectionListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/collection/notification",headers:{...a??{}},...e}),listCollectionListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/collection/notification",headers:{accept:"application/json",...a??{}},...e}),postCollectionListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/collection/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteCollectionListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/notification/${a}`,headers:{...e??{}},...t}),getCollectionListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateCollectionListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearCollectionNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/notification/${a}/external-id`,headers:{...e??{}},...t}),listCollectionNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeCollectionNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setCollectionNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),createCollectionListProject:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/collection/project",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),inspectCollectionList:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/collection/project/inspect",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),createCollectionListRelations:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/collection/relation",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteCollectionListRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/relation/${a}`,headers:{...e??{}},...t}),getCollectionListRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/relation/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateCollectionListRelation:({pathParams:{relationId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/relation/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollection:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}`,headers:{...e??{}},...t}),getCollectionContents:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),updateCollection:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listCollectionAccess:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postCollectionAccess:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteCollectionAccessBulk:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/access/bulk`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),bulkCollectionPostAccess:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/access/bulk`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getCollectionGraph:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/access/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getCollectionGraphString:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/access/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),changeCollectionOwner:({pathParams:{collectionId:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/access/owner/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteCollectionAccess:({pathParams:{collectionId:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/access/${e}`,headers:{...t??{}},...o}),getCollectionAccess:({pathParams:{collectionId:a,accessId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/collection/${a}/access/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listCollectionAncestors:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/ancestor`,headers:{accept:"application/json",...e??{}},...t}),listChildCollections:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/collection`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),searchChildCollection:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/collection`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getCollectionProjectVersionDefinitions:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/definition`,headers:{accept:"text/plain",...e??{}},...t}),deleteCollectionProjectVersionDefinition:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/definition/${e}`,headers:{...t??{}},...o}),getCollectionProjectVersionDefinition:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/definition/${e}`,headers:{accept:"application/octet-stream",...t??{}},...o}),setCollectionProjectVersionDefinition:({pathParams:{collectionId:a,format:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/definition/${e}`,headers:{contentType:"application/octet-stream",...o??{}},data:t??"",...r}),deleteCollectionAssets:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/definition/${e}/asset`,headers:{...t??{}},...o}),getCollectionAssets:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/definition/${e}/asset`,headers:{accept:"application/json",...t??{}},...o}),setCollectionAssets:({pathParams:{collectionId:a,format:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/definition/${e}/asset`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteCollectionExtraData:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/definition/${e}/extradata`,headers:{...t??{}},...o}),getCollectionExtraData:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/definition/${e}/extradata`,headers:{accept:"application/octet-stream",...t??{}},...o}),setCollectionExtraData:({pathParams:{collectionId:a,format:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/definition/${e}/extradata`,headers:{contentType:"application/octet-stream",...o??{}},data:t??"",...r}),listCollectionDeletionLockList:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addCollectionLock:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteCollectionLock:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getCollectionLock:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyCollectionLock:({pathParams:{collectionId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearCollectionDeletionLockMetadata:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getCollectionDeletionLockAllMetadata:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setCollectionDeletionLockMetadata:({pathParams:{collectionId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setCollectionDeletionLockMetadataPrefix:({pathParams:{collectionId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/collection/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearCollectionDeletionLockMetadataPrefix:({pathParams:{collectionId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getCollectionDeletionLockMetadataPrefix:({pathParams:{collectionId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),startCollectionExport:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/export`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearCollectionExternalIdentifiers:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/external-id`,headers:{...e??{}},...t}),listCollectionExternalIdentifiers:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeCollectionExternalIdentifier:({pathParams:{collectionId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/external-id/${e}`,headers:{...t??{}},...o}),setCollectionExternalId:({pathParams:{collectionId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/external-id/${e}`,headers:{...t??{}},...o}),updateCollectionPath:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/folder-name`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),searchCollectionGetItems:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/item`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),searchCollectionItems:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/item`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),createCollectionItemListJob:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/item/list`,headers:{contentType:"application/xslt",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),unmapCollectionToFolder:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/map-to-folder`,headers:{...e??{}},...t}),mapCollectionToFolder:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/collection/${a}/map-to-folder`,headers:{...e??{}},...t}),getCollectionMergedDocument:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getCollectionMergedGroupDocument:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/merged-access/group`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getCollectionMetadata:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putCollectionMetadata:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getCollectionLocksMetadataLock:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/metadata-lock`,headers:{accept:"application/json",...e??{}},...t}),createCollectionMetadataLock:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/metadata-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollectionMetadataLock:({pathParams:{collectionId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/metadata-lock/${e}`,headers:{...t??{}},...o}),getCollectionMetadataLock:({pathParams:{collectionId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),addCollectionMetadataLock:({pathParams:{collectionId:a,lockid:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getCollectionMetadataChanges:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/changes`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putCollectionMetadataChanges:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),trimCollectionMetadataChanges:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes/trim`,headers:{accept:"application/json",...e??{}},...t}),deleteCollectionMetadataChanges:({pathParams:{collectionId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),getCollectionChangeMetadataChanges:({pathParams:{collectionId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyCollectionMetadataChanges:({pathParams:{collectionId:a,changesetId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),compareCollectionMetadata:({pathParams:{collectionId:a,changesetId:e,fromChangesetId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/collection/${a}/metadata/changes/${e}/compareTo/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),trimCollectionMetadataChangesById:({pathParams:{collectionId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes/${e}/trim`,headers:{accept:"application/json",...t??{}},...o}),updateCollectionEntriesByUuid:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/entry`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),updateCollectionEntryByUuid:({pathParams:{collectionId:a,uuid:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata/entry/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),getCollectionDot:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getCollectionDotString:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),moveCollectionMetadata:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/move`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollectionNotifications:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/notification`,headers:{...e??{}},...t}),listCollectionNotifications:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postCollectionNotification:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteCollectionNotification:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/notification/${e}`,headers:{...t??{}},...o}),getCollectionNotification:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateCollectionNotification:({pathParams:{collectionId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearCollectionNotificationExternalIdentifiers:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listCollectionNotificationExternalIdentifiers:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeCollectionNotificationExternalIdentifier:({pathParams:{collectionId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setCollectionNotificationExternalId:({pathParams:{collectionId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),reorderCollection:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/order`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteAllRelationsToCollection:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/relation`,headers:{...t??{}},queryParams:e,...o}),listCollectionRelations:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/relation`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteAllRelationsBetweenCollections:({pathParams:{collectionId:a,relationId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/relation/${e}`,headers:{...o??{}},queryParams:t,...r}),postCollectionRelation:({pathParams:{collectionId:a,relationId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/relation/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),renameCollection:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/rename`,headers:{...t??{}},queryParams:e,...o}),renderCollectionToSequence:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/sequence-document`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollectionDefaultStorageRule:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/storage-rule`,headers:{...e??{}},...t}),getCollectionStorageRules:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/storage-rule`,headers:{accept:"application/json",...e??{}},...t}),putCollectionDefaultStorageRule:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/storage-rule`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteCollectionStorageRule:({pathParams:{collectionId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/storage-rule/${e}`,headers:{...t??{}},...o}),getCollectionStorageRule:({pathParams:{collectionId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/storage-rule/${e}`,headers:{accept:"application/json",...t??{}},...o}),setCollectionStorageRule:({pathParams:{collectionId:a,tagName:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/storage-rule/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),trainCollection:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/train`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createCollectionProjectVersion:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/version`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getCollectionEntityInFormat:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/version/export`,headers:{accept:"*/*",...t??{}},queryParams:e,...o}),performCollectionExport:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/version/export`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteCollectionContent:({pathParams:{collectionId:a,collectionIdId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/${e}`,headers:{...o??{}},queryParams:t,...r}),putCollectionContent:({pathParams:{collectionId:a,collectionIdId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/${e}`,headers:{...o??{}},queryParams:t,...r})},U={listComponents:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component`,headers:{accept:"application/json",...t??{}},...o}),importComponent:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),createComponent:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/placeholder`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteComponent:({pathParams:{itemId:a,shapeId:e,componentId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}`,headers:{...r??{}},queryParams:o,...s}),getComponent:({pathParams:{itemId:a,shapeId:e,componentId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),analyzeShapeComponent:({pathParams:{itemId:a,shapeId:e,componentId:t},queryParams:o,data:r,headers:s,requestConfig:p})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/analyze`,headers:{contentType:"application/json",accept:"application/json",...s??{}},queryParams:o,data:r??{},...p}),copyComponent:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r},queryParams:s,headers:p,requestConfig:n})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/copy/item/${o}/shape/${r}`,headers:{accept:"application/json",...p??{}},queryParams:s,...n}),copyComponentById:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r,toComponentId:s},queryParams:p,headers:n,requestConfig:d})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/copy/item/${o}/shape/${r}/component/${s}`,headers:{accept:"application/json",...n??{}},queryParams:p,...d}),removeComponentFile:({pathParams:{itemId:a,shapeId:e,componentId:t,fileId:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/file/${o}`,headers:{...r??{}},...s}),addComponentFile:({pathParams:{itemId:a,shapeId:e,componentId:t,fileId:o},queryParams:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/file/${o}`,headers:{accept:"application/json",...s??{}},queryParams:r,...p}),clearComponentMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata`,headers:{...o??{}},...r}),getComponentAllMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setComponentMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),deleteComponentBulkyMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky`,headers:{...o??{}},...r}),listComponentBulkyMetadataKeys:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky`,headers:{accept:"application/json",...o??{}},...r}),putComponentBulkyMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),deleteComponentMetadataBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,headers:s,requestConfig:p})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}`,headers:{...s??{}},queryParams:r,...p}),getComponentMetadataBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,headers:s,requestConfig:p})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}`,headers:{accept:"application/json",...s??{}},queryParams:r,...p}),putComponentMetadataBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,data:s,headers:p,requestConfig:n})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}`,headers:{contentType:"text/plain",...p??{}},queryParams:r,data:s??"",...n}),getComponentValueAsBytesBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,headers:s,requestConfig:p})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}/as-file`,headers:{accept:"application/octet-stream",...s??{}},queryParams:r,...p}),setComponentMetadataPrefix:({pathParams:{itemId:a,shapeId:e,componentId:t,prefix:o},data:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...p}),clearComponentMetadataPrefix:({pathParams:{itemId:a,shapeId:e,componentId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/${o}`,headers:{...r??{}},...s}),getComponentMetadataPrefix:({pathParams:{itemId:a,shapeId:e,componentId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),moveComponent:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r},queryParams:s,headers:p,requestConfig:n})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/move/item/${o}/shape/${r}`,headers:{accept:"application/json",...p??{}},queryParams:s,...n}),moveComponentById:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r,toComponentId:s},queryParams:p,headers:n,requestConfig:d})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/move/item/${o}/shape/${r}/component/${s}`,headers:{accept:"application/json",...n??{}},queryParams:p,...d})},x={getConfigportalSchemaNoAuth:({pathParams:{filename:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/configportal/${a}`,headers:{accept:"application/json",...e??{}},...t})},b={listConfigurations:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration",headers:{accept:"application/json",...a??{}},...e}),deleteAuthConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/auth",headers:{...a??{}},...e}),getAuthConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/auth",headers:{accept:"application/json",...a??{}},...e}),setAuthConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/auth",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),getBulkymetadataConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/bulkymetadata",headers:{accept:"application/json",...a??{}},...e}),setBulkymetadataConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/bulkymetadata",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getCorsConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/cors",headers:{accept:"application/json",...a??{}},...e}),setCorsConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/cors",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteFtpPoolConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/ftp-pool",headers:{...a??{}},...e}),getFtpPoolConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/ftp-pool",headers:{accept:"application/json",...a??{}},...e}),setFtpPoolConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/ftp-pool",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getIndexingConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/indexing",headers:{accept:"application/json",...a??{}},...e}),setIndexingConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/indexing",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteJobPoolConfigurationAllPools:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/job-pool",headers:{...a??{}},...e}),listJobPoolConfigurationJobPoolList:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/job-pool",headers:{accept:"application/json",...a??{}},...e}),setJobPoolConfigurationJobPoolList:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/job-pool",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteJobPoolConfigurationPool:({pathParams:{priority:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/configuration/job-pool/${a}`,headers:{...e??{}},...t}),deleteJobPriorityConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/job-priority",headers:{...a??{}},...e}),getJobPriorityConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/job-priority",headers:{accept:"application/json",...a??{}},...e}),setJobPriorityConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/job-priority",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getLogreportConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/logreport",headers:{accept:"application/json",...a??{}},...e}),setLogreportConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/logreport",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getMetricsConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/metrics",headers:{accept:"application/json",...a??{}},...e}),setMetricsConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/metrics",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getPathAliasConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/path-alias",headers:{accept:"application/json",...a??{}},...e}),setPathAliasConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/path-alias",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),listConfigurationProperties:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/properties",headers:{accept:"application/json",...a??{}},...e}),setConfigurationPropertyList:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/configuration/properties",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),setConfigurationProperties:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/properties",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteConfigurationProperty:({pathParams:{key:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/configuration/properties/${a}`,headers:{...e??{}},...t}),getConfigurationProperty:({pathParams:{key:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/configuration/properties/${a}`,headers:{accept:"application/json",...e??{}},...t}),setConfigurationProperty:({pathParams:{key:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/configuration/properties/${a}`,headers:{contentType:"text/plain",...t??{}},data:e??"",...o}),deletePurgingConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/purging",headers:{...a??{}},...e}),getPurgingConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/purging",headers:{accept:"application/json",...a??{}},...e}),setPurgingConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/purging",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),listUsageCollectorConfigurationUsageCollectors:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/usage-collector",headers:{accept:"application/json",...a??{}},...e}),getUsageCollectorConfigurationUsageCollector:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/configuration/usage-collector/${a}`,headers:{accept:"application/json",...e??{}},...t}),disableUsageCollectorConfigurationUsageCollector:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/configuration/usage-collector/${a}/disable`,headers:{accept:"application/json",...e??{}},...t}),enableUsageCollectorConfigurationUsageCollector:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/configuration/usage-collector/${a}/enable`,headers:{accept:"application/json",...e??{}},...t}),setUsageCollectorConfigurationUsageCollectorInterval:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/configuration/usage-collector/${a}/interval`,headers:{contentType:"text/plain",accept:"application/json",...t??{}},data:e??"",...o})},M={postConform:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/conform",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o})},F={getCostEstimate:({pathParams:{estimateId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/cost/estimate/${a}`,headers:{accept:"application/json",...e??{}},...t}),requestCostEstimate:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"POST",url:`/API/cost/${a}`,headers:{accept:"application/json",...e??{}},...t})},B={initDatatype:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/datatype",headers:{...a??{}},...e})},C={echoDebugNoAuth:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/APInoauth/debug/echo",headers:{contentType:"application/xml",accept:"application/json",...e??{}},data:a??"",...t})},O={listDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteDeletionLockListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/deletion-lock/notification",headers:{...a??{}},...e}),listDeletionLockListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/deletion-lock/notification",headers:{accept:"application/json",...a??{}},...e}),postDeletionLockListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/deletion-lock/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteDeletionLockListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/notification/${a}`,headers:{...e??{}},...t}),getDeletionLockListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateDeletionLockListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearDeletionLockNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/notification/${a}/external-id`,headers:{...e??{}},...t}),listDeletionLockNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeDeletionLockNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setDeletionLockNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteDeletionLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/${a}`,headers:{...e??{}},...t}),getDeletionLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyDeletionLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearDeletionLockDeletionLockMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getDeletionLockDeletionLockAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setDeletionLockDeletionLockMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setDeletionLockDeletionLockMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearDeletionLockDeletionLockMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getDeletionLockDeletionLockMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteDeletionLockNotifications:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification`,headers:{...e??{}},...t}),listDeletionLockNotifications:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postDeletionLockNotification:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/deletion-lock/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteDeletionLockNotification:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification/${e}`,headers:{...t??{}},...o}),getDeletionLockNotification:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/deletion-lock/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateDeletionLockNotification:({pathParams:{deletionLockId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/deletion-lock/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearDeletionLockNotificationExternalIdentifiers:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listDeletionLockNotificationExternalIdentifiers:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/deletion-lock/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeDeletionLockNotificationExternalIdentifier:({pathParams:{deletionLockId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setDeletionLockNotificationExternalId:({pathParams:{deletionLockId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/deletion-lock/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r})},N={listDocumentInstanceList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/document",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),documentSearch:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/document",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteDocumentListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/document/notification",headers:{...a??{}},...e}),listDocumentListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/document/notification",headers:{accept:"application/json",...a??{}},...e}),postDocumentListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/document/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteDocumentListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/notification/${a}`,headers:{...e??{}},...t}),getDocumentListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/document/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateDocumentListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/document/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearDocumentNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/notification/${a}/external-id`,headers:{...e??{}},...t}),listDocumentNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/document/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeDocumentNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/document/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setDocumentNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/document/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteDocumentMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/${a}`,headers:{...e??{}},...t}),getDocumentMetadata:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),setDocumentMetadata:({pathParams:{name:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/document/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getDocumentChanges:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}/changes`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteDocumentNotifications:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/${a}/notification`,headers:{...e??{}},...t}),listDocumentNotifications:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/document/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postDocumentNotification:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/document/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteDocumentNotification:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/document/${a}/notification/${e}`,headers:{...t??{}},...o}),getDocumentNotification:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateDocumentNotification:({pathParams:{name:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/document/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearDocumentNotificationExternalIdentifiers:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/document/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listDocumentNotificationExternalIdentifiers:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeDocumentNotificationExternalIdentifier:({pathParams:{name:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/document/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setDocumentNotificationExternalId:({pathParams:{name:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/document/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r})},v={setupEidr:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/eidr",headers:{...a??{}},...e})},R={listExportLocations:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/export-location",headers:{accept:"application/json",...a??{}},...e}),deleteExportLocation:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/export-location/${a}`,headers:{...e??{}},...t}),getExportLocationDefinition:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/export-location/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateExportLocation:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/export-location/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearExportLocationMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/export-location/${a}/metadata`,headers:{...e??{}},...t}),getExportLocationAllMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/export-location/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setExportLocationMetadata:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/export-location/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setExportLocationMetadataPrefix:({pathParams:{name:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/export-location/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearExportLocationMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/export-location/${a}/metadata/${e}`,headers:{...t??{}},...o}),getExportLocationMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/export-location/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getExportLocationScript:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/export-location/${a}/script`,headers:{accept:"text/plain",...e??{}},...t}),setExportLocationScript:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/export-location/${a}/script`,headers:{contentType:"text/plain",accept:"text/plain",...t??{}},data:e??"",...o})},W={listExternalIdPatterns:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/external-id",headers:{accept:"application/json",...a??{}},...e}),deleteExternalIdentifierResource:({pathParams:{externalId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/external-id/id/${a}`,headers:{...e??{}},...t}),deleteExternalIdNamespace:({pathParams:{namespaceId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/external-id/${a}`,headers:{...e??{}},...t}),getExternalIdNamespace:({pathParams:{namespaceId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/external-id/${a}`,headers:{accept:"application/json",...e??{}},...t}),createExternalIdNamespace:({pathParams:{namespaceId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/external-id/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o})},J={listFieldGroupGroups:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field/field-group",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchFieldGroupGroups:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/metadata-field/field-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),getFieldGroupMergedDocument:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field/field-group/merged-access",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteFieldGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}`,headers:{...e??{}},...t}),getFieldGroupContent:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createFieldGroup:({pathParams:{groupName:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listFieldGroupAccessControlList:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/access`,headers:{accept:"application/json",...e??{}},...t}),createFieldGroupAccessControl:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/metadata-field/field-group/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFieldGroupAccessControl:({pathParams:{groupName:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/access/${e}`,headers:{...t??{}},...o}),clearFieldGroupExternalIdentifiers:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/external-id`,headers:{...e??{}},...t}),listFieldGroupExternalIdentifiers:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeFieldGroupExternalIdentifier:({pathParams:{groupName:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/external-id/${e}`,headers:{...t??{}},...o}),setFieldGroupExternalId:({pathParams:{groupName:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/external-id/${e}`,headers:{...t??{}},...o}),removeFieldGroupFromGroup:({pathParams:{groupName:a,toGroupName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/group/${e}`,headers:{...t??{}},...o}),addFieldGroupToGroup:({pathParams:{groupName:a,toGroupName:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/group/${e}`,headers:{...t??{}},...o}),getFieldGroupMergedDocumentByGroupName:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearFieldGroupMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/metadata`,headers:{...e??{}},...t}),getFieldGroupAllMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFieldGroupMetadata:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFieldGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFieldGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFieldGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteFieldGroupField:({pathParams:{groupName:a,fieldName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/${e}`,headers:{...t??{}},...o}),addFieldGroupField:({pathParams:{groupName:a,fieldName:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/${e}`,headers:{...t??{}},...o})},q={listFile:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/file",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),uploadRawFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file/data",headers:{contentType:"*/*",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),listFileListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/file/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addFileListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/file/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/deletion-lock/${a}`,headers:{...e??{}},...t}),getFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyFileListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearFileDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getFileDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file/import",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postFileImportAssetMap:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file/import/assetmap",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postFileNewPathByPath:({pathParams:{pathId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startFileAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileImpAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileDataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/path/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadRawFileByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileDeletionLockListByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileLockByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileLockByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockAllMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockAllMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileEntityByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/path/${a}/entity`,headers:{...e??{}},...t}),putFileHashByPath:({pathParams:{path:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileImportByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileImportAssetMapByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/path/${a}/metadata`,headers:{...e??{}},...t}),getFileAllMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/path/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileMetadataByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileMetadataByPathPrefix:({pathParams:{path:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileAllMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexFileByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/file/path/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileNewStatePath:({pathParams:{path:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileCopyByPath:({pathParams:{path:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileTempCredUriByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startFileAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileImpAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileDataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/uri/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadRawFileWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileDeletionLockListWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileLockWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileLockWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockAllMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockAllMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileEntityWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/uri/${a}/entity`,headers:{...e??{}},...t}),putFileHashWithUri:({pathParams:{uri:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileImportWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileImportAssetMapWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/uri/${a}/metadata`,headers:{...e??{}},...t}),getFileAllMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/uri/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileMetadataWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileAllMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileNewPathWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexFileWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/file/uri/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileNewStatePathWithUri:({pathParams:{uri:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileCopyWithUri:({pathParams:{uri:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileTempCredUriWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startFileAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileImpAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileDataById:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadRawFileById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileDeletionLockList:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileLock:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileLock:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockAllMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockMetadata:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileEntity:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/${a}/entity`,headers:{...e??{}},...t}),putFileHash:({pathParams:{fileId:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileImportById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileImportAssetMapById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/${a}/metadata`,headers:{...e??{}},...t}),getFileAllMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileMetadata:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileMetadataPrefix:({pathParams:{fileId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileNewPath:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexFile:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/file/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileNewState:({pathParams:{fileId:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileCopy:({pathParams:{fileId:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileTempCredUri:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},w={deleteGroups:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/group",headers:{...e??{}},queryParams:a,...t}),listGroups:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/group",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchGroups:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteGroupListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/group/notification",headers:{...a??{}},...e}),listGroupListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/group/notification",headers:{accept:"application/json",...a??{}},...e}),postGroupListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/group/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteGroupListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/notification/${a}`,headers:{...e??{}},...t}),getGroupListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateGroupListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearGroupNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/notification/${a}/external-id`,headers:{...e??{}},...t}),listGroupNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeGroupNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setGroupNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/${a}`,headers:{...e??{}},...t}),getGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}`,headers:{accept:"application/json",...e??{}},...t}),createGroup:({pathParams:{groupName:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listChildGroups:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/children`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getGroupDescription:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/description`,headers:{accept:"text/plain",...e??{}},...t}),setGroupDescription:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/description`,headers:{contentType:"text/plain",...t??{}},data:e??"",...o}),removeGroupFromGroup:({pathParams:{groupName:a,childGroupname:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/group/${e}`,headers:{...t??{}},...o}),addGroupToGroup:({pathParams:{groupName:a,childGroupname:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/group/${e}`,headers:{...t??{}},...o}),clearGroupMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/${a}/metadata`,headers:{...e??{}},...t}),getGroupAllMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setGroupMetadata:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteGroupNotifications:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/${a}/notification`,headers:{...e??{}},...t}),listGroupNotifications:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postGroupNotification:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/group/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteGroupNotification:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/notification/${e}`,headers:{...t??{}},...o}),getGroupNotification:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateGroupNotification:({pathParams:{groupName:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearGroupNotificationExternalIdentifiers:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listGroupNotificationExternalIdentifiers:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeGroupNotificationExternalIdentifier:({pathParams:{groupName:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/group/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setGroupNotificationExternalId:({pathParams:{groupName:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),listParentGroups:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/parents`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getGroupRole:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/role`,headers:{accept:"text/plain",...e??{}},...t}),removeUserFromGroup:({pathParams:{groupName:a,username:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/user/${e}`,headers:{...t??{}},...o}),addUserToGroup:({pathParams:{groupName:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/user/${e}`,headers:{...t??{}},...o}),listGroupUsers:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/users`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},z={postImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listImportAccessControlList:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/import/access",headers:{accept:"application/json",...a??{}},...e}),deleteImportGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/import/access/group/${a}`,headers:{...e??{}},...t}),addImportGroup:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/import/access/group/${a}`,headers:{...t??{}},queryParams:e,...o}),postImportImp:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/imp",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postImportPlaceholderItem:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/placeholder",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postPlaceholderBulkImport:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/import/placeholder/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postImportPlaceholderPasskey:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/import/placeholder/${a}/raw-passkey`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postImportPlaceholder:({pathParams:{itemId:a,componentType:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/import/placeholder/${a}/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),placeholderImportContainerAdoptFile:({pathParams:{itemId:a,fileId:e,componentType:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/import/placeholder/${a}/${t}/adopt/${e}`,headers:{...r??{}},queryParams:o,...s}),postImportPlaceholderRaw:({pathParams:{itemId:a,componentType:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/import/placeholder/${a}/${e}/raw`,headers:{contentType:"*/*",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),importToProject:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/project",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),importSingleSequence:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/project/sequence",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postRawImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/raw",headers:{contentType:"*/*",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),postImportPasskey:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/raw-passkey",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listImportSettings:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/import/settings",headers:{accept:"application/json",...a??{}},...e}),postImportSettings:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/import/settings",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteImportSettings:({pathParams:{settingsId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/import/settings/${a}`,headers:{...e??{}},...t}),getImportSettingsProfile:({pathParams:{settingsId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/import/settings/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyImportSettings:({pathParams:{settingsId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/import/settings/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),postImportSidecar:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/import/sidecar/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postImportSidecarRaw:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/import/sidecar/${a}/raw`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),getImportStorage:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/import/storage",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postImportPlaceholderAudioRawNoAuth:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/APInoauth/import/placeholder/${a}/audio/raw`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postImportPlaceholderContainerRawNoAuth:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/APInoauth/import/placeholder/${a}/container/raw`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postImportPlaceholderVideoRawNoAuth:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/APInoauth/import/placeholder/${a}/video/raw`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postRawImportNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/APInoauth/import/raw",headers:{contentType:"multipart/form-data",accept:"*/*",...e??{}},queryParams:a,...t})},V={isOnlineNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/is-online",headers:{accept:"*/*",...e??{}},queryParams:a,...t})},Q={deleteItemList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/item",headers:{...e??{}},queryParams:a,...t}),searchItemGet:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/item",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchItem:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/item",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),bulkItemRemoveAccessControls:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/item/access",headers:{...a??{}},...e}),bulkItemAddAccessControls:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/item/access",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),listItemListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/item/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addItemListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/item/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteItemListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/deletion-lock/${a}`,headers:{...e??{}},...t}),getItemListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyItemListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearItemDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getItemDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setItemDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setItemDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearItemDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getItemDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getItemSearchHistory:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/item/history",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createItemListJob:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/item/list",headers:{contentType:"application/xslt",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),searchItemByMetadataGroup:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/item/metadata-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteItemListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/item/notification",headers:{...a??{}},...e}),listItemListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/item/notification",headers:{accept:"application/json",...a??{}},...e}),postItemListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/item/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteItemListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/notification/${a}`,headers:{...e??{}},...t}),getItemListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateItemListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearItemNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/notification/${a}/external-id`,headers:{...e??{}},...t}),listItemNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeItemNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setItemNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),createItemRelations:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/item/relation",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteItemRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/relation/${a}`,headers:{...e??{}},...t}),getItemRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/relation/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateItemRelation:({pathParams:{relationId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/relation/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}`,headers:{...t??{}},queryParams:e,...o}),getItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listItemAccess:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postItemAccess:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteItemAccessBulk:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/access/bulk`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),bulkItemPostAccess:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/access/bulk`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getItemGraph:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/access/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getItemGraphString:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/access/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),changeItemOwner:({pathParams:{itemId:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/access/owner/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteItemAccess:({pathParams:{itemId:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/access/${e}`,headers:{...t??{}},...o}),getItemAccess:({pathParams:{itemId:a,accessId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/access/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startItemAnalyzeJob:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/analyze`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listItemCollections:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/collections`,headers:{accept:"application/json",...e??{}},...t}),listItemDeletionLockList:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addItemLock:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteItemLock:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getItemLock:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyItemLock:({pathParams:{itemId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearItemDeletionLockMetadata:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getItemDeletionLockAllMetadata:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setItemDeletionLockMetadata:({pathParams:{itemId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setItemDeletionLockMetadataPrefix:({pathParams:{itemId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearItemDeletionLockMetadataPrefix:({pathParams:{itemId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getItemDeletionLockMetadataPrefix:({pathParams:{itemId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),syncItemEidrMetadata:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/eidr/sync`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),startItemExport:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/export`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startItemExportImf:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/export/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearItemExternalIdentifiers:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/external-id`,headers:{...e??{}},...t}),listItemExternalIdentifiers:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeItemExternalIdentifier:({pathParams:{itemId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/external-id/${e}`,headers:{...t??{}},...o}),setItemExternalId:({pathParams:{itemId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/external-id/${e}`,headers:{...t??{}},...o}),updateItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/indexed`,headers:{...t??{}},queryParams:e,...o}),listItemLibraries:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/library`,headers:{accept:"application/json",...e??{}},...t}),deleteItemLockList:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/lock`,headers:{...e??{}},...t}),getItemLockList:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/lock`,headers:{accept:"application/json",...e??{}},...t}),createItemLock:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/lock`,headers:{...t??{}},queryParams:e,...o}),extendItemLockList:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/lock`,headers:{...t??{}},queryParams:e,...o}),getItemLoudness:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/loudness`,headers:{accept:"application/json",...e??{}},...t}),getItemLoudnessWithParameters:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/loudness`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getItemMergedDocument:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemMergedGroupDocument:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/merged-access/group`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listItemMetadata:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemMetadataJson:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getItemLocksMetadataLock:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/metadata-lock`,headers:{accept:"application/json",...e??{}},...t}),createItemMetadataLock:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/metadata-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteItemMetadataLock:({pathParams:{itemId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/metadata-lock/${e}`,headers:{...t??{}},...o}),getItemMetadataLock:({pathParams:{itemId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),addItemMetadataLock:({pathParams:{itemId:a,lockid:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteItemBulkyMetadata:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/metadata/bulky`,headers:{...e??{}},...t}),listItemBulkyMetadataKeys:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/metadata/bulky`,headers:{accept:"application/json",...e??{}},...t}),putItemBulkyMetadata:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/bulky`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteItemMetadataBulk:({pathParams:{itemId:a,key:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/metadata/bulky/${e}`,headers:{...o??{}},queryParams:t,...r}),getItemMetadataBulk:({pathParams:{itemId:a,key:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/metadata/bulky/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putItemMetadataBulk:({pathParams:{itemId:a,key:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/metadata/bulky/${e}`,headers:{contentType:"text/plain",...r??{}},queryParams:t,data:o??"",...s}),getItemValueAsBytesBulk:({pathParams:{itemId:a,key:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/metadata/bulky/${e}/as-file`,headers:{accept:"application/octet-stream",...o??{}},queryParams:t,...r}),getItemMetadataChanges:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/changes`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemMetadataChanges:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),trimItemMetadataChanges:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes/trim`,headers:{accept:"application/json",...e??{}},...t}),deleteItemMetadataChanges:({pathParams:{itemId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),getItemChangeMetadataChanges:({pathParams:{itemId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyItemMetadataChanges:({pathParams:{itemId:a,changesetId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),compareItemMetadata:({pathParams:{itemId:a,changesetId:e,fromChangesetId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/metadata/changes/${e}/compareTo/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),trimItemMetadataChangesById:({pathParams:{itemId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes/${e}/trim`,headers:{accept:"application/json",...t??{}},...o}),updateItemEntriesByUuid:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/entry`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),updateItemEntryByUuid:({pathParams:{itemId:a,uuid:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata/entry/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),exportItemToScc:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/export/scc`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),exportItemToEbutt:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/export/ttml`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),getItemDot:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getItemDotString:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),moveItemMetadata:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/move`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemEntityInFormat:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/nle-export`,headers:{accept:"*/*",...t??{}},queryParams:e,...o}),performItemExport:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/nle-export`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteItemNotifications:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/notification`,headers:{...e??{}},...t}),listItemNotifications:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postItemNotification:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteItemNotification:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/notification/${e}`,headers:{...t??{}},...o}),getItemNotification:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateItemNotification:({pathParams:{itemId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearItemNotificationExternalIdentifiers:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listItemNotificationExternalIdentifiers:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeItemNotificationExternalIdentifier:({pathParams:{itemId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setItemNotificationExternalId:({pathParams:{itemId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),listItemPosterResource:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/posterresource`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemPosterResource:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/posterresource`,headers:{accept:"application/json",...e??{}},...t}),reindexItem:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),deleteAllRelationsToItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/relation`,headers:{...t??{}},queryParams:e,...o}),listItemRelations:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/relation`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteAllRelationsBetweenItems:({pathParams:{itemId:a,id2:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/relation/${e}`,headers:{...o??{}},queryParams:t,...r}),postItemRelation:({pathParams:{itemId:a,id2:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/relation/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listItemSequenceSequencesList:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/sequence`,headers:{accept:"application/json",...e??{}},...t}),conformItemSequenceMetadata:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"POST",url:`/API/item/${a}/sequence/conform-metadata`,headers:{...e??{}},...t}),getItemSequenceEntityInFormat:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/sequence/export`,headers:{accept:"*/*",...t??{}},queryParams:e,...o}),performItemSequenceExport:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/sequence/export`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),createItemSequenceRenderJob:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/sequence/render`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteItemSequence:({pathParams:{itemId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/sequence/${e}`,headers:{...t??{}},...o}),getItemSequenceContent:({pathParams:{itemId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/sequence/${e}`,headers:{accept:"*/*",...t??{}},...o}),setItemSequenceContent:({pathParams:{itemId:a,format:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/sequence/${e}`,headers:{contentType:"*/*",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),deleteItemDefaultStorageRule:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/storage-rule`,headers:{...e??{}},...t}),getItemStorageRules:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/storage-rule`,headers:{accept:"application/json",...e??{}},...t}),putItemDefaultStorageRule:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/storage-rule`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteItemStorageRule:({pathParams:{itemId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/storage-rule/${e}`,headers:{...t??{}},...o}),getItemStorageRule:({pathParams:{itemId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/storage-rule/${e}`,headers:{accept:"application/json",...t??{}},...o}),setItemStorageRule:({pathParams:{itemId:a,tagName:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/storage-rule/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),createItemThumbnailJob:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/thumbnail`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemThumbnailSpriteSheet:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/thumbnail/spritesheet`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),listItemThumbnailResource:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/thumbnailresource`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemThumbnailResource:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/thumbnailresource`,headers:{accept:"application/json",...e??{}},...t}),deleteItemTimeline:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/timeline`,headers:{...e??{}},...t}),getItemTimelines:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/timeline`,headers:{accept:"text/plain",...e??{}},...t}),deleteItemTimelineFormat:({pathParams:{itemId:a,timelineFormat:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/timeline/${e}`,headers:{...t??{}},...o}),getItemTimeline:({pathParams:{itemId:a,timelineFormat:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/timeline/${e}`,headers:{accept:"*/*",...t??{}},...o}),putItemTimeLine:({pathParams:{itemId:a,timelineFormat:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/timeline/${e}`,headers:{contentType:"*/*",...o??{}},data:t??"",...r}),postItemConform:({pathParams:{itemId:a,timelineFormat:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/timeline/${e}/conform`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startItemTranscode:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/transcode`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listItemUri:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemWaveformAllTracks:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/alltracks`,headers:{accept:"text/html",...t??{}},queryParams:e,...o}),getItemWaveformData:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/data`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemWaveformImage:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/image`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getItemWaveformImageUri:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/imageURI`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),getItemWaveformValues:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/values`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},H={getJavascriptDebuggingSessions:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/javascript/session",headers:{accept:"text/plain",...a??{}},...e}),killJavascriptSession:({pathParams:{sessionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/javascript/session/${a}`,headers:{...t??{}},queryParams:e,...o}),getJavascriptFrame:({pathParams:{sessionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/javascript/session/${a}`,headers:{accept:"text/plain",...e??{}},...t}),testJavascript:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/javascript/test",headers:{contentType:"application/javascript",accept:"application/json",...e??{}},data:a??"",...t})},K={deleteJobList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/job",headers:{...e??{}},queryParams:a,...t}),listJobs:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/job",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),startJob:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/job",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteJobListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/job/notification",headers:{...a??{}},...e}),listJobListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/job/notification",headers:{accept:"application/json",...a??{}},...e}),postJobListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/job/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteJobListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/notification/${a}`,headers:{...e??{}},...t}),getJobListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateJobListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearJobNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/notification/${a}/external-id`,headers:{...e??{}},...t}),listJobNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeJobNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setJobNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),listJobActiveProblems:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/job/problem",headers:{accept:"application/json",...a??{}},...e}),putJobFacetSearch:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/job/search",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}`,headers:{...t??{}},queryParams:e,...o}),getJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/job/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),updateJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/${a}`,headers:{...t??{}},queryParams:e,...o}),clearJobExternalIdentifiers:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/${a}/external-id`,headers:{...e??{}},...t}),listJobExternalIdentifiers:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeJobExternalIdentifier:({pathParams:{jobId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}/external-id/${e}`,headers:{...t??{}},...o}),setJobExternalId:({pathParams:{jobId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteJobNotifications:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/${a}/notification`,headers:{...e??{}},...t}),listJobNotifications:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postJobNotification:({pathParams:{jobId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/job/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteJobNotification:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}/notification/${e}`,headers:{...t??{}},...o}),getJobNotification:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/job/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateJobNotification:({pathParams:{jobId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/job/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearJobNotificationExternalIdentifiers:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listJobNotificationExternalIdentifiers:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/job/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeJobNotificationExternalIdentifier:({pathParams:{jobId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/job/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setJobNotificationExternalId:({pathParams:{jobId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/job/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),listJobProblems:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/${a}/problem`,headers:{accept:"application/json",...e??{}},...t}),reRunJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/job/${a}/re-run`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),runJobStep:({pathParams:{jobId:a,step:e},headers:t,requestConfig:o})=>i({method:"POST",url:`/API/job/${a}/step/${e}/run`,headers:{...t??{}},...o})},X={listJobtypeJobTypes:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/jobtype",headers:{accept:"application/json",...a??{}},...e})},Z={deleteLibraryLibraries:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/library",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),listLibraryLibraries:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/library",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createLibrary:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/library",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listLibraryListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/library/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addLibraryListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/library/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteLibraryListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/deletion-lock/${a}`,headers:{...e??{}},...t}),getLibraryListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyLibraryListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearLibraryDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getLibraryDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setLibraryDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setLibraryDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearLibraryDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getLibraryDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexLibrary:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/API/library/re-index",headers:{accept:"text/plain",...a??{}},...e}),deleteLibraryItems:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listLibraryItems:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addLibraryItems:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),listLibraryAccess:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postLibraryAccess:({pathParams:{libraryId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/library/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteLibraryAccessBulk:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/access/bulk`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),bulkLibraryPostAccess:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/library/${a}/access/bulk`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getLibraryGraph:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/access/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getLibraryGraphString:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/access/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),changeLibraryOwner:({pathParams:{libraryId:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/access/owner/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteLibraryAccess:({pathParams:{libraryId:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/access/${e}`,headers:{...t??{}},...o}),getLibraryAccess:({pathParams:{libraryId:a,accessId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/library/${a}/access/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listLibraryDeletionLockList:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addLibraryLock:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/library/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteLibraryLock:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getLibraryLock:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyLibraryLock:({pathParams:{libraryId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearLibraryDeletionLockMetadata:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getLibraryDeletionLockAllMetadata:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setLibraryDeletionLockMetadata:({pathParams:{libraryId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setLibraryDeletionLockMetadataPrefix:({pathParams:{libraryId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/library/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearLibraryDeletionLockMetadataPrefix:({pathParams:{libraryId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/library/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getLibraryDeletionLockMetadataPrefix:({pathParams:{libraryId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/library/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),syncLibraryEidrMetadata:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/eidr/sync`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),startLibraryExport:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/library/${a}/export`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearLibraryExternalIdentifiers:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/${a}/external-id`,headers:{...e??{}},...t}),listLibraryExternalIdentifiers:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeLibraryExternalIdentifier:({pathParams:{libraryId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/external-id/${e}`,headers:{...t??{}},...o}),setLibraryExternalId:({pathParams:{libraryId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/external-id/${e}`,headers:{...t??{}},...o}),updateLibraryItemMetadata:({pathParams:{libraryId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/item-metadata`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),createLibraryItemListJob:({pathParams:{libraryId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/library/${a}/list`,headers:{contentType:"application/xslt",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),getLibraryMergedDocument:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getLibraryMergedGroupDocument:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/merged-access/group`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearLibraryMetadata:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/${a}/metadata`,headers:{...e??{}},...t}),getLibraryAllMetadata:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setLibraryMetadata:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setLibraryMetadataPrefix:({pathParams:{libraryId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearLibraryMetadataPrefix:({pathParams:{libraryId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/metadata/${e}`,headers:{...t??{}},...o}),getLibraryMetadataPrefix:({pathParams:{libraryId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexLibraryById:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/library/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),getLibrarySetting:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/settings`,headers:{accept:"application/json",...e??{}},...t}),updateLibrarySetting:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/settings`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteLibraryDefaultStorageRule:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/${a}/storage-rule`,headers:{...e??{}},...t}),getLibraryStorageRules:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/storage-rule`,headers:{accept:"application/json",...e??{}},...t}),putLibraryDefaultStorageRule:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/storage-rule`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteLibraryStorageRule:({pathParams:{libraryId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/storage-rule/${e}`,headers:{...t??{}},...o}),getLibraryStorageRule:({pathParams:{libraryId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/storage-rule/${e}`,headers:{accept:"application/json",...t??{}},...o}),setLibraryStorageRule:({pathParams:{libraryId:a,tagName:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/storage-rule/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteLibraryItem:({pathParams:{libraryId:a,itemId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/${e}`,headers:{...t??{}},...o}),addLibraryItem:({pathParams:{libraryId:a,itemId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/${e}`,headers:{...t??{}},...o})},_={getLicense:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/license",headers:{accept:"text/plain",...a??{}},...e}),listLicenseSlaves:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/license/slave",headers:{accept:"application/json",...a??{}},...e}),postSlaveLicense:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/license/slave",headers:{contentType:"text/plain",accept:"application/json",...e??{}},data:a??"",...t}),putSlaveLicense:({queryParams:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/license/slave",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),listSlaveLicenseList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/license/slave/license",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getSlaveLicense:({pathParams:{licenseId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/license/slave/license/${a}`,headers:{accept:"application/json",...e??{}},...t}),deleteLicenseSlaveInstance:({pathParams:{slaveId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/license/slave/${a}`,headers:{...e??{}},...t}),getSlaveLicenseStatus:({pathParams:{slaveId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/license/slave/${a}`,headers:{accept:"application/json",...e??{}},...t}),getLicenseSlave:({pathParams:{slaveId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/license/slave/${a}/license`,headers:{accept:"application/json",...e??{}},...t}),authLicenseSlaveNoAuth:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APInoauth/license/auth",headers:{accept:"*/*",...a??{}},...e}),updateLicenseSlaveNoAuth:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/APInoauth/license/auth-info",headers:{contentType:"application/json",...e??{}},data:a??"",...t})},Y={getLogContent:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/log",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),exportLogContent:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/log/export",headers:{accept:"application/xml",...e??{}},queryParams:a,...t}),listTransferLog:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/log/transfer-log",headers:{accept:"application/json",...e??{}},queryParams:a,...t})},aa={getMetadata:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),setMetadata:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/metadata",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listMetadataDocumentInstanceList:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata/dataset",headers:{accept:"application/json",...a??{}},...e}),deleteMetadataMode:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata/dataset/${a}`,headers:{...e??{}},...t}),getMetadataModelText:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata/dataset/${a}`,headers:{accept:"application/ld+json",...e??{}},...t}),createMetadataDataset:({pathParams:{name:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata/dataset/${a}`,headers:{contentType:"application/rdf+xml",accept:"application/rdf+xml",...o??{}},queryParams:e,data:t??"",...r}),listMetadataMigrations:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata/migration",headers:{accept:"application/json",...a??{}},...e}),addMetadataMigration:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/metadata/migration",headers:{contentType:"application/json",accept:"text/plain",...e??{}},data:a??{},...t}),getMetadataMigration:({pathParams:{migrationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata/migration/${a}`,headers:{accept:"application/json",...e??{}},...t}),deleteMetadataEntry:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata/${a}`,headers:{...e??{}},...t}),getMetadataEntry:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata/${a}`,headers:{accept:"application/json",...e??{}},...t})},ea={listMetadataFields:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getMetadataFieldMergedDocument:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field/merged-access",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getMetadataFieldTerseSchema:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata-field/terse-schema",headers:{accept:"application/xml",...a??{}},...e}),deleteMetadataField:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/${a}`,headers:{...e??{}},...t}),getMetadataField:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putMetadataField:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),listMetadataFieldAccessControlList:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/${a}/access`,headers:{accept:"application/json",...e??{}},...t}),createMetadataFieldAccessControl:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/metadata-field/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteMetadataFieldAccessControl:({pathParams:{name:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/${a}/access/${e}`,headers:{...t??{}},...o}),listMetadataFieldAllowedValues:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/allowed-values`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listMetadataFieldAllowedValuesPost:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/metadata-field/${a}/allowed-values`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearMetadataFieldExternalIdentifiers:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/${a}/external-id`,headers:{...e??{}},...t}),listMetadataFieldExternalIdentifiers:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeMetadataFieldExternalIdentifier:({pathParams:{name:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/${a}/external-id/${e}`,headers:{...t??{}},...o}),setMetadataFieldExternalId:({pathParams:{name:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}/external-id/${e}`,headers:{...t??{}},...o}),getMetadataFieldMergedDocumentByName:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearMetadataFieldMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/${a}/metadata`,headers:{...e??{}},...t}),getMetadataFieldAllMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setMetadataFieldMetadata:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setMetadataFieldMetadataPrefix:({pathParams:{name:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata-field/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearMetadataFieldMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/${a}/metadata/${e}`,headers:{...t??{}},...o}),getMetadataFieldMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getMetadataFieldValues:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/values`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putMetadataFieldValues:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}/values`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),initMetadataFieldMetadatafield:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/metadata-field",headers:{...a??{}},...e})},ta={repairMetadatarepairMetadata:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/metadatarepair",headers:{...a??{}},...e})},oa={deleteMetadataSchema:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/metadata-schema",headers:{...a??{}},...e}),getMetadataSchema:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata-schema",headers:{accept:"application/json",...a??{}},...e}),updateMetadataSchema:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/metadata-schema",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteMetadataSchemaGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-schema/${a}`,headers:{...e??{}},...t}),getMetadataSchemaGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-schema/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateMetadataSchemaGroup:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-schema/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o})},ia={deleteNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/notification",headers:{...a??{}},...e}),listNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/notification",headers:{accept:"application/json",...a??{}},...e}),postNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/notification/${a}`,headers:{...e??{}},...t}),getNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearNotificationExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/notification/${a}/external-id`,headers:{...e??{}},...t}),listNotificationExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeNotificationExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setNotificationExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/notification/${a}/external-id/${e}`,headers:{...t??{}},...o})},ra={getOtifResourceNoAuth:({pathParams:{name:a,uuid:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/APInoauth/otif/${e}/resource/${a}`,headers:{accept:"*/*",...t??{}},...o})},sa={deletePosterThumbnailsForItem:({pathParams:{service:a,serviceId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/poster/${a}/${e}`,headers:{...t??{}},...o}),listPosterFramesText:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/poster/${a}/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getPosterImages:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/poster/${a}/${e}/multi`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putPosterImages:({pathParams:{service:a,serviceId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/poster/${a}/${e}/multi`,headers:{contentType:"application/json",...r??{}},queryParams:t,data:o??{},...s}),deletePosterThumbnailForItem:({pathParams:{service:a,serviceId:e,time:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/poster/${a}/${e}/${t}`,headers:{...o??{}},...r}),getPosterImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/poster/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s}),putPosterImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,data:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/poster/${a}/${e}/${t}`,headers:{contentType:"image/png",accept:"text/plain",...s??{}},queryParams:o,data:r??"",...p}),exportPosterImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/poster/${a}/${e}/${t}/export`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),getPosterImageNoAuth:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/APInoauth/poster/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s})},la={setupPresetMediaconvertTemplatesMediaConvertPresets:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/APIinit/preset-mediaconvert-templates",headers:{accept:"*/*",...a??{}},...e})},pa={setupPresetTemplatesPresets:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/APIinit/preset-templates",headers:{accept:"*/*",...a??{}},...e})},na={listProjections:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/projection",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteProjection:({pathParams:{projectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/projection/${a}`,headers:{...e??{}},...t}),getProjectionIncoming:({pathParams:{projectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/projection/${a}/incoming`,headers:{accept:"application/xml",...e??{}},...t}),putProjectionIncoming:({pathParams:{projectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/projection/${a}/incoming`,headers:{contentType:"application/xml",accept:"application/xml",...t??{}},data:e??"",...o}),getProjectionOutgoing:({pathParams:{projectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/projection/${a}/outgoing`,headers:{accept:"application/xml",...e??{}},...t}),putProjectionOutgoing:({pathParams:{projectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/projection/${a}/outgoing`,headers:{contentType:"application/xml",accept:"application/xml",...t??{}},data:e??"",...o})},ca={listQuotaRules:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/quota",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postQuotaRule:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/quota",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteQuotaListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/quota/notification",headers:{...a??{}},...e}),listQuotaListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/quota/notification",headers:{accept:"application/json",...a??{}},...e}),postQuotaListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/quota/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteQuotaListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/notification/${a}`,headers:{...e??{}},...t}),getQuotaListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateQuotaListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/quota/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearQuotaNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/notification/${a}/external-id`,headers:{...e??{}},...t}),listQuotaNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeQuotaNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setQuotaNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/quota/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteQuotaRule:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/${a}`,headers:{...e??{}},...t}),getQuotaRule:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/${a}`,headers:{accept:"application/json",...e??{}},...t}),evaluateQuotaRule:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/quota/${a}/evaluate`,headers:{...e??{}},...t}),clearQuotaExternalIdentifiers:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/${a}/external-id`,headers:{...e??{}},...t}),listQuotaExternalIdentifiers:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeQuotaExternalIdentifier:({pathParams:{quotaId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/${a}/external-id/${e}`,headers:{...t??{}},...o}),setQuotaExternalId:({pathParams:{quotaId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/quota/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteQuotaNotifications:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/${a}/notification`,headers:{...e??{}},...t}),listQuotaNotifications:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postQuotaNotification:({pathParams:{quotaId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/quota/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteQuotaNotification:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/${a}/notification/${e}`,headers:{...t??{}},...o}),getQuotaNotification:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/quota/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateQuotaNotification:({pathParams:{quotaId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/quota/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearQuotaNotificationExternalIdentifiers:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listQuotaNotificationExternalIdentifiers:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/quota/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeQuotaNotificationExternalIdentifier:({pathParams:{quotaId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/quota/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setQuotaNotificationExternalId:({pathParams:{quotaId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/quota/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r})},da={getReindexing:({pathParams:{index:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/reindex/${a}`,headers:{accept:"application/json",...e??{}},...t}),putReindexing:({pathParams:{index:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/reindex/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},ha={listResourceTypes:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/resource",headers:{accept:"application/json",...a??{}},...e}),postResource:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/resource",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),listResources:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/resource/${a}`,headers:{accept:"application/json",...e??{}},...t}),createResources:({pathParams:{type:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/resource/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteResource:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/resource/${a}/${e}`,headers:{...t??{}},...o}),getResource:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/resource/${a}/${e}`,headers:{accept:"application/json",...t??{}},...o}),putResource:({pathParams:{type:a,typeId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/resource/${a}/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),applyResourceConfiguration:({pathParams:{type:a,typeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/resource/${a}/${e}/configuration`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),preResourceCheckConfiguration:({pathParams:{type:a,typeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/resource/${a}/${e}/configuration/pre-check`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),clearResourceExternalIdentifiers:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/resource/${a}/${e}/external-id`,headers:{...t??{}},...o}),listResourceExternalIdentifiers:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/resource/${a}/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeResourceExternalIdentifier:({pathParams:{type:a,typeId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/resource/${a}/${e}/external-id/${t}`,headers:{...o??{}},...r}),setResourceExternalId:({pathParams:{type:a,typeId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/resource/${a}/${e}/external-id/${t}`,headers:{...o??{}},...r}),getResourceStatus:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/resource/${a}/${e}/status`,headers:{accept:"text/plain",...t??{}},...o}),doResourceSynchronize:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"POST",url:`/API/resource/${a}/${e}/sync`,headers:{...t??{}},...o})},ma={deleteScheduledRequests:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/scheduled-request",headers:{...a??{}},...e}),listScheduledRequests:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/scheduled-request",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteScheduledRequest:({pathParams:{requestId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/scheduled-request/${a}`,headers:{...e??{}},...t}),getScheduledRequest:({pathParams:{requestId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/scheduled-request/${a}`,headers:{accept:"application/json",...e??{}},...t}),getScheduledRequestResponse:({pathParams:{requestId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/scheduled-request/${a}/response`,headers:{accept:"*/*",...e??{}},...t})},Pa={getSchemaLatest:({headers:a,requestConfig:e})=>i({method:"GET",url:"/APIinit/schema/latest",headers:{accept:"*/*",...a??{}},...e}),getSchemaLatestFile:({pathParams:{file:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APIinit/schema/latest/${a}`,headers:{accept:"*/*",...e??{}},...t}),updateSchema:({queryParams:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/APIinit/schema/update",headers:{accept:"*/*",...e??{}},queryParams:a,...t}),getSchemaNoAuth:({pathParams:{filename:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/schema/${a}`,headers:{accept:"application/xml",...e??{}},...t})},ua={browseSearch:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/search",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),search:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),autocompleteSearch:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/search/autocomplete",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),browseSearchFile:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/search/file",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchFiles:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search/file",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),putSearchItemByMetadataGroup:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search/metadata-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),optimizeSearch:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/search/optimize",headers:{...e??{}},queryParams:a,...t})},$a={listSecrets:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/secret",headers:{accept:"application/json",...a??{}},...e}),deleteSecret:({pathParams:{alias:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/secret/${a}`,headers:{...e??{}},...t}),getSecret:({pathParams:{alias:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/secret/${a}`,headers:{accept:"application/json",...e??{}},...t}),createSecret:({pathParams:{alias:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/secret/${a}`,headers:{accept:"application/json",...e??{}},...t}),deleteSecretValue:({pathParams:{alias:a,key:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/secret/${a}/${e}`,headers:{...t??{}},...o}),setSecretValue:({pathParams:{alias:a,key:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/secret/${a}/${e}`,headers:{contentType:"text/plain",...o??{}},data:t??"",...r})},Ta={getSelftest:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/selftest",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),runSelftestTest:({pathParams:{testName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/selftest/${a}`,headers:{accept:"application/json",...e??{}},...t}),getSelftestNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/selftest",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),runSelftestTestNoAuth:({pathParams:{testName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/selftest/${a}`,headers:{accept:"application/json",...e??{}},...t})},Ia={getSequenceEntityInFormat:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/sequence/export",headers:{accept:"*/*",...e??{}},queryParams:a,...t}),performSequenceExport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/sequence/export",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postSequenceRender:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/sequence/render",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o})},Ea={listFileShapeListDocumentByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/path/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listFileShapeListDocumentWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/uri/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listFileShapeListDocument:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),deleteShapes:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape`,headers:{...t??{}},queryParams:e,...o}),listShapes:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),importShape:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createShape:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/create`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),importShapeEssenceVersion:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape/essence`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),importShapeEssenceVersionRaw:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/essence/raw`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),importShapeImp:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createShapePlaceholder:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/placeholder`,headers:{contentType:"application/json",accept:"text/plain",...o??{}},queryParams:e,data:t??{},...r}),importShapeRaw:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/raw`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listShapeVersions:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/shape/version`,headers:{accept:"application/json",...e??{}},...t}),deleteShapesWithVersion:({pathParams:{itemId:a,version:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape/version/${e}`,headers:{...t??{}},...o}),getShapeWithVersion:({pathParams:{itemId:a,version:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/version/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startShapeAnalyzeJob:({pathParams:{itemId:a,shapeId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/analyze`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),archiveShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/archive`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeCpl:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/cpl`,headers:{accept:"application/xml",...t??{}},...o}),exportShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/export`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),exportShapeImp:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/export/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listShapeFiles:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/file`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listShapeStorageNameRules:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/filename`,headers:{accept:"application/json",...t??{}},...o}),deleteShapeRule:({pathParams:{itemId:a,shapeId:e,storageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/filename/${t}`,headers:{...r??{}},queryParams:o,...s}),createShapeRule:({pathParams:{itemId:a,shapeId:e,storageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/filename/${t}`,headers:{...r??{}},queryParams:o,...s}),getShapeDot:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/graph`,headers:{accept:"image/png",...t??{}},...o}),getShapeDotString:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/graph/dot`,headers:{accept:"text/plain",...t??{}},...o}),runShapeHighlightRender:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/highlight-render`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeHighlighterEdl:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/highlighter-edl`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),clearShapeMetadata:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata`,headers:{...t??{}},...o}),getShapeAllMetadata:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setShapeMetadata:({pathParams:{itemId:a,shapeId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteShapeBulkyMetadata:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata/bulky`,headers:{...t??{}},...o}),listShapeBulkyMetadataKeys:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/bulky`,headers:{accept:"application/json",...t??{}},...o}),putShapeBulkyMetadata:({pathParams:{itemId:a,shapeId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata/bulky`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteShapeMetadataBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}`,headers:{...r??{}},queryParams:o,...s}),getShapeMetadataBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),putShapeMetadataBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,data:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}`,headers:{contentType:"text/plain",...s??{}},queryParams:o,data:r??"",...p}),getShapeValueAsBytesBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}/as-file`,headers:{accept:"application/octet-stream",...r??{}},queryParams:o,...s}),setShapeMetadataPrefix:({pathParams:{itemId:a,shapeId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearShapeMetadataPrefix:({pathParams:{itemId:a,shapeId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata/${t}`,headers:{...o??{}},...r}),getShapeMetadataPrefix:({pathParams:{itemId:a,shapeId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),listShapeMimeTypes:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/mime`,headers:{accept:"application/json",...t??{}},...o}),deleteShapeMimeType:({pathParams:{itemId:a,shapeId:e,mimeType:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/mime/${t}`,headers:{...o??{}},...r}),setShapeMimeType:({pathParams:{itemId:a,shapeId:e,mimeType:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/mime/${t}`,headers:{...o??{}},...r}),modifyPlaceholderShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/placeholder`,headers:{contentType:"application/json",...r??{}},queryParams:t,data:o??{},...s}),restoreShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/restore`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeSmartcropEdl:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/smartcrop-edl`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),runShapeSmartcropRender:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/smartcrop-render`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeStorageRules:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/storage-rule`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),transferShapeFiles:({pathParams:{itemId:a,shapeId:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listItemShapeTags:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/tag`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),removeShapeTag:({pathParams:{itemId:a,shapeId:e,tagName:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/tag/${t}`,headers:{...o??{}},...r}),addShapeTag:({pathParams:{itemId:a,shapeId:e,tagName:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/tag/${t}`,headers:{...o??{}},...r}),createShapeThumbnail:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/thumbnail`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startShapeTranscode:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/transcode`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/update`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),copyShapeEssenceVersion:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/version`,headers:{accept:"application/json",...t??{}},...o}),copyShapeEssenceVersionById:({pathParams:{itemId:a,shapeId:e,newVersion:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/version/${t}`,headers:{accept:"application/json",...o??{}},...r}),browseShape:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/search/shape",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchShapes:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search/shape",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),testShapeTag:({pathParams:{tagName:a,itemId:e,shapeId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/shape-tag/${a}/item/${e}/shape/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageFileShapeListDocumentByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/path/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listStorageFileShapeListDocumentWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/uri/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listStorageFileShapeListDocument:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listStorageByIdFileShapeListDocumentByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/shape`,headers:{accept:"application/json",...t??{}},...o}),listStorageByIdFileShapeListDocumentWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/shape`,headers:{accept:"application/json",...t??{}},...o}),listFileShapeListDocumentByStorageId:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/shape`,headers:{accept:"application/json",...t??{}},...o})},Aa={listShapeTags:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/shape-tag",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteShapeTagDefaultStorageRule:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/shape-tag/storage-rule",headers:{...a??{}},...e}),getShapeTagStorageRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/shape-tag/storage-rule",headers:{accept:"application/json",...a??{}},...e}),putShapeTagDefaultStorageRule:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/shape-tag/storage-rule",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteShapeTagStorageRule:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/storage-rule/${a}`,headers:{...e??{}},...t}),getShapeTagStorageRule:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/storage-rule/${a}`,headers:{accept:"application/json",...e??{}},...t}),setShapeTagStorageRule:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/storage-rule/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteShapeTag:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/${a}`,headers:{...e??{}},...t}),getShapeTag:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/${a}`,headers:{accept:"application/json",...e??{}},...t}),createShapeTag:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),clearShapeTagMetadata:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/${a}/metadata`,headers:{...e??{}},...t}),getShapeTagAllMetadata:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setShapeTagMetadata:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setShapeTagMetadataPrefix:({pathParams:{tagName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/shape-tag/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearShapeTagMetadataPrefix:({pathParams:{tagName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/shape-tag/${a}/metadata/${e}`,headers:{...t??{}},...o}),getShapeTagMetadataPrefix:({pathParams:{tagName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/shape-tag/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),unsetShapeTagScript:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/${a}/script`,headers:{...e??{}},...t}),getShapeTagScript:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/${a}/script`,headers:{accept:"application/javascript",...e??{}},...t}),setShapeTagScript:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/${a}/script`,headers:{contentType:"application/javascript",...t??{}},data:e??"",...o})},ga={listSites:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/site",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getSite:({pathParams:{siteId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/site/${a}`,headers:{accept:"application/json",...e??{}},...t}),addSite:({pathParams:{siteId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/site/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearSiteMetadata:({pathParams:{siteId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/site/${a}/metadata`,headers:{...e??{}},...t}),getSiteAllMetadata:({pathParams:{siteId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/site/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setSiteMetadata:({pathParams:{siteId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/site/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setSiteMetadataPrefix:({pathParams:{siteId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/site/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearSiteMetadataPrefix:({pathParams:{siteId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/site/${a}/metadata/${e}`,headers:{...t??{}},...o}),getSiteMetadataPrefix:({pathParams:{siteId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/site/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o})},fa={getStitchImageNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/stitch",headers:{accept:"image/png",...e??{}},queryParams:a,...t})},ja={listStorages:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postStorage:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),listStorageAutoImportRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/auto-import",headers:{accept:"application/json",...a??{}},...e}),listStorage:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage/file",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createStorageFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),uploadStorageRawFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file/data",headers:{contentType:"*/*",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),listStorageFileListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage/file/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addStorageFileListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage/file/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/deletion-lock/${a}`,headers:{...e??{}},...t}),getStorageFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyStorageFileListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearStorageDeletionLockFileListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getStorageDeletionLockFileListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageDeletionLockFileListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageDeletionLockFileListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockFileListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageDeletionLockFileListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file/import",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postStorageImportAssetMap:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file/import/assetmap",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteStorageFileNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/storage/file/notification",headers:{...a??{}},...e}),listStorageFileNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/file/notification",headers:{accept:"application/json",...a??{}},...e}),postStorageFileNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage/file/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageFileNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/notification/${a}`,headers:{...e??{}},...t}),getStorageFileNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateStorageFileNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearStorageNotificationFileExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/notification/${a}/external-id`,headers:{...e??{}},...t}),listStorageNotificationFileExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeStorageNotificationFileExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setStorageNotificationFileExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),postStorageNewPath:({pathParams:{pathId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteStorageFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonStorageByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startStorageFileAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startStorageImpAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageFileDataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/path/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadStorageRawFileByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listStorageDeletionLockListByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addStorageLockByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getStorageLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyStorageLockByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getStorageDeletionLockAllMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageDeletionLockAllMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteStorageEntityByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/entity`,headers:{...e??{}},...t}),putStorageHashByPath:({pathParams:{path:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postStorageImportByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageImportAssetMapByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearStorageMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/metadata`,headers:{...e??{}},...t}),getStorageAllMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/path/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageMetadataByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageMetadataByPathPrefix:({pathParams:{path:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageAllMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexStorageByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/file/path/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreStorageByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postStorageNewStatePath:({pathParams:{path:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageCopyByPath:({pathParams:{path:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listStorageTempCredUriByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteStorageFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonStorageWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startStorageFileAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startStorageImpAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageFileDataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/uri/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadStorageRawFileWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listStorageDeletionLockListWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addStorageLockWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getStorageLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyStorageLockWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getStorageDeletionLockAllMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageDeletionLockAllMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteStorageEntityWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/entity`,headers:{...e??{}},...t}),putStorageHashWithUri:({pathParams:{uri:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postStorageImportWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageImportAssetMapWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearStorageMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/metadata`,headers:{...e??{}},...t}),getStorageAllMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/uri/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageMetadataWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageAllMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageNewPathWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexStorageWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreStorageWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postStorageNewStatePathWithUri:({pathParams:{uri:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageCopyWithUri:({pathParams:{uri:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listStorageTempCredUriWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteStorageFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileStorage:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFileStorage:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startStorageFileAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileStorageImpAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageFileByIdData:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadStorageRawFileById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileStorageDeletionLockList:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileStorageLock:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileStorageLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileStorageLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileStorageLock:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockStorageMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockStorageAllMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockStorageMetadata:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockStorageMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockStorageMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockStorageMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileStorageEntity:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/${a}/entity`,headers:{...e??{}},...t}),putFileStorageHash:({pathParams:{fileId:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileStorageImport:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileStorageImportAssetMap:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileStorageMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/${a}/metadata`,headers:{...e??{}},...t}),getFileStorageAllMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileStorageMetadata:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileStorageMetadataPrefix:({pathParams:{fileId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileStorageMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileStorageMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileStorageNewPath:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexFileStorage:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/file/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFileStorage:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileStorageNewStatePath:({pathParams:{fileId:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileStorageCopy:({pathParams:{fileId:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileStorageTempCredUri:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),importStorage:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/import",headers:{contentType:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listStorageImportableFiles:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage/importable",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteStorageListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/storage/notification",headers:{...a??{}},...e}),listStorageListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/notification",headers:{accept:"application/json",...a??{}},...e}),postStorageListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/notification/${a}`,headers:{...e??{}},...t}),getStorageListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateStorageListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearStorageNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/notification/${a}/external-id`,headers:{...e??{}},...t}),listStorageNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeStorageNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setStorageNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),listStorageGroups:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/storage-group",headers:{accept:"application/json",...a??{}},...e}),updateStorageGroup:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/storage/storage-group",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}`,headers:{...e??{}},...t}),getStorageGroupMembers:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/storage-group/${a}`,headers:{accept:"application/json",...e??{}},...t}),createStorageGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/storage-group/${a}`,headers:{...e??{}},...t}),clearStorageGroupMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}/metadata`,headers:{...e??{}},...t}),getStorageGroupAllMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/storage-group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageGroupMetadata:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/storage-group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/storage-group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/storage-group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteStorageGroupMember:({pathParams:{groupName:a,storageId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}/${e}`,headers:{...t??{}},...o}),putStorageGroupMember:({pathParams:{groupName:a,storageId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/storage-group/${a}/${e}`,headers:{...t??{}},...o}),deleteStorage:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}`,headers:{...t??{}},queryParams:e,...o}),getStorage:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}`,headers:{accept:"application/json",...e??{}},...t}),putStorage:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/auto-import`,headers:{...e??{}},...t}),getStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/auto-import`,headers:{accept:"application/json",...e??{}},...t}),setStorageRule:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/auto-import`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),disableStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/${a}/auto-import/disable`,headers:{...e??{}},...t}),enableStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/${a}/auto-import/enable`,headers:{...e??{}},...t}),unsetStorageEvacuationFlag:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/evacuate`,headers:{...e??{}},...t}),evacuateStorage:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/${a}/evacuate`,headers:{...e??{}},...t}),exportStorage:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/export`,headers:{accept:"application/xml",...e??{}},...t}),clearStorageExternalIdentifiers:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/external-id`,headers:{...e??{}},...t}),listStorageExternalIdentifiers:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeStorageExternalIdentifier:({pathParams:{storageId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/external-id/${e}`,headers:{...t??{}},...o}),setStorageExternalId:({pathParams:{storageId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/external-id/${e}`,headers:{...t??{}},...o}),listStorageByIdFile:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createStorageByIdFile:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),uploadStorageByIdFileRawFile:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/data`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listStorageByIdFileListDeletionLockList:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addStorageByIdFileListLock:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/${a}/file/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageByIdFileListLock:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/deletion-lock/${e}`,headers:{...t??{}},...o}),getStorageByIdFileListLock:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyStorageByIdFileListLock:({pathParams:{storageId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockByIdFileListMetadata:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getStorageDeletionLockByIdFileListAllMetadata:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageDeletionLockByIdFileListMetadata:({pathParams:{storageId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageDeletionLockByIdFileListMetadataPrefix:({pathParams:{storageId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileListMetadataPrefix:({pathParams:{storageId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileListMetadataPrefix:({pathParams:{storageId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileImport:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageByIdFileImportAssetMap:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageByIdFileNewPath:({pathParams:{storageId:a,pathId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/path`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),abandonStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/abandon`,headers:{...o??{}},queryParams:t,...r}),startStorageByIdFileAnalyzeJobByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/analyze`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startStorageByIdFileImpAnalyzeJobByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/analyze/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileDataByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/data`,headers:{accept:"application/octet-stream",...t??{}},...o}),uploadStorageByIdFileRawFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),listStorageByIdFileDeletionLockListByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),addStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e},data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),deleteStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}`,headers:{...o??{}},...r}),getStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}`,headers:{accept:"application/json",...o??{}},...r}),modifyStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}`,headers:{contentType:"application/json",accept:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileMetadataByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileAllMetadataByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setStorageDeletionLockByIdFileMetadataByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),setStorageDeletionLockByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,deletionLockId:t,prefix:o},data:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...p}),clearStorageDeletionLockByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata/${o}`,headers:{...r??{}},...s}),getStorageDeletionLockByIdFileAllMetadataByPathPrefix:({pathParams:{storageId:a,path:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),deleteStorageByIdFileEntityByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/entity`,headers:{...t??{}},...o}),putStorageByIdFileHashByPath:({pathParams:{storageId:a,path:e,hash:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/hash/${t}`,headers:{...r??{}},queryParams:o,...s}),postStorageByIdFileImportByPath:({pathParams:{storageId:a,path:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/import`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),postStorageByIdFileImportAssetMapByPath:({pathParams:{storageId:a,path:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),clearStorageByIdFileMetadataByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/metadata`,headers:{...t??{}},...o}),getStorageByIdFileAllMetadataByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageByIdFileMetadataByPath:({pathParams:{storageId:a,path:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageByIdFileAllMetadataByPathPrefix:({pathParams:{storageId:a,path:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),reindexStorageByIdFileByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/re-index`,headers:{accept:"text/plain",...t??{}},...o}),restoreStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/restore`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),postStorageByIdFileNewStatePath:({pathParams:{storageId:a,path:e,state:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/state/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileCopyByPath:({pathParams:{storageId:a,path:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageByIdFileTempCredUriByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/uri`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),abandonStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/abandon`,headers:{...o??{}},queryParams:t,...r}),startStorageByIdFileAnalyzeJobWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/analyze`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startStorageByIdFileImpAnalyzeJobWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/analyze/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileDataWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/data`,headers:{accept:"application/octet-stream",...t??{}},...o}),uploadStorageByIdFileRawFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),listStorageByIdFileDeletionLockListWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),addStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e},data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),deleteStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}`,headers:{...o??{}},...r}),getStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}`,headers:{accept:"application/json",...o??{}},...r}),modifyStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}`,headers:{contentType:"application/json",accept:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileAllMetadataWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setStorageDeletionLockByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),setStorageDeletionLockByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,deletionLockId:t,prefix:o},data:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...p}),clearStorageDeletionLockByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata/${o}`,headers:{...r??{}},...s}),getStorageDeletionLockByIdFileAllMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),deleteStorageByIdFileEntityWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/entity`,headers:{...t??{}},...o}),putStorageByIdFileHashWithUri:({pathParams:{storageId:a,uri:e,hash:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/hash/${t}`,headers:{...r??{}},queryParams:o,...s}),postStorageByIdFileImportWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/import`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),postStorageByIdFileImportAssetMapWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),clearStorageByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/metadata`,headers:{...t??{}},...o}),getStorageByIdFileAllMetadataWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageByIdFileAllMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileNewPathWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/path`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),reindexStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/re-index`,headers:{accept:"text/plain",...t??{}},...o}),restoreStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/restore`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),postStorageByIdFileNewStatePathWithUri:({pathParams:{storageId:a,uri:e,state:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/state/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileCopyWithUri:({pathParams:{storageId:a,uri:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageByIdFileTempCredUriWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/uri`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),abandonStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/abandon`,headers:{...o??{}},queryParams:t,...r}),startStorageByIdFileAnalyzeJob:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/analyze`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startStorageByIdFileImpAnalyzeJob:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/analyze/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileByIdFileData:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/data`,headers:{accept:"application/octet-stream",...t??{}},...o}),uploadStorageByIdFileByIdRawFile:({pathParams:{storageId:a,fileId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),listStorageByIdFileDeletionLockList:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),addStorageByIdFileLock:({pathParams:{storageId:a,fileId:e},data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),deleteStorageByIdFileLock:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}`,headers:{...o??{}},...r}),getStorageByIdFileLock:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}`,headers:{accept:"application/json",...o??{}},...r}),modifyStorageByIdFileLock:({pathParams:{storageId:a,fileId:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}`,headers:{contentType:"application/json",accept:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileMetadata:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileAllMetadata:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setStorageDeletionLockByIdFileMetadata:({pathParams:{storageId:a,fileId:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),setStorageDeletionLockByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,deletionLockId:t,prefix:o},data:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...p}),clearStorageDeletionLockByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata/${o}`,headers:{...r??{}},...s}),getStorageDeletionLockByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),deleteStorageByIdFileEntity:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/entity`,headers:{...t??{}},...o}),putStorageByIdFileHash:({pathParams:{storageId:a,fileId:e,hash:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/hash/${t}`,headers:{...r??{}},queryParams:o,...s}),postStorageByIdFileByIdImport:({pathParams:{storageId:a,fileId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/import`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),postStorageByIdFileByIdImportAssetMap:({pathParams:{storageId:a,fileId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),clearStorageByIdFileMetadata:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/metadata`,headers:{...t??{}},...o}),getStorageByIdFileAllMetadata:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageByIdFileMetadata:({pathParams:{storageId:a,fileId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileByIdNewPath:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/path`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),reindexStorageByIdFile:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/re-index`,headers:{accept:"text/plain",...t??{}},...o}),restoreStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/restore`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),postStorageByIdFileNewState:({pathParams:{storageId:a,fileId:e,state:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/state/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileCopy:({pathParams:{storageId:a,fileId:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageByIdFileTempCredUri:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/uri`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageFreeSpace:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/freespace`,headers:{accept:"text/plain",...e??{}},...t}),listByIdStorageImportableFiles:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/importable`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearStorageMetadata:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/metadata`,headers:{...e??{}},...t}),getStorageAllMetadata:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageMetadata:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageMetadataPrefix:({pathParams:{storageId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageMetadataPrefix:({pathParams:{storageId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageMetadataPrefix:({pathParams:{storageId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteStorageMethodByUrl:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/method`,headers:{...t??{}},queryParams:e,...o}),listStorageMethodByUrl:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/method`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putStorageMethod:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/method`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),deleteStorageMethodById:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/method/${e}`,headers:{...t??{}},...o}),listStorageMethodById:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/method/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateStorageMethod:({pathParams:{storageId:a,methodId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/method/${e}`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),clearStorageMethodMetadata:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/method/${e}/metadata`,headers:{...t??{}},...o}),getStorageMethodAllMetadata:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/method/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageMethodMetadata:({pathParams:{storageId:a,methodId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/method/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageMethodMetadataPrefix:({pathParams:{storageId:a,methodId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/method/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageMethodMetadataPrefix:({pathParams:{storageId:a,methodId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/method/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageMethodMetadataPrefix:({pathParams:{storageId:a,methodId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/method/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteStorageNotifications:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/notification`,headers:{...e??{}},...t}),listStorageNotifications:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postStorageNotification:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageNotification:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/notification/${e}`,headers:{...t??{}},...o}),getStorageNotification:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateStorageNotification:({pathParams:{storageId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageNotificationExternalIdentifiers:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listStorageNotificationExternalIdentifiers:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeStorageNotificationExternalIdentifier:({pathParams:{storageId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setStorageNotificationExternalId:({pathParams:{storageId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),rescanStorage:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/${a}/rescan`,headers:{...t??{}},queryParams:e,...o}),getStorageStatus:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/status`,headers:{accept:"text/plain",...e??{}},...t}),setStorageType:({pathParams:{storageId:a,type:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/type/${e}`,headers:{...t??{}},...o})},ya={getStorageRules:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage-rule",headers:{accept:"application/json",...e??{}},queryParams:a,...t})},La={listTaskDefinitions:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/task-definition",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postTaskDefinition:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/task-definition",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteTaskDefinitionCustomJobType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}`,headers:{...e??{}},...t}),listTaskDefinitionsByType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}`,headers:{accept:"application/json",...e??{}},...t}),createTaskDefinitionCustomJobType:({pathParams:{type:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/task-definition/jobtype/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getTaskDefinitionGraphByType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/graph`,headers:{accept:"image/png",...e??{}},...t}),getTaskDefinitionGraphStringByType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/graph/dot`,headers:{accept:"text/plain",...e??{}},...t}),deleteTaskDefinitionByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}/step/${e}`,headers:{...t??{}},...o}),getTaskDefinitionByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateTaskDefinitionByStepByType:({pathParams:{type:a,step:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearTaskDefinitionMetadataByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata`,headers:{...t??{}},...o}),getTaskDefinitionAllMetadataByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setTaskDefinitionMetadataByStepByType:({pathParams:{type:a,step:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setTaskDefinitionMetadataPrefixByStepByType:({pathParams:{type:a,step:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearTaskDefinitionMetadataPrefixByStepByType:({pathParams:{type:a,step:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata/${t}`,headers:{...o??{}},...r}),getTaskDefinitionMetadataPrefixByStepByType:({pathParams:{type:a,step:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),getTaskDefinitionScriptByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/script`,headers:{accept:"application/javascript",...t??{}},...o}),putTaskDefinitionScriptByStepByType:({pathParams:{type:a,step:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}/script`,headers:{contentType:"application/javascript",...o??{}},data:t??"",...r}),validateTaskDefinitionByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/validate`,headers:{accept:"text/plain",...t??{}},...o}),deleteTaskDefinition:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-definition/${a}`,headers:{...e??{}},...t}),getTaskDefinition:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateTaskDefinition:({pathParams:{taskDefinitionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-definition/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearTaskDefinitionMetadata:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-definition/${a}/metadata`,headers:{...e??{}},...t}),getTaskDefinitionAllMetadata:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setTaskDefinitionMetadata:({pathParams:{taskDefinitionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-definition/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setTaskDefinitionMetadataPrefix:({pathParams:{taskDefinitionId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearTaskDefinitionMetadataPrefix:({pathParams:{taskDefinitionId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-definition/${a}/metadata/${e}`,headers:{...t??{}},...o}),getTaskDefinitionMetadataPrefix:({pathParams:{taskDefinitionId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getTaskDefinitionScript:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}/script`,headers:{accept:"application/javascript",...e??{}},...t}),putTaskDefinitionScript:({pathParams:{taskDefinitionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-definition/${a}/script`,headers:{contentType:"application/javascript",...t??{}},data:e??"",...o}),validateTaskDefinition:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}/validate`,headers:{accept:"text/plain",...e??{}},...t})},Sa={deleteTaskGroupGroups:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/task-group",headers:{...a??{}},...e}),listTaskGroupGroups:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/task-group",headers:{accept:"application/json",...a??{}},...e}),deleteTaskGroupPool:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-group/${a}`,headers:{...e??{}},...t}),getTaskGroup:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-group/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateTaskGroup:({pathParams:{name:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-group/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearTaskGroupMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-group/${a}/metadata`,headers:{...e??{}},...t}),getTaskGroupAllMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setTaskGroupMetadata:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setTaskGroupMetadataPrefix:({pathParams:{name:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearTaskGroupMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getTaskGroupMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),removeTaskGroupTranscoderFromGroup:({pathParams:{name:a,transcoderId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-group/${a}/transcoder/${e}`,headers:{...t??{}},...o}),addTaskGroupTranscoderToGroup:({pathParams:{name:a,transcoderId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-group/${a}/transcoder/${e}`,headers:{...t??{}},...o})},ka={deleteThumbnailsForItem:({pathParams:{service:a,serviceId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/thumbnail/${a}/${e}`,headers:{...t??{}},...o}),listThumbnailFramesText:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/thumbnail/${a}/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getThumbnailImages:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/thumbnail/${a}/${e}/multi`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putThumbnailImages:({pathParams:{service:a,serviceId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/thumbnail/${a}/${e}/multi`,headers:{contentType:"application/json",...r??{}},queryParams:t,data:o??{},...s}),deleteThumbnailForItem:({pathParams:{service:a,serviceId:e,time:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/thumbnail/${a}/${e}/${t}`,headers:{...o??{}},...r}),getThumbnailImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/thumbnail/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s}),putThumbnailImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,data:r,headers:s,requestConfig:p})=>i({method:"PUT",url:`/API/thumbnail/${a}/${e}/${t}`,headers:{contentType:"image/png",accept:"text/plain",...s??{}},queryParams:o,data:r??"",...p}),exportThumbnailImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/thumbnail/${a}/${e}/${t}/export`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),getThumbnailImageNoAuth:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/APInoauth/thumbnail/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s})},Ga={putThumbnailPutImageNoAuth:({pathParams:{time:a,uuid:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/APInoauth/thumbnail-put/${e}/${a}`,headers:{accept:"*/*",...t??{}},...o})},Da={getTokenString:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/token",headers:{accept:"application/json",...e??{}},queryParams:a,...t})},Ua={listAllTransfers:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/transfer",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getSpecificTransfer:({pathParams:{transferId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/transfer/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateTransfer:({pathParams:{transferId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/transfer/${a}`,headers:{...t??{}},queryParams:e,...o})},xa={listUsers:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/user",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addUser:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/user",headers:{contentType:"application/json",...t??{}},queryParams:a,data:e??{},...o}),searchUsers:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/user",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),getUserGraph:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/user/graph",headers:{accept:"image/png",...e??{}},queryParams:a,...t}),getUserGraphString:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/user/graph/dot",headers:{accept:"text/plain",...e??{}},queryParams:a,...t}),deleteUser:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getUser:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateUser:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listUserAccessList:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteUserAlias:({pathParams:{username:a,name:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}/alias/${e}`,headers:{...t??{}},...o}),addUserAlias:({pathParams:{username:a,name:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/user/${a}/alias/${e}`,headers:{...t??{}},...o}),listUserAllGroups:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/allgroups`,headers:{accept:"application/json",...e??{}},...t}),enableUser:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/user/${a}/enable`,headers:{...e??{}},...t}),listUserGroups:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/groups`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),bulkUserAddGroups:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/groups`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listUserKeys:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/key`,headers:{accept:"application/json",...e??{}},...t}),generateUserKey:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/user/${a}/key`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteUserKey:({pathParams:{username:a,keyId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}/key/${e}`,headers:{...t??{}},...o}),getUserKey:({pathParams:{username:a,keyId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/key/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateUserKey:({pathParams:{username:a,keyId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/key/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearUserMetadata:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/user/${a}/metadata`,headers:{...e??{}},...t}),getUserAllMetadata:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setUserMetadata:({pathParams:{username:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/user/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setUserMetadataPrefix:({pathParams:{username:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearUserMetadataPrefix:({pathParams:{username:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}/metadata/${e}`,headers:{...t??{}},...o}),getUserMetadataPrefix:({pathParams:{username:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),setUserPassword:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/password`,headers:{contentType:"text/plain",...o??{}},queryParams:e,data:t??"",...r}),getUserSalt:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/password/salt`,headers:{accept:"application/octet-stream",...e??{}},...t}),generateUserSalt:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"POST",url:`/API/user/${a}/password/salt`,headers:{accept:"application/octet-stream",...e??{}},...t}),getUserRealName:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/realname`,headers:{accept:"text/plain",...e??{}},...t}),setUserRealName:({pathParams:{username:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/user/${a}/realname`,headers:{contentType:"text/plain",...t??{}},data:e??"",...o}),listUserRoles:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/roles`,headers:{accept:"application/json",...e??{}},...t}),getUserToken:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/token`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),validateUser:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/validate`,headers:{contentType:"text/plain",accept:"text/plain",...o??{}},queryParams:e,data:t??"",...r})},ba={repairUsercacherepairUserCache:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/APIinit/usercacherepair",headers:{accept:"*/*",...e??{}},queryParams:a,...t})},Ma={getVersion:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/version",headers:{accept:"application/json",...a??{}},...e})},Fa={getVidispineLogsLog:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/vidispine-logs",headers:{accept:"multipart/mixed",...e??{}},queryParams:a,...t}),listVidispineLogsAllLogs:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/vidispine-logs/job",headers:{accept:"application/json",...a??{}},...e}),startVidispineLogsLogGathering:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/vidispine-logs/job",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteVidispineLogsZip:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/vidispine-logs/job/${a}`,headers:{...e??{}},...t}),getVidispineLogsJob:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vidispine-logs/job/${a}`,headers:{accept:"application/json",...e??{}},...t}),abortVidispineLogsUpload:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/vidispine-logs/job/${a}/upload`,headers:{...e??{}},...t}),startVidispineLogsUpload:({pathParams:{jobId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/vidispine-logs/job/${a}/upload`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),getVidispineLogsJobUrIs:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vidispine-logs/job/${a}/uri`,headers:{accept:"application/json",...e??{}},...t}),getVidispineLogsLogNoAuth:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/vidispine-logs/job/${a}/report.zip`,headers:{accept:"application/zip",...e??{}},...t}),getVidispineLogsReportNoAuth:({pathParams:{zipfile:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/vidispine-logs/job/${a}`,headers:{accept:"application/zip",...e??{}},...t})},Ba={listVidispineServiceServices:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/vidispine-service",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),disableVidispineServices:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/API/vidispine-service/disable",headers:{...a??{}},...e}),enableVidispineServices:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/API/vidispine-service/enable",headers:{...a??{}},...e}),listVidispineService:({pathParams:{service:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/vidispine-service/service/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),disableVidispineServiceServices:({pathParams:{service:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/vidispine-service/service/${a}/disable`,headers:{...e??{}},...t}),enableVidispineServiceServices:({pathParams:{service:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/vidispine-service/service/${a}/enable`,headers:{...e??{}},...t}),getVidispineStackTrace:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/vidispine-service/stacktrace",headers:{accept:"text/plain",...e??{}},queryParams:a,...t})},Ca={listVxaVxaNodeResources:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/vxa",headers:{accept:"application/json",...a??{}},...e}),enableVxaVxaNode:({queryParams:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/vxa/enable-ssh",headers:{accept:"text/plain",...e??{}},queryParams:a,...t}),deleteVxaVxa:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/vxa/${a}`,headers:{...e??{}},...t}),getVxaVxa:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vxa/${a}`,headers:{accept:"application/json",...e??{}},...t}),getVxaConfiguration:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vxa/${a}/configuration`,headers:{accept:"application/json",...e??{}},...t}),getVxaStartupConfiguration:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vxa/${a}/startup-configuration`,headers:{accept:"text/plain",...e??{}},...t})},Oa={getWaveformImageNoAuth:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/waveform/image/${a}.png`,headers:{accept:"image/png",...e??{}},...t})},Na={whoami:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/whoami",headers:{accept:"text/plain",...a??{}},...e})};l.AnalyzePreset=j,l.Api=y,l.ApiInit=L,l.AutoProjection=S,l.BulkyPut=k,l.Callback=G,l.Collection=D,l.Component=U,l.Configportal=x,l.Configuration=b,l.Conform=M,l.Cost=F,l.Datatype=B,l.Debug=C,l.DeletionLock=O,l.Document=N,l.Eidr=v,l.ExportLocation=R,l.ExternalId=W,l.FieldGroup=J,l.File=q,l.Group=w,l.Import=z,l.IsOnline=V,l.Item=Q,l.Javascript=H,l.Job=K,l.Jobtype=X,l.Library=Z,l.License=_,l.Log=Y,l.Metadata=aa,l.MetadataField=ea,l.MetadataSchema=oa,l.Metadatarepair=ta,l.Notification=ia,l.Otif=ra,l.Poster=sa,l.PresetMediaconvertTemplates=la,l.PresetTemplates=pa,l.Projection=na,l.Quota=ca,l.Reindex=da,l.Resource=ha,l.ScheduledRequest=ma,l.Schema=Pa,l.Search=ua,l.Secret=$a,l.Selftest=Ta,l.Sequence=Ia,l.Shape=Ea,l.ShapeTag=Aa,l.Site=ga,l.Stitch=fa,l.Storage=ja,l.StorageRule=ya,l.TaskDefinition=La,l.TaskGroup=Sa,l.Thumbnail=ka,l.ThumbnailPut=Ga,l.Token=Da,l.Transfer=Ua,l.User=xa,l.Usercacherepair=ba,l.Version=Ma,l.VidispineLogs=Fa,l.VidispineService=Ba,l.Vxa=Ca,l.Waveform=Oa,l.Whoami=Na,l.getAxiosInstance=m,l.login=g,l.logout=f,l.setAxiosInstance=A,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})});
1
+ (function(p,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("buffer"),require("axios")):typeof define=="function"&&define.amd?define(["exports","buffer","axios"],c):(p=typeof globalThis<"u"?globalThis:p||self,c(p["@vidispine/api"]={},p.buffer,p.axios))})(this,function(p,c,P){"use strict";const u=a=>typeof a=="object"&&!Array.isArray(a)&&a!==null,T=a=>c.Buffer.from(a,"binary").toString("base64"),I=({username:a,password:e,token:t,bearerToken:o,contentType:r,accept:s,...l}={})=>{const n={...r?{"Content-Type":r}:{},...s?{Accept:s}:{}};if(a&&e){const d=T(`${a}:${e}`);n.Authorization=`Basic ${d}`}else t?n.Authorization=`token ${t}`:o&&(n.Authorization=`Bearer ${o}`);return{...n,...l}},$=a=>{switch(a){case"noauthUrl":return"noauth-url";default:return a}},E=(a={})=>{const e=Object.entries(a).filter(([,o])=>!u(o)).map(([o,r])=>`${$(o)}=${Array.isArray(r)?r.map(encodeURIComponent).join(","):encodeURIComponent(r)}`),t=Object.entries(a).filter(([,o])=>u(o)).flatMap(([o,r])=>[o,Object.entries(r??{}).map(([s,l])=>`${$(o)}=${encodeURIComponent(`${s}=${l}`)}`)]);return[...e,...t].join("&")};let h=P.create();function i({queryParams:a,headers:e,axiosInstance:t=h,...o}){const r={params:a,headers:I(e),paramsSerializer:{serialize:E},...o};return t(r)}const A=a=>{h=P.create(a)},m=()=>h;function g({serverUrl:a,token:e,username:t,password:o,bearerToken:r}){const s=m();a&&(s.defaults.baseURL=a),e&&(s.defaults.headers.Authorization=`token ${e}`),r&&(s.defaults.headers.Authorization=`Bearer ${r}`),t&&o&&(s.defaults.auth={username:t,password:o})}function f(){const a=m();delete a.defaults.headers.Authorization,delete a.defaults.auth}const j={listAnalyzePresetAllPresets:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/analyze-preset",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteAnalyzePreset:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/analyze-preset/${a}`,headers:{...e??{}},...t}),getAnalyzePreset:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/analyze-preset/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateAnalyzePreset:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/analyze-preset/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o})},y={rootApi:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API",headers:{accept:"text/html",...a??{}},...e})},L={initApiInit:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit",headers:{accept:"text/plain",...a??{}},...e})},S={listAutoProjectionRuleNames:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/auto-projection",headers:{accept:"application/json",...a??{}},...e}),listAutoProjectionDisabledRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/auto-projection/disable",headers:{accept:"application/json",...a??{}},...e}),listAutoProjectionEnabledRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/auto-projection/enable",headers:{accept:"application/json",...a??{}},...e}),deleteAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/auto-projection/${a}`,headers:{...e??{}},...t}),getAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/auto-projection/${a}`,headers:{accept:"application/json",...e??{}},...t}),addAutoProjectionRule:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/auto-projection/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),disableAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/auto-projection/${a}/disable`,headers:{...e??{}},...t}),enableAutoProjectionRule:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/auto-projection/${a}/enable`,headers:{...e??{}},...t})},k={putBulkyPutBulkyMetadataNoAuth:({pathParams:{uuid:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/APInoauth/bulky-put/${a}`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),putBulkyPutMetadataNoAuth:({pathParams:{uuid:a,key:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/APInoauth/bulky-put/${a}/${e}`,headers:{contentType:"text/plain",...r??{}},queryParams:t,data:o??"",...s})},G={cloudCallbackConvertCallBackNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/callback/cloudconvert",headers:{...e??{}},queryParams:a,...t}),cloudCallbackConvertCallBackV2NoAuth:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APInoauth/callback/cloudconvert",headers:{...a??{}},...e})},D={deleteCollections:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/collection",headers:{...e??{}},queryParams:a,...t}),listCollections:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/collection",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createCollection:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/collection",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),searchCollection:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/collection",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listCollectionListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/collection/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addCollectionListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/collection/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteCollectionListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/deletion-lock/${a}`,headers:{...e??{}},...t}),getCollectionListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyCollectionListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearCollectionDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getCollectionDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setCollectionDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setCollectionDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearCollectionDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getCollectionDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getCollectionListSearchHistory:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/collection/history",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchCollectionListByMetadataGroup:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/collection/metadata-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteCollectionListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/collection/notification",headers:{...a??{}},...e}),listCollectionListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/collection/notification",headers:{accept:"application/json",...a??{}},...e}),postCollectionListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/collection/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteCollectionListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/notification/${a}`,headers:{...e??{}},...t}),getCollectionListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateCollectionListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearCollectionNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/notification/${a}/external-id`,headers:{...e??{}},...t}),listCollectionNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeCollectionNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setCollectionNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),createCollectionListProject:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/collection/project",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),inspectCollectionList:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/collection/project/inspect",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),createCollectionListRelations:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/collection/relation",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteCollectionListRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/relation/${a}`,headers:{...e??{}},...t}),getCollectionListRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/relation/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateCollectionListRelation:({pathParams:{relationId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/relation/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollection:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}`,headers:{...e??{}},...t}),getCollectionContents:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),updateCollection:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listCollectionAccess:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postCollectionAccess:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteCollectionAccessBulk:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/access/bulk`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),bulkCollectionPostAccess:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/access/bulk`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getCollectionGraph:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/access/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getCollectionGraphString:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/access/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),changeCollectionOwner:({pathParams:{collectionId:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/access/owner/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteCollectionAccess:({pathParams:{collectionId:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/access/${e}`,headers:{...t??{}},...o}),getCollectionAccess:({pathParams:{collectionId:a,accessId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/collection/${a}/access/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listCollectionAncestors:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/ancestor`,headers:{accept:"application/json",...e??{}},...t}),listChildCollections:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/collection`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),searchChildCollection:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/collection`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getCollectionProjectVersionDefinitions:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/definition`,headers:{accept:"text/plain",...e??{}},...t}),deleteCollectionProjectVersionDefinition:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/definition/${e}`,headers:{...t??{}},...o}),getCollectionProjectVersionDefinition:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/definition/${e}`,headers:{accept:"application/octet-stream",...t??{}},...o}),setCollectionProjectVersionDefinition:({pathParams:{collectionId:a,format:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/definition/${e}`,headers:{contentType:"application/octet-stream",...o??{}},data:t??"",...r}),deleteCollectionAssets:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/definition/${e}/asset`,headers:{...t??{}},...o}),getCollectionAssets:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/definition/${e}/asset`,headers:{accept:"application/json",...t??{}},...o}),setCollectionAssets:({pathParams:{collectionId:a,format:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/definition/${e}/asset`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteCollectionExtraData:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/definition/${e}/extradata`,headers:{...t??{}},...o}),getCollectionExtraData:({pathParams:{collectionId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/definition/${e}/extradata`,headers:{accept:"application/octet-stream",...t??{}},...o}),setCollectionExtraData:({pathParams:{collectionId:a,format:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/definition/${e}/extradata`,headers:{contentType:"application/octet-stream",...o??{}},data:t??"",...r}),listCollectionDeletionLockList:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addCollectionLock:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteCollectionLock:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getCollectionLock:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyCollectionLock:({pathParams:{collectionId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearCollectionDeletionLockMetadata:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getCollectionDeletionLockAllMetadata:({pathParams:{collectionId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setCollectionDeletionLockMetadata:({pathParams:{collectionId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setCollectionDeletionLockMetadataPrefix:({pathParams:{collectionId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/collection/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearCollectionDeletionLockMetadataPrefix:({pathParams:{collectionId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getCollectionDeletionLockMetadataPrefix:({pathParams:{collectionId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/collection/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),startCollectionExport:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/export`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearCollectionExternalIdentifiers:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/external-id`,headers:{...e??{}},...t}),listCollectionExternalIdentifiers:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeCollectionExternalIdentifier:({pathParams:{collectionId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/external-id/${e}`,headers:{...t??{}},...o}),setCollectionExternalId:({pathParams:{collectionId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/external-id/${e}`,headers:{...t??{}},...o}),updateCollectionPath:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/folder-name`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),searchCollectionGetItems:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/item`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),searchCollectionItems:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/item`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),createCollectionItemListJob:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/item/list`,headers:{contentType:"application/xslt",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),unmapCollectionToFolder:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/map-to-folder`,headers:{...e??{}},...t}),mapCollectionToFolder:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/collection/${a}/map-to-folder`,headers:{...e??{}},...t}),getCollectionMergedDocument:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getCollectionMergedGroupDocument:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/merged-access/group`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getCollectionMetadata:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putCollectionMetadata:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getCollectionLocksMetadataLock:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/metadata-lock`,headers:{accept:"application/json",...e??{}},...t}),createCollectionMetadataLock:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/metadata-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollectionMetadataLock:({pathParams:{collectionId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/metadata-lock/${e}`,headers:{...t??{}},...o}),getCollectionMetadataLock:({pathParams:{collectionId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),addCollectionMetadataLock:({pathParams:{collectionId:a,lockid:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getCollectionMetadataChanges:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/changes`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putCollectionMetadataChanges:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),trimCollectionMetadataChanges:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes/trim`,headers:{accept:"application/json",...e??{}},...t}),deleteCollectionMetadataChanges:({pathParams:{collectionId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),getCollectionChangeMetadataChanges:({pathParams:{collectionId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyCollectionMetadataChanges:({pathParams:{collectionId:a,changesetId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),compareCollectionMetadata:({pathParams:{collectionId:a,changesetId:e,fromChangesetId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/collection/${a}/metadata/changes/${e}/compareTo/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),trimCollectionMetadataChangesById:({pathParams:{collectionId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/changes/${e}/trim`,headers:{accept:"application/json",...t??{}},...o}),updateCollectionEntriesByUuid:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/entry`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),updateCollectionEntryByUuid:({pathParams:{collectionId:a,uuid:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/metadata/entry/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),getCollectionDot:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getCollectionDotString:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/metadata/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),moveCollectionMetadata:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/metadata/move`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollectionNotifications:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/notification`,headers:{...e??{}},...t}),listCollectionNotifications:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postCollectionNotification:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteCollectionNotification:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/notification/${e}`,headers:{...t??{}},...o}),getCollectionNotification:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateCollectionNotification:({pathParams:{collectionId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearCollectionNotificationExternalIdentifiers:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listCollectionNotificationExternalIdentifiers:({pathParams:{collectionId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeCollectionNotificationExternalIdentifier:({pathParams:{collectionId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setCollectionNotificationExternalId:({pathParams:{collectionId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),reorderCollection:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/order`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteAllRelationsToCollection:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/relation`,headers:{...t??{}},queryParams:e,...o}),listCollectionRelations:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/relation`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteAllRelationsBetweenCollections:({pathParams:{collectionId:a,relationId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/relation/${e}`,headers:{...o??{}},queryParams:t,...r}),postCollectionRelation:({pathParams:{collectionId:a,relationId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/relation/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),renameCollection:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/rename`,headers:{...t??{}},queryParams:e,...o}),renderCollectionToSequence:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/sequence-document`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteCollectionDefaultStorageRule:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/collection/${a}/storage-rule`,headers:{...e??{}},...t}),getCollectionStorageRules:({pathParams:{collectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/collection/${a}/storage-rule`,headers:{accept:"application/json",...e??{}},...t}),putCollectionDefaultStorageRule:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/collection/${a}/storage-rule`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteCollectionStorageRule:({pathParams:{collectionId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/collection/${a}/storage-rule/${e}`,headers:{...t??{}},...o}),getCollectionStorageRule:({pathParams:{collectionId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/storage-rule/${e}`,headers:{accept:"application/json",...t??{}},...o}),setCollectionStorageRule:({pathParams:{collectionId:a,tagName:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/storage-rule/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),trainCollection:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/train`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createCollectionProjectVersion:({pathParams:{collectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/collection/${a}/version`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getCollectionEntityInFormat:({pathParams:{collectionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/collection/${a}/version/export`,headers:{accept:"*/*",...t??{}},queryParams:e,...o}),performCollectionExport:({pathParams:{collectionId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/collection/${a}/version/export`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteCollectionContent:({pathParams:{collectionId:a,collectionIdId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/collection/${a}/${e}`,headers:{...o??{}},queryParams:t,...r}),putCollectionContent:({pathParams:{collectionId:a,collectionIdId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/collection/${a}/${e}`,headers:{...o??{}},queryParams:t,...r})},U={listComponents:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component`,headers:{accept:"application/json",...t??{}},...o}),importComponent:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),createComponent:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/placeholder`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteComponent:({pathParams:{itemId:a,shapeId:e,componentId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}`,headers:{...r??{}},queryParams:o,...s}),getComponent:({pathParams:{itemId:a,shapeId:e,componentId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),analyzeShapeComponent:({pathParams:{itemId:a,shapeId:e,componentId:t},queryParams:o,data:r,headers:s,requestConfig:l})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/analyze`,headers:{contentType:"application/json",accept:"application/json",...s??{}},queryParams:o,data:r??{},...l}),copyComponent:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r},queryParams:s,headers:l,requestConfig:n})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/copy/item/${o}/shape/${r}`,headers:{accept:"application/json",...l??{}},queryParams:s,...n}),copyComponentById:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r,toComponentId:s},queryParams:l,headers:n,requestConfig:d})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/copy/item/${o}/shape/${r}/component/${s}`,headers:{accept:"application/json",...n??{}},queryParams:l,...d}),removeComponentFile:({pathParams:{itemId:a,shapeId:e,componentId:t,fileId:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/file/${o}`,headers:{...r??{}},...s}),addComponentFile:({pathParams:{itemId:a,shapeId:e,componentId:t,fileId:o},queryParams:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/file/${o}`,headers:{accept:"application/json",...s??{}},queryParams:r,...l}),clearComponentMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata`,headers:{...o??{}},...r}),getComponentAllMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setComponentMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),deleteComponentBulkyMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky`,headers:{...o??{}},...r}),listComponentBulkyMetadataKeys:({pathParams:{itemId:a,shapeId:e,componentId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky`,headers:{accept:"application/json",...o??{}},...r}),putComponentBulkyMetadata:({pathParams:{itemId:a,shapeId:e,componentId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),deleteComponentMetadataBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,headers:s,requestConfig:l})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}`,headers:{...s??{}},queryParams:r,...l}),getComponentMetadataBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,headers:s,requestConfig:l})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}`,headers:{accept:"application/json",...s??{}},queryParams:r,...l}),putComponentMetadataBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,data:s,headers:l,requestConfig:n})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}`,headers:{contentType:"text/plain",...l??{}},queryParams:r,data:s??"",...n}),getComponentValueAsBytesBulk:({pathParams:{itemId:a,shapeId:e,componentId:t,key:o},queryParams:r,headers:s,requestConfig:l})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/bulky/${o}/as-file`,headers:{accept:"application/octet-stream",...s??{}},queryParams:r,...l}),setComponentMetadataPrefix:({pathParams:{itemId:a,shapeId:e,componentId:t,prefix:o},data:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...l}),clearComponentMetadataPrefix:({pathParams:{itemId:a,shapeId:e,componentId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/${o}`,headers:{...r??{}},...s}),getComponentMetadataPrefix:({pathParams:{itemId:a,shapeId:e,componentId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/component/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),moveComponent:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r},queryParams:s,headers:l,requestConfig:n})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/move/item/${o}/shape/${r}`,headers:{accept:"application/json",...l??{}},queryParams:s,...n}),moveComponentById:({pathParams:{itemId:a,shapeId:e,componentId:t,toItemId:o,toShapeId:r,toComponentId:s},queryParams:l,headers:n,requestConfig:d})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/component/${t}/move/item/${o}/shape/${r}/component/${s}`,headers:{accept:"application/json",...n??{}},queryParams:l,...d})},x={getConfigportalSchemaByTypeNoAuth:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/configportal/${a}`,headers:{accept:"application/json",...e??{}},...t})},b={listConfigurations:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration",headers:{accept:"application/json",...a??{}},...e}),deleteAuthConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/auth",headers:{...a??{}},...e}),getAuthConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/auth",headers:{accept:"application/json",...a??{}},...e}),setAuthConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/auth",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),getBulkymetadataConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/bulkymetadata",headers:{accept:"application/json",...a??{}},...e}),setBulkymetadataConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/bulkymetadata",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getCorsConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/cors",headers:{accept:"application/json",...a??{}},...e}),setCorsConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/cors",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteFtpPoolConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/ftp-pool",headers:{...a??{}},...e}),getFtpPoolConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/ftp-pool",headers:{accept:"application/json",...a??{}},...e}),setFtpPoolConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/ftp-pool",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getIndexingConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/indexing",headers:{accept:"application/json",...a??{}},...e}),setIndexingConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/indexing",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteJobPoolConfigurationAllPools:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/job-pool",headers:{...a??{}},...e}),listJobPoolConfigurationJobPoolList:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/job-pool",headers:{accept:"application/json",...a??{}},...e}),setJobPoolConfigurationJobPoolList:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/job-pool",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteJobPoolConfigurationPool:({pathParams:{priority:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/configuration/job-pool/${a}`,headers:{...e??{}},...t}),deleteJobPriorityConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/job-priority",headers:{...a??{}},...e}),getJobPriorityConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/job-priority",headers:{accept:"application/json",...a??{}},...e}),setJobPriorityConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/job-priority",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getLogreportConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/logreport",headers:{accept:"application/json",...a??{}},...e}),setLogreportConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/logreport",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getMetricsConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/metrics",headers:{accept:"application/json",...a??{}},...e}),setMetricsConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/metrics",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),getPathAliasConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/path-alias",headers:{accept:"application/json",...a??{}},...e}),setPathAliasConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/path-alias",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),listConfigurationProperties:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/properties",headers:{accept:"application/json",...a??{}},...e}),setConfigurationPropertyList:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/configuration/properties",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),setConfigurationProperties:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/properties",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteConfigurationProperty:({pathParams:{key:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/configuration/properties/${a}`,headers:{...e??{}},...t}),getConfigurationProperty:({pathParams:{key:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/configuration/properties/${a}`,headers:{accept:"application/json",...e??{}},...t}),setConfigurationProperty:({pathParams:{key:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/configuration/properties/${a}`,headers:{contentType:"text/plain",...t??{}},data:e??"",...o}),deletePurgingConfiguration:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/configuration/purging",headers:{...a??{}},...e}),getPurgingConfiguration:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/purging",headers:{accept:"application/json",...a??{}},...e}),setPurgingConfiguration:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/configuration/purging",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),listUsageCollectorConfigurationUsageCollectors:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/configuration/usage-collector",headers:{accept:"application/json",...a??{}},...e}),getUsageCollectorConfigurationUsageCollector:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/configuration/usage-collector/${a}`,headers:{accept:"application/json",...e??{}},...t}),disableUsageCollectorConfigurationUsageCollector:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/configuration/usage-collector/${a}/disable`,headers:{accept:"application/json",...e??{}},...t}),enableUsageCollectorConfigurationUsageCollector:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/configuration/usage-collector/${a}/enable`,headers:{accept:"application/json",...e??{}},...t}),setUsageCollectorConfigurationUsageCollectorInterval:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/configuration/usage-collector/${a}/interval`,headers:{contentType:"text/plain",accept:"application/json",...t??{}},data:e??"",...o})},M={postConform:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/conform",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o})},F={getCostEstimate:({pathParams:{estimateId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/cost/estimate/${a}`,headers:{accept:"application/json",...e??{}},...t}),requestCostEstimate:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"POST",url:`/API/cost/${a}`,headers:{accept:"application/json",...e??{}},...t})},B={initDatatype:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/datatype",headers:{...a??{}},...e})},C={echoDebugNoAuth:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/APInoauth/debug/echo",headers:{contentType:"application/xml",accept:"application/json",...e??{}},data:a??"",...t})},O={listDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteDeletionLockListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/deletion-lock/notification",headers:{...a??{}},...e}),listDeletionLockListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/deletion-lock/notification",headers:{accept:"application/json",...a??{}},...e}),postDeletionLockListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/deletion-lock/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteDeletionLockListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/notification/${a}`,headers:{...e??{}},...t}),getDeletionLockListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateDeletionLockListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearDeletionLockNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/notification/${a}/external-id`,headers:{...e??{}},...t}),listDeletionLockNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeDeletionLockNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setDeletionLockNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteDeletionLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/${a}`,headers:{...e??{}},...t}),getDeletionLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyDeletionLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearDeletionLockDeletionLockMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getDeletionLockDeletionLockAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setDeletionLockDeletionLockMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setDeletionLockDeletionLockMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearDeletionLockDeletionLockMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getDeletionLockDeletionLockMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteDeletionLockNotifications:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification`,headers:{...e??{}},...t}),listDeletionLockNotifications:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/deletion-lock/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postDeletionLockNotification:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/deletion-lock/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteDeletionLockNotification:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification/${e}`,headers:{...t??{}},...o}),getDeletionLockNotification:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/deletion-lock/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateDeletionLockNotification:({pathParams:{deletionLockId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/deletion-lock/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearDeletionLockNotificationExternalIdentifiers:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listDeletionLockNotificationExternalIdentifiers:({pathParams:{deletionLockId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/deletion-lock/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeDeletionLockNotificationExternalIdentifier:({pathParams:{deletionLockId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/deletion-lock/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setDeletionLockNotificationExternalId:({pathParams:{deletionLockId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/deletion-lock/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r})},N={listDocumentInstanceList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/document",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),documentSearch:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/document",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteDocumentListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/document/notification",headers:{...a??{}},...e}),listDocumentListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/document/notification",headers:{accept:"application/json",...a??{}},...e}),postDocumentListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/document/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteDocumentListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/notification/${a}`,headers:{...e??{}},...t}),getDocumentListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/document/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateDocumentListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/document/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearDocumentNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/notification/${a}/external-id`,headers:{...e??{}},...t}),listDocumentNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/document/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeDocumentNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/document/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setDocumentNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/document/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteDocumentMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/${a}`,headers:{...e??{}},...t}),getDocumentMetadata:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),setDocumentMetadata:({pathParams:{name:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/document/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getDocumentChanges:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}/changes`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteDocumentNotifications:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/document/${a}/notification`,headers:{...e??{}},...t}),listDocumentNotifications:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/document/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postDocumentNotification:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/document/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteDocumentNotification:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/document/${a}/notification/${e}`,headers:{...t??{}},...o}),getDocumentNotification:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateDocumentNotification:({pathParams:{name:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/document/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearDocumentNotificationExternalIdentifiers:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/document/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listDocumentNotificationExternalIdentifiers:({pathParams:{name:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/document/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeDocumentNotificationExternalIdentifier:({pathParams:{name:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/document/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setDocumentNotificationExternalId:({pathParams:{name:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/document/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r})},v={setupEidr:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/eidr",headers:{...a??{}},...e})},R={listExportLocations:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/export-location",headers:{accept:"application/json",...a??{}},...e}),deleteExportLocation:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/export-location/${a}`,headers:{...e??{}},...t}),getExportLocationDefinition:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/export-location/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateExportLocation:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/export-location/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearExportLocationMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/export-location/${a}/metadata`,headers:{...e??{}},...t}),getExportLocationAllMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/export-location/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setExportLocationMetadata:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/export-location/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setExportLocationMetadataPrefix:({pathParams:{name:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/export-location/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearExportLocationMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/export-location/${a}/metadata/${e}`,headers:{...t??{}},...o}),getExportLocationMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/export-location/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getExportLocationScript:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/export-location/${a}/script`,headers:{accept:"text/plain",...e??{}},...t}),setExportLocationScript:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/export-location/${a}/script`,headers:{contentType:"text/plain",accept:"text/plain",...t??{}},data:e??"",...o})},W={listExternalIdPatterns:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/external-id",headers:{accept:"application/json",...a??{}},...e}),deleteExternalIdentifierResource:({pathParams:{externalId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/external-id/id/${a}`,headers:{...e??{}},...t}),deleteExternalIdNamespace:({pathParams:{namespaceId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/external-id/${a}`,headers:{...e??{}},...t}),getExternalIdNamespace:({pathParams:{namespaceId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/external-id/${a}`,headers:{accept:"application/json",...e??{}},...t}),createExternalIdNamespace:({pathParams:{namespaceId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/external-id/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o})},J={listFieldGroupGroups:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field/field-group",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchFieldGroupGroups:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/metadata-field/field-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),getFieldGroupMergedDocument:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field/field-group/merged-access",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteFieldGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}`,headers:{...e??{}},...t}),getFieldGroupContent:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createFieldGroup:({pathParams:{groupName:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listFieldGroupAccessControlList:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/access`,headers:{accept:"application/json",...e??{}},...t}),createFieldGroupAccessControl:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/metadata-field/field-group/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFieldGroupAccessControl:({pathParams:{groupName:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/access/${e}`,headers:{...t??{}},...o}),clearFieldGroupExternalIdentifiers:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/external-id`,headers:{...e??{}},...t}),listFieldGroupExternalIdentifiers:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeFieldGroupExternalIdentifier:({pathParams:{groupName:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/external-id/${e}`,headers:{...t??{}},...o}),setFieldGroupExternalId:({pathParams:{groupName:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/external-id/${e}`,headers:{...t??{}},...o}),removeFieldGroupFromGroup:({pathParams:{groupName:a,toGroupName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/group/${e}`,headers:{...t??{}},...o}),addFieldGroupToGroup:({pathParams:{groupName:a,toGroupName:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/group/${e}`,headers:{...t??{}},...o}),getFieldGroupMergedDocumentByGroupName:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearFieldGroupMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/metadata`,headers:{...e??{}},...t}),getFieldGroupAllMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFieldGroupMetadata:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFieldGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFieldGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFieldGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/field-group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteFieldGroupField:({pathParams:{groupName:a,fieldName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/field-group/${a}/${e}`,headers:{...t??{}},...o}),addFieldGroupField:({pathParams:{groupName:a,fieldName:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/field-group/${a}/${e}`,headers:{...t??{}},...o})},w={listFile:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/file",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),uploadRawFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file/data",headers:{contentType:"*/*",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),listFileListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/file/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addFileListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/file/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/deletion-lock/${a}`,headers:{...e??{}},...t}),getFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyFileListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearFileDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getFileDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file/import",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postFileImportAssetMap:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/file/import/assetmap",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postFileNewPathByPath:({pathParams:{pathId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startFileAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileImpAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileDataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/path/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadRawFileByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileDeletionLockListByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileLockByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileLockByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockAllMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileEntityByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/path/${a}/entity`,headers:{...e??{}},...t}),putFileHashByPath:({pathParams:{path:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileImportByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileImportAssetMapByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/path/${a}/metadata`,headers:{...e??{}},...t}),getFileAllMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/path/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileMetadataByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileMetadataByPathPrefix:({pathParams:{path:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/path/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/path/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/path/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexFileByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/file/path/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileNewStatePath:({pathParams:{path:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/path/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileCopyByPath:({pathParams:{path:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/path/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileTempCredUriByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/path/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startFileAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileImpAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileDataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/uri/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadRawFileWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileDeletionLockListWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileLockWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileLockWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockAllMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileEntityWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/uri/${a}/entity`,headers:{...e??{}},...t}),putFileHashWithUri:({pathParams:{uri:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileImportWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileImportAssetMapWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/uri/${a}/metadata`,headers:{...e??{}},...t}),getFileAllMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/uri/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileMetadataWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/uri/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/uri/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/uri/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileNewPathWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexFileWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/file/uri/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileNewStatePathWithUri:({pathParams:{uri:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/uri/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileCopyWithUri:({pathParams:{uri:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/uri/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileTempCredUriWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/uri/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startFileAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileImpAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileDataById:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadRawFileById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileDeletionLockList:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileLock:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileLock:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockAllMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockMetadata:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileEntity:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/${a}/entity`,headers:{...e??{}},...t}),putFileHash:({pathParams:{fileId:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileImportById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileImportAssetMapById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/file/${a}/metadata`,headers:{...e??{}},...t}),getFileAllMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileMetadata:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileMetadataPrefix:({pathParams:{fileId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/file/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/file/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/file/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileNewPath:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexFile:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/file/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileNewState:({pathParams:{fileId:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/file/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileCopy:({pathParams:{fileId:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/file/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileTempCredUri:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/file/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},q={deleteGroups:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/group",headers:{...e??{}},queryParams:a,...t}),listGroups:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/group",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchGroups:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteGroupListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/group/notification",headers:{...a??{}},...e}),listGroupListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/group/notification",headers:{accept:"application/json",...a??{}},...e}),postGroupListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/group/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteGroupListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/notification/${a}`,headers:{...e??{}},...t}),getGroupListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateGroupListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearGroupNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/notification/${a}/external-id`,headers:{...e??{}},...t}),listGroupNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeGroupNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setGroupNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/${a}`,headers:{...e??{}},...t}),getGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}`,headers:{accept:"application/json",...e??{}},...t}),createGroup:({pathParams:{groupName:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listChildGroups:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/children`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getGroupDescription:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/description`,headers:{accept:"text/plain",...e??{}},...t}),setGroupDescription:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/description`,headers:{contentType:"text/plain",...t??{}},data:e??"",...o}),removeGroupFromGroup:({pathParams:{groupName:a,childGroupname:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/group/${e}`,headers:{...t??{}},...o}),addGroupToGroup:({pathParams:{groupName:a,childGroupname:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/group/${e}`,headers:{...t??{}},...o}),clearGroupMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/${a}/metadata`,headers:{...e??{}},...t}),getGroupAllMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setGroupMetadata:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteGroupNotifications:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/group/${a}/notification`,headers:{...e??{}},...t}),listGroupNotifications:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postGroupNotification:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/group/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteGroupNotification:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/notification/${e}`,headers:{...t??{}},...o}),getGroupNotification:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateGroupNotification:({pathParams:{groupName:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearGroupNotificationExternalIdentifiers:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listGroupNotificationExternalIdentifiers:({pathParams:{groupName:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeGroupNotificationExternalIdentifier:({pathParams:{groupName:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/group/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setGroupNotificationExternalId:({pathParams:{groupName:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/group/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),listParentGroups:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/parents`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getGroupRole:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/group/${a}/role`,headers:{accept:"text/plain",...e??{}},...t}),removeUserFromGroup:({pathParams:{groupName:a,username:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/group/${a}/user/${e}`,headers:{...t??{}},...o}),addUserToGroup:({pathParams:{groupName:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/group/${a}/user/${e}`,headers:{...t??{}},...o}),listGroupUsers:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/group/${a}/users`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},z={postImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listImportAccessControlList:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/import/access",headers:{accept:"application/json",...a??{}},...e}),deleteImportGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/import/access/group/${a}`,headers:{...e??{}},...t}),addImportGroup:({pathParams:{groupName:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/import/access/group/${a}`,headers:{...t??{}},queryParams:e,...o}),postImportImp:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/imp",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postImportPlaceholderItem:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/placeholder",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postPlaceholderBulkImport:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/import/placeholder/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postImportPlaceholderPasskey:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"POST",url:`/API/import/placeholder/${a}/raw-passkey`,headers:{accept:"application/json",...e??{}},...t}),postImportPlaceholder:({pathParams:{itemId:a,componentType:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/import/placeholder/${a}/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),placeholderImportContainerAdoptFile:({pathParams:{itemId:a,fileId:e,componentType:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/import/placeholder/${a}/${t}/adopt/${e}`,headers:{...r??{}},queryParams:o,...s}),postImportPlaceholderRaw:({pathParams:{itemId:a,componentType:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/import/placeholder/${a}/${e}/raw`,headers:{contentType:"*/*",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),postImportPlaceholderRawPasskey:({pathParams:{itemId:a,componentType:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/import/placeholder/${a}/${e}/raw-passkey`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),importToProject:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/project",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),importSingleSequence:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/project/sequence",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postRawImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/raw",headers:{contentType:"*/*",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),postImportPasskey:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/import/raw-passkey",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listImportSettings:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/import/settings",headers:{accept:"application/json",...a??{}},...e}),postImportSettings:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/import/settings",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteImportSettings:({pathParams:{settingsId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/import/settings/${a}`,headers:{...e??{}},...t}),getImportSettingsProfile:({pathParams:{settingsId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/import/settings/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyImportSettings:({pathParams:{settingsId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/import/settings/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),postImportSidecar:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/import/sidecar/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postImportSidecarRaw:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/import/sidecar/${a}/raw`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),getImportStorage:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/import/storage",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postImportPlaceholderAudioRawNoAuth:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/APInoauth/import/placeholder/${a}/audio/raw`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postImportPlaceholderContainerRawNoAuth:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/APInoauth/import/placeholder/${a}/container/raw`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postImportPlaceholderVideoRawNoAuth:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/APInoauth/import/placeholder/${a}/video/raw`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postRawImportNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/APInoauth/import/raw",headers:{contentType:"multipart/form-data",accept:"*/*",...e??{}},queryParams:a,...t})},V={isOnlineNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/is-online",headers:{accept:"*/*",...e??{}},queryParams:a,...t})},Q={deleteItemList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/item",headers:{...e??{}},queryParams:a,...t}),searchItemGet:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/item",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchItem:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/item",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),bulkItemRemoveAccessControls:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/item/access",headers:{...a??{}},...e}),bulkItemAddAccessControls:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/item/access",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),listItemListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/item/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addItemListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/item/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteItemListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/deletion-lock/${a}`,headers:{...e??{}},...t}),getItemListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyItemListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearItemDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getItemDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setItemDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setItemDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearItemDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getItemDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getItemSearchHistory:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/item/history",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createItemListJob:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/item/list",headers:{contentType:"application/xslt",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),searchItemByMetadataGroup:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/item/metadata-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteItemListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/item/notification",headers:{...a??{}},...e}),listItemListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/item/notification",headers:{accept:"application/json",...a??{}},...e}),postItemListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/item/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteItemListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/notification/${a}`,headers:{...e??{}},...t}),getItemListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateItemListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearItemNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/notification/${a}/external-id`,headers:{...e??{}},...t}),listItemNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeItemNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setItemNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),createItemRelations:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/item/relation",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteItemRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/relation/${a}`,headers:{...e??{}},...t}),getItemRelation:({pathParams:{relationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/relation/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateItemRelation:({pathParams:{relationId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/relation/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}`,headers:{...t??{}},queryParams:e,...o}),getItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listItemAccess:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postItemAccess:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteItemAccessBulk:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/access/bulk`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),bulkItemPostAccess:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/access/bulk`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getItemGraph:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/access/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getItemGraphString:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/access/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),changeItemOwner:({pathParams:{itemId:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/access/owner/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteItemAccess:({pathParams:{itemId:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/access/${e}`,headers:{...t??{}},...o}),getItemAccess:({pathParams:{itemId:a,accessId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/access/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startItemAnalyzeJob:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/analyze`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listItemCollections:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/collections`,headers:{accept:"application/json",...e??{}},...t}),listItemDeletionLockList:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addItemLock:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteItemLock:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getItemLock:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyItemLock:({pathParams:{itemId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearItemDeletionLockMetadata:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getItemDeletionLockAllMetadata:({pathParams:{itemId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setItemDeletionLockMetadata:({pathParams:{itemId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setItemDeletionLockMetadataPrefix:({pathParams:{itemId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearItemDeletionLockMetadataPrefix:({pathParams:{itemId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getItemDeletionLockMetadataPrefix:({pathParams:{itemId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),syncItemEidrMetadata:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/eidr/sync`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),startItemExport:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/export`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startItemExportImf:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/export/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearItemExternalIdentifiers:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/external-id`,headers:{...e??{}},...t}),listItemExternalIdentifiers:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeItemExternalIdentifier:({pathParams:{itemId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/external-id/${e}`,headers:{...t??{}},...o}),setItemExternalId:({pathParams:{itemId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/external-id/${e}`,headers:{...t??{}},...o}),updateItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/indexed`,headers:{...t??{}},queryParams:e,...o}),listItemLibraries:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/library`,headers:{accept:"application/json",...e??{}},...t}),deleteItemLockList:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/lock`,headers:{...e??{}},...t}),getItemLockList:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/lock`,headers:{accept:"application/json",...e??{}},...t}),createItemLock:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/lock`,headers:{...t??{}},queryParams:e,...o}),extendItemLockList:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/lock`,headers:{...t??{}},queryParams:e,...o}),getItemLoudness:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/loudness`,headers:{accept:"application/json",...e??{}},...t}),getItemLoudnessWithParameters:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/loudness`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getItemMergedDocument:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemMergedGroupDocument:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/merged-access/group`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listItemMetadata:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemMetadataJson:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),getItemLocksMetadataLock:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/metadata-lock`,headers:{accept:"application/json",...e??{}},...t}),createItemMetadataLock:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/metadata-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteItemMetadataLock:({pathParams:{itemId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/metadata-lock/${e}`,headers:{...t??{}},...o}),getItemMetadataLock:({pathParams:{itemId:a,lockid:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),addItemMetadataLock:({pathParams:{itemId:a,lockid:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata-lock/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteItemBulkyMetadata:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/metadata/bulky`,headers:{...e??{}},...t}),listItemBulkyMetadataKeys:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/metadata/bulky`,headers:{accept:"application/json",...e??{}},...t}),putItemBulkyMetadata:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/bulky`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteItemMetadataBulk:({pathParams:{itemId:a,key:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/metadata/bulky/${e}`,headers:{...o??{}},queryParams:t,...r}),getItemMetadataBulk:({pathParams:{itemId:a,key:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/metadata/bulky/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putItemMetadataBulk:({pathParams:{itemId:a,key:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/metadata/bulky/${e}`,headers:{contentType:"text/plain",...r??{}},queryParams:t,data:o??"",...s}),getItemValueAsBytesBulk:({pathParams:{itemId:a,key:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/metadata/bulky/${e}/as-file`,headers:{accept:"application/octet-stream",...o??{}},queryParams:t,...r}),getItemMetadataChanges:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/changes`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemMetadataChanges:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),trimItemMetadataChanges:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes/trim`,headers:{accept:"application/json",...e??{}},...t}),deleteItemMetadataChanges:({pathParams:{itemId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),getItemChangeMetadataChanges:({pathParams:{itemId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/changes/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyItemMetadataChanges:({pathParams:{itemId:a,changesetId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),compareItemMetadata:({pathParams:{itemId:a,changesetId:e,fromChangesetId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/metadata/changes/${e}/compareTo/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),trimItemMetadataChangesById:({pathParams:{itemId:a,changesetId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/changes/${e}/trim`,headers:{accept:"application/json",...t??{}},...o}),updateItemEntriesByUuid:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/entry`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),updateItemEntryByUuid:({pathParams:{itemId:a,uuid:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/metadata/entry/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),exportItemToScc:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/export/scc`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),exportItemToEbutt:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/export/ttml`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),getItemDot:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getItemDotString:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/metadata/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),moveItemMetadata:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/metadata/move`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemEntityInFormat:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/nle-export`,headers:{accept:"*/*",...t??{}},queryParams:e,...o}),performItemExport:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/nle-export`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteItemNotifications:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/notification`,headers:{...e??{}},...t}),listItemNotifications:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postItemNotification:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteItemNotification:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/notification/${e}`,headers:{...t??{}},...o}),getItemNotification:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateItemNotification:({pathParams:{itemId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearItemNotificationExternalIdentifiers:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listItemNotificationExternalIdentifiers:({pathParams:{itemId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeItemNotificationExternalIdentifier:({pathParams:{itemId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setItemNotificationExternalId:({pathParams:{itemId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),listItemPosterResource:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/posterresource`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemPosterResource:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/posterresource`,headers:{accept:"application/json",...e??{}},...t}),reindexItem:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),deleteAllRelationsToItem:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/relation`,headers:{...t??{}},queryParams:e,...o}),listItemRelations:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/relation`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteAllRelationsBetweenItems:({pathParams:{itemId:a,id2:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/relation/${e}`,headers:{...o??{}},queryParams:t,...r}),postItemRelation:({pathParams:{itemId:a,id2:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/relation/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listItemSequenceSequencesList:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/sequence`,headers:{accept:"application/json",...e??{}},...t}),conformItemSequenceMetadata:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"POST",url:`/API/item/${a}/sequence/conform-metadata`,headers:{...e??{}},...t}),getItemSequenceEntityInFormat:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/sequence/export`,headers:{accept:"*/*",...t??{}},queryParams:e,...o}),performItemSequenceExport:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/sequence/export`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),createItemSequenceRenderJob:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/sequence/render`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteItemSequence:({pathParams:{itemId:a,format:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/sequence/${e}`,headers:{...t??{}},...o}),getItemSequenceContent:({pathParams:{itemId:a,format:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/sequence/${e}`,headers:{accept:"*/*",...t??{}},...o}),setItemSequenceContent:({pathParams:{itemId:a,format:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/sequence/${e}`,headers:{contentType:"*/*",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),deleteItemDefaultStorageRule:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/storage-rule`,headers:{...e??{}},...t}),getItemStorageRules:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/storage-rule`,headers:{accept:"application/json",...e??{}},...t}),putItemDefaultStorageRule:({pathParams:{itemId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/item/${a}/storage-rule`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteItemStorageRule:({pathParams:{itemId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/storage-rule/${e}`,headers:{...t??{}},...o}),getItemStorageRule:({pathParams:{itemId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/storage-rule/${e}`,headers:{accept:"application/json",...t??{}},...o}),setItemStorageRule:({pathParams:{itemId:a,tagName:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/storage-rule/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),createItemThumbnailJob:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/thumbnail`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemThumbnailSpriteSheet:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/thumbnail/spritesheet`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),listItemThumbnailResource:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/thumbnailresource`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putItemThumbnailResource:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/item/${a}/thumbnailresource`,headers:{accept:"application/json",...e??{}},...t}),deleteItemTimeline:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/item/${a}/timeline`,headers:{...e??{}},...t}),getItemTimelines:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/timeline`,headers:{accept:"text/plain",...e??{}},...t}),deleteItemTimelineFormat:({pathParams:{itemId:a,timelineFormat:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/timeline/${e}`,headers:{...t??{}},...o}),getItemTimeline:({pathParams:{itemId:a,timelineFormat:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/timeline/${e}`,headers:{accept:"*/*",...t??{}},...o}),putItemTimeLine:({pathParams:{itemId:a,timelineFormat:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/timeline/${e}`,headers:{contentType:"*/*",...o??{}},data:t??"",...r}),postItemConform:({pathParams:{itemId:a,timelineFormat:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/timeline/${e}/conform`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startItemTranscode:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/transcode`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listItemUri:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemWaveformAllTracks:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/alltracks`,headers:{accept:"text/html",...t??{}},queryParams:e,...o}),getItemWaveformData:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/data`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getItemWaveformImage:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/image`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getItemWaveformImageUri:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/imageURI`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),getItemWaveformValues:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/waveform/values`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},H={getJavascriptDebuggingSessions:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/javascript/session",headers:{accept:"text/plain",...a??{}},...e}),killJavascriptSession:({pathParams:{sessionId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/javascript/session/${a}`,headers:{...t??{}},queryParams:e,...o}),getJavascriptFrame:({pathParams:{sessionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/javascript/session/${a}`,headers:{accept:"text/plain",...e??{}},...t}),testJavascript:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/javascript/test",headers:{contentType:"application/javascript",accept:"application/json",...e??{}},data:a??"",...t})},K={deleteJobList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/job",headers:{...e??{}},queryParams:a,...t}),listJobs:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/job",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),startJob:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/job",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteJobListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/job/notification",headers:{...a??{}},...e}),listJobListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/job/notification",headers:{accept:"application/json",...a??{}},...e}),postJobListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/job/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteJobListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/notification/${a}`,headers:{...e??{}},...t}),getJobListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateJobListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearJobNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/notification/${a}/external-id`,headers:{...e??{}},...t}),listJobNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeJobNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setJobNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),listJobActiveProblems:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/job/problem",headers:{accept:"application/json",...a??{}},...e}),putJobFacetSearch:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/job/search",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}`,headers:{...t??{}},queryParams:e,...o}),getJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/job/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),updateJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/${a}`,headers:{...t??{}},queryParams:e,...o}),clearJobExternalIdentifiers:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/${a}/external-id`,headers:{...e??{}},...t}),listJobExternalIdentifiers:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeJobExternalIdentifier:({pathParams:{jobId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}/external-id/${e}`,headers:{...t??{}},...o}),setJobExternalId:({pathParams:{jobId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/job/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteJobNotifications:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/job/${a}/notification`,headers:{...e??{}},...t}),listJobNotifications:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postJobNotification:({pathParams:{jobId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/job/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteJobNotification:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}/notification/${e}`,headers:{...t??{}},...o}),getJobNotification:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/job/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateJobNotification:({pathParams:{jobId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/job/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearJobNotificationExternalIdentifiers:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/job/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listJobNotificationExternalIdentifiers:({pathParams:{jobId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/job/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeJobNotificationExternalIdentifier:({pathParams:{jobId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/job/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setJobNotificationExternalId:({pathParams:{jobId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/job/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),listJobProblems:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/job/${a}/problem`,headers:{accept:"application/json",...e??{}},...t}),reRunJob:({pathParams:{jobId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/job/${a}/re-run`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),runJobStep:({pathParams:{jobId:a,step:e},headers:t,requestConfig:o})=>i({method:"POST",url:`/API/job/${a}/step/${e}/run`,headers:{...t??{}},...o})},X={listJobtypeJobTypes:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/jobtype",headers:{accept:"application/json",...a??{}},...e})},Z={deleteLibraryLibraries:({queryParams:a,headers:e,requestConfig:t})=>i({method:"DELETE",url:"/API/library",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),listLibraryLibraries:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/library",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createLibrary:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/library",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listLibraryListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/library/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addLibraryListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/library/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteLibraryListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/deletion-lock/${a}`,headers:{...e??{}},...t}),getLibraryListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyLibraryListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearLibraryDeletionLockListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getLibraryDeletionLockListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setLibraryDeletionLockListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setLibraryDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearLibraryDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getLibraryDeletionLockListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexLibrary:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/API/library/re-index",headers:{accept:"text/plain",...a??{}},...e}),deleteLibraryItems:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listLibraryItems:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addLibraryItems:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),listLibraryAccess:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),postLibraryAccess:({pathParams:{libraryId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/library/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),deleteLibraryAccessBulk:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/access/bulk`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),bulkLibraryPostAccess:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/library/${a}/access/bulk`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),getLibraryGraph:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/access/graph`,headers:{accept:"image/png",...t??{}},queryParams:e,...o}),getLibraryGraphString:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/access/graph/dot`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),changeLibraryOwner:({pathParams:{libraryId:a,username:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/access/owner/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteLibraryAccess:({pathParams:{libraryId:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/access/${e}`,headers:{...t??{}},...o}),getLibraryAccess:({pathParams:{libraryId:a,accessId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/library/${a}/access/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listLibraryDeletionLockList:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addLibraryLock:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/library/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteLibraryLock:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getLibraryLock:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyLibraryLock:({pathParams:{libraryId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearLibraryDeletionLockMetadata:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getLibraryDeletionLockAllMetadata:({pathParams:{libraryId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setLibraryDeletionLockMetadata:({pathParams:{libraryId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setLibraryDeletionLockMetadataPrefix:({pathParams:{libraryId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/library/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearLibraryDeletionLockMetadataPrefix:({pathParams:{libraryId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/library/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getLibraryDeletionLockMetadataPrefix:({pathParams:{libraryId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/library/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),syncLibraryEidrMetadata:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/eidr/sync`,headers:{accept:"application/xml",...t??{}},queryParams:e,...o}),startLibraryExport:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/library/${a}/export`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearLibraryExternalIdentifiers:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/${a}/external-id`,headers:{...e??{}},...t}),listLibraryExternalIdentifiers:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeLibraryExternalIdentifier:({pathParams:{libraryId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/external-id/${e}`,headers:{...t??{}},...o}),setLibraryExternalId:({pathParams:{libraryId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/external-id/${e}`,headers:{...t??{}},...o}),updateLibraryItemMetadata:({pathParams:{libraryId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/item-metadata`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),createLibraryItemListJob:({pathParams:{libraryId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/library/${a}/list`,headers:{contentType:"application/xslt",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),getLibraryMergedDocument:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getLibraryMergedGroupDocument:({pathParams:{libraryId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/merged-access/group`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearLibraryMetadata:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/${a}/metadata`,headers:{...e??{}},...t}),getLibraryAllMetadata:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setLibraryMetadata:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setLibraryMetadataPrefix:({pathParams:{libraryId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearLibraryMetadataPrefix:({pathParams:{libraryId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/metadata/${e}`,headers:{...t??{}},...o}),getLibraryMetadataPrefix:({pathParams:{libraryId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexLibraryById:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/library/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),getLibrarySetting:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/settings`,headers:{accept:"application/json",...e??{}},...t}),updateLibrarySetting:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/settings`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteLibraryDefaultStorageRule:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/library/${a}/storage-rule`,headers:{...e??{}},...t}),getLibraryStorageRules:({pathParams:{libraryId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/library/${a}/storage-rule`,headers:{accept:"application/json",...e??{}},...t}),putLibraryDefaultStorageRule:({pathParams:{libraryId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/storage-rule`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteLibraryStorageRule:({pathParams:{libraryId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/storage-rule/${e}`,headers:{...t??{}},...o}),getLibraryStorageRule:({pathParams:{libraryId:a,tagName:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/library/${a}/storage-rule/${e}`,headers:{accept:"application/json",...t??{}},...o}),setLibraryStorageRule:({pathParams:{libraryId:a,tagName:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/library/${a}/storage-rule/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteLibraryItem:({pathParams:{libraryId:a,itemId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/library/${a}/${e}`,headers:{...t??{}},...o}),addLibraryItem:({pathParams:{libraryId:a,itemId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/library/${a}/${e}`,headers:{...t??{}},...o})},_={getLicense:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/license",headers:{accept:"text/plain",...a??{}},...e}),listLicenseSlaves:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/license/slave",headers:{accept:"application/json",...a??{}},...e}),postSlaveLicense:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/license/slave",headers:{contentType:"text/plain",accept:"application/json",...e??{}},data:a??"",...t}),putSlaveLicense:({queryParams:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/license/slave",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),listSlaveLicenseList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/license/slave/license",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getSlaveLicense:({pathParams:{licenseId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/license/slave/license/${a}`,headers:{accept:"application/json",...e??{}},...t}),deleteLicenseSlaveInstance:({pathParams:{slaveId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/license/slave/${a}`,headers:{...e??{}},...t}),getSlaveLicenseStatus:({pathParams:{slaveId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/license/slave/${a}`,headers:{accept:"application/json",...e??{}},...t}),getLicenseSlave:({pathParams:{slaveId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/license/slave/${a}/license`,headers:{accept:"application/json",...e??{}},...t}),authLicenseSlaveNoAuth:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APInoauth/license/auth",headers:{accept:"*/*",...a??{}},...e}),updateLicenseSlaveNoAuth:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/APInoauth/license/auth-info",headers:{contentType:"application/json",...e??{}},data:a??"",...t})},Y={getLogContent:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/log",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),exportLogContent:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/log/export",headers:{accept:"application/xml",...e??{}},queryParams:a,...t}),listTransferLog:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/log/transfer-log",headers:{accept:"application/json",...e??{}},queryParams:a,...t})},aa={getMetadata:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),setMetadata:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/metadata",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listMetadataDocumentInstanceList:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata/dataset",headers:{accept:"application/json",...a??{}},...e}),deleteMetadataMode:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata/dataset/${a}`,headers:{...e??{}},...t}),getMetadataModelText:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata/dataset/${a}`,headers:{accept:"application/ld+json",...e??{}},...t}),createMetadataDataset:({pathParams:{name:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata/dataset/${a}`,headers:{contentType:"application/rdf+xml",accept:"application/rdf+xml",...o??{}},queryParams:e,data:t??"",...r}),listMetadataMigrations:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata/migration",headers:{accept:"application/json",...a??{}},...e}),addMetadataMigration:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/metadata/migration",headers:{contentType:"application/json",accept:"text/plain",...e??{}},data:a??{},...t}),getMetadataMigration:({pathParams:{migrationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata/migration/${a}`,headers:{accept:"application/json",...e??{}},...t}),deleteMetadataEntry:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata/${a}`,headers:{...e??{}},...t}),getMetadataEntry:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata/${a}`,headers:{accept:"application/json",...e??{}},...t})},ea={listMetadataFields:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getMetadataFieldMergedDocument:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/metadata-field/merged-access",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getMetadataFieldTerseSchema:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata-field/terse-schema",headers:{accept:"application/xml",...a??{}},...e}),deleteMetadataField:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/${a}`,headers:{...e??{}},...t}),getMetadataField:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putMetadataField:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),listMetadataFieldAccessControlList:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/${a}/access`,headers:{accept:"application/json",...e??{}},...t}),createMetadataFieldAccessControl:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/metadata-field/${a}/access`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteMetadataFieldAccessControl:({pathParams:{name:a,accessId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/${a}/access/${e}`,headers:{...t??{}},...o}),listMetadataFieldAllowedValues:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/allowed-values`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),listMetadataFieldAllowedValuesPost:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/metadata-field/${a}/allowed-values`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearMetadataFieldExternalIdentifiers:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/${a}/external-id`,headers:{...e??{}},...t}),listMetadataFieldExternalIdentifiers:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeMetadataFieldExternalIdentifier:({pathParams:{name:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/${a}/external-id/${e}`,headers:{...t??{}},...o}),setMetadataFieldExternalId:({pathParams:{name:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}/external-id/${e}`,headers:{...t??{}},...o}),getMetadataFieldMergedDocumentByName:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/merged-access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearMetadataFieldMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-field/${a}/metadata`,headers:{...e??{}},...t}),getMetadataFieldAllMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-field/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setMetadataFieldMetadata:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setMetadataFieldMetadataPrefix:({pathParams:{name:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/metadata-field/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearMetadataFieldMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/metadata-field/${a}/metadata/${e}`,headers:{...t??{}},...o}),getMetadataFieldMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getMetadataFieldValues:({pathParams:{name:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/metadata-field/${a}/values`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putMetadataFieldValues:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-field/${a}/values`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),initMetadataFieldMetadatafield:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/metadata-field",headers:{...a??{}},...e})},ta={repairMetadatarepairMetadata:({headers:a,requestConfig:e})=>i({method:"POST",url:"/APIinit/metadatarepair",headers:{...a??{}},...e})},oa={deleteMetadataSchema:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/metadata-schema",headers:{...a??{}},...e}),getMetadataSchema:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/metadata-schema",headers:{accept:"application/json",...a??{}},...e}),updateMetadataSchema:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/metadata-schema",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteMetadataSchemaGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/metadata-schema/${a}`,headers:{...e??{}},...t}),getMetadataSchemaGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/metadata-schema/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateMetadataSchemaGroup:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/metadata-schema/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o})},ia={deleteNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/notification",headers:{...a??{}},...e}),listNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/notification",headers:{accept:"application/json",...a??{}},...e}),postNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/notification/${a}`,headers:{...e??{}},...t}),getNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearNotificationExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/notification/${a}/external-id`,headers:{...e??{}},...t}),listNotificationExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeNotificationExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setNotificationExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/notification/${a}/external-id/${e}`,headers:{...t??{}},...o})},ra={getOtifResourceNoAuth:({pathParams:{name:a,uuid:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/APInoauth/otif/${e}/resource/${a}`,headers:{accept:"*/*",...t??{}},...o})},sa={deletePosterThumbnailsForItem:({pathParams:{service:a,serviceId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/poster/${a}/${e}`,headers:{...t??{}},...o}),listPosterFramesText:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/poster/${a}/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getPosterImages:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/poster/${a}/${e}/multi`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putPosterImages:({pathParams:{service:a,serviceId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/poster/${a}/${e}/multi`,headers:{contentType:"application/json",...r??{}},queryParams:t,data:o??{},...s}),deletePosterThumbnailForItem:({pathParams:{service:a,serviceId:e,time:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/poster/${a}/${e}/${t}`,headers:{...o??{}},...r}),getPosterImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/poster/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s}),putPosterImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,data:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/poster/${a}/${e}/${t}`,headers:{contentType:"image/png",accept:"text/plain",...s??{}},queryParams:o,data:r??"",...l}),exportPosterImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/poster/${a}/${e}/${t}/export`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),getPosterImageNoAuth:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/APInoauth/poster/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s})},pa={setupPresetMediaconvertTemplatesMediaConvertPresets:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/APIinit/preset-mediaconvert-templates",headers:{accept:"*/*",...a??{}},...e})},la={setupPresetTemplatesPresets:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/APIinit/preset-templates",headers:{accept:"*/*",...a??{}},...e})},na={listProjections:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/projection",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteProjection:({pathParams:{projectionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/projection/${a}`,headers:{...e??{}},...t}),getProjectionIncoming:({pathParams:{projectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/projection/${a}/incoming`,headers:{accept:"application/xml",...e??{}},...t}),putProjectionIncoming:({pathParams:{projectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/projection/${a}/incoming`,headers:{contentType:"application/xml",accept:"application/xml",...t??{}},data:e??"",...o}),getProjectionOutgoing:({pathParams:{projectionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/projection/${a}/outgoing`,headers:{accept:"application/xml",...e??{}},...t}),putProjectionOutgoing:({pathParams:{projectionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/projection/${a}/outgoing`,headers:{contentType:"application/xml",accept:"application/xml",...t??{}},data:e??"",...o})},ca={listQuotaRules:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/quota",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postQuotaRule:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/quota",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteQuotaListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/quota/notification",headers:{...a??{}},...e}),listQuotaListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/quota/notification",headers:{accept:"application/json",...a??{}},...e}),postQuotaListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/quota/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteQuotaListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/notification/${a}`,headers:{...e??{}},...t}),getQuotaListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateQuotaListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/quota/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearQuotaNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/notification/${a}/external-id`,headers:{...e??{}},...t}),listQuotaNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeQuotaNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setQuotaNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/quota/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteQuotaRule:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/${a}`,headers:{...e??{}},...t}),getQuotaRule:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/${a}`,headers:{accept:"application/json",...e??{}},...t}),evaluateQuotaRule:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/quota/${a}/evaluate`,headers:{...e??{}},...t}),clearQuotaExternalIdentifiers:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/${a}/external-id`,headers:{...e??{}},...t}),listQuotaExternalIdentifiers:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeQuotaExternalIdentifier:({pathParams:{quotaId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/${a}/external-id/${e}`,headers:{...t??{}},...o}),setQuotaExternalId:({pathParams:{quotaId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/quota/${a}/external-id/${e}`,headers:{...t??{}},...o}),deleteQuotaNotifications:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/quota/${a}/notification`,headers:{...e??{}},...t}),listQuotaNotifications:({pathParams:{quotaId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/quota/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postQuotaNotification:({pathParams:{quotaId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/quota/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteQuotaNotification:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/${a}/notification/${e}`,headers:{...t??{}},...o}),getQuotaNotification:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/quota/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateQuotaNotification:({pathParams:{quotaId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/quota/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearQuotaNotificationExternalIdentifiers:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/quota/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listQuotaNotificationExternalIdentifiers:({pathParams:{quotaId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/quota/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeQuotaNotificationExternalIdentifier:({pathParams:{quotaId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/quota/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setQuotaNotificationExternalId:({pathParams:{quotaId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/quota/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r})},da={getReindexing:({pathParams:{index:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/reindex/${a}`,headers:{accept:"application/json",...e??{}},...t}),putReindexing:({pathParams:{index:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/reindex/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o})},ha={listResourceTypes:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/resource",headers:{accept:"application/json",...a??{}},...e}),postResource:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/resource",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),listResources:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/resource/${a}`,headers:{accept:"application/json",...e??{}},...t}),createResources:({pathParams:{type:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/resource/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteResource:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/resource/${a}/${e}`,headers:{...t??{}},...o}),getResource:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/resource/${a}/${e}`,headers:{accept:"application/json",...t??{}},...o}),putResource:({pathParams:{type:a,typeId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/resource/${a}/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),applyResourceConfiguration:({pathParams:{type:a,typeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/resource/${a}/${e}/configuration`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),preResourceCheckConfiguration:({pathParams:{type:a,typeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/resource/${a}/${e}/configuration/pre-check`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),clearResourceExternalIdentifiers:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/resource/${a}/${e}/external-id`,headers:{...t??{}},...o}),listResourceExternalIdentifiers:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/resource/${a}/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeResourceExternalIdentifier:({pathParams:{type:a,typeId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/resource/${a}/${e}/external-id/${t}`,headers:{...o??{}},...r}),setResourceExternalId:({pathParams:{type:a,typeId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/resource/${a}/${e}/external-id/${t}`,headers:{...o??{}},...r}),getResourceStatus:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/resource/${a}/${e}/status`,headers:{accept:"text/plain",...t??{}},...o}),doResourceSynchronize:({pathParams:{type:a,typeId:e},headers:t,requestConfig:o})=>i({method:"POST",url:`/API/resource/${a}/${e}/sync`,headers:{...t??{}},...o})},ma={deleteScheduledRequests:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/scheduled-request",headers:{...a??{}},...e}),listScheduledRequests:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/scheduled-request",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteScheduledRequest:({pathParams:{requestId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/scheduled-request/${a}`,headers:{...e??{}},...t}),getScheduledRequest:({pathParams:{requestId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/scheduled-request/${a}`,headers:{accept:"application/json",...e??{}},...t}),getScheduledRequestResponse:({pathParams:{requestId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/scheduled-request/${a}/response`,headers:{accept:"*/*",...e??{}},...t})},Pa={getSchemaLatest:({headers:a,requestConfig:e})=>i({method:"GET",url:"/APIinit/schema/latest",headers:{accept:"*/*",...a??{}},...e}),getSchemaLatestFile:({pathParams:{file:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APIinit/schema/latest/${a}`,headers:{accept:"*/*",...e??{}},...t}),updateSchema:({queryParams:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/APIinit/schema/update",headers:{accept:"*/*",...e??{}},queryParams:a,...t}),getSchemaNoAuth:({pathParams:{filename:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/schema/${a}`,headers:{accept:"application/xml",...e??{}},...t})},ua={browseSearch:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/search",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),search:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),autocompleteSearch:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/search/autocomplete",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),browseSearchFile:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/search/file",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchFiles:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search/file",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),putSearchItemByMetadataGroup:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search/metadata-group",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),optimizeSearch:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/search/optimize",headers:{...e??{}},queryParams:a,...t})},$a={listSecrets:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/secret",headers:{accept:"application/json",...a??{}},...e}),deleteSecret:({pathParams:{alias:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/secret/${a}`,headers:{...e??{}},...t}),getSecret:({pathParams:{alias:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/secret/${a}`,headers:{accept:"application/json",...e??{}},...t}),createSecret:({pathParams:{alias:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/secret/${a}`,headers:{accept:"application/json",...e??{}},...t}),deleteSecretValue:({pathParams:{alias:a,key:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/secret/${a}/${e}`,headers:{...t??{}},...o}),setSecretValue:({pathParams:{alias:a,key:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/secret/${a}/${e}`,headers:{contentType:"text/plain",...o??{}},data:t??"",...r})},Ta={getSelftest:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/selftest",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),runSelftestTest:({pathParams:{testName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/selftest/${a}`,headers:{accept:"application/json",...e??{}},...t}),getSelftestNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/selftest",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),runSelftestTestNoAuth:({pathParams:{testName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/selftest/${a}`,headers:{accept:"application/json",...e??{}},...t})},Ia={getSequenceEntityInFormat:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/sequence/export",headers:{accept:"*/*",...e??{}},queryParams:a,...t}),performSequenceExport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/sequence/export",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postSequenceRender:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/sequence/render",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o})},Ea={listFileShapeListDocumentByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/path/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listFileShapeListDocumentWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/uri/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listFileShapeListDocument:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/file/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),deleteShapes:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape`,headers:{...t??{}},queryParams:e,...o}),listShapes:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),importShape:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createShape:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/create`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),importShapeEssenceVersion:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape/essence`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),importShapeEssenceVersionRaw:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/essence/raw`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),importShapeImp:({pathParams:{itemId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createShapePlaceholder:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/placeholder`,headers:{contentType:"application/json",accept:"text/plain",...o??{}},queryParams:e,data:t??{},...r}),importShapeRaw:({pathParams:{itemId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/raw`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listShapeVersions:({pathParams:{itemId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/item/${a}/shape/version`,headers:{accept:"application/json",...e??{}},...t}),deleteShapesWithVersion:({pathParams:{itemId:a,version:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape/version/${e}`,headers:{...t??{}},...o}),getShapeWithVersion:({pathParams:{itemId:a,version:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/version/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startShapeAnalyzeJob:({pathParams:{itemId:a,shapeId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/analyze`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),archiveShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/archive`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeCpl:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/cpl`,headers:{accept:"application/xml",...t??{}},...o}),exportShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/export`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),exportShapeImp:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/export/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listShapeFiles:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/file`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listShapeStorageNameRules:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/filename`,headers:{accept:"application/json",...t??{}},...o}),deleteShapeRule:({pathParams:{itemId:a,shapeId:e,storageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/filename/${t}`,headers:{...r??{}},queryParams:o,...s}),createShapeRule:({pathParams:{itemId:a,shapeId:e,storageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/filename/${t}`,headers:{...r??{}},queryParams:o,...s}),getShapeDot:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/graph`,headers:{accept:"image/png",...t??{}},...o}),getShapeDotString:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/graph/dot`,headers:{accept:"text/plain",...t??{}},...o}),runShapeHighlightRender:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/highlight-render`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeHighlighterEdl:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/highlighter-edl`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),clearShapeMetadata:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata`,headers:{...t??{}},...o}),getShapeAllMetadata:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setShapeMetadata:({pathParams:{itemId:a,shapeId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteShapeBulkyMetadata:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata/bulky`,headers:{...t??{}},...o}),listShapeBulkyMetadataKeys:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/bulky`,headers:{accept:"application/json",...t??{}},...o}),putShapeBulkyMetadata:({pathParams:{itemId:a,shapeId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata/bulky`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),deleteShapeMetadataBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}`,headers:{...r??{}},queryParams:o,...s}),getShapeMetadataBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),putShapeMetadataBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,data:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}`,headers:{contentType:"text/plain",...s??{}},queryParams:o,data:r??"",...l}),getShapeValueAsBytesBulk:({pathParams:{itemId:a,shapeId:e,key:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/bulky/${t}/as-file`,headers:{accept:"application/octet-stream",...r??{}},queryParams:o,...s}),setShapeMetadataPrefix:({pathParams:{itemId:a,shapeId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearShapeMetadataPrefix:({pathParams:{itemId:a,shapeId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/metadata/${t}`,headers:{...o??{}},...r}),getShapeMetadataPrefix:({pathParams:{itemId:a,shapeId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),listShapeMimeTypes:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/mime`,headers:{accept:"application/json",...t??{}},...o}),deleteShapeMimeType:({pathParams:{itemId:a,shapeId:e,mimeType:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/mime/${t}`,headers:{...o??{}},...r}),setShapeMimeType:({pathParams:{itemId:a,shapeId:e,mimeType:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/mime/${t}`,headers:{...o??{}},...r}),modifyPlaceholderShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/placeholder`,headers:{contentType:"application/json",...r??{}},queryParams:t,data:o??{},...s}),restoreShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/restore`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeSmartcropEdl:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/smartcrop-edl`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),runShapeSmartcropRender:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/smartcrop-render`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getShapeStorageRules:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/storage-rule`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),transferShapeFiles:({pathParams:{itemId:a,shapeId:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listItemShapeTags:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/item/${a}/shape/${e}/tag`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),removeShapeTag:({pathParams:{itemId:a,shapeId:e,tagName:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/item/${a}/shape/${e}/tag/${t}`,headers:{...o??{}},...r}),addShapeTag:({pathParams:{itemId:a,shapeId:e,tagName:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/tag/${t}`,headers:{...o??{}},...r}),createShapeThumbnail:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/thumbnail`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startShapeTranscode:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/transcode`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putShape:({pathParams:{itemId:a,shapeId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/update`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),copyShapeEssenceVersion:({pathParams:{itemId:a,shapeId:e},headers:t,requestConfig:o})=>i({method:"POST",url:`/API/item/${a}/shape/${e}/version`,headers:{accept:"application/json",...t??{}},...o}),copyShapeEssenceVersionById:({pathParams:{itemId:a,shapeId:e,newVersion:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/item/${a}/shape/${e}/version/${t}`,headers:{accept:"application/json",...o??{}},...r}),browseShape:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/search/shape",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),searchShapes:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/search/shape",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),testShapeTag:({pathParams:{tagName:a,itemId:e,shapeId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/shape-tag/${a}/item/${e}/shape/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageFileShapeListDocumentByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/path/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listStorageFileShapeListDocumentWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/uri/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listStorageFileShapeListDocument:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/${a}/shape`,headers:{accept:"application/json",...e??{}},...t}),listStorageByIdFileShapeListDocumentByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/shape`,headers:{accept:"application/json",...t??{}},...o}),listStorageByIdFileShapeListDocumentWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/shape`,headers:{accept:"application/json",...t??{}},...o}),listFileShapeListDocumentByStorageId:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/shape`,headers:{accept:"application/json",...t??{}},...o})},Aa={listShapeTags:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/shape-tag",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteShapeTagDefaultStorageRule:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/shape-tag/storage-rule",headers:{...a??{}},...e}),getShapeTagStorageRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/shape-tag/storage-rule",headers:{accept:"application/json",...a??{}},...e}),putShapeTagDefaultStorageRule:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/shape-tag/storage-rule",headers:{contentType:"application/json",...e??{}},data:a??{},...t}),deleteShapeTagStorageRule:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/storage-rule/${a}`,headers:{...e??{}},...t}),getShapeTagStorageRule:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/storage-rule/${a}`,headers:{accept:"application/json",...e??{}},...t}),setShapeTagStorageRule:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/storage-rule/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),deleteShapeTag:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/${a}`,headers:{...e??{}},...t}),getShapeTag:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/${a}`,headers:{accept:"application/json",...e??{}},...t}),createShapeTag:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/${a}`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),clearShapeTagMetadata:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/${a}/metadata`,headers:{...e??{}},...t}),getShapeTagAllMetadata:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setShapeTagMetadata:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setShapeTagMetadataPrefix:({pathParams:{tagName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/shape-tag/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearShapeTagMetadataPrefix:({pathParams:{tagName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/shape-tag/${a}/metadata/${e}`,headers:{...t??{}},...o}),getShapeTagMetadataPrefix:({pathParams:{tagName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/shape-tag/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),unsetShapeTagScript:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/shape-tag/${a}/script`,headers:{...e??{}},...t}),getShapeTagScript:({pathParams:{tagName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/shape-tag/${a}/script`,headers:{accept:"application/javascript",...e??{}},...t}),setShapeTagScript:({pathParams:{tagName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/shape-tag/${a}/script`,headers:{contentType:"application/javascript",...t??{}},data:e??"",...o})},ga={listSites:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/site",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getSite:({pathParams:{siteId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/site/${a}`,headers:{accept:"application/json",...e??{}},...t}),addSite:({pathParams:{siteId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/site/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearSiteMetadata:({pathParams:{siteId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/site/${a}/metadata`,headers:{...e??{}},...t}),getSiteAllMetadata:({pathParams:{siteId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/site/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setSiteMetadata:({pathParams:{siteId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/site/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setSiteMetadataPrefix:({pathParams:{siteId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/site/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearSiteMetadataPrefix:({pathParams:{siteId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/site/${a}/metadata/${e}`,headers:{...t??{}},...o}),getSiteMetadataPrefix:({pathParams:{siteId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/site/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o})},fa={getStitchImageNoAuth:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/APInoauth/stitch",headers:{accept:"image/png",...e??{}},queryParams:a,...t})},ja={listStorages:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postStorage:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),listStorageAutoImportRules:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/auto-import",headers:{accept:"application/json",...a??{}},...e}),listStorage:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage/file",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),createStorageFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),uploadStorageRawFile:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file/data",headers:{contentType:"*/*",accept:"application/json",...t??{}},queryParams:a,data:e??"",...o}),listStorageFileListDeletionLockList:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage/file/deletion-lock",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addStorageFileListLock:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage/file/deletion-lock",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/deletion-lock/${a}`,headers:{...e??{}},...t}),getStorageFileListLock:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/deletion-lock/${a}`,headers:{accept:"application/json",...e??{}},...t}),modifyStorageFileListLock:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/deletion-lock/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearStorageDeletionLockFileListMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/deletion-lock/${a}/metadata`,headers:{...e??{}},...t}),getStorageDeletionLockFileListAllMetadata:({pathParams:{deletionLockId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/deletion-lock/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageDeletionLockFileListMetadata:({pathParams:{deletionLockId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/deletion-lock/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageDeletionLockFileListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/deletion-lock/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockFileListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/deletion-lock/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageDeletionLockFileListMetadataPrefix:({pathParams:{deletionLockId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/deletion-lock/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageImport:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file/import",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),postStorageImportAssetMap:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/file/import/assetmap",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteStorageFileNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/storage/file/notification",headers:{...a??{}},...e}),listStorageFileNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/file/notification",headers:{accept:"application/json",...a??{}},...e}),postStorageFileNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage/file/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageFileNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/notification/${a}`,headers:{...e??{}},...t}),getStorageFileNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateStorageFileNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearStorageNotificationFileExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/notification/${a}/external-id`,headers:{...e??{}},...t}),listStorageNotificationFileExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeStorageNotificationFileExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setStorageNotificationFileExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),postStorageNewPath:({pathParams:{pathId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteStorageFileByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonStorageByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startStorageFileAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startStorageImpAnalyzeJobByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageFileDataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/path/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadStorageRawFileByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listStorageDeletionLockListByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addStorageLockByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getStorageLockByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyStorageLockByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getStorageDeletionLockAllMetadataByPath:({pathParams:{path:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageDeletionLockMetadataByPath:({pathParams:{path:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageDeletionLockMetadataByPathPrefix:({pathParams:{path:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/file/path/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteStorageEntityByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/entity`,headers:{...e??{}},...t}),putStorageHashByPath:({pathParams:{path:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postStorageImportByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageImportAssetMapByPath:({pathParams:{path:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearStorageMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/metadata`,headers:{...e??{}},...t}),getStorageAllMetadataByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/path/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageMetadataByPath:({pathParams:{path:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageMetadataByPathPrefix:({pathParams:{path:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/path/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/path/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageMetadataByPathPrefix:({pathParams:{path:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/path/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),reindexStorageByPath:({pathParams:{path:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/file/path/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreStorageByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postStorageNewStatePath:({pathParams:{path:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/path/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageCopyByPath:({pathParams:{path:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/path/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listStorageTempCredUriByPath:({pathParams:{path:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/path/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteStorageFileWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonStorageWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startStorageFileAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startStorageImpAnalyzeJobWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageFileDataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/uri/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadStorageRawFileWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listStorageDeletionLockListWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addStorageLockWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getStorageLockWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyStorageLockWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getStorageDeletionLockAllMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageDeletionLockMetadataWithUri:({pathParams:{uri:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageDeletionLockMetadataWithUriPrefix:({pathParams:{uri:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/file/uri/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteStorageEntityWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/entity`,headers:{...e??{}},...t}),putStorageHashWithUri:({pathParams:{uri:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postStorageImportWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageImportAssetMapWithUri:({pathParams:{uri:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearStorageMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/metadata`,headers:{...e??{}},...t}),getStorageAllMetadataWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/uri/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageMetadataWithUri:({pathParams:{uri:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/uri/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageMetadataWithUriPrefix:({pathParams:{uri:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/uri/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageNewPathWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexStorageWithUri:({pathParams:{uri:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreStorageWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postStorageNewStatePathWithUri:({pathParams:{uri:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/uri/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postStorageCopyWithUri:({pathParams:{uri:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/uri/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listStorageTempCredUriWithUri:({pathParams:{uri:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/uri/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteStorageFile:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getFileStorage:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),abandonFileStorage:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/abandon`,headers:{...t??{}},queryParams:e,...o}),startStorageFileAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/analyze`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),startFileStorageImpAnalyzeJob:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/analyze/imp`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getStorageFileByIdData:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/${a}/data`,headers:{accept:"application/octet-stream",...e??{}},...t}),uploadStorageRawFileById:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listFileStorageDeletionLockList:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addFileStorageLock:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteFileStorageLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}/deletion-lock/${e}`,headers:{...t??{}},...o}),getFileStorageLock:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyFileStorageLock:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearFileDeletionLockStorageMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getFileDeletionLockStorageAllMetadata:({pathParams:{fileId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setFileDeletionLockStorageMetadata:({pathParams:{fileId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setFileDeletionLockStorageMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearFileDeletionLockStorageMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getFileDeletionLockStorageMetadataPrefix:({pathParams:{fileId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/file/${a}/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteFileStorageEntity:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/${a}/entity`,headers:{...e??{}},...t}),putFileStorageHash:({pathParams:{fileId:a,hash:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/hash/${e}`,headers:{...o??{}},queryParams:t,...r}),postFileStorageImport:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postFileStorageImportAssetMap:({pathParams:{fileId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearFileStorageMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/file/${a}/metadata`,headers:{...e??{}},...t}),getFileStorageAllMetadata:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/file/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setFileStorageMetadata:({pathParams:{fileId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setFileStorageMetadataPrefix:({pathParams:{fileId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/file/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearFileStorageMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/file/${a}/metadata/${e}`,headers:{...t??{}},...o}),getFileStorageMetadataPrefix:({pathParams:{fileId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/file/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileStorageNewPath:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/path`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),reindexFileStorage:({pathParams:{fileId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/file/${a}/re-index`,headers:{accept:"text/plain",...e??{}},...t}),restoreFileStorage:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/restore`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),postFileStorageNewStatePath:({pathParams:{fileId:a,state:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/file/${a}/state/${e}`,headers:{accept:"application/json",...t??{}},...o}),postFileStorageCopy:({pathParams:{fileId:a,targetStorageId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/file/${a}/storage/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),listFileStorageTempCredUri:({pathParams:{fileId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/file/${a}/uri`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),importStorage:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/storage/import",headers:{contentType:"application/json",...t??{}},queryParams:a,data:e??{},...o}),listStorageImportableFiles:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage/importable",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteStorageListNotifications:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/storage/notification",headers:{...a??{}},...e}),listStorageListNotifications:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/notification",headers:{accept:"application/json",...a??{}},...e}),postStorageListNotification:({data:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/storage/notification",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/notification/${a}`,headers:{...e??{}},...t}),getStorageListNotification:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/notification/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateStorageListNotification:({pathParams:{notificationId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/notification/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearStorageNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/notification/${a}/external-id`,headers:{...e??{}},...t}),listStorageNotificationListExternalIdentifiers:({pathParams:{notificationId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/notification/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeStorageNotificationListExternalIdentifier:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),setStorageNotificationListExternalId:({pathParams:{notificationId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/notification/${a}/external-id/${e}`,headers:{...t??{}},...o}),listStorageGroups:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/storage/storage-group",headers:{accept:"application/json",...a??{}},...e}),updateStorageGroup:({data:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/storage/storage-group",headers:{contentType:"application/json",accept:"application/json",...e??{}},data:a??{},...t}),deleteStorageGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}`,headers:{...e??{}},...t}),getStorageGroupMembers:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/storage-group/${a}`,headers:{accept:"application/json",...e??{}},...t}),createStorageGroup:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/storage-group/${a}`,headers:{...e??{}},...t}),clearStorageGroupMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}/metadata`,headers:{...e??{}},...t}),getStorageGroupAllMetadata:({pathParams:{groupName:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/storage-group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageGroupMetadata:({pathParams:{groupName:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/storage-group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/storage-group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageGroupMetadataPrefix:({pathParams:{groupName:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/storage-group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteStorageGroupMember:({pathParams:{groupName:a,storageId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/storage-group/${a}/${e}`,headers:{...t??{}},...o}),putStorageGroupMember:({pathParams:{groupName:a,storageId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/storage-group/${a}/${e}`,headers:{...t??{}},...o}),deleteStorage:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}`,headers:{...t??{}},queryParams:e,...o}),getStorage:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}`,headers:{accept:"application/json",...e??{}},...t}),putStorage:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/auto-import`,headers:{...e??{}},...t}),getStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/auto-import`,headers:{accept:"application/json",...e??{}},...t}),setStorageRule:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/auto-import`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),disableStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/${a}/auto-import/disable`,headers:{...e??{}},...t}),enableStorageRule:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/${a}/auto-import/enable`,headers:{...e??{}},...t}),unsetStorageEvacuationFlag:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/evacuate`,headers:{...e??{}},...t}),evacuateStorage:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/storage/${a}/evacuate`,headers:{...e??{}},...t}),exportStorage:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/export`,headers:{accept:"application/xml",...e??{}},...t}),clearStorageExternalIdentifiers:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/external-id`,headers:{...e??{}},...t}),listStorageExternalIdentifiers:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/external-id`,headers:{accept:"application/json",...e??{}},...t}),removeStorageExternalIdentifier:({pathParams:{storageId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/external-id/${e}`,headers:{...t??{}},...o}),setStorageExternalId:({pathParams:{storageId:a,externalId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/external-id/${e}`,headers:{...t??{}},...o}),listStorageByIdFile:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),createStorageByIdFile:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),uploadStorageByIdFileRawFile:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/data`,headers:{contentType:"*/*",accept:"application/json",...o??{}},queryParams:e,data:t??"",...r}),listStorageByIdFileListDeletionLockList:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),addStorageByIdFileListLock:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/${a}/file/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageByIdFileListLock:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/deletion-lock/${e}`,headers:{...t??{}},...o}),getStorageByIdFileListLock:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock/${e}`,headers:{accept:"application/json",...t??{}},...o}),modifyStorageByIdFileListLock:({pathParams:{storageId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/deletion-lock/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageDeletionLockByIdFileListMetadata:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata`,headers:{...t??{}},...o}),getStorageDeletionLockByIdFileListAllMetadata:({pathParams:{storageId:a,deletionLockId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageDeletionLockByIdFileListMetadata:({pathParams:{storageId:a,deletionLockId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageDeletionLockByIdFileListMetadataPrefix:({pathParams:{storageId:a,deletionLockId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileListMetadataPrefix:({pathParams:{storageId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileListMetadataPrefix:({pathParams:{storageId:a,deletionLockId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/deletion-lock/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileImport:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/import`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageByIdFileImportAssetMap:({pathParams:{storageId:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),postStorageByIdFileNewPath:({pathParams:{storageId:a,pathId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/path`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),abandonStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/abandon`,headers:{...o??{}},queryParams:t,...r}),startStorageByIdFileAnalyzeJobByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/analyze`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startStorageByIdFileImpAnalyzeJobByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/analyze/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileDataByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/data`,headers:{accept:"application/octet-stream",...t??{}},...o}),uploadStorageByIdFileRawFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),listStorageByIdFileDeletionLockListByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),addStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e},data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),deleteStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}`,headers:{...o??{}},...r}),getStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}`,headers:{accept:"application/json",...o??{}},...r}),modifyStorageByIdFileLockByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}`,headers:{contentType:"application/json",accept:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileMetadataByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileAllMetadataByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setStorageDeletionLockByIdFileMetadataByPath:({pathParams:{storageId:a,path:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),setStorageDeletionLockByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,deletionLockId:t,prefix:o},data:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...l}),clearStorageDeletionLockByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata/${o}`,headers:{...r??{}},...s}),getStorageDeletionLockByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/deletion-lock/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),deleteStorageByIdFileEntityByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/entity`,headers:{...t??{}},...o}),putStorageByIdFileHashByPath:({pathParams:{storageId:a,path:e,hash:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/hash/${t}`,headers:{...r??{}},queryParams:o,...s}),postStorageByIdFileImportByPath:({pathParams:{storageId:a,path:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/import`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),postStorageByIdFileImportAssetMapByPath:({pathParams:{storageId:a,path:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),clearStorageByIdFileMetadataByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/metadata`,headers:{...t??{}},...o}),getStorageByIdFileAllMetadataByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageByIdFileMetadataByPath:({pathParams:{storageId:a,path:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/path/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageByIdFileMetadataByPathPrefix:({pathParams:{storageId:a,path:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/path/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),reindexStorageByIdFileByPath:({pathParams:{storageId:a,path:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/re-index`,headers:{accept:"text/plain",...t??{}},...o}),restoreStorageByIdFileByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/restore`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),postStorageByIdFileNewStatePath:({pathParams:{storageId:a,path:e,state:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/path/${e}/state/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileCopyByPath:({pathParams:{storageId:a,path:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageByIdFileTempCredUriByPath:({pathParams:{storageId:a,path:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/path/${e}/uri`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),abandonStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/abandon`,headers:{...o??{}},queryParams:t,...r}),startStorageByIdFileAnalyzeJobWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/analyze`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startStorageByIdFileImpAnalyzeJobWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/analyze/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileDataWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/data`,headers:{accept:"application/octet-stream",...t??{}},...o}),uploadStorageByIdFileRawFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),listStorageByIdFileDeletionLockListWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),addStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e},data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),deleteStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}`,headers:{...o??{}},...r}),getStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}`,headers:{accept:"application/json",...o??{}},...r}),modifyStorageByIdFileLockWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}`,headers:{contentType:"application/json",accept:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileAllMetadataWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setStorageDeletionLockByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),setStorageDeletionLockByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,deletionLockId:t,prefix:o},data:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...l}),clearStorageDeletionLockByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata/${o}`,headers:{...r??{}},...s}),getStorageDeletionLockByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/deletion-lock/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),deleteStorageByIdFileEntityWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/entity`,headers:{...t??{}},...o}),putStorageByIdFileHashWithUri:({pathParams:{storageId:a,uri:e,hash:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/hash/${t}`,headers:{...r??{}},queryParams:o,...s}),postStorageByIdFileImportWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/import`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),postStorageByIdFileImportAssetMapWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),clearStorageByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/metadata`,headers:{...t??{}},...o}),getStorageByIdFileAllMetadataWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageByIdFileMetadataWithUri:({pathParams:{storageId:a,uri:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/uri/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageByIdFileMetadataWithUriPrefix:({pathParams:{storageId:a,uri:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/uri/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileNewPathWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/path`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),reindexStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/re-index`,headers:{accept:"text/plain",...t??{}},...o}),restoreStorageByIdFileWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/restore`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),postStorageByIdFileNewStatePathWithUri:({pathParams:{storageId:a,uri:e,state:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/uri/${e}/state/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileCopyWithUri:({pathParams:{storageId:a,uri:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageByIdFileTempCredUriWithUri:({pathParams:{storageId:a,uri:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/uri/${e}/uri`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),deleteStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),abandonStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/abandon`,headers:{...o??{}},queryParams:t,...r}),startStorageByIdFileAnalyzeJob:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/analyze`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),startStorageByIdFileImpAnalyzeJob:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/analyze/imp`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageByIdFileByIdFileData:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/data`,headers:{accept:"application/octet-stream",...t??{}},...o}),uploadStorageByIdFileByIdRawFile:({pathParams:{storageId:a,fileId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/data`,headers:{contentType:"application/octet-stream",accept:"application/json",...r??{}},queryParams:t,data:o??"",...s}),listStorageByIdFileDeletionLockList:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),addStorageByIdFileLock:({pathParams:{storageId:a,fileId:e},data:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/deletion-lock`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),deleteStorageByIdFileLock:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}`,headers:{...o??{}},...r}),getStorageByIdFileLock:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}`,headers:{accept:"application/json",...o??{}},...r}),modifyStorageByIdFileLock:({pathParams:{storageId:a,fileId:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}`,headers:{contentType:"application/json",accept:"application/json",...r??{}},data:o??{},...s}),clearStorageDeletionLockByIdFileMetadata:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata`,headers:{...o??{}},...r}),getStorageDeletionLockByIdFileAllMetadata:({pathParams:{storageId:a,fileId:e,deletionLockId:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata`,headers:{accept:"application/json",...o??{}},...r}),setStorageDeletionLockByIdFileMetadata:({pathParams:{storageId:a,fileId:e,deletionLockId:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),setStorageDeletionLockByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,deletionLockId:t,prefix:o},data:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata/${o}`,headers:{contentType:"application/json",...s??{}},data:r??{},...l}),clearStorageDeletionLockByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata/${o}`,headers:{...r??{}},...s}),getStorageDeletionLockByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,deletionLockId:t,prefix:o},headers:r,requestConfig:s})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/deletion-lock/${t}/metadata/${o}`,headers:{accept:"application/json",...r??{}},...s}),deleteStorageByIdFileEntity:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/entity`,headers:{...t??{}},...o}),putStorageByIdFileHash:({pathParams:{storageId:a,fileId:e,hash:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/hash/${t}`,headers:{...r??{}},queryParams:o,...s}),postStorageByIdFileByIdImport:({pathParams:{storageId:a,fileId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/import`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),postStorageByIdFileByIdImportAssetMap:({pathParams:{storageId:a,fileId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/import/assetmap`,headers:{contentType:"application/json",accept:"application/json",...r??{}},queryParams:t,data:o??{},...s}),clearStorageByIdFileMetadata:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/metadata`,headers:{...t??{}},...o}),getStorageByIdFileAllMetadata:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageByIdFileMetadata:({pathParams:{storageId:a,fileId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/file/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageByIdFileMetadataPrefix:({pathParams:{storageId:a,fileId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/file/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileByIdNewPath:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/path`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),reindexStorageByIdFile:({pathParams:{storageId:a,fileId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/re-index`,headers:{accept:"text/plain",...t??{}},...o}),restoreStorageByIdFile:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/restore`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),postStorageByIdFileNewState:({pathParams:{storageId:a,fileId:e,state:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/file/${e}/state/${t}`,headers:{accept:"application/json",...o??{}},...r}),postStorageByIdFileCopy:({pathParams:{storageId:a,fileId:e,targetStorageId:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/storage/${t}`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),listStorageByIdFileTempCredUri:({pathParams:{storageId:a,fileId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"POST",url:`/API/storage/${a}/file/${e}/uri`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getStorageFreeSpace:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/freespace`,headers:{accept:"text/plain",...e??{}},...t}),listByIdStorageImportableFiles:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/importable`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),clearStorageMetadata:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/metadata`,headers:{...e??{}},...t}),getStorageAllMetadata:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setStorageMetadata:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setStorageMetadataPrefix:({pathParams:{storageId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearStorageMetadataPrefix:({pathParams:{storageId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/metadata/${e}`,headers:{...t??{}},...o}),getStorageMetadataPrefix:({pathParams:{storageId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),deleteStorageMethodByUrl:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/method`,headers:{...t??{}},queryParams:e,...o}),listStorageMethodByUrl:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/method`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),putStorageMethod:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/method`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),deleteStorageMethodById:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/method/${e}`,headers:{...t??{}},...o}),listStorageMethodById:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/method/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateStorageMethod:({pathParams:{storageId:a,methodId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/method/${e}`,headers:{accept:"text/plain",...o??{}},queryParams:t,...r}),clearStorageMethodMetadata:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/method/${e}/metadata`,headers:{...t??{}},...o}),getStorageMethodAllMetadata:({pathParams:{storageId:a,methodId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/method/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setStorageMethodMetadata:({pathParams:{storageId:a,methodId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/method/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setStorageMethodMetadataPrefix:({pathParams:{storageId:a,methodId:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/storage/${a}/method/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearStorageMethodMetadataPrefix:({pathParams:{storageId:a,methodId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/method/${e}/metadata/${t}`,headers:{...o??{}},...r}),getStorageMethodMetadataPrefix:({pathParams:{storageId:a,methodId:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/storage/${a}/method/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),deleteStorageNotifications:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/storage/${a}/notification`,headers:{...e??{}},...t}),listStorageNotifications:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/notification`,headers:{accept:"application/json",...e??{}},...t}),postStorageNotification:({pathParams:{storageId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/${a}/notification`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),deleteStorageNotification:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/notification/${e}`,headers:{...t??{}},...o}),getStorageNotification:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/notification/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateStorageNotification:({pathParams:{storageId:a,notificationId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/notification/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearStorageNotificationExternalIdentifiers:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/storage/${a}/notification/${e}/external-id`,headers:{...t??{}},...o}),listStorageNotificationExternalIdentifiers:({pathParams:{storageId:a,notificationId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/storage/${a}/notification/${e}/external-id`,headers:{accept:"application/json",...t??{}},...o}),removeStorageNotificationExternalIdentifier:({pathParams:{storageId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/storage/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),setStorageNotificationExternalId:({pathParams:{storageId:a,notificationId:e,externalId:t},headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/storage/${a}/notification/${e}/external-id/${t}`,headers:{...o??{}},...r}),rescanStorage:({pathParams:{storageId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/storage/${a}/rescan`,headers:{...t??{}},queryParams:e,...o}),getStorageStatus:({pathParams:{storageId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/storage/${a}/status`,headers:{accept:"text/plain",...e??{}},...t}),setStorageType:({pathParams:{storageId:a,type:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/storage/${a}/type/${e}`,headers:{...t??{}},...o})},ya={getStorageRules:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/storage-rule",headers:{accept:"application/json",...e??{}},queryParams:a,...t})},La={listTaskDefinitions:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/task-definition",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),postTaskDefinition:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/task-definition",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),deleteTaskDefinitionCustomJobType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}`,headers:{...e??{}},...t}),listTaskDefinitionsByType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}`,headers:{accept:"application/json",...e??{}},...t}),createTaskDefinitionCustomJobType:({pathParams:{type:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/task-definition/jobtype/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getTaskDefinitionGraphByType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/graph`,headers:{accept:"image/png",...e??{}},...t}),getTaskDefinitionGraphStringByType:({pathParams:{type:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/graph/dot`,headers:{accept:"text/plain",...e??{}},...t}),deleteTaskDefinitionByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}/step/${e}`,headers:{...t??{}},...o}),getTaskDefinitionByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateTaskDefinitionByStepByType:({pathParams:{type:a,step:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearTaskDefinitionMetadataByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata`,headers:{...t??{}},...o}),getTaskDefinitionAllMetadataByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata`,headers:{accept:"application/json",...t??{}},...o}),setTaskDefinitionMetadataByStepByType:({pathParams:{type:a,step:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),setTaskDefinitionMetadataPrefixByStepByType:({pathParams:{type:a,step:e,prefix:t},data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata/${t}`,headers:{contentType:"application/json",...r??{}},data:o??{},...s}),clearTaskDefinitionMetadataPrefixByStepByType:({pathParams:{type:a,step:e,prefix:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata/${t}`,headers:{...o??{}},...r}),getTaskDefinitionMetadataPrefixByStepByType:({pathParams:{type:a,step:e,prefix:t},headers:o,requestConfig:r})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/metadata/${t}`,headers:{accept:"application/json",...o??{}},...r}),getTaskDefinitionScriptByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/script`,headers:{accept:"application/javascript",...t??{}},...o}),putTaskDefinitionScriptByStepByType:({pathParams:{type:a,step:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/jobtype/${a}/step/${e}/script`,headers:{contentType:"application/javascript",...o??{}},data:t??"",...r}),validateTaskDefinitionByStepByType:({pathParams:{type:a,step:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/jobtype/${a}/step/${e}/validate`,headers:{accept:"text/plain",...t??{}},...o}),deleteTaskDefinition:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-definition/${a}`,headers:{...e??{}},...t}),getTaskDefinition:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateTaskDefinition:({pathParams:{taskDefinitionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-definition/${a}`,headers:{contentType:"application/json",accept:"application/json",...t??{}},data:e??{},...o}),clearTaskDefinitionMetadata:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-definition/${a}/metadata`,headers:{...e??{}},...t}),getTaskDefinitionAllMetadata:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setTaskDefinitionMetadata:({pathParams:{taskDefinitionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-definition/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setTaskDefinitionMetadataPrefix:({pathParams:{taskDefinitionId:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-definition/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearTaskDefinitionMetadataPrefix:({pathParams:{taskDefinitionId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-definition/${a}/metadata/${e}`,headers:{...t??{}},...o}),getTaskDefinitionMetadataPrefix:({pathParams:{taskDefinitionId:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-definition/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),getTaskDefinitionScript:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}/script`,headers:{accept:"application/javascript",...e??{}},...t}),putTaskDefinitionScript:({pathParams:{taskDefinitionId:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-definition/${a}/script`,headers:{contentType:"application/javascript",...t??{}},data:e??"",...o}),validateTaskDefinition:({pathParams:{taskDefinitionId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-definition/${a}/validate`,headers:{accept:"text/plain",...e??{}},...t})},Sa={deleteTaskGroupGroups:({headers:a,requestConfig:e})=>i({method:"DELETE",url:"/API/task-group",headers:{...a??{}},...e}),listTaskGroupGroups:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/task-group",headers:{accept:"application/json",...a??{}},...e}),deleteTaskGroupPool:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-group/${a}`,headers:{...e??{}},...t}),getTaskGroup:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-group/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateTaskGroup:({pathParams:{name:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-group/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),clearTaskGroupMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/task-group/${a}/metadata`,headers:{...e??{}},...t}),getTaskGroupAllMetadata:({pathParams:{name:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/task-group/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setTaskGroupMetadata:({pathParams:{name:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-group/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setTaskGroupMetadataPrefix:({pathParams:{name:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/task-group/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearTaskGroupMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-group/${a}/metadata/${e}`,headers:{...t??{}},...o}),getTaskGroupMetadataPrefix:({pathParams:{name:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/task-group/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),removeTaskGroupTranscoderFromGroup:({pathParams:{name:a,transcoderId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/task-group/${a}/transcoder/${e}`,headers:{...t??{}},...o}),addTaskGroupTranscoderToGroup:({pathParams:{name:a,transcoderId:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/task-group/${a}/transcoder/${e}`,headers:{...t??{}},...o})},ka={deleteThumbnailsForItem:({pathParams:{service:a,serviceId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/thumbnail/${a}/${e}`,headers:{...t??{}},...o}),listThumbnailFramesText:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/thumbnail/${a}/${e}`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),getThumbnailImages:({pathParams:{service:a,serviceId:e},queryParams:t,headers:o,requestConfig:r})=>i({method:"GET",url:`/API/thumbnail/${a}/${e}/multi`,headers:{accept:"application/json",...o??{}},queryParams:t,...r}),putThumbnailImages:({pathParams:{service:a,serviceId:e},queryParams:t,data:o,headers:r,requestConfig:s})=>i({method:"PUT",url:`/API/thumbnail/${a}/${e}/multi`,headers:{contentType:"application/json",...r??{}},queryParams:t,data:o??{},...s}),deleteThumbnailForItem:({pathParams:{service:a,serviceId:e,time:t},headers:o,requestConfig:r})=>i({method:"DELETE",url:`/API/thumbnail/${a}/${e}/${t}`,headers:{...o??{}},...r}),getThumbnailImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/API/thumbnail/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s}),putThumbnailImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,data:r,headers:s,requestConfig:l})=>i({method:"PUT",url:`/API/thumbnail/${a}/${e}/${t}`,headers:{contentType:"image/png",accept:"text/plain",...s??{}},queryParams:o,data:r??"",...l}),exportThumbnailImage:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"POST",url:`/API/thumbnail/${a}/${e}/${t}/export`,headers:{accept:"application/json",...r??{}},queryParams:o,...s}),getThumbnailImageNoAuth:({pathParams:{service:a,serviceId:e,time:t},queryParams:o,headers:r,requestConfig:s})=>i({method:"GET",url:`/APInoauth/thumbnail/${a}/${e}/${t}`,headers:{accept:"image/png",...r??{}},queryParams:o,...s})},Ga={putThumbnailPutImageNoAuth:({pathParams:{time:a,uuid:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/APInoauth/thumbnail-put/${e}/${a}`,headers:{accept:"*/*",...t??{}},...o})},Da={getToken:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/token",headers:{accept:"application/json",...e??{}},queryParams:a,...t})},Ua={listAllTransfers:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/transfer",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),getSpecificTransfer:({pathParams:{transferId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/transfer/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateTransfer:({pathParams:{transferId:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/transfer/${a}`,headers:{...t??{}},queryParams:e,...o})},xa={listUsers:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/user",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),addUser:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"POST",url:"/API/user",headers:{contentType:"application/json",...t??{}},queryParams:a,data:e??{},...o}),searchUsers:({queryParams:a,data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:"/API/user",headers:{contentType:"application/json",accept:"application/json",...t??{}},queryParams:a,data:e??{},...o}),getUserGraph:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/user/graph",headers:{accept:"image/png",...e??{}},queryParams:a,...t}),getUserGraphString:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/user/graph/dot",headers:{accept:"text/plain",...e??{}},queryParams:a,...t}),deleteUser:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),getUser:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}`,headers:{accept:"application/json",...e??{}},...t}),updateUser:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listUserAccessList:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/access`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteUserAlias:({pathParams:{username:a,name:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}/alias/${e}`,headers:{...t??{}},...o}),addUserAlias:({pathParams:{username:a,name:e},headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/user/${a}/alias/${e}`,headers:{...t??{}},...o}),listUserAllGroups:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/allgroups`,headers:{accept:"application/json",...e??{}},...t}),enableUser:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/user/${a}/enable`,headers:{...e??{}},...t}),listUserGroups:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/groups`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),bulkUserAddGroups:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/groups`,headers:{contentType:"application/json",...o??{}},queryParams:e,data:t??{},...r}),listUserKeys:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/key`,headers:{accept:"application/json",...e??{}},...t}),generateUserKey:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/user/${a}/key`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),deleteUserKey:({pathParams:{username:a,keyId:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}/key/${e}`,headers:{...t??{}},...o}),getUserKey:({pathParams:{username:a,keyId:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/key/${e}`,headers:{accept:"application/json",...t??{}},...o}),updateUserKey:({pathParams:{username:a,keyId:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/key/${e}`,headers:{contentType:"application/json",accept:"application/json",...o??{}},data:t??{},...r}),clearUserMetadata:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/user/${a}/metadata`,headers:{...e??{}},...t}),getUserAllMetadata:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/metadata`,headers:{accept:"application/json",...e??{}},...t}),setUserMetadata:({pathParams:{username:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/user/${a}/metadata`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),setUserMetadataPrefix:({pathParams:{username:a,prefix:e},data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/metadata/${e}`,headers:{contentType:"application/json",...o??{}},data:t??{},...r}),clearUserMetadataPrefix:({pathParams:{username:a,prefix:e},headers:t,requestConfig:o})=>i({method:"DELETE",url:`/API/user/${a}/metadata/${e}`,headers:{...t??{}},...o}),getUserMetadataPrefix:({pathParams:{username:a,prefix:e},headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/metadata/${e}`,headers:{accept:"application/json",...t??{}},...o}),setUserPassword:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/password`,headers:{contentType:"text/plain",...o??{}},queryParams:e,data:t??"",...r}),getUserSalt:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/password/salt`,headers:{accept:"application/octet-stream",...e??{}},...t}),generateUserSalt:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"POST",url:`/API/user/${a}/password/salt`,headers:{accept:"application/octet-stream",...e??{}},...t}),getUserRealName:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/realname`,headers:{accept:"text/plain",...e??{}},...t}),setUserRealName:({pathParams:{username:a},data:e,headers:t,requestConfig:o})=>i({method:"PUT",url:`/API/user/${a}/realname`,headers:{contentType:"text/plain",...t??{}},data:e??"",...o}),listUserRoles:({pathParams:{username:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/user/${a}/roles`,headers:{accept:"application/json",...e??{}},...t}),getUserToken:({pathParams:{username:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/user/${a}/token`,headers:{accept:"text/plain",...t??{}},queryParams:e,...o}),validateUser:({pathParams:{username:a},queryParams:e,data:t,headers:o,requestConfig:r})=>i({method:"PUT",url:`/API/user/${a}/validate`,headers:{contentType:"text/plain",accept:"text/plain",...o??{}},queryParams:e,data:t??"",...r})},ba={repairUsercacherepairUserCache:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/APIinit/usercacherepair",headers:{accept:"*/*",...e??{}},queryParams:a,...t})},Ma={getVersion:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/version",headers:{accept:"application/json",...a??{}},...e})},Fa={getVidispineLogsLog:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/vidispine-logs",headers:{accept:"multipart/mixed",...e??{}},queryParams:a,...t}),listVidispineLogsAllLogs:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/vidispine-logs/job",headers:{accept:"application/json",...a??{}},...e}),startVidispineLogsLogGathering:({queryParams:a,headers:e,requestConfig:t})=>i({method:"POST",url:"/API/vidispine-logs/job",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),deleteVidispineLogsZip:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/vidispine-logs/job/${a}`,headers:{...e??{}},...t}),getVidispineLogsJob:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vidispine-logs/job/${a}`,headers:{accept:"application/json",...e??{}},...t}),abortVidispineLogsUpload:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/vidispine-logs/job/${a}/upload`,headers:{...e??{}},...t}),startVidispineLogsUpload:({pathParams:{jobId:a},data:e,headers:t,requestConfig:o})=>i({method:"POST",url:`/API/vidispine-logs/job/${a}/upload`,headers:{contentType:"application/json",...t??{}},data:e??{},...o}),getVidispineLogsJobUrIs:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vidispine-logs/job/${a}/uri`,headers:{accept:"application/json",...e??{}},...t}),getVidispineLogsLogNoAuth:({pathParams:{jobId:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/vidispine-logs/job/${a}/report.zip`,headers:{accept:"application/zip",...e??{}},...t}),getVidispineLogsReportNoAuth:({pathParams:{zipfile:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/vidispine-logs/job/${a}`,headers:{accept:"application/zip",...e??{}},...t})},Ba={listVidispineServiceServices:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/vidispine-service",headers:{accept:"application/json",...e??{}},queryParams:a,...t}),disableVidispineServices:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/API/vidispine-service/disable",headers:{...a??{}},...e}),enableVidispineServices:({headers:a,requestConfig:e})=>i({method:"PUT",url:"/API/vidispine-service/enable",headers:{...a??{}},...e}),listVidispineService:({pathParams:{service:a},queryParams:e,headers:t,requestConfig:o})=>i({method:"GET",url:`/API/vidispine-service/service/${a}`,headers:{accept:"application/json",...t??{}},queryParams:e,...o}),disableVidispineServiceServices:({pathParams:{service:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/vidispine-service/service/${a}/disable`,headers:{...e??{}},...t}),enableVidispineServiceServices:({pathParams:{service:a},headers:e,requestConfig:t})=>i({method:"PUT",url:`/API/vidispine-service/service/${a}/enable`,headers:{...e??{}},...t}),getVidispineStackTrace:({queryParams:a,headers:e,requestConfig:t})=>i({method:"GET",url:"/API/vidispine-service/stacktrace",headers:{accept:"text/plain",...e??{}},queryParams:a,...t})},Ca={listVxaVxaNodeResources:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/vxa",headers:{accept:"application/json",...a??{}},...e}),enableVxaVxaNode:({queryParams:a,headers:e,requestConfig:t})=>i({method:"PUT",url:"/API/vxa/enable-ssh",headers:{accept:"text/plain",...e??{}},queryParams:a,...t}),deleteVxaVxa:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"DELETE",url:`/API/vxa/${a}`,headers:{...e??{}},...t}),getVxaVxa:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vxa/${a}`,headers:{accept:"application/json",...e??{}},...t}),getVxaConfiguration:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vxa/${a}/configuration`,headers:{accept:"application/json",...e??{}},...t}),getVxaStartupConfiguration:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/API/vxa/${a}/startup-configuration`,headers:{accept:"text/plain",...e??{}},...t})},Oa={getWaveformImageNoAuth:({pathParams:{uuid:a},headers:e,requestConfig:t})=>i({method:"GET",url:`/APInoauth/waveform/image/${a}.png`,headers:{accept:"image/png",...e??{}},...t})},Na={whoami:({headers:a,requestConfig:e})=>i({method:"GET",url:"/API/whoami",headers:{accept:"text/plain",...a??{}},...e})};p.AnalyzePreset=j,p.Api=y,p.ApiInit=L,p.AutoProjection=S,p.BulkyPut=k,p.Callback=G,p.Collection=D,p.Component=U,p.Configportal=x,p.Configuration=b,p.Conform=M,p.Cost=F,p.Datatype=B,p.Debug=C,p.DeletionLock=O,p.Document=N,p.Eidr=v,p.ExportLocation=R,p.ExternalId=W,p.FieldGroup=J,p.File=w,p.Group=q,p.Import=z,p.IsOnline=V,p.Item=Q,p.Javascript=H,p.Job=K,p.Jobtype=X,p.Library=Z,p.License=_,p.Log=Y,p.Metadata=aa,p.MetadataField=ea,p.MetadataSchema=oa,p.Metadatarepair=ta,p.Notification=ia,p.Otif=ra,p.Poster=sa,p.PresetMediaconvertTemplates=pa,p.PresetTemplates=la,p.Projection=na,p.Quota=ca,p.Reindex=da,p.Resource=ha,p.ScheduledRequest=ma,p.Schema=Pa,p.Search=ua,p.Secret=$a,p.Selftest=Ta,p.Sequence=Ia,p.Shape=Ea,p.ShapeTag=Aa,p.Site=ga,p.Stitch=fa,p.Storage=ja,p.StorageRule=ya,p.TaskDefinition=La,p.TaskGroup=Sa,p.Thumbnail=ka,p.ThumbnailPut=Ga,p.Token=Da,p.Transfer=Ua,p.User=xa,p.Usercacherepair=ba,p.Version=Ma,p.VidispineLogs=Fa,p.VidispineService=Ba,p.Vxa=Ca,p.Waveform=Oa,p.Whoami=Na,p.getAxiosInstance=m,p.login=g,p.logout=f,p.setAxiosInstance=A,Object.defineProperty(p,Symbol.toStringTag,{value:"Module"})});