@osdk/foundry.thirdpartyapplications 1.1.0-beta.2 → 3.0.0-beta.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.
Files changed (63) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/build/browser/{chunk-AUHZWXFF.js → chunk-C5KVM4BE.js} +2 -2
  3. package/build/browser/chunk-C5KVM4BE.js.map +1 -0
  4. package/build/browser/chunk-PZ5AY32C.js +1 -1
  5. package/build/browser/chunk-PZ5AY32C.js.map +1 -1
  6. package/build/browser/chunk-U2TUFRI3.js +1 -1
  7. package/build/browser/chunk-U2TUFRI3.js.map +1 -1
  8. package/build/browser/chunk-ZT4KWCV6.js +1 -1
  9. package/build/browser/chunk-ZT4KWCV6.js.map +1 -1
  10. package/build/browser/index.js +2 -2
  11. package/build/browser/index.js.map +1 -1
  12. package/build/browser/public/ThirdPartyApplication.js +2 -2
  13. package/build/browser/public/ThirdPartyApplication.js.map +1 -1
  14. package/build/browser/public/Version.js +1 -1
  15. package/build/browser/public/Version.js.map +1 -1
  16. package/build/browser/public/Website.js +1 -1
  17. package/build/browser/public/Website.js.map +1 -1
  18. package/build/cjs/chunk-3JNFJRHP.cjs +1 -1
  19. package/build/cjs/chunk-3JNFJRHP.cjs.map +1 -1
  20. package/build/cjs/chunk-I3WXNYT4.cjs +1 -1
  21. package/build/cjs/chunk-I3WXNYT4.cjs.map +1 -1
  22. package/build/cjs/{chunk-QTN4JTJN.cjs → chunk-M6TJPNL3.cjs} +2 -2
  23. package/build/cjs/chunk-M6TJPNL3.cjs.map +1 -0
  24. package/build/cjs/chunk-Q7SFCCGT.cjs +1 -1
  25. package/build/cjs/chunk-Q7SFCCGT.cjs.map +1 -1
  26. package/build/cjs/index.cjs +3 -3
  27. package/build/cjs/index.cjs.map +1 -1
  28. package/build/cjs/public/ThirdPartyApplication.cjs +3 -3
  29. package/build/cjs/public/ThirdPartyApplication.cjs.map +1 -1
  30. package/build/cjs/public/Version.cjs +1 -1
  31. package/build/cjs/public/Version.cjs.map +1 -1
  32. package/build/cjs/public/Website.cjs +1 -1
  33. package/build/cjs/public/Website.cjs.map +1 -1
  34. package/build/esm/_components.d.ts +36 -1
  35. package/build/esm/_components.d.ts.map +1 -1
  36. package/build/esm/{chunk-AUHZWXFF.js → chunk-C5KVM4BE.js} +2 -2
  37. package/build/esm/chunk-C5KVM4BE.js.map +1 -0
  38. package/build/esm/chunk-PZ5AY32C.js +1 -1
  39. package/build/esm/chunk-PZ5AY32C.js.map +1 -1
  40. package/build/esm/chunk-U2TUFRI3.js +1 -1
  41. package/build/esm/chunk-U2TUFRI3.js.map +1 -1
  42. package/build/esm/chunk-ZT4KWCV6.js +1 -1
  43. package/build/esm/chunk-ZT4KWCV6.js.map +1 -1
  44. package/build/esm/index.d.ts +1 -1
  45. package/build/esm/index.d.ts.map +1 -1
  46. package/build/esm/index.js +2 -2
  47. package/build/esm/index.js.map +1 -1
  48. package/build/esm/public/ThirdPartyApplication.d.ts +2 -1
  49. package/build/esm/public/ThirdPartyApplication.d.ts.map +1 -1
  50. package/build/esm/public/ThirdPartyApplication.js +2 -2
  51. package/build/esm/public/ThirdPartyApplication.js.map +1 -1
  52. package/build/esm/public/Version.d.ts +2 -2
  53. package/build/esm/public/Version.d.ts.map +1 -1
  54. package/build/esm/public/Version.js +1 -1
  55. package/build/esm/public/Version.js.map +1 -1
  56. package/build/esm/public/Website.d.ts +2 -2
  57. package/build/esm/public/Website.d.ts.map +1 -1
  58. package/build/esm/public/Website.js +1 -1
  59. package/build/esm/public/Website.js.map +1 -1
  60. package/package.json +7 -7
  61. package/build/browser/chunk-AUHZWXFF.js.map +0 -1
  62. package/build/cjs/chunk-QTN4JTJN.cjs.map +0 -1
  63. package/build/esm/chunk-AUHZWXFF.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @osdk/foundry.thirdpartyapplications
2
2
 
