@osdk/foundry.thirdpartyapplications 2.1.0-beta.6 → 2.1.1

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,48 @@
1
1
  # @osdk/foundry.thirdpartyapplications
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a4343af]
8
+ - @osdk/shared.client@1.0.1
9
+ - @osdk/foundry.core@2.1.1
10
+ - @osdk/shared.net.platformapi@0.3.1
11
+
12
+ ## 2.1.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 5d6d5ab: Use the "verb" where possible
17
+ - 5d6d5ab: Internal improvement to type references
18
+ - 1252d94: ESM Only
19
+ - 5d6d5ab: Updated to latest gateway apis
20
+ - 5d6d5ab: We now generate error types
21
+ - 5d6d5ab: Includes @alpha/@beta/@public jsdoc tags
22
+ - 5d6d5ab: Internally refactored to support new API versions
23
+ - 5d6d5ab: Autofill Content-Length and Content-Type headers in API's that accept Blobs
24
+ - 5d6d5ab: SLS dependencies are optional
25
+ - d4d6605: Audited and cleaned up deps
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [5d6d5ab]
30
+ - Updated dependencies [b60e107]
31
+ - Updated dependencies [5d6d5ab]
32
+ - Updated dependencies [5dc1241]
33
+ - Updated dependencies [1252d94]
34
+ - Updated dependencies [5d6d5ab]
35
+ - Updated dependencies [5d6d5ab]
36
+ - Updated dependencies [5d6d5ab]
37
+ - Updated dependencies [5d6d5ab]
38
+ - Updated dependencies [5d6d5ab]
39
+ - Updated dependencies [5d6d5ab]
40
+ - Updated dependencies [d4d6605]
41
+ - Updated dependencies [5dc1241]
42
+ - @osdk/foundry.core@2.1.0
43
+ - @osdk/shared.client@1.0.0
44
+ - @osdk/shared.net.platformapi@0.3.0
45
+
3
46
  ## 2.1.0-beta.6
4
47
 
5
48
  ### Patch Changes
@@ -9,7 +9,7 @@ import type * as _ThirdPartyApplications from "../_components.js";
9
9
  * Required Scopes: [third-party-application:deploy-application-website]
10
10
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}
11
11
  */
