@salesforce/lds-worker-api 1.219.0 → 1.220.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.
@@ -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.219.0-e5e550eb7
798
+ // version: 1.220.1-13dec4204
@@ -3968,7 +3968,7 @@ function withDefaultLuvio(callback) {
3968
3968
  }
3969
3969
  callbacks.push(callback);
3970
3970
  }
3971
- // version: 1.219.0-e5e550eb7
3971
+ // version: 1.220.1-13dec4204
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) {
@@ -15401,7 +15401,7 @@ function parseAndVisit(source) {
15401
15401
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15402
15402
  return luvioDocumentNode;
15403
15403
  }
15404
- // version: 1.219.0-e5e550eb7
15404
+ // version: 1.220.1-13dec4204
15405
15405
 
15406
15406
  function unwrap(data) {
15407
15407
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16324,7 +16324,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16324
16324
  const { apiFamily, name } = metadata;
16325
16325
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16326
16326
  }
16327
- // version: 1.219.0-e5e550eb7
16327
+ // version: 1.220.1-13dec4204
16328
16328
 
16329
16329
  /**
16330
16330
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -21075,6 +21075,7 @@ const ingest$H$1 = (input, path, luvio, store, timestamp) => {
21075
21075
  conflicts: {},
21076
21076
  serverRequestCount: 0,
21077
21077
  };
21078
+ input.eTag = ''; //[W-13724550] Record Reps ALWAYS have '' etag, to be consistent with GraphQL, as it is not queryable via GraphQL.
21078
21079
  const result = createRecordIngest(BLANK_RECORD_FIELDS_TRIE, BLANK_RECORD_FIELDS_TRIE, conflictMap)(input, path, luvio, store, timestamp);
21079
21080
  resolveConflict(luvio, conflictMap);
21080
21081
  return result;
@@ -41116,7 +41117,7 @@ withDefaultLuvio((luvio) => {
41116
41117
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory$1));
41117
41118
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory));
41118
41119
  });
41119
- // version: 1.219.0-618e40815
41120
+ // version: 1.220.1-6f1a9c45c
41120
41121
 
41121
41122
  var caseSensitiveUserId = '005B0000000GR4OIAW';
41122
41123
 
@@ -57714,7 +57715,7 @@ register({
57714
57715
  id: '@salesforce/lds-network-adapter',
57715
57716
  instrument: instrument$1,
57716
57717
  });
57717
- // version: 1.219.0-e5e550eb7
57718
+ // version: 1.220.1-13dec4204
57718
57719
 
57719
57720
  const { create: create$2, keys: keys$2 } = Object;
57720
57721
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -75992,7 +75993,7 @@ register({
75992
75993
  configuration: { ...configurationForGraphQLAdapters },
75993
75994
  instrument,
75994
75995
  });
75995
- // version: 1.219.0-618e40815
75996
+ // version: 1.220.1-6f1a9c45c
75996
75997
 
75997
75998
  // On core the unstable adapters are re-exported with different names,
75998
75999
 
@@ -78239,7 +78240,7 @@ withDefaultLuvio((luvio) => {
78239
78240
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
78240
78241
  graphQLImperative = ldsAdapter;
78241
78242
  });
78242
- // version: 1.219.0-618e40815
78243
+ // version: 1.220.1-6f1a9c45c
78243
78244
 
78244
78245
  var gqlApi = /*#__PURE__*/Object.freeze({
78245
78246
  __proto__: null,
@@ -78953,4 +78954,4 @@ const { luvio } = getRuntime();
78953
78954
  setDefaultLuvio({ luvio });
78954
78955
 
78955
78956
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
78956
- // version: 1.219.0-e5e550eb7
78957
+ // version: 1.220.1-13dec4204
@@ -3974,7 +3974,7 @@
3974
3974
  }
3975
3975
  callbacks.push(callback);
3976
3976
  }
3977
- // version: 1.219.0-e5e550eb7
3977
+ // version: 1.220.1-13dec4204
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) {
@@ -15407,7 +15407,7 @@
15407
15407
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15408
15408
  return luvioDocumentNode;
15409
15409
  }
15410
- // version: 1.219.0-e5e550eb7
15410
+ // version: 1.220.1-13dec4204
15411
15411
 
15412
15412
  function unwrap(data) {
15413
15413
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16330,7 +16330,7 @@
16330
16330
  const { apiFamily, name } = metadata;
16331
16331
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16332
16332
  }
16333
- // version: 1.219.0-e5e550eb7
16333
+ // version: 1.220.1-13dec4204
16334
16334
 
16335
16335
  /**
16336
16336
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -21081,6 +21081,7 @@
21081
21081
  conflicts: {},
21082
21082
  serverRequestCount: 0,
21083
21083
  };
21084
+ input.eTag = ''; //[W-13724550] Record Reps ALWAYS have '' etag, to be consistent with GraphQL, as it is not queryable via GraphQL.
21084
21085
  const result = createRecordIngest(BLANK_RECORD_FIELDS_TRIE, BLANK_RECORD_FIELDS_TRIE, conflictMap)(input, path, luvio, store, timestamp);
21085
21086
  resolveConflict(luvio, conflictMap);
21086
21087
  return result;
@@ -41122,7 +41123,7 @@
41122
41123
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory$1));
41123
41124
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory));
41124
41125
  });
41125
- // version: 1.219.0-618e40815
41126
+ // version: 1.220.1-6f1a9c45c
41126
41127
 
41127
41128
  var caseSensitiveUserId = '005B0000000GR4OIAW';
41128
41129
 
@@ -57720,7 +57721,7 @@
57720
57721
  id: '@salesforce/lds-network-adapter',
57721
57722
  instrument: instrument$1,
57722
57723
  });
57723
- // version: 1.219.0-e5e550eb7
57724
+ // version: 1.220.1-13dec4204
57724
57725
 
57725
57726
  const { create: create$2, keys: keys$2 } = Object;
57726
57727
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -75998,7 +75999,7 @@
75998
75999
  configuration: { ...configurationForGraphQLAdapters },
75999
76000
  instrument,
76000
76001
  });
76001
- // version: 1.219.0-618e40815
76002
+ // version: 1.220.1-6f1a9c45c
76002
76003
 
76003
76004
  // On core the unstable adapters are re-exported with different names,
76004
76005
 
@@ -78245,7 +78246,7 @@
78245
78246
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
78246
78247
  graphQLImperative = ldsAdapter;
78247
78248
  });
78248
- // version: 1.219.0-618e40815
78249
+ // version: 1.220.1-6f1a9c45c
78249
78250
 
78250
78251
  var gqlApi = /*#__PURE__*/Object.freeze({
78251
78252
  __proto__: null,
@@ -78976,4 +78977,4 @@
78976
78977
  Object.defineProperty(exports, '__esModule', { value: true });
78977
78978
 
78978
78979
  }));
78979
- // version: 1.219.0-e5e550eb7
78980
+ // version: 1.220.1-13dec4204
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.219.0",
3
+ "version": "1.220.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",