3
+ ## 3.0.0-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/foundry.core@3.0.0-beta.0
8
+
9
+ ## 2.0.0
10
+
11
+ ### Minor Changes
12
+
13
+ - af1d316: Added support to omni api code gen for binary type bodies in requests.
14
+ - 388dba9: Change all internal dependencies to be tilde not caret
15
+ - 9405a3e: Bump api-gateway to 1.891.0
16
+ - bc89b62: Spelling fixes and spell check in CI
17
+ - a8dc51a: Modified codegen so that return types now include Blobs.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [af1d316]
22
+ - Updated dependencies [94833a7]
23
+ - Updated dependencies [388dba9]
24
+ - Updated dependencies [9405a3e]
25
+ - Updated dependencies [bc89b62]
26
+ - Updated dependencies [a8dc51a]
27
+ - @osdk/foundry.core@2.0.0
28
+ - @osdk/shared.net.platformapi@0.2.0
29
+
3
30
  ## 1.1.0-beta.2
4
31
 
5
32
  ### Minor Changes
@@ -12,5 +12,5 @@ function getThirdPartyApplication($ctx, ...args) {
12
12
  }
13
13
 
14
14
  export { ThirdPartyApplication_exports, getThirdPartyApplication };
15
- //# sourceMappingURL=out.js.map
16
- //# sourceMappingURL=chunk-AUHZWXFF.js.map
15
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
16
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,6BAAA,GAAA,GAAA;AAAA,QAAA,CAAA,6BAAA,EAAA;AAAA,EAAA,wBAAA,EAAA,MAAA,wBAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,yBAA4B,GAAA,CAAC,CAAG,EAAA,gCAAA,EAAkC,CAAC,CAAA,CAAA;AAQlE,SAAS,wBAAA,CAAyB,SAAS,IAAM,EAAA;AACtD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,yBAA2B,EAAA,GAAG,IAAI,CAAA,CAAA;AACvE","file":"chunk-C5KVM4BE.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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\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}"]}
@@ -5,5 +5,5 @@ var __export = (target, all) => {
5
5
  };
6
6
 
7
7
  export { __export };
8
- //# sourceMappingURL=out.js.map
8
+ //# sourceMappingURL=chunk-PZ5AY32C.js.map
9
9
  //# sourceMappingURL=chunk-PZ5AY32C.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-PZ5AY32C.js"}
@@ -27,5 +27,5 @@ function uploadVersion($ctx, ...args) {
27
27
  }
28
28
 
29
29
  export { Version_exports, deleteVersion, getVersion, listVersions, uploadVersion };
30
- //# sourceMappingURL=out.js.map
30
+ //# sourceMappingURL=chunk-U2TUFRI3.js.map
31
31
  //# sourceMappingURL=chunk-U2TUFRI3.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Version.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,iBAAiB,CAAC,GAAG,uDAAuD,CAAC;AAQ5E,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D;AACA,IAAM,gBAAgB,CAAC,GAAG,mDAAmD,CAAC;AAQvE,SAAS,aAAa,SAAS,MAAM;AAC1C,SAAO,sBAAsB,MAAM,eAAe,GAAG,IAAI;AAC3D;AACA,IAAM,cAAc,CAAC,GAAG,uDAAuD,CAAC;AAQzE,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,iBAAiB,CAAC,GAAG,0DAA0D,GAAG,0BAA0B;AAM3G,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n\n/**\n * Deletes the given Version\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/**\n * Lists all Versions\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/**\n * Get the Version\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 = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 3, \"application/octet-stream\"];\n\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}"]}
1
+ {"version":3,"sources":["../../src/public/Version.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,eAAA,GAAA,GAAA;AAAA,QAAA,CAAA,eAAA,EAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,EAAA,UAAA,EAAA,MAAA,UAAA;AAAA,EAAA,YAAA,EAAA,MAAA,YAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,qDAAA,EAAuD,CAAC,CAAA,CAAA;AAQ5E,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,aAAgB,GAAA,CAAC,CAAG,EAAA,iDAAA,EAAmD,CAAC,CAAA,CAAA;AAQvE,SAAS,YAAA,CAAa,SAAS,IAAM,EAAA;AAC1C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,aAAe,EAAA,GAAG,IAAI,CAAA,CAAA;AAC3D,CAAA;AACA,IAAM,WAAc,GAAA,CAAC,CAAG,EAAA,qDAAA,EAAuD,CAAC,CAAA,CAAA;AAQzE,SAAS,UAAA,CAAW,SAAS,IAAM,EAAA;AACxC,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,WAAa,EAAA,GAAG,IAAI,CAAA,CAAA;AACzD,CAAA;AACA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,wDAAA,EAA0D,GAAG,0BAA0B,CAAA,CAAA;AAM3G,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D","file":"chunk-U2TUFRI3.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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n\n/**\n * Deletes the given Version\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/**\n * Lists all Versions\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/**\n * Get the Version\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 = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 3, \"application/octet-stream\"];\n\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}"]}
@@ -22,5 +22,5 @@ function undeployWebsite($ctx, ...args) {
22
22
  }
