@sovity.de/edc-client 16.1.0 → 16.2.0
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,2 +1,2 @@
|
|
|
1
|
-
(function(n,w){typeof exports=="object"&&typeof module<"u"?w(exports):typeof define=="function"&&define.amd?define(["exports"],w):(n=typeof globalThis<"u"?globalThis:n||self,w(n["sovity-edc-client"]={}))})(this,function(n){"use strict";var bp=Object.defineProperty;var Up=(n,w,L)=>w in n?bp(n,w,{enumerable:!0,configurable:!0,writable:!0,value:L}):n[w]=L;var k=(n,w,L)=>Up(n,typeof w!="symbol"?w+"":w,L);const w="https://my-connector/api/management".replace(/\/+$/,"");class L{constructor(t={}){this.configuration=t}set config(t){this.configuration=t}get basePath(){return this.configuration.basePath!=null?this.configuration.basePath:w}get fetchApi(){return this.configuration.fetchApi}get middleware(){return this.configuration.middleware||[]}get queryParamsStringify(){return this.configuration.queryParamsStringify||ht}get username(){return this.configuration.username}get password(){return this.configuration.password}get apiKey(){const t=this.configuration.apiKey;if(t)return typeof t=="function"?t:()=>t}get accessToken(){const t=this.configuration.accessToken;if(t)return typeof t=="function"?t:async()=>t}get headers(){return this.configuration.headers}get credentials(){return this.configuration.credentials}}const $t=new L,gt=class gt{constructor(t=$t){k(this,"middleware");k(this,"fetchApi",async(t,r)=>{let i={url:t,init:r};for(const o of this.middleware)o.pre&&(i=await o.pre({fetch:this.fetchApi,...i})||i);let a;try{a=await(this.configuration.fetchApi||fetch)(i.url,i.init)}catch(o){for(const s of this.middleware)s.onError&&(a=await s.onError({fetch:this.fetchApi,url:i.url,init:i.init,error:o,response:a?a.clone():void 0})||a);if(a===void 0)throw o instanceof Error?new Wt(o,"The request failed and the interceptors did not return an alternative response"):o}for(const o of this.middleware)o.post&&(a=await o.post({fetch:this.fetchApi,url:i.url,init:i.init,response:a.clone()})||a);return a});this.configuration=t,this.middleware=t.middleware}withMiddleware(...t){const r=this.clone();return r.middleware=r.middleware.concat(...t),r}withPreMiddleware(...t){const r=t.map(i=>({pre:i}));return this.withMiddleware(...r)}withPostMiddleware(...t){const r=t.map(i=>({post:i}));return this.withMiddleware(...r)}isJsonMime(t){return t?gt.jsonRegex.test(t):!1}async request(t,r){const{url:i,init:a}=await this.createFetchParams(t,r),o=await this.fetchApi(i,a);if(o&&o.status>=200&&o.status<300)return o;throw new Kt(o,"Response returned an error code")}async createFetchParams(t,r){let i=this.configuration.basePath+t.path;t.query!==void 0&&Object.keys(t.query).length!==0&&(i+="?"+this.configuration.queryParamsStringify(t.query));const a=Object.assign({},this.configuration.headers,t.headers);Object.keys(a).forEach(O=>a[O]===void 0?delete a[O]:{});const o=typeof r=="function"?r:async()=>r,s={method:t.method,headers:a,body:t.body,credentials:this.configuration.credentials},c={...s,...await o({init:s,context:t})};let p;Tc(c.body)||c.body instanceof URLSearchParams||Sc(c.body)?p=c.body:this.isJsonMime(a["Content-Type"])?p=JSON.stringify(c.body):p=c.body;const d={...c,body:p};return{url:i,init:d}}clone(){const t=this.constructor,r=new t(this.configuration);return r.middleware=this.middleware.slice(),r}};k(gt,"jsonRegex",new RegExp("^(:?application/json|[^;/ ]+/[^;/ ]+[+]json)[ ]*(:?;.*)?$","i"));let K=gt;function Sc(e){return typeof Blob<"u"&&e instanceof Blob}function Tc(e){return typeof FormData<"u"&&e instanceof FormData}class Kt extends Error{constructor(r,i){super(i);k(this,"name","ResponseError");this.response=r}}class Wt extends Error{constructor(r,i){super(i);k(this,"name","FetchError");this.cause=r}}class P extends Error{constructor(r,i){super(i);k(this,"name","RequiredError");this.field=r}}const Oc={csv:",",ssv:" ",tsv:" ",pipes:"|"};function ht(e,t=""){return Object.keys(e).map(r=>Yt(r,e[r],t)).filter(r=>r.length>0).join("&")}function Yt(e,t,r=""){const i=r+(r.length?`[${e}]`:e);if(t instanceof Array){const a=t.map(o=>encodeURIComponent(String(o))).join(`&${encodeURIComponent(i)}=`);return`${encodeURIComponent(i)}=${a}`}if(t instanceof Set){const a=Array.from(t);return Yt(e,a,r)}return t instanceof Date?`${encodeURIComponent(i)}=${encodeURIComponent(t.toISOString())}`:t instanceof Object?ht(t,i):`${encodeURIComponent(i)}=${encodeURIComponent(String(t))}`}function Nc(e,t){const r=e[t];return r!=null}function Pc(e,t){return Object.keys(e).reduce((r,i)=>({...r,[i]:t(e[i])}),{})}function Cc(e){for(const t of e)if(t.contentType==="multipart/form-data")return!0;return!1}class m{constructor(t,r=i=>i){this.raw=t,this.transformer=r}async value(){return this.transformer(await this.raw.json())}}class Xt{constructor(t){this.raw=t}async value(){}}class Jc{constructor(t){this.raw=t}async value(){return await this.raw.blob()}}class xt{constructor(t){this.raw=t}async value(){return await this.raw.text()}}const Se={Like:"LIKE",Eq:"EQ",In:"IN"};function Dc(e){for(const t in Se)if(Object.prototype.hasOwnProperty.call(Se,t)&&Se[t]===e)return!0;return!1}function jt(e){return er(e)}function er(e,t){return e}function Ac(e){return e}function wc(e,t){return e}function Ic(e){return!(!("assetPropertyPath"in e)||e.assetPropertyPath===void 0||!("operator"in e)||e.operator===void 0)}function St(e){return tr(e)}function tr(e,t){return e==null?e:{assetPropertyPath:e.assetPropertyPath,operator:jt(e.operator),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function Tt(e){return rr(e,!1)}function rr(e,t=!1){return e==null?e:{assetPropertyPath:e.assetPropertyPath,operator:e.operator,value:e.value,valueList:e.valueList}}const Te={Live:"LIVE",OnRequest:"ON_REQUEST"};function bc(e){for(const t in Te)if(Object.prototype.hasOwnProperty.call(Te,t)&&Te[t]===e)return!0;return!1}function Ot(e){return nr(e)}function nr(e,t){return e}function Uc(e){return e}function Rc(e,t){return e}function Fc(e){return!(!("assetId"in e)||e.assetId===void 0||!("title"in e)||e.title===void 0||!("dataSourceAvailability"in e)||e.dataSourceAvailability===void 0)}function ir(e){return ar(e)}function ar(e,t){return e==null?e:{assetId:e.assetId,title:e.title,descriptionShortText:e.descriptionShortText==null?void 0:e.descriptionShortText,dataSourceAvailability:Ot(e.dataSourceAvailability)}}function or(e){return sr(e,!1)}function sr(e,t=!1){return e==null?e:{assetId:e.assetId,title:e.title,descriptionShortText:e.descriptionShortText,dataSourceAvailability:e.dataSourceAvailability}}function Ec(e){return!0}function Nt(e){return cr(e)}function cr(e,t){return e==null?e:{pageOneBased:e.pageOneBased==null?void 0:e.pageOneBased,pageSize:e.pageSize==null?void 0:e.pageSize}}function Pt(e){return ur(e,!1)}function ur(e,t=!1){return e==null?e:{pageOneBased:e.pageOneBased,pageSize:e.pageSize}}const Oe={Title:"TITLE",Description:"DESCRIPTION"};function _c(e){for(const t in Oe)if(Object.prototype.hasOwnProperty.call(Oe,t)&&Oe[t]===e)return!0;return!1}function dr(e){return lr(e)}function lr(e,t){return e}function kc(e){return e}function vc(e,t){return e}const Ne={Descending:"DESCENDING",Ascending:"ASCENDING"};function qc(e){for(const t in Ne)if(Object.prototype.hasOwnProperty.call(Ne,t)&&Ne[t]===e)return!0;return!1}function Ct(e){return fr(e)}function fr(e,t){return e}function Lc(e){return e}function Hc(e,t){return e}function Bc(e){return!(!("field"in e)||e.field===void 0||!("direction"in e)||e.direction===void 0)}function pr(e){return mr(e)}function mr(e,t){return e==null?e:{field:dr(e.field),direction:Ct(e.direction)}}function yr(e){return gr(e,!1)}function gr(e,t=!1){return e==null?e:{field:e.field,direction:e.direction}}function Vc(e){return!0}function Mc(e){return hr(e)}function hr(e,t){return e==null?e:{pagination:e.pagination==null?void 0:Nt(e.pagination),searchText:e.searchText==null?void 0:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(pr)}}function Sr(e){return Tr(e,!1)}function Tr(e,t=!1){return e==null?e:{pagination:Pt(e.pagination),searchText:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(yr)}}function Zc(e){return!(!("totalItems"in e)||e.totalItems===void 0||!("lastPage"in e)||e.lastPage===void 0||!("currentPage"in e)||e.currentPage===void 0||!("pageStart"in e)||e.pageStart===void 0||!("pageEnd"in e)||e.pageEnd===void 0||!("pageSize"in e)||e.pageSize===void 0)}function Jt(e){return Or(e)}function Or(e,t){return e==null?e:{totalItems:e.totalItems,lastPage:e.lastPage,previousPage:e.previousPage==null?void 0:e.previousPage,currentPage:e.currentPage,nextPage:e.nextPage==null?void 0:e.nextPage,pageStart:e.pageStart,pageEnd:e.pageEnd,pageSize:e.pageSize}}function Dt(e){return Nr(e,!1)}function Nr(e,t=!1){return e==null?e:{totalItems:e.totalItems,lastPage:e.lastPage,previousPage:e.previousPage,currentPage:e.currentPage,nextPage:e.nextPage,pageStart:e.pageStart,pageEnd:e.pageEnd,pageSize:e.pageSize}}function Gc(e){return!(!("assets"in e)||e.assets===void 0||!("pagination"in e)||e.pagination===void 0)}function Pr(e){return Cr(e)}function Cr(e,t){return e==null?e:{assets:e.assets.map(ir),pagination:Jt(e.pagination)}}function zc(e){return Jr(e,!1)}function Jr(e,t=!1){return e==null?e:{assets:e.assets.map(or),pagination:Dt(e.pagination)}}function Qc(e){return!(!("buildDate"in e)||e.buildDate===void 0||!("buildVersion"in e)||e.buildVersion===void 0)}function Dr(e){return Ar(e)}function Ar(e,t){return e==null?e:{buildDate:e.buildDate,buildVersion:e.buildVersion}}function $c(e){return wr(e,!1)}function wr(e,t=!1){return e==null?e:{buildDate:e.buildDate,buildVersion:e.buildVersion}}function Kc(e){return!(!("groupId"in e)||e.groupId===void 0||!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function Wc(e){return Ir(e)}function Ir(e,t){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function br(e){return Ur(e,!1)}function Ur(e,t=!1){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function Yc(e){return!(!("groupId"in e)||e.groupId===void 0||!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function Rr(e){return Fr(e)}function Fr(e,t){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function Xc(e){return Er(e,!1)}function Er(e,t=!1){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function xc(e){return!(!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function jc(e){return _r(e)}function _r(e,t){return e==null?e:{businessPartnerNumbers:e.businessPartnerNumbers}}function kr(e){return vr(e,!1)}function vr(e,t=!1){return e==null?e:{businessPartnerNumbers:e.businessPartnerNumbers}}function eu(e){return!(!("groupId"in e)||e.groupId===void 0||!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function qr(e){return Lr(e)}function Lr(e,t){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function tu(e){return Hr(e,!1)}function Hr(e,t=!1){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function ru(e){return!0}function nu(e){return Br(e)}function Br(e,t){return e==null?e:{searchQuery:e.searchQuery==null?void 0:e.searchQuery,limit:e.limit==null?void 0:e.limit}}function Vr(e){return Mr(e,!1)}function Mr(e,t=!1){return e==null?e:{searchQuery:e.searchQuery,limit:e.limit}}const Pe={ContractNegotiationFinalized:"CONTRACT_NEGOTIATION_FINALIZED",ContractNegotiationTerminated:"CONTRACT_NEGOTIATION_TERMINATED",TransferProcessStarted:"TRANSFER_PROCESS_STARTED",TransferProcessTerminated:"TRANSFER_PROCESS_TERMINATED",TransferProcessCompleted:"TRANSFER_PROCESS_COMPLETED"};function iu(e){for(const t in Pe)if(Object.prototype.hasOwnProperty.call(Pe,t)&&Pe[t]===e)return!0;return!1}function Zr(e){return Gr(e)}function Gr(e,t){return e}function zr(e){return e}function au(e,t){return e}function ou(e){return!(!("url"in e)||e.url===void 0||!("events"in e)||e.events===void 0)}function Ce(e){return Qr(e)}function Qr(e,t){return e==null?e:{url:e.url,events:e.events.map(Zr),authHeaderName:e.authHeaderName==null?void 0:e.authHeaderName,authHeaderVaultSecretName:e.authHeaderVaultSecretName==null?void 0:e.authHeaderVaultSecretName}}function Je(e){return $r(e,!1)}function $r(e,t=!1){return e==null?e:{url:e.url,events:e.events.map(zr),authHeaderName:e.authHeaderName,authHeaderVaultSecretName:e.authHeaderVaultSecretName}}const De={Value:"VALUE",ValueList:"VALUE_LIST"};function su(e){for(const t in De)if(Object.prototype.hasOwnProperty.call(De,t)&&De[t]===e)return!0;return!1}function Kr(e){return Wr(e)}function Wr(e,t){return e}function cu(e){return e}function uu(e,t){return e}function du(e){return!0}function Yr(e){return Xr(e)}function Xr(e,t){return e==null?e:{type:e.type==null?void 0:Kr(e.type),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function xr(e){return jr(e,!1)}function jr(e,t=!1){return e==null?e:{type:e.type,value:e.value,valueList:e.valueList}}const Ae={Like:"LIKE",Eq:"EQ",In:"IN"};function lu(e){for(const t in Ae)if(Object.prototype.hasOwnProperty.call(Ae,t)&&Ae[t]===e)return!0;return!1}function en(e){return tn(e)}function tn(e,t){return e}function fu(e){return e}function pu(e,t){return e}function mu(e){return!(!("operandLeft"in e)||e.operandLeft===void 0||!("operator"in e)||e.operator===void 0||!("operandRight"in e)||e.operandRight===void 0)}function rn(e){return nn(e)}function nn(e,t){return e==null?e:{operandLeft:e.operandLeft,operator:en(e.operator),operandRight:Yr(e.operandRight)}}function an(e){return on(e,!1)}function on(e,t=!1){return e==null?e:{operandLeft:e.operandLeft,operator:e.operator,operandRight:xr(e.operandRight)}}function yu(e){return!(!("connectorEndpoint"in e)||e.connectorEndpoint===void 0)}function gu(e){return sn(e)}function sn(e,t){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId==null?void 0:e.participantId,limit:e.limit==null?void 0:e.limit,offset:e.offset==null?void 0:e.offset,filterExpressions:e.filterExpressions==null?void 0:e.filterExpressions.map(rn)}}function cn(e){return un(e,!1)}function un(e,t=!1){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,limit:e.limit,offset:e.offset,filterExpressions:e.filterExpressions==null?void 0:e.filterExpressions.map(an)}}const we={Asc:"ASC",Desc:"DESC"};function hu(e){for(const t in we)if(Object.prototype.hasOwnProperty.call(we,t)&&we[t]===e)return!0;return!1}function dn(e){return ln(e)}function ln(e,t){return e}function Su(e){return e}function Tu(e,t){return e}function Ou(e){return!(!("assetPropertyPath"in e)||e.assetPropertyPath===void 0)}function fn(e){return pn(e)}function pn(e,t){return e==null?e:{assetPropertyPath:e.assetPropertyPath,direction:e.direction==null?void 0:dn(e.direction)}}function mn(e){return yn(e,!1)}function yn(e,t=!1){return e==null?e:{assetPropertyPath:e.assetPropertyPath,direction:e.direction}}function Nu(e){return!(!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("participantId"in e)||e.participantId===void 0)}function Pu(e){return gn(e)}function gn(e,t){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter==null?void 0:e.filter.map(St),limit:e.limit==null?void 0:e.limit,offset:e.offset==null?void 0:e.offset,sortBy:e.sortBy==null?void 0:fn(e.sortBy)}}function hn(e){return Sn(e,!1)}function Sn(e,t=!1){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter==null?void 0:e.filter.map(Tt),limit:e.limit,offset:e.offset,sortBy:mn(e.sortBy)}}function Cu(e){return!(!("numActiveConsumingContractAgreements"in e)||e.numActiveConsumingContractAgreements===void 0)}function Tn(e){return On(e)}function On(e,t){return e==null?e:{numActiveConsumingContractAgreements:e.numActiveConsumingContractAgreements,maxActiveConsumingContractAgreements:e.maxActiveConsumingContractAgreements==null?void 0:e.maxActiveConsumingContractAgreements}}function Ju(e){return Nn(e,!1)}function Nn(e,t=!1){return e==null?e:{numActiveConsumingContractAgreements:e.numActiveConsumingContractAgreements,maxActiveConsumingContractAgreements:e.maxActiveConsumingContractAgreements}}const Ie={Consuming:"CONSUMING",Providing:"PROVIDING"};function Du(e){for(const t in Ie)if(Object.prototype.hasOwnProperty.call(Ie,t)&&Ie[t]===e)return!0;return!1}function be(e){return Pn(e)}function Pn(e,t){return e}function Au(e){return e}function wu(e,t){return e}const Ue={Self:"SELF",Counterparty:"COUNTERPARTY"};function Iu(e){for(const t in Ue)if(Object.prototype.hasOwnProperty.call(Ue,t)&&Ue[t]===e)return!0;return!1}function Cn(e){return Jn(e)}function Jn(e,t){return e}function bu(e){return e}function Uu(e,t){return e}function Ru(e){return!(!("terminatedAt"in e)||e.terminatedAt===void 0||!("reason"in e)||e.reason===void 0||!("detail"in e)||e.detail===void 0||!("terminatedBy"in e)||e.terminatedBy===void 0)}function At(e){return Dn(e)}function Dn(e,t){return e==null?e:{terminatedAt:new Date(e.terminatedAt),reason:e.reason,detail:e.detail,terminatedBy:Cn(e.terminatedBy)}}function wt(e){return An(e,!1)}function An(e,t=!1){return e==null?e:{terminatedAt:e.terminatedAt.toISOString(),reason:e.reason,detail:e.detail,terminatedBy:e.terminatedBy}}const Re={Running:"RUNNING",Ok:"OK",Error:"ERROR"};function Fu(e){for(const t in Re)if(Object.prototype.hasOwnProperty.call(Re,t)&&Re[t]===e)return!0;return!1}function wn(e){return In(e)}function In(e,t){return e}function Eu(e){return e}function _u(e,t){return e}function ku(e){return!(!("name"in e)||e.name===void 0||!("code"in e)||e.code===void 0||!("simplifiedState"in e)||e.simplifiedState===void 0)}function Fe(e){return bn(e)}function bn(e,t){return e==null?e:{name:e.name,code:e.code,simplifiedState:wn(e.simplifiedState)}}function Ee(e){return Un(e,!1)}function Un(e,t=!1){return e==null?e:{name:e.name,code:e.code,simplifiedState:e.simplifiedState}}function vu(e){return!(!("transferProcessId"in e)||e.transferProcessId===void 0||!("lastUpdatedDate"in e)||e.lastUpdatedDate===void 0||!("state"in e)||e.state===void 0)}function Rn(e){return Fn(e)}function Fn(e,t){return e==null?e:{transferProcessId:e.transferProcessId,lastUpdatedDate:new Date(e.lastUpdatedDate),state:Fe(e.state),errorMessage:e.errorMessage==null?void 0:e.errorMessage}}function En(e){return _n(e,!1)}function _n(e,t=!1){return e==null?e:{transferProcessId:e.transferProcessId,lastUpdatedDate:e.lastUpdatedDate.toISOString(),state:Ee(e.state),errorMessage:e.errorMessage}}const _e={Value:"VALUE",ValueList:"VALUE_LIST"};function qu(e){for(const t in _e)if(Object.prototype.hasOwnProperty.call(_e,t)&&_e[t]===e)return!0;return!1}function kn(e){return vn(e)}function vn(e,t){return e}function Lu(e){return e}function Hu(e,t){return e}function Bu(e){return!0}function qn(e){return Ln(e)}function Ln(e,t){return e==null?e:{type:e.type==null?void 0:kn(e.type),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function Hn(e){return Bn(e,!1)}function Bn(e,t=!1){return e==null?e:{type:e.type,value:e.value,valueList:e.valueList}}const ke={Eq:"EQ",In:"IN",Like:"LIKE"};function Vu(e){for(const t in ke)if(Object.prototype.hasOwnProperty.call(ke,t)&&ke[t]===e)return!0;return!1}function Vn(e){return Mn(e)}function Mn(e,t){return e}function Mu(e){return e}function Zu(e,t){return e}function Gu(e){return!(!("operandLeft"in e)||e.operandLeft===void 0||!("operator"in e)||e.operator===void 0||!("operandRight"in e)||e.operandRight===void 0)}function It(e){return Zn(e)}function Zn(e,t){return e==null?e:{operandLeft:e.operandLeft,operator:Vn(e.operator),operandRight:qn(e.operandRight)}}function bt(e){return Gn(e,!1)}function Gn(e,t=!1){return e==null?e:{operandLeft:e.operandLeft,operator:e.operator,operandRight:Hn(e.operandRight)}}function zu(e){return!(!("contractDefinitionId"in e)||e.contractDefinitionId===void 0||!("accessPolicyId"in e)||e.accessPolicyId===void 0||!("contractPolicyId"in e)||e.contractPolicyId===void 0||!("assetSelector"in e)||e.assetSelector===void 0)}function zn(e){return Qn(e)}function Qn(e,t){return e==null?e:{contractDefinitionId:e.contractDefinitionId,accessPolicyId:e.accessPolicyId,contractPolicyId:e.contractPolicyId,assetSelector:e.assetSelector.map(It)}}function $n(e){return Kn(e,!1)}function Kn(e,t=!1){return e==null?e:{contractDefinitionId:e.contractDefinitionId,accessPolicyId:e.accessPolicyId,contractPolicyId:e.contractPolicyId,assetSelector:e.assetSelector.map(bt)}}function Qu(e){return!(!("contractDefinitions"in e)||e.contractDefinitions===void 0)}function Wn(e){return Yn(e)}function Yn(e,t){return e==null?e:{contractDefinitions:e.contractDefinitions.map(zn)}}function $u(e){return Xn(e,!1)}function Xn(e,t=!1){return e==null?e:{contractDefinitions:e.contractDefinitions.map($n)}}function Ku(e){return!(!("contractDefinitionId"in e)||e.contractDefinitionId===void 0||!("contractPolicyId"in e)||e.contractPolicyId===void 0||!("accessPolicyId"in e)||e.accessPolicyId===void 0||!("assetSelector"in e)||e.assetSelector===void 0)}function Wu(e){return xn(e)}function xn(e,t){return e==null?e:{contractDefinitionId:e.contractDefinitionId,contractPolicyId:e.contractPolicyId,accessPolicyId:e.accessPolicyId,assetSelector:e.assetSelector.map(It)}}function jn(e){return ei(e,!1)}function ei(e,t=!1){return e==null?e:{contractDefinitionId:e.contractDefinitionId,contractPolicyId:e.contractPolicyId,accessPolicyId:e.accessPolicyId,assetSelector:e.assetSelector.map(bt)}}const ve={Ongoing:"ONGOING",Terminated:"TERMINATED"};function Yu(e){for(const t in ve)if(Object.prototype.hasOwnProperty.call(ve,t)&&ve[t]===e)return!0;return!1}function qe(e){return ti(e)}function ti(e,t){return e}function Xu(e){return e}function xu(e,t){return e}function ju(e){return!(!("dataModelName"in e)||e.dataModelName===void 0)}function Le(e){return ri(e)}function ri(e,t){return e==null?e:{dataModelName:e.dataModelName}}function He(e){return ni(e,!1)}function ni(e,t=!1){return e==null?e:{dataModelName:e.dataModelName}}function ed(e){return!(!("dataSourceAvailability"in e)||e.dataSourceAvailability===void 0||!("assetId"in e)||e.assetId===void 0||!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("participantId"in e)||e.participantId===void 0||!("title"in e)||e.title===void 0||!("creatorOrganizationName"in e)||e.creatorOrganizationName===void 0||!("isOwnConnector"in e)||e.isOwnConnector===void 0)}function Z(e){return ii(e)}function ii(e,t){return e==null?e:{dataSourceAvailability:Ot(e.dataSourceAvailability),assetId:e.assetId,connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,title:e.title,creatorOrganizationName:e.creatorOrganizationName,onRequestContactEmail:e.onRequestContactEmail==null?void 0:e.onRequestContactEmail,onRequestContactEmailSubject:e.onRequestContactEmailSubject==null?void 0:e.onRequestContactEmailSubject,language:e.language==null?void 0:e.language,description:e.description==null?void 0:e.description,descriptionShortText:e.descriptionShortText==null?void 0:e.descriptionShortText,isOwnConnector:e.isOwnConnector,publisherHomepage:e.publisherHomepage==null?void 0:e.publisherHomepage,licenseUrl:e.licenseUrl==null?void 0:e.licenseUrl,version:e.version==null?void 0:e.version,keywords:e.keywords==null?void 0:e.keywords,mediaType:e.mediaType==null?void 0:e.mediaType,landingPageUrl:e.landingPageUrl==null?void 0:e.landingPageUrl,httpDatasourceHintsProxyMethod:e.httpDatasourceHintsProxyMethod==null?void 0:e.httpDatasourceHintsProxyMethod,httpDatasourceHintsProxyPath:e.httpDatasourceHintsProxyPath==null?void 0:e.httpDatasourceHintsProxyPath,httpDatasourceHintsProxyQueryParams:e.httpDatasourceHintsProxyQueryParams==null?void 0:e.httpDatasourceHintsProxyQueryParams,httpDatasourceHintsProxyBody:e.httpDatasourceHintsProxyBody==null?void 0:e.httpDatasourceHintsProxyBody,dataModel:e.dataModel==null?void 0:e.dataModel,sovereignLegalName:e.sovereignLegalName==null?void 0:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls==null?void 0:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls==null?void 0:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription==null?void 0:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse==null?void 0:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency==null?void 0:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:new Date(e.temporalCoverageFrom),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:new Date(e.temporalCoverageToInclusive),sphinxFields:e.sphinxFields==null?void 0:Le(e.sphinxFields),assetJsonLd:e.assetJsonLd==null?void 0:e.assetJsonLd,customJsonAsString:e.customJsonAsString==null?void 0:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString==null?void 0:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString==null?void 0:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString==null?void 0:e.privateCustomJsonLdAsString}}function Be(e){return ai(e,!1)}function ai(e,t=!1){return e==null?e:{dataSourceAvailability:e.dataSourceAvailability,assetId:e.assetId,connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,title:e.title,creatorOrganizationName:e.creatorOrganizationName,onRequestContactEmail:e.onRequestContactEmail,onRequestContactEmailSubject:e.onRequestContactEmailSubject,language:e.language,description:e.description,descriptionShortText:e.descriptionShortText,isOwnConnector:e.isOwnConnector,publisherHomepage:e.publisherHomepage,licenseUrl:e.licenseUrl,version:e.version,keywords:e.keywords,mediaType:e.mediaType,landingPageUrl:e.landingPageUrl,httpDatasourceHintsProxyMethod:e.httpDatasourceHintsProxyMethod,httpDatasourceHintsProxyPath:e.httpDatasourceHintsProxyPath,httpDatasourceHintsProxyQueryParams:e.httpDatasourceHintsProxyQueryParams,httpDatasourceHintsProxyBody:e.httpDatasourceHintsProxyBody,dataModel:e.dataModel,sovereignLegalName:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:e.temporalCoverageFrom.toISOString().substring(0,10),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:e.temporalCoverageToInclusive.toISOString().substring(0,10),sphinxFields:He(e.sphinxFields),assetJsonLd:e.assetJsonLd,customJsonAsString:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString}}const Ve={Eq:"EQ",Neq:"NEQ",Gt:"GT",Geq:"GEQ",Lt:"LT",Leq:"LEQ",In:"IN",HasPart:"HAS_PART",IsA:"IS_A",IsAllOf:"IS_ALL_OF",IsAnyOf:"IS_ANY_OF",IsNoneOf:"IS_NONE_OF"};function td(e){for(const t in Ve)if(Object.prototype.hasOwnProperty.call(Ve,t)&&Ve[t]===e)return!0;return!1}function oi(e){return si(e)}function si(e,t){return e}function rd(e){return e}function nd(e,t){return e}const Me={String:"STRING",StringList:"STRING_LIST",Json:"JSON"};function id(e){for(const t in Me)if(Object.prototype.hasOwnProperty.call(Me,t)&&Me[t]===e)return!0;return!1}function ci(e){return ui(e)}function ui(e,t){return e}function ad(e){return e}function od(e,t){return e}function sd(e){return!(!("type"in e)||e.type===void 0)}function di(e){return li(e)}function li(e,t){return e==null?e:{type:ci(e.type),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function fi(e){return pi(e,!1)}function pi(e,t=!1){return e==null?e:{type:e.type,value:e.value,valueList:e.valueList}}function cd(e){return!(!("left"in e)||e.left===void 0||!("operator"in e)||e.operator===void 0||!("right"in e)||e.right===void 0)}function Ut(e){return mi(e)}function mi(e,t){return e==null?e:{left:e.left,operator:oi(e.operator),right:di(e.right)}}function Rt(e){return yi(e,!1)}function yi(e,t=!1){return e==null?e:{left:e.left,operator:e.operator,right:fi(e.right)}}const Ze={Empty:"EMPTY",Constraint:"CONSTRAINT",And:"AND",Or:"OR",Xone:"XONE"};function ud(e){for(const t in Ze)if(Object.prototype.hasOwnProperty.call(Ze,t)&&Ze[t]===e)return!0;return!1}function gi(e){return hi(e)}function hi(e,t){return e}function dd(e){return e}function ld(e,t){return e}function fd(e){return!(!("type"in e)||e.type===void 0)}function j(e){return Si(e)}function Si(e,t){return e==null?e:{type:gi(e.type),expressions:e.expressions==null?void 0:e.expressions.map(j),constraint:e.constraint==null?void 0:Ut(e.constraint)}}function ee(e){return Ti(e,!1)}function Ti(e,t=!1){return e==null?e:{type:e.type,expressions:e.expressions==null?void 0:e.expressions.map(ee),constraint:Rt(e.constraint)}}function pd(e){return!(!("policyJsonLd"in e)||e.policyJsonLd===void 0||!("errors"in e)||e.errors===void 0)}function te(e){return Oi(e)}function Oi(e,t){return e==null?e:{policyJsonLd:e.policyJsonLd,expression:e.expression==null?void 0:j(e.expression),errors:e.errors}}function re(e){return Ni(e,!1)}function Ni(e,t=!1){return e==null?e:{policyJsonLd:e.policyJsonLd,expression:ee(e.expression),errors:e.errors}}function md(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("direction"in e)||e.direction===void 0||!("counterPartyAddress"in e)||e.counterPartyAddress===void 0||!("counterPartyId"in e)||e.counterPartyId===void 0||!("contractSigningDate"in e)||e.contractSigningDate===void 0||!("asset"in e)||e.asset===void 0||!("contractPolicy"in e)||e.contractPolicy===void 0||!("transferProcesses"in e)||e.transferProcesses===void 0||!("terminationStatus"in e)||e.terminationStatus===void 0)}function Pi(e){return Ci(e)}function Ci(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,contractNegotiationId:e.contractNegotiationId,direction:be(e.direction),counterPartyAddress:e.counterPartyAddress,counterPartyId:e.counterPartyId,contractSigningDate:new Date(e.contractSigningDate),asset:Z(e.asset),contractPolicy:te(e.contractPolicy),transferProcesses:e.transferProcesses.map(Rn),terminationStatus:qe(e.terminationStatus),terminationInformation:e.terminationInformation==null?void 0:At(e.terminationInformation)}}function yd(e){return Ji(e,!1)}function Ji(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,contractNegotiationId:e.contractNegotiationId,direction:e.direction,counterPartyAddress:e.counterPartyAddress,counterPartyId:e.counterPartyId,contractSigningDate:e.contractSigningDate.toISOString(),asset:Be(e.asset),contractPolicy:re(e.contractPolicy),transferProcesses:e.transferProcesses.map(En),terminationStatus:e.terminationStatus,terminationInformation:wt(e.terminationInformation)}}function gd(e){return!(!("counterPartyId"in e)||e.counterPartyId===void 0||!("counterPartyAddress"in e)||e.counterPartyAddress===void 0||!("contractOfferId"in e)||e.contractOfferId===void 0||!("policyJsonLd"in e)||e.policyJsonLd===void 0||!("assetId"in e)||e.assetId===void 0)}function hd(e){return Di(e)}function Di(e,t){return e==null?e:{counterPartyId:e.counterPartyId,counterPartyAddress:e.counterPartyAddress,contractOfferId:e.contractOfferId,policyJsonLd:e.policyJsonLd,assetId:e.assetId,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Ce)}}function Ai(e){return wi(e,!1)}function wi(e,t=!1){return e==null?e:{counterPartyId:e.counterPartyId,counterPartyAddress:e.counterPartyAddress,contractOfferId:e.contractOfferId,policyJsonLd:e.policyJsonLd,assetId:e.assetId,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Je)}}const Ge={InProgress:"IN_PROGRESS",Agreed:"AGREED",Terminated:"TERMINATED"};function Sd(e){for(const t in Ge)if(Object.prototype.hasOwnProperty.call(Ge,t)&&Ge[t]===e)return!0;return!1}function Ii(e){return bi(e)}function bi(e,t){return e}function Td(e){return e}function Od(e,t){return e}function Nd(e){return!(!("name"in e)||e.name===void 0||!("code"in e)||e.code===void 0||!("simplifiedState"in e)||e.simplifiedState===void 0)}function ze(e){return Ui(e)}function Ui(e,t){return e==null?e:{name:e.name,code:e.code,simplifiedState:Ii(e.simplifiedState)}}function Qe(e){return Ri(e,!1)}function Ri(e,t=!1){return e==null?e:{name:e.name,code:e.code,simplifiedState:e.simplifiedState}}function Pd(e){return!(!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("state"in e)||e.state===void 0||!("stateChangedAt"in e)||e.stateChangedAt===void 0)}function Fi(e){return Ei(e)}function Ei(e,t){return e==null?e:{contractNegotiationId:e.contractNegotiationId,state:ze(e.state),contractAgreementId:e.contractAgreementId==null?void 0:e.contractAgreementId,contractAgreementTerminationInfo:e.contractAgreementTerminationInfo==null?void 0:At(e.contractAgreementTerminationInfo),stateChangedAt:new Date(e.stateChangedAt)}}function Cd(e){return _i(e,!1)}function _i(e,t=!1){return e==null?e:{contractNegotiationId:e.contractNegotiationId,state:Qe(e.state),contractAgreementId:e.contractAgreementId,contractAgreementTerminationInfo:wt(e.contractAgreementTerminationInfo),stateChangedAt:e.stateChangedAt.toISOString()}}function Jd(e){return!(!("detail"in e)||e.detail===void 0||!("reason"in e)||e.reason===void 0)}function Dd(e){return ki(e)}function ki(e,t){return e==null?e:{detail:e.detail,reason:e.reason}}function vi(e){return qi(e,!1)}function qi(e,t=!1){return e==null?e:{detail:e.detail,reason:e.reason}}function Ad(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("direction"in e)||e.direction===void 0||!("counterPartyId"in e)||e.counterPartyId===void 0||!("contractSigningDate"in e)||e.contractSigningDate===void 0||!("assetId"in e)||e.assetId===void 0||!("assetTitle"in e)||e.assetTitle===void 0||!("transferProcessesCount"in e)||e.transferProcessesCount===void 0||!("terminationStatus"in e)||e.terminationStatus===void 0)}function Li(e){return Hi(e)}function Hi(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,direction:be(e.direction),counterPartyId:e.counterPartyId,contractSigningDate:new Date(e.contractSigningDate),assetId:e.assetId,assetTitle:e.assetTitle,transferProcessesCount:e.transferProcessesCount,terminationStatus:qe(e.terminationStatus),terminatedAt:e.terminatedAt==null?void 0:new Date(e.terminatedAt)}}function Bi(e){return Vi(e,!1)}function Vi(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,direction:e.direction,counterPartyId:e.counterPartyId,contractSigningDate:e.contractSigningDate.toISOString(),assetId:e.assetId,assetTitle:e.assetTitle,transferProcessesCount:e.transferProcessesCount,terminationStatus:e.terminationStatus,terminatedAt:e.terminatedAt==null?void 0:e.terminatedAt.toISOString()}}const $e={ContractName:"CONTRACT_NAME",SignedAt:"SIGNED_AT",TerminatedAt:"TERMINATED_AT",Transfers:"TRANSFERS"};function wd(e){for(const t in $e)if(Object.prototype.hasOwnProperty.call($e,t)&&$e[t]===e)return!0;return!1}function Mi(e){return Zi(e)}function Zi(e,t){return e}function Id(e){return e}function bd(e,t){return e}function Ud(e){return!(!("field"in e)||e.field===void 0||!("direction"in e)||e.direction===void 0)}function Gi(e){return zi(e)}function zi(e,t){return e==null?e:{field:Mi(e.field),direction:Ct(e.direction)}}function Qi(e){return $i(e,!1)}function $i(e,t=!1){return e==null?e:{field:e.field,direction:e.direction}}function Rd(e){return!0}function Fd(e){return Ki(e)}function Ki(e,t){return e==null?e:{terminationStatus:e.terminationStatus==null?void 0:qe(e.terminationStatus),pagination:e.pagination==null?void 0:Nt(e.pagination),searchText:e.searchText==null?void 0:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(Gi)}}function Wi(e){return Yi(e,!1)}function Yi(e,t=!1){return e==null?e:{terminationStatus:e.terminationStatus,pagination:Pt(e.pagination),searchText:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(Qi)}}function Ed(e){return!(!("contracts"in e)||e.contracts===void 0||!("pagination"in e)||e.pagination===void 0)}function Xi(e){return xi(e)}function xi(e,t){return e==null?e:{contracts:e.contracts.map(Li),pagination:Jt(e.pagination)}}function _d(e){return ji(e,!1)}function ji(e,t=!1){return e==null?e:{contracts:e.contracts.map(Bi),pagination:Dt(e.pagination)}}function kd(e){return!(!("myDid"in e)||e.myDid===void 0||!("walletTokenUrl"in e)||e.walletTokenUrl===void 0||!("trustedVcIssuer"in e)||e.trustedVcIssuer===void 0||!("bdrsUrl"in e)||e.bdrsUrl===void 0||!("dimUrl"in e)||e.dimUrl===void 0)}function ea(e){return ta(e)}function ta(e,t){return e==null?e:{myDid:e.myDid,walletTokenUrl:e.walletTokenUrl,trustedVcIssuer:e.trustedVcIssuer,bdrsUrl:e.bdrsUrl,dimUrl:e.dimUrl}}function ra(e){return na(e,!1)}function na(e,t=!1){return e==null?e:{myDid:e.myDid,walletTokenUrl:e.walletTokenUrl,trustedVcIssuer:e.trustedVcIssuer,bdrsUrl:e.bdrsUrl,dimUrl:e.dimUrl}}function vd(e){return!(!("tokenUrl"in e)||e.tokenUrl===void 0||!("jwksUrl"in e)||e.jwksUrl===void 0)}function ia(e){return aa(e)}function aa(e,t){return e==null?e:{tokenUrl:e.tokenUrl,jwksUrl:e.jwksUrl}}function oa(e){return sa(e,!1)}function sa(e,t=!1){return e==null?e:{tokenUrl:e.tokenUrl,jwksUrl:e.jwksUrl}}function qd(e){return!(!("numTotal"in e)||e.numTotal===void 0||!("numRunning"in e)||e.numRunning===void 0||!("numOk"in e)||e.numOk===void 0||!("numError"in e)||e.numError===void 0)}function Ft(e){return ca(e)}function ca(e,t){return e==null?e:{numTotal:e.numTotal,numRunning:e.numRunning,numOk:e.numOk,numError:e.numError}}function Et(e){return ua(e,!1)}function ua(e,t=!1){return e==null?e:{numTotal:e.numTotal,numRunning:e.numRunning,numOk:e.numOk,numError:e.numError}}function Ld(e){return!(!("numAssets"in e)||e.numAssets===void 0||!("numPolicies"in e)||e.numPolicies===void 0||!("numContractDefinitions"in e)||e.numContractDefinitions===void 0||!("numContractAgreementsConsuming"in e)||e.numContractAgreementsConsuming===void 0||!("numContractAgreementsProviding"in e)||e.numContractAgreementsProviding===void 0||!("transferProcessesConsuming"in e)||e.transferProcessesConsuming===void 0||!("transferProcessesProviding"in e)||e.transferProcessesProviding===void 0||!("managementApiUrlShownInDashboard"in e)||e.managementApiUrlShownInDashboard===void 0||!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("connectorParticipantId"in e)||e.connectorParticipantId===void 0||!("connectorTitle"in e)||e.connectorTitle===void 0||!("connectorDescription"in e)||e.connectorDescription===void 0||!("connectorCuratorUrl"in e)||e.connectorCuratorUrl===void 0||!("connectorCuratorName"in e)||e.connectorCuratorName===void 0||!("connectorMaintainerUrl"in e)||e.connectorMaintainerUrl===void 0||!("connectorMaintainerName"in e)||e.connectorMaintainerName===void 0)}function da(e){return la(e)}function la(e,t){return e==null?e:{numAssets:e.numAssets,numPolicies:e.numPolicies,numContractDefinitions:e.numContractDefinitions,numContractAgreementsConsuming:e.numContractAgreementsConsuming,numContractAgreementsProviding:e.numContractAgreementsProviding,transferProcessesConsuming:Ft(e.transferProcessesConsuming),transferProcessesProviding:Ft(e.transferProcessesProviding),managementApiUrlShownInDashboard:e.managementApiUrlShownInDashboard,connectorEndpoint:e.connectorEndpoint,connectorParticipantId:e.connectorParticipantId,connectorTitle:e.connectorTitle,connectorDescription:e.connectorDescription,connectorCuratorUrl:e.connectorCuratorUrl,connectorCuratorName:e.connectorCuratorName,connectorMaintainerUrl:e.connectorMaintainerUrl,connectorMaintainerName:e.connectorMaintainerName,connectorDapsConfig:e.connectorDapsConfig==null?void 0:ia(e.connectorDapsConfig),connectorCxDidConfig:e.connectorCxDidConfig==null?void 0:ea(e.connectorCxDidConfig)}}function Hd(e){return fa(e,!1)}function fa(e,t=!1){return e==null?e:{numAssets:e.numAssets,numPolicies:e.numPolicies,numContractDefinitions:e.numContractDefinitions,numContractAgreementsConsuming:e.numContractAgreementsConsuming,numContractAgreementsProviding:e.numContractAgreementsProviding,transferProcessesConsuming:Et(e.transferProcessesConsuming),transferProcessesProviding:Et(e.transferProcessesProviding),managementApiUrlShownInDashboard:e.managementApiUrlShownInDashboard,connectorEndpoint:e.connectorEndpoint,connectorParticipantId:e.connectorParticipantId,connectorTitle:e.connectorTitle,connectorDescription:e.connectorDescription,connectorCuratorUrl:e.connectorCuratorUrl,connectorCuratorName:e.connectorCuratorName,connectorMaintainerUrl:e.connectorMaintainerUrl,connectorMaintainerName:e.connectorMaintainerName,connectorDapsConfig:oa(e.connectorDapsConfig),connectorCxDidConfig:ra(e.connectorCxDidConfig)}}const Ke={DontPublish:"DONT_PUBLISH",PublishUnrestricted:"PUBLISH_UNRESTRICTED",PublishRestricted:"PUBLISH_RESTRICTED"};function Bd(e){for(const t in Ke)if(Object.prototype.hasOwnProperty.call(Ke,t)&&Ke[t]===e)return!0;return!1}function pa(e){return ma(e)}function ma(e,t){return e}function Vd(e){return e}function Md(e,t){return e}const We={HttpData:"HTTP_DATA",OnRequest:"ON_REQUEST",Custom:"CUSTOM"};function Zd(e){for(const t in We)if(Object.prototype.hasOwnProperty.call(We,t)&&We[t]===e)return!0;return!1}function ya(e){return ga(e)}function ga(e,t){return e}function Gd(e){return e}function zd(e,t){return e}const Ye={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Options:"OPTIONS"};function Qd(e){for(const t in Ye)if(Object.prototype.hasOwnProperty.call(Ye,t)&&Ye[t]===e)return!0;return!1}function ha(e){return Sa(e)}function Sa(e,t){return e}function $d(e){return e}function Kd(e,t){return e}function Wd(e){return!(!("headerName"in e)||e.headerName===void 0||!("vaultKey"in e)||e.vaultKey===void 0)}function _t(e){return Ta(e)}function Ta(e,t){return e==null?e:{headerName:e.headerName,vaultKey:e.vaultKey}}function kt(e){return Oa(e,!1)}function Oa(e,t=!1){return e==null?e:{headerName:e.headerName,vaultKey:e.vaultKey}}function Yd(e){return!(!("username"in e)||e.username===void 0||!("password"in e)||e.password===void 0)}function vt(e){return Na(e)}function Na(e,t){return e==null?e:{username:e.username,password:e.password}}function qt(e){return Pa(e,!1)}function Pa(e,t=!1){return e==null?e:{username:e.username,password:e.password}}const Xe={SharedSecret:"SHARED_SECRET",PrivateKey:"PRIVATE_KEY"};function Xd(e){for(const t in Xe)if(Object.prototype.hasOwnProperty.call(Xe,t)&&Xe[t]===e)return!0;return!1}function Ca(e){return Ja(e)}function Ja(e,t){return e}function xd(e){return e}function jd(e,t){return e}function el(e){return!(!("privateKeyName"in e)||e.privateKeyName===void 0||!("tokenValidityInSeconds"in e)||e.tokenValidityInSeconds===void 0)}function Da(e){return Aa(e)}function Aa(e,t){return e==null?e:{privateKeyName:e.privateKeyName,tokenValidityInSeconds:e.tokenValidityInSeconds}}function wa(e){return Ia(e,!1)}function Ia(e,t=!1){return e==null?e:{privateKeyName:e.privateKeyName,tokenValidityInSeconds:e.tokenValidityInSeconds}}function tl(e){return!(!("clientId"in e)||e.clientId===void 0||!("clientSecretName"in e)||e.clientSecretName===void 0)}function ba(e){return Ua(e)}function Ua(e,t){return e==null?e:{clientId:e.clientId,clientSecretName:e.clientSecretName}}function Ra(e){return Fa(e,!1)}function Fa(e,t=!1){return e==null?e:{clientId:e.clientId,clientSecretName:e.clientSecretName}}function rl(e){return!(!("tokenUrl"in e)||e.tokenUrl===void 0||!("type"in e)||e.type===void 0)}function Ea(e){return _a(e)}function _a(e,t){return e==null?e:{tokenUrl:e.tokenUrl,scope:e.scope==null?void 0:e.scope,type:Ca(e.type),privateKey:e.privateKey==null?void 0:Da(e.privateKey),sharedSecret:e.sharedSecret==null?void 0:ba(e.sharedSecret)}}function ka(e){return va(e,!1)}function va(e,t=!1){return e==null?e:{tokenUrl:e.tokenUrl,scope:e.scope,type:e.type,privateKey:wa(e.privateKey),sharedSecret:Ra(e.sharedSecret)}}const xe={Basic:"BASIC",Oauth2:"OAUTH2",ApiKey:"API_KEY"};function nl(e){for(const t in xe)if(Object.prototype.hasOwnProperty.call(xe,t)&&xe[t]===e)return!0;return!1}function qa(e){return La(e)}function La(e,t){return e}function il(e){return e}function al(e,t){return e}function ol(e){return!(!("type"in e)||e.type===void 0)}function Ha(e){return Ba(e)}function Ba(e,t){return e==null?e:{type:qa(e.type),basic:e.basic==null?void 0:vt(e.basic),apiKey:e.apiKey==null?void 0:_t(e.apiKey),oauth:e.oauth==null?void 0:Ea(e.oauth)}}function Va(e){return Ma(e,!1)}function Ma(e,t=!1){return e==null?e:{type:e.type,basic:qt(e.basic),apiKey:kt(e.apiKey),oauth:ka(e.oauth)}}function sl(e){return!(!("baseUrl"in e)||e.baseUrl===void 0)}function Za(e){return Ga(e)}function Ga(e,t){return e==null?e:{method:e.method==null?void 0:ha(e.method),baseUrl:e.baseUrl,queryString:e.queryString==null?void 0:e.queryString,auth:e.auth==null?void 0:Ha(e.auth),headers:e.headers==null?void 0:e.headers,enableMethodParameterization:e.enableMethodParameterization==null?void 0:e.enableMethodParameterization,enablePathParameterization:e.enablePathParameterization==null?void 0:e.enablePathParameterization,enableQueryParameterization:e.enableQueryParameterization==null?void 0:e.enableQueryParameterization,enableBodyParameterization:e.enableBodyParameterization==null?void 0:e.enableBodyParameterization}}function za(e){return Qa(e,!1)}function Qa(e,t=!1){return e==null?e:{method:e.method,baseUrl:e.baseUrl,queryString:e.queryString,auth:Va(e.auth),headers:e.headers,enableMethodParameterization:e.enableMethodParameterization,enablePathParameterization:e.enablePathParameterization,enableQueryParameterization:e.enableQueryParameterization,enableBodyParameterization:e.enableBodyParameterization}}function cl(e){return!(!("contactEmail"in e)||e.contactEmail===void 0||!("contactPreferredEmailSubject"in e)||e.contactPreferredEmailSubject===void 0)}function $a(e){return Ka(e)}function Ka(e,t){return e==null?e:{contactEmail:e.contactEmail,contactPreferredEmailSubject:e.contactPreferredEmailSubject}}function Wa(e){return Ya(e,!1)}function Ya(e,t=!1){return e==null?e:{contactEmail:e.contactEmail,contactPreferredEmailSubject:e.contactPreferredEmailSubject}}function ul(e){return!(!("type"in e)||e.type===void 0)}function Lt(e){return Xa(e)}function Xa(e,t){return e==null?e:{type:ya(e.type),httpData:e.httpData==null?void 0:Za(e.httpData),onRequest:e.onRequest==null?void 0:$a(e.onRequest),customProperties:e.customProperties==null?void 0:e.customProperties}}function Ht(e){return xa(e,!1)}function xa(e,t=!1){return e==null?e:{type:e.type,httpData:za(e.httpData),onRequest:Wa(e.onRequest),customProperties:e.customProperties}}function dl(e){return!(!("dataSource"in e)||e.dataSource===void 0||!("id"in e)||e.id===void 0)}function ja(e){return eo(e)}function eo(e,t){return e==null?e:{dataSource:Lt(e.dataSource),id:e.id,title:e.title==null?void 0:e.title,language:e.language==null?void 0:e.language,description:e.description==null?void 0:e.description,publisherHomepage:e.publisherHomepage==null?void 0:e.publisherHomepage,licenseUrl:e.licenseUrl==null?void 0:e.licenseUrl,version:e.version==null?void 0:e.version,keywords:e.keywords==null?void 0:e.keywords,mediaType:e.mediaType==null?void 0:e.mediaType,landingPageUrl:e.landingPageUrl==null?void 0:e.landingPageUrl,dataModel:e.dataModel==null?void 0:e.dataModel,sovereignLegalName:e.sovereignLegalName==null?void 0:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls==null?void 0:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls==null?void 0:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription==null?void 0:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse==null?void 0:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency==null?void 0:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:new Date(e.temporalCoverageFrom),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:new Date(e.temporalCoverageToInclusive),sphinxFields:e.sphinxFields==null?void 0:Le(e.sphinxFields),customJsonAsString:e.customJsonAsString==null?void 0:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString==null?void 0:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString==null?void 0:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString==null?void 0:e.privateCustomJsonLdAsString}}function je(e){return to(e,!1)}function to(e,t=!1){return e==null?e:{dataSource:Ht(e.dataSource),id:e.id,title:e.title,language:e.language,description:e.description,publisherHomepage:e.publisherHomepage,licenseUrl:e.licenseUrl,version:e.version,keywords:e.keywords,mediaType:e.mediaType,landingPageUrl:e.landingPageUrl,dataModel:e.dataModel,sovereignLegalName:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:e.temporalCoverageFrom.toISOString().substring(0,10),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:e.temporalCoverageToInclusive.toISOString().substring(0,10),sphinxFields:He(e.sphinxFields),customJsonAsString:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString}}function ll(e){return!(!("asset"in e)||e.asset===void 0||!("publishType"in e)||e.publishType===void 0)}function fl(e){return ro(e)}function ro(e,t){return e==null?e:{asset:ja(e.asset),publishType:pa(e.publishType),policyExpression:e.policyExpression==null?void 0:j(e.policyExpression)}}function no(e){return io(e,!1)}function io(e,t=!1){return e==null?e:{asset:je(e.asset),publishType:e.publishType,policyExpression:ee(e.policyExpression)}}function pl(e){return!(!("baseUrl"in e)||e.baseUrl===void 0||!("authorizationHeaderValue"in e)||e.authorizationHeaderValue===void 0)}function ao(e){return oo(e)}function oo(e,t){return e==null?e:{baseUrl:e.baseUrl,authorizationHeaderValue:e.authorizationHeaderValue,expiresAt:e.expiresAt==null?void 0:new Date(e.expiresAt)}}function ml(e){return so(e,!1)}function so(e,t=!1){return e==null?e:{baseUrl:e.baseUrl,authorizationHeaderValue:e.authorizationHeaderValue,expiresAt:e.expiresAt==null?void 0:e.expiresAt.toISOString()}}function yl(e){return!(!("id"in e)||e.id===void 0)}function et(e){return co(e)}function co(e,t){return e==null?e:{id:e.id,available:e.available==null?void 0:e.available}}function gl(e){return uo(e,!1)}function uo(e,t=!1){return e==null?e:{id:e.id,available:e.available}}function hl(e){return!(!("id"in e)||e.id===void 0||!("lastUpdatedDate"in e)||e.lastUpdatedDate===void 0)}function J(e){return lo(e)}function lo(e,t){return e==null?e:{id:e.id,lastUpdatedDate:new Date(e.lastUpdatedDate)}}function Sl(e){return fo(e,!1)}function fo(e,t=!1){return e==null?e:{id:e.id,lastUpdatedDate:e.lastUpdatedDate.toISOString()}}function Tl(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("transferProcessRequestJsonLd"in e)||e.transferProcessRequestJsonLd===void 0)}function Ol(e){return po(e)}function po(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,transferProcessRequestJsonLd:e.transferProcessRequestJsonLd}}function mo(e){return yo(e,!1)}function yo(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,transferProcessRequestJsonLd:e.transferProcessRequestJsonLd}}function Nl(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("transferType"in e)||e.transferType===void 0||!("dataSinkProperties"in e)||e.dataSinkProperties===void 0||!("transferProcessProperties"in e)||e.transferProcessProperties===void 0)}function Pl(e){return go(e)}function go(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,transferType:e.transferType,dataSinkProperties:e.dataSinkProperties,transferProcessProperties:e.transferProcessProperties}}function ho(e){return So(e,!1)}function So(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,transferType:e.transferType,dataSinkProperties:e.dataSinkProperties,transferProcessProperties:e.transferProcessProperties}}function Cl(e){return!(!("incomingTransferProcessCounts"in e)||e.incomingTransferProcessCounts===void 0||!("outgoingTransferProcessCounts"in e)||e.outgoingTransferProcessCounts===void 0)}function To(e){return Oo(e)}function Oo(e,t){return e==null?e:{incomingTransferProcessCounts:e.incomingTransferProcessCounts,outgoingTransferProcessCounts:e.outgoingTransferProcessCounts}}function No(e){return Po(e,!1)}function Po(e,t=!1){return e==null?e:{incomingTransferProcessCounts:e.incomingTransferProcessCounts,outgoingTransferProcessCounts:e.outgoingTransferProcessCounts}}function Jl(e){return!(!("assetsCount"in e)||e.assetsCount===void 0||!("policiesCount"in e)||e.policiesCount===void 0||!("contractDefinitionsCount"in e)||e.contractDefinitionsCount===void 0||!("contractAgreementsCount"in e)||e.contractAgreementsCount===void 0||!("transferProcessDto"in e)||e.transferProcessDto===void 0)}function Co(e){return Jo(e)}function Jo(e,t){return e==null?e:{assetsCount:e.assetsCount,policiesCount:e.policiesCount,contractDefinitionsCount:e.contractDefinitionsCount,contractAgreementsCount:e.contractAgreementsCount,transferProcessDto:To(e.transferProcessDto)}}function Dl(e){return Do(e,!1)}function Do(e,t=!1){return e==null?e:{assetsCount:e.assetsCount,policiesCount:e.policiesCount,contractDefinitionsCount:e.contractDefinitionsCount,contractAgreementsCount:e.contractAgreementsCount,transferProcessDto:No(e.transferProcessDto)}}function Al(e){return!(!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("participantId"in e)||e.participantId===void 0||!("filter"in e)||e.filter===void 0)}function wl(e){return Ao(e)}function Ao(e,t){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter.map(St),limit:e.limit==null?void 0:e.limit,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Ce)}}function wo(e){return Io(e,!1)}function Io(e,t=!1){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter.map(Tt),limit:e.limit,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Je)}}function Il(e){return!(!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("state"in e)||e.state===void 0||!("stateChangedAt"in e)||e.stateChangedAt===void 0||!("asset"in e)||e.asset===void 0||!("policy"in e)||e.policy===void 0)}function bo(e){return Uo(e)}function Uo(e,t){return e==null?e:{contractNegotiationId:e.contractNegotiationId,contractAgreementId:e.contractAgreementId==null?void 0:e.contractAgreementId,state:ze(e.state),stateChangedAt:new Date(e.stateChangedAt),asset:Z(e.asset),policy:te(e.policy)}}function bl(e){return Ro(e,!1)}function Ro(e,t=!1){return e==null?e:{contractNegotiationId:e.contractNegotiationId,contractAgreementId:e.contractAgreementId,state:Qe(e.state),stateChangedAt:e.stateChangedAt.toISOString(),asset:Be(e.asset),policy:re(e.policy)}}function Ul(e){return!(!("policyDefinitionId"in e)||e.policyDefinitionId===void 0||!("expression"in e)||e.expression===void 0)}function Rl(e){return Fo(e)}function Fo(e,t){return e==null?e:{policyDefinitionId:e.policyDefinitionId,expression:j(e.expression)}}function Eo(e){return _o(e,!1)}function _o(e,t=!1){return e==null?e:{policyDefinitionId:e.policyDefinitionId,expression:ee(e.expression)}}function Fl(e){return!0}function ko(e){return vo(e)}function vo(e,t){return e==null?e:{constraints:e.constraints==null?void 0:e.constraints.map(Ut)}}function qo(e){return Lo(e,!1)}function Lo(e,t=!1){return e==null?e:{constraints:e.constraints==null?void 0:e.constraints.map(Rt)}}function El(e){return!(!("policyDefinitionId"in e)||e.policyDefinitionId===void 0||!("policy"in e)||e.policy===void 0)}function _l(e){return Ho(e)}function Ho(e,t){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:ko(e.policy)}}function Bo(e){return Vo(e,!1)}function Vo(e,t=!1){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:qo(e.policy)}}function kl(e){return!(!("policyDefinitionId"in e)||e.policyDefinitionId===void 0||!("policy"in e)||e.policy===void 0)}function Mo(e){return Zo(e)}function Zo(e,t){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:te(e.policy)}}function Go(e){return zo(e,!1)}function zo(e,t=!1){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:re(e.policy)}}function vl(e){return!(!("policies"in e)||e.policies===void 0)}function Qo(e){return $o(e)}function $o(e,t){return e==null?e:{policies:e.policies.map(Mo)}}function ql(e){return Ko(e,!1)}function Ko(e,t=!1){return e==null?e:{policies:e.policies.map(Go)}}function Ll(e){return!(!("transferProcessId"in e)||e.transferProcessId===void 0||!("createdDate"in e)||e.createdDate===void 0||!("lastUpdatedDate"in e)||e.lastUpdatedDate===void 0||!("transferType"in e)||e.transferType===void 0||!("state"in e)||e.state===void 0||!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("direction"in e)||e.direction===void 0||!("counterPartyConnectorEndpoint"in e)||e.counterPartyConnectorEndpoint===void 0||!("counterPartyParticipantId"in e)||e.counterPartyParticipantId===void 0||!("assetName"in e)||e.assetName===void 0||!("assetId"in e)||e.assetId===void 0||!("isEdrConsumable"in e)||e.isEdrConsumable===void 0)}function Wo(e){return Yo(e)}function Yo(e,t){return e==null?e:{transferProcessId:e.transferProcessId,createdDate:new Date(e.createdDate),lastUpdatedDate:new Date(e.lastUpdatedDate),transferType:e.transferType,state:Fe(e.state),contractAgreementId:e.contractAgreementId,direction:be(e.direction),counterPartyConnectorEndpoint:e.counterPartyConnectorEndpoint,counterPartyParticipantId:e.counterPartyParticipantId,assetName:e.assetName,assetId:e.assetId,errorMessage:e.errorMessage==null?void 0:e.errorMessage,isEdrConsumable:e.isEdrConsumable}}function Xo(e){return xo(e,!1)}function xo(e,t=!1){return e==null?e:{transferProcessId:e.transferProcessId,createdDate:e.createdDate.toISOString(),lastUpdatedDate:e.lastUpdatedDate.toISOString(),transferType:e.transferType,state:Ee(e.state),contractAgreementId:e.contractAgreementId,direction:e.direction,counterPartyConnectorEndpoint:e.counterPartyConnectorEndpoint,counterPartyParticipantId:e.counterPartyParticipantId,assetName:e.assetName,assetId:e.assetId,errorMessage:e.errorMessage,isEdrConsumable:e.isEdrConsumable}}function Hl(e){return!(!("transferEntries"in e)||e.transferEntries===void 0)}function jo(e){return es(e)}function es(e,t){return e==null?e:{transferEntries:e.transferEntries.map(Wo)}}function Bl(e){return ts(e,!1)}function ts(e,t=!1){return e==null?e:{transferEntries:e.transferEntries.map(Xo)}}function Vl(e){return!(!("transferId"in e)||e.transferId===void 0||!("state"in e)||e.state===void 0||!("stateChangedAt"in e)||e.stateChangedAt===void 0||!("isEdrConsumable"in e)||e.isEdrConsumable===void 0)}function rs(e){return ns(e)}function ns(e,t){return e==null?e:{transferId:e.transferId,state:Fe(e.state),stateChangedAt:new Date(e.stateChangedAt),isEdrConsumable:e.isEdrConsumable}}function Ml(e){return is(e,!1)}function is(e,t=!1){return e==null?e:{transferId:e.transferId,state:Ee(e.state),stateChangedAt:e.stateChangedAt.toISOString(),isEdrConsumable:e.isEdrConsumable}}function Zl(e){return!0}function Gl(e){return as(e)}function as(e,t){return e==null?e:{dataSourceOverrideOrNull:e.dataSourceOverrideOrNull==null?void 0:Lt(e.dataSourceOverrideOrNull),title:e.title==null?void 0:e.title,language:e.language==null?void 0:e.language,description:e.description==null?void 0:e.description,publisherHomepage:e.publisherHomepage==null?void 0:e.publisherHomepage,licenseUrl:e.licenseUrl==null?void 0:e.licenseUrl,version:e.version==null?void 0:e.version,keywords:e.keywords==null?void 0:e.keywords,mediaType:e.mediaType==null?void 0:e.mediaType,landingPageUrl:e.landingPageUrl==null?void 0:e.landingPageUrl,dataModel:e.dataModel==null?void 0:e.dataModel,sovereignLegalName:e.sovereignLegalName==null?void 0:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls==null?void 0:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls==null?void 0:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription==null?void 0:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse==null?void 0:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency==null?void 0:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:new Date(e.temporalCoverageFrom),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:new Date(e.temporalCoverageToInclusive),sphinxFields:e.sphinxFields==null?void 0:Le(e.sphinxFields),customJsonAsString:e.customJsonAsString==null?void 0:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString==null?void 0:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString==null?void 0:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString==null?void 0:e.privateCustomJsonLdAsString}}function os(e){return ss(e,!1)}function ss(e,t=!1){return e==null?e:{dataSourceOverrideOrNull:Ht(e.dataSourceOverrideOrNull),title:e.title,language:e.language,description:e.description,publisherHomepage:e.publisherHomepage,licenseUrl:e.licenseUrl,version:e.version,keywords:e.keywords,mediaType:e.mediaType,landingPageUrl:e.landingPageUrl,dataModel:e.dataModel,sovereignLegalName:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:e.temporalCoverageFrom.toISOString().substring(0,10),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:e.temporalCoverageToInclusive.toISOString().substring(0,10),sphinxFields:He(e.sphinxFields),customJsonAsString:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString}}const tt={ConnectorLimits:"CONNECTOR_LIMITS",OpenSourceMarketing:"OPEN_SOURCE_MARKETING",EeBasicMarketing:"EE_BASIC_MARKETING",CatenaPolicies:"CATENA_POLICIES",SovityPolicies:"SOVITY_POLICIES",SphinxPolicies:"SPHINX_POLICIES",SphinxAssetMetadata:"SPHINX_ASSET_METADATA",BusinessPartnerGroupManagement:"BUSINESS_PARTNER_GROUP_MANAGEMENT"};function zl(e){for(const t in tt)if(Object.prototype.hasOwnProperty.call(tt,t)&&tt[t]===e)return!0;return!1}function cs(e){return us(e)}function us(e,t){return e}function ds(e){return e}function Ql(e,t){return e}function $l(e){return!(!("participantId"in e)||e.participantId===void 0||!("connectorEndpoint"in e)||e.connectorEndpoint===void 0)}function ls(e){return fs(e)}function fs(e,t){return e==null?e:{participantId:e.participantId,connectorEndpoint:e.connectorEndpoint}}function ps(e){return ms(e,!1)}function ms(e,t=!1){return e==null?e:{participantId:e.participantId,connectorEndpoint:e.connectorEndpoint}}function Kl(e){return!(!("features"in e)||e.features===void 0||!("preconfiguredCounterparties"in e)||e.preconfiguredCounterparties===void 0)}function ys(e){return gs(e)}function gs(e,t){return e==null?e:{features:e.features.map(cs),preconfiguredCounterparties:e.preconfiguredCounterparties.map(ls),logoutUrl:e.logoutUrl==null?void 0:e.logoutUrl,documentationUrl:e.documentationUrl==null?void 0:e.documentationUrl,supportUrl:e.supportUrl==null?void 0:e.supportUrl,privacyPolicyUrl:e.privacyPolicyUrl==null?void 0:e.privacyPolicyUrl,legalNoticeUrl:e.legalNoticeUrl==null?void 0:e.legalNoticeUrl,icpFooterLinkText:e.icpFooterLinkText==null?void 0:e.icpFooterLinkText,icpFooterLinkUrl:e.icpFooterLinkUrl==null?void 0:e.icpFooterLinkUrl}}function Wl(e){return hs(e,!1)}function hs(e,t=!1){return e==null?e:{features:e.features.map(ds),preconfiguredCounterparties:e.preconfiguredCounterparties.map(ps),logoutUrl:e.logoutUrl,documentationUrl:e.documentationUrl,supportUrl:e.supportUrl,privacyPolicyUrl:e.privacyPolicyUrl,legalNoticeUrl:e.legalNoticeUrl,icpFooterLinkText:e.icpFooterLinkText,icpFooterLinkUrl:e.icpFooterLinkUrl}}function Yl(e){return!(!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("createdAt"in e)||e.createdAt===void 0||!("state"in e)||e.state===void 0)}function Bt(e){return Ss(e)}function Ss(e,t){return e==null?e:{contractNegotiationId:e.contractNegotiationId,createdAt:new Date(e.createdAt),contractAgreementId:e.contractAgreementId==null?void 0:e.contractAgreementId,state:ze(e.state)}}function Xl(e){return Ts(e,!1)}function Ts(e,t=!1){return e==null?e:{contractNegotiationId:e.contractNegotiationId,createdAt:e.createdAt.toISOString(),contractAgreementId:e.contractAgreementId,state:Qe(e.state)}}function xl(e){return!(!("contractOfferId"in e)||e.contractOfferId===void 0||!("policy"in e)||e.policy===void 0)}function Os(e){return Ns(e)}function Ns(e,t){return e==null?e:{contractOfferId:e.contractOfferId,policy:te(e.policy)}}function Ps(e){return Cs(e,!1)}function Cs(e,t=!1){return e==null?e:{contractOfferId:e.contractOfferId,policy:re(e.policy)}}function jl(e){return!(!("endpoint"in e)||e.endpoint===void 0||!("participantId"in e)||e.participantId===void 0||!("asset"in e)||e.asset===void 0||!("contractOffers"in e)||e.contractOffers===void 0)}function ne(e){return Js(e)}function Js(e,t){return e==null?e:{endpoint:e.endpoint,participantId:e.participantId,asset:Z(e.asset),contractOffers:e.contractOffers.map(Os)}}function ef(e){return Ds(e,!1)}function Ds(e,t=!1){return e==null?e:{endpoint:e.endpoint,participantId:e.participantId,asset:Be(e.asset),contractOffers:e.contractOffers.map(Ps)}}const rt={Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Options:"OPTIONS"};function tf(e){for(const t in rt)if(Object.prototype.hasOwnProperty.call(rt,t)&&rt[t]===e)return!0;return!1}function As(e){return ws(e)}function ws(e,t){return e}function rf(e){return e}function nf(e,t){return e}const nt={Basic:"BASIC",ApiKey:"API_KEY"};function af(e){for(const t in nt)if(Object.prototype.hasOwnProperty.call(nt,t)&&nt[t]===e)return!0;return!1}function Is(e){return bs(e)}function bs(e,t){return e}function of(e){return e}function sf(e,t){return e}function cf(e){return!(!("type"in e)||e.type===void 0)}function Us(e){return Rs(e)}function Rs(e,t){return e==null?e:{type:Is(e.type),basic:e.basic==null?void 0:vt(e.basic),apiKey:e.apiKey==null?void 0:_t(e.apiKey)}}function Fs(e){return Es(e,!1)}function Es(e,t=!1){return e==null?e:{type:e.type,basic:qt(e.basic),apiKey:kt(e.apiKey)}}function uf(e){return!(!("baseUrl"in e)||e.baseUrl===void 0)}function _s(e){return ks(e)}function ks(e,t){return e==null?e:{method:e.method==null?void 0:As(e.method),baseUrl:e.baseUrl,queryString:e.queryString==null?void 0:e.queryString,auth:e.auth==null?void 0:Us(e.auth),headers:e.headers==null?void 0:e.headers}}function vs(e){return qs(e,!1)}function qs(e,t=!1){return e==null?e:{method:e.method,baseUrl:e.baseUrl,queryString:e.queryString,auth:Fs(e.auth),headers:e.headers}}const it={HttpDataPush:"HTTP_DATA_PUSH",HttpDataProxy:"HTTP_DATA_PROXY",Custom:"CUSTOM"};function df(e){for(const t in it)if(Object.prototype.hasOwnProperty.call(it,t)&&it[t]===e)return!0;return!1}function Ls(e){return Hs(e)}function Hs(e,t){return e}function lf(e){return e}function ff(e,t){return e}function pf(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("type"in e)||e.type===void 0)}function mf(e){return Bs(e)}function Bs(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,type:Ls(e.type),httpDataPush:e.httpDataPush==null?void 0:_s(e.httpDataPush),callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Ce),customDataSinkProperties:e.customDataSinkProperties==null?void 0:e.customDataSinkProperties,customTransferPrivateProperties:e.customTransferPrivateProperties==null?void 0:e.customTransferPrivateProperties,customTransferType:e.customTransferType==null?void 0:e.customTransferType}}function Vs(e){return Ms(e,!1)}function Ms(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,type:e.type,httpDataPush:vs(e.httpDataPush),callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Je),customDataSinkProperties:e.customDataSinkProperties,customTransferPrivateProperties:e.customTransferPrivateProperties,customTransferType:e.customTransferType}}function yf(e){return!(!("key"in e)||e.key===void 0||!("value"in e)||e.value===void 0||!("description"in e)||e.description===void 0)}function gf(e){return Zs(e)}function Zs(e,t){return e==null?e:{key:e.key,value:e.value,description:e.description}}function Gs(e){return zs(e,!1)}function zs(e,t=!1){return e==null?e:{key:e.key,value:e.value,description:e.description}}function hf(e){return!(!("key"in e)||e.key===void 0||!("description"in e)||e.description===void 0)}function Qs(e){return $s(e)}function $s(e,t){return e==null?e:{key:e.key,description:e.description}}function Sf(e){return Ks(e,!1)}function Ks(e,t=!1){return e==null?e:{key:e.key,description:e.description}}function Tf(e){return!(!("description"in e)||e.description===void 0)}function Of(e){return Ws(e)}function Ws(e,t){return e==null?e:{value:e.value==null?void 0:e.value,description:e.description}}function Ys(e){return Xs(e,!1)}function Xs(e,t=!1){return e==null?e:{value:e.value,description:e.description}}function Nf(e){return!(!("key"in e)||e.key===void 0||!("description"in e)||e.description===void 0||!("updatedAt"in e)||e.updatedAt===void 0)}function xs(e){return js(e)}function js(e,t){return e==null?e:{key:e.key,description:e.description,updatedAt:new Date(e.updatedAt)}}function Pf(e){return ec(e,!1)}function ec(e,t=!1){return e==null?e:{key:e.key,description:e.description,updatedAt:e.updatedAt.toISOString()}}function Cf(e){return!0}function Jf(e){return tc(e)}function tc(e,t){return e==null?e:{searchQuery:e.searchQuery==null?void 0:e.searchQuery,limit:e.limit==null?void 0:e.limit}}function rc(e){return nc(e,!1)}function nc(e,t=!1){return e==null?e:{searchQuery:e.searchQuery,limit:e.limit}}class ic extends K{async connectorLimitsRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ee/connector-limits",method:"GET",headers:i,query:r},t);return new m(a,o=>Tn(o))}async connectorLimits(t){return await(await this.connectorLimitsRaw(t)).value()}async fileUploadCreateAssetRaw(t,r){if(t.blobId==null)throw new P("blobId",'Required parameter "blobId" was null or undefined when calling fileUploadCreateAsset().');if(t.uiAssetCreateRequest==null)throw new P("uiAssetCreateRequest",'Required parameter "uiAssetCreateRequest" was null or undefined when calling fileUploadCreateAsset().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ee/file-upload/blobs/{blobId}/asset".replace("{blobId}",encodeURIComponent(String(t.blobId))),method:"POST",headers:a,query:i,body:je(t.uiAssetCreateRequest)},r);return new Xt(o)}async fileUploadCreateAsset(t,r){await this.fileUploadCreateAssetRaw(t,r)}async fileUploadRequestSasTokenRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ee/file-upload/blobs",method:"POST",headers:i,query:r},t);return this.isJsonMime(a.headers.get("content-type"))?new m(a):new xt(a)}async fileUploadRequestSasToken(t){return await(await this.fileUploadRequestSasTokenRaw(t)).value()}}class ac extends K{async assetDetailPageRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling assetDetailPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/asset-detail-page/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Z(s))}async assetDetailPage(t,r){return await(await this.assetDetailPageRaw(t,r)).value()}async assetsPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/assets-page",method:"POST",headers:a,query:i,body:Sr(t.assetsPageRequest)},r);return new m(o,s=>Pr(s))}async assetsPage(t={},r){return await(await this.assetsPageRaw(t,r)).value()}async buildInfoRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/build-info",method:"GET",headers:i,query:r},t);return new m(a,o=>Dr(o))}async buildInfo(t){return await(await this.buildInfoRaw(t)).value()}async businessPartnerGroupCreateSubmitRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/create",method:"POST",headers:a,query:i,body:br(t.businessPartnerGroupCreateSubmit)},r);return new m(o,s=>J(s))}async businessPartnerGroupCreateSubmit(t={},r){return await(await this.businessPartnerGroupCreateSubmitRaw(t,r)).value()}async businessPartnerGroupEditPageRaw(t,r){if(t.id==null)throw new P("id",'Required parameter "id" was null or undefined when calling businessPartnerGroupEditPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/{id}/edit-page".replace("{id}",encodeURIComponent(String(t.id))),method:"GET",headers:a,query:i},r);return new m(o,s=>Rr(s))}async businessPartnerGroupEditPage(t,r){return await(await this.businessPartnerGroupEditPageRaw(t,r)).value()}async businessPartnerGroupEditSubmitRaw(t,r){if(t.id==null)throw new P("id",'Required parameter "id" was null or undefined when calling businessPartnerGroupEditSubmit().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/{id}/edit-group".replace("{id}",encodeURIComponent(String(t.id))),method:"PUT",headers:a,query:i,body:kr(t.businessPartnerGroupEditSubmit)},r);return new m(o,s=>J(s))}async businessPartnerGroupEditSubmit(t,r){return await(await this.businessPartnerGroupEditSubmitRaw(t,r)).value()}async businessPartnerGroupListPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/list-page",method:"POST",headers:a,query:i,body:Vr(t.businessPartnerGroupQuery)},r);return new m(o,s=>s.map(qr))}async businessPartnerGroupListPage(t={},r){return await(await this.businessPartnerGroupListPageRaw(t,r)).value()}async contractDetailPageRaw(t,r){if(t.contractAgreementId==null)throw new P("contractAgreementId",'Required parameter "contractAgreementId" was null or undefined when calling contractDetailPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/contract-detail-page/{contractAgreementId}".replace("{contractAgreementId}",encodeURIComponent(String(t.contractAgreementId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Pi(s))}async contractDetailPage(t,r){return await(await this.contractDetailPageRaw(t,r)).value()}async contractsPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contracts-page",method:"POST",headers:a,query:i,body:Wi(t.contractsPageRequest)},r);return new m(o,s=>Xi(s))}async contractsPage(t={},r){return await(await this.contractsPageRaw(t,r)).value()}async createAssetRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/asset-page/assets",method:"POST",headers:a,query:i,body:je(t.uiAssetCreateRequest)},r);return new m(o,s=>J(s))}async createAsset(t={},r){return await(await this.createAssetRaw(t,r)).value()}async createContractDefinitionRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-definition-page/contract-definitions",method:"POST",headers:a,query:i,body:jn(t.contractDefinitionRequest)},r);return new m(o,s=>J(s))}async createContractDefinition(t={},r){return await(await this.createContractDefinitionRaw(t,r)).value()}async createDataOfferRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/create-data-offer",method:"POST",headers:a,query:i,body:no(t.dataOfferCreateRequest)},r);return new m(o,s=>J(s))}async createDataOffer(t={},r){return await(await this.createDataOfferRaw(t,r)).value()}async createPolicyDefinitionRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/policy-page/policy-definitions",method:"POST",headers:a,query:i,body:Bo(t.policyDefinitionCreateRequest)},r);return new m(o,s=>J(s))}async createPolicyDefinition(t={},r){return await(await this.createPolicyDefinitionRaw(t,r)).value()}async createPolicyDefinitionV2Raw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/v2/pages/policy-page/policy-definitions",method:"POST",headers:a,query:i,body:Eo(t.policyDefinitionCreateDto)},r);return new m(o,s=>J(s))}async createPolicyDefinitionV2(t={},r){return await(await this.createPolicyDefinitionV2Raw(t,r)).value()}async createVaultSecretRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/vault-secrets/create-secret",method:"POST",headers:a,query:i,body:Gs(t.vaultSecretCreateSubmit)},r);return new m(o,s=>J(s))}async createVaultSecret(t={},r){return await(await this.createVaultSecretRaw(t,r)).value()}async deleteAssetRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling deleteAsset().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/asset-page/assets/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteAsset(t,r){return await(await this.deleteAssetRaw(t,r)).value()}async deleteBusinessPartnerGroupRaw(t,r){if(t.id==null)throw new P("id",'Required parameter "id" was null or undefined when calling deleteBusinessPartnerGroup().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/{id}".replace("{id}",encodeURIComponent(String(t.id))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteBusinessPartnerGroup(t,r){return await(await this.deleteBusinessPartnerGroupRaw(t,r)).value()}async deleteContractDefinitionRaw(t,r){if(t.contractDefinitionId==null)throw new P("contractDefinitionId",'Required parameter "contractDefinitionId" was null or undefined when calling deleteContractDefinition().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/contract-definition-page/contract-definitions/{contractDefinitionId}".replace("{contractDefinitionId}",encodeURIComponent(String(t.contractDefinitionId))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteContractDefinition(t,r){return await(await this.deleteContractDefinitionRaw(t,r)).value()}async deletePolicyDefinitionRaw(t,r){if(t.policyId==null)throw new P("policyId",'Required parameter "policyId" was null or undefined when calling deletePolicyDefinition().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/policy-page/policy-definitions/{policyId}".replace("{policyId}",encodeURIComponent(String(t.policyId))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deletePolicyDefinition(t,r){return await(await this.deletePolicyDefinitionRaw(t,r)).value()}async deleteVaultSecretRaw(t,r){if(t.key==null)throw new P("key",'Required parameter "key" was null or undefined when calling deleteVaultSecret().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/vault-secrets/{key}".replace("{key}",encodeURIComponent(String(t.key))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteVaultSecret(t,r){return await(await this.deleteVaultSecretRaw(t,r)).value()}async editAssetRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling editAsset().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/asset-page/assets/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"PUT",headers:a,query:i,body:os(t.uiAssetEditRequest)},r);return new m(o,s=>J(s))}async editAsset(t,r){return await(await this.editAssetRaw(t,r)).value()}async editVaultSecretRaw(t,r){if(t.key==null)throw new P("key",'Required parameter "key" was null or undefined when calling editVaultSecret().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/vault-secrets/{key}/edit-secret".replace("{key}",encodeURIComponent(String(t.key))),method:"PUT",headers:a,query:i,body:Ys(t.vaultSecretEditSubmit)},r);return new m(o,s=>J(s))}async editVaultSecret(t,r){return await(await this.editVaultSecretRaw(t,r)).value()}async editVaultSecretPageRaw(t,r){if(t.key==null)throw new P("key",'Required parameter "key" was null or undefined when calling editVaultSecretPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/vault-secrets/{key}/edit-secret".replace("{key}",encodeURIComponent(String(t.key))),method:"GET",headers:a,query:i},r);return new m(o,s=>Qs(s))}async editVaultSecretPage(t,r){return await(await this.editVaultSecretPageRaw(t,r)).value()}async getCatalogPageDataOfferRaw(t,r){if(t.dataOfferId==null)throw new P("dataOfferId",'Required parameter "dataOfferId" was null or undefined when calling getCatalogPageDataOffer().');const i={};t.participantId!=null&&(i.participantId=t.participantId),t.connectorEndpoint!=null&&(i.connectorEndpoint=t.connectorEndpoint);const a={},o=await this.request({path:"/wrapper/ui/pages/catalog-page/data-offers/{dataOfferId}".replace("{dataOfferId}",encodeURIComponent(String(t.dataOfferId))),method:"GET",headers:a,query:i},r);return new m(o,s=>ne(s))}async getCatalogPageDataOffer(t,r){return await(await this.getCatalogPageDataOfferRaw(t,r)).value()}async getCatalogPageDataOffersRaw(t,r){const i={};t.participantId!=null&&(i.participantId=t.participantId),t.connectorEndpoint!=null&&(i.connectorEndpoint=t.connectorEndpoint);const a={},o=await this.request({path:"/wrapper/ui/pages/catalog-page/data-offers",method:"GET",headers:a,query:i},r);return new m(o,s=>s.map(ne))}async getCatalogPageDataOffers(t={},r){return await(await this.getCatalogPageDataOffersRaw(t,r)).value()}async getContractDefinitionPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/contract-definition-page",method:"GET",headers:i,query:r},t);return new m(a,o=>Wn(o))}async getContractDefinitionPage(t){return await(await this.getContractDefinitionPageRaw(t)).value()}async getContractNegotiationRaw(t,r){if(t.contractNegotiationId==null)throw new P("contractNegotiationId",'Required parameter "contractNegotiationId" was null or undefined when calling getContractNegotiation().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/catalog-page/contract-negotiations/{contractNegotiationId}".replace("{contractNegotiationId}",encodeURIComponent(String(t.contractNegotiationId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Bt(s))}async getContractNegotiation(t,r){return await(await this.getContractNegotiationRaw(t,r)).value()}async getDashboardPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/dashboard-page",method:"GET",headers:i,query:r},t);return new m(a,o=>da(o))}async getDashboardPage(t){return await(await this.getDashboardPageRaw(t)).value()}async getPolicyDefinitionPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/policy-page",method:"GET",headers:i,query:r},t);return new m(a,o=>Qo(o))}async getPolicyDefinitionPage(t){return await(await this.getPolicyDefinitionPageRaw(t)).value()}async getTransferHistoryPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/transfer-history-page",method:"GET",headers:i,query:r},t);return new m(a,o=>jo(o))}async getTransferHistoryPage(t){return await(await this.getTransferHistoryPageRaw(t)).value()}async getTransferProcessAssetRaw(t,r){if(t.transferProcessId==null)throw new P("transferProcessId",'Required parameter "transferProcessId" was null or undefined when calling getTransferProcessAsset().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/transfer-history-page/transfer-processes/{transferProcessId}/asset".replace("{transferProcessId}",encodeURIComponent(String(t.transferProcessId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Z(s))}async getTransferProcessAsset(t,r){return await(await this.getTransferProcessAssetRaw(t,r)).value()}async initiateContractNegotiationRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/catalog-page/contract-negotiations",method:"POST",headers:a,query:i,body:Ai(t.contractNegotiationRequest)},r);return new m(o,s=>Bt(s))}async initiateContractNegotiation(t={},r){return await(await this.initiateContractNegotiationRaw(t,r)).value()}async initiateCustomTransferRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-agreement-page/transfers/custom",method:"POST",headers:a,query:i,body:mo(t.initiateCustomTransferRequest)},r);return new m(o,s=>J(s))}async initiateCustomTransfer(t={},r){return await(await this.initiateCustomTransferRaw(t,r)).value()}async initiateTransferRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-agreement-page/transfers",method:"POST",headers:a,query:i,body:ho(t.initiateTransferRequest)},r);return new m(o,s=>J(s))}async initiateTransfer(t={},r){return await(await this.initiateTransferRaw(t,r)).value()}async initiateTransferV2Raw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-agreement-page/initiate-transfer-v2",method:"POST",headers:a,query:i,body:Vs(t.uiInitiateTransferRequest)},r);return new m(o,s=>J(s))}async initiateTransferV2(t={},r){return await(await this.initiateTransferV2Raw(t,r)).value()}async isAssetIdAvailableRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling isAssetIdAvailable().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/data-offer-page/validate-asset-id/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"GET",headers:a,query:i},r);return new m(o,s=>et(s))}async isAssetIdAvailable(t,r){return await(await this.isAssetIdAvailableRaw(t,r)).value()}async isContractDefinitionIdAvailableRaw(t,r){if(t.contractDefinitionId==null)throw new P("contractDefinitionId",'Required parameter "contractDefinitionId" was null or undefined when calling isContractDefinitionIdAvailable().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/data-offer-page/validate-contract-definition-id/{contractDefinitionId}".replace("{contractDefinitionId}",encodeURIComponent(String(t.contractDefinitionId))),method:"GET",headers:a,query:i},r);return new m(o,s=>et(s))}async isContractDefinitionIdAvailable(t,r){return await(await this.isContractDefinitionIdAvailableRaw(t,r)).value()}async isPolicyIdAvailableRaw(t,r){if(t.policyId==null)throw new P("policyId",'Required parameter "policyId" was null or undefined when calling isPolicyIdAvailable().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/data-offer-page/validate-policy-id/{policyId}".replace("{policyId}",encodeURIComponent(String(t.policyId))),method:"GET",headers:a,query:i},r);return new m(o,s=>et(s))}async isPolicyIdAvailable(t,r){return await(await this.isPolicyIdAvailableRaw(t,r)).value()}async listVaultSecretsPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/vault-secrets/list-page",method:"POST",headers:a,query:i,body:rc(t.vaultSecretQuery)},r);return new m(o,s=>s.map(xs))}async listVaultSecretsPage(t={},r){return await(await this.listVaultSecretsPageRaw(t,r)).value()}async terminateContractAgreementRaw(t,r){if(t.contractAgreementId==null)throw new P("contractAgreementId",'Required parameter "contractAgreementId" was null or undefined when calling terminateContractAgreement().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/content-agreement-page/{contractAgreementId}/terminate".replace("{contractAgreementId}",encodeURIComponent(String(t.contractAgreementId))),method:"POST",headers:a,query:i,body:vi(t.contractTerminationRequest)},r);return new m(o,s=>J(s))}async terminateContractAgreement(t,r){return await(await this.terminateContractAgreementRaw(t,r)).value()}async uiConfigRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/config",method:"GET",headers:i,query:r},t);return new m(a,o=>ys(o))}async uiConfig(t){return await(await this.uiConfigRaw(t)).value()}}class oc extends K{async getAssetsRaw(t){const r={},i={},a=await this.request({path:"/wrapper/use-case-api/assets",method:"GET",headers:i,query:r},t);return new m(a,o=>o.map(Z))}async getAssets(t){return await(await this.getAssetsRaw(t)).value()}async getContractNegotiationStatesRaw(t,r){if(t.requestBody==null)throw new P("requestBody",'Required parameter "requestBody" was null or undefined when calling getContractNegotiationStates().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/contract-negotiations/states",method:"POST",headers:a,query:i,body:t.requestBody},r);return new m(o,s=>s.map(Fi))}async getContractNegotiationStates(t,r){return await(await this.getContractNegotiationStatesRaw(t,r)).value()}async getKpisRaw(t){const r={},i={},a=await this.request({path:"/wrapper/use-case-api/kpis",method:"GET",headers:i,query:r},t);return new m(a,o=>Co(o))}async getKpis(t){return await(await this.getKpisRaw(t)).value()}async getSupportedFunctionsRaw(t){const r={},i={},a=await this.request({path:"/wrapper/use-case-api/supported-policy-functions",method:"GET",headers:i,query:r},t);return new m(a)}async getSupportedFunctions(t){return await(await this.getSupportedFunctionsRaw(t)).value()}async getTransferProcessEdrRaw(t,r){if(t.transferId==null)throw new P("transferId",'Required parameter "transferId" was null or undefined when calling getTransferProcessEdr().');const i={},a={},o=await this.request({path:"/wrapper/use-case-api/transfers/{transferId}/edr".replace("{transferId}",encodeURIComponent(String(t.transferId))),method:"POST",headers:a,query:i},r);return new m(o,s=>ao(s))}async getTransferProcessEdr(t,r){return await(await this.getTransferProcessEdrRaw(t,r)).value()}async getTransferProcessStatesRaw(t,r){if(t.requestBody==null)throw new P("requestBody",'Required parameter "requestBody" was null or undefined when calling getTransferProcessStates().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/transfers/states",method:"POST",headers:a,query:i,body:t.requestBody},r);return new m(o,s=>s.map(rs))}async getTransferProcessStates(t,r){return await(await this.getTransferProcessStatesRaw(t,r)).value()}async negotiateAllRaw(t,r){if(t.negotiateAllQuery==null)throw new P("negotiateAllQuery",'Required parameter "negotiateAllQuery" was null or undefined when calling negotiateAll().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/negotiations/quick-initiate",method:"POST",headers:a,query:i,body:wo(t.negotiateAllQuery)},r);return new m(o,s=>s.map(bo))}async negotiateAll(t,r){return await(await this.negotiateAllRaw(t,r)).value()}async queryCatalogRaw(t,r){if(t.catalogQuery==null)throw new P("catalogQuery",'Required parameter "catalogQuery" was null or undefined when calling queryCatalog().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/catalog",method:"POST",headers:a,query:i,body:cn(t.catalogQuery)},r);return new m(o,s=>s.map(ne))}async queryCatalog(t,r){return await(await this.queryCatalogRaw(t,r)).value()}async queryCatalogV2Raw(t,r){if(t.catalogQueryV2==null)throw new P("catalogQueryV2",'Required parameter "catalogQueryV2" was null or undefined when calling queryCatalogV2().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/catalog-v2",method:"POST",headers:a,query:i,body:hn(t.catalogQueryV2)},r);return new m(o,s=>s.map(ne))}async queryCatalogV2(t,r){return await(await this.queryCatalogV2Raw(t,r)).value()}async terminateTransferProcessRaw(t,r){if(t.transferId==null)throw new P("transferId",'Required parameter "transferId" was null or undefined when calling terminateTransferProcess().');const i={},a={},o=await this.request({path:"/wrapper/use-case-api/transfers/{transferId}/terminate".replace("{transferId}",encodeURIComponent(String(t.transferId))),method:"POST",headers:a,query:i},r);return new m(o,s=>J(s))}async terminateTransferProcess(t,r){return await(await this.terminateTransferProcessRaw(t,r)).value()}}var N;(function(e){e.assertEqual=a=>a;function t(a){}e.assertIs=t;function r(a){throw new Error}e.assertNever=r,e.arrayToEnum=a=>{const o={};for(const s of a)o[s]=s;return o},e.getValidEnumValues=a=>{const o=e.objectKeys(a).filter(c=>typeof a[a[c]]!="number"),s={};for(const c of o)s[c]=a[c];return e.objectValues(s)},e.objectValues=a=>e.objectKeys(a).map(function(o){return a[o]}),e.objectKeys=typeof Object.keys=="function"?a=>Object.keys(a):a=>{const o=[];for(const s in a)Object.prototype.hasOwnProperty.call(a,s)&&o.push(s);return o},e.find=(a,o)=>{for(const s of a)if(o(s))return s},e.isInteger=typeof Number.isInteger=="function"?a=>Number.isInteger(a):a=>typeof a=="number"&&isFinite(a)&&Math.floor(a)===a;function i(a,o=" | "){return a.map(s=>typeof s=="string"?`'${s}'`:s).join(o)}e.joinValues=i,e.jsonStringifyReplacer=(a,o)=>typeof o=="bigint"?o.toString():o})(N||(N={}));var Vt;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(Vt||(Vt={}));const l=N.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),H=e=>{switch(typeof e){case"undefined":return l.undefined;case"string":return l.string;case"number":return isNaN(e)?l.nan:l.number;case"boolean":return l.boolean;case"function":return l.function;case"bigint":return l.bigint;case"symbol":return l.symbol;case"object":return Array.isArray(e)?l.array:e===null?l.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?l.promise:typeof Map<"u"&&e instanceof Map?l.map:typeof Set<"u"&&e instanceof Set?l.set:typeof Date<"u"&&e instanceof Date?l.date:l.object;default:return l.unknown}},u=N.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),Df=e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:");class b extends Error{constructor(t){super(),this.issues=[],this.addIssue=i=>{this.issues=[...this.issues,i]},this.addIssues=(i=[])=>{this.issues=[...this.issues,...i]};const r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=t}get errors(){return this.issues}format(t){const r=t||function(o){return o.message},i={_errors:[]},a=o=>{for(const s of o.issues)if(s.code==="invalid_union")s.unionErrors.map(a);else if(s.code==="invalid_return_type")a(s.returnTypeError);else if(s.code==="invalid_arguments")a(s.argumentsError);else if(s.path.length===0)i._errors.push(r(s));else{let c=i,p=0;for(;p<s.path.length;){const d=s.path[p];p===s.path.length-1?(c[d]=c[d]||{_errors:[]},c[d]._errors.push(r(s))):c[d]=c[d]||{_errors:[]},c=c[d],p++}}};return a(this),i}toString(){return this.message}get message(){return JSON.stringify(this.issues,N.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=r=>r.message){const r={},i=[];for(const a of this.issues)a.path.length>0?(r[a.path[0]]=r[a.path[0]]||[],r[a.path[0]].push(t(a))):i.push(t(a));return{formErrors:i,fieldErrors:r}}get formErrors(){return this.flatten()}}b.create=e=>new b(e);const ie=(e,t)=>{let r;switch(e.code){case u.invalid_type:e.received===l.undefined?r="Required":r=`Expected ${e.expected}, received ${e.received}`;break;case u.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,N.jsonStringifyReplacer)}`;break;case u.unrecognized_keys:r=`Unrecognized key(s) in object: ${N.joinValues(e.keys,", ")}`;break;case u.invalid_union:r="Invalid input";break;case u.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${N.joinValues(e.options)}`;break;case u.invalid_enum_value:r=`Invalid enum value. Expected ${N.joinValues(e.options)}, received '${e.received}'`;break;case u.invalid_arguments:r="Invalid function arguments";break;case u.invalid_return_type:r="Invalid function return type";break;case u.invalid_date:r="Invalid date";break;case u.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?r=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?r=`Invalid input: must end with "${e.validation.endsWith}"`:N.assertNever(e.validation):e.validation!=="regex"?r=`Invalid ${e.validation}`:r="Invalid";break;case u.too_small:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:r="Invalid input";break;case u.too_big:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:r="Invalid input";break;case u.custom:r="Invalid input";break;case u.invalid_intersection_types:r="Intersection results could not be merged";break;case u.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case u.not_finite:r="Number must be finite";break;default:r=t.defaultError,N.assertNever(e)}return{message:r}};let sc=ie;function Af(e){sc=e}function at(){return sc}const ot=e=>{const{data:t,path:r,errorMaps:i,issueData:a}=e,o=[...r,...a.path||[]],s={...a,path:o};let c="";const p=i.filter(d=>!!d).slice().reverse();for(const d of p)c=d(s,{data:t,defaultError:c}).message;return{...a,path:o,message:a.message||c}},wf=[];function f(e,t){const r=ot({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,at(),ie].filter(i=>!!i)});e.common.issues.push(r)}class D{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,r){const i=[];for(const a of r){if(a.status==="aborted")return h;a.status==="dirty"&&t.dirty(),i.push(a.value)}return{status:t.value,value:i}}static async mergeObjectAsync(t,r){const i=[];for(const a of r)i.push({key:await a.key,value:await a.value});return D.mergeObjectSync(t,i)}static mergeObjectSync(t,r){const i={};for(const a of r){const{key:o,value:s}=a;if(o.status==="aborted"||s.status==="aborted")return h;o.status==="dirty"&&t.dirty(),s.status==="dirty"&&t.dirty(),o.value!=="__proto__"&&(typeof s.value<"u"||a.alwaysSet)&&(i[o.value]=s.value)}return{status:t.value,value:i}}}const h=Object.freeze({status:"aborted"}),cc=e=>({status:"dirty",value:e}),A=e=>({status:"valid",value:e}),Mt=e=>e.status==="aborted",Zt=e=>e.status==="dirty",ae=e=>e.status==="valid",st=e=>typeof Promise<"u"&&e instanceof Promise;var y;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t==null?void 0:t.message})(y||(y={}));class E{constructor(t,r,i,a){this._cachedPath=[],this.parent=t,this.data=r,this._path=i,this._key=a}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const uc=(e,t)=>{if(ae(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const r=new b(e.common.issues);return this._error=r,this._error}}};function S(e){if(!e)return{};const{errorMap:t,invalid_type_error:r,required_error:i,description:a}=e;if(t&&(r||i))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:a}:{errorMap:(s,c)=>s.code!=="invalid_type"?{message:c.defaultError}:typeof c.data>"u"?{message:i??c.defaultError}:{message:r??c.defaultError},description:a}}class T{constructor(t){this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(t){return H(t.data)}_getOrReturnCtx(t,r){return r||{common:t.parent.common,data:t.data,parsedType:H(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new D,ctx:{common:t.parent.common,data:t.data,parsedType:H(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){const r=this._parse(t);if(st(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(t){const r=this._parse(t);return Promise.resolve(r)}parse(t,r){const i=this.safeParse(t,r);if(i.success)return i.data;throw i.error}safeParse(t,r){var i;const a={common:{issues:[],async:(i=r==null?void 0:r.async)!==null&&i!==void 0?i:!1,contextualErrorMap:r==null?void 0:r.errorMap},path:(r==null?void 0:r.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:H(t)},o=this._parseSync({data:t,path:a.path,parent:a});return uc(a,o)}async parseAsync(t,r){const i=await this.safeParseAsync(t,r);if(i.success)return i.data;throw i.error}async safeParseAsync(t,r){const i={common:{issues:[],contextualErrorMap:r==null?void 0:r.errorMap,async:!0},path:(r==null?void 0:r.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:H(t)},a=this._parse({data:t,path:i.path,parent:i}),o=await(st(a)?a:Promise.resolve(a));return uc(i,o)}refine(t,r){const i=a=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(a):r;return this._refinement((a,o)=>{const s=t(a),c=()=>o.addIssue({code:u.custom,...i(a)});return typeof Promise<"u"&&s instanceof Promise?s.then(p=>p?!0:(c(),!1)):s?!0:(c(),!1)})}refinement(t,r){return this._refinement((i,a)=>t(i)?!0:(a.addIssue(typeof r=="function"?r(i,a):r),!1))}_refinement(t){return new F({schema:this,typeName:g.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}optional(){return q.create(this,this._def)}nullable(){return $.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return R.create(this,this._def)}promise(){return x.create(this,this._def)}or(t){return ue.create([this,t],this._def)}and(t){return de.create(this,t,this._def)}transform(t){return new F({...S(this._def),schema:this,typeName:g.ZodEffects,effect:{type:"transform",transform:t}})}default(t){const r=typeof t=="function"?t:()=>t;return new ye({...S(this._def),innerType:this,defaultValue:r,typeName:g.ZodDefault})}brand(){return new lc({typeName:g.ZodBranded,type:this,...S(this._def)})}catch(t){const r=typeof t=="function"?t:()=>t;return new pt({...S(this._def),innerType:this,catchValue:r,typeName:g.ZodCatch})}describe(t){const r=this.constructor;return new r({...this._def,description:t})}pipe(t){return ge.create(this,t)}readonly(){return yt.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const If=/^c[^\s-]{8,}$/i,bf=/^[a-z][a-z0-9]*$/,Uf=/^[0-9A-HJKMNP-TV-Z]{26}$/,Rf=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,Ff=/^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Ef="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let Gt;const _f=/^(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))$/,kf=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,vf=e=>e.precision?e.offset?new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${e.precision}}(([+-]\\d{2}(:?\\d{2})?)|Z)$`):new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${e.precision}}Z$`):e.precision===0?e.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"):e.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z$");function qf(e,t){return!!((t==="v4"||!t)&&_f.test(e)||(t==="v6"||!t)&&kf.test(e))}class U extends T{_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==l.string){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.string,received:o.parsedType}),h}const i=new D;let a;for(const o of this._def.checks)if(o.kind==="min")t.data.length<o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),i.dirty());else if(o.kind==="max")t.data.length>o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),i.dirty());else if(o.kind==="length"){const s=t.data.length>o.value,c=t.data.length<o.value;(s||c)&&(a=this._getOrReturnCtx(t,a),s?f(a,{code:u.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):c&&f(a,{code:u.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),i.dirty())}else if(o.kind==="email")Ff.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"email",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="emoji")Gt||(Gt=new RegExp(Ef,"u")),Gt.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"emoji",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="uuid")Rf.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"uuid",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="cuid")If.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"cuid",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="cuid2")bf.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"cuid2",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="ulid")Uf.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"ulid",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="url")try{new URL(t.data)}catch{a=this._getOrReturnCtx(t,a),f(a,{validation:"url",code:u.invalid_string,message:o.message}),i.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"regex",code:u.invalid_string,message:o.message}),i.dirty())):o.kind==="trim"?t.data=t.data.trim():o.kind==="includes"?t.data.includes(o.value,o.position)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),i.dirty()):o.kind==="toLowerCase"?t.data=t.data.toLowerCase():o.kind==="toUpperCase"?t.data=t.data.toUpperCase():o.kind==="startsWith"?t.data.startsWith(o.value)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:{startsWith:o.value},message:o.message}),i.dirty()):o.kind==="endsWith"?t.data.endsWith(o.value)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:{endsWith:o.value},message:o.message}),i.dirty()):o.kind==="datetime"?vf(o).test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:"datetime",message:o.message}),i.dirty()):o.kind==="ip"?qf(t.data,o.version)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"ip",code:u.invalid_string,message:o.message}),i.dirty()):N.assertNever(o);return{status:i.value,value:t.data}}_regex(t,r,i){return this.refinement(a=>t.test(a),{validation:r,code:u.invalid_string,...y.errToObj(i)})}_addCheck(t){return new U({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...y.errToObj(t)})}url(t){return this._addCheck({kind:"url",...y.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...y.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...y.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...y.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...y.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...y.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...y.errToObj(t)})}datetime(t){var r;return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof(t==null?void 0:t.precision)>"u"?null:t==null?void 0:t.precision,offset:(r=t==null?void 0:t.offset)!==null&&r!==void 0?r:!1,...y.errToObj(t==null?void 0:t.message)})}regex(t,r){return this._addCheck({kind:"regex",regex:t,...y.errToObj(r)})}includes(t,r){return this._addCheck({kind:"includes",value:t,position:r==null?void 0:r.position,...y.errToObj(r==null?void 0:r.message)})}startsWith(t,r){return this._addCheck({kind:"startsWith",value:t,...y.errToObj(r)})}endsWith(t,r){return this._addCheck({kind:"endsWith",value:t,...y.errToObj(r)})}min(t,r){return this._addCheck({kind:"min",value:t,...y.errToObj(r)})}max(t,r){return this._addCheck({kind:"max",value:t,...y.errToObj(r)})}length(t,r){return this._addCheck({kind:"length",value:t,...y.errToObj(r)})}nonempty(t){return this.min(1,y.errToObj(t))}trim(){return new U({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new U({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new U({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get minLength(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxLength(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}}U.create=e=>{var t;return new U({checks:[],typeName:g.ZodString,coerce:(t=e==null?void 0:e.coerce)!==null&&t!==void 0?t:!1,...S(e)})};function Lf(e,t){const r=(e.toString().split(".")[1]||"").length,i=(t.toString().split(".")[1]||"").length,a=r>i?r:i,o=parseInt(e.toFixed(a).replace(".","")),s=parseInt(t.toFixed(a).replace(".",""));return o%s/Math.pow(10,a)}class B extends T{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==l.number){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.number,received:o.parsedType}),h}let i;const a=new D;for(const o of this._def.checks)o.kind==="int"?N.isInteger(t.data)||(i=this._getOrReturnCtx(t,i),f(i,{code:u.invalid_type,expected:"integer",received:"float",message:o.message}),a.dirty()):o.kind==="min"?(o.inclusive?t.data<o.value:t.data<=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),a.dirty()):o.kind==="max"?(o.inclusive?t.data>o.value:t.data>=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),a.dirty()):o.kind==="multipleOf"?Lf(t.data,o.value)!==0&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.not_multiple_of,multipleOf:o.value,message:o.message}),a.dirty()):o.kind==="finite"?Number.isFinite(t.data)||(i=this._getOrReturnCtx(t,i),f(i,{code:u.not_finite,message:o.message}),a.dirty()):N.assertNever(o);return{status:a.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,y.toString(r))}gt(t,r){return this.setLimit("min",t,!1,y.toString(r))}lte(t,r){return this.setLimit("max",t,!0,y.toString(r))}lt(t,r){return this.setLimit("max",t,!1,y.toString(r))}setLimit(t,r,i,a){return new B({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:i,message:y.toString(a)}]})}_addCheck(t){return new B({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:y.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:y.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:y.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:y.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:y.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:y.toString(r)})}finite(t){return this._addCheck({kind:"finite",message:y.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:y.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:y.toString(t)})}get minValue(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&N.isInteger(t.value))}get isFinite(){let t=null,r=null;for(const i of this._def.checks){if(i.kind==="finite"||i.kind==="int"||i.kind==="multipleOf")return!0;i.kind==="min"?(r===null||i.value>r)&&(r=i.value):i.kind==="max"&&(t===null||i.value<t)&&(t=i.value)}return Number.isFinite(r)&&Number.isFinite(t)}}B.create=e=>new B({checks:[],typeName:g.ZodNumber,coerce:(e==null?void 0:e.coerce)||!1,...S(e)});class V extends T{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce&&(t.data=BigInt(t.data)),this._getType(t)!==l.bigint){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.bigint,received:o.parsedType}),h}let i;const a=new D;for(const o of this._def.checks)o.kind==="min"?(o.inclusive?t.data<o.value:t.data<=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),a.dirty()):o.kind==="max"?(o.inclusive?t.data>o.value:t.data>=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),a.dirty()):o.kind==="multipleOf"?t.data%o.value!==BigInt(0)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.not_multiple_of,multipleOf:o.value,message:o.message}),a.dirty()):N.assertNever(o);return{status:a.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,y.toString(r))}gt(t,r){return this.setLimit("min",t,!1,y.toString(r))}lte(t,r){return this.setLimit("max",t,!0,y.toString(r))}lt(t,r){return this.setLimit("max",t,!1,y.toString(r))}setLimit(t,r,i,a){return new V({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:i,message:y.toString(a)}]})}_addCheck(t){return new V({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:y.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:y.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:y.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:y.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:y.toString(r)})}get minValue(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}}V.create=e=>{var t;return new V({checks:[],typeName:g.ZodBigInt,coerce:(t=e==null?void 0:e.coerce)!==null&&t!==void 0?t:!1,...S(e)})};class oe extends T{_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==l.boolean){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.boolean,received:i.parsedType}),h}return A(t.data)}}oe.create=e=>new oe({typeName:g.ZodBoolean,coerce:(e==null?void 0:e.coerce)||!1,...S(e)});class G extends T{_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==l.date){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.date,received:o.parsedType}),h}if(isNaN(t.data.getTime())){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_date}),h}const i=new D;let a;for(const o of this._def.checks)o.kind==="min"?t.data.getTime()<o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),i.dirty()):o.kind==="max"?t.data.getTime()>o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),i.dirty()):N.assertNever(o);return{status:i.value,value:new Date(t.data.getTime())}}_addCheck(t){return new G({...this._def,checks:[...this._def.checks,t]})}min(t,r){return this._addCheck({kind:"min",value:t.getTime(),message:y.toString(r)})}max(t,r){return this._addCheck({kind:"max",value:t.getTime(),message:y.toString(r)})}get minDate(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t!=null?new Date(t):null}}G.create=e=>new G({checks:[],coerce:(e==null?void 0:e.coerce)||!1,typeName:g.ZodDate,...S(e)});class ct extends T{_parse(t){if(this._getType(t)!==l.symbol){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.symbol,received:i.parsedType}),h}return A(t.data)}}ct.create=e=>new ct({typeName:g.ZodSymbol,...S(e)});class se extends T{_parse(t){if(this._getType(t)!==l.undefined){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.undefined,received:i.parsedType}),h}return A(t.data)}}se.create=e=>new se({typeName:g.ZodUndefined,...S(e)});class ce extends T{_parse(t){if(this._getType(t)!==l.null){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.null,received:i.parsedType}),h}return A(t.data)}}ce.create=e=>new ce({typeName:g.ZodNull,...S(e)});class W extends T{constructor(){super(...arguments),this._any=!0}_parse(t){return A(t.data)}}W.create=e=>new W({typeName:g.ZodAny,...S(e)});class z extends T{constructor(){super(...arguments),this._unknown=!0}_parse(t){return A(t.data)}}z.create=e=>new z({typeName:g.ZodUnknown,...S(e)});class v extends T{_parse(t){const r=this._getOrReturnCtx(t);return f(r,{code:u.invalid_type,expected:l.never,received:r.parsedType}),h}}v.create=e=>new v({typeName:g.ZodNever,...S(e)});class ut extends T{_parse(t){if(this._getType(t)!==l.undefined){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.void,received:i.parsedType}),h}return A(t.data)}}ut.create=e=>new ut({typeName:g.ZodVoid,...S(e)});class R extends T{_parse(t){const{ctx:r,status:i}=this._processInputParams(t),a=this._def;if(r.parsedType!==l.array)return f(r,{code:u.invalid_type,expected:l.array,received:r.parsedType}),h;if(a.exactLength!==null){const s=r.data.length>a.exactLength.value,c=r.data.length<a.exactLength.value;(s||c)&&(f(r,{code:s?u.too_big:u.too_small,minimum:c?a.exactLength.value:void 0,maximum:s?a.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:a.exactLength.message}),i.dirty())}if(a.minLength!==null&&r.data.length<a.minLength.value&&(f(r,{code:u.too_small,minimum:a.minLength.value,type:"array",inclusive:!0,exact:!1,message:a.minLength.message}),i.dirty()),a.maxLength!==null&&r.data.length>a.maxLength.value&&(f(r,{code:u.too_big,maximum:a.maxLength.value,type:"array",inclusive:!0,exact:!1,message:a.maxLength.message}),i.dirty()),r.common.async)return Promise.all([...r.data].map((s,c)=>a.type._parseAsync(new E(r,s,r.path,c)))).then(s=>D.mergeArray(i,s));const o=[...r.data].map((s,c)=>a.type._parseSync(new E(r,s,r.path,c)));return D.mergeArray(i,o)}get element(){return this._def.type}min(t,r){return new R({...this._def,minLength:{value:t,message:y.toString(r)}})}max(t,r){return new R({...this._def,maxLength:{value:t,message:y.toString(r)}})}length(t,r){return new R({...this._def,exactLength:{value:t,message:y.toString(r)}})}nonempty(t){return this.min(1,t)}}R.create=(e,t)=>new R({type:e,minLength:null,maxLength:null,exactLength:null,typeName:g.ZodArray,...S(t)});function Y(e){if(e instanceof C){const t={};for(const r in e.shape){const i=e.shape[r];t[r]=q.create(Y(i))}return new C({...e._def,shape:()=>t})}else return e instanceof R?new R({...e._def,type:Y(e.element)}):e instanceof q?q.create(Y(e.unwrap())):e instanceof $?$.create(Y(e.unwrap())):e instanceof _?_.create(e.items.map(t=>Y(t))):e}class C extends T{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const t=this._def.shape(),r=N.objectKeys(t);return this._cached={shape:t,keys:r}}_parse(t){if(this._getType(t)!==l.object){const d=this._getOrReturnCtx(t);return f(d,{code:u.invalid_type,expected:l.object,received:d.parsedType}),h}const{status:i,ctx:a}=this._processInputParams(t),{shape:o,keys:s}=this._getCached(),c=[];if(!(this._def.catchall instanceof v&&this._def.unknownKeys==="strip"))for(const d in a.data)s.includes(d)||c.push(d);const p=[];for(const d of s){const O=o[d],I=a.data[d];p.push({key:{status:"valid",value:d},value:O._parse(new E(a,I,a.path,d)),alwaysSet:d in a.data})}if(this._def.catchall instanceof v){const d=this._def.unknownKeys;if(d==="passthrough")for(const O of c)p.push({key:{status:"valid",value:O},value:{status:"valid",value:a.data[O]}});else if(d==="strict")c.length>0&&(f(a,{code:u.unrecognized_keys,keys:c}),i.dirty());else if(d!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const d=this._def.catchall;for(const O of c){const I=a.data[O];p.push({key:{status:"valid",value:O},value:d._parse(new E(a,I,a.path,O)),alwaysSet:O in a.data})}}return a.common.async?Promise.resolve().then(async()=>{const d=[];for(const O of p){const I=await O.key;d.push({key:I,value:await O.value,alwaysSet:O.alwaysSet})}return d}).then(d=>D.mergeObjectSync(i,d)):D.mergeObjectSync(i,p)}get shape(){return this._def.shape()}strict(t){return y.errToObj,new C({...this._def,unknownKeys:"strict",...t!==void 0?{errorMap:(r,i)=>{var a,o,s,c;const p=(s=(o=(a=this._def).errorMap)===null||o===void 0?void 0:o.call(a,r,i).message)!==null&&s!==void 0?s:i.defaultError;return r.code==="unrecognized_keys"?{message:(c=y.errToObj(t).message)!==null&&c!==void 0?c:p}:{message:p}}}:{}})}strip(){return new C({...this._def,unknownKeys:"strip"})}passthrough(){return new C({...this._def,unknownKeys:"passthrough"})}extend(t){return new C({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new C({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:g.ZodObject})}setKey(t,r){return this.augment({[t]:r})}catchall(t){return new C({...this._def,catchall:t})}pick(t){const r={};return N.objectKeys(t).forEach(i=>{t[i]&&this.shape[i]&&(r[i]=this.shape[i])}),new C({...this._def,shape:()=>r})}omit(t){const r={};return N.objectKeys(this.shape).forEach(i=>{t[i]||(r[i]=this.shape[i])}),new C({...this._def,shape:()=>r})}deepPartial(){return Y(this)}partial(t){const r={};return N.objectKeys(this.shape).forEach(i=>{const a=this.shape[i];t&&!t[i]?r[i]=a:r[i]=a.optional()}),new C({...this._def,shape:()=>r})}required(t){const r={};return N.objectKeys(this.shape).forEach(i=>{if(t&&!t[i])r[i]=this.shape[i];else{let o=this.shape[i];for(;o instanceof q;)o=o._def.innerType;r[i]=o}}),new C({...this._def,shape:()=>r})}keyof(){return dc(N.objectKeys(this.shape))}}C.create=(e,t)=>new C({shape:()=>e,unknownKeys:"strip",catchall:v.create(),typeName:g.ZodObject,...S(t)}),C.strictCreate=(e,t)=>new C({shape:()=>e,unknownKeys:"strict",catchall:v.create(),typeName:g.ZodObject,...S(t)}),C.lazycreate=(e,t)=>new C({shape:e,unknownKeys:"strip",catchall:v.create(),typeName:g.ZodObject,...S(t)});class ue extends T{_parse(t){const{ctx:r}=this._processInputParams(t),i=this._def.options;function a(o){for(const c of o)if(c.result.status==="valid")return c.result;for(const c of o)if(c.result.status==="dirty")return r.common.issues.push(...c.ctx.common.issues),c.result;const s=o.map(c=>new b(c.ctx.common.issues));return f(r,{code:u.invalid_union,unionErrors:s}),h}if(r.common.async)return Promise.all(i.map(async o=>{const s={...r,common:{...r.common,issues:[]},parent:null};return{result:await o._parseAsync({data:r.data,path:r.path,parent:s}),ctx:s}})).then(a);{let o;const s=[];for(const p of i){const d={...r,common:{...r.common,issues:[]},parent:null},O=p._parseSync({data:r.data,path:r.path,parent:d});if(O.status==="valid")return O;O.status==="dirty"&&!o&&(o={result:O,ctx:d}),d.common.issues.length&&s.push(d.common.issues)}if(o)return r.common.issues.push(...o.ctx.common.issues),o.result;const c=s.map(p=>new b(p));return f(r,{code:u.invalid_union,unionErrors:c}),h}}get options(){return this._def.options}}ue.create=(e,t)=>new ue({options:e,typeName:g.ZodUnion,...S(t)});const dt=e=>e instanceof fe?dt(e.schema):e instanceof F?dt(e.innerType()):e instanceof pe?[e.value]:e instanceof M?e.options:e instanceof me?Object.keys(e.enum):e instanceof ye?dt(e._def.innerType):e instanceof se?[void 0]:e instanceof ce?[null]:null;class lt extends T{_parse(t){const{ctx:r}=this._processInputParams(t);if(r.parsedType!==l.object)return f(r,{code:u.invalid_type,expected:l.object,received:r.parsedType}),h;const i=this.discriminator,a=r.data[i],o=this.optionsMap.get(a);return o?r.common.async?o._parseAsync({data:r.data,path:r.path,parent:r}):o._parseSync({data:r.data,path:r.path,parent:r}):(f(r,{code:u.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[i]}),h)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,r,i){const a=new Map;for(const o of r){const s=dt(o.shape[t]);if(!s)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(const c of s){if(a.has(c))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(c)}`);a.set(c,o)}}return new lt({typeName:g.ZodDiscriminatedUnion,discriminator:t,options:r,optionsMap:a,...S(i)})}}function zt(e,t){const r=H(e),i=H(t);if(e===t)return{valid:!0,data:e};if(r===l.object&&i===l.object){const a=N.objectKeys(t),o=N.objectKeys(e).filter(c=>a.indexOf(c)!==-1),s={...e,...t};for(const c of o){const p=zt(e[c],t[c]);if(!p.valid)return{valid:!1};s[c]=p.data}return{valid:!0,data:s}}else if(r===l.array&&i===l.array){if(e.length!==t.length)return{valid:!1};const a=[];for(let o=0;o<e.length;o++){const s=e[o],c=t[o],p=zt(s,c);if(!p.valid)return{valid:!1};a.push(p.data)}return{valid:!0,data:a}}else return r===l.date&&i===l.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}class de extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t),a=(o,s)=>{if(Mt(o)||Mt(s))return h;const c=zt(o.value,s.value);return c.valid?((Zt(o)||Zt(s))&&r.dirty(),{status:r.value,value:c.data}):(f(i,{code:u.invalid_intersection_types}),h)};return i.common.async?Promise.all([this._def.left._parseAsync({data:i.data,path:i.path,parent:i}),this._def.right._parseAsync({data:i.data,path:i.path,parent:i})]).then(([o,s])=>a(o,s)):a(this._def.left._parseSync({data:i.data,path:i.path,parent:i}),this._def.right._parseSync({data:i.data,path:i.path,parent:i}))}}de.create=(e,t,r)=>new de({left:e,right:t,typeName:g.ZodIntersection,...S(r)});class _ extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.array)return f(i,{code:u.invalid_type,expected:l.array,received:i.parsedType}),h;if(i.data.length<this._def.items.length)return f(i,{code:u.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),h;!this._def.rest&&i.data.length>this._def.items.length&&(f(i,{code:u.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());const o=[...i.data].map((s,c)=>{const p=this._def.items[c]||this._def.rest;return p?p._parse(new E(i,s,i.path,c)):null}).filter(s=>!!s);return i.common.async?Promise.all(o).then(s=>D.mergeArray(r,s)):D.mergeArray(r,o)}get items(){return this._def.items}rest(t){return new _({...this._def,rest:t})}}_.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new _({items:e,typeName:g.ZodTuple,rest:null,...S(t)})};class le extends T{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.object)return f(i,{code:u.invalid_type,expected:l.object,received:i.parsedType}),h;const a=[],o=this._def.keyType,s=this._def.valueType;for(const c in i.data)a.push({key:o._parse(new E(i,c,i.path,c)),value:s._parse(new E(i,i.data[c],i.path,c))});return i.common.async?D.mergeObjectAsync(r,a):D.mergeObjectSync(r,a)}get element(){return this._def.valueType}static create(t,r,i){return r instanceof T?new le({keyType:t,valueType:r,typeName:g.ZodRecord,...S(i)}):new le({keyType:U.create(),valueType:t,typeName:g.ZodRecord,...S(r)})}}class ft extends T{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.map)return f(i,{code:u.invalid_type,expected:l.map,received:i.parsedType}),h;const a=this._def.keyType,o=this._def.valueType,s=[...i.data.entries()].map(([c,p],d)=>({key:a._parse(new E(i,c,i.path,[d,"key"])),value:o._parse(new E(i,p,i.path,[d,"value"]))}));if(i.common.async){const c=new Map;return Promise.resolve().then(async()=>{for(const p of s){const d=await p.key,O=await p.value;if(d.status==="aborted"||O.status==="aborted")return h;(d.status==="dirty"||O.status==="dirty")&&r.dirty(),c.set(d.value,O.value)}return{status:r.value,value:c}})}else{const c=new Map;for(const p of s){const d=p.key,O=p.value;if(d.status==="aborted"||O.status==="aborted")return h;(d.status==="dirty"||O.status==="dirty")&&r.dirty(),c.set(d.value,O.value)}return{status:r.value,value:c}}}}ft.create=(e,t,r)=>new ft({valueType:t,keyType:e,typeName:g.ZodMap,...S(r)});class Q extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.set)return f(i,{code:u.invalid_type,expected:l.set,received:i.parsedType}),h;const a=this._def;a.minSize!==null&&i.data.size<a.minSize.value&&(f(i,{code:u.too_small,minimum:a.minSize.value,type:"set",inclusive:!0,exact:!1,message:a.minSize.message}),r.dirty()),a.maxSize!==null&&i.data.size>a.maxSize.value&&(f(i,{code:u.too_big,maximum:a.maxSize.value,type:"set",inclusive:!0,exact:!1,message:a.maxSize.message}),r.dirty());const o=this._def.valueType;function s(p){const d=new Set;for(const O of p){if(O.status==="aborted")return h;O.status==="dirty"&&r.dirty(),d.add(O.value)}return{status:r.value,value:d}}const c=[...i.data.values()].map((p,d)=>o._parse(new E(i,p,i.path,d)));return i.common.async?Promise.all(c).then(p=>s(p)):s(c)}min(t,r){return new Q({...this._def,minSize:{value:t,message:y.toString(r)}})}max(t,r){return new Q({...this._def,maxSize:{value:t,message:y.toString(r)}})}size(t,r){return this.min(t,r).max(t,r)}nonempty(t){return this.min(1,t)}}Q.create=(e,t)=>new Q({valueType:e,minSize:null,maxSize:null,typeName:g.ZodSet,...S(t)});class X extends T{constructor(){super(...arguments),this.validate=this.implement}_parse(t){const{ctx:r}=this._processInputParams(t);if(r.parsedType!==l.function)return f(r,{code:u.invalid_type,expected:l.function,received:r.parsedType}),h;function i(c,p){return ot({data:c,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,at(),ie].filter(d=>!!d),issueData:{code:u.invalid_arguments,argumentsError:p}})}function a(c,p){return ot({data:c,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,at(),ie].filter(d=>!!d),issueData:{code:u.invalid_return_type,returnTypeError:p}})}const o={errorMap:r.common.contextualErrorMap},s=r.data;if(this._def.returns instanceof x){const c=this;return A(async function(...p){const d=new b([]),O=await c._def.args.parseAsync(p,o).catch(Qt=>{throw d.addIssue(i(p,Qt)),d}),I=await Reflect.apply(s,this,O);return await c._def.returns._def.type.parseAsync(I,o).catch(Qt=>{throw d.addIssue(a(I,Qt)),d})})}else{const c=this;return A(function(...p){const d=c._def.args.safeParse(p,o);if(!d.success)throw new b([i(p,d.error)]);const O=Reflect.apply(s,this,d.data),I=c._def.returns.safeParse(O,o);if(!I.success)throw new b([a(O,I.error)]);return I.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new X({...this._def,args:_.create(t).rest(z.create())})}returns(t){return new X({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,r,i){return new X({args:t||_.create([]).rest(z.create()),returns:r||z.create(),typeName:g.ZodFunction,...S(i)})}}class fe extends T{get schema(){return this._def.getter()}_parse(t){const{ctx:r}=this._processInputParams(t);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}}fe.create=(e,t)=>new fe({getter:e,typeName:g.ZodLazy,...S(t)});class pe extends T{_parse(t){if(t.data!==this._def.value){const r=this._getOrReturnCtx(t);return f(r,{received:r.data,code:u.invalid_literal,expected:this._def.value}),h}return{status:"valid",value:t.data}}get value(){return this._def.value}}pe.create=(e,t)=>new pe({value:e,typeName:g.ZodLiteral,...S(t)});function dc(e,t){return new M({values:e,typeName:g.ZodEnum,...S(t)})}class M extends T{_parse(t){if(typeof t.data!="string"){const r=this._getOrReturnCtx(t),i=this._def.values;return f(r,{expected:N.joinValues(i),received:r.parsedType,code:u.invalid_type}),h}if(this._def.values.indexOf(t.data)===-1){const r=this._getOrReturnCtx(t),i=this._def.values;return f(r,{received:r.data,code:u.invalid_enum_value,options:i}),h}return A(t.data)}get options(){return this._def.values}get enum(){const t={};for(const r of this._def.values)t[r]=r;return t}get Values(){const t={};for(const r of this._def.values)t[r]=r;return t}get Enum(){const t={};for(const r of this._def.values)t[r]=r;return t}extract(t){return M.create(t)}exclude(t){return M.create(this.options.filter(r=>!t.includes(r)))}}M.create=dc;class me extends T{_parse(t){const r=N.getValidEnumValues(this._def.values),i=this._getOrReturnCtx(t);if(i.parsedType!==l.string&&i.parsedType!==l.number){const a=N.objectValues(r);return f(i,{expected:N.joinValues(a),received:i.parsedType,code:u.invalid_type}),h}if(r.indexOf(t.data)===-1){const a=N.objectValues(r);return f(i,{received:i.data,code:u.invalid_enum_value,options:a}),h}return A(t.data)}get enum(){return this._def.values}}me.create=(e,t)=>new me({values:e,typeName:g.ZodNativeEnum,...S(t)});class x extends T{unwrap(){return this._def.type}_parse(t){const{ctx:r}=this._processInputParams(t);if(r.parsedType!==l.promise&&r.common.async===!1)return f(r,{code:u.invalid_type,expected:l.promise,received:r.parsedType}),h;const i=r.parsedType===l.promise?r.data:Promise.resolve(r.data);return A(i.then(a=>this._def.type.parseAsync(a,{path:r.path,errorMap:r.common.contextualErrorMap})))}}x.create=(e,t)=>new x({type:e,typeName:g.ZodPromise,...S(t)});class F extends T{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===g.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){const{status:r,ctx:i}=this._processInputParams(t),a=this._def.effect||null,o={addIssue:s=>{f(i,s),s.fatal?r.abort():r.dirty()},get path(){return i.path}};if(o.addIssue=o.addIssue.bind(o),a.type==="preprocess"){const s=a.transform(i.data,o);return i.common.issues.length?{status:"dirty",value:i.data}:i.common.async?Promise.resolve(s).then(c=>this._def.schema._parseAsync({data:c,path:i.path,parent:i})):this._def.schema._parseSync({data:s,path:i.path,parent:i})}if(a.type==="refinement"){const s=c=>{const p=a.refinement(c,o);if(i.common.async)return Promise.resolve(p);if(p instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return c};if(i.common.async===!1){const c=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});return c.status==="aborted"?h:(c.status==="dirty"&&r.dirty(),s(c.value),{status:r.value,value:c.value})}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(c=>c.status==="aborted"?h:(c.status==="dirty"&&r.dirty(),s(c.value).then(()=>({status:r.value,value:c.value}))))}if(a.type==="transform")if(i.common.async===!1){const s=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!ae(s))return s;const c=a.transform(s.value,o);if(c instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:c}}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(s=>ae(s)?Promise.resolve(a.transform(s.value,o)).then(c=>({status:r.value,value:c})):s);N.assertNever(a)}}F.create=(e,t,r)=>new F({schema:e,typeName:g.ZodEffects,effect:t,...S(r)}),F.createWithPreprocess=(e,t,r)=>new F({schema:t,effect:{type:"preprocess",transform:e},typeName:g.ZodEffects,...S(r)});class q extends T{_parse(t){return this._getType(t)===l.undefined?A(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}}q.create=(e,t)=>new q({innerType:e,typeName:g.ZodOptional,...S(t)});class $ extends T{_parse(t){return this._getType(t)===l.null?A(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}}$.create=(e,t)=>new $({innerType:e,typeName:g.ZodNullable,...S(t)});class ye extends T{_parse(t){const{ctx:r}=this._processInputParams(t);let i=r.data;return r.parsedType===l.undefined&&(i=this._def.defaultValue()),this._def.innerType._parse({data:i,path:r.path,parent:r})}removeDefault(){return this._def.innerType}}ye.create=(e,t)=>new ye({innerType:e,typeName:g.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...S(t)});class pt extends T{_parse(t){const{ctx:r}=this._processInputParams(t),i={...r,common:{...r.common,issues:[]}},a=this._def.innerType._parse({data:i.data,path:i.path,parent:{...i}});return st(a)?a.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new b(i.common.issues)},input:i.data})})):{status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new b(i.common.issues)},input:i.data})}}removeCatch(){return this._def.innerType}}pt.create=(e,t)=>new pt({innerType:e,typeName:g.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...S(t)});class mt extends T{_parse(t){if(this._getType(t)!==l.nan){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.nan,received:i.parsedType}),h}return{status:"valid",value:t.data}}}mt.create=e=>new mt({typeName:g.ZodNaN,...S(e)});const Hf=Symbol("zod_brand");class lc extends T{_parse(t){const{ctx:r}=this._processInputParams(t),i=r.data;return this._def.type._parse({data:i,path:r.path,parent:r})}unwrap(){return this._def.type}}class ge extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.common.async)return(async()=>{const o=await this._def.in._parseAsync({data:i.data,path:i.path,parent:i});return o.status==="aborted"?h:o.status==="dirty"?(r.dirty(),cc(o.value)):this._def.out._parseAsync({data:o.value,path:i.path,parent:i})})();{const a=this._def.in._parseSync({data:i.data,path:i.path,parent:i});return a.status==="aborted"?h:a.status==="dirty"?(r.dirty(),{status:"dirty",value:a.value}):this._def.out._parseSync({data:a.value,path:i.path,parent:i})}}static create(t,r){return new ge({in:t,out:r,typeName:g.ZodPipeline})}}class yt extends T{_parse(t){const r=this._def.innerType._parse(t);return ae(r)&&(r.value=Object.freeze(r.value)),r}}yt.create=(e,t)=>new yt({innerType:e,typeName:g.ZodReadonly,...S(t)});const fc=(e,t={},r)=>e?W.create().superRefine((i,a)=>{var o,s;if(!e(i)){const c=typeof t=="function"?t(i):typeof t=="string"?{message:t}:t,p=(s=(o=c.fatal)!==null&&o!==void 0?o:r)!==null&&s!==void 0?s:!0,d=typeof c=="string"?{message:c}:c;a.addIssue({code:"custom",...d,fatal:p})}}):W.create(),Bf={object:C.lazycreate};var g;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(g||(g={}));const Vf=(e,t={message:`Input not instance of ${e.name}`})=>fc(r=>r instanceof e,t),pc=U.create,mc=B.create,Mf=mt.create,Zf=V.create,yc=oe.create,Gf=G.create,zf=ct.create,Qf=se.create,$f=ce.create,Kf=W.create,Wf=z.create,Yf=v.create,Xf=ut.create,xf=R.create,jf=C.create,ep=C.strictCreate,tp=ue.create,rp=lt.create,np=de.create,ip=_.create,ap=le.create,op=ft.create,sp=Q.create,cp=X.create,up=fe.create,dp=pe.create,lp=M.create,fp=me.create,pp=x.create,gc=F.create,mp=q.create,yp=$.create,gp=F.createWithPreprocess,hp=ge.create;var he=Object.freeze({__proto__:null,defaultErrorMap:ie,setErrorMap:Af,getErrorMap:at,makeIssue:ot,EMPTY_PATH:wf,addIssueToContext:f,ParseStatus:D,INVALID:h,DIRTY:cc,OK:A,isAborted:Mt,isDirty:Zt,isValid:ae,isAsync:st,get util(){return N},get objectUtil(){return Vt},ZodParsedType:l,getParsedType:H,ZodType:T,ZodString:U,ZodNumber:B,ZodBigInt:V,ZodBoolean:oe,ZodDate:G,ZodSymbol:ct,ZodUndefined:se,ZodNull:ce,ZodAny:W,ZodUnknown:z,ZodNever:v,ZodVoid:ut,ZodArray:R,ZodObject:C,ZodUnion:ue,ZodDiscriminatedUnion:lt,ZodIntersection:de,ZodTuple:_,ZodRecord:le,ZodMap:ft,ZodSet:Q,ZodFunction:X,ZodLazy:fe,ZodLiteral:pe,ZodEnum:M,ZodNativeEnum:me,ZodPromise:x,ZodEffects:F,ZodTransformer:F,ZodOptional:q,ZodNullable:$,ZodDefault:ye,ZodCatch:pt,ZodNaN:mt,BRAND:Hf,ZodBranded:lc,ZodPipeline:ge,ZodReadonly:yt,custom:fc,Schema:T,ZodSchema:T,late:Bf,get ZodFirstPartyTypeKind(){return g},coerce:{string:e=>U.create({...e,coerce:!0}),number:e=>B.create({...e,coerce:!0}),boolean:e=>oe.create({...e,coerce:!0}),bigint:e=>V.create({...e,coerce:!0}),date:e=>G.create({...e,coerce:!0})},any:Kf,array:xf,bigint:Zf,boolean:yc,date:Gf,discriminatedUnion:rp,effect:gc,enum:lp,function:cp,instanceof:Vf,intersection:np,lazy:up,literal:dp,map:op,nan:Mf,nativeEnum:fp,never:Yf,null:$f,nullable:yp,number:mc,object:jf,oboolean:()=>yc().optional(),onumber:()=>mc().optional(),optional:mp,ostring:()=>pc().optional(),pipeline:hp,preprocess:gp,promise:pp,record:ap,set:sp,strictObject:ep,string:pc,symbol:zf,transformer:gc,tuple:ip,undefined:Qf,union:tp,unknown:Wf,void:Xf,NEVER:h,ZodIssueCode:u,quotelessJson:Df,ZodError:b});function Sp(e){return e===401||e===403}function Tp(e){return Object.entries(e).map(([t,r])=>`${encodeURIComponent(t)}=${encodeURIComponent(r)}`).join("&")}const Op=he.object({access_token:he.string().min(1),token_type:he.string(),expires_in:he.number(),scope:he.string()});async function Np(e){const r=await(await fetch(e.tokenUrl,{method:"POST",body:Tp({grant_type:"client_credentials",client_id:e.clientId,client_secret:e.clientSecret}),headers:{"Content-Type":"application/x-www-form-urlencoded"}})).json();return Pp(r)}function Pp(e){const t=Op.safeParse(e);if(!t.success)throw new Error("Bad access token response");return t.data}class Cp{constructor(t){k(this,"activeRequest",null);k(this,"refreshTimeout");k(this,"accessToken",null);this.clientCredentials=t}async getAccessToken(){return this.accessToken?this.accessToken:await this.refreshAccessToken()}async refreshAccessToken(){if(this.activeRequest)return await this.activeRequest,this.accessToken;this.accessToken=null,this.activeRequest=Np(this.clientCredentials);const t=await this.activeRequest;return this.scheduleNextRefresh(t),this.accessToken=t.access_token,this.activeRequest=null,this.accessToken}scheduleNextRefresh(t){clearTimeout(this.refreshTimeout);const r=(t.expires_in-2)*1e3;this.refreshTimeout=setTimeout(()=>{this.accessToken=null},r)}}function hc(e,t){e.headers=Jp("Authorization",`Bearer ${t}`,e.headers)}function Jp(e,t,r){return r?Array.isArray(r)?r.map(([i,a])=>i!==e?[i,a]:[e,t]):Dp(r)?(r.has(e)?r.set(e,t):r.append(e,t),r):(r[e]=t,r):(r={},r[e]=t,r)}function Dp(e){return"append"in e&&"delete"in e&&"get"in e&&"has"in e&&"set"in e&&"forEach"in e}function Ap(e){const t=new Cp(e);return{pre:async r=>{const i=await t.getAccessToken();return hc(r.init,i),Promise.resolve({url:r.url,init:r.init})},post:async r=>{if(Sp(r.response.status)){const i=await t.refreshAccessToken();return hc(r.init,i),await fetch(r.url,r.init)}return Promise.resolve(r.response)}}}function wp(e){const t=[];let r={};e.clientCredentials&&t.push(Ap(e.clientCredentials)),e.managementApiKey&&(r=Ip(e.managementApiKey));const i=new L({basePath:e.managementApiUrl,headers:r,credentials:"same-origin",middleware:t,...e.configOverrides});return{uiApi:new ac(i),useCaseApi:new oc(i),enterpriseEditionApi:new ic(i)}}function Ip(e){return{"X-Api-Key":e}}n.AssetFilterConstraintFromJSON=St,n.AssetFilterConstraintFromJSONTyped=tr,n.AssetFilterConstraintOperator=Se,n.AssetFilterConstraintOperatorFromJSON=jt,n.AssetFilterConstraintOperatorFromJSONTyped=er,n.AssetFilterConstraintOperatorToJSON=Ac,n.AssetFilterConstraintOperatorToJSONTyped=wc,n.AssetFilterConstraintToJSON=Tt,n.AssetFilterConstraintToJSONTyped=rr,n.AssetsPageEntryFromJSON=ir,n.AssetsPageEntryFromJSONTyped=ar,n.AssetsPageEntryToJSON=or,n.AssetsPageEntryToJSONTyped=sr,n.AssetsPageRequestFromJSON=Mc,n.AssetsPageRequestFromJSONTyped=hr,n.AssetsPageRequestToJSON=Sr,n.AssetsPageRequestToJSONTyped=Tr,n.AssetsPageResultFromJSON=Pr,n.AssetsPageResultFromJSONTyped=Cr,n.AssetsPageResultToJSON=zc,n.AssetsPageResultToJSONTyped=Jr,n.AssetsPageSortProperty=Oe,n.AssetsPageSortPropertyFromJSON=dr,n.AssetsPageSortPropertyFromJSONTyped=lr,n.AssetsPageSortPropertyToJSON=kc,n.AssetsPageSortPropertyToJSONTyped=vc,n.BASE_PATH=w,n.BaseAPI=K,n.BlobApiResponse=Jc,n.BuildInfoFromJSON=Dr,n.BuildInfoFromJSONTyped=Ar,n.BuildInfoToJSON=$c,n.BuildInfoToJSONTyped=wr,n.BusinessPartnerGroupCreateSubmitFromJSON=Wc,n.BusinessPartnerGroupCreateSubmitFromJSONTyped=Ir,n.BusinessPartnerGroupCreateSubmitToJSON=br,n.BusinessPartnerGroupCreateSubmitToJSONTyped=Ur,n.BusinessPartnerGroupEditPageFromJSON=Rr,n.BusinessPartnerGroupEditPageFromJSONTyped=Fr,n.BusinessPartnerGroupEditPageToJSON=Xc,n.BusinessPartnerGroupEditPageToJSONTyped=Er,n.BusinessPartnerGroupEditSubmitFromJSON=jc,n.BusinessPartnerGroupEditSubmitFromJSONTyped=_r,n.BusinessPartnerGroupEditSubmitToJSON=kr,n.BusinessPartnerGroupEditSubmitToJSONTyped=vr,n.BusinessPartnerGroupListPageEntryFromJSON=qr,n.BusinessPartnerGroupListPageEntryFromJSONTyped=Lr,n.BusinessPartnerGroupListPageEntryToJSON=tu,n.BusinessPartnerGroupListPageEntryToJSONTyped=Hr,n.BusinessPartnerGroupQueryFromJSON=nu,n.BusinessPartnerGroupQueryFromJSONTyped=Br,n.BusinessPartnerGroupQueryToJSON=Vr,n.BusinessPartnerGroupQueryToJSONTyped=Mr,n.COLLECTION_FORMATS=Oc,n.CallbackAddressDtoFromJSON=Ce,n.CallbackAddressDtoFromJSONTyped=Qr,n.CallbackAddressDtoToJSON=Je,n.CallbackAddressDtoToJSONTyped=$r,n.CallbackAddressEventType=Pe,n.CallbackAddressEventTypeFromJSON=Zr,n.CallbackAddressEventTypeFromJSONTyped=Gr,n.CallbackAddressEventTypeToJSON=zr,n.CallbackAddressEventTypeToJSONTyped=au,n.CatalogFilterExpressionFromJSON=rn,n.CatalogFilterExpressionFromJSONTyped=nn,n.CatalogFilterExpressionLiteralFromJSON=Yr,n.CatalogFilterExpressionLiteralFromJSONTyped=Xr,n.CatalogFilterExpressionLiteralToJSON=xr,n.CatalogFilterExpressionLiteralToJSONTyped=jr,n.CatalogFilterExpressionLiteralType=De,n.CatalogFilterExpressionLiteralTypeFromJSON=Kr,n.CatalogFilterExpressionLiteralTypeFromJSONTyped=Wr,n.CatalogFilterExpressionLiteralTypeToJSON=cu,n.CatalogFilterExpressionLiteralTypeToJSONTyped=uu,n.CatalogFilterExpressionOperator=Ae,n.CatalogFilterExpressionOperatorFromJSON=en,n.CatalogFilterExpressionOperatorFromJSONTyped=tn,n.CatalogFilterExpressionOperatorToJSON=fu,n.CatalogFilterExpressionOperatorToJSONTyped=pu,n.CatalogFilterExpressionToJSON=an,n.CatalogFilterExpressionToJSONTyped=on,n.CatalogQueryFromJSON=gu,n.CatalogQueryFromJSONTyped=sn,n.CatalogQueryToJSON=cn,n.CatalogQueryToJSONTyped=un,n.CatalogQueryV2FromJSON=Pu,n.CatalogQueryV2FromJSONTyped=gn,n.CatalogQueryV2ToJSON=hn,n.CatalogQueryV2ToJSONTyped=Sn,n.CatalogSortByDirection=we,n.CatalogSortByDirectionFromJSON=dn,n.CatalogSortByDirectionFromJSONTyped=ln,n.CatalogSortByDirectionToJSON=Su,n.CatalogSortByDirectionToJSONTyped=Tu,n.CatalogSortByFromJSON=fn,n.CatalogSortByFromJSONTyped=pn,n.CatalogSortByToJSON=mn,n.CatalogSortByToJSONTyped=yn,n.Configuration=L,n.ConnectorLimitsFromJSON=Tn,n.ConnectorLimitsFromJSONTyped=On,n.ConnectorLimitsToJSON=Ju,n.ConnectorLimitsToJSONTyped=Nn,n.ContractAgreementDirection=Ie,n.ContractAgreementDirectionFromJSON=be,n.ContractAgreementDirectionFromJSONTyped=Pn,n.ContractAgreementDirectionToJSON=Au,n.ContractAgreementDirectionToJSONTyped=wu,n.ContractAgreementTerminationInfoFromJSON=At,n.ContractAgreementTerminationInfoFromJSONTyped=Dn,n.ContractAgreementTerminationInfoToJSON=wt,n.ContractAgreementTerminationInfoToJSONTyped=An,n.ContractAgreementTransferProcessFromJSON=Rn,n.ContractAgreementTransferProcessFromJSONTyped=Fn,n.ContractAgreementTransferProcessToJSON=En,n.ContractAgreementTransferProcessToJSONTyped=_n,n.ContractDefinitionEntryFromJSON=zn,n.ContractDefinitionEntryFromJSONTyped=Qn,n.ContractDefinitionEntryToJSON=$n,n.ContractDefinitionEntryToJSONTyped=Kn,n.ContractDefinitionPageFromJSON=Wn,n.ContractDefinitionPageFromJSONTyped=Yn,n.ContractDefinitionPageToJSON=$u,n.ContractDefinitionPageToJSONTyped=Xn,n.ContractDefinitionRequestFromJSON=Wu,n.ContractDefinitionRequestFromJSONTyped=xn,n.ContractDefinitionRequestToJSON=jn,n.ContractDefinitionRequestToJSONTyped=ei,n.ContractDetailPageResultFromJSON=Pi,n.ContractDetailPageResultFromJSONTyped=Ci,n.ContractDetailPageResultToJSON=yd,n.ContractDetailPageResultToJSONTyped=Ji,n.ContractNegotiationRequestFromJSON=hd,n.ContractNegotiationRequestFromJSONTyped=Di,n.ContractNegotiationRequestToJSON=Ai,n.ContractNegotiationRequestToJSONTyped=wi,n.ContractNegotiationSimplifiedState=Ge,n.ContractNegotiationSimplifiedStateFromJSON=Ii,n.ContractNegotiationSimplifiedStateFromJSONTyped=bi,n.ContractNegotiationSimplifiedStateToJSON=Td,n.ContractNegotiationSimplifiedStateToJSONTyped=Od,n.ContractNegotiationStateFromJSON=ze,n.ContractNegotiationStateFromJSONTyped=Ui,n.ContractNegotiationStateResultFromJSON=Fi,n.ContractNegotiationStateResultFromJSONTyped=Ei,n.ContractNegotiationStateResultToJSON=Cd,n.ContractNegotiationStateResultToJSONTyped=_i,n.ContractNegotiationStateToJSON=Qe,n.ContractNegotiationStateToJSONTyped=Ri,n.ContractTerminatedBy=Ue,n.ContractTerminatedByFromJSON=Cn,n.ContractTerminatedByFromJSONTyped=Jn,n.ContractTerminatedByToJSON=bu,n.ContractTerminatedByToJSONTyped=Uu,n.ContractTerminationRequestFromJSON=Dd,n.ContractTerminationRequestFromJSONTyped=ki,n.ContractTerminationRequestToJSON=vi,n.ContractTerminationRequestToJSONTyped=qi,n.ContractTerminationStatus=ve,n.ContractTerminationStatusFromJSON=qe,n.ContractTerminationStatusFromJSONTyped=ti,n.ContractTerminationStatusToJSON=Xu,n.ContractTerminationStatusToJSONTyped=xu,n.ContractsPageEntryFromJSON=Li,n.ContractsPageEntryFromJSONTyped=Hi,n.ContractsPageEntryToJSON=Bi,n.ContractsPageEntryToJSONTyped=Vi,n.ContractsPageRequestFromJSON=Fd,n.ContractsPageRequestFromJSONTyped=Ki,n.ContractsPageRequestToJSON=Wi,n.ContractsPageRequestToJSONTyped=Yi,n.ContractsPageResultFromJSON=Xi,n.ContractsPageResultFromJSONTyped=xi,n.ContractsPageResultToJSON=_d,n.ContractsPageResultToJSONTyped=ji,n.ContractsPageSortProperty=$e,n.ContractsPageSortPropertyFromJSON=Mi,n.ContractsPageSortPropertyFromJSONTyped=Zi,n.ContractsPageSortPropertyToJSON=Id,n.ContractsPageSortPropertyToJSONTyped=bd,n.DashboardCxDidConfigFromJSON=ea,n.DashboardCxDidConfigFromJSONTyped=ta,n.DashboardCxDidConfigToJSON=ra,n.DashboardCxDidConfigToJSONTyped=na,n.DashboardDapsConfigFromJSON=ia,n.DashboardDapsConfigFromJSONTyped=aa,n.DashboardDapsConfigToJSON=oa,n.DashboardDapsConfigToJSONTyped=sa,n.DashboardPageFromJSON=da,n.DashboardPageFromJSONTyped=la,n.DashboardPageToJSON=Hd,n.DashboardPageToJSONTyped=fa,n.DashboardTransferAmountsFromJSON=Ft,n.DashboardTransferAmountsFromJSONTyped=ca,n.DashboardTransferAmountsToJSON=Et,n.DashboardTransferAmountsToJSONTyped=ua,n.DataOfferCreateRequestFromJSON=fl,n.DataOfferCreateRequestFromJSONTyped=ro,n.DataOfferCreateRequestToJSON=no,n.DataOfferCreateRequestToJSONTyped=io,n.DataOfferPublishType=Ke,n.DataOfferPublishTypeFromJSON=pa,n.DataOfferPublishTypeFromJSONTyped=ma,n.DataOfferPublishTypeToJSON=Vd,n.DataOfferPublishTypeToJSONTyped=Md,n.DataSourceAvailability=Te,n.DataSourceAvailabilityFromJSON=Ot,n.DataSourceAvailabilityFromJSONTyped=nr,n.DataSourceAvailabilityToJSON=Uc,n.DataSourceAvailabilityToJSONTyped=Rc,n.DataSourceType=We,n.DataSourceTypeFromJSON=ya,n.DataSourceTypeFromJSONTyped=ga,n.DataSourceTypeToJSON=Gd,n.DataSourceTypeToJSONTyped=zd,n.DefaultConfig=$t,n.EdrDtoFromJSON=ao,n.EdrDtoFromJSONTyped=oo,n.EdrDtoToJSON=ml,n.EdrDtoToJSONTyped=so,n.EnterpriseEditionApi=ic,n.FetchError=Wt,n.IdAvailabilityResponseFromJSON=et,n.IdAvailabilityResponseFromJSONTyped=co,n.IdAvailabilityResponseToJSON=gl,n.IdAvailabilityResponseToJSONTyped=uo,n.IdResponseDtoFromJSON=J,n.IdResponseDtoFromJSONTyped=lo,n.IdResponseDtoToJSON=Sl,n.IdResponseDtoToJSONTyped=fo,n.InitiateCustomTransferRequestFromJSON=Ol,n.InitiateCustomTransferRequestFromJSONTyped=po,n.InitiateCustomTransferRequestToJSON=mo,n.InitiateCustomTransferRequestToJSONTyped=yo,n.InitiateTransferRequestFromJSON=Pl,n.InitiateTransferRequestFromJSONTyped=go,n.InitiateTransferRequestToJSON=ho,n.InitiateTransferRequestToJSONTyped=So,n.JSONApiResponse=m,n.KpiResultFromJSON=Co,n.KpiResultFromJSONTyped=Jo,n.KpiResultToJSON=Dl,n.KpiResultToJSONTyped=Do,n.NegotiateAllQueryFromJSON=wl,n.NegotiateAllQueryFromJSONTyped=Ao,n.NegotiateAllQueryToJSON=wo,n.NegotiateAllQueryToJSONTyped=Io,n.NegotiateAllResultFromJSON=bo,n.NegotiateAllResultFromJSONTyped=Uo,n.NegotiateAllResultToJSON=bl,n.NegotiateAllResultToJSONTyped=Ro,n.OperatorDto=Ve,n.OperatorDtoFromJSON=oi,n.OperatorDtoFromJSONTyped=si,n.OperatorDtoToJSON=rd,n.OperatorDtoToJSONTyped=nd,n.PaginationRequestFromJSON=Nt,n.PaginationRequestFromJSONTyped=cr,n.PaginationRequestToJSON=Pt,n.PaginationRequestToJSONTyped=ur,n.PaginationResultFromJSON=Jt,n.PaginationResultFromJSONTyped=Or,n.PaginationResultToJSON=Dt,n.PaginationResultToJSONTyped=Nr,n.PolicyDefinitionCreateDtoFromJSON=Rl,n.PolicyDefinitionCreateDtoFromJSONTyped=Fo,n.PolicyDefinitionCreateDtoToJSON=Eo,n.PolicyDefinitionCreateDtoToJSONTyped=_o,n.PolicyDefinitionCreateRequestFromJSON=_l,n.PolicyDefinitionCreateRequestFromJSONTyped=Ho,n.PolicyDefinitionCreateRequestToJSON=Bo,n.PolicyDefinitionCreateRequestToJSONTyped=Vo,n.PolicyDefinitionDtoFromJSON=Mo,n.PolicyDefinitionDtoFromJSONTyped=Zo,n.PolicyDefinitionDtoToJSON=Go,n.PolicyDefinitionDtoToJSONTyped=zo,n.PolicyDefinitionPageFromJSON=Qo,n.PolicyDefinitionPageFromJSONTyped=$o,n.PolicyDefinitionPageToJSON=ql,n.PolicyDefinitionPageToJSONTyped=Ko,n.RequiredError=P,n.ResponseError=Kt,n.SortByDirection=Ne,n.SortByDirectionFromJSON=Ct,n.SortByDirectionFromJSONTyped=fr,n.SortByDirectionToJSON=Lc,n.SortByDirectionToJSONTyped=Hc,n.SortByRequestAssetsPageSortPropertyFromJSON=pr,n.SortByRequestAssetsPageSortPropertyFromJSONTyped=mr,n.SortByRequestAssetsPageSortPropertyToJSON=yr,n.SortByRequestAssetsPageSortPropertyToJSONTyped=gr,n.SortByRequestContractsPageSortPropertyFromJSON=Gi,n.SortByRequestContractsPageSortPropertyFromJSONTyped=zi,n.SortByRequestContractsPageSortPropertyToJSON=Qi,n.SortByRequestContractsPageSortPropertyToJSONTyped=$i,n.TextApiResponse=xt,n.TransferHistoryEntryFromJSON=Wo,n.TransferHistoryEntryFromJSONTyped=Yo,n.TransferHistoryEntryToJSON=Xo,n.TransferHistoryEntryToJSONTyped=xo,n.TransferHistoryPageFromJSON=jo,n.TransferHistoryPageFromJSONTyped=es,n.TransferHistoryPageToJSON=Bl,n.TransferHistoryPageToJSONTyped=ts,n.TransferProcessSimplifiedState=Re,n.TransferProcessSimplifiedStateFromJSON=wn,n.TransferProcessSimplifiedStateFromJSONTyped=In,n.TransferProcessSimplifiedStateToJSON=Eu,n.TransferProcessSimplifiedStateToJSONTyped=_u,n.TransferProcessStateFromJSON=Fe,n.TransferProcessStateFromJSONTyped=bn,n.TransferProcessStateResultFromJSON=rs,n.TransferProcessStateResultFromJSONTyped=ns,n.TransferProcessStateResultToJSON=Ml,n.TransferProcessStateResultToJSONTyped=is,n.TransferProcessStateToJSON=Ee,n.TransferProcessStateToJSONTyped=Un,n.TransferProcessStatesDtoFromJSON=To,n.TransferProcessStatesDtoFromJSONTyped=Oo,n.TransferProcessStatesDtoToJSON=No,n.TransferProcessStatesDtoToJSONTyped=Po,n.UIApi=ac,n.UiAssetCreateRequestFromJSON=ja,n.UiAssetCreateRequestFromJSONTyped=eo,n.UiAssetCreateRequestToJSON=je,n.UiAssetCreateRequestToJSONTyped=to,n.UiAssetEditRequestFromJSON=Gl,n.UiAssetEditRequestFromJSONTyped=as,n.UiAssetEditRequestToJSON=os,n.UiAssetEditRequestToJSONTyped=ss,n.UiAssetExtForSphinxFromJSON=Le,n.UiAssetExtForSphinxFromJSONTyped=ri,n.UiAssetExtForSphinxToJSON=He,n.UiAssetExtForSphinxToJSONTyped=ni,n.UiAssetFromJSON=Z,n.UiAssetFromJSONTyped=ii,n.UiAssetToJSON=Be,n.UiAssetToJSONTyped=ai,n.UiConfigFeature=tt,n.UiConfigFeatureFromJSON=cs,n.UiConfigFeatureFromJSONTyped=us,n.UiConfigFeatureToJSON=ds,n.UiConfigFeatureToJSONTyped=Ql,n.UiConfigFromJSON=ys,n.UiConfigFromJSONTyped=gs,n.UiConfigPreconfiguredCounterpartyFromJSON=ls,n.UiConfigPreconfiguredCounterpartyFromJSONTyped=fs,n.UiConfigPreconfiguredCounterpartyToJSON=ps,n.UiConfigPreconfiguredCounterpartyToJSONTyped=ms,n.UiConfigToJSON=Wl,n.UiConfigToJSONTyped=hs,n.UiContractNegotiationFromJSON=Bt,n.UiContractNegotiationFromJSONTyped=Ss,n.UiContractNegotiationToJSON=Xl,n.UiContractNegotiationToJSONTyped=Ts,n.UiContractOfferFromJSON=Os,n.UiContractOfferFromJSONTyped=Ns,n.UiContractOfferToJSON=Ps,n.UiContractOfferToJSONTyped=Cs,n.UiCriterionFromJSON=It,n.UiCriterionFromJSONTyped=Zn,n.UiCriterionLiteralFromJSON=qn,n.UiCriterionLiteralFromJSONTyped=Ln,n.UiCriterionLiteralToJSON=Hn,n.UiCriterionLiteralToJSONTyped=Bn,n.UiCriterionLiteralType=_e,n.UiCriterionLiteralTypeFromJSON=kn,n.UiCriterionLiteralTypeFromJSONTyped=vn,n.UiCriterionLiteralTypeToJSON=Lu,n.UiCriterionLiteralTypeToJSONTyped=Hu,n.UiCriterionOperator=ke,n.UiCriterionOperatorFromJSON=Vn,n.UiCriterionOperatorFromJSONTyped=Mn,n.UiCriterionOperatorToJSON=Mu,n.UiCriterionOperatorToJSONTyped=Zu,n.UiCriterionToJSON=bt,n.UiCriterionToJSONTyped=Gn,n.UiDataOfferFromJSON=ne,n.UiDataOfferFromJSONTyped=Js,n.UiDataOfferToJSON=ef,n.UiDataOfferToJSONTyped=Ds,n.UiDataSinkHttpDataPushFromJSON=_s,n.UiDataSinkHttpDataPushFromJSONTyped=ks,n.UiDataSinkHttpDataPushMethod=rt,n.UiDataSinkHttpDataPushMethodFromJSON=As,n.UiDataSinkHttpDataPushMethodFromJSONTyped=ws,n.UiDataSinkHttpDataPushMethodToJSON=rf,n.UiDataSinkHttpDataPushMethodToJSONTyped=nf,n.UiDataSinkHttpDataPushToJSON=vs,n.UiDataSinkHttpDataPushToJSONTyped=qs,n.UiDataSourceFromJSON=Lt,n.UiDataSourceFromJSONTyped=Xa,n.UiDataSourceHttpDataFromJSON=Za,n.UiDataSourceHttpDataFromJSONTyped=Ga,n.UiDataSourceHttpDataMethod=Ye,n.UiDataSourceHttpDataMethodFromJSON=ha,n.UiDataSourceHttpDataMethodFromJSONTyped=Sa,n.UiDataSourceHttpDataMethodToJSON=$d,n.UiDataSourceHttpDataMethodToJSONTyped=Kd,n.UiDataSourceHttpDataToJSON=za,n.UiDataSourceHttpDataToJSONTyped=Qa,n.UiDataSourceOnRequestFromJSON=$a,n.UiDataSourceOnRequestFromJSONTyped=Ka,n.UiDataSourceOnRequestToJSON=Wa,n.UiDataSourceOnRequestToJSONTyped=Ya,n.UiDataSourceToJSON=Ht,n.UiDataSourceToJSONTyped=xa,n.UiHttpAuthApiKeyFromJSON=_t,n.UiHttpAuthApiKeyFromJSONTyped=Ta,n.UiHttpAuthApiKeyToJSON=kt,n.UiHttpAuthApiKeyToJSONTyped=Oa,n.UiHttpAuthBasicFromJSON=vt,n.UiHttpAuthBasicFromJSONTyped=Na,n.UiHttpAuthBasicToJSON=qt,n.UiHttpAuthBasicToJSONTyped=Pa,n.UiHttpAuthFromJSON=Ha,n.UiHttpAuthFromJSONTyped=Ba,n.UiHttpAuthOauth2FromJSON=Ea,n.UiHttpAuthOauth2FromJSONTyped=_a,n.UiHttpAuthOauth2ToJSON=ka,n.UiHttpAuthOauth2ToJSONTyped=va,n.UiHttpAuthToJSON=Va,n.UiHttpAuthToJSONTyped=Ma,n.UiHttpAuthType=xe,n.UiHttpAuthTypeFromJSON=qa,n.UiHttpAuthTypeFromJSONTyped=La,n.UiHttpAuthTypeToJSON=il,n.UiHttpAuthTypeToJSONTyped=al,n.UiHttpOauth2AuthType=Xe,n.UiHttpOauth2AuthTypeFromJSON=Ca,n.UiHttpOauth2AuthTypeFromJSONTyped=Ja,n.UiHttpOauth2AuthTypeToJSON=xd,n.UiHttpOauth2AuthTypeToJSONTyped=jd,n.UiHttpOauth2PrivateKeyAuthorizationFromJSON=Da,n.UiHttpOauth2PrivateKeyAuthorizationFromJSONTyped=Aa,n.UiHttpOauth2PrivateKeyAuthorizationToJSON=wa,n.UiHttpOauth2PrivateKeyAuthorizationToJSONTyped=Ia,n.UiHttpOauth2SharedSecretAuthorizationFromJSON=ba,n.UiHttpOauth2SharedSecretAuthorizationFromJSONTyped=Ua,n.UiHttpOauth2SharedSecretAuthorizationToJSON=Ra,n.UiHttpOauth2SharedSecretAuthorizationToJSONTyped=Fa,n.UiHttpPushAuthFromJSON=Us,n.UiHttpPushAuthFromJSONTyped=Rs,n.UiHttpPushAuthToJSON=Fs,n.UiHttpPushAuthToJSONTyped=Es,n.UiHttpPushAuthType=nt,n.UiHttpPushAuthTypeFromJSON=Is,n.UiHttpPushAuthTypeFromJSONTyped=bs,n.UiHttpPushAuthTypeToJSON=of,n.UiHttpPushAuthTypeToJSONTyped=sf,n.UiInitiateTransferRequestFromJSON=mf,n.UiInitiateTransferRequestFromJSONTyped=Bs,n.UiInitiateTransferRequestToJSON=Vs,n.UiInitiateTransferRequestToJSONTyped=Ms,n.UiInitiateTransferType=it,n.UiInitiateTransferTypeFromJSON=Ls,n.UiInitiateTransferTypeFromJSONTyped=Hs,n.UiInitiateTransferTypeToJSON=lf,n.UiInitiateTransferTypeToJSONTyped=ff,n.UiPolicyConstraintFromJSON=Ut,n.UiPolicyConstraintFromJSONTyped=mi,n.UiPolicyConstraintToJSON=Rt,n.UiPolicyConstraintToJSONTyped=yi,n.UiPolicyCreateRequestFromJSON=ko,n.UiPolicyCreateRequestFromJSONTyped=vo,n.UiPolicyCreateRequestToJSON=qo,n.UiPolicyCreateRequestToJSONTyped=Lo,n.UiPolicyExpressionFromJSON=j,n.UiPolicyExpressionFromJSONTyped=Si,n.UiPolicyExpressionToJSON=ee,n.UiPolicyExpressionToJSONTyped=Ti,n.UiPolicyExpressionType=Ze,n.UiPolicyExpressionTypeFromJSON=gi,n.UiPolicyExpressionTypeFromJSONTyped=hi,n.UiPolicyExpressionTypeToJSON=dd,n.UiPolicyExpressionTypeToJSONTyped=ld,n.UiPolicyFromJSON=te,n.UiPolicyFromJSONTyped=Oi,n.UiPolicyLiteralFromJSON=di,n.UiPolicyLiteralFromJSONTyped=li,n.UiPolicyLiteralToJSON=fi,n.UiPolicyLiteralToJSONTyped=pi,n.UiPolicyLiteralType=Me,n.UiPolicyLiteralTypeFromJSON=ci,n.UiPolicyLiteralTypeFromJSONTyped=ui,n.UiPolicyLiteralTypeToJSON=ad,n.UiPolicyLiteralTypeToJSONTyped=od,n.UiPolicyToJSON=re,n.UiPolicyToJSONTyped=Ni,n.UseCaseApi=oc,n.VaultSecretCreateSubmitFromJSON=gf,n.VaultSecretCreateSubmitFromJSONTyped=Zs,n.VaultSecretCreateSubmitToJSON=Gs,n.VaultSecretCreateSubmitToJSONTyped=zs,n.VaultSecretEditPageFromJSON=Qs,n.VaultSecretEditPageFromJSONTyped=$s,n.VaultSecretEditPageToJSON=Sf,n.VaultSecretEditPageToJSONTyped=Ks,n.VaultSecretEditSubmitFromJSON=Of,n.VaultSecretEditSubmitFromJSONTyped=Ws,n.VaultSecretEditSubmitToJSON=Ys,n.VaultSecretEditSubmitToJSONTyped=Xs,n.VaultSecretListPageEntryFromJSON=xs,n.VaultSecretListPageEntryFromJSONTyped=js,n.VaultSecretListPageEntryToJSON=Pf,n.VaultSecretListPageEntryToJSONTyped=ec,n.VaultSecretQueryFromJSON=Jf,n.VaultSecretQueryFromJSONTyped=tc,n.VaultSecretQueryToJSON=rc,n.VaultSecretQueryToJSONTyped=nc,n.VoidApiResponse=Xt,n.buildEdcClient=wp,n.canConsumeForm=Cc,n.exists=Nc,n.instanceOfAssetFilterConstraint=Ic,n.instanceOfAssetFilterConstraintOperator=Dc,n.instanceOfAssetsPageEntry=Fc,n.instanceOfAssetsPageRequest=Vc,n.instanceOfAssetsPageResult=Gc,n.instanceOfAssetsPageSortProperty=_c,n.instanceOfBuildInfo=Qc,n.instanceOfBusinessPartnerGroupCreateSubmit=Kc,n.instanceOfBusinessPartnerGroupEditPage=Yc,n.instanceOfBusinessPartnerGroupEditSubmit=xc,n.instanceOfBusinessPartnerGroupListPageEntry=eu,n.instanceOfBusinessPartnerGroupQuery=ru,n.instanceOfCallbackAddressDto=ou,n.instanceOfCallbackAddressEventType=iu,n.instanceOfCatalogFilterExpression=mu,n.instanceOfCatalogFilterExpressionLiteral=du,n.instanceOfCatalogFilterExpressionLiteralType=su,n.instanceOfCatalogFilterExpressionOperator=lu,n.instanceOfCatalogQuery=yu,n.instanceOfCatalogQueryV2=Nu,n.instanceOfCatalogSortBy=Ou,n.instanceOfCatalogSortByDirection=hu,n.instanceOfConnectorLimits=Cu,n.instanceOfContractAgreementDirection=Du,n.instanceOfContractAgreementTerminationInfo=Ru,n.instanceOfContractAgreementTransferProcess=vu,n.instanceOfContractDefinitionEntry=zu,n.instanceOfContractDefinitionPage=Qu,n.instanceOfContractDefinitionRequest=Ku,n.instanceOfContractDetailPageResult=md,n.instanceOfContractNegotiationRequest=gd,n.instanceOfContractNegotiationSimplifiedState=Sd,n.instanceOfContractNegotiationState=Nd,n.instanceOfContractNegotiationStateResult=Pd,n.instanceOfContractTerminatedBy=Iu,n.instanceOfContractTerminationRequest=Jd,n.instanceOfContractTerminationStatus=Yu,n.instanceOfContractsPageEntry=Ad,n.instanceOfContractsPageRequest=Rd,n.instanceOfContractsPageResult=Ed,n.instanceOfContractsPageSortProperty=wd,n.instanceOfDashboardCxDidConfig=kd,n.instanceOfDashboardDapsConfig=vd,n.instanceOfDashboardPage=Ld,n.instanceOfDashboardTransferAmounts=qd,n.instanceOfDataOfferCreateRequest=ll,n.instanceOfDataOfferPublishType=Bd,n.instanceOfDataSourceAvailability=bc,n.instanceOfDataSourceType=Zd,n.instanceOfEdrDto=pl,n.instanceOfIdAvailabilityResponse=yl,n.instanceOfIdResponseDto=hl,n.instanceOfInitiateCustomTransferRequest=Tl,n.instanceOfInitiateTransferRequest=Nl,n.instanceOfKpiResult=Jl,n.instanceOfNegotiateAllQuery=Al,n.instanceOfNegotiateAllResult=Il,n.instanceOfOperatorDto=td,n.instanceOfPaginationRequest=Ec,n.instanceOfPaginationResult=Zc,n.instanceOfPolicyDefinitionCreateDto=Ul,n.instanceOfPolicyDefinitionCreateRequest=El,n.instanceOfPolicyDefinitionDto=kl,n.instanceOfPolicyDefinitionPage=vl,n.instanceOfSortByDirection=qc,n.instanceOfSortByRequestAssetsPageSortProperty=Bc,n.instanceOfSortByRequestContractsPageSortProperty=Ud,n.instanceOfTransferHistoryEntry=Ll,n.instanceOfTransferHistoryPage=Hl,n.instanceOfTransferProcessSimplifiedState=Fu,n.instanceOfTransferProcessState=ku,n.instanceOfTransferProcessStateResult=Vl,n.instanceOfTransferProcessStatesDto=Cl,n.instanceOfUiAsset=ed,n.instanceOfUiAssetCreateRequest=dl,n.instanceOfUiAssetEditRequest=Zl,n.instanceOfUiAssetExtForSphinx=ju,n.instanceOfUiConfig=Kl,n.instanceOfUiConfigFeature=zl,n.instanceOfUiConfigPreconfiguredCounterparty=$l,n.instanceOfUiContractNegotiation=Yl,n.instanceOfUiContractOffer=xl,n.instanceOfUiCriterion=Gu,n.instanceOfUiCriterionLiteral=Bu,n.instanceOfUiCriterionLiteralType=qu,n.instanceOfUiCriterionOperator=Vu,n.instanceOfUiDataOffer=jl,n.instanceOfUiDataSinkHttpDataPush=uf,n.instanceOfUiDataSinkHttpDataPushMethod=tf,n.instanceOfUiDataSource=ul,n.instanceOfUiDataSourceHttpData=sl,n.instanceOfUiDataSourceHttpDataMethod=Qd,n.instanceOfUiDataSourceOnRequest=cl,n.instanceOfUiHttpAuth=ol,n.instanceOfUiHttpAuthApiKey=Wd,n.instanceOfUiHttpAuthBasic=Yd,n.instanceOfUiHttpAuthOauth2=rl,n.instanceOfUiHttpAuthType=nl,n.instanceOfUiHttpOauth2AuthType=Xd,n.instanceOfUiHttpOauth2PrivateKeyAuthorization=el,n.instanceOfUiHttpOauth2SharedSecretAuthorization=tl,n.instanceOfUiHttpPushAuth=cf,n.instanceOfUiHttpPushAuthType=af,n.instanceOfUiInitiateTransferRequest=pf,n.instanceOfUiInitiateTransferType=df,n.instanceOfUiPolicy=pd,n.instanceOfUiPolicyConstraint=cd,n.instanceOfUiPolicyCreateRequest=Fl,n.instanceOfUiPolicyExpression=fd,n.instanceOfUiPolicyExpressionType=ud,n.instanceOfUiPolicyLiteral=sd,n.instanceOfUiPolicyLiteralType=id,n.instanceOfVaultSecretCreateSubmit=yf,n.instanceOfVaultSecretEditPage=hf,n.instanceOfVaultSecretEditSubmit=Tf,n.instanceOfVaultSecretListPageEntry=Nf,n.instanceOfVaultSecretQuery=Cf,n.mapValues=Pc,n.querystring=ht,Object.defineProperty(n,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(n,w){typeof exports=="object"&&typeof module<"u"?w(exports):typeof define=="function"&&define.amd?define(["exports"],w):(n=typeof globalThis<"u"?globalThis:n||self,w(n["sovity-edc-client"]={}))})(this,function(n){"use strict";var Ip=Object.defineProperty;var Up=(n,w,L)=>w in n?Ip(n,w,{enumerable:!0,configurable:!0,writable:!0,value:L}):n[w]=L;var v=(n,w,L)=>Up(n,typeof w!="symbol"?w+"":w,L);const w="https://my-connector/api/management".replace(/\/+$/,"");class L{constructor(t={}){this.configuration=t}set config(t){this.configuration=t}get basePath(){return this.configuration.basePath!=null?this.configuration.basePath:w}get fetchApi(){return this.configuration.fetchApi}get middleware(){return this.configuration.middleware||[]}get queryParamsStringify(){return this.configuration.queryParamsStringify||ht}get username(){return this.configuration.username}get password(){return this.configuration.password}get apiKey(){const t=this.configuration.apiKey;if(t)return typeof t=="function"?t:()=>t}get accessToken(){const t=this.configuration.accessToken;if(t)return typeof t=="function"?t:async()=>t}get headers(){return this.configuration.headers}get credentials(){return this.configuration.credentials}}const $t=new L,gt=class gt{constructor(t=$t){v(this,"middleware");v(this,"fetchApi",async(t,r)=>{let i={url:t,init:r};for(const o of this.middleware)o.pre&&(i=await o.pre({fetch:this.fetchApi,...i})||i);let a;try{a=await(this.configuration.fetchApi||fetch)(i.url,i.init)}catch(o){for(const s of this.middleware)s.onError&&(a=await s.onError({fetch:this.fetchApi,url:i.url,init:i.init,error:o,response:a?a.clone():void 0})||a);if(a===void 0)throw o instanceof Error?new Yt(o,"The request failed and the interceptors did not return an alternative response"):o}for(const o of this.middleware)o.post&&(a=await o.post({fetch:this.fetchApi,url:i.url,init:i.init,response:a.clone()})||a);return a});this.configuration=t,this.middleware=t.middleware}withMiddleware(...t){const r=this.clone();return r.middleware=r.middleware.concat(...t),r}withPreMiddleware(...t){const r=t.map(i=>({pre:i}));return this.withMiddleware(...r)}withPostMiddleware(...t){const r=t.map(i=>({post:i}));return this.withMiddleware(...r)}isJsonMime(t){return t?gt.jsonRegex.test(t):!1}async request(t,r){const{url:i,init:a}=await this.createFetchParams(t,r),o=await this.fetchApi(i,a);if(o&&o.status>=200&&o.status<300)return o;throw new Kt(o,"Response returned an error code")}async createFetchParams(t,r){let i=this.configuration.basePath+t.path;t.query!==void 0&&Object.keys(t.query).length!==0&&(i+="?"+this.configuration.queryParamsStringify(t.query));const a=Object.assign({},this.configuration.headers,t.headers);Object.keys(a).forEach(O=>a[O]===void 0?delete a[O]:{});const o=typeof r=="function"?r:async()=>r,s={method:t.method,headers:a,body:t.body,credentials:this.configuration.credentials},c={...s,...await o({init:s,context:t})};let p;Tc(c.body)||c.body instanceof URLSearchParams||Sc(c.body)?p=c.body:this.isJsonMime(a["Content-Type"])?p=JSON.stringify(c.body):p=c.body;const d={...c,body:p};return{url:i,init:d}}clone(){const t=this.constructor,r=new t(this.configuration);return r.middleware=this.middleware.slice(),r}};v(gt,"jsonRegex",new RegExp("^(:?application/json|[^;/ ]+/[^;/ ]+[+]json)[ ]*(:?;.*)?$","i"));let K=gt;function Sc(e){return typeof Blob<"u"&&e instanceof Blob}function Tc(e){return typeof FormData<"u"&&e instanceof FormData}class Kt extends Error{constructor(r,i){super(i);v(this,"name","ResponseError");this.response=r}}class Yt extends Error{constructor(r,i){super(i);v(this,"name","FetchError");this.cause=r}}class P extends Error{constructor(r,i){super(i);v(this,"name","RequiredError");this.field=r}}const Oc={csv:",",ssv:" ",tsv:" ",pipes:"|"};function ht(e,t=""){return Object.keys(e).map(r=>Wt(r,e[r],t)).filter(r=>r.length>0).join("&")}function Wt(e,t,r=""){const i=r+(r.length?`[${e}]`:e);if(t instanceof Array){const a=t.map(o=>encodeURIComponent(String(o))).join(`&${encodeURIComponent(i)}=`);return`${encodeURIComponent(i)}=${a}`}if(t instanceof Set){const a=Array.from(t);return Wt(e,a,r)}return t instanceof Date?`${encodeURIComponent(i)}=${encodeURIComponent(t.toISOString())}`:t instanceof Object?ht(t,i):`${encodeURIComponent(i)}=${encodeURIComponent(String(t))}`}function Nc(e,t){const r=e[t];return r!=null}function Pc(e,t){return Object.keys(e).reduce((r,i)=>({...r,[i]:t(e[i])}),{})}function Cc(e){for(const t of e)if(t.contentType==="multipart/form-data")return!0;return!1}class m{constructor(t,r=i=>i){this.raw=t,this.transformer=r}async value(){return this.transformer(await this.raw.json())}}class Xt{constructor(t){this.raw=t}async value(){}}class Jc{constructor(t){this.raw=t}async value(){return await this.raw.blob()}}class xt{constructor(t){this.raw=t}async value(){return await this.raw.text()}}const Se={Like:"LIKE",Eq:"EQ",In:"IN"};function Dc(e){for(const t in Se)if(Object.prototype.hasOwnProperty.call(Se,t)&&Se[t]===e)return!0;return!1}function jt(e){return er(e)}function er(e,t){return e}function Ac(e){return e}function wc(e,t){return e}function bc(e){return!(!("assetPropertyPath"in e)||e.assetPropertyPath===void 0||!("operator"in e)||e.operator===void 0)}function St(e){return tr(e)}function tr(e,t){return e==null?e:{assetPropertyPath:e.assetPropertyPath,operator:jt(e.operator),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function Tt(e){return rr(e,!1)}function rr(e,t=!1){return e==null?e:{assetPropertyPath:e.assetPropertyPath,operator:e.operator,value:e.value,valueList:e.valueList}}const Te={Live:"LIVE",OnRequest:"ON_REQUEST"};function Ic(e){for(const t in Te)if(Object.prototype.hasOwnProperty.call(Te,t)&&Te[t]===e)return!0;return!1}function Ot(e){return nr(e)}function nr(e,t){return e}function Uc(e){return e}function Rc(e,t){return e}function Fc(e){return!(!("assetId"in e)||e.assetId===void 0||!("title"in e)||e.title===void 0||!("dataSourceAvailability"in e)||e.dataSourceAvailability===void 0)}function ir(e){return ar(e)}function ar(e,t){return e==null?e:{assetId:e.assetId,title:e.title,descriptionShortText:e.descriptionShortText==null?void 0:e.descriptionShortText,dataSourceAvailability:Ot(e.dataSourceAvailability)}}function or(e){return sr(e,!1)}function sr(e,t=!1){return e==null?e:{assetId:e.assetId,title:e.title,descriptionShortText:e.descriptionShortText,dataSourceAvailability:e.dataSourceAvailability}}function Ec(e){return!0}function Nt(e){return cr(e)}function cr(e,t){return e==null?e:{pageOneBased:e.pageOneBased==null?void 0:e.pageOneBased,pageSize:e.pageSize==null?void 0:e.pageSize}}function Pt(e){return ur(e,!1)}function ur(e,t=!1){return e==null?e:{pageOneBased:e.pageOneBased,pageSize:e.pageSize}}const Oe={Title:"TITLE",Description:"DESCRIPTION"};function _c(e){for(const t in Oe)if(Object.prototype.hasOwnProperty.call(Oe,t)&&Oe[t]===e)return!0;return!1}function dr(e){return lr(e)}function lr(e,t){return e}function vc(e){return e}function kc(e,t){return e}const Ne={Descending:"DESCENDING",Ascending:"ASCENDING"};function qc(e){for(const t in Ne)if(Object.prototype.hasOwnProperty.call(Ne,t)&&Ne[t]===e)return!0;return!1}function Ct(e){return fr(e)}function fr(e,t){return e}function Lc(e){return e}function Hc(e,t){return e}function Bc(e){return!(!("field"in e)||e.field===void 0||!("direction"in e)||e.direction===void 0)}function pr(e){return mr(e)}function mr(e,t){return e==null?e:{field:dr(e.field),direction:Ct(e.direction)}}function yr(e){return gr(e,!1)}function gr(e,t=!1){return e==null?e:{field:e.field,direction:e.direction}}function Vc(e){return!0}function Mc(e){return hr(e)}function hr(e,t){return e==null?e:{pagination:e.pagination==null?void 0:Nt(e.pagination),searchText:e.searchText==null?void 0:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(pr)}}function Sr(e){return Tr(e,!1)}function Tr(e,t=!1){return e==null?e:{pagination:Pt(e.pagination),searchText:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(yr)}}function Zc(e){return!(!("totalItems"in e)||e.totalItems===void 0||!("lastPage"in e)||e.lastPage===void 0||!("currentPage"in e)||e.currentPage===void 0||!("pageStart"in e)||e.pageStart===void 0||!("pageEnd"in e)||e.pageEnd===void 0||!("pageSize"in e)||e.pageSize===void 0)}function Jt(e){return Or(e)}function Or(e,t){return e==null?e:{totalItems:e.totalItems,lastPage:e.lastPage,previousPage:e.previousPage==null?void 0:e.previousPage,currentPage:e.currentPage,nextPage:e.nextPage==null?void 0:e.nextPage,pageStart:e.pageStart,pageEnd:e.pageEnd,pageSize:e.pageSize}}function Dt(e){return Nr(e,!1)}function Nr(e,t=!1){return e==null?e:{totalItems:e.totalItems,lastPage:e.lastPage,previousPage:e.previousPage,currentPage:e.currentPage,nextPage:e.nextPage,pageStart:e.pageStart,pageEnd:e.pageEnd,pageSize:e.pageSize}}function Gc(e){return!(!("assets"in e)||e.assets===void 0||!("pagination"in e)||e.pagination===void 0)}function Pr(e){return Cr(e)}function Cr(e,t){return e==null?e:{assets:e.assets.map(ir),pagination:Jt(e.pagination)}}function zc(e){return Jr(e,!1)}function Jr(e,t=!1){return e==null?e:{assets:e.assets.map(or),pagination:Dt(e.pagination)}}function Qc(e){return!(!("buildDate"in e)||e.buildDate===void 0||!("buildVersion"in e)||e.buildVersion===void 0)}function Dr(e){return Ar(e)}function Ar(e,t){return e==null?e:{buildDate:e.buildDate,buildVersion:e.buildVersion}}function $c(e){return wr(e,!1)}function wr(e,t=!1){return e==null?e:{buildDate:e.buildDate,buildVersion:e.buildVersion}}function Kc(e){return!(!("groupId"in e)||e.groupId===void 0||!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function Yc(e){return br(e)}function br(e,t){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function Ir(e){return Ur(e,!1)}function Ur(e,t=!1){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function Wc(e){return!(!("groupId"in e)||e.groupId===void 0||!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function Rr(e){return Fr(e)}function Fr(e,t){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function Xc(e){return Er(e,!1)}function Er(e,t=!1){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function xc(e){return!(!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function jc(e){return _r(e)}function _r(e,t){return e==null?e:{businessPartnerNumbers:e.businessPartnerNumbers}}function vr(e){return kr(e,!1)}function kr(e,t=!1){return e==null?e:{businessPartnerNumbers:e.businessPartnerNumbers}}function eu(e){return!(!("groupId"in e)||e.groupId===void 0||!("businessPartnerNumbers"in e)||e.businessPartnerNumbers===void 0)}function qr(e){return Lr(e)}function Lr(e,t){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function tu(e){return Hr(e,!1)}function Hr(e,t=!1){return e==null?e:{groupId:e.groupId,businessPartnerNumbers:e.businessPartnerNumbers}}function ru(e){return!0}function nu(e){return Br(e)}function Br(e,t){return e==null?e:{searchQuery:e.searchQuery==null?void 0:e.searchQuery,limit:e.limit==null?void 0:e.limit}}function Vr(e){return Mr(e,!1)}function Mr(e,t=!1){return e==null?e:{searchQuery:e.searchQuery,limit:e.limit}}const Pe={ContractNegotiationFinalized:"CONTRACT_NEGOTIATION_FINALIZED",ContractNegotiationTerminated:"CONTRACT_NEGOTIATION_TERMINATED",TransferProcessStarted:"TRANSFER_PROCESS_STARTED",TransferProcessTerminated:"TRANSFER_PROCESS_TERMINATED",TransferProcessCompleted:"TRANSFER_PROCESS_COMPLETED"};function iu(e){for(const t in Pe)if(Object.prototype.hasOwnProperty.call(Pe,t)&&Pe[t]===e)return!0;return!1}function Zr(e){return Gr(e)}function Gr(e,t){return e}function zr(e){return e}function au(e,t){return e}function ou(e){return!(!("url"in e)||e.url===void 0||!("events"in e)||e.events===void 0)}function Ce(e){return Qr(e)}function Qr(e,t){return e==null?e:{url:e.url,events:e.events.map(Zr),authHeaderName:e.authHeaderName==null?void 0:e.authHeaderName,authHeaderVaultSecretName:e.authHeaderVaultSecretName==null?void 0:e.authHeaderVaultSecretName}}function Je(e){return $r(e,!1)}function $r(e,t=!1){return e==null?e:{url:e.url,events:e.events.map(zr),authHeaderName:e.authHeaderName,authHeaderVaultSecretName:e.authHeaderVaultSecretName}}const De={Value:"VALUE",ValueList:"VALUE_LIST"};function su(e){for(const t in De)if(Object.prototype.hasOwnProperty.call(De,t)&&De[t]===e)return!0;return!1}function Kr(e){return Yr(e)}function Yr(e,t){return e}function cu(e){return e}function uu(e,t){return e}function du(e){return!0}function Wr(e){return Xr(e)}function Xr(e,t){return e==null?e:{type:e.type==null?void 0:Kr(e.type),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function xr(e){return jr(e,!1)}function jr(e,t=!1){return e==null?e:{type:e.type,value:e.value,valueList:e.valueList}}const Ae={Like:"LIKE",Eq:"EQ",In:"IN"};function lu(e){for(const t in Ae)if(Object.prototype.hasOwnProperty.call(Ae,t)&&Ae[t]===e)return!0;return!1}function en(e){return tn(e)}function tn(e,t){return e}function fu(e){return e}function pu(e,t){return e}function mu(e){return!(!("operandLeft"in e)||e.operandLeft===void 0||!("operator"in e)||e.operator===void 0||!("operandRight"in e)||e.operandRight===void 0)}function rn(e){return nn(e)}function nn(e,t){return e==null?e:{operandLeft:e.operandLeft,operator:en(e.operator),operandRight:Wr(e.operandRight)}}function an(e){return on(e,!1)}function on(e,t=!1){return e==null?e:{operandLeft:e.operandLeft,operator:e.operator,operandRight:xr(e.operandRight)}}function yu(e){return!(!("connectorEndpoint"in e)||e.connectorEndpoint===void 0)}function gu(e){return sn(e)}function sn(e,t){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId==null?void 0:e.participantId,limit:e.limit==null?void 0:e.limit,offset:e.offset==null?void 0:e.offset,filterExpressions:e.filterExpressions==null?void 0:e.filterExpressions.map(rn)}}function cn(e){return un(e,!1)}function un(e,t=!1){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,limit:e.limit,offset:e.offset,filterExpressions:e.filterExpressions==null?void 0:e.filterExpressions.map(an)}}const we={Asc:"ASC",Desc:"DESC"};function hu(e){for(const t in we)if(Object.prototype.hasOwnProperty.call(we,t)&&we[t]===e)return!0;return!1}function dn(e){return ln(e)}function ln(e,t){return e}function Su(e){return e}function Tu(e,t){return e}function Ou(e){return!(!("assetPropertyPath"in e)||e.assetPropertyPath===void 0)}function fn(e){return pn(e)}function pn(e,t){return e==null?e:{assetPropertyPath:e.assetPropertyPath,direction:e.direction==null?void 0:dn(e.direction)}}function mn(e){return yn(e,!1)}function yn(e,t=!1){return e==null?e:{assetPropertyPath:e.assetPropertyPath,direction:e.direction}}function Nu(e){return!(!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("participantId"in e)||e.participantId===void 0)}function Pu(e){return gn(e)}function gn(e,t){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter==null?void 0:e.filter.map(St),limit:e.limit==null?void 0:e.limit,offset:e.offset==null?void 0:e.offset,sortBy:e.sortBy==null?void 0:fn(e.sortBy)}}function hn(e){return Sn(e,!1)}function Sn(e,t=!1){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter==null?void 0:e.filter.map(Tt),limit:e.limit,offset:e.offset,sortBy:mn(e.sortBy)}}function Cu(e){return!(!("numActiveConsumingContractAgreements"in e)||e.numActiveConsumingContractAgreements===void 0)}function Tn(e){return On(e)}function On(e,t){return e==null?e:{numActiveConsumingContractAgreements:e.numActiveConsumingContractAgreements,maxActiveConsumingContractAgreements:e.maxActiveConsumingContractAgreements==null?void 0:e.maxActiveConsumingContractAgreements}}function Ju(e){return Nn(e,!1)}function Nn(e,t=!1){return e==null?e:{numActiveConsumingContractAgreements:e.numActiveConsumingContractAgreements,maxActiveConsumingContractAgreements:e.maxActiveConsumingContractAgreements}}const be={Consuming:"CONSUMING",Providing:"PROVIDING"};function Du(e){for(const t in be)if(Object.prototype.hasOwnProperty.call(be,t)&&be[t]===e)return!0;return!1}function Ie(e){return Pn(e)}function Pn(e,t){return e}function Au(e){return e}function wu(e,t){return e}const Ue={Self:"SELF",Counterparty:"COUNTERPARTY"};function bu(e){for(const t in Ue)if(Object.prototype.hasOwnProperty.call(Ue,t)&&Ue[t]===e)return!0;return!1}function Cn(e){return Jn(e)}function Jn(e,t){return e}function Iu(e){return e}function Uu(e,t){return e}function Ru(e){return!(!("terminatedAt"in e)||e.terminatedAt===void 0||!("reason"in e)||e.reason===void 0||!("detail"in e)||e.detail===void 0||!("terminatedBy"in e)||e.terminatedBy===void 0)}function At(e){return Dn(e)}function Dn(e,t){return e==null?e:{terminatedAt:new Date(e.terminatedAt),reason:e.reason,detail:e.detail,terminatedBy:Cn(e.terminatedBy)}}function wt(e){return An(e,!1)}function An(e,t=!1){return e==null?e:{terminatedAt:e.terminatedAt.toISOString(),reason:e.reason,detail:e.detail,terminatedBy:e.terminatedBy}}const Re={Running:"RUNNING",Ok:"OK",Error:"ERROR"};function Fu(e){for(const t in Re)if(Object.prototype.hasOwnProperty.call(Re,t)&&Re[t]===e)return!0;return!1}function wn(e){return bn(e)}function bn(e,t){return e}function Eu(e){return e}function _u(e,t){return e}function vu(e){return!(!("name"in e)||e.name===void 0||!("code"in e)||e.code===void 0||!("simplifiedState"in e)||e.simplifiedState===void 0)}function Fe(e){return In(e)}function In(e,t){return e==null?e:{name:e.name,code:e.code,simplifiedState:wn(e.simplifiedState)}}function Ee(e){return Un(e,!1)}function Un(e,t=!1){return e==null?e:{name:e.name,code:e.code,simplifiedState:e.simplifiedState}}function ku(e){return!(!("transferProcessId"in e)||e.transferProcessId===void 0||!("lastUpdatedDate"in e)||e.lastUpdatedDate===void 0||!("state"in e)||e.state===void 0)}function Rn(e){return Fn(e)}function Fn(e,t){return e==null?e:{transferProcessId:e.transferProcessId,lastUpdatedDate:new Date(e.lastUpdatedDate),state:Fe(e.state),errorMessage:e.errorMessage==null?void 0:e.errorMessage}}function En(e){return _n(e,!1)}function _n(e,t=!1){return e==null?e:{transferProcessId:e.transferProcessId,lastUpdatedDate:e.lastUpdatedDate.toISOString(),state:Ee(e.state),errorMessage:e.errorMessage}}const _e={Value:"VALUE",ValueList:"VALUE_LIST"};function qu(e){for(const t in _e)if(Object.prototype.hasOwnProperty.call(_e,t)&&_e[t]===e)return!0;return!1}function vn(e){return kn(e)}function kn(e,t){return e}function Lu(e){return e}function Hu(e,t){return e}function Bu(e){return!0}function qn(e){return Ln(e)}function Ln(e,t){return e==null?e:{type:e.type==null?void 0:vn(e.type),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function Hn(e){return Bn(e,!1)}function Bn(e,t=!1){return e==null?e:{type:e.type,value:e.value,valueList:e.valueList}}const ve={Eq:"EQ",In:"IN",Like:"LIKE"};function Vu(e){for(const t in ve)if(Object.prototype.hasOwnProperty.call(ve,t)&&ve[t]===e)return!0;return!1}function Vn(e){return Mn(e)}function Mn(e,t){return e}function Mu(e){return e}function Zu(e,t){return e}function Gu(e){return!(!("operandLeft"in e)||e.operandLeft===void 0||!("operator"in e)||e.operator===void 0||!("operandRight"in e)||e.operandRight===void 0)}function bt(e){return Zn(e)}function Zn(e,t){return e==null?e:{operandLeft:e.operandLeft,operator:Vn(e.operator),operandRight:qn(e.operandRight)}}function It(e){return Gn(e,!1)}function Gn(e,t=!1){return e==null?e:{operandLeft:e.operandLeft,operator:e.operator,operandRight:Hn(e.operandRight)}}function zu(e){return!(!("contractDefinitionId"in e)||e.contractDefinitionId===void 0||!("accessPolicyId"in e)||e.accessPolicyId===void 0||!("contractPolicyId"in e)||e.contractPolicyId===void 0||!("assetSelector"in e)||e.assetSelector===void 0)}function zn(e){return Qn(e)}function Qn(e,t){return e==null?e:{contractDefinitionId:e.contractDefinitionId,accessPolicyId:e.accessPolicyId,contractPolicyId:e.contractPolicyId,assetSelector:e.assetSelector.map(bt)}}function $n(e){return Kn(e,!1)}function Kn(e,t=!1){return e==null?e:{contractDefinitionId:e.contractDefinitionId,accessPolicyId:e.accessPolicyId,contractPolicyId:e.contractPolicyId,assetSelector:e.assetSelector.map(It)}}function Qu(e){return!(!("contractDefinitions"in e)||e.contractDefinitions===void 0)}function Yn(e){return Wn(e)}function Wn(e,t){return e==null?e:{contractDefinitions:e.contractDefinitions.map(zn)}}function $u(e){return Xn(e,!1)}function Xn(e,t=!1){return e==null?e:{contractDefinitions:e.contractDefinitions.map($n)}}function Ku(e){return!(!("contractDefinitionId"in e)||e.contractDefinitionId===void 0||!("contractPolicyId"in e)||e.contractPolicyId===void 0||!("accessPolicyId"in e)||e.accessPolicyId===void 0||!("assetSelector"in e)||e.assetSelector===void 0)}function Yu(e){return xn(e)}function xn(e,t){return e==null?e:{contractDefinitionId:e.contractDefinitionId,contractPolicyId:e.contractPolicyId,accessPolicyId:e.accessPolicyId,assetSelector:e.assetSelector.map(bt)}}function jn(e){return ei(e,!1)}function ei(e,t=!1){return e==null?e:{contractDefinitionId:e.contractDefinitionId,contractPolicyId:e.contractPolicyId,accessPolicyId:e.accessPolicyId,assetSelector:e.assetSelector.map(It)}}const ke={Ongoing:"ONGOING",Terminated:"TERMINATED"};function Wu(e){for(const t in ke)if(Object.prototype.hasOwnProperty.call(ke,t)&&ke[t]===e)return!0;return!1}function qe(e){return ti(e)}function ti(e,t){return e}function Xu(e){return e}function xu(e,t){return e}function ju(e){return!0}function Le(e){return ri(e)}function ri(e,t){return e==null?e:{patientCount:e.patientCount==null?void 0:e.patientCount,birthYearMin:e.birthYearMin==null?void 0:e.birthYearMin,birthYearMax:e.birthYearMax==null?void 0:e.birthYearMax,administrativeGender:e.administrativeGender==null?void 0:e.administrativeGender,bodyHeightMin:e.bodyHeightMin==null?void 0:e.bodyHeightMin,bodyHeightMax:e.bodyHeightMax==null?void 0:e.bodyHeightMax,diagnosisPrimary:e.diagnosisPrimary==null?void 0:e.diagnosisPrimary,diagnosisSecondary:e.diagnosisSecondary==null?void 0:e.diagnosisSecondary,encounterStart:e.encounterStart==null?void 0:e.encounterStart,encounterEnd:e.encounterEnd==null?void 0:e.encounterEnd,medicationCount:e.medicationCount==null?void 0:e.medicationCount,dosageCount:e.dosageCount==null?void 0:e.dosageCount,clinicalSpecialty:e.clinicalSpecialty==null?void 0:e.clinicalSpecialty}}function He(e){return ni(e,!1)}function ni(e,t=!1){return e==null?e:{patientCount:e.patientCount,birthYearMin:e.birthYearMin,birthYearMax:e.birthYearMax,administrativeGender:e.administrativeGender,bodyHeightMin:e.bodyHeightMin,bodyHeightMax:e.bodyHeightMax,diagnosisPrimary:e.diagnosisPrimary,diagnosisSecondary:e.diagnosisSecondary,encounterStart:e.encounterStart,encounterEnd:e.encounterEnd,medicationCount:e.medicationCount,dosageCount:e.dosageCount,clinicalSpecialty:e.clinicalSpecialty}}function ed(e){return!(!("dataSourceAvailability"in e)||e.dataSourceAvailability===void 0||!("assetId"in e)||e.assetId===void 0||!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("participantId"in e)||e.participantId===void 0||!("title"in e)||e.title===void 0||!("creatorOrganizationName"in e)||e.creatorOrganizationName===void 0||!("isOwnConnector"in e)||e.isOwnConnector===void 0)}function Z(e){return ii(e)}function ii(e,t){return e==null?e:{dataSourceAvailability:Ot(e.dataSourceAvailability),assetId:e.assetId,connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,title:e.title,creatorOrganizationName:e.creatorOrganizationName,onRequestContactEmail:e.onRequestContactEmail==null?void 0:e.onRequestContactEmail,onRequestContactEmailSubject:e.onRequestContactEmailSubject==null?void 0:e.onRequestContactEmailSubject,language:e.language==null?void 0:e.language,description:e.description==null?void 0:e.description,descriptionShortText:e.descriptionShortText==null?void 0:e.descriptionShortText,isOwnConnector:e.isOwnConnector,publisherHomepage:e.publisherHomepage==null?void 0:e.publisherHomepage,licenseUrl:e.licenseUrl==null?void 0:e.licenseUrl,version:e.version==null?void 0:e.version,keywords:e.keywords==null?void 0:e.keywords,mediaType:e.mediaType==null?void 0:e.mediaType,landingPageUrl:e.landingPageUrl==null?void 0:e.landingPageUrl,httpDatasourceHintsProxyMethod:e.httpDatasourceHintsProxyMethod==null?void 0:e.httpDatasourceHintsProxyMethod,httpDatasourceHintsProxyPath:e.httpDatasourceHintsProxyPath==null?void 0:e.httpDatasourceHintsProxyPath,httpDatasourceHintsProxyQueryParams:e.httpDatasourceHintsProxyQueryParams==null?void 0:e.httpDatasourceHintsProxyQueryParams,httpDatasourceHintsProxyBody:e.httpDatasourceHintsProxyBody==null?void 0:e.httpDatasourceHintsProxyBody,dataModel:e.dataModel==null?void 0:e.dataModel,sovereignLegalName:e.sovereignLegalName==null?void 0:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls==null?void 0:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls==null?void 0:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription==null?void 0:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse==null?void 0:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency==null?void 0:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:new Date(e.temporalCoverageFrom),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:new Date(e.temporalCoverageToInclusive),sphinxFields:e.sphinxFields==null?void 0:Le(e.sphinxFields),assetJsonLd:e.assetJsonLd==null?void 0:e.assetJsonLd,customJsonAsString:e.customJsonAsString==null?void 0:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString==null?void 0:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString==null?void 0:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString==null?void 0:e.privateCustomJsonLdAsString}}function Be(e){return ai(e,!1)}function ai(e,t=!1){return e==null?e:{dataSourceAvailability:e.dataSourceAvailability,assetId:e.assetId,connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,title:e.title,creatorOrganizationName:e.creatorOrganizationName,onRequestContactEmail:e.onRequestContactEmail,onRequestContactEmailSubject:e.onRequestContactEmailSubject,language:e.language,description:e.description,descriptionShortText:e.descriptionShortText,isOwnConnector:e.isOwnConnector,publisherHomepage:e.publisherHomepage,licenseUrl:e.licenseUrl,version:e.version,keywords:e.keywords,mediaType:e.mediaType,landingPageUrl:e.landingPageUrl,httpDatasourceHintsProxyMethod:e.httpDatasourceHintsProxyMethod,httpDatasourceHintsProxyPath:e.httpDatasourceHintsProxyPath,httpDatasourceHintsProxyQueryParams:e.httpDatasourceHintsProxyQueryParams,httpDatasourceHintsProxyBody:e.httpDatasourceHintsProxyBody,dataModel:e.dataModel,sovereignLegalName:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:e.temporalCoverageFrom.toISOString().substring(0,10),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:e.temporalCoverageToInclusive.toISOString().substring(0,10),sphinxFields:He(e.sphinxFields),assetJsonLd:e.assetJsonLd,customJsonAsString:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString}}const Ve={Eq:"EQ",Neq:"NEQ",Gt:"GT",Geq:"GEQ",Lt:"LT",Leq:"LEQ",In:"IN",HasPart:"HAS_PART",IsA:"IS_A",IsAllOf:"IS_ALL_OF",IsAnyOf:"IS_ANY_OF",IsNoneOf:"IS_NONE_OF"};function td(e){for(const t in Ve)if(Object.prototype.hasOwnProperty.call(Ve,t)&&Ve[t]===e)return!0;return!1}function oi(e){return si(e)}function si(e,t){return e}function rd(e){return e}function nd(e,t){return e}const Me={String:"STRING",StringList:"STRING_LIST",Json:"JSON"};function id(e){for(const t in Me)if(Object.prototype.hasOwnProperty.call(Me,t)&&Me[t]===e)return!0;return!1}function ci(e){return ui(e)}function ui(e,t){return e}function ad(e){return e}function od(e,t){return e}function sd(e){return!(!("type"in e)||e.type===void 0)}function di(e){return li(e)}function li(e,t){return e==null?e:{type:ci(e.type),value:e.value==null?void 0:e.value,valueList:e.valueList==null?void 0:e.valueList}}function fi(e){return pi(e,!1)}function pi(e,t=!1){return e==null?e:{type:e.type,value:e.value,valueList:e.valueList}}function cd(e){return!(!("left"in e)||e.left===void 0||!("operator"in e)||e.operator===void 0||!("right"in e)||e.right===void 0)}function Ut(e){return mi(e)}function mi(e,t){return e==null?e:{left:e.left,operator:oi(e.operator),right:di(e.right)}}function Rt(e){return yi(e,!1)}function yi(e,t=!1){return e==null?e:{left:e.left,operator:e.operator,right:fi(e.right)}}const Ze={Empty:"EMPTY",Constraint:"CONSTRAINT",And:"AND",Or:"OR",Xone:"XONE"};function ud(e){for(const t in Ze)if(Object.prototype.hasOwnProperty.call(Ze,t)&&Ze[t]===e)return!0;return!1}function gi(e){return hi(e)}function hi(e,t){return e}function dd(e){return e}function ld(e,t){return e}function fd(e){return!(!("type"in e)||e.type===void 0)}function j(e){return Si(e)}function Si(e,t){return e==null?e:{type:gi(e.type),expressions:e.expressions==null?void 0:e.expressions.map(j),constraint:e.constraint==null?void 0:Ut(e.constraint)}}function ee(e){return Ti(e,!1)}function Ti(e,t=!1){return e==null?e:{type:e.type,expressions:e.expressions==null?void 0:e.expressions.map(ee),constraint:Rt(e.constraint)}}function pd(e){return!(!("policyJsonLd"in e)||e.policyJsonLd===void 0||!("errors"in e)||e.errors===void 0)}function te(e){return Oi(e)}function Oi(e,t){return e==null?e:{policyJsonLd:e.policyJsonLd,expression:e.expression==null?void 0:j(e.expression),errors:e.errors}}function re(e){return Ni(e,!1)}function Ni(e,t=!1){return e==null?e:{policyJsonLd:e.policyJsonLd,expression:ee(e.expression),errors:e.errors}}function md(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("direction"in e)||e.direction===void 0||!("counterPartyAddress"in e)||e.counterPartyAddress===void 0||!("counterPartyId"in e)||e.counterPartyId===void 0||!("contractSigningDate"in e)||e.contractSigningDate===void 0||!("asset"in e)||e.asset===void 0||!("contractPolicy"in e)||e.contractPolicy===void 0||!("transferProcesses"in e)||e.transferProcesses===void 0||!("terminationStatus"in e)||e.terminationStatus===void 0)}function Pi(e){return Ci(e)}function Ci(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,contractNegotiationId:e.contractNegotiationId,direction:Ie(e.direction),counterPartyAddress:e.counterPartyAddress,counterPartyId:e.counterPartyId,contractSigningDate:new Date(e.contractSigningDate),asset:Z(e.asset),contractPolicy:te(e.contractPolicy),transferProcesses:e.transferProcesses.map(Rn),terminationStatus:qe(e.terminationStatus),terminationInformation:e.terminationInformation==null?void 0:At(e.terminationInformation)}}function yd(e){return Ji(e,!1)}function Ji(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,contractNegotiationId:e.contractNegotiationId,direction:e.direction,counterPartyAddress:e.counterPartyAddress,counterPartyId:e.counterPartyId,contractSigningDate:e.contractSigningDate.toISOString(),asset:Be(e.asset),contractPolicy:re(e.contractPolicy),transferProcesses:e.transferProcesses.map(En),terminationStatus:e.terminationStatus,terminationInformation:wt(e.terminationInformation)}}function gd(e){return!(!("counterPartyId"in e)||e.counterPartyId===void 0||!("counterPartyAddress"in e)||e.counterPartyAddress===void 0||!("contractOfferId"in e)||e.contractOfferId===void 0||!("policyJsonLd"in e)||e.policyJsonLd===void 0||!("assetId"in e)||e.assetId===void 0)}function hd(e){return Di(e)}function Di(e,t){return e==null?e:{counterPartyId:e.counterPartyId,counterPartyAddress:e.counterPartyAddress,contractOfferId:e.contractOfferId,policyJsonLd:e.policyJsonLd,assetId:e.assetId,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Ce)}}function Ai(e){return wi(e,!1)}function wi(e,t=!1){return e==null?e:{counterPartyId:e.counterPartyId,counterPartyAddress:e.counterPartyAddress,contractOfferId:e.contractOfferId,policyJsonLd:e.policyJsonLd,assetId:e.assetId,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Je)}}const Ge={InProgress:"IN_PROGRESS",Agreed:"AGREED",Terminated:"TERMINATED"};function Sd(e){for(const t in Ge)if(Object.prototype.hasOwnProperty.call(Ge,t)&&Ge[t]===e)return!0;return!1}function bi(e){return Ii(e)}function Ii(e,t){return e}function Td(e){return e}function Od(e,t){return e}function Nd(e){return!(!("name"in e)||e.name===void 0||!("code"in e)||e.code===void 0||!("simplifiedState"in e)||e.simplifiedState===void 0)}function ze(e){return Ui(e)}function Ui(e,t){return e==null?e:{name:e.name,code:e.code,simplifiedState:bi(e.simplifiedState)}}function Qe(e){return Ri(e,!1)}function Ri(e,t=!1){return e==null?e:{name:e.name,code:e.code,simplifiedState:e.simplifiedState}}function Pd(e){return!(!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("state"in e)||e.state===void 0||!("stateChangedAt"in e)||e.stateChangedAt===void 0)}function Fi(e){return Ei(e)}function Ei(e,t){return e==null?e:{contractNegotiationId:e.contractNegotiationId,state:ze(e.state),contractAgreementId:e.contractAgreementId==null?void 0:e.contractAgreementId,contractAgreementTerminationInfo:e.contractAgreementTerminationInfo==null?void 0:At(e.contractAgreementTerminationInfo),stateChangedAt:new Date(e.stateChangedAt)}}function Cd(e){return _i(e,!1)}function _i(e,t=!1){return e==null?e:{contractNegotiationId:e.contractNegotiationId,state:Qe(e.state),contractAgreementId:e.contractAgreementId,contractAgreementTerminationInfo:wt(e.contractAgreementTerminationInfo),stateChangedAt:e.stateChangedAt.toISOString()}}function Jd(e){return!(!("detail"in e)||e.detail===void 0||!("reason"in e)||e.reason===void 0)}function Dd(e){return vi(e)}function vi(e,t){return e==null?e:{detail:e.detail,reason:e.reason}}function ki(e){return qi(e,!1)}function qi(e,t=!1){return e==null?e:{detail:e.detail,reason:e.reason}}function Ad(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("direction"in e)||e.direction===void 0||!("counterPartyId"in e)||e.counterPartyId===void 0||!("contractSigningDate"in e)||e.contractSigningDate===void 0||!("assetId"in e)||e.assetId===void 0||!("assetTitle"in e)||e.assetTitle===void 0||!("transferProcessesCount"in e)||e.transferProcessesCount===void 0||!("terminationStatus"in e)||e.terminationStatus===void 0)}function Li(e){return Hi(e)}function Hi(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,direction:Ie(e.direction),counterPartyId:e.counterPartyId,contractSigningDate:new Date(e.contractSigningDate),assetId:e.assetId,assetTitle:e.assetTitle,transferProcessesCount:e.transferProcessesCount,terminationStatus:qe(e.terminationStatus),terminatedAt:e.terminatedAt==null?void 0:new Date(e.terminatedAt)}}function Bi(e){return Vi(e,!1)}function Vi(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,direction:e.direction,counterPartyId:e.counterPartyId,contractSigningDate:e.contractSigningDate.toISOString(),assetId:e.assetId,assetTitle:e.assetTitle,transferProcessesCount:e.transferProcessesCount,terminationStatus:e.terminationStatus,terminatedAt:e.terminatedAt==null?void 0:e.terminatedAt.toISOString()}}const $e={ContractName:"CONTRACT_NAME",SignedAt:"SIGNED_AT",TerminatedAt:"TERMINATED_AT",Transfers:"TRANSFERS"};function wd(e){for(const t in $e)if(Object.prototype.hasOwnProperty.call($e,t)&&$e[t]===e)return!0;return!1}function Mi(e){return Zi(e)}function Zi(e,t){return e}function bd(e){return e}function Id(e,t){return e}function Ud(e){return!(!("field"in e)||e.field===void 0||!("direction"in e)||e.direction===void 0)}function Gi(e){return zi(e)}function zi(e,t){return e==null?e:{field:Mi(e.field),direction:Ct(e.direction)}}function Qi(e){return $i(e,!1)}function $i(e,t=!1){return e==null?e:{field:e.field,direction:e.direction}}function Rd(e){return!0}function Fd(e){return Ki(e)}function Ki(e,t){return e==null?e:{terminationStatus:e.terminationStatus==null?void 0:qe(e.terminationStatus),pagination:e.pagination==null?void 0:Nt(e.pagination),searchText:e.searchText==null?void 0:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(Gi)}}function Yi(e){return Wi(e,!1)}function Wi(e,t=!1){return e==null?e:{terminationStatus:e.terminationStatus,pagination:Pt(e.pagination),searchText:e.searchText,sortBy:e.sortBy==null?void 0:e.sortBy.map(Qi)}}function Ed(e){return!(!("contracts"in e)||e.contracts===void 0||!("pagination"in e)||e.pagination===void 0)}function Xi(e){return xi(e)}function xi(e,t){return e==null?e:{contracts:e.contracts.map(Li),pagination:Jt(e.pagination)}}function _d(e){return ji(e,!1)}function ji(e,t=!1){return e==null?e:{contracts:e.contracts.map(Bi),pagination:Dt(e.pagination)}}function vd(e){return!(!("myDid"in e)||e.myDid===void 0||!("walletTokenUrl"in e)||e.walletTokenUrl===void 0||!("trustedVcIssuer"in e)||e.trustedVcIssuer===void 0||!("bdrsUrl"in e)||e.bdrsUrl===void 0||!("dimUrl"in e)||e.dimUrl===void 0)}function ea(e){return ta(e)}function ta(e,t){return e==null?e:{myDid:e.myDid,walletTokenUrl:e.walletTokenUrl,trustedVcIssuer:e.trustedVcIssuer,bdrsUrl:e.bdrsUrl,dimUrl:e.dimUrl}}function ra(e){return na(e,!1)}function na(e,t=!1){return e==null?e:{myDid:e.myDid,walletTokenUrl:e.walletTokenUrl,trustedVcIssuer:e.trustedVcIssuer,bdrsUrl:e.bdrsUrl,dimUrl:e.dimUrl}}function kd(e){return!(!("tokenUrl"in e)||e.tokenUrl===void 0||!("jwksUrl"in e)||e.jwksUrl===void 0)}function ia(e){return aa(e)}function aa(e,t){return e==null?e:{tokenUrl:e.tokenUrl,jwksUrl:e.jwksUrl}}function oa(e){return sa(e,!1)}function sa(e,t=!1){return e==null?e:{tokenUrl:e.tokenUrl,jwksUrl:e.jwksUrl}}function qd(e){return!(!("numTotal"in e)||e.numTotal===void 0||!("numRunning"in e)||e.numRunning===void 0||!("numOk"in e)||e.numOk===void 0||!("numError"in e)||e.numError===void 0)}function Ft(e){return ca(e)}function ca(e,t){return e==null?e:{numTotal:e.numTotal,numRunning:e.numRunning,numOk:e.numOk,numError:e.numError}}function Et(e){return ua(e,!1)}function ua(e,t=!1){return e==null?e:{numTotal:e.numTotal,numRunning:e.numRunning,numOk:e.numOk,numError:e.numError}}function Ld(e){return!(!("numAssets"in e)||e.numAssets===void 0||!("numPolicies"in e)||e.numPolicies===void 0||!("numContractDefinitions"in e)||e.numContractDefinitions===void 0||!("numContractAgreementsConsuming"in e)||e.numContractAgreementsConsuming===void 0||!("numContractAgreementsProviding"in e)||e.numContractAgreementsProviding===void 0||!("transferProcessesConsuming"in e)||e.transferProcessesConsuming===void 0||!("transferProcessesProviding"in e)||e.transferProcessesProviding===void 0||!("managementApiUrlShownInDashboard"in e)||e.managementApiUrlShownInDashboard===void 0||!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("connectorParticipantId"in e)||e.connectorParticipantId===void 0||!("connectorTitle"in e)||e.connectorTitle===void 0||!("connectorDescription"in e)||e.connectorDescription===void 0||!("connectorCuratorUrl"in e)||e.connectorCuratorUrl===void 0||!("connectorCuratorName"in e)||e.connectorCuratorName===void 0||!("connectorMaintainerUrl"in e)||e.connectorMaintainerUrl===void 0||!("connectorMaintainerName"in e)||e.connectorMaintainerName===void 0)}function da(e){return la(e)}function la(e,t){return e==null?e:{numAssets:e.numAssets,numPolicies:e.numPolicies,numContractDefinitions:e.numContractDefinitions,numContractAgreementsConsuming:e.numContractAgreementsConsuming,numContractAgreementsProviding:e.numContractAgreementsProviding,transferProcessesConsuming:Ft(e.transferProcessesConsuming),transferProcessesProviding:Ft(e.transferProcessesProviding),managementApiUrlShownInDashboard:e.managementApiUrlShownInDashboard,connectorEndpoint:e.connectorEndpoint,connectorParticipantId:e.connectorParticipantId,connectorTitle:e.connectorTitle,connectorDescription:e.connectorDescription,connectorCuratorUrl:e.connectorCuratorUrl,connectorCuratorName:e.connectorCuratorName,connectorMaintainerUrl:e.connectorMaintainerUrl,connectorMaintainerName:e.connectorMaintainerName,connectorDapsConfig:e.connectorDapsConfig==null?void 0:ia(e.connectorDapsConfig),connectorCxDidConfig:e.connectorCxDidConfig==null?void 0:ea(e.connectorCxDidConfig)}}function Hd(e){return fa(e,!1)}function fa(e,t=!1){return e==null?e:{numAssets:e.numAssets,numPolicies:e.numPolicies,numContractDefinitions:e.numContractDefinitions,numContractAgreementsConsuming:e.numContractAgreementsConsuming,numContractAgreementsProviding:e.numContractAgreementsProviding,transferProcessesConsuming:Et(e.transferProcessesConsuming),transferProcessesProviding:Et(e.transferProcessesProviding),managementApiUrlShownInDashboard:e.managementApiUrlShownInDashboard,connectorEndpoint:e.connectorEndpoint,connectorParticipantId:e.connectorParticipantId,connectorTitle:e.connectorTitle,connectorDescription:e.connectorDescription,connectorCuratorUrl:e.connectorCuratorUrl,connectorCuratorName:e.connectorCuratorName,connectorMaintainerUrl:e.connectorMaintainerUrl,connectorMaintainerName:e.connectorMaintainerName,connectorDapsConfig:oa(e.connectorDapsConfig),connectorCxDidConfig:ra(e.connectorCxDidConfig)}}const Ke={DontPublish:"DONT_PUBLISH",PublishUnrestricted:"PUBLISH_UNRESTRICTED",PublishRestricted:"PUBLISH_RESTRICTED"};function Bd(e){for(const t in Ke)if(Object.prototype.hasOwnProperty.call(Ke,t)&&Ke[t]===e)return!0;return!1}function pa(e){return ma(e)}function ma(e,t){return e}function Vd(e){return e}function Md(e,t){return e}const Ye={HttpData:"HTTP_DATA",OnRequest:"ON_REQUEST",Custom:"CUSTOM"};function Zd(e){for(const t in Ye)if(Object.prototype.hasOwnProperty.call(Ye,t)&&Ye[t]===e)return!0;return!1}function ya(e){return ga(e)}function ga(e,t){return e}function Gd(e){return e}function zd(e,t){return e}const We={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Options:"OPTIONS"};function Qd(e){for(const t in We)if(Object.prototype.hasOwnProperty.call(We,t)&&We[t]===e)return!0;return!1}function ha(e){return Sa(e)}function Sa(e,t){return e}function $d(e){return e}function Kd(e,t){return e}function Yd(e){return!(!("headerName"in e)||e.headerName===void 0||!("vaultKey"in e)||e.vaultKey===void 0)}function _t(e){return Ta(e)}function Ta(e,t){return e==null?e:{headerName:e.headerName,vaultKey:e.vaultKey}}function vt(e){return Oa(e,!1)}function Oa(e,t=!1){return e==null?e:{headerName:e.headerName,vaultKey:e.vaultKey}}function Wd(e){return!(!("username"in e)||e.username===void 0||!("password"in e)||e.password===void 0)}function kt(e){return Na(e)}function Na(e,t){return e==null?e:{username:e.username,password:e.password}}function qt(e){return Pa(e,!1)}function Pa(e,t=!1){return e==null?e:{username:e.username,password:e.password}}const Xe={SharedSecret:"SHARED_SECRET",PrivateKey:"PRIVATE_KEY"};function Xd(e){for(const t in Xe)if(Object.prototype.hasOwnProperty.call(Xe,t)&&Xe[t]===e)return!0;return!1}function Ca(e){return Ja(e)}function Ja(e,t){return e}function xd(e){return e}function jd(e,t){return e}function el(e){return!(!("privateKeyName"in e)||e.privateKeyName===void 0||!("tokenValidityInSeconds"in e)||e.tokenValidityInSeconds===void 0)}function Da(e){return Aa(e)}function Aa(e,t){return e==null?e:{privateKeyName:e.privateKeyName,tokenValidityInSeconds:e.tokenValidityInSeconds}}function wa(e){return ba(e,!1)}function ba(e,t=!1){return e==null?e:{privateKeyName:e.privateKeyName,tokenValidityInSeconds:e.tokenValidityInSeconds}}function tl(e){return!(!("clientId"in e)||e.clientId===void 0||!("clientSecretName"in e)||e.clientSecretName===void 0)}function Ia(e){return Ua(e)}function Ua(e,t){return e==null?e:{clientId:e.clientId,clientSecretName:e.clientSecretName}}function Ra(e){return Fa(e,!1)}function Fa(e,t=!1){return e==null?e:{clientId:e.clientId,clientSecretName:e.clientSecretName}}function rl(e){return!(!("tokenUrl"in e)||e.tokenUrl===void 0||!("type"in e)||e.type===void 0)}function Ea(e){return _a(e)}function _a(e,t){return e==null?e:{tokenUrl:e.tokenUrl,scope:e.scope==null?void 0:e.scope,type:Ca(e.type),privateKey:e.privateKey==null?void 0:Da(e.privateKey),sharedSecret:e.sharedSecret==null?void 0:Ia(e.sharedSecret)}}function va(e){return ka(e,!1)}function ka(e,t=!1){return e==null?e:{tokenUrl:e.tokenUrl,scope:e.scope,type:e.type,privateKey:wa(e.privateKey),sharedSecret:Ra(e.sharedSecret)}}const xe={Basic:"BASIC",Oauth2:"OAUTH2",ApiKey:"API_KEY"};function nl(e){for(const t in xe)if(Object.prototype.hasOwnProperty.call(xe,t)&&xe[t]===e)return!0;return!1}function qa(e){return La(e)}function La(e,t){return e}function il(e){return e}function al(e,t){return e}function ol(e){return!(!("type"in e)||e.type===void 0)}function Ha(e){return Ba(e)}function Ba(e,t){return e==null?e:{type:qa(e.type),basic:e.basic==null?void 0:kt(e.basic),apiKey:e.apiKey==null?void 0:_t(e.apiKey),oauth:e.oauth==null?void 0:Ea(e.oauth)}}function Va(e){return Ma(e,!1)}function Ma(e,t=!1){return e==null?e:{type:e.type,basic:qt(e.basic),apiKey:vt(e.apiKey),oauth:va(e.oauth)}}function sl(e){return!(!("baseUrl"in e)||e.baseUrl===void 0)}function Za(e){return Ga(e)}function Ga(e,t){return e==null?e:{method:e.method==null?void 0:ha(e.method),baseUrl:e.baseUrl,queryString:e.queryString==null?void 0:e.queryString,auth:e.auth==null?void 0:Ha(e.auth),headers:e.headers==null?void 0:e.headers,enableMethodParameterization:e.enableMethodParameterization==null?void 0:e.enableMethodParameterization,enablePathParameterization:e.enablePathParameterization==null?void 0:e.enablePathParameterization,enableQueryParameterization:e.enableQueryParameterization==null?void 0:e.enableQueryParameterization,enableBodyParameterization:e.enableBodyParameterization==null?void 0:e.enableBodyParameterization}}function za(e){return Qa(e,!1)}function Qa(e,t=!1){return e==null?e:{method:e.method,baseUrl:e.baseUrl,queryString:e.queryString,auth:Va(e.auth),headers:e.headers,enableMethodParameterization:e.enableMethodParameterization,enablePathParameterization:e.enablePathParameterization,enableQueryParameterization:e.enableQueryParameterization,enableBodyParameterization:e.enableBodyParameterization}}function cl(e){return!(!("contactEmail"in e)||e.contactEmail===void 0||!("contactPreferredEmailSubject"in e)||e.contactPreferredEmailSubject===void 0)}function $a(e){return Ka(e)}function Ka(e,t){return e==null?e:{contactEmail:e.contactEmail,contactPreferredEmailSubject:e.contactPreferredEmailSubject}}function Ya(e){return Wa(e,!1)}function Wa(e,t=!1){return e==null?e:{contactEmail:e.contactEmail,contactPreferredEmailSubject:e.contactPreferredEmailSubject}}function ul(e){return!(!("type"in e)||e.type===void 0)}function Lt(e){return Xa(e)}function Xa(e,t){return e==null?e:{type:ya(e.type),httpData:e.httpData==null?void 0:Za(e.httpData),onRequest:e.onRequest==null?void 0:$a(e.onRequest),customProperties:e.customProperties==null?void 0:e.customProperties}}function Ht(e){return xa(e,!1)}function xa(e,t=!1){return e==null?e:{type:e.type,httpData:za(e.httpData),onRequest:Ya(e.onRequest),customProperties:e.customProperties}}function dl(e){return!(!("dataSource"in e)||e.dataSource===void 0||!("id"in e)||e.id===void 0)}function ja(e){return eo(e)}function eo(e,t){return e==null?e:{dataSource:Lt(e.dataSource),id:e.id,title:e.title==null?void 0:e.title,language:e.language==null?void 0:e.language,description:e.description==null?void 0:e.description,publisherHomepage:e.publisherHomepage==null?void 0:e.publisherHomepage,licenseUrl:e.licenseUrl==null?void 0:e.licenseUrl,version:e.version==null?void 0:e.version,keywords:e.keywords==null?void 0:e.keywords,mediaType:e.mediaType==null?void 0:e.mediaType,landingPageUrl:e.landingPageUrl==null?void 0:e.landingPageUrl,dataModel:e.dataModel==null?void 0:e.dataModel,sovereignLegalName:e.sovereignLegalName==null?void 0:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls==null?void 0:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls==null?void 0:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription==null?void 0:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse==null?void 0:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency==null?void 0:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:new Date(e.temporalCoverageFrom),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:new Date(e.temporalCoverageToInclusive),sphinxFields:e.sphinxFields==null?void 0:Le(e.sphinxFields),customJsonAsString:e.customJsonAsString==null?void 0:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString==null?void 0:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString==null?void 0:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString==null?void 0:e.privateCustomJsonLdAsString}}function je(e){return to(e,!1)}function to(e,t=!1){return e==null?e:{dataSource:Ht(e.dataSource),id:e.id,title:e.title,language:e.language,description:e.description,publisherHomepage:e.publisherHomepage,licenseUrl:e.licenseUrl,version:e.version,keywords:e.keywords,mediaType:e.mediaType,landingPageUrl:e.landingPageUrl,dataModel:e.dataModel,sovereignLegalName:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:e.temporalCoverageFrom.toISOString().substring(0,10),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:e.temporalCoverageToInclusive.toISOString().substring(0,10),sphinxFields:He(e.sphinxFields),customJsonAsString:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString}}function ll(e){return!(!("asset"in e)||e.asset===void 0||!("publishType"in e)||e.publishType===void 0)}function fl(e){return ro(e)}function ro(e,t){return e==null?e:{asset:ja(e.asset),publishType:pa(e.publishType),policyExpression:e.policyExpression==null?void 0:j(e.policyExpression)}}function no(e){return io(e,!1)}function io(e,t=!1){return e==null?e:{asset:je(e.asset),publishType:e.publishType,policyExpression:ee(e.policyExpression)}}function pl(e){return!(!("baseUrl"in e)||e.baseUrl===void 0||!("authorizationHeaderValue"in e)||e.authorizationHeaderValue===void 0)}function ao(e){return oo(e)}function oo(e,t){return e==null?e:{baseUrl:e.baseUrl,authorizationHeaderValue:e.authorizationHeaderValue,expiresAt:e.expiresAt==null?void 0:new Date(e.expiresAt)}}function ml(e){return so(e,!1)}function so(e,t=!1){return e==null?e:{baseUrl:e.baseUrl,authorizationHeaderValue:e.authorizationHeaderValue,expiresAt:e.expiresAt==null?void 0:e.expiresAt.toISOString()}}function yl(e){return!(!("id"in e)||e.id===void 0)}function et(e){return co(e)}function co(e,t){return e==null?e:{id:e.id,available:e.available==null?void 0:e.available}}function gl(e){return uo(e,!1)}function uo(e,t=!1){return e==null?e:{id:e.id,available:e.available}}function hl(e){return!(!("id"in e)||e.id===void 0||!("lastUpdatedDate"in e)||e.lastUpdatedDate===void 0)}function J(e){return lo(e)}function lo(e,t){return e==null?e:{id:e.id,lastUpdatedDate:new Date(e.lastUpdatedDate)}}function Sl(e){return fo(e,!1)}function fo(e,t=!1){return e==null?e:{id:e.id,lastUpdatedDate:e.lastUpdatedDate.toISOString()}}function Tl(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("transferProcessRequestJsonLd"in e)||e.transferProcessRequestJsonLd===void 0)}function Ol(e){return po(e)}function po(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,transferProcessRequestJsonLd:e.transferProcessRequestJsonLd}}function mo(e){return yo(e,!1)}function yo(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,transferProcessRequestJsonLd:e.transferProcessRequestJsonLd}}function Nl(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("transferType"in e)||e.transferType===void 0||!("dataSinkProperties"in e)||e.dataSinkProperties===void 0||!("transferProcessProperties"in e)||e.transferProcessProperties===void 0)}function Pl(e){return go(e)}function go(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,transferType:e.transferType,dataSinkProperties:e.dataSinkProperties,transferProcessProperties:e.transferProcessProperties}}function ho(e){return So(e,!1)}function So(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,transferType:e.transferType,dataSinkProperties:e.dataSinkProperties,transferProcessProperties:e.transferProcessProperties}}function Cl(e){return!(!("incomingTransferProcessCounts"in e)||e.incomingTransferProcessCounts===void 0||!("outgoingTransferProcessCounts"in e)||e.outgoingTransferProcessCounts===void 0)}function To(e){return Oo(e)}function Oo(e,t){return e==null?e:{incomingTransferProcessCounts:e.incomingTransferProcessCounts,outgoingTransferProcessCounts:e.outgoingTransferProcessCounts}}function No(e){return Po(e,!1)}function Po(e,t=!1){return e==null?e:{incomingTransferProcessCounts:e.incomingTransferProcessCounts,outgoingTransferProcessCounts:e.outgoingTransferProcessCounts}}function Jl(e){return!(!("assetsCount"in e)||e.assetsCount===void 0||!("policiesCount"in e)||e.policiesCount===void 0||!("contractDefinitionsCount"in e)||e.contractDefinitionsCount===void 0||!("contractAgreementsCount"in e)||e.contractAgreementsCount===void 0||!("transferProcessDto"in e)||e.transferProcessDto===void 0)}function Co(e){return Jo(e)}function Jo(e,t){return e==null?e:{assetsCount:e.assetsCount,policiesCount:e.policiesCount,contractDefinitionsCount:e.contractDefinitionsCount,contractAgreementsCount:e.contractAgreementsCount,transferProcessDto:To(e.transferProcessDto)}}function Dl(e){return Do(e,!1)}function Do(e,t=!1){return e==null?e:{assetsCount:e.assetsCount,policiesCount:e.policiesCount,contractDefinitionsCount:e.contractDefinitionsCount,contractAgreementsCount:e.contractAgreementsCount,transferProcessDto:No(e.transferProcessDto)}}function Al(e){return!(!("connectorEndpoint"in e)||e.connectorEndpoint===void 0||!("participantId"in e)||e.participantId===void 0||!("filter"in e)||e.filter===void 0)}function wl(e){return Ao(e)}function Ao(e,t){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter.map(St),limit:e.limit==null?void 0:e.limit,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Ce)}}function wo(e){return bo(e,!1)}function bo(e,t=!1){return e==null?e:{connectorEndpoint:e.connectorEndpoint,participantId:e.participantId,filter:e.filter.map(Tt),limit:e.limit,callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Je)}}function bl(e){return!(!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("state"in e)||e.state===void 0||!("stateChangedAt"in e)||e.stateChangedAt===void 0||!("asset"in e)||e.asset===void 0||!("policy"in e)||e.policy===void 0)}function Io(e){return Uo(e)}function Uo(e,t){return e==null?e:{contractNegotiationId:e.contractNegotiationId,contractAgreementId:e.contractAgreementId==null?void 0:e.contractAgreementId,state:ze(e.state),stateChangedAt:new Date(e.stateChangedAt),asset:Z(e.asset),policy:te(e.policy)}}function Il(e){return Ro(e,!1)}function Ro(e,t=!1){return e==null?e:{contractNegotiationId:e.contractNegotiationId,contractAgreementId:e.contractAgreementId,state:Qe(e.state),stateChangedAt:e.stateChangedAt.toISOString(),asset:Be(e.asset),policy:re(e.policy)}}function Ul(e){return!(!("policyDefinitionId"in e)||e.policyDefinitionId===void 0||!("expression"in e)||e.expression===void 0)}function Rl(e){return Fo(e)}function Fo(e,t){return e==null?e:{policyDefinitionId:e.policyDefinitionId,expression:j(e.expression)}}function Eo(e){return _o(e,!1)}function _o(e,t=!1){return e==null?e:{policyDefinitionId:e.policyDefinitionId,expression:ee(e.expression)}}function Fl(e){return!0}function vo(e){return ko(e)}function ko(e,t){return e==null?e:{constraints:e.constraints==null?void 0:e.constraints.map(Ut)}}function qo(e){return Lo(e,!1)}function Lo(e,t=!1){return e==null?e:{constraints:e.constraints==null?void 0:e.constraints.map(Rt)}}function El(e){return!(!("policyDefinitionId"in e)||e.policyDefinitionId===void 0||!("policy"in e)||e.policy===void 0)}function _l(e){return Ho(e)}function Ho(e,t){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:vo(e.policy)}}function Bo(e){return Vo(e,!1)}function Vo(e,t=!1){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:qo(e.policy)}}function vl(e){return!(!("policyDefinitionId"in e)||e.policyDefinitionId===void 0||!("policy"in e)||e.policy===void 0)}function Mo(e){return Zo(e)}function Zo(e,t){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:te(e.policy)}}function Go(e){return zo(e,!1)}function zo(e,t=!1){return e==null?e:{policyDefinitionId:e.policyDefinitionId,policy:re(e.policy)}}function kl(e){return!(!("policies"in e)||e.policies===void 0)}function Qo(e){return $o(e)}function $o(e,t){return e==null?e:{policies:e.policies.map(Mo)}}function ql(e){return Ko(e,!1)}function Ko(e,t=!1){return e==null?e:{policies:e.policies.map(Go)}}function Ll(e){return!(!("transferProcessId"in e)||e.transferProcessId===void 0||!("createdDate"in e)||e.createdDate===void 0||!("lastUpdatedDate"in e)||e.lastUpdatedDate===void 0||!("transferType"in e)||e.transferType===void 0||!("state"in e)||e.state===void 0||!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("direction"in e)||e.direction===void 0||!("counterPartyConnectorEndpoint"in e)||e.counterPartyConnectorEndpoint===void 0||!("counterPartyParticipantId"in e)||e.counterPartyParticipantId===void 0||!("assetName"in e)||e.assetName===void 0||!("assetId"in e)||e.assetId===void 0||!("isEdrConsumable"in e)||e.isEdrConsumable===void 0)}function Yo(e){return Wo(e)}function Wo(e,t){return e==null?e:{transferProcessId:e.transferProcessId,createdDate:new Date(e.createdDate),lastUpdatedDate:new Date(e.lastUpdatedDate),transferType:e.transferType,state:Fe(e.state),contractAgreementId:e.contractAgreementId,direction:Ie(e.direction),counterPartyConnectorEndpoint:e.counterPartyConnectorEndpoint,counterPartyParticipantId:e.counterPartyParticipantId,assetName:e.assetName,assetId:e.assetId,errorMessage:e.errorMessage==null?void 0:e.errorMessage,isEdrConsumable:e.isEdrConsumable}}function Xo(e){return xo(e,!1)}function xo(e,t=!1){return e==null?e:{transferProcessId:e.transferProcessId,createdDate:e.createdDate.toISOString(),lastUpdatedDate:e.lastUpdatedDate.toISOString(),transferType:e.transferType,state:Ee(e.state),contractAgreementId:e.contractAgreementId,direction:e.direction,counterPartyConnectorEndpoint:e.counterPartyConnectorEndpoint,counterPartyParticipantId:e.counterPartyParticipantId,assetName:e.assetName,assetId:e.assetId,errorMessage:e.errorMessage,isEdrConsumable:e.isEdrConsumable}}function Hl(e){return!(!("transferEntries"in e)||e.transferEntries===void 0)}function jo(e){return es(e)}function es(e,t){return e==null?e:{transferEntries:e.transferEntries.map(Yo)}}function Bl(e){return ts(e,!1)}function ts(e,t=!1){return e==null?e:{transferEntries:e.transferEntries.map(Xo)}}function Vl(e){return!(!("transferId"in e)||e.transferId===void 0||!("state"in e)||e.state===void 0||!("stateChangedAt"in e)||e.stateChangedAt===void 0||!("isEdrConsumable"in e)||e.isEdrConsumable===void 0)}function rs(e){return ns(e)}function ns(e,t){return e==null?e:{transferId:e.transferId,state:Fe(e.state),stateChangedAt:new Date(e.stateChangedAt),isEdrConsumable:e.isEdrConsumable}}function Ml(e){return is(e,!1)}function is(e,t=!1){return e==null?e:{transferId:e.transferId,state:Ee(e.state),stateChangedAt:e.stateChangedAt.toISOString(),isEdrConsumable:e.isEdrConsumable}}function Zl(e){return!0}function Gl(e){return as(e)}function as(e,t){return e==null?e:{dataSourceOverrideOrNull:e.dataSourceOverrideOrNull==null?void 0:Lt(e.dataSourceOverrideOrNull),title:e.title==null?void 0:e.title,language:e.language==null?void 0:e.language,description:e.description==null?void 0:e.description,publisherHomepage:e.publisherHomepage==null?void 0:e.publisherHomepage,licenseUrl:e.licenseUrl==null?void 0:e.licenseUrl,version:e.version==null?void 0:e.version,keywords:e.keywords==null?void 0:e.keywords,mediaType:e.mediaType==null?void 0:e.mediaType,landingPageUrl:e.landingPageUrl==null?void 0:e.landingPageUrl,dataModel:e.dataModel==null?void 0:e.dataModel,sovereignLegalName:e.sovereignLegalName==null?void 0:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls==null?void 0:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls==null?void 0:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription==null?void 0:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse==null?void 0:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency==null?void 0:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:new Date(e.temporalCoverageFrom),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:new Date(e.temporalCoverageToInclusive),sphinxFields:e.sphinxFields==null?void 0:Le(e.sphinxFields),customJsonAsString:e.customJsonAsString==null?void 0:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString==null?void 0:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString==null?void 0:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString==null?void 0:e.privateCustomJsonLdAsString}}function os(e){return ss(e,!1)}function ss(e,t=!1){return e==null?e:{dataSourceOverrideOrNull:Ht(e.dataSourceOverrideOrNull),title:e.title,language:e.language,description:e.description,publisherHomepage:e.publisherHomepage,licenseUrl:e.licenseUrl,version:e.version,keywords:e.keywords,mediaType:e.mediaType,landingPageUrl:e.landingPageUrl,dataModel:e.dataModel,sovereignLegalName:e.sovereignLegalName,dataSampleUrls:e.dataSampleUrls,referenceFileUrls:e.referenceFileUrls,referenceFilesDescription:e.referenceFilesDescription,conditionsForUse:e.conditionsForUse,dataUpdateFrequency:e.dataUpdateFrequency,temporalCoverageFrom:e.temporalCoverageFrom==null?void 0:e.temporalCoverageFrom.toISOString().substring(0,10),temporalCoverageToInclusive:e.temporalCoverageToInclusive==null?void 0:e.temporalCoverageToInclusive.toISOString().substring(0,10),sphinxFields:He(e.sphinxFields),customJsonAsString:e.customJsonAsString,customJsonLdAsString:e.customJsonLdAsString,privateCustomJsonAsString:e.privateCustomJsonAsString,privateCustomJsonLdAsString:e.privateCustomJsonLdAsString}}const tt={ConnectorLimits:"CONNECTOR_LIMITS",OpenSourceMarketing:"OPEN_SOURCE_MARKETING",EeBasicMarketing:"EE_BASIC_MARKETING",CatenaPolicies:"CATENA_POLICIES",SovityPolicies:"SOVITY_POLICIES",SphinxPolicies:"SPHINX_POLICIES",SphinxAssetMetadata:"SPHINX_ASSET_METADATA",BusinessPartnerGroupManagement:"BUSINESS_PARTNER_GROUP_MANAGEMENT"};function zl(e){for(const t in tt)if(Object.prototype.hasOwnProperty.call(tt,t)&&tt[t]===e)return!0;return!1}function cs(e){return us(e)}function us(e,t){return e}function ds(e){return e}function Ql(e,t){return e}function $l(e){return!(!("participantId"in e)||e.participantId===void 0||!("connectorEndpoint"in e)||e.connectorEndpoint===void 0)}function ls(e){return fs(e)}function fs(e,t){return e==null?e:{participantId:e.participantId,connectorEndpoint:e.connectorEndpoint}}function ps(e){return ms(e,!1)}function ms(e,t=!1){return e==null?e:{participantId:e.participantId,connectorEndpoint:e.connectorEndpoint}}function Kl(e){return!(!("features"in e)||e.features===void 0||!("preconfiguredCounterparties"in e)||e.preconfiguredCounterparties===void 0)}function ys(e){return gs(e)}function gs(e,t){return e==null?e:{features:e.features.map(cs),preconfiguredCounterparties:e.preconfiguredCounterparties.map(ls),logoutUrl:e.logoutUrl==null?void 0:e.logoutUrl,documentationUrl:e.documentationUrl==null?void 0:e.documentationUrl,supportUrl:e.supportUrl==null?void 0:e.supportUrl,privacyPolicyUrl:e.privacyPolicyUrl==null?void 0:e.privacyPolicyUrl,legalNoticeUrl:e.legalNoticeUrl==null?void 0:e.legalNoticeUrl,icpFooterLinkText:e.icpFooterLinkText==null?void 0:e.icpFooterLinkText,icpFooterLinkUrl:e.icpFooterLinkUrl==null?void 0:e.icpFooterLinkUrl}}function Yl(e){return hs(e,!1)}function hs(e,t=!1){return e==null?e:{features:e.features.map(ds),preconfiguredCounterparties:e.preconfiguredCounterparties.map(ps),logoutUrl:e.logoutUrl,documentationUrl:e.documentationUrl,supportUrl:e.supportUrl,privacyPolicyUrl:e.privacyPolicyUrl,legalNoticeUrl:e.legalNoticeUrl,icpFooterLinkText:e.icpFooterLinkText,icpFooterLinkUrl:e.icpFooterLinkUrl}}function Wl(e){return!(!("contractNegotiationId"in e)||e.contractNegotiationId===void 0||!("createdAt"in e)||e.createdAt===void 0||!("state"in e)||e.state===void 0)}function Bt(e){return Ss(e)}function Ss(e,t){return e==null?e:{contractNegotiationId:e.contractNegotiationId,createdAt:new Date(e.createdAt),contractAgreementId:e.contractAgreementId==null?void 0:e.contractAgreementId,state:ze(e.state)}}function Xl(e){return Ts(e,!1)}function Ts(e,t=!1){return e==null?e:{contractNegotiationId:e.contractNegotiationId,createdAt:e.createdAt.toISOString(),contractAgreementId:e.contractAgreementId,state:Qe(e.state)}}function xl(e){return!(!("contractOfferId"in e)||e.contractOfferId===void 0||!("policy"in e)||e.policy===void 0)}function Os(e){return Ns(e)}function Ns(e,t){return e==null?e:{contractOfferId:e.contractOfferId,policy:te(e.policy)}}function Ps(e){return Cs(e,!1)}function Cs(e,t=!1){return e==null?e:{contractOfferId:e.contractOfferId,policy:re(e.policy)}}function jl(e){return!(!("endpoint"in e)||e.endpoint===void 0||!("participantId"in e)||e.participantId===void 0||!("asset"in e)||e.asset===void 0||!("contractOffers"in e)||e.contractOffers===void 0)}function ne(e){return Js(e)}function Js(e,t){return e==null?e:{endpoint:e.endpoint,participantId:e.participantId,asset:Z(e.asset),contractOffers:e.contractOffers.map(Os)}}function ef(e){return Ds(e,!1)}function Ds(e,t=!1){return e==null?e:{endpoint:e.endpoint,participantId:e.participantId,asset:Be(e.asset),contractOffers:e.contractOffers.map(Ps)}}const rt={Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Options:"OPTIONS"};function tf(e){for(const t in rt)if(Object.prototype.hasOwnProperty.call(rt,t)&&rt[t]===e)return!0;return!1}function As(e){return ws(e)}function ws(e,t){return e}function rf(e){return e}function nf(e,t){return e}const nt={Basic:"BASIC",ApiKey:"API_KEY"};function af(e){for(const t in nt)if(Object.prototype.hasOwnProperty.call(nt,t)&&nt[t]===e)return!0;return!1}function bs(e){return Is(e)}function Is(e,t){return e}function of(e){return e}function sf(e,t){return e}function cf(e){return!(!("type"in e)||e.type===void 0)}function Us(e){return Rs(e)}function Rs(e,t){return e==null?e:{type:bs(e.type),basic:e.basic==null?void 0:kt(e.basic),apiKey:e.apiKey==null?void 0:_t(e.apiKey)}}function Fs(e){return Es(e,!1)}function Es(e,t=!1){return e==null?e:{type:e.type,basic:qt(e.basic),apiKey:vt(e.apiKey)}}function uf(e){return!(!("baseUrl"in e)||e.baseUrl===void 0)}function _s(e){return vs(e)}function vs(e,t){return e==null?e:{method:e.method==null?void 0:As(e.method),baseUrl:e.baseUrl,queryString:e.queryString==null?void 0:e.queryString,auth:e.auth==null?void 0:Us(e.auth),headers:e.headers==null?void 0:e.headers}}function ks(e){return qs(e,!1)}function qs(e,t=!1){return e==null?e:{method:e.method,baseUrl:e.baseUrl,queryString:e.queryString,auth:Fs(e.auth),headers:e.headers}}const it={HttpDataPush:"HTTP_DATA_PUSH",HttpDataProxy:"HTTP_DATA_PROXY",Custom:"CUSTOM"};function df(e){for(const t in it)if(Object.prototype.hasOwnProperty.call(it,t)&&it[t]===e)return!0;return!1}function Ls(e){return Hs(e)}function Hs(e,t){return e}function lf(e){return e}function ff(e,t){return e}function pf(e){return!(!("contractAgreementId"in e)||e.contractAgreementId===void 0||!("type"in e)||e.type===void 0)}function mf(e){return Bs(e)}function Bs(e,t){return e==null?e:{contractAgreementId:e.contractAgreementId,type:Ls(e.type),httpDataPush:e.httpDataPush==null?void 0:_s(e.httpDataPush),callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Ce),customDataSinkProperties:e.customDataSinkProperties==null?void 0:e.customDataSinkProperties,customTransferPrivateProperties:e.customTransferPrivateProperties==null?void 0:e.customTransferPrivateProperties,customTransferType:e.customTransferType==null?void 0:e.customTransferType}}function Vs(e){return Ms(e,!1)}function Ms(e,t=!1){return e==null?e:{contractAgreementId:e.contractAgreementId,type:e.type,httpDataPush:ks(e.httpDataPush),callbackAddresses:e.callbackAddresses==null?void 0:e.callbackAddresses.map(Je),customDataSinkProperties:e.customDataSinkProperties,customTransferPrivateProperties:e.customTransferPrivateProperties,customTransferType:e.customTransferType}}function yf(e){return!(!("key"in e)||e.key===void 0||!("value"in e)||e.value===void 0||!("description"in e)||e.description===void 0)}function gf(e){return Zs(e)}function Zs(e,t){return e==null?e:{key:e.key,value:e.value,description:e.description}}function Gs(e){return zs(e,!1)}function zs(e,t=!1){return e==null?e:{key:e.key,value:e.value,description:e.description}}function hf(e){return!(!("key"in e)||e.key===void 0||!("description"in e)||e.description===void 0)}function Qs(e){return $s(e)}function $s(e,t){return e==null?e:{key:e.key,description:e.description}}function Sf(e){return Ks(e,!1)}function Ks(e,t=!1){return e==null?e:{key:e.key,description:e.description}}function Tf(e){return!(!("description"in e)||e.description===void 0)}function Of(e){return Ys(e)}function Ys(e,t){return e==null?e:{value:e.value==null?void 0:e.value,description:e.description}}function Ws(e){return Xs(e,!1)}function Xs(e,t=!1){return e==null?e:{value:e.value,description:e.description}}function Nf(e){return!(!("key"in e)||e.key===void 0||!("description"in e)||e.description===void 0||!("updatedAt"in e)||e.updatedAt===void 0)}function xs(e){return js(e)}function js(e,t){return e==null?e:{key:e.key,description:e.description,updatedAt:new Date(e.updatedAt)}}function Pf(e){return ec(e,!1)}function ec(e,t=!1){return e==null?e:{key:e.key,description:e.description,updatedAt:e.updatedAt.toISOString()}}function Cf(e){return!0}function Jf(e){return tc(e)}function tc(e,t){return e==null?e:{searchQuery:e.searchQuery==null?void 0:e.searchQuery,limit:e.limit==null?void 0:e.limit}}function rc(e){return nc(e,!1)}function nc(e,t=!1){return e==null?e:{searchQuery:e.searchQuery,limit:e.limit}}class ic extends K{async connectorLimitsRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ee/connector-limits",method:"GET",headers:i,query:r},t);return new m(a,o=>Tn(o))}async connectorLimits(t){return await(await this.connectorLimitsRaw(t)).value()}async fileUploadCreateAssetRaw(t,r){if(t.blobId==null)throw new P("blobId",'Required parameter "blobId" was null or undefined when calling fileUploadCreateAsset().');if(t.uiAssetCreateRequest==null)throw new P("uiAssetCreateRequest",'Required parameter "uiAssetCreateRequest" was null or undefined when calling fileUploadCreateAsset().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ee/file-upload/blobs/{blobId}/asset".replace("{blobId}",encodeURIComponent(String(t.blobId))),method:"POST",headers:a,query:i,body:je(t.uiAssetCreateRequest)},r);return new Xt(o)}async fileUploadCreateAsset(t,r){await this.fileUploadCreateAssetRaw(t,r)}async fileUploadRequestSasTokenRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ee/file-upload/blobs",method:"POST",headers:i,query:r},t);return this.isJsonMime(a.headers.get("content-type"))?new m(a):new xt(a)}async fileUploadRequestSasToken(t){return await(await this.fileUploadRequestSasTokenRaw(t)).value()}}class ac extends K{async assetDetailPageRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling assetDetailPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/asset-detail-page/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Z(s))}async assetDetailPage(t,r){return await(await this.assetDetailPageRaw(t,r)).value()}async assetsPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/assets-page",method:"POST",headers:a,query:i,body:Sr(t.assetsPageRequest)},r);return new m(o,s=>Pr(s))}async assetsPage(t={},r){return await(await this.assetsPageRaw(t,r)).value()}async buildInfoRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/build-info",method:"GET",headers:i,query:r},t);return new m(a,o=>Dr(o))}async buildInfo(t){return await(await this.buildInfoRaw(t)).value()}async businessPartnerGroupCreateSubmitRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/create",method:"POST",headers:a,query:i,body:Ir(t.businessPartnerGroupCreateSubmit)},r);return new m(o,s=>J(s))}async businessPartnerGroupCreateSubmit(t={},r){return await(await this.businessPartnerGroupCreateSubmitRaw(t,r)).value()}async businessPartnerGroupEditPageRaw(t,r){if(t.id==null)throw new P("id",'Required parameter "id" was null or undefined when calling businessPartnerGroupEditPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/{id}/edit-page".replace("{id}",encodeURIComponent(String(t.id))),method:"GET",headers:a,query:i},r);return new m(o,s=>Rr(s))}async businessPartnerGroupEditPage(t,r){return await(await this.businessPartnerGroupEditPageRaw(t,r)).value()}async businessPartnerGroupEditSubmitRaw(t,r){if(t.id==null)throw new P("id",'Required parameter "id" was null or undefined when calling businessPartnerGroupEditSubmit().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/{id}/edit-group".replace("{id}",encodeURIComponent(String(t.id))),method:"PUT",headers:a,query:i,body:vr(t.businessPartnerGroupEditSubmit)},r);return new m(o,s=>J(s))}async businessPartnerGroupEditSubmit(t,r){return await(await this.businessPartnerGroupEditSubmitRaw(t,r)).value()}async businessPartnerGroupListPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/list-page",method:"POST",headers:a,query:i,body:Vr(t.businessPartnerGroupQuery)},r);return new m(o,s=>s.map(qr))}async businessPartnerGroupListPage(t={},r){return await(await this.businessPartnerGroupListPageRaw(t,r)).value()}async contractDetailPageRaw(t,r){if(t.contractAgreementId==null)throw new P("contractAgreementId",'Required parameter "contractAgreementId" was null or undefined when calling contractDetailPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/contract-detail-page/{contractAgreementId}".replace("{contractAgreementId}",encodeURIComponent(String(t.contractAgreementId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Pi(s))}async contractDetailPage(t,r){return await(await this.contractDetailPageRaw(t,r)).value()}async contractsPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contracts-page",method:"POST",headers:a,query:i,body:Yi(t.contractsPageRequest)},r);return new m(o,s=>Xi(s))}async contractsPage(t={},r){return await(await this.contractsPageRaw(t,r)).value()}async createAssetRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/asset-page/assets",method:"POST",headers:a,query:i,body:je(t.uiAssetCreateRequest)},r);return new m(o,s=>J(s))}async createAsset(t={},r){return await(await this.createAssetRaw(t,r)).value()}async createContractDefinitionRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-definition-page/contract-definitions",method:"POST",headers:a,query:i,body:jn(t.contractDefinitionRequest)},r);return new m(o,s=>J(s))}async createContractDefinition(t={},r){return await(await this.createContractDefinitionRaw(t,r)).value()}async createDataOfferRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/create-data-offer",method:"POST",headers:a,query:i,body:no(t.dataOfferCreateRequest)},r);return new m(o,s=>J(s))}async createDataOffer(t={},r){return await(await this.createDataOfferRaw(t,r)).value()}async createPolicyDefinitionRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/policy-page/policy-definitions",method:"POST",headers:a,query:i,body:Bo(t.policyDefinitionCreateRequest)},r);return new m(o,s=>J(s))}async createPolicyDefinition(t={},r){return await(await this.createPolicyDefinitionRaw(t,r)).value()}async createPolicyDefinitionV2Raw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/v2/pages/policy-page/policy-definitions",method:"POST",headers:a,query:i,body:Eo(t.policyDefinitionCreateDto)},r);return new m(o,s=>J(s))}async createPolicyDefinitionV2(t={},r){return await(await this.createPolicyDefinitionV2Raw(t,r)).value()}async createVaultSecretRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/vault-secrets/create-secret",method:"POST",headers:a,query:i,body:Gs(t.vaultSecretCreateSubmit)},r);return new m(o,s=>J(s))}async createVaultSecret(t={},r){return await(await this.createVaultSecretRaw(t,r)).value()}async deleteAssetRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling deleteAsset().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/asset-page/assets/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteAsset(t,r){return await(await this.deleteAssetRaw(t,r)).value()}async deleteBusinessPartnerGroupRaw(t,r){if(t.id==null)throw new P("id",'Required parameter "id" was null or undefined when calling deleteBusinessPartnerGroup().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/business-partner-groups/{id}".replace("{id}",encodeURIComponent(String(t.id))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteBusinessPartnerGroup(t,r){return await(await this.deleteBusinessPartnerGroupRaw(t,r)).value()}async deleteContractDefinitionRaw(t,r){if(t.contractDefinitionId==null)throw new P("contractDefinitionId",'Required parameter "contractDefinitionId" was null or undefined when calling deleteContractDefinition().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/contract-definition-page/contract-definitions/{contractDefinitionId}".replace("{contractDefinitionId}",encodeURIComponent(String(t.contractDefinitionId))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteContractDefinition(t,r){return await(await this.deleteContractDefinitionRaw(t,r)).value()}async deletePolicyDefinitionRaw(t,r){if(t.policyId==null)throw new P("policyId",'Required parameter "policyId" was null or undefined when calling deletePolicyDefinition().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/policy-page/policy-definitions/{policyId}".replace("{policyId}",encodeURIComponent(String(t.policyId))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deletePolicyDefinition(t,r){return await(await this.deletePolicyDefinitionRaw(t,r)).value()}async deleteVaultSecretRaw(t,r){if(t.key==null)throw new P("key",'Required parameter "key" was null or undefined when calling deleteVaultSecret().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/vault-secrets/{key}".replace("{key}",encodeURIComponent(String(t.key))),method:"DELETE",headers:a,query:i},r);return new m(o,s=>J(s))}async deleteVaultSecret(t,r){return await(await this.deleteVaultSecretRaw(t,r)).value()}async editAssetRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling editAsset().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/asset-page/assets/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"PUT",headers:a,query:i,body:os(t.uiAssetEditRequest)},r);return new m(o,s=>J(s))}async editAsset(t,r){return await(await this.editAssetRaw(t,r)).value()}async editVaultSecretRaw(t,r){if(t.key==null)throw new P("key",'Required parameter "key" was null or undefined when calling editVaultSecret().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/vault-secrets/{key}/edit-secret".replace("{key}",encodeURIComponent(String(t.key))),method:"PUT",headers:a,query:i,body:Ws(t.vaultSecretEditSubmit)},r);return new m(o,s=>J(s))}async editVaultSecret(t,r){return await(await this.editVaultSecretRaw(t,r)).value()}async editVaultSecretPageRaw(t,r){if(t.key==null)throw new P("key",'Required parameter "key" was null or undefined when calling editVaultSecretPage().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/vault-secrets/{key}/edit-secret".replace("{key}",encodeURIComponent(String(t.key))),method:"GET",headers:a,query:i},r);return new m(o,s=>Qs(s))}async editVaultSecretPage(t,r){return await(await this.editVaultSecretPageRaw(t,r)).value()}async getCatalogPageDataOfferRaw(t,r){if(t.dataOfferId==null)throw new P("dataOfferId",'Required parameter "dataOfferId" was null or undefined when calling getCatalogPageDataOffer().');const i={};t.participantId!=null&&(i.participantId=t.participantId),t.connectorEndpoint!=null&&(i.connectorEndpoint=t.connectorEndpoint);const a={},o=await this.request({path:"/wrapper/ui/pages/catalog-page/data-offers/{dataOfferId}".replace("{dataOfferId}",encodeURIComponent(String(t.dataOfferId))),method:"GET",headers:a,query:i},r);return new m(o,s=>ne(s))}async getCatalogPageDataOffer(t,r){return await(await this.getCatalogPageDataOfferRaw(t,r)).value()}async getCatalogPageDataOffersRaw(t,r){const i={};t.participantId!=null&&(i.participantId=t.participantId),t.connectorEndpoint!=null&&(i.connectorEndpoint=t.connectorEndpoint);const a={},o=await this.request({path:"/wrapper/ui/pages/catalog-page/data-offers",method:"GET",headers:a,query:i},r);return new m(o,s=>s.map(ne))}async getCatalogPageDataOffers(t={},r){return await(await this.getCatalogPageDataOffersRaw(t,r)).value()}async getContractDefinitionPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/contract-definition-page",method:"GET",headers:i,query:r},t);return new m(a,o=>Yn(o))}async getContractDefinitionPage(t){return await(await this.getContractDefinitionPageRaw(t)).value()}async getContractNegotiationRaw(t,r){if(t.contractNegotiationId==null)throw new P("contractNegotiationId",'Required parameter "contractNegotiationId" was null or undefined when calling getContractNegotiation().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/catalog-page/contract-negotiations/{contractNegotiationId}".replace("{contractNegotiationId}",encodeURIComponent(String(t.contractNegotiationId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Bt(s))}async getContractNegotiation(t,r){return await(await this.getContractNegotiationRaw(t,r)).value()}async getDashboardPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/dashboard-page",method:"GET",headers:i,query:r},t);return new m(a,o=>da(o))}async getDashboardPage(t){return await(await this.getDashboardPageRaw(t)).value()}async getPolicyDefinitionPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/policy-page",method:"GET",headers:i,query:r},t);return new m(a,o=>Qo(o))}async getPolicyDefinitionPage(t){return await(await this.getPolicyDefinitionPageRaw(t)).value()}async getTransferHistoryPageRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/pages/transfer-history-page",method:"GET",headers:i,query:r},t);return new m(a,o=>jo(o))}async getTransferHistoryPage(t){return await(await this.getTransferHistoryPageRaw(t)).value()}async getTransferProcessAssetRaw(t,r){if(t.transferProcessId==null)throw new P("transferProcessId",'Required parameter "transferProcessId" was null or undefined when calling getTransferProcessAsset().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/transfer-history-page/transfer-processes/{transferProcessId}/asset".replace("{transferProcessId}",encodeURIComponent(String(t.transferProcessId))),method:"GET",headers:a,query:i},r);return new m(o,s=>Z(s))}async getTransferProcessAsset(t,r){return await(await this.getTransferProcessAssetRaw(t,r)).value()}async initiateContractNegotiationRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/catalog-page/contract-negotiations",method:"POST",headers:a,query:i,body:Ai(t.contractNegotiationRequest)},r);return new m(o,s=>Bt(s))}async initiateContractNegotiation(t={},r){return await(await this.initiateContractNegotiationRaw(t,r)).value()}async initiateCustomTransferRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-agreement-page/transfers/custom",method:"POST",headers:a,query:i,body:mo(t.initiateCustomTransferRequest)},r);return new m(o,s=>J(s))}async initiateCustomTransfer(t={},r){return await(await this.initiateCustomTransferRaw(t,r)).value()}async initiateTransferRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-agreement-page/transfers",method:"POST",headers:a,query:i,body:ho(t.initiateTransferRequest)},r);return new m(o,s=>J(s))}async initiateTransfer(t={},r){return await(await this.initiateTransferRaw(t,r)).value()}async initiateTransferV2Raw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/contract-agreement-page/initiate-transfer-v2",method:"POST",headers:a,query:i,body:Vs(t.uiInitiateTransferRequest)},r);return new m(o,s=>J(s))}async initiateTransferV2(t={},r){return await(await this.initiateTransferV2Raw(t,r)).value()}async isAssetIdAvailableRaw(t,r){if(t.assetId==null)throw new P("assetId",'Required parameter "assetId" was null or undefined when calling isAssetIdAvailable().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/data-offer-page/validate-asset-id/{assetId}".replace("{assetId}",encodeURIComponent(String(t.assetId))),method:"GET",headers:a,query:i},r);return new m(o,s=>et(s))}async isAssetIdAvailable(t,r){return await(await this.isAssetIdAvailableRaw(t,r)).value()}async isContractDefinitionIdAvailableRaw(t,r){if(t.contractDefinitionId==null)throw new P("contractDefinitionId",'Required parameter "contractDefinitionId" was null or undefined when calling isContractDefinitionIdAvailable().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/data-offer-page/validate-contract-definition-id/{contractDefinitionId}".replace("{contractDefinitionId}",encodeURIComponent(String(t.contractDefinitionId))),method:"GET",headers:a,query:i},r);return new m(o,s=>et(s))}async isContractDefinitionIdAvailable(t,r){return await(await this.isContractDefinitionIdAvailableRaw(t,r)).value()}async isPolicyIdAvailableRaw(t,r){if(t.policyId==null)throw new P("policyId",'Required parameter "policyId" was null or undefined when calling isPolicyIdAvailable().');const i={},a={},o=await this.request({path:"/wrapper/ui/pages/data-offer-page/validate-policy-id/{policyId}".replace("{policyId}",encodeURIComponent(String(t.policyId))),method:"GET",headers:a,query:i},r);return new m(o,s=>et(s))}async isPolicyIdAvailable(t,r){return await(await this.isPolicyIdAvailableRaw(t,r)).value()}async listVaultSecretsPageRaw(t,r){const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/vault-secrets/list-page",method:"POST",headers:a,query:i,body:rc(t.vaultSecretQuery)},r);return new m(o,s=>s.map(xs))}async listVaultSecretsPage(t={},r){return await(await this.listVaultSecretsPageRaw(t,r)).value()}async terminateContractAgreementRaw(t,r){if(t.contractAgreementId==null)throw new P("contractAgreementId",'Required parameter "contractAgreementId" was null or undefined when calling terminateContractAgreement().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/ui/pages/content-agreement-page/{contractAgreementId}/terminate".replace("{contractAgreementId}",encodeURIComponent(String(t.contractAgreementId))),method:"POST",headers:a,query:i,body:ki(t.contractTerminationRequest)},r);return new m(o,s=>J(s))}async terminateContractAgreement(t,r){return await(await this.terminateContractAgreementRaw(t,r)).value()}async uiConfigRaw(t){const r={},i={},a=await this.request({path:"/wrapper/ui/config",method:"GET",headers:i,query:r},t);return new m(a,o=>ys(o))}async uiConfig(t){return await(await this.uiConfigRaw(t)).value()}}class oc extends K{async getAssetsRaw(t){const r={},i={},a=await this.request({path:"/wrapper/use-case-api/assets",method:"GET",headers:i,query:r},t);return new m(a,o=>o.map(Z))}async getAssets(t){return await(await this.getAssetsRaw(t)).value()}async getContractNegotiationStatesRaw(t,r){if(t.requestBody==null)throw new P("requestBody",'Required parameter "requestBody" was null or undefined when calling getContractNegotiationStates().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/contract-negotiations/states",method:"POST",headers:a,query:i,body:t.requestBody},r);return new m(o,s=>s.map(Fi))}async getContractNegotiationStates(t,r){return await(await this.getContractNegotiationStatesRaw(t,r)).value()}async getKpisRaw(t){const r={},i={},a=await this.request({path:"/wrapper/use-case-api/kpis",method:"GET",headers:i,query:r},t);return new m(a,o=>Co(o))}async getKpis(t){return await(await this.getKpisRaw(t)).value()}async getSupportedFunctionsRaw(t){const r={},i={},a=await this.request({path:"/wrapper/use-case-api/supported-policy-functions",method:"GET",headers:i,query:r},t);return new m(a)}async getSupportedFunctions(t){return await(await this.getSupportedFunctionsRaw(t)).value()}async getTransferProcessEdrRaw(t,r){if(t.transferId==null)throw new P("transferId",'Required parameter "transferId" was null or undefined when calling getTransferProcessEdr().');const i={},a={},o=await this.request({path:"/wrapper/use-case-api/transfers/{transferId}/edr".replace("{transferId}",encodeURIComponent(String(t.transferId))),method:"POST",headers:a,query:i},r);return new m(o,s=>ao(s))}async getTransferProcessEdr(t,r){return await(await this.getTransferProcessEdrRaw(t,r)).value()}async getTransferProcessStatesRaw(t,r){if(t.requestBody==null)throw new P("requestBody",'Required parameter "requestBody" was null or undefined when calling getTransferProcessStates().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/transfers/states",method:"POST",headers:a,query:i,body:t.requestBody},r);return new m(o,s=>s.map(rs))}async getTransferProcessStates(t,r){return await(await this.getTransferProcessStatesRaw(t,r)).value()}async negotiateAllRaw(t,r){if(t.negotiateAllQuery==null)throw new P("negotiateAllQuery",'Required parameter "negotiateAllQuery" was null or undefined when calling negotiateAll().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/negotiations/quick-initiate",method:"POST",headers:a,query:i,body:wo(t.negotiateAllQuery)},r);return new m(o,s=>s.map(Io))}async negotiateAll(t,r){return await(await this.negotiateAllRaw(t,r)).value()}async queryCatalogRaw(t,r){if(t.catalogQuery==null)throw new P("catalogQuery",'Required parameter "catalogQuery" was null or undefined when calling queryCatalog().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/catalog",method:"POST",headers:a,query:i,body:cn(t.catalogQuery)},r);return new m(o,s=>s.map(ne))}async queryCatalog(t,r){return await(await this.queryCatalogRaw(t,r)).value()}async queryCatalogV2Raw(t,r){if(t.catalogQueryV2==null)throw new P("catalogQueryV2",'Required parameter "catalogQueryV2" was null or undefined when calling queryCatalogV2().');const i={},a={};a["Content-Type"]="application/json";const o=await this.request({path:"/wrapper/use-case-api/catalog-v2",method:"POST",headers:a,query:i,body:hn(t.catalogQueryV2)},r);return new m(o,s=>s.map(ne))}async queryCatalogV2(t,r){return await(await this.queryCatalogV2Raw(t,r)).value()}async terminateTransferProcessRaw(t,r){if(t.transferId==null)throw new P("transferId",'Required parameter "transferId" was null or undefined when calling terminateTransferProcess().');const i={},a={},o=await this.request({path:"/wrapper/use-case-api/transfers/{transferId}/terminate".replace("{transferId}",encodeURIComponent(String(t.transferId))),method:"POST",headers:a,query:i},r);return new m(o,s=>J(s))}async terminateTransferProcess(t,r){return await(await this.terminateTransferProcessRaw(t,r)).value()}}var N;(function(e){e.assertEqual=a=>a;function t(a){}e.assertIs=t;function r(a){throw new Error}e.assertNever=r,e.arrayToEnum=a=>{const o={};for(const s of a)o[s]=s;return o},e.getValidEnumValues=a=>{const o=e.objectKeys(a).filter(c=>typeof a[a[c]]!="number"),s={};for(const c of o)s[c]=a[c];return e.objectValues(s)},e.objectValues=a=>e.objectKeys(a).map(function(o){return a[o]}),e.objectKeys=typeof Object.keys=="function"?a=>Object.keys(a):a=>{const o=[];for(const s in a)Object.prototype.hasOwnProperty.call(a,s)&&o.push(s);return o},e.find=(a,o)=>{for(const s of a)if(o(s))return s},e.isInteger=typeof Number.isInteger=="function"?a=>Number.isInteger(a):a=>typeof a=="number"&&isFinite(a)&&Math.floor(a)===a;function i(a,o=" | "){return a.map(s=>typeof s=="string"?`'${s}'`:s).join(o)}e.joinValues=i,e.jsonStringifyReplacer=(a,o)=>typeof o=="bigint"?o.toString():o})(N||(N={}));var Vt;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(Vt||(Vt={}));const l=N.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),H=e=>{switch(typeof e){case"undefined":return l.undefined;case"string":return l.string;case"number":return isNaN(e)?l.nan:l.number;case"boolean":return l.boolean;case"function":return l.function;case"bigint":return l.bigint;case"symbol":return l.symbol;case"object":return Array.isArray(e)?l.array:e===null?l.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?l.promise:typeof Map<"u"&&e instanceof Map?l.map:typeof Set<"u"&&e instanceof Set?l.set:typeof Date<"u"&&e instanceof Date?l.date:l.object;default:return l.unknown}},u=N.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),Df=e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:");class I extends Error{constructor(t){super(),this.issues=[],this.addIssue=i=>{this.issues=[...this.issues,i]},this.addIssues=(i=[])=>{this.issues=[...this.issues,...i]};const r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=t}get errors(){return this.issues}format(t){const r=t||function(o){return o.message},i={_errors:[]},a=o=>{for(const s of o.issues)if(s.code==="invalid_union")s.unionErrors.map(a);else if(s.code==="invalid_return_type")a(s.returnTypeError);else if(s.code==="invalid_arguments")a(s.argumentsError);else if(s.path.length===0)i._errors.push(r(s));else{let c=i,p=0;for(;p<s.path.length;){const d=s.path[p];p===s.path.length-1?(c[d]=c[d]||{_errors:[]},c[d]._errors.push(r(s))):c[d]=c[d]||{_errors:[]},c=c[d],p++}}};return a(this),i}toString(){return this.message}get message(){return JSON.stringify(this.issues,N.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=r=>r.message){const r={},i=[];for(const a of this.issues)a.path.length>0?(r[a.path[0]]=r[a.path[0]]||[],r[a.path[0]].push(t(a))):i.push(t(a));return{formErrors:i,fieldErrors:r}}get formErrors(){return this.flatten()}}I.create=e=>new I(e);const ie=(e,t)=>{let r;switch(e.code){case u.invalid_type:e.received===l.undefined?r="Required":r=`Expected ${e.expected}, received ${e.received}`;break;case u.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,N.jsonStringifyReplacer)}`;break;case u.unrecognized_keys:r=`Unrecognized key(s) in object: ${N.joinValues(e.keys,", ")}`;break;case u.invalid_union:r="Invalid input";break;case u.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${N.joinValues(e.options)}`;break;case u.invalid_enum_value:r=`Invalid enum value. Expected ${N.joinValues(e.options)}, received '${e.received}'`;break;case u.invalid_arguments:r="Invalid function arguments";break;case u.invalid_return_type:r="Invalid function return type";break;case u.invalid_date:r="Invalid date";break;case u.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?r=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?r=`Invalid input: must end with "${e.validation.endsWith}"`:N.assertNever(e.validation):e.validation!=="regex"?r=`Invalid ${e.validation}`:r="Invalid";break;case u.too_small:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:r="Invalid input";break;case u.too_big:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:r="Invalid input";break;case u.custom:r="Invalid input";break;case u.invalid_intersection_types:r="Intersection results could not be merged";break;case u.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case u.not_finite:r="Number must be finite";break;default:r=t.defaultError,N.assertNever(e)}return{message:r}};let sc=ie;function Af(e){sc=e}function at(){return sc}const ot=e=>{const{data:t,path:r,errorMaps:i,issueData:a}=e,o=[...r,...a.path||[]],s={...a,path:o};let c="";const p=i.filter(d=>!!d).slice().reverse();for(const d of p)c=d(s,{data:t,defaultError:c}).message;return{...a,path:o,message:a.message||c}},wf=[];function f(e,t){const r=ot({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,at(),ie].filter(i=>!!i)});e.common.issues.push(r)}class D{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,r){const i=[];for(const a of r){if(a.status==="aborted")return h;a.status==="dirty"&&t.dirty(),i.push(a.value)}return{status:t.value,value:i}}static async mergeObjectAsync(t,r){const i=[];for(const a of r)i.push({key:await a.key,value:await a.value});return D.mergeObjectSync(t,i)}static mergeObjectSync(t,r){const i={};for(const a of r){const{key:o,value:s}=a;if(o.status==="aborted"||s.status==="aborted")return h;o.status==="dirty"&&t.dirty(),s.status==="dirty"&&t.dirty(),o.value!=="__proto__"&&(typeof s.value<"u"||a.alwaysSet)&&(i[o.value]=s.value)}return{status:t.value,value:i}}}const h=Object.freeze({status:"aborted"}),cc=e=>({status:"dirty",value:e}),A=e=>({status:"valid",value:e}),Mt=e=>e.status==="aborted",Zt=e=>e.status==="dirty",ae=e=>e.status==="valid",st=e=>typeof Promise<"u"&&e instanceof Promise;var y;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t==null?void 0:t.message})(y||(y={}));class E{constructor(t,r,i,a){this._cachedPath=[],this.parent=t,this.data=r,this._path=i,this._key=a}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const uc=(e,t)=>{if(ae(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const r=new I(e.common.issues);return this._error=r,this._error}}};function S(e){if(!e)return{};const{errorMap:t,invalid_type_error:r,required_error:i,description:a}=e;if(t&&(r||i))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:a}:{errorMap:(s,c)=>s.code!=="invalid_type"?{message:c.defaultError}:typeof c.data>"u"?{message:i??c.defaultError}:{message:r??c.defaultError},description:a}}class T{constructor(t){this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(t){return H(t.data)}_getOrReturnCtx(t,r){return r||{common:t.parent.common,data:t.data,parsedType:H(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new D,ctx:{common:t.parent.common,data:t.data,parsedType:H(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){const r=this._parse(t);if(st(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(t){const r=this._parse(t);return Promise.resolve(r)}parse(t,r){const i=this.safeParse(t,r);if(i.success)return i.data;throw i.error}safeParse(t,r){var i;const a={common:{issues:[],async:(i=r==null?void 0:r.async)!==null&&i!==void 0?i:!1,contextualErrorMap:r==null?void 0:r.errorMap},path:(r==null?void 0:r.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:H(t)},o=this._parseSync({data:t,path:a.path,parent:a});return uc(a,o)}async parseAsync(t,r){const i=await this.safeParseAsync(t,r);if(i.success)return i.data;throw i.error}async safeParseAsync(t,r){const i={common:{issues:[],contextualErrorMap:r==null?void 0:r.errorMap,async:!0},path:(r==null?void 0:r.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:H(t)},a=this._parse({data:t,path:i.path,parent:i}),o=await(st(a)?a:Promise.resolve(a));return uc(i,o)}refine(t,r){const i=a=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(a):r;return this._refinement((a,o)=>{const s=t(a),c=()=>o.addIssue({code:u.custom,...i(a)});return typeof Promise<"u"&&s instanceof Promise?s.then(p=>p?!0:(c(),!1)):s?!0:(c(),!1)})}refinement(t,r){return this._refinement((i,a)=>t(i)?!0:(a.addIssue(typeof r=="function"?r(i,a):r),!1))}_refinement(t){return new F({schema:this,typeName:g.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}optional(){return q.create(this,this._def)}nullable(){return $.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return R.create(this,this._def)}promise(){return x.create(this,this._def)}or(t){return ue.create([this,t],this._def)}and(t){return de.create(this,t,this._def)}transform(t){return new F({...S(this._def),schema:this,typeName:g.ZodEffects,effect:{type:"transform",transform:t}})}default(t){const r=typeof t=="function"?t:()=>t;return new ye({...S(this._def),innerType:this,defaultValue:r,typeName:g.ZodDefault})}brand(){return new lc({typeName:g.ZodBranded,type:this,...S(this._def)})}catch(t){const r=typeof t=="function"?t:()=>t;return new pt({...S(this._def),innerType:this,catchValue:r,typeName:g.ZodCatch})}describe(t){const r=this.constructor;return new r({...this._def,description:t})}pipe(t){return ge.create(this,t)}readonly(){return yt.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const bf=/^c[^\s-]{8,}$/i,If=/^[a-z][a-z0-9]*$/,Uf=/^[0-9A-HJKMNP-TV-Z]{26}$/,Rf=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,Ff=/^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Ef="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let Gt;const _f=/^(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))$/,vf=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,kf=e=>e.precision?e.offset?new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${e.precision}}(([+-]\\d{2}(:?\\d{2})?)|Z)$`):new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${e.precision}}Z$`):e.precision===0?e.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"):e.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z$");function qf(e,t){return!!((t==="v4"||!t)&&_f.test(e)||(t==="v6"||!t)&&vf.test(e))}class U extends T{_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==l.string){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.string,received:o.parsedType}),h}const i=new D;let a;for(const o of this._def.checks)if(o.kind==="min")t.data.length<o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),i.dirty());else if(o.kind==="max")t.data.length>o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),i.dirty());else if(o.kind==="length"){const s=t.data.length>o.value,c=t.data.length<o.value;(s||c)&&(a=this._getOrReturnCtx(t,a),s?f(a,{code:u.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):c&&f(a,{code:u.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),i.dirty())}else if(o.kind==="email")Ff.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"email",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="emoji")Gt||(Gt=new RegExp(Ef,"u")),Gt.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"emoji",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="uuid")Rf.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"uuid",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="cuid")bf.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"cuid",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="cuid2")If.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"cuid2",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="ulid")Uf.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"ulid",code:u.invalid_string,message:o.message}),i.dirty());else if(o.kind==="url")try{new URL(t.data)}catch{a=this._getOrReturnCtx(t,a),f(a,{validation:"url",code:u.invalid_string,message:o.message}),i.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"regex",code:u.invalid_string,message:o.message}),i.dirty())):o.kind==="trim"?t.data=t.data.trim():o.kind==="includes"?t.data.includes(o.value,o.position)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),i.dirty()):o.kind==="toLowerCase"?t.data=t.data.toLowerCase():o.kind==="toUpperCase"?t.data=t.data.toUpperCase():o.kind==="startsWith"?t.data.startsWith(o.value)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:{startsWith:o.value},message:o.message}),i.dirty()):o.kind==="endsWith"?t.data.endsWith(o.value)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:{endsWith:o.value},message:o.message}),i.dirty()):o.kind==="datetime"?kf(o).test(t.data)||(a=this._getOrReturnCtx(t,a),f(a,{code:u.invalid_string,validation:"datetime",message:o.message}),i.dirty()):o.kind==="ip"?qf(t.data,o.version)||(a=this._getOrReturnCtx(t,a),f(a,{validation:"ip",code:u.invalid_string,message:o.message}),i.dirty()):N.assertNever(o);return{status:i.value,value:t.data}}_regex(t,r,i){return this.refinement(a=>t.test(a),{validation:r,code:u.invalid_string,...y.errToObj(i)})}_addCheck(t){return new U({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...y.errToObj(t)})}url(t){return this._addCheck({kind:"url",...y.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...y.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...y.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...y.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...y.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...y.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...y.errToObj(t)})}datetime(t){var r;return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof(t==null?void 0:t.precision)>"u"?null:t==null?void 0:t.precision,offset:(r=t==null?void 0:t.offset)!==null&&r!==void 0?r:!1,...y.errToObj(t==null?void 0:t.message)})}regex(t,r){return this._addCheck({kind:"regex",regex:t,...y.errToObj(r)})}includes(t,r){return this._addCheck({kind:"includes",value:t,position:r==null?void 0:r.position,...y.errToObj(r==null?void 0:r.message)})}startsWith(t,r){return this._addCheck({kind:"startsWith",value:t,...y.errToObj(r)})}endsWith(t,r){return this._addCheck({kind:"endsWith",value:t,...y.errToObj(r)})}min(t,r){return this._addCheck({kind:"min",value:t,...y.errToObj(r)})}max(t,r){return this._addCheck({kind:"max",value:t,...y.errToObj(r)})}length(t,r){return this._addCheck({kind:"length",value:t,...y.errToObj(r)})}nonempty(t){return this.min(1,y.errToObj(t))}trim(){return new U({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new U({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new U({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get minLength(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxLength(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}}U.create=e=>{var t;return new U({checks:[],typeName:g.ZodString,coerce:(t=e==null?void 0:e.coerce)!==null&&t!==void 0?t:!1,...S(e)})};function Lf(e,t){const r=(e.toString().split(".")[1]||"").length,i=(t.toString().split(".")[1]||"").length,a=r>i?r:i,o=parseInt(e.toFixed(a).replace(".","")),s=parseInt(t.toFixed(a).replace(".",""));return o%s/Math.pow(10,a)}class B extends T{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==l.number){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.number,received:o.parsedType}),h}let i;const a=new D;for(const o of this._def.checks)o.kind==="int"?N.isInteger(t.data)||(i=this._getOrReturnCtx(t,i),f(i,{code:u.invalid_type,expected:"integer",received:"float",message:o.message}),a.dirty()):o.kind==="min"?(o.inclusive?t.data<o.value:t.data<=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),a.dirty()):o.kind==="max"?(o.inclusive?t.data>o.value:t.data>=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),a.dirty()):o.kind==="multipleOf"?Lf(t.data,o.value)!==0&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.not_multiple_of,multipleOf:o.value,message:o.message}),a.dirty()):o.kind==="finite"?Number.isFinite(t.data)||(i=this._getOrReturnCtx(t,i),f(i,{code:u.not_finite,message:o.message}),a.dirty()):N.assertNever(o);return{status:a.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,y.toString(r))}gt(t,r){return this.setLimit("min",t,!1,y.toString(r))}lte(t,r){return this.setLimit("max",t,!0,y.toString(r))}lt(t,r){return this.setLimit("max",t,!1,y.toString(r))}setLimit(t,r,i,a){return new B({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:i,message:y.toString(a)}]})}_addCheck(t){return new B({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:y.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:y.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:y.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:y.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:y.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:y.toString(r)})}finite(t){return this._addCheck({kind:"finite",message:y.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:y.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:y.toString(t)})}get minValue(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&N.isInteger(t.value))}get isFinite(){let t=null,r=null;for(const i of this._def.checks){if(i.kind==="finite"||i.kind==="int"||i.kind==="multipleOf")return!0;i.kind==="min"?(r===null||i.value>r)&&(r=i.value):i.kind==="max"&&(t===null||i.value<t)&&(t=i.value)}return Number.isFinite(r)&&Number.isFinite(t)}}B.create=e=>new B({checks:[],typeName:g.ZodNumber,coerce:(e==null?void 0:e.coerce)||!1,...S(e)});class V extends T{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce&&(t.data=BigInt(t.data)),this._getType(t)!==l.bigint){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.bigint,received:o.parsedType}),h}let i;const a=new D;for(const o of this._def.checks)o.kind==="min"?(o.inclusive?t.data<o.value:t.data<=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),a.dirty()):o.kind==="max"?(o.inclusive?t.data>o.value:t.data>=o.value)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),a.dirty()):o.kind==="multipleOf"?t.data%o.value!==BigInt(0)&&(i=this._getOrReturnCtx(t,i),f(i,{code:u.not_multiple_of,multipleOf:o.value,message:o.message}),a.dirty()):N.assertNever(o);return{status:a.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,y.toString(r))}gt(t,r){return this.setLimit("min",t,!1,y.toString(r))}lte(t,r){return this.setLimit("max",t,!0,y.toString(r))}lt(t,r){return this.setLimit("max",t,!1,y.toString(r))}setLimit(t,r,i,a){return new V({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:i,message:y.toString(a)}]})}_addCheck(t){return new V({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:y.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:y.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:y.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:y.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:y.toString(r)})}get minValue(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}}V.create=e=>{var t;return new V({checks:[],typeName:g.ZodBigInt,coerce:(t=e==null?void 0:e.coerce)!==null&&t!==void 0?t:!1,...S(e)})};class oe extends T{_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==l.boolean){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.boolean,received:i.parsedType}),h}return A(t.data)}}oe.create=e=>new oe({typeName:g.ZodBoolean,coerce:(e==null?void 0:e.coerce)||!1,...S(e)});class G extends T{_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==l.date){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_type,expected:l.date,received:o.parsedType}),h}if(isNaN(t.data.getTime())){const o=this._getOrReturnCtx(t);return f(o,{code:u.invalid_date}),h}const i=new D;let a;for(const o of this._def.checks)o.kind==="min"?t.data.getTime()<o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),i.dirty()):o.kind==="max"?t.data.getTime()>o.value&&(a=this._getOrReturnCtx(t,a),f(a,{code:u.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),i.dirty()):N.assertNever(o);return{status:i.value,value:new Date(t.data.getTime())}}_addCheck(t){return new G({...this._def,checks:[...this._def.checks,t]})}min(t,r){return this._addCheck({kind:"min",value:t.getTime(),message:y.toString(r)})}max(t,r){return this._addCheck({kind:"max",value:t.getTime(),message:y.toString(r)})}get minDate(){let t=null;for(const r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(const r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t!=null?new Date(t):null}}G.create=e=>new G({checks:[],coerce:(e==null?void 0:e.coerce)||!1,typeName:g.ZodDate,...S(e)});class ct extends T{_parse(t){if(this._getType(t)!==l.symbol){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.symbol,received:i.parsedType}),h}return A(t.data)}}ct.create=e=>new ct({typeName:g.ZodSymbol,...S(e)});class se extends T{_parse(t){if(this._getType(t)!==l.undefined){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.undefined,received:i.parsedType}),h}return A(t.data)}}se.create=e=>new se({typeName:g.ZodUndefined,...S(e)});class ce extends T{_parse(t){if(this._getType(t)!==l.null){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.null,received:i.parsedType}),h}return A(t.data)}}ce.create=e=>new ce({typeName:g.ZodNull,...S(e)});class Y extends T{constructor(){super(...arguments),this._any=!0}_parse(t){return A(t.data)}}Y.create=e=>new Y({typeName:g.ZodAny,...S(e)});class z extends T{constructor(){super(...arguments),this._unknown=!0}_parse(t){return A(t.data)}}z.create=e=>new z({typeName:g.ZodUnknown,...S(e)});class k extends T{_parse(t){const r=this._getOrReturnCtx(t);return f(r,{code:u.invalid_type,expected:l.never,received:r.parsedType}),h}}k.create=e=>new k({typeName:g.ZodNever,...S(e)});class ut extends T{_parse(t){if(this._getType(t)!==l.undefined){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.void,received:i.parsedType}),h}return A(t.data)}}ut.create=e=>new ut({typeName:g.ZodVoid,...S(e)});class R extends T{_parse(t){const{ctx:r,status:i}=this._processInputParams(t),a=this._def;if(r.parsedType!==l.array)return f(r,{code:u.invalid_type,expected:l.array,received:r.parsedType}),h;if(a.exactLength!==null){const s=r.data.length>a.exactLength.value,c=r.data.length<a.exactLength.value;(s||c)&&(f(r,{code:s?u.too_big:u.too_small,minimum:c?a.exactLength.value:void 0,maximum:s?a.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:a.exactLength.message}),i.dirty())}if(a.minLength!==null&&r.data.length<a.minLength.value&&(f(r,{code:u.too_small,minimum:a.minLength.value,type:"array",inclusive:!0,exact:!1,message:a.minLength.message}),i.dirty()),a.maxLength!==null&&r.data.length>a.maxLength.value&&(f(r,{code:u.too_big,maximum:a.maxLength.value,type:"array",inclusive:!0,exact:!1,message:a.maxLength.message}),i.dirty()),r.common.async)return Promise.all([...r.data].map((s,c)=>a.type._parseAsync(new E(r,s,r.path,c)))).then(s=>D.mergeArray(i,s));const o=[...r.data].map((s,c)=>a.type._parseSync(new E(r,s,r.path,c)));return D.mergeArray(i,o)}get element(){return this._def.type}min(t,r){return new R({...this._def,minLength:{value:t,message:y.toString(r)}})}max(t,r){return new R({...this._def,maxLength:{value:t,message:y.toString(r)}})}length(t,r){return new R({...this._def,exactLength:{value:t,message:y.toString(r)}})}nonempty(t){return this.min(1,t)}}R.create=(e,t)=>new R({type:e,minLength:null,maxLength:null,exactLength:null,typeName:g.ZodArray,...S(t)});function W(e){if(e instanceof C){const t={};for(const r in e.shape){const i=e.shape[r];t[r]=q.create(W(i))}return new C({...e._def,shape:()=>t})}else return e instanceof R?new R({...e._def,type:W(e.element)}):e instanceof q?q.create(W(e.unwrap())):e instanceof $?$.create(W(e.unwrap())):e instanceof _?_.create(e.items.map(t=>W(t))):e}class C extends T{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const t=this._def.shape(),r=N.objectKeys(t);return this._cached={shape:t,keys:r}}_parse(t){if(this._getType(t)!==l.object){const d=this._getOrReturnCtx(t);return f(d,{code:u.invalid_type,expected:l.object,received:d.parsedType}),h}const{status:i,ctx:a}=this._processInputParams(t),{shape:o,keys:s}=this._getCached(),c=[];if(!(this._def.catchall instanceof k&&this._def.unknownKeys==="strip"))for(const d in a.data)s.includes(d)||c.push(d);const p=[];for(const d of s){const O=o[d],b=a.data[d];p.push({key:{status:"valid",value:d},value:O._parse(new E(a,b,a.path,d)),alwaysSet:d in a.data})}if(this._def.catchall instanceof k){const d=this._def.unknownKeys;if(d==="passthrough")for(const O of c)p.push({key:{status:"valid",value:O},value:{status:"valid",value:a.data[O]}});else if(d==="strict")c.length>0&&(f(a,{code:u.unrecognized_keys,keys:c}),i.dirty());else if(d!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const d=this._def.catchall;for(const O of c){const b=a.data[O];p.push({key:{status:"valid",value:O},value:d._parse(new E(a,b,a.path,O)),alwaysSet:O in a.data})}}return a.common.async?Promise.resolve().then(async()=>{const d=[];for(const O of p){const b=await O.key;d.push({key:b,value:await O.value,alwaysSet:O.alwaysSet})}return d}).then(d=>D.mergeObjectSync(i,d)):D.mergeObjectSync(i,p)}get shape(){return this._def.shape()}strict(t){return y.errToObj,new C({...this._def,unknownKeys:"strict",...t!==void 0?{errorMap:(r,i)=>{var a,o,s,c;const p=(s=(o=(a=this._def).errorMap)===null||o===void 0?void 0:o.call(a,r,i).message)!==null&&s!==void 0?s:i.defaultError;return r.code==="unrecognized_keys"?{message:(c=y.errToObj(t).message)!==null&&c!==void 0?c:p}:{message:p}}}:{}})}strip(){return new C({...this._def,unknownKeys:"strip"})}passthrough(){return new C({...this._def,unknownKeys:"passthrough"})}extend(t){return new C({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new C({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:g.ZodObject})}setKey(t,r){return this.augment({[t]:r})}catchall(t){return new C({...this._def,catchall:t})}pick(t){const r={};return N.objectKeys(t).forEach(i=>{t[i]&&this.shape[i]&&(r[i]=this.shape[i])}),new C({...this._def,shape:()=>r})}omit(t){const r={};return N.objectKeys(this.shape).forEach(i=>{t[i]||(r[i]=this.shape[i])}),new C({...this._def,shape:()=>r})}deepPartial(){return W(this)}partial(t){const r={};return N.objectKeys(this.shape).forEach(i=>{const a=this.shape[i];t&&!t[i]?r[i]=a:r[i]=a.optional()}),new C({...this._def,shape:()=>r})}required(t){const r={};return N.objectKeys(this.shape).forEach(i=>{if(t&&!t[i])r[i]=this.shape[i];else{let o=this.shape[i];for(;o instanceof q;)o=o._def.innerType;r[i]=o}}),new C({...this._def,shape:()=>r})}keyof(){return dc(N.objectKeys(this.shape))}}C.create=(e,t)=>new C({shape:()=>e,unknownKeys:"strip",catchall:k.create(),typeName:g.ZodObject,...S(t)}),C.strictCreate=(e,t)=>new C({shape:()=>e,unknownKeys:"strict",catchall:k.create(),typeName:g.ZodObject,...S(t)}),C.lazycreate=(e,t)=>new C({shape:e,unknownKeys:"strip",catchall:k.create(),typeName:g.ZodObject,...S(t)});class ue extends T{_parse(t){const{ctx:r}=this._processInputParams(t),i=this._def.options;function a(o){for(const c of o)if(c.result.status==="valid")return c.result;for(const c of o)if(c.result.status==="dirty")return r.common.issues.push(...c.ctx.common.issues),c.result;const s=o.map(c=>new I(c.ctx.common.issues));return f(r,{code:u.invalid_union,unionErrors:s}),h}if(r.common.async)return Promise.all(i.map(async o=>{const s={...r,common:{...r.common,issues:[]},parent:null};return{result:await o._parseAsync({data:r.data,path:r.path,parent:s}),ctx:s}})).then(a);{let o;const s=[];for(const p of i){const d={...r,common:{...r.common,issues:[]},parent:null},O=p._parseSync({data:r.data,path:r.path,parent:d});if(O.status==="valid")return O;O.status==="dirty"&&!o&&(o={result:O,ctx:d}),d.common.issues.length&&s.push(d.common.issues)}if(o)return r.common.issues.push(...o.ctx.common.issues),o.result;const c=s.map(p=>new I(p));return f(r,{code:u.invalid_union,unionErrors:c}),h}}get options(){return this._def.options}}ue.create=(e,t)=>new ue({options:e,typeName:g.ZodUnion,...S(t)});const dt=e=>e instanceof fe?dt(e.schema):e instanceof F?dt(e.innerType()):e instanceof pe?[e.value]:e instanceof M?e.options:e instanceof me?Object.keys(e.enum):e instanceof ye?dt(e._def.innerType):e instanceof se?[void 0]:e instanceof ce?[null]:null;class lt extends T{_parse(t){const{ctx:r}=this._processInputParams(t);if(r.parsedType!==l.object)return f(r,{code:u.invalid_type,expected:l.object,received:r.parsedType}),h;const i=this.discriminator,a=r.data[i],o=this.optionsMap.get(a);return o?r.common.async?o._parseAsync({data:r.data,path:r.path,parent:r}):o._parseSync({data:r.data,path:r.path,parent:r}):(f(r,{code:u.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[i]}),h)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,r,i){const a=new Map;for(const o of r){const s=dt(o.shape[t]);if(!s)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(const c of s){if(a.has(c))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(c)}`);a.set(c,o)}}return new lt({typeName:g.ZodDiscriminatedUnion,discriminator:t,options:r,optionsMap:a,...S(i)})}}function zt(e,t){const r=H(e),i=H(t);if(e===t)return{valid:!0,data:e};if(r===l.object&&i===l.object){const a=N.objectKeys(t),o=N.objectKeys(e).filter(c=>a.indexOf(c)!==-1),s={...e,...t};for(const c of o){const p=zt(e[c],t[c]);if(!p.valid)return{valid:!1};s[c]=p.data}return{valid:!0,data:s}}else if(r===l.array&&i===l.array){if(e.length!==t.length)return{valid:!1};const a=[];for(let o=0;o<e.length;o++){const s=e[o],c=t[o],p=zt(s,c);if(!p.valid)return{valid:!1};a.push(p.data)}return{valid:!0,data:a}}else return r===l.date&&i===l.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}class de extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t),a=(o,s)=>{if(Mt(o)||Mt(s))return h;const c=zt(o.value,s.value);return c.valid?((Zt(o)||Zt(s))&&r.dirty(),{status:r.value,value:c.data}):(f(i,{code:u.invalid_intersection_types}),h)};return i.common.async?Promise.all([this._def.left._parseAsync({data:i.data,path:i.path,parent:i}),this._def.right._parseAsync({data:i.data,path:i.path,parent:i})]).then(([o,s])=>a(o,s)):a(this._def.left._parseSync({data:i.data,path:i.path,parent:i}),this._def.right._parseSync({data:i.data,path:i.path,parent:i}))}}de.create=(e,t,r)=>new de({left:e,right:t,typeName:g.ZodIntersection,...S(r)});class _ extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.array)return f(i,{code:u.invalid_type,expected:l.array,received:i.parsedType}),h;if(i.data.length<this._def.items.length)return f(i,{code:u.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),h;!this._def.rest&&i.data.length>this._def.items.length&&(f(i,{code:u.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());const o=[...i.data].map((s,c)=>{const p=this._def.items[c]||this._def.rest;return p?p._parse(new E(i,s,i.path,c)):null}).filter(s=>!!s);return i.common.async?Promise.all(o).then(s=>D.mergeArray(r,s)):D.mergeArray(r,o)}get items(){return this._def.items}rest(t){return new _({...this._def,rest:t})}}_.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new _({items:e,typeName:g.ZodTuple,rest:null,...S(t)})};class le extends T{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.object)return f(i,{code:u.invalid_type,expected:l.object,received:i.parsedType}),h;const a=[],o=this._def.keyType,s=this._def.valueType;for(const c in i.data)a.push({key:o._parse(new E(i,c,i.path,c)),value:s._parse(new E(i,i.data[c],i.path,c))});return i.common.async?D.mergeObjectAsync(r,a):D.mergeObjectSync(r,a)}get element(){return this._def.valueType}static create(t,r,i){return r instanceof T?new le({keyType:t,valueType:r,typeName:g.ZodRecord,...S(i)}):new le({keyType:U.create(),valueType:t,typeName:g.ZodRecord,...S(r)})}}class ft extends T{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.map)return f(i,{code:u.invalid_type,expected:l.map,received:i.parsedType}),h;const a=this._def.keyType,o=this._def.valueType,s=[...i.data.entries()].map(([c,p],d)=>({key:a._parse(new E(i,c,i.path,[d,"key"])),value:o._parse(new E(i,p,i.path,[d,"value"]))}));if(i.common.async){const c=new Map;return Promise.resolve().then(async()=>{for(const p of s){const d=await p.key,O=await p.value;if(d.status==="aborted"||O.status==="aborted")return h;(d.status==="dirty"||O.status==="dirty")&&r.dirty(),c.set(d.value,O.value)}return{status:r.value,value:c}})}else{const c=new Map;for(const p of s){const d=p.key,O=p.value;if(d.status==="aborted"||O.status==="aborted")return h;(d.status==="dirty"||O.status==="dirty")&&r.dirty(),c.set(d.value,O.value)}return{status:r.value,value:c}}}}ft.create=(e,t,r)=>new ft({valueType:t,keyType:e,typeName:g.ZodMap,...S(r)});class Q extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.parsedType!==l.set)return f(i,{code:u.invalid_type,expected:l.set,received:i.parsedType}),h;const a=this._def;a.minSize!==null&&i.data.size<a.minSize.value&&(f(i,{code:u.too_small,minimum:a.minSize.value,type:"set",inclusive:!0,exact:!1,message:a.minSize.message}),r.dirty()),a.maxSize!==null&&i.data.size>a.maxSize.value&&(f(i,{code:u.too_big,maximum:a.maxSize.value,type:"set",inclusive:!0,exact:!1,message:a.maxSize.message}),r.dirty());const o=this._def.valueType;function s(p){const d=new Set;for(const O of p){if(O.status==="aborted")return h;O.status==="dirty"&&r.dirty(),d.add(O.value)}return{status:r.value,value:d}}const c=[...i.data.values()].map((p,d)=>o._parse(new E(i,p,i.path,d)));return i.common.async?Promise.all(c).then(p=>s(p)):s(c)}min(t,r){return new Q({...this._def,minSize:{value:t,message:y.toString(r)}})}max(t,r){return new Q({...this._def,maxSize:{value:t,message:y.toString(r)}})}size(t,r){return this.min(t,r).max(t,r)}nonempty(t){return this.min(1,t)}}Q.create=(e,t)=>new Q({valueType:e,minSize:null,maxSize:null,typeName:g.ZodSet,...S(t)});class X extends T{constructor(){super(...arguments),this.validate=this.implement}_parse(t){const{ctx:r}=this._processInputParams(t);if(r.parsedType!==l.function)return f(r,{code:u.invalid_type,expected:l.function,received:r.parsedType}),h;function i(c,p){return ot({data:c,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,at(),ie].filter(d=>!!d),issueData:{code:u.invalid_arguments,argumentsError:p}})}function a(c,p){return ot({data:c,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,at(),ie].filter(d=>!!d),issueData:{code:u.invalid_return_type,returnTypeError:p}})}const o={errorMap:r.common.contextualErrorMap},s=r.data;if(this._def.returns instanceof x){const c=this;return A(async function(...p){const d=new I([]),O=await c._def.args.parseAsync(p,o).catch(Qt=>{throw d.addIssue(i(p,Qt)),d}),b=await Reflect.apply(s,this,O);return await c._def.returns._def.type.parseAsync(b,o).catch(Qt=>{throw d.addIssue(a(b,Qt)),d})})}else{const c=this;return A(function(...p){const d=c._def.args.safeParse(p,o);if(!d.success)throw new I([i(p,d.error)]);const O=Reflect.apply(s,this,d.data),b=c._def.returns.safeParse(O,o);if(!b.success)throw new I([a(O,b.error)]);return b.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new X({...this._def,args:_.create(t).rest(z.create())})}returns(t){return new X({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,r,i){return new X({args:t||_.create([]).rest(z.create()),returns:r||z.create(),typeName:g.ZodFunction,...S(i)})}}class fe extends T{get schema(){return this._def.getter()}_parse(t){const{ctx:r}=this._processInputParams(t);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}}fe.create=(e,t)=>new fe({getter:e,typeName:g.ZodLazy,...S(t)});class pe extends T{_parse(t){if(t.data!==this._def.value){const r=this._getOrReturnCtx(t);return f(r,{received:r.data,code:u.invalid_literal,expected:this._def.value}),h}return{status:"valid",value:t.data}}get value(){return this._def.value}}pe.create=(e,t)=>new pe({value:e,typeName:g.ZodLiteral,...S(t)});function dc(e,t){return new M({values:e,typeName:g.ZodEnum,...S(t)})}class M extends T{_parse(t){if(typeof t.data!="string"){const r=this._getOrReturnCtx(t),i=this._def.values;return f(r,{expected:N.joinValues(i),received:r.parsedType,code:u.invalid_type}),h}if(this._def.values.indexOf(t.data)===-1){const r=this._getOrReturnCtx(t),i=this._def.values;return f(r,{received:r.data,code:u.invalid_enum_value,options:i}),h}return A(t.data)}get options(){return this._def.values}get enum(){const t={};for(const r of this._def.values)t[r]=r;return t}get Values(){const t={};for(const r of this._def.values)t[r]=r;return t}get Enum(){const t={};for(const r of this._def.values)t[r]=r;return t}extract(t){return M.create(t)}exclude(t){return M.create(this.options.filter(r=>!t.includes(r)))}}M.create=dc;class me extends T{_parse(t){const r=N.getValidEnumValues(this._def.values),i=this._getOrReturnCtx(t);if(i.parsedType!==l.string&&i.parsedType!==l.number){const a=N.objectValues(r);return f(i,{expected:N.joinValues(a),received:i.parsedType,code:u.invalid_type}),h}if(r.indexOf(t.data)===-1){const a=N.objectValues(r);return f(i,{received:i.data,code:u.invalid_enum_value,options:a}),h}return A(t.data)}get enum(){return this._def.values}}me.create=(e,t)=>new me({values:e,typeName:g.ZodNativeEnum,...S(t)});class x extends T{unwrap(){return this._def.type}_parse(t){const{ctx:r}=this._processInputParams(t);if(r.parsedType!==l.promise&&r.common.async===!1)return f(r,{code:u.invalid_type,expected:l.promise,received:r.parsedType}),h;const i=r.parsedType===l.promise?r.data:Promise.resolve(r.data);return A(i.then(a=>this._def.type.parseAsync(a,{path:r.path,errorMap:r.common.contextualErrorMap})))}}x.create=(e,t)=>new x({type:e,typeName:g.ZodPromise,...S(t)});class F extends T{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===g.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){const{status:r,ctx:i}=this._processInputParams(t),a=this._def.effect||null,o={addIssue:s=>{f(i,s),s.fatal?r.abort():r.dirty()},get path(){return i.path}};if(o.addIssue=o.addIssue.bind(o),a.type==="preprocess"){const s=a.transform(i.data,o);return i.common.issues.length?{status:"dirty",value:i.data}:i.common.async?Promise.resolve(s).then(c=>this._def.schema._parseAsync({data:c,path:i.path,parent:i})):this._def.schema._parseSync({data:s,path:i.path,parent:i})}if(a.type==="refinement"){const s=c=>{const p=a.refinement(c,o);if(i.common.async)return Promise.resolve(p);if(p instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return c};if(i.common.async===!1){const c=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});return c.status==="aborted"?h:(c.status==="dirty"&&r.dirty(),s(c.value),{status:r.value,value:c.value})}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(c=>c.status==="aborted"?h:(c.status==="dirty"&&r.dirty(),s(c.value).then(()=>({status:r.value,value:c.value}))))}if(a.type==="transform")if(i.common.async===!1){const s=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!ae(s))return s;const c=a.transform(s.value,o);if(c instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:c}}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(s=>ae(s)?Promise.resolve(a.transform(s.value,o)).then(c=>({status:r.value,value:c})):s);N.assertNever(a)}}F.create=(e,t,r)=>new F({schema:e,typeName:g.ZodEffects,effect:t,...S(r)}),F.createWithPreprocess=(e,t,r)=>new F({schema:t,effect:{type:"preprocess",transform:e},typeName:g.ZodEffects,...S(r)});class q extends T{_parse(t){return this._getType(t)===l.undefined?A(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}}q.create=(e,t)=>new q({innerType:e,typeName:g.ZodOptional,...S(t)});class $ extends T{_parse(t){return this._getType(t)===l.null?A(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}}$.create=(e,t)=>new $({innerType:e,typeName:g.ZodNullable,...S(t)});class ye extends T{_parse(t){const{ctx:r}=this._processInputParams(t);let i=r.data;return r.parsedType===l.undefined&&(i=this._def.defaultValue()),this._def.innerType._parse({data:i,path:r.path,parent:r})}removeDefault(){return this._def.innerType}}ye.create=(e,t)=>new ye({innerType:e,typeName:g.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...S(t)});class pt extends T{_parse(t){const{ctx:r}=this._processInputParams(t),i={...r,common:{...r.common,issues:[]}},a=this._def.innerType._parse({data:i.data,path:i.path,parent:{...i}});return st(a)?a.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new I(i.common.issues)},input:i.data})})):{status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new I(i.common.issues)},input:i.data})}}removeCatch(){return this._def.innerType}}pt.create=(e,t)=>new pt({innerType:e,typeName:g.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...S(t)});class mt extends T{_parse(t){if(this._getType(t)!==l.nan){const i=this._getOrReturnCtx(t);return f(i,{code:u.invalid_type,expected:l.nan,received:i.parsedType}),h}return{status:"valid",value:t.data}}}mt.create=e=>new mt({typeName:g.ZodNaN,...S(e)});const Hf=Symbol("zod_brand");class lc extends T{_parse(t){const{ctx:r}=this._processInputParams(t),i=r.data;return this._def.type._parse({data:i,path:r.path,parent:r})}unwrap(){return this._def.type}}class ge extends T{_parse(t){const{status:r,ctx:i}=this._processInputParams(t);if(i.common.async)return(async()=>{const o=await this._def.in._parseAsync({data:i.data,path:i.path,parent:i});return o.status==="aborted"?h:o.status==="dirty"?(r.dirty(),cc(o.value)):this._def.out._parseAsync({data:o.value,path:i.path,parent:i})})();{const a=this._def.in._parseSync({data:i.data,path:i.path,parent:i});return a.status==="aborted"?h:a.status==="dirty"?(r.dirty(),{status:"dirty",value:a.value}):this._def.out._parseSync({data:a.value,path:i.path,parent:i})}}static create(t,r){return new ge({in:t,out:r,typeName:g.ZodPipeline})}}class yt extends T{_parse(t){const r=this._def.innerType._parse(t);return ae(r)&&(r.value=Object.freeze(r.value)),r}}yt.create=(e,t)=>new yt({innerType:e,typeName:g.ZodReadonly,...S(t)});const fc=(e,t={},r)=>e?Y.create().superRefine((i,a)=>{var o,s;if(!e(i)){const c=typeof t=="function"?t(i):typeof t=="string"?{message:t}:t,p=(s=(o=c.fatal)!==null&&o!==void 0?o:r)!==null&&s!==void 0?s:!0,d=typeof c=="string"?{message:c}:c;a.addIssue({code:"custom",...d,fatal:p})}}):Y.create(),Bf={object:C.lazycreate};var g;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(g||(g={}));const Vf=(e,t={message:`Input not instance of ${e.name}`})=>fc(r=>r instanceof e,t),pc=U.create,mc=B.create,Mf=mt.create,Zf=V.create,yc=oe.create,Gf=G.create,zf=ct.create,Qf=se.create,$f=ce.create,Kf=Y.create,Yf=z.create,Wf=k.create,Xf=ut.create,xf=R.create,jf=C.create,ep=C.strictCreate,tp=ue.create,rp=lt.create,np=de.create,ip=_.create,ap=le.create,op=ft.create,sp=Q.create,cp=X.create,up=fe.create,dp=pe.create,lp=M.create,fp=me.create,pp=x.create,gc=F.create,mp=q.create,yp=$.create,gp=F.createWithPreprocess,hp=ge.create;var he=Object.freeze({__proto__:null,defaultErrorMap:ie,setErrorMap:Af,getErrorMap:at,makeIssue:ot,EMPTY_PATH:wf,addIssueToContext:f,ParseStatus:D,INVALID:h,DIRTY:cc,OK:A,isAborted:Mt,isDirty:Zt,isValid:ae,isAsync:st,get util(){return N},get objectUtil(){return Vt},ZodParsedType:l,getParsedType:H,ZodType:T,ZodString:U,ZodNumber:B,ZodBigInt:V,ZodBoolean:oe,ZodDate:G,ZodSymbol:ct,ZodUndefined:se,ZodNull:ce,ZodAny:Y,ZodUnknown:z,ZodNever:k,ZodVoid:ut,ZodArray:R,ZodObject:C,ZodUnion:ue,ZodDiscriminatedUnion:lt,ZodIntersection:de,ZodTuple:_,ZodRecord:le,ZodMap:ft,ZodSet:Q,ZodFunction:X,ZodLazy:fe,ZodLiteral:pe,ZodEnum:M,ZodNativeEnum:me,ZodPromise:x,ZodEffects:F,ZodTransformer:F,ZodOptional:q,ZodNullable:$,ZodDefault:ye,ZodCatch:pt,ZodNaN:mt,BRAND:Hf,ZodBranded:lc,ZodPipeline:ge,ZodReadonly:yt,custom:fc,Schema:T,ZodSchema:T,late:Bf,get ZodFirstPartyTypeKind(){return g},coerce:{string:e=>U.create({...e,coerce:!0}),number:e=>B.create({...e,coerce:!0}),boolean:e=>oe.create({...e,coerce:!0}),bigint:e=>V.create({...e,coerce:!0}),date:e=>G.create({...e,coerce:!0})},any:Kf,array:xf,bigint:Zf,boolean:yc,date:Gf,discriminatedUnion:rp,effect:gc,enum:lp,function:cp,instanceof:Vf,intersection:np,lazy:up,literal:dp,map:op,nan:Mf,nativeEnum:fp,never:Wf,null:$f,nullable:yp,number:mc,object:jf,oboolean:()=>yc().optional(),onumber:()=>mc().optional(),optional:mp,ostring:()=>pc().optional(),pipeline:hp,preprocess:gp,promise:pp,record:ap,set:sp,strictObject:ep,string:pc,symbol:zf,transformer:gc,tuple:ip,undefined:Qf,union:tp,unknown:Yf,void:Xf,NEVER:h,ZodIssueCode:u,quotelessJson:Df,ZodError:I});function Sp(e){return e===401||e===403}function Tp(e){return Object.entries(e).map(([t,r])=>`${encodeURIComponent(t)}=${encodeURIComponent(r)}`).join("&")}const Op=he.object({access_token:he.string().min(1),token_type:he.string(),expires_in:he.number(),scope:he.string()});async function Np(e){const r=await(await fetch(e.tokenUrl,{method:"POST",body:Tp({grant_type:"client_credentials",client_id:e.clientId,client_secret:e.clientSecret}),headers:{"Content-Type":"application/x-www-form-urlencoded"}})).json();return Pp(r)}function Pp(e){const t=Op.safeParse(e);if(!t.success)throw new Error("Bad access token response");return t.data}class Cp{constructor(t){v(this,"activeRequest",null);v(this,"refreshTimeout");v(this,"accessToken",null);this.clientCredentials=t}async getAccessToken(){return this.accessToken?this.accessToken:await this.refreshAccessToken()}async refreshAccessToken(){if(this.activeRequest)return await this.activeRequest,this.accessToken;this.accessToken=null,this.activeRequest=Np(this.clientCredentials);const t=await this.activeRequest;return this.scheduleNextRefresh(t),this.accessToken=t.access_token,this.activeRequest=null,this.accessToken}scheduleNextRefresh(t){clearTimeout(this.refreshTimeout);const r=(t.expires_in-2)*1e3;this.refreshTimeout=setTimeout(()=>{this.accessToken=null},r)}}function hc(e,t){e.headers=Jp("Authorization",`Bearer ${t}`,e.headers)}function Jp(e,t,r){return r?Array.isArray(r)?r.map(([i,a])=>i!==e?[i,a]:[e,t]):Dp(r)?(r.has(e)?r.set(e,t):r.append(e,t),r):(r[e]=t,r):(r={},r[e]=t,r)}function Dp(e){return"append"in e&&"delete"in e&&"get"in e&&"has"in e&&"set"in e&&"forEach"in e}function Ap(e){const t=new Cp(e);return{pre:async r=>{const i=await t.getAccessToken();return hc(r.init,i),Promise.resolve({url:r.url,init:r.init})},post:async r=>{if(Sp(r.response.status)){const i=await t.refreshAccessToken();return hc(r.init,i),await fetch(r.url,r.init)}return Promise.resolve(r.response)}}}function wp(e){const t=[];let r={};e.clientCredentials&&t.push(Ap(e.clientCredentials)),e.managementApiKey&&(r=bp(e.managementApiKey));const i=new L({basePath:e.managementApiUrl,headers:r,credentials:"same-origin",middleware:t,...e.configOverrides});return{uiApi:new ac(i),useCaseApi:new oc(i),enterpriseEditionApi:new ic(i)}}function bp(e){return{"X-Api-Key":e}}n.AssetFilterConstraintFromJSON=St,n.AssetFilterConstraintFromJSONTyped=tr,n.AssetFilterConstraintOperator=Se,n.AssetFilterConstraintOperatorFromJSON=jt,n.AssetFilterConstraintOperatorFromJSONTyped=er,n.AssetFilterConstraintOperatorToJSON=Ac,n.AssetFilterConstraintOperatorToJSONTyped=wc,n.AssetFilterConstraintToJSON=Tt,n.AssetFilterConstraintToJSONTyped=rr,n.AssetsPageEntryFromJSON=ir,n.AssetsPageEntryFromJSONTyped=ar,n.AssetsPageEntryToJSON=or,n.AssetsPageEntryToJSONTyped=sr,n.AssetsPageRequestFromJSON=Mc,n.AssetsPageRequestFromJSONTyped=hr,n.AssetsPageRequestToJSON=Sr,n.AssetsPageRequestToJSONTyped=Tr,n.AssetsPageResultFromJSON=Pr,n.AssetsPageResultFromJSONTyped=Cr,n.AssetsPageResultToJSON=zc,n.AssetsPageResultToJSONTyped=Jr,n.AssetsPageSortProperty=Oe,n.AssetsPageSortPropertyFromJSON=dr,n.AssetsPageSortPropertyFromJSONTyped=lr,n.AssetsPageSortPropertyToJSON=vc,n.AssetsPageSortPropertyToJSONTyped=kc,n.BASE_PATH=w,n.BaseAPI=K,n.BlobApiResponse=Jc,n.BuildInfoFromJSON=Dr,n.BuildInfoFromJSONTyped=Ar,n.BuildInfoToJSON=$c,n.BuildInfoToJSONTyped=wr,n.BusinessPartnerGroupCreateSubmitFromJSON=Yc,n.BusinessPartnerGroupCreateSubmitFromJSONTyped=br,n.BusinessPartnerGroupCreateSubmitToJSON=Ir,n.BusinessPartnerGroupCreateSubmitToJSONTyped=Ur,n.BusinessPartnerGroupEditPageFromJSON=Rr,n.BusinessPartnerGroupEditPageFromJSONTyped=Fr,n.BusinessPartnerGroupEditPageToJSON=Xc,n.BusinessPartnerGroupEditPageToJSONTyped=Er,n.BusinessPartnerGroupEditSubmitFromJSON=jc,n.BusinessPartnerGroupEditSubmitFromJSONTyped=_r,n.BusinessPartnerGroupEditSubmitToJSON=vr,n.BusinessPartnerGroupEditSubmitToJSONTyped=kr,n.BusinessPartnerGroupListPageEntryFromJSON=qr,n.BusinessPartnerGroupListPageEntryFromJSONTyped=Lr,n.BusinessPartnerGroupListPageEntryToJSON=tu,n.BusinessPartnerGroupListPageEntryToJSONTyped=Hr,n.BusinessPartnerGroupQueryFromJSON=nu,n.BusinessPartnerGroupQueryFromJSONTyped=Br,n.BusinessPartnerGroupQueryToJSON=Vr,n.BusinessPartnerGroupQueryToJSONTyped=Mr,n.COLLECTION_FORMATS=Oc,n.CallbackAddressDtoFromJSON=Ce,n.CallbackAddressDtoFromJSONTyped=Qr,n.CallbackAddressDtoToJSON=Je,n.CallbackAddressDtoToJSONTyped=$r,n.CallbackAddressEventType=Pe,n.CallbackAddressEventTypeFromJSON=Zr,n.CallbackAddressEventTypeFromJSONTyped=Gr,n.CallbackAddressEventTypeToJSON=zr,n.CallbackAddressEventTypeToJSONTyped=au,n.CatalogFilterExpressionFromJSON=rn,n.CatalogFilterExpressionFromJSONTyped=nn,n.CatalogFilterExpressionLiteralFromJSON=Wr,n.CatalogFilterExpressionLiteralFromJSONTyped=Xr,n.CatalogFilterExpressionLiteralToJSON=xr,n.CatalogFilterExpressionLiteralToJSONTyped=jr,n.CatalogFilterExpressionLiteralType=De,n.CatalogFilterExpressionLiteralTypeFromJSON=Kr,n.CatalogFilterExpressionLiteralTypeFromJSONTyped=Yr,n.CatalogFilterExpressionLiteralTypeToJSON=cu,n.CatalogFilterExpressionLiteralTypeToJSONTyped=uu,n.CatalogFilterExpressionOperator=Ae,n.CatalogFilterExpressionOperatorFromJSON=en,n.CatalogFilterExpressionOperatorFromJSONTyped=tn,n.CatalogFilterExpressionOperatorToJSON=fu,n.CatalogFilterExpressionOperatorToJSONTyped=pu,n.CatalogFilterExpressionToJSON=an,n.CatalogFilterExpressionToJSONTyped=on,n.CatalogQueryFromJSON=gu,n.CatalogQueryFromJSONTyped=sn,n.CatalogQueryToJSON=cn,n.CatalogQueryToJSONTyped=un,n.CatalogQueryV2FromJSON=Pu,n.CatalogQueryV2FromJSONTyped=gn,n.CatalogQueryV2ToJSON=hn,n.CatalogQueryV2ToJSONTyped=Sn,n.CatalogSortByDirection=we,n.CatalogSortByDirectionFromJSON=dn,n.CatalogSortByDirectionFromJSONTyped=ln,n.CatalogSortByDirectionToJSON=Su,n.CatalogSortByDirectionToJSONTyped=Tu,n.CatalogSortByFromJSON=fn,n.CatalogSortByFromJSONTyped=pn,n.CatalogSortByToJSON=mn,n.CatalogSortByToJSONTyped=yn,n.Configuration=L,n.ConnectorLimitsFromJSON=Tn,n.ConnectorLimitsFromJSONTyped=On,n.ConnectorLimitsToJSON=Ju,n.ConnectorLimitsToJSONTyped=Nn,n.ContractAgreementDirection=be,n.ContractAgreementDirectionFromJSON=Ie,n.ContractAgreementDirectionFromJSONTyped=Pn,n.ContractAgreementDirectionToJSON=Au,n.ContractAgreementDirectionToJSONTyped=wu,n.ContractAgreementTerminationInfoFromJSON=At,n.ContractAgreementTerminationInfoFromJSONTyped=Dn,n.ContractAgreementTerminationInfoToJSON=wt,n.ContractAgreementTerminationInfoToJSONTyped=An,n.ContractAgreementTransferProcessFromJSON=Rn,n.ContractAgreementTransferProcessFromJSONTyped=Fn,n.ContractAgreementTransferProcessToJSON=En,n.ContractAgreementTransferProcessToJSONTyped=_n,n.ContractDefinitionEntryFromJSON=zn,n.ContractDefinitionEntryFromJSONTyped=Qn,n.ContractDefinitionEntryToJSON=$n,n.ContractDefinitionEntryToJSONTyped=Kn,n.ContractDefinitionPageFromJSON=Yn,n.ContractDefinitionPageFromJSONTyped=Wn,n.ContractDefinitionPageToJSON=$u,n.ContractDefinitionPageToJSONTyped=Xn,n.ContractDefinitionRequestFromJSON=Yu,n.ContractDefinitionRequestFromJSONTyped=xn,n.ContractDefinitionRequestToJSON=jn,n.ContractDefinitionRequestToJSONTyped=ei,n.ContractDetailPageResultFromJSON=Pi,n.ContractDetailPageResultFromJSONTyped=Ci,n.ContractDetailPageResultToJSON=yd,n.ContractDetailPageResultToJSONTyped=Ji,n.ContractNegotiationRequestFromJSON=hd,n.ContractNegotiationRequestFromJSONTyped=Di,n.ContractNegotiationRequestToJSON=Ai,n.ContractNegotiationRequestToJSONTyped=wi,n.ContractNegotiationSimplifiedState=Ge,n.ContractNegotiationSimplifiedStateFromJSON=bi,n.ContractNegotiationSimplifiedStateFromJSONTyped=Ii,n.ContractNegotiationSimplifiedStateToJSON=Td,n.ContractNegotiationSimplifiedStateToJSONTyped=Od,n.ContractNegotiationStateFromJSON=ze,n.ContractNegotiationStateFromJSONTyped=Ui,n.ContractNegotiationStateResultFromJSON=Fi,n.ContractNegotiationStateResultFromJSONTyped=Ei,n.ContractNegotiationStateResultToJSON=Cd,n.ContractNegotiationStateResultToJSONTyped=_i,n.ContractNegotiationStateToJSON=Qe,n.ContractNegotiationStateToJSONTyped=Ri,n.ContractTerminatedBy=Ue,n.ContractTerminatedByFromJSON=Cn,n.ContractTerminatedByFromJSONTyped=Jn,n.ContractTerminatedByToJSON=Iu,n.ContractTerminatedByToJSONTyped=Uu,n.ContractTerminationRequestFromJSON=Dd,n.ContractTerminationRequestFromJSONTyped=vi,n.ContractTerminationRequestToJSON=ki,n.ContractTerminationRequestToJSONTyped=qi,n.ContractTerminationStatus=ke,n.ContractTerminationStatusFromJSON=qe,n.ContractTerminationStatusFromJSONTyped=ti,n.ContractTerminationStatusToJSON=Xu,n.ContractTerminationStatusToJSONTyped=xu,n.ContractsPageEntryFromJSON=Li,n.ContractsPageEntryFromJSONTyped=Hi,n.ContractsPageEntryToJSON=Bi,n.ContractsPageEntryToJSONTyped=Vi,n.ContractsPageRequestFromJSON=Fd,n.ContractsPageRequestFromJSONTyped=Ki,n.ContractsPageRequestToJSON=Yi,n.ContractsPageRequestToJSONTyped=Wi,n.ContractsPageResultFromJSON=Xi,n.ContractsPageResultFromJSONTyped=xi,n.ContractsPageResultToJSON=_d,n.ContractsPageResultToJSONTyped=ji,n.ContractsPageSortProperty=$e,n.ContractsPageSortPropertyFromJSON=Mi,n.ContractsPageSortPropertyFromJSONTyped=Zi,n.ContractsPageSortPropertyToJSON=bd,n.ContractsPageSortPropertyToJSONTyped=Id,n.DashboardCxDidConfigFromJSON=ea,n.DashboardCxDidConfigFromJSONTyped=ta,n.DashboardCxDidConfigToJSON=ra,n.DashboardCxDidConfigToJSONTyped=na,n.DashboardDapsConfigFromJSON=ia,n.DashboardDapsConfigFromJSONTyped=aa,n.DashboardDapsConfigToJSON=oa,n.DashboardDapsConfigToJSONTyped=sa,n.DashboardPageFromJSON=da,n.DashboardPageFromJSONTyped=la,n.DashboardPageToJSON=Hd,n.DashboardPageToJSONTyped=fa,n.DashboardTransferAmountsFromJSON=Ft,n.DashboardTransferAmountsFromJSONTyped=ca,n.DashboardTransferAmountsToJSON=Et,n.DashboardTransferAmountsToJSONTyped=ua,n.DataOfferCreateRequestFromJSON=fl,n.DataOfferCreateRequestFromJSONTyped=ro,n.DataOfferCreateRequestToJSON=no,n.DataOfferCreateRequestToJSONTyped=io,n.DataOfferPublishType=Ke,n.DataOfferPublishTypeFromJSON=pa,n.DataOfferPublishTypeFromJSONTyped=ma,n.DataOfferPublishTypeToJSON=Vd,n.DataOfferPublishTypeToJSONTyped=Md,n.DataSourceAvailability=Te,n.DataSourceAvailabilityFromJSON=Ot,n.DataSourceAvailabilityFromJSONTyped=nr,n.DataSourceAvailabilityToJSON=Uc,n.DataSourceAvailabilityToJSONTyped=Rc,n.DataSourceType=Ye,n.DataSourceTypeFromJSON=ya,n.DataSourceTypeFromJSONTyped=ga,n.DataSourceTypeToJSON=Gd,n.DataSourceTypeToJSONTyped=zd,n.DefaultConfig=$t,n.EdrDtoFromJSON=ao,n.EdrDtoFromJSONTyped=oo,n.EdrDtoToJSON=ml,n.EdrDtoToJSONTyped=so,n.EnterpriseEditionApi=ic,n.FetchError=Yt,n.IdAvailabilityResponseFromJSON=et,n.IdAvailabilityResponseFromJSONTyped=co,n.IdAvailabilityResponseToJSON=gl,n.IdAvailabilityResponseToJSONTyped=uo,n.IdResponseDtoFromJSON=J,n.IdResponseDtoFromJSONTyped=lo,n.IdResponseDtoToJSON=Sl,n.IdResponseDtoToJSONTyped=fo,n.InitiateCustomTransferRequestFromJSON=Ol,n.InitiateCustomTransferRequestFromJSONTyped=po,n.InitiateCustomTransferRequestToJSON=mo,n.InitiateCustomTransferRequestToJSONTyped=yo,n.InitiateTransferRequestFromJSON=Pl,n.InitiateTransferRequestFromJSONTyped=go,n.InitiateTransferRequestToJSON=ho,n.InitiateTransferRequestToJSONTyped=So,n.JSONApiResponse=m,n.KpiResultFromJSON=Co,n.KpiResultFromJSONTyped=Jo,n.KpiResultToJSON=Dl,n.KpiResultToJSONTyped=Do,n.NegotiateAllQueryFromJSON=wl,n.NegotiateAllQueryFromJSONTyped=Ao,n.NegotiateAllQueryToJSON=wo,n.NegotiateAllQueryToJSONTyped=bo,n.NegotiateAllResultFromJSON=Io,n.NegotiateAllResultFromJSONTyped=Uo,n.NegotiateAllResultToJSON=Il,n.NegotiateAllResultToJSONTyped=Ro,n.OperatorDto=Ve,n.OperatorDtoFromJSON=oi,n.OperatorDtoFromJSONTyped=si,n.OperatorDtoToJSON=rd,n.OperatorDtoToJSONTyped=nd,n.PaginationRequestFromJSON=Nt,n.PaginationRequestFromJSONTyped=cr,n.PaginationRequestToJSON=Pt,n.PaginationRequestToJSONTyped=ur,n.PaginationResultFromJSON=Jt,n.PaginationResultFromJSONTyped=Or,n.PaginationResultToJSON=Dt,n.PaginationResultToJSONTyped=Nr,n.PolicyDefinitionCreateDtoFromJSON=Rl,n.PolicyDefinitionCreateDtoFromJSONTyped=Fo,n.PolicyDefinitionCreateDtoToJSON=Eo,n.PolicyDefinitionCreateDtoToJSONTyped=_o,n.PolicyDefinitionCreateRequestFromJSON=_l,n.PolicyDefinitionCreateRequestFromJSONTyped=Ho,n.PolicyDefinitionCreateRequestToJSON=Bo,n.PolicyDefinitionCreateRequestToJSONTyped=Vo,n.PolicyDefinitionDtoFromJSON=Mo,n.PolicyDefinitionDtoFromJSONTyped=Zo,n.PolicyDefinitionDtoToJSON=Go,n.PolicyDefinitionDtoToJSONTyped=zo,n.PolicyDefinitionPageFromJSON=Qo,n.PolicyDefinitionPageFromJSONTyped=$o,n.PolicyDefinitionPageToJSON=ql,n.PolicyDefinitionPageToJSONTyped=Ko,n.RequiredError=P,n.ResponseError=Kt,n.SortByDirection=Ne,n.SortByDirectionFromJSON=Ct,n.SortByDirectionFromJSONTyped=fr,n.SortByDirectionToJSON=Lc,n.SortByDirectionToJSONTyped=Hc,n.SortByRequestAssetsPageSortPropertyFromJSON=pr,n.SortByRequestAssetsPageSortPropertyFromJSONTyped=mr,n.SortByRequestAssetsPageSortPropertyToJSON=yr,n.SortByRequestAssetsPageSortPropertyToJSONTyped=gr,n.SortByRequestContractsPageSortPropertyFromJSON=Gi,n.SortByRequestContractsPageSortPropertyFromJSONTyped=zi,n.SortByRequestContractsPageSortPropertyToJSON=Qi,n.SortByRequestContractsPageSortPropertyToJSONTyped=$i,n.TextApiResponse=xt,n.TransferHistoryEntryFromJSON=Yo,n.TransferHistoryEntryFromJSONTyped=Wo,n.TransferHistoryEntryToJSON=Xo,n.TransferHistoryEntryToJSONTyped=xo,n.TransferHistoryPageFromJSON=jo,n.TransferHistoryPageFromJSONTyped=es,n.TransferHistoryPageToJSON=Bl,n.TransferHistoryPageToJSONTyped=ts,n.TransferProcessSimplifiedState=Re,n.TransferProcessSimplifiedStateFromJSON=wn,n.TransferProcessSimplifiedStateFromJSONTyped=bn,n.TransferProcessSimplifiedStateToJSON=Eu,n.TransferProcessSimplifiedStateToJSONTyped=_u,n.TransferProcessStateFromJSON=Fe,n.TransferProcessStateFromJSONTyped=In,n.TransferProcessStateResultFromJSON=rs,n.TransferProcessStateResultFromJSONTyped=ns,n.TransferProcessStateResultToJSON=Ml,n.TransferProcessStateResultToJSONTyped=is,n.TransferProcessStateToJSON=Ee,n.TransferProcessStateToJSONTyped=Un,n.TransferProcessStatesDtoFromJSON=To,n.TransferProcessStatesDtoFromJSONTyped=Oo,n.TransferProcessStatesDtoToJSON=No,n.TransferProcessStatesDtoToJSONTyped=Po,n.UIApi=ac,n.UiAssetCreateRequestFromJSON=ja,n.UiAssetCreateRequestFromJSONTyped=eo,n.UiAssetCreateRequestToJSON=je,n.UiAssetCreateRequestToJSONTyped=to,n.UiAssetEditRequestFromJSON=Gl,n.UiAssetEditRequestFromJSONTyped=as,n.UiAssetEditRequestToJSON=os,n.UiAssetEditRequestToJSONTyped=ss,n.UiAssetExtForSphinxFromJSON=Le,n.UiAssetExtForSphinxFromJSONTyped=ri,n.UiAssetExtForSphinxToJSON=He,n.UiAssetExtForSphinxToJSONTyped=ni,n.UiAssetFromJSON=Z,n.UiAssetFromJSONTyped=ii,n.UiAssetToJSON=Be,n.UiAssetToJSONTyped=ai,n.UiConfigFeature=tt,n.UiConfigFeatureFromJSON=cs,n.UiConfigFeatureFromJSONTyped=us,n.UiConfigFeatureToJSON=ds,n.UiConfigFeatureToJSONTyped=Ql,n.UiConfigFromJSON=ys,n.UiConfigFromJSONTyped=gs,n.UiConfigPreconfiguredCounterpartyFromJSON=ls,n.UiConfigPreconfiguredCounterpartyFromJSONTyped=fs,n.UiConfigPreconfiguredCounterpartyToJSON=ps,n.UiConfigPreconfiguredCounterpartyToJSONTyped=ms,n.UiConfigToJSON=Yl,n.UiConfigToJSONTyped=hs,n.UiContractNegotiationFromJSON=Bt,n.UiContractNegotiationFromJSONTyped=Ss,n.UiContractNegotiationToJSON=Xl,n.UiContractNegotiationToJSONTyped=Ts,n.UiContractOfferFromJSON=Os,n.UiContractOfferFromJSONTyped=Ns,n.UiContractOfferToJSON=Ps,n.UiContractOfferToJSONTyped=Cs,n.UiCriterionFromJSON=bt,n.UiCriterionFromJSONTyped=Zn,n.UiCriterionLiteralFromJSON=qn,n.UiCriterionLiteralFromJSONTyped=Ln,n.UiCriterionLiteralToJSON=Hn,n.UiCriterionLiteralToJSONTyped=Bn,n.UiCriterionLiteralType=_e,n.UiCriterionLiteralTypeFromJSON=vn,n.UiCriterionLiteralTypeFromJSONTyped=kn,n.UiCriterionLiteralTypeToJSON=Lu,n.UiCriterionLiteralTypeToJSONTyped=Hu,n.UiCriterionOperator=ve,n.UiCriterionOperatorFromJSON=Vn,n.UiCriterionOperatorFromJSONTyped=Mn,n.UiCriterionOperatorToJSON=Mu,n.UiCriterionOperatorToJSONTyped=Zu,n.UiCriterionToJSON=It,n.UiCriterionToJSONTyped=Gn,n.UiDataOfferFromJSON=ne,n.UiDataOfferFromJSONTyped=Js,n.UiDataOfferToJSON=ef,n.UiDataOfferToJSONTyped=Ds,n.UiDataSinkHttpDataPushFromJSON=_s,n.UiDataSinkHttpDataPushFromJSONTyped=vs,n.UiDataSinkHttpDataPushMethod=rt,n.UiDataSinkHttpDataPushMethodFromJSON=As,n.UiDataSinkHttpDataPushMethodFromJSONTyped=ws,n.UiDataSinkHttpDataPushMethodToJSON=rf,n.UiDataSinkHttpDataPushMethodToJSONTyped=nf,n.UiDataSinkHttpDataPushToJSON=ks,n.UiDataSinkHttpDataPushToJSONTyped=qs,n.UiDataSourceFromJSON=Lt,n.UiDataSourceFromJSONTyped=Xa,n.UiDataSourceHttpDataFromJSON=Za,n.UiDataSourceHttpDataFromJSONTyped=Ga,n.UiDataSourceHttpDataMethod=We,n.UiDataSourceHttpDataMethodFromJSON=ha,n.UiDataSourceHttpDataMethodFromJSONTyped=Sa,n.UiDataSourceHttpDataMethodToJSON=$d,n.UiDataSourceHttpDataMethodToJSONTyped=Kd,n.UiDataSourceHttpDataToJSON=za,n.UiDataSourceHttpDataToJSONTyped=Qa,n.UiDataSourceOnRequestFromJSON=$a,n.UiDataSourceOnRequestFromJSONTyped=Ka,n.UiDataSourceOnRequestToJSON=Ya,n.UiDataSourceOnRequestToJSONTyped=Wa,n.UiDataSourceToJSON=Ht,n.UiDataSourceToJSONTyped=xa,n.UiHttpAuthApiKeyFromJSON=_t,n.UiHttpAuthApiKeyFromJSONTyped=Ta,n.UiHttpAuthApiKeyToJSON=vt,n.UiHttpAuthApiKeyToJSONTyped=Oa,n.UiHttpAuthBasicFromJSON=kt,n.UiHttpAuthBasicFromJSONTyped=Na,n.UiHttpAuthBasicToJSON=qt,n.UiHttpAuthBasicToJSONTyped=Pa,n.UiHttpAuthFromJSON=Ha,n.UiHttpAuthFromJSONTyped=Ba,n.UiHttpAuthOauth2FromJSON=Ea,n.UiHttpAuthOauth2FromJSONTyped=_a,n.UiHttpAuthOauth2ToJSON=va,n.UiHttpAuthOauth2ToJSONTyped=ka,n.UiHttpAuthToJSON=Va,n.UiHttpAuthToJSONTyped=Ma,n.UiHttpAuthType=xe,n.UiHttpAuthTypeFromJSON=qa,n.UiHttpAuthTypeFromJSONTyped=La,n.UiHttpAuthTypeToJSON=il,n.UiHttpAuthTypeToJSONTyped=al,n.UiHttpOauth2AuthType=Xe,n.UiHttpOauth2AuthTypeFromJSON=Ca,n.UiHttpOauth2AuthTypeFromJSONTyped=Ja,n.UiHttpOauth2AuthTypeToJSON=xd,n.UiHttpOauth2AuthTypeToJSONTyped=jd,n.UiHttpOauth2PrivateKeyAuthorizationFromJSON=Da,n.UiHttpOauth2PrivateKeyAuthorizationFromJSONTyped=Aa,n.UiHttpOauth2PrivateKeyAuthorizationToJSON=wa,n.UiHttpOauth2PrivateKeyAuthorizationToJSONTyped=ba,n.UiHttpOauth2SharedSecretAuthorizationFromJSON=Ia,n.UiHttpOauth2SharedSecretAuthorizationFromJSONTyped=Ua,n.UiHttpOauth2SharedSecretAuthorizationToJSON=Ra,n.UiHttpOauth2SharedSecretAuthorizationToJSONTyped=Fa,n.UiHttpPushAuthFromJSON=Us,n.UiHttpPushAuthFromJSONTyped=Rs,n.UiHttpPushAuthToJSON=Fs,n.UiHttpPushAuthToJSONTyped=Es,n.UiHttpPushAuthType=nt,n.UiHttpPushAuthTypeFromJSON=bs,n.UiHttpPushAuthTypeFromJSONTyped=Is,n.UiHttpPushAuthTypeToJSON=of,n.UiHttpPushAuthTypeToJSONTyped=sf,n.UiInitiateTransferRequestFromJSON=mf,n.UiInitiateTransferRequestFromJSONTyped=Bs,n.UiInitiateTransferRequestToJSON=Vs,n.UiInitiateTransferRequestToJSONTyped=Ms,n.UiInitiateTransferType=it,n.UiInitiateTransferTypeFromJSON=Ls,n.UiInitiateTransferTypeFromJSONTyped=Hs,n.UiInitiateTransferTypeToJSON=lf,n.UiInitiateTransferTypeToJSONTyped=ff,n.UiPolicyConstraintFromJSON=Ut,n.UiPolicyConstraintFromJSONTyped=mi,n.UiPolicyConstraintToJSON=Rt,n.UiPolicyConstraintToJSONTyped=yi,n.UiPolicyCreateRequestFromJSON=vo,n.UiPolicyCreateRequestFromJSONTyped=ko,n.UiPolicyCreateRequestToJSON=qo,n.UiPolicyCreateRequestToJSONTyped=Lo,n.UiPolicyExpressionFromJSON=j,n.UiPolicyExpressionFromJSONTyped=Si,n.UiPolicyExpressionToJSON=ee,n.UiPolicyExpressionToJSONTyped=Ti,n.UiPolicyExpressionType=Ze,n.UiPolicyExpressionTypeFromJSON=gi,n.UiPolicyExpressionTypeFromJSONTyped=hi,n.UiPolicyExpressionTypeToJSON=dd,n.UiPolicyExpressionTypeToJSONTyped=ld,n.UiPolicyFromJSON=te,n.UiPolicyFromJSONTyped=Oi,n.UiPolicyLiteralFromJSON=di,n.UiPolicyLiteralFromJSONTyped=li,n.UiPolicyLiteralToJSON=fi,n.UiPolicyLiteralToJSONTyped=pi,n.UiPolicyLiteralType=Me,n.UiPolicyLiteralTypeFromJSON=ci,n.UiPolicyLiteralTypeFromJSONTyped=ui,n.UiPolicyLiteralTypeToJSON=ad,n.UiPolicyLiteralTypeToJSONTyped=od,n.UiPolicyToJSON=re,n.UiPolicyToJSONTyped=Ni,n.UseCaseApi=oc,n.VaultSecretCreateSubmitFromJSON=gf,n.VaultSecretCreateSubmitFromJSONTyped=Zs,n.VaultSecretCreateSubmitToJSON=Gs,n.VaultSecretCreateSubmitToJSONTyped=zs,n.VaultSecretEditPageFromJSON=Qs,n.VaultSecretEditPageFromJSONTyped=$s,n.VaultSecretEditPageToJSON=Sf,n.VaultSecretEditPageToJSONTyped=Ks,n.VaultSecretEditSubmitFromJSON=Of,n.VaultSecretEditSubmitFromJSONTyped=Ys,n.VaultSecretEditSubmitToJSON=Ws,n.VaultSecretEditSubmitToJSONTyped=Xs,n.VaultSecretListPageEntryFromJSON=xs,n.VaultSecretListPageEntryFromJSONTyped=js,n.VaultSecretListPageEntryToJSON=Pf,n.VaultSecretListPageEntryToJSONTyped=ec,n.VaultSecretQueryFromJSON=Jf,n.VaultSecretQueryFromJSONTyped=tc,n.VaultSecretQueryToJSON=rc,n.VaultSecretQueryToJSONTyped=nc,n.VoidApiResponse=Xt,n.buildEdcClient=wp,n.canConsumeForm=Cc,n.exists=Nc,n.instanceOfAssetFilterConstraint=bc,n.instanceOfAssetFilterConstraintOperator=Dc,n.instanceOfAssetsPageEntry=Fc,n.instanceOfAssetsPageRequest=Vc,n.instanceOfAssetsPageResult=Gc,n.instanceOfAssetsPageSortProperty=_c,n.instanceOfBuildInfo=Qc,n.instanceOfBusinessPartnerGroupCreateSubmit=Kc,n.instanceOfBusinessPartnerGroupEditPage=Wc,n.instanceOfBusinessPartnerGroupEditSubmit=xc,n.instanceOfBusinessPartnerGroupListPageEntry=eu,n.instanceOfBusinessPartnerGroupQuery=ru,n.instanceOfCallbackAddressDto=ou,n.instanceOfCallbackAddressEventType=iu,n.instanceOfCatalogFilterExpression=mu,n.instanceOfCatalogFilterExpressionLiteral=du,n.instanceOfCatalogFilterExpressionLiteralType=su,n.instanceOfCatalogFilterExpressionOperator=lu,n.instanceOfCatalogQuery=yu,n.instanceOfCatalogQueryV2=Nu,n.instanceOfCatalogSortBy=Ou,n.instanceOfCatalogSortByDirection=hu,n.instanceOfConnectorLimits=Cu,n.instanceOfContractAgreementDirection=Du,n.instanceOfContractAgreementTerminationInfo=Ru,n.instanceOfContractAgreementTransferProcess=ku,n.instanceOfContractDefinitionEntry=zu,n.instanceOfContractDefinitionPage=Qu,n.instanceOfContractDefinitionRequest=Ku,n.instanceOfContractDetailPageResult=md,n.instanceOfContractNegotiationRequest=gd,n.instanceOfContractNegotiationSimplifiedState=Sd,n.instanceOfContractNegotiationState=Nd,n.instanceOfContractNegotiationStateResult=Pd,n.instanceOfContractTerminatedBy=bu,n.instanceOfContractTerminationRequest=Jd,n.instanceOfContractTerminationStatus=Wu,n.instanceOfContractsPageEntry=Ad,n.instanceOfContractsPageRequest=Rd,n.instanceOfContractsPageResult=Ed,n.instanceOfContractsPageSortProperty=wd,n.instanceOfDashboardCxDidConfig=vd,n.instanceOfDashboardDapsConfig=kd,n.instanceOfDashboardPage=Ld,n.instanceOfDashboardTransferAmounts=qd,n.instanceOfDataOfferCreateRequest=ll,n.instanceOfDataOfferPublishType=Bd,n.instanceOfDataSourceAvailability=Ic,n.instanceOfDataSourceType=Zd,n.instanceOfEdrDto=pl,n.instanceOfIdAvailabilityResponse=yl,n.instanceOfIdResponseDto=hl,n.instanceOfInitiateCustomTransferRequest=Tl,n.instanceOfInitiateTransferRequest=Nl,n.instanceOfKpiResult=Jl,n.instanceOfNegotiateAllQuery=Al,n.instanceOfNegotiateAllResult=bl,n.instanceOfOperatorDto=td,n.instanceOfPaginationRequest=Ec,n.instanceOfPaginationResult=Zc,n.instanceOfPolicyDefinitionCreateDto=Ul,n.instanceOfPolicyDefinitionCreateRequest=El,n.instanceOfPolicyDefinitionDto=vl,n.instanceOfPolicyDefinitionPage=kl,n.instanceOfSortByDirection=qc,n.instanceOfSortByRequestAssetsPageSortProperty=Bc,n.instanceOfSortByRequestContractsPageSortProperty=Ud,n.instanceOfTransferHistoryEntry=Ll,n.instanceOfTransferHistoryPage=Hl,n.instanceOfTransferProcessSimplifiedState=Fu,n.instanceOfTransferProcessState=vu,n.instanceOfTransferProcessStateResult=Vl,n.instanceOfTransferProcessStatesDto=Cl,n.instanceOfUiAsset=ed,n.instanceOfUiAssetCreateRequest=dl,n.instanceOfUiAssetEditRequest=Zl,n.instanceOfUiAssetExtForSphinx=ju,n.instanceOfUiConfig=Kl,n.instanceOfUiConfigFeature=zl,n.instanceOfUiConfigPreconfiguredCounterparty=$l,n.instanceOfUiContractNegotiation=Wl,n.instanceOfUiContractOffer=xl,n.instanceOfUiCriterion=Gu,n.instanceOfUiCriterionLiteral=Bu,n.instanceOfUiCriterionLiteralType=qu,n.instanceOfUiCriterionOperator=Vu,n.instanceOfUiDataOffer=jl,n.instanceOfUiDataSinkHttpDataPush=uf,n.instanceOfUiDataSinkHttpDataPushMethod=tf,n.instanceOfUiDataSource=ul,n.instanceOfUiDataSourceHttpData=sl,n.instanceOfUiDataSourceHttpDataMethod=Qd,n.instanceOfUiDataSourceOnRequest=cl,n.instanceOfUiHttpAuth=ol,n.instanceOfUiHttpAuthApiKey=Yd,n.instanceOfUiHttpAuthBasic=Wd,n.instanceOfUiHttpAuthOauth2=rl,n.instanceOfUiHttpAuthType=nl,n.instanceOfUiHttpOauth2AuthType=Xd,n.instanceOfUiHttpOauth2PrivateKeyAuthorization=el,n.instanceOfUiHttpOauth2SharedSecretAuthorization=tl,n.instanceOfUiHttpPushAuth=cf,n.instanceOfUiHttpPushAuthType=af,n.instanceOfUiInitiateTransferRequest=pf,n.instanceOfUiInitiateTransferType=df,n.instanceOfUiPolicy=pd,n.instanceOfUiPolicyConstraint=cd,n.instanceOfUiPolicyCreateRequest=Fl,n.instanceOfUiPolicyExpression=fd,n.instanceOfUiPolicyExpressionType=ud,n.instanceOfUiPolicyLiteral=sd,n.instanceOfUiPolicyLiteralType=id,n.instanceOfVaultSecretCreateSubmit=yf,n.instanceOfVaultSecretEditPage=hf,n.instanceOfVaultSecretEditSubmit=Tf,n.instanceOfVaultSecretListPageEntry=Nf,n.instanceOfVaultSecretQuery=Cf,n.mapValues=Pc,n.querystring=ht,Object.defineProperty(n,Symbol.toStringTag,{value:"Module"})});
|
|
2
2
|
//# sourceMappingURL=sovity-edc-client.umd.cjs.map
|