@osdk/foundry.thirdpartyapplications 2.0.0 → 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 (50) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/browser/chunk-C5KVM4BE.js +1 -1
  3. package/build/browser/chunk-C5KVM4BE.js.map +1 -1
  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 +1 -1
  11. package/build/browser/index.js.map +1 -1
  12. package/build/browser/public/ThirdPartyApplication.js +1 -1
  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-M6TJPNL3.cjs +1 -1
  23. package/build/cjs/chunk-M6TJPNL3.cjs.map +1 -1
  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 +1 -1
  27. package/build/cjs/index.cjs.map +1 -1
  28. package/build/cjs/public/ThirdPartyApplication.cjs +1 -1
  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/chunk-C5KVM4BE.js +1 -1
  35. package/build/esm/chunk-C5KVM4BE.js.map +1 -1
  36. package/build/esm/chunk-PZ5AY32C.js +1 -1
  37. package/build/esm/chunk-PZ5AY32C.js.map +1 -1
  38. package/build/esm/chunk-U2TUFRI3.js +1 -1
  39. package/build/esm/chunk-U2TUFRI3.js.map +1 -1
  40. package/build/esm/chunk-ZT4KWCV6.js +1 -1
  41. package/build/esm/chunk-ZT4KWCV6.js.map +1 -1
  42. package/build/esm/index.js +1 -1
  43. package/build/esm/index.js.map +1 -1
  44. package/build/esm/public/ThirdPartyApplication.js +1 -1
  45. package/build/esm/public/ThirdPartyApplication.js.map +1 -1
  46. package/build/esm/public/Version.js +1 -1
  47. package/build/esm/public/Version.js.map +1 -1
  48. package/build/esm/public/Website.js +1 -1
  49. package/build/esm/public/Website.js.map +1 -1
  50. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 2.0.0
4
10
 
5
11
  ### 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
15
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
16
16
  //# sourceMappingURL=chunk-C5KVM4BE.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,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\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
+ {"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}"]}
@@ -2,5 +2,5 @@ export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk
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
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
18
+ //# sourceMappingURL=chunk-M6TJPNL3.cjs.map
19
19
  //# sourceMappingURL=chunk-M6TJPNL3.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,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\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
+ {"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"}
@@ -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"}
@@ -9,5 +9,5 @@ Object.defineProperty(exports, "getThirdPartyApplication", {
9
9
  enumerable: true,
10
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"}
@@ -12,5 +12,5 @@ function getThirdPartyApplication($ctx, ...args) {
12
12
  }
13
13
 
14
14
  export { ThirdPartyApplication_exports, getThirdPartyApplication };
15
- //# sourceMappingURL=out.js.map
15
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
16
16
  //# sourceMappingURL=chunk-C5KVM4BE.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,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\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
+ {"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}"]}
@@ -2,5 +2,5 @@ export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk
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
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.thirdpartyapplications",
3
- "version": "2.0.0",
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/foundry.core": "3.0.0-beta.0",
20
21
  "@osdk/shared.client": "~0.0.0",
21
- "@osdk/foundry.core": "2.0.0",
22
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"