@salesforce/lds-adapters-uiapi 1.230.0 → 1.232.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.
Files changed (43) hide show
  1. package/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +1 -0
  2. package/dist/es/es2018/types/src/generated/adapters/getAllApps.d.ts +1 -1
  3. package/dist/es/es2018/types/src/generated/adapters/getAppDetails.d.ts +1 -1
  4. package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +1 -1
  5. package/dist/es/es2018/types/src/generated/resources/deleteUiApiHealthCheck.d.ts +8 -0
  6. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/resources/getUiApiApps.d.ts +1 -1
  8. package/dist/es/es2018/types/src/generated/resources/getUiApiAppsByAppId.d.ts +1 -1
  9. package/dist/es/es2018/types/src/generated/resources/getUiApiAppsSelected.d.ts +1 -1
  10. package/dist/es/es2018/types/src/generated/resources/getUiApiHealthCheck.d.ts +12 -0
  11. package/dist/es/es2018/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +1 -1
  12. package/dist/es/es2018/types/src/generated/resources/patchUiApiHealthCheck.d.ts +6 -0
  13. package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +21 -0
  14. package/dist/es/es2018/types/src/generated/resources/postUiApiHealthCheck.d.ts +9 -0
  15. package/dist/es/es2018/types/src/generated/resources/postUiApiRecords.d.ts +1 -0
  16. package/dist/es/es2018/types/src/generated/resources/putUiApiHealthCheck.d.ts +6 -0
  17. package/dist/es/es2018/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +1 -0
  18. package/dist/es/es2018/types/src/generated/types/BatchInputRepresentation.d.ts +31 -0
  19. package/dist/es/es2018/types/src/generated/types/BatchOperationInputRepresentation.d.ts +31 -0
  20. package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +8 -1
  21. package/dist/es/es2018/types/src/generated/types/HealthCheckRepresentation.d.ts +28 -0
  22. package/dist/es/es2018/types/src/generated/types/ListFieldErrorRepresentation.d.ts +31 -0
  23. package/dist/es/es2018/types/src/generated/types/ListFilterByInfoInputRepresentation.d.ts +34 -0
  24. package/dist/es/es2018/types/src/generated/types/ListInfoErrorRepresentation.d.ts +29 -0
  25. package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +3 -3
  26. package/dist/es/es2018/types/src/generated/types/ListObjectScopeAvailableEntityRepresentation.d.ts +31 -0
  27. package/dist/es/es2018/types/src/generated/types/ListObjectScopeRepresentation.d.ts +35 -0
  28. package/dist/es/es2018/types/src/generated/types/ListScopeInputRepresentation.d.ts +34 -0
  29. package/dist/es/es2018/types/src/generated/types/PicklistValueRepresentation.d.ts +2 -1
  30. package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +1 -1
  31. package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +3 -3
  32. package/dist/es/es2018/types/src/generated/types/RecordIdRepresentation.d.ts +28 -0
  33. package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +1 -1
  34. package/dist/es/es2018/types/src/generated/types/SearchAnswersRecordRepresentation.d.ts +3 -3
  35. package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +1 -1
  36. package/dist/es/es2018/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +1 -1
  37. package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +1 -1
  38. package/dist/es/es2018/types/src/generated/types/WorkStepPicklistValueAttributeRepresentation.d.ts +33 -0
  39. package/dist/es/es2018/uiapi-records-service.js +464 -454
  40. package/package.json +1 -1
  41. package/sfdc/graphqlAdapters.js +393 -369
  42. package/sfdc/index.js +441 -431
  43. package/src/raml/api.raml +502 -149
