@salesforce/lds-adapters-uiapi 1.439.0 → 1.441.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.
@@ -1,5 +1,5 @@
1
1
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "885c858e27ff690e5f69edc41d68c32b";
2
+ export declare const VERSION = "3f49d751896cf66e6e29788d8880e2cc";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -47,8 +47,6 @@ export interface PlatformActionRepresentationNormalized {
47
47
  label: string;
48
48
  /** LWC Component associated with the action */
49
49
  lwcComponent: string | null;
50
- /** For Flexipage-backed Quick Actions, the FlexiPage's DeveloperName resolved server-side from QuickActionDefinition.ComponentId. */
51
- pageDeveloperName: string | null;
52
50
  /** Hex Color Code, such as 7F8DE1 */
53
51
  primaryColor: string | null;
54
52
  /** Represents the ID of a record in an object’s related list. */
@@ -63,8 +61,6 @@ export interface PlatformActionRepresentationNormalized {
63
61
  subtype: string | null;
64
62
  /** Target Object for the action */
65
63
  targetObject: string | null;
66
- /** The lookup field on the target object that points to the source (parent) record. For Quick Actions, resolved server-side from QuickActionDefinition.TargetField. */
67
- targetParentField: string | null;
68
64
  /** Target URL for Custom Button Actions */
69
65
  targetUrl: string | null;
70
66
  /** The type of the action defined in PlatformActionTypeEnum */
@@ -89,7 +85,6 @@ export interface PlatformActionRepresentation {
89
85
  isMassAction: string;
90
86
  label: string;
91
87
  lwcComponent: string | null;
92
- pageDeveloperName: string | null;
93
88
  primaryColor: string | null;
94
89
  relatedListRecordId: string | null;
95
90
  relatedSourceObject: string | null;
@@ -97,7 +92,6 @@ export interface PlatformActionRepresentation {
97
92
  sourceObject: string;
98
93
  subtype: string | null;
99
94
  targetObject: string | null;
100
- targetParentField: string | null;
101
95
  targetUrl: string | null;
102
96
  type: string;
103
97
  }
@@ -13087,7 +13087,7 @@ function coerceFormFactor(form) {
13087
13087
  return undefined;
13088
13088
  }
13089
13089
 
13090
- const VERSION$2N = "885c858e27ff690e5f69edc41d68c32b";
13090
+ const VERSION$2N = "3f49d751896cf66e6e29788d8880e2cc";
13091
13091
  function validate$1A(obj, path = 'PlatformActionRepresentation') {
13092
13092
  const v_error = (() => {
13093
13093
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -13227,32 +13227,6 @@ function validate$1A(obj, path = 'PlatformActionRepresentation') {
13227
13227
  message += '\n' + obj_lwcComponent_union1.split('\n').map((line) => '\t' + line).join('\n');
13228
13228
  return new TypeError(message);
13229
13229
  }
13230
- const obj_pageDeveloperName = obj.pageDeveloperName;
13231
- const path_pageDeveloperName = path + '.pageDeveloperName';
13232
- let obj_pageDeveloperName_union0 = null;
13233
- const obj_pageDeveloperName_union0_error = (() => {
13234
- if (typeof obj_pageDeveloperName !== 'string') {
13235
- return new TypeError('Expected "string" but received "' + typeof obj_pageDeveloperName + '" (at "' + path_pageDeveloperName + '")');
13236
- }
13237
- })();
13238
- if (obj_pageDeveloperName_union0_error != null) {
13239
- obj_pageDeveloperName_union0 = obj_pageDeveloperName_union0_error.message;
13240
- }
13241
- let obj_pageDeveloperName_union1 = null;
13242
- const obj_pageDeveloperName_union1_error = (() => {
13243
- if (obj_pageDeveloperName !== null) {
13244
- return new TypeError('Expected "null" but received "' + typeof obj_pageDeveloperName + '" (at "' + path_pageDeveloperName + '")');
13245
- }
13246
- })();
13247
- if (obj_pageDeveloperName_union1_error != null) {
13248
- obj_pageDeveloperName_union1 = obj_pageDeveloperName_union1_error.message;
13249
- }
13250
- if (obj_pageDeveloperName_union0 && obj_pageDeveloperName_union1) {
13251
- let message = 'Object doesn\'t match union (at "' + path_pageDeveloperName + '")';
13252
- message += '\n' + obj_pageDeveloperName_union0.split('\n').map((line) => '\t' + line).join('\n');
13253
- message += '\n' + obj_pageDeveloperName_union1.split('\n').map((line) => '\t' + line).join('\n');
13254
- return new TypeError(message);
13255
- }
13256
13230
  const obj_primaryColor = obj.primaryColor;
13257
13231
  const path_primaryColor = path + '.primaryColor';
13258
13232
  let obj_primaryColor_union0 = null;
@@ -13414,32 +13388,6 @@ function validate$1A(obj, path = 'PlatformActionRepresentation') {
13414
13388
  message += '\n' + obj_targetObject_union1.split('\n').map((line) => '\t' + line).join('\n');
13415
13389
  return new TypeError(message);
13416
13390
  }
13417
- const obj_targetParentField = obj.targetParentField;
13418
- const path_targetParentField = path + '.targetParentField';
13419
- let obj_targetParentField_union0 = null;
13420
- const obj_targetParentField_union0_error = (() => {
13421
- if (typeof obj_targetParentField !== 'string') {
13422
- return new TypeError('Expected "string" but received "' + typeof obj_targetParentField + '" (at "' + path_targetParentField + '")');
13423
- }
13424
- })();
13425
- if (obj_targetParentField_union0_error != null) {
13426
- obj_targetParentField_union0 = obj_targetParentField_union0_error.message;
13427
- }
13428
- let obj_targetParentField_union1 = null;
13429
- const obj_targetParentField_union1_error = (() => {
13430
- if (obj_targetParentField !== null) {
13431
- return new TypeError('Expected "null" but received "' + typeof obj_targetParentField + '" (at "' + path_targetParentField + '")');
13432
- }
13433
- })();
13434
- if (obj_targetParentField_union1_error != null) {
13435
- obj_targetParentField_union1 = obj_targetParentField_union1_error.message;
13436
- }
13437
- if (obj_targetParentField_union0 && obj_targetParentField_union1) {
13438
- let message = 'Object doesn\'t match union (at "' + path_targetParentField + '")';
13439
- message += '\n' + obj_targetParentField_union0.split('\n').map((line) => '\t' + line).join('\n');
13440
- message += '\n' + obj_targetParentField_union1.split('\n').map((line) => '\t' + line).join('\n');
13441
- return new TypeError(message);
13442
- }
13443
13391
  const obj_targetUrl = obj.targetUrl;
13444
13392
  const path_targetUrl = path + '.targetUrl';
13445
13393
  let obj_targetUrl_union0 = null;
@@ -13533,10 +13481,6 @@ const select$3q = function PlatformActionRepresentationSelect() {
13533
13481
  name: 'lwcComponent',
13534
13482
  kind: 'Scalar'
13535
13483
  },
13536
- {
13537
- name: 'pageDeveloperName',
13538
- kind: 'Scalar'
13539
- },
13540
13484
  {
13541
13485
  name: 'primaryColor',
13542
13486
  kind: 'Scalar'
@@ -13565,10 +13509,6 @@ const select$3q = function PlatformActionRepresentationSelect() {
13565
13509
  name: 'targetObject',
13566
13510
  kind: 'Scalar'
13567
13511
  },
13568
- {
13569
- name: 'targetParentField',
13570
- kind: 'Scalar'
13571
- },
13572
13512
  {
13573
13513
  name: 'targetUrl',
13574
13514
  kind: 'Scalar'
@@ -13641,11 +13581,6 @@ function equals$W(existing, incoming) {
13641
13581
  if (!(existing_lwcComponent === incoming_lwcComponent)) {
13642
13582
  return false;
13643
13583
  }
13644
- const existing_pageDeveloperName = existing.pageDeveloperName;
13645
- const incoming_pageDeveloperName = incoming.pageDeveloperName;
13646
- if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
13647
- return false;
13648
- }
13649
13584
  const existing_primaryColor = existing.primaryColor;
13650
13585
  const incoming_primaryColor = incoming.primaryColor;
13651
13586
  if (!(existing_primaryColor === incoming_primaryColor)) {
@@ -13676,11 +13611,6 @@ function equals$W(existing, incoming) {
13676
13611
  if (!(existing_targetObject === incoming_targetObject)) {
13677
13612
  return false;
13678
13613
  }
13679
- const existing_targetParentField = existing.targetParentField;
13680
- const incoming_targetParentField = incoming.targetParentField;
13681
- if (!(existing_targetParentField === incoming_targetParentField)) {
13682
- return false;
13683
- }
13684
13614
  const existing_targetUrl = existing.targetUrl;
13685
13615
  const incoming_targetUrl = incoming.targetUrl;
13686
13616
  if (!(existing_targetUrl === incoming_targetUrl)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.439.0",
3
+ "version": "1.441.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for record related UI API endpoints",
6
6
  "type": "module",
@@ -68,14 +68,14 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@luvio/graphql-parser": "0.160.5",
71
- "@salesforce/lds-adapters-onestore-graphql": "^1.439.0",
72
- "@salesforce/lds-bindings": "^1.439.0",
73
- "@salesforce/lds-default-luvio": "^1.439.0"
71
+ "@salesforce/lds-adapters-onestore-graphql": "^1.441.0",
72
+ "@salesforce/lds-bindings": "^1.441.0",
73
+ "@salesforce/lds-default-luvio": "^1.441.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@salesforce/lds-compiler-plugins": "^1.439.0",
77
- "@salesforce/lds-jest": "^1.439.0",
78
- "@salesforce/lds-store-binary": "^1.439.0"
76
+ "@salesforce/lds-compiler-plugins": "^1.441.0",
77
+ "@salesforce/lds-jest": "^1.441.0",
78
+ "@salesforce/lds-store-binary": "^1.441.0"
79
79
  },
80
80
  "luvioBundlesize": [
81
81
  {
@@ -28809,4 +28809,4 @@ register({
28809
28809
  });
28810
28810
 
28811
28811
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_deprecated, graphql_imperative, graphql_imperative_deprecated, graphql_imperative_onestore, graphql_onestore, graphql_state_manager, refreshGraphQL, refreshGraphQL_deprecated };
28812
- // version: 1.439.0-1d518350b5
28812
+ // version: 1.441.0-0055bd971e
package/sfdc/index.js CHANGED
@@ -12722,7 +12722,7 @@ function coerceFormFactor(form) {
12722
12722
  return undefined;
12723
12723
  }
12724
12724
 
12725
- const VERSION$10 = "885c858e27ff690e5f69edc41d68c32b";
12725
+ const VERSION$10 = "3f49d751896cf66e6e29788d8880e2cc";
12726
12726
  function validate$1w(obj, path = 'PlatformActionRepresentation') {
12727
12727
  const v_error = (() => {
12728
12728
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -12862,32 +12862,6 @@ function validate$1w(obj, path = 'PlatformActionRepresentation') {
12862
12862
  message += '\n' + obj_lwcComponent_union1.split('\n').map((line) => '\t' + line).join('\n');
12863
12863
  return new TypeError(message);
12864
12864
  }
12865
- const obj_pageDeveloperName = obj.pageDeveloperName;
12866
- const path_pageDeveloperName = path + '.pageDeveloperName';
12867
- let obj_pageDeveloperName_union0 = null;
12868
- const obj_pageDeveloperName_union0_error = (() => {
12869
- if (typeof obj_pageDeveloperName !== 'string') {
12870
- return new TypeError('Expected "string" but received "' + typeof obj_pageDeveloperName + '" (at "' + path_pageDeveloperName + '")');
12871
- }
12872
- })();
12873
- if (obj_pageDeveloperName_union0_error != null) {
12874
- obj_pageDeveloperName_union0 = obj_pageDeveloperName_union0_error.message;
12875
- }
12876
- let obj_pageDeveloperName_union1 = null;
12877
- const obj_pageDeveloperName_union1_error = (() => {
12878
- if (obj_pageDeveloperName !== null) {
12879
- return new TypeError('Expected "null" but received "' + typeof obj_pageDeveloperName + '" (at "' + path_pageDeveloperName + '")');
12880
- }
12881
- })();
12882
- if (obj_pageDeveloperName_union1_error != null) {
12883
- obj_pageDeveloperName_union1 = obj_pageDeveloperName_union1_error.message;
12884
- }
12885
- if (obj_pageDeveloperName_union0 && obj_pageDeveloperName_union1) {
12886
- let message = 'Object doesn\'t match union (at "' + path_pageDeveloperName + '")';
12887
- message += '\n' + obj_pageDeveloperName_union0.split('\n').map((line) => '\t' + line).join('\n');
12888
- message += '\n' + obj_pageDeveloperName_union1.split('\n').map((line) => '\t' + line).join('\n');
12889
- return new TypeError(message);
12890
- }
12891
12865
  const obj_primaryColor = obj.primaryColor;
12892
12866
  const path_primaryColor = path + '.primaryColor';
12893
12867
  let obj_primaryColor_union0 = null;
@@ -13049,32 +13023,6 @@ function validate$1w(obj, path = 'PlatformActionRepresentation') {
13049
13023
  message += '\n' + obj_targetObject_union1.split('\n').map((line) => '\t' + line).join('\n');
13050
13024
  return new TypeError(message);
13051
13025
  }
13052
- const obj_targetParentField = obj.targetParentField;
13053
- const path_targetParentField = path + '.targetParentField';
13054
- let obj_targetParentField_union0 = null;
13055
- const obj_targetParentField_union0_error = (() => {
13056
- if (typeof obj_targetParentField !== 'string') {
13057
- return new TypeError('Expected "string" but received "' + typeof obj_targetParentField + '" (at "' + path_targetParentField + '")');
13058
- }
13059
- })();
13060
- if (obj_targetParentField_union0_error != null) {
13061
- obj_targetParentField_union0 = obj_targetParentField_union0_error.message;
13062
- }
13063
- let obj_targetParentField_union1 = null;
13064
- const obj_targetParentField_union1_error = (() => {
13065
- if (obj_targetParentField !== null) {
13066
- return new TypeError('Expected "null" but received "' + typeof obj_targetParentField + '" (at "' + path_targetParentField + '")');
13067
- }
13068
- })();
13069
- if (obj_targetParentField_union1_error != null) {
13070
- obj_targetParentField_union1 = obj_targetParentField_union1_error.message;
13071
- }
13072
- if (obj_targetParentField_union0 && obj_targetParentField_union1) {
13073
- let message = 'Object doesn\'t match union (at "' + path_targetParentField + '")';
13074
- message += '\n' + obj_targetParentField_union0.split('\n').map((line) => '\t' + line).join('\n');
13075
- message += '\n' + obj_targetParentField_union1.split('\n').map((line) => '\t' + line).join('\n');
13076
- return new TypeError(message);
13077
- }
13078
13026
  const obj_targetUrl = obj.targetUrl;
13079
13027
  const path_targetUrl = path + '.targetUrl';
13080
13028
  let obj_targetUrl_union0 = null;
@@ -13168,10 +13116,6 @@ const select$1G = function PlatformActionRepresentationSelect() {
13168
13116
  name: 'lwcComponent',
13169
13117
  kind: 'Scalar'
13170
13118
  },
13171
- {
13172
- name: 'pageDeveloperName',
13173
- kind: 'Scalar'
13174
- },
13175
13119
  {
13176
13120
  name: 'primaryColor',
13177
13121
  kind: 'Scalar'
@@ -13200,10 +13144,6 @@ const select$1G = function PlatformActionRepresentationSelect() {
13200
13144
  name: 'targetObject',
13201
13145
  kind: 'Scalar'
13202
13146
  },
13203
- {
13204
- name: 'targetParentField',
13205
- kind: 'Scalar'
13206
- },
13207
13147
  {
13208
13148
  name: 'targetUrl',
13209
13149
  kind: 'Scalar'
@@ -13276,11 +13216,6 @@ function equals$S(existing, incoming) {
13276
13216
  if (!(existing_lwcComponent === incoming_lwcComponent)) {
13277
13217
  return false;
13278
13218
  }
13279
- const existing_pageDeveloperName = existing.pageDeveloperName;
13280
- const incoming_pageDeveloperName = incoming.pageDeveloperName;
13281
- if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
13282
- return false;
13283
- }
13284
13219
  const existing_primaryColor = existing.primaryColor;
13285
13220
  const incoming_primaryColor = incoming.primaryColor;
13286
13221
  if (!(existing_primaryColor === incoming_primaryColor)) {
@@ -13311,11 +13246,6 @@ function equals$S(existing, incoming) {
13311
13246
  if (!(existing_targetObject === incoming_targetObject)) {
13312
13247
  return false;
13313
13248
  }
13314
- const existing_targetParentField = existing.targetParentField;
13315
- const incoming_targetParentField = incoming.targetParentField;
13316
- if (!(existing_targetParentField === incoming_targetParentField)) {
13317
- return false;
13318
- }
13319
13249
  const existing_targetUrl = existing.targetUrl;
13320
13250
  const incoming_targetUrl = incoming.targetUrl;
13321
13251
  if (!(existing_targetUrl === incoming_targetUrl)) {
@@ -37544,4 +37474,4 @@ withDefaultLuvio((luvio) => {
37544
37474
  });
37545
37475
 
37546
37476
  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, coerceLayoutModeArray, getLayoutTypeArray as coerceLayoutTypeArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, 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, 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 };
37547
- // version: 1.439.0-1d518350b5
37477
+ // version: 1.441.0-0055bd971e
package/src/raml/api.raml CHANGED
@@ -3045,9 +3045,6 @@ types:
3045
3045
  lwcComponent:
3046
3046
  description: LWC Component associated with the action
3047
3047
  type: string | nil
3048
- pageDeveloperName:
3049
- description: For Flexipage-backed Quick Actions, the FlexiPage's DeveloperName resolved server-side from QuickActionDefinition.ComponentId.
3050
- type: string | nil
3051
3048
  primaryColor:
3052
3049
  description: Hex Color Code, such as 7F8DE1
3053
3050
  type: string | nil
@@ -3076,9 +3073,6 @@ types:
3076
3073
  targetObject:
3077
3074
  description: Target Object for the action
3078
3075
  type: string | nil
3079
- targetParentField:
3080
- description: The lookup field on the target object that points to the source (parent) record. For Quick Actions, resolved server-side from QuickActionDefinition.TargetField.
3081
- type: string | nil
3082
3076
  targetUrl:
3083
3077
  description: Target URL for Custom Button Actions
3084
3078
  type: string | nil