@salesforce/lds-worker-api 1.119.4 → 1.120.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.
@@ -751,4 +751,4 @@ if (process.env.NODE_ENV !== 'production') {
751
751
  }
752
752
 
753
753
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
754
- // version: 1.119.4-078007fd4
754
+ // version: 1.120.0-7e4457c5c
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
3776
3776
  }
3777
3777
  callbacks.push(callback);
3778
3778
  }
3779
- // version: 1.119.4-078007fd4
3779
+ // version: 1.120.0-7e4457c5c
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.119.4-078007fd4
15203
+ // version: 1.120.0-7e4457c5c
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.119.4-078007fd4
16116
+ // version: 1.120.0-7e4457c5c
16117
16117
 
16118
16118
  /**
16119
16119
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -35198,7 +35198,7 @@ function deepFreeze$l(input) {
35198
35198
  }
35199
35199
 
35200
35200
  const TTL$c = 900000;
35201
- const VERSION$k$1 = "d7f25ef61c7467805940f28371ac1f20";
35201
+ const VERSION$k$1 = "c977d65d153a2b4e888ddd45fb083248";
35202
35202
  const RepresentationType$g = 'RelatedListInfoRepresentation';
35203
35203
  function keyBuilder$G$1(luvio, config) {
35204
35204
  return keyPrefix$1 + '::' + RepresentationType$g + ':' + config.relatedListId + ':' + config.parentObjectApiName + ':' + config.restrictColumnsToLayout + ':' + (config.recordTypeId === null ? '' : config.recordTypeId) + ':' + '[' + config.optionalFields.join(',') + ']' + ':' + '[' + config.fields.join(',') + ']';
@@ -35255,15 +35255,15 @@ const select$w$1 = function RelatedListInfoRepresentationSelect() {
35255
35255
  name: 'filterLogicString',
35256
35256
  kind: 'Scalar'
35257
35257
  },
35258
+ {
35259
+ name: 'filterable',
35260
+ kind: 'Scalar'
35261
+ },
35258
35262
  {
35259
35263
  name: 'filteredByInfo',
35260
35264
  kind: 'Object',
35261
35265
  opaque: true
35262
35266
  },
35263
- {
35264
- name: 'isTransientFilterable',
35265
- kind: 'Scalar'
35266
- },
35267
35267
  {
35268
35268
  name: 'label',
35269
35269
  kind: 'Scalar'
@@ -44347,7 +44347,7 @@ withDefaultLuvio((luvio) => {
44347
44347
  dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
44348
44348
  });
44349
44349
  });
44350
- // version: 1.119.4-5005ea637
44350
+ // version: 1.120.0-d7f610c36
44351
44351
 
44352
44352
  var caseSensitiveUserId = '005B0000000GR4OIAW';
44353
44353
 
@@ -59862,7 +59862,7 @@ register({
59862
59862
  id: '@salesforce/lds-network-adapter',
59863
59863
  instrument: instrument$1,
59864
59864
  });
59865
- // version: 1.119.4-078007fd4
59865
+ // version: 1.120.0-7e4457c5c
59866
59866
 
59867
59867
  const { create: create$2, keys: keys$2 } = Object;
59868
59868
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -75037,7 +75037,7 @@ register({
75037
75037
  configuration: { ...configurationForGraphQLAdapters },
75038
75038
  instrument,
75039
75039
  });
75040
- // version: 1.119.4-5005ea637
75040
+ // version: 1.120.0-d7f610c36
75041
75041
 
75042
75042
  // On core the unstable adapters are re-exported with different names,
75043
75043
 
@@ -77166,7 +77166,7 @@ withDefaultLuvio((luvio) => {
77166
77166
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
77167
77167
  graphQLImperative = ldsAdapter;
77168
77168
  });
77169
- // version: 1.119.4-5005ea637
77169
+ // version: 1.120.0-d7f610c36
77170
77170
 
77171
77171
  var gqlApi = /*#__PURE__*/Object.freeze({
77172
77172
  __proto__: null,
@@ -77848,4 +77848,4 @@ const { luvio } = getRuntime();
77848
77848
  setDefaultLuvio({ luvio });
77849
77849
 
77850
77850
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
77851
- // version: 1.119.4-078007fd4
77851
+ // version: 1.120.0-7e4457c5c
@@ -3782,7 +3782,7 @@
3782
3782
  }
3783
3783
  callbacks.push(callback);
3784
3784
  }
