@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev2 → 1.332.0-dev21

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 (84) hide show
  1. package/dist/es/es2018/analytics-unifiedanalytics.js +3050 -671
  2. package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +1 -0
  3. package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +1 -0
  6. package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +1 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +1 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
  14. package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +1 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +1 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +1 -0
  17. package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +3 -0
  18. package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +1 -0
  19. package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
  20. package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
  21. package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
  22. package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +1 -0
  23. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
  24. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -1
  25. package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +1 -0
  26. package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
  27. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
  28. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
  29. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
  30. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
  31. package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
  32. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +1 -0
  33. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +3 -0
  34. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
  35. package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
  36. package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
  37. package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
  38. package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
  39. package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +3 -0
  40. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
  41. package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
  42. package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
  43. package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +3 -0
  44. package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +3 -0
  45. package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
  46. package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
  47. package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +10 -1
  48. package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
  49. package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
  50. package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
  51. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
  52. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
  53. package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
  54. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
  55. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
  56. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
  57. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
  58. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
  59. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
  60. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
  61. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
  62. package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
  63. package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
  64. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
  65. package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
  66. package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
  67. package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +69 -0
  68. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
  69. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
  70. package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
  71. package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
  72. package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
  73. package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
  74. package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
  75. package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
  76. package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
  77. package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
  78. package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
  79. package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +38 -0
  80. package/package.json +3 -3
  81. package/sfdc/index.js +5055 -2566
  82. package/src/raml/api.raml +868 -23
  83. package/src/raml/luvio.raml +69 -1
  84. package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
