@osdk/foundry 2.61.0 → 2.63.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.63.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2acaf9e: regenerate platform sdk
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [2acaf9e]
12
+ - @osdk/foundry.thirdpartyapplications@2.63.0
13
+ - @osdk/foundry.languagemodels@2.63.0
14
+ - @osdk/foundry.orchestration@2.63.0
15
+ - @osdk/foundry.connectivity@2.63.0
16
+ - @osdk/foundry.checkpoints@2.63.0
17
+ - @osdk/foundry.datahealth@2.63.0
18
+ - @osdk/foundry.filesystem@2.63.0
19
+ - @osdk/foundry.ontologies@2.63.0
20
+ - @osdk/foundry.operations@2.63.0
21
+ - @osdk/foundry.publicapis@2.63.0
22
+ - @osdk/foundry.sqlqueries@2.63.0
23
+ - @osdk/foundry.aipagents@2.63.0
24
+ - @osdk/foundry.functions@2.63.0
25
+ - @osdk/foundry.mediasets@2.63.0
26
+ - @osdk/foundry.datasets@2.63.0
27
+ - @osdk/foundry.notepad@2.63.0
28
+ - @osdk/foundry.streams@2.63.0
29
+ - @osdk/foundry.widgets@2.63.0
30
+ - @osdk/foundry.models@2.63.0
31
+ - @osdk/foundry.admin@2.63.0
32
+ - @osdk/foundry.audit@2.63.0
33
+ - @osdk/foundry.core@2.63.0
34
+ - @osdk/foundry.pack@2.63.0
35
+ - @osdk/foundry.geo@2.63.0
36
+ - @osdk/foundry.geojson@2.63.0
37
+
38
+ ## 2.62.0
39
+
40
+ ### Minor Changes
41
+
42
+ - 7432721: Regenerate SDKs (api-gateway 1.1623.0): adds optional `markingType` field on `MarkingType` and new `MarkingTypeValue` enum (classification-based vs. mandatory marking subtype), and a `preview` query param on assorted Ontologies/Operations endpoints. Gotham Gaia gains `GaiaObjectReference`, `GaiaFoundryObjectByRid`, and `ObjectTypeRid`.
43
+ - 6abd66b: Regenerate SDKs
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [7432721]
48
+ - Updated dependencies [6abd66b]
49
+ - @osdk/foundry.admin@2.62.0
50
+ - @osdk/foundry.aipagents@2.62.0
51
+ - @osdk/foundry.audit@2.62.0
52
+ - @osdk/foundry.checkpoints@2.62.0
53
+ - @osdk/foundry.connectivity@2.62.0
54
+ - @osdk/foundry.core@2.62.0
55
+ - @osdk/foundry.datahealth@2.62.0
56
+ - @osdk/foundry.datasets@2.62.0
57
+ - @osdk/foundry.filesystem@2.62.0
58
+ - @osdk/foundry.functions@2.62.0
59
+ - @osdk/foundry.geo@2.62.0
60
+ - @osdk/foundry.languagemodels@2.62.0
61
+ - @osdk/foundry.mediasets@2.62.0
62
+ - @osdk/foundry.models@2.62.0
63
+ - @osdk/foundry.notepad@2.62.0
64
+ - @osdk/foundry.ontologies@2.62.0
65
+ - @osdk/foundry.operations@2.62.0
66
+ - @osdk/foundry.orchestration@2.62.0
67
+ - @osdk/foundry.pack@2.62.0
68
+ - @osdk/foundry.publicapis@2.62.0
69
+ - @osdk/foundry.sqlqueries@2.62.0
70
+ - @osdk/foundry.streams@2.62.0
71
+ - @osdk/foundry.thirdpartyapplications@2.62.0
72
+ - @osdk/foundry.widgets@2.62.0
73
+ - @osdk/foundry.geojson@2.62.0
74
+ - @osdk/shared.net.platformapi@1.7.0
75
+
3
76
  ## 2.61.0
4
77
 
5
78
  ### Minor Changes
