@salesforce/lds-worker-api 1.229.0 → 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
|
|
@@ -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.,
|
|
@@ -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;
|
|
@@ -76257,7 +76257,7 @@ register({
|
|
|
76257
76257
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76258
76258
|
instrument,
|
|
76259
76259
|
});
|
|
76260
|
-
// version: 1.
|
|
76260
|
+
// version: 1.230.0-ccccbe260
|
|
76261
76261
|
|
|
76262
76262
|
// On core the unstable adapters are re-exported with different names,
|
|
76263
76263
|
|
|
@@ -78504,7 +78504,7 @@ withDefaultLuvio((luvio) => {
|
|
|
78504
78504
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
78505
78505
|
graphQLImperative = ldsAdapter;
|
|
78506
78506
|
});
|
|
78507
|
-
// version: 1.
|
|
78507
|
+
// version: 1.230.0-ccccbe260
|
|
78508
78508
|
|
|
78509
78509
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
78510
78510
|
__proto__: null,
|
|
@@ -79218,4 +79218,4 @@ const { luvio } = getRuntime();
|
|
|
79218
79218
|
setDefaultLuvio({ luvio });
|
|
79219
79219
|
|
|
79220
79220
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
79221
|
-
// version: 1.
|
|
79221
|
+
// version: 1.230.0-3f2f215ea
|
|
@@ -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.,
|
|
@@ -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;
|
|
@@ -76263,7 +76263,7 @@
|
|
|
76263
76263
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76264
76264
|
instrument,
|
|
76265
76265
|
});
|
|
76266
|
-
// version: 1.
|
|
76266
|
+
// version: 1.230.0-ccccbe260
|
|
76267
76267
|
|
|
76268
76268
|
// On core the unstable adapters are re-exported with different names,
|
|
76269
76269
|
|
|
@@ -78510,7 +78510,7 @@
|
|
|
78510
78510
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
78511
78511
|
graphQLImperative = ldsAdapter;
|
|
78512
78512
|
});
|
|
78513
|
-
// version: 1.
|
|
78513
|
+
// version: 1.230.0-ccccbe260
|
|
78514
78514
|
|
|
78515
78515
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
78516
78516
|
__proto__: null,
|
|
@@ -79241,4 +79241,4 @@
|
|
|
79241
79241
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
79242
79242
|
|
|
79243
79243
|
}));
|
|
79244
|
-
// version: 1.
|
|
79244
|
+
// version: 1.230.0-3f2f215ea
|