@salesforce/lds-worker-api 1.147.1 → 1.147.2
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.
|
@@ -770,4 +770,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
770
770
|
}
|
|
771
771
|
|
|
772
772
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
773
|
-
// version: 1.147.
|
|
773
|
+
// version: 1.147.2-2b0ae2d38
|
|
@@ -3801,7 +3801,7 @@ function withDefaultLuvio(callback) {
|
|
|
3801
3801
|
}
|
|
3802
3802
|
callbacks.push(callback);
|
|
3803
3803
|
}
|
|
3804
|
-
// version: 1.147.
|
|
3804
|
+
// version: 1.147.2-2b0ae2d38
|
|
3805
3805
|
|
|
3806
3806
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3807
3807
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15225,7 +15225,7 @@ function parseAndVisit(source) {
|
|
|
15225
15225
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15226
15226
|
return luvioDocumentNode;
|
|
15227
15227
|
}
|
|
15228
|
-
// version: 1.147.
|
|
15228
|
+
// version: 1.147.2-2b0ae2d38
|
|
15229
15229
|
|
|
15230
15230
|
function unwrap(data) {
|
|
15231
15231
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16138,7 +16138,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16138
16138
|
const { apiFamily, name } = metadata;
|
|
16139
16139
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16140
16140
|
}
|
|
16141
|
-
// version: 1.147.
|
|
16141
|
+
// version: 1.147.2-2b0ae2d38
|
|
16142
16142
|
|
|
16143
16143
|
/**
|
|
16144
16144
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16788,7 +16788,7 @@ const select$1F = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
16788
16788
|
};
|
|
16789
16789
|
};
|
|
16790
16790
|
|
|
16791
|
-
const VERSION$1a$1 = "
|
|
16791
|
+
const VERSION$1a$1 = "a51de242c746e5500a833e84dfaa2170";
|
|
16792
16792
|
const select$1E = function ListScopeRepresentationSelect() {
|
|
16793
16793
|
const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$1G();
|
|
16794
16794
|
const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$1F();
|
|
@@ -16804,6 +16804,7 @@ const select$1E = function ListScopeRepresentationSelect() {
|
|
|
16804
16804
|
{
|
|
16805
16805
|
name: 'entity',
|
|
16806
16806
|
kind: 'Object',
|
|
16807
|
+
nullable: true,
|
|
16807
16808
|
selections: ListScopeEntityRepresentation__selections
|
|
16808
16809
|
},
|
|
16809
16810
|
{
|
|
@@ -16813,6 +16814,7 @@ const select$1E = function ListScopeRepresentationSelect() {
|
|
|
16813
16814
|
{
|
|
16814
16815
|
name: 'relatedEntity',
|
|
16815
16816
|
kind: 'Object',
|
|
16817
|
+
nullable: true,
|
|
16816
16818
|
selections: ListScopeRelatedEntityRepresentation__selections
|
|
16817
16819
|
}
|
|
16818
16820
|
]
|
|
@@ -43999,7 +44001,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43999
44001
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44000
44002
|
});
|
|
44001
44003
|
});
|
|
44002
|
-
// version: 1.147.
|
|
44004
|
+
// version: 1.147.2-be9827ebc
|
|
44003
44005
|
|
|
44004
44006
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44005
44007
|
|
|
@@ -59570,7 +59572,7 @@ register({
|
|
|
59570
59572
|
id: '@salesforce/lds-network-adapter',
|
|
59571
59573
|
instrument: instrument$1,
|
|
59572
59574
|
});
|
|
59573
|
-
// version: 1.147.
|
|
59575
|
+
// version: 1.147.2-2b0ae2d38
|
|
59574
59576
|
|
|
59575
59577
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59576
59578
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80415,7 +80417,7 @@ register({
|
|
|
80415
80417
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80416
80418
|
instrument,
|
|
80417
80419
|
});
|
|
80418
|
-
// version: 1.147.
|
|
80420
|
+
// version: 1.147.2-be9827ebc
|
|
80419
80421
|
|
|
80420
80422
|
// On core the unstable adapters are re-exported with different names,
|
|
80421
80423
|
|
|
@@ -82653,7 +82655,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82653
82655
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82654
82656
|
graphQLImperative = ldsAdapter;
|
|
82655
82657
|
});
|
|
82656
|
-
// version: 1.147.
|
|
82658
|
+
// version: 1.147.2-be9827ebc
|
|
82657
82659
|
|
|
82658
82660
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82659
82661
|
__proto__: null,
|
|
@@ -83342,4 +83344,4 @@ const { luvio } = getRuntime();
|
|
|
83342
83344
|
setDefaultLuvio({ luvio });
|
|
83343
83345
|
|
|
83344
83346
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
83345
|
-
// version: 1.147.
|
|
83347
|
+
// version: 1.147.2-2b0ae2d38
|
|
@@ -3809,7 +3809,7 @@
|
|
|
3809
3809
|
}
|
|
3810
3810
|
callbacks.push(callback);
|
|
3811
3811
|
}
|
|
3812
|
-
// version: 1.147.
|
|
3812
|
+
// version: 1.147.2-2b0ae2d38
|
|
3813
3813
|
|
|
3814
3814
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3815
3815
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15233,7 +15233,7 @@
|
|
|
15233
15233
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15234
15234
|
return luvioDocumentNode;
|
|
15235
15235
|
}
|
|
15236
|
-
// version: 1.147.
|
|
15236
|
+
// version: 1.147.2-2b0ae2d38
|
|
15237
15237
|
|
|
15238
15238
|
function unwrap(data) {
|
|
15239
15239
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16146,7 +16146,7 @@
|
|
|
16146
16146
|
const { apiFamily, name } = metadata;
|
|
16147
16147
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16148
16148
|
}
|
|
16149
|
-
// version: 1.147.
|
|
16149
|
+
// version: 1.147.2-2b0ae2d38
|
|
16150
16150
|
|
|
16151
16151
|
/**
|
|
16152
16152
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16796,7 +16796,7 @@
|
|
|
16796
16796
|
};
|
|
16797
16797
|
};
|
|
16798
16798
|
|
|
16799
|
-
const VERSION$1a$1 = "
|
|
16799
|
+
const VERSION$1a$1 = "a51de242c746e5500a833e84dfaa2170";
|
|
16800
16800
|
const select$1E = function ListScopeRepresentationSelect() {
|
|
16801
16801
|
const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$1G();
|
|
16802
16802
|
const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$1F();
|
|
@@ -16812,6 +16812,7 @@
|
|
|
16812
16812
|
{
|
|
16813
16813
|
name: 'entity',
|
|
16814
16814
|
kind: 'Object',
|
|
16815
|
+
nullable: true,
|
|
16815
16816
|
selections: ListScopeEntityRepresentation__selections
|
|
16816
16817
|
},
|
|
16817
16818
|
{
|
|
@@ -16821,6 +16822,7 @@
|
|
|
16821
16822
|
{
|
|
16822
16823
|
name: 'relatedEntity',
|
|
16823
16824
|
kind: 'Object',
|
|
16825
|
+
nullable: true,
|
|
16824
16826
|
selections: ListScopeRelatedEntityRepresentation__selections
|
|
16825
16827
|
}
|
|
16826
16828
|
]
|
|
@@ -44007,7 +44009,7 @@
|
|
|
44007
44009
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44008
44010
|
});
|
|
44009
44011
|
});
|
|
44010
|
-
// version: 1.147.
|
|
44012
|
+
// version: 1.147.2-be9827ebc
|
|
44011
44013
|
|
|
44012
44014
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44013
44015
|
|
|
@@ -59578,7 +59580,7 @@
|
|
|
59578
59580
|
id: '@salesforce/lds-network-adapter',
|
|
59579
59581
|
instrument: instrument$1,
|
|
59580
59582
|
});
|
|
59581
|
-
// version: 1.147.
|
|
59583
|
+
// version: 1.147.2-2b0ae2d38
|
|
59582
59584
|
|
|
59583
59585
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59584
59586
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80423,7 +80425,7 @@
|
|
|
80423
80425
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80424
80426
|
instrument,
|
|
80425
80427
|
});
|
|
80426
|
-
// version: 1.147.
|
|
80428
|
+
// version: 1.147.2-be9827ebc
|
|
80427
80429
|
|
|
80428
80430
|
// On core the unstable adapters are re-exported with different names,
|
|
80429
80431
|
|
|
@@ -82661,7 +82663,7 @@
|
|
|
82661
82663
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82662
82664
|
graphQLImperative = ldsAdapter;
|
|
82663
82665
|
});
|
|
82664
|
-
// version: 1.147.
|
|
82666
|
+
// version: 1.147.2-be9827ebc
|
|
82665
82667
|
|
|
82666
82668
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82667
82669
|
__proto__: null,
|
|
@@ -83367,4 +83369,4 @@
|
|
|
83367
83369
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
83368
83370
|
|
|
83369
83371
|
}));
|
|
83370
|
-
// version: 1.147.
|
|
83372
|
+
// version: 1.147.2-2b0ae2d38
|