23
23
 
24
24
  export { Website_exports, deployWebsite, getWebsite, undeployWebsite };
25
- //# sourceMappingURL=out.js.map
25
+ //# sourceMappingURL=chunk-ZT4KWCV6.js.map
26
26
  //# sourceMappingURL=chunk-ZT4KWCV6.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Website.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,cAAc,CAAC,GAAG,0CAA0C,CAAC;AAQ5D,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,iBAAiB,CAAC,GAAG,iDAAiD,CAAC;AAMtE,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D;AACA,IAAM,mBAAmB,CAAC,GAAG,mDAAmD,CAAC;AAM1E,SAAS,gBAAgB,SAAS,MAAM;AAC7C,SAAO,sBAAsB,MAAM,kBAAkB,GAAG,IAAI;AAC9D","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n\n/**\n * Get the Website\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/**\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/**\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}"]}
1
+ {"version":3,"sources":["../../src/public/Website.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,eAAA,GAAA,GAAA;AAAA,QAAA,CAAA,eAAA,EAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,EAAA,UAAA,EAAA,MAAA,UAAA;AAAA,EAAA,eAAA,EAAA,MAAA,eAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,WAAc,GAAA,CAAC,CAAG,EAAA,wCAAA,EAA0C,CAAC,CAAA,CAAA;AAQ5D,SAAS,UAAA,CAAW,SAAS,IAAM,EAAA;AACxC,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,WAAa,EAAA,GAAG,IAAI,CAAA,CAAA;AACzD,CAAA;AACA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,+CAAA,EAAiD,CAAC,CAAA,CAAA;AAMtE,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,gBAAmB,GAAA,CAAC,CAAG,EAAA,iDAAA,EAAmD,CAAC,CAAA,CAAA;AAM1E,SAAS,eAAA,CAAgB,SAAS,IAAM,EAAA;AAC7C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,gBAAkB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC9D","file":"chunk-ZT4KWCV6.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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n\n/**\n * Get the Website\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/**\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/**\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}"]}
@@ -1,6 +1,6 @@
1
- export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-AUHZWXFF.js';
1
+ export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-C5KVM4BE.js';
2
2
  export { Version_exports as Versions } from './chunk-U2TUFRI3.js';
3
3
  export { Website_exports as Websites } from './chunk-ZT4KWCV6.js';
4
4
  import './chunk-PZ5AY32C.js';
5
- //# sourceMappingURL=out.js.map
5
+ //# sourceMappingURL=index.js.map
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
@@ -1,4 +1,4 @@
1
- export { getThirdPartyApplication } from '../chunk-AUHZWXFF.js';
1
+ export { getThirdPartyApplication } from '../chunk-C5KVM4BE.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=ThirdPartyApplication.js.map
4
4
  //# sourceMappingURL=ThirdPartyApplication.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"ThirdPartyApplication.js"}
@@ -1,4 +1,4 @@
1
1
  export { deleteVersion, getVersion, listVersions, uploadVersion } from '../chunk-U2TUFRI3.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=Version.js.map
4
4
  //# sourceMappingURL=Version.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Version.js"}
@@ -1,4 +1,4 @@
1
1
  export { deployWebsite, getWebsite, undeployWebsite } from '../chunk-ZT4KWCV6.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=Website.js.map
4
4
  //# sourceMappingURL=Website.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Website.js"}
@@ -33,5 +33,5 @@ exports.deleteVersion = deleteVersion;
33
33
  exports.getVersion = getVersion;
34
34
  exports.listVersions = listVersions;
35
35
  exports.uploadVersion = uploadVersion;
36
- //# sourceMappingURL=out.js.map
36
+ //# sourceMappingURL=chunk-3JNFJRHP.cjs.map
37
37
  //# sourceMappingURL=chunk-3JNFJRHP.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Version.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,iBAAiB,CAAC,GAAG,uDAAuD,CAAC;AAQ5E,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D;AACA,IAAM,gBAAgB,CAAC,GAAG,mDAAmD,CAAC;AAQvE,SAAS,aAAa,SAAS,MAAM;AAC1C,SAAO,sBAAsB,MAAM,eAAe,GAAG,IAAI;AAC3D;AACA,IAAM,cAAc,CAAC,GAAG,uDAAuD,CAAC;AAQzE,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,iBAAiB,CAAC,GAAG,0DAA0D,GAAG,0BAA0B;AAM3G,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n\n/**\n * Deletes the given Version\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/**\n * Lists all Versions\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/**\n * Get the Version\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 = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 3, \"application/octet-stream\"];\n\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}"]}
