@osdk/client.unstable.tpsa 0.10.0 → 0.10.1-main-e572448603c2a400a97e62df7e7ce7b326ad080f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.cjs.map +1 -1
- package/build/esm/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/generated/third-party-application-service/SdkService/getSdk.ts","../../src/generated/third-party-application-service/SdkService/getSdkPackage.ts"],"names":["conjureFetch"],"mappings":";;;AAsBA,eAAsB,
|
|
1
|
+
{"version":3,"sources":["../../src/generated/third-party-application-service/SdkService/getSdk.ts","../../src/generated/third-party-application-service/SdkService/getSdkPackage.ts"],"names":["conjureFetch"],"mappings":";;;AAsBA,eAAsB,MAAA,CAAO,GAAA,EAAK,aAAA,EAAe,WAAA,EAAa,UAAA,EAAY;AACxE,EAAA,OAAO,YAAA,CAAa,KAAK,CAAA,MAAA,EAAS,aAAa,IAAI,WAAW,CAAA,CAAA,EAAI,UAAU,CAAA,CAAA,EAAI,KAAK,CAAA;AACvF;ACFA,eAAsB,aAAA,CAAc,KAAK,aAAA,EAAe;AACtD,EAAA,OAAOA,YAAAA,CAAa,GAAA,EAAK,CAAA,eAAA,EAAkB,aAAa,IAAI,KAAK,CAAA;AACnE","file":"index.js","sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Get an SDK version.\n *\n * Requires third-party-application:view-standalone-sdk on the repository rid.\n */\nexport async function getSdk(ctx, repositoryRid, packageName, sdkVersion) {\n return conjureFetch(ctx, `/sdks/${repositoryRid}/${packageName}/${sdkVersion}`, \"GET\");\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 { conjureFetch } from \"conjure-lite\";\n/**\n * Get an SDK package.\n *\n * Requires third-party-application:view-standalone-sdk on the SDK package rid.\n */\nexport async function getSdkPackage(ctx, sdkPackageRid) {\n return conjureFetch(ctx, `/sdks/packages/${sdkPackageRid}`, \"GET\");\n}"]}
|
package/build/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/generated/third-party-application-service/SdkService/getSdk.ts","../../src/generated/third-party-application-service/SdkService/getSdkPackage.ts"],"names":["conjureFetch"],"mappings":";;;;;AAsBA,eAAsB,
|
|
1
|
+
{"version":3,"sources":["../../src/generated/third-party-application-service/SdkService/getSdk.ts","../../src/generated/third-party-application-service/SdkService/getSdkPackage.ts"],"names":["conjureFetch"],"mappings":";;;;;AAsBA,eAAsB,MAAA,CAAO,GAAA,EAAK,aAAA,EAAe,WAAA,EAAa,UAAA,EAAY;AACxE,EAAA,OAAOA,wBAAA,CAAa,KAAK,CAAA,MAAA,EAAS,aAAa,IAAI,WAAW,CAAA,CAAA,EAAI,UAAU,CAAA,CAAA,EAAI,KAAK,CAAA;AACvF;ACFA,eAAsB,aAAA,CAAc,KAAK,aAAA,EAAe;AACtD,EAAA,OAAOA,wBAAAA,CAAa,GAAA,EAAK,CAAA,eAAA,EAAkB,aAAa,IAAI,KAAK,CAAA;AACnE","file":"index.cjs","sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Get an SDK version.\n *\n * Requires third-party-application:view-standalone-sdk on the repository rid.\n */\nexport async function getSdk(ctx, repositoryRid, packageName, sdkVersion) {\n return conjureFetch(ctx, `/sdks/${repositoryRid}/${packageName}/${sdkVersion}`, \"GET\");\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 { conjureFetch } from \"conjure-lite\";\n/**\n * Get an SDK package.\n *\n * Requires third-party-application:view-standalone-sdk on the SDK package rid.\n */\nexport async function getSdkPackage(ctx, sdkPackageRid) {\n return conjureFetch(ctx, `/sdks/packages/${sdkPackageRid}`, \"GET\");\n}"]}
|
package/build/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/generated/third-party-application-service/SdkService/getSdk.ts","../../src/generated/third-party-application-service/SdkService/getSdkPackage.ts"],"names":["conjureFetch"],"mappings":";;;AAsBA,eAAsB,
|
|
1
|
+
{"version":3,"sources":["../../src/generated/third-party-application-service/SdkService/getSdk.ts","../../src/generated/third-party-application-service/SdkService/getSdkPackage.ts"],"names":["conjureFetch"],"mappings":";;;AAsBA,eAAsB,MAAA,CAAO,GAAA,EAAK,aAAA,EAAe,WAAA,EAAa,UAAA,EAAY;AACxE,EAAA,OAAO,YAAA,CAAa,KAAK,CAAA,MAAA,EAAS,aAAa,IAAI,WAAW,CAAA,CAAA,EAAI,UAAU,CAAA,CAAA,EAAI,KAAK,CAAA;AACvF;ACFA,eAAsB,aAAA,CAAc,KAAK,aAAA,EAAe;AACtD,EAAA,OAAOA,YAAAA,CAAa,GAAA,EAAK,CAAA,eAAA,EAAkB,aAAa,IAAI,KAAK,CAAA;AACnE","file":"index.js","sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Get an SDK version.\n *\n * Requires third-party-application:view-standalone-sdk on the repository rid.\n */\nexport async function getSdk(ctx, repositoryRid, packageName, sdkVersion) {\n return conjureFetch(ctx, `/sdks/${repositoryRid}/${packageName}/${sdkVersion}`, \"GET\");\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 { conjureFetch } from \"conjure-lite\";\n/**\n * Get an SDK package.\n *\n * Requires third-party-application:view-standalone-sdk on the SDK package rid.\n */\nexport async function getSdkPackage(ctx, sdkPackageRid) {\n return conjureFetch(ctx, `/sdks/packages/${sdkPackageRid}`, \"GET\");\n}"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/client.unstable.tpsa",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1-main-e572448603c2a400a97e62df7e7ce7b326ad080f",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"typescript": "~5.5.4",
|
|
34
|
-
"@osdk/monorepo.
|
|
35
|
-
"@osdk/monorepo.
|
|
34
|
+
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
35
|
+
"@osdk/monorepo.tsconfig": "~0.7.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|