@salesforce/lds-adapters-industries-recordaggregation 0.1.0-dev1

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 (68) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-recordaggregation.js +3999 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/deleteRecordAggregationDefinition.d.ts +14 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getBulkRecordRollupDefinitionDetails.d.ts +17 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getRecordAggregationApplicableObjects.d.ts +26 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getRecordAggregationDefinition.d.ts +28 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getRecordAggregationEntityApplicableFields.d.ts +27 -0
  9. package/dist/es/es2018/types/src/generated/adapters/patchRecordAggregationDefinition.d.ts +19 -0
  10. package/dist/es/es2018/types/src/generated/adapters/performBulkRecordRollupSyncExecution.d.ts +16 -0
  11. package/dist/es/es2018/types/src/generated/adapters/postGenerateRecordRollupResult.d.ts +18 -0
  12. package/dist/es/es2018/types/src/generated/adapters/postRecordAggregationCreation.d.ts +18 -0
  13. package/dist/es/es2018/types/src/generated/adapters/putRecordAggregationDefinition.d.ts +20 -0
  14. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +10 -0
  15. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -0
  16. package/dist/es/es2018/types/src/generated/resources/deleteConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +12 -0
  17. package/dist/es/es2018/types/src/generated/resources/getConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/resources/getConnectRecordAggregationUtilitiesApplicableObjects.d.ts +12 -0
  19. package/dist/es/es2018/types/src/generated/resources/getConnectRecordAggregationUtilitiesApplicableObjectsApplicableFieldsByObjectName.d.ts +15 -0
  20. package/dist/es/es2018/types/src/generated/resources/patchConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +18 -0
  21. package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregation.d.ts +15 -0
  22. package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregationBulkRecordRollupDetails.d.ts +14 -0
  23. package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregationBulkRecordRollupSyncExecution.d.ts +13 -0
  24. package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregationRecordRollupResultsByRecordAggregationDefinitionId.d.ts +19 -0
  25. package/dist/es/es2018/types/src/generated/resources/putConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +19 -0
  26. package/dist/es/es2018/types/src/generated/types/BulkRecordRollupDefinitionDetailsInputRepresentation.d.ts +34 -0
  27. package/dist/es/es2018/types/src/generated/types/BulkRecordRollupDefinitionDetailsOutputRepresentation.d.ts +47 -0
  28. package/dist/es/es2018/types/src/generated/types/BulkRecordRollupSyncExecutionInputRepresentation.d.ts +29 -0
  29. package/dist/es/es2018/types/src/generated/types/BulkRecordRollupSyncExecutionOutputRepresentation.d.ts +47 -0
  30. package/dist/es/es2018/types/src/generated/types/RADFieldFilterOutputRepresentation.d.ts +46 -0
  31. package/dist/es/es2018/types/src/generated/types/RADJoinFieldOutputRepresentation.d.ts +31 -0
  32. package/dist/es/es2018/types/src/generated/types/RADNodeFilterOutputRepresentation.d.ts +35 -0
  33. package/dist/es/es2018/types/src/generated/types/RADNodeObjectOutputRepresentation.d.ts +34 -0
  34. package/dist/es/es2018/types/src/generated/types/RADNodeOutputRepresentation.d.ts +43 -0
  35. package/dist/es/es2018/types/src/generated/types/RADOutputRepresentation.d.ts +68 -0
  36. package/dist/es/es2018/types/src/generated/types/RecordAggregationApplicableFieldOutputRepresentation.d.ts +40 -0
  37. package/dist/es/es2018/types/src/generated/types/RecordAggregationApplicableObjectOutputRepresentation.d.ts +31 -0
  38. package/dist/es/es2018/types/src/generated/types/RecordAggregationApplicableObjectsOutputRepresentation.d.ts +35 -0
  39. package/dist/es/es2018/types/src/generated/types/RecordAggregationAssociatedObjectInputRepresentation.d.ts +28 -0
  40. package/dist/es/es2018/types/src/generated/types/RecordAggregationCreationInputRepresentation.d.ts +35 -0
  41. package/dist/es/es2018/types/src/generated/types/RecordAggregationCreationOutputRepresentation.d.ts +43 -0
  42. package/dist/es/es2018/types/src/generated/types/RecordAggregationDefinitionInputRepresentation.d.ts +28 -0
  43. package/dist/es/es2018/types/src/generated/types/RecordAggregationDefinitionPartialUpdateInputRepresentation.d.ts +37 -0
  44. package/dist/es/es2018/types/src/generated/types/RecordAggregationDefinitionPartialUpdateOutputRepresentation.d.ts +40 -0
  45. package/dist/es/es2018/types/src/generated/types/RecordAggregationEntityApplicableFieldsOutputRepresentation.d.ts +42 -0
  46. package/dist/es/es2018/types/src/generated/types/RecordAggregationFilterInputRepresentation.d.ts +32 -0
  47. package/dist/es/es2018/types/src/generated/types/RecordAggregationFilterRowInputRepresentation.d.ts +37 -0
  48. package/dist/es/es2018/types/src/generated/types/RecordAggregationJoinInputRepresentation.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/types/RecordAggregationNodeInputRepresentation.d.ts +43 -0
  50. package/dist/es/es2018/types/src/generated/types/RecordAggregationUpdationInputRepresentation.d.ts +38 -0
  51. package/dist/es/es2018/types/src/generated/types/RecordAggregationUpdationOutputRepresentation.d.ts +40 -0
  52. package/dist/es/es2018/types/src/generated/types/RecordRollupDefinitionDetailsErrorOutputRepresentation.d.ts +31 -0
  53. package/dist/es/es2018/types/src/generated/types/RecordRollupDefinitionDetailsOutputRepresentation.d.ts +50 -0
  54. package/dist/es/es2018/types/src/generated/types/RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation.d.ts +34 -0
  55. package/dist/es/es2018/types/src/generated/types/RecordRollupResultColumnOutputRepresentation.d.ts +49 -0
  56. package/dist/es/es2018/types/src/generated/types/RecordRollupResultInputRepresentation.d.ts +31 -0
  57. package/dist/es/es2018/types/src/generated/types/RecordRollupResultLastUpdatedDetailsOutputRepresentation.d.ts +34 -0
  58. package/dist/es/es2018/types/src/generated/types/RecordRollupResultOutputRepresentation.d.ts +57 -0
  59. package/dist/es/es2018/types/src/generated/types/RecordRollupResultRowOutputRepresentation.d.ts +32 -0
  60. package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionErrorOutputRepresentation.d.ts +31 -0
  61. package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionInputRepresentation.d.ts +31 -0
  62. package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionOutputRepresentation.d.ts +34 -0
  63. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  64. package/package.json +66 -0
  65. package/sfdc/index.d.ts +1 -0
  66. package/sfdc/index.js +4121 -0
  67. package/src/raml/api.raml +824 -0
  68. package/src/raml/luvio.raml +78 -0