1
+ {"version":3,"sources":["../../src/public/Version.ts"],"names":["__export","$foundryPlatformFetch"],"mappings":";;;;;;AAAA,IAAA,eAAA,GAAA,GAAA;AAAAA,0BAAA,CAAA,eAAA,EAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,EAAA,UAAA,EAAA,MAAA,UAAA;AAAA,EAAA,YAAA,EAAA,MAAA,YAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,qDAAA,EAAuD,CAAC,CAAA,CAAA;AAQ5E,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOC,2CAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,aAAgB,GAAA,CAAC,CAAG,EAAA,iDAAA,EAAmD,CAAC,CAAA,CAAA;AAQvE,SAAS,YAAA,CAAa,SAAS,IAAM,EAAA;AAC1C,EAAA,OAAOA,2CAAsB,CAAA,IAAA,EAAM,aAAe,EAAA,GAAG,IAAI,CAAA,CAAA;AAC3D,CAAA;AACA,IAAM,WAAc,GAAA,CAAC,CAAG,EAAA,qDAAA,EAAuD,CAAC,CAAA,CAAA;AAQzE,SAAS,UAAA,CAAW,SAAS,IAAM,EAAA;AACxC,EAAA,OAAOA,2CAAsB,CAAA,IAAA,EAAM,WAAa,EAAA,GAAG,IAAI,CAAA,CAAA;AACzD,CAAA;AACA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,wDAAA,EAA0D,GAAG,0BAA0B,CAAA,CAAA;AAM3G,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,2CAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D","file":"chunk-3JNFJRHP.cjs","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n\n/**\n * Deletes the given Version\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/**\n * Lists all Versions\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/**\n * Get the Version\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 = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 3, \"application/octet-stream\"];\n\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}"]}
@@ -27,5 +27,5 @@ exports.Website_exports = Website_exports;
27
27
  exports.deployWebsite = deployWebsite;
28
28
  exports.getWebsite = getWebsite;
29
29
  exports.undeployWebsite = undeployWebsite;
30
- //# sourceMappingURL=out.js.map
30
+ //# sourceMappingURL=chunk-I3WXNYT4.cjs.map
31
31
  //# sourceMappingURL=chunk-I3WXNYT4.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Website.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,cAAc,CAAC,GAAG,0CAA0C,CAAC;AAQ5D,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,iBAAiB,CAAC,GAAG,iDAAiD,CAAC;AAMtE,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D;AACA,IAAM,mBAAmB,CAAC,GAAG,mDAAmD,CAAC;AAM1E,SAAS,gBAAgB,SAAS,MAAM;AAC7C,SAAO,sBAAsB,MAAM,kBAAkB,GAAG,IAAI;AAC9D","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n\n/**\n * Get the Website\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/**\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/**\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}"]}