@@ -6,6 +6,7 @@ export declare const adapterName = "createRecord";
6
6
  export declare const createRecord_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const createRecord_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface CreateRecordConfig {
9
+ includeFieldsInBody?: boolean;
9
10
  triggerOtherEmail?: boolean;
10
11
  triggerUserEmail?: boolean;
11
12
  useDefaultRule?: boolean;
@@ -6,7 +6,7 @@ export declare const adapterName = "getAllApps";
6
6
  export declare const getAllApps_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const getAllApps_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface GetAllAppsConfig {
9
- formFactor: string;
9
+ formFactor?: string;
10
10
  userCustomizations?: boolean;
11
11
  }
12
12
  export declare const createResourceParams: (config: GetAllAppsConfig) => resources_getUiApiApps_ResourceRequestConfig;
@@ -7,7 +7,7 @@ export declare const getAppDetails_ConfigPropertyMetadata: $64$luvio_engine_Adap
7
7
  export declare const getAppDetails_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface GetAppDetailsConfig {
9
9
  appId: string;
10
- formFactor: string;
10
+ formFactor?: string;
11
11
  userCustomizations?: boolean;
12
12
  }
13
13
  export declare const createResourceParams: (config: GetAppDetailsConfig) => resources_getUiApiAppsByAppId_ResourceRequestConfig;
@@ -6,7 +6,7 @@ export declare const adapterName = "getSelectedApp";
6
6
  export declare const getSelectedApp_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const getSelectedApp_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface GetSelectedAppConfig {
9
- formFactor: string;
9
+ formFactor?: string;
10
10
  userCustomizations?: boolean;
11
11
  }
12
12
  export declare const createResourceParams: (config: GetSelectedAppConfig) => resources_getUiApiAppsSelected_ResourceRequestConfig;
@@ -0,0 +1,8 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ }
4
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
5
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
6
+ export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
7
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
8
+ export default createResourceRequest;
@@ -7,7 +7,9 @@ export interface ResourceRequestConfig {
7
7
  };
8
8
  queryParams: {
9
9
  actionTypes?: Array<string>;
10
+ apiNames?: Array<string>;
10
11
  formFactor?: string;
12
+ retrievalMode?: string;
11
13
  sections?: Array<string>;
12
14
  };
13
15
  }
@@ -2,7 +2,7 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
2
2
  import { AppsRepresentation as types_AppsRepresentation_AppsRepresentation } from '../types/AppsRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  queryParams: {
5
- formFactor: string;
5
+ formFactor?: string;
6
6
  userCustomizations?: boolean;
7
7
  };
8
8
  }
@@ -5,7 +5,7 @@ export interface ResourceRequestConfig {
5
5
  appId: string;
6
6
  };
7
7
  queryParams: {
8
- formFactor: string;
8
+ formFactor?: string;
9
9
  userCustomizations?: boolean;
10
10
  };
11
11
  }
@@ -2,7 +2,7 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
2
2
  import { AppRepresentation as types_AppRepresentation_AppRepresentation } from '../types/AppRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  queryParams: {
5
- formFactor: string;
5
+ formFactor?: string;
6
6
  userCustomizations?: boolean;
7
7
  };
8
8
  }
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { HealthCheckRepresentation as types_HealthCheckRepresentation_HealthCheckRepresentation } from '../types/HealthCheckRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ }
5
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
6
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
7
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
8
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_HealthCheckRepresentation_HealthCheckRepresentation): void;
9
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_HealthCheckRepresentation_HealthCheckRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_HealthCheckRepresentation_HealthCheckRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_HealthCheckRepresentation_HealthCheckRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_HealthCheckRepresentation_HealthCheckRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_HealthCheckRepresentation_HealthCheckRepresentation, any>;
10
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_HealthCheckRepresentation_HealthCheckRepresentation>): $64$luvio_engine_ErrorSnapshot;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -5,7 +5,7 @@ export interface ResourceRequestConfig {
5
5
  appId: string;
6
6
  };
7
7
  queryParams: {
8
- formFactor: string;
8
+ formFactor?: string;
9
9
  userCustomizations?: boolean;
10
10
  };
11
11
  }
