@osdk/cli 0.25.0-beta.6 → 0.25.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/build/browser/{chunk-HN5KQLTE.js → chunk-N5MWXZOA.js} +3 -3
  3. package/build/{esm/chunk-HN5KQLTE.js.map → browser/chunk-N5MWXZOA.js.map} +1 -1
  4. package/build/{esm/handleGenerate-U7KJ2XJD.js → browser/handleGenerate-O4PWFL55.js} +54 -43
  5. package/build/browser/handleGenerate-O4PWFL55.js.map +1 -0
  6. package/build/browser/index.js +8 -8
  7. package/build/browser/index.js.map +1 -1
  8. package/build/browser/{siteDeployCommand-PK5GDTG5.js → siteDeployCommand-7NL3KUAF.js} +3 -3
  9. package/build/browser/{siteDeployCommand-PK5GDTG5.js.map → siteDeployCommand-7NL3KUAF.js.map} +1 -1
  10. package/build/browser/{versionDeleteCommand-DWILSEKS.js → versionDeleteCommand-2FMIWHQO.js} +3 -3
  11. package/build/browser/{versionDeleteCommand-DWILSEKS.js.map → versionDeleteCommand-2FMIWHQO.js.map} +1 -1
  12. package/build/{esm/versionGetCommand-GJDNPCGH.js → browser/versionGetCommand-SEZH7IJD.js} +3 -3
  13. package/build/browser/{versionGetCommand-GJDNPCGH.js.map → versionGetCommand-SEZH7IJD.js.map} +1 -1
  14. package/build/{esm/versionListCommand-LQJNXVGN.js → browser/versionListCommand-FLCRIDSH.js} +3 -3
  15. package/build/browser/{versionListCommand-LQJNXVGN.js.map → versionListCommand-FLCRIDSH.js.map} +1 -1
  16. package/build/{esm/versionSetCommand-IKU7OXDX.js → browser/versionSetCommand-B5B53QDX.js} +3 -3
  17. package/build/browser/{versionSetCommand-IKU7OXDX.js.map → versionSetCommand-B5B53QDX.js.map} +1 -1
  18. package/build/browser/{versionUnsetCommand-3JSJGXMU.js → versionUnsetCommand-VGLW4QIV.js} +3 -3
  19. package/build/browser/{versionUnsetCommand-3JSJGXMU.js.map → versionUnsetCommand-VGLW4QIV.js.map} +1 -1
  20. package/build/esm/{chunk-HN5KQLTE.js → chunk-N5MWXZOA.js} +3 -3
  21. package/build/{browser/chunk-HN5KQLTE.js.map → esm/chunk-N5MWXZOA.js.map} +1 -1
  22. package/build/{browser/handleGenerate-U7KJ2XJD.js → esm/handleGenerate-O4PWFL55.js} +54 -43
  23. package/build/esm/handleGenerate-O4PWFL55.js.map +1 -0
  24. package/build/esm/index.js +8 -8
  25. package/build/esm/index.js.map +1 -1
  26. package/build/esm/{siteDeployCommand-PK5GDTG5.js → siteDeployCommand-7NL3KUAF.js} +3 -3
  27. package/build/esm/{siteDeployCommand-PK5GDTG5.js.map → siteDeployCommand-7NL3KUAF.js.map} +1 -1
  28. package/build/esm/{versionDeleteCommand-DWILSEKS.js → versionDeleteCommand-2FMIWHQO.js} +3 -3
  29. package/build/esm/{versionDeleteCommand-DWILSEKS.js.map → versionDeleteCommand-2FMIWHQO.js.map} +1 -1
  30. package/build/{browser/versionGetCommand-GJDNPCGH.js → esm/versionGetCommand-SEZH7IJD.js} +3 -3
  31. package/build/esm/{versionGetCommand-GJDNPCGH.js.map → versionGetCommand-SEZH7IJD.js.map} +1 -1
  32. package/build/{browser/versionListCommand-LQJNXVGN.js → esm/versionListCommand-FLCRIDSH.js} +3 -3
  33. package/build/esm/{versionListCommand-LQJNXVGN.js.map → versionListCommand-FLCRIDSH.js.map} +1 -1
  34. package/build/{browser/versionSetCommand-IKU7OXDX.js → esm/versionSetCommand-B5B53QDX.js} +3 -3
  35. package/build/esm/{versionSetCommand-IKU7OXDX.js.map → versionSetCommand-B5B53QDX.js.map} +1 -1
  36. package/build/esm/{versionUnsetCommand-3JSJGXMU.js → versionUnsetCommand-VGLW4QIV.js} +3 -3
  37. package/build/esm/{versionUnsetCommand-3JSJGXMU.js.map → versionUnsetCommand-VGLW4QIV.js.map} +1 -1
  38. package/package.json +6 -6
  39. package/build/browser/handleGenerate-U7KJ2XJD.js.map +0 -1
  40. package/build/esm/handleGenerate-U7KJ2XJD.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @osdk/cli
