@osdk/cli 0.13.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/js/{chunk-FPMCB6O4.mjs → chunk-EALLTV7S.mjs} +2 -2
- package/build/js/{chunk-RDE7VCQU.cjs → chunk-F6Y3FTY6.cjs} +2 -2
- package/build/js/handleGenerate-FSKXULOJ.mjs +231 -0
- package/build/js/handleGenerate-FSKXULOJ.mjs.map +1 -0
- package/build/js/handleGenerate-KCAGHMHC.cjs +259 -0
- package/build/js/handleGenerate-KCAGHMHC.cjs.map +1 -0
- package/build/js/index.cjs +35 -12
- package/build/js/index.cjs.map +1 -1
- package/build/js/index.mjs +35 -12
- package/build/js/index.mjs.map +1 -1
- package/build/js/{siteDeployCommand-6QQO33AS.cjs → siteDeployCommand-NF4NIH2Y.cjs} +9 -9
- package/build/js/{siteDeployCommand-UJR5OIC3.mjs → siteDeployCommand-QMX5EY2K.mjs} +2 -2
- package/build/js/{versionDeleteCommand-FG7EWBY7.cjs → versionDeleteCommand-7XQQMEP6.cjs} +5 -5
- package/build/js/{versionDeleteCommand-44ROSZ2B.mjs → versionDeleteCommand-S3PG23IT.mjs} +2 -2
- package/build/js/{versionGetCommand-42DSFBKH.mjs → versionGetCommand-IKDSYKJM.mjs} +2 -2
- package/build/js/{versionGetCommand-FK6UXCUE.cjs → versionGetCommand-PBCSZZ2W.cjs} +7 -7
- package/build/js/{versionListCommand-IGPAVA7E.cjs → versionListCommand-KSQJH2CQ.cjs} +7 -7
- package/build/js/{versionListCommand-B73K3QDK.mjs → versionListCommand-YP6X66SJ.mjs} +2 -2
- package/build/js/{versionSetCommand-H4IZ7ZKF.cjs → versionSetCommand-2L3BCYZ7.cjs} +7 -7
- package/build/js/{versionSetCommand-H4ZHJVE3.mjs → versionSetCommand-KXNXVRXK.mjs} +2 -2
- package/build/js/{versionUnsetCommand-UKNRBIPH.cjs → versionUnsetCommand-BIBSMJRY.cjs} +7 -7
- package/build/js/{versionUnsetCommand-EO2T75OG.mjs → versionUnsetCommand-XH4PGAIP.mjs} +2 -2
- package/build/types/CliCommonArgs.d.ts +1 -0
- package/build/types/CliCommonArgs.d.ts.map +1 -0
- package/build/types/ExitProcessError.d.ts +1 -0
- package/build/types/ExitProcessError.d.ts.map +1 -0
- package/build/types/YargsCheckError.d.ts +1 -0
- package/build/types/YargsCheckError.d.ts.map +1 -0
- package/build/types/cli.d.ts +1 -0
- package/build/types/cli.d.ts.map +1 -0
- package/build/types/commands/auth/CommonAuthArgs.d.ts +1 -0
- package/build/types/commands/auth/CommonAuthArgs.d.ts.map +1 -0
- package/build/types/commands/auth/index.d.ts +1 -0
- package/build/types/commands/auth/index.d.ts.map +1 -0
- package/build/types/commands/auth/login/LoginArgs.d.ts +1 -0
- package/build/types/commands/auth/login/LoginArgs.d.ts.map +1 -0
- package/build/types/commands/auth/login/index.d.ts +1 -0
- package/build/types/commands/auth/login/index.d.ts.map +1 -0
- package/build/types/commands/auth/login/loginFlow.d.ts +1 -0
- package/build/types/commands/auth/login/loginFlow.d.ts.map +1 -0
- package/build/types/commands/auth/login/token.d.ts +1 -0
- package/build/types/commands/auth/login/token.d.ts.map +1 -0
- package/build/types/commands/site/CommonSiteArgs.d.ts +1 -0
- package/build/types/commands/site/CommonSiteArgs.d.ts.map +1 -0
- package/build/types/commands/site/deploy/SiteDeployArgs.d.ts +1 -0
- package/build/types/commands/site/deploy/SiteDeployArgs.d.ts.map +1 -0
- package/build/types/commands/site/deploy/index.d.ts +1 -0
- package/build/types/commands/site/deploy/index.d.ts.map +1 -0
- package/build/types/commands/site/deploy/logDeployCommandConfigFileOverride.d.ts +1 -0
- package/build/types/commands/site/deploy/logDeployCommandConfigFileOverride.d.ts.map +1 -0
- package/build/types/commands/site/deploy/siteDeployCommand.d.mts +1 -0
- package/build/types/commands/site/deploy/siteDeployCommand.d.mts.map +1 -0
- package/build/types/commands/site/index.d.ts +1 -0
- package/build/types/commands/site/index.d.ts.map +1 -0
- package/build/types/commands/site/logSiteCommandConfigFileOverride.d.ts +1 -0
- package/build/types/commands/site/logSiteCommandConfigFileOverride.d.ts.map +1 -0
- package/build/types/commands/site/version/delete/VersionDeleteArgs.d.ts +1 -0
- package/build/types/commands/site/version/delete/VersionDeleteArgs.d.ts.map +1 -0
- package/build/types/commands/site/version/delete/index.d.ts +1 -0
- package/build/types/commands/site/version/delete/index.d.ts.map +1 -0
- package/build/types/commands/site/version/delete/versionDeleteCommand.d.mts +1 -0
- package/build/types/commands/site/version/delete/versionDeleteCommand.d.mts.map +1 -0
- package/build/types/commands/site/version/get/VersionGetArgs.d.ts +1 -0
- package/build/types/commands/site/version/get/VersionGetArgs.d.ts.map +1 -0
- package/build/types/commands/site/version/get/index.d.ts +1 -0
- package/build/types/commands/site/version/get/index.d.ts.map +1 -0
- package/build/types/commands/site/version/get/versionGetCommand.d.mts +1 -0
- package/build/types/commands/site/version/get/versionGetCommand.d.mts.map +1 -0
- package/build/types/commands/site/version/index.d.ts +1 -0
- package/build/types/commands/site/version/index.d.ts.map +1 -0
- package/build/types/commands/site/version/list/VersionListArgs.d.ts +1 -0
- package/build/types/commands/site/version/list/VersionListArgs.d.ts.map +1 -0
- package/build/types/commands/site/version/list/index.d.ts +1 -0
- package/build/types/commands/site/version/list/index.d.ts.map +1 -0
- package/build/types/commands/site/version/list/versionListCommand.d.mts +1 -0
- package/build/types/commands/site/version/list/versionListCommand.d.mts.map +1 -0
- package/build/types/commands/site/version/set/VersionSetArgs.d.ts +1 -0
- package/build/types/commands/site/version/set/VersionSetArgs.d.ts.map +1 -0
- package/build/types/commands/site/version/set/index.d.ts +1 -0
- package/build/types/commands/site/version/set/index.d.ts.map +1 -0
- package/build/types/commands/site/version/set/versionSetCommand.d.mts +1 -0
- package/build/types/commands/site/version/set/versionSetCommand.d.mts.map +1 -0
- package/build/types/commands/site/version/unset/VersionUnsetArgs.d.ts +1 -0
- package/build/types/commands/site/version/unset/VersionUnsetArgs.d.ts.map +1 -0
- package/build/types/commands/site/version/unset/index.d.ts +1 -0
- package/build/types/commands/site/version/unset/index.d.ts.map +1 -0
- package/build/types/commands/site/version/unset/versionUnsetCommand.d.mts +1 -0
- package/build/types/commands/site/version/unset/versionUnsetCommand.d.mts.map +1 -0
- package/build/types/commands/typescript/generate/TypescriptGenerateArgs.d.ts +5 -0
- package/build/types/commands/typescript/generate/TypescriptGenerateArgs.d.ts.map +1 -0
- package/build/types/commands/typescript/generate/generate.d.ts +1 -0
- package/build/types/commands/typescript/generate/generate.d.ts.map +1 -0
- package/build/types/commands/typescript/generate/handleGenerate.d.mts +43 -0
- package/build/types/commands/typescript/generate/handleGenerate.d.mts.map +1 -0
- package/build/types/commands/typescript/generate/handleGenerate.test.d.mts +2 -0
- package/build/types/commands/typescript/generate/handleGenerate.test.d.mts.map +1 -0
- package/build/types/commands/typescript/index.d.ts +1 -0
- package/build/types/commands/typescript/index.d.ts.map +1 -0
- package/build/types/consola/handlePromptCancel.d.ts +1 -0
- package/build/types/consola/handlePromptCancel.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/clearDeployedVersion.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/clearDeployedVersion.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getDeployedVersion.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getDeployedVersion.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRequestedSiteDomains.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRequestedSiteDomains.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/unregisterSiteDomain.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/unregisterSiteDomain.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/updateDeployedVersion.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/updateDeployedVersion.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyAdditions.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyAdditions.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyDirectiveName.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyDirectiveName.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyDirectiveValue.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyDirectiveValue.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyHeaderValue.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ContentSecurityPolicyHeaderValue.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/ControlPanelManagedDomainInfo.d.ts +1 -0
- package/build/types/generated/artifacts-sites/ControlPanelManagedDomainInfo.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/DomainName.d.ts +1 -0
- package/build/types/generated/artifacts-sites/DomainName.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/PreviewContentSecurityPolicyRequest.d.ts +1 -0
- package/build/types/generated/artifacts-sites/PreviewContentSecurityPolicyRequest.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/SiteDomainInfo.d.ts +1 -0
- package/build/types/generated/artifacts-sites/SiteDomainInfo.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/SiteDomainRegistrationRequestRid.d.ts +1 -0
- package/build/types/generated/artifacts-sites/SiteDomainRegistrationRequestRid.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/SiteVersion.d.ts +1 -0
- package/build/types/generated/artifacts-sites/SiteVersion.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/SubmitDomainRegistrationRequest.d.ts +1 -0
- package/build/types/generated/artifacts-sites/SubmitDomainRegistrationRequest.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/UnregisterDomainRequest.d.ts +1 -0
- package/build/types/generated/artifacts-sites/UnregisterDomainRequest.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/UpdateDeployedVersionRequest.d.ts +1 -0
- package/build/types/generated/artifacts-sites/UpdateDeployedVersionRequest.d.ts.map +1 -0
- package/build/types/generated/artifacts-sites/index.d.ts +1 -0
- package/build/types/generated/artifacts-sites/index.d.ts.map +1 -0
- package/build/types/index.d.ts +1 -0
- package/build/types/index.d.ts.map +1 -0
- package/build/types/net/RepositoryRid.d.ts +1 -0
- package/build/types/net/RepositoryRid.d.ts.map +1 -0
- package/build/types/net/ThirdPartyAppRid.d.ts +1 -0
- package/build/types/net/ThirdPartyAppRid.d.ts.map +1 -0
- package/build/types/net/UserAgent.d.ts +1 -0
- package/build/types/net/UserAgent.d.ts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/DeleteSiteVersionRequest.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/DeleteSiteVersionRequest.d.mts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/SiteAssetVersions.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/SiteAssetVersions.d.mts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/UploadZippedSiteAssetRequest.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/UploadZippedSiteAssetRequest.d.mts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/deleteSiteVersion.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/deleteSiteVersion.d.mts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/fetchSiteVersions.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/fetchSiteVersions.d.mts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/getSiteAssetBaseUrl.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/getSiteAssetBaseUrl.d.mts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/index.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/index.d.mts.map +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/uploadSiteVersion.d.mts +1 -0
- package/build/types/net/artifacts/SiteAssetArtifactsService/uploadSiteVersion.d.mts.map +1 -0
- package/build/types/net/artifacts/index.d.mts +1 -0
- package/build/types/net/artifacts/index.d.mts.map +1 -0
- package/build/types/net/createConjureContext.d.mts +1 -0
- package/build/types/net/createConjureContext.d.mts.map +1 -0
- package/build/types/net/createFetch.d.mts +1 -0
- package/build/types/net/createFetch.d.mts.map +1 -0
- package/build/types/net/createInternalClientContext.d.mts +1 -0
- package/build/types/net/createInternalClientContext.d.mts.map +1 -0
- package/build/types/net/index.d.mts +1 -0
- package/build/types/net/index.d.mts.map +1 -0
- package/build/types/net/internalClientContext.d.mts +1 -0
- package/build/types/net/internalClientContext.d.mts.map +1 -0
- package/build/types/net/third-party-application-service/fetchWebsiteRepositoryRid.d.mts +1 -0
- package/build/types/net/third-party-application-service/fetchWebsiteRepositoryRid.d.mts.map +1 -0
- package/build/types/net/third-party-application-service/index.d.mts +1 -0
- package/build/types/net/third-party-application-service/index.d.mts.map +1 -0
- package/build/types/util/autoVersion.d.ts +1 -0
- package/build/types/util/autoVersion.d.ts.map +1 -0
- package/build/types/util/autoVersion.test.d.ts +1 -0
- package/build/types/util/autoVersion.test.d.ts.map +1 -0
- package/build/types/util/config.d.ts +1 -0
- package/build/types/util/config.d.ts.map +1 -0
- package/build/types/util/config.test.d.ts +1 -0
- package/build/types/util/config.test.d.ts.map +1 -0
- package/build/types/util/configLoader.d.ts +1 -0
- package/build/types/util/configLoader.d.ts.map +1 -0
- package/build/types/util/isValidSemver.d.ts +1 -0
- package/build/types/util/isValidSemver.d.ts.map +1 -0
- package/build/types/util/isValidSemver.test.d.ts +1 -0
- package/build/types/util/isValidSemver.test.d.ts.map +1 -0
- package/build/types/util/token.d.ts +1 -0
- package/build/types/util/token.d.ts.map +1 -0
- package/build/types/util/token.test.d.ts +1 -0
- package/build/types/util/token.test.d.ts.map +1 -0
- package/build/types/yargs/logConfigFileMiddleware.d.ts +1 -0
- package/build/types/yargs/logConfigFileMiddleware.d.ts.map +1 -0
- package/build/types/yargs/logLevelMiddleware.d.ts +1 -0
- package/build/types/yargs/logLevelMiddleware.d.ts.map +1 -0
- package/changelog/0.14.0/pr-120.v2.yml +5 -0
- package/changelog/0.15.0/pr-131.v2.yml +5 -0
- package/changelog/0.15.0/pr-140.v2.yml +5 -0
- package/changelog/0.15.0/pr-141.v2.yml +5 -0
- package/package.json +8 -6
- package/build/js/handleGenerate-776H5SWT.cjs +0 -123
- package/build/js/handleGenerate-776H5SWT.cjs.map +0 -1
- package/build/js/handleGenerate-JJSWMP2R.mjs +0 -101
- package/build/js/handleGenerate-JJSWMP2R.mjs.map +0 -1
- package/build/types/generated/artifacts-admin/ArtifactsAdminService/clearDeletedUserRepositories.d.ts +0 -7
- package/build/types/generated/artifacts-admin/ArtifactsAdminService/getContainerRegistryDomain.d.ts +0 -6
- package/build/types/generated/artifacts-admin/ArtifactsAdminService.d.ts +0 -2
- package/build/types/generated/artifacts-admin/ClearDeletedUserRepositoriesRequest.d.ts +0 -3
- package/build/types/generated/artifacts-admin/ContainerRegistryDomainResponse.d.ts +0 -3
- package/build/types/generated/artifacts-admin/index.d.ts +0 -3
- /package/build/js/{chunk-FPMCB6O4.mjs.map → chunk-EALLTV7S.mjs.map} +0 -0
- /package/build/js/{chunk-RDE7VCQU.cjs.map → chunk-F6Y3FTY6.cjs.map} +0 -0
- /package/build/js/{siteDeployCommand-6QQO33AS.cjs.map → siteDeployCommand-NF4NIH2Y.cjs.map} +0 -0
- /package/build/js/{siteDeployCommand-UJR5OIC3.mjs.map → siteDeployCommand-QMX5EY2K.mjs.map} +0 -0
- /package/build/js/{versionDeleteCommand-44ROSZ2B.mjs.map → versionDeleteCommand-7XQQMEP6.cjs.map} +0 -0
- /package/build/js/{versionDeleteCommand-FG7EWBY7.cjs.map → versionDeleteCommand-S3PG23IT.mjs.map} +0 -0
- /package/build/js/{versionGetCommand-42DSFBKH.mjs.map → versionGetCommand-IKDSYKJM.mjs.map} +0 -0
- /package/build/js/{versionGetCommand-FK6UXCUE.cjs.map → versionGetCommand-PBCSZZ2W.cjs.map} +0 -0
- /package/build/js/{versionListCommand-B73K3QDK.mjs.map → versionListCommand-KSQJH2CQ.cjs.map} +0 -0
- /package/build/js/{versionListCommand-IGPAVA7E.cjs.map → versionListCommand-YP6X66SJ.mjs.map} +0 -0
- /package/build/js/{versionSetCommand-H4IZ7ZKF.cjs.map → versionSetCommand-2L3BCYZ7.cjs.map} +0 -0
- /package/build/js/{versionSetCommand-H4ZHJVE3.mjs.map → versionSetCommand-KXNXVRXK.mjs.map} +0 -0
- /package/build/js/{versionUnsetCommand-EO2T75OG.mjs.map → versionUnsetCommand-BIBSMJRY.cjs.map} +0 -0
- /package/build/js/{versionUnsetCommand-UKNRBIPH.cjs.map → versionUnsetCommand-XH4PGAIP.mjs.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginFlow.d.ts","sourceRoot":"","sources":["../../../../../src/commands/auth/login/loginFlow.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAMhD,wBAA8B,eAAe,CAAC,IAAI,EAAE,SAAS,sDA8E5D"}
|
|
@@ -10,3 +10,4 @@ export interface TokenErrorResponse {
|
|
|
10
10
|
}
|
|
11
11
|
export type TokenResponse = TokenErrorResponse | TokenSuccessResponse;
|
|
12
12
|
export declare function isTokenErrorResponse(response: TokenSuccessResponse | TokenErrorResponse): response is TokenErrorResponse;
|
|
13
|
+
//# sourceMappingURL=token.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token.d.ts","sourceRoot":"","sources":["../../../../../src/commands/auth/login/token.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG,oBAAoB,CAAC;AAEtE,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,oBAAoB,GAAG,kBAAkB,GAClD,QAAQ,IAAI,kBAAkB,CAEhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommonSiteArgs.d.ts","sourceRoot":"","sources":["../../../../src/commands/site/CommonSiteArgs.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE,MAAM,WAAW,cAAe,SAAQ,aAAa;IACnD,WAAW,EAAE,gBAAgB,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SiteDeployArgs.d.ts","sourceRoot":"","sources":["../../../../../src/commands/site/deploy/SiteDeployArgs.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commands/site/deploy/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAS3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,QAAA,MAAM,OAAO,EAAE,aAAa,CAC1B,cAAc,EACd,cAAc,CA8Gf,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -2,3 +2,4 @@ import type { Arguments } from "yargs";
|
|
|
2
2
|
import type { SiteConfig } from "../../../util/config.js";
|
|
3
3
|
import type { SiteDeployArgs } from "./SiteDeployArgs.js";
|
|
4
4
|
export declare function logDeployCommandConfigFileOverride(args: Arguments<SiteDeployArgs>, config: SiteConfig | undefined): Promise<void>;
|
|
5
|
+
//# sourceMappingURL=logDeployCommandConfigFileOverride.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logDeployCommandConfigFileOverride.d.ts","sourceRoot":"","sources":["../../../../../src/commands/site/deploy/logDeployCommandConfigFileOverride.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,wBAAsB,kCAAkC,CACtD,IAAI,EAAE,SAAS,CAAC,cAAc,CAAC,EAC/B,MAAM,EAAE,UAAU,GAAG,SAAS,iBAyB/B"}
|
|
@@ -7,3 +7,4 @@ interface SiteDeployInternalArgs extends Omit<SiteDeployArgs, "version" | "autoV
|
|
|
7
7
|
}
|
|
8
8
|
export default function siteDeployCommand({ selectedVersion, application, foundryUrl, uploadOnly, directory, token, tokenFile, }: SiteDeployInternalArgs): Promise<void>;
|
|
9
9
|
export {};
|
|
10
|
+
//# sourceMappingURL=siteDeployCommand.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"siteDeployCommand.d.mts","sourceRoot":"","sources":["../../../../../src/commands/site/deploy/siteDeployCommand.mts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAEjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,UAAU,sBACR,SAAQ,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,aAAa,CAAC;IAEvD,eAAe,EAAE,MAAM,GAAG,iBAAiB,CAAC;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,wBAA8B,iBAAiB,CAC7C,EACE,eAAe,EACf,WAAW,EACX,UAAU,EACV,UAAU,EACV,SAAS,EACT,KAAK,EACL,SAAS,GACV,EAAE,sBAAsB,iBA+E1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/site/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAK5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAK1D,QAAA,MAAM,OAAO,EAAE,aAAa,CAAC,aAAa,EAAE,cAAc,CAsDzD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -2,3 +2,4 @@ import type { Arguments } from "yargs";
|
|
|
2
2
|
import type { FoundryConfig } from "../../util/config.js";
|
|
3
3
|
import type { CommonSiteArgs } from "./CommonSiteArgs.js";
|
|
4
4
|
export declare function logSiteCommandConfigFileOverride(args: Arguments<CommonSiteArgs>, config: FoundryConfig | undefined): Promise<void>;
|
|
5
|
+
//# sourceMappingURL=logSiteCommandConfigFileOverride.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logSiteCommandConfigFileOverride.d.ts","sourceRoot":"","sources":["../../../../src/commands/site/logSiteCommandConfigFileOverride.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,wBAAsB,gCAAgC,CACpD,IAAI,EAAE,SAAS,CAAC,cAAc,CAAC,EAC/B,MAAM,EAAE,aAAa,GAAG,SAAS,iBAgBlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionDeleteArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/delete/VersionDeleteArgs.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,iBAAkB,SAAQ,cAAc;IACvD,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/delete/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,QAAA,MAAM,OAAO,EAAE,aAAa,CAC1B,cAAc,EACd,iBAAiB,CAsBlB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versionDeleteCommand.d.mts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/delete/versionDeleteCommand.mts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,wBAA8B,oBAAoB,CAChD,EAAE,OAAO,EAAE,GAAG,EAAE,WAAW,EAAE,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,EACzD,iBAAiB,iBAuBpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionGetArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/get/VersionGetArgs.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,cAAe,SAAQ,cAAc;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/get/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,QAAA,MAAM,OAAO,EAAE,aAAa,CAC1B,cAAc,EACd,cAAc,CAWf,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versionGetCommand.d.mts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/get/versionGetCommand.mts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,wBAA8B,iBAAiB,CAC7C,EAAE,UAAU,EAAE,WAAW,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,cAAc,iBAsB9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commands/site/version/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAO3D,QAAA,MAAM,OAAO,EAAE,aAAa,CAC1B,cAAc,EACd,cAAc,CAcf,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionListArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/list/VersionListArgs.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,eAAgB,SAAQ,cAAc;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/list/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,QAAA,MAAM,OAAO,EAAE,aAAa,CAC1B,cAAc,EACd,eAAe,CAWhB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versionListCommand.d.mts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/list/versionListCommand.mts"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,wBAA8B,kBAAkB,CAC9C,EAAE,UAAU,EAAE,WAAW,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,eAAe,iBAuC/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionSetArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/set/VersionSetArgs.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/set/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,QAAA,MAAM,OAAO,EAAE,aAAa,CAC1B,cAAc,EACd,cAAc,CAgBf,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versionSetCommand.d.mts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/set/versionSetCommand.mts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,wBAA8B,iBAAiB,CAC7C,EAAE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,cAAc,iBAmBvE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionUnsetArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/unset/VersionUnsetArgs.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACtD,GAAG,CAAC,EAAE,OAAO,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/unset/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,QAAA,MAAM,OAAO,EAAE,aAAa,CAC1B,cAAc,EACd,gBAAgB,CAgBjB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versionUnsetCommand.d.mts","sourceRoot":"","sources":["../../../../../../src/commands/site/version/unset/versionUnsetCommand.mts"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,wBAA8B,mBAAmB,CAC/C,EAAE,GAAG,EAAE,WAAW,EAAE,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,gBAAgB,iBAwBrE"}
|
|
@@ -7,4 +7,9 @@ export interface TypescriptGenerateArgs {
|
|
|
7
7
|
beta?: boolean;
|
|
8
8
|
packageType: "commonjs" | "module";
|
|
9
9
|
version: string;
|
|
10
|
+
ontologyRid?: string;
|
|
11
|
+
asPackage?: boolean;
|
|
12
|
+
packageName?: string;
|
|
13
|
+
clean?: boolean;
|
|
10
14
|
}
|
|
15
|
+
//# sourceMappingURL=TypescriptGenerateArgs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypescriptGenerateArgs.d.ts","sourceRoot":"","sources":["../../../../../src/commands/typescript/generate/TypescriptGenerateArgs.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,UAAU,GAAG,QAAQ,CAAC;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../../../src/commands/typescript/generate/generate.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E,eAAO,MAAM,OAAO,EAAE,aAAa,CACjC,EAAE,EACF,sBAAsB,CAiHvB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,2 +1,45 @@
|
|
|
1
1
|
import type { TypescriptGenerateArgs } from "./TypescriptGenerateArgs.js";
|
|
2
2
|
export default function handleGenerate(args: TypescriptGenerateArgs): Promise<void>;
|
|
3
|
+
/** @internal */
|
|
4
|
+
export declare function getPackageJsonContents(name: string, version: string, sdkVersion: 1 | 2): Promise<{
|
|
5
|
+
name: string;
|
|
6
|
+
version: string;
|
|
7
|
+
main: string;
|
|
8
|
+
module: string;
|
|
9
|
+
exports: {
|
|
10
|
+
".": {
|
|
11
|
+
import: string;
|
|
12
|
+
require: string;
|
|
13
|
+
};
|
|
14
|
+
"./ontology/objects": {
|
|
15
|
+
import: string;
|
|
16
|
+
require: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
scripts: {
|
|
20
|
+
prepack: string;
|
|
21
|
+
check: string;
|
|
22
|
+
};
|
|
23
|
+
devDependencies: {
|
|
24
|
+
"@osdk/client": string;
|
|
25
|
+
typescript: any;
|
|
26
|
+
tslib: any;
|
|
27
|
+
"@arethetypeswrong/cli": any;
|
|
28
|
+
"@osdk/api": string;
|
|
29
|
+
} | {
|
|
30
|
+
"@osdk/legacy-client": string;
|
|
31
|
+
typescript: any;
|
|
32
|
+
tslib: any;
|
|
33
|
+
"@arethetypeswrong/cli": any;
|
|
34
|
+
"@osdk/api": string;
|
|
35
|
+
};
|
|
36
|
+
peerDependencies: {
|
|
37
|
+
"@osdk/client": string;
|
|
38
|
+
"@osdk/api": string;
|
|
39
|
+
} | {
|
|
40
|
+
"@osdk/legacy-client": string;
|
|
41
|
+
"@osdk/api": string;
|
|
42
|
+
};
|
|
43
|
+
files: string[];
|
|
44
|
+
}>;
|
|
45
|
+
//# sourceMappingURL=handleGenerate.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleGenerate.d.mts","sourceRoot":"","sources":["../../../../../src/commands/typescript/generate/handleGenerate.mts"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAI1E,wBAA8B,cAAc,CAAC,IAAI,EAAE,sBAAsB,iBAiBxE;AAgLD,gBAAgB;AAChB,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmElB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleGenerate.test.d.mts","sourceRoot":"","sources":["../../../../../src/commands/typescript/generate/handleGenerate.test.mts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/typescript/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAG5D,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,EAAE,aAAa,CAU3D,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handlePromptCancel.d.ts","sourceRoot":"","sources":["../../../src/consola/handlePromptCancel.ts"],"names":[],"mappings":"AAkBA,wBAAgB,kBAAkB,CAAC,cAAc,EAAE,GAAG,QASrD"}
|
package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/clearDeployedVersion.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ import { type ConjureContext } from "conjure-lite";
|
|
|
6
6
|
* artifacts:sites:write-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
7
7
|
*/
|
|
8
8
|
export declare function clearDeployedVersion(ctx: ConjureContext, repositoryRid: string): Promise<void>;
|
|
9
|
+
//# sourceMappingURL=clearDeployedVersion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clearDeployedVersion.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/clearDeployedVersion.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AAEjE;;;;;GAKG;AACH,wBAAsB,oBAAoB,CACxC,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,IAAI,CAAC,CAMf"}
|
|
@@ -6,3 +6,4 @@ import type { ContentSecurityPolicyAdditions } from "../ContentSecurityPolicyAdd
|
|
|
6
6
|
* artifacts:sites:read-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
7
7
|
*/
|
|
8
8
|
export declare function getContentSecurityPolicyAdditions(ctx: ConjureContext, repositoryRid: string): Promise<ContentSecurityPolicyAdditions>;
|
|
9
|
+
//# sourceMappingURL=getContentSecurityPolicyAdditions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getContentSecurityPolicyAdditions.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getContentSecurityPolicyAdditions.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,wBAAsB,iCAAiC,CACrD,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,8BAA8B,CAAC,CAMzC"}
|
package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getDeployedVersion.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ import type { SiteVersion } from "../SiteVersion.js";
|
|
|
6
6
|
* artifacts:sites:read-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
7
7
|
*/
|
|
8
8
|
export declare function getDeployedVersion(ctx: ConjureContext, repositoryRid: string): Promise<SiteVersion | undefined>;
|
|
9
|
+
//# sourceMappingURL=getDeployedVersion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDeployedVersion.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getDeployedVersion.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD;;;;GAIG;AACH,wBAAsB,kBAAkB,CACtC,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAMlC"}
|
|
@@ -7,3 +7,4 @@ import type { SiteDomainInfo } from "../SiteDomainInfo.js";
|
|
|
7
7
|
* artifacts:sites:read-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getRegisteredSiteDomains(ctx: ConjureContext, repositoryRid: string): Promise<Array<SiteDomainInfo>>;
|
|
10
|
+
//# sourceMappingURL=getRegisteredSiteDomains.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRegisteredSiteDomains.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRegisteredSiteDomains.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D;;;;;GAKG;AACH,wBAAsB,wBAAwB,CAC5C,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAMhC"}
|
|
@@ -8,3 +8,4 @@ import type { SiteDomainInfo } from "../SiteDomainInfo.js";
|
|
|
8
8
|
* artifacts:sites:read-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getRequestedSiteDomains(ctx: ConjureContext, repositoryRid: string): Promise<Array<SiteDomainInfo>>;
|
|
11
|
+
//# sourceMappingURL=getRequestedSiteDomains.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRequestedSiteDomains.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/getRequestedSiteDomains.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D;;;;;;GAMG;AACH,wBAAsB,uBAAuB,CAC3C,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAMhC"}
|
|
@@ -7,3 +7,4 @@ import type { PreviewContentSecurityPolicyRequest } from "../PreviewContentSecur
|
|
|
7
7
|
* artifacts:sites:read-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
8
8
|
*/
|
|
9
9
|
export declare function previewContentSecurityPolicy(ctx: ConjureContext, repositoryRid: string, request: PreviewContentSecurityPolicyRequest): Promise<ContentSecurityPolicyHeaderValue>;
|
|
10
|
+
//# sourceMappingURL=previewContentSecurityPolicy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"previewContentSecurityPolicy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/previewContentSecurityPolicy.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAErG;;;;GAIG;AACH,wBAAsB,4BAA4B,CAChD,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,mCAAmC,GAC3C,OAAO,CAAC,gCAAgC,CAAC,CAO3C"}
|
|
@@ -6,3 +6,4 @@ import type { ContentSecurityPolicyAdditions } from "../ContentSecurityPolicyAdd
|
|
|
6
6
|
* artifacts:sites:write-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
7
7
|
*/
|
|
8
8
|
export declare function putContentSecurityPolicyAdditions(ctx: ConjureContext, repositoryRid: string, contentSecurityPolicyAdditions: ContentSecurityPolicyAdditions): Promise<void>;
|
|
9
|
+
//# sourceMappingURL=putContentSecurityPolicyAdditions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"putContentSecurityPolicyAdditions.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/putContentSecurityPolicyAdditions.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,wBAAsB,iCAAiC,CACrD,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,EACrB,8BAA8B,EAAE,8BAA8B,GAC7D,OAAO,CAAC,IAAI,CAAC,CAOf"}
|
|
@@ -10,3 +10,4 @@ import type { SubmitDomainRegistrationRequest } from "../SubmitDomainRegistratio
|
|
|
10
10
|
* artifacts:sites:manage-domains permission is needed on the repository rid to call this endpoint.
|
|
11
11
|
*/
|
|
12
12
|
export declare function requestSiteDomainForRepository(ctx: ConjureContext, repositoryRid: string, request: SubmitDomainRegistrationRequest): Promise<SiteDomainInfo>;
|
|
13
|
+
//# sourceMappingURL=requestSiteDomainForRepository.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"requestSiteDomainForRepository.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AAE7F;;;;;;;GAOG;AACH,wBAAsB,8BAA8B,CAClD,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,+BAA+B,GACvC,OAAO,CAAC,cAAc,CAAC,CAOzB"}
|
package/build/types/generated/artifacts-sites/ArtifactsSitesAdminV2Service/unregisterSiteDomain.d.ts
CHANGED
|
@@ -9,3 +9,4 @@ import type { UnregisterDomainRequest } from "../UnregisterDomainRequest.js";
|
|
|
9
9
|
* artifacts:sites:manage-domains permission is needed on the repository rid to call this endpoint.
|
|
10
10
|
*/
|
|
11
11
|
export declare function unregisterSiteDomain(ctx: ConjureContext, repositoryRid: string, request: UnregisterDomainRequest): Promise<void>;
|
|
12
|
+
//# sourceMappingURL=unregisterSiteDomain.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unregisterSiteDomain.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/unregisterSiteDomain.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAE7E;;;;;;;GAOG;AACH,wBAAsB,oBAAoB,CACxC,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,IAAI,CAAC,CAOf"}
|
|
@@ -6,3 +6,4 @@ import type { UpdateDeployedVersionRequest } from "../UpdateDeployedVersionReque
|
|
|
6
6
|
* artifacts:sites:write-deployment-info permission is needed on the repository rid to call this endpoint.
|
|
7
7
|
*/
|
|
8
8
|
export declare function updateDeployedVersion(ctx: ConjureContext, repositoryRid: string, version: UpdateDeployedVersionRequest): Promise<void>;
|
|
9
|
+
//# sourceMappingURL=updateDeployedVersion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateDeployedVersion.d.ts","sourceRoot":"","sources":["../../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service/updateDeployedVersion.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,cAAc,EAAgB,MAAM,cAAc,CAAC;AACjE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAEvF;;;;GAIG;AACH,wBAAsB,qBAAqB,CACzC,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,4BAA4B,GACpC,OAAO,CAAC,IAAI,CAAC,CAOf"}
|
|
@@ -8,3 +8,4 @@ export { putContentSecurityPolicyAdditions } from "./ArtifactsSitesAdminV2Servic
|
|
|
8
8
|
export { requestSiteDomainForRepository } from "./ArtifactsSitesAdminV2Service/requestSiteDomainForRepository.js";
|
|
9
9
|
export { unregisterSiteDomain } from "./ArtifactsSitesAdminV2Service/unregisterSiteDomain.js";
|
|
10
10
|
export { updateDeployedVersion } from "./ArtifactsSitesAdminV2Service/updateDeployedVersion.js";
|
|
11
|
+
//# sourceMappingURL=ArtifactsSitesAdminV2Service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArtifactsSitesAdminV2Service.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/ArtifactsSitesAdminV2Service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,EAAE,iCAAiC,EAAE,MAAM,qEAAqE,CAAC;AACxH,OAAO,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAC1F,OAAO,EAAE,wBAAwB,EAAE,MAAM,4DAA4D,CAAC;AACtG,OAAO,EAAE,uBAAuB,EAAE,MAAM,2DAA2D,CAAC;AACpG,OAAO,EAAE,4BAA4B,EAAE,MAAM,gEAAgE,CAAC;AAC9G,OAAO,EAAE,iCAAiC,EAAE,MAAM,qEAAqE,CAAC;AACxH,OAAO,EAAE,8BAA8B,EAAE,MAAM,kEAAkE,CAAC;AAClH,OAAO,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,EAAE,qBAAqB,EAAE,MAAM,yDAAyD,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { ContentSecurityPolicyDirectiveValue } from "./ContentSecurityPolic
|
|
|
3
3
|
export interface ContentSecurityPolicyAdditions {
|
|
4
4
|
policy: Record<ContentSecurityPolicyDirectiveName, Array<ContentSecurityPolicyDirectiveValue>>;
|
|
5
5
|
}
|
|
6
|
+
//# sourceMappingURL=ContentSecurityPolicyAdditions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentSecurityPolicyAdditions.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/ContentSecurityPolicyAdditions.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAClG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AACpG,MAAM,WAAW,8BAA8B;IAC7C,MAAM,EAAE,MAAM,CACZ,kCAAkC,EAClC,KAAK,CAAC,mCAAmC,CAAC,CAC3C,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentSecurityPolicyDirectiveName.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/ContentSecurityPolicyDirectiveName.ts"],"names":[],"mappings":"AAgBA,MAAM,MAAM,kCAAkC,GAC1C,aAAa,GACb,WAAW,GACX,SAAS,GACT,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentSecurityPolicyDirectiveValue.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/ContentSecurityPolicyDirectiveValue.ts"],"names":[],"mappings":"AAgBA,MAAM,MAAM,mCAAmC,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentSecurityPolicyHeaderValue.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/ContentSecurityPolicyHeaderValue.ts"],"names":[],"mappings":"AAgBA,MAAM,MAAM,gCAAgC,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ControlPanelManagedDomainInfo.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/ControlPanelManagedDomainInfo.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AAE9F;;;;;GAKG;AACH,MAAM,WAAW,6BAA6B;IAC5C,UAAU,EAAE,gCAAgC,CAAC;IAC7C,UAAU,EAAE,UAAU,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DomainName.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/DomainName.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreviewContentSecurityPolicyRequest.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/PreviewContentSecurityPolicyRequest.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,WAAW,mCAAmC;IAClD,UAAU,EAAE,UAAU,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SiteDomainInfo.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/SiteDomainInfo.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACxF,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE,qBAAqB,CAAC;IAC5B,mBAAmB,EAAE,6BAA6B,CAAC;CACpD;AACD,MAAM,MAAM,cAAc,GAAG,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SiteDomainRegistrationRequestRid.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/SiteDomainRegistrationRequestRid.ts"],"names":[],"mappings":"AAgBA,MAAM,MAAM,gCAAgC,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SiteVersion.d.ts","sourceRoot":"","sources":["../../../../src/generated/artifacts-sites/SiteVersion.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;CACjB"}
|