@@ -0,0 +1,6 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ }
4
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
5
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
6
+ export default createResourceRequest;
@@ -0,0 +1,21 @@
1
+ import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
2
+ import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
3
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
4
+ import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
5
+ export interface ResourceRequestConfig {
6
+ urlParams: {
7
+ listViewId: string;
8
+ };
9
+ body: {
10
+ filterLogicString?: string | null;
11
+ filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
12
+ label?: string;
13
+ scope?: types_ListScopeRepresentation_ListScopeRepresentation | null;
14
+ visibility?: string;
15
+ };
16
+ }
17
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
18
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ListInfoRepresentation_ListInfoRepresentation): void;
19
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListInfoRepresentation_ListInfoRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, any>;
20
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
21
+ export default createResourceRequest;
@@ -0,0 +1,9 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { HealthCheckRepresentation as types_HealthCheckRepresentation_HealthCheckRepresentation } from '../types/HealthCheckRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ }
5
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
6
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_HealthCheckRepresentation_HealthCheckRepresentation): void;
7
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_HealthCheckRepresentation_HealthCheckRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_HealthCheckRepresentation_HealthCheckRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_HealthCheckRepresentation_HealthCheckRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_HealthCheckRepresentation_HealthCheckRepresentation, any>;
8
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
9
+ export default createResourceRequest;
@@ -2,6 +2,7 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
2
2
  import { RecordRepresentation as types_RecordRepresentation_RecordRepresentation } from '../types/RecordRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  queryParams: {
5
+ includeFieldsInBody?: boolean;
5
6
  triggerOtherEmail?: boolean;
6
7
  triggerUserEmail?: boolean;
7
8
  useDefaultRule?: boolean;
@@ -0,0 +1,6 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ }
4
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
5
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
6
+ export default createResourceRequest;
@@ -1,5 +1,6 @@
1
1
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
2
  export declare enum DiscriminatorValues {
3
+ WorkStepStatus = "WorkStepStatus",
3
4
  LeadStatus = "LeadStatus",
4
5
  CaseStatus = "CaseStatus",
5
6
  OpportunityStage = "OpportunityStage"
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "87bb45a6782af8638edd473ca182be9e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BatchInputRepresentation, existing: BatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: BatchInputRepresentationNormalized, incoming: BatchInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Batch Operations on Records.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BatchInputRepresentationNormalized {
17
+ /** Set allOrNone param */
18
+ allOrNone: boolean;
19
+ /** Set operations */
20
+ operations: Array<{}>;
21
+ }
22
+ /**
23
+ * Batch Operations on Records.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface BatchInputRepresentation {
29
+ allOrNone: boolean;
30
+ operations: Array<{}>;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "08c74cb554774bcbcb2c1ef163e3f41d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BatchOperationInputRepresentation, existing: BatchOperationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchOperationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: BatchOperationInputRepresentationNormalized, incoming: BatchOperationInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchOperationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Batch operation.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BatchOperationInputRepresentationNormalized {
17
+ /** Set records param */
18
+ records: Array<{}>;
19
+ /** Set records param */
20
+ type: string;
21
+ }
22
+ /**
23
+ * Batch operation.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface BatchOperationInputRepresentation {
29
+ records: Array<{}>;
30
+ type: string;
31
+ }
@@ -1,6 +1,6 @@
1
1
  import { GraphQLErrorLocation as GraphQLErrorLocation_GraphQLErrorLocation } from './GraphQLErrorLocation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "81d437e21c634258ecb8a374f42f65f6";
3
+ export declare const VERSION = "fed2a1b51b8fbea92b53e5e0d0408fa4";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: GraphQLErrorRepresentation, existing: GraphQLErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GraphQLErrorRepresentationNormalized;
@@ -15,6 +15,10 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  * (none)
16
16
  */
