@osdk/foundry.thirdpartyapplications 0.0.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 (59) hide show
  1. package/build/js/chunk-2YYRQA5U.browser.mjs +26 -0
  2. package/build/js/chunk-2YYRQA5U.browser.mjs.map +1 -0
  3. package/build/js/chunk-5MKMZTYE.cjs +37 -0
  4. package/build/js/chunk-5MKMZTYE.cjs.map +1 -0
  5. package/build/js/chunk-7B2KRRG2.cjs +31 -0
  6. package/build/js/chunk-7B2KRRG2.cjs.map +1 -0
  7. package/build/js/chunk-7G2FSZUY.cjs +11 -0
  8. package/build/js/chunk-7G2FSZUY.cjs.map +1 -0
  9. package/build/js/chunk-7OKPHPBV.browser.mjs +16 -0
  10. package/build/js/chunk-7OKPHPBV.browser.mjs.map +1 -0
  11. package/build/js/chunk-B74KUI5O.mjs +31 -0
  12. package/build/js/chunk-B74KUI5O.mjs.map +1 -0
  13. package/build/js/chunk-FUIAK5HH.cjs +19 -0
  14. package/build/js/chunk-FUIAK5HH.cjs.map +1 -0
  15. package/build/js/chunk-P7BJKMAB.mjs +16 -0
  16. package/build/js/chunk-P7BJKMAB.mjs.map +1 -0
  17. package/build/js/chunk-PCTWOSKZ.browser.mjs +31 -0
  18. package/build/js/chunk-PCTWOSKZ.browser.mjs.map +1 -0
  19. package/build/js/chunk-QHSO526N.mjs +26 -0
  20. package/build/js/chunk-QHSO526N.mjs.map +1 -0
  21. package/build/js/chunk-R2RMUNCR.browser.mjs +9 -0
  22. package/build/js/chunk-R2RMUNCR.browser.mjs.map +1 -0
  23. package/build/js/chunk-ZSTKOCBT.mjs +9 -0
  24. package/build/js/chunk-ZSTKOCBT.mjs.map +1 -0
  25. package/build/js/index.browser.mjs +6 -0
  26. package/build/js/index.browser.mjs.map +1 -0
  27. package/build/js/index.cjs +23 -0
  28. package/build/js/index.cjs.map +1 -0
  29. package/build/js/index.mjs +6 -0
  30. package/build/js/index.mjs.map +1 -0
  31. package/build/js/public/ThirdPartyApplication.browser.mjs +4 -0
  32. package/build/js/public/ThirdPartyApplication.browser.mjs.map +1 -0
  33. package/build/js/public/ThirdPartyApplication.cjs +13 -0
  34. package/build/js/public/ThirdPartyApplication.cjs.map +1 -0
  35. package/build/js/public/ThirdPartyApplication.mjs +4 -0
  36. package/build/js/public/ThirdPartyApplication.mjs.map +1 -0
  37. package/build/js/public/Version.browser.mjs +4 -0
  38. package/build/js/public/Version.browser.mjs.map +1 -0
  39. package/build/js/public/Version.cjs +25 -0
  40. package/build/js/public/Version.cjs.map +1 -0
  41. package/build/js/public/Version.mjs +4 -0
  42. package/build/js/public/Version.mjs.map +1 -0
  43. package/build/js/public/Website.browser.mjs +4 -0
  44. package/build/js/public/Website.browser.mjs.map +1 -0
  45. package/build/js/public/Website.cjs +21 -0
  46. package/build/js/public/Website.cjs.map +1 -0
  47. package/build/js/public/Website.mjs +4 -0
  48. package/build/js/public/Website.mjs.map +1 -0
  49. package/build/types/_components.d.ts +18 -0
  50. package/build/types/_components.d.ts.map +1 -0
  51. package/build/types/index.d.ts +5 -0
  52. package/build/types/index.d.ts.map +1 -0
  53. package/build/types/public/ThirdPartyApplication.d.ts +15 -0
  54. package/build/types/public/ThirdPartyApplication.d.ts.map +1 -0
  55. package/build/types/public/Version.d.ts +55 -0
  56. package/build/types/public/Version.d.ts.map +1 -0
  57. package/build/types/public/Website.d.ts +37 -0
  58. package/build/types/public/Website.d.ts.map +1 -0
  59. package/package.json +61 -0
