@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,47 @@
1
+ import { RecordRollupDefinitionDetailsOutputRepresentation as RecordRollupDefinitionDetailsOutputRepresentation_RecordRollupDefinitionDetailsOutputRepresentation } from './RecordRollupDefinitionDetailsOutputRepresentation';
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "c2f199cbe0212e8411f7ac1905805188";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type BulkRecordRollupDefinitionDetailsOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialBulkRecordRollupDefinitionDetailsOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): BulkRecordRollupDefinitionDetailsOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: BulkRecordRollupDefinitionDetailsOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: BulkRecordRollupDefinitionDetailsOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: BulkRecordRollupDefinitionDetailsOutputRepresentation, existing: BulkRecordRollupDefinitionDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BulkRecordRollupDefinitionDetailsOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: BulkRecordRollupDefinitionDetailsOutputRepresentationNormalized, incoming: BulkRecordRollupDefinitionDetailsOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BulkRecordRollupDefinitionDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Represents the output for Bulk Record Rollup Definition Details
22
+ *
23
+ * Keys:
24
+ * id (string): statusCode
25
+ */
26
+ export interface BulkRecordRollupDefinitionDetailsOutputRepresentationNormalized {
27
+ /** Details of the definitions that were processed during bulk request. */
28
+ definitions: Array<RecordRollupDefinitionDetailsOutputRepresentation_RecordRollupDefinitionDetailsOutputRepresentation>;
29
+ /** If true, one or more of the operations in the bulk request didn't complete successfully. */
30
+ errors: boolean;
31
+ /** The message associated with the HTTP response. */
32
+ message: string;
33
+ /** Code that indicates the success, client errors, server errors, or other outcomes of the request. */
34
+ statusCode: string;
35
+ }
36
+ /**
37
+ * Represents the output for Bulk Record Rollup Definition Details
38
+ *
39
+ * Keys:
40
+ * id (string): statusCode
41
+ */
42
+ export interface BulkRecordRollupDefinitionDetailsOutputRepresentation {
43
+ definitions: Array<RecordRollupDefinitionDetailsOutputRepresentation_RecordRollupDefinitionDetailsOutputRepresentation>;
44
+ errors: boolean;
45
+ message: string;
46
+ statusCode: string;
47
+ }
@@ -0,0 +1,29 @@
1
+ import { RecordRollupSyncExecutionInputRepresentation as RecordRollupSyncExecutionInputRepresentation_RecordRollupSyncExecutionInputRepresentation } from './RecordRollupSyncExecutionInputRepresentation';
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 = "076badc979c05ec4bc7b0f7a2894873d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BulkRecordRollupSyncExecutionInputRepresentation, existing: BulkRecordRollupSyncExecutionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BulkRecordRollupSyncExecutionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: BulkRecordRollupSyncExecutionInputRepresentationNormalized, incoming: BulkRecordRollupSyncExecutionInputRepresentationNormalized): 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: BulkRecordRollupSyncExecutionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation of each part in the bulk record rollup sync execution request.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BulkRecordRollupSyncExecutionInputRepresentationNormalized {
18
+ /** List of definition details for which record rollup must be refreshed. */
19
+ definitions: Array<RecordRollupSyncExecutionInputRepresentation_RecordRollupSyncExecutionInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation of each part in the bulk record rollup sync execution request.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface BulkRecordRollupSyncExecutionInputRepresentation {
28
+ definitions: Array<RecordRollupSyncExecutionInputRepresentation_RecordRollupSyncExecutionInputRepresentation>;
29
+ }
@@ -0,0 +1,47 @@
1
+ import { RecordRollupSyncExecutionOutputRepresentation as RecordRollupSyncExecutionOutputRepresentation_RecordRollupSyncExecutionOutputRepresentation } from './RecordRollupSyncExecutionOutputRepresentation';
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "073553fbf5d6e00bd64663ab28817830";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type BulkRecordRollupSyncExecutionOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialBulkRecordRollupSyncExecutionOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): BulkRecordRollupSyncExecutionOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: BulkRecordRollupSyncExecutionOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: BulkRecordRollupSyncExecutionOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: BulkRecordRollupSyncExecutionOutputRepresentation, existing: BulkRecordRollupSyncExecutionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BulkRecordRollupSyncExecutionOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: BulkRecordRollupSyncExecutionOutputRepresentationNormalized, incoming: BulkRecordRollupSyncExecutionOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BulkRecordRollupSyncExecutionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Represents the output for Bulk Record Rollup Sync Execution
22
+ *
23
+ * Keys:
24
+ * id (string): statusCode
25
+ */
26
+ export interface BulkRecordRollupSyncExecutionOutputRepresentationNormalized {
27
+ /** Details of the definitions that were processed in the bulk request. */
28
+ definitions: Array<RecordRollupSyncExecutionOutputRepresentation_RecordRollupSyncExecutionOutputRepresentation>;
29
+ /** If true, one or more of the operations in the bulk request didn't complete successfully. */
30
+ errors: boolean;
31
+ /** The message associated with the HTTP response. */
32
+ message: string;
33
+ /** Code that indicates the success, client errors, server errors, or other outcomes of the request. */
34
+ statusCode: string;
35
+ }
36
+ /**
37
+ * Represents the output for Bulk Record Rollup Sync Execution
38
+ *
39
+ * Keys:
40
+ * id (string): statusCode
41
+ */
42
+ export interface BulkRecordRollupSyncExecutionOutputRepresentation {
43
+ definitions: Array<RecordRollupSyncExecutionOutputRepresentation_RecordRollupSyncExecutionOutputRepresentation>;
44
+ errors: boolean;
45
+ message: string;
46
+ statusCode: string;
47
+ }
@@ -0,0 +1,46 @@
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 = "194b30263c77f9da7e866abebe5a9939";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RADFieldFilterOutputRepresentation, existing: RADFieldFilterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RADFieldFilterOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RADFieldFilterOutputRepresentationNormalized, incoming: RADFieldFilterOutputRepresentationNormalized): 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: RADFieldFilterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents output for a single filter condition applied on a field.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RADFieldFilterOutputRepresentationNormalized {
17
+ /** API name of the field used in the filter condition. */
18
+ fieldApiName: string;
19
+ /** Display label of the field used in the filter condition. */
20
+ fieldLabel: string;
21
+ /** Logical operator used in the filter condition. */
22
+ operator: string;
23
+ /** Display name of the logical operator used in the filter condition. */
24
+ operatorLabel: string;
25
+ /** ID of the filter condition. */
26
+ recordId: string;
27
+ /** Indicates the order in which the filter conditions are applied to filter records of the specified object. */
28
+ sequence: number;
29
+ /** Filter criteria value used in the filter condition. */
30
+ value: string;
31
+ }
32
+ /**
33
+ * Represents output for a single filter condition applied on a field.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface RADFieldFilterOutputRepresentation {
39
+ fieldApiName: string;
40
+ fieldLabel: string;
41
+ operator: string;
42
+ operatorLabel: string;
43
+ recordId: string;
44
+ sequence: number;
45
+ value: string;
46
+ }
@@ -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 = "f2c00d9b691171207e7e5e9027b5f138";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RADJoinFieldOutputRepresentation, existing: RADJoinFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RADJoinFieldOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RADJoinFieldOutputRepresentationNormalized, incoming: RADJoinFieldOutputRepresentationNormalized): 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: RADJoinFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents join field info on a record aggregation associated object.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RADJoinFieldOutputRepresentationNormalized {
17
+ /** API name of the field. */
18
+ fieldApiName: string;
19
+ /** Label of the field.. */
20
+ fieldLabel: string;
21
+ }
22
+ /**
23
+ * Represents join field info on a record aggregation associated object.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface RADJoinFieldOutputRepresentation {
29
+ fieldApiName: string;
30
+ fieldLabel: string;
31
+ }
@@ -0,0 +1,35 @@
1
+ import { RADFieldFilterOutputRepresentation as RADFieldFilterOutputRepresentation_RADFieldFilterOutputRepresentation } from './RADFieldFilterOutputRepresentation';
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 = "291b8d0ca0b1000c0cfd0428ed183892";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RADNodeFilterOutputRepresentation, existing: RADNodeFilterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RADNodeFilterOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RADNodeFilterOutputRepresentationNormalized, incoming: RADNodeFilterOutputRepresentationNormalized): 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: RADNodeFilterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents all filter logic applied on the record aggregation associated object
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RADNodeFilterOutputRepresentationNormalized {
18
+ /** List of filter conditions containing details such as fields, operators, and filtering values. */
19
+ filterConditions?: Array<RADFieldFilterOutputRepresentation_RADFieldFilterOutputRepresentation>;
20
+ /** A logical expression containing filter conditions, which is used to filter records of the specified object. */
21
+ filterCriteria?: string;
22
+ /** Brief summary that explains the filter criteria. */
23
+ filterCriteriaDescription?: string;
24
+ }
25
+ /**
26
+ * Represents all filter logic applied on the record aggregation associated object
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RADNodeFilterOutputRepresentation {
32
+ filterConditions?: Array<RADFieldFilterOutputRepresentation_RADFieldFilterOutputRepresentation>;
33
+ filterCriteria?: string;
34
+ filterCriteriaDescription?: 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 = "fd3686fb156e2a098696af8b545b9105";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RADNodeObjectOutputRepresentation, existing: RADNodeObjectOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RADNodeObjectOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RADNodeObjectOutputRepresentationNormalized, incoming: RADNodeObjectOutputRepresentationNormalized): 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: RADNodeObjectOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents information about the associated object on the Node.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RADNodeObjectOutputRepresentationNormalized {
17
+ /** API name of the rollup object specified in the record aggregation definition. */
18
+ apiName: string;
19
+ /** Label of the rollup object specified in the record aggregation definition. */
20
+ label: string;
21
+ /** ID of the rollup object specified in the record aggregation definition. */
22
+ objectId: string;
23
+ }
24
+ /**
25
+ * Represents information about the associated object on the Node.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface RADNodeObjectOutputRepresentation {
31
+ apiName: string;
32
+ label: string;
33
+ objectId: string;
34
+ }
@@ -0,0 +1,43 @@
1
+ import { RADNodeFilterOutputRepresentation as RADNodeFilterOutputRepresentation_RADNodeFilterOutputRepresentation } from './RADNodeFilterOutputRepresentation';
2
+ import { RADJoinFieldOutputRepresentation as RADJoinFieldOutputRepresentation_RADJoinFieldOutputRepresentation } from './RADJoinFieldOutputRepresentation';
3
+ import { RADNodeObjectOutputRepresentation as RADNodeObjectOutputRepresentation_RADNodeObjectOutputRepresentation } from './RADNodeObjectOutputRepresentation';
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 = "39e3ae51001702727f0adea383e9abb3";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: RADNodeOutputRepresentation, existing: RADNodeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RADNodeOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: RADNodeOutputRepresentationNormalized, incoming: RADNodeOutputRepresentationNormalized): 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: RADNodeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Represents output for a single Record Aggregation Definition
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface RADNodeOutputRepresentationNormalized {
20
+ /** List of filter conditions and the filter criteria that are used to filter records of the specified object. */
21
+ filterDetails?: RADNodeFilterOutputRepresentation_RADNodeFilterOutputRepresentation;
22
+ /** Name and API name of the join field in the current object that is used to join with the next object. */
23
+ nextObjectJoinDetails?: RADJoinFieldOutputRepresentation_RADJoinFieldOutputRepresentation;
24
+ /** Name and API name of the object used in the record aggregation definition. */
25
+ objectDetails: RADNodeObjectOutputRepresentation_RADNodeObjectOutputRepresentation;
26
+ /** Name and API name of the join field in the current object that is used to join with the preceding object. */
27
+ previousObjectJoinDetails?: RADJoinFieldOutputRepresentation_RADJoinFieldOutputRepresentation;
28
+ /** Indicates the order in which the objects are specified sequentially in the record aggregation definition. */
29
+ sequence: number;
30
+ }
31
+ /**
32
+ * Represents output for a single Record Aggregation Definition
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface RADNodeOutputRepresentation {
38
+ filterDetails?: RADNodeFilterOutputRepresentation_RADNodeFilterOutputRepresentation;
39
+ nextObjectJoinDetails?: RADJoinFieldOutputRepresentation_RADJoinFieldOutputRepresentation;
40
+ objectDetails: RADNodeObjectOutputRepresentation_RADNodeObjectOutputRepresentation;
41
+ previousObjectJoinDetails?: RADJoinFieldOutputRepresentation_RADJoinFieldOutputRepresentation;
42
+ sequence: number;
43
+ }
@@ -0,0 +1,68 @@
1
+ import { RADNodeOutputRepresentation as RADNodeOutputRepresentation_RADNodeOutputRepresentation } from './RADNodeOutputRepresentation';
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "aa9791ca803cc6d19ac8c9e4120f5aae";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type RADOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialRADOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RADOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RADOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RADOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: RADOutputRepresentation, existing: RADOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RADOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: RADOutputRepresentationNormalized, incoming: RADOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RADOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Represents output for a single Record Aggregation Definition
22
+ *
23
+ * Keys:
24
+ * id (string): recordAggregationDefinitionId
25
+ */
26
+ export interface RADOutputRepresentationNormalized {
27
+ /** List of objects included in the record aggregation definition. Each item in this collection represents object details, join field details, and filters. */
28
+ aggregationObjects: Array<RADNodeOutputRepresentation_RADNodeOutputRepresentation>;
29
+ /** Indicates whether the record aggregation definition can be deleted (true) or not (false). */
30
+ canDeleteDefinition: boolean;
31
+ /** Indicates whether the record aggregation definition can be edited (true) or not (false). */
32
+ canEditDefinition: boolean;
33
+ /** Indicates whether on demand record rollup can be managed for the specified record aggregation definition ID (true) or not (false). */
34
+ canManageOnDemand?: boolean;
35
+ /** Description of the record aggregation definition. */
36
+ description?: string;
37
+ /** Display name of the record aggregation definition. */
38
+ displayName: string;
39
+ /** Indicates whether on demand record rollup is enabled for the specified record aggregation definition ID (true) or not (false). */
40
+ isOnDemandEnabled?: boolean;
41
+ /** The message returned in the response. */
42
+ message: string;
43
+ /** The Id of the definition. */
44
+ recordAggregationDefinitionId: string;
45
+ /** Status of the record aggregation definition. */
46
+ status: string;
47
+ /** The HTTP Status Code for this response. */
48
+ statusCode: string;
49
+ }
50
+ /**
51
+ * Represents output for a single Record Aggregation Definition
52
+ *
53
+ * Keys:
54
+ * id (string): recordAggregationDefinitionId
55
+ */
56
+ export interface RADOutputRepresentation {
57
+ aggregationObjects: Array<RADNodeOutputRepresentation_RADNodeOutputRepresentation>;
58
+ canDeleteDefinition: boolean;
59
+ canEditDefinition: boolean;
60
+ canManageOnDemand?: boolean;
61
+ description?: string;
62
+ displayName: string;
63
+ isOnDemandEnabled?: boolean;
64
+ message: string;
65
+ recordAggregationDefinitionId: string;
66
+ status: string;
67
+ statusCode: string;
68
+ }
@@ -0,0 +1,40 @@
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 = "47b9bd810af3efccf4b2c011f8e6c7be";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordAggregationApplicableFieldOutputRepresentation, existing: RecordAggregationApplicableFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationApplicableFieldOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordAggregationApplicableFieldOutputRepresentationNormalized, incoming: RecordAggregationApplicableFieldOutputRepresentationNormalized): 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: RecordAggregationApplicableFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for applicable field
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordAggregationApplicableFieldOutputRepresentationNormalized {
17
+ /** API name of the field. */
18
+ apiName: string;
19
+ /** Datatype of the field. */
20
+ dataType: string;
21
+ /** Indicates if the specified field is a compound field (true) or not (false). */
22
+ isCompound: boolean;
23
+ /** Indicates if the specified field is a custom field (true) or not (false). */
24
+ isCustom?: boolean;
25
+ /** The field label. */
26
+ label: string;
27
+ }
28
+ /**
29
+ * Output representation for applicable field
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface RecordAggregationApplicableFieldOutputRepresentation {
35
+ apiName: string;
36
+ dataType: string;
37
+ isCompound: boolean;
38
+ isCustom?: boolean;
39
+ label: 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 = "e0976ceab3ba0b389e4cc8c2ef45e90c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordAggregationApplicableObjectOutputRepresentation, existing: RecordAggregationApplicableObjectOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationApplicableObjectOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordAggregationApplicableObjectOutputRepresentationNormalized, incoming: RecordAggregationApplicableObjectOutputRepresentationNormalized): 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: RecordAggregationApplicableObjectOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for applicable object in record rollups.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordAggregationApplicableObjectOutputRepresentationNormalized {
17
+ /** API name of the object. */
18
+ apiName: string;
19
+ /** Label of the object. */
20
+ label: string;
21
+ }
22
+ /**
23
+ * Output representation for applicable object in record rollups.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface RecordAggregationApplicableObjectOutputRepresentation {
29
+ apiName: string;
30
+ label: string;
31
+ }
@@ -0,0 +1,35 @@
1
+ import { RecordAggregationApplicableObjectOutputRepresentation as RecordAggregationApplicableObjectOutputRepresentation_RecordAggregationApplicableObjectOutputRepresentation } from './RecordAggregationApplicableObjectOutputRepresentation';
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 = "789bb460c399fd0e584cd09a32279a52";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecordAggregationApplicableObjectsOutputRepresentation, existing: RecordAggregationApplicableObjectsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationApplicableObjectsOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecordAggregationApplicableObjectsOutputRepresentationNormalized, incoming: RecordAggregationApplicableObjectsOutputRepresentationNormalized): 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: RecordAggregationApplicableObjectsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation for applicable objects in record rollups.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecordAggregationApplicableObjectsOutputRepresentationNormalized {
18
+ /** Message associated with the response status code. */
19
+ message: string;
20
+ /** List of objects that can be used in a rollup definition, including the apiName and label attributes. */
21
+ objects: Array<RecordAggregationApplicableObjectOutputRepresentation_RecordAggregationApplicableObjectOutputRepresentation>;
22
+ /** The HTTP Status Code for this response. */
23
+ statusCode: string;
24
+ }
25
+ /**
26
+ * Output representation for applicable objects in record rollups.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecordAggregationApplicableObjectsOutputRepresentation {
32
+ message: string;
33
+ objects: Array<RecordAggregationApplicableObjectOutputRepresentation_RecordAggregationApplicableObjectOutputRepresentation>;
34
+ statusCode: string;
35
+ }
@@ -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 = "9a43bb274abc786aafdeef60de722a86";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecordAggregationAssociatedObjectInputRepresentation, existing: RecordAggregationAssociatedObjectInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationAssociatedObjectInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecordAggregationAssociatedObjectInputRepresentationNormalized, incoming: RecordAggregationAssociatedObjectInputRepresentationNormalized): 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: RecordAggregationAssociatedObjectInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of associated object of a node in record aggregation definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RecordAggregationAssociatedObjectInputRepresentationNormalized {
17
+ /** Represents API name of the object used in the record aggregation definition. */
18
+ apiName: string;
19
+ }
20
+ /**
21
+ * Input representation of associated object of a node in record aggregation definition
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface RecordAggregationAssociatedObjectInputRepresentation {
27
+ apiName: string;
28
+ }
@@ -0,0 +1,35 @@
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 = "3ad98ef4d6fdc5bbf8b0ddbfa51a3bfc";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecordAggregationCreationInputRepresentation, existing: RecordAggregationCreationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationCreationInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecordAggregationCreationInputRepresentationNormalized, incoming: RecordAggregationCreationInputRepresentationNormalized): 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: RecordAggregationCreationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation of record aggregation definition creation api
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecordAggregationCreationInputRepresentationNormalized {
18
+ /** List of objects included in the record aggregation definition. Each item in this collection represents object details, join field details, and filter conditions. */
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
+ }
25
+ /**
26
+ * Input representation of record aggregation definition creation api
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecordAggregationCreationInputRepresentation {
32
+ aggregationObjects: Array<RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation>;
33
+ definitionDescription?: string;
34
+ definitionDisplayName: string;
35
+ }
@@ -0,0 +1,43 @@
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 = "360b76c13b79ed8a1d3522d29b8a91e1";
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 RecordAggregationCreationOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialRecordAggregationCreationOutputRepresentationNormalizedKeyMetadata = 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): RecordAggregationCreationOutputRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RecordAggregationCreationOutputRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RecordAggregationCreationOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: RecordAggregationCreationOutputRepresentation, existing: RecordAggregationCreationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationCreationOutputRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: RecordAggregationCreationOutputRepresentationNormalized, incoming: RecordAggregationCreationOutputRepresentationNormalized): 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: RecordAggregationCreationOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * Represents the output for creating Record Aggregation Definition
21
+ *
22
+ * Keys:
23
+ * id (string): recordAggregationDefinitionId
24
+ */
25
+ export interface RecordAggregationCreationOutputRepresentationNormalized {
26
+ /** The message accompanying the HTTP response code. */
27
+ message: string;
28
+ /** Record aggregation definition ID. */
29
+ recordAggregationDefinitionId: string;
30
+ /** HTTP response code. */
31
+ statusCode: string;
32
+ }
33
+ /**
34
+ * Represents the output for creating Record Aggregation Definition
35
+ *
36
+ * Keys:
37
+ * id (string): recordAggregationDefinitionId
38
+ */
39
+ export interface RecordAggregationCreationOutputRepresentation {
40
+ message: string;
41
+ recordAggregationDefinitionId: string;
42
+ statusCode: string;
43
+ }