17
17
  export interface GraphQLErrorRepresentationNormalized {
18
+ /** The extensions of the error occurred. */
19
+ extensions: {
20
+ [key: string]: {};
21
+ };
18
22
  /** The locations where the error occurred. */
19
23
  locations: Array<GraphQLErrorLocation_GraphQLErrorLocation>;
20
24
  /** The reason the error occurred. */
@@ -29,6 +33,9 @@ export interface GraphQLErrorRepresentationNormalized {
29
33
  * (none)
30
34
  */
31
35
  export interface GraphQLErrorRepresentation {
36
+ extensions: {
37
+ [key: string]: {};
38
+ };
32
39
  locations: Array<GraphQLErrorLocation_GraphQLErrorLocation>;
33
40
  message: string;
34
41
  paths: Array<{}>;
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "8ca37d9f13fd8fbff45bcfcbd74937ee";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: HealthCheckRepresentation, existing: HealthCheckRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): HealthCheckRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: HealthCheckRepresentationNormalized, incoming: HealthCheckRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: HealthCheckRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * api health check output
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface HealthCheckRepresentationNormalized {
17
+ /** Result. */
18
+ result: string;
19
+ }
20
+ /**
21
+ * api health check output
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface HealthCheckRepresentation {
27
+ result: string;
28
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "a1bb2ba8157638a0917a2a7507562661";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListFieldErrorRepresentation, existing: ListFieldErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListFieldErrorRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListFieldErrorRepresentationNormalized, incoming: ListFieldErrorRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListFieldErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * ListFieldErrorRepresentation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ListFieldErrorRepresentationNormalized {
17
+ /** Further information about the column's error. */
18
+ errorMessage: string;
19
+ /** API name for the field with an error. */
20
+ fieldApiName: string;
21
+ }
22
+ /**
23
+ * ListFieldErrorRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ListFieldErrorRepresentation {
29
+ errorMessage: string;
30
+ fieldApiName: string;
31
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "5d2198bf54f66923e0ed65e23b740612";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListFilterByInfoInputRepresentation, existing: ListFilterByInfoInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListFilterByInfoInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListFilterByInfoInputRepresentationNormalized, incoming: ListFilterByInfoInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListFilterByInfoInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of a List Filter By Info input.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ListFilterByInfoInputRepresentationNormalized {
17
+ /** Input representation for API name for the field used to filter. */
18
+ fieldApiName: string;
19
+ /** Input representation for the values to filter by. */
20
+ operandLabels: Array<string>;
21
+ /** Input representation for Operator (such as equals, starts with). */
22
+ operator: string;
23
+ }
24
+ /**
25
+ * Representation of a List Filter By Info input.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ListFilterByInfoInputRepresentation {
31
+ fieldApiName: string;
32
+ operandLabels: Array<string>;
33
+ operator: string;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { ListFieldErrorRepresentation as ListFieldErrorRepresentation_ListFieldErrorRepresentation } from './ListFieldErrorRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "938cfdd2d9e0a030796ec7c94c846a44";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ListInfoErrorRepresentation, existing: ListInfoErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListInfoErrorRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ListInfoErrorRepresentationNormalized, incoming: ListInfoErrorRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListInfoErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * ListInfoErrorRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListInfoErrorRepresentationNormalized {
18
+ /** List of errors associated with specific fields. */
19
+ fieldErrors: Array<ListFieldErrorRepresentation_ListFieldErrorRepresentation>;
20
+ }
21
+ /**
22
+ * ListInfoErrorRepresentation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ListInfoErrorRepresentation {
28
+ fieldErrors: Array<ListFieldErrorRepresentation_ListFieldErrorRepresentation>;
29
+ }
@@ -1,6 +1,6 @@
1
1
  import { ListObjectPicklistValueRepresentation as ListObjectPicklistValueRepresentation_ListObjectPicklistValueRepresentation } from './ListObjectPicklistValueRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "2c35f797fead79b5c45b521e77dd6ace";
3
+ export declare const VERSION = "775dc2075ad11574419ab5fdf25ae227";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: ListObjectColumnRepresentation, existing: ListObjectColumnRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListObjectColumnRepresentationNormalized;
@@ -18,7 +18,7 @@ export interface ListObjectColumnRepresentationNormalized {
18
18
  /** The alias for this column. */
