@osdk/cli 0.24.0-beta.13 → 0.24.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/build/browser/chunk-5AQYUXAY.js +17 -0
- package/build/browser/chunk-5AQYUXAY.js.map +1 -0
- package/build/browser/chunk-DAYFZSC6.js +42 -0
- package/build/browser/chunk-DAYFZSC6.js.map +1 -0
- package/build/browser/chunk-Q2H7XAS4.js +88 -0
- package/build/browser/chunk-Q2H7XAS4.js.map +1 -0
- package/build/browser/chunk-VDO5KGGR.js +127 -0
- package/build/browser/chunk-VDO5KGGR.js.map +1 -0
- package/build/browser/chunk-YC2BRFXY.js +221 -0
- package/build/browser/chunk-YC2BRFXY.js.map +1 -0
- package/build/browser/handleGenerate-QM7NMLCK.js +419 -0
- package/build/browser/handleGenerate-QM7NMLCK.js.map +1 -0
- package/build/browser/index.js +597 -16
- package/build/browser/index.js.map +1 -1
- package/build/browser/loginFlow-622FU6FR.js +4 -0
- package/build/browser/loginFlow-622FU6FR.js.map +1 -0
- package/build/browser/siteDeployCommand-TPTNUT5R.js +140 -0
- package/build/browser/siteDeployCommand-TPTNUT5R.js.map +1 -0
- package/build/browser/versionDeleteCommand-LBZGRIYN.js +35 -0
- package/build/browser/versionDeleteCommand-LBZGRIYN.js.map +1 -0
- package/build/browser/versionGetCommand-BJ3QWAHL.js +29 -0
- package/build/browser/versionGetCommand-BJ3QWAHL.js.map +1 -0
- package/build/browser/versionListCommand-P7OMJYES.js +34 -0
- package/build/browser/versionListCommand-P7OMJYES.js.map +1 -0
- package/build/browser/versionSetCommand-N3PA4HYH.js +29 -0
- package/build/browser/versionSetCommand-N3PA4HYH.js.map +1 -0
- package/build/browser/versionUnsetCommand-AD426TBT.js +34 -0
- package/build/browser/versionUnsetCommand-AD426TBT.js.map +1 -0
- package/build/esm/chunk-5AQYUXAY.js +17 -0
- package/build/esm/chunk-5AQYUXAY.js.map +1 -0
- package/build/esm/chunk-DAYFZSC6.js +42 -0
- package/build/esm/chunk-DAYFZSC6.js.map +1 -0
- package/build/esm/chunk-Q2H7XAS4.js +88 -0
- package/build/esm/chunk-Q2H7XAS4.js.map +1 -0
- package/build/esm/chunk-VDO5KGGR.js +127 -0
- package/build/esm/chunk-VDO5KGGR.js.map +1 -0
- package/build/esm/chunk-YC2BRFXY.js +221 -0
- package/build/esm/chunk-YC2BRFXY.js.map +1 -0
- package/build/esm/handleGenerate-QM7NMLCK.js +419 -0
- package/build/esm/handleGenerate-QM7NMLCK.js.map +1 -0
- package/build/esm/index.js +597 -16
- package/build/esm/index.js.map +1 -1
- package/build/esm/loginFlow-622FU6FR.js +4 -0
- package/build/esm/loginFlow-622FU6FR.js.map +1 -0
- package/build/esm/siteDeployCommand-TPTNUT5R.js +140 -0
- package/build/esm/siteDeployCommand-TPTNUT5R.js.map +1 -0
- package/build/esm/versionDeleteCommand-LBZGRIYN.js +35 -0
- package/build/esm/versionDeleteCommand-LBZGRIYN.js.map +1 -0
- package/build/esm/versionGetCommand-BJ3QWAHL.js +29 -0
- package/build/esm/versionGetCommand-BJ3QWAHL.js.map +1 -0
- package/build/esm/versionListCommand-P7OMJYES.js +34 -0
- package/build/esm/versionListCommand-P7OMJYES.js.map +1 -0
- package/build/esm/versionSetCommand-N3PA4HYH.js +29 -0
- package/build/esm/versionSetCommand-N3PA4HYH.js.map +1 -0
- package/build/esm/versionUnsetCommand-AD426TBT.js +34 -0
- package/build/esm/versionUnsetCommand-AD426TBT.js.map +1 -0
- package/package.json +7 -7
- package/build/browser/cli.d.ts +0 -7
- package/build/browser/cli.d.ts.map +0 -1
- package/build/browser/cli.js +0 -42
- package/build/browser/cli.js.map +0 -1
- package/build/browser/commands/auth/index.d.ts +0 -5
- package/build/browser/commands/auth/index.d.ts.map +0 -1
- package/build/browser/commands/auth/index.js +0 -34
- package/build/browser/commands/auth/index.js.map +0 -1
- package/build/browser/commands/auth/login/index.d.ts +0 -5
- package/build/browser/commands/auth/login/index.d.ts.map +0 -1
- package/build/browser/commands/auth/login/index.js +0 -34
- package/build/browser/commands/auth/login/index.js.map +0 -1
- package/build/browser/commands/site/CommonSiteArgs.d.ts +0 -9
- package/build/browser/commands/site/CommonSiteArgs.d.ts.map +0 -1
- package/build/browser/commands/site/CommonSiteArgs.js +0 -17
- package/build/browser/commands/site/CommonSiteArgs.js.map +0 -1
- package/build/browser/commands/site/deploy/SiteDeployArgs.d.ts +0 -10
- package/build/browser/commands/site/deploy/SiteDeployArgs.d.ts.map +0 -1
- package/build/browser/commands/site/deploy/SiteDeployArgs.js +0 -17
- package/build/browser/commands/site/deploy/SiteDeployArgs.js.map +0 -1
- package/build/browser/commands/site/deploy/index.d.ts +0 -6
- package/build/browser/commands/site/deploy/index.d.ts.map +0 -1
- package/build/browser/commands/site/deploy/index.js +0 -108
- package/build/browser/commands/site/deploy/index.js.map +0 -1
- package/build/browser/commands/site/deploy/logDeployCommandConfigFileOverride.d.ts +0 -5
- package/build/browser/commands/site/deploy/logDeployCommandConfigFileOverride.d.ts.map +0 -1
- package/build/browser/commands/site/deploy/logDeployCommandConfigFileOverride.js +0 -28
- package/build/browser/commands/site/deploy/logDeployCommandConfigFileOverride.js.map +0 -1
- package/build/browser/commands/site/deploy/siteDeployCommand.d.mts +0 -10
- package/build/browser/commands/site/deploy/siteDeployCommand.d.mts.map +0 -1
- package/build/browser/commands/site/deploy/siteDeployCommand.js +0 -98
- package/build/browser/commands/site/deploy/siteDeployCommand.js.map +0 -1
- package/build/browser/commands/site/deploy/siteDeployCommand.mjs +0 -90
- package/build/browser/commands/site/index.d.ts +0 -6
- package/build/browser/commands/site/index.d.ts.map +0 -1
- package/build/browser/commands/site/index.js +0 -69
- package/build/browser/commands/site/index.js.map +0 -1
- package/build/browser/commands/site/logSiteCommandConfigFileOverride.d.ts +0 -5
- package/build/browser/commands/site/logSiteCommandConfigFileOverride.d.ts.map +0 -1
- package/build/browser/commands/site/logSiteCommandConfigFileOverride.js +0 -25
- package/build/browser/commands/site/logSiteCommandConfigFileOverride.js.map +0 -1
- package/build/browser/commands/site/version/delete/VersionDeleteArgs.d.ts +0 -6
- package/build/browser/commands/site/version/delete/VersionDeleteArgs.d.ts.map +0 -1
- package/build/browser/commands/site/version/delete/VersionDeleteArgs.js +0 -17
- package/build/browser/commands/site/version/delete/VersionDeleteArgs.js.map +0 -1
- package/build/browser/commands/site/version/delete/index.d.ts +0 -6
- package/build/browser/commands/site/version/delete/index.d.ts.map +0 -1
- package/build/browser/commands/site/version/delete/index.js +0 -36
- package/build/browser/commands/site/version/delete/index.js.map +0 -1
- package/build/browser/commands/site/version/delete/versionDeleteCommand.d.mts +0 -3
- package/build/browser/commands/site/version/delete/versionDeleteCommand.d.mts.map +0 -1
- package/build/browser/commands/site/version/delete/versionDeleteCommand.js +0 -41
- package/build/browser/commands/site/version/delete/versionDeleteCommand.js.map +0 -1
- package/build/browser/commands/site/version/delete/versionDeleteCommand.mjs +0 -32
- package/build/browser/commands/site/version/get/VersionGetArgs.d.ts +0 -4
- package/build/browser/commands/site/version/get/VersionGetArgs.d.ts.map +0 -1
- package/build/browser/commands/site/version/get/VersionGetArgs.js +0 -17
- package/build/browser/commands/site/version/get/VersionGetArgs.js.map +0 -1
- package/build/browser/commands/site/version/get/index.d.ts +0 -6
- package/build/browser/commands/site/version/get/index.d.ts.map +0 -1
- package/build/browser/commands/site/version/get/index.js +0 -28
- package/build/browser/commands/site/version/get/index.js.map +0 -1
- package/build/browser/commands/site/version/get/versionGetCommand.d.mts +0 -3
- package/build/browser/commands/site/version/get/versionGetCommand.d.mts.map +0 -1
- package/build/browser/commands/site/version/get/versionGetCommand.js +0 -36
- package/build/browser/commands/site/version/get/versionGetCommand.js.map +0 -1
- package/build/browser/commands/site/version/get/versionGetCommand.mjs +0 -32
- package/build/browser/commands/site/version/index.d.ts +0 -5
- package/build/browser/commands/site/version/index.d.ts.map +0 -1
- package/build/browser/commands/site/version/index.js +0 -30
- package/build/browser/commands/site/version/index.js.map +0 -1
- package/build/browser/commands/site/version/list/VersionListArgs.d.ts +0 -4
- package/build/browser/commands/site/version/list/VersionListArgs.d.ts.map +0 -1
- package/build/browser/commands/site/version/list/VersionListArgs.js +0 -17
- package/build/browser/commands/site/version/list/VersionListArgs.js.map +0 -1
- package/build/browser/commands/site/version/list/index.d.ts +0 -6
- package/build/browser/commands/site/version/list/index.d.ts.map +0 -1
- package/build/browser/commands/site/version/list/index.js +0 -28
- package/build/browser/commands/site/version/list/index.js.map +0 -1
- package/build/browser/commands/site/version/list/versionListCommand.d.mts +0 -3
- package/build/browser/commands/site/version/list/versionListCommand.d.mts.map +0 -1
- package/build/browser/commands/site/version/list/versionListCommand.js +0 -41
- package/build/browser/commands/site/version/list/versionListCommand.js.map +0 -1
- package/build/browser/commands/site/version/list/versionListCommand.mjs +0 -42
- package/build/browser/commands/site/version/set/VersionSetArgs.d.ts +0 -5
- package/build/browser/commands/site/version/set/VersionSetArgs.d.ts.map +0 -1
- package/build/browser/commands/site/version/set/VersionSetArgs.js +0 -17
- package/build/browser/commands/site/version/set/VersionSetArgs.js.map +0 -1
- package/build/browser/commands/site/version/set/index.d.ts +0 -6
- package/build/browser/commands/site/version/set/index.d.ts.map +0 -1
- package/build/browser/commands/site/version/set/index.js +0 -32
- package/build/browser/commands/site/version/set/index.js.map +0 -1
- package/build/browser/commands/site/version/set/versionSetCommand.d.mts +0 -3
- package/build/browser/commands/site/version/set/versionSetCommand.d.mts.map +0 -1
- package/build/browser/commands/site/version/set/versionSetCommand.js +0 -36
- package/build/browser/commands/site/version/set/versionSetCommand.js.map +0 -1
- package/build/browser/commands/site/version/set/versionSetCommand.mjs +0 -28
- package/build/browser/commands/site/version/unset/VersionUnsetArgs.d.ts +0 -5
- package/build/browser/commands/site/version/unset/VersionUnsetArgs.d.ts.map +0 -1
- package/build/browser/commands/site/version/unset/VersionUnsetArgs.js +0 -17
- package/build/browser/commands/site/version/unset/VersionUnsetArgs.js.map +0 -1
- package/build/browser/commands/site/version/unset/index.d.ts +0 -6
- package/build/browser/commands/site/version/unset/index.d.ts.map +0 -1
- package/build/browser/commands/site/version/unset/index.js +0 -32
- package/build/browser/commands/site/version/unset/index.js.map +0 -1
- package/build/browser/commands/site/version/unset/versionUnsetCommand.d.mts +0 -3
- package/build/browser/commands/site/version/unset/versionUnsetCommand.d.mts.map +0 -1
- package/build/browser/commands/site/version/unset/versionUnsetCommand.js +0 -40
- package/build/browser/commands/site/version/unset/versionUnsetCommand.js.map +0 -1
- package/build/browser/commands/site/version/unset/versionUnsetCommand.mjs +0 -32
- package/build/browser/consola/handlePromptCancel.d.ts +0 -2
- package/build/browser/consola/handlePromptCancel.d.ts.map +0 -1
- package/build/browser/consola/handlePromptCancel.js +0 -25
- package/build/browser/consola/handlePromptCancel.js.map +0 -1
- package/build/browser/index.d.ts +0 -2
- package/build/browser/index.d.ts.map +0 -1
- package/build/browser/net/ThirdPartyAppRid.d.ts +0 -2
- package/build/browser/net/ThirdPartyAppRid.d.ts.map +0 -1
- package/build/browser/net/ThirdPartyAppRid.js +0 -17
- package/build/browser/net/ThirdPartyAppRid.js.map +0 -1
- package/build/browser/net/UserAgent.d.ts +0 -2
- package/build/browser/net/UserAgent.d.ts.map +0 -1
- package/build/browser/net/UserAgent.js +0 -17
- package/build/browser/net/UserAgent.js.map +0 -1
- package/build/browser/net/createFetch.d.mts +0 -2
- package/build/browser/net/createFetch.d.mts.map +0 -1
- package/build/browser/net/createFetch.js +0 -66
- package/build/browser/net/createFetch.js.map +0 -1
- package/build/browser/net/createFetch.mjs +0 -71
- package/build/browser/net/createInternalClientContext.d.mts +0 -3
- package/build/browser/net/createInternalClientContext.d.mts.map +0 -1
- package/build/browser/net/createInternalClientContext.js +0 -22
- package/build/browser/net/createInternalClientContext.js.map +0 -1
- package/build/browser/net/createInternalClientContext.mjs +0 -21
- package/build/browser/net/index.d.mts +0 -3
- package/build/browser/net/index.d.mts.map +0 -1
- package/build/browser/net/index.js +0 -18
- package/build/browser/net/index.js.map +0 -1
- package/build/browser/net/index.mjs +0 -17
- package/build/browser/net/internalClientContext.d.mts +0 -5
- package/build/browser/net/internalClientContext.d.mts.map +0 -1
- package/build/browser/net/internalClientContext.js +0 -17
- package/build/browser/net/internalClientContext.js.map +0 -1
- package/build/browser/net/internalClientContext.mjs +0 -16
- package/build/browser/net/third-party-applications/DeployWebsiteRequest.d.mts +0 -4
- package/build/browser/net/third-party-applications/DeployWebsiteRequest.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/DeployWebsiteRequest.js +0 -17
- package/build/browser/net/third-party-applications/DeployWebsiteRequest.js.map +0 -1
- package/build/browser/net/third-party-applications/DeployWebsiteRequest.mjs +0 -16
- package/build/browser/net/third-party-applications/ListVersionsResponse.d.mts +0 -6
- package/build/browser/net/third-party-applications/ListVersionsResponse.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/ListVersionsResponse.js +0 -17
- package/build/browser/net/third-party-applications/ListVersionsResponse.js.map +0 -1
- package/build/browser/net/third-party-applications/ListVersionsResponse.mjs +0 -16
- package/build/browser/net/third-party-applications/Version.d.mts +0 -4
- package/build/browser/net/third-party-applications/Version.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/Version.js +0 -17
- package/build/browser/net/third-party-applications/Version.js.map +0 -1
- package/build/browser/net/third-party-applications/Version.mjs +0 -16
- package/build/browser/net/third-party-applications/Website.d.mts +0 -5
- package/build/browser/net/third-party-applications/Website.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/Website.js +0 -17
- package/build/browser/net/third-party-applications/Website.js.map +0 -1
- package/build/browser/net/third-party-applications/Website.mjs +0 -16
- package/build/browser/net/third-party-applications/deleteVersion.d.mts +0 -4
- package/build/browser/net/third-party-applications/deleteVersion.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/deleteVersion.js +0 -24
- package/build/browser/net/third-party-applications/deleteVersion.js.map +0 -1
- package/build/browser/net/third-party-applications/deleteVersion.mjs +0 -23
- package/build/browser/net/third-party-applications/deployWebsite.d.mts +0 -6
- package/build/browser/net/third-party-applications/deployWebsite.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/deployWebsite.js +0 -29
- package/build/browser/net/third-party-applications/deployWebsite.js.map +0 -1
- package/build/browser/net/third-party-applications/deployWebsite.mjs +0 -28
- package/build/browser/net/third-party-applications/getWebsite.d.mts +0 -5
- package/build/browser/net/third-party-applications/getWebsite.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/getWebsite.js +0 -33
- package/build/browser/net/third-party-applications/getWebsite.js.map +0 -1
- package/build/browser/net/third-party-applications/getWebsite.mjs +0 -35
- package/build/browser/net/third-party-applications/index.d.mts +0 -11
- package/build/browser/net/third-party-applications/index.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/index.js +0 -22
- package/build/browser/net/third-party-applications/index.js.map +0 -1
- package/build/browser/net/third-party-applications/index.mjs +0 -21
- package/build/browser/net/third-party-applications/listVersions.d.mts +0 -5
- package/build/browser/net/third-party-applications/listVersions.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/listVersions.js +0 -23
- package/build/browser/net/third-party-applications/listVersions.js.map +0 -1
- package/build/browser/net/third-party-applications/listVersions.mjs +0 -22
- package/build/browser/net/third-party-applications/undeployWebsite.d.mts +0 -4
- package/build/browser/net/third-party-applications/undeployWebsite.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/undeployWebsite.js +0 -24
- package/build/browser/net/third-party-applications/undeployWebsite.js.map +0 -1
- package/build/browser/net/third-party-applications/undeployWebsite.mjs +0 -23
- package/build/browser/net/third-party-applications/uploadVersion.d.mts +0 -5
- package/build/browser/net/third-party-applications/uploadVersion.d.mts.map +0 -1
- package/build/browser/net/third-party-applications/uploadVersion.js +0 -30
- package/build/browser/net/third-party-applications/uploadVersion.js.map +0 -1
- package/build/browser/net/third-party-applications/uploadVersion.mjs +0 -29
- package/build/browser/util/autoVersion.d.ts +0 -9
- package/build/browser/util/autoVersion.d.ts.map +0 -1
- package/build/browser/util/autoVersion.js +0 -62
- package/build/browser/util/autoVersion.js.map +0 -1
- package/build/browser/util/autoVersion.test.d.ts +0 -2
- package/build/browser/util/autoVersion.test.d.ts.map +0 -1
- package/build/browser/util/autoVersion.test.js +0 -71
- package/build/browser/util/autoVersion.test.js.map +0 -1
- package/build/browser/util/config.d.ts +0 -26
- package/build/browser/util/config.d.ts.map +0 -1
- package/build/browser/util/config.js +0 -102
- package/build/browser/util/config.js.map +0 -1
- package/build/browser/util/config.test.d.ts +0 -2
- package/build/browser/util/config.test.d.ts.map +0 -1
- package/build/browser/util/config.test.js +0 -110
- package/build/browser/util/config.test.js.map +0 -1
- package/build/browser/util/configLoader.d.ts +0 -4
- package/build/browser/util/configLoader.d.ts.map +0 -1
- package/build/browser/util/configLoader.js +0 -25
- package/build/browser/util/configLoader.js.map +0 -1
- package/build/browser/util/isValidSemver.test.d.ts +0 -2
- package/build/browser/util/isValidSemver.test.d.ts.map +0 -1
- package/build/browser/util/isValidSemver.test.js +0 -41
- package/build/browser/util/isValidSemver.test.js.map +0 -1
- package/build/browser/util/token.d.ts +0 -22
- package/build/browser/util/token.d.ts.map +0 -1
- package/build/browser/util/token.js +0 -84
- package/build/browser/util/token.js.map +0 -1
- package/build/browser/util/token.test.d.ts +0 -2
- package/build/browser/util/token.test.d.ts.map +0 -1
- package/build/browser/util/token.test.js +0 -62
- package/build/browser/util/token.test.js.map +0 -1
- package/build/browser/yargs/logConfigFileMiddleware.d.ts +0 -2
- package/build/browser/yargs/logConfigFileMiddleware.d.ts.map +0 -1
- package/build/browser/yargs/logConfigFileMiddleware.js +0 -29
- package/build/browser/yargs/logConfigFileMiddleware.js.map +0 -1
- package/build/esm/cli.js +0 -42
- package/build/esm/cli.js.map +0 -1
- package/build/esm/commands/auth/index.js +0 -34
- package/build/esm/commands/auth/index.js.map +0 -1
- package/build/esm/commands/auth/login/index.js +0 -34
- package/build/esm/commands/auth/login/index.js.map +0 -1
- package/build/esm/commands/site/CommonSiteArgs.js +0 -17
- package/build/esm/commands/site/CommonSiteArgs.js.map +0 -1
- package/build/esm/commands/site/deploy/SiteDeployArgs.js +0 -17
- package/build/esm/commands/site/deploy/SiteDeployArgs.js.map +0 -1
- package/build/esm/commands/site/deploy/index.js +0 -108
- package/build/esm/commands/site/deploy/index.js.map +0 -1
- package/build/esm/commands/site/deploy/logDeployCommandConfigFileOverride.js +0 -28
- package/build/esm/commands/site/deploy/logDeployCommandConfigFileOverride.js.map +0 -1
- package/build/esm/commands/site/deploy/siteDeployCommand.js +0 -98
- package/build/esm/commands/site/deploy/siteDeployCommand.js.map +0 -1
- package/build/esm/commands/site/deploy/siteDeployCommand.mjs +0 -90
- package/build/esm/commands/site/index.js +0 -69
- package/build/esm/commands/site/index.js.map +0 -1
- package/build/esm/commands/site/logSiteCommandConfigFileOverride.js +0 -25
- package/build/esm/commands/site/logSiteCommandConfigFileOverride.js.map +0 -1
- package/build/esm/commands/site/version/delete/VersionDeleteArgs.js +0 -17
- package/build/esm/commands/site/version/delete/VersionDeleteArgs.js.map +0 -1
- package/build/esm/commands/site/version/delete/index.js +0 -36
- package/build/esm/commands/site/version/delete/index.js.map +0 -1
- package/build/esm/commands/site/version/delete/versionDeleteCommand.js +0 -41
- package/build/esm/commands/site/version/delete/versionDeleteCommand.js.map +0 -1
- package/build/esm/commands/site/version/delete/versionDeleteCommand.mjs +0 -32
- package/build/esm/commands/site/version/get/VersionGetArgs.js +0 -17
- package/build/esm/commands/site/version/get/VersionGetArgs.js.map +0 -1
- package/build/esm/commands/site/version/get/index.js +0 -28
- package/build/esm/commands/site/version/get/index.js.map +0 -1
- package/build/esm/commands/site/version/get/versionGetCommand.js +0 -36
- package/build/esm/commands/site/version/get/versionGetCommand.js.map +0 -1
- package/build/esm/commands/site/version/get/versionGetCommand.mjs +0 -32
- package/build/esm/commands/site/version/index.js +0 -30
- package/build/esm/commands/site/version/index.js.map +0 -1
- package/build/esm/commands/site/version/list/VersionListArgs.js +0 -17
- package/build/esm/commands/site/version/list/VersionListArgs.js.map +0 -1
- package/build/esm/commands/site/version/list/index.js +0 -28
- package/build/esm/commands/site/version/list/index.js.map +0 -1
- package/build/esm/commands/site/version/list/versionListCommand.js +0 -41
- package/build/esm/commands/site/version/list/versionListCommand.js.map +0 -1
- package/build/esm/commands/site/version/list/versionListCommand.mjs +0 -42
- package/build/esm/commands/site/version/set/VersionSetArgs.js +0 -17
- package/build/esm/commands/site/version/set/VersionSetArgs.js.map +0 -1
- package/build/esm/commands/site/version/set/index.js +0 -32
- package/build/esm/commands/site/version/set/index.js.map +0 -1
- package/build/esm/commands/site/version/set/versionSetCommand.js +0 -36
- package/build/esm/commands/site/version/set/versionSetCommand.js.map +0 -1
- package/build/esm/commands/site/version/set/versionSetCommand.mjs +0 -28
- package/build/esm/commands/site/version/unset/VersionUnsetArgs.js +0 -17
- package/build/esm/commands/site/version/unset/VersionUnsetArgs.js.map +0 -1
- package/build/esm/commands/site/version/unset/index.js +0 -32
- package/build/esm/commands/site/version/unset/index.js.map +0 -1
- package/build/esm/commands/site/version/unset/versionUnsetCommand.js +0 -40
- package/build/esm/commands/site/version/unset/versionUnsetCommand.js.map +0 -1
- package/build/esm/commands/site/version/unset/versionUnsetCommand.mjs +0 -32
- package/build/esm/consola/handlePromptCancel.js +0 -25
- package/build/esm/consola/handlePromptCancel.js.map +0 -1
- package/build/esm/net/ThirdPartyAppRid.js +0 -17
- package/build/esm/net/ThirdPartyAppRid.js.map +0 -1
- package/build/esm/net/UserAgent.js +0 -17
- package/build/esm/net/UserAgent.js.map +0 -1
- package/build/esm/net/createFetch.js +0 -66
- package/build/esm/net/createFetch.js.map +0 -1
- package/build/esm/net/createFetch.mjs +0 -71
- package/build/esm/net/createInternalClientContext.js +0 -22
- package/build/esm/net/createInternalClientContext.js.map +0 -1
- package/build/esm/net/createInternalClientContext.mjs +0 -21
- package/build/esm/net/index.js +0 -18
- package/build/esm/net/index.js.map +0 -1
- package/build/esm/net/index.mjs +0 -17
- package/build/esm/net/internalClientContext.js +0 -17
- package/build/esm/net/internalClientContext.js.map +0 -1
- package/build/esm/net/internalClientContext.mjs +0 -16
- package/build/esm/net/third-party-applications/DeployWebsiteRequest.js +0 -17
- package/build/esm/net/third-party-applications/DeployWebsiteRequest.js.map +0 -1
- package/build/esm/net/third-party-applications/DeployWebsiteRequest.mjs +0 -16
- package/build/esm/net/third-party-applications/ListVersionsResponse.js +0 -17
- package/build/esm/net/third-party-applications/ListVersionsResponse.js.map +0 -1
- package/build/esm/net/third-party-applications/ListVersionsResponse.mjs +0 -16
- package/build/esm/net/third-party-applications/Version.js +0 -17
- package/build/esm/net/third-party-applications/Version.js.map +0 -1
- package/build/esm/net/third-party-applications/Version.mjs +0 -16
- package/build/esm/net/third-party-applications/Website.js +0 -17
- package/build/esm/net/third-party-applications/Website.js.map +0 -1
- package/build/esm/net/third-party-applications/Website.mjs +0 -16
- package/build/esm/net/third-party-applications/deleteVersion.js +0 -24
- package/build/esm/net/third-party-applications/deleteVersion.js.map +0 -1
- package/build/esm/net/third-party-applications/deleteVersion.mjs +0 -23
- package/build/esm/net/third-party-applications/deployWebsite.js +0 -29
- package/build/esm/net/third-party-applications/deployWebsite.js.map +0 -1
- package/build/esm/net/third-party-applications/deployWebsite.mjs +0 -28
- package/build/esm/net/third-party-applications/getWebsite.js +0 -33
- package/build/esm/net/third-party-applications/getWebsite.js.map +0 -1
- package/build/esm/net/third-party-applications/getWebsite.mjs +0 -35
- package/build/esm/net/third-party-applications/index.js +0 -22
- package/build/esm/net/third-party-applications/index.js.map +0 -1
- package/build/esm/net/third-party-applications/index.mjs +0 -21
- package/build/esm/net/third-party-applications/listVersions.js +0 -23
- package/build/esm/net/third-party-applications/listVersions.js.map +0 -1
- package/build/esm/net/third-party-applications/listVersions.mjs +0 -22
- package/build/esm/net/third-party-applications/undeployWebsite.js +0 -24
- package/build/esm/net/third-party-applications/undeployWebsite.js.map +0 -1
- package/build/esm/net/third-party-applications/undeployWebsite.mjs +0 -23
- package/build/esm/net/third-party-applications/uploadVersion.js +0 -30
- package/build/esm/net/third-party-applications/uploadVersion.js.map +0 -1
- package/build/esm/net/third-party-applications/uploadVersion.mjs +0 -29
- package/build/esm/util/autoVersion.js +0 -62
- package/build/esm/util/autoVersion.js.map +0 -1
- package/build/esm/util/autoVersion.test.js +0 -71
- package/build/esm/util/autoVersion.test.js.map +0 -1
- package/build/esm/util/config.js +0 -102
- package/build/esm/util/config.js.map +0 -1
- package/build/esm/util/config.test.js +0 -110
- package/build/esm/util/config.test.js.map +0 -1
- package/build/esm/util/configLoader.js +0 -25
- package/build/esm/util/configLoader.js.map +0 -1
- package/build/esm/util/isValidSemver.test.js +0 -41
- package/build/esm/util/isValidSemver.test.js.map +0 -1
- package/build/esm/util/token.js +0 -84
- package/build/esm/util/token.js.map +0 -1
- package/build/esm/util/token.test.js +0 -62
- package/build/esm/util/token.test.js.map +0 -1
- package/build/esm/yargs/logConfigFileMiddleware.js +0 -29
- package/build/esm/yargs/logConfigFileMiddleware.js.map +0 -1
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { ExitProcessError } from "@osdk/cli.common";
|
|
17
|
-
import { createFetchHeaderMutator, createFetchOrThrow, PalantirApiError } from "@osdk/shared.net";
|
|
18
|
-
import { consola } from "consola";
|
|
19
|
-
import { USER_AGENT } from "./UserAgent.js";
|
|
20
|
-
export function createFetch(tokenProvider, fetchFn = fetch) {
|
|
21
|
-
return createFetchHeaderMutator(createRequestLoggingFetch(createErrorExitingFetch(createFetchOrThrow(fetchFn))), async headers => {
|
|
22
|
-
const token = await tokenProvider();
|
|
23
|
-
headers.set("Authorization", `Bearer ${token}`);
|
|
24
|
-
headers.set("Fetch-User-Agent", USER_AGENT);
|
|
25
|
-
return headers;
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
function createErrorExitingFetch(fetchFn = fetch) {
|
|
29
|
-
return function (input, init) {
|
|
30
|
-
return fetchFn(input, init).catch(handleFetchError);
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
function handleFetchError(e) {
|
|
34
|
-
if (!(e instanceof PalantirApiError)) {
|
|
35
|
-
throw new ExitProcessError(1, "Unexpected fetch error");
|
|
36
|
-
}
|
|
37
|
-
let tip;
|
|
38
|
-
if (e.statusCode === 401) {
|
|
39
|
-
tip = "Check your token is valid and has not expired or been disabled";
|
|
40
|
-
} else if (e.statusCode === 403) {
|
|
41
|
-
tip = "Check your token has the required scopes for this operation";
|
|
42
|
-
}
|
|
43
|
-
let message = e.message;
|
|
44
|
-
if (e.errorName === "CannotDeleteDeployedVersion") {
|
|
45
|
-
message = "The site version to delete is live and cannot be deleted";
|
|
46
|
-
tip = "Run the `site version set` command to change the live site version";
|
|
47
|
-
} else if (e.errorName === "InvalidVersion") {
|
|
48
|
-
message = "The site version is invalid and must be a valid SemVer string";
|
|
49
|
-
} else if (e.errorName === "VersionAlreadyExists") {
|
|
50
|
-
message = "The site version already exists";
|
|
51
|
-
} else if (e.errorName === "VersionNotFound") {
|
|
52
|
-
message = "The site version could not be found";
|
|
53
|
-
}
|
|
54
|
-
throw new ExitProcessError(1, message, tip, e);
|
|
55
|
-
}
|
|
56
|
-
function createRequestLoggingFetch(fetchFn = fetch) {
|
|
57
|
-
return function (input, init) {
|
|
58
|
-
const requestLog = typeof input === "string" || input instanceof URL ? `${init?.method ?? "GET"}: ${input.toString().trim()}` : `${input.method ?? "GET"}: ${input.url.toString().trim()}`;
|
|
59
|
-
consola.trace(requestLog);
|
|
60
|
-
return fetchFn(input, init).then(a => {
|
|
61
|
-
consola.trace(`FINISH ${requestLog}`);
|
|
62
|
-
return a;
|
|
63
|
-
});
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=createFetch.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createFetch.js","names":["ExitProcessError","createFetchHeaderMutator","createFetchOrThrow","PalantirApiError","consola","USER_AGENT","createFetch","tokenProvider","fetchFn","fetch","createRequestLoggingFetch","createErrorExitingFetch","headers","token","set","input","init","catch","handleFetchError","e","tip","statusCode","message","errorName","requestLog","URL","method","toString","trim","url","trace","then","a"],"sources":["createFetch.mjs"],"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 */\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { createFetchHeaderMutator, createFetchOrThrow, PalantirApiError, } from \"@osdk/shared.net\";\nimport { consola } from \"consola\";\nimport { USER_AGENT } from \"./UserAgent.js\";\nexport function createFetch(tokenProvider, fetchFn = fetch) {\n return createFetchHeaderMutator(createRequestLoggingFetch(createErrorExitingFetch(createFetchOrThrow(fetchFn))), async (headers) => {\n const token = await tokenProvider();\n headers.set(\"Authorization\", `Bearer ${token}`);\n headers.set(\"Fetch-User-Agent\", USER_AGENT);\n return headers;\n });\n}\nfunction createErrorExitingFetch(fetchFn = fetch) {\n return function errorExitingFetch(input, init) {\n return fetchFn(input, init).catch(handleFetchError);\n };\n}\nfunction handleFetchError(e) {\n if (!(e instanceof PalantirApiError)) {\n throw new ExitProcessError(1, \"Unexpected fetch error\");\n }\n let tip;\n if (e.statusCode === 401) {\n tip = \"Check your token is valid and has not expired or been disabled\";\n }\n else if (e.statusCode === 403) {\n tip = \"Check your token has the required scopes for this operation\";\n }\n let message = e.message;\n if (e.errorName === \"CannotDeleteDeployedVersion\") {\n message = \"The site version to delete is live and cannot be deleted\";\n tip = \"Run the `site version set` command to change the live site version\";\n }\n else if (e.errorName === \"InvalidVersion\") {\n message = \"The site version is invalid and must be a valid SemVer string\";\n }\n else if (e.errorName === \"VersionAlreadyExists\") {\n message = \"The site version already exists\";\n }\n else if (e.errorName === \"VersionNotFound\") {\n message = \"The site version could not be found\";\n }\n throw new ExitProcessError(1, message, tip, e);\n}\nfunction createRequestLoggingFetch(fetchFn = fetch) {\n return function requestLoggingFetch(input, init) {\n const requestLog = typeof input === \"string\" || input instanceof URL\n ? `${init?.method ?? \"GET\"}: ${input.toString().trim()}`\n : `${input.method ?? \"GET\"}: ${input.url.toString().trim()}`;\n consola.trace(requestLog);\n return fetchFn(input, init).then((a) => {\n consola.trace(`FINISH ${requestLog}`);\n return a;\n });\n };\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,gBAAgB,QAAQ,kBAAkB;AACnD,SAASC,wBAAwB,EAAEC,kBAAkB,EAAEC,gBAAgB,QAAS,kBAAkB;AAClG,SAASC,OAAO,QAAQ,SAAS;AACjC,SAASC,UAAU,QAAQ,gBAAgB;AAC3C,OAAO,SAASC,WAAWA,CAACC,aAAa,EAAEC,OAAO,GAAGC,KAAK,EAAE;EACxD,OAAOR,wBAAwB,CAACS,yBAAyB,CAACC,uBAAuB,CAACT,kBAAkB,CAACM,OAAO,CAAC,CAAC,CAAC,EAAE,MAAOI,OAAO,IAAK;IAChI,MAAMC,KAAK,GAAG,MAAMN,aAAa,CAAC,CAAC;IACnCK,OAAO,CAACE,GAAG,CAAC,eAAe,EAAE,UAAUD,KAAK,EAAE,CAAC;IAC/CD,OAAO,CAACE,GAAG,CAAC,kBAAkB,EAAET,UAAU,CAAC;IAC3C,OAAOO,OAAO;EAClB,CAAC,CAAC;AACN;AACA,SAASD,uBAAuBA,CAACH,OAAO,GAAGC,KAAK,EAAE;EAC9C,OAAO,UAA2BM,KAAK,EAAEC,IAAI,EAAE;IAC3C,OAAOR,OAAO,CAACO,KAAK,EAAEC,IAAI,CAAC,CAACC,KAAK,CAACC,gBAAgB,CAAC;EACvD,CAAC;AACL;AACA,SAASA,gBAAgBA,CAACC,CAAC,EAAE;EACzB,IAAI,EAAEA,CAAC,YAAYhB,gBAAgB,CAAC,EAAE;IAClC,MAAM,IAAIH,gBAAgB,CAAC,CAAC,EAAE,wBAAwB,CAAC;EAC3D;EACA,IAAIoB,GAAG;EACP,IAAID,CAAC,CAACE,UAAU,KAAK,GAAG,EAAE;IACtBD,GAAG,GAAG,gEAAgE;EAC1E,CAAC,MACI,IAAID,CAAC,CAACE,UAAU,KAAK,GAAG,EAAE;IAC3BD,GAAG,GAAG,6DAA6D;EACvE;EACA,IAAIE,OAAO,GAAGH,CAAC,CAACG,OAAO;EACvB,IAAIH,CAAC,CAACI,SAAS,KAAK,6BAA6B,EAAE;IAC/CD,OAAO,GAAG,0DAA0D;IACpEF,GAAG,GAAG,oEAAoE;EAC9E,CAAC,MACI,IAAID,CAAC,CAACI,SAAS,KAAK,gBAAgB,EAAE;IACvCD,OAAO,GAAG,+DAA+D;EAC7E,CAAC,MACI,IAAIH,CAAC,CAACI,SAAS,KAAK,sBAAsB,EAAE;IAC7CD,OAAO,GAAG,iCAAiC;EAC/C,CAAC,MACI,IAAIH,CAAC,CAACI,SAAS,KAAK,iBAAiB,EAAE;IACxCD,OAAO,GAAG,qCAAqC;EACnD;EACA,MAAM,IAAItB,gBAAgB,CAAC,CAAC,EAAEsB,OAAO,EAAEF,GAAG,EAAED,CAAC,CAAC;AAClD;AACA,SAAST,yBAAyBA,CAACF,OAAO,GAAGC,KAAK,EAAE;EAChD,OAAO,UAA6BM,KAAK,EAAEC,IAAI,EAAE;IAC7C,MAAMQ,UAAU,GAAG,OAAOT,KAAK,KAAK,QAAQ,IAAIA,KAAK,YAAYU,GAAG,GAC9D,GAAGT,IAAI,EAAEU,MAAM,IAAI,KAAK,KAAKX,KAAK,CAACY,QAAQ,CAAC,CAAC,CAACC,IAAI,CAAC,CAAC,EAAE,GACtD,GAAGb,KAAK,CAACW,MAAM,IAAI,KAAK,KAAKX,KAAK,CAACc,GAAG,CAACF,QAAQ,CAAC,CAAC,CAACC,IAAI,CAAC,CAAC,EAAE;IAChExB,OAAO,CAAC0B,KAAK,CAACN,UAAU,CAAC;IACzB,OAAOhB,OAAO,CAACO,KAAK,EAAEC,IAAI,CAAC,CAACe,IAAI,CAAEC,CAAC,IAAK;MACpC5B,OAAO,CAAC0B,KAAK,CAAC,UAAUN,UAAU,EAAE,CAAC;MACrC,OAAOQ,CAAC;IACZ,CAAC,CAAC;EACN,CAAC;AACL","ignoreList":[]}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { ExitProcessError } from "@osdk/cli.common";
|
|
17
|
-
import { createFetchHeaderMutator, createFetchOrThrow, PalantirApiError, } from "@osdk/shared.net";
|
|
18
|
-
import { consola } from "consola";
|
|
19
|
-
import { USER_AGENT } from "./UserAgent.js";
|
|
20
|
-
export function createFetch(tokenProvider, fetchFn = fetch) {
|
|
21
|
-
return createFetchHeaderMutator(createRequestLoggingFetch(createErrorExitingFetch(createFetchOrThrow(fetchFn))), async (headers) => {
|
|
22
|
-
const token = await tokenProvider();
|
|
23
|
-
headers.set("Authorization", `Bearer ${token}`);
|
|
24
|
-
headers.set("Fetch-User-Agent", USER_AGENT);
|
|
25
|
-
return headers;
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
function createErrorExitingFetch(fetchFn = fetch) {
|
|
29
|
-
return function errorExitingFetch(input, init) {
|
|
30
|
-
return fetchFn(input, init).catch(handleFetchError);
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
function handleFetchError(e) {
|
|
34
|
-
if (!(e instanceof PalantirApiError)) {
|
|
35
|
-
throw new ExitProcessError(1, "Unexpected fetch error");
|
|
36
|
-
}
|
|
37
|
-
let tip;
|
|
38
|
-
if (e.statusCode === 401) {
|
|
39
|
-
tip = "Check your token is valid and has not expired or been disabled";
|
|
40
|
-
}
|
|
41
|
-
else if (e.statusCode === 403) {
|
|
42
|
-
tip = "Check your token has the required scopes for this operation";
|
|
43
|
-
}
|
|
44
|
-
let message = e.message;
|
|
45
|
-
if (e.errorName === "CannotDeleteDeployedVersion") {
|
|
46
|
-
message = "The site version to delete is live and cannot be deleted";
|
|
47
|
-
tip = "Run the `site version set` command to change the live site version";
|
|
48
|
-
}
|
|
49
|
-
else if (e.errorName === "InvalidVersion") {
|
|
50
|
-
message = "The site version is invalid and must be a valid SemVer string";
|
|
51
|
-
}
|
|
52
|
-
else if (e.errorName === "VersionAlreadyExists") {
|
|
53
|
-
message = "The site version already exists";
|
|
54
|
-
}
|
|
55
|
-
else if (e.errorName === "VersionNotFound") {
|
|
56
|
-
message = "The site version could not be found";
|
|
57
|
-
}
|
|
58
|
-
throw new ExitProcessError(1, message, tip, e);
|
|
59
|
-
}
|
|
60
|
-
function createRequestLoggingFetch(fetchFn = fetch) {
|
|
61
|
-
return function requestLoggingFetch(input, init) {
|
|
62
|
-
const requestLog = typeof input === "string" || input instanceof URL
|
|
63
|
-
? `${init?.method ?? "GET"}: ${input.toString().trim()}`
|
|
64
|
-
: `${input.method ?? "GET"}: ${input.url.toString().trim()}`;
|
|
65
|
-
consola.trace(requestLog);
|
|
66
|
-
return fetchFn(input, init).then((a) => {
|
|
67
|
-
consola.trace(`FINISH ${requestLog}`);
|
|
68
|
-
return a;
|
|
69
|
-
});
|
|
70
|
-
};
|
|
71
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createInternalClientContext.d.mts","sourceRoot":"","sources":["../../../src/net/createInternalClientContext.mts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAEzE,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,MAAM,GAC1B,qBAAqB,CAKvB"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export function createInternalClientContext(foundryUrl, tokenProvider) {
|
|
17
|
-
return {
|
|
18
|
-
tokenProvider,
|
|
19
|
-
foundryUrl
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=createInternalClientContext.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createInternalClientContext.js","names":["createInternalClientContext","foundryUrl","tokenProvider"],"sources":["createInternalClientContext.mjs"],"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 */\nexport function createInternalClientContext(foundryUrl, tokenProvider) {\n return {\n tokenProvider,\n foundryUrl,\n };\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASA,2BAA2BA,CAACC,UAAU,EAAEC,aAAa,EAAE;EACnE,OAAO;IACHA,aAAa;IACbD;EACJ,CAAC;AACL","ignoreList":[]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export function createInternalClientContext(foundryUrl, tokenProvider) {
|
|
17
|
-
return {
|
|
18
|
-
tokenProvider,
|
|
19
|
-
foundryUrl,
|
|
20
|
-
};
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/net/index.mts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export { createInternalClientContext } from "./createInternalClientContext.mjs";
|
|
17
|
-
export * as thirdPartyApplications from "./third-party-applications/index.mjs";
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["createInternalClientContext","thirdPartyApplications"],"sources":["index.mjs"],"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 */\nexport { createInternalClientContext } from \"./createInternalClientContext.mjs\";\nexport * as thirdPartyApplications from \"./third-party-applications/index.mjs\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,2BAA2B,QAAQ,mCAAmC;AAC/E,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC","ignoreList":[]}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export { createInternalClientContext } from "./createInternalClientContext.mjs";
|
|
17
|
-
export * as thirdPartyApplications from "./third-party-applications/index.mjs";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"internalClientContext.d.mts","sourceRoot":"","sources":["../../../src/net/internalClientContext.mts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,qBAAqB;IACpC,aAAa,EAAE,MAAM,MAAM,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=internalClientContext.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"internalClientContext.js","names":[],"sources":["internalClientContext.mjs"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeployWebsiteRequest.d.mts","sourceRoot":"","sources":["../../../../src/net/third-party-applications/DeployWebsiteRequest.mts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=DeployWebsiteRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeployWebsiteRequest.js","names":[],"sources":["DeployWebsiteRequest.mjs"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListVersionsResponse.d.mts","sourceRoot":"","sources":["../../../../src/net/third-party-applications/ListVersionsResponse.mts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAE7C,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=ListVersionsResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListVersionsResponse.js","names":[],"sources":["ListVersionsResponse.mjs"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Version.d.mts","sourceRoot":"","sources":["../../../../src/net/third-party-applications/Version.mts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=Version.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Version.js","names":[],"sources":["Version.mjs"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Website.d.mts","sourceRoot":"","sources":["../../../../src/net/third-party-applications/Website.mts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,OAAO;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;CACtB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=Website.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Website.js","names":[],"sources":["Website.mjs"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { InternalClientContext } from "../internalClientContext.mjs";
|
|
2
|
-
import type { ThirdPartyAppRid } from "../ThirdPartyAppRid.js";
|
|
3
|
-
export declare function deleteVersion(ctx: InternalClientContext, thirdPartyAppRid: ThirdPartyAppRid, version: string): Promise<void>;
|
|
4
|
-
//# sourceMappingURL=deleteVersion.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deleteVersion.d.mts","sourceRoot":"","sources":["../../../../src/net/third-party-applications/deleteVersion.mts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,wBAAsB,aAAa,CACjC,GAAG,EAAE,qBAAqB,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,IAAI,CAAC,CAWf"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2024 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { createFetch } from "../createFetch.mjs";
|
|
17
|
-
export async function deleteVersion(ctx, thirdPartyAppRid, version) {
|
|
18
|
-
const fetch = createFetch(ctx.tokenProvider);
|
|
19
|
-
const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/${version}?preview=true`;
|
|
20
|
-
await fetch(url, {
|
|
21
|
-
method: "DELETE"
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=deleteVersion.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deleteVersion.js","names":["createFetch","deleteVersion","ctx","thirdPartyAppRid","version","fetch","tokenProvider","url","foundryUrl","method"],"sources":["deleteVersion.mjs"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function deleteVersion(ctx, thirdPartyAppRid, version) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/${version}?preview=true`;\n await fetch(url, {\n method: \"DELETE\",\n });\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,WAAW,QAAQ,oBAAoB;AAChD,OAAO,eAAeC,aAAaA,CAACC,GAAG,EAAEC,gBAAgB,EAAEC,OAAO,EAAE;EAChE,MAAMC,KAAK,GAAGL,WAAW,CAACE,GAAG,CAACI,aAAa,CAAC;EAC5C,MAAMC,GAAG,GAAG,GAAGL,GAAG,CAACM,UAAU,kCAAkCL,gBAAgB,qBAAqBC,OAAO,eAAe;EAC1H,MAAMC,KAAK,CAACE,GAAG,EAAE;IACbE,MAAM,EAAE;EACZ,CAAC,CAAC;AACN","ignoreList":[]}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2024 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { createFetch } from "../createFetch.mjs";
|
|
17
|
-
export async function deleteVersion(ctx, thirdPartyAppRid, version) {
|
|
18
|
-
const fetch = createFetch(ctx.tokenProvider);
|
|
19
|
-
const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/${version}?preview=true`;
|
|
20
|
-
await fetch(url, {
|
|
21
|
-
method: "DELETE",
|
|
22
|
-
});
|
|
23
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { InternalClientContext } from "../internalClientContext.mjs";
|
|
2
|
-
import type { ThirdPartyAppRid } from "../ThirdPartyAppRid.js";
|
|
3
|
-
import type { DeployWebsiteRequest } from "./DeployWebsiteRequest.mjs";
|
|
4
|
-
import type { Website } from "./Website.mjs";
|
|
5
|
-
export declare function deployWebsite(ctx: InternalClientContext, thirdPartyAppRid: ThirdPartyAppRid, request: DeployWebsiteRequest): Promise<Website>;
|
|
6
|
-
//# sourceMappingURL=deployWebsite.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deployWebsite.d.mts","sourceRoot":"","sources":["../../../../src/net/third-party-applications/deployWebsite.mts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAE7C,wBAAsB,aAAa,CACjC,GAAG,EAAE,qBAAqB,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,oBAAoB,GAC5B,OAAO,CAAC,OAAO,CAAC,CAgBlB"}
|