@salesforce/lds-adapters-uiapi 1.354.0-dev10 → 1.354.0-dev11

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.
@@ -8,7 +8,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
8
8
  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';
9
9
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
10
10
  export declare const name = "Analytics__AnalyticsRepresentation";
11
- export declare const VERSION = "b7e7c545131ebc48f10cb4d44bb37735";
11
+ export declare const VERSION = "f41e12008ad9b64c65405b8d33c8cd43";
12
12
  export interface Interface {
13
13
  MasterLabel: StringValue_Interface | undefined;
14
14
  DeveloperName: StringValue_Interface | undefined;
@@ -21,6 +21,7 @@ export interface Interface {
21
21
  NamespacePrefix: StringValue_Interface | undefined;
22
22
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
23
23
  Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
24
+ RecordOperations: string[] | undefined;
24
25
  }
25
26
  export interface MinimumInterface {
26
27
  Id: Interface["Id"];
@@ -20,6 +20,7 @@ export interface Interface {
20
20
  NamespacePrefix: StringValue_Interface | null;
21
21
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | null;
22
22
  Dataspaces: Analytics__DataspaceRepresentation_Interface[] | null;
23
+ RecordOperations: string[] | null;
23
24
  }
24
25
  export interface MinimumInterface {
25
26
  Id: Interface["Id"];
@@ -9,7 +9,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
9
9
  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';
10
10
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
11
11
  export declare const name = "Analytics__SemanticDefinition";
12
- export declare const VERSION = "f00ff254090d469c43c2ddb0592ebfff";
12
+ export declare const VERSION = "ad6d3ee436d193cc89a924346cdf243b";
13
13
  export interface Interface {
14
14
  MasterLabel: StringValue_Interface | undefined;
15
15
  DeveloperName: StringValue_Interface | undefined;
@@ -23,6 +23,7 @@ export interface Interface {
23
23
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
24
24
  SubMetrics: Analytics__SemanticSubMetricDefinitionConnection_Interface | undefined;
25
25
  Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
26
+ RecordOperations: string[] | undefined;
26
27
  }
27
28
  export interface MinimumInterface {
28
29
  Id: Interface["Id"];
@@ -50376,7 +50376,7 @@ function getInContextFragmentType$x(fragment, fragmentMap) {
50376
50376
  }
50377
50377
 
50378
50378
  const name$f = 'Analytics__AnalyticsRepresentation';
50379
- const VERSION$t = 'b7e7c545131ebc48f10cb4d44bb37735';
50379
+ const VERSION$t = 'f41e12008ad9b64c65405b8d33c8cd43';
50380
50380
  function keyBuilder$t(luvio, path, data) {
50381
50381
  return keyPrefix + '::uiapi::' + name$f + '::' + data.Id; // We're missing idNodeName in the actual key here...
50382
50382
  }
@@ -50643,6 +50643,12 @@ function getFieldType$v(field) {
50643
50643
  typename: 'Analytics__DataspaceRepresentation'
50644
50644
  };
50645
50645
  }
50646
+ case 'RecordOperations': {
50647
+ return {
50648
+ isArray: true,
50649
+ typename: 'String'
50650
+ };
50651
+ }
50646
50652
  default:
50647
50653
  return undefined;
50648
50654
  }
@@ -55425,6 +55431,12 @@ function getFieldType$1(field) {
55425
55431
  typename: 'Analytics__DataspaceRepresentation'
55426
55432
  };
55427
55433
  }
55434
+ case 'RecordOperations': {
55435
+ return {
55436
+ isArray: true,
55437
+ typename: 'String'
55438
+ };
55439
+ }
55428
55440
  default:
55429
55441
  return undefined;
55430
55442
  }
@@ -55526,6 +55538,12 @@ function getFieldType(field) {
55526
55538
  typename: 'Analytics__DataspaceRepresentation'
55527
55539
  };
55528
55540
  }
55541
+ case 'RecordOperations': {
55542
+ return {
55543
+ isArray: true,
55544
+ typename: 'String'
55545
+ };
55546
+ }
55529
55547
  default:
55530
55548
  return undefined;
55531
55549
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.354.0-dev10",
3
+ "version": "1.354.0-dev11",
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",
@@ -68,13 +68,13 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@salesforce/lds-bindings": "^1.354.0-dev10",
72
- "@salesforce/lds-default-luvio": "^1.354.0-dev10"
71
+ "@salesforce/lds-bindings": "^1.354.0-dev11",
72
+ "@salesforce/lds-default-luvio": "^1.354.0-dev11"
73
73
  },