2
2
 
3
+ ## 0.25.0-beta.8
4
+
5
+ ## 0.25.0-beta.7
6
+
3
7
  ## 0.25.0-beta.6
4
8
 
5
9
  ### Minor Changes
@@ -34,7 +34,7 @@ init_esm_shims();
34
34
 
35
35
  // src/net/UserAgent.ts
36
36
  init_esm_shims();
37
- var USER_AGENT = `osdk-cli/${"0.25.0-beta.6"}`;
37
+ var USER_AGENT = `osdk-cli/${"0.25.0-beta.8"}`;
38
38
 
39
39
  // src/net/createFetch.mts
40
40
  function createFetch(tokenProvider, fetchFn = fetch) {
@@ -234,5 +234,5 @@ function isJWT(token) {
234
234
  }
235
235
 
236
236
  export { createInternalClientContext, loadToken, third_party_applications_exports };
237
- //# sourceMappingURL=chunk-HN5KQLTE.js.map
238
- //# sourceMappingURL=chunk-HN5KQLTE.js.map
237
+ //# sourceMappingURL=chunk-N5MWXZOA.js.map
238
+ //# sourceMappingURL=chunk-N5MWXZOA.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/net/createInternalClientContext.mts","../../src/net/third-party-applications/index.mts","../../src/net/third-party-applications/deleteVersion.mts","../../src/net/createFetch.mts","../../src/net/UserAgent.ts","../../src/net/third-party-applications/deployWebsite.mts","../../src/net/third-party-applications/getWebsite.mts","../../src/net/third-party-applications/listVersions.mts","../../src/net/third-party-applications/undeployWebsite.mts","../../src/net/third-party-applications/uploadVersion.mts","../../src/net/index.mts","../../src/util/token.ts"],"names":["fetch","consola","fsPromises"],"mappings":"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","file":"chunk-HN5KQLTE.js","sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport function createInternalClientContext(foundryUrl, tokenProvider) {\n return {\n tokenProvider,\n foundryUrl\n };\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { deleteVersion } from \"./deleteVersion.mjs\";\nexport { deployWebsite } from \"./deployWebsite.mjs\";\nexport { getWebsite } from \"./getWebsite.mjs\";\nexport { listVersions } from \"./listVersions.mjs\";\nexport { undeployWebsite } from \"./undeployWebsite.mjs\";\nexport { uploadVersion } from \"./uploadVersion.mjs\";","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { 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 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { 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 } else if (e.statusCode === 403) {\n tip = \"Check your token has the required scopes for this operation\";\n } else if (e.statusCode === 404) {\n tip = \"The resource may not exist or your token may not have the required scopes to load it\";\n }\n let 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 } else if (e.errorName === \"InvalidVersion\") {\n message = \"The site version is invalid and must be a valid SemVer string\";\n } else if (e.errorName === \"VersionAlreadyExists\") {\n message = \"The site version already exists\";\n } else if (e.errorName === \"VersionNotFound\") {\n message = \"The site version could not be found\";\n } else {\n const {\n errorCode,\n errorName,\n errorInstanceId,\n parameters\n } = e;\n // Include extra info about the original API error in CLI error messages\n // https://www.palantir.com/docs/foundry/api/general/overview/errors/\n message = `${e.message}\\n\\n${JSON.stringify({\n errorCode,\n errorName,\n errorInstanceId,\n parameters\n }, null, 2)}`;\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 ? `${init?.method ?? \"GET\"}: ${input.toString().trim()}` : `${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 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const USER_AGENT = `osdk-cli/${process.env.PACKAGE_VERSION}`;","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function deployWebsite(ctx, thirdPartyAppRid, request) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/deploy?preview=true`;\n const result = await fetch(url, {\n method: \"POST\",\n body: JSON.stringify(request),\n headers: {\n \"Content-Type\": \"application/json\"\n }\n });\n return result.json();\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { PalantirApiError } from \"@osdk/shared.net\";\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function getWebsite(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website?preview=true`;\n try {\n const result = await fetch(url);\n return result.json();\n } catch (e) {\n // Revisit this error handling in the API\n if (e instanceof ExitProcessError && e.originalError != null && e.originalError instanceof PalantirApiError && e.originalError.errorName === \"WebsiteNotFound\") {\n return undefined;\n }\n throw e;\n }\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function listVersions(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions?preview=true`;\n const result = await fetch(url);\n return result.json();\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function undeployWebsite(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/undeploy?preview=true`;\n await fetch(url, {\n method: \"POST\"\n });\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function uploadVersion(ctx, thirdPartyAppRid, version, zipFile) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/upload?version=${version}&preview=true`;\n const result = await fetch(url, {\n method: \"POST\",\n body: zipFile,\n headers: {\n \"Content-Type\": \"application/octet-stream\"\n },\n duplex: \"half\" // Node hates me\n });\n return result.json();\n}","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { createInternalClientContext } from \"./createInternalClientContext.mjs\";\nexport * as thirdPartyApplications from \"./third-party-applications/index.mjs\";","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { consola } from \"consola\";\nimport { promises as fsPromises } from \"node:fs\";\nimport path from \"node:path\";\nconst TOKEN_ENV_VARS = [\"FOUNDRY_TOKEN\", \"FOUNDRY_SDK_AUTH_TOKEN\"];\n\n/**\n * Loads a JWT Auth Token from an argument, a file, or environment variable returning the first found.\n * @param token The token as a string.\n * @param tokenFile The path to the token file.\n * @returns The token as a string.\n * @throws An error if no token is found.\n */\nexport async function loadToken(token, tokenFile) {\n if (token) {\n consola.debug(`Using token from --token option`);\n validate(token);\n return token;\n }\n if (tokenFile) {\n const loadedToken = await loadTokenFile(tokenFile);\n consola.debug(`Using token from --tokenFile=${loadedToken.filePath} option`);\n validate(loadedToken.token);\n return loadedToken.token;\n }\n for (const envVar of TOKEN_ENV_VARS) {\n const environmentToken = process.env[envVar];\n if (environmentToken) {\n consola.debug(`Using token from ${envVar} environment variable`);\n validate(environmentToken);\n if (envVar === \"FOUNDRY_SDK_AUTH_TOKEN\") {\n consola.warn(`Using FOUNDRY_SDK_AUTH_TOKEN environment variable is deprecated. Please use FOUNDRY_TOKEN instead.`);\n }\n return environmentToken;\n }\n }\n throw new ExitProcessError(2, `No token found.`, `You can supply a --token or --token-file option, or set the ${TOKEN_ENV_VARS[0]} environment variable`);\n}\n/**\n * Reads a JWT Auth Token from a file.\n * @param filePath The path to the token file.\n * @returns The token as a string.\n * @throws An error if the file cannot be read.\n */\nexport async function loadTokenFile(filePath) {\n let token;\n let resolvedPath;\n try {\n resolvedPath = path.resolve(filePath);\n token = await fsPromises.readFile(resolvedPath, \"utf8\");\n token = token.trim();\n } catch (error) {\n throw new ExitProcessError(2, `Unable to read token file \"${filePath}\": ${error}`);\n }\n return {\n filePath: resolvedPath,\n token\n };\n}\nexport function validate(token) {\n if (!isJWT(token)) {\n throw new ExitProcessError(2, `Token does not appear to be a JWT`);\n }\n}\nfunction isJWT(token) {\n // https://stackoverflow.com/a/65755789\n const jwtPattern = /^[A-Za-z0-9-_]+\\.[A-Za-z0-9-_]+\\.[A-Za-z0-9-_]*$/;\n return jwtPattern.test(token);\n}"]}
1
+ {"version":3,"sources":["../../src/net/createInternalClientContext.mts","../../src/net/third-party-applications/index.mts","../../src/net/third-party-applications/deleteVersion.mts","../../src/net/createFetch.mts","../../src/net/UserAgent.ts","../../src/net/third-party-applications/deployWebsite.mts","../../src/net/third-party-applications/getWebsite.mts","../../src/net/third-party-applications/listVersions.mts","../../src/net/third-party-applications/undeployWebsite.mts","../../src/net/third-party-applications/uploadVersion.mts","../../src/net/index.mts","../../src/util/token.ts"],"names":["fetch","consola","fsPromises"],"mappings":"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","file":"chunk-N5MWXZOA.js","sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport function createInternalClientContext(foundryUrl, tokenProvider) {\n return {\n tokenProvider,\n foundryUrl\n };\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { deleteVersion } from \"./deleteVersion.mjs\";\nexport { deployWebsite } from \"./deployWebsite.mjs\";\nexport { getWebsite } from \"./getWebsite.mjs\";\nexport { listVersions } from \"./listVersions.mjs\";\nexport { undeployWebsite } from \"./undeployWebsite.mjs\";\nexport { uploadVersion } from \"./uploadVersion.mjs\";","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { 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 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { 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 } else if (e.statusCode === 403) {\n tip = \"Check your token has the required scopes for this operation\";\n } else if (e.statusCode === 404) {\n tip = \"The resource may not exist or your token may not have the required scopes to load it\";\n }\n let 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 } else if (e.errorName === \"InvalidVersion\") {\n message = \"The site version is invalid and must be a valid SemVer string\";\n } else if (e.errorName === \"VersionAlreadyExists\") {\n message = \"The site version already exists\";\n } else if (e.errorName === \"VersionNotFound\") {\n message = \"The site version could not be found\";\n } else {\n const {\n errorCode,\n errorName,\n errorInstanceId,\n parameters\n } = e;\n // Include extra info about the original API error in CLI error messages\n // https://www.palantir.com/docs/foundry/api/general/overview/errors/\n message = `${e.message}\\n\\n${JSON.stringify({\n errorCode,\n errorName,\n errorInstanceId,\n parameters\n }, null, 2)}`;\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 ? `${init?.method ?? \"GET\"}: ${input.toString().trim()}` : `${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 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const USER_AGENT = `osdk-cli/${process.env.PACKAGE_VERSION}`;","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function deployWebsite(ctx, thirdPartyAppRid, request) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/deploy?preview=true`;\n const result = await fetch(url, {\n method: \"POST\",\n body: JSON.stringify(request),\n headers: {\n \"Content-Type\": \"application/json\"\n }\n });\n return result.json();\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { PalantirApiError } from \"@osdk/shared.net\";\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function getWebsite(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website?preview=true`;\n try {\n const result = await fetch(url);\n return result.json();\n } catch (e) {\n // Revisit this error handling in the API\n if (e instanceof ExitProcessError && e.originalError != null && e.originalError instanceof PalantirApiError && e.originalError.errorName === \"WebsiteNotFound\") {\n return undefined;\n }\n throw e;\n }\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function listVersions(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions?preview=true`;\n const result = await fetch(url);\n return result.json();\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function undeployWebsite(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/undeploy?preview=true`;\n await fetch(url, {\n method: \"POST\"\n });\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function uploadVersion(ctx, thirdPartyAppRid, version, zipFile) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/upload?version=${version}&preview=true`;\n const result = await fetch(url, {\n method: \"POST\",\n body: zipFile,\n headers: {\n \"Content-Type\": \"application/octet-stream\"\n },\n duplex: \"half\" // Node hates me\n });\n return result.json();\n}","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { createInternalClientContext } from \"./createInternalClientContext.mjs\";\nexport * as thirdPartyApplications from \"./third-party-applications/index.mjs\";","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { consola } from \"consola\";\nimport { promises as fsPromises } from \"node:fs\";\nimport path from \"node:path\";\nconst TOKEN_ENV_VARS = [\"FOUNDRY_TOKEN\", \"FOUNDRY_SDK_AUTH_TOKEN\"];\n\n/**\n * Loads a JWT Auth Token from an argument, a file, or environment variable returning the first found.\n * @param token The token as a string.\n * @param tokenFile The path to the token file.\n * @returns The token as a string.\n * @throws An error if no token is found.\n */\nexport async function loadToken(token, tokenFile) {\n if (token) {\n consola.debug(`Using token from --token option`);\n validate(token);\n return token;\n }\n if (tokenFile) {\n const loadedToken = await loadTokenFile(tokenFile);\n consola.debug(`Using token from --tokenFile=${loadedToken.filePath} option`);\n validate(loadedToken.token);\n return loadedToken.token;\n }\n for (const envVar of TOKEN_ENV_VARS) {\n const environmentToken = process.env[envVar];\n if (environmentToken) {\n consola.debug(`Using token from ${envVar} environment variable`);\n validate(environmentToken);\n if (envVar === \"FOUNDRY_SDK_AUTH_TOKEN\") {\n consola.warn(`Using FOUNDRY_SDK_AUTH_TOKEN environment variable is deprecated. Please use FOUNDRY_TOKEN instead.`);\n }\n return environmentToken;\n }\n }\n throw new ExitProcessError(2, `No token found.`, `You can supply a --token or --token-file option, or set the ${TOKEN_ENV_VARS[0]} environment variable`);\n}\n/**\n * Reads a JWT Auth Token from a file.\n * @param filePath The path to the token file.\n * @returns The token as a string.\n * @throws An error if the file cannot be read.\n */\nexport async function loadTokenFile(filePath) {\n let token;\n let resolvedPath;\n try {\n resolvedPath = path.resolve(filePath);\n token = await fsPromises.readFile(resolvedPath, \"utf8\");\n token = token.trim();\n } catch (error) {\n throw new ExitProcessError(2, `Unable to read token file \"${filePath}\": ${error}`);\n }\n return {\n filePath: resolvedPath,\n token\n };\n}\nexport function validate(token) {\n if (!isJWT(token)) {\n throw new ExitProcessError(2, `Token does not appear to be a JWT`);\n }\n}\nfunction isJWT(token) {\n // https://stackoverflow.com/a/65755789\n const jwtPattern = /^[A-Za-z0-9-_]+\\.[A-Za-z0-9-_]+\\.[A-Za-z0-9-_]*$/;\n return jwtPattern.test(token);\n}"]}
@@ -194,6 +194,9 @@ function wirePropertyV2ToSdkPropertyDefinition(input, isNullable = true) {
194
194
  nullable: true
195
195
  };
