@osdk/client 2.8.0-beta.28 → 2.8.0-beta.29
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 +14 -0
- package/build/browser/derivedProperties/createWithPropertiesObjectSet.js +3 -3
- package/build/browser/derivedProperties/createWithPropertiesObjectSet.js.map +1 -1
- package/build/browser/observable/ObservableClient.js.map +1 -1
- package/build/browser/observable/internal/ObservableClientImpl.js +32 -0
- package/build/browser/observable/internal/ObservableClientImpl.js.map +1 -1
- package/build/browser/observable/internal/OrderByCanonicalizer.js +5 -2
- package/build/browser/observable/internal/OrderByCanonicalizer.js.map +1 -1
- package/build/browser/observable/internal/SelectCanonicalizer.js +3 -0
- package/build/browser/observable/internal/SelectCanonicalizer.js.map +1 -1
- package/build/browser/observable/internal/WhereClauseCanonicalizer.js +3 -0
- package/build/browser/observable/internal/WhereClauseCanonicalizer.js.map +1 -1
- package/build/browser/observable/internal/list/InterfaceListQuery.js +2 -6
- package/build/browser/observable/internal/list/InterfaceListQuery.js.map +1 -1
- package/build/browser/observable/internal/list/ListQuery.js +6 -0
- package/build/browser/observable/internal/list/ListQuery.js.map +1 -1
- package/build/browser/public/unstable-do-not-use.js.map +1 -1
- package/build/browser/queries/applyQuery.js +1 -1
- package/build/browser/queries/applyQuery.js.map +1 -1
- package/build/browser/util/UserAgent.js +2 -2
- package/build/cjs/{chunk-SV4AIIV4.cjs → chunk-KGWUPXAM.cjs} +2 -2
- package/build/cjs/{chunk-SV4AIIV4.cjs.map → chunk-KGWUPXAM.cjs.map} +1 -1
- package/build/cjs/{chunk-66XI45ES.cjs → chunk-XYZOCIVH.cjs} +40 -40
- package/build/cjs/chunk-XYZOCIVH.cjs.map +1 -0
- package/build/cjs/index.cjs +10 -10
- package/build/cjs/public/internal.cjs +8 -8
- package/build/cjs/public/unstable-do-not-use.cjs +117 -74
- package/build/cjs/public/unstable-do-not-use.cjs.map +1 -1
- package/build/cjs/public/unstable-do-not-use.d.cts +19 -1
- package/build/esm/derivedProperties/createWithPropertiesObjectSet.js +3 -3
- package/build/esm/derivedProperties/createWithPropertiesObjectSet.js.map +1 -1
- package/build/esm/observable/ObservableClient.js.map +1 -1
- package/build/esm/observable/internal/ObservableClientImpl.js +32 -0
- package/build/esm/observable/internal/ObservableClientImpl.js.map +1 -1
- package/build/esm/observable/internal/OrderByCanonicalizer.js +5 -2
- package/build/esm/observable/internal/OrderByCanonicalizer.js.map +1 -1
- package/build/esm/observable/internal/SelectCanonicalizer.js +3 -0
- package/build/esm/observable/internal/SelectCanonicalizer.js.map +1 -1
- package/build/esm/observable/internal/WhereClauseCanonicalizer.js +3 -0
- package/build/esm/observable/internal/WhereClauseCanonicalizer.js.map +1 -1
- package/build/esm/observable/internal/list/InterfaceListQuery.js +2 -6
- package/build/esm/observable/internal/list/InterfaceListQuery.js.map +1 -1
- package/build/esm/observable/internal/list/ListQuery.js +6 -0
- package/build/esm/observable/internal/list/ListQuery.js.map +1 -1
- package/build/esm/public/unstable-do-not-use.js.map +1 -1
- package/build/esm/queries/applyQuery.js +1 -1
- package/build/esm/queries/applyQuery.js.map +1 -1
- package/build/esm/util/UserAgent.js +2 -2
- package/build/types/observable/ObservableClient.d.ts +19 -0
- package/build/types/observable/ObservableClient.d.ts.map +1 -1
- package/build/types/observable/internal/OrderByCanonicalizer.d.ts +2 -1
- package/build/types/observable/internal/OrderByCanonicalizer.d.ts.map +1 -1
- package/build/types/observable/internal/SelectCanonicalizer.d.ts +2 -0
- package/build/types/observable/internal/SelectCanonicalizer.d.ts.map +1 -1
- package/build/types/observable/internal/WhereClauseCanonicalizer.d.ts +1 -0
- package/build/types/observable/internal/WhereClauseCanonicalizer.d.ts.map +1 -1
- package/build/types/observable/internal/list/InterfaceListQuery.d.ts.map +1 -1
- package/build/types/observable/internal/list/ListQuery.d.ts +2 -0
- package/build/types/observable/internal/list/ListQuery.d.ts.map +1 -1
- package/build/types/public/unstable-do-not-use.d.ts +1 -1
- package/build/types/public/unstable-do-not-use.d.ts.map +1 -1
- package/build/types/queries/applyQuery.d.ts.map +1 -1
- package/package.json +7 -7
- package/build/cjs/chunk-66XI45ES.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKGWUPXAM_cjs = require('./chunk-KGWUPXAM.cjs');
|
|
4
4
|
var chunkGSVXEVM4_cjs = require('./chunk-GSVXEVM4.cjs');
|
|
5
5
|
var chunkD26YLHTV_cjs = require('./chunk-D26YLHTV.cjs');
|
|
6
6
|
var chunkYJG67XL4_cjs = require('./chunk-YJG67XL4.cjs');
|
|
@@ -200,13 +200,13 @@ async function toDataValue(value, client, actionMetadata) {
|
|
|
200
200
|
return Promise.all(promiseArray);
|
|
201
201
|
}
|
|
202
202
|
if (isAttachmentUpload(value)) {
|
|
203
|
-
const attachment = await
|
|
203
|
+
const attachment = await chunkKGWUPXAM_cjs.upload(client, value.data, {
|
|
204
204
|
filename: value.name
|
|
205
205
|
});
|
|
206
206
|
return await toDataValue(attachment.rid, client);
|
|
207
207
|
}
|
|
208
208
|
if (isAttachmentFile(value)) {
|
|
209
|
-
const attachment = await
|
|
209
|
+
const attachment = await chunkKGWUPXAM_cjs.upload(client, value, {
|
|
210
210
|
filename: value.name
|
|
211
211
|
});
|
|
212
212
|
return await toDataValue(attachment.rid, client);
|
|
@@ -233,11 +233,11 @@ async function toDataValue(value, client, actionMetadata) {
|
|
|
233
233
|
if (isPoint(value)) {
|
|
234
234
|
return await toDataValue(`${value.coordinates[1]},${value.coordinates[0]}`, client);
|
|
235
235
|
}
|
|
236
|
-
if (
|
|
236
|
+
if (chunkKGWUPXAM_cjs.isWireObjectSet(value)) {
|
|
237
237
|
return value;
|
|
238
238
|
}
|
|
239
|
-
if (
|
|
240
|
-
return
|
|
239
|
+
if (chunkKGWUPXAM_cjs.isObjectSet(value)) {
|
|
240
|
+
return chunkKGWUPXAM_cjs.getWireObjectSet(value);
|
|
241
241
|
}
|
|
242
242
|
if (isInterfaceActionParam(value)) {
|
|
243
243
|
return {
|
|
@@ -257,7 +257,7 @@ async function toDataValue(value, client, actionMetadata) {
|
|
|
257
257
|
|
|
258
258
|
// src/actions/applyAction.ts
|
|
259
259
|
async function applyAction(client, action, parameters, options = {}) {
|
|
260
|
-
const clientWithHeaders =
|
|
260
|
+
const clientWithHeaders = chunkKGWUPXAM_cjs.addUserAgentAndRequestContextHeaders(chunkKGWUPXAM_cjs.augmentRequestContext(client, (_) => ({
|
|
261
261
|
finalMethodCall: "applyAction"
|
|
262
262
|
})), action);
|
|
263
263
|
if (Array.isArray(parameters)) {
|
|
@@ -988,8 +988,8 @@ function get$link(holder) {
|
|
|
988
988
|
[objDef.primaryKeyApiName]: rawObj.$primaryKey
|
|
989
989
|
}).pivotTo(linkName);
|
|
990
990
|
const value = !linkDef.multiplicity ? {
|
|
991
|
-
fetchOne: (options) =>
|
|
992
|
-
fetchOneWithErrors: (options) =>
|
|
991
|
+
fetchOne: (options) => chunkKGWUPXAM_cjs.fetchSingle(client, objDef, options ?? {}, chunkKGWUPXAM_cjs.getWireObjectSet(objectSet)),
|
|
992
|
+
fetchOneWithErrors: (options) => chunkKGWUPXAM_cjs.fetchSingleWithErrors(client, objDef, options ?? {}, chunkKGWUPXAM_cjs.getWireObjectSet(objectSet))
|
|
993
993
|
} : objectSet;
|
|
994
994
|
return [linkName, value];
|
|
995
995
|
})));
|
|
@@ -1005,8 +1005,8 @@ function get$linkForInterface(holder) {
|
|
|
1005
1005
|
[objDef.primaryKeyApiName]: rawObj.$primaryKey
|
|
1006
1006
|
})).pivotTo(linkName);
|
|
1007
1007
|
const value = !linkDef.multiplicity ? {
|
|
1008
|
-
fetchOne: (options) =>
|
|
1009
|
-
fetchOneWithErrors: (options) =>
|
|
1008
|
+
fetchOne: (options) => chunkKGWUPXAM_cjs.fetchSingle(client, objDef, options ?? {}, chunkKGWUPXAM_cjs.getWireObjectSet(objectSet)),
|
|
1009
|
+
fetchOneWithErrors: (options) => chunkKGWUPXAM_cjs.fetchSingleWithErrors(client, objDef, options ?? {}, chunkKGWUPXAM_cjs.getWireObjectSet(objectSet))
|
|
1010
1010
|
} : objectSet;
|
|
1011
1011
|
return [linkName, value];
|
|
1012
1012
|
})));
|
|
@@ -1014,7 +1014,7 @@ function get$linkForInterface(holder) {
|
|
|
1014
1014
|
|
|
1015
1015
|
// src/object/convertWireToOsdkObjects/createOsdkInterface.ts
|
|
1016
1016
|
function createOsdkInterface(underlying, interfaceDef) {
|
|
1017
|
-
const [objApiNamespace] =
|
|
1017
|
+
const [objApiNamespace] = chunkKGWUPXAM_cjs.extractNamespace(interfaceDef.apiName);
|
|
1018
1018
|
return Object.freeze(Object.defineProperties({}, {
|
|
1019
1019
|
// first to minimize hidden classes
|
|
1020
1020
|
[UnderlyingOsdkObject]: {
|
|
@@ -1077,7 +1077,7 @@ function createOsdkInterface(underlying, interfaceDef) {
|
|
|
1077
1077
|
},
|
|
1078
1078
|
...Object.fromEntries(Object.keys(interfaceDef.properties).map((p) => {
|
|
1079
1079
|
const objDef = underlying[ObjectDefRef];
|
|
1080
|
-
const [apiNamespace, apiName] =
|
|
1080
|
+
const [apiNamespace, apiName] = chunkKGWUPXAM_cjs.extractNamespace(p);
|
|
1081
1081
|
const targetPropName = objDef.interfaceMap[interfaceDef.apiName][p];
|
|
1082
1082
|
return [apiNamespace === objApiNamespace ? apiName : p, {
|
|
1083
1083
|
enumerable: targetPropName in underlying,
|
|
@@ -1252,9 +1252,9 @@ function modifyRdpProperties(client, derivedPropertyTypeByName, rawValue, propKe
|
|
|
1252
1252
|
switch (derivedPropertyTypeByName[propKey].selectedOrCollectedPropertyType?.type) {
|
|
1253
1253
|
case "attachment":
|
|
1254
1254
|
if (Array.isArray(rawValue)) {
|
|
1255
|
-
return rawValue.map((a) =>
|
|
1255
|
+
return rawValue.map((a) => chunkKGWUPXAM_cjs.hydrateAttachmentFromRidInternal(client, a.rid));
|
|
1256
1256
|
} else {
|
|
1257
|
-
return
|
|
1257
|
+
return chunkKGWUPXAM_cjs.hydrateAttachmentFromRidInternal(client, rawValue.rid);
|
|
1258
1258
|
}
|
|
1259
1259
|
default:
|
|
1260
1260
|
process.env.NODE_ENV !== "production" ? invariant__default.default(false, "Derived property aggregations for Timeseries and Media are not supported") : invariant__default.default(false) ;
|
|
@@ -1270,9 +1270,9 @@ function createSpecialProperty(client, objectDef, rawObject, p) {
|
|
|
1270
1270
|
}
|
|
1271
1271
|
if (propDef.type === "attachment") {
|
|
1272
1272
|
if (Array.isArray(rawValue)) {
|
|
1273
|
-
return rawValue.map((a) =>
|
|
1273
|
+
return rawValue.map((a) => chunkKGWUPXAM_cjs.hydrateAttachmentFromRidInternal(client, a.rid));
|
|
1274
1274
|
}
|
|
1275
|
-
return
|
|
1275
|
+
return chunkKGWUPXAM_cjs.hydrateAttachmentFromRidInternal(client, rawValue.rid);
|
|
1276
1276
|
}
|
|
1277
1277
|
if (propDef.type === "numericTimeseries" || propDef.type === "stringTimeseries" || propDef.type === "sensorTimeseries") {
|
|
1278
1278
|
return new TimeSeriesPropertyImpl(client, objectDef.apiName, rawObject[objectDef.primaryKeyApiName], p);
|
|
@@ -1605,7 +1605,7 @@ async function loadFullObjectMetadata(client, objectType) {
|
|
|
1605
1605
|
|
|
1606
1606
|
// src/ontology/loadInterfaceMetadata.ts
|
|
1607
1607
|
async function loadInterfaceMetadata(client, objectType) {
|
|
1608
|
-
const r = await
|
|
1608
|
+
const r = await chunkKGWUPXAM_cjs.get(client, await client.ontologyRid, objectType, {
|
|
1609
1609
|
preview: true,
|
|
1610
1610
|
branch: client.branch
|
|
1611
1611
|
});
|
|
@@ -1684,11 +1684,11 @@ var createStandardOntologyProviderFactory = (client) => {
|
|
|
1684
1684
|
};
|
|
1685
1685
|
|
|
1686
1686
|
// src/util/UserAgent.ts
|
|
1687
|
-
var USER_AGENT = `osdk-client/${"2.8.0-beta.
|
|
1688
|
-
var OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.8.0-beta.
|
|
1687
|
+
var USER_AGENT = `osdk-client/${"2.8.0-beta.29"}`;
|
|
1688
|
+
var OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.8.0-beta.29"}`;
|
|
1689
1689
|
|
|
1690
1690
|
// src/createMinimalClient.ts
|
|
1691
|
-
function createMinimalClient(metadata2, baseUrl, tokenProvider, options = {}, fetchFn = global.fetch, objectSetFactory =
|
|
1691
|
+
function createMinimalClient(metadata2, baseUrl, tokenProvider, options = {}, fetchFn = global.fetch, objectSetFactory = chunkKGWUPXAM_cjs.createObjectSet, createOntologyProviderFactory = createStandardOntologyProviderFactory) {
|
|
1692
1692
|
if (process.env.NODE_ENV !== "production") {
|
|
1693
1693
|
try {
|
|
1694
1694
|
new URL(baseUrl);
|
|
@@ -1801,13 +1801,13 @@ async function toDataValueQueries(value, client, desiredType) {
|
|
|
1801
1801
|
switch (desiredType.type) {
|
|
1802
1802
|
case "attachment": {
|
|
1803
1803
|
if (isAttachmentUpload(value)) {
|
|
1804
|
-
const attachment = await
|
|
1804
|
+
const attachment = await chunkKGWUPXAM_cjs.upload(client, value.data, {
|
|
1805
1805
|
filename: value.name
|
|
1806
1806
|
});
|
|
1807
1807
|
return attachment.rid;
|
|
1808
1808
|
}
|
|
1809
1809
|
if (isAttachmentFile(value)) {
|
|
1810
|
-
const attachment = await
|
|
1810
|
+
const attachment = await chunkKGWUPXAM_cjs.upload(client, value, {
|
|
1811
1811
|
filename: value.name
|
|
1812
1812
|
});
|
|
1813
1813
|
return attachment.rid;
|
|
@@ -1863,11 +1863,11 @@ async function toDataValueQueries(value, client, desiredType) {
|
|
|
1863
1863
|
}
|
|
1864
1864
|
case "objectSet":
|
|
1865
1865
|
case "interfaceObjectSet": {
|
|
1866
|
-
if (
|
|
1866
|
+
if (chunkKGWUPXAM_cjs.isWireObjectSet(value)) {
|
|
1867
1867
|
return value;
|
|
1868
1868
|
}
|
|
1869
|
-
if (
|
|
1870
|
-
return
|
|
1869
|
+
if (chunkKGWUPXAM_cjs.isObjectSet(value)) {
|
|
1870
|
+
return chunkKGWUPXAM_cjs.getWireObjectSet(value);
|
|
1871
1871
|
}
|
|
1872
1872
|
break;
|
|
1873
1873
|
}
|
|
@@ -1912,7 +1912,7 @@ async function applyQuery(client, query, params) {
|
|
|
1912
1912
|
if (client.flushEdits != null) {
|
|
1913
1913
|
await client.flushEdits();
|
|
1914
1914
|
}
|
|
1915
|
-
const response = await execute(
|
|
1915
|
+
const response = await execute(chunkKGWUPXAM_cjs.addUserAgentAndRequestContextHeaders(chunkKGWUPXAM_cjs.augmentRequestContext(client, (_) => ({
|
|
1916
1916
|
finalMethodCall: "applyQuery"
|
|
1917
1917
|
})), query), await client.ontologyRid, query.apiName, {
|
|
1918
1918
|
parameters: params ? await remapQueryParams(params, client, (await qd).parameters) : {}
|
|
@@ -1957,7 +1957,7 @@ async function remapQueryResponse(client, responseDataType, responseValue, defin
|
|
|
1957
1957
|
return responseValue;
|
|
1958
1958
|
}
|
|
1959
1959
|
case "attachment": {
|
|
1960
|
-
return
|
|
1960
|
+
return chunkKGWUPXAM_cjs.hydrateAttachmentFromRidInternal(client, responseValue);
|
|
1961
1961
|
}
|
|
1962
1962
|
case "mediaReference": {
|
|
1963
1963
|
return createMediaFromReference(client, responseValue);
|
|
@@ -1982,7 +1982,7 @@ async function remapQueryResponse(client, responseDataType, responseValue, defin
|
|
|
1982
1982
|
throw new Error(`Missing definition for ${responseDataType.objectSet}`);
|
|
1983
1983
|
}
|
|
1984
1984
|
if (typeof responseValue === "string") {
|
|
1985
|
-
return
|
|
1985
|
+
return chunkKGWUPXAM_cjs.createObjectSet(def, client, {
|
|
1986
1986
|
type: "intersect",
|
|
1987
1987
|
objectSets: [{
|
|
1988
1988
|
type: "base",
|
|
@@ -1993,7 +1993,7 @@ async function remapQueryResponse(client, responseDataType, responseValue, defin
|
|
|
1993
1993
|
}]
|
|
1994
1994
|
});
|
|
1995
1995
|
}
|
|
1996
|
-
return
|
|
1996
|
+
return chunkKGWUPXAM_cjs.createObjectSet(def, client, responseValue);
|
|
1997
1997
|
}
|
|
1998
1998
|
case "struct": {
|
|
1999
1999
|
for (const [key, subtype] of Object.entries(responseDataType.struct)) {
|
|
@@ -2008,7 +2008,7 @@ async function remapQueryResponse(client, responseDataType, responseValue, defin
|
|
|
2008
2008
|
!Array.isArray(responseValue) ? process.env.NODE_ENV !== "production" ? invariant__default.default(false, "Expected array entry") : invariant__default.default(false) : void 0;
|
|
2009
2009
|
for (const entry of responseValue) {
|
|
2010
2010
|
!(entry.key != null) ? process.env.NODE_ENV !== "production" ? invariant__default.default(false, "Expected key") : invariant__default.default(false) : void 0;
|
|
2011
|
-
!(entry.value != null) ? process.env.NODE_ENV !== "production" ? invariant__default.default(false, "Expected value") : invariant__default.default(false) : void 0;
|
|
2011
|
+
!(responseDataType.valueType.nullable || entry.value != null) ? process.env.NODE_ENV !== "production" ? invariant__default.default(false, "Expected value") : invariant__default.default(false) : void 0;
|
|
2012
2012
|
const key = responseDataType.keyType.type === "object" ? getObjectSpecifier(entry.key, responseDataType.keyType.object, definitions) : entry.key;
|
|
2013
2013
|
const value = await remapQueryResponse(client, responseDataType.valueType, entry.value, definitions);
|
|
2014
2014
|
map[key] = value;
|
|
@@ -2188,7 +2188,7 @@ function createClientInternal(objectSetFactory, transactionRid, flushEdits, base
|
|
|
2188
2188
|
ontologyRid
|
|
2189
2189
|
}, baseUrl, tokenProvider, {
|
|
2190
2190
|
...options,
|
|
2191
|
-
logger: options?.logger ?? new
|
|
2191
|
+
logger: options?.logger ?? new chunkKGWUPXAM_cjs.MinimalLogger(),
|
|
2192
2192
|
transactionId: transactionRid,
|
|
2193
2193
|
flushEdits,
|
|
2194
2194
|
branch: options?.UNSTABLE_DO_NOT_USE_BRANCH
|
|
@@ -2217,7 +2217,7 @@ function createClientFromContext(clientCtx) {
|
|
|
2217
2217
|
case unstable.__EXPERIMENTAL__NOT_SUPPORTED_YET__fetchOneByRid.name:
|
|
2218
2218
|
return {
|
|
2219
2219
|
fetchOneByRid: async (objectType, rid, options) => {
|
|
2220
|
-
return await
|
|
2220
|
+
return await chunkKGWUPXAM_cjs.fetchSingle(clientCtx, objectType, options, createWithRid([rid]));
|
|
2221
2221
|
}
|
|
2222
2222
|
};
|
|
2223
2223
|
case unstable.__EXPERIMENTAL__NOT_SUPPORTED_YET__createMediaReference.name:
|
|
@@ -2241,10 +2241,10 @@ function createClientFromContext(clientCtx) {
|
|
|
2241
2241
|
case unstable.__EXPERIMENTAL__NOT_SUPPORTED_YET__fetchPageByRid.name:
|
|
2242
2242
|
return {
|
|
2243
2243
|
fetchPageByRid: async (objectOrInterfaceType, rids, options = {}) => {
|
|
2244
|
-
return await
|
|
2244
|
+
return await chunkKGWUPXAM_cjs.fetchPage(clientCtx, objectOrInterfaceType, options, createWithRid(rids));
|
|
2245
2245
|
},
|
|
2246
2246
|
fetchPageByRidNoType: async (rids, options) => {
|
|
2247
|
-
return await
|
|
2247
|
+
return await chunkKGWUPXAM_cjs.fetchStaticRidPage(clientCtx, rids, options ?? {});
|
|
2248
2248
|
}
|
|
2249
2249
|
};
|
|
2250
2250
|
}
|
|
@@ -2262,7 +2262,7 @@ function createClientFromContext(clientCtx) {
|
|
|
2262
2262
|
[symbolClientContext2]: {
|
|
2263
2263
|
value: clientCtx
|
|
2264
2264
|
},
|
|
2265
|
-
[
|
|
2265
|
+
[chunkKGWUPXAM_cjs.additionalContext]: {
|
|
2266
2266
|
value: clientCtx
|
|
2267
2267
|
},
|
|
2268
2268
|
fetchMetadata: {
|
|
@@ -2271,8 +2271,8 @@ function createClientFromContext(clientCtx) {
|
|
|
2271
2271
|
});
|
|
2272
2272
|
return client;
|
|
2273
2273
|
}
|
|
2274
|
-
var createClient = createClientInternal.bind(void 0,
|
|
2275
|
-
var createClientWithTransaction = (transactionRid, flushEdits, ...args) => createClientInternal(
|
|
2274
|
+
var createClient = createClientInternal.bind(void 0, chunkKGWUPXAM_cjs.createObjectSet, void 0, void 0);
|
|
2275
|
+
var createClientWithTransaction = (transactionRid, flushEdits, ...args) => createClientInternal(chunkKGWUPXAM_cjs.createObjectSet, transactionRid, flushEdits, ...args);
|
|
2276
2276
|
function createWithRid(rids) {
|
|
2277
2277
|
const withRid = {
|
|
2278
2278
|
type: "static",
|
|
@@ -2297,5 +2297,5 @@ exports.createOsdkObject = createOsdkObject;
|
|
|
2297
2297
|
exports.extractPrimaryKeyFromObjectSpecifier = extractPrimaryKeyFromObjectSpecifier;
|
|
2298
2298
|
exports.getDefType = getDefType;
|
|
2299
2299
|
exports.isObjectSpecifiersObject = isObjectSpecifiersObject;
|
|
2300
|
-
//# sourceMappingURL=chunk-
|
|
2301
|
-
//# sourceMappingURL=chunk-
|
|
2300
|
+
//# sourceMappingURL=chunk-XYZOCIVH.cjs.map
|
|
2301
|
+
//# sourceMappingURL=chunk-XYZOCIVH.cjs.map
|