12
- export declare function getThirdPartyApplication($ctx: $Client | $ClientContext, ...args: [
12
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
13
13
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
14
14
  $queryParams?: {
15
15
  preview?: _Core.PreviewMode | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,qBAAqB,CAAC,CAExD"}
1
+ {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,qBAAqB,CAAC,CAExD"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _getThirdPartyApplication = [0, "/v2/thirdPartyApplications/{0}", 2];
18
+ const _get = [0, "/v2/thirdPartyApplications/{0}", 2];
19
19
  /**
20
20
  * Get the ThirdPartyApplication with the specified rid.
21
21
  *
@@ -24,7 +24,7 @@ const _getThirdPartyApplication = [0, "/v2/thirdPartyApplications/{0}", 2];
24
24
  * Required Scopes: [third-party-application:deploy-application-website]
25
25
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}
26
26
  */
27
- export function getThirdPartyApplication($ctx, ...args) {
28
- return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);
27
+ export function get($ctx, ...args) {
28
+ return $foundryPlatformFetch($ctx, _get, ...args);
29
29
  }
30
30
  //# sourceMappingURL=ThirdPartyApplication.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyApplication.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_getThirdPartyApplication","getThirdPartyApplication","$ctx","args"],"sources":["ThirdPartyApplication.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 _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n/**\n * Get the ThirdPartyApplication with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...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,yBAAyB,GAAG,CAAC,CAAC,EAAE,gCAAgC,EAAE,CAAC,CAAC;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,wBAAwBA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpD,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,yBAAyB,EAAE,GAAGG,IAAI,CAAC;AAC1E","ignoreList":[]}
1
+ {"version":3,"file":"ThirdPartyApplication.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args"],"sources":["ThirdPartyApplication.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/thirdPartyApplications/{0}\", 2];\n/**\n * Get the ThirdPartyApplication with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...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,gCAAgC,EAAE,CAAC,CAAC;AACrD;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","ignoreList":[]}
@@ -26,7 +26,7 @@ export declare function deleteVersion($ctx: $Client | $ClientContext, ...args: [
26
26
  * Required Scopes: [third-party-application:deploy-application-website]
27
27
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions
28
28
  */
29
- export declare function listVersions($ctx: $Client | $ClientContext, ...args: [
29
+ export declare function list($ctx: $Client | $ClientContext, ...args: [
30
30
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
31
31
  $queryParams?: {
32
32
  pageSize?: _Core.PageSize | undefined;
@@ -42,7 +42,7 @@ export declare function listVersions($ctx: $Client | $ClientContext, ...args: [
42
42
  * Required Scopes: [third-party-application:deploy-application-website]
43
43
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}
44
44
  */
45
- export declare function getVersion($ctx: $Client | $ClientContext, ...args: [
45
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
46
46
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
47
47
  versionVersion: _ThirdPartyApplications.VersionVersion,
48
48
  $queryParams?: {
@@ -57,7 +57,7 @@ export declare function getVersion($ctx: $Client | $ClientContext, ...args: [
57
57
  * Required Scopes: [third-party-application:deploy-application-website]
58
58
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload
59
59
  */
60
- export declare function uploadVersion($ctx: $Client | $ClientContext, ...args: [
60
+ export declare function upload($ctx: $Client | $ClientContext, ...args: [
61
61
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
62
62
  $body: Blob,
63
63
  $queryParams: {
@@ -1 +1 @@
1
- {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAYlE;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,oBAAoB,CAAC,CAEvD;AAUD;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAkBD;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,uBAAuB,CAAC,cAAc,CAAC;QAChD,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
1
+ {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAYlE;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,oBAAoB,CAAC,CAEvD;AAUD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAkBD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,uBAAuB,CAAC,cAAc,CAAC;QAChD,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
@@ -27,7 +27,7 @@ const _deleteVersion = [3, "/v2/thirdPartyApplications/{0}/website/versions/{1}"
27
27
  export function deleteVersion($ctx, ...args) {
28
28
  return $foundryPlatformFetch($ctx, _deleteVersion, ...args);
29
29
  }
30
- const _listVersions = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
30
+ const _list = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
31
31
  /**
32
32
  * Lists all Versions.
33
33
  *
@@ -38,10 +38,10 @@ const _listVersions = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
38
38
  * Required Scopes: [third-party-application:deploy-application-website]
39
39
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions
40
40
  */
41
- export function listVersions($ctx, ...args) {
42
- return $foundryPlatformFetch($ctx, _listVersions, ...args);
41
+ export function list($ctx, ...args) {
42
+ return $foundryPlatformFetch($ctx, _list, ...args);
43
43
  }
44
- const _getVersion = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
44
+ const _get = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
45
45
  /**
46
46
  * Get the Version with the specified version.
47
47
  *
@@ -50,10 +50,10 @@ const _getVersion = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2
50
50
  * Required Scopes: [third-party-application:deploy-application-website]
51
51
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}
52
52
  */
53
- export function getVersion($ctx, ...args) {
54
- return $foundryPlatformFetch($ctx, _getVersion, ...args);
53
+ export function get($ctx, ...args) {
54
+ return $foundryPlatformFetch($ctx, _get, ...args);
55
55
  }
56
- const _uploadVersion = [1, "/v2/thirdPartyApplications/{0}/website/versions/upload", 3, "application/octet-stream"];
56
+ const _upload = [1, "/v2/thirdPartyApplications/{0}/website/versions/upload", 3, "application/octet-stream"];
57
57
  /**
58
58
  * Upload a new version of the Website.
59
59
  *
@@ -62,7 +62,7 @@ const _uploadVersion = [1, "/v2/thirdPartyApplications/{0}/website/versions/uplo
62
62
  * Required Scopes: [third-party-application:deploy-application-website]
63
63
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload
64
64
  */
65
- export function uploadVersion($ctx, ...args) {
66
- return $foundryPlatformFetch($ctx, _uploadVersion, ...args);
65
+ export function upload($ctx, ...args) {
66
+ return $foundryPlatformFetch($ctx, _upload, ...args);
67
67
  }
68
68
  //# sourceMappingURL=Version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Version.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_deleteVersion","deleteVersion","$ctx","args","_listVersions","listVersions","_getVersion","getVersion","_uploadVersion","uploadVersion"],"sources":["Version.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 _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Delete the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function deleteVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteVersion, ...args);\n}\nconst _listVersions = [0, \"/v2/thirdPartyApplications/{0}/website/versions\", 2];\n/**\n * Lists all Versions.\n *\n * This is a paged endpoint. Each page may be smaller or larger than the requested page size. However, it is guaranteed that if there are more results available, the `nextPageToken` field will be populated. To get the next page, make the same request again, but set the value of the `pageToken` query parameter to be value of the `nextPageToken` value of the previous response. If there is no `nextPageToken` field in the response, you are on the last page.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions\n */\nexport function listVersions($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _listVersions, ...args);\n}\nconst _getVersion = [0, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Get the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function getVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getVersion, ...args);\n}\nconst _uploadVersion = [\n 1,\n \"/v2/thirdPartyApplications/{0}/website/versions/upload\",\n 3,\n \"application/octet-stream\",\n];\n/**\n * Upload a new version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload\n */\nexport function uploadVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _uploadVersion, ...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,cAAc,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,cAAc,EAAE,GAAGG,IAAI,CAAC;AAC/D;AACA,MAAMC,aAAa,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AAC/E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,YAAYA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACxC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,aAAa,EAAE,GAAGD,IAAI,CAAC;AAC9D;AACA,MAAMG,WAAW,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AACjF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,UAAUA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EACtC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,WAAW,EAAE,GAAGH,IAAI,CAAC;AAC5D;AACA,MAAMK,cAAc,GAAG,CACnB,CAAC,EACD,wDAAwD,EACxD,CAAC,EACD,0BAA0B,CAC7B;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,cAAc,EAAE,GAAGL,IAAI,CAAC;AAC/D","ignoreList":[]}
1
+ {"version":3,"file":"Version.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_deleteVersion","deleteVersion","$ctx","args","_list","list","_get","get","_upload","upload"],"sources":["Version.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 _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Delete the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function deleteVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteVersion, ...args);\n}\nconst _list = [0, \"/v2/thirdPartyApplications/{0}/website/versions\", 2];\n/**\n * Lists all Versions.\n *\n * This is a paged endpoint. Each page may be smaller or larger than the requested page size. However, it is guaranteed that if there are more results available, the `nextPageToken` field will be populated. To get the next page, make the same request again, but set the value of the `pageToken` query parameter to be value of the `nextPageToken` value of the previous response. If there is no `nextPageToken` field in the response, you are on the last page.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...args);\n}\nconst _get = [0, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Get the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _upload = [\n 1,\n \"/v2/thirdPartyApplications/{0}/website/versions/upload\",\n 3,\n \"application/octet-stream\",\n];\n/**\n * Upload a new version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload\n */\nexport function upload($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _upload, ...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,cAAc,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,cAAc,EAAE,GAAGG,IAAI,CAAC;AAC/D;AACA,MAAMC,KAAK,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AACvE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,KAAK,EAAE,GAAGD,IAAI,CAAC;AACtD;AACA,MAAMG,IAAI,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,IAAI,EAAE,GAAGH,IAAI,CAAC;AACrD;AACA,MAAMK,OAAO,GAAG,CACZ,CAAC,EACD,wDAAwD,EACxD,CAAC,EACD,0BAA0B,CAC7B;AACD;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","ignoreList":[]}
@@ -9,7 +9,7 @@ import type * as _ThirdPartyApplications from "../_components.js";
9
9
  * Required Scopes: [third-party-application:deploy-application-website]
10
10
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website
11
11
  */
12
- export declare function getWebsite($ctx: $Client | $ClientContext, ...args: [
12
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
13
13
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
14
14
  $queryParams?: {
15
15
  preview?: _Core.PreviewMode | undefined;
@@ -23,7 +23,7 @@ export declare function getWebsite($ctx: $Client | $ClientContext, ...args: [
23
23
  * Required Scopes: [third-party-application:deploy-application-website]
24
24
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy
25
25
  */
26
- export declare function deployWebsite($ctx: $Client | $ClientContext, ...args: [
26
+ export declare function deploy($ctx: $Client | $ClientContext, ...args: [
27
27
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
28
28
  $body: _ThirdPartyApplications.DeployWebsiteRequest,
29
29
  $queryParams?: {
@@ -38,7 +38,7 @@ export declare function deployWebsite($ctx: $Client | $ClientContext, ...args: [
38
38
  * Required Scopes: [third-party-application:deploy-application-website]
39
39
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy
40
40
  */
41
- export declare function undeployWebsite($ctx: $Client | $ClientContext, ...args: [
41
+ export declare function undeploy($ctx: $Client | $ClientContext, ...args: [
42
42
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
43
43
  $queryParams?: {
44
44
  preview?: _Core.PreviewMode | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAUD;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,uBAAuB,CAAC,oBAAoB;IACnD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AASD;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
1
+ {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAUD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,uBAAuB,CAAC,oBAAoB;IACnD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AASD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _getWebsite = [0, "/v2/thirdPartyApplications/{0}/website", 2];
18
+ const _get = [0, "/v2/thirdPartyApplications/{0}/website", 2];
19
19
  /**
20
20
  * Get the Website.
21
21
  *
@@ -24,10 +24,10 @@ const _getWebsite = [0, "/v2/thirdPartyApplications/{0}/website", 2];
24
24
  * Required Scopes: [third-party-application:deploy-application-website]
25
25
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website
26
26
  */
27
- export function getWebsite($ctx, ...args) {
28
- return $foundryPlatformFetch($ctx, _getWebsite, ...args);
27
+ export function get($ctx, ...args) {
28
+ return $foundryPlatformFetch($ctx, _get, ...args);
29
29
  }
30
- const _deployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
30
+ const _deploy = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
31
31
  /**
32
32
  * Deploy a version of the Website.
33
33
  *
@@ -36,10 +36,10 @@ const _deployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
36
36
  * Required Scopes: [third-party-application:deploy-application-website]
37
37
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy
38
38
  */
39
- export function deployWebsite($ctx, ...args) {
40
- return $foundryPlatformFetch($ctx, _deployWebsite, ...args);
39
+ export function deploy($ctx, ...args) {
40
+ return $foundryPlatformFetch($ctx, _deploy, ...args);
41
41
  }
42
- const _undeployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/undeploy", 2];
42
+ const _undeploy = [1, "/v2/thirdPartyApplications/{0}/website/undeploy", 2];
43
43
  /**
44
44
  * Remove the currently deployed version of the Website.
45
45
  *
@@ -48,7 +48,7 @@ const _undeployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/undeploy",
48
48
  * Required Scopes: [third-party-application:deploy-application-website]
49
49
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy
50
50
  */
51
- export function undeployWebsite($ctx, ...args) {
52
- return $foundryPlatformFetch($ctx, _undeployWebsite, ...args);
51
+ export function undeploy($ctx, ...args) {
52
+ return $foundryPlatformFetch($ctx, _undeploy, ...args);
53
53
  }
54
54
  //# sourceMappingURL=Website.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Website.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_getWebsite","getWebsite","$ctx","args","_deployWebsite","deployWebsite","_undeployWebsite","undeployWebsite"],"sources":["Website.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 _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n/**\n * Get the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website\n */\nexport function getWebsite($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getWebsite, ...args);\n}\nconst _deployWebsite = [1, \"/v2/thirdPartyApplications/{0}/website/deploy\", 3];\n/**\n * Deploy a version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy\n */\nexport function deployWebsite($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deployWebsite, ...args);\n}\nconst _undeployWebsite = [1, \"/v2/thirdPartyApplications/{0}/website/undeploy\", 2];\n/**\n * Remove the currently deployed version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy\n */\nexport function undeployWebsite($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _undeployWebsite, ...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,WAAW,GAAG,CAAC,CAAC,EAAE,wCAAwC,EAAE,CAAC,CAAC;AACpE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,UAAUA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACtC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,WAAW,EAAE,GAAGG,IAAI,CAAC;AAC5D;AACA,MAAMC,cAAc,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AAC9E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,cAAc,EAAE,GAAGD,IAAI,CAAC;AAC/D;AACA,MAAMG,gBAAgB,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,eAAeA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC3C,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,gBAAgB,EAAE,GAAGH,IAAI,CAAC;AACjE","ignoreList":[]}
1
+ {"version":3,"file":"Website.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_deploy","deploy","_undeploy","undeploy"],"sources":["Website.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/thirdPartyApplications/{0}/website\", 2];\n/**\n * Get the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _deploy = [1, \"/v2/thirdPartyApplications/{0}/website/deploy\", 3];\n/**\n * Deploy a version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy\n */\nexport function deploy($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deploy, ...args);\n}\nconst _undeploy = [1, \"/v2/thirdPartyApplications/{0}/website/undeploy\", 2];\n/**\n * Remove the currently deployed version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy\n */\nexport function undeploy($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _undeploy, ...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,wCAAwC,EAAE,CAAC,CAAC;AAC7D;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,OAAO,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AACvE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,OAAO,EAAE,GAAGD,IAAI,CAAC;AACxD;AACA,MAAMG,SAAS,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,SAAS,EAAE,GAAGH,IAAI,CAAC;AAC1D","ignoreList":[]}
@@ -9,7 +9,7 @@ import type * as _ThirdPartyApplications from "../_components.js";
9
9
  * Required Scopes: [third-party-application:deploy-application-website]
10
10
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}
11
11
  */
12
- export declare function getThirdPartyApplication($ctx: $Client | $ClientContext, ...args: [
12
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
13
13
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
14
14
  $queryParams?: {
15
15
  preview?: _Core.PreviewMode | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,qBAAqB,CAAC,CAExD"}
1
+ {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,qBAAqB,CAAC,CAExD"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _getThirdPartyApplication = [0, "/v2/thirdPartyApplications/{0}", 2];
18
+ const _get = [0, "/v2/thirdPartyApplications/{0}", 2];
19
19
  /**
20
20
  * Get the ThirdPartyApplication with the specified rid.
21
21
  *
@@ -24,7 +24,7 @@ const _getThirdPartyApplication = [0, "/v2/thirdPartyApplications/{0}", 2];
24
24
  * Required Scopes: [third-party-application:deploy-application-website]
25
25
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}
26
26
  */
27
- export function getThirdPartyApplication($ctx, ...args) {
28
- return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);
27
+ export function get($ctx, ...args) {
28
+ return $foundryPlatformFetch($ctx, _get, ...args);
29
29
  }
30
30
  //# sourceMappingURL=ThirdPartyApplication.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyApplication.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_getThirdPartyApplication","getThirdPartyApplication","$ctx","args"],"sources":["ThirdPartyApplication.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 _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n/**\n * Get the ThirdPartyApplication with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...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,yBAAyB,GAAG,CAAC,CAAC,EAAE,gCAAgC,EAAE,CAAC,CAAC;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,wBAAwBA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpD,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,yBAAyB,EAAE,GAAGG,IAAI,CAAC;AAC1E","ignoreList":[]}
1
+ {"version":3,"file":"ThirdPartyApplication.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args"],"sources":["ThirdPartyApplication.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/thirdPartyApplications/{0}\", 2];\n/**\n * Get the ThirdPartyApplication with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...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,gCAAgC,EAAE,CAAC,CAAC;AACrD;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","ignoreList":[]}
@@ -26,7 +26,7 @@ export declare function deleteVersion($ctx: $Client | $ClientContext, ...args: [
26
26
  * Required Scopes: [third-party-application:deploy-application-website]
27
27
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions
28
28
  */
29
- export declare function listVersions($ctx: $Client | $ClientContext, ...args: [
29
+ export declare function list($ctx: $Client | $ClientContext, ...args: [
30
30
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
31
31
  $queryParams?: {
32
32
  pageSize?: _Core.PageSize | undefined;
@@ -42,7 +42,7 @@ export declare function listVersions($ctx: $Client | $ClientContext, ...args: [
42
42
  * Required Scopes: [third-party-application:deploy-application-website]
43
43
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}
44
44
  */
45
- export declare function getVersion($ctx: $Client | $ClientContext, ...args: [
45
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
46
46
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
47
47
  versionVersion: _ThirdPartyApplications.VersionVersion,
48
48
  $queryParams?: {
@@ -57,7 +57,7 @@ export declare function getVersion($ctx: $Client | $ClientContext, ...args: [
57
57
  * Required Scopes: [third-party-application:deploy-application-website]
58
58
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload
59
59
  */
60
- export declare function uploadVersion($ctx: $Client | $ClientContext, ...args: [
60
+ export declare function upload($ctx: $Client | $ClientContext, ...args: [
61
61
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
62
62
  $body: Blob,
63
63
  $queryParams: {
@@ -1 +1 @@
1
- {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAYlE;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,oBAAoB,CAAC,CAEvD;AAUD;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAkBD;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,uBAAuB,CAAC,cAAc,CAAC;QAChD,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
1
+ {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAYlE;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,oBAAoB,CAAC,CAEvD;AAUD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,cAAc,EAAE,uBAAuB,CAAC,cAAc;IAEtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAkBD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,uBAAuB,CAAC,cAAc,CAAC;QAChD,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
@@ -27,7 +27,7 @@ const _deleteVersion = [3, "/v2/thirdPartyApplications/{0}/website/versions/{1}"
27
27
  export function deleteVersion($ctx, ...args) {
28
28
  return $foundryPlatformFetch($ctx, _deleteVersion, ...args);
29
29
  }
30
- const _listVersions = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
30
+ const _list = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
31
31
  /**
32
32
  * Lists all Versions.
33
33
  *
@@ -38,10 +38,10 @@ const _listVersions = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
38
38
  * Required Scopes: [third-party-application:deploy-application-website]
39
39
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions
40
40
  */
41
- export function listVersions($ctx, ...args) {
42
- return $foundryPlatformFetch($ctx, _listVersions, ...args);
41
+ export function list($ctx, ...args) {
42
+ return $foundryPlatformFetch($ctx, _list, ...args);
43
43
  }
44
- const _getVersion = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
44
+ const _get = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
45
45
  /**
46
46
  * Get the Version with the specified version.
47
47
  *
@@ -50,10 +50,10 @@ const _getVersion = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2
50
50
  * Required Scopes: [third-party-application:deploy-application-website]
51
51
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}
52
52
  */
53
- export function getVersion($ctx, ...args) {
54
- return $foundryPlatformFetch($ctx, _getVersion, ...args);
53
+ export function get($ctx, ...args) {
54
+ return $foundryPlatformFetch($ctx, _get, ...args);
55
55
  }
56
- const _uploadVersion = [1, "/v2/thirdPartyApplications/{0}/website/versions/upload", 3, "application/octet-stream"];
56
+ const _upload = [1, "/v2/thirdPartyApplications/{0}/website/versions/upload", 3, "application/octet-stream"];
57
57
  /**
58
58
  * Upload a new version of the Website.
59
59
  *
@@ -62,7 +62,7 @@ const _uploadVersion = [1, "/v2/thirdPartyApplications/{0}/website/versions/uplo
62
62
  * Required Scopes: [third-party-application:deploy-application-website]
63
63
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload
64
64
  */
65
- export function uploadVersion($ctx, ...args) {
66
- return $foundryPlatformFetch($ctx, _uploadVersion, ...args);
65
+ export function upload($ctx, ...args) {
66
+ return $foundryPlatformFetch($ctx, _upload, ...args);
67
67
  }
68
68
  //# sourceMappingURL=Version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Version.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_deleteVersion","deleteVersion","$ctx","args","_listVersions","listVersions","_getVersion","getVersion","_uploadVersion","uploadVersion"],"sources":["Version.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 _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Delete the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function deleteVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteVersion, ...args);\n}\nconst _listVersions = [0, \"/v2/thirdPartyApplications/{0}/website/versions\", 2];\n/**\n * Lists all Versions.\n *\n * This is a paged endpoint. Each page may be smaller or larger than the requested page size. However, it is guaranteed that if there are more results available, the `nextPageToken` field will be populated. To get the next page, make the same request again, but set the value of the `pageToken` query parameter to be value of the `nextPageToken` value of the previous response. If there is no `nextPageToken` field in the response, you are on the last page.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions\n */\nexport function listVersions($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _listVersions, ...args);\n}\nconst _getVersion = [0, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Get the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function getVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getVersion, ...args);\n}\nconst _uploadVersion = [\n 1,\n \"/v2/thirdPartyApplications/{0}/website/versions/upload\",\n 3,\n \"application/octet-stream\",\n];\n/**\n * Upload a new version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload\n */\nexport function uploadVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _uploadVersion, ...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,cAAc,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,cAAc,EAAE,GAAGG,IAAI,CAAC;AAC/D;AACA,MAAMC,aAAa,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AAC/E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,YAAYA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACxC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,aAAa,EAAE,GAAGD,IAAI,CAAC;AAC9D;AACA,MAAMG,WAAW,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AACjF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,UAAUA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EACtC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,WAAW,EAAE,GAAGH,IAAI,CAAC;AAC5D;AACA,MAAMK,cAAc,GAAG,CACnB,CAAC,EACD,wDAAwD,EACxD,CAAC,EACD,0BAA0B,CAC7B;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,cAAc,EAAE,GAAGL,IAAI,CAAC;AAC/D","ignoreList":[]}
1
+ {"version":3,"file":"Version.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_deleteVersion","deleteVersion","$ctx","args","_list","list","_get","get","_upload","upload"],"sources":["Version.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 _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Delete the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function deleteVersion($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteVersion, ...args);\n}\nconst _list = [0, \"/v2/thirdPartyApplications/{0}/website/versions\", 2];\n/**\n * Lists all Versions.\n *\n * This is a paged endpoint. Each page may be smaller or larger than the requested page size. However, it is guaranteed that if there are more results available, the `nextPageToken` field will be populated. To get the next page, make the same request again, but set the value of the `pageToken` query parameter to be value of the `nextPageToken` value of the previous response. If there is no `nextPageToken` field in the response, you are on the last page.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...args);\n}\nconst _get = [0, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n/**\n * Get the Version with the specified version.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _upload = [\n 1,\n \"/v2/thirdPartyApplications/{0}/website/versions/upload\",\n 3,\n \"application/octet-stream\",\n];\n/**\n * Upload a new version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload\n */\nexport function upload($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _upload, ...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,cAAc,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,cAAc,EAAE,GAAGG,IAAI,CAAC;AAC/D;AACA,MAAMC,KAAK,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AACvE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,KAAK,EAAE,GAAGD,IAAI,CAAC;AACtD;AACA,MAAMG,IAAI,GAAG,CAAC,CAAC,EAAE,qDAAqD,EAAE,CAAC,CAAC;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,IAAI,EAAE,GAAGH,IAAI,CAAC;AACrD;AACA,MAAMK,OAAO,GAAG,CACZ,CAAC,EACD,wDAAwD,EACxD,CAAC,EACD,0BAA0B,CAC7B;AACD;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","ignoreList":[]}
@@ -9,7 +9,7 @@ import type * as _ThirdPartyApplications from "../_components.js";
9
9
  * Required Scopes: [third-party-application:deploy-application-website]
10
10
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website
11
11
  */
12
- export declare function getWebsite($ctx: $Client | $ClientContext, ...args: [
12
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
13
13
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
14
14
  $queryParams?: {
15
15
  preview?: _Core.PreviewMode | undefined;
@@ -23,7 +23,7 @@ export declare function getWebsite($ctx: $Client | $ClientContext, ...args: [
23
23
  * Required Scopes: [third-party-application:deploy-application-website]
24
24
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy
25
25
  */
26
- export declare function deployWebsite($ctx: $Client | $ClientContext, ...args: [
26
+ export declare function deploy($ctx: $Client | $ClientContext, ...args: [
27
27
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
28
28
  $body: _ThirdPartyApplications.DeployWebsiteRequest,
29
29
  $queryParams?: {
@@ -38,7 +38,7 @@ export declare function deployWebsite($ctx: $Client | $ClientContext, ...args: [
38
38
  * Required Scopes: [third-party-application:deploy-application-website]
39
39
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy
40
40
  */
41
- export declare function undeployWebsite($ctx: $Client | $ClientContext, ...args: [
41
+ export declare function undeploy($ctx: $Client | $ClientContext, ...args: [
42
42
  thirdPartyApplicationRid: _ThirdPartyApplications.ThirdPartyApplicationRid,
43
43
  $queryParams?: {
44
44
  preview?: _Core.PreviewMode | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAUD;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,uBAAuB,CAAC,oBAAoB;IACnD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AASD;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
1
+ {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,uBAAuB,MAAM,mBAAmB,CAAC;AAWlE;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AAUD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAC1E,KAAK,EAAE,uBAAuB,CAAC,oBAAoB;IACnD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C;AASD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,uBAAuB,CAAC,wBAAwB;IAE1E,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAE1C"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _getWebsite = [0, "/v2/thirdPartyApplications/{0}/website", 2];
18
+ const _get = [0, "/v2/thirdPartyApplications/{0}/website", 2];
19
19
  /**
20
20
  * Get the Website.
21
21
  *
@@ -24,10 +24,10 @@ const _getWebsite = [0, "/v2/thirdPartyApplications/{0}/website", 2];
24
24
  * Required Scopes: [third-party-application:deploy-application-website]
25
25
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website
26
26
  */
27
- export function getWebsite($ctx, ...args) {
28
- return $foundryPlatformFetch($ctx, _getWebsite, ...args);
27
+ export function get($ctx, ...args) {
28
+ return $foundryPlatformFetch($ctx, _get, ...args);
29
29
  }
30
- const _deployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
30
+ const _deploy = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
31
31
  /**
32
32
  * Deploy a version of the Website.
33
33
  *
@@ -36,10 +36,10 @@ const _deployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
36
36
  * Required Scopes: [third-party-application:deploy-application-website]
37
37
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy
38
38
  */
39
- export function deployWebsite($ctx, ...args) {
40
- return $foundryPlatformFetch($ctx, _deployWebsite, ...args);
39
+ export function deploy($ctx, ...args) {
40
+ return $foundryPlatformFetch($ctx, _deploy, ...args);
41
41
  }
42
- const _undeployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/undeploy", 2];
42
+ const _undeploy = [1, "/v2/thirdPartyApplications/{0}/website/undeploy", 2];
43
43
  /**
44
44
  * Remove the currently deployed version of the Website.
45
45
  *
@@ -48,7 +48,7 @@ const _undeployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/undeploy",
48
48
  * Required Scopes: [third-party-application:deploy-application-website]
49
49
  * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy
50
50
  */
51
- export function undeployWebsite($ctx, ...args) {
52
- return $foundryPlatformFetch($ctx, _undeployWebsite, ...args);
51
+ export function undeploy($ctx, ...args) {
52
+ return $foundryPlatformFetch($ctx, _undeploy, ...args);
53
53
  }
54
54
  //# sourceMappingURL=Website.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Website.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_getWebsite","getWebsite","$ctx","args","_deployWebsite","deployWebsite","_undeployWebsite","undeployWebsite"],"sources":["Website.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 _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n/**\n * Get the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website\n */\nexport function getWebsite($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getWebsite, ...args);\n}\nconst _deployWebsite = [1, \"/v2/thirdPartyApplications/{0}/website/deploy\", 3];\n/**\n * Deploy a version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy\n */\nexport function deployWebsite($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deployWebsite, ...args);\n}\nconst _undeployWebsite = [1, \"/v2/thirdPartyApplications/{0}/website/undeploy\", 2];\n/**\n * Remove the currently deployed version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy\n */\nexport function undeployWebsite($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _undeployWebsite, ...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,WAAW,GAAG,CAAC,CAAC,EAAE,wCAAwC,EAAE,CAAC,CAAC;AACpE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,UAAUA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACtC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,WAAW,EAAE,GAAGG,IAAI,CAAC;AAC5D;AACA,MAAMC,cAAc,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AAC9E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,cAAc,EAAE,GAAGD,IAAI,CAAC;AAC/D;AACA,MAAMG,gBAAgB,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,eAAeA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC3C,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,gBAAgB,EAAE,GAAGH,IAAI,CAAC;AACjE","ignoreList":[]}
1
+ {"version":3,"file":"Website.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_deploy","deploy","_undeploy","undeploy"],"sources":["Website.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/thirdPartyApplications/{0}/website\", 2];\n/**\n * Get the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _deploy = [1, \"/v2/thirdPartyApplications/{0}/website/deploy\", 3];\n/**\n * Deploy a version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy\n */\nexport function deploy($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deploy, ...args);\n}\nconst _undeploy = [1, \"/v2/thirdPartyApplications/{0}/website/undeploy\", 2];\n/**\n * Remove the currently deployed version of the Website.\n *\n * @beta\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy\n */\nexport function undeploy($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _undeploy, ...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,wCAAwC,EAAE,CAAC,CAAC;AAC7D;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,OAAO,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AACvE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,OAAO,EAAE,GAAGD,IAAI,CAAC;AACxD;AACA,MAAMG,SAAS,GAAG,CAAC,CAAC,EAAE,iDAAiD,EAAE,CAAC,CAAC;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,QAAQA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EACpC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,SAAS,EAAE,GAAGH,IAAI,CAAC;AAC1D","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.thirdpartyapplications",
3
- "version": "2.1.0-beta.6",
3
+ "version": "2.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,14 +17,14 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/foundry.core": "2.1.0-beta.6",
21
- "@osdk/shared.client": "^1.0.0-beta.3",
22
- "@osdk/shared.net.platformapi": "~0.3.0-beta.3"
20
+ "@osdk/foundry.core": "2.1.1",
21
+ "@osdk/shared.client": "^1.0.1",
22
+ "@osdk/shared.net.platformapi": "~0.3.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "typescript": "^5.5.4",
26
- "@osdk/monorepo.api-extractor": "~0.0.0",
27
26
  "@osdk/monorepo.tsconfig": "~0.0.0",
27
+ "@osdk/monorepo.api-extractor": "~0.0.0",
28
28
  "@osdk/monorepo.tsup": "~0.0.0"
29
29
  },
30
30
  "publishConfig": {