1
+ {"version":3,"sources":["../../src/public/Website.ts"],"names":["__export","$foundryPlatformFetch"],"mappings":";;;;;;AAAA,IAAA,eAAA,GAAA,GAAA;AAAAA,0BAAA,CAAA,eAAA,EAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,EAAA,UAAA,EAAA,MAAA,UAAA;AAAA,EAAA,eAAA,EAAA,MAAA,eAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,WAAc,GAAA,CAAC,CAAG,EAAA,wCAAA,EAA0C,CAAC,CAAA,CAAA;AAQ5D,SAAS,UAAA,CAAW,SAAS,IAAM,EAAA;AACxC,EAAA,OAAOC,2CAAsB,CAAA,IAAA,EAAM,WAAa,EAAA,GAAG,IAAI,CAAA,CAAA;AACzD,CAAA;AACA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,+CAAA,EAAiD,CAAC,CAAA,CAAA;AAMtE,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,2CAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,gBAAmB,GAAA,CAAC,CAAG,EAAA,iDAAA,EAAmD,CAAC,CAAA,CAAA;AAM1E,SAAS,eAAA,CAAgB,SAAS,IAAM,EAAA;AAC7C,EAAA,OAAOA,2CAAsB,CAAA,IAAA,EAAM,gBAAkB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC9D","file":"chunk-I3WXNYT4.cjs","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n\n/**\n * Get the Website\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/**\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/**\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}"]}
@@ -15,5 +15,5 @@ function getThirdPartyApplication($ctx, ...args) {
15
15
 
16
16
  exports.ThirdPartyApplication_exports = ThirdPartyApplication_exports;
17
17
  exports.getThirdPartyApplication = getThirdPartyApplication;
18
- //# sourceMappingURL=out.js.map
19
- //# sourceMappingURL=chunk-QTN4JTJN.cjs.map
18
+ //# sourceMappingURL=chunk-M6TJPNL3.cjs.map
19
+ //# sourceMappingURL=chunk-M6TJPNL3.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":["__export","$foundryPlatformFetch"],"mappings":";;;;;;AAAA,IAAA,6BAAA,GAAA,GAAA;AAAAA,0BAAA,CAAA,6BAAA,EAAA;AAAA,EAAA,wBAAA,EAAA,MAAA,wBAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,yBAA4B,GAAA,CAAC,CAAG,EAAA,gCAAA,EAAkC,CAAC,CAAA,CAAA;AAQlE,SAAS,wBAAA,CAAyB,SAAS,IAAM,EAAA;AACtD,EAAA,OAAOC,2CAAsB,CAAA,IAAA,EAAM,yBAA2B,EAAA,GAAG,IAAI,CAAA,CAAA;AACvE","file":"chunk-M6TJPNL3.cjs","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\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}"]}
@@ -7,5 +7,5 @@ var __export = (target, all) => {
7
7
  };
8
8
 
9
9
  exports.__export = __export;
10
- //# sourceMappingURL=out.js.map
10
+ //# sourceMappingURL=chunk-Q7SFCCGT.cjs.map
11
11
  //# sourceMappingURL=chunk-Q7SFCCGT.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-Q7SFCCGT.cjs"}
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkQTN4JTJN_cjs = require('./chunk-QTN4JTJN.cjs');
3
+ var chunkM6TJPNL3_cjs = require('./chunk-M6TJPNL3.cjs');
4
4
  var chunk3JNFJRHP_cjs = require('./chunk-3JNFJRHP.cjs');
5
5
  var chunkI3WXNYT4_cjs = require('./chunk-I3WXNYT4.cjs');
6
6
  require('./chunk-Q7SFCCGT.cjs');
@@ -9,7 +9,7 @@ require('./chunk-Q7SFCCGT.cjs');
9
9
 
10
10
  Object.defineProperty(exports, "ThirdPartyApplications", {
11
11
  enumerable: true,
12
- get: function () { return chunkQTN4JTJN_cjs.ThirdPartyApplication_exports; }
12
+ get: function () { return chunkM6TJPNL3_cjs.ThirdPartyApplication_exports; }
13
13
  });
14
14
  Object.defineProperty(exports, "Versions", {
15
15
  enumerable: true,
@@ -19,5 +19,5 @@ Object.defineProperty(exports, "Websites", {
19
19
  enumerable: true,
20
20
  get: function () { return chunkI3WXNYT4_cjs.Website_exports; }
21
21
  });
22
- //# sourceMappingURL=out.js.map
22
+ //# sourceMappingURL=index.cjs.map
23
23
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var chunkQTN4JTJN_cjs = require('../chunk-QTN4JTJN.cjs');
3
+ var chunkM6TJPNL3_cjs = require('../chunk-M6TJPNL3.cjs');
4
4
  require('../chunk-Q7SFCCGT.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "getThirdPartyApplication", {
9
9
  enumerable: true,
10
- get: function () { return chunkQTN4JTJN_cjs.getThirdPartyApplication; }
10
+ get: function () { return chunkM6TJPNL3_cjs.getThirdPartyApplication; }
11
11
  });
12
- //# sourceMappingURL=out.js.map
12
+ //# sourceMappingURL=ThirdPartyApplication.cjs.map
13
13
  //# sourceMappingURL=ThirdPartyApplication.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"ThirdPartyApplication.cjs"}
@@ -21,5 +21,5 @@ Object.defineProperty(exports, "uploadVersion", {
21
21
  enumerable: true,
22
22
  get: function () { return chunk3JNFJRHP_cjs.uploadVersion; }
23
23
  });
24
- //# sourceMappingURL=out.js.map
24
+ //# sourceMappingURL=Version.cjs.map
25
25
  //# sourceMappingURL=Version.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Version.cjs"}
@@ -17,5 +17,5 @@ Object.defineProperty(exports, "undeployWebsite", {
17
17
  enumerable: true,
18
18
  get: function () { return chunkI3WXNYT4_cjs.undeployWebsite; }
19
19
  });
20
- //# sourceMappingURL=out.js.map
20
+ //# sourceMappingURL=Website.cjs.map
21
21
  //# sourceMappingURL=Website.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Website.cjs"}
@@ -1,4 +1,4 @@
1
- import type { PageToken, Version, VersionVersion } from "@osdk/foundry.core";
1
+ import type { PageToken } from "@osdk/foundry.core";
2
2
  export type LooselyBrandedString<T extends string> = string & {
3
3
  __LOOSE_BRAND?: T;
4
4
  };
@@ -15,4 +15,39 @@ export interface ListVersionsResponse {
15
15
  data: Array<Version>;
16
16
  nextPageToken?: PageToken;
17
17
  }
18
+ /**
19
+ * A subdomain from which a website is served.
20
+ *
21
+ * Log Safety: UNSAFE
22
+ */
23
+ export type Subdomain = LooselyBrandedString<"Subdomain">;
24
+ /**
25
+ * Log Safety: SAFE
26
+ */
27
+ export interface ThirdPartyApplication {
28
+ rid: ThirdPartyApplicationRid;
29
+ }
30
+ /**
31
+ * An RID identifying a third-party application created in Developer Console.
32
+ *
33
+ * Log Safety: SAFE
34
+ */
35
+ export type ThirdPartyApplicationRid = LooselyBrandedString<"ThirdPartyApplicationRid">;
36
+ /**
37
+ * Log Safety: UNSAFE
38
+ */
39
+ export interface Version {
40
+ version: VersionVersion;
41
+ }
42
+ /**
43
+ * Log Safety: UNSAFE
44
+ */
45
+ export type VersionVersion = LooselyBrandedString<"VersionVersion">;
46
+ /**
47
+ * Log Safety: UNSAFE
48
+ */
49
+ export interface Website {
50
+ deployedVersion?: VersionVersion;
51
+ subdomains: Array<Subdomain>;
52
+ }
18
53
  //# sourceMappingURL=_components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../src/_components.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAE7E,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,GAAG;IAC5D,aAAa,CAAC,EAAE,CAAC,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,cAAc,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACrB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B"}
1
+ {"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../src/_components.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,GAAG;IAC5D,aAAa,CAAC,EAAE,CAAC,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,cAAc,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACrB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG,oBAAoB,CAAC,WAAW,CAAC,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,wBAAwB,CAAC;CAC/B;AAED;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAAG,oBAAoB,CACzD,0BAA0B,CAC3B,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,cAAc,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,eAAe,CAAC,EAAE,cAAc,CAAC;IACjC,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CAC9B"}
@@ -12,5 +12,5 @@ function getThirdPartyApplication($ctx, ...args) {
12
12
  }
13
13
 
14
14
  export { ThirdPartyApplication_exports, getThirdPartyApplication };
15
- //# sourceMappingURL=out.js.map
16
- //# sourceMappingURL=chunk-AUHZWXFF.js.map
15
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
16
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,6BAAA,GAAA,GAAA;AAAA,QAAA,CAAA,6BAAA,EAAA;AAAA,EAAA,wBAAA,EAAA,MAAA,wBAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,yBAA4B,GAAA,CAAC,CAAG,EAAA,gCAAA,EAAkC,CAAC,CAAA,CAAA;AAQlE,SAAS,wBAAA,CAAyB,SAAS,IAAM,EAAA;AACtD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,yBAA2B,EAAA,GAAG,IAAI,CAAA,CAAA;AACvE","file":"chunk-C5KVM4BE.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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\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}"]}
@@ -5,5 +5,5 @@ var __export = (target, all) => {
5
5
  };
6
6
 
7
7
  export { __export };
8
- //# sourceMappingURL=out.js.map
8
+ //# sourceMappingURL=chunk-PZ5AY32C.js.map
9
9
  //# sourceMappingURL=chunk-PZ5AY32C.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-PZ5AY32C.js"}
@@ -27,5 +27,5 @@ function uploadVersion($ctx, ...args) {
27
27
  }
28
28
 
29
29
  export { Version_exports, deleteVersion, getVersion, listVersions, uploadVersion };
30
- //# sourceMappingURL=out.js.map
30
+ //# sourceMappingURL=chunk-U2TUFRI3.js.map
31
31
  //# sourceMappingURL=chunk-U2TUFRI3.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Version.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,iBAAiB,CAAC,GAAG,uDAAuD,CAAC;AAQ5E,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D;AACA,IAAM,gBAAgB,CAAC,GAAG,mDAAmD,CAAC;AAQvE,SAAS,aAAa,SAAS,MAAM;AAC1C,SAAO,sBAAsB,MAAM,eAAe,GAAG,IAAI;AAC3D;AACA,IAAM,cAAc,CAAC,GAAG,uDAAuD,CAAC;AAQzE,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,iBAAiB,CAAC,GAAG,0DAA0D,GAAG,0BAA0B;AAM3G,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n\n/**\n * Deletes the given Version\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/**\n * Lists all Versions\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/**\n * Get the Version\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 = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 3, \"application/octet-stream\"];\n\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}"]}
1
+ {"version":3,"sources":["../../src/public/Version.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,eAAA,GAAA,GAAA;AAAA,QAAA,CAAA,eAAA,EAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,EAAA,UAAA,EAAA,MAAA,UAAA;AAAA,EAAA,YAAA,EAAA,MAAA,YAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,qDAAA,EAAuD,CAAC,CAAA,CAAA;AAQ5E,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,aAAgB,GAAA,CAAC,CAAG,EAAA,iDAAA,EAAmD,CAAC,CAAA,CAAA;AAQvE,SAAS,YAAA,CAAa,SAAS,IAAM,EAAA;AAC1C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,aAAe,EAAA,GAAG,IAAI,CAAA,CAAA;AAC3D,CAAA;AACA,IAAM,WAAc,GAAA,CAAC,CAAG,EAAA,qDAAA,EAAuD,CAAC,CAAA,CAAA;AAQzE,SAAS,UAAA,CAAW,SAAS,IAAM,EAAA;AACxC,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,WAAa,EAAA,GAAG,IAAI,CAAA,CAAA;AACzD,CAAA;AACA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,wDAAA,EAA0D,GAAG,0BAA0B,CAAA,CAAA;AAM3G,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D","file":"chunk-U2TUFRI3.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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _deleteVersion = [3, \"/v2/thirdPartyApplications/{0}/website/versions/{1}\", 2];\n\n/**\n * Deletes the given Version\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/**\n * Lists all Versions\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/**\n * Get the Version\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 = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 3, \"application/octet-stream\"];\n\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}"]}
@@ -22,5 +22,5 @@ function undeployWebsite($ctx, ...args) {
22
22
  }
23
23
 
24
24
  export { Website_exports, deployWebsite, getWebsite, undeployWebsite };
25
- //# sourceMappingURL=out.js.map
25
+ //# sourceMappingURL=chunk-ZT4KWCV6.js.map
26
26
  //# sourceMappingURL=chunk-ZT4KWCV6.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Website.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,cAAc,CAAC,GAAG,0CAA0C,CAAC;AAQ5D,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,iBAAiB,CAAC,GAAG,iDAAiD,CAAC;AAMtE,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,sBAAsB,MAAM,gBAAgB,GAAG,IAAI;AAC5D;AACA,IAAM,mBAAmB,CAAC,GAAG,mDAAmD,CAAC;AAM1E,SAAS,gBAAgB,SAAS,MAAM;AAC7C,SAAO,sBAAsB,MAAM,kBAAkB,GAAG,IAAI;AAC9D","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n\n/**\n * Get the Website\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/**\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/**\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}"]}
1
+ {"version":3,"sources":["../../src/public/Website.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,eAAA,GAAA,GAAA;AAAA,QAAA,CAAA,eAAA,EAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,EAAA,UAAA,EAAA,MAAA,UAAA;AAAA,EAAA,eAAA,EAAA,MAAA,eAAA;AAAA,CAAA,CAAA,CAAA;AAmBA,IAAM,WAAc,GAAA,CAAC,CAAG,EAAA,wCAAA,EAA0C,CAAC,CAAA,CAAA;AAQ5D,SAAS,UAAA,CAAW,SAAS,IAAM,EAAA;AACxC,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,WAAa,EAAA,GAAG,IAAI,CAAA,CAAA;AACzD,CAAA;AACA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,+CAAA,EAAiD,CAAC,CAAA,CAAA;AAMtE,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,gBAAmB,GAAA,CAAC,CAAG,EAAA,iDAAA,EAAmD,CAAC,CAAA,CAAA;AAM1E,SAAS,eAAA,CAAgB,SAAS,IAAM,EAAA;AAC7C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,gBAAkB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC9D","file":"chunk-ZT4KWCV6.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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getWebsite = [0, \"/v2/thirdPartyApplications/{0}/website\", 2];\n\n/**\n * Get the Website\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/**\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/**\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}"]}
@@ -1,4 +1,4 @@
1
- export type { DeployWebsiteRequest, ListVersionsResponse, } from "./_components.js";
1
+ export type { DeployWebsiteRequest, ListVersionsResponse, Subdomain, ThirdPartyApplication, ThirdPartyApplicationRid, Version, VersionVersion, Website, } from "./_components.js";
2
2
  export * as ThirdPartyApplications from "./public/ThirdPartyApplication.js";
3
3
  export * as Versions from "./public/Version.js";
4
4
  export * as Websites from "./public/Website.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,YAAY,EACV,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,sBAAsB,MAAM,mCAAmC,CAAC;AAC5E,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,YAAY,EACV,oBAAoB,EACpB,oBAAoB,EACpB,SAAS,EACT,qBAAqB,EACrB,wBAAwB,EACxB,OAAO,EACP,cAAc,EACd,OAAO,GACR,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,sBAAsB,MAAM,mCAAmC,CAAC;AAC5E,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC"}