19
19
  alias: string;
20
20
  /** The data type for this column. */
21
- dataType: string | null;
21
+ dataType: string;
22
22
  /** The default filter operator for this column. */
23
23
  defaultFilterOperator: string;
24
24
  /** Whether or not this column is displayable. */
@@ -44,7 +44,7 @@ export interface ListObjectColumnRepresentationNormalized {
44
44
  */
45
45
  export interface ListObjectColumnRepresentation {
46
46
  alias: string;
47
- dataType: string | null;
47
+ dataType: string;
48
48
  defaultFilterOperator: string;
49
49
  displayable: boolean;
50
50
  fieldApiName: string;
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d77026c4d63ef00cdd7e3d600687a40d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListObjectScopeAvailableEntityRepresentation, existing: ListObjectScopeAvailableEntityRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListObjectScopeAvailableEntityRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListObjectScopeAvailableEntityRepresentationNormalized, incoming: ListObjectScopeAvailableEntityRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListObjectScopeAvailableEntityRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * ListObjectScopeAvailableEntityRepresentation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ListObjectScopeAvailableEntityRepresentationNormalized {
17
+ /** The id for this scope. */
18
+ id: string;
19
+ /** The label for this scope. */
20
+ label: string;
21
+ }
22
+ /**
23
+ * ListObjectScopeAvailableEntityRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ListObjectScopeAvailableEntityRepresentation {
29
+ id: string;
30
+ label: string;
31
+ }
@@ -0,0 +1,35 @@
1
+ import { ListObjectScopeAvailableEntityRepresentation as ListObjectScopeAvailableEntityRepresentation_ListObjectScopeAvailableEntityRepresentation } from './ListObjectScopeAvailableEntityRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "355933ff2970aa91a2848a94565e956a";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ListObjectScopeRepresentation, existing: ListObjectScopeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListObjectScopeRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ListObjectScopeRepresentationNormalized, incoming: ListObjectScopeRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListObjectScopeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * ListObjectScopeRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListObjectScopeRepresentationNormalized {
18
+ /** The API name for this scope. */
19
+ apiName: string;
20
+ /** The available entities for this scope. */
21
+ availableEntities: Array<ListObjectScopeAvailableEntityRepresentation_ListObjectScopeAvailableEntityRepresentation>;
22
+ /** The label for this scope. */
23
+ label: string;
24
+ }
25
+ /**
26
+ * ListObjectScopeRepresentation
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ListObjectScopeRepresentation {
32
+ apiName: string;
33
+ availableEntities: Array<ListObjectScopeAvailableEntityRepresentation_ListObjectScopeAvailableEntityRepresentation>;
34
+ label: string;
35
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "2c9a35ee93d65ec63f7ce295a76049aa";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListScopeInputRepresentation, existing: ListScopeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListScopeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListScopeInputRepresentationNormalized, incoming: ListScopeInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListScopeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of a list scope for input.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ListScopeInputRepresentationNormalized {
17
+ /** Input representation for the scope's API name. */
18
+ apiName: string;
19
+ /** Input representation for the scope's entity id. */
20
+ entityId: string;
21
+ /** Input representation for the scope's related entity id. */
22
+ relatedEntityId: string;
23
+ }
24
+ /**
25
+ * Representation of a list scope for input.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ListScopeInputRepresentation {
31
+ apiName: string;
32
+ entityId: string;
33
+ relatedEntityId: string;
34
+ }
@@ -1,5 +1,6 @@
1
1
  import { AbstractPicklistValueAttributesRepresentation as AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation } from './AbstractPicklistValueAttributesRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ import { WorkStepPicklistValueAttributeRepresentation as WorkStepPicklistValueAttributeRepresentation_WorkStepPicklistValueAttributeRepresentation } from './WorkStepPicklistValueAttributeRepresentation';
3
4
  import { LeadStatusPicklistValueAttributesRepresentation as LeadStatusPicklistValueAttributesRepresentation_LeadStatusPicklistValueAttributesRepresentation } from './LeadStatusPicklistValueAttributesRepresentation';
4
5
  import { CaseStatusPicklistValueAttributesRepresentation as CaseStatusPicklistValueAttributesRepresentation_CaseStatusPicklistValueAttributesRepresentation } from './CaseStatusPicklistValueAttributesRepresentation';
5
6
  import { OpportunityStagePicklistValueAttributesRepresentation as OpportunityStagePicklistValueAttributesRepresentation_OpportunityStagePicklistValueAttributesRepresentation } from './OpportunityStagePicklistValueAttributesRepresentation';
@@ -34,7 +35,7 @@ export interface PicklistValueRepresentationNormalized {
34
35
  * (none)
35
36
  */
