@salesforce/lds-adapters-uiapi 1.380.0-dev2 → 1.380.0-dev3

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.
@@ -4,11 +4,12 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
4
4
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
6
  export declare const name = "Setup__ListFilter";
7
- export declare const VERSION = "a3b50fb2f685b02f2613d4d777100f9a";
7
+ export declare const VERSION = "5caa202c8f439f774c9519cd246c5ee4";
8
8
  export interface Interface {
9
9
  apiName: string;
10
10
  operator: Setup__ListFilterOperator_Interface;
11
11
  operand: string[];
12
+ label: string | undefined;
12
13
  }
13
14
  export interface MinimumInterface {
14
15
  }
@@ -4,10 +4,11 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
4
4
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
6
  export declare const name = "Setup__ListOrder";
7
- export declare const VERSION = "61225090502066c25d13053c16c03840";
7
+ export declare const VERSION = "15e8d5955e14ecf77c646b0b9e1933e8";
8
8
  export interface Interface {
9
9
  apiName: string;
10
10
  order: ResultsOrder_Interface | undefined;
11
+ label: string | undefined;
11
12
  }
12
13
  export interface MinimumInterface {
13
14
  }
@@ -54481,7 +54481,7 @@ function getInContextFragmentType$t(fragment, fragmentMap) {
54481
54481
  }
54482
54482
 
54483
54483
  const name$9 = 'Setup__ListFilter';
54484
- const VERSION$l = 'a3b50fb2f685b02f2613d4d777100f9a';
54484
+ const VERSION$l = '5caa202c8f439f774c9519cd246c5ee4';
54485
54485
  function keyBuilder$n(luvio, path, data) {
54486
54486
  return path.fullPath;
54487
54487
  }
@@ -54604,6 +54604,12 @@ function getFieldType$r(field) {
54604
54604
  typename: 'String'
54605
54605
  };
54606
54606
  }
54607
+ case 'label': {
54608
+ return {
54609
+ isArray: false,
54610
+ typename: 'String'
54611
+ };
54612
+ }
54607
54613
  default:
54608
54614
  return undefined;
54609
54615
  }
@@ -54636,7 +54642,7 @@ function getInContextFragmentType$s(fragment, fragmentMap) {
54636
54642
  }
54637
54643
 
54638
54644
  const name$8 = 'Setup__ListOrder';
54639
- const VERSION$k = '61225090502066c25d13053c16c03840';
54645
+ const VERSION$k = '15e8d5955e14ecf77c646b0b9e1933e8';
54640
54646
  function keyBuilder$m(luvio, path, data) {
54641
54647
  return path.fullPath;
54642
54648
  }
@@ -54753,6 +54759,12 @@ function getFieldType$q(field) {
54753
54759
  typename: 'ResultsOrder'
54754
54760
  };
54755
54761
  }
54762
+ case 'label': {
54763
+ return {
54764
+ isArray: false,
54765
+ typename: 'String'
54766
+ };
54767
+ }
54756
54768
  default:
54757
54769
  return undefined;
54758
54770
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.380.0-dev2",
3
+ "version": "1.380.0-dev3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for record related UI API endpoints",
6
6
  "main": "dist/es/es2018/uiapi-records-service.js",
@@ -69,14 +69,14 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@luvio/graphql-parser": "0.158.7",
72
- "@salesforce/lds-adapters-onestore-graphql": "^1.380.0-dev2",
73
- "@salesforce/lds-bindings": "^1.380.0-dev2",
74
- "@salesforce/lds-default-luvio": "^1.380.0-dev2"
72
+ "@salesforce/lds-adapters-onestore-graphql": "^1.380.0-dev3",
73
+ "@salesforce/lds-bindings": "^1.380.0-dev3",
74
+ "@salesforce/lds-default-luvio": "^1.380.0-dev3"
75
75
  },
76
76
  "devDependencies": {
77
- "@salesforce/lds-compiler-plugins": "^1.380.0-dev2",
78
- "@salesforce/lds-jest": "^1.380.0-dev2",
79
- "@salesforce/lds-store-binary": "^1.380.0-dev2"
77
+ "@salesforce/lds-compiler-plugins": "^1.380.0-dev3",
78
+ "@salesforce/lds-jest": "^1.380.0-dev3",
79
+ "@salesforce/lds-store-binary": "^1.380.0-dev3"
80
80
  },