3785
- // version: 1.119.4-078007fd4
3785
+ // version: 1.120.0-7e4457c5c
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.119.4-078007fd4
15209
+ // version: 1.120.0-7e4457c5c
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.119.4-078007fd4
16122
+ // version: 1.120.0-7e4457c5c
16123
16123
 
16124
16124
  /**
16125
16125
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -35204,7 +35204,7 @@
35204
35204
  }
35205
35205
 
35206
35206
  const TTL$c = 900000;
35207
- const VERSION$k$1 = "d7f25ef61c7467805940f28371ac1f20";
35207
+ const VERSION$k$1 = "c977d65d153a2b4e888ddd45fb083248";
35208
35208
  const RepresentationType$g = 'RelatedListInfoRepresentation';
35209
35209
  function keyBuilder$G$1(luvio, config) {
35210
35210
  return keyPrefix$1 + '::' + RepresentationType$g + ':' + config.relatedListId + ':' + config.parentObjectApiName + ':' + config.restrictColumnsToLayout + ':' + (config.recordTypeId === null ? '' : config.recordTypeId) + ':' + '[' + config.optionalFields.join(',') + ']' + ':' + '[' + config.fields.join(',') + ']';
@@ -35261,15 +35261,15 @@
35261
35261
  name: 'filterLogicString',
35262
35262
  kind: 'Scalar'
35263
35263
  },
35264
+ {
35265
+ name: 'filterable',
35266
+ kind: 'Scalar'
35267
+ },
35264
35268
  {
35265
35269
  name: 'filteredByInfo',
35266
35270
  kind: 'Object',
35267
35271
  opaque: true
35268
35272
  },
35269
- {
35270
- name: 'isTransientFilterable',
35271
- kind: 'Scalar'
35272
- },
35273
35273
  {
35274
35274
  name: 'label',
35275
35275
  kind: 'Scalar'
@@ -44353,7 +44353,7 @@
44353
44353
  dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
44354
44354
  });
44355
44355
  });
44356
- // version: 1.119.4-5005ea637
44356
+ // version: 1.120.0-d7f610c36
44357
44357
 
44358
44358
  var caseSensitiveUserId = '005B0000000GR4OIAW';
44359
44359
 
@@ -59868,7 +59868,7 @@
59868
59868
  id: '@salesforce/lds-network-adapter',
59869
59869
  instrument: instrument$1,
59870
59870
  });
59871
- // version: 1.119.4-078007fd4
59871
+ // version: 1.120.0-7e4457c5c
59872
59872
 
59873
59873
  const { create: create$2, keys: keys$2 } = Object;
59874
59874
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -75043,7 +75043,7 @@
75043
75043
  configuration: { ...configurationForGraphQLAdapters },
75044
75044
  instrument,
75045
75045
  });
75046
- // version: 1.119.4-5005ea637
75046
+ // version: 1.120.0-d7f610c36
75047
75047
 
75048
75048
  // On core the unstable adapters are re-exported with different names,
75049
75049
 
@@ -77172,7 +77172,7 @@
77172
77172
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
77173
77173
  graphQLImperative = ldsAdapter;
77174
77174
  });
77175
- // version: 1.119.4-5005ea637
77175
+ // version: 1.120.0-d7f610c36
77176
77176
 
77177
77177
  var gqlApi = /*#__PURE__*/Object.freeze({
77178
77178
  __proto__: null,
@@ -77871,4 +77871,4 @@
77871
77871
  Object.defineProperty(exports, '__esModule', { value: true });
77872
77872
 
77873
77873
  }));
77874
- // version: 1.119.4-078007fd4
77874
+ // version: 1.120.0-7e4457c5c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.119.4",
3
+ "version": "1.120.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/umd/lds-worker-api.js",