@osdk/client 0.21.0 → 0.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/build/browser/{chunk-2KBOMZHU.js → chunk-IXHAUM4O.js} +3 -3
- package/build/{esm/chunk-2KBOMZHU.js.map → browser/chunk-IXHAUM4O.js.map} +1 -1
- package/build/browser/index.js +2 -2
- package/build/browser/public/unstable-do-not-use.js +2 -2
- package/build/cjs/{chunk-XJRGYEPE.cjs → chunk-QRUNI6TF.cjs} +3 -3
- package/build/cjs/{chunk-XJRGYEPE.cjs.map → chunk-QRUNI6TF.cjs.map} +1 -1
- package/build/cjs/index.cjs +6 -6
- package/build/cjs/public/unstable-do-not-use.cjs +8 -8
- package/build/esm/Client.d.ts +1 -1
- package/build/esm/{chunk-2KBOMZHU.js → chunk-IXHAUM4O.js} +3 -3
- package/build/{browser/chunk-2KBOMZHU.js.map → esm/chunk-IXHAUM4O.js.map} +1 -1
- package/build/esm/index.js +2 -2
- package/build/esm/public/unstable-do-not-use.js +2 -2
- package/package.json +12 -12
package/build/browser/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { USER_AGENT } from './chunk-
|
|
2
|
-
export { ActionValidationError, createAttachmentFromRid, createAttachmentUpload, createClient } from './chunk-
|
|
1
|
+
import { USER_AGENT } from './chunk-IXHAUM4O.js';
|
|
2
|
+
export { ActionValidationError, createAttachmentFromRid, createAttachmentUpload, createClient } from './chunk-IXHAUM4O.js';
|
|
3
3
|
export { isOk } from '@osdk/client.api';
|
|
4
4
|
export { PalantirApiError } from '@osdk/shared.net.errors';
|
|
5
5
|
import { createSharedClientContext } from '@osdk/shared.client.impl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createSimpleAsyncCache, createClientInternal, createObjectSet, esm_exports, convertWireToOsdkObjects } from '../chunk-
|
|
2
|
-
export { augment } from '../chunk-
|
|
1
|
+
import { createSimpleAsyncCache, createClientInternal, createObjectSet, esm_exports, convertWireToOsdkObjects } from '../chunk-IXHAUM4O.js';
|
|
2
|
+
export { augment } from '../chunk-IXHAUM4O.js';
|
|
3
3
|
import { symbolClientContext } from '@osdk/shared.client';
|
|
4
4
|
import { getBulkLinksPage, getLinkTypesForObjectTypes, loadOntologyEntities, createTemporaryObjectSet, loadAllOntologies } from '@osdk/client.unstable';
|
|
5
5
|
import { batchEnableWatcher } from '@osdk/client.unstable.osw';
|
|
@@ -1941,7 +1941,7 @@ var createStandardOntologyProviderFactory = (client) => {
|
|
|
1941
1941
|
};
|
|
1942
1942
|
|
|
1943
1943
|
// src/util/UserAgent.ts
|
|
1944
|
-
var USER_AGENT = `osdk-client/${"0.21.
|
|
1944
|
+
var USER_AGENT = `osdk-client/${"0.21.2"}`;
|
|
1945
1945
|
|
|
1946
1946
|
// src/createMinimalClient.ts
|
|
1947
1947
|
function createMinimalClient(metadata, baseUrl, tokenProvider, options = {}, fetchFn = global.fetch, objectSetFactory = createObjectSet) {
|
|
@@ -2282,5 +2282,5 @@ exports.createClientInternal = createClientInternal;
|
|
|
2282
2282
|
exports.createObjectSet = createObjectSet;
|
|
2283
2283
|
exports.createSimpleAsyncCache = createSimpleAsyncCache;
|
|
2284
2284
|
exports.esm_exports = esm_exports2;
|
|
2285
|
-
//# sourceMappingURL=chunk-
|
|
2286
|
-
//# sourceMappingURL=chunk-
|
|
2285
|
+
//# sourceMappingURL=chunk-QRUNI6TF.cjs.map
|
|
2286
|
+
//# sourceMappingURL=chunk-QRUNI6TF.cjs.map
|