@osdk/foundry.orchestration 2.53.0 → 2.55.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,31 @@
1
1
  # @osdk/foundry.orchestration
2
2
 
3
+ ## 2.55.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fa24a66: Regenerate SDK
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fa24a66]
12
+ - @osdk/foundry.filesystem@2.55.0
13
+ - @osdk/foundry.datasets@2.55.0
14
+ - @osdk/foundry.core@2.55.0
15
+
16
+ ## 2.54.0
17
+
18
+ ### Minor Changes
19
+
20
+ - d1a0cd3: Regenerating platform sdks.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [d1a0cd3]
25
+ - @osdk/foundry.filesystem@2.54.0
26
+ - @osdk/foundry.datasets@2.54.0
27
+ - @osdk/foundry.core@2.54.0
28
+
3
29
  ## 2.53.0
4
30
 
5
31
  ### Minor Changes
@@ -5,6 +5,8 @@ import type * as _Orchestration from "../_components.js";
5
5
  /**
6
6
  * Get the Build with the specified rid.
7
7
  *
8
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
9
+ *
8
10
  * @public
9
11
  *
10
12
  * Required Scopes: [api:orchestration-read]
@@ -14,6 +16,8 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
14
16
  /**
15
17
  * Execute multiple get requests on Build.
16
18
  *
19
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
20
+ *
17
21
  * The maximum batch size for this endpoint is 100.
18
22
  *
19
23
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"Build.d.ts","sourceRoot":"","sources":["../../../src/public/Build.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAQzD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAQD;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,4BAA4B,CAAC,CAAC,GACnE,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAEhD;AAMD;;;;;GAKG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,kBAAkB,CAAC,GAClD,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAMD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,IAAI,CAAC,CAEf;AASD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,cAAc,CAAC,mBAAmB;IACzC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C;AAYD;;;;;;;GAOG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,KAAK,CAAC,QAAQ;IAExB,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,cAAc,CAAC,uBAAuB,CAAC,CAEjD"}
1
+ {"version":3,"file":"Build.d.ts","sourceRoot":"","sources":["../../../src/public/Build.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAQzD;;;;;;;;;GASG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAQD;;;;;;;;;;;GAWG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,4BAA4B,CAAC,CAAC,GACnE,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAEhD;AAMD;;;;;GAKG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,kBAAkB,CAAC,GAClD,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAMD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,IAAI,CAAC,CAEf;AASD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,cAAc,CAAC,mBAAmB;IACzC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C;AAYD;;;;;;;GAOG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,KAAK,CAAC,QAAQ;IAExB,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,cAAc,CAAC,uBAAuB,CAAC,CAEjD"}
@@ -19,6 +19,8 @@ const _get = [0, "/v2/orchestration/builds/{0}"];
19
19
  /**
20
20
  * Get the Build with the specified rid.
21
21
  *
22
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
23
+ *
22
24
  * @public
23
25
  *
24
26
  * Required Scopes: [api:orchestration-read]
@@ -31,6 +33,8 @@ const _getBatch = [1, "/v2/orchestration/builds/getBatch", 1];
31
33
  /**
32
34
  * Execute multiple get requests on Build.
33
35
  *
36
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
37
+ *
34
38
  * The maximum batch size for this endpoint is 100.
35
39
  *
36
40
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"Build.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch","_create","create","_cancel","cancel","_search","search","_jobs","jobs"],"sources":["Build.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/builds/{0}\"];\n/**\n * Get the Build with the specified rid.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/builds/getBatch\", 1];\n/**\n * Execute multiple get requests on Build.\n *\n * The maximum batch size for this endpoint is 100.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\nconst _create = [1, \"/v2/orchestration/builds/create\", 1];\n/**\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/create\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _cancel = [1, \"/v2/orchestration/builds/{0}/cancel\"];\n/**\n * Request a cancellation for all unfinished jobs in a build. The build's status will not update immediately. This endpoint is asynchronous and a success response indicates that the cancellation request has been acknowledged and the build is expected to be canceled soon. If the build has already finished or finishes shortly after the request and before the cancellation, the build will not change.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/{buildRid}/cancel\n */\nexport function cancel($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _cancel, ...args);\n}\nconst _search = [1, \"/v2/orchestration/builds/search\", 3];\n/**\n * Search for Builds.\n *\n * @alpha\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/search\n */\nexport function search($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _search, ...args);\n}\nconst _jobs = [0, \"/v2/orchestration/builds/{0}/jobs\", 2];\n/**\n * Get the Jobs in the Build.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}/jobs\n */\nexport function jobs($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _jobs, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,8BAA8B,CAAC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D;AACA,MAAMG,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,OAAO,EAAE,GAAGH,IAAI,CAAC;AACxD;AACA,MAAMK,OAAO,GAAG,CAAC,CAAC,EAAE,qCAAqC,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,OAAO,EAAE,GAAGL,IAAI,CAAC;AACxD;AACA,MAAMO,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,OAAO,EAAE,GAAGP,IAAI,CAAC;AACxD;AACA,MAAMS,KAAK,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACX,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEU,KAAK,EAAE,GAAGT,IAAI,CAAC;AACtD","ignoreList":[]}
1
+ {"version":3,"file":"Build.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch","_create","create","_cancel","cancel","_search","search","_jobs","jobs"],"sources":["Build.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/builds/{0}\"];\n/**\n * Get the Build with the specified rid.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/builds/getBatch\", 1];\n/**\n * Execute multiple get requests on Build.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * The maximum batch size for this endpoint is 100.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\nconst _create = [1, \"/v2/orchestration/builds/create\", 1];\n/**\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/create\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _cancel = [1, \"/v2/orchestration/builds/{0}/cancel\"];\n/**\n * Request a cancellation for all unfinished jobs in a build. The build's status will not update immediately. This endpoint is asynchronous and a success response indicates that the cancellation request has been acknowledged and the build is expected to be canceled soon. If the build has already finished or finishes shortly after the request and before the cancellation, the build will not change.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/{buildRid}/cancel\n */\nexport function cancel($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _cancel, ...args);\n}\nconst _search = [1, \"/v2/orchestration/builds/search\", 3];\n/**\n * Search for Builds.\n *\n * @alpha\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/search\n */\nexport function search($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _search, ...args);\n}\nconst _jobs = [0, \"/v2/orchestration/builds/{0}/jobs\", 2];\n/**\n * Get the Jobs in the Build.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}/jobs\n */\nexport function jobs($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _jobs, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,8BAA8B,CAAC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D;AACA,MAAMG,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,OAAO,EAAE,GAAGH,IAAI,CAAC;AACxD;AACA,MAAMK,OAAO,GAAG,CAAC,CAAC,EAAE,qCAAqC,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,OAAO,EAAE,GAAGL,IAAI,CAAC;AACxD;AACA,MAAMO,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,OAAO,EAAE,GAAGP,IAAI,CAAC;AACxD;AACA,MAAMS,KAAK,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACX,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEU,KAAK,EAAE,GAAGT,IAAI,CAAC;AACtD","ignoreList":[]}
@@ -5,6 +5,8 @@ import type * as _Orchestration from "../_components.js";
5
5
  /**
6
6
  * Get the Job with the specified rid.
7
7
  *
8
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
9
+ *
8
10
  * @beta
9
11
  *
10
12
  * Required Scopes: [api:orchestration-read]
@@ -19,6 +21,8 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
19
21
  /**
20
22
  * Execute multiple get requests on Job.
21
23
  *
24
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
25
+ *
22
26
  * The maximum batch size for this endpoint is 500.
23
27
  *
24
28
  * @beta
@@ -1 +1 @@
1
- {"version":3,"file":"Job.d.ts","sourceRoot":"","sources":["../../../src/public/Job.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAWzD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,MAAM,EAAE,KAAK,CAAC,MAAM;IAEpB,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,GAAG,CAAC,CAE7B;AASD;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,0BAA0B,CAAC;IACvD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C"}
1
+ {"version":3,"file":"Job.d.ts","sourceRoot":"","sources":["../../../src/public/Job.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAWzD;;;;;;;;;GASG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,MAAM,EAAE,KAAK,CAAC,MAAM;IAEpB,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,GAAG,CAAC,CAE7B;AASD;;;;;;;;;;;GAWG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,0BAA0B,CAAC;IACvD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C"}
@@ -19,6 +19,8 @@ const _get = [0, "/v2/orchestration/jobs/{0}", 2];
19
19
  /**
20
20
  * Get the Job with the specified rid.
21
21
  *
22
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
23
+ *
22
24
  * @beta
23
25
  *
24
26
  * Required Scopes: [api:orchestration-read]
@@ -31,6 +33,8 @@ const _getBatch = [1, "/v2/orchestration/jobs/getBatch", 3];
31
33
  /**
32
34
  * Execute multiple get requests on Job.
33
35
  *
36
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
37
+ *
34
38
  * The maximum batch size for this endpoint is 500.
35
39
  *
36
40
  * @beta
@@ -1 +1 @@
1
- {"version":3,"file":"Job.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch"],"sources":["Job.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/jobs/{0}\", 2];\n/**\n * Get the Job with the specified rid.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/{jobRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/jobs/getBatch\", 3];\n/**\n * Execute multiple get requests on Job.\n *\n * The maximum batch size for this endpoint is 500.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,4BAA4B,EAAE,CAAC,CAAC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D","ignoreList":[]}
1
+ {"version":3,"file":"Job.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch"],"sources":["Job.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/jobs/{0}\", 2];\n/**\n * Get the Job with the specified rid.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/{jobRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/jobs/getBatch\", 3];\n/**\n * Execute multiple get requests on Job.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * The maximum batch size for this endpoint is 500.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,4BAA4B,EAAE,CAAC,CAAC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D","ignoreList":[]}
@@ -5,6 +5,8 @@ import type * as _Orchestration from "../_components.js";
5
5
  /**
6
6
  * Get the Build with the specified rid.
7
7
  *
8
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
9
+ *
8
10
  * @public
9
11
  *
10
12
  * Required Scopes: [api:orchestration-read]
@@ -14,6 +16,8 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
14
16
  /**
15
17
  * Execute multiple get requests on Build.
16
18
  *
19
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
20
+ *
17
21
  * The maximum batch size for this endpoint is 100.
18
22
  *
19
23
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"Build.d.ts","sourceRoot":"","sources":["../../../src/public/Build.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAQzD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAQD;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,4BAA4B,CAAC,CAAC,GACnE,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAEhD;AAMD;;;;;GAKG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,kBAAkB,CAAC,GAClD,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAMD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,IAAI,CAAC,CAEf;AASD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,cAAc,CAAC,mBAAmB;IACzC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C;AAYD;;;;;;;GAOG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,KAAK,CAAC,QAAQ;IAExB,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,cAAc,CAAC,uBAAuB,CAAC,CAEjD"}
1
+ {"version":3,"file":"Build.d.ts","sourceRoot":"","sources":["../../../src/public/Build.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAQzD;;;;;;;;;GASG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAQD;;;;;;;;;;;GAWG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,4BAA4B,CAAC,CAAC,GACnE,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAEhD;AAMD;;;;;GAKG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,kBAAkB,CAAC,GAClD,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAE/B;AAMD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,IAAI,CAAC,CAEf;AASD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,cAAc,CAAC,mBAAmB;IACzC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C;AAYD;;;;;;;GAOG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,KAAK,CAAC,QAAQ;IAExB,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,cAAc,CAAC,uBAAuB,CAAC,CAEjD"}
@@ -19,6 +19,8 @@ const _get = [0, "/v2/orchestration/builds/{0}"];
19
19
  /**
20
20
  * Get the Build with the specified rid.
21
21
  *
22
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
23
+ *
22
24
  * @public
23
25
  *
24
26
  * Required Scopes: [api:orchestration-read]
@@ -31,6 +33,8 @@ const _getBatch = [1, "/v2/orchestration/builds/getBatch", 1];
31
33
  /**
32
34
  * Execute multiple get requests on Build.
33
35
  *
36
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
37
+ *
34
38
  * The maximum batch size for this endpoint is 100.
35
39
  *
36
40
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"Build.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch","_create","create","_cancel","cancel","_search","search","_jobs","jobs"],"sources":["Build.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/builds/{0}\"];\n/**\n * Get the Build with the specified rid.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/builds/getBatch\", 1];\n/**\n * Execute multiple get requests on Build.\n *\n * The maximum batch size for this endpoint is 100.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\nconst _create = [1, \"/v2/orchestration/builds/create\", 1];\n/**\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/create\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _cancel = [1, \"/v2/orchestration/builds/{0}/cancel\"];\n/**\n * Request a cancellation for all unfinished jobs in a build. The build's status will not update immediately. This endpoint is asynchronous and a success response indicates that the cancellation request has been acknowledged and the build is expected to be canceled soon. If the build has already finished or finishes shortly after the request and before the cancellation, the build will not change.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/{buildRid}/cancel\n */\nexport function cancel($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _cancel, ...args);\n}\nconst _search = [1, \"/v2/orchestration/builds/search\", 3];\n/**\n * Search for Builds.\n *\n * @alpha\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/search\n */\nexport function search($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _search, ...args);\n}\nconst _jobs = [0, \"/v2/orchestration/builds/{0}/jobs\", 2];\n/**\n * Get the Jobs in the Build.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}/jobs\n */\nexport function jobs($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _jobs, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,8BAA8B,CAAC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D;AACA,MAAMG,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,OAAO,EAAE,GAAGH,IAAI,CAAC;AACxD;AACA,MAAMK,OAAO,GAAG,CAAC,CAAC,EAAE,qCAAqC,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,OAAO,EAAE,GAAGL,IAAI,CAAC;AACxD;AACA,MAAMO,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,OAAO,EAAE,GAAGP,IAAI,CAAC;AACxD;AACA,MAAMS,KAAK,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACX,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEU,KAAK,EAAE,GAAGT,IAAI,CAAC;AACtD","ignoreList":[]}
1
+ {"version":3,"file":"Build.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch","_create","create","_cancel","cancel","_search","search","_jobs","jobs"],"sources":["Build.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/builds/{0}\"];\n/**\n * Get the Build with the specified rid.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/builds/getBatch\", 1];\n/**\n * Execute multiple get requests on Build.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * The maximum batch size for this endpoint is 100.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\nconst _create = [1, \"/v2/orchestration/builds/create\", 1];\n/**\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/create\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _cancel = [1, \"/v2/orchestration/builds/{0}/cancel\"];\n/**\n * Request a cancellation for all unfinished jobs in a build. The build's status will not update immediately. This endpoint is asynchronous and a success response indicates that the cancellation request has been acknowledged and the build is expected to be canceled soon. If the build has already finished or finishes shortly after the request and before the cancellation, the build will not change.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-write]\n * URL: /v2/orchestration/builds/{buildRid}/cancel\n */\nexport function cancel($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _cancel, ...args);\n}\nconst _search = [1, \"/v2/orchestration/builds/search\", 3];\n/**\n * Search for Builds.\n *\n * @alpha\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/search\n */\nexport function search($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _search, ...args);\n}\nconst _jobs = [0, \"/v2/orchestration/builds/{0}/jobs\", 2];\n/**\n * Get the Jobs in the Build.\n *\n * @public\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/builds/{buildRid}/jobs\n */\nexport function jobs($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _jobs, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,8BAA8B,CAAC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D;AACA,MAAMG,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,OAAO,EAAE,GAAGH,IAAI,CAAC;AACxD;AACA,MAAMK,OAAO,GAAG,CAAC,CAAC,EAAE,qCAAqC,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,OAAO,EAAE,GAAGL,IAAI,CAAC;AACxD;AACA,MAAMO,OAAO,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,OAAO,EAAE,GAAGP,IAAI,CAAC;AACxD;AACA,MAAMS,KAAK,GAAG,CAAC,CAAC,EAAE,mCAAmC,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACX,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEU,KAAK,EAAE,GAAGT,IAAI,CAAC;AACtD","ignoreList":[]}
@@ -5,6 +5,8 @@ import type * as _Orchestration from "../_components.js";
5
5
  /**
6
6
  * Get the Job with the specified rid.
7
7
  *
8
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
9
+ *
8
10
  * @beta
9
11
  *
10
12
  * Required Scopes: [api:orchestration-read]
@@ -19,6 +21,8 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
19
21
  /**
20
22
  * Execute multiple get requests on Job.
21
23
  *
24
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
25
+ *
22
26
  * The maximum batch size for this endpoint is 500.
23
27
  *
24
28
  * @beta
@@ -1 +1 @@
1
- {"version":3,"file":"Job.d.ts","sourceRoot":"","sources":["../../../src/public/Job.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAWzD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,MAAM,EAAE,KAAK,CAAC,MAAM;IAEpB,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,GAAG,CAAC,CAE7B;AASD;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,0BAA0B,CAAC;IACvD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C"}
1
+ {"version":3,"file":"Job.d.ts","sourceRoot":"","sources":["../../../src/public/Job.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAWzD;;;;;;;;;GASG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,MAAM,EAAE,KAAK,CAAC,MAAM;IAEpB,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,GAAG,CAAC,CAE7B;AASD;;;;;;;;;;;GAWG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,0BAA0B,CAAC;IACvD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAE9C"}
@@ -19,6 +19,8 @@ const _get = [0, "/v2/orchestration/jobs/{0}", 2];
19
19
  /**
20
20
  * Get the Job with the specified rid.
21
21
  *
22
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
23
+ *
22
24
  * @beta
23
25
  *
24
26
  * Required Scopes: [api:orchestration-read]
@@ -31,6 +33,8 @@ const _getBatch = [1, "/v2/orchestration/jobs/getBatch", 3];
31
33
  /**
32
34
  * Execute multiple get requests on Job.
33
35
  *
36
+ * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.
37
+ *
34
38
  * The maximum batch size for this endpoint is 500.
35
39
  *
36
40
  * @beta
@@ -1 +1 @@
1
- {"version":3,"file":"Job.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch"],"sources":["Job.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/jobs/{0}\", 2];\n/**\n * Get the Job with the specified rid.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/{jobRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/jobs/getBatch\", 3];\n/**\n * Execute multiple get requests on Job.\n *\n * The maximum batch size for this endpoint is 500.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,4BAA4B,EAAE,CAAC,CAAC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D","ignoreList":[]}
1
+ {"version":3,"file":"Job.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_getBatch","getBatch"],"sources":["Job.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _get = [0, \"/v2/orchestration/jobs/{0}\", 2];\n/**\n * Get the Job with the specified rid.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/{jobRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _getBatch = [1, \"/v2/orchestration/jobs/getBatch\", 3];\n/**\n * Execute multiple get requests on Job.\n *\n * Users are allowed to make a maximum of **4 requests per second** and **25 concurrent requests**.\n *\n * The maximum batch size for this endpoint is 500.\n *\n * @beta\n *\n * Required Scopes: [api:orchestration-read]\n * URL: /v2/orchestration/jobs/getBatch\n */\nexport function getBatch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBatch, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,4BAA4B,EAAE,CAAC,CAAC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,SAAS,GAAG,CAAC,CAAC,EAAE,iCAAiC,EAAE,CAAC,CAAC;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,SAAS,EAAE,GAAGD,IAAI,CAAC;AAC1D","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.orchestration",
3
- "version": "2.53.0",
3
+ "version": "2.55.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.core": "2.53.0",
25
- "@osdk/foundry.filesystem": "2.53.0",
26
- "@osdk/foundry.datasets": "2.53.0",
27
- "@osdk/shared.net.platformapi": "~1.6.0"
24
+ "@osdk/foundry.core": "2.55.0",
25
+ "@osdk/foundry.filesystem": "2.55.0",
26
+ "@osdk/shared.net.platformapi": "~1.6.0",
27
+ "@osdk/foundry.datasets": "2.55.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "typescript": "^5.5.4",
@@ -47,7 +47,7 @@
47
47
  "sls": {
48
48
  "dependencies": {
49
49
  "com.palantir.foundry.api:api-gateway": {
50
- "minVersion": "1.1501.0",
50
+ "minVersion": "1.1524.0",
51
51
  "maxVersion": "1.x.x",
52
52
  "optional": false
53
53
  }