@salesforce/lds-worker-api 1.404.0-dev8 → 1.404.0-dev9
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.
|
@@ -1371,4 +1371,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
1373
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1374
|
-
// version: 1.404.0-
|
|
1374
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.404.0-
|
|
4277
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
4278
4278
|
|
|
4279
4279
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4280
4280
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5318,7 +5318,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5318
5318
|
const { apiFamily, name } = metadata;
|
|
5319
5319
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5320
5320
|
}
|
|
5321
|
-
// version: 1.404.0-
|
|
5321
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
5322
5322
|
|
|
5323
5323
|
/**
|
|
5324
5324
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -25678,6 +25678,18 @@ function typeCheckConfig$u(untrustedConfig) {
|
|
|
25678
25678
|
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop;
|
|
25679
25679
|
}
|
|
25680
25680
|
}
|
|
25681
|
+
if (ArrayIsArray$1$1(untrustedConfig_fields_prop)) {
|
|
25682
|
+
const untrustedConfig_fields_prop_array = [];
|
|
25683
|
+
for (let i = 0, arrayLength = untrustedConfig_fields_prop.length; i < arrayLength; i++) {
|
|
25684
|
+
const untrustedConfig_fields_prop_item = untrustedConfig_fields_prop[i];
|
|
25685
|
+
if (typeof untrustedConfig_fields_prop_item === 'string') {
|
|
25686
|
+
untrustedConfig_fields_prop_array.push(untrustedConfig_fields_prop_item);
|
|
25687
|
+
}
|
|
25688
|
+
}
|
|
25689
|
+
if (untrustedConfig_fields_object !== undefined) {
|
|
25690
|
+
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop_array;
|
|
25691
|
+
}
|
|
25692
|
+
}
|
|
25681
25693
|
}
|
|
25682
25694
|
if (untrustedConfig_fields_object !== undefined && Object.keys(untrustedConfig_fields_object).length >= 0) {
|
|
25683
25695
|
config.fields = untrustedConfig_fields_object;
|
|
@@ -32183,12 +32195,29 @@ function validate$7$1(obj, path = 'RecordInputRepresentation') {
|
|
|
32183
32195
|
if (obj_fields_prop_union3_error != null) {
|
|
32184
32196
|
obj_fields_prop_union3 = obj_fields_prop_union3_error.message;
|
|
32185
32197
|
}
|
|
32186
|
-
|
|
32198
|
+
let obj_fields_prop_union4 = null;
|
|
32199
|
+
const obj_fields_prop_union4_error = (() => {
|
|
32200
|
+
if (!ArrayIsArray$3(obj_fields_prop)) {
|
|
32201
|
+
return new TypeError('Expected "array" but received "' + typeof obj_fields_prop + '" (at "' + path_fields_prop + '")');
|
|
32202
|
+
}
|
|
32203
|
+
for (let i = 0; i < obj_fields_prop.length; i++) {
|
|
32204
|
+
const obj_fields_prop_item = obj_fields_prop[i];
|
|
32205
|
+
const path_fields_prop_item = path_fields_prop + '[' + i + ']';
|
|
32206
|
+
if (typeof obj_fields_prop_item !== 'string') {
|
|
32207
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fields_prop_item + '" (at "' + path_fields_prop_item + '")');
|
|
32208
|
+
}
|
|
32209
|
+
}
|
|
32210
|
+
})();
|
|
32211
|
+
if (obj_fields_prop_union4_error != null) {
|
|
32212
|
+
obj_fields_prop_union4 = obj_fields_prop_union4_error.message;
|
|
32213
|
+
}
|
|
32214
|
+
if (obj_fields_prop_union0 && obj_fields_prop_union1 && obj_fields_prop_union2 && obj_fields_prop_union3 && obj_fields_prop_union4) {
|
|
32187
32215
|
let message = 'Object doesn\'t match union (at "' + path_fields_prop + '")';
|
|
32188
32216
|
message += '\n' + obj_fields_prop_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
32189
32217
|
message += '\n' + obj_fields_prop_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
32190
32218
|
message += '\n' + obj_fields_prop_union2.split('\n').map((line) => '\t' + line).join('\n');
|
|
32191
32219
|
message += '\n' + obj_fields_prop_union3.split('\n').map((line) => '\t' + line).join('\n');
|
|
32220
|
+
message += '\n' + obj_fields_prop_union4.split('\n').map((line) => '\t' + line).join('\n');
|
|
32192
32221
|
return new TypeError(message);
|
|
32193
32222
|
}
|
|
32194
32223
|
}
|
|
@@ -34340,6 +34369,18 @@ function typeCheckConfig$4$1(untrustedConfig) {
|
|
|
34340
34369
|
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop;
|
|
34341
34370
|
}
|
|
34342
34371
|
}
|
|
34372
|
+
if (ArrayIsArray$1$1(untrustedConfig_fields_prop)) {
|
|
34373
|
+
const untrustedConfig_fields_prop_array = [];
|
|
34374
|
+
for (let i = 0, arrayLength = untrustedConfig_fields_prop.length; i < arrayLength; i++) {
|
|
34375
|
+
const untrustedConfig_fields_prop_item = untrustedConfig_fields_prop[i];
|
|
34376
|
+
if (typeof untrustedConfig_fields_prop_item === 'string') {
|
|
34377
|
+
untrustedConfig_fields_prop_array.push(untrustedConfig_fields_prop_item);
|
|
34378
|
+
}
|
|
34379
|
+
}
|
|
34380
|
+
if (untrustedConfig_fields_object !== undefined) {
|
|
34381
|
+
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop_array;
|
|
34382
|
+
}
|
|
34383
|
+
}
|
|
34343
34384
|
}
|
|
34344
34385
|
if (untrustedConfig_fields_object !== undefined && Object.keys(untrustedConfig_fields_object).length >= 0) {
|
|
34345
34386
|
config.fields = untrustedConfig_fields_object;
|
|
@@ -35432,7 +35473,7 @@ withDefaultLuvio((luvio) => {
|
|
|
35432
35473
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
35433
35474
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
35434
35475
|
});
|
|
35435
|
-
// version: 1.404.0-
|
|
35476
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
35436
35477
|
|
|
35437
35478
|
var allowUpdatesForNonCachedRecords = {
|
|
35438
35479
|
isOpen: function (e) {
|
|
@@ -61424,10 +61465,36 @@ function validate$7(obj, path = 'RecordInputRepresentation') {
|
|
|
61424
61465
|
if (obj_fields_prop_union3_error != null) {
|
|
61425
61466
|
obj_fields_prop_union3 = obj_fields_prop_union3_error.message;
|
|
61426
61467
|
}
|
|
61468
|
+
let obj_fields_prop_union4 = null;
|
|
61469
|
+
const obj_fields_prop_union4_error = (() => {
|
|
61470
|
+
if (!ArrayIsArray$2(obj_fields_prop)) {
|
|
61471
|
+
return new TypeError('Expected "array" but received "' +
|
|
61472
|
+
typeof obj_fields_prop +
|
|
61473
|
+
'" (at "' +
|
|
61474
|
+
path_fields_prop +
|
|
61475
|
+
'")');
|
|
61476
|
+
}
|
|
61477
|
+
for (let j = 0; j < obj_fields_prop.length; j++) {
|
|
61478
|
+
const obj_fields_prop_item = obj_fields_prop[j];
|
|
61479
|
+
const path_fields_prop_item = path_fields_prop + '[' + j + ']';
|
|
61480
|
+
if (typeof obj_fields_prop_item !== 'string') {
|
|
61481
|
+
return new TypeError('Expected "string" but received "' +
|
|
61482
|
+
typeof obj_fields_prop_item +
|
|
61483
|
+
'" (at "' +
|
|
61484
|
+
path_fields_prop_item +
|
|
61485
|
+
'")');
|
|
61486
|
+
}
|
|
61487
|
+
}
|
|
61488
|
+
})();
|
|
61489
|
+
// eslint-disable-next-line eqeqeq
|
|
61490
|
+
if (obj_fields_prop_union4_error != null) {
|
|
61491
|
+
obj_fields_prop_union4 = obj_fields_prop_union4_error.message;
|
|
61492
|
+
}
|
|
61427
61493
|
if (obj_fields_prop_union0 &&
|
|
61428
61494
|
obj_fields_prop_union1 &&
|
|
61429
61495
|
obj_fields_prop_union2 &&
|
|
61430
|
-
obj_fields_prop_union3
|
|
61496
|
+
obj_fields_prop_union3 &&
|
|
61497
|
+
obj_fields_prop_union4) {
|
|
61431
61498
|
let message = 'Object doesn\'t match union (at "' + path_fields_prop + '")';
|
|
61432
61499
|
message +=
|
|
61433
61500
|
'\n' +
|
|
@@ -61453,6 +61520,12 @@ function validate$7(obj, path = 'RecordInputRepresentation') {
|
|
|
61453
61520
|
.split('\n')
|
|
61454
61521
|
.map((line) => '\t' + line)
|
|
61455
61522
|
.join('\n');
|
|
61523
|
+
message +=
|
|
61524
|
+
'\n' +
|
|
61525
|
+
obj_fields_prop_union4
|
|
61526
|
+
.split('\n')
|
|
61527
|
+
.map((line) => '\t' + line)
|
|
61528
|
+
.join('\n');
|
|
61456
61529
|
return new TypeError(message);
|
|
61457
61530
|
}
|
|
61458
61531
|
}
|
|
@@ -98557,7 +98630,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
98557
98630
|
},
|
|
98558
98631
|
};
|
|
98559
98632
|
}
|
|
98560
|
-
// version: 1.404.0-
|
|
98633
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
98561
98634
|
|
|
98562
98635
|
/**
|
|
98563
98636
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98583,7 +98656,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
98583
98656
|
},
|
|
98584
98657
|
};
|
|
98585
98658
|
}
|
|
98586
|
-
// version: 1.404.0-
|
|
98659
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
98587
98660
|
|
|
98588
98661
|
/*!
|
|
98589
98662
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -101168,7 +101241,7 @@ register$1({
|
|
|
101168
101241
|
id: '@salesforce/lds-network-adapter',
|
|
101169
101242
|
instrument: instrument$2,
|
|
101170
101243
|
});
|
|
101171
|
-
// version: 1.404.0-
|
|
101244
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
101172
101245
|
|
|
101173
101246
|
const { create: create$3, keys: keys$3 } = Object;
|
|
101174
101247
|
const { stringify, parse } = JSON;
|
|
@@ -114981,7 +115054,7 @@ function registerCallback(cb) {
|
|
|
114981
115054
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
114982
115055
|
}
|
|
114983
115056
|
}
|
|
114984
|
-
// version: 1.404.0-
|
|
115057
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
114985
115058
|
|
|
114986
115059
|
function createFragmentMap(documentNode) {
|
|
114987
115060
|
const fragments = {};
|
|
@@ -144206,7 +144279,7 @@ register$1({
|
|
|
144206
144279
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
144207
144280
|
instrument: instrument$1,
|
|
144208
144281
|
});
|
|
144209
|
-
// version: 1.404.0-
|
|
144282
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
144210
144283
|
|
|
144211
144284
|
// On core the unstable adapters are re-exported with different names,
|
|
144212
144285
|
// we want to match them here.
|
|
@@ -144358,7 +144431,7 @@ withDefaultLuvio((luvio) => {
|
|
|
144358
144431
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
144359
144432
|
graphQLImperative = ldsAdapter;
|
|
144360
144433
|
});
|
|
144361
|
-
// version: 1.404.0-
|
|
144434
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
144362
144435
|
|
|
144363
144436
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
144364
144437
|
__proto__: null,
|
|
@@ -145157,7 +145230,7 @@ const callbacks$1 = [];
|
|
|
145157
145230
|
function register(r) {
|
|
145158
145231
|
callbacks$1.forEach((callback) => callback(r));
|
|
145159
145232
|
}
|
|
145160
|
-
// version: 1.404.0-
|
|
145233
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
145161
145234
|
|
|
145162
145235
|
/**
|
|
145163
145236
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -146473,4 +146546,4 @@ const { luvio } = getRuntime();
|
|
|
146473
146546
|
setDefaultLuvio({ luvio });
|
|
146474
146547
|
|
|
146475
146548
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
146476
|
-
// version: 1.404.0-
|
|
146549
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
callbacks.push(callback);
|
|
4282
4282
|
}
|
|
4283
|
-
// version: 1.404.0-
|
|
4283
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
4284
4284
|
|
|
4285
4285
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4286
4286
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5324,7 +5324,7 @@
|
|
|
5324
5324
|
const { apiFamily, name } = metadata;
|
|
5325
5325
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5326
5326
|
}
|
|
5327
|
-
// version: 1.404.0-
|
|
5327
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
5328
5328
|
|
|
5329
5329
|
/**
|
|
5330
5330
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -25684,6 +25684,18 @@
|
|
|
25684
25684
|
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop;
|
|
25685
25685
|
}
|
|
25686
25686
|
}
|
|
25687
|
+
if (ArrayIsArray$1$1(untrustedConfig_fields_prop)) {
|
|
25688
|
+
const untrustedConfig_fields_prop_array = [];
|
|
25689
|
+
for (let i = 0, arrayLength = untrustedConfig_fields_prop.length; i < arrayLength; i++) {
|
|
25690
|
+
const untrustedConfig_fields_prop_item = untrustedConfig_fields_prop[i];
|
|
25691
|
+
if (typeof untrustedConfig_fields_prop_item === 'string') {
|
|
25692
|
+
untrustedConfig_fields_prop_array.push(untrustedConfig_fields_prop_item);
|
|
25693
|
+
}
|
|
25694
|
+
}
|
|
25695
|
+
if (untrustedConfig_fields_object !== undefined) {
|
|
25696
|
+
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop_array;
|
|
25697
|
+
}
|
|
25698
|
+
}
|
|
25687
25699
|
}
|
|
25688
25700
|
if (untrustedConfig_fields_object !== undefined && Object.keys(untrustedConfig_fields_object).length >= 0) {
|
|
25689
25701
|
config.fields = untrustedConfig_fields_object;
|
|
@@ -32189,12 +32201,29 @@
|
|
|
32189
32201
|
if (obj_fields_prop_union3_error != null) {
|
|
32190
32202
|
obj_fields_prop_union3 = obj_fields_prop_union3_error.message;
|
|
32191
32203
|
}
|
|
32192
|
-
|
|
32204
|
+
let obj_fields_prop_union4 = null;
|
|
32205
|
+
const obj_fields_prop_union4_error = (() => {
|
|
32206
|
+
if (!ArrayIsArray$3(obj_fields_prop)) {
|
|
32207
|
+
return new TypeError('Expected "array" but received "' + typeof obj_fields_prop + '" (at "' + path_fields_prop + '")');
|
|
32208
|
+
}
|
|
32209
|
+
for (let i = 0; i < obj_fields_prop.length; i++) {
|
|
32210
|
+
const obj_fields_prop_item = obj_fields_prop[i];
|
|
32211
|
+
const path_fields_prop_item = path_fields_prop + '[' + i + ']';
|
|
32212
|
+
if (typeof obj_fields_prop_item !== 'string') {
|
|
32213
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fields_prop_item + '" (at "' + path_fields_prop_item + '")');
|
|
32214
|
+
}
|
|
32215
|
+
}
|
|
32216
|
+
})();
|
|
32217
|
+
if (obj_fields_prop_union4_error != null) {
|
|
32218
|
+
obj_fields_prop_union4 = obj_fields_prop_union4_error.message;
|
|
32219
|
+
}
|
|
32220
|
+
if (obj_fields_prop_union0 && obj_fields_prop_union1 && obj_fields_prop_union2 && obj_fields_prop_union3 && obj_fields_prop_union4) {
|
|
32193
32221
|
let message = 'Object doesn\'t match union (at "' + path_fields_prop + '")';
|
|
32194
32222
|
message += '\n' + obj_fields_prop_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
32195
32223
|
message += '\n' + obj_fields_prop_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
32196
32224
|
message += '\n' + obj_fields_prop_union2.split('\n').map((line) => '\t' + line).join('\n');
|
|
32197
32225
|
message += '\n' + obj_fields_prop_union3.split('\n').map((line) => '\t' + line).join('\n');
|
|
32226
|
+
message += '\n' + obj_fields_prop_union4.split('\n').map((line) => '\t' + line).join('\n');
|
|
32198
32227
|
return new TypeError(message);
|
|
32199
32228
|
}
|
|
32200
32229
|
}
|
|
@@ -34346,6 +34375,18 @@
|
|
|
34346
34375
|
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop;
|
|
34347
34376
|
}
|
|
34348
34377
|
}
|
|
34378
|
+
if (ArrayIsArray$1$1(untrustedConfig_fields_prop)) {
|
|
34379
|
+
const untrustedConfig_fields_prop_array = [];
|
|
34380
|
+
for (let i = 0, arrayLength = untrustedConfig_fields_prop.length; i < arrayLength; i++) {
|
|
34381
|
+
const untrustedConfig_fields_prop_item = untrustedConfig_fields_prop[i];
|
|
34382
|
+
if (typeof untrustedConfig_fields_prop_item === 'string') {
|
|
34383
|
+
untrustedConfig_fields_prop_array.push(untrustedConfig_fields_prop_item);
|
|
34384
|
+
}
|
|
34385
|
+
}
|
|
34386
|
+
if (untrustedConfig_fields_object !== undefined) {
|
|
34387
|
+
untrustedConfig_fields_object[key] = untrustedConfig_fields_prop_array;
|
|
34388
|
+
}
|
|
34389
|
+
}
|
|
34349
34390
|
}
|
|
34350
34391
|
if (untrustedConfig_fields_object !== undefined && Object.keys(untrustedConfig_fields_object).length >= 0) {
|
|
34351
34392
|
config.fields = untrustedConfig_fields_object;
|
|
@@ -35438,7 +35479,7 @@
|
|
|
35438
35479
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
35439
35480
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
35440
35481
|
});
|
|
35441
|
-
// version: 1.404.0-
|
|
35482
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
35442
35483
|
|
|
35443
35484
|
var allowUpdatesForNonCachedRecords = {
|
|
35444
35485
|
isOpen: function (e) {
|
|
@@ -61430,10 +61471,36 @@
|
|
|
61430
61471
|
if (obj_fields_prop_union3_error != null) {
|
|
61431
61472
|
obj_fields_prop_union3 = obj_fields_prop_union3_error.message;
|
|
61432
61473
|
}
|
|
61474
|
+
let obj_fields_prop_union4 = null;
|
|
61475
|
+
const obj_fields_prop_union4_error = (() => {
|
|
61476
|
+
if (!ArrayIsArray$2(obj_fields_prop)) {
|
|
61477
|
+
return new TypeError('Expected "array" but received "' +
|
|
61478
|
+
typeof obj_fields_prop +
|
|
61479
|
+
'" (at "' +
|
|
61480
|
+
path_fields_prop +
|
|
61481
|
+
'")');
|
|
61482
|
+
}
|
|
61483
|
+
for (let j = 0; j < obj_fields_prop.length; j++) {
|
|
61484
|
+
const obj_fields_prop_item = obj_fields_prop[j];
|
|
61485
|
+
const path_fields_prop_item = path_fields_prop + '[' + j + ']';
|
|
61486
|
+
if (typeof obj_fields_prop_item !== 'string') {
|
|
61487
|
+
return new TypeError('Expected "string" but received "' +
|
|
61488
|
+
typeof obj_fields_prop_item +
|
|
61489
|
+
'" (at "' +
|
|
61490
|
+
path_fields_prop_item +
|
|
61491
|
+
'")');
|
|
61492
|
+
}
|
|
61493
|
+
}
|
|
61494
|
+
})();
|
|
61495
|
+
// eslint-disable-next-line eqeqeq
|
|
61496
|
+
if (obj_fields_prop_union4_error != null) {
|
|
61497
|
+
obj_fields_prop_union4 = obj_fields_prop_union4_error.message;
|
|
61498
|
+
}
|
|
61433
61499
|
if (obj_fields_prop_union0 &&
|
|
61434
61500
|
obj_fields_prop_union1 &&
|
|
61435
61501
|
obj_fields_prop_union2 &&
|
|
61436
|
-
obj_fields_prop_union3
|
|
61502
|
+
obj_fields_prop_union3 &&
|
|
61503
|
+
obj_fields_prop_union4) {
|
|
61437
61504
|
let message = 'Object doesn\'t match union (at "' + path_fields_prop + '")';
|
|
61438
61505
|
message +=
|
|
61439
61506
|
'\n' +
|
|
@@ -61459,6 +61526,12 @@
|
|
|
61459
61526
|
.split('\n')
|
|
61460
61527
|
.map((line) => '\t' + line)
|
|
61461
61528
|
.join('\n');
|
|
61529
|
+
message +=
|
|
61530
|
+
'\n' +
|
|
61531
|
+
obj_fields_prop_union4
|
|
61532
|
+
.split('\n')
|
|
61533
|
+
.map((line) => '\t' + line)
|
|
61534
|
+
.join('\n');
|
|
61462
61535
|
return new TypeError(message);
|
|
61463
61536
|
}
|
|
61464
61537
|
}
|
|
@@ -98563,7 +98636,7 @@
|
|
|
98563
98636
|
},
|
|
98564
98637
|
};
|
|
98565
98638
|
}
|
|
98566
|
-
// version: 1.404.0-
|
|
98639
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
98567
98640
|
|
|
98568
98641
|
/**
|
|
98569
98642
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98589,7 +98662,7 @@
|
|
|
98589
98662
|
},
|
|
98590
98663
|
};
|
|
98591
98664
|
}
|
|
98592
|
-
// version: 1.404.0-
|
|
98665
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
98593
98666
|
|
|
98594
98667
|
/*!
|
|
98595
98668
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -101174,7 +101247,7 @@
|
|
|
101174
101247
|
id: '@salesforce/lds-network-adapter',
|
|
101175
101248
|
instrument: instrument$2,
|
|
101176
101249
|
});
|
|
101177
|
-
// version: 1.404.0-
|
|
101250
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
101178
101251
|
|
|
101179
101252
|
const { create: create$3, keys: keys$3 } = Object;
|
|
101180
101253
|
const { stringify, parse } = JSON;
|
|
@@ -114987,7 +115060,7 @@ keys: keys$2,
|
|
|
114987
115060
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
114988
115061
|
}
|
|
114989
115062
|
}
|
|
114990
|
-
// version: 1.404.0-
|
|
115063
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
114991
115064
|
|
|
114992
115065
|
function createFragmentMap(documentNode) {
|
|
114993
115066
|
const fragments = {};
|
|
@@ -144212,7 +144285,7 @@ keys: keys$2,
|
|
|
144212
144285
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
144213
144286
|
instrument: instrument$1,
|
|
144214
144287
|
});
|
|
144215
|
-
// version: 1.404.0-
|
|
144288
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
144216
144289
|
|
|
144217
144290
|
// On core the unstable adapters are re-exported with different names,
|
|
144218
144291
|
// we want to match them here.
|
|
@@ -144364,7 +144437,7 @@ keys: keys$2,
|
|
|
144364
144437
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
144365
144438
|
graphQLImperative = ldsAdapter;
|
|
144366
144439
|
});
|
|
144367
|
-
// version: 1.404.0-
|
|
144440
|
+
// version: 1.404.0-dev9-2a4f3180c5
|
|
144368
144441
|
|
|
144369
144442
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
144370
144443
|
__proto__: null,
|
|
@@ -145163,7 +145236,7 @@ keys: keys$2,
|
|
|
145163
145236
|
function register(r) {
|
|
145164
145237
|
callbacks$1.forEach((callback) => callback(r));
|
|
145165
145238
|
}
|
|
145166
|
-
// version: 1.404.0-
|
|
145239
|
+
// version: 1.404.0-dev9-0713cc66e9
|
|
145167
145240
|
|
|
145168
145241
|
/**
|
|
145169
145242
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -146500,4 +146573,4 @@ keys: keys$2,
|
|
|
146500
146573
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
146501
146574
|
|
|
146502
146575
|
}));
|
|
146503
|
-
// version: 1.404.0-
|
|
146576
|
+
// version: 1.404.0-dev9-0713cc66e9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.404.0-
|
|
3
|
+
"version": "1.404.0-dev9",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
|
|
38
|
-
"@salesforce/lds-adapters-graphql": "^1.404.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.404.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.404.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.404.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.404.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.404.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.404.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.404.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.404.0-dev9",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.404.0-dev9",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.404.0-dev9",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.404.0-dev9",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.404.0-dev9",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.404.0-dev9",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.404.0-dev9",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.404.0-dev9",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|