@@ -1,6 +1,6 @@
1
- export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-AUHZWXFF.js';
1
+ export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-C5KVM4BE.js';
2
2
  export { Version_exports as Versions } from './chunk-U2TUFRI3.js';
3
3
  export { Website_exports as Websites } from './chunk-ZT4KWCV6.js';
4
4
  import './chunk-PZ5AY32C.js';
5
- //# sourceMappingURL=out.js.map
5
+ //# sourceMappingURL=index.js.map
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
@@ -1,5 +1,6 @@
1
- import type { PreviewMode, ThirdPartyApplication, ThirdPartyApplicationRid } from "@osdk/foundry.core";
1
+ import type { PreviewMode } from "@osdk/foundry.core";
2
2
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
+ import type { ThirdPartyApplication, ThirdPartyApplicationRid } from "../_components.js";
3
4
  /**
4
5
  * Get the ThirdPartyApplication
5
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,WAAW,EACX,qBAAqB,EACrB,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAa7B;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,qBAAqB,CAAC,CAEhC"}
1
+ {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EACV,qBAAqB,EACrB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC;AAW3B;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,qBAAqB,CAAC,CAEhC"}
@@ -1,4 +1,4 @@
1
- export { getThirdPartyApplication } from '../chunk-AUHZWXFF.js';
1
+ export { getThirdPartyApplication } from '../chunk-C5KVM4BE.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=ThirdPartyApplication.js.map
4
4
  //# sourceMappingURL=ThirdPartyApplication.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"ThirdPartyApplication.js"}
@@ -1,6 +1,6 @@
1
- import type { PageSize, PageToken, PreviewMode, ThirdPartyApplicationRid, Version, VersionVersion } from "@osdk/foundry.core";
1
+ import type { PageSize, PageToken, PreviewMode } from "@osdk/foundry.core";
2
2
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
- import type { ListVersionsResponse } from "../_components.js";
3
+ import type { ListVersionsResponse, ThirdPartyApplicationRid, Version, VersionVersion } from "../_components.js";
4
4
  /**
5
5
  * Deletes the given Version
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,QAAQ,EACR,SAAS,EACT,WAAW,EACX,wBAAwB,EACxB,OAAO,EACP,cAAc,EACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAY9D;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;GAKG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;QAClC,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,oBAAoB,CAAC,CAE/B;AAUD;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAkBD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,cAAc,CAAC;QACxB,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
1
+ {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACxB,OAAO,EACP,cAAc,EACf,MAAM,mBAAmB,CAAC;AAY3B;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;GAKG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;QAClC,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,oBAAoB,CAAC,CAE/B;AAUD;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAkBD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,cAAc,CAAC;QACxB,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
@@ -1,4 +1,4 @@
1
1
  export { deleteVersion, getVersion, listVersions, uploadVersion } from '../chunk-U2TUFRI3.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=Version.js.map
4
4
  //# sourceMappingURL=Version.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Version.js"}
@@ -1,6 +1,6 @@
1
- import type { PreviewMode, ThirdPartyApplicationRid, Website } from "@osdk/foundry.core";
1
+ import type { PreviewMode } from "@osdk/foundry.core";
2
2
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
- import type { DeployWebsiteRequest } from "../_components.js";
3
+ import type { DeployWebsiteRequest, ThirdPartyApplicationRid, Website } from "../_components.js";
4
4
  /**
5
5
  * Get the Website
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,WAAW,EACX,wBAAwB,EACxB,OAAO,EACR,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAW9D;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAUD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,oBAAoB;IAC3B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AASD;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
1
+ {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACxB,OAAO,EACR,MAAM,mBAAmB,CAAC;AAW3B;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAUD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,oBAAoB;IAC3B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AASD;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
@@ -1,4 +1,4 @@
1
1
  export { deployWebsite, getWebsite, undeployWebsite } from '../chunk-ZT4KWCV6.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=Website.js.map
4
4
  //# sourceMappingURL=Website.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Website.js"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.thirdpartyapplications",
3
- "version": "1.1.0-beta.2",
3
+ "version": "3.0.0-beta.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,15 +17,15 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/shared.net.platformapi": "~0.2.0-beta.2",
20
+ "@osdk/foundry.core": "3.0.0-beta.0",
21
21
  "@osdk/shared.client": "~0.0.0",
22
- "@osdk/foundry.core": "1.1.0-beta.2"
22
+ "@osdk/shared.net.platformapi": "~0.2.0"
23
23
  },
24
24
  "devDependencies": {
25
- "typescript": "^5.5.2",
26
- "@osdk/monorepo.api-extractor": "~0.0.0",
25
+ "typescript": "^5.5.4",
26
+ "@osdk/monorepo.tsconfig": "~0.0.0",
27
27
  "@osdk/monorepo.tsup": "~0.0.0",
28
- "@osdk/monorepo.tsconfig": "~0.0.0"
28
+ "@osdk/monorepo.api-extractor": "~0.0.0"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
@@ -45,7 +45,7 @@
45
45
  "sls": {
46
46
  "dependencies": {
47
47
  "com.palantir.foundry.api:api-gateway": {
48
- "minVersion": "1.866.0",
48
+ "minVersion": "1.891.0",
49
49
  "maxVersion": "1.x.x"
50
50
  }
51
51
  }
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAI9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\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}"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAI9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\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}"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAI9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\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}"]}