@salesforce/lds-worker-api 1.228.1 → 1.230.0
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.
|
@@ -795,4 +795,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
795
795
|
}
|
|
796
796
|
|
|
797
797
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
798
|
-
// version: 1.
|
|
798
|
+
// version: 1.230.0-3f2f215ea
|
|
@@ -3841,7 +3841,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
3841
3841
|
}
|
|
3842
3842
|
return resourceParams;
|
|
3843
3843
|
}
|
|
3844
|
-
// engine version: 0.145.
|
|
3844
|
+
// engine version: 0.145.3-1693bfb7
|
|
3845
3845
|
|
|
3846
3846
|
/**
|
|
3847
3847
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3968,7 +3968,7 @@ function withDefaultLuvio(callback) {
|
|
|
3968
3968
|
}
|
|
3969
3969
|
callbacks.push(callback);
|
|
3970
3970
|
}
|
|
3971
|
-
// version: 1.
|
|
3971
|
+
// version: 1.230.0-3f2f215ea
|
|
3972
3972
|
|
|
3973
3973
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3974
3974
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15429,7 +15429,7 @@ function gql(literals, ...subs) {
|
|
|
15429
15429
|
}
|
|
15430
15430
|
return superResult;
|
|
15431
15431
|
}
|
|
15432
|
-
// version: 1.
|
|
15432
|
+
// version: 1.230.0-3f2f215ea
|
|
15433
15433
|
|
|
15434
15434
|
function unwrap(data) {
|
|
15435
15435
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16352,7 +16352,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16352
16352
|
const { apiFamily, name } = metadata;
|
|
16353
16353
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16354
16354
|
}
|
|
16355
|
-
// version: 1.
|
|
16355
|
+
// version: 1.230.0-3f2f215ea
|
|
16356
16356
|
|
|
16357
16357
|
/**
|
|
16358
16358
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16451,7 +16451,7 @@ var TypeCheckShapes;
|
|
|
16451
16451
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
16452
16452
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
16453
16453
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
16454
|
-
// engine version: 0.145.
|
|
16454
|
+
// engine version: 0.145.3-1693bfb7
|
|
16455
16455
|
|
|
16456
16456
|
const { keys: ObjectKeys$3, create: ObjectCreate$3 } = Object;
|
|
16457
16457
|
|
|
@@ -41152,7 +41152,7 @@ withDefaultLuvio((luvio) => {
|
|
|
41152
41152
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
41153
41153
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
41154
41154
|
});
|
|
41155
|
-
// version: 1.
|
|
41155
|
+
// version: 1.230.0-ccccbe260
|
|
41156
41156
|
|
|
41157
41157
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
41158
41158
|
|
|
@@ -57810,7 +57810,7 @@ register({
|
|
|
57810
57810
|
id: '@salesforce/lds-network-adapter',
|
|
57811
57811
|
instrument: instrument$1,
|
|
57812
57812
|
});
|
|
57813
|
-
// version: 1.
|
|
57813
|
+
// version: 1.230.0-3f2f215ea
|
|
57814
57814
|
|
|
57815
57815
|
const { create: create$2, keys: keys$2 } = Object;
|
|
57816
57816
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -72573,6 +72573,7 @@ function buildSelectionForField$7(source, reader, sel, variables, fragments, isC
|
|
|
72573
72573
|
}
|
|
72574
72574
|
if (fieldData === null) {
|
|
72575
72575
|
reader.assignScalar(requestedFieldName, sink, fieldData);
|
|
72576
|
+
reader.exitPath();
|
|
72576
72577
|
return sink;
|
|
72577
72578
|
}
|
|
72578
72579
|
const fieldType = getFieldType(sel);
|
|
@@ -76256,7 +76257,7 @@ register({
|
|
|
76256
76257
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76257
76258
|
instrument,
|
|
76258
76259
|
});
|
|
76259
|
-
// version: 1.
|
|
76260
|
+
// version: 1.230.0-ccccbe260
|
|
76260
76261
|
|
|
76261
76262
|
// On core the unstable adapters are re-exported with different names,
|
|
76262
76263
|
|
|
@@ -78503,7 +78504,7 @@ withDefaultLuvio((luvio) => {
|
|
|
78503
78504
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
78504
78505
|
graphQLImperative = ldsAdapter;
|
|
78505
78506
|
});
|
|
78506
|
-
// version: 1.
|
|
78507
|
+
// version: 1.230.0-ccccbe260
|
|
78507
78508
|
|
|
78508
78509
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
78509
78510
|
__proto__: null,
|
|
@@ -79217,4 +79218,4 @@ const { luvio } = getRuntime();
|
|
|
79217
79218
|
setDefaultLuvio({ luvio });
|
|
79218
79219
|
|
|
79219
79220
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
79220
|
-
// version: 1.
|
|
79221
|
+
// version: 1.230.0-3f2f215ea
|
|
@@ -3847,7 +3847,7 @@
|
|
|
3847
3847
|
}
|
|
3848
3848
|
return resourceParams;
|
|
3849
3849
|
}
|
|
3850
|
-
// engine version: 0.145.
|
|
3850
|
+
// engine version: 0.145.3-1693bfb7
|
|
3851
3851
|
|
|
3852
3852
|
/**
|
|
3853
3853
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3974,7 +3974,7 @@
|
|
|
3974
3974
|
}
|
|
3975
3975
|
callbacks.push(callback);
|
|
3976
3976
|
}
|
|
3977
|
-
// version: 1.
|
|
3977
|
+
// version: 1.230.0-3f2f215ea
|
|
3978
3978
|
|
|
3979
3979
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3980
3980
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15435,7 +15435,7 @@
|
|
|
15435
15435
|
}
|
|
15436
15436
|
return superResult;
|
|
15437
15437
|
}
|
|
15438
|
-
// version: 1.
|
|
15438
|
+
// version: 1.230.0-3f2f215ea
|
|
15439
15439
|
|
|
15440
15440
|
function unwrap(data) {
|
|
15441
15441
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16358,7 +16358,7 @@
|
|
|
16358
16358
|
const { apiFamily, name } = metadata;
|
|
16359
16359
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16360
16360
|
}
|
|
16361
|
-
// version: 1.
|
|
16361
|
+
// version: 1.230.0-3f2f215ea
|
|
16362
16362
|
|
|
16363
16363
|
/**
|
|
16364
16364
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16457,7 +16457,7 @@
|
|
|
16457
16457
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
16458
16458
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
16459
16459
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
16460
|
-
// engine version: 0.145.
|
|
16460
|
+
// engine version: 0.145.3-1693bfb7
|
|
16461
16461
|
|
|
16462
16462
|
const { keys: ObjectKeys$3, create: ObjectCreate$3 } = Object;
|
|
16463
16463
|
|
|
@@ -41158,7 +41158,7 @@
|
|
|
41158
41158
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
41159
41159
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
41160
41160
|
});
|
|
41161
|
-
// version: 1.
|
|
41161
|
+
// version: 1.230.0-ccccbe260
|
|
41162
41162
|
|
|
41163
41163
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
41164
41164
|
|
|
@@ -57816,7 +57816,7 @@
|
|
|
57816
57816
|
id: '@salesforce/lds-network-adapter',
|
|
57817
57817
|
instrument: instrument$1,
|
|
57818
57818
|
});
|
|
57819
|
-
// version: 1.
|
|
57819
|
+
// version: 1.230.0-3f2f215ea
|
|
57820
57820
|
|
|
57821
57821
|
const { create: create$2, keys: keys$2 } = Object;
|
|
57822
57822
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -72579,6 +72579,7 @@
|
|
|
72579
72579
|
}
|
|
72580
72580
|
if (fieldData === null) {
|
|
72581
72581
|
reader.assignScalar(requestedFieldName, sink, fieldData);
|
|
72582
|
+
reader.exitPath();
|
|
72582
72583
|
return sink;
|
|
72583
72584
|
}
|
|
72584
72585
|
const fieldType = getFieldType(sel);
|
|
@@ -76262,7 +76263,7 @@
|
|
|
76262
76263
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76263
76264
|
instrument,
|
|
76264
76265
|
});
|
|
76265
|
-
// version: 1.
|
|
76266
|
+
// version: 1.230.0-ccccbe260
|
|
76266
76267
|
|
|
76267
76268
|
// On core the unstable adapters are re-exported with different names,
|
|
76268
76269
|
|
|
@@ -78509,7 +78510,7 @@
|
|
|
78509
78510
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
78510
78511
|
graphQLImperative = ldsAdapter;
|
|
78511
78512
|
});
|
|
78512
|
-
// version: 1.
|
|
78513
|
+
// version: 1.230.0-ccccbe260
|
|
78513
78514
|
|
|
78514
78515
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
78515
78516
|
__proto__: null,
|
|
@@ -79240,4 +79241,4 @@
|
|
|
79240
79241
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
79241
79242
|
|
|
79242
79243
|
}));
|
|
79243
|
-
// version: 1.
|
|
79244
|
+
// version: 1.230.0-3f2f215ea
|