36
37
  export interface PicklistValueRepresentation {
37
- attributes: LeadStatusPicklistValueAttributesRepresentation_LeadStatusPicklistValueAttributesRepresentation | CaseStatusPicklistValueAttributesRepresentation_CaseStatusPicklistValueAttributesRepresentation | OpportunityStagePicklistValueAttributesRepresentation_OpportunityStagePicklistValueAttributesRepresentation | null;
38
+ attributes: WorkStepPicklistValueAttributeRepresentation_WorkStepPicklistValueAttributeRepresentation | LeadStatusPicklistValueAttributesRepresentation_LeadStatusPicklistValueAttributesRepresentation | CaseStatusPicklistValueAttributesRepresentation_CaseStatusPicklistValueAttributesRepresentation | OpportunityStagePicklistValueAttributesRepresentation_OpportunityStagePicklistValueAttributesRepresentation | null;
38
39
  label: string;
39
40
  validFor: Array<number>;
40
41
  value: string;
@@ -45,7 +45,7 @@ export interface PlatformActionRepresentationNormalized {
45
45
  isMassAction: string;
46
46
  /** The label of the action. */
47
47
  label: string;
48
- /** The lwcComponent this action will render, if applicable. */
48
+ /** LWC Component associated with the action */
49
49
  lwcComponent: string | null;
50
50
  /** Hex Color Code, such as 7F8DE1 */
51
51
  primaryColor: string | null;
@@ -1,7 +1,7 @@
1
1
  import { RecordLayoutRepresentation as RecordLayoutRepresentation_RecordLayoutRepresentation } from './RecordLayoutRepresentation';
2
2
  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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
3
  export declare const TTL = 900000;
4
- export declare const VERSION = "3c5af9dc4086169091e3c5df2414c495";
4
+ export declare const VERSION = "35f3eec8ce7f6001c6d5d17821b75bb9";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -19,7 +19,7 @@ export declare function equals(existing: QuickActionLayoutRepresentationNormaliz
19
19
  export declare const ingest: $64$luvio_engine_ResourceIngest;
20
20
  export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: QuickActionLayoutRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
21
  /**
22
- * Representation of a quick action create / update layout.
22
+ * Quick action layout representation for a specific action api name
23
23
  *
24
24
  * Keys:
25
25
  * actionApiName (string): actionApiName
@@ -32,7 +32,7 @@ export interface QuickActionLayoutRepresentationNormalized {
32
32
  layout: $64$luvio_engine_StoreLink;
33
33
  }
34
34
  /**
35
- * Representation of a quick action create / update layout.
35
+ * Quick action layout representation for a specific action api name
36
36
  *
37
37
  * Keys:
38
38
  * actionApiName (string): actionApiName