196
196
  }
197
+ case "mediaReference": {
198
+ throw new Error(`Media references not supported yet`);
199
+ }
197
200
  default:
198
201
  input.dataType;
199
202
  throw new Error(`Unexpected data type ${JSON.stringify(input.dataType)}`);
@@ -226,6 +229,9 @@ function objectPropertyTypeToSdkPropertyDefinition(propertyType) {
226
229
  return "stringTimeseries";
227
230
  }
228
231
  return "numericTimeseries";
232
+ case "mediaReference": {
233
+ throw new Error(`Media references not supported yet`);
234
+ }
229
235
  default:
230
236
  throw new Error(`Unexpected data type ${JSON.stringify(propertyType)}`);
231
237
  }
@@ -372,6 +378,7 @@ function wirePropertyV2ToSdkPrimaryKeyTypeDefinition(input) {
372
378
  case "marking":
373
379
  case "float":
374
380
  case "geotimeSeriesReference":
381
+ case "mediaReference":
375
382
  throw new Error(`Type not supported for primaryKey: ${input.dataType.type}`);
376
383
  default:
377
384
  input.dataType;
@@ -21203,7 +21210,8 @@ async function generatePerActionDataFiles({
21203
21210
  fs: fs9,
21204
21211
  outDir: rootOutDir,
21205
21212
  importExt = "",
21206
- ontology: enhancedOntology
21213
+ ontology: enhancedOntology,
21214
+ forInternalUse = false
21207
21215
  }) {
21208
21216
  const outDir = path9__default.join(rootOutDir, "ontology", "actions");
21209
21217
  await fs9.mkdir(outDir, {
@@ -21283,7 +21291,7 @@ async function generatePerActionDataFiles({
21283
21291
  ActionReturnTypeForOptions,
21284
21292
  ApplyActionOptions,
21285
21293
  ApplyBatchActionOptions,
21286
- } from "@osdk/api";
21294
+ } from "${forInternalUse ? "@osdk/api" : "@osdk/client"}";
21287
21295
  import { $osdkMetadata} from "../../OntologyMetadata${importExt}";
21288
21296
  ${imports}
21289
21297
 
@@ -21469,7 +21477,8 @@ function propertyJsdoc(property, {
21469
21477
 
21470
21478
  // ../generator/build/esm/v2.0/wireObjectTypeV2ToSdkObjectConstV2.js
21471
21479
  function wireObjectTypeV2ToSdkObjectConstV2(wireObject, {
21472
- ontology
21480
+ ontology,
21481
+ forInternalUse
21473
21482
  }, currentFilePath) {
21474
21483
  const object = ontology.requireObjectType(wireObject.objectType.apiName, true);
21475
21484
  if (object instanceof ForeignType) {
@@ -21494,19 +21503,19 @@ function wireObjectTypeV2ToSdkObjectConstV2(wireObject, {
21494
21503
  propertyKeysIdentifier
21495
21504
  };
21496
21505
  const imports = getObjectImports(uniqueLinkTargetTypes, definition.apiName, currentFilePath, true);
21497
- return `${imports}${function(object2) {
21506
+ return `${imports}${function(object2, forInternalUse2 = false) {
21498
21507
  return `import type {
21499
21508
  PropertyKeys as $PropertyKeys,
21500
21509
  ObjectTypeDefinition as $ObjectTypeDefinition,
21501
21510
  ObjectMetadata as $ObjectMetadata,
21502
- } from "@osdk/api";
21511
+ } from "${forInternalUse2 ? "@osdk/api" : "@osdk/client"}";
21503
21512
  import type {
21504
21513
  ObjectSet as $ObjectSet,
21505
21514
  Osdk as $Osdk,
21506
21515
  OsdkObject as $OsdkObject,
21507
21516
  PropertyValueWireToClient as $PropType,
21508
21517
  SingleLinkAccessor as $SingleLinkAccessor,
21509
- } from "@osdk/api";
21518
+ } from "${forInternalUse2 ? "@osdk/api" : "@osdk/client"}";
21510
21519
 
21511
21520
 
21512
21521
  export namespace ${object2.shortApiName} {
@@ -21528,7 +21537,7 @@ function wireObjectTypeV2ToSdkObjectConstV2(wireObject, {
21528
21537
 
21529
21538
  ${createDefinition(object2, ontology, object2.shortApiName, identifiers)}
21530
21539
  `;
21531
- }(object)}
21540
+ }(object, forInternalUse)}
21532
21541
 
21533
21542
  export const ${object.shortApiName}: ${objectDefIdentifier}
21534
21543
  = {
@@ -21660,7 +21669,7 @@ function createPropertyKeys(type2) {
21660
21669
  }
21661
21670
 
21662
21671
  // ../generator/build/esm/v2.0/UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst.js
21663
- function __UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(interfaceDef, ontology, v2 = false) {
21672
+ function __UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(interfaceDef, ontology, v2 = false, forInternalUse = false) {
21664
21673
  const definition = deleteUndefineds(__UNSTABLE_wireInterfaceTypeV2ToSdkObjectDefinition(interfaceDef.raw));
21665
21674
  const objectDefIdentifier = interfaceDef.getDefinitionIdentifier(v2);
21666
21675
  const parents = definition.implements?.map((p) => {
@@ -21709,13 +21718,13 @@ function __UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(interfaceDef, ontology,
21709
21718
  }
21710
21719
  }
21711
21720
  return `${[].join("\n")}
21712
- ${v2 ? function() {
21721
+ ${v2 ? function(forInternalUse2 = false) {
21713
21722
  return `import type {
21714
21723
  InterfaceDefinition as $InterfaceDefinition,
21715
21724
  ObjectSet as $ObjectSet,
21716
21725
  Osdk as $Osdk,
21717
21726
  PropertyValueWireToClient as $PropType,
21718
- } from "@osdk/api";
21727
+ } from "${forInternalUse2 ? "@osdk/api" : "@osdk/client"}";
21719
21728
 
21720
21729
  ${Object.keys(definition.links).length === 0 ? `export type ${osdkObjectLinksIdentifier} = {};` : `
21721
21730
  export interface ${osdkObjectLinksIdentifier} {
@@ -21747,7 +21756,7 @@ ${stringify(definition.links, {
21747
21756
  ${createDefinition(interfaceDef, ontology, interfaceDef.shortApiName, ids)}
21748
21757
 
21749
21758
  `;
21750
- }() : ""}
21759
+ }(forInternalUse) : ""}
21751
21760
 
21752
21761
  export const ${interfaceDef.shortApiName}: ${interfaceDef.shortApiName} = {
21753
21762
  type: "interface",
@@ -21761,7 +21770,8 @@ async function generatePerInterfaceDataFiles({
21761
21770
  fs: fs9,
21762
21771
  outDir,
21763
21772
  ontology,
21764
- importExt
21773
+ importExt,
21774
+ forInternalUse
21765
21775
  }) {
21766
21776
  const interfacesDir = path9__default.join(outDir, "ontology", "interfaces");
21767
21777
  await fs9.mkdir(interfacesDir, {
@@ -21770,9 +21780,9 @@ async function generatePerInterfaceDataFiles({
21770
21780
  for (const obj of Object.values(ontology.interfaceTypes)) {
21771
21781
  if (obj instanceof ForeignType) continue;
21772
21782
  await fs9.writeFile(path9__default.join(interfacesDir, `${obj.shortApiName}.ts`), await formatTs(`
21773
- import type { PropertyDef as $PropertyDef } from "@osdk/api";
21783
+ import type { PropertyDef as $PropertyDef } from "${forInternalUse ? "@osdk/api" : "@osdk/client"}";
21774
21784
  import { $osdkMetadata } from "../../OntologyMetadata${importExt}";
21775
- ${__UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(obj, ontology, true)}
21785
+ ${__UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(obj, ontology, true, forInternalUse)}
21776
21786
  `));
21777
21787
  }
21778
21788
  await fs9.writeFile(interfacesDir + ".ts", await formatTs(`
@@ -21798,7 +21808,7 @@ async function generatePerObjectDataFiles(ctx) {
21798
21808
  const relPath = path9__default.join(".", "ontology", `objects`, `${obj.shortApiName}.ts`);
21799
21809
  const outFilePath = path9__default.join(outDir, relPath);
21800
21810
  await fs9.writeFile(outFilePath, await formatTs(`
21801
- import type { PropertyDef as $PropertyDef } from "@osdk/api";
21811
+ import type { PropertyDef as $PropertyDef } from "${ctx.forInternalUse ? "@osdk/api" : "@osdk/client"}";
21802
21812
  import { $osdkMetadata } from "../../OntologyMetadata${importExt}";
21803
21813
  import type { $ExpectedClientVersion } from "../../OntologyMetadata${importExt}";
21804
21814
  ${wireObjectTypeV2ToSdkObjectConstV2(obj.raw, ctx, relPath)}
@@ -21876,7 +21886,8 @@ async function generatePerQueryDataFilesV2({
21876
21886
  fs: fs9,
21877
21887
  outDir: rootOutDir,
21878
21888
  ontology,
21879
- importExt = ""
21889
+ importExt = "",
21890
+ forInternalUse = false
21880
21891
  }) {
21881
21892
  const relOutDir = path9__default.join(".", "ontology", "queries");
21882
21893
  const outDir = path9__default.join(rootOutDir, "ontology", "queries");
@@ -21884,14 +21895,14 @@ async function generatePerQueryDataFilesV2({
21884
21895
  recursive: true
21885
21896
  });
21886
21897
  await Promise.all(Object.values(ontology.queryTypes).map(async (query) => {
21887
- await generateV2QueryFile(fs9, outDir, relOutDir, query, importExt, ontology);
21898
+ await generateV2QueryFile(fs9, outDir, relOutDir, query, importExt, ontology, forInternalUse);
21888
21899
  }));
21889
21900
  await fs9.writeFile(`${outDir}.ts`, await formatTs(`
21890
21901
  ${Object.values(ontology.queryTypes).map((query) => `export {${query.shortApiName}} from "${query.getImportPathRelTo(relOutDir)}";`).join("\n")}
21891
21902
  ${Object.keys(ontology.queryTypes).length === 0 ? "export {};" : ""}
21892
21903
  `));
21893
21904
  }
21894
- async function generateV2QueryFile(fs9, outDir, relOutDir, query, importExt, ontology) {
21905
+ async function generateV2QueryFile(fs9, outDir, relOutDir, query, importExt, ontology, forInternalUse) {
21895
21906
  const relFilePath = path9__default.join(relOutDir, `${query.shortApiName}.ts`);
21896
21907
  const objectTypes = getObjectTypeApiNamesFromQuery(query);
21897
21908
  const objectTypeObjects = new Set(objectTypes.map((o) => ontology.requireObjectType(o)));
@@ -21900,8 +21911,7 @@ async function generateV2QueryFile(fs9, outDir, relOutDir, query, importExt, ont
21900
21911
  const outputBase = deleteUndefineds(wireQueryDataTypeToQueryDataTypeDefinition(query.output));
21901
21912
  objectTypes.length > 0 ? objectTypes.map((apiNameObj) => `"${apiNameObj}"`).join("|") : "never";
21902
21913
  await fs9.writeFile(path9__default.join(outDir, `${query.shortApiName}.ts`), await formatTs(`
21903
- import type { QueryDefinition , VersionBound} from "@osdk/api";
21904
- import type { QueryParam, QueryResult } from "@osdk/api";
21914
+ import type { QueryDefinition , QueryParam, QueryResult, VersionBound} from "${forInternalUse ? "@osdk/api" : "@osdk/client"}";
21905
21915
  import type { $ExpectedClientVersion } from "../../OntologyMetadata${importExt}";
21906
21916
  import { $osdkMetadata} from "../../OntologyMetadata${importExt}";
21907
21917
  ${importObjects}
@@ -22079,7 +22089,7 @@ function helper(x) {
22079
22089
  }
22080
22090
 
22081
22091
  // ../generator/build/esm/v2.0/generateClientSdkVersionTwoPointZero.js
22082
- async function generateClientSdkVersionTwoPointZero(ontology, userAgent, fs9, outDir, packageType = "commonjs", externalObjects = /* @__PURE__ */ new Map(), externalInterfaces = /* @__PURE__ */ new Map(), externalSpts = /* @__PURE__ */ new Map()) {
22092
+ async function generateClientSdkVersionTwoPointZero(ontology, userAgent, fs9, outDir, packageType = "commonjs", externalObjects = /* @__PURE__ */ new Map(), externalInterfaces = /* @__PURE__ */ new Map(), externalSpts = /* @__PURE__ */ new Map(), forInternalUse = false) {
22083
22093
  const importExt = packageType === "module" ? ".js" : "";
22084
22094
  await verifyOutDir(outDir, fs9);
22085
22095
  const sanitizedOntology = sanitizeMetadata(ontology);
@@ -22098,7 +22108,8 @@ async function generateClientSdkVersionTwoPointZero(ontology, userAgent, fs9, ou
22098
22108
  ontology: enhancedOntology,
22099
22109
  importExt,
22100
22110
  fs: fs9,
22101
- outDir
22111
+ outDir,
22112
+ forInternalUse
22102
22113
  };
22103
22114
  await generateRootIndexTsFile(ctx);
22104
22115
  await generateOntologyMetadataFile(ctx, userAgent);
@@ -22214,10 +22225,10 @@ async function writeJson(minimalFs, filePath, body) {
22214
22225
  return await minimalFs.writeFile(filePath, JSON.stringify(body, void 0, 2) + "\n");
22215
22226
  }
22216
22227
 
22217
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/index.js
22228
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/index.js
22218
22229
  init_esm_shims();
22219
22230
 
22220
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/Action.js
22231
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/Action.js
22221
22232
  init_esm_shims();
22222
22233
 
22223
22234
  // ../../node_modules/.pnpm/@osdk+shared.net.platformapi@0.3.2/node_modules/@osdk/shared.net.platformapi/build/esm/index.js
@@ -22324,31 +22335,31 @@ async function apiFetch(clientCtx, method, endpointPath, data, queryArguments, h
22324
22335
  return response.blob();
22325
22336
  }
22326
22337
 
22327
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/ActionTypeV2.js
22338
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/ActionTypeV2.js
22328
22339
  init_esm_shims();
22329
22340
 
22330
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/Attachment.js
22341
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/Attachment.js
22331
22342
  init_esm_shims();
22332
22343
 
22333
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/AttachmentPropertyV2.js
22344
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/AttachmentPropertyV2.js
22334
22345
  init_esm_shims();
22335
22346
 
22336
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/LinkedObjectV2.js
22347
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/LinkedObjectV2.js
22337
22348
  init_esm_shims();
22338
22349
 
22339
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/ObjectTypeV2.js
22350
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/ObjectTypeV2.js
22340
22351
  init_esm_shims();
22341
22352
 
22342
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyInterface.js
22353
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyInterface.js
22343
22354
  init_esm_shims();
22344
22355
 
22345
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyObjectSet.js
22356
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyObjectSet.js
22346
22357
  init_esm_shims();
22347
22358
 
22348
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyObjectV2.js
22359
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyObjectV2.js
22349
22360
  init_esm_shims();
22350
22361
 
22351
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyV2.js
22362
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/OntologyV2.js
22352
22363
  var OntologyV2_exports = {};
22353
22364
  __export(OntologyV2_exports, {
22354
22365
  get: () => get,
@@ -22369,21 +22380,21 @@ function getFullMetadata($ctx, ...args) {
22369
22380
  return foundryPlatformFetch($ctx, _getFullMetadata, ...args);
22370
22381
  }
22371
22382
 
22372
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/Query.js
22383
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/Query.js
22373
22384
  init_esm_shims();
22374
22385
 
22375
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/QueryType.js
22386
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/QueryType.js
22376
22387
  init_esm_shims();
22377
22388
 
22378
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/TimeSeriesPropertyV2.js
22389
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/TimeSeriesPropertyV2.js
22379
22390
  init_esm_shims();
22380
22391
 
22381
- // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.2.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/TimeSeriesValueBankProperty.js
22392
+ // ../../node_modules/.pnpm/@osdk+internal.foundry.ontologiesv2@2.3.0/node_modules/@osdk/internal.foundry.ontologiesv2/build/esm/public/TimeSeriesValueBankProperty.js
22382
22393
  init_esm_shims();
22383
22394
 
22384
22395
  // ../cli.cmd.typescript/build/esm/generate/handleGenerate.mjs
22385
22396
  var import_fast_deep_equal2 = __toESM(require_fast_deep_equal(), 1);
22386
- var USER_AGENT = `osdk-cli.cmd.typescript/${"0.25.0-beta.6"}`;
22397
+ var USER_AGENT = `osdk-cli.cmd.typescript/${"0.25.0-beta.8"}`;
22387
22398
  async function handleGenerate(args) {
22388
22399
  let success = false;
22389
22400
  if (args.ontologyPath) {
@@ -22519,7 +22530,7 @@ async function generateClientSdk(ontology, args) {
22519
22530
  }
22520
22531
  return true;
22521
22532
  }
22522
- await generateClientSdkPackage(args.packageName, args.version, args.beta ? "2.0" : "1.1", args.outDir, ontology, minimalFs, await getDependencyVersions(), "0.25.0-beta.6", args.externalObjects, args.externalInterfaces);
22533
+ await generateClientSdkPackage(args.packageName, args.version, args.beta ? "2.0" : "1.1", args.outDir, ontology, minimalFs, await getDependencyVersions(), "0.25.0-beta.8", args.externalObjects, args.externalInterfaces);
22523
22534
  return true;
22524
22535
  } catch (e) {
22525
22536
  consola.error("OSDK generation failed", e.message, e.stack);
@@ -22541,8 +22552,8 @@ async function getDependencyVersions() {
22541
22552
  const typescriptVersion = ourPackageJson.devDependencies.typescript;
22542
22553
  const tslibVersion = ourPackageJson.dependencies.tslib;
22543
22554
  const areTheTypesWrongVersion = ourPackageJson.dependencies["@arethetypeswrong/cli"];
22544
- const osdkClientVersion = `^${"2.1.0-beta.6"}`;
22545
- const osdkApiVersion = `^${"2.1.0-beta.6"}`;
22555
+ const osdkClientVersion = `^${"2.1.0-beta.8"}`;
22556
+ const osdkApiVersion = `^${"2.1.0-beta.8"}`;
22546
22557
  const osdkLegacyClientVersion = `^${process.env.PACKAGE_LEGACY_CLIENT_VERSION}`;
22547
22558
  return {
22548
22559
  typescriptVersion,
@@ -22588,5 +22599,5 @@ function createNormalFs() {
22588
22599
  }
22589
22600
 
22590
22601
  export { getDependencyVersions, handleGenerate, updateVersionsIfTheyExist };
22591
- //# sourceMappingURL=handleGenerate-U7KJ2XJD.js.map
22592
- //# sourceMappingURL=handleGenerate-U7KJ2XJD.js.map
22602
+ //# sourceMappingURL=handleGenerate-O4PWFL55.js.map
22603
+ //# sourceMappingURL=handleGenerate-O4PWFL55.js.map