@@ -0,0 +1,55 @@
1
+ import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
2
+ import { UnifiedFilterInputRepresentation as UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation } from './UnifiedFilterInputRepresentation';
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 = "ec135f593d163dfbaf4030cca3e91d6f";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAlertMetricValueInputRepresentation, existing: DataAlertMetricValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricValueInputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: DataAlertMetricValueInputRepresentationNormalized, incoming: DataAlertMetricValueInputRepresentationNormalized): 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: DataAlertMetricValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Input representation for metric operands
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAlertMetricValueInputRepresentationNormalized extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
19
+ /** fact key */
20
+ factKey: string;
21
+ /** filter context */
22
+ filterContext: Array<UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation>;
23
+ /** type of insight */
24
+ insightType: string;
25
+ /** metric or sub-metric Id */
26
+ metricId: string;
27
+ /** Id or API name of the semantic data model */
28
+ modelApiNameOrId: string;
29
+ /** additional metric params */
30
+ params: {
31
+ [key: string]: string;
32
+ };
33
+ /** SDM ID of the semantic data model */
34
+ sdmId: string;
35
+ timeContext: UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation;
36
+ }
37
+ /**
38
+ * Input representation for metric operands
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface DataAlertMetricValueInputRepresentation extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
44
+ factKey: string;
45
+ filterContext: Array<UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation>;
46
+ insightType: string;
47
+ metricId: string;
48
+ modelApiNameOrId: string;
49
+ params: {
50
+ [key: string]: string;
51
+ };
52
+ sdmId: string;
53
+ timeContext: UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation;
54
+ type: 'Insights';
55
+ }
@@ -0,0 +1,30 @@
1
+ import { DataAlertReceiversInputRepresentation as DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation } from './DataAlertReceiversInputRepresentation';
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 = "758a9a59e8ee05131bafdf65b578d214";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertNotificationRecipientsInputRepresentation, existing: DataAlertNotificationRecipientsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertNotificationRecipientsInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertNotificationRecipientsInputRepresentationNormalized, incoming: DataAlertNotificationRecipientsInputRepresentationNormalized): 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: DataAlertNotificationRecipientsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * List of UNS recipients for Data alerts. May contain user or group Ids.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertNotificationRecipientsInputRepresentationNormalized extends DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation {
18
+ /** group or user Ids */
19
+ recipients: Array<string>;
20
+ }
21
+ /**
22
+ * List of UNS recipients for Data alerts. May contain user or group Ids.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAlertNotificationRecipientsInputRepresentation extends DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation {
28
+ recipients: Array<string>;
29
+ type: 'Notification';
30
+ }
@@ -0,0 +1,33 @@
1
+ import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
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 = "d19b970e09db8dcf9dfa3b9475235725";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertRawValueInputRepresentation, existing: DataAlertRawValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRawValueInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertRawValueInputRepresentationNormalized, incoming: DataAlertRawValueInputRepresentationNormalized): 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: DataAlertRawValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Abstract input representation for raw value operands
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertRawValueInputRepresentationNormalized extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
18
+ /** data types for the raw value: percentage, currency etc. */
19
+ dataType: string;
20
+ /** raw value of the operand */
21
+ value: string;
22
+ }
23
+ /**
24
+ * Abstract input representation for raw value operands
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertRawValueInputRepresentation extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
30
+ dataType: string;
31
+ value: string;
32
+ type: 'RawValue';
33
+ }
@@ -0,0 +1,33 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare enum DiscriminatorValues {
3
+ Notification = "Notification"
4
+ }
5
+ export declare const VERSION = "89d38c1901682638f542d12da09938e9";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: DataAlertReceiversInputRepresentation, existing: DataAlertReceiversInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertReceiversInputRepresentationNormalized;
9
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: DataAlertReceiversInputRepresentationNormalized, incoming: DataAlertReceiversInputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertReceiversInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Input representation for data alert recipients
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface DataAlertReceiversInputRepresentationNormalized {
22
+ /** delivery type */
23
+ type: string;
24
+ }
25
+ /**
26
+ * Input representation for data alert recipients
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface DataAlertReceiversInputRepresentation {
32
+ type: string;
33
+ }
@@ -0,0 +1,38 @@
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 500;
3
+ export declare const VERSION = "7f11b071aca79c0d2d3ecbfb23e11589";
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
+ dataAlertId: string;
8
+ }
9
+ export type DataAlertRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialDataAlertRepresentationNormalizedKeyMetadata = 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): DataAlertRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataAlertRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataAlertRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: DataAlertRepresentation, existing: DataAlertRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: DataAlertRepresentationNormalized, incoming: DataAlertRepresentationNormalized): 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: DataAlertRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output of Data Alert
22
+ *
23
+ * Keys:
24
+ * dataAlertId (string): id
25
+ */
26
+ export interface DataAlertRepresentationNormalized {
27
+ /** Database record id of the data alert. */
28
+ id: string;
29
+ }
30
+ /**
31
+ * Output of Data Alert
32
+ *
33
+ * Keys:
34
+ * dataAlertId (string): id
35
+ */
36
+ export interface DataAlertRepresentation {
37
+ id: string;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare enum DiscriminatorValues {
3
+ Daily = "Daily",
4
+ Weekly = "Weekly",
5
+ Cron = "Cron"
6
+ }
7
+ export declare const VERSION = "8d402553906feb8f614591983a82c64f";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: DataAlertScheduleInputRepresentation, existing: DataAlertScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertScheduleInputRepresentationNormalized;
11
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: DataAlertScheduleInputRepresentationNormalized, incoming: DataAlertScheduleInputRepresentationNormalized): boolean;
14
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
15
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
16
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
17
+ /**
18
+ * Input representation for data alert schedule
19
+ *
20
+ * Keys:
21
+ * (none)
22
+ */
23
+ export interface DataAlertScheduleInputRepresentationNormalized {
24
+ /** schedule time */
25
+ hoursOfDay: Array<number>;
26
+ /** schedule type */
27
+ type: string;
28
+ }
29
+ /**
30
+ * Input representation for data alert schedule
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface DataAlertScheduleInputRepresentation {
36
+ hoursOfDay: Array<number>;
37
+ type: string;
38
+ }
@@ -0,0 +1,32 @@
1
+ import { DataAlertConditionInputRepresentation as DataAlertConditionInputRepresentation_DataAlertConditionInputRepresentation } from './DataAlertConditionInputRepresentation';
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 = "e38db7ea88bfcb72fc573e714e41b476";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertThresholdsInputRepresentation, existing: DataAlertThresholdsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertThresholdsInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertThresholdsInputRepresentationNormalized, incoming: DataAlertThresholdsInputRepresentationNormalized): 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: DataAlertThresholdsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Data alert thresholds input representation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertThresholdsInputRepresentationNormalized {
18
+ /** list of conditions to be evaluated. */
19
+ conditions: Array<DataAlertConditionInputRepresentation_DataAlertConditionInputRepresentation>;
20
+ /** logical operations between conditions */
21
+ customLogicalOperation: string;
22
+ }
23
+ /**
24
+ * Data alert thresholds input representation.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertThresholdsInputRepresentation {
30
+ conditions: Array<DataAlertConditionInputRepresentation_DataAlertConditionInputRepresentation>;
31
+ customLogicalOperation: string;
32
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare enum DiscriminatorValues {
3
+ RawValue = "RawValue",
4
+ Insights = "Insights"
5
+ }
6
+ export declare const VERSION = "526ef45bf1d0db9ef0185464ddd25721";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: DataAlertValueInputRepresentation, existing: DataAlertValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertValueInputRepresentationNormalized;
10
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: DataAlertValueInputRepresentationNormalized, incoming: DataAlertValueInputRepresentationNormalized): boolean;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
15
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
16
+ /**
17
+ * Abstract input representation for operands
18
+ *
19
+ * Keys:
20
+ * (none)
21
+ */
22
+ export interface DataAlertValueInputRepresentationNormalized {
23
+ /** type of operand */
24
+ type: string;
25
+ }
26
+ /**
27
+ * Abstract input representation for operands
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface DataAlertValueInputRepresentation {
33
+ type: string;
34
+ }
@@ -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 = "f807bfa55cdb9d27bef596f4cc64c4ea";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataAlertValueRightOperandInputRepresentation, existing: DataAlertValueRightOperandInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertValueRightOperandInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataAlertValueRightOperandInputRepresentationNormalized, incoming: DataAlertValueRightOperandInputRepresentationNormalized): 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: DataAlertValueRightOperandInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Abstract input representation for operands
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataAlertValueRightOperandInputRepresentationNormalized {
17
+ /** type of operand */
18
+ type: string;
19
+ }
20
+ /**
21
+ * Abstract input representation for operands
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataAlertValueRightOperandInputRepresentation {
27
+ type: string;
28
+ }
@@ -0,0 +1,30 @@
1
+ import { DataAlertScheduleInputRepresentation as DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation } from './DataAlertScheduleInputRepresentation';
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 = "e80885995fc293beffb1eb4e7c8186ae";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertWeeklyScheduleInputRepresentation, existing: DataAlertWeeklyScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertWeeklyScheduleInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertWeeklyScheduleInputRepresentationNormalized, incoming: DataAlertWeeklyScheduleInputRepresentationNormalized): 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: DataAlertWeeklyScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for weekly alert alert schedule
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertWeeklyScheduleInputRepresentationNormalized extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
18
+ /** days of the week to receive data alerts */
19
+ daysOfWeek: Array<string>;
20
+ }
21
+ /**
22
+ * Input representation for weekly alert alert schedule
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAlertWeeklyScheduleInputRepresentation extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
28
+ daysOfWeek: Array<string>;
29
+ type: 'Weekly';
30
+ }
@@ -0,0 +1,30 @@
1
+ import { DataAssetDependentRepresentation as DataAssetDependentRepresentation_DataAssetDependentRepresentation } from './DataAssetDependentRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "bc1bcd1c96c7c70c3cde837dafdafaba";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAssetDependentCollectionRepresentation, existing: DataAssetDependentCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetDependentCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: DataAssetDependentCollectionRepresentationNormalized, incoming: DataAssetDependentCollectionRepresentationNormalized): 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: DataAssetDependentCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents a List of dependent assets for a given asset
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAssetDependentCollectionRepresentationNormalized {
19
+ /** Array of Dependent Assets */
20
+ dependentDataAssets: Array<$64$luvio_engine_StoreLink>;
21
+ }
22
+ /**
23
+ * Represents a List of dependent assets for a given asset
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DataAssetDependentCollectionRepresentation {
29
+ dependentDataAssets: Array<DataAssetDependentRepresentation_DataAssetDependentRepresentation>;
30
+ }
@@ -0,0 +1,29 @@
1
+ import { DataAssetRepresentation as DataAssetRepresentation_DataAssetRepresentation } from './DataAssetRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "986680f76a9f4e4befc8d9d22a19635d";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAssetDependentRepresentation, existing: DataAssetDependentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetDependentRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: DataAssetDependentRepresentationNormalized, incoming: DataAssetDependentRepresentationNormalized): 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: DataAssetDependentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents a Dependent asset
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAssetDependentRepresentationNormalized {
19
+ dataAsset: $64$luvio_engine_StoreLink;
20
+ }
21
+ /**
22
+ * Represents a Dependent asset
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAssetDependentRepresentation {
28
+ dataAsset: DataAssetRepresentation_DataAssetRepresentation;
29
+ }
@@ -0,0 +1,69 @@
1
+ import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
2
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "7ce15fca75fceda2fa8738e6d8aa258a";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ assetId: string;
9
+ }
10
+ export type DataAssetRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialDataAssetRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DataAssetRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataAssetRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataAssetRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: DataAssetRepresentation, existing: DataAssetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: DataAssetRepresentationNormalized, incoming: DataAssetRepresentationNormalized): boolean;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAssetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Represents a Data asset
23
+ *
24
+ * Keys:
25
+ * assetId (string): assetId
26
+ */
27
+ export interface DataAssetRepresentationNormalized {
28
+ /** Represents id of the DataAsset */
29
+ assetId: string;
30
+ /** Type of the DataAsset */
31
+ assetType: string;
32
+ /** Created by of the DataAsset. */
33
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
34
+ /** Created date of the DataAsset */
35
+ createdDate?: string;
36
+ /** Description of the DataAsset. */
37
+ description?: string;
38
+ /** DataAsset id. */
39
+ id?: string;
40
+ /** Label of the DataAsset. */
41
+ label: string;
42
+ /** Last modified by of the DataAsset. */
43
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
44
+ /** Last modified date of the DataAsset. */
45
+ lastModifiedDate: string;
46
+ /** Name of the DataAsset. */
47
+ name: string;
48
+ /** Id of the workspace which the DataAsset is part of */
49
+ workspaceId?: string;
50
+ }
51
+ /**
52
+ * Represents a Data asset
53
+ *
54
+ * Keys:
55
+ * assetId (string): assetId
56
+ */
57
+ export interface DataAssetRepresentation {
58
+ assetId: string;
59
+ assetType: string;
60
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
61
+ createdDate?: string;
62
+ description?: string;
63
+ id?: string;
64
+ label: string;
65
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
66
+ lastModifiedDate: string;
67
+ name: string;
68
+ workspaceId?: string;
69
+ }
@@ -0,0 +1,30 @@
1
+ import { DataAssetRequestRepresentation as DataAssetRequestRepresentation_DataAssetRequestRepresentation } from './DataAssetRequestRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "b130e3ebdd5cd1a5007c21dad3bfa38a";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAssetRequestCollectionRepresentation, existing: DataAssetRequestCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: DataAssetRequestCollectionRepresentationNormalized, incoming: DataAssetRequestCollectionRepresentationNormalized): 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: DataAssetRequestCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Collection of Data Asset Requests
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAssetRequestCollectionRepresentationNormalized {
19
+ /** List of data asset requests being returned */
20
+ dataAssetRequests: Array<$64$luvio_engine_StoreLink>;
21
+ }
22
+ /**
23
+ * Collection of Data Asset Requests
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DataAssetRequestCollectionRepresentation {
29
+ dataAssetRequests: Array<DataAssetRequestRepresentation_DataAssetRequestRepresentation>;
30
+ }
@@ -0,0 +1,29 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 500;
3
+ export declare const VERSION = "e424b55efdacaf049d687461eddd10cc";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAssetRequestCountRepresentation, existing: DataAssetRequestCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestCountRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: DataAssetRequestCountRepresentationNormalized, incoming: DataAssetRequestCountRepresentationNormalized): 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: DataAssetRequestCountRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents a data asset request count
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAssetRequestCountRepresentationNormalized {
18
+ /** Count of data asset requests */
19
+ count: number;
20
+ }
21
+ /**
22
+ * Represents a data asset request count
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAssetRequestCountRepresentation {
28
+ count: number;
29
+ }
@@ -0,0 +1,55 @@
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 = "90b925d8647c67d3ad89f3256f55f15e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataAssetRequestInputRepresentation, existing: DataAssetRequestInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataAssetRequestInputRepresentationNormalized, incoming: DataAssetRequestInputRepresentationNormalized): 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: DataAssetRequestInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * DataAssetRequest input representation in unified analytics.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataAssetRequestInputRepresentationNormalized {
17
+ /** Id of Asset being promoted */
18
+ assetId?: string;
19
+ /** Id for the request */
20
+ id?: string;
21
+ /** Label to be used for the request */
22
+ label?: string;
23
+ /** Number of dependencies associated with the asset being tracked */
24
+ numberOfDependencies?: number;
25
+ /** Rejection comment */
26
+ rejectionComment?: string;
27
+ /** Type of the request */
28
+ requestType?: string;
29
+ /** Requester comment */
30
+ requesterComment?: string;
31
+ /** Id for the source request */
32
+ sourceRequestId?: string;
33
+ /** Status of the request */
34
+ status?: string;
35
+ /** Workspace id or name of personal org related to the request */
36
+ workspaceIdOrApiName?: string;
37
+ }
38
+ /**
39
+ * DataAssetRequest input representation in unified analytics.
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface DataAssetRequestInputRepresentation {
45
+ assetId?: string;
46
+ id?: string;
47
+ label?: string;
48
+ numberOfDependencies?: number;
49
+ rejectionComment?: string;
50
+ requestType?: string;
51
+ requesterComment?: string;
52
+ sourceRequestId?: string;
53
+ status?: string;
54
+ workspaceIdOrApiName?: string;
55
+ }