81
81
  "luvioBundlesize": [
82
82
  {
@@ -20086,7 +20086,7 @@ function getInContextFragmentType$t(fragment, fragmentMap) {
20086
20086
  }
20087
20087
 
20088
20088
  const name$9 = 'Setup__ListFilter';
20089
- const VERSION$h = 'a3b50fb2f685b02f2613d4d777100f9a';
20089
+ const VERSION$h = '5caa202c8f439f774c9519cd246c5ee4';
20090
20090
  function keyBuilder$d(luvio, path, data) {
20091
20091
  return path.fullPath;
20092
20092
  }
@@ -20209,6 +20209,12 @@ function getFieldType$r(field) {
20209
20209
  typename: 'String'
20210
20210
  };
20211
20211
  }
20212
+ case 'label': {
20213
+ return {
20214
+ isArray: false,
20215
+ typename: 'String'
20216
+ };
20217
+ }
20212
20218
  default:
20213
20219
  return undefined;
20214
20220
  }
@@ -20241,7 +20247,7 @@ function getInContextFragmentType$s(fragment, fragmentMap) {
20241
20247
  }
20242
20248
 
20243
20249
  const name$8 = 'Setup__ListOrder';
20244
- const VERSION$g = '61225090502066c25d13053c16c03840';
20250
+ const VERSION$g = '15e8d5955e14ecf77c646b0b9e1933e8';
20245
20251
  function keyBuilder$c(luvio, path, data) {
20246
20252
  return path.fullPath;
20247
20253
  }
@@ -20358,6 +20364,12 @@ function getFieldType$q(field) {
20358
20364
  typename: 'ResultsOrder'
20359
20365
  };
20360
20366
  }
20367
+ case 'label': {
20368
+ return {
20369
+ isArray: false,
20370
+ typename: 'String'
20371
+ };
20372
+ }
20361
20373
  default:
20362
20374
  return undefined;
20363
20375
  }
@@ -26081,4 +26093,4 @@ function refreshGraphQL(data) {
26081
26093
  }
26082
26094
 
26083
26095
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative, refreshGraphQL };
26084
- // version: 1.380.0-dev2-fd70e1c449
26096
+ // version: 1.380.0-dev3-4d1fd7819b
package/sfdc/index.js CHANGED
@@ -39030,4 +39030,4 @@ withDefaultLuvio((luvio) => {
39030
39030
  });
39031
39031
 
39032
39032
  export { API_NAMESPACE, VERSION$1i as FieldValueRepresentationVersion, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$1g as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, createRelatedListAdapterWithPrediction, createRelatedListPlusAdapterWithPrediction, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByNameAdapterFactory, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectNameAdapterFactory, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfoAdapterFactory, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, factory$a as getListRecordsByNameAdapterFactory, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionInfo, getQuickActionInfo_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordId18Array, getRecordIngestionOverride, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActionsAdapterFactory, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoAdapterFactory, getRelatedListInfoBatch, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfoAdapterFactory, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$X as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$H as ingestObjectInfo, ingest$B as ingestQuickActionExecutionRepresentation, ingest$O as ingestRecord, instrument, isStoreKeyRecordViewEntity, isSupportedEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$E as keyBuilderFromTypeRecordRepresentation, keyBuilder$1Y as keyBuilderObjectInfo, keyBuilder$1R as keyBuilderQuickActionExecutionRepresentation, keyBuilder$29 as keyBuilderRecord, notifyAllListInfoSummaryUpdateAvailable, notifyAllListRecordUpdateAvailable, notifyListInfoSummaryUpdateAvailable, notifyListInfoUpdateAvailable, notifyListRecordCollectionUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
39033
- // version: 1.380.0-dev2-fd70e1c449
39033
+ // version: 1.380.0-dev3-4d1fd7819b
@@ -1833,6 +1833,7 @@ type Setup__ListFilter {
1833
1833
  apiName: String!
1834
1834
  operator: Setup__ListFilterOperator!
1835
1835
  operand: [String!]!
1836
+ label: String
1836
1837
  }
1837
1838
 
1838
1839
  enum Setup__ListFilterOperator {
@@ -1865,6 +1866,7 @@ input Setup__ListFilterInput {
1865
1866
  type Setup__ListOrder {
1866
1867
  apiName: String!
1867
1868
  order: ResultsOrder
1869
+ label: String
1868
1870
  }
1869
1871
 
1870
1872
  type Setup__ListScalarField {