@@ -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 = "ce1cead216e33254d69363dfae124922";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordAggregationDefinitionInputRepresentation, existing: RecordAggregationDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationDefinitionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordAggregationDefinitionInputRepresentationNormalized, incoming: RecordAggregationDefinitionInputRepresentationNormalized): 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: RecordAggregationDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for Generate DPE Input Class
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordAggregationDefinitionInputRepresentationNormalized {
17
+ /** Record Aggregation Definition record id if nothing provided default to ALL */
18
+ definitionId: string;
19
+ }
20
+ /**
21
+ * Input representation for Generate DPE Input Class
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface RecordAggregationDefinitionInputRepresentation {
27
+ definitionId: string;
28
+ }
@@ -0,0 +1,37 @@
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 = "67f17d04a8f688f5d7b59574b56b43ed";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordAggregationDefinitionPartialUpdateInputRepresentation, existing: RecordAggregationDefinitionPartialUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationDefinitionPartialUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordAggregationDefinitionPartialUpdateInputRepresentationNormalized, incoming: RecordAggregationDefinitionPartialUpdateInputRepresentationNormalized): 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: RecordAggregationDefinitionPartialUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for partial update of a Record Aggregation Definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordAggregationDefinitionPartialUpdateInputRepresentationNormalized {
17
+ /** The description of the record aggregation definition. */
18
+ definitionDescription?: string;
19
+ /** The display name of the record aggregation definition. */
20
+ definitionDisplayName?: string;
21
+ /** Indicates whether on demand record rollup must be enabled (true) for the specified record aggregation definition ID, or not (false). */
22
+ enableOnDemand?: boolean;
23
+ /** Status of record aggregation definition. */
24
+ status?: string;
25
+ }
26
+ /**
27
+ * Input representation for partial update of a Record Aggregation Definition
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface RecordAggregationDefinitionPartialUpdateInputRepresentation {
33
+ definitionDescription?: string;
34
+ definitionDisplayName?: string;
35
+ enableOnDemand?: boolean;
36
+ status?: string;
37
+ }
@@ -0,0 +1,40 @@
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 = "283ece02338d0d6ce28909ac02e76bc1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ id: string;
7
+ }
8
+ export type RecordAggregationDefinitionPartialUpdateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialRecordAggregationDefinitionPartialUpdateOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RecordAggregationDefinitionPartialUpdateOutputRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RecordAggregationDefinitionPartialUpdateOutputRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RecordAggregationDefinitionPartialUpdateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: RecordAggregationDefinitionPartialUpdateOutputRepresentation, existing: RecordAggregationDefinitionPartialUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationDefinitionPartialUpdateOutputRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: RecordAggregationDefinitionPartialUpdateOutputRepresentationNormalized, incoming: RecordAggregationDefinitionPartialUpdateOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecordAggregationDefinitionPartialUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * Output representation for partial update of Record Aggregation Definition
21
+ *
22
+ * Keys:
23
+ * id (string): statusCode
24
+ */
25
+ export interface RecordAggregationDefinitionPartialUpdateOutputRepresentationNormalized {
26
+ /** The message accompanying the HTTP response code. */
27
+ message: string;
28
+ /** HTTP response code. */
29
+ statusCode: string;
30
+ }
31
+ /**
32
+ * Output representation for partial update of Record Aggregation Definition
33
+ *
34
+ * Keys:
35
+ * id (string): statusCode
36
+ */
37
+ export interface RecordAggregationDefinitionPartialUpdateOutputRepresentation {
38
+ message: string;
39
+ statusCode: string;
40
+ }
@@ -0,0 +1,42 @@
1
+ import { RecordAggregationApplicableFieldOutputRepresentation as RecordAggregationApplicableFieldOutputRepresentation_RecordAggregationApplicableFieldOutputRepresentation } from './RecordAggregationApplicableFieldOutputRepresentation';
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 = "3c44d9ec6604e1f30267b907f64fd09f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecordAggregationEntityApplicableFieldsOutputRepresentation, existing: RecordAggregationEntityApplicableFieldsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationEntityApplicableFieldsOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecordAggregationEntityApplicableFieldsOutputRepresentationNormalized, incoming: RecordAggregationEntityApplicableFieldsOutputRepresentationNormalized): 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: RecordAggregationEntityApplicableFieldsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation for Entity Applicable Fields
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecordAggregationEntityApplicableFieldsOutputRepresentationNormalized {
18
+ /** List of applicable join fields with the apiName and label attributes. The list of fields is sorted by the apiName. */
19
+ fields: Array<RecordAggregationApplicableFieldOutputRepresentation_RecordAggregationApplicableFieldOutputRepresentation>;
20
+ /** Message returned in response. */
21
+ message: string;
22
+ /** The HTTP Status Code for this response. */
23
+ statusCode: string;
24
+ /** List of supported operators for the specified field data type. */
25
+ validOperators: {
26
+ [key: string]: unknown;
27
+ };
28
+ }
29
+ /**
30
+ * Output representation for Entity Applicable Fields
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface RecordAggregationEntityApplicableFieldsOutputRepresentation {
36
+ fields: Array<RecordAggregationApplicableFieldOutputRepresentation_RecordAggregationApplicableFieldOutputRepresentation>;
37
+ message: string;
38
+ statusCode: string;
39
+ validOperators: {
40
+ [key: string]: unknown;
41
+ };
42
+ }
@@ -0,0 +1,32 @@
1
+ import { RecordAggregationFilterRowInputRepresentation as RecordAggregationFilterRowInputRepresentation_RecordAggregationFilterRowInputRepresentation } from './RecordAggregationFilterRowInputRepresentation';
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 = "b9c8304be97d9eec190ee417ba0e5e44";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecordAggregationFilterInputRepresentation, existing: RecordAggregationFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationFilterInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecordAggregationFilterInputRepresentationNormalized, incoming: RecordAggregationFilterInputRepresentationNormalized): 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: RecordAggregationFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation of filters of a node in record aggregation definition
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecordAggregationFilterInputRepresentationNormalized {
18
+ /** List of filter conditions containing details such as fields, operators, and filtering values. */
19
+ filterConditions?: Array<RecordAggregationFilterRowInputRepresentation_RecordAggregationFilterRowInputRepresentation>;
20
+ /** A logical expression containing filter conditions, which is used to filter records of the specified object. */
21
+ filterCriteria?: string;
22
+ }
23
+ /**
24
+ * Input representation of filters of a node in record aggregation definition
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface RecordAggregationFilterInputRepresentation {
30
+ filterConditions?: Array<RecordAggregationFilterRowInputRepresentation_RecordAggregationFilterRowInputRepresentation>;
31
+ filterCriteria?: string;
32
+ }
@@ -0,0 +1,37 @@
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 = "cadc60a18fdc9d9712cfde5a9da1536c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordAggregationFilterRowInputRepresentation, existing: RecordAggregationFilterRowInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationFilterRowInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordAggregationFilterRowInputRepresentationNormalized, incoming: RecordAggregationFilterRowInputRepresentationNormalized): 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: RecordAggregationFilterRowInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of filter row in filters of record aggregation definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordAggregationFilterRowInputRepresentationNormalized {
17
+ /** API name of the field used in the filter condition. */
18
+ fieldApiName: string;
19
+ /** Logical operator used in the filter condition. */
20
+ operator: string;
21
+ /** Indicates the order in which the filter conditions are applied to filter records of the specified object. */
22
+ sequence: number;
23
+ /** Value compared for the filter */
24
+ value: string;
25
+ }
26
+ /**
27
+ * Input representation of filter row in filters of record aggregation definition
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface RecordAggregationFilterRowInputRepresentation {
33
+ fieldApiName: string;
34
+ operator: string;
35
+ sequence: number;
36
+ value: string;
37
+ }
@@ -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 = "d4dce6b7f94fe6dac39123d636fa4078";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordAggregationJoinInputRepresentation, existing: RecordAggregationJoinInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationJoinInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordAggregationJoinInputRepresentationNormalized, incoming: RecordAggregationJoinInputRepresentationNormalized): 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: RecordAggregationJoinInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of join of a node in record aggregation definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordAggregationJoinInputRepresentationNormalized {
17
+ /** The API name of the field. */
18
+ fieldApiName: string;
19
+ }
20
+ /**
21
+ * Input representation of join of a node in record aggregation definition
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface RecordAggregationJoinInputRepresentation {
27
+ fieldApiName: string;
28
+ }
@@ -0,0 +1,43 @@
1
+ import { RecordAggregationFilterInputRepresentation as RecordAggregationFilterInputRepresentation_RecordAggregationFilterInputRepresentation } from './RecordAggregationFilterInputRepresentation';
2
+ import { RecordAggregationJoinInputRepresentation as RecordAggregationJoinInputRepresentation_RecordAggregationJoinInputRepresentation } from './RecordAggregationJoinInputRepresentation';
3
+ import { RecordAggregationAssociatedObjectInputRepresentation as RecordAggregationAssociatedObjectInputRepresentation_RecordAggregationAssociatedObjectInputRepresentation } from './RecordAggregationAssociatedObjectInputRepresentation';
4
+ 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';
5
+ export declare const VERSION = "3c39ea55354c276376cf12a99e800e79";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: RecordAggregationNodeInputRepresentation, existing: RecordAggregationNodeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationNodeInputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: RecordAggregationNodeInputRepresentationNormalized, incoming: RecordAggregationNodeInputRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecordAggregationNodeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Input representation of a node in record aggregation definition
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface RecordAggregationNodeInputRepresentationNormalized {
20
+ /** List of filter conditions and the filter criteria that are used to filter records of the specified object. */
21
+ filterDetails?: RecordAggregationFilterInputRepresentation_RecordAggregationFilterInputRepresentation;
22
+ /** Represents the name and API name of the join field in the current object that is used to join with the next object. is used to join with the next object. */
23
+ nextObjectJoinDetails?: RecordAggregationJoinInputRepresentation_RecordAggregationJoinInputRepresentation;
24
+ /** Represents the name and API name of the object used in the record aggregation definition. definition. */
25
+ objectDetails: RecordAggregationAssociatedObjectInputRepresentation_RecordAggregationAssociatedObjectInputRepresentation;
26
+ /** Represents the API name of the join field in the current object that is used to join with the preceding object. used to join with the preceding object. */
27
+ previousObjectJoinDetails?: RecordAggregationJoinInputRepresentation_RecordAggregationJoinInputRepresentation;
28
+ /** The position of the current object in the record aggregation definition. definition. */
29
+ sequence: number;
30
+ }
31
+ /**
32
+ * Input representation of a node in record aggregation definition
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface RecordAggregationNodeInputRepresentation {
38
+ filterDetails?: RecordAggregationFilterInputRepresentation_RecordAggregationFilterInputRepresentation;
39
+ nextObjectJoinDetails?: RecordAggregationJoinInputRepresentation_RecordAggregationJoinInputRepresentation;
40
+ objectDetails: RecordAggregationAssociatedObjectInputRepresentation_RecordAggregationAssociatedObjectInputRepresentation;
41
+ previousObjectJoinDetails?: RecordAggregationJoinInputRepresentation_RecordAggregationJoinInputRepresentation;
42
+ sequence: number;
43
+ }
@@ -0,0 +1,38 @@
1
+ import { RecordAggregationNodeInputRepresentation as RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation } from './RecordAggregationNodeInputRepresentation';
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 = "ff23c480bde5b4c6d69060edc9edbc29";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecordAggregationUpdationInputRepresentation, existing: RecordAggregationUpdationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationUpdationInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecordAggregationUpdationInputRepresentationNormalized, incoming: RecordAggregationUpdationInputRepresentationNormalized): 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: RecordAggregationUpdationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation of record aggregation definition updation api
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecordAggregationUpdationInputRepresentationNormalized {
18
+ /** List of objects included in the record aggregation definition. Each item in this collection represents object details, join field details, and filters. */
19
+ aggregationObjects: Array<RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation>;
20
+ /** The description of the record aggregation definition. */
21
+ definitionDescription?: string;
22
+ /** The display name of the record aggregation definition. */
23
+ definitionDisplayName: string;
24
+ /** Status of the record aggregation definition. */
25
+ status?: string;
26
+ }
27
+ /**
28
+ * Input representation of record aggregation definition updation api
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface RecordAggregationUpdationInputRepresentation {
34
+ aggregationObjects: Array<RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation>;
35
+ definitionDescription?: string;
36
+ definitionDisplayName: string;
37
+ status?: string;
38
+ }
@@ -0,0 +1,40 @@
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 = "f0ea8c85a5a54a087ec6802a512e69cd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ id: string;
7
+ }
8
+ export type RecordAggregationUpdationOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialRecordAggregationUpdationOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RecordAggregationUpdationOutputRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RecordAggregationUpdationOutputRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RecordAggregationUpdationOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: RecordAggregationUpdationOutputRepresentation, existing: RecordAggregationUpdationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationUpdationOutputRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: RecordAggregationUpdationOutputRepresentationNormalized, incoming: RecordAggregationUpdationOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecordAggregationUpdationOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * Represents the output for updating Record Aggregation Definition
21
+ *
22
+ * Keys:
23
+ * id (string): statusCode
24
+ */
25
+ export interface RecordAggregationUpdationOutputRepresentationNormalized {
26
+ /** Message associated with the response status code. */
27
+ message: string;
28
+ /** The HTTP Status Code for this response. */
29
+ statusCode: string;
30
+ }
31
+ /**
32
+ * Represents the output for updating Record Aggregation Definition
33
+ *
34
+ * Keys:
35
+ * id (string): statusCode
36
+ */
37
+ export interface RecordAggregationUpdationOutputRepresentation {
38
+ message: string;
39
+ statusCode: string;
40
+ }
@@ -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 = "c129efabba808636007b868dc6c3d067";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordRollupDefinitionDetailsErrorOutputRepresentation, existing: RecordRollupDefinitionDetailsErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordRollupDefinitionDetailsErrorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordRollupDefinitionDetailsErrorOutputRepresentationNormalized, incoming: RecordRollupDefinitionDetailsErrorOutputRepresentationNormalized): 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: RecordRollupDefinitionDetailsErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents the errors while fetching record aggregation definition details
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordRollupDefinitionDetailsErrorOutputRepresentationNormalized {
17
+ /** The message associated with the error type. */
18
+ message: string;
19
+ /** The type of error, such as VALIDATION_ERROR, SUPPRESS_ERROR, and so on. */
20
+ type: string;
21
+ }
22
+ /**
23
+ * Represents the errors while fetching record aggregation definition details
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface RecordRollupDefinitionDetailsErrorOutputRepresentation {
29
+ message: string;
30
+ type: string;
31
+ }
@@ -0,0 +1,50 @@
1
+ import { RecordRollupDefinitionDetailsErrorOutputRepresentation as RecordRollupDefinitionDetailsErrorOutputRepresentation_RecordRollupDefinitionDetailsErrorOutputRepresentation } from './RecordRollupDefinitionDetailsErrorOutputRepresentation';
2
+ import { RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation as RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation_RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation } from './RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation';
3
+ 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';
4
+ export declare const VERSION = "666b88fed89f114d1586d78611a31d3e";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: RecordRollupDefinitionDetailsOutputRepresentation, existing: RecordRollupDefinitionDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordRollupDefinitionDetailsOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: RecordRollupDefinitionDetailsOutputRepresentationNormalized, incoming: RecordRollupDefinitionDetailsOutputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecordRollupDefinitionDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents the output for Single Record Rollup Definition Details
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecordRollupDefinitionDetailsOutputRepresentationNormalized {
19
+ /** The developer name of the record aggregation definition. */
20
+ developerName?: string;
21
+ error?: RecordRollupDefinitionDetailsErrorOutputRepresentation_RecordRollupDefinitionDetailsErrorOutputRepresentation;
22
+ /** The id of the record aggregation definition. */
23
+ id?: string;
24
+ /** Indicates whether on demand capability is enabled for the definition (true) or not (false). */
25
+ isOnDemandEnabled?: boolean;
26
+ /** The information about the last time the record rollup results were updated for the specified definition and anchor record ID. */
27
+ lastUpdatedDetails?: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation_RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation;
28
+ /** The display name of the definition. */
29
+ name?: string;
30
+ /** The resolved anchor record ID will always be the anchorRecordId passed in the request except the case where the anchorRecordId is of Account and the Rollup definition has PartyRelationshipGroup as the target object. */
31
+ resolvedAnchorId?: string;
32
+ /** The HTTP status code to get the definition’s details. */
33
+ status: string;
34
+ }
35
+ /**
36
+ * Represents the output for Single Record Rollup Definition Details
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface RecordRollupDefinitionDetailsOutputRepresentation {
42
+ developerName?: string;
43
+ error?: RecordRollupDefinitionDetailsErrorOutputRepresentation_RecordRollupDefinitionDetailsErrorOutputRepresentation;
44
+ id?: string;
45
+ isOnDemandEnabled?: boolean;
46
+ lastUpdatedDetails?: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation_RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation;
47
+ name?: string;
48
+ resolvedAnchorId?: string;
49
+ status: string;
50
+ }
@@ -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 = "ec7444b32b8111566bf44c407dfcb42e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation, existing: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordRollupDefinitionLastUpdatedDetailsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentationNormalized, incoming: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentationNormalized): 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: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents the last updated information of the record rollup results.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordRollupDefinitionLastUpdatedDetailsOutputRepresentationNormalized {
17
+ /** The epoch timestamp in milliseconds when the record rollup results were last updated for the specified definition and anchor record ID. */
18
+ epochTime?: number;
19
+ /** The type of error encountered while fetching the last updated record rollup definition details. */
20
+ errorType?: string;
21
+ /** The record rollup mode which generated the last updated details - Batch or On-Demand. */
22
+ processingMode?: string;
23
+ }
24
+ /**
25
+ * Represents the last updated information of the record rollup results.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation {
31
+ epochTime?: number;
32
+ errorType?: string;
33
+ processingMode?: string;
34
+ }
@@ -0,0 +1,49 @@
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 = "02daf0b89e25c17101427c70217f6ffb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordRollupResultColumnOutputRepresentation, existing: RecordRollupResultColumnOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordRollupResultColumnOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordRollupResultColumnOutputRepresentationNormalized, incoming: RecordRollupResultColumnOutputRepresentationNormalized): 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: RecordRollupResultColumnOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents the output for fetching Record Rollup Results
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordRollupResultColumnOutputRepresentationNormalized {
17
+ /** The data type of the field representing this column. This data type corresponds to the type which the lightning data table understands. */
18
+ displayFormatType: string;
19
+ /** Api Name of the field representing the column. */
20
+ fieldApiName: string;
21
+ /** Label of the field representing the column. */
22
+ fieldLabel: string;
23
+ /** Indicates whether clicking on the column label redirects to the relevant record details page (true) or not (false). This field is applicable only to the Name field. */
24
+ isRedirectionEnabled: boolean;
25
+ /** Indicates whether the column is sortable (true) or not (false). */
26
+ isSortable: boolean;
27
+ /** Indicates whether the field is of type Name (true) or not (false). */
28
+ isTypeName: boolean;
29
+ /** The sequence in which the column should appear in the data table. */
30
+ sequence: number;
31
+ /** Represents the field using which the column is sorted. */
32
+ sortByField: string;
33
+ }
34
+ /**
35
+ * Represents the output for fetching Record Rollup Results
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface RecordRollupResultColumnOutputRepresentation {
41
+ displayFormatType: string;
42
+ fieldApiName: string;
43
+ fieldLabel: string;
44
+ isRedirectionEnabled: boolean;
45
+ isSortable: boolean;
46
+ isTypeName: boolean;
47
+ sequence: number;
48
+ sortByField: string;
49
+ }
@@ -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 = "15ba3e5d2504b883a28f79f1a5c6918f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordRollupResultInputRepresentation, existing: RecordRollupResultInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordRollupResultInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordRollupResultInputRepresentationNormalized, incoming: RecordRollupResultInputRepresentationNormalized): 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: RecordRollupResultInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for fetching record aggregation result
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordRollupResultInputRepresentationNormalized {
17
+ /** Indicates whether the sort order is set as ascending (true) or not (false).The default value is set as descending when sortBy is not assigned any value. */
18
+ isSortOrderAscending?: boolean;
19
+ /** Criteria to sort the record rollup results. The default value is CreatedDate. */
20
+ sortBy?: string;
21
+ }
22
+ /**
23
+ * Input representation for fetching record aggregation result
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface RecordRollupResultInputRepresentation {
29
+ isSortOrderAscending?: boolean;
30
+ sortBy?: 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 = "3f96fe3b7f6f6b28852304ac9f5bb831";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordRollupResultLastUpdatedDetailsOutputRepresentation, existing: RecordRollupResultLastUpdatedDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordRollupResultLastUpdatedDetailsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordRollupResultLastUpdatedDetailsOutputRepresentationNormalized, incoming: RecordRollupResultLastUpdatedDetailsOutputRepresentationNormalized): 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: RecordRollupResultLastUpdatedDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents the last updated information of the record rollup results.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordRollupResultLastUpdatedDetailsOutputRepresentationNormalized {
17
+ /** The epoch timestamp in milliseconds when the record rollup results were last updated for the specified definition and anchor record ID. */
18
+ epochTime?: number;
19
+ /** The type of error encountered while fetching the last updated record rollup definition details. */
20
+ errorType?: string;
21
+ /** The record rollup mode which generated the last updated details - Batch or On-Demand. */
22
+ processingMode?: string;
23
+ }
24
+ /**
25
+ * Represents the last updated information of the record rollup results.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface RecordRollupResultLastUpdatedDetailsOutputRepresentation {
31
+ epochTime?: number;
32
+ errorType?: string;
33
+ processingMode?: string;
34
+ }