@salesforce/lds-worker-api 1.130.10 → 1.131.1
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/dist/sfdc/es/ldsWorkerApi.js +1 -1
- package/dist/standalone/es/lds-worker-api.js +11 -10
- package/dist/standalone/umd/lds-worker-api.js +11 -10
- package/package.json +1 -1
- /package/dist/standalone/es/{standalone-stubs → lds-worker-api/src/standalone-stubs}/o11y.d.ts +0 -0
- /package/dist/standalone/umd/{standalone-stubs → lds-worker-api/src/standalone-stubs}/o11y.d.ts +0 -0
|
@@ -761,4 +761,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
764
|
-
// version: 1.
|
|
764
|
+
// version: 1.131.1-65c57b678
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.
|
|
3779
|
+
// version: 1.131.1-65c57b678
|
|
3780
3780
|
|
|
3781
3781
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3782
3782
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15200,7 +15200,7 @@ function parseAndVisit(source) {
|
|
|
15200
15200
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15201
15201
|
return luvioDocumentNode;
|
|
15202
15202
|
}
|
|
15203
|
-
// version: 1.
|
|
15203
|
+
// version: 1.131.1-65c57b678
|
|
15204
15204
|
|
|
15205
15205
|
function unwrap(data) {
|
|
15206
15206
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16113,7 +16113,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16113
16113
|
const { apiFamily, name } = metadata;
|
|
16114
16114
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16115
16115
|
}
|
|
16116
|
-
// version: 1.
|
|
16116
|
+
// version: 1.131.1-65c57b678
|
|
16117
16117
|
|
|
16118
16118
|
/**
|
|
16119
16119
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16784,7 +16784,7 @@ function deepFreeze$M(input) {
|
|
|
16784
16784
|
}
|
|
16785
16785
|
|
|
16786
16786
|
const TTL$x = 900000;
|
|
16787
|
-
const VERSION$18 = "
|
|
16787
|
+
const VERSION$18 = "8f469cbf563d2ed6b2d3a7b2ee422e1f";
|
|
16788
16788
|
const RepresentationType$Q = 'ListInfoRepresentation';
|
|
16789
16789
|
function keyBuilder$1R(luvio, config) {
|
|
16790
16790
|
return keyPrefix$1 + '::' + RepresentationType$Q + ':' + (config.listViewApiName === null ? '' : config.listViewApiName) + ':' + config.objectApiName + ':' + config.type;
|
|
@@ -16853,7 +16853,8 @@ const select$1C = function ListInfoRepresentationSelect() {
|
|
|
16853
16853
|
{
|
|
16854
16854
|
name: 'objectApiNames',
|
|
16855
16855
|
kind: 'Scalar',
|
|
16856
|
-
plural: true
|
|
16856
|
+
plural: true,
|
|
16857
|
+
required: false
|
|
16857
16858
|
},
|
|
16858
16859
|
{
|
|
16859
16860
|
name: 'orderedByInfo',
|
|
@@ -44412,7 +44413,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44412
44413
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44413
44414
|
});
|
|
44414
44415
|
});
|
|
44415
|
-
// version: 1.
|
|
44416
|
+
// version: 1.131.1-331c55928
|
|
44416
44417
|
|
|
44417
44418
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44418
44419
|
|
|
@@ -60024,7 +60025,7 @@ register({
|
|
|
60024
60025
|
id: '@salesforce/lds-network-adapter',
|
|
60025
60026
|
instrument: instrument$1,
|
|
60026
60027
|
});
|
|
60027
|
-
// version: 1.
|
|
60028
|
+
// version: 1.131.1-65c57b678
|
|
60028
60029
|
|
|
60029
60030
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60030
60031
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74332,7 +74333,7 @@ register({
|
|
|
74332
74333
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74333
74334
|
instrument,
|
|
74334
74335
|
});
|
|
74335
|
-
// version: 1.
|
|
74336
|
+
// version: 1.131.1-331c55928
|
|
74336
74337
|
|
|
74337
74338
|
// On core the unstable adapters are re-exported with different names,
|
|
74338
74339
|
|
|
@@ -76461,7 +76462,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76461
76462
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76462
76463
|
graphQLImperative = ldsAdapter;
|
|
76463
76464
|
});
|
|
76464
|
-
// version: 1.
|
|
76465
|
+
// version: 1.131.1-331c55928
|
|
76465
76466
|
|
|
76466
76467
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76467
76468
|
__proto__: null,
|
|
@@ -77153,4 +77154,4 @@ const { luvio } = getRuntime();
|
|
|
77153
77154
|
setDefaultLuvio({ luvio });
|
|
77154
77155
|
|
|
77155
77156
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
77156
|
-
// version: 1.
|
|
77157
|
+
// version: 1.131.1-65c57b678
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.
|
|
3785
|
+
// version: 1.131.1-65c57b678
|
|
3786
3786
|
|
|
3787
3787
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3788
3788
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15206,7 +15206,7 @@
|
|
|
15206
15206
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15207
15207
|
return luvioDocumentNode;
|
|
15208
15208
|
}
|
|
15209
|
-
// version: 1.
|
|
15209
|
+
// version: 1.131.1-65c57b678
|
|
15210
15210
|
|
|
15211
15211
|
function unwrap(data) {
|
|
15212
15212
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16119,7 +16119,7 @@
|
|
|
16119
16119
|
const { apiFamily, name } = metadata;
|
|
16120
16120
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16121
16121
|
}
|
|
16122
|
-
// version: 1.
|
|
16122
|
+
// version: 1.131.1-65c57b678
|
|
16123
16123
|
|
|
16124
16124
|
/**
|
|
16125
16125
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16790,7 +16790,7 @@
|
|
|
16790
16790
|
}
|
|
16791
16791
|
|
|
16792
16792
|
const TTL$x = 900000;
|
|
16793
|
-
const VERSION$18 = "
|
|
16793
|
+
const VERSION$18 = "8f469cbf563d2ed6b2d3a7b2ee422e1f";
|
|
16794
16794
|
const RepresentationType$Q = 'ListInfoRepresentation';
|
|
16795
16795
|
function keyBuilder$1R(luvio, config) {
|
|
16796
16796
|
return keyPrefix$1 + '::' + RepresentationType$Q + ':' + (config.listViewApiName === null ? '' : config.listViewApiName) + ':' + config.objectApiName + ':' + config.type;
|
|
@@ -16859,7 +16859,8 @@
|
|
|
16859
16859
|
{
|
|
16860
16860
|
name: 'objectApiNames',
|
|
16861
16861
|
kind: 'Scalar',
|
|
16862
|
-
plural: true
|
|
16862
|
+
plural: true,
|
|
16863
|
+
required: false
|
|
16863
16864
|
},
|
|
16864
16865
|
{
|
|
16865
16866
|
name: 'orderedByInfo',
|
|
@@ -44418,7 +44419,7 @@
|
|
|
44418
44419
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44419
44420
|
});
|
|
44420
44421
|
});
|
|
44421
|
-
// version: 1.
|
|
44422
|
+
// version: 1.131.1-331c55928
|
|
44422
44423
|
|
|
44423
44424
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44424
44425
|
|
|
@@ -60030,7 +60031,7 @@
|
|
|
60030
60031
|
id: '@salesforce/lds-network-adapter',
|
|
60031
60032
|
instrument: instrument$1,
|
|
60032
60033
|
});
|
|
60033
|
-
// version: 1.
|
|
60034
|
+
// version: 1.131.1-65c57b678
|
|
60034
60035
|
|
|
60035
60036
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60036
60037
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74338,7 +74339,7 @@
|
|
|
74338
74339
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74339
74340
|
instrument,
|
|
74340
74341
|
});
|
|
74341
|
-
// version: 1.
|
|
74342
|
+
// version: 1.131.1-331c55928
|
|
74342
74343
|
|
|
74343
74344
|
// On core the unstable adapters are re-exported with different names,
|
|
74344
74345
|
|
|
@@ -76467,7 +76468,7 @@
|
|
|
76467
76468
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76468
76469
|
graphQLImperative = ldsAdapter;
|
|
76469
76470
|
});
|
|
76470
|
-
// version: 1.
|
|
76471
|
+
// version: 1.131.1-331c55928
|
|
76471
76472
|
|
|
76472
76473
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76473
76474
|
__proto__: null,
|
|
@@ -77176,4 +77177,4 @@
|
|
|
77176
77177
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77177
77178
|
|
|
77178
77179
|
}));
|
|
77179
|
-
// version: 1.
|
|
77180
|
+
// version: 1.131.1-65c57b678
|
package/package.json
CHANGED
/package/dist/standalone/es/{standalone-stubs → lds-worker-api/src/standalone-stubs}/o11y.d.ts
RENAMED
|
File without changes
|
/package/dist/standalone/umd/{standalone-stubs → lds-worker-api/src/standalone-stubs}/o11y.d.ts
RENAMED
|
File without changes
|