@salesforce/lds-adapters-uiapi 1.227.1 → 1.228.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.
@@ -59,3 +59,4 @@ export interface QuickActionDefaultsRepresentation {
59
59
  };
60
60
  objectApiName: string;
61
61
  }
62
+ export declare const notifyUpdateAvailableFactory: (luvio: $64$luvio_engine_Luvio) => (configs: Partial<KeyParams>[]) => Promise<void>;
@@ -24,6 +24,7 @@ export { RelatedListRecordCollectionBatchRepresentation } from './generated/type
24
24
  export { RelatedListRecordCollectionRepresentation } from './generated/types/RelatedListRecordCollectionRepresentation';
25
25
  export { ingest as ingestQuickActionExecutionRepresentation, keyBuilder as keyBuilderQuickActionExecutionRepresentation, } from './generated/types/QuickActionExecutionRepresentation';
26
26
  export type { QuickActionExecutionRepresentation } from './generated/types/QuickActionExecutionRepresentation';
27
+ export { notifyUpdateAvailableFactory as NotifyQuickActionDefaultsUpdateAvailable } from './generated/types/QuickActionDefaultsRepresentation';
27
28
  export type { PerformActionInputRepresentation } from './generated/types/PerformActionInputRepresentation';
28
29
  export type { RecordInputRepresentation } from './generated/types/RecordInputRepresentation';
29
30
  export type { GraphQLRepresentation, GraphQLRepresentationData, } from './generated/types/GraphQLRepresentation';
@@ -10,6 +10,7 @@ export declare let getRecordNotifyChange: any;
10
10
  export declare let notifyRecordUpdateAvailable: any;
11
11
  export declare let notifyListViewSummaryUpdateAvailable: any;
12
12
  export declare let notifyListInfoUpdateAvailable: any;
13
+ export declare let notifyQuickActionDefaultsUpdateAvailable: any;
13
14
  export { createRecordInputFilteredByEditedFields, generateRecordInputForCreate, generateRecordInputForUpdate, getFieldDisplayValue, getFieldValue, getRecordInput, } from './uiapi-static-functions';
14
15
  export { keyBuilder as keyBuilderRecord } from './generated/types/RecordRepresentation';
15
16
  export { ingest as ingestRecord, createIngestRecordWithFields, } from './raml-artifacts/types/RecordRepresentation/ingest';