74
74
  "devDependencies": {
75
- "@salesforce/lds-compiler-plugins": "^1.354.0-dev10",
76
- "@salesforce/lds-jest": "^1.354.0-dev10",
77
- "@salesforce/lds-store-binary": "^1.354.0-dev10"
75
+ "@salesforce/lds-compiler-plugins": "^1.354.0-dev11",
76
+ "@salesforce/lds-jest": "^1.354.0-dev11",
77
+ "@salesforce/lds-store-binary": "^1.354.0-dev11"
78
78
  },
79
79
  "luvioBundlesize": [
80
80
  {
@@ -16071,7 +16071,7 @@ function getInContextFragmentType$x(fragment, fragmentMap) {
16071
16071
  }
16072
16072
 
16073
16073
  const name$f = 'Analytics__AnalyticsRepresentation';
16074
- const VERSION$p = 'b7e7c545131ebc48f10cb4d44bb37735';
16074
+ const VERSION$p = 'f41e12008ad9b64c65405b8d33c8cd43';
16075
16075
  function keyBuilder$j(luvio, path, data) {
16076
16076
  return keyPrefix + '::uiapi::' + name$f + '::' + data.Id; // We're missing idNodeName in the actual key here...
16077
16077
  }
@@ -16338,6 +16338,12 @@ function getFieldType$v(field) {
16338
16338
  typename: 'Analytics__DataspaceRepresentation'
16339
16339
  };
16340
16340
  }
16341
+ case 'RecordOperations': {
16342
+ return {
16343
+ isArray: true,
16344
+ typename: 'String'
16345
+ };
16346
+ }
16341
16347
  default:
16342
16348
  return undefined;
16343
16349
  }
@@ -21118,6 +21124,12 @@ function getFieldType$1(field) {
21118
21124
  typename: 'Analytics__DataspaceRepresentation'
21119
21125
  };
21120
21126
  }
21127
+ case 'RecordOperations': {
21128
+ return {
21129
+ isArray: true,
21130
+ typename: 'String'
21131
+ };
21132
+ }
21121
21133
  default:
21122
21134
  return undefined;
21123
21135
  }
@@ -21219,6 +21231,12 @@ function getFieldType(field) {
21219
21231
  typename: 'Analytics__DataspaceRepresentation'
21220
21232
  };
21221
21233
  }
21234
+ case 'RecordOperations': {
21235
+ return {
21236
+ isArray: true,
21237
+ typename: 'String'
21238
+ };
21239
+ }
21222
21240
  default:
21223
21241
  return undefined;
21224
21242
  }
@@ -23910,4 +23928,4 @@ register({
23910
23928
  });
23911
23929
 
23912
23930
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
23913
- // version: 1.354.0-dev10-f675337995
23931
+ // version: 1.354.0-dev11-634f7f7752
package/sfdc/index.js CHANGED
@@ -38946,4 +38946,4 @@ withDefaultLuvio((luvio) => {
38946
38946
  });
38947
38947
 
38948
38948
  export { API_NAMESPACE, 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$D 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 };
38949
- // version: 1.354.0-dev10-f675337995
38949
+ // version: 1.354.0-dev11-634f7f7752
@@ -1645,6 +1645,7 @@ interface Analytics__AnalyticsRepresentationInterface {
1645
1645
  NamespacePrefix: StringValue
1646
1646
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1647
1647
  Dataspaces: [Analytics__DataspaceRepresentation]
1648
+ RecordOperations: [String]
1648
1649
  }
1649
1650
 
1650
1651
  type Analytics__DataspaceRepresentation {
@@ -1666,6 +1667,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
1666
1667
  NamespacePrefix: StringValue
1667
1668
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1668
1669
  Dataspaces: [Analytics__DataspaceRepresentation]
1670
+ RecordOperations: [String]
1669
1671
  }
1670
1672
 
1671
1673
  type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
@@ -1681,6 +1683,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
1681
1683
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1682
1684
  SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
1683
1685
  Dataspaces: [Analytics__DataspaceRepresentation]
1686
+ RecordOperations: [String]
1684
1687
  }
1685
1688
 
1686
1689
  input Analytics__AnalyticsOrderBy {