@osdk/cli 0.0.14 → 0.0.16

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 (159) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/bin/osdk.mjs +1 -1
  3. package/build/js/{chunk-2DJZUIFP.js → chunk-MGT3UGXW.mjs} +1 -1
  4. package/build/js/{chunk-FE6HR4TN.js → chunk-TSZWWATC.mjs} +4 -4
  5. package/build/js/chunk-TSZWWATC.mjs.map +1 -0
  6. package/build/js/{chunk-KSJ4QHUS.cjs → chunk-UOKM237I.cjs} +3 -3
  7. package/build/js/chunk-UOKM237I.cjs.map +1 -0
  8. package/build/js/{chunk-4D6JZ4TL.js → chunk-XIJ2ZQRX.mjs} +1 -1
  9. package/build/js/chunk-YHQGXNMB.mjs +13 -0
  10. package/build/js/chunk-YHQGXNMB.mjs.map +1 -0
  11. package/build/js/chunk-Z6SJPM6K.cjs +20 -0
  12. package/build/js/chunk-Z6SJPM6K.cjs.map +1 -0
  13. package/build/js/handleGenerate-4RFQDCQF.mjs +13 -0
  14. package/build/js/handleGenerate-4RFQDCQF.mjs.map +1 -0
  15. package/build/js/handleGenerate-6FGD7TOT.cjs +35 -0
  16. package/build/js/handleGenerate-6FGD7TOT.cjs.map +1 -0
  17. package/build/js/handleSiteDeploy-257ZNTYA.cjs +12 -0
  18. package/build/js/{handleSiteDeploy-YNRVWKWR.js → handleSiteDeploy-QCMJWAYI.mjs} +4 -4
  19. package/build/js/{handleSiteDeploy-YNRVWKWR.js.map → handleSiteDeploy-QCMJWAYI.mjs.map} +1 -1
  20. package/build/js/index.cjs +6 -6
  21. package/build/js/index.cjs.map +1 -1
  22. package/build/js/index.mjs +11 -0
  23. package/build/js/index.mjs.map +1 -0
  24. package/build/js/loginFlow-JIH374QN.mjs +4 -0
  25. package/build/js/loginFlow-JIH374QN.mjs.map +1 -0
  26. package/build/js/loginFlow-MPM6J3CY.cjs +10 -0
  27. package/build/js/loginFlow-MPM6J3CY.cjs.map +1 -0
  28. package/build/js/{siteDeleteCommand-XZF4TDGA.cjs → siteDeleteCommand-NY5W7NE3.cjs} +3 -3
  29. package/build/js/{siteDeleteCommand-PN2LUAZA.js → siteDeleteCommand-ZKHKGVVF.mjs} +4 -4
  30. package/build/js/{siteDeleteCommand-PN2LUAZA.js.map → siteDeleteCommand-ZKHKGVVF.mjs.map} +1 -1
  31. package/build/js/{siteUploadCommand-LF4U2XI6.cjs → siteUploadCommand-OHSOCUL6.cjs} +3 -3
  32. package/build/js/{siteUploadCommand-MCV3ZQAW.js → siteUploadCommand-PZEJVKRE.mjs} +4 -4
  33. package/build/js/{siteUploadCommand-MCV3ZQAW.js.map → siteUploadCommand-PZEJVKRE.mjs.map} +1 -1
  34. package/build/js/{siteVersionsCommand-N33FEMLE.cjs → siteVersionsCommand-IE5QH56U.cjs} +3 -3
  35. package/build/js/{siteVersionsCommand-ZAZVGVKV.js → siteVersionsCommand-NVJD5BDH.mjs} +4 -4
  36. package/build/js/{siteVersionsCommand-ZAZVGVKV.js.map → siteVersionsCommand-NVJD5BDH.mjs.map} +1 -1
  37. package/build/types/commands/auth/CommonAuthArgs.d.ts +4 -0
  38. package/build/types/commands/auth/index.d.ts +5 -0
  39. package/build/types/commands/auth/login/LoginArgs.d.ts +4 -0
  40. package/build/types/commands/auth/login/index.d.ts +5 -0
  41. package/build/types/commands/auth/login/loginFlow.d.ts +2 -0
  42. package/build/types/commands/auth/login/token.d.ts +12 -0
  43. package/build/types/commands/typescript/generate/TypescriptGenerateArgs.d.ts +5 -1
  44. package/build/types/generated/artifacts-admin/ArtifactsAdminService/clearDeletedUserRepositories.d.ts +4 -0
  45. package/build/types/generated/artifacts-admin/ArtifactsAdminService/getContainerRegistryDomain.d.ts +3 -0
  46. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/clearDeployedVersion.d.ts +6 -0
  47. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.d.ts +5 -0
  48. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getDeployedVersion.d.ts +5 -0
  49. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.d.ts +6 -0
  50. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRequestedSiteDomains.d.ts +7 -0
  51. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.d.ts +5 -0
  52. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.d.ts +5 -0
  53. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.d.ts +8 -0
  54. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/unregisterSiteDomain.d.ts +8 -0
  55. package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/updateDeployedVersion.d.ts +5 -0
  56. package/build/types/generated/artifacts-sites/ContentSecurityPolicyAdditions.d.ts +1 -1
  57. package/build/types/generated/artifacts-sites/ControlPanelManagedDomainInfo.d.ts +6 -0
  58. package/build/types/generated/artifacts-sites/SitesDomainRegistryService/getRegisteredDomains.d.ts +3 -0
  59. package/package.json +9 -6
  60. package/build/js/chunk-FE6HR4TN.js.map +0 -1
  61. package/build/js/chunk-KSJ4QHUS.cjs.map +0 -1
  62. package/build/js/handleGenerate-BUJOID4C.js +0 -10
  63. package/build/js/handleGenerate-BUJOID4C.js.map +0 -1
  64. package/build/js/handleGenerate-SY3UD5UA.cjs +0 -32
  65. package/build/js/handleGenerate-SY3UD5UA.cjs.map +0 -1
  66. package/build/js/handleSiteDeploy-F77NQQTE.cjs +0 -12
  67. package/build/js/index.js +0 -11
  68. package/build/js/index.js.map +0 -1
  69. package/build/types/generated/object-set-watcher/AllPropertiesPropertySet.d.ts +0 -2
  70. package/build/types/generated/object-set-watcher/Arg.d.ts +0 -4
  71. package/build/types/generated/object-set-watcher/AuditedObjectSetSubscribeRequests.d.ts +0 -4
  72. package/build/types/generated/object-set-watcher/AuditedObjectSetSubscribeResponse.d.ts +0 -1
  73. package/build/types/generated/object-set-watcher/AuditedObjectSetSubscribeResponses.d.ts +0 -4
  74. package/build/types/generated/object-set-watcher/BaseVersion.d.ts +0 -1
  75. package/build/types/generated/object-set-watcher/BatchEnableWatcherRequest.d.ts +0 -4
  76. package/build/types/generated/object-set-watcher/Error.d.ts +0 -6
  77. package/build/types/generated/object-set-watcher/ErrorName.d.ts +0 -1
  78. package/build/types/generated/object-set-watcher/FilterValue.d.ts +0 -1
  79. package/build/types/generated/object-set-watcher/Message.d.ts +0 -11
  80. package/build/types/generated/object-set-watcher/ObjectSetChanged.d.ts +0 -5
  81. package/build/types/generated/object-set-watcher/ObjectSetContext.d.ts +0 -4
  82. package/build/types/generated/object-set-watcher/ObjectSetFilterContext.d.ts +0 -5
  83. package/build/types/generated/object-set-watcher/ObjectSetRid.d.ts +0 -1
  84. package/build/types/generated/object-set-watcher/ObjectSetStreamSubscribeRequest.d.ts +0 -8
  85. package/build/types/generated/object-set-watcher/ObjectSetStreamSubscribeRequests.d.ts +0 -6
  86. package/build/types/generated/object-set-watcher/ObjectSetSubscribeRequest.d.ts +0 -7
  87. package/build/types/generated/object-set-watcher/ObjectSetSubscribeRequests.d.ts +0 -6
  88. package/build/types/generated/object-set-watcher/ObjectSetSubscribeResponse.d.ts +0 -16
  89. package/build/types/generated/object-set-watcher/ObjectSetSubscribeResponses.d.ts +0 -6
  90. package/build/types/generated/object-set-watcher/ObjectSetUpdates.d.ts +0 -6
  91. package/build/types/generated/object-set-watcher/ObjectSetWatchService/batchEnableWatcher.d.ts +0 -3
  92. package/build/types/generated/object-set-watcher/ObjectSetWatchService.d.ts +0 -1
  93. package/build/types/generated/object-set-watcher/ObjectTypeRid.d.ts +0 -1
  94. package/build/types/generated/object-set-watcher/PatchOffset.d.ts +0 -1
  95. package/build/types/generated/object-set-watcher/PropertyId.d.ts +0 -1
  96. package/build/types/generated/object-set-watcher/PropertySelection.d.ts +0 -6
  97. package/build/types/generated/object-set-watcher/PropertySet.d.ts +0 -11
  98. package/build/types/generated/object-set-watcher/PropertyTypeRid.d.ts +0 -1
  99. package/build/types/generated/object-set-watcher/PropertyTypeRidPropertySelection.d.ts +0 -4
  100. package/build/types/generated/object-set-watcher/QosError.d.ts +0 -2
  101. package/build/types/generated/object-set-watcher/RefreshObjectSet.d.ts +0 -4
  102. package/build/types/generated/object-set-watcher/RequestId.d.ts +0 -1
  103. package/build/types/generated/object-set-watcher/SelectedPropertiesPropertySet.d.ts +0 -4
  104. package/build/types/generated/object-set-watcher/StreamMessage.d.ts +0 -16
  105. package/build/types/generated/object-set-watcher/SubscriptionError.d.ts +0 -4
  106. package/build/types/generated/object-set-watcher/SubscriptionId.d.ts +0 -1
  107. package/build/types/generated/object-set-watcher/SubscriptionSuccess.d.ts +0 -4
  108. package/build/types/generated/object-set-watcher/UnresolvedFilterParameterId.d.ts +0 -1
  109. package/build/types/generated/object-set-watcher/index.d.ts +0 -41
  110. package/build/types/generated/object-set-watcher/object/DatasourceRid.d.ts +0 -1
  111. package/build/types/generated/object-set-watcher/object/FoundryObject.d.ts +0 -14
  112. package/build/types/generated/object-set-watcher/object/ObjectKey.d.ts +0 -3
  113. package/build/types/generated/object-set-watcher/object/ObjectTypeRid.d.ts +0 -1
  114. package/build/types/generated/object-set-watcher/object/ObjectVersion.d.ts +0 -1
  115. package/build/types/generated/object-set-watcher/object/PropertyRid.d.ts +0 -1
  116. package/build/types/generated/object-set-watcher/object/PropertyValue.d.ts +0 -2
  117. package/build/types/generated/object-set-watcher/object/index.d.ts +0 -7
  118. package/build/types/generated/object-set-watcher/types/Attachment.d.ts +0 -1
  119. package/build/types/generated/object-set-watcher/types/Byte.d.ts +0 -1
  120. package/build/types/generated/object-set-watcher/types/CatalogFileReference.d.ts +0 -7
  121. package/build/types/generated/object-set-watcher/types/Ciphertext.d.ts +0 -1
  122. package/build/types/generated/object-set-watcher/types/DatasetFileReference.d.ts +0 -5
  123. package/build/types/generated/object-set-watcher/types/DatasetRid.d.ts +0 -1
  124. package/build/types/generated/object-set-watcher/types/Date.d.ts +0 -1
  125. package/build/types/generated/object-set-watcher/types/Decimal.d.ts +0 -1
  126. package/build/types/generated/object-set-watcher/types/DecimalType.d.ts +0 -4
  127. package/build/types/generated/object-set-watcher/types/Float.d.ts +0 -1
  128. package/build/types/generated/object-set-watcher/types/Geohash.d.ts +0 -1
  129. package/build/types/generated/object-set-watcher/types/Geoshape.d.ts +0 -1
  130. package/build/types/generated/object-set-watcher/types/GeotimeSeriesId.d.ts +0 -1
  131. package/build/types/generated/object-set-watcher/types/GeotimeSeriesIntegrationRid.d.ts +0 -1
  132. package/build/types/generated/object-set-watcher/types/GeotimeSeriesReference.d.ts +0 -6
  133. package/build/types/generated/object-set-watcher/types/Long.d.ts +0 -1
  134. package/build/types/generated/object-set-watcher/types/Marking.d.ts +0 -1
  135. package/build/types/generated/object-set-watcher/types/MarkingType.d.ts +0 -1
  136. package/build/types/generated/object-set-watcher/types/MediaItemReference.d.ts +0 -6
  137. package/build/types/generated/object-set-watcher/types/MediaItemRid.d.ts +0 -1
  138. package/build/types/generated/object-set-watcher/types/MediaReference.d.ts +0 -6
  139. package/build/types/generated/object-set-watcher/types/MediaSetRid.d.ts +0 -1
  140. package/build/types/generated/object-set-watcher/types/MediaSetViewRid.d.ts +0 -1
  141. package/build/types/generated/object-set-watcher/types/MediaValueReference.d.ts +0 -16
  142. package/build/types/generated/object-set-watcher/types/MediaViewItemReference.d.ts +0 -8
  143. package/build/types/generated/object-set-watcher/types/MimeType.d.ts +0 -1
  144. package/build/types/generated/object-set-watcher/types/Null.d.ts +0 -2
  145. package/build/types/generated/object-set-watcher/types/PrimitiveType.d.ts +0 -1
  146. package/build/types/generated/object-set-watcher/types/Short.d.ts +0 -1
  147. package/build/types/generated/object-set-watcher/types/Timestamp.d.ts +0 -1
  148. package/build/types/generated/object-set-watcher/types/TransactionRid.d.ts +0 -1
  149. package/build/types/generated/object-set-watcher/types/Value.d.ts +0 -105
  150. package/build/types/generated/object-set-watcher/types/ValueType.d.ts +0 -25
  151. package/build/types/generated/object-set-watcher/types/Vector.d.ts +0 -1
  152. package/build/types/generated/object-set-watcher/types/VectorType.d.ts +0 -3
  153. package/build/types/generated/object-set-watcher/types/index.d.ts +0 -35
  154. /package/build/js/{chunk-2DJZUIFP.js.map → chunk-MGT3UGXW.mjs.map} +0 -0
  155. /package/build/js/{chunk-4D6JZ4TL.js.map → chunk-XIJ2ZQRX.mjs.map} +0 -0
  156. /package/build/js/{handleSiteDeploy-F77NQQTE.cjs.map → handleSiteDeploy-257ZNTYA.cjs.map} +0 -0
  157. /package/build/js/{siteDeleteCommand-XZF4TDGA.cjs.map → siteDeleteCommand-NY5W7NE3.cjs.map} +0 -0
  158. /package/build/js/{siteUploadCommand-LF4U2XI6.cjs.map → siteUploadCommand-OHSOCUL6.cjs.map} +0 -0
  159. /package/build/js/{siteVersionsCommand-N33FEMLE.cjs.map → siteVersionsCommand-IE5QH56U.cjs.map} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/cli",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -8,22 +8,25 @@