@@ -7417,6 +7417,7 @@ export declare namespace Core {
7417
7417
  MapFieldType,
7418
7418
  MarkingId,
7419
7419
  MarkingType,
7420
+ MarkingTypeValue,
7420
7421
  MediaItemPath,
7421
7422
  MediaItemReadToken,
7422
7423
  MediaItemRid,
@@ -7647,6 +7648,7 @@ declare namespace _Core {
7647
7648
  MapFieldType,
7648
7649
  MarkingId,
7649
7650
  MarkingType,
7651
+ MarkingTypeValue,
7650
7652
  MediaItemPath,
7651
7653
  MediaItemReadToken,
7652
7654
  MediaItemRid,
@@ -12382,9 +12384,8 @@ declare interface DocumentToTextTransformation {
12382
12384
  declare interface DocumentType_2 {
12383
12385
  rid: DocumentTypeRid;
12384
12386
  name: DocumentTypeName;
12385
- schema?: DocumentTypeSchema;
12387
+ operationalVersion?: SchemaVersion;
12386
12388
  fileSystemType?: FileSystemType;
12387
- version?: SchemaVersion;
12388
12389
  }
12389
12390
 
12390
12391
  /**
@@ -18284,6 +18285,38 @@ declare interface GetObjectTypeByRidBatchResponse {
18284
18285
  data: Array<ObjectTypeV2>;
18285
18286
  }
18286
18287
 
18288
+ /* Excluded from this release type: getOperationalVersion */
18289
+
18290
+ /**
18291
+ * Could not getOperationalVersion the DocumentType.
18292
+ *
18293
+ * Log Safety: SAFE
18294
+ */
18295
+ declare interface GetOperationalVersionDocumentTypePermissionDenied {
18296
+ errorCode: "PERMISSION_DENIED";
18297
+ errorName: "GetOperationalVersionDocumentTypePermissionDenied";
18298
+ errorDescription: "Could not getOperationalVersion the DocumentType.";
18299
+ errorInstanceId: string;
18300
+ parameters: {};
18301
+ }
18302
+
18303
+ /**
18304
+ * Log Safety: UNSAFE
18305
+ */
18306
+ declare interface GetOperationalVersionDocumentTypeRequest {
18307
+ documentTypeName: DocumentTypeName;
18308
+ ontologyRid: string;
18309
+ }
18310
+
18311
+ /**
18312
+ * Response containing the operational version for a document type.
18313
+ *
18314
+ * Log Safety: SAFE
18315
+ */
18316
+ declare interface GetOperationalVersionResponse {
18317
+ operationalVersion?: SchemaVersion;
18318
+ }
18319
+
18287
18320
  /* Excluded from this release type: getOutgoingInterfaceLinkType */
18288
18321
 
18289
18322
  /**
@@ -25434,6 +25467,7 @@ $queryParams?: {
25434
25467
  * Log Safety: SAFE
25435
25468
  */
25436
25469
  declare interface MarkingType {
25470
+ markingType?: MarkingTypeValue;
25437
25471
  }
25438
25472
 
25439
25473
  /**
@@ -25441,6 +25475,16 @@ declare interface MarkingType {
25441
25475
  */
25442
25476
  declare type MarkingType_2 = "MANDATORY" | "CBAC";
25443
25477
 
25478
+ /**
25479
+ * The kind of marking applied by a marking property type.
25480
+
25481
+ CBAC: Classification-based access control markings.
25482
+ MANDATORY: Standard non-classification markings. Example - Organizations.
25483
+ *
25484
+ * Log Safety: SAFE
25485
+ */
25486
+ declare type MarkingTypeValue = "CBAC" | "MANDATORY";
25487
+
25444
25488
  /**
25445
25489
  * Matches intervals containing the terms in the query
25446
25490
  *
@@ -33621,6 +33665,8 @@ export declare namespace Pack {
33621
33665
  FieldValueUserRef,
33622
33666
  FileSystemType,
33623
33667
  FolderRid_5 as FolderRid,
33668
+ GetOperationalVersionDocumentTypeRequest,
33669
+ GetOperationalVersionResponse,
33624
33670
  GroupId_2 as GroupId,
33625
33671
  IntegerValue_2 as IntegerValue,
33626
33672
  InterfaceTypeRid_2 as InterfaceTypeRid,
@@ -33665,6 +33711,7 @@ export declare namespace Pack {
33665
33711
  DocumentTypeAlreadyExists,
33666
33712
  DocumentTypeNameNotFound,
33667
33713
  DocumentTypeNotFound,
33714
+ GetOperationalVersionDocumentTypePermissionDenied,
33668
33715
  InvalidDocumentTypeName,
33669
33716
  InvalidDocumentTypeVersion,
33670
33717
  LoadByNameDocumentTypesPermissionDenied,
@@ -33760,6 +33807,8 @@ declare namespace _Pack {
33760
33807
  FieldValueUserRef,
33761
33808
  FileSystemType,
33762
33809
  FolderRid_5 as FolderRid,
33810
+ GetOperationalVersionDocumentTypeRequest,
33811
+ GetOperationalVersionResponse,
33763
33812
  GroupId_2 as GroupId,
33764
33813
  IntegerValue_2 as IntegerValue,
33765
33814
  InterfaceTypeRid_2 as InterfaceTypeRid,
@@ -1 +1 @@
1
- const t=Symbol("ClientContext");class e extends Error{constructor(t,e,n,o,r,s,c){super(t),this.message=t,this.errorName=e,this.errorCode=n,this.errorDescription=o,this.statusCode=r,this.errorInstanceId=s,this.parameters=c}}class n extends e{constructor(t,e,n,o){super(t,e,void 0,void 0,o),this.originalError=n}}async function o(o,[r,s,c,i,u],...a){const l=s.replace(/\{([^}]+)\}/g,()=>encodeURIComponent(a.shift())),f=1&c?a.shift():void 0,v=2&c?a.shift():void 0,p=4&c?a.shift():void 0,d=["GET","POST","PUT","DELETE","PATCH"][r];return await async function(t,o,r,s,c,i,u,a){const l=function(t,e){return t+=t.endsWith("/")?"":"/",new URL(`api${e}`,t)}(t.baseUrl,r);for(const[t,e]of Object.entries(c||{}))if(null!=e)if(Array.isArray(e))for(const n of e)l.searchParams.append(t,n);else l.searchParams.append(t,e);const f=new Headers;f.set("Content-Type",u??"application/json"),f.set("Accept",a??"application/json"),Object.entries(i||{}).forEach(([t,e])=>{"Content-Type"===t&&"string"==typeof e?f.set("Content-Type",e):"Accept"===t&&"string"==typeof e?f.set("Accept",e):null!=e&&f.append(t,e.toString())});const v=null==s||s instanceof globalThis.Blob?s:JSON.stringify(s),p=await t.fetch(l.toString(),{body:v,method:o,headers:f});if(!p.ok)try{const t=await p.json();return new e(t.message,t.errorName,t.errorCode,t.errorDescription,p.status,t.errorInstanceId,t.parameters)}catch(t){return t instanceof Error?new n(t.message,"UNKNOWN"):new n("Unable to parse error response","UNKNOWN")}if(204===p.status)return;if(null==a||"application/json"===a)return await p.json();return p}(o.__osdkClientContext??o[t]??o,d,l,f,v,p,i,u)}const r=[0,"/v2/admin/enrollments/{0}/authenticationProviders",2];const s=[0,"/v2/admin/enrollments/{0}/authenticationProviders/{1}",2];const c=[1,"/v2/admin/enrollments/{0}/authenticationProviders/{1}/preregisterUser",3];const i=[1,"/v2/admin/enrollments/{0}/authenticationProviders/{1}/preregisterGroup",3];var u=Object.freeze({__proto__:null,get:function(t,...e){return o(t,s,...e)},list:function(t,...e){return o(t,r,...e)},preregisterGroup:function(t,...e){return o(t,i,...e)},preregisterUser:function(t,...e){return o(t,c,...e)}});const a=[0,"/v2/admin/cbacBanner",2];var l=Object.freeze({__proto__:null,get:function(t,...e){return o(t,a,...e)}});const f=[0,"/v2/admin/cbacMarkingRestrictions",2];var v=Object.freeze({__proto__:null,get:function(t,...e){return o(t,f,...e)}});const p=[0,"/v2/admin/enrollments/{0}",2];const d=[0,"/v2/admin/enrollments/getCurrent",2];var _=Object.freeze({__proto__:null,get:function(t,...e){return o(t,p,...e)},getCurrent:function(t,...e){return o(t,d,...e)}});const g=[0,"/v2/admin/enrollments/{0}/roleAssignments",2];const m=[1,"/v2/admin/enrollments/{0}/roleAssignments/add",3];const b=[1,"/v2/admin/enrollments/{0}/roleAssignments/remove",3];var h=Object.freeze({__proto__:null,add:function(t,...e){return o(t,m,...e)},list:function(t,...e){return o(t,g,...e)},remove:function(t,...e){return o(t,b,...e)}});const y=[1,"/v2/admin/groups",1];const j=[3,"/v2/admin/groups/{0}"];const O=[0,"/v2/admin/groups",2];const z=[0,"/v2/admin/groups/{0}"];const S=[1,"/v2/admin/groups/getBatch",1];const k=[2,"/v2/admin/groups/{0}",1];const T=[0,"/v2/admin/groups/listCurrent",2];const A=[1,"/v2/admin/groups/search",1];var B=Object.freeze({__proto__:null,create:function(t,...e){return o(t,y,...e)},deleteGroup:function(t,...e){return o(t,j,...e)},get:function(t,...e){return o(t,z,...e)},getBatch:function(t,...e){return o(t,S,...e)},list:function(t,...e){return o(t,O,...e)},listCurrent:function(t,...e){return o(t,T,...e)},replace:function(t,...e){return o(t,k,...e)},search:function(t,...e){return o(t,A,...e)}});const R=[0,"/v2/admin/groups/{0}/groupMembers",2];const M=[1,"/v2/admin/groups/{0}/groupMembers/add",1];const C=[1,"/v2/admin/groups/{0}/groupMembers/remove",1];var P=Object.freeze({__proto__:null,add:function(t,...e){return o(t,M,...e)},list:function(t,...e){return o(t,R,...e)},remove:function(t,...e){return o(t,C,...e)}});const x=[0,"/v2/admin/users/{0}/groupMemberships",2];var w=Object.freeze({__proto__:null,list:function(t,...e){return o(t,x,...e)}});const I=[0,"/v2/admin/groups/{0}/membershipExpirationPolicy",2];const D=[2,"/v2/admin/groups/{0}/membershipExpirationPolicy",3];var V=Object.freeze({__proto__:null,get:function(t,...e){return o(t,I,...e)},replace:function(t,...e){return o(t,D,...e)}});const E=[0,"/v2/admin/groups/{0}/providerInfo"];const L=[2,"/v2/admin/groups/{0}/providerInfo",1];var q=Object.freeze({__proto__:null,get:function(t,...e){return o(t,E,...e)},replace:function(t,...e){return o(t,L,...e)}});const F=[0,"/v2/admin/enrollments/{0}/hosts",2];var W=Object.freeze({__proto__:null,list:function(t,...e){return o(t,F,...e)}});const H=[1,"/v2/admin/markings",1];const G=[0,"/v2/admin/markings",2];const J=[0,"/v2/admin/markings/{0}"];const N=[1,"/v2/admin/markings/getBatch",1];const U=[2,"/v2/admin/markings/{0}",1];var Q=Object.freeze({__proto__:null,create:function(t,...e){return o(t,H,...e)},get:function(t,...e){return o(t,J,...e)},getBatch:function(t,...e){return o(t,N,...e)},list:function(t,...e){return o(t,G,...e)},replace:function(t,...e){return o(t,U,...e)}});const K=[1,"/v2/admin/markingCategories",3];const $=[0,"/v2/admin/markingCategories",2];const X=[0,"/v2/admin/markingCategories/{0}"];const Y=[2,"/v2/admin/markingCategories/{0}",3];var Z=Object.freeze({__proto__:null,create:function(t,...e){return o(t,K,...e)},get:function(t,...e){return o(t,X,...e)},list:function(t,...e){return o(t,$,...e)},replace:function(t,...e){return o(t,Y,...e)}});const tt=[0,"/v2/admin/markings/{0}/markingMembers",2];const et=[1,"/v2/admin/markings/{0}/markingMembers/add",1];const nt=[1,"/v2/admin/markings/{0}/markingMembers/remove",1];var ot=Object.freeze({__proto__:null,add:function(t,...e){return o(t,et,...e)},list:function(t,...e){return o(t,tt,...e)},remove:function(t,...e){return o(t,nt,...e)}});const rt=[0,"/v2/admin/markings/{0}/roleAssignments",2];const st=[1,"/v2/admin/markings/{0}/roleAssignments/add",1];const ct=[1,"/v2/admin/markings/{0}/roleAssignments/remove",1];var it=Object.freeze({__proto__:null,add:function(t,...e){return o(t,st,...e)},list:function(t,...e){return o(t,rt,...e)},remove:function(t,...e){return o(t,ct,...e)}});const ut=[1,"/v2/admin/organizations",3];const at=[0,"/v2/admin/organizations/{0}"];const lt=[2,"/v2/admin/organizations/{0}",1];const ft=[0,"/v2/admin/organizations/{0}/listAvailableRoles"];var vt=Object.freeze({__proto__:null,create:function(t,...e){return o(t,ut,...e)},get:function(t,...e){return o(t,at,...e)},listAvailableRoles:function(t,...e){return o(t,ft,...e)},replace:function(t,...e){return o(t,lt,...e)}});const pt=[0,"/v2/admin/organizations/{0}/guestMembers",2];const dt=[1,"/v2/admin/organizations/{0}/guestMembers/add",3];const _t=[1,"/v2/admin/organizations/{0}/guestMembers/remove",3];var gt=Object.freeze({__proto__:null,add:function(t,...e){return o(t,dt,...e)},list:function(t,...e){return o(t,pt,...e)},remove:function(t,...e){return o(t,_t,...e)}});const mt=[0,"/v2/admin/organizations/{0}/roleAssignments"];const bt=[1,"/v2/admin/organizations/{0}/roleAssignments/add",1];const ht=[1,"/v2/admin/organizations/{0}/roleAssignments/remove",1];var yt=Object.freeze({__proto__:null,add:function(t,...e){return o(t,bt,...e)},list:function(t,...e){return o(t,mt,...e)},remove:function(t,...e){return o(t,ht,...e)}});const jt=[0,"/v2/admin/roles/{0}",2];const Ot=[1,"/v2/admin/roles/getBatch",3];var zt=Object.freeze({__proto__:null,get:function(t,...e){return o(t,jt,...e)},getBatch:function(t,...e){return o(t,Ot,...e)}});const St=[3,"/v2/admin/users/{0}"];const kt=[0,"/v2/admin/users",2];const Tt=[0,"/v2/admin/users/{0}",2];const At=[1,"/v2/admin/users/getBatch",1];const Bt=[0,"/v2/admin/users/getCurrent"];const Rt=[0,"/v2/admin/users/{0}/getMarkings"];const Mt=[0,"/v2/admin/users/{0}/profilePicture",,,"application/octet-stream"];const Ct=[1,"/v2/admin/users/search",1];const Pt=[1,"/v2/admin/users/{0}/revokeAllTokens"];var xt=Object.freeze({__proto__:null,deleteUser:function(t,...e){return o(t,St,...e)},get:function(t,...e){return o(t,Tt,...e)},getBatch:function(t,...e){return o(t,At,...e)},getCurrent:function(t,...e){return o(t,Bt,...e)},getMarkings:function(t,...e){return o(t,Rt,...e)},list:function(t,...e){return o(t,kt,...e)},profilePicture:function(t,...e){return o(t,Mt,...e)},revokeAllTokens:function(t,...e){return o(t,Pt,...e)},search:function(t,...e){return o(t,Ct,...e)}});const wt=[0,"/v2/admin/users/{0}/providerInfo"];const It=[2,"/v2/admin/users/{0}/providerInfo",1];var Dt=Object.freeze({__proto__:null,get:function(t,...e){return o(t,wt,...e)},replace:function(t,...e){return o(t,It,...e)}}),Vt=Object.freeze({__proto__:null,AuthenticationProviders:u,CbacBanners:l,CbacMarkingRestrictionsObjects:v,EnrollmentRoleAssignments:h,Enrollments:_,GroupMembers:P,GroupMembershipExpirationPolicies:V,GroupMemberships:w,GroupProviderInfos:q,Groups:B,Hosts:W,MarkingCategories:Z,MarkingMembers:ot,MarkingRoleAssignments:it,Markings:Q,OrganizationGuestMembers:gt,OrganizationRoleAssignments:yt,Organizations:vt,Roles:zt,UserProviderInfos:Dt,Users:xt});const Et=[0,"/v2/aipAgents/agents/{0}",2];const Lt=[0,"/v2/aipAgents/agents/allSessions",2];var qt=Object.freeze({__proto__:null,allSessions:function(t,...e){return o(t,Lt,...e)},get:function(t,...e){return o(t,Et,...e)}});const Ft=[0,"/v2/aipAgents/agents/{0}/agentVersions",2];const Wt=[0,"/v2/aipAgents/agents/{0}/agentVersions/{1}",2];var Ht=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Wt,...e)},list:function(t,...e){return o(t,Ft,...e)}});const Gt=[0,"/v2/aipAgents/agents/{0}/sessions/{1}/content",2];var Jt=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Gt,...e)}});const Nt=[1,"/v2/aipAgents/agents/{0}/sessions",3];const Ut=[3,"/v2/aipAgents/agents/{0}/sessions/{1}",2];const Qt=[0,"/v2/aipAgents/agents/{0}/sessions",2];const Kt=[0,"/v2/aipAgents/agents/{0}/sessions/{1}",2];const $t=[1,"/v2/aipAgents/agents/{0}/sessions/{1}/blockingContinue",3];const Xt=[1,"/v2/aipAgents/agents/{0}/sessions/{1}/streamingContinue",3,,"application/octet-stream"];const Yt=[1,"/v2/aipAgents/agents/{0}/sessions/{1}/cancel",3];const Zt=[2,"/v2/aipAgents/agents/{0}/sessions/{1}/ragContext",3];const te=[2,"/v2/aipAgents/agents/{0}/sessions/{1}/updateTitle",3];var ee=Object.freeze({__proto__:null,blockingContinue:function(t,...e){return o(t,$t,...e)},cancel:function(t,...e){return o(t,Yt,...e)},create:function(t,...e){return o(t,Nt,...e)},deleteSession:function(t,...e){return o(t,Ut,...e)},get:function(t,...e){return o(t,Kt,...e)},list:function(t,...e){return o(t,Qt,...e)},ragContext:function(t,...e){return o(t,Zt,...e)},streamingContinue:function(t,...e){return o(t,Xt,...e)},updateTitle:function(t,...e){return o(t,te,...e)}});const ne=[0,"/v2/aipAgents/agents/{0}/sessions/{1}/sessionTraces/{2}",2];var oe=Object.freeze({__proto__:null,get:function(t,...e){return o(t,ne,...e)}}),re=Object.freeze({__proto__:null,AgentVersions:Ht,Agents:qt,Contents:Jt,SessionTraces:oe,Sessions:ee});const se=[0,"/v2/audit/organizations/{0}/logFiles",2];const ce=[0,"/v2/audit/organizations/{0}/logFiles/{1}/content",,,"application/octet-stream"];var ie=Object.freeze({__proto__:null,content:function(t,...e){return o(t,ce,...e)},list:function(t,...e){return o(t,se,...e)}}),ue=Object.freeze({__proto__:null,LogFiles:ie});const ae=[0,"/v2/checkpoints/records/{0}",2];const le=[1,"/v2/checkpoints/records/getBatch",3];const fe=[1,"/v2/checkpoints/records/search",3];var ve=Object.freeze({__proto__:null,get:function(t,...e){return o(t,ae,...e)},getBatch:function(t,...e){return o(t,le,...e)},search:function(t,...e){return o(t,fe,...e)}}),pe=Object.freeze({__proto__:null,Records:ve});const de=[1,"/v2/connectivity/connections",1];const _e=[0,"/v2/connectivity/connections/{0}"];const ge=[1,"/v2/connectivity/connections/{0}/updateExportSettings",1];const me=[1,"/v2/connectivity/connections/{0}/updateSecrets",1];const be=[0,"/v2/connectivity/connections/{0}/getConfiguration"];const he=[1,"/v2/connectivity/connections/getConfigurationBatch",1];const ye=[1,"/v2/connectivity/connections/{0}/uploadCustomJdbcDrivers",3,"application/octet-stream"];var je=Object.freeze({__proto__:null,create:function(t,...e){return o(t,de,...e)},get:function(t,...e){return o(t,_e,...e)},getConfiguration:function(t,...e){return o(t,be,...e)},getConfigurationBatch:function(t,...e){return o(t,he,...e)},updateExportSettings:function(t,...e){return o(t,ge,...e)},updateSecrets:function(t,...e){return o(t,me,...e)},uploadCustomJdbcDrivers:function(t,...e){return o(t,ye,...e)}});const Oe=[1,"/v2/connectivity/connections/{0}/fileImports",1];const ze=[3,"/v2/connectivity/connections/{0}/fileImports/{1}"];const Se=[0,"/v2/connectivity/connections/{0}/fileImports",2];const ke=[0,"/v2/connectivity/connections/{0}/fileImports/{1}"];const Te=[2,"/v2/connectivity/connections/{0}/fileImports/{1}",1];const Ae=[1,"/v2/connectivity/connections/{0}/fileImports/{1}/execute"];var Be=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Oe,...e)},deleteFileImport:function(t,...e){return o(t,ze,...e)},execute:function(t,...e){return o(t,Ae,...e)},get:function(t,...e){return o(t,ke,...e)},list:function(t,...e){return o(t,Se,...e)},replace:function(t,...e){return o(t,Te,...e)}});const Re=[1,"/v2/connectivity/connections/{0}/tableImports",1];const Me=[3,"/v2/connectivity/connections/{0}/tableImports/{1}"];const Ce=[0,"/v2/connectivity/connections/{0}/tableImports",2];const Pe=[0,"/v2/connectivity/connections/{0}/tableImports/{1}"];const xe=[2,"/v2/connectivity/connections/{0}/tableImports/{1}",1];const we=[1,"/v2/connectivity/connections/{0}/tableImports/{1}/execute"];var Ie=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Re,...e)},deleteTableImport:function(t,...e){return o(t,Me,...e)},execute:function(t,...e){return o(t,we,...e)},get:function(t,...e){return o(t,Pe,...e)},list:function(t,...e){return o(t,Ce,...e)},replace:function(t,...e){return o(t,xe,...e)}});const De=[1,"/v2/connectivity/connections/{0}/virtualTables",1];var Ve=Object.freeze({__proto__:null,create:function(t,...e){return o(t,De,...e)}}),Ee=Object.freeze({__proto__:null,Connections:je,FileImports:Be,TableImports:Ie,VirtualTables:Ve}),Le=Object.freeze({__proto__:null});const qe=[1,"/v2/dataHealth/checks",3];const Fe=[3,"/v2/dataHealth/checks/{0}",2];const We=[0,"/v2/dataHealth/checks/{0}",2];const He=[2,"/v2/dataHealth/checks/{0}",3];var Ge=Object.freeze({__proto__:null,create:function(t,...e){return o(t,qe,...e)},deleteCheck:function(t,...e){return o(t,Fe,...e)},get:function(t,...e){return o(t,We,...e)},replace:function(t,...e){return o(t,He,...e)}});const Je=[0,"/v2/dataHealth/checks/{0}/checkReports/{1}",2];const Ne=[0,"/v2/dataHealth/checks/{0}/checkReports/getLatest",2];var Ue=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Je,...e)},getLatest:function(t,...e){return o(t,Ne,...e)}}),Qe=Object.freeze({__proto__:null,CheckReports:Ue,Checks:Ge});const Ke=[1,"/v2/datasets/{0}/branches",1];const $e=[3,"/v2/datasets/{0}/branches/{1}"];const Xe=[0,"/v2/datasets/{0}/branches",2];const Ye=[0,"/v2/datasets/{0}/branches/{1}"];const Ze=[0,"/v2/datasets/{0}/branches/{1}/transactions",2];var tn=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Ke,...e)},deleteBranch:function(t,...e){return o(t,$e,...e)},get:function(t,...e){return o(t,Ye,...e)},list:function(t,...e){return o(t,Xe,...e)},transactions:function(t,...e){return o(t,Ze,...e)}});const en=[1,"/v2/datasets",1];const nn=[0,"/v2/datasets/{0}"];const on=[0,"/v2/datasets/{0}/getSchedules",2];const rn=[0,"/v2/datasets/{0}/getHealthChecks",2];const sn=[0,"/v2/datasets/{0}/getHealthCheckReports",2];const cn=[0,"/v2/datasets/{0}/readTable",2,,"application/octet-stream"];const un=[0,"/v2/datasets/{0}/getSchema",2];const an=[1,"/v2/datasets/getSchemaBatch",1];const ln=[2,"/v2/datasets/{0}/putSchema",1];const fn=[1,"/v2/datasets/{0}/jobs",3];const vn=[0,"/v2/datasets/{0}/transactions",2];var pn=Object.freeze({__proto__:null,create:function(t,...e){return o(t,en,...e)},get:function(t,...e){return o(t,nn,...e)},getHealthCheckReports:function(t,...e){return o(t,sn,...e)},getHealthChecks:function(t,...e){return o(t,rn,...e)},getSchedules:function(t,...e){return o(t,on,...e)},getSchema:function(t,...e){return o(t,un,...e)},getSchemaBatch:function(t,...e){return o(t,an,...e)},jobs:function(t,...e){return o(t,fn,...e)},putSchema:function(t,...e){return o(t,ln,...e)},readTable:function(t,...e){return o(t,cn,...e)},transactions:function(t,...e){return o(t,vn,...e)}});const dn=[3,"/v2/datasets/{0}/files/{1}",2];const _n=[0,"/v2/datasets/{0}/files",2];const gn=[0,"/v2/datasets/{0}/files/{1}",2];const mn=[1,"/v2/datasets/{0}/files/{1}/upload",3,"application/octet-stream"];const bn=[0,"/v2/datasets/{0}/files/{1}/content",2,,"application/octet-stream"];var hn=Object.freeze({__proto__:null,content:function(t,...e){return o(t,bn,...e)},deleteFile:function(t,...e){return o(t,dn,...e)},get:function(t,...e){return o(t,gn,...e)},list:function(t,...e){return o(t,_n,...e)},upload:function(t,...e){return o(t,mn,...e)}});const yn=[1,"/v2/datasets/{0}/transactions",3];const jn=[0,"/v2/datasets/{0}/transactions/{1}"];const On=[1,"/v2/datasets/{0}/transactions/{1}/commit"];const zn=[1,"/v2/datasets/{0}/transactions/{1}/abort"];const Sn=[0,"/v2/datasets/{0}/transactions/{1}/build",2];const kn=[0,"/v2/datasets/{0}/transactions/{1}/job",2];var Tn=Object.freeze({__proto__:null,abort:function(t,...e){return o(t,zn,...e)},build:function(t,...e){return o(t,Sn,...e)},commit:function(t,...e){return o(t,On,...e)},create:function(t,...e){return o(t,yn,...e)},get:function(t,...e){return o(t,jn,...e)},job:function(t,...e){return o(t,kn,...e)}});const An=[1,"/v2/datasets/views",1];const Bn=[0,"/v2/datasets/views/{0}",2];const Rn=[1,"/v2/datasets/views/{0}/addBackingDatasets",1];const Mn=[2,"/v2/datasets/views/{0}/replaceBackingDatasets",1];const Cn=[1,"/v2/datasets/views/{0}/removeBackingDatasets",1];const Pn=[1,"/v2/datasets/views/{0}/addPrimaryKey",1];var xn=Object.freeze({__proto__:null,addBackingDatasets:function(t,...e){return o(t,Rn,...e)},addPrimaryKey:function(t,...e){return o(t,Pn,...e)},create:function(t,...e){return o(t,An,...e)},get:function(t,...e){return o(t,Bn,...e)},removeBackingDatasets:function(t,...e){return o(t,Cn,...e)},replaceBackingDatasets:function(t,...e){return o(t,Mn,...e)}}),wn=Object.freeze({__proto__:null,Branches:tn,Datasets:pn,Files:hn,Transactions:Tn,Views:xn});const In=[1,"/v2/filesystem/folders",1];const Dn=[0,"/v2/filesystem/folders/{0}"];const Vn=[1,"/v2/filesystem/folders/getBatch",1];const En=[2,"/v2/filesystem/folders/{0}",3];const Ln=[0,"/v2/filesystem/folders/{0}/children",2];var qn=Object.freeze({__proto__:null,children:function(t,...e){return o(t,Ln,...e)},create:function(t,...e){return o(t,In,...e)},get:function(t,...e){return o(t,Dn,...e)},getBatch:function(t,...e){return o(t,Vn,...e)},replace:function(t,...e){return o(t,En,...e)}});const Fn=[0,"/v2/filesystem/projects/{0}"];const Wn=[2,"/v2/filesystem/projects/{0}",3];const Hn=[1,"/v2/filesystem/projects/create",1];const Gn=[1,"/v2/filesystem/projects/createFromTemplate",1];const Jn=[1,"/v2/filesystem/projects/{0}/addOrganizations",1];const Nn=[1,"/v2/filesystem/projects/{0}/removeOrganizations",1];const Un=[0,"/v2/filesystem/projects/{0}/organizations",2];var Qn=Object.freeze({__proto__:null,addOrganizations:function(t,...e){return o(t,Jn,...e)},create:function(t,...e){return o(t,Hn,...e)},createFromTemplate:function(t,...e){return o(t,Gn,...e)},get:function(t,...e){return o(t,Fn,...e)},organizations:function(t,...e){return o(t,Un,...e)},removeOrganizations:function(t,...e){return o(t,Nn,...e)},replace:function(t,...e){return o(t,Wn,...e)}});const Kn=[0,"/v2/filesystem/projects/{0}/references",2];const $n=[1,"/v2/filesystem/projects/{0}/references/add",1];const Xn=[1,"/v2/filesystem/projects/{0}/references/remove",1];var Yn=Object.freeze({__proto__:null,add:function(t,...e){return o(t,$n,...e)},list:function(t,...e){return o(t,Kn,...e)},remove:function(t,...e){return o(t,Xn,...e)}});const Zn=[3,"/v2/filesystem/resources/{0}"];const to=[0,"/v2/filesystem/resources/{0}"];const eo=[1,"/v2/filesystem/resources/getBatch",1];const no=[0,"/v2/filesystem/resources/getByPath",2];const oo=[1,"/v2/filesystem/resources/getByPathBatch",1];const ro=[1,"/v2/filesystem/resources/{0}/restore"];const so=[1,"/v2/filesystem/resources/{0}/permanentlyDelete"];const co=[1,"/v2/filesystem/resources/{0}/addMarkings",1];const io=[1,"/v2/filesystem/resources/{0}/removeMarkings",1];const uo=[0,"/v2/filesystem/resources/{0}/getAccessRequirements"];const ao=[0,"/v2/filesystem/resources/{0}/markings",2];var lo=Object.freeze({__proto__:null,addMarkings:function(t,...e){return o(t,co,...e)},deleteResource:function(t,...e){return o(t,Zn,...e)},get:function(t,...e){return o(t,to,...e)},getAccessRequirements:function(t,...e){return o(t,uo,...e)},getBatch:function(t,...e){return o(t,eo,...e)},getByPath:function(t,...e){return o(t,no,...e)},getByPathBatch:function(t,...e){return o(t,oo,...e)},markings:function(t,...e){return o(t,ao,...e)},permanentlyDelete:function(t,...e){return o(t,so,...e)},removeMarkings:function(t,...e){return o(t,io,...e)},restore:function(t,...e){return o(t,ro,...e)}});const fo=[0,"/v2/filesystem/resources/{0}/roles",2];const vo=[1,"/v2/filesystem/resources/{0}/roles/add",1];const po=[1,"/v2/filesystem/resources/{0}/roles/remove",1];var _o=Object.freeze({__proto__:null,add:function(t,...e){return o(t,vo,...e)},list:function(t,...e){return o(t,fo,...e)},remove:function(t,...e){return o(t,po,...e)}});const go=[1,"/v2/filesystem/spaces",3];const mo=[3,"/v2/filesystem/spaces/{0}",2];const bo=[0,"/v2/filesystem/spaces",2];const ho=[0,"/v2/filesystem/spaces/{0}",2];const yo=[2,"/v2/filesystem/spaces/{0}",3];var jo=Object.freeze({__proto__:null,create:function(t,...e){return o(t,go,...e)},deleteSpace:function(t,...e){return o(t,mo,...e)},get:function(t,...e){return o(t,ho,...e)},list:function(t,...e){return o(t,bo,...e)},replace:function(t,...e){return o(t,yo,...e)}}),Oo=Object.freeze({__proto__:null,Folders:qn,ProjectResourceReferences:Yn,Projects:Qn,ResourceRoles:_o,Resources:lo,Spaces:jo});const zo=[1,"/v2/functions/executions/{0}/getResult",3];const So=[1,"/v2/functions/executions/{0}/cancel",2];var ko=Object.freeze({__proto__:null,cancel:function(t,...e){return o(t,So,...e)},getResult:function(t,...e){return o(t,zo,...e)}});const To=[0,"/v2/functions/queries/{0}",2];const Ao=[0,"/v2/functions/queries/getByRid",2];const Bo=[1,"/v2/functions/queries/getByRidBatch",3];const Ro=[1,"/v2/functions/queries/{0}/execute",7];const Mo=[1,"/v2/functions/queries/{0}/streamingExecute",7,,"application/octet-stream"];const Co=[1,"/v2/functions/queries/{0}/executeAsync",7];var Po=Object.freeze({__proto__:null,execute:function(t,...e){return o(t,Ro,...e)},executeAsync:function(t,...e){return o(t,Co,...e)},get:function(t,...e){return o(t,To,...e)},getByRid:function(t,...e){return o(t,Ao,...e)},getByRidBatch:function(t,...e){return o(t,Bo,...e)},streamingExecute:function(t,...e){return o(t,Mo,...e)}});const xo=[0,"/v2/functions/valueTypes/{0}",2];var wo=Object.freeze({__proto__:null,get:function(t,...e){return o(t,xo,...e)}});const Io=[0,"/v2/functions/valueTypes/{0}/versionIds/{1}",2];var Do=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Io,...e)}}),Vo=Object.freeze({__proto__:null,Executions:ko,Queries:Po,ValueTypes:wo,VersionIds:Do}),Eo=Object.freeze({__proto__:null});const Lo=[1,"/v2/languageModels/anthropic/{0}/messages",7];var qo=Object.freeze({__proto__:null,messages:function(t,...e){return o(t,Lo,...e)}});const Fo=[1,"/v2/languageModels/openAi/{0}/embeddings",7];var Wo=Object.freeze({__proto__:null,embeddings:function(t,...e){return o(t,Fo,...e)}}),Ho=Object.freeze({__proto__:null,Anthropic:qo,OpenAi:Wo});const Go=[1,"/v2/mediasets/{0}/transactions/{1}/abort",2];const Jo=[0,"/v2/mediasets/{0}/items/{1}/transform/imagery/thumbnail/calculate",6];const No=[3,"/v2/mediasets/{0}/items/clearAtPath",2];const Uo=[1,"/v2/mediasets/{0}/transactions/{1}/commit",2];const Qo=[1,"/v2/mediasets/{0}/transactions",2];const Ko=[0,"/v2/mediasets/{0}/items/{1}",6];const $o=[0,"/v2/mediasets/{0}/items/{1}/metadata",6];const Xo=[0,"/v2/mediasets/{0}/items/{1}/reference",6];const Yo=[0,"/v2/mediasets/{0}/items/getRidByPath",2];const Zo=[0,"/v2/mediasets/{0}",2];const tr=[0,"/v2/mediasets/{0}/items/{1}/transformationJobs/{2}/result",6,,"*/*"];const er=[0,"/v2/mediasets/{0}/items/{1}/transformationJobs/{2}",6];const nr=[1,"/v2/mediasets/{0}/items",3,"*/*"];const or=[0,"/v2/mediasets/{0}/items/{1}/content",6,,"*/*"];const rr=[0,"/v2/mediasets/{0}/items/{1}/original",6,,"*/*"];const sr=[1,"/v2/mediasets/{0}/items/register",3];const cr=[0,"/v2/mediasets/{0}/items/{1}/transform/imagery/thumbnail/retrieve",6,,"*/*"];const ir=[1,"/v2/mediasets/{0}/items/{1}/transform",7];const ur=[2,"/v2/mediasets/media/upload",7,"*/*"];var ar=Object.freeze({__proto__:null,abort:function(t,...e){return o(t,Go,...e)},calculate:function(t,...e){return o(t,Jo,...e)},clear:function(t,...e){return o(t,No,...e)},commit:function(t,...e){return o(t,Uo,...e)},create:function(t,...e){return o(t,Qo,...e)},get:function(t,...e){return o(t,Zo,...e)},getResult:function(t,...e){return o(t,tr,...e)},getRidByPath:function(t,...e){return o(t,Yo,...e)},getStatus:function(t,...e){return o(t,er,...e)},info:function(t,...e){return o(t,Ko,...e)},metadata:function(t,...e){return o(t,$o,...e)},read:function(t,...e){return o(t,or,...e)},readOriginal:function(t,...e){return o(t,rr,...e)},reference:function(t,...e){return o(t,Xo,...e)},register:function(t,...e){return o(t,sr,...e)},retrieve:function(t,...e){return o(t,cr,...e)},transform:function(t,...e){return o(t,ir,...e)},upload:function(t,...e){return o(t,nr,...e)},uploadMedia:function(t,...e){return o(t,ur,...e)}}),lr=Object.freeze({__proto__:null,MediaSets:ar});const fr=[0,"/v2/models/{0}/experiments/{1}",2];const vr=[1,"/v2/models/{0}/experiments/search",3];var pr=Object.freeze({__proto__:null,get:function(t,...e){return o(t,fr,...e)},search:function(t,...e){return o(t,vr,...e)}});const dr=[0,"/v2/models/{0}/experiments/{1}/artifactTables/{2}/json",2,,"application/octet-stream"];const _r=[0,"/v2/models/{0}/experiments/{1}/artifactTables/{2}/parquet",2,,"application/octet-stream"];var gr=Object.freeze({__proto__:null,json:function(t,...e){return o(t,dr,...e)},parquet:function(t,...e){return o(t,_r,...e)}});const mr=[0,"/v2/models/{0}/experiments/{1}/series/{2}/json",2];const br=[0,"/v2/models/{0}/experiments/{1}/series/{2}/parquet",2,,"application/octet-stream"];var hr=Object.freeze({__proto__:null,json:function(t,...e){return o(t,mr,...e)},parquet:function(t,...e){return o(t,br,...e)}});const yr=[1,"/v2/models/liveDeployments",3];const jr=[0,"/v2/models/liveDeployments/{0}",2];const Or=[2,"/v2/models/liveDeployments/{0}",3];const zr=[1,"/v2/models/liveDeployments/{0}/transformJson",3];var Sr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,yr,...e)},get:function(t,...e){return o(t,jr,...e)},replace:function(t,...e){return o(t,Or,...e)},transformJson:function(t,...e){return o(t,zr,...e)}});const kr=[1,"/v2/models",3];const Tr=[0,"/v2/models/{0}",2];const Ar=[1,"/v2/models/{0}/promoteVersion",3];var Br=Object.freeze({__proto__:null,create:function(t,...e){return o(t,kr,...e)},get:function(t,...e){return o(t,Tr,...e)},promoteVersion:function(t,...e){return o(t,Ar,...e)}});const Rr=[1,"/v2/models/liveDeployments/{0}/function",3];const Mr=[0,"/v2/models/liveDeployments/{0}/function",2];const Cr=[2,"/v2/models/liveDeployments/{0}/function",3];var Pr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Rr,...e)},get:function(t,...e){return o(t,Mr,...e)},replace:function(t,...e){return o(t,Cr,...e)}});const xr=[1,"/v2/models/modelStudios",3];const wr=[0,"/v2/models/modelStudios/{0}",2];const Ir=[1,"/v2/models/modelStudios/{0}/launch",2];var Dr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,xr,...e)},get:function(t,...e){return o(t,wr,...e)},launch:function(t,...e){return o(t,Ir,...e)}});const Vr=[1,"/v2/models/modelStudios/{0}/configVersions",3];const Er=[0,"/v2/models/modelStudios/{0}/configVersions",2];const Lr=[0,"/v2/models/modelStudios/{0}/configVersions/{1}",2];const qr=[0,"/v2/models/modelStudios/{0}/configVersions/latest",2];var Fr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Vr,...e)},get:function(t,...e){return o(t,Lr,...e)},latest:function(t,...e){return o(t,qr,...e)},list:function(t,...e){return o(t,Er,...e)}});const Wr=[0,"/v2/models/modelStudios/{0}/runs",2];var Hr=Object.freeze({__proto__:null,list:function(t,...e){return o(t,Wr,...e)}});const Gr=[0,"/v2/models/modelStudioTrainers",2];const Jr=[0,"/v2/models/modelStudioTrainers/{0}",2];var Nr=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Jr,...e)},list:function(t,...e){return o(t,Gr,...e)}});const Ur=[1,"/v2/models/{0}/versions",3];const Qr=[0,"/v2/models/{0}/versions",2];const Kr=[0,"/v2/models/{0}/versions/{1}",2];var $r=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Ur,...e)},get:function(t,...e){return o(t,Kr,...e)},list:function(t,...e){return o(t,Qr,...e)}}),Xr=Object.freeze({__proto__:null,ArtifactTables:gr,ExperimentSeriesList:hr,Experiments:pr,LiveDeployments:Sr,ModelFunctions:Pr,ModelStudioConfigVersions:Fr,ModelStudioRuns:Hr,ModelStudioTrainers:Nr,ModelStudios:Dr,ModelVersions:$r,Models:Br});const Yr=[0,"/v2/notepad/exportJobs/{0}",2];const Zr=[1,"/v2/notepad/exportJobs/create",3];var ts=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Zr,...e)},get:function(t,...e){return o(t,Yr,...e)}});const es=[0,"/v2/notepad/files/{0}/content",2,,"application/octet-stream"];var ns=Object.freeze({__proto__:null,content:function(t,...e){return o(t,es,...e)}});const os=[0,"/v2/notepad/templates/{0}/generationJobs/{1}",2];const rs=[1,"/v2/notepad/templates/{0}/generationJobs/{1}/saveDocument",3];var ss=Object.freeze({__proto__:null,get:function(t,...e){return o(t,os,...e)},saveDocument:function(t,...e){return o(t,rs,...e)}});const cs=[1,"/v2/notepad/templates/{0}/generate",3];var is=Object.freeze({__proto__:null,generate:function(t,...e){return o(t,cs,...e)}}),us=Object.freeze({__proto__:null,ExportJobs:ts,Files:ns,GenerationJobs:ss,Templates:is});const as=[1,"/v2/ontologies/{0}/actions/{1}/apply",7];const ls=[1,"/v2/ontologies/{0}/actions/{1}/applyAsync",7];const fs=[1,"/v2/ontologies/{0}/actions/{1}/applyBatch",3];const vs=[1,"/v2/ontologies/{0}/actions/{1}/applyWithOverrides",3];const ps=[1,"/v2/ontologies/{0}/actions/{1}/applyBatchWithOverrides",3];var ds=Object.freeze({__proto__:null,apply:function(t,...e){return o(t,as,...e)},applyAsync:function(t,...e){return o(t,ls,...e)},applyBatch:function(t,...e){return o(t,fs,...e)},applyBatchWithOverrides:function(t,...e){return o(t,ps,...e)},applyWithOverrides:function(t,...e){return o(t,vs,...e)}});const _s=[0,"/v2/ontologies/{0}/actionTypesFullMetadata",2];const gs=[0,"/v2/ontologies/{0}/actionTypes/{1}/fullMetadata",2];var ms=Object.freeze({__proto__:null,get:function(t,...e){return o(t,gs,...e)},list:function(t,...e){return o(t,_s,...e)}});const bs=[0,"/v2/ontologies/{0}/actionTypes",2];const hs=[0,"/v2/ontologies/{0}/actionTypes/{1}",2];const ys=[0,"/v2/ontologies/{0}/actionTypes/byRid/{1}",2];const js=[1,"/v2/ontologies/{0}/actionTypes/getByRidBatch",3];var Os=Object.freeze({__proto__:null,get:function(t,...e){return o(t,hs,...e)},getByRid:function(t,...e){return o(t,ys,...e)},getByRidBatch:function(t,...e){return o(t,js,...e)},list:function(t,...e){return o(t,bs,...e)}});const zs=[1,"/v2/ontologies/attachments/upload",7,"*/*"];const Ss=[1,"/v2/ontologies/attachments/upload/{0}",7,"*/*"];const ks=[0,"/v2/ontologies/attachments/{0}/content",,,"*/*"];const Ts=[0,"/v2/ontologies/attachments/{0}"];var As=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Ts,...e)},read:function(t,...e){return o(t,ks,...e)},upload:function(t,...e){const n={...e[2],"Content-Type":e[2]?.["Content-Type"]??e[0].type,"Content-Length":e[0].size.toString()};return o(t,zs,e[0],e[1],n)},uploadWithRid:function(t,...e){const n={...e[3],"Content-Type":e[3]?.["Content-Type"]??e[1].type,"Content-Length":e[1].size.toString()};return o(t,Ss,e[0],e[1],e[2],n)}});const Bs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}",2];const Rs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}/{4}",2];const Ms=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}/content",2,,"*/*"];const Cs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}/{4}/content",2,,"*/*"];var Ps=Object.freeze({__proto__:null,getAttachment:function(t,...e){return o(t,Bs,...e)},getAttachmentByRid:function(t,...e){return o(t,Rs,...e)},readAttachment:function(t,...e){return o(t,Ms,...e)},readAttachmentByRid:function(t,...e){return o(t,Cs,...e)}});const xs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/ciphertexts/{3}/decrypt"];var ws=Object.freeze({__proto__:null,decrypt:function(t,...e){return o(t,xs,...e)}});const Is=[1,"/v2/ontologies/{0}/objects/{1}/{2}/geotemporalSeries/{3}/loadEntries",3];var Ds=Object.freeze({__proto__:null,loadGeotemporalSeriesEntries:function(t,...e){return o(t,Is,...e)}});const Vs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/links/{3}",2];const Es=[0,"/v2/ontologies/{0}/objects/{1}/{2}/links/{3}/{4}",2];var Ls=Object.freeze({__proto__:null,getLinkedObject:function(t,...e){return o(t,Es,...e)},listLinkedObjects:function(t,...e){return o(t,Vs,...e)}});const qs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/media/{3}/content",2,,"*/*"];const Fs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/media/{3}/metadata",2];const Ws=[1,"/v2/ontologies/{0}/objectTypes/{1}/media/{2}/upload",3,"*/*"];var Hs=Object.freeze({__proto__:null,getMediaContent:function(t,...e){return o(t,qs,...e)},getMediaMetadata:function(t,...e){return o(t,Fs,...e)},upload:function(t,...e){return o(t,Ws,...e)}});const Gs=[0,"/v2/ontologies/{0}/objectTypes",2];const Js=[0,"/v2/ontologies/{0}/objectTypes/{1}",2];const Ns=[1,"/v2/ontologies/{0}/objectTypes/getByRidBatch",3];const Us=[0,"/v2/ontologies/{0}/objectTypes/{1}/fullMetadata",2];const Qs=[1,"/v2/ontologies/{0}/objectTypes/{1}/editsHistory",3];const Ks=[0,"/v2/ontologies/{0}/objectTypes/{1}/outgoingLinkTypes",2];const $s=[0,"/v2/ontologies/{0}/objectTypes/{1}/outgoingLinkTypes/{2}",2];const Xs=[1,"/v2/ontologies/{0}/outgoingLinkTypes/getByRidBatch",3];var Ys=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Js,...e)},getByRidBatch:function(t,...e){return o(t,Ns,...e)},getEditsHistory:function(t,...e){return o(t,Qs,...e)},getFullMetadata:function(t,...e){return o(t,Us,...e)},getOutgoingLinkType:function(t,...e){return o(t,$s,...e)},getOutgoingLinkTypesByObjectTypeRidBatch:function(t,...e){return o(t,Xs,...e)},list:function(t,...e){return o(t,Gs,...e)},listOutgoingLinkTypes:function(t,...e){return o(t,Ks,...e)}});const Zs=[0,"/v2/ontologies/{0}/interfaceTypes",2];const tc=[0,"/v2/ontologies/{0}/interfaceTypes/{1}",2];const ec=[0,"/v2/ontologies/{0}/interfaces/{1}",2];const nc=[1,"/v2/ontologies/{0}/interfaces/{1}/search",3];const oc=[1,"/v2/ontologies/{0}/interfaces/{1}/aggregate",3];const rc=[0,"/v2/ontologies/{0}/interfaceTypes/{1}/outgoingLinkTypes",2];const sc=[0,"/v2/ontologies/{0}/interfaceTypes/{1}/outgoingLinkTypes/{2}",2];const cc=[0,"/v2/ontologies/{0}/interfaces/{1}/{2}/{3}/links/{4}",2];var ic=Object.freeze({__proto__:null,aggregate:function(t,...e){return o(t,oc,...e)},get:function(t,...e){return o(t,tc,...e)},getOutgoingInterfaceLinkType:function(t,...e){return o(t,sc,...e)},list:function(t,...e){return o(t,Zs,...e)},listInterfaceLinkedObjects:function(t,...e){return o(t,cc,...e)},listObjectsForInterface:function(t,...e){return o(t,ec,...e)},listOutgoingInterfaceLinkTypes:function(t,...e){return o(t,rc,...e)},search:function(t,...e){return o(t,nc,...e)}});const uc=[1,"/v2/ontologies/{0}/objectSets/createTemporary",7];const ac=[0,"/v2/ontologies/{0}/objectSets/{1}"];const lc=[1,"/v2/ontologies/{0}/objectSets/loadObjects",7];const fc=[1,"/v2/ontologies/{0}/objectSets/loadObjectsMultipleObjectTypes",7];const vc=[1,"/v2/ontologies/{0}/objectSets/loadObjectsOrInterfaces",7];const pc=[1,"/v2/ontologies/{0}/objectSets/aggregate",7];const dc=[1,"/v2/ontologies/{0}/objectSets/loadLinks",7];var _c=Object.freeze({__proto__:null,aggregate:function(t,...e){return o(t,pc,...e)},createTemporary:function(t,...e){return o(t,uc,...e)},get:function(t,...e){return o(t,ac,...e)},load:function(t,...e){return o(t,lc,...e)},loadLinks:function(t,...e){return o(t,dc,...e)},loadMultipleObjectTypes:function(t,...e){return o(t,fc,...e)},loadObjectsOrInterfaces:function(t,...e){return o(t,vc,...e)}});const gc=[0,"/v2/ontologies/{0}/objects/{1}",2];const mc=[0,"/v2/ontologies/{0}/objects/{1}/{2}",2];const bc=[1,"/v2/ontologies/{0}/objects/{1}/count",2];const hc=[1,"/v2/ontologies/{0}/objects/{1}/search",3];const yc=[1,"/v2/ontologies/{0}/objects/{1}/aggregate",3];var jc=Object.freeze({__proto__:null,aggregate:function(t,...e){return o(t,yc,...e)},count:function(t,...e){return o(t,bc,...e)},get:function(t,...e){return o(t,mc,...e)},list:function(t,...e){return o(t,gc,...e)},search:function(t,...e){return o(t,hc,...e)}});const Oc=[1,"/v2/ontologies/{0}/scenarios/create",1];const zc=[0,"/v2/ontologies/{0}/scenarios/{1}/objectTypes/edited"];const Sc=[0,"/v2/ontologies/{0}/scenarios/{1}/objectTypes/{2}/outgoingLinkTypes/edited"];const kc=[0,"/v2/ontologies/{0}/scenarios/{1}/editedEntityTypes"];const Tc=[0,"/v2/ontologies/{0}/scenarios/{1}/objects/{2}/edited",2];const Ac=[0,"/v2/ontologies/{0}/scenarios/{1}/objects/{2}/links/{3}/edited",2];var Bc=Object.freeze({__proto__:null,createScenario:function(t,...e){return o(t,Oc,...e)},listScenarioEditedEntityTypes:function(t,...e){return o(t,kc,...e)},listScenarioEditedLinkTypes:function(t,...e){return o(t,Sc,...e)},listScenarioEditedLinks:function(t,...e){return o(t,Ac,...e)},listScenarioEditedObjectTypes:function(t,...e){return o(t,zc,...e)},listScenarioEditedObjects:function(t,...e){return o(t,Tc,...e)}});const Rc=[1,"/v2/ontologies/{0}/transactions/{1}/edits",3];var Mc=Object.freeze({__proto__:null,postEdits:function(t,...e){return o(t,Rc,...e)}});const Cc=[0,"/v2/ontologies"];const Pc=[0,"/v2/ontologies/{0}"];const xc=[0,"/v2/ontologies/{0}/fullMetadata",2];const wc=[1,"/v2/ontologies/{0}/metadata",3];var Ic=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Pc,...e)},getFullMetadata:function(t,...e){return o(t,xc,...e)},list:function(t,...e){return o(t,Cc,...e)},loadMetadata:function(t,...e){return o(t,wc,...e)}});const Dc=[0,"/v2/ontologies/{0}/valueTypes/{1}",2];const Vc=[0,"/v2/ontologies/{0}/valueTypes",2];var Ec=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Dc,...e)},list:function(t,...e){return o(t,Vc,...e)}});const Lc=[1,"/v2/ontologies/{0}/queries/{1}/execute",7];var qc=Object.freeze({__proto__:null,execute:function(t,...e){return o(t,Lc,...e)}});const Fc=[0,"/v2/ontologies/{0}/queryTypes",2];const Wc=[0,"/v2/ontologies/{0}/queryTypes/{1}",2];var Hc=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Wc,...e)},list:function(t,...e){return o(t,Fc,...e)}});const Gc=[0,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/firstPoint",2];const Jc=[0,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/lastPoint",2];const Nc=[1,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/streamPoints",3,,"*/*"];var Uc=Object.freeze({__proto__:null,getFirstPoint:function(t,...e){return o(t,Gc,...e)},getLastPoint:function(t,...e){return o(t,Jc,...e)},streamPoints:function(t,...e){return o(t,Nc,...e)}});const Qc=[0,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/latestValue",2];const Kc=[1,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/streamValues",3,,"*/*"];var $c=Object.freeze({__proto__:null,getLatestValue:function(t,...e){return o(t,Qc,...e)},streamValues:function(t,...e){return o(t,Kc,...e)}}),Xc=Object.freeze({__proto__:null,ActionTypesFullMetadata:ms,ActionTypesV2:Os,Actions:ds,AttachmentPropertiesV2:Ps,Attachments:As,CipherTextProperties:ws,GeotemporalSeriesProperties:Ds,LinkedObjectsV2:Ls,MediaReferenceProperties:Hs,ObjectTypesV2:Ys,OntologiesV2:Ic,OntologyInterfaces:ic,OntologyObjectSets:_c,OntologyObjectsV2:jc,OntologyScenarios:Bc,OntologyTransactions:Mc,OntologyValueTypes:Ec,Queries:qc,QueryTypes:Hc,TimeSeriesPropertiesV2:Uc,TimeSeriesValueBankProperties:$c});const Yc=[0,"/v2/operations/{0}"];var Zc=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Yc,...e)}}),ti=Object.freeze({__proto__:null,AsyncOperations:Zc});const ei=[0,"/v2/orchestration/builds/{0}"];const ni=[1,"/v2/orchestration/builds/getBatch",1];const oi=[1,"/v2/orchestration/builds/create",1];const ri=[1,"/v2/orchestration/builds/{0}/cancel"];const si=[1,"/v2/orchestration/builds/search",3];const ci=[0,"/v2/orchestration/builds/{0}/jobs",2];var ii=Object.freeze({__proto__:null,cancel:function(t,...e){return o(t,ri,...e)},create:function(t,...e){return o(t,oi,...e)},get:function(t,...e){return o(t,ei,...e)},getBatch:function(t,...e){return o(t,ni,...e)},jobs:function(t,...e){return o(t,ci,...e)},search:function(t,...e){return o(t,si,...e)}});const ui=[0,"/v2/orchestration/jobs/{0}",2];const ai=[1,"/v2/orchestration/jobs/getBatch",3];var li=Object.freeze({__proto__:null,get:function(t,...e){return o(t,ui,...e)},getBatch:function(t,...e){return o(t,ai,...e)}});const fi=[1,"/v2/orchestration/schedules",3];const vi=[3,"/v2/orchestration/schedules/{0}"];const pi=[0,"/v2/orchestration/schedules/{0}",2];const di=[1,"/v2/orchestration/schedules/getBatch",3];const _i=[2,"/v2/orchestration/schedules/{0}",3];const gi=[1,"/v2/orchestration/schedules/{0}/run"];const mi=[1,"/v2/orchestration/schedules/{0}/pause"];const bi=[1,"/v2/orchestration/schedules/{0}/unpause"];const hi=[1,"/v2/orchestration/schedules/{0}/getAffectedResources",2];const yi=[0,"/v2/orchestration/schedules/{0}/runs",2];var ji=Object.freeze({__proto__:null,create:function(t,...e){return o(t,fi,...e)},deleteSchedule:function(t,...e){return o(t,vi,...e)},get:function(t,...e){return o(t,pi,...e)},getAffectedResources:function(t,...e){return o(t,hi,...e)},getBatch:function(t,...e){return o(t,di,...e)},pause:function(t,...e){return o(t,mi,...e)},replace:function(t,...e){return o(t,_i,...e)},run:function(t,...e){return o(t,gi,...e)},runs:function(t,...e){return o(t,yi,...e)},unpause:function(t,...e){return o(t,bi,...e)}});const Oi=[0,"/v2/orchestration/scheduleVersions/{0}",2];const zi=[0,"/v2/orchestration/scheduleVersions/{0}/schedule",2];var Si=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Oi,...e)},schedule:function(t,...e){return o(t,zi,...e)}}),ki=Object.freeze({__proto__:null,Builds:ii,Jobs:li,ScheduleVersions:Si,Schedules:ji});const Ti=[1,"/v2/pack/documents",3];const Ai=[3,"/v2/pack/documents/{0}",2];const Bi=[0,"/v2/pack/documents/{0}",2];const Ri=[1,"/v2/pack/documents/search",3];const Mi=[1,"/v2/pack/documents/{0}/update",3];var Ci=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Ti,...e)},deleteDocument:function(t,...e){return o(t,Ai,...e)},get:function(t,...e){return o(t,Bi,...e)},search:function(t,...e){return o(t,Ri,...e)},update:function(t,...e){return o(t,Mi,...e)}});const Pi=[1,"/v2/pack/documentTypes",3];const xi=[0,"/v2/pack/documentTypes/{0}",2];const wi=[1,"/v2/pack/documentTypes/loadByName",3];const Ii=[1,"/v2/pack/documentTypes/createFirstParty",3];const Di=[1,"/v2/pack/documentTypes/updateSchema",3];var Vi=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Pi,...e)},createFirstParty:function(t,...e){return o(t,Ii,...e)},get:function(t,...e){return o(t,xi,...e)},loadByName:function(t,...e){return o(t,wi,...e)},updateSchema:function(t,...e){return o(t,Di,...e)}}),Ei=Object.freeze({__proto__:null,DocumentTypes:Vi,Documents:Ci});const Li=[0,"/v2/publicApis/apiDefinitions/{0}",2];var qi=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Li,...e)}});const Fi=[0,"/v2/publicApis/openApiDefinitions/{0}",2];var Wi=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Fi,...e)}}),Hi=Object.freeze({__proto__:null,ApiDefinitions:qi,OpenApiDefinitions:Wi});const Gi=[1,"/v2/sqlQueries/execute",1];const Ji=[0,"/v2/sqlQueries/{0}/getStatus"];const Ni=[1,"/v2/sqlQueries/{0}/cancel"];const Ui=[0,"/v2/sqlQueries/{0}/getResults",,,"application/octet-stream"];const Qi=[1,"/v2/sqlQueries/executeOntology",3,,"application/octet-stream"];var Ki=Object.freeze({__proto__:null,cancel:function(t,...e){return o(t,Ni,...e)},execute:function(t,...e){return o(t,Gi,...e)},executeOntology:function(t,...e){return o(t,Qi,...e)},getResults:function(t,...e){return o(t,Ui,...e)},getStatus:function(t,...e){return o(t,Ji,...e)}}),$i=Object.freeze({__proto__:null,SqlQueries:Ki});const Xi=[1,"/v2/streams/datasets/create",3];var Yi=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Xi,...e)}});const Zi=[1,"/v2/streams/datasets/{0}/streams",3];const tu=[0,"/v2/streams/datasets/{0}/streams/{1}"];const eu=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/publishRecord",1];const nu=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/publishRecords",1];const ou=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/publishBinaryRecord",3,"application/octet-stream"];const ru=[1,"/v2/streams/datasets/{0}/streams/{1}/reset",3];const su=[0,"/v2/highScale/streams/datasets/{0}/streams/{1}/getRecords",2];const cu=[0,"/v2/highScale/streams/datasets/{0}/streams/{1}/getEndOffsets",2];var iu=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Zi,...e)},get:function(t,...e){return o(t,tu,...e)},getEndOffsets:function(t,...e){return o(t,cu,...e)},getRecords:function(t,...e){return o(t,su,...e)},publishBinaryRecord:function(t,...e){return o(t,ou,...e)},publishRecord:function(t,...e){return o(t,eu,...e)},publishRecords:function(t,...e){return o(t,nu,...e)},reset:function(t,...e){return o(t,ru,...e)}});const uu=[1,"/v2/streams/datasets/{0}/streams/{1}/subscribers",3];const au=[3,"/v2/streams/datasets/{0}/streams/{1}/subscribers/{2}",2];const lu=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/readRecords",3];const fu=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/commitOffsets",3];const vu=[0,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/getReadPosition",2];const pu=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/resetOffsets",3];var du=Object.freeze({__proto__:null,commitOffsets:function(t,...e){return o(t,fu,...e)},create:function(t,...e){return o(t,uu,...e)},deleteSubscriber:function(t,...e){return o(t,au,...e)},getReadPosition:function(t,...e){return o(t,vu,...e)},readRecords:function(t,...e){return o(t,lu,...e)},resetOffsets:function(t,...e){return o(t,pu,...e)}}),_u=Object.freeze({__proto__:null,Datasets:Yi,Streams:iu,Subscribers:du});const gu=[0,"/v2/thirdPartyApplications/{0}",2];var mu=Object.freeze({__proto__:null,get:function(t,...e){return o(t,gu,...e)}});const bu=[3,"/v2/thirdPartyApplications/{0}/website/versions/{1}"];const hu=[0,"/v2/thirdPartyApplications/{0}/website/versions",2];const yu=[0,"/v2/thirdPartyApplications/{0}/website/versions/{1}"];const ju=[1,"/v2/thirdPartyApplications/{0}/website/versions/upload",3,"application/octet-stream"];const Ou=[1,"/v2/thirdPartyApplications/{0}/website/versions/uploadSnapshot",3,"application/octet-stream"];var zu=Object.freeze({__proto__:null,deleteVersion:function(t,...e){return o(t,bu,...e)},get:function(t,...e){return o(t,yu,...e)},list:function(t,...e){return o(t,hu,...e)},upload:function(t,...e){return o(t,ju,...e)},uploadSnapshot:function(t,...e){return o(t,Ou,...e)}});const Su=[0,"/v2/thirdPartyApplications/{0}/website"];const ku=[1,"/v2/thirdPartyApplications/{0}/website/deploy",1];const Tu=[1,"/v2/thirdPartyApplications/{0}/website/undeploy"];var Au=Object.freeze({__proto__:null,deploy:function(t,...e){return o(t,ku,...e)},get:function(t,...e){return o(t,Su,...e)},undeploy:function(t,...e){return o(t,Tu,...e)}}),Bu=Object.freeze({__proto__:null,ThirdPartyApplications:mu,Versions:zu,Websites:Au});const Ru=[1,"/v2/widgets/devModeSettings/enable",2];const Mu=[1,"/v2/widgets/devModeSettings/setWidgetSetById",3];var Cu=Object.freeze({__proto__:null,enable:function(t,...e){return o(t,Ru,...e)},setWidgetSetById:function(t,...e){return o(t,Mu,...e)}});const Pu=[1,"/v2/widgets/devModeSettingsV2/enable",2];const xu=[1,"/v2/widgets/devModeSettingsV2/setWidgetSetManifest",3];var wu=Object.freeze({__proto__:null,enable:function(t,...e){return o(t,Pu,...e)},setWidgetSetManifest:function(t,...e){return o(t,xu,...e)}});const Iu=[3,"/v2/widgets/widgetSets/{0}/releases/{1}",2];const Du=[0,"/v2/widgets/widgetSets/{0}/releases",2];const Vu=[0,"/v2/widgets/widgetSets/{0}/releases/{1}",2];var Eu=Object.freeze({__proto__:null,deleteRelease:function(t,...e){return o(t,Iu,...e)},get:function(t,...e){return o(t,Vu,...e)},list:function(t,...e){return o(t,Du,...e)}});const Lu=[0,"/v2/widgets/repositories/{0}",2];const qu=[1,"/v2/widgets/repositories/{0}/publish",3,"application/octet-stream"];var Fu=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Lu,...e)},publish:function(t,...e){return o(t,qu,...e)}});const Wu=[0,"/v2/widgets/widgetSets/{0}",2];var Hu=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Wu,...e)}}),Gu=Object.freeze({__proto__:null,Releases:Eu,Repositories:Fu,WidgetSets:Hu,WidgetsDevModeSettings:Cu,WidgetsDevModeSettingsV2:wu});export{Vt as Admin,re as AipAgents,ue as Audit,pe as Checkpoints,Ee as Connectivity,Le as Core,Qe as DataHealth,wn as Datasets,Oo as Filesystem,Vo as Functions,Eo as Geo,Ho as LanguageModels,lr as MediaSets,Xr as Models,us as Notepad,Xc as Ontologies,ti as Operations,ki as Orchestration,Ei as Pack,Hi as PublicApis,$i as SqlQueries,_u as Streams,Bu as ThirdPartyApplications,Gu as Widgets};
1
+ const t=Symbol("ClientContext");class e extends Error{constructor(t,e,n,o,r,s,c){super(t),this.message=t,this.errorName=e,this.errorCode=n,this.errorDescription=o,this.statusCode=r,this.errorInstanceId=s,this.parameters=c}}class n extends e{constructor(t,e,n,o){super(t,e,void 0,void 0,o),this.originalError=n}}async function o(o,[r,s,c,i,a],...u){const l=s.replace(/\{([^}]+)\}/g,()=>encodeURIComponent(u.shift())),f=1&c?u.shift():void 0,v=2&c?u.shift():void 0,p=4&c?u.shift():void 0,d=["GET","POST","PUT","DELETE","PATCH"][r];return await async function(t,o,r,s,c,i,a,u){const l=function(t,e){return t+=t.endsWith("/")?"":"/",new URL(`api${e}`,t)}(t.baseUrl,r);for(const[t,e]of Object.entries(c||{}))if(null!=e)if(Array.isArray(e))for(const n of e)l.searchParams.append(t,n);else l.searchParams.append(t,e);const f=new Headers;f.set("Content-Type",a??"application/json"),f.set("Accept",u??"application/json"),Object.entries(i||{}).forEach(([t,e])=>{"Content-Type"===t&&"string"==typeof e?f.set("Content-Type",e):"Accept"===t&&"string"==typeof e?f.set("Accept",e):null!=e&&f.append(t,e.toString())});const v=null==s||s instanceof globalThis.Blob?s:JSON.stringify(s),p=await t.fetch(l.toString(),{body:v,method:o,headers:f});if(!p.ok)try{const t=await p.json();return new e(t.message,t.errorName,t.errorCode,t.errorDescription,p.status,t.errorInstanceId,t.parameters)}catch(t){return t instanceof Error?new n(t.message,"UNKNOWN"):new n("Unable to parse error response","UNKNOWN")}if(204===p.status)return;if(null==u||"application/json"===u)return await p.json();return p}(o.__osdkClientContext??o[t]??o,d,l,f,v,p,i,a)}const r=[0,"/v2/admin/enrollments/{0}/authenticationProviders",2];const s=[0,"/v2/admin/enrollments/{0}/authenticationProviders/{1}",2];const c=[1,"/v2/admin/enrollments/{0}/authenticationProviders/{1}/preregisterUser",3];const i=[1,"/v2/admin/enrollments/{0}/authenticationProviders/{1}/preregisterGroup",3];var a=Object.freeze({__proto__:null,get:function(t,...e){return o(t,s,...e)},list:function(t,...e){return o(t,r,...e)},preregisterGroup:function(t,...e){return o(t,i,...e)},preregisterUser:function(t,...e){return o(t,c,...e)}});const u=[0,"/v2/admin/cbacBanner",2];var l=Object.freeze({__proto__:null,get:function(t,...e){return o(t,u,...e)}});const f=[0,"/v2/admin/cbacMarkingRestrictions",2];var v=Object.freeze({__proto__:null,get:function(t,...e){return o(t,f,...e)}});const p=[0,"/v2/admin/enrollments/{0}",2];const d=[0,"/v2/admin/enrollments/getCurrent",2];var _=Object.freeze({__proto__:null,get:function(t,...e){return o(t,p,...e)},getCurrent:function(t,...e){return o(t,d,...e)}});const g=[0,"/v2/admin/enrollments/{0}/roleAssignments",2];const m=[1,"/v2/admin/enrollments/{0}/roleAssignments/add",3];const b=[1,"/v2/admin/enrollments/{0}/roleAssignments/remove",3];var h=Object.freeze({__proto__:null,add:function(t,...e){return o(t,m,...e)},list:function(t,...e){return o(t,g,...e)},remove:function(t,...e){return o(t,b,...e)}});const y=[1,"/v2/admin/groups",1];const j=[3,"/v2/admin/groups/{0}"];const O=[0,"/v2/admin/groups",2];const z=[0,"/v2/admin/groups/{0}"];const S=[1,"/v2/admin/groups/getBatch",1];const k=[2,"/v2/admin/groups/{0}",1];const T=[0,"/v2/admin/groups/listCurrent",2];const A=[1,"/v2/admin/groups/search",1];var B=Object.freeze({__proto__:null,create:function(t,...e){return o(t,y,...e)},deleteGroup:function(t,...e){return o(t,j,...e)},get:function(t,...e){return o(t,z,...e)},getBatch:function(t,...e){return o(t,S,...e)},list:function(t,...e){return o(t,O,...e)},listCurrent:function(t,...e){return o(t,T,...e)},replace:function(t,...e){return o(t,k,...e)},search:function(t,...e){return o(t,A,...e)}});const R=[0,"/v2/admin/groups/{0}/groupMembers",2];const M=[1,"/v2/admin/groups/{0}/groupMembers/add",1];const C=[1,"/v2/admin/groups/{0}/groupMembers/remove",1];var P=Object.freeze({__proto__:null,add:function(t,...e){return o(t,M,...e)},list:function(t,...e){return o(t,R,...e)},remove:function(t,...e){return o(t,C,...e)}});const x=[0,"/v2/admin/users/{0}/groupMemberships",2];var w=Object.freeze({__proto__:null,list:function(t,...e){return o(t,x,...e)}});const I=[0,"/v2/admin/groups/{0}/membershipExpirationPolicy",2];const V=[2,"/v2/admin/groups/{0}/membershipExpirationPolicy",3];var D=Object.freeze({__proto__:null,get:function(t,...e){return o(t,I,...e)},replace:function(t,...e){return o(t,V,...e)}});const E=[0,"/v2/admin/groups/{0}/providerInfo"];const L=[2,"/v2/admin/groups/{0}/providerInfo",1];var q=Object.freeze({__proto__:null,get:function(t,...e){return o(t,E,...e)},replace:function(t,...e){return o(t,L,...e)}});const F=[0,"/v2/admin/enrollments/{0}/hosts",2];var W=Object.freeze({__proto__:null,list:function(t,...e){return o(t,F,...e)}});const H=[1,"/v2/admin/markings",1];const G=[0,"/v2/admin/markings",2];const J=[0,"/v2/admin/markings/{0}"];const N=[1,"/v2/admin/markings/getBatch",1];const U=[2,"/v2/admin/markings/{0}",1];var Q=Object.freeze({__proto__:null,create:function(t,...e){return o(t,H,...e)},get:function(t,...e){return o(t,J,...e)},getBatch:function(t,...e){return o(t,N,...e)},list:function(t,...e){return o(t,G,...e)},replace:function(t,...e){return o(t,U,...e)}});const K=[1,"/v2/admin/markingCategories",3];const $=[0,"/v2/admin/markingCategories",2];const X=[0,"/v2/admin/markingCategories/{0}"];const Y=[2,"/v2/admin/markingCategories/{0}",3];var Z=Object.freeze({__proto__:null,create:function(t,...e){return o(t,K,...e)},get:function(t,...e){return o(t,X,...e)},list:function(t,...e){return o(t,$,...e)},replace:function(t,...e){return o(t,Y,...e)}});const tt=[0,"/v2/admin/markings/{0}/markingMembers",2];const et=[1,"/v2/admin/markings/{0}/markingMembers/add",1];const nt=[1,"/v2/admin/markings/{0}/markingMembers/remove",1];var ot=Object.freeze({__proto__:null,add:function(t,...e){return o(t,et,...e)},list:function(t,...e){return o(t,tt,...e)},remove:function(t,...e){return o(t,nt,...e)}});const rt=[0,"/v2/admin/markings/{0}/roleAssignments",2];const st=[1,"/v2/admin/markings/{0}/roleAssignments/add",1];const ct=[1,"/v2/admin/markings/{0}/roleAssignments/remove",1];var it=Object.freeze({__proto__:null,add:function(t,...e){return o(t,st,...e)},list:function(t,...e){return o(t,rt,...e)},remove:function(t,...e){return o(t,ct,...e)}});const at=[1,"/v2/admin/organizations",3];const ut=[0,"/v2/admin/organizations/{0}"];const lt=[2,"/v2/admin/organizations/{0}",1];const ft=[0,"/v2/admin/organizations/{0}/listAvailableRoles"];var vt=Object.freeze({__proto__:null,create:function(t,...e){return o(t,at,...e)},get:function(t,...e){return o(t,ut,...e)},listAvailableRoles:function(t,...e){return o(t,ft,...e)},replace:function(t,...e){return o(t,lt,...e)}});const pt=[0,"/v2/admin/organizations/{0}/guestMembers",2];const dt=[1,"/v2/admin/organizations/{0}/guestMembers/add",3];const _t=[1,"/v2/admin/organizations/{0}/guestMembers/remove",3];var gt=Object.freeze({__proto__:null,add:function(t,...e){return o(t,dt,...e)},list:function(t,...e){return o(t,pt,...e)},remove:function(t,...e){return o(t,_t,...e)}});const mt=[0,"/v2/admin/organizations/{0}/roleAssignments"];const bt=[1,"/v2/admin/organizations/{0}/roleAssignments/add",1];const ht=[1,"/v2/admin/organizations/{0}/roleAssignments/remove",1];var yt=Object.freeze({__proto__:null,add:function(t,...e){return o(t,bt,...e)},list:function(t,...e){return o(t,mt,...e)},remove:function(t,...e){return o(t,ht,...e)}});const jt=[0,"/v2/admin/roles/{0}",2];const Ot=[1,"/v2/admin/roles/getBatch",3];var zt=Object.freeze({__proto__:null,get:function(t,...e){return o(t,jt,...e)},getBatch:function(t,...e){return o(t,Ot,...e)}});const St=[3,"/v2/admin/users/{0}"];const kt=[0,"/v2/admin/users",2];const Tt=[0,"/v2/admin/users/{0}",2];const At=[1,"/v2/admin/users/getBatch",1];const Bt=[0,"/v2/admin/users/getCurrent"];const Rt=[0,"/v2/admin/users/{0}/getMarkings"];const Mt=[0,"/v2/admin/users/{0}/profilePicture",,,"application/octet-stream"];const Ct=[1,"/v2/admin/users/search",1];const Pt=[1,"/v2/admin/users/{0}/revokeAllTokens"];var xt=Object.freeze({__proto__:null,deleteUser:function(t,...e){return o(t,St,...e)},get:function(t,...e){return o(t,Tt,...e)},getBatch:function(t,...e){return o(t,At,...e)},getCurrent:function(t,...e){return o(t,Bt,...e)},getMarkings:function(t,...e){return o(t,Rt,...e)},list:function(t,...e){return o(t,kt,...e)},profilePicture:function(t,...e){return o(t,Mt,...e)},revokeAllTokens:function(t,...e){return o(t,Pt,...e)},search:function(t,...e){return o(t,Ct,...e)}});const wt=[0,"/v2/admin/users/{0}/providerInfo"];const It=[2,"/v2/admin/users/{0}/providerInfo",1];var Vt=Object.freeze({__proto__:null,get:function(t,...e){return o(t,wt,...e)},replace:function(t,...e){return o(t,It,...e)}}),Dt=Object.freeze({__proto__:null,AuthenticationProviders:a,CbacBanners:l,CbacMarkingRestrictionsObjects:v,EnrollmentRoleAssignments:h,Enrollments:_,GroupMembers:P,GroupMembershipExpirationPolicies:D,GroupMemberships:w,GroupProviderInfos:q,Groups:B,Hosts:W,MarkingCategories:Z,MarkingMembers:ot,MarkingRoleAssignments:it,Markings:Q,OrganizationGuestMembers:gt,OrganizationRoleAssignments:yt,Organizations:vt,Roles:zt,UserProviderInfos:Vt,Users:xt});const Et=[0,"/v2/aipAgents/agents/{0}",2];const Lt=[0,"/v2/aipAgents/agents/allSessions",2];var qt=Object.freeze({__proto__:null,allSessions:function(t,...e){return o(t,Lt,...e)},get:function(t,...e){return o(t,Et,...e)}});const Ft=[0,"/v2/aipAgents/agents/{0}/agentVersions",2];const Wt=[0,"/v2/aipAgents/agents/{0}/agentVersions/{1}",2];var Ht=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Wt,...e)},list:function(t,...e){return o(t,Ft,...e)}});const Gt=[0,"/v2/aipAgents/agents/{0}/sessions/{1}/content",2];var Jt=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Gt,...e)}});const Nt=[1,"/v2/aipAgents/agents/{0}/sessions",3];const Ut=[3,"/v2/aipAgents/agents/{0}/sessions/{1}",2];const Qt=[0,"/v2/aipAgents/agents/{0}/sessions",2];const Kt=[0,"/v2/aipAgents/agents/{0}/sessions/{1}",2];const $t=[1,"/v2/aipAgents/agents/{0}/sessions/{1}/blockingContinue",3];const Xt=[1,"/v2/aipAgents/agents/{0}/sessions/{1}/streamingContinue",3,,"application/octet-stream"];const Yt=[1,"/v2/aipAgents/agents/{0}/sessions/{1}/cancel",3];const Zt=[2,"/v2/aipAgents/agents/{0}/sessions/{1}/ragContext",3];const te=[2,"/v2/aipAgents/agents/{0}/sessions/{1}/updateTitle",3];var ee=Object.freeze({__proto__:null,blockingContinue:function(t,...e){return o(t,$t,...e)},cancel:function(t,...e){return o(t,Yt,...e)},create:function(t,...e){return o(t,Nt,...e)},deleteSession:function(t,...e){return o(t,Ut,...e)},get:function(t,...e){return o(t,Kt,...e)},list:function(t,...e){return o(t,Qt,...e)},ragContext:function(t,...e){return o(t,Zt,...e)},streamingContinue:function(t,...e){return o(t,Xt,...e)},updateTitle:function(t,...e){return o(t,te,...e)}});const ne=[0,"/v2/aipAgents/agents/{0}/sessions/{1}/sessionTraces/{2}",2];var oe=Object.freeze({__proto__:null,get:function(t,...e){return o(t,ne,...e)}}),re=Object.freeze({__proto__:null,AgentVersions:Ht,Agents:qt,Contents:Jt,SessionTraces:oe,Sessions:ee});const se=[0,"/v2/audit/organizations/{0}/logFiles",2];const ce=[0,"/v2/audit/organizations/{0}/logFiles/{1}/content",,,"application/octet-stream"];var ie=Object.freeze({__proto__:null,content:function(t,...e){return o(t,ce,...e)},list:function(t,...e){return o(t,se,...e)}}),ae=Object.freeze({__proto__:null,LogFiles:ie});const ue=[0,"/v2/checkpoints/records/{0}",2];const le=[1,"/v2/checkpoints/records/getBatch",3];const fe=[1,"/v2/checkpoints/records/search",3];var ve=Object.freeze({__proto__:null,get:function(t,...e){return o(t,ue,...e)},getBatch:function(t,...e){return o(t,le,...e)},search:function(t,...e){return o(t,fe,...e)}}),pe=Object.freeze({__proto__:null,Records:ve});const de=[1,"/v2/connectivity/connections",1];const _e=[0,"/v2/connectivity/connections/{0}"];const ge=[1,"/v2/connectivity/connections/{0}/updateExportSettings",1];const me=[1,"/v2/connectivity/connections/{0}/updateSecrets",1];const be=[0,"/v2/connectivity/connections/{0}/getConfiguration"];const he=[1,"/v2/connectivity/connections/getConfigurationBatch",1];const ye=[1,"/v2/connectivity/connections/{0}/uploadCustomJdbcDrivers",3,"application/octet-stream"];var je=Object.freeze({__proto__:null,create:function(t,...e){return o(t,de,...e)},get:function(t,...e){return o(t,_e,...e)},getConfiguration:function(t,...e){return o(t,be,...e)},getConfigurationBatch:function(t,...e){return o(t,he,...e)},updateExportSettings:function(t,...e){return o(t,ge,...e)},updateSecrets:function(t,...e){return o(t,me,...e)},uploadCustomJdbcDrivers:function(t,...e){return o(t,ye,...e)}});const Oe=[1,"/v2/connectivity/connections/{0}/fileImports",1];const ze=[3,"/v2/connectivity/connections/{0}/fileImports/{1}"];const Se=[0,"/v2/connectivity/connections/{0}/fileImports",2];const ke=[0,"/v2/connectivity/connections/{0}/fileImports/{1}"];const Te=[2,"/v2/connectivity/connections/{0}/fileImports/{1}",1];const Ae=[1,"/v2/connectivity/connections/{0}/fileImports/{1}/execute"];var Be=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Oe,...e)},deleteFileImport:function(t,...e){return o(t,ze,...e)},execute:function(t,...e){return o(t,Ae,...e)},get:function(t,...e){return o(t,ke,...e)},list:function(t,...e){return o(t,Se,...e)},replace:function(t,...e){return o(t,Te,...e)}});const Re=[1,"/v2/connectivity/connections/{0}/tableImports",1];const Me=[3,"/v2/connectivity/connections/{0}/tableImports/{1}"];const Ce=[0,"/v2/connectivity/connections/{0}/tableImports",2];const Pe=[0,"/v2/connectivity/connections/{0}/tableImports/{1}"];const xe=[2,"/v2/connectivity/connections/{0}/tableImports/{1}",1];const we=[1,"/v2/connectivity/connections/{0}/tableImports/{1}/execute"];var Ie=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Re,...e)},deleteTableImport:function(t,...e){return o(t,Me,...e)},execute:function(t,...e){return o(t,we,...e)},get:function(t,...e){return o(t,Pe,...e)},list:function(t,...e){return o(t,Ce,...e)},replace:function(t,...e){return o(t,xe,...e)}});const Ve=[1,"/v2/connectivity/connections/{0}/virtualTables",1];var De=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Ve,...e)}}),Ee=Object.freeze({__proto__:null,Connections:je,FileImports:Be,TableImports:Ie,VirtualTables:De}),Le=Object.freeze({__proto__:null});const qe=[1,"/v2/dataHealth/checks",3];const Fe=[3,"/v2/dataHealth/checks/{0}",2];const We=[0,"/v2/dataHealth/checks/{0}",2];const He=[2,"/v2/dataHealth/checks/{0}",3];var Ge=Object.freeze({__proto__:null,create:function(t,...e){return o(t,qe,...e)},deleteCheck:function(t,...e){return o(t,Fe,...e)},get:function(t,...e){return o(t,We,...e)},replace:function(t,...e){return o(t,He,...e)}});const Je=[0,"/v2/dataHealth/checks/{0}/checkReports/{1}",2];const Ne=[0,"/v2/dataHealth/checks/{0}/checkReports/getLatest",2];var Ue=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Je,...e)},getLatest:function(t,...e){return o(t,Ne,...e)}}),Qe=Object.freeze({__proto__:null,CheckReports:Ue,Checks:Ge});const Ke=[1,"/v2/datasets/{0}/branches",1];const $e=[3,"/v2/datasets/{0}/branches/{1}"];const Xe=[0,"/v2/datasets/{0}/branches",2];const Ye=[0,"/v2/datasets/{0}/branches/{1}"];const Ze=[0,"/v2/datasets/{0}/branches/{1}/transactions",2];var tn=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Ke,...e)},deleteBranch:function(t,...e){return o(t,$e,...e)},get:function(t,...e){return o(t,Ye,...e)},list:function(t,...e){return o(t,Xe,...e)},transactions:function(t,...e){return o(t,Ze,...e)}});const en=[1,"/v2/datasets",1];const nn=[0,"/v2/datasets/{0}"];const on=[0,"/v2/datasets/{0}/getSchedules",2];const rn=[0,"/v2/datasets/{0}/getHealthChecks",2];const sn=[0,"/v2/datasets/{0}/getHealthCheckReports",2];const cn=[0,"/v2/datasets/{0}/readTable",2,,"application/octet-stream"];const an=[0,"/v2/datasets/{0}/getSchema",2];const un=[1,"/v2/datasets/getSchemaBatch",1];const ln=[2,"/v2/datasets/{0}/putSchema",1];const fn=[1,"/v2/datasets/{0}/jobs",3];const vn=[0,"/v2/datasets/{0}/transactions",2];var pn=Object.freeze({__proto__:null,create:function(t,...e){return o(t,en,...e)},get:function(t,...e){return o(t,nn,...e)},getHealthCheckReports:function(t,...e){return o(t,sn,...e)},getHealthChecks:function(t,...e){return o(t,rn,...e)},getSchedules:function(t,...e){return o(t,on,...e)},getSchema:function(t,...e){return o(t,an,...e)},getSchemaBatch:function(t,...e){return o(t,un,...e)},jobs:function(t,...e){return o(t,fn,...e)},putSchema:function(t,...e){return o(t,ln,...e)},readTable:function(t,...e){return o(t,cn,...e)},transactions:function(t,...e){return o(t,vn,...e)}});const dn=[3,"/v2/datasets/{0}/files/{1}",2];const _n=[0,"/v2/datasets/{0}/files",2];const gn=[0,"/v2/datasets/{0}/files/{1}",2];const mn=[1,"/v2/datasets/{0}/files/{1}/upload",3,"application/octet-stream"];const bn=[0,"/v2/datasets/{0}/files/{1}/content",2,,"application/octet-stream"];var hn=Object.freeze({__proto__:null,content:function(t,...e){return o(t,bn,...e)},deleteFile:function(t,...e){return o(t,dn,...e)},get:function(t,...e){return o(t,gn,...e)},list:function(t,...e){return o(t,_n,...e)},upload:function(t,...e){return o(t,mn,...e)}});const yn=[1,"/v2/datasets/{0}/transactions",3];const jn=[0,"/v2/datasets/{0}/transactions/{1}"];const On=[1,"/v2/datasets/{0}/transactions/{1}/commit"];const zn=[1,"/v2/datasets/{0}/transactions/{1}/abort"];const Sn=[0,"/v2/datasets/{0}/transactions/{1}/build",2];const kn=[0,"/v2/datasets/{0}/transactions/{1}/job",2];var Tn=Object.freeze({__proto__:null,abort:function(t,...e){return o(t,zn,...e)},build:function(t,...e){return o(t,Sn,...e)},commit:function(t,...e){return o(t,On,...e)},create:function(t,...e){return o(t,yn,...e)},get:function(t,...e){return o(t,jn,...e)},job:function(t,...e){return o(t,kn,...e)}});const An=[1,"/v2/datasets/views",1];const Bn=[0,"/v2/datasets/views/{0}",2];const Rn=[1,"/v2/datasets/views/{0}/addBackingDatasets",1];const Mn=[2,"/v2/datasets/views/{0}/replaceBackingDatasets",1];const Cn=[1,"/v2/datasets/views/{0}/removeBackingDatasets",1];const Pn=[1,"/v2/datasets/views/{0}/addPrimaryKey",1];var xn=Object.freeze({__proto__:null,addBackingDatasets:function(t,...e){return o(t,Rn,...e)},addPrimaryKey:function(t,...e){return o(t,Pn,...e)},create:function(t,...e){return o(t,An,...e)},get:function(t,...e){return o(t,Bn,...e)},removeBackingDatasets:function(t,...e){return o(t,Cn,...e)},replaceBackingDatasets:function(t,...e){return o(t,Mn,...e)}}),wn=Object.freeze({__proto__:null,Branches:tn,Datasets:pn,Files:hn,Transactions:Tn,Views:xn});const In=[1,"/v2/filesystem/folders",1];const Vn=[0,"/v2/filesystem/folders/{0}"];const Dn=[1,"/v2/filesystem/folders/getBatch",1];const En=[2,"/v2/filesystem/folders/{0}",3];const Ln=[0,"/v2/filesystem/folders/{0}/children",2];var qn=Object.freeze({__proto__:null,children:function(t,...e){return o(t,Ln,...e)},create:function(t,...e){return o(t,In,...e)},get:function(t,...e){return o(t,Vn,...e)},getBatch:function(t,...e){return o(t,Dn,...e)},replace:function(t,...e){return o(t,En,...e)}});const Fn=[0,"/v2/filesystem/projects/{0}"];const Wn=[2,"/v2/filesystem/projects/{0}",3];const Hn=[1,"/v2/filesystem/projects/create",1];const Gn=[1,"/v2/filesystem/projects/createFromTemplate",1];const Jn=[1,"/v2/filesystem/projects/{0}/addOrganizations",1];const Nn=[1,"/v2/filesystem/projects/{0}/removeOrganizations",1];const Un=[0,"/v2/filesystem/projects/{0}/organizations",2];var Qn=Object.freeze({__proto__:null,addOrganizations:function(t,...e){return o(t,Jn,...e)},create:function(t,...e){return o(t,Hn,...e)},createFromTemplate:function(t,...e){return o(t,Gn,...e)},get:function(t,...e){return o(t,Fn,...e)},organizations:function(t,...e){return o(t,Un,...e)},removeOrganizations:function(t,...e){return o(t,Nn,...e)},replace:function(t,...e){return o(t,Wn,...e)}});const Kn=[0,"/v2/filesystem/projects/{0}/references",2];const $n=[1,"/v2/filesystem/projects/{0}/references/add",1];const Xn=[1,"/v2/filesystem/projects/{0}/references/remove",1];var Yn=Object.freeze({__proto__:null,add:function(t,...e){return o(t,$n,...e)},list:function(t,...e){return o(t,Kn,...e)},remove:function(t,...e){return o(t,Xn,...e)}});const Zn=[3,"/v2/filesystem/resources/{0}"];const to=[0,"/v2/filesystem/resources/{0}"];const eo=[1,"/v2/filesystem/resources/getBatch",1];const no=[0,"/v2/filesystem/resources/getByPath",2];const oo=[1,"/v2/filesystem/resources/getByPathBatch",1];const ro=[1,"/v2/filesystem/resources/{0}/restore"];const so=[1,"/v2/filesystem/resources/{0}/permanentlyDelete"];const co=[1,"/v2/filesystem/resources/{0}/addMarkings",1];const io=[1,"/v2/filesystem/resources/{0}/removeMarkings",1];const ao=[0,"/v2/filesystem/resources/{0}/getAccessRequirements"];const uo=[0,"/v2/filesystem/resources/{0}/markings",2];var lo=Object.freeze({__proto__:null,addMarkings:function(t,...e){return o(t,co,...e)},deleteResource:function(t,...e){return o(t,Zn,...e)},get:function(t,...e){return o(t,to,...e)},getAccessRequirements:function(t,...e){return o(t,ao,...e)},getBatch:function(t,...e){return o(t,eo,...e)},getByPath:function(t,...e){return o(t,no,...e)},getByPathBatch:function(t,...e){return o(t,oo,...e)},markings:function(t,...e){return o(t,uo,...e)},permanentlyDelete:function(t,...e){return o(t,so,...e)},removeMarkings:function(t,...e){return o(t,io,...e)},restore:function(t,...e){return o(t,ro,...e)}});const fo=[0,"/v2/filesystem/resources/{0}/roles",2];const vo=[1,"/v2/filesystem/resources/{0}/roles/add",1];const po=[1,"/v2/filesystem/resources/{0}/roles/remove",1];var _o=Object.freeze({__proto__:null,add:function(t,...e){return o(t,vo,...e)},list:function(t,...e){return o(t,fo,...e)},remove:function(t,...e){return o(t,po,...e)}});const go=[1,"/v2/filesystem/spaces",3];const mo=[3,"/v2/filesystem/spaces/{0}",2];const bo=[0,"/v2/filesystem/spaces",2];const ho=[0,"/v2/filesystem/spaces/{0}",2];const yo=[2,"/v2/filesystem/spaces/{0}",3];var jo=Object.freeze({__proto__:null,create:function(t,...e){return o(t,go,...e)},deleteSpace:function(t,...e){return o(t,mo,...e)},get:function(t,...e){return o(t,ho,...e)},list:function(t,...e){return o(t,bo,...e)},replace:function(t,...e){return o(t,yo,...e)}}),Oo=Object.freeze({__proto__:null,Folders:qn,ProjectResourceReferences:Yn,Projects:Qn,ResourceRoles:_o,Resources:lo,Spaces:jo});const zo=[1,"/v2/functions/executions/{0}/getResult",3];const So=[1,"/v2/functions/executions/{0}/cancel",2];var ko=Object.freeze({__proto__:null,cancel:function(t,...e){return o(t,So,...e)},getResult:function(t,...e){return o(t,zo,...e)}});const To=[0,"/v2/functions/queries/{0}",2];const Ao=[0,"/v2/functions/queries/getByRid",2];const Bo=[1,"/v2/functions/queries/getByRidBatch",3];const Ro=[1,"/v2/functions/queries/{0}/execute",7];const Mo=[1,"/v2/functions/queries/{0}/streamingExecute",7,,"application/octet-stream"];const Co=[1,"/v2/functions/queries/{0}/executeAsync",7];var Po=Object.freeze({__proto__:null,execute:function(t,...e){return o(t,Ro,...e)},executeAsync:function(t,...e){return o(t,Co,...e)},get:function(t,...e){return o(t,To,...e)},getByRid:function(t,...e){return o(t,Ao,...e)},getByRidBatch:function(t,...e){return o(t,Bo,...e)},streamingExecute:function(t,...e){return o(t,Mo,...e)}});const xo=[0,"/v2/functions/valueTypes/{0}",2];var wo=Object.freeze({__proto__:null,get:function(t,...e){return o(t,xo,...e)}});const Io=[0,"/v2/functions/valueTypes/{0}/versionIds/{1}",2];var Vo=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Io,...e)}}),Do=Object.freeze({__proto__:null,Executions:ko,Queries:Po,ValueTypes:wo,VersionIds:Vo}),Eo=Object.freeze({__proto__:null});const Lo=[1,"/v2/languageModels/anthropic/{0}/messages",7];var qo=Object.freeze({__proto__:null,messages:function(t,...e){return o(t,Lo,...e)}});const Fo=[1,"/v2/languageModels/openAi/{0}/embeddings",7];var Wo=Object.freeze({__proto__:null,embeddings:function(t,...e){return o(t,Fo,...e)}}),Ho=Object.freeze({__proto__:null,Anthropic:qo,OpenAi:Wo});const Go=[1,"/v2/mediasets/{0}/transactions/{1}/abort",2];const Jo=[0,"/v2/mediasets/{0}/items/{1}/transform/imagery/thumbnail/calculate",6];const No=[3,"/v2/mediasets/{0}/items/clearAtPath",2];const Uo=[1,"/v2/mediasets/{0}/transactions/{1}/commit",2];const Qo=[1,"/v2/mediasets/{0}/transactions",2];const Ko=[0,"/v2/mediasets/{0}/items/{1}",6];const $o=[0,"/v2/mediasets/{0}/items/{1}/metadata",6];const Xo=[0,"/v2/mediasets/{0}/items/{1}/reference",6];const Yo=[0,"/v2/mediasets/{0}/items/getRidByPath",2];const Zo=[0,"/v2/mediasets/{0}",2];const tr=[0,"/v2/mediasets/{0}/items/{1}/transformationJobs/{2}/result",6,,"*/*"];const er=[0,"/v2/mediasets/{0}/items/{1}/transformationJobs/{2}",6];const nr=[1,"/v2/mediasets/{0}/items",3,"*/*"];const or=[0,"/v2/mediasets/{0}/items/{1}/content",6,,"*/*"];const rr=[0,"/v2/mediasets/{0}/items/{1}/original",6,,"*/*"];const sr=[1,"/v2/mediasets/{0}/items/register",3];const cr=[0,"/v2/mediasets/{0}/items/{1}/transform/imagery/thumbnail/retrieve",6,,"*/*"];const ir=[1,"/v2/mediasets/{0}/items/{1}/transform",7];const ar=[2,"/v2/mediasets/media/upload",7,"*/*"];var ur=Object.freeze({__proto__:null,abort:function(t,...e){return o(t,Go,...e)},calculate:function(t,...e){return o(t,Jo,...e)},clear:function(t,...e){return o(t,No,...e)},commit:function(t,...e){return o(t,Uo,...e)},create:function(t,...e){return o(t,Qo,...e)},get:function(t,...e){return o(t,Zo,...e)},getResult:function(t,...e){return o(t,tr,...e)},getRidByPath:function(t,...e){return o(t,Yo,...e)},getStatus:function(t,...e){return o(t,er,...e)},info:function(t,...e){return o(t,Ko,...e)},metadata:function(t,...e){return o(t,$o,...e)},read:function(t,...e){return o(t,or,...e)},readOriginal:function(t,...e){return o(t,rr,...e)},reference:function(t,...e){return o(t,Xo,...e)},register:function(t,...e){return o(t,sr,...e)},retrieve:function(t,...e){return o(t,cr,...e)},transform:function(t,...e){return o(t,ir,...e)},upload:function(t,...e){return o(t,nr,...e)},uploadMedia:function(t,...e){return o(t,ar,...e)}}),lr=Object.freeze({__proto__:null,MediaSets:ur});const fr=[0,"/v2/models/{0}/experiments/{1}",2];const vr=[1,"/v2/models/{0}/experiments/search",3];var pr=Object.freeze({__proto__:null,get:function(t,...e){return o(t,fr,...e)},search:function(t,...e){return o(t,vr,...e)}});const dr=[0,"/v2/models/{0}/experiments/{1}/artifactTables/{2}/json",2,,"application/octet-stream"];const _r=[0,"/v2/models/{0}/experiments/{1}/artifactTables/{2}/parquet",2,,"application/octet-stream"];var gr=Object.freeze({__proto__:null,json:function(t,...e){return o(t,dr,...e)},parquet:function(t,...e){return o(t,_r,...e)}});const mr=[0,"/v2/models/{0}/experiments/{1}/series/{2}/json",2];const br=[0,"/v2/models/{0}/experiments/{1}/series/{2}/parquet",2,,"application/octet-stream"];var hr=Object.freeze({__proto__:null,json:function(t,...e){return o(t,mr,...e)},parquet:function(t,...e){return o(t,br,...e)}});const yr=[1,"/v2/models/liveDeployments",3];const jr=[0,"/v2/models/liveDeployments/{0}",2];const Or=[2,"/v2/models/liveDeployments/{0}",3];const zr=[1,"/v2/models/liveDeployments/{0}/transformJson",3];var Sr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,yr,...e)},get:function(t,...e){return o(t,jr,...e)},replace:function(t,...e){return o(t,Or,...e)},transformJson:function(t,...e){return o(t,zr,...e)}});const kr=[1,"/v2/models",3];const Tr=[0,"/v2/models/{0}",2];const Ar=[1,"/v2/models/{0}/promoteVersion",3];var Br=Object.freeze({__proto__:null,create:function(t,...e){return o(t,kr,...e)},get:function(t,...e){return o(t,Tr,...e)},promoteVersion:function(t,...e){return o(t,Ar,...e)}});const Rr=[1,"/v2/models/liveDeployments/{0}/function",3];const Mr=[0,"/v2/models/liveDeployments/{0}/function",2];const Cr=[2,"/v2/models/liveDeployments/{0}/function",3];var Pr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Rr,...e)},get:function(t,...e){return o(t,Mr,...e)},replace:function(t,...e){return o(t,Cr,...e)}});const xr=[1,"/v2/models/modelStudios",3];const wr=[0,"/v2/models/modelStudios/{0}",2];const Ir=[1,"/v2/models/modelStudios/{0}/launch",2];var Vr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,xr,...e)},get:function(t,...e){return o(t,wr,...e)},launch:function(t,...e){return o(t,Ir,...e)}});const Dr=[1,"/v2/models/modelStudios/{0}/configVersions",3];const Er=[0,"/v2/models/modelStudios/{0}/configVersions",2];const Lr=[0,"/v2/models/modelStudios/{0}/configVersions/{1}",2];const qr=[0,"/v2/models/modelStudios/{0}/configVersions/latest",2];var Fr=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Dr,...e)},get:function(t,...e){return o(t,Lr,...e)},latest:function(t,...e){return o(t,qr,...e)},list:function(t,...e){return o(t,Er,...e)}});const Wr=[0,"/v2/models/modelStudios/{0}/runs",2];var Hr=Object.freeze({__proto__:null,list:function(t,...e){return o(t,Wr,...e)}});const Gr=[0,"/v2/models/modelStudioTrainers",2];const Jr=[0,"/v2/models/modelStudioTrainers/{0}",2];var Nr=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Jr,...e)},list:function(t,...e){return o(t,Gr,...e)}});const Ur=[1,"/v2/models/{0}/versions",3];const Qr=[0,"/v2/models/{0}/versions",2];const Kr=[0,"/v2/models/{0}/versions/{1}",2];var $r=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Ur,...e)},get:function(t,...e){return o(t,Kr,...e)},list:function(t,...e){return o(t,Qr,...e)}}),Xr=Object.freeze({__proto__:null,ArtifactTables:gr,ExperimentSeriesList:hr,Experiments:pr,LiveDeployments:Sr,ModelFunctions:Pr,ModelStudioConfigVersions:Fr,ModelStudioRuns:Hr,ModelStudioTrainers:Nr,ModelStudios:Vr,ModelVersions:$r,Models:Br});const Yr=[0,"/v2/notepad/exportJobs/{0}",2];const Zr=[1,"/v2/notepad/exportJobs/create",3];var ts=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Zr,...e)},get:function(t,...e){return o(t,Yr,...e)}});const es=[0,"/v2/notepad/files/{0}/content",2,,"application/octet-stream"];var ns=Object.freeze({__proto__:null,content:function(t,...e){return o(t,es,...e)}});const os=[0,"/v2/notepad/templates/{0}/generationJobs/{1}",2];const rs=[1,"/v2/notepad/templates/{0}/generationJobs/{1}/saveDocument",3];var ss=Object.freeze({__proto__:null,get:function(t,...e){return o(t,os,...e)},saveDocument:function(t,...e){return o(t,rs,...e)}});const cs=[1,"/v2/notepad/templates/{0}/generate",3];var is=Object.freeze({__proto__:null,generate:function(t,...e){return o(t,cs,...e)}}),as=Object.freeze({__proto__:null,ExportJobs:ts,Files:ns,GenerationJobs:ss,Templates:is});const us=[1,"/v2/ontologies/{0}/actions/{1}/apply",7];const ls=[1,"/v2/ontologies/{0}/actions/{1}/applyAsync",7];const fs=[1,"/v2/ontologies/{0}/actions/{1}/applyBatch",3];const vs=[1,"/v2/ontologies/{0}/actions/{1}/applyWithOverrides",3];const ps=[1,"/v2/ontologies/{0}/actions/{1}/applyBatchWithOverrides",3];var ds=Object.freeze({__proto__:null,apply:function(t,...e){return o(t,us,...e)},applyAsync:function(t,...e){return o(t,ls,...e)},applyBatch:function(t,...e){return o(t,fs,...e)},applyBatchWithOverrides:function(t,...e){return o(t,ps,...e)},applyWithOverrides:function(t,...e){return o(t,vs,...e)}});const _s=[0,"/v2/ontologies/{0}/actionTypesFullMetadata",2];const gs=[0,"/v2/ontologies/{0}/actionTypes/{1}/fullMetadata",2];var ms=Object.freeze({__proto__:null,get:function(t,...e){return o(t,gs,...e)},list:function(t,...e){return o(t,_s,...e)}});const bs=[0,"/v2/ontologies/{0}/actionTypes",2];const hs=[0,"/v2/ontologies/{0}/actionTypes/{1}",2];const ys=[0,"/v2/ontologies/{0}/actionTypes/byRid/{1}",2];const js=[1,"/v2/ontologies/{0}/actionTypes/getByRidBatch",3];var Os=Object.freeze({__proto__:null,get:function(t,...e){return o(t,hs,...e)},getByRid:function(t,...e){return o(t,ys,...e)},getByRidBatch:function(t,...e){return o(t,js,...e)},list:function(t,...e){return o(t,bs,...e)}});const zs=[1,"/v2/ontologies/attachments/upload",7,"*/*"];const Ss=[1,"/v2/ontologies/attachments/upload/{0}",7,"*/*"];const ks=[0,"/v2/ontologies/attachments/{0}/content",,,"*/*"];const Ts=[0,"/v2/ontologies/attachments/{0}"];var As=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Ts,...e)},read:function(t,...e){return o(t,ks,...e)},upload:function(t,...e){const n={...e[2],"Content-Type":e[2]?.["Content-Type"]??e[0].type,"Content-Length":e[0].size.toString()};return o(t,zs,e[0],e[1],n)},uploadWithRid:function(t,...e){const n={...e[3],"Content-Type":e[3]?.["Content-Type"]??e[1].type,"Content-Length":e[1].size.toString()};return o(t,Ss,e[0],e[1],e[2],n)}});const Bs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}",2];const Rs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}/{4}",2];const Ms=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}/content",2,,"*/*"];const Cs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/attachments/{3}/{4}/content",2,,"*/*"];var Ps=Object.freeze({__proto__:null,getAttachment:function(t,...e){return o(t,Bs,...e)},getAttachmentByRid:function(t,...e){return o(t,Rs,...e)},readAttachment:function(t,...e){return o(t,Ms,...e)},readAttachmentByRid:function(t,...e){return o(t,Cs,...e)}});const xs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/ciphertexts/{3}/decrypt"];var ws=Object.freeze({__proto__:null,decrypt:function(t,...e){return o(t,xs,...e)}});const Is=[1,"/v2/ontologies/{0}/objects/{1}/{2}/geotemporalSeries/{3}/loadEntries",3];var Vs=Object.freeze({__proto__:null,loadGeotemporalSeriesEntries:function(t,...e){return o(t,Is,...e)}});const Ds=[0,"/v2/ontologies/{0}/objects/{1}/{2}/links/{3}",2];const Es=[0,"/v2/ontologies/{0}/objects/{1}/{2}/links/{3}/{4}",2];var Ls=Object.freeze({__proto__:null,getLinkedObject:function(t,...e){return o(t,Es,...e)},listLinkedObjects:function(t,...e){return o(t,Ds,...e)}});const qs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/media/{3}/content",2,,"*/*"];const Fs=[0,"/v2/ontologies/{0}/objects/{1}/{2}/media/{3}/metadata",2];const Ws=[1,"/v2/ontologies/{0}/objectTypes/{1}/media/{2}/upload",3,"*/*"];var Hs=Object.freeze({__proto__:null,getMediaContent:function(t,...e){return o(t,qs,...e)},getMediaMetadata:function(t,...e){return o(t,Fs,...e)},upload:function(t,...e){return o(t,Ws,...e)}});const Gs=[0,"/v2/ontologies/{0}/objectTypes",2];const Js=[0,"/v2/ontologies/{0}/objectTypes/{1}",2];const Ns=[1,"/v2/ontologies/{0}/objectTypes/getByRidBatch",3];const Us=[0,"/v2/ontologies/{0}/objectTypes/{1}/fullMetadata",2];const Qs=[1,"/v2/ontologies/{0}/objectTypes/{1}/editsHistory",3];const Ks=[0,"/v2/ontologies/{0}/objectTypes/{1}/outgoingLinkTypes",2];const $s=[0,"/v2/ontologies/{0}/objectTypes/{1}/outgoingLinkTypes/{2}",2];const Xs=[1,"/v2/ontologies/{0}/outgoingLinkTypes/getByRidBatch",3];var Ys=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Js,...e)},getByRidBatch:function(t,...e){return o(t,Ns,...e)},getEditsHistory:function(t,...e){return o(t,Qs,...e)},getFullMetadata:function(t,...e){return o(t,Us,...e)},getOutgoingLinkType:function(t,...e){return o(t,$s,...e)},getOutgoingLinkTypesByObjectTypeRidBatch:function(t,...e){return o(t,Xs,...e)},list:function(t,...e){return o(t,Gs,...e)},listOutgoingLinkTypes:function(t,...e){return o(t,Ks,...e)}});const Zs=[0,"/v2/ontologies/{0}/interfaceTypes",2];const tc=[0,"/v2/ontologies/{0}/interfaceTypes/{1}",2];const ec=[0,"/v2/ontologies/{0}/interfaces/{1}",2];const nc=[1,"/v2/ontologies/{0}/interfaces/{1}/search",3];const oc=[1,"/v2/ontologies/{0}/interfaces/{1}/aggregate",3];const rc=[0,"/v2/ontologies/{0}/interfaceTypes/{1}/outgoingLinkTypes",2];const sc=[0,"/v2/ontologies/{0}/interfaceTypes/{1}/outgoingLinkTypes/{2}",2];const cc=[0,"/v2/ontologies/{0}/interfaces/{1}/{2}/{3}/links/{4}",2];var ic=Object.freeze({__proto__:null,aggregate:function(t,...e){return o(t,oc,...e)},get:function(t,...e){return o(t,tc,...e)},getOutgoingInterfaceLinkType:function(t,...e){return o(t,sc,...e)},list:function(t,...e){return o(t,Zs,...e)},listInterfaceLinkedObjects:function(t,...e){return o(t,cc,...e)},listObjectsForInterface:function(t,...e){return o(t,ec,...e)},listOutgoingInterfaceLinkTypes:function(t,...e){return o(t,rc,...e)},search:function(t,...e){return o(t,nc,...e)}});const ac=[1,"/v2/ontologies/{0}/objectSets/createTemporary",7];const uc=[0,"/v2/ontologies/{0}/objectSets/{1}",2];const lc=[1,"/v2/ontologies/{0}/objectSets/loadObjects",7];const fc=[1,"/v2/ontologies/{0}/objectSets/loadObjectsMultipleObjectTypes",7];const vc=[1,"/v2/ontologies/{0}/objectSets/loadObjectsOrInterfaces",7];const pc=[1,"/v2/ontologies/{0}/objectSets/aggregate",7];const dc=[1,"/v2/ontologies/{0}/objectSets/loadLinks",7];var _c=Object.freeze({__proto__:null,aggregate:function(t,...e){return o(t,pc,...e)},createTemporary:function(t,...e){return o(t,ac,...e)},get:function(t,...e){return o(t,uc,...e)},load:function(t,...e){return o(t,lc,...e)},loadLinks:function(t,...e){return o(t,dc,...e)},loadMultipleObjectTypes:function(t,...e){return o(t,fc,...e)},loadObjectsOrInterfaces:function(t,...e){return o(t,vc,...e)}});const gc=[0,"/v2/ontologies/{0}/objects/{1}",2];const mc=[0,"/v2/ontologies/{0}/objects/{1}/{2}",2];const bc=[1,"/v2/ontologies/{0}/objects/{1}/count",2];const hc=[1,"/v2/ontologies/{0}/objects/{1}/search",3];const yc=[1,"/v2/ontologies/{0}/objects/{1}/aggregate",3];var jc=Object.freeze({__proto__:null,aggregate:function(t,...e){return o(t,yc,...e)},count:function(t,...e){return o(t,bc,...e)},get:function(t,...e){return o(t,mc,...e)},list:function(t,...e){return o(t,gc,...e)},search:function(t,...e){return o(t,hc,...e)}});const Oc=[1,"/v2/ontologies/{0}/scenarios/create",3];const zc=[0,"/v2/ontologies/{0}/scenarios/{1}/objectTypes/edited",2];const Sc=[0,"/v2/ontologies/{0}/scenarios/{1}/objectTypes/{2}/outgoingLinkTypes/edited",2];const kc=[0,"/v2/ontologies/{0}/scenarios/{1}/editedEntityTypes",2];const Tc=[0,"/v2/ontologies/{0}/scenarios/{1}/objects/{2}/edited",2];const Ac=[0,"/v2/ontologies/{0}/scenarios/{1}/objects/{2}/links/{3}/edited",2];var Bc=Object.freeze({__proto__:null,createScenario:function(t,...e){return o(t,Oc,...e)},listScenarioEditedEntityTypes:function(t,...e){return o(t,kc,...e)},listScenarioEditedLinkTypes:function(t,...e){return o(t,Sc,...e)},listScenarioEditedLinks:function(t,...e){return o(t,Ac,...e)},listScenarioEditedObjectTypes:function(t,...e){return o(t,zc,...e)},listScenarioEditedObjects:function(t,...e){return o(t,Tc,...e)}});const Rc=[1,"/v2/ontologies/{0}/transactions/{1}/edits",3];var Mc=Object.freeze({__proto__:null,postEdits:function(t,...e){return o(t,Rc,...e)}});const Cc=[0,"/v2/ontologies"];const Pc=[0,"/v2/ontologies/{0}"];const xc=[0,"/v2/ontologies/{0}/fullMetadata",2];const wc=[1,"/v2/ontologies/{0}/metadata",3];var Ic=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Pc,...e)},getFullMetadata:function(t,...e){return o(t,xc,...e)},list:function(t,...e){return o(t,Cc,...e)},loadMetadata:function(t,...e){return o(t,wc,...e)}});const Vc=[0,"/v2/ontologies/{0}/valueTypes/{1}",2];const Dc=[0,"/v2/ontologies/{0}/valueTypes",2];var Ec=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Vc,...e)},list:function(t,...e){return o(t,Dc,...e)}});const Lc=[1,"/v2/ontologies/{0}/queries/{1}/execute",7];var qc=Object.freeze({__proto__:null,execute:function(t,...e){return o(t,Lc,...e)}});const Fc=[0,"/v2/ontologies/{0}/queryTypes",2];const Wc=[0,"/v2/ontologies/{0}/queryTypes/{1}",2];var Hc=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Wc,...e)},list:function(t,...e){return o(t,Fc,...e)}});const Gc=[0,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/firstPoint",2];const Jc=[0,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/lastPoint",2];const Nc=[1,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/streamPoints",3,,"*/*"];var Uc=Object.freeze({__proto__:null,getFirstPoint:function(t,...e){return o(t,Gc,...e)},getLastPoint:function(t,...e){return o(t,Jc,...e)},streamPoints:function(t,...e){return o(t,Nc,...e)}});const Qc=[0,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/latestValue",2];const Kc=[1,"/v2/ontologies/{0}/objects/{1}/{2}/timeseries/{3}/streamValues",3,,"*/*"];var $c=Object.freeze({__proto__:null,getLatestValue:function(t,...e){return o(t,Qc,...e)},streamValues:function(t,...e){return o(t,Kc,...e)}}),Xc=Object.freeze({__proto__:null,ActionTypesFullMetadata:ms,ActionTypesV2:Os,Actions:ds,AttachmentPropertiesV2:Ps,Attachments:As,CipherTextProperties:ws,GeotemporalSeriesProperties:Vs,LinkedObjectsV2:Ls,MediaReferenceProperties:Hs,ObjectTypesV2:Ys,OntologiesV2:Ic,OntologyInterfaces:ic,OntologyObjectSets:_c,OntologyObjectsV2:jc,OntologyScenarios:Bc,OntologyTransactions:Mc,OntologyValueTypes:Ec,Queries:qc,QueryTypes:Hc,TimeSeriesPropertiesV2:Uc,TimeSeriesValueBankProperties:$c});const Yc=[0,"/v2/operations/{0}",2];var Zc=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Yc,...e)}}),ti=Object.freeze({__proto__:null,AsyncOperations:Zc});const ei=[0,"/v2/orchestration/builds/{0}"];const ni=[1,"/v2/orchestration/builds/getBatch",1];const oi=[1,"/v2/orchestration/builds/create",1];const ri=[1,"/v2/orchestration/builds/{0}/cancel"];const si=[1,"/v2/orchestration/builds/search",3];const ci=[0,"/v2/orchestration/builds/{0}/jobs",2];var ii=Object.freeze({__proto__:null,cancel:function(t,...e){return o(t,ri,...e)},create:function(t,...e){return o(t,oi,...e)},get:function(t,...e){return o(t,ei,...e)},getBatch:function(t,...e){return o(t,ni,...e)},jobs:function(t,...e){return o(t,ci,...e)},search:function(t,...e){return o(t,si,...e)}});const ai=[0,"/v2/orchestration/jobs/{0}",2];const ui=[1,"/v2/orchestration/jobs/getBatch",3];var li=Object.freeze({__proto__:null,get:function(t,...e){return o(t,ai,...e)},getBatch:function(t,...e){return o(t,ui,...e)}});const fi=[1,"/v2/orchestration/schedules",3];const vi=[3,"/v2/orchestration/schedules/{0}"];const pi=[0,"/v2/orchestration/schedules/{0}",2];const di=[1,"/v2/orchestration/schedules/getBatch",3];const _i=[2,"/v2/orchestration/schedules/{0}",3];const gi=[1,"/v2/orchestration/schedules/{0}/run"];const mi=[1,"/v2/orchestration/schedules/{0}/pause"];const bi=[1,"/v2/orchestration/schedules/{0}/unpause"];const hi=[1,"/v2/orchestration/schedules/{0}/getAffectedResources",2];const yi=[0,"/v2/orchestration/schedules/{0}/runs",2];var ji=Object.freeze({__proto__:null,create:function(t,...e){return o(t,fi,...e)},deleteSchedule:function(t,...e){return o(t,vi,...e)},get:function(t,...e){return o(t,pi,...e)},getAffectedResources:function(t,...e){return o(t,hi,...e)},getBatch:function(t,...e){return o(t,di,...e)},pause:function(t,...e){return o(t,mi,...e)},replace:function(t,...e){return o(t,_i,...e)},run:function(t,...e){return o(t,gi,...e)},runs:function(t,...e){return o(t,yi,...e)},unpause:function(t,...e){return o(t,bi,...e)}});const Oi=[0,"/v2/orchestration/scheduleVersions/{0}",2];const zi=[0,"/v2/orchestration/scheduleVersions/{0}/schedule",2];var Si=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Oi,...e)},schedule:function(t,...e){return o(t,zi,...e)}}),ki=Object.freeze({__proto__:null,Builds:ii,Jobs:li,ScheduleVersions:Si,Schedules:ji});const Ti=[1,"/v2/pack/documents",3];const Ai=[3,"/v2/pack/documents/{0}",2];const Bi=[0,"/v2/pack/documents/{0}",2];const Ri=[1,"/v2/pack/documents/search",3];const Mi=[1,"/v2/pack/documents/{0}/update",3];var Ci=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Ti,...e)},deleteDocument:function(t,...e){return o(t,Ai,...e)},get:function(t,...e){return o(t,Bi,...e)},search:function(t,...e){return o(t,Ri,...e)},update:function(t,...e){return o(t,Mi,...e)}});const Pi=[1,"/v2/pack/documentTypes",3];const xi=[0,"/v2/pack/documentTypes/{0}",2];const wi=[1,"/v2/pack/documentTypes/loadByName",3];const Ii=[1,"/v2/pack/documentTypes/createFirstParty",3];const Vi=[1,"/v2/pack/documentTypes/updateSchema",3];const Di=[1,"/v2/pack/documentTypes/getOperationalVersion",3];var Ei=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Pi,...e)},createFirstParty:function(t,...e){return o(t,Ii,...e)},get:function(t,...e){return o(t,xi,...e)},getOperationalVersion:function(t,...e){return o(t,Di,...e)},loadByName:function(t,...e){return o(t,wi,...e)},updateSchema:function(t,...e){return o(t,Vi,...e)}}),Li=Object.freeze({__proto__:null,DocumentTypes:Ei,Documents:Ci});const qi=[0,"/v2/publicApis/apiDefinitions/{0}",2];var Fi=Object.freeze({__proto__:null,get:function(t,...e){return o(t,qi,...e)}});const Wi=[0,"/v2/publicApis/openApiDefinitions/{0}",2];var Hi=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Wi,...e)}}),Gi=Object.freeze({__proto__:null,ApiDefinitions:Fi,OpenApiDefinitions:Hi});const Ji=[1,"/v2/sqlQueries/execute",1];const Ni=[0,"/v2/sqlQueries/{0}/getStatus"];const Ui=[1,"/v2/sqlQueries/{0}/cancel"];const Qi=[0,"/v2/sqlQueries/{0}/getResults",,,"application/octet-stream"];const Ki=[1,"/v2/sqlQueries/executeOntology",3,,"application/octet-stream"];var $i=Object.freeze({__proto__:null,cancel:function(t,...e){return o(t,Ui,...e)},execute:function(t,...e){return o(t,Ji,...e)},executeOntology:function(t,...e){return o(t,Ki,...e)},getResults:function(t,...e){return o(t,Qi,...e)},getStatus:function(t,...e){return o(t,Ni,...e)}}),Xi=Object.freeze({__proto__:null,SqlQueries:$i});const Yi=[1,"/v2/streams/datasets/create",3];var Zi=Object.freeze({__proto__:null,create:function(t,...e){return o(t,Yi,...e)}});const ta=[1,"/v2/streams/datasets/{0}/streams",3];const ea=[0,"/v2/streams/datasets/{0}/streams/{1}"];const na=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/publishRecord",1];const oa=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/publishRecords",1];const ra=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/publishBinaryRecord",3,"application/octet-stream"];const sa=[1,"/v2/streams/datasets/{0}/streams/{1}/reset",3];const ca=[0,"/v2/highScale/streams/datasets/{0}/streams/{1}/getRecords",2];const ia=[0,"/v2/highScale/streams/datasets/{0}/streams/{1}/getEndOffsets",2];var aa=Object.freeze({__proto__:null,create:function(t,...e){return o(t,ta,...e)},get:function(t,...e){return o(t,ea,...e)},getEndOffsets:function(t,...e){return o(t,ia,...e)},getRecords:function(t,...e){return o(t,ca,...e)},publishBinaryRecord:function(t,...e){return o(t,ra,...e)},publishRecord:function(t,...e){return o(t,na,...e)},publishRecords:function(t,...e){return o(t,oa,...e)},reset:function(t,...e){return o(t,sa,...e)}});const ua=[1,"/v2/streams/datasets/{0}/streams/{1}/subscribers",3];const la=[3,"/v2/streams/datasets/{0}/streams/{1}/subscribers/{2}",2];const fa=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/readRecords",3];const va=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/commitOffsets",3];const pa=[0,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/getReadPosition",2];const da=[1,"/v2/highScale/streams/datasets/{0}/streams/{1}/subscribers/{2}/resetOffsets",3];var _a=Object.freeze({__proto__:null,commitOffsets:function(t,...e){return o(t,va,...e)},create:function(t,...e){return o(t,ua,...e)},deleteSubscriber:function(t,...e){return o(t,la,...e)},getReadPosition:function(t,...e){return o(t,pa,...e)},readRecords:function(t,...e){return o(t,fa,...e)},resetOffsets:function(t,...e){return o(t,da,...e)}}),ga=Object.freeze({__proto__:null,Datasets:Zi,Streams:aa,Subscribers:_a});const ma=[0,"/v2/thirdPartyApplications/{0}",2];var ba=Object.freeze({__proto__:null,get:function(t,...e){return o(t,ma,...e)}});const ha=[3,"/v2/thirdPartyApplications/{0}/website/versions/{1}"];const ya=[0,"/v2/thirdPartyApplications/{0}/website/versions",2];const ja=[0,"/v2/thirdPartyApplications/{0}/website/versions/{1}"];const Oa=[1,"/v2/thirdPartyApplications/{0}/website/versions/upload",3,"application/octet-stream"];const za=[1,"/v2/thirdPartyApplications/{0}/website/versions/uploadSnapshot",3,"application/octet-stream"];var Sa=Object.freeze({__proto__:null,deleteVersion:function(t,...e){return o(t,ha,...e)},get:function(t,...e){return o(t,ja,...e)},list:function(t,...e){return o(t,ya,...e)},upload:function(t,...e){return o(t,Oa,...e)},uploadSnapshot:function(t,...e){return o(t,za,...e)}});const ka=[0,"/v2/thirdPartyApplications/{0}/website"];const Ta=[1,"/v2/thirdPartyApplications/{0}/website/deploy",1];const Aa=[1,"/v2/thirdPartyApplications/{0}/website/undeploy"];var Ba=Object.freeze({__proto__:null,deploy:function(t,...e){return o(t,Ta,...e)},get:function(t,...e){return o(t,ka,...e)},undeploy:function(t,...e){return o(t,Aa,...e)}}),Ra=Object.freeze({__proto__:null,ThirdPartyApplications:ba,Versions:Sa,Websites:Ba});const Ma=[1,"/v2/widgets/devModeSettings/enable",2];const Ca=[1,"/v2/widgets/devModeSettings/setWidgetSetById",3];var Pa=Object.freeze({__proto__:null,enable:function(t,...e){return o(t,Ma,...e)},setWidgetSetById:function(t,...e){return o(t,Ca,...e)}});const xa=[1,"/v2/widgets/devModeSettingsV2/enable",2];const wa=[1,"/v2/widgets/devModeSettingsV2/setWidgetSetManifest",3];var Ia=Object.freeze({__proto__:null,enable:function(t,...e){return o(t,xa,...e)},setWidgetSetManifest:function(t,...e){return o(t,wa,...e)}});const Va=[3,"/v2/widgets/widgetSets/{0}/releases/{1}",2];const Da=[0,"/v2/widgets/widgetSets/{0}/releases",2];const Ea=[0,"/v2/widgets/widgetSets/{0}/releases/{1}",2];var La=Object.freeze({__proto__:null,deleteRelease:function(t,...e){return o(t,Va,...e)},get:function(t,...e){return o(t,Ea,...e)},list:function(t,...e){return o(t,Da,...e)}});const qa=[0,"/v2/widgets/repositories/{0}",2];const Fa=[1,"/v2/widgets/repositories/{0}/publish",3,"application/octet-stream"];var Wa=Object.freeze({__proto__:null,get:function(t,...e){return o(t,qa,...e)},publish:function(t,...e){return o(t,Fa,...e)}});const Ha=[0,"/v2/widgets/widgetSets/{0}",2];var Ga=Object.freeze({__proto__:null,get:function(t,...e){return o(t,Ha,...e)}}),Ja=Object.freeze({__proto__:null,Releases:La,Repositories:Wa,WidgetSets:Ga,WidgetsDevModeSettings:Pa,WidgetsDevModeSettingsV2:Ia});export{Dt as Admin,re as AipAgents,ae as Audit,pe as Checkpoints,Ee as Connectivity,Le as Core,Qe as DataHealth,wn as Datasets,Oo as Filesystem,Do as Functions,Eo as Geo,Ho as LanguageModels,lr as MediaSets,Xr as Models,as as Notepad,Xc as Ontologies,ti as Operations,ki as Orchestration,Li as Pack,Gi as PublicApis,Xi as SqlQueries,ga as Streams,Ra as ThirdPartyApplications,Ja as Widgets};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "2.61.0",
3
+ "version": "2.63.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,32 +21,32 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.admin": "2.61.0",
25
- "@osdk/foundry.checkpoints": "2.61.0",
26
- "@osdk/foundry.connectivity": "2.61.0",
27
- "@osdk/foundry.aipagents": "2.61.0",
28
- "@osdk/foundry.datahealth": "2.61.0",
29
- "@osdk/foundry.audit": "2.61.0",
30
- "@osdk/foundry.core": "2.61.0",
31
- "@osdk/foundry.functions": "2.61.0",
32
- "@osdk/foundry.filesystem": "2.61.0",
33
- "@osdk/foundry.datasets": "2.61.0",
34
- "@osdk/foundry.geo": "2.61.0",
35
- "@osdk/foundry.languagemodels": "2.61.0",
36
- "@osdk/foundry.geojson": "2.61.0",
37
- "@osdk/foundry.mediasets": "2.61.0",
38
- "@osdk/foundry.ontologies": "2.61.0",
39
- "@osdk/foundry.models": "2.61.0",
40
- "@osdk/foundry.notepad": "2.61.0",
41
- "@osdk/foundry.operations": "2.61.0",
42
- "@osdk/foundry.pack": "2.61.0",
43
- "@osdk/foundry.orchestration": "2.61.0",
44
- "@osdk/foundry.publicapis": "2.61.0",
45
- "@osdk/foundry.thirdpartyapplications": "2.61.0",
46
- "@osdk/foundry.sqlqueries": "2.61.0",
47
- "@osdk/foundry.streams": "2.61.0",
48
- "@osdk/foundry.widgets": "2.61.0",
49
- "@osdk/shared.net.platformapi": "~1.6.0"
24
+ "@osdk/foundry.admin": "2.63.0",
25
+ "@osdk/foundry.audit": "2.63.0",
26
+ "@osdk/foundry.aipagents": "2.63.0",
27
+ "@osdk/foundry.checkpoints": "2.63.0",
28
+ "@osdk/foundry.core": "2.63.0",
29
+ "@osdk/foundry.connectivity": "2.63.0",
30
+ "@osdk/foundry.datahealth": "2.63.0",
31
+ "@osdk/foundry.filesystem": "2.63.0",
32
+ "@osdk/foundry.datasets": "2.63.0",
33
+ "@osdk/foundry.geo": "2.63.0",
34
+ "@osdk/foundry.geojson": "2.63.0",
35
+ "@osdk/foundry.languagemodels": "2.63.0",
36
+ "@osdk/foundry.functions": "2.63.0",
37
+ "@osdk/foundry.models": "2.63.0",
38
+ "@osdk/foundry.mediasets": "2.63.0",
39
+ "@osdk/foundry.notepad": "2.63.0",
40
+ "@osdk/foundry.ontologies": "2.63.0",
41
+ "@osdk/foundry.operations": "2.63.0",
42
+ "@osdk/foundry.pack": "2.63.0",
43
+ "@osdk/foundry.orchestration": "2.63.0",
44
+ "@osdk/foundry.publicapis": "2.63.0",
45
+ "@osdk/foundry.sqlqueries": "2.63.0",
46
+ "@osdk/foundry.streams": "2.63.0",
47
+ "@osdk/foundry.thirdpartyapplications": "2.63.0",
48
+ "@osdk/shared.net.platformapi": "~1.7.0",
49
+ "@osdk/foundry.widgets": "2.63.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@microsoft/api-extractor": "^7.57.7",
@@ -75,7 +75,7 @@
75
75
  "sls": {
76
76
  "dependencies": {
77
77
  "com.palantir.foundry.api:api-gateway": {
78
- "minVersion": "1.1619.0",
78
+ "minVersion": "1.1627.0",
79
79
  "maxVersion": "1.x.x",
80
80
  "optional": false
81
81
  }