@salesforce/lds-worker-api 1.258.0 → 1.259.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.
|
@@ -1034,4 +1034,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
1036
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1037
|
-
// version: 1.
|
|
1037
|
+
// version: 1.259.0-921ca6033
|
|
@@ -4129,7 +4129,7 @@ function withDefaultLuvio(callback) {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
callbacks.push(callback);
|
|
4131
4131
|
}
|
|
4132
|
-
// version: 1.
|
|
4132
|
+
// version: 1.259.0-921ca6033
|
|
4133
4133
|
|
|
4134
4134
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4135
4135
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15637,7 +15637,7 @@ function gql(literals, ...subs) {
|
|
|
15637
15637
|
}
|
|
15638
15638
|
return superResult;
|
|
15639
15639
|
}
|
|
15640
|
-
// version: 1.
|
|
15640
|
+
// version: 1.259.0-921ca6033
|
|
15641
15641
|
|
|
15642
15642
|
function unwrap(data) {
|
|
15643
15643
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16562,7 +16562,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16562
16562
|
const { apiFamily, name } = metadata;
|
|
16563
16563
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16564
16564
|
}
|
|
16565
|
-
// version: 1.
|
|
16565
|
+
// version: 1.259.0-921ca6033
|
|
16566
16566
|
|
|
16567
16567
|
/**
|
|
16568
16568
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -42975,7 +42975,7 @@ withDefaultLuvio((luvio) => {
|
|
|
42975
42975
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42976
42976
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42977
42977
|
});
|
|
42978
|
-
// version: 1.
|
|
42978
|
+
// version: 1.259.0-54a7811b5
|
|
42979
42979
|
|
|
42980
42980
|
var ldsIdempotencyWriteDisabled = {
|
|
42981
42981
|
isOpen: function (e) {
|
|
@@ -45989,6 +45989,7 @@ function isScalarDataType(type) {
|
|
|
45989
45989
|
'Email',
|
|
45990
45990
|
'TextArea',
|
|
45991
45991
|
'Percent',
|
|
45992
|
+
'EncryptedString',
|
|
45992
45993
|
].includes(type);
|
|
45993
45994
|
}
|
|
45994
45995
|
|
|
@@ -52854,6 +52855,8 @@ function dataTypeToType(objectInfoDataType, apiName) {
|
|
|
52854
52855
|
return 'PercentValue';
|
|
52855
52856
|
case 'Int':
|
|
52856
52857
|
return 'IntValue';
|
|
52858
|
+
case 'EncryptedString':
|
|
52859
|
+
return 'EncryptedStringValue';
|
|
52857
52860
|
// ! do the rest of the custom types
|
|
52858
52861
|
default:
|
|
52859
52862
|
return 'String';
|
|
@@ -60624,7 +60627,7 @@ register$1({
|
|
|
60624
60627
|
id: '@salesforce/lds-network-adapter',
|
|
60625
60628
|
instrument: instrument$2,
|
|
60626
60629
|
});
|
|
60627
|
-
// version: 1.
|
|
60630
|
+
// version: 1.259.0-921ca6033
|
|
60628
60631
|
|
|
60629
60632
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60630
60633
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78953,7 +78956,7 @@ register$1({
|
|
|
78953
78956
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
78954
78957
|
instrument: instrument$1,
|
|
78955
78958
|
});
|
|
78956
|
-
// version: 1.
|
|
78959
|
+
// version: 1.259.0-54a7811b5
|
|
78957
78960
|
|
|
78958
78961
|
// On core the unstable adapters are re-exported with different names,
|
|
78959
78962
|
// we want to match them here.
|
|
@@ -81204,7 +81207,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81204
81207
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81205
81208
|
graphQLImperative = ldsAdapter;
|
|
81206
81209
|
});
|
|
81207
|
-
// version: 1.
|
|
81210
|
+
// version: 1.259.0-54a7811b5
|
|
81208
81211
|
|
|
81209
81212
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81210
81213
|
__proto__: null,
|
|
@@ -81902,7 +81905,7 @@ const callbacks$1 = [];
|
|
|
81902
81905
|
function register(r) {
|
|
81903
81906
|
callbacks$1.forEach((callback) => callback(r));
|
|
81904
81907
|
}
|
|
81905
|
-
// version: 1.
|
|
81908
|
+
// version: 1.259.0-921ca6033
|
|
81906
81909
|
|
|
81907
81910
|
/**
|
|
81908
81911
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -86807,4 +86810,4 @@ const { luvio } = getRuntime();
|
|
|
86807
86810
|
setDefaultLuvio({ luvio });
|
|
86808
86811
|
|
|
86809
86812
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
86810
|
-
// version: 1.
|
|
86813
|
+
// version: 1.259.0-921ca6033
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
}
|
|
4136
4136
|
callbacks.push(callback);
|
|
4137
4137
|
}
|
|
4138
|
-
// version: 1.
|
|
4138
|
+
// version: 1.259.0-921ca6033
|
|
4139
4139
|
|
|
4140
4140
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4141
4141
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15643,7 +15643,7 @@
|
|
|
15643
15643
|
}
|
|
15644
15644
|
return superResult;
|
|
15645
15645
|
}
|
|
15646
|
-
// version: 1.
|
|
15646
|
+
// version: 1.259.0-921ca6033
|
|
15647
15647
|
|
|
15648
15648
|
function unwrap(data) {
|
|
15649
15649
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16568,7 +16568,7 @@
|
|
|
16568
16568
|
const { apiFamily, name } = metadata;
|
|
16569
16569
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16570
16570
|
}
|
|
16571
|
-
// version: 1.
|
|
16571
|
+
// version: 1.259.0-921ca6033
|
|
16572
16572
|
|
|
16573
16573
|
/**
|
|
16574
16574
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -42981,7 +42981,7 @@
|
|
|
42981
42981
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42982
42982
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42983
42983
|
});
|
|
42984
|
-
// version: 1.
|
|
42984
|
+
// version: 1.259.0-54a7811b5
|
|
42985
42985
|
|
|
42986
42986
|
var ldsIdempotencyWriteDisabled = {
|
|
42987
42987
|
isOpen: function (e) {
|
|
@@ -45995,6 +45995,7 @@
|
|
|
45995
45995
|
'Email',
|
|
45996
45996
|
'TextArea',
|
|
45997
45997
|
'Percent',
|
|
45998
|
+
'EncryptedString',
|
|
45998
45999
|
].includes(type);
|
|
45999
46000
|
}
|
|
46000
46001
|
|
|
@@ -52860,6 +52861,8 @@
|
|
|
52860
52861
|
return 'PercentValue';
|
|
52861
52862
|
case 'Int':
|
|
52862
52863
|
return 'IntValue';
|
|
52864
|
+
case 'EncryptedString':
|
|
52865
|
+
return 'EncryptedStringValue';
|
|
52863
52866
|
// ! do the rest of the custom types
|
|
52864
52867
|
default:
|
|
52865
52868
|
return 'String';
|
|
@@ -60630,7 +60633,7 @@
|
|
|
60630
60633
|
id: '@salesforce/lds-network-adapter',
|
|
60631
60634
|
instrument: instrument$2,
|
|
60632
60635
|
});
|
|
60633
|
-
// version: 1.
|
|
60636
|
+
// version: 1.259.0-921ca6033
|
|
60634
60637
|
|
|
60635
60638
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60636
60639
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78959,7 +78962,7 @@
|
|
|
78959
78962
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
78960
78963
|
instrument: instrument$1,
|
|
78961
78964
|
});
|
|
78962
|
-
// version: 1.
|
|
78965
|
+
// version: 1.259.0-54a7811b5
|
|
78963
78966
|
|
|
78964
78967
|
// On core the unstable adapters are re-exported with different names,
|
|
78965
78968
|
// we want to match them here.
|
|
@@ -81210,7 +81213,7 @@
|
|
|
81210
81213
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81211
81214
|
graphQLImperative = ldsAdapter;
|
|
81212
81215
|
});
|
|
81213
|
-
// version: 1.
|
|
81216
|
+
// version: 1.259.0-54a7811b5
|
|
81214
81217
|
|
|
81215
81218
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81216
81219
|
__proto__: null,
|
|
@@ -81908,7 +81911,7 @@
|
|
|
81908
81911
|
function register(r) {
|
|
81909
81912
|
callbacks$1.forEach((callback) => callback(r));
|
|
81910
81913
|
}
|
|
81911
|
-
// version: 1.
|
|
81914
|
+
// version: 1.259.0-921ca6033
|
|
81912
81915
|
|
|
81913
81916
|
/**
|
|
81914
81917
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -86831,4 +86834,4 @@
|
|
|
86831
86834
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
86832
86835
|
|
|
86833
86836
|
}));
|
|
86834
|
-
// version: 1.
|
|
86837
|
+
// version: 1.259.0-921ca6033
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.259.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
|
|
38
|
-
"@salesforce/lds-adapters-graphql": "^1.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.
|
|
44
|
-
"@salesforce/lds-priming": "^1.
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.259.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.259.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.259.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.259.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.259.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.259.0",
|
|
44
|
+
"@salesforce/lds-priming": "^1.259.0",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.259.0",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.259.0",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|