8
8
  ".": {
9
9
  "types": "./build/types/index.d.ts",
10
10
  "import": "./build/js/index.mjs",
11
- "require": "./build/js/index.js"
11
+ "require": "./build/js/index.cjs"
12
12
  },
13
13
  "./*": {
14
14
  "types": "./build/types/public/*.d.ts",
15
15
  "import": "./build/js/public/*.mjs",
16
- "require": "./build/js/public/*.js"
16
+ "require": "./build/js/public/*.cjs"
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
20
  "archiver": "^6.0.1",
21
- "conjure-lite": "0.1.1",
21
+ "conjure-lite": "0.3.1",
22
22
  "consola": "^3.2.3",
23
23
  "find-up": "^6.3.0",
24
+ "open": "^9.1.0",
24
25
  "yargs": "^17.7.2",
25
- "@osdk/api": "0.0.17",
26
- "@osdk/generator": "0.0.16"
26
+ "@osdk/api": "1.0.1",
27
+ "@osdk/gateway": "1.0.1",
28
+ "@osdk/generator": "1.0.1",
29
+ "@osdk/shared.net": "1.0.1"
27
30
  },
28
31
  "devDependencies": {
29
32
  "@types/archiver": "^6.0.0",
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/clearDeployedVersion.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getDeployedVersion.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRequestedSiteDomains.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/unregisterSiteDomain.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/updateDeployedVersion.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminService/deleteSiteDeployment.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminService/deploySite.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminService/getDeployedVersion.ts","../../src/generated/artifacts-sites/SitesDomainRegistryService/getRegisteredDomains.ts","../../src/net/artifacts/index.mts","../../src/net/artifacts/SiteAssetArtifactsService/index.mts","../../src/net/artifacts/SiteAssetArtifactsService/deleteSiteVersion.mts","../../src/net/createFetch.mts","../../src/net/third-party-application-service/fetchWebsiteRepositoryRid.mts","../../src/net/artifacts/SiteAssetArtifactsService/getSiteAssetBaseUrl.mts","../../src/net/artifacts/SiteAssetArtifactsService/fetchSiteVersions.mts","../../src/net/artifacts/SiteAssetArtifactsService/uploadSiteVersion.mts","../../src/net/createConjureContext.mts","../../src/net/third-party-application-service/index.mts"],"names":["ArtifactsSitesAdminV2Service_exports","__export","clearDeployedVersion","getContentSecurityPolicyAdditions","getDeployedVersion","getRegisteredSiteDomains","getRequestedSiteDomains","previewContentSecurityPolicy","putContentSecurityPolicyAdditions","requestSiteDomainForRepository","unregisterSiteDomain","updateDeployedVersion","conjureFetch","ctx","repositoryRid","request","contentSecurityPolicyAdditions","version","artifacts_exports","SiteAssetArtifactsService_exports","deleteSiteVersion","fetchSiteVersions","uploadZippedSiteAsset","consola","LogLevels","createFetchHeaderMutator","createFetch","tokenProvider","fetchFn","createDebugLoggingFetch","headers","token","input","init","a","fetchWebsiteRepositoryRid","baseUrl","thirdPartyAppRid","fetch","url","result","getSiteAssetBaseUrl","foundryBaseUrl","ExitProcessError","zipFile","createConjureContext","servicePath","third_party_application_service_exports"],"mappings":"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","sourcesContent":["/*\n * Copyright 2023 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\nexport { clearDeployedVersion } from \"./ArtifactsSitesAdminV2Service/clearDeployedVersion.js\";\nexport { getContentSecurityPolicyAdditions } from \"./ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.js\";\nexport { getDeployedVersion } from \"./ArtifactsSitesAdminV2Service/getDeployedVersion.js\";\nexport { getRegisteredSiteDomains } from \"./ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.js\";\nexport { getRequestedSiteDomains } from \"./ArtifactsSitesAdminV2Service/getRequestedSiteDomains.js\";\nexport { previewContentSecurityPolicy } from \"./ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.js\";\nexport { putContentSecurityPolicyAdditions } from \"./ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.js\";\nexport { requestSiteDomainForRepository } from \"./ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.js\";\nexport { unregisterSiteDomain } from \"./ArtifactsSitesAdminV2Service/unregisterSiteDomain.js\";\nexport { updateDeployedVersion } from \"./ArtifactsSitesAdminV2Service/updateDeployedVersion.js\";","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function clearDeployedVersion(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/deployed-version`, \"DELETE\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getContentSecurityPolicyAdditions(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/csp/additions`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getDeployedVersion(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/deployed-version`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getRegisteredSiteDomains(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/registered`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getRequestedSiteDomains(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/requested`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function previewContentSecurityPolicy(ctx, repositoryRid, request) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/csp/preview`, \"POST\", request);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function putContentSecurityPolicyAdditions(ctx, repositoryRid, contentSecurityPolicyAdditions) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/csp/additions`, \"PUT\", contentSecurityPolicyAdditions);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function requestSiteDomainForRepository(ctx, repositoryRid, request) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/submit-registration`, \"POST\", request);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function unregisterSiteDomain(ctx, repositoryRid, request) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/unregister`, \"POST\", request);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function updateDeployedVersion(ctx, repositoryRid, version) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/deployed-version`, \"PUT\", version);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function deleteSiteDeployment(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/admin/${repositoryRid}`, \"DELETE\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function deploySite(ctx, deploySiteRequest) {\n return conjureFetch(ctx, `/sites/admin/deploy`, \"POST\", deploySiteRequest);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getDeployedVersion(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/admin/${repositoryRid}/deployedVersion`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getRegisteredDomains(ctx) {\n return conjureFetch(ctx, `/sites/configRegisteredDomains/list`, \"GET\");\n}","/*\n * Copyright 2023 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\nexport * as SiteAssetArtifactsService from \"./SiteAssetArtifactsService/index.mjs\";","/*\n * Copyright 2023 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\nexport { deleteSiteVersion } from \"./deleteSiteVersion.mjs\";\nexport { fetchSiteVersions } from \"./fetchSiteVersions.mjs\";\nexport { uploadZippedSiteAsset } from \"./uploadSiteVersion.mjs\";","/*\n * Copyright 2023 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 { consola, LogLevels } from \"consola\";\nimport { ExitProcessError } from \"../../../ExitProcessError.js\";\nimport { createFetch } from \"../../createFetch.mjs\";\nimport { fetchWebsiteRepositoryRid } from \"../../third-party-application-service/fetchWebsiteRepositoryRid.mjs\";\nimport { getSiteAssetBaseUrl } from \"./getSiteAssetBaseUrl.mjs\";\nexport async function deleteSiteVersion(baseUrl, thirdPartyAppRid, version) {\n const repositoryRid = await fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid);\n const url = `${getSiteAssetBaseUrl(baseUrl, repositoryRid)}/versions/${version}`;\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const result = await fetch(url, {\n method: \"DELETE\"\n });\n if (result.status >= 200 && result.status < 300) {\n consola.level = LogLevels.debug;\n consola.debug(`${result.status} - Status Text: '${result.statusText}'`);\n return true;\n } else {\n throw new ExitProcessError(result.status, `Unexpected response code ${result.status} (${result.statusText})`);\n }\n}","/*\n * Copyright 2023 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 { createFetchHeaderMutator } from \"@osdk/api/utils\";\nimport { consola } from \"consola\";\nexport function createFetch(tokenProvider, fetchFn = fetch) {\n return createFetchHeaderMutator(createDebugLoggingFetch(fetchFn), async headers => {\n const token = await tokenProvider();\n headers.set(\"Authorization\", `Bearer ${token}`);\n headers.set(\"Fetch-User-Agent\", \"\");\n return headers;\n });\n}\nfunction createDebugLoggingFetch(fetchFn = fetch) {\n return function debugLoggingFetch(input, init) {\n if (typeof input === \"string\" || input instanceof URL) {\n consola.debug(`${init?.method ?? \"GET\"}: ${input.toString().trim()}`);\n } else {\n consola.debug(`${input.method ?? \"GET\"}: ${input.url.toString().trim()}`);\n }\n return fetchFn(input, init).then(a => {\n consola.debug(\"Finished fetch\");\n return a;\n });\n };\n}","/*\n * Copyright 2023 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 { consola } from \"consola\";\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid) {\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const url = `\n ${baseUrl}/third-party-application-service/api/application-websites/${thirdPartyAppRid}`;\n const result = await fetch(url);\n if (result.status >= 200 && result.status < 300) {\n const repositoryRid = await result.json();\n consola.debug(`Repository RID: ${repositoryRid}`);\n return repositoryRid;\n }\n throw new Error(`Unexpected response code ${result.status} (${result.statusText})`);\n}","/*\n * Copyright 2023 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\nexport function getSiteAssetBaseUrl(foundryBaseUrl, repositoryRid) {\n return `${foundryBaseUrl}/artifacts/api/repositories/${repositoryRid}/contents/release/siteasset`;\n}","/*\n * Copyright 2023 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 { createFetch } from \"../../createFetch.mjs\";\nimport { fetchWebsiteRepositoryRid } from \"../../third-party-application-service/fetchWebsiteRepositoryRid.mjs\";\nimport { getSiteAssetBaseUrl } from \"./getSiteAssetBaseUrl.mjs\";\nexport async function fetchSiteVersions(baseUrl, thirdPartyAppRid) {\n const repositoryRid = await fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid);\n const url = `${getSiteAssetBaseUrl(baseUrl, repositoryRid)}/versions`;\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const result = await fetch(url);\n if (result.status === 200) {\n const response = await result.json();\n return response.versions;\n } else {\n throw new Error(`Unexpected response code ${result.status} (${result.statusText})`);\n }\n}","/*\n * Copyright 2023 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 { consola, LogLevels } from \"consola\";\nimport { ExitProcessError } from \"../../../ExitProcessError.js\";\nimport { createFetch } from \"../../createFetch.mjs\";\nimport { fetchWebsiteRepositoryRid } from \"../../third-party-application-service/fetchWebsiteRepositoryRid.mjs\";\nimport { getSiteAssetBaseUrl } from \"./getSiteAssetBaseUrl.mjs\";\nexport async function uploadZippedSiteAsset(baseUrl, thirdPartyAppRid, version, zipFile) {\n const repositoryRid = await fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid);\n const url = `${getSiteAssetBaseUrl(baseUrl, repositoryRid)}/versions/zip/${version}`;\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const result = await fetch(url, {\n method: \"PUT\",\n body: zipFile,\n headers: {\n \"Content-Type\": \"application/octet-stream\"\n },\n duplex: \"half\" // Node hates me\n });\n\n if (result.status >= 200 && result.status < 300) {\n consola.level = LogLevels.debug;\n consola.debug(\"Status Text: \" + result.statusText);\n return true;\n } else if (result.status === 409) {\n throw new ExitProcessError(result.status, \"Version already exists\");\n } else {\n throw new ExitProcessError(result.status, `Unexpected response code ${result.status} (${result.statusText})`);\n }\n}","/*\n * Copyright 2023 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 { createFetch } from \"./createFetch.mjs\";\nexport function createConjureContext(baseUrl, servicePath) {\n return {\n fetchFn: createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN),\n baseUrl,\n servicePath\n };\n}","/*\n * Copyright 2023 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\nexport { fetchWebsiteRepositoryRid } from \"./fetchWebsiteRepositoryRid.mjs\";"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/clearDeployedVersion.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getDeployedVersion.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRequestedSiteDomains.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/unregisterSiteDomain.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/updateDeployedVersion.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminService/deleteSiteDeployment.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminService/deploySite.ts","../../src/generated/artifacts-sites/ArtifactsSitesAdminService/getDeployedVersion.ts","../../src/generated/artifacts-sites/SitesDomainRegistryService/getRegisteredDomains.ts","../../src/net/artifacts/index.mts","../../src/net/artifacts/SiteAssetArtifactsService/index.mts","../../src/net/artifacts/SiteAssetArtifactsService/deleteSiteVersion.mts","../../src/net/createFetch.mts","../../src/net/third-party-application-service/fetchWebsiteRepositoryRid.mts","../../src/net/artifacts/SiteAssetArtifactsService/getSiteAssetBaseUrl.mts","../../src/net/artifacts/SiteAssetArtifactsService/fetchSiteVersions.mts","../../src/net/artifacts/SiteAssetArtifactsService/uploadSiteVersion.mts","../../src/net/createConjureContext.mts","../../src/net/third-party-application-service/index.mts"],"names":["ArtifactsSitesAdminV2Service_exports","__export","clearDeployedVersion","getContentSecurityPolicyAdditions","getDeployedVersion","getRegisteredSiteDomains","getRequestedSiteDomains","previewContentSecurityPolicy","putContentSecurityPolicyAdditions","requestSiteDomainForRepository","unregisterSiteDomain","updateDeployedVersion","conjureFetch","ctx","repositoryRid","request","contentSecurityPolicyAdditions","version","artifacts_exports","SiteAssetArtifactsService_exports","deleteSiteVersion","fetchSiteVersions","uploadZippedSiteAsset","consola","LogLevels","createFetchHeaderMutator","createFetch","tokenProvider","fetchFn","createDebugLoggingFetch","headers","token","input","init","a","fetchWebsiteRepositoryRid","baseUrl","thirdPartyAppRid","fetch","url","result","getSiteAssetBaseUrl","foundryBaseUrl","ExitProcessError","zipFile","createConjureContext","servicePath","third_party_application_service_exports"],"mappings":"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","sourcesContent":["/*\n * Copyright 2023 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\nexport { clearDeployedVersion } from \"./ArtifactsSitesAdminV2Service/clearDeployedVersion.js\";\nexport { getContentSecurityPolicyAdditions } from \"./ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.js\";\nexport { getDeployedVersion } from \"./ArtifactsSitesAdminV2Service/getDeployedVersion.js\";\nexport { getRegisteredSiteDomains } from \"./ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.js\";\nexport { getRequestedSiteDomains } from \"./ArtifactsSitesAdminV2Service/getRequestedSiteDomains.js\";\nexport { previewContentSecurityPolicy } from \"./ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.js\";\nexport { putContentSecurityPolicyAdditions } from \"./ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.js\";\nexport { requestSiteDomainForRepository } from \"./ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.js\";\nexport { unregisterSiteDomain } from \"./ArtifactsSitesAdminV2Service/unregisterSiteDomain.js\";\nexport { updateDeployedVersion } from \"./ArtifactsSitesAdminV2Service/updateDeployedVersion.js\";","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function clearDeployedVersion(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/deployed-version`, \"DELETE\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getContentSecurityPolicyAdditions(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/csp/additions`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getDeployedVersion(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/deployed-version`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getRegisteredSiteDomains(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/registered`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getRequestedSiteDomains(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/requested`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function previewContentSecurityPolicy(ctx, repositoryRid, request) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/csp/preview`, \"POST\", request);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function putContentSecurityPolicyAdditions(ctx, repositoryRid, contentSecurityPolicyAdditions) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/csp/additions`, \"PUT\", contentSecurityPolicyAdditions);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function requestSiteDomainForRepository(ctx, repositoryRid, request) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/submit-registration`, \"POST\", request);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function unregisterSiteDomain(ctx, repositoryRid, request) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/domains/unregister`, \"POST\", request);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function updateDeployedVersion(ctx, repositoryRid, version) {\n return conjureFetch(ctx, `/sites/v2/admin/repository/${repositoryRid}/deployed-version`, \"PUT\", version);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function deleteSiteDeployment(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/admin/${repositoryRid}`, \"DELETE\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function deploySite(ctx, deploySiteRequest) {\n return conjureFetch(ctx, `/sites/admin/deploy`, \"POST\", deploySiteRequest);\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getDeployedVersion(ctx, repositoryRid) {\n return conjureFetch(ctx, `/sites/admin/${repositoryRid}/deployedVersion`, \"GET\");\n}","/*\n * Copyright 2023 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 { conjureFetch } from \"conjure-lite\";\nexport async function getRegisteredDomains(ctx) {\n return conjureFetch(ctx, `/sites/configRegisteredDomains/list`, \"GET\");\n}","/*\n * Copyright 2023 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\nexport * as SiteAssetArtifactsService from \"./SiteAssetArtifactsService/index.mjs\";","/*\n * Copyright 2023 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\nexport { deleteSiteVersion } from \"./deleteSiteVersion.mjs\";\nexport { fetchSiteVersions } from \"./fetchSiteVersions.mjs\";\nexport { uploadZippedSiteAsset } from \"./uploadSiteVersion.mjs\";","/*\n * Copyright 2023 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 { consola, LogLevels } from \"consola\";\nimport { ExitProcessError } from \"../../../ExitProcessError.js\";\nimport { createFetch } from \"../../createFetch.mjs\";\nimport { fetchWebsiteRepositoryRid } from \"../../third-party-application-service/fetchWebsiteRepositoryRid.mjs\";\nimport { getSiteAssetBaseUrl } from \"./getSiteAssetBaseUrl.mjs\";\nexport async function deleteSiteVersion(baseUrl, thirdPartyAppRid, version) {\n const repositoryRid = await fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid);\n const url = `${getSiteAssetBaseUrl(baseUrl, repositoryRid)}/versions/${version}`;\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const result = await fetch(url, {\n method: \"DELETE\"\n });\n if (result.status >= 200 && result.status < 300) {\n consola.level = LogLevels.debug;\n consola.debug(`${result.status} - Status Text: '${result.statusText}'`);\n return true;\n } else {\n throw new ExitProcessError(result.status, `Unexpected response code ${result.status} (${result.statusText})`);\n }\n}","/*\n * Copyright 2023 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 { createFetchHeaderMutator } from \"@osdk/api/utils\";\nimport { consola } from \"consola\";\nexport function createFetch(tokenProvider, fetchFn = fetch) {\n return createFetchHeaderMutator(createDebugLoggingFetch(fetchFn), async headers => {\n const token = await tokenProvider();\n headers.set(\"Authorization\", `Bearer ${token}`);\n headers.set(\"Fetch-User-Agent\", \"\");\n return headers;\n });\n}\nfunction createDebugLoggingFetch(fetchFn = fetch) {\n return function debugLoggingFetch(input, init) {\n if (typeof input === \"string\" || input instanceof URL) {\n consola.debug(`${init?.method ?? \"GET\"}: ${input.toString().trim()}`);\n } else {\n consola.debug(`${input.method ?? \"GET\"}: ${input.url.toString().trim()}`);\n }\n return fetchFn(input, init).then(a => {\n consola.debug(\"Finished fetch\");\n return a;\n });\n };\n}","/*\n * Copyright 2023 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 { consola } from \"consola\";\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid) {\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const url = `\n ${baseUrl}/third-party-application-service/api/application-websites/${thirdPartyAppRid}`;\n const result = await fetch(url);\n if (result.status >= 200 && result.status < 300) {\n const repositoryRid = await result.json();\n consola.debug(`Repository RID: ${repositoryRid}`);\n return repositoryRid;\n }\n throw new Error(`Unexpected response code ${result.status} (${result.statusText})`);\n}","/*\n * Copyright 2023 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\nexport function getSiteAssetBaseUrl(foundryBaseUrl, repositoryRid) {\n return `${foundryBaseUrl}/artifacts/api/repositories/${repositoryRid}/contents/release/siteasset`;\n}","/*\n * Copyright 2023 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 { createFetch } from \"../../createFetch.mjs\";\nimport { fetchWebsiteRepositoryRid } from \"../../third-party-application-service/fetchWebsiteRepositoryRid.mjs\";\nimport { getSiteAssetBaseUrl } from \"./getSiteAssetBaseUrl.mjs\";\nexport async function fetchSiteVersions(baseUrl, thirdPartyAppRid) {\n const repositoryRid = await fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid);\n const url = `${getSiteAssetBaseUrl(baseUrl, repositoryRid)}/versions`;\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const result = await fetch(url);\n if (result.status === 200) {\n const response = await result.json();\n return response.versions;\n } else {\n throw new Error(`Unexpected response code ${result.status} (${result.statusText})`);\n }\n}","/*\n * Copyright 2023 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 { consola, LogLevels } from \"consola\";\nimport { ExitProcessError } from \"../../../ExitProcessError.js\";\nimport { createFetch } from \"../../createFetch.mjs\";\nimport { fetchWebsiteRepositoryRid } from \"../../third-party-application-service/fetchWebsiteRepositoryRid.mjs\";\nimport { getSiteAssetBaseUrl } from \"./getSiteAssetBaseUrl.mjs\";\nexport async function uploadZippedSiteAsset(baseUrl, thirdPartyAppRid, version, zipFile) {\n const repositoryRid = await fetchWebsiteRepositoryRid(baseUrl, thirdPartyAppRid);\n const url = `${getSiteAssetBaseUrl(baseUrl, repositoryRid)}/versions/zip/${version}`;\n const fetch = createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN);\n const result = await fetch(url, {\n method: \"PUT\",\n body: zipFile,\n headers: {\n \"Content-Type\": \"application/octet-stream\"\n },\n duplex: \"half\" // Node hates me\n });\n\n if (result.status >= 200 && result.status < 300) {\n consola.level = LogLevels.debug;\n consola.debug(\"Status Text: \" + result.statusText);\n return true;\n } else if (result.status === 409) {\n throw new ExitProcessError(result.status, \"Version already exists\");\n } else {\n throw new ExitProcessError(result.status, `Unexpected response code ${result.status} (${result.statusText})`);\n }\n}","/*\n * Copyright 2023 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 { createFetch } from \"./createFetch.mjs\";\nexport function createConjureContext(baseUrl, servicePath) {\n return {\n fetchFn: createFetch(() => process.env.FOUNDRY_SDK_AUTH_TOKEN),\n baseUrl,\n servicePath\n };\n}","/*\n * Copyright 2023 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\nexport { fetchWebsiteRepositoryRid } from \"./fetchWebsiteRepositoryRid.mjs\";"]}
@@ -1,10 +0,0 @@
1
- import './chunk-4D6JZ4TL.js';
2
- import { generateClientSdkVersionOneDotOne } from '@osdk/generator';
3
- import { consola } from 'consola';
4
- import * as e from 'fs';
5
-
6
- async function s(r){let i=JSON.parse(await e.promises.readFile(r.ontologyPath,"utf-8"));await generateClientSdkVersionOneDotOne(i,{writeFile:(o,t)=>e.promises.writeFile(o,t,"utf-8"),mkdir:async(o,t)=>{await e.promises.mkdir(o,t);}},r.outDir),consola.info("OSDK Generated!");}
7
-
8
- export { s as default };
9
- //# sourceMappingURL=out.js.map
10
- //# sourceMappingURL=handleGenerate-BUJOID4C.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/commands/typescript/generate/handleGenerate.mts"],"names":["generateClientSdkVersionOneDotOne","consola","fs","handleGenerate","args","ontology","path","contents","options"],"mappings":"4BAgBA,OAAS,qCAAAA,MAAyC,kBAClD,OAAS,WAAAC,MAAe,UACxB,UAAYC,MAAQ,KACpB,eAAOC,EAAsCC,EAAM,CACjD,IAAMC,EAAW,KAAK,MAAM,MAAS,WAAS,SAASD,EAAK,aAAc,OAAO,CAAC,EAClF,MAAMJ,EAAkCK,EAAU,CAChD,UAAW,CAACC,EAAMC,IACN,WAAS,UAAUD,EAAMC,EAAU,OAAO,EAEtD,MAAO,MAAOD,EAAME,IAAY,CAC9B,MAAS,WAAS,MAAMF,EAAME,CAAO,CACvC,CACF,EAAGJ,EAAK,MAAM,EACdH,EAAQ,KAAK,iBAAiB,CAChC","sourcesContent":["/*\n * Copyright 2023 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 { generateClientSdkVersionOneDotOne } from \"@osdk/generator\";\nimport { consola } from \"consola\";\nimport * as fs from \"node:fs\";\nexport default async function handleGenerate(args) {\n const ontology = JSON.parse(await fs.promises.readFile(args.ontologyPath, \"utf-8\"));\n await generateClientSdkVersionOneDotOne(ontology, {\n writeFile: (path, contents) => {\n return fs.promises.writeFile(path, contents, \"utf-8\");\n },\n mkdir: async (path, options) => {\n await fs.promises.mkdir(path, options);\n }\n }, args.outDir);\n consola.info(\"OSDK Generated!\");\n}"]}
@@ -1,32 +0,0 @@
1
- 'use strict';
2
-
3
- require('./chunk-X6QW63OH.cjs');
4
- var generator = require('@osdk/generator');
5
- var consola = require('consola');
6
- var e = require('fs');
7
-
8
- function _interopNamespace(e) {
9
- if (e && e.__esModule) return e;
10
- var n = Object.create(null);
11
- if (e) {
12
- Object.keys(e).forEach(function (k) {
13
- if (k !== 'default') {
14
- var d = Object.getOwnPropertyDescriptor(e, k);
15
- Object.defineProperty(n, k, d.get ? d : {
16
- enumerable: true,
17
- get: function () { return e[k]; }
18
- });
19
- }
20
- });
21
- }
22
- n.default = e;
23
- return Object.freeze(n);
24
- }
25
-
26
- var e__namespace = /*#__PURE__*/_interopNamespace(e);
27
-
28
- async function s(r){let i=JSON.parse(await e__namespace.promises.readFile(r.ontologyPath,"utf-8"));await generator.generateClientSdkVersionOneDotOne(i,{writeFile:(o,t)=>e__namespace.promises.writeFile(o,t,"utf-8"),mkdir:async(o,t)=>{await e__namespace.promises.mkdir(o,t);}},r.outDir),consola.consola.info("OSDK Generated!");}
29
-
30
- module.exports = s;
31
- //# sourceMappingURL=out.js.map
32
- //# sourceMappingURL=handleGenerate-SY3UD5UA.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/commands/typescript/generate/handleGenerate.mts"],"names":["generateClientSdkVersionOneDotOne","consola","fs","handleGenerate","args","ontology","path","contents","options"],"mappings":"6BAgBA,OAAS,qCAAAA,MAAyC,kBAClD,OAAS,WAAAC,MAAe,UACxB,UAAYC,MAAQ,KACpB,eAAOC,EAAsCC,EAAM,CACjD,IAAMC,EAAW,KAAK,MAAM,MAAS,WAAS,SAASD,EAAK,aAAc,OAAO,CAAC,EAClF,MAAMJ,EAAkCK,EAAU,CAChD,UAAW,CAACC,EAAMC,IACN,WAAS,UAAUD,EAAMC,EAAU,OAAO,EAEtD,MAAO,MAAOD,EAAME,IAAY,CAC9B,MAAS,WAAS,MAAMF,EAAME,CAAO,CACvC,CACF,EAAGJ,EAAK,MAAM,EACdH,EAAQ,KAAK,iBAAiB,CAChC","sourcesContent":["/*\n * Copyright 2023 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 { generateClientSdkVersionOneDotOne } from \"@osdk/generator\";\nimport { consola } from \"consola\";\nimport * as fs from \"node:fs\";\nexport default async function handleGenerate(args) {\n const ontology = JSON.parse(await fs.promises.readFile(args.ontologyPath, \"utf-8\"));\n await generateClientSdkVersionOneDotOne(ontology, {\n writeFile: (path, contents) => {\n return fs.promises.writeFile(path, contents, \"utf-8\");\n },\n mkdir: async (path, options) => {\n await fs.promises.mkdir(path, options);\n }\n }, args.outDir);\n consola.info(\"OSDK Generated!\");\n}"]}
@@ -1,12 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkKSJ4QHUS_cjs = require('./chunk-KSJ4QHUS.cjs');
4
- require('./chunk-V4QJCMF6.cjs');
5
- require('./chunk-X6QW63OH.cjs');
6
- var consola = require('consola');
7
-
8
- async function f({siteVersion:t,appRid:c,baseUrl:i,clearVersion:n}){let o=await chunkKSJ4QHUS_cjs.d.fetchWebsiteRepositoryRid(i,c),s=chunkKSJ4QHUS_cjs.c(i,"/artifacts/api");t?await chunkKSJ4QHUS_cjs.a.updateDeployedVersion(s,o,{siteVersion:{version:t}}):n&&await chunkKSJ4QHUS_cjs.a.clearDeployedVersion(s,o),consola.consola.success("Deploy successful");}
9
-
10
- module.exports = f;
11
- //# sourceMappingURL=out.js.map
12
- //# sourceMappingURL=handleSiteDeploy-F77NQQTE.cjs.map
package/build/js/index.js DELETED
@@ -1,11 +0,0 @@
1
- import { a as a$1 } from './chunk-2DJZUIFP.js';
2
- import './chunk-4D6JZ4TL.js';
3
- import V from 'yargs';
4
- import { hideBin } from 'yargs/helpers';
5
- import * as p from 'fs';
6
-
7
- var g={command:"delete",describe:"Delete an uploaded version",builder:e=>e.option("siteVersion",{type:"string",demandOption:!0}).option("dir",{type:"string"}),handler:async e=>{await(await import('./siteDeleteCommand-PN2LUAZA.js')).default(e);}},t=g;var y={command:"deploy",describe:"Deploy an uploaded version",builder:e=>e.options({siteVersion:{type:"string",conflicts:"clearVersion"},undeploy:{alias:"clearVersion",description:"Causes the site to no longer be deployed",type:"boolean",conflicts:"siteVersion"}}).group(["siteVersion","clearVersion"],"Version To Deploy (requires one of)"),handler:async e=>{await(await import('./handleSiteDeploy-YNRVWKWR.js')).default(e);}},a=y;var b={command:"upload",describe:"Upload an application version",builder:e=>e.option("siteVersion",{type:"string",demandOption:!0}).option("dir",{type:"string"}),handler:async e=>{await(await import('./siteUploadCommand-MCV3ZQAW.js')).default(e);}},i=b;var w={command:"versions",describe:"List application versions",builder:e=>e,handler:async e=>{await(await import('./siteVersionsCommand-ZAZVGVKV.js')).default(e);}},s=w;var v={command:"site",describe:"Manage your site",builder:e=>e.options({appRid:{type:"string",demandOption:!0,coerce:n=>n},baseUrl:{type:"string",demandOption:!0}}).group(["appRid","baseUrl"],"Common Arguments").command(s).command(i).command(t).command(a).demandCommand(),handler:async e=>{}},d=v;var x={command:"generate",describe:"Generate typescript from ontology",builder:e=>e.options({outDir:{type:"string",description:"Where to place the generated files",demandOption:!0},ontologyPath:{description:"path to the ontology wire json",type:"string",demandOption:!0}}).group(["outDir","ontologyPath"],"Version To Deploy (requires one of)"),handler:async e=>{await(await import('./handleGenerate-BUJOID4C.js')).default(e);}},m=x;var h={command:"typescript",describe:"Manage code",builder:e=>e.command(m).demandCommand(),handler:async e=>{}},c=h;async function l(){let{findUp:e}=await import('find-up'),n=await e("package.json",{cwd:import.meta.url});if(!n)return "(unknown version. No package.json found)";let o=JSON.parse(await p.promises.readFile(n,"utf-8"));return o.version?`v${o.version}`:"(unknown version. No version in package.json found)"}var u=!0;async function f(e){if(u){let o=(await import('consola')).consola;o.info(`Palantir OSDK CLI ${await l()}`),o.level=3+e.verbose,o.level>3&&o.debug(`Verbose logging enabled (${o.level===4?"debug":"trace"})`),console.log(),u=!1;}}async function D(e=process.argv){let n=V(hideBin(e)).env("OSDK").version(!1).option("verbose",{alias:"v",type:"boolean",description:"Enable verbose logging",count:!0}).demandCommand().middleware(f,!0).strict().command({command:"unstable",aliases:["experimental"],builder:async o=>o.command(d).command(c).demandCommand(),handler:o=>{}});try{return n.parseAsync()}catch(o){o instanceof a$1&&(await import('consola')).consola.error(o.message);}}
8
-
9
- export { D as cli };
10
- //# sourceMappingURL=out.js.map
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/cli.ts","../../src/commands/site/delete/index.ts","../../src/commands/site/deploy/index.ts","../../src/commands/site/upload/index.ts","../../src/commands/site/versions/index.ts","../../src/commands/site/index.ts","../../src/commands/typescript/generate/generate.ts","../../src/commands/typescript/index.ts","../../src/readCliVersionFromPackageJson.ts","../../src/yargs/logVersionMiddleware.ts"],"names":["yargs","hideBin","command","argv","args","delete_default","deploy_default","upload_default","versions_default","site","a","site_default","generate_default","typescript_default","fs","readCliVersionFromPackageJson","findUp","result","packageJson","firstTime","logVersionMiddleware","consola","cli","base","_args","e","ExitProcessError"],"mappings":"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","sourcesContent":["/*\n * Copyright 2023 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 yargs from \"yargs\";\nimport { hideBin } from \"yargs/helpers\";\nimport site from \"./commands/site/index.js\";\nimport typescript from \"./commands/typescript/index.js\";\nimport { ExitProcessError } from \"./ExitProcessError.js\";\nimport { logVersionMiddleware } from \"./yargs/logVersionMiddleware.js\";\nexport async function cli(args = process.argv) {\n const base = yargs(hideBin(args)).env(\"OSDK\").version(false).option(\"verbose\", {\n alias: \"v\",\n type: \"boolean\",\n description: \"Enable verbose logging\",\n count: true\n }).demandCommand().middleware(logVersionMiddleware, true).strict().command({\n command: \"unstable\",\n aliases: [\"experimental\"],\n builder: async argv => {\n return argv.command(site).command(typescript).demandCommand();\n },\n handler: _args => {}\n });\n try {\n return base.parseAsync();\n } catch (e) {\n if (e instanceof ExitProcessError) {\n const Consola = await import(\"consola\");\n Consola.consola.error(e.message);\n }\n }\n}","/*\n * Copyright 2023 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\nexport const command = {\n command: \"delete\",\n describe: \"Delete an uploaded version\",\n builder: argv => {\n return argv.option(\"siteVersion\", {\n type: \"string\",\n demandOption: true\n }).option(\"dir\", {\n type: \"string\"\n });\n },\n handler: async args => {\n const command = await import(\"./siteDeleteCommand.mjs\");\n await command.default(args);\n }\n};\nexport default command;","/*\n * Copyright 2023 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\nexport const command = {\n command: \"deploy\",\n describe: \"Deploy an uploaded version\",\n builder: argv => {\n return argv.options({\n \"siteVersion\": {\n type: \"string\",\n conflicts: \"clearVersion\"\n // group: \"Deploy Version\",\n // implies: { \"clearVersion\": \"false\" },\n },\n\n undeploy: {\n alias: \"clearVersion\",\n description: \"Causes the site to no longer be deployed\",\n type: \"boolean\",\n conflicts: \"siteVersion\"\n // group: \"Deploy Version\",\n // implies: { \"siteVersion\": \"\" },\n }\n }).group([\"siteVersion\", \"clearVersion\"], \"Version To Deploy (requires one of)\");\n\n // .check((args) => {\n // if (\n // (args.siteVersion && args.clearVersion)\n // || (!args.siteVersion && args.clearVersion == undefined)\n // ) {\n // // consola.error(\"Only one of --siteVersion or --clearVersion may be provided\");\n // throw new Error(\n // \"Only one of --siteVersion or --clearVersion may be provided\",\n // );\n // }\n // });\n },\n\n handler: async args => {\n const command = await import(\"./handleSiteDeploy.mjs\");\n await command.default(args);\n }\n};\nexport default command;","/*\n * Copyright 2023 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\nexport const command = {\n command: \"upload\",\n describe: \"Upload an application version\",\n builder: argv => {\n return argv.option(\"siteVersion\", {\n type: \"string\",\n demandOption: true\n }).option(\"dir\", {\n type: \"string\"\n });\n },\n handler: async args => {\n const command = await import(\"./siteUploadCommand.mjs\");\n await command.default(args);\n }\n};\nexport default command;","/*\n * Copyright 2023 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\nexport const command = {\n command: \"versions\",\n describe: \"List application versions\",\n builder: argv => {\n return argv;\n },\n handler: async args => {\n const command = await import(\"./siteVersionsCommand.mjs\");\n await command.default(args);\n }\n};\nexport default command;","/*\n * Copyright 2023 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 siteDelete from \"./delete/index.js\";\nimport siteDeploy from \"./deploy/index.js\";\nimport upload from \"./upload/index.js\";\nimport versions from \"./versions/index.js\";\nconst site = {\n command: \"site\",\n describe: \"Manage your site\",\n builder: argv => {\n return argv.options({\n appRid: {\n type: \"string\",\n demandOption: true,\n coerce: a => a\n },\n baseUrl: {\n type: \"string\",\n demandOption: true\n }\n }).group([\"appRid\", \"baseUrl\"], \"Common Arguments\").command(versions).command(upload).command(siteDelete).command(siteDeploy).demandCommand();\n },\n handler: async args => {}\n};\nexport default site;","/*\n * Copyright 2023 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\nexport const command = {\n command: \"generate\",\n describe: \"Generate typescript from ontology\",\n builder: argv => {\n return argv.options({\n \"outDir\": {\n type: \"string\",\n description: \"Where to place the generated files\",\n demandOption: true\n },\n ontologyPath: {\n description: \"path to the ontology wire json\",\n type: \"string\",\n demandOption: true\n }\n }).group([\"outDir\", \"ontologyPath\"], \"Version To Deploy (requires one of)\");\n },\n handler: async args => {\n const command = await import(\"./handleGenerate.mjs\");\n await command.default(args);\n }\n};\nexport default command;","/*\n * Copyright 2023 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 generate from \"./generate/generate.js\";\nconst site = {\n command: \"typescript\",\n describe: \"Manage code\",\n builder: argv => {\n return argv.command(generate).demandCommand();\n },\n handler: async args => {}\n};\nexport default site;","/*\n * Copyright 2023 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 * as fs from \"node:fs\";\nexport async function readCliVersionFromPackageJson() {\n const {\n findUp\n } = await import(\"find-up\");\n const result = await findUp(\"package.json\", {\n cwd: import.meta.url\n });\n if (!result) {\n return \"(unknown version. No package.json found)\";\n }\n const packageJson = JSON.parse(await fs.promises.readFile(result, \"utf-8\"));\n if (packageJson.version) {\n return `v${packageJson.version}`;\n } else {\n return \"(unknown version. No version in package.json found)\";\n }\n}","/*\n * Copyright 2023 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 { readCliVersionFromPackageJson } from \"../readCliVersionFromPackageJson.js\";\nlet firstTime = true;\nexport async function logVersionMiddleware(args) {\n if (firstTime) {\n const Consola = await import(\"consola\");\n // This will be called before any command is executed\n const consola = Consola.consola;\n consola.info(`Palantir OSDK CLI ${await readCliVersionFromPackageJson()}`);\n consola.level = 3 + args.verbose; // so 1 -v is debug logs and -vv is trace\n if (consola.level > 3) {\n consola.debug(`Verbose logging enabled (${consola.level === 4 ? \"debug\" : \"trace\"})`);\n }\n\n // eslint-disable-next-line no-console\n console.log(); // Not consola. Just want a blank line\n firstTime = false;\n }\n}"]}
@@ -1,2 +0,0 @@
1
- export interface AllPropertiesPropertySet {
2
- }
@@ -1,4 +0,0 @@
1
- export interface Arg {
2
- name: string;
3
- value: string;
4
- }
@@ -1,4 +0,0 @@
1
- import type { ObjectSetRid } from "./ObjectSetRid.js";
2
- export interface AuditedObjectSetSubscribeRequests {
3
- requests: Array<ObjectSetRid>;
4
- }
@@ -1 +0,0 @@
1
- export type AuditedObjectSetSubscribeResponse = "SUCCESS" | "ERROR" | "QOS";
@@ -1,4 +0,0 @@
1
- import type { AuditedObjectSetSubscribeResponse } from "./AuditedObjectSetSubscribeResponse.js";
2
- export interface AuditedObjectSetSubscribeResponses {
3
- responses: Array<AuditedObjectSetSubscribeResponse>;
4
- }
@@ -1 +0,0 @@
1
- export type BaseVersion = string;
@@ -1,4 +0,0 @@
1
- import type { ObjectTypeRid } from "./ObjectTypeRid.js";
2
- export interface BatchEnableWatcherRequest {
3
- requests: Array<ObjectTypeRid>;
4
- }
@@ -1,6 +0,0 @@
1
- import type { Arg } from "./Arg.js";
2
- import type { ErrorName } from "./ErrorName.js";
3
- export interface Error {
4
- error: ErrorName;
5
- args: Array<Arg>;
6
- }
@@ -1 +0,0 @@
1
- export type ErrorName = string;
@@ -1 +0,0 @@
1
- export type FilterValue = any;
@@ -1,11 +0,0 @@
1
- import type { ObjectSetChanged } from "./ObjectSetChanged.js";
2
- import type { ObjectSetSubscribeResponses } from "./ObjectSetSubscribeResponses.js";
3
- export interface Message_subscribeResponses {
4
- type: "subscribeResponses";
5
- subscribeResponses: ObjectSetSubscribeResponses;
6
- }
7
- export interface Message_objectSetChanged {
8
- type: "objectSetChanged";
9
- objectSetChanged: ObjectSetChanged;
10
- }
11
- export type Message = Message_subscribeResponses | Message_objectSetChanged;
@@ -1,5 +0,0 @@
1
- import type { SubscriptionId } from "./SubscriptionId.js";
2
- export interface ObjectSetChanged {
3
- id: SubscriptionId;
4
- confidenceValue: string;
5
- }
@@ -1,4 +0,0 @@
1
- import type { ObjectSetFilterContext } from "./ObjectSetFilterContext.js";
2
- export interface ObjectSetContext {
3
- objectSetFilterContext: ObjectSetFilterContext | undefined;
4
- }
@@ -1,5 +0,0 @@
1
- import type { FilterValue } from "./FilterValue.js";
2
- import type { UnresolvedFilterParameterId } from "./UnresolvedFilterParameterId.js";
3
- export interface ObjectSetFilterContext {
4
- parameterOverrides: Map<UnresolvedFilterParameterId, FilterValue>;
5
- }
@@ -1 +0,0 @@
1
- export type ObjectSetRid = string;
@@ -1,8 +0,0 @@
1
- import type { ObjectSetContext } from "./ObjectSetContext.js";
2
- import type { ObjectSetRid } from "./ObjectSetRid.js";
3
- import type { PropertySet } from "./PropertySet.js";
4
- export interface ObjectSetStreamSubscribeRequest {
5
- objectSet: ObjectSetRid;
6
- objectSetContext: ObjectSetContext;
7
- propertySet: PropertySet | undefined;
8
- }
@@ -1,6 +0,0 @@
1
- import type { ObjectSetStreamSubscribeRequest } from "./ObjectSetStreamSubscribeRequest.js";
2
- import type { RequestId } from "./RequestId.js";
3
- export interface ObjectSetStreamSubscribeRequests {
4
- requests: Array<ObjectSetStreamSubscribeRequest>;
5
- id: RequestId;
6
- }
@@ -1,7 +0,0 @@
1
- import type { ObjectSetContext } from "./ObjectSetContext.js";
2
- import type { ObjectSetRid } from "./ObjectSetRid.js";
3
- export interface ObjectSetSubscribeRequest {
4
- objectSet: ObjectSetRid;
5
- objectSetContext: ObjectSetContext;
6
- watchAllLinks: boolean | undefined;
7
- }
@@ -1,6 +0,0 @@
1
- import type { ObjectSetSubscribeRequest } from "./ObjectSetSubscribeRequest.js";
2
- import type { RequestId } from "./RequestId.js";
3
- export interface ObjectSetSubscribeRequests {
4
- requests: Array<ObjectSetSubscribeRequest>;
5
- id: RequestId;
6
- }
@@ -1,16 +0,0 @@
1
- import type { QosError } from "./QosError.js";
2
- import type { SubscriptionError } from "./SubscriptionError.js";
3
- import type { SubscriptionSuccess } from "./SubscriptionSuccess.js";
4
- export interface ObjectSetSubscribeResponse_success {
5
- type: "success";
6
- success: SubscriptionSuccess;
7
- }
8
- export interface ObjectSetSubscribeResponse_error {
9
- type: "error";
10
- error: SubscriptionError;
11
- }
12
- export interface ObjectSetSubscribeResponse_qos {
13
- type: "qos";
14
- qos: QosError;
15
- }
16
- export type ObjectSetSubscribeResponse = ObjectSetSubscribeResponse_success | ObjectSetSubscribeResponse_error | ObjectSetSubscribeResponse_qos;
@@ -1,6 +0,0 @@
1
- import type { ObjectSetSubscribeResponse } from "./ObjectSetSubscribeResponse.js";
2
- import type { RequestId } from "./RequestId.js";
3
- export interface ObjectSetSubscribeResponses {
4
- responses: Array<ObjectSetSubscribeResponse>;
5
- id: RequestId;
6
- }
@@ -1,6 +0,0 @@
1
- import type { FoundryObject } from "./object/FoundryObject.js";
2
- import type { SubscriptionId } from "./SubscriptionId.js";
3
- export interface ObjectSetUpdates {
4
- id: SubscriptionId;
5
- objects: Array<FoundryObject>;
6
- }
@@ -1,3 +0,0 @@
1
- import { type ConjureContext } from "conjure-lite";
2
- import type { BatchEnableWatcherRequest } from "../BatchEnableWatcherRequest.js";
3
- export declare function batchEnableWatcher(ctx: ConjureContext, request: BatchEnableWatcherRequest): Promise<void>;
@@ -1 +0,0 @@
1
- export { batchEnableWatcher } from "./ObjectSetWatchService/batchEnableWatcher.js";
@@ -1 +0,0 @@
1
- export type ObjectTypeRid = string;
@@ -1 +0,0 @@
1
- export type PatchOffset = number;
@@ -1 +0,0 @@
1
- export type PropertyId = string;
@@ -1,6 +0,0 @@
1
- import type { PropertyTypeRidPropertySelection } from "./PropertyTypeRidPropertySelection.js";
2
- export interface PropertySelection_propertyTypeRid {
3
- type: "propertyTypeRid";
4
- propertyTypeRid: PropertyTypeRidPropertySelection;
5
- }
6
- export type PropertySelection = PropertySelection_propertyTypeRid;
@@ -1,11 +0,0 @@
1
- import type { AllPropertiesPropertySet } from "./AllPropertiesPropertySet.js";
2
- import type { SelectedPropertiesPropertySet } from "./SelectedPropertiesPropertySet.js";
3
- export interface PropertySet_selected {
4
- type: "selected";
5
- selected: SelectedPropertiesPropertySet;
6
- }
7
- export interface PropertySet_allProperties {
8
- type: "allProperties";
9
- allProperties: AllPropertiesPropertySet;
10
- }
11
- export type PropertySet = PropertySet_selected | PropertySet_allProperties;
@@ -1 +0,0 @@
1
- export type PropertyTypeRid = string;
@@ -1,4 +0,0 @@
1
- import type { PropertyTypeRid } from "./PropertyTypeRid.js";
2
- export interface PropertyTypeRidPropertySelection {
3
- propertyTypeRids: Array<PropertyTypeRid>;
4
- }
@@ -1,2 +0,0 @@
1
- export interface QosError {
2
- }
@@ -1,4 +0,0 @@
1
- import type { SubscriptionId } from "./SubscriptionId.js";
2
- export interface RefreshObjectSet {
3
- id: SubscriptionId;
4
- }
@@ -1 +0,0 @@
1
- export type RequestId = string;
@@ -1,4 +0,0 @@
1
- import type { PropertySelection } from "./PropertySelection.js";
2
- export interface SelectedPropertiesPropertySet {
3
- propertySelection: PropertySelection;
4
- }
@@ -1,16 +0,0 @@
1
- import type { ObjectSetSubscribeResponses } from "./ObjectSetSubscribeResponses.js";
2
- import type { ObjectSetUpdates } from "./ObjectSetUpdates.js";
3
- import type { RefreshObjectSet } from "./RefreshObjectSet.js";
4
- export interface StreamMessage_subscribeResponses {
5
- type: "subscribeResponses";
6
- subscribeResponses: ObjectSetSubscribeResponses;
7
- }
8
- export interface StreamMessage_objectSetChanged {
9
- type: "objectSetChanged";
10
- objectSetChanged: ObjectSetUpdates;
11
- }
12
- export interface StreamMessage_refreshObjectSet {
13
- type: "refreshObjectSet";
14
- refreshObjectSet: RefreshObjectSet;
15
- }
16
- export type StreamMessage = StreamMessage_subscribeResponses | StreamMessage_objectSetChanged | StreamMessage_refreshObjectSet;
@@ -1,4 +0,0 @@
1
- import type { Error } from "./Error.js";
2
- export interface SubscriptionError {
3
- errors: Array<Error>;
4
- }