@@ -0,0 +1,26 @@
1
+ import { __export } from './chunk-R2RMUNCR.browser.mjs';
2
+ import { omniFetch } from '@osdk/shared.net';
3
+
4
+ // src/public/Website.ts
5
+ var Website_exports = {};
6
+ __export(Website_exports, {
7
+ deployWebsite: () => deployWebsite,
8
+ getWebsite: () => getWebsite,
9
+ undeployWebsite: () => undeployWebsite
10
+ });
11
+ var _getWebsite = [0, "/v2/thirdPartyApplications/{0}/website", 2];
12
+ function getWebsite($ctx, ...args) {
13
+ return omniFetch($ctx, _getWebsite, ...args);
14
+ }
15
+ var _deployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
16
+ function deployWebsite($ctx, ...args) {
17
+ return omniFetch($ctx, _deployWebsite, ...args);
18
+ }
19
+ var _undeployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/undeploy", 2];
20
+ function undeployWebsite($ctx, ...args) {
21
+ return omniFetch($ctx, _undeployWebsite, ...args);
22
+ }
23
+
24
+ export { Website_exports, deployWebsite, getWebsite, undeployWebsite };
25
+ //# sourceMappingURL=out.js.map
26
+ //# sourceMappingURL=chunk-2YYRQA5U.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/Website.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,cAAc,CAAC,GAAG,0CAA0C,CAAC;AAQ5D,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,WAAW,MAAM,aAAa,GAAG,IAAI;AAC9C;AACA,IAAM,iBAAiB,CAAC,GAAG,iDAAiD,CAAC;AAMtE,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD;AACA,IAAM,mBAAmB,CAAC,GAAG,mDAAmD,CAAC;AAM1E,SAAS,gBAAgB,SAAS,MAAM;AAC7C,SAAO,WAAW,MAAM,kBAAkB,GAAG,IAAI;AACnD","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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\n\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 $omniFetch($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 $omniFetch($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 $omniFetch($ctx, _undeployWebsite, ...args);\n}"]}
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ var chunk7G2FSZUY_cjs = require('./chunk-7G2FSZUY.cjs');
4
+ var shared_net = require('@osdk/shared.net');
5
+
6
+ // src/public/Version.ts
7
+ var Version_exports = {};
8
+ chunk7G2FSZUY_cjs.__export(Version_exports, {
9
+ deleteVersion: () => deleteVersion,
10
+ getVersion: () => getVersion,
11
+ listVersions: () => listVersions,
12
+ uploadVersion: () => uploadVersion
13
+ });
14
+ var _deleteVersion = [3, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
15
+ function deleteVersion($ctx, ...args) {
16
+ return shared_net.omniFetch($ctx, _deleteVersion, ...args);
17
+ }
18
+ var _listVersions = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
19
+ function listVersions($ctx, ...args) {
20
+ return shared_net.omniFetch($ctx, _listVersions, ...args);
21
+ }
22
+ var _getVersion = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
23
+ function getVersion($ctx, ...args) {
24
+ return shared_net.omniFetch($ctx, _getVersion, ...args);
25
+ }
26
+ var _uploadVersion = [1, "/v2/thirdPartyApplications/{0}/website/versions/upload", 2, "application/octet-stream"];
27
+ function uploadVersion($ctx, ...args) {
28
+ return shared_net.omniFetch($ctx, _uploadVersion, ...args);
29
+ }
30
+
31
+ exports.Version_exports = Version_exports;
32
+ exports.deleteVersion = deleteVersion;
33
+ exports.getVersion = getVersion;
34
+ exports.listVersions = listVersions;
35
+ exports.uploadVersion = uploadVersion;
36
+ //# sourceMappingURL=out.js.map
37
+ //# sourceMappingURL=chunk-5MKMZTYE.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/Version.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,iBAAiB,CAAC,GAAG,uDAAuD,CAAC;AAQ5E,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD;AACA,IAAM,gBAAgB,CAAC,GAAG,mDAAmD,CAAC;AAQvE,SAAS,aAAa,SAAS,MAAM;AAC1C,SAAO,WAAW,MAAM,eAAe,GAAG,IAAI;AAChD;AACA,IAAM,cAAc,CAAC,GAAG,uDAAuD,CAAC;AAQzE,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,WAAW,MAAM,aAAa,GAAG,IAAI;AAC9C;AACA,IAAM,iBAAiB,CAAC,GAAG,0DAA0D,GAAG,0BAA0B;AAM3G,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD","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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\n\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 $omniFetch($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 $omniFetch($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 $omniFetch($ctx, _getVersion, ...args);\n}\nconst _uploadVersion = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 2, \"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 $omniFetch($ctx, _uploadVersion, ...args);\n}"]}
@@ -0,0 +1,31 @@
1
+ 'use strict';
2
+
3
+ var chunk7G2FSZUY_cjs = require('./chunk-7G2FSZUY.cjs');
4
+ var shared_net = require('@osdk/shared.net');
5
+
6
+ // src/public/Website.ts
7
+ var Website_exports = {};
8
+ chunk7G2FSZUY_cjs.__export(Website_exports, {
9
+ deployWebsite: () => deployWebsite,
10
+ getWebsite: () => getWebsite,
11
+ undeployWebsite: () => undeployWebsite
12
+ });
13
+ var _getWebsite = [0, "/v2/thirdPartyApplications/{0}/website", 2];
14
+ function getWebsite($ctx, ...args) {
15
+ return shared_net.omniFetch($ctx, _getWebsite, ...args);
16
+ }
17
+ var _deployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
18
+ function deployWebsite($ctx, ...args) {
19
+ return shared_net.omniFetch($ctx, _deployWebsite, ...args);
20
+ }
21
+ var _undeployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/undeploy", 2];
22
+ function undeployWebsite($ctx, ...args) {
23
+ return shared_net.omniFetch($ctx, _undeployWebsite, ...args);
24
+ }
25
+
26
+ exports.Website_exports = Website_exports;
27
+ exports.deployWebsite = deployWebsite;
28
+ exports.getWebsite = getWebsite;
29
+ exports.undeployWebsite = undeployWebsite;
30
+ //# sourceMappingURL=out.js.map
31
+ //# sourceMappingURL=chunk-7B2KRRG2.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/Website.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,cAAc,CAAC,GAAG,0CAA0C,CAAC;AAQ5D,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,WAAW,MAAM,aAAa,GAAG,IAAI;AAC9C;AACA,IAAM,iBAAiB,CAAC,GAAG,iDAAiD,CAAC;AAMtE,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD;AACA,IAAM,mBAAmB,CAAC,GAAG,mDAAmD,CAAC;AAM1E,SAAS,gBAAgB,SAAS,MAAM;AAC7C,SAAO,WAAW,MAAM,kBAAkB,GAAG,IAAI;AACnD","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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\n\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 $omniFetch($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 $omniFetch($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 $omniFetch($ctx, _undeployWebsite, ...args);\n}"]}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __export = (target, all) => {
5
+ for (var name in all)
6
+ __defProp(target, name, { get: all[name], enumerable: true });
7
+ };
8
+
9
+ exports.__export = __export;
10
+ //# sourceMappingURL=out.js.map
11
+ //# sourceMappingURL=chunk-7G2FSZUY.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
@@ -0,0 +1,16 @@
1
+ import { __export } from './chunk-R2RMUNCR.browser.mjs';
2
+ import { omniFetch } from '@osdk/shared.net';
3
+
4
+ // src/public/ThirdPartyApplication.ts
5
+ var ThirdPartyApplication_exports = {};
6
+ __export(ThirdPartyApplication_exports, {
7
+ getThirdPartyApplication: () => getThirdPartyApplication
8
+ });
9
+ var _getThirdPartyApplication = [0, "/v2/thirdPartyApplications/{0}", 2];
10
+ function getThirdPartyApplication($ctx, ...args) {
11
+ return omniFetch($ctx, _getThirdPartyApplication, ...args);
12
+ }
13
+
14
+ export { ThirdPartyApplication_exports, getThirdPartyApplication };
15
+ //# sourceMappingURL=out.js.map
16
+ //# sourceMappingURL=chunk-7OKPHPBV.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,WAAW,MAAM,2BAA2B,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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\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 $omniFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
@@ -0,0 +1,31 @@
1
+ import { __export } from './chunk-ZSTKOCBT.mjs';
2
+ import { omniFetch } from '@osdk/shared.net';
3
+
4
+ // src/public/Version.ts
5
+ var Version_exports = {};
6
+ __export(Version_exports, {
7
+ deleteVersion: () => deleteVersion,
8
+ getVersion: () => getVersion,
9
+ listVersions: () => listVersions,
10
+ uploadVersion: () => uploadVersion
11
+ });
12
+ var _deleteVersion = [3, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
13
+ function deleteVersion($ctx, ...args) {
14
+ return omniFetch($ctx, _deleteVersion, ...args);
15
+ }
16
+ var _listVersions = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
17
+ function listVersions($ctx, ...args) {
18
+ return omniFetch($ctx, _listVersions, ...args);
19
+ }
20
+ var _getVersion = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
21
+ function getVersion($ctx, ...args) {
22
+ return omniFetch($ctx, _getVersion, ...args);
23
+ }
24
+ var _uploadVersion = [1, "/v2/thirdPartyApplications/{0}/website/versions/upload", 2, "application/octet-stream"];
25
+ function uploadVersion($ctx, ...args) {
26
+ return omniFetch($ctx, _uploadVersion, ...args);
27
+ }
28
+
29
+ export { Version_exports, deleteVersion, getVersion, listVersions, uploadVersion };
30
+ //# sourceMappingURL=out.js.map
31
+ //# sourceMappingURL=chunk-B74KUI5O.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/Version.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,iBAAiB,CAAC,GAAG,uDAAuD,CAAC;AAQ5E,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD;AACA,IAAM,gBAAgB,CAAC,GAAG,mDAAmD,CAAC;AAQvE,SAAS,aAAa,SAAS,MAAM;AAC1C,SAAO,WAAW,MAAM,eAAe,GAAG,IAAI;AAChD;AACA,IAAM,cAAc,CAAC,GAAG,uDAAuD,CAAC;AAQzE,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,WAAW,MAAM,aAAa,GAAG,IAAI;AAC9C;AACA,IAAM,iBAAiB,CAAC,GAAG,0DAA0D,GAAG,0BAA0B;AAM3G,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD","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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\n\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 $omniFetch($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 $omniFetch($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 $omniFetch($ctx, _getVersion, ...args);\n}\nconst _uploadVersion = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 2, \"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 $omniFetch($ctx, _uploadVersion, ...args);\n}"]}
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ var chunk7G2FSZUY_cjs = require('./chunk-7G2FSZUY.cjs');
4
+ var shared_net = require('@osdk/shared.net');
5
+
6
+ // src/public/ThirdPartyApplication.ts
7
+ var ThirdPartyApplication_exports = {};
8
+ chunk7G2FSZUY_cjs.__export(ThirdPartyApplication_exports, {
9
+ getThirdPartyApplication: () => getThirdPartyApplication
10
+ });
11
+ var _getThirdPartyApplication = [0, "/v2/thirdPartyApplications/{0}", 2];
12
+ function getThirdPartyApplication($ctx, ...args) {
13
+ return shared_net.omniFetch($ctx, _getThirdPartyApplication, ...args);
14
+ }
15
+
16
+ exports.ThirdPartyApplication_exports = ThirdPartyApplication_exports;
17
+ exports.getThirdPartyApplication = getThirdPartyApplication;
18
+ //# sourceMappingURL=out.js.map
19
+ //# sourceMappingURL=chunk-FUIAK5HH.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,WAAW,MAAM,2BAA2B,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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\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 $omniFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
@@ -0,0 +1,16 @@
1
+ import { __export } from './chunk-ZSTKOCBT.mjs';
2
+ import { omniFetch } from '@osdk/shared.net';
3
+
4
+ // src/public/ThirdPartyApplication.ts
5
+ var ThirdPartyApplication_exports = {};
6
+ __export(ThirdPartyApplication_exports, {
7
+ getThirdPartyApplication: () => getThirdPartyApplication
8
+ });
9
+ var _getThirdPartyApplication = [0, "/v2/thirdPartyApplications/{0}", 2];
10
+ function getThirdPartyApplication($ctx, ...args) {
11
+ return omniFetch($ctx, _getThirdPartyApplication, ...args);
12
+ }
13
+
14
+ export { ThirdPartyApplication_exports, getThirdPartyApplication };
15
+ //# sourceMappingURL=out.js.map
16
+ //# sourceMappingURL=chunk-P7BJKMAB.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,WAAW,MAAM,2BAA2B,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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\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 $omniFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
@@ -0,0 +1,31 @@
1
+ import { __export } from './chunk-R2RMUNCR.browser.mjs';
2
+ import { omniFetch } from '@osdk/shared.net';
3
+
4
+ // src/public/Version.ts
5
+ var Version_exports = {};
6
+ __export(Version_exports, {
7
+ deleteVersion: () => deleteVersion,
8
+ getVersion: () => getVersion,
9
+ listVersions: () => listVersions,
10
+ uploadVersion: () => uploadVersion
11
+ });
12
+ var _deleteVersion = [3, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
13
+ function deleteVersion($ctx, ...args) {
14
+ return omniFetch($ctx, _deleteVersion, ...args);
15
+ }
16
+ var _listVersions = [0, "/v2/thirdPartyApplications/{0}/website/versions", 2];
17
+ function listVersions($ctx, ...args) {
18
+ return omniFetch($ctx, _listVersions, ...args);
19
+ }
20
+ var _getVersion = [0, "/v2/thirdPartyApplications/{0}/website/versions/{1}", 2];
21
+ function getVersion($ctx, ...args) {
22
+ return omniFetch($ctx, _getVersion, ...args);
23
+ }
24
+ var _uploadVersion = [1, "/v2/thirdPartyApplications/{0}/website/versions/upload", 2, "application/octet-stream"];
25
+ function uploadVersion($ctx, ...args) {
26
+ return omniFetch($ctx, _uploadVersion, ...args);
27
+ }
28
+
29
+ export { Version_exports, deleteVersion, getVersion, listVersions, uploadVersion };
30
+ //# sourceMappingURL=out.js.map
31
+ //# sourceMappingURL=chunk-PCTWOSKZ.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/Version.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,iBAAiB,CAAC,GAAG,uDAAuD,CAAC;AAQ5E,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD;AACA,IAAM,gBAAgB,CAAC,GAAG,mDAAmD,CAAC;AAQvE,SAAS,aAAa,SAAS,MAAM;AAC1C,SAAO,WAAW,MAAM,eAAe,GAAG,IAAI;AAChD;AACA,IAAM,cAAc,CAAC,GAAG,uDAAuD,CAAC;AAQzE,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,WAAW,MAAM,aAAa,GAAG,IAAI;AAC9C;AACA,IAAM,iBAAiB,CAAC,GAAG,0DAA0D,GAAG,0BAA0B;AAM3G,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD","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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\n\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 $omniFetch($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 $omniFetch($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 $omniFetch($ctx, _getVersion, ...args);\n}\nconst _uploadVersion = [1, \"/v2/thirdPartyApplications/{0}/website/versions/upload\", 2, \"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 $omniFetch($ctx, _uploadVersion, ...args);\n}"]}
@@ -0,0 +1,26 @@
1
+ import { __export } from './chunk-ZSTKOCBT.mjs';
2
+ import { omniFetch } from '@osdk/shared.net';
3
+
4
+ // src/public/Website.ts
5
+ var Website_exports = {};
6
+ __export(Website_exports, {
7
+ deployWebsite: () => deployWebsite,
8
+ getWebsite: () => getWebsite,
9
+ undeployWebsite: () => undeployWebsite
10
+ });
11
+ var _getWebsite = [0, "/v2/thirdPartyApplications/{0}/website", 2];
12
+ function getWebsite($ctx, ...args) {
13
+ return omniFetch($ctx, _getWebsite, ...args);
14
+ }
15
+ var _deployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/deploy", 3];
16
+ function deployWebsite($ctx, ...args) {
17
+ return omniFetch($ctx, _deployWebsite, ...args);
18
+ }
19
+ var _undeployWebsite = [1, "/v2/thirdPartyApplications/{0}/website/undeploy", 2];
20
+ function undeployWebsite($ctx, ...args) {
21
+ return omniFetch($ctx, _undeployWebsite, ...args);
22
+ }
23
+
24
+ export { Website_exports, deployWebsite, getWebsite, undeployWebsite };
25
+ //# sourceMappingURL=out.js.map
26
+ //# sourceMappingURL=chunk-QHSO526N.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/Website.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,aAAa,kBAAkB;AAIxC,IAAM,cAAc,CAAC,GAAG,0CAA0C,CAAC;AAQ5D,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,WAAW,MAAM,aAAa,GAAG,IAAI;AAC9C;AACA,IAAM,iBAAiB,CAAC,GAAG,iDAAiD,CAAC;AAMtE,SAAS,cAAc,SAAS,MAAM;AAC3C,SAAO,WAAW,MAAM,gBAAgB,GAAG,IAAI;AACjD;AACA,IAAM,mBAAmB,CAAC,GAAG,mDAAmD,CAAC;AAM1E,SAAS,gBAAgB,SAAS,MAAM;AAC7C,SAAO,WAAW,MAAM,kBAAkB,GAAG,IAAI;AACnD","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 { omniFetch as $omniFetch } from \"@osdk/shared.net\";\n\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 $omniFetch($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 $omniFetch($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 $omniFetch($ctx, _undeployWebsite, ...args);\n}"]}
@@ -0,0 +1,9 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, { get: all[name], enumerable: true });
5
+ };
6
+
7
+ export { __export };
8
+ //# sourceMappingURL=out.js.map
9
+ //# sourceMappingURL=chunk-R2RMUNCR.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
@@ -0,0 +1,9 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, { get: all[name], enumerable: true });
5
+ };
6
+
7
+ export { __export };
8
+ //# sourceMappingURL=out.js.map
9
+ //# sourceMappingURL=chunk-ZSTKOCBT.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
@@ -0,0 +1,6 @@
1
+ export { ThirdPartyApplication_exports as ThirdPartyApplication } from './chunk-7OKPHPBV.browser.mjs';
2
+ export { Version_exports as Version } from './chunk-PCTWOSKZ.browser.mjs';
3
+ export { Website_exports as Website } from './chunk-2YYRQA5U.browser.mjs';
4
+ import './chunk-R2RMUNCR.browser.mjs';
5
+ //# sourceMappingURL=out.js.map
6
+ //# sourceMappingURL=index.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ var chunkFUIAK5HH_cjs = require('./chunk-FUIAK5HH.cjs');
4
+ var chunk5MKMZTYE_cjs = require('./chunk-5MKMZTYE.cjs');
5
+ var chunk7B2KRRG2_cjs = require('./chunk-7B2KRRG2.cjs');
6
+ require('./chunk-7G2FSZUY.cjs');
7
+
8
+
9
+
10
+ Object.defineProperty(exports, "ThirdPartyApplication", {
11
+ enumerable: true,
12
+ get: function () { return chunkFUIAK5HH_cjs.ThirdPartyApplication_exports; }
13
+ });
14
+ Object.defineProperty(exports, "Version", {
15
+ enumerable: true,
16
+ get: function () { return chunk5MKMZTYE_cjs.Version_exports; }
17
+ });
18
+ Object.defineProperty(exports, "Website", {
19
+ enumerable: true,
20
+ get: function () { return chunk7B2KRRG2_cjs.Website_exports; }
21
+ });
22
+ //# sourceMappingURL=out.js.map
23
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export { ThirdPartyApplication_exports as ThirdPartyApplication } from './chunk-P7BJKMAB.mjs';
2
+ export { Version_exports as Version } from './chunk-B74KUI5O.mjs';
3
+ export { Website_exports as Website } from './chunk-QHSO526N.mjs';
4
+ import './chunk-ZSTKOCBT.mjs';
5
+ //# sourceMappingURL=out.js.map
6
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { getThirdPartyApplication } from '../chunk-7OKPHPBV.browser.mjs';
2
+ import '../chunk-R2RMUNCR.browser.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=ThirdPartyApplication.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ var chunkFUIAK5HH_cjs = require('../chunk-FUIAK5HH.cjs');
4
+ require('../chunk-7G2FSZUY.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "getThirdPartyApplication", {
9
+ enumerable: true,
10
+ get: function () { return chunkFUIAK5HH_cjs.getThirdPartyApplication; }
11
+ });
12
+ //# sourceMappingURL=out.js.map
13
+ //# sourceMappingURL=ThirdPartyApplication.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { getThirdPartyApplication } from '../chunk-P7BJKMAB.mjs';
2
+ import '../chunk-ZSTKOCBT.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=ThirdPartyApplication.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { deleteVersion, getVersion, listVersions, uploadVersion } from '../chunk-PCTWOSKZ.browser.mjs';
2
+ import '../chunk-R2RMUNCR.browser.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Version.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ var chunk5MKMZTYE_cjs = require('../chunk-5MKMZTYE.cjs');
4
+ require('../chunk-7G2FSZUY.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "deleteVersion", {
9
+ enumerable: true,
10
+ get: function () { return chunk5MKMZTYE_cjs.deleteVersion; }
11
+ });
12
+ Object.defineProperty(exports, "getVersion", {
13
+ enumerable: true,
14
+ get: function () { return chunk5MKMZTYE_cjs.getVersion; }
15
+ });
16
+ Object.defineProperty(exports, "listVersions", {
17
+ enumerable: true,
18
+ get: function () { return chunk5MKMZTYE_cjs.listVersions; }
19
+ });
20
+ Object.defineProperty(exports, "uploadVersion", {
21
+ enumerable: true,
22
+ get: function () { return chunk5MKMZTYE_cjs.uploadVersion; }
23
+ });
24
+ //# sourceMappingURL=out.js.map
25
+ //# sourceMappingURL=Version.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { deleteVersion, getVersion, listVersions, uploadVersion } from '../chunk-B74KUI5O.mjs';
2
+ import '../chunk-ZSTKOCBT.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Version.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { deployWebsite, getWebsite, undeployWebsite } from '../chunk-2YYRQA5U.browser.mjs';
2
+ import '../chunk-R2RMUNCR.browser.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Website.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ var chunk7B2KRRG2_cjs = require('../chunk-7B2KRRG2.cjs');
4
+ require('../chunk-7G2FSZUY.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "deployWebsite", {
9
+ enumerable: true,
10
+ get: function () { return chunk7B2KRRG2_cjs.deployWebsite; }
11
+ });
12
+ Object.defineProperty(exports, "getWebsite", {
13
+ enumerable: true,
14
+ get: function () { return chunk7B2KRRG2_cjs.getWebsite; }
15
+ });
16
+ Object.defineProperty(exports, "undeployWebsite", {
17
+ enumerable: true,
18
+ get: function () { return chunk7B2KRRG2_cjs.undeployWebsite; }
19
+ });
20
+ //# sourceMappingURL=out.js.map
21
+ //# sourceMappingURL=Website.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { deployWebsite, getWebsite, undeployWebsite } from '../chunk-QHSO526N.mjs';
2
+ import '../chunk-ZSTKOCBT.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Website.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import type { PageToken, Version, VersionVersion } from "@osdk/foundry.core";
2
+ export type LooselyBrandedString<T extends string> = string & {
3
+ __LOOSE_BRAND?: T;
4
+ };
5
+ /**
6
+ * Log Safety: UNSAFE
7
+ */
8
+ export interface DeployWebsiteRequest {
9
+ version: VersionVersion;
10
+ }
11
+ /**
12
+ * Log Safety: UNSAFE
13
+ */
14
+ export interface ListVersionsResponse {
15
+ data: Array<Version>;
16
+ nextPageToken?: PageToken;
17
+ }
18
+ //# sourceMappingURL=_components.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,5 @@
1
+ export type * from "./_components.js";
2
+ export * as ThirdPartyApplication from "./public/ThirdPartyApplication.js";
3
+ export * as Version from "./public/Version.js";
4
+ export * as Website from "./public/Website.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,mBAAmB,kBAAkB,CAAC;AACtC,OAAO,KAAK,qBAAqB,MAAM,mCAAmC,CAAC;AAC3E,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { PreviewMode, ThirdPartyApplication, ThirdPartyApplicationRid } from "@osdk/foundry.core";
2
+ import type { ClientContext as $ClientContext } from "@osdk/shared.net";
3
+ /**
4
+ * Get the ThirdPartyApplication
5
+ *
6
+ * Required Scopes: [third-party-application:deploy-application-website]
7
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}
8
+ */
9
+ export declare function getThirdPartyApplication($ctx: $ClientContext<any>, ...args: [
10
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
11
+ $queryParams?: {
12
+ preview?: PreviewMode | undefined;
13
+ }
14
+ ]): Promise<ThirdPartyApplication>;
15
+ //# sourceMappingURL=ThirdPartyApplication.d.ts.map
@@ -0,0 +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,aAAa,IAAI,cAAc,EAEhC,MAAM,kBAAkB,CAAC;AAY1B;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,cAAc,CAAC,GAAG,CAAC,EACzB,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"}
@@ -0,0 +1,55 @@
1
+ import type { PageSize, PageToken, PreviewMode, ThirdPartyApplicationRid, Version, VersionVersion } from "@osdk/foundry.core";
2
+ import type { ListVersionsResponse } from "@osdk/foundry.thirdpartyapplications";
3
+ import type { ClientContext as $ClientContext } from "@osdk/shared.net";
4
+ /**
5
+ * Deletes the given Version
6
+ *
7
+ * Required Scopes: [third-party-application:deploy-application-website]
8
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}
9
+ */
10
+ export declare function deleteVersion($ctx: $ClientContext<any>, ...args: [
11
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
12
+ versionVersion: VersionVersion,
13
+ $queryParams?: {
14
+ preview?: PreviewMode | undefined;
15
+ }
16
+ ]): Promise<void>;
17
+ /**
18
+ * Lists all Versions
19
+ *
20
+ * Required Scopes: [third-party-application:deploy-application-website]
21
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions
22
+ */
23
+ export declare function listVersions($ctx: $ClientContext<any>, ...args: [
24
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
25
+ $queryParams?: {
26
+ pageSize?: PageSize | undefined;
27
+ pageToken?: PageToken | undefined;
28
+ preview?: PreviewMode | undefined;
29
+ }
30
+ ]): Promise<ListVersionsResponse>;
31
+ /**
32
+ * Get the Version
33
+ *
34
+ * Required Scopes: [third-party-application:deploy-application-website]
35
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/{versionVersion}
36
+ */
37
+ export declare function getVersion($ctx: $ClientContext<any>, ...args: [
38
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
39
+ versionVersion: VersionVersion,
40
+ $queryParams?: {
41
+ preview?: PreviewMode | undefined;
42
+ }
43
+ ]): Promise<Version>;
44
+ /**
45
+ * Required Scopes: [third-party-application:deploy-application-website]
46
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/versions/upload
47
+ */
48
+ export declare function uploadVersion($ctx: $ClientContext<any>, ...args: [
49
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
50
+ $queryParams: {
51
+ version: VersionVersion;
52
+ preview?: PreviewMode | undefined;
53
+ }
54
+ ]): Promise<Version>;
55
+ //# sourceMappingURL=Version.d.ts.map
@@ -0,0 +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,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,KAAK,EACV,aAAa,IAAI,cAAc,EAEhC,MAAM,kBAAkB,CAAC;AAa1B;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,cAAc,CAAC,GAAG,CAAC,EACzB,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,cAAc,CAAC,GAAG,CAAC,EACzB,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,cAAc,CAAC,GAAG,CAAC,EACzB,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;AAiBD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,cAAc,CAAC,GAAG,CAAC,EACzB,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,EAAE;QACZ,OAAO,EAAE,cAAc,CAAC;QACxB,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
@@ -0,0 +1,37 @@
1
+ import type { PreviewMode, ThirdPartyApplicationRid, Website } from "@osdk/foundry.core";
2
+ import type { DeployWebsiteRequest } from "@osdk/foundry.thirdpartyapplications";
3
+ import type { ClientContext as $ClientContext } from "@osdk/shared.net";
4
+ /**
5
+ * Get the Website
6
+ *
7
+ * Required Scopes: [third-party-application:deploy-application-website]
8
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website
9
+ */
10
+ export declare function getWebsite($ctx: $ClientContext<any>, ...args: [
11
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
12
+ $queryParams?: {
13
+ preview?: PreviewMode | undefined;
14
+ }
15
+ ]): Promise<Website>;
16
+ /**
17
+ * Required Scopes: [third-party-application:deploy-application-website]
18
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/deploy
19
+ */
20
+ export declare function deployWebsite($ctx: $ClientContext<any>, ...args: [
21
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
22
+ $body: DeployWebsiteRequest,
23
+ $queryParams?: {
24
+ preview?: PreviewMode | undefined;
25
+ }
26
+ ]): Promise<Website>;
27
+ /**
28
+ * Required Scopes: [third-party-application:deploy-application-website]
29
+ * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}/website/undeploy
30
+ */
31
+ export declare function undeployWebsite($ctx: $ClientContext<any>, ...args: [
32
+ thirdPartyApplicationRid: ThirdPartyApplicationRid,
33
+ $queryParams?: {
34
+ preview?: PreviewMode | undefined;
35
+ }
36
+ ]): Promise<Website>;
37
+ //# sourceMappingURL=Website.d.ts.map
@@ -0,0 +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,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,KAAK,EACV,aAAa,IAAI,cAAc,EAEhC,MAAM,kBAAkB,CAAC;AAY1B;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,cAAc,CAAC,GAAG,CAAC,EACzB,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,cAAc,CAAC,GAAG,CAAC,EACzB,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,cAAc,CAAC,GAAG,CAAC,EACzB,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"}
package/package.json ADDED
@@ -0,0 +1,61 @@
1
+ {
2
+ "name": "@osdk/foundry.thirdpartyapplications",
3
+ "version": "0.0.0",
4
+ "license": "Apache-2.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/palantir/osdk-ts.git"
8
+ },
9
+ "exports": {
10
+ ".": {
11
+ "types": "./build/types/index.d.ts",
12
+ "browser": "./build/js/index.browser.mjs",
13
+ "import": "./build/js/index.mjs",
14
+ "require": "./build/js/index.cjs"
15
+ },
16
+ "./*": {
17
+ "types": "./build/types/public/*.d.ts",
18
+ "browser": "./build/js/public/*.browser.mjs",
19
+ "import": "./build/js/public/*.mjs",
20
+ "require": "./build/js/public/*.cjs"
21
+ }
22
+ },
23
+ "dependencies": {
24
+ "@osdk/api": "^1.7.0",
25
+ "@osdk/foundry.core": "0.0.0",
26
+ "@osdk/shared.net": "^1.10.0"
27
+ },
28
+ "devDependencies": {
29
+ "typescript": "^5.4.5"
30
+ },
31
+ "publishConfig": {
32
+ "access": "public"
33
+ },
34
+ "files": [
35
+ "build/types",
36
+ "build/js",
37
+ "CHANGELOG.md",
38
+ "package.json",
39
+ "templates",
40
+ "*.d.ts"
41
+ ],
42
+ "main": "./build/js/index.cjs",
43
+ "module": "./build/js/index.mjs",
44
+ "types": "./build/types/index.d.ts",
45
+ "sls": {
46
+ "dependencies": {
47
+ "com.palantir.foundry.api:api-gateway": {
48
+ "minVersion": "1.824.0",
49
+ "maxVersion": "1.x.x"
50
+ }
51
+ }
52
+ },
53
+ "type": "module",
54
+ "scripts": {
55
+ "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
56
+ "fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
57
+ "lint": "eslint . && dprint check --config $(find-up dprint.json)",
58
+ "transpile": "tsup",
59
+ "typecheck": "tsc-absolute"
60
+ }
61
+ }