@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev2 → 1.332.0-dev20
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.
- package/dist/es/es2018/analytics-unifiedanalytics.js +3029 -662
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
- package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
- package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +37 -0
- package/package.json +3 -3
- package/sfdc/index.js +6437 -3963
- package/src/raml/api.raml +833 -23
- package/src/raml/luvio.raml +69 -1
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
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 = "6e1c96752ff32573835ff880edbeaac0";
|
|
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
|
+
dataAssetRequestId: string;
|
|
9
|
+
}
|
|
10
|
+
export type DataAssetRequestRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialDataAssetRequestRepresentationNormalizedKeyMetadata = 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): DataAssetRequestRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataAssetRequestRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataAssetRequestRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: DataAssetRequestRepresentation, existing: DataAssetRequestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: DataAssetRequestRepresentationNormalized, incoming: DataAssetRequestRepresentationNormalized): 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: DataAssetRequestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Represents a data asset request
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* dataAssetRequestId (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAssetRequestRepresentationNormalized {
|
|
28
|
+
/** The user who approved or rejected this request */
|
|
29
|
+
acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
30
|
+
/** Acknowledged date */
|
|
31
|
+
acknowledgedDate: string | null;
|
|
32
|
+
/** assetId associated with the request */
|
|
33
|
+
assetId: string;
|
|
34
|
+
/** Asset Label */
|
|
35
|
+
assetLabel: string | null;
|
|
36
|
+
/** The user who cancelled this request */
|
|
37
|
+
cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
38
|
+
/** Cancelled date */
|
|
39
|
+
cancelledDate: string | null;
|
|
40
|
+
/** The user who completed this request */
|
|
41
|
+
completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
42
|
+
/** Completed date */
|
|
43
|
+
completedDate: string | null;
|
|
44
|
+
/** Failed date */
|
|
45
|
+
failedDate: string | null;
|
|
46
|
+
/** Data Asset Request Id */
|
|
47
|
+
id: string;
|
|
48
|
+
/** Installed date */
|
|
49
|
+
installedDate: string | null;
|
|
50
|
+
/** Data Asset Request Label */
|
|
51
|
+
label: string;
|
|
52
|
+
/** The user who last modified this request */
|
|
53
|
+
lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
54
|
+
/** Last modified date for the data asset record */
|
|
55
|
+
lastModifiedDate: string;
|
|
56
|
+
/** Migration Succeeded date */
|
|
57
|
+
migrationSucceededDate: string | null;
|
|
58
|
+
/** Number of dependencies associated with workspace asset being tracked in the request */
|
|
59
|
+
numberOfDependencies: number | null;
|
|
60
|
+
/** ID of personal org */
|
|
61
|
+
personalOrgId: string | null;
|
|
62
|
+
/** Workspace ID from personal org */
|
|
63
|
+
personalOrgWorkspaceId: string | null;
|
|
64
|
+
/** ID of production org */
|
|
65
|
+
productionOrgId: string | null;
|
|
66
|
+
/** Workspace ID from production org */
|
|
67
|
+
productionOrgWorkspaceId: string | null;
|
|
68
|
+
/** Rejection Comment */
|
|
69
|
+
rejectionComment: string | null;
|
|
70
|
+
/** Type of the request */
|
|
71
|
+
requestType: string;
|
|
72
|
+
/** The user who requested this request */
|
|
73
|
+
requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
74
|
+
/** Requested date */
|
|
75
|
+
requestedDate: string;
|
|
76
|
+
/** Requester Comment */
|
|
77
|
+
requesterComment: string;
|
|
78
|
+
/** Data Asset Request Source Id */
|
|
79
|
+
sourceRequestId: string | null;
|
|
80
|
+
/** Data Asset Request Status */
|
|
81
|
+
status: string;
|
|
82
|
+
/** Data Asset Request Target Id */
|
|
83
|
+
targetRequestId: string | null;
|
|
84
|
+
/** workspaceAssetId in the workspace */
|
|
85
|
+
workspaceAssetId: string | null;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Represents a data asset request
|
|
89
|
+
*
|
|
90
|
+
* Keys:
|
|
91
|
+
* dataAssetRequestId (string): id
|
|
92
|
+
*/
|
|
93
|
+
export interface DataAssetRequestRepresentation {
|
|
94
|
+
acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
95
|
+
acknowledgedDate: string | null;
|
|
96
|
+
assetId: string;
|
|
97
|
+
assetLabel: string | null;
|
|
98
|
+
cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
99
|
+
cancelledDate: string | null;
|
|
100
|
+
completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
101
|
+
completedDate: string | null;
|
|
102
|
+
failedDate: string | null;
|
|
103
|
+
id: string;
|
|
104
|
+
installedDate: string | null;
|
|
105
|
+
label: string;
|
|
106
|
+
lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
107
|
+
lastModifiedDate: string;
|
|
108
|
+
migrationSucceededDate: string | null;
|
|
109
|
+
numberOfDependencies: number | null;
|
|
110
|
+
personalOrgId: string | null;
|
|
111
|
+
personalOrgWorkspaceId: string | null;
|
|
112
|
+
productionOrgId: string | null;
|
|
113
|
+
productionOrgWorkspaceId: string | null;
|
|
114
|
+
rejectionComment: string | null;
|
|
115
|
+
requestType: string;
|
|
116
|
+
requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
117
|
+
requestedDate: string;
|
|
118
|
+
requesterComment: string;
|
|
119
|
+
sourceRequestId: string | null;
|
|
120
|
+
status: string;
|
|
121
|
+
targetRequestId: string | null;
|
|
122
|
+
workspaceAssetId: string | null;
|
|
123
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
|
|
1
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';
|
|
2
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "72ba19137e3c57dbef3fb646bf3cf92f";
|
|
3
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
5
|
export declare const RepresentationType: string;
|
|
5
6
|
export declare function normalize(input: FollowInputRepresentation, existing: FollowInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowInputRepresentationNormalized;
|
|
@@ -18,6 +19,7 @@ export interface FollowInputRepresentationNormalized {
|
|
|
18
19
|
assetId: string;
|
|
19
20
|
/** Followed asset type */
|
|
20
21
|
assetType: string;
|
|
22
|
+
followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
|
|
21
23
|
/** Follower type */
|
|
22
24
|
followerType: string;
|
|
23
25
|
}
|
|
@@ -30,5 +32,6 @@ export interface FollowInputRepresentationNormalized {
|
|
|
30
32
|
export interface FollowInputRepresentation {
|
|
31
33
|
assetId: string;
|
|
32
34
|
assetType: string;
|
|
35
|
+
followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
|
|
33
36
|
followerType: string;
|
|
34
37
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
|
|
1
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';
|
|
2
3
|
export declare const TTL = 500;
|
|
3
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "9cd6980f9593d6d32a175fd89cc6d611";
|
|
4
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
6
|
export declare const RepresentationType: string;
|
|
6
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -32,6 +33,8 @@ export interface FollowedAssetRepresentationNormalized {
|
|
|
32
33
|
createdDate: string;
|
|
33
34
|
/** Description of the asset. */
|
|
34
35
|
description?: string;
|
|
36
|
+
/** Time Range filter representation */
|
|
37
|
+
followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
|
|
35
38
|
/** Database record id of the asset. */
|
|
36
39
|
id: string;
|
|
37
40
|
/** Label of the asset. */
|
|
@@ -54,6 +57,7 @@ export interface FollowedAssetRepresentation {
|
|
|
54
57
|
createdBy: unknown;
|
|
55
58
|
createdDate: string;
|
|
56
59
|
description?: string;
|
|
60
|
+
followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
|
|
57
61
|
id: string;
|
|
58
62
|
label: string;
|
|
59
63
|
lastModifiedBy?: unknown;
|
|
@@ -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 = "485d6ce6d6797417575c91493e9d23fa";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FollowedTimeRangeRepresentation, existing: FollowedTimeRangeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowedTimeRangeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FollowedTimeRangeRepresentationNormalized, incoming: FollowedTimeRangeRepresentationNormalized): 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: FollowedTimeRangeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Followed Time Range Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FollowedTimeRangeRepresentationNormalized {
|
|
17
|
+
fieldName: string;
|
|
18
|
+
operator: string;
|
|
19
|
+
values: Array<string | number>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Followed Time Range Representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface FollowedTimeRangeRepresentation {
|
|
28
|
+
fieldName: string;
|
|
29
|
+
operator: string;
|
|
30
|
+
values: Array<string | number>;
|
|
31
|
+
}
|