@salesforce/lds-adapters-platform-data-seed 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-data-seed.js +3388 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/generateData.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getAuthCallbackStatus.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataSeedRequestStatus.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataSeedStatus.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDownloadPreSignedUrl.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrgEntities.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrgEntitiesDetails.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/getSalesforceOrgDetails.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/getUploadPreSignedUrl.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/loadDataToTargetOrg.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/migrateData.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/getPlatformDataSeedV1DataSeedRequest.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedAuthCallbackStatusByCallback_id.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedFetchSalesforceEntities.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedFetchSalesforceObjectMetadata.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedGenerate.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedGeneratePresignedDownloadUrlByRequest_idAndFile_type.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedGeneratePresignedUploadUrl.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedLoadByDataseed_request_id.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedMigrate.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedOrgDetails.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postPlatformDataSeedV1DataSeedRequestByRequest_id.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/types/AuthCallbackStatusRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/DataSeedRequestObjectRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/DataSeedRequestStatusOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DataSeedStatusErrorRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataSeedStatusOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EntitiesDetailsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/EntitiesDetailsOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/EntitiesOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/EntityDetailsChildResponseObject.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/EntityDetailsFieldsResponseObject.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/EntityDetailsParentResponseObject.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/EntityDetailsResponseObject.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/EntityResponseObject.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LoadDataInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/MigrateDataInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/MigrateDataOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/OrgDetailsErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/OrgDetailsObjectRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/OrgDetailsRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/OrgEntitiesInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValueObject.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PreSignedDownloadUrlResultRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/PreSignedUrlBadErrorRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PreSignedUrlInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PreSignedUrlResultRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/PreSignedUrlServerErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +3455 -0
- package/src/raml/api.raml +898 -0
- package/src/raml/luvio.raml +84 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataSeedRequestStatusOutputRepresentation as types_DataSeedRequestStatusOutputRepresentation_DataSeedRequestStatusOutputRepresentation } from '../types/DataSeedRequestStatusOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
request_id: string;
|
|
6
|
+
};
|
|
7
|
+
headers: {
|
|
8
|
+
xClientTraceId: string;
|
|
9
|
+
xSalesforceRegion: string;
|
|
10
|
+
orgUrl: string;
|
|
11
|
+
accessToken: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataSeedRequestStatusOutputRepresentation_DataSeedRequestStatusOutputRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataSeedRequestStatusOutputRepresentation_DataSeedRequestStatusOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataSeedRequestStatusOutputRepresentation_DataSeedRequestStatusOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataSeedRequestStatusOutputRepresentation_DataSeedRequestStatusOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataSeedRequestStatusOutputRepresentation_DataSeedRequestStatusOutputRepresentation, any>;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 200;
|
|
3
|
+
export declare const VERSION = "6dd0d28fef32df67c362e907a7004fd4";
|
|
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
|
+
correlation_id: string;
|
|
8
|
+
}
|
|
9
|
+
export type AuthCallbackStatusRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialAuthCallbackStatusRepresentationNormalizedKeyMetadata = 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): AuthCallbackStatusRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AuthCallbackStatusRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AuthCallbackStatusRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: AuthCallbackStatusRepresentation, existing: AuthCallbackStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuthCallbackStatusRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: AuthCallbackStatusRepresentationNormalized, incoming: AuthCallbackStatusRepresentationNormalized): 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: AuthCallbackStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Response structure for successfully retrieving callback status.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* correlation_id (string): correlation_id
|
|
25
|
+
*/
|
|
26
|
+
export interface AuthCallbackStatusRepresentationNormalized {
|
|
27
|
+
/** The access token received from the callback. */
|
|
28
|
+
access_token: string;
|
|
29
|
+
/** Authorization code received during the callback. */
|
|
30
|
+
auth_code: string;
|
|
31
|
+
/** Unique callback ID. */
|
|
32
|
+
callback_id: string;
|
|
33
|
+
/** Correlation ID for the request. */
|
|
34
|
+
correlation_id: string;
|
|
35
|
+
/** The instance URL for the organization. */
|
|
36
|
+
org_url: string;
|
|
37
|
+
/** The organization ID associated with the callback. */
|
|
38
|
+
organization_id: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Response structure for successfully retrieving callback status.
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* correlation_id (string): correlation_id
|
|
45
|
+
*/
|
|
46
|
+
export interface AuthCallbackStatusRepresentation {
|
|
47
|
+
access_token: string;
|
|
48
|
+
auth_code: string;
|
|
49
|
+
callback_id: string;
|
|
50
|
+
correlation_id: string;
|
|
51
|
+
org_url: string;
|
|
52
|
+
organization_id: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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 = "c99b6467d047bac3cc770bcf35963899";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataSeedRequestObjectRepresentation, existing: DataSeedRequestObjectRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataSeedRequestObjectRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataSeedRequestObjectRepresentationNormalized, incoming: DataSeedRequestObjectRepresentationNormalized): 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: DataSeedRequestObjectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Seed Request properties
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataSeedRequestObjectRepresentationNormalized {
|
|
17
|
+
/** Request Created By User */
|
|
18
|
+
created_by: string;
|
|
19
|
+
/** Request Description */
|
|
20
|
+
description: string;
|
|
21
|
+
/** Request Execution End Time */
|
|
22
|
+
execution_end_time: string;
|
|
23
|
+
/** Request Execution Start Time */
|
|
24
|
+
execution_start_time: string;
|
|
25
|
+
/** Request Job Type */
|
|
26
|
+
job_type: string;
|
|
27
|
+
/** Request Log Text */
|
|
28
|
+
log_text: string;
|
|
29
|
+
/** Request Name */
|
|
30
|
+
name: string;
|
|
31
|
+
/** Organization ID */
|
|
32
|
+
organization_id: string;
|
|
33
|
+
/** Request ID */
|
|
34
|
+
request_id: string;
|
|
35
|
+
/** Source Org Id */
|
|
36
|
+
source_organization_id: string;
|
|
37
|
+
/** Request Status */
|
|
38
|
+
status: string;
|
|
39
|
+
/** Request Step */
|
|
40
|
+
step: string;
|
|
41
|
+
/** Target Org Id */
|
|
42
|
+
target_organization_id: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Data Seed Request properties
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* (none)
|
|
49
|
+
*/
|
|
50
|
+
export interface DataSeedRequestObjectRepresentation {
|
|
51
|
+
created_by: string;
|
|
52
|
+
description: string;
|
|
53
|
+
execution_end_time: string;
|
|
54
|
+
execution_start_time: string;
|
|
55
|
+
job_type: string;
|
|
56
|
+
log_text: string;
|
|
57
|
+
name: string;
|
|
58
|
+
organization_id: string;
|
|
59
|
+
request_id: string;
|
|
60
|
+
source_organization_id: string;
|
|
61
|
+
status: string;
|
|
62
|
+
step: string;
|
|
63
|
+
target_organization_id: string;
|
|
64
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataSeedRequestStatusOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { DataSeedRequestObjectRepresentation as DataSeedRequestObjectRepresentation_DataSeedRequestObjectRepresentation } from './DataSeedRequestObjectRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 200;
|
|
4
|
+
export declare const VERSION = "7fb1a6b558a60e18929e558f8d902ab3";
|
|
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
|
+
correlation_id: string;
|
|
9
|
+
}
|
|
10
|
+
export type DataSeedRequestStatusOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialDataSeedRequestStatusOutputRepresentationNormalizedKeyMetadata = 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): DataSeedRequestStatusOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataSeedRequestStatusOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataSeedRequestStatusOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: DataSeedRequestStatusOutputRepresentation, existing: DataSeedRequestStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataSeedRequestStatusOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: DataSeedRequestStatusOutputRepresentationNormalized, incoming: DataSeedRequestStatusOutputRepresentationNormalized): 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: DataSeedRequestStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Data Seed Request Response Representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* correlation_id (string): correlation_id
|
|
26
|
+
*/
|
|
27
|
+
export interface DataSeedRequestStatusOutputRepresentationNormalized {
|
|
28
|
+
/** Correlation Id For This Request */
|
|
29
|
+
correlation_id: string;
|
|
30
|
+
data: DataSeedRequestObjectRepresentation_DataSeedRequestObjectRepresentation;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Data Seed Request Response Representation
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* correlation_id (string): correlation_id
|
|
37
|
+
*/
|
|
38
|
+
export interface DataSeedRequestStatusOutputRepresentation {
|
|
39
|
+
correlation_id: string;
|
|
40
|
+
data: DataSeedRequestObjectRepresentation_DataSeedRequestObjectRepresentation;
|
|
41
|
+
}
|
|
@@ -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 = "f2416ed4f7986cf56b19f177e267eb6f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataSeedStatusErrorRepresentation, existing: DataSeedStatusErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataSeedStatusErrorRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataSeedStatusErrorRepresentationNormalized, incoming: DataSeedStatusErrorRepresentationNormalized): 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: DataSeedStatusErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Seed Error Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataSeedStatusErrorRepresentationNormalized {
|
|
17
|
+
/** Data Seed Error Message */
|
|
18
|
+
error: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Data Seed Error Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataSeedStatusErrorRepresentation {
|
|
27
|
+
error: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DataSeedRequestObjectRepresentation as DataSeedRequestObjectRepresentation_DataSeedRequestObjectRepresentation } from './DataSeedRequestObjectRepresentation';
|
|
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 = "732685344ea5e037b5b3da3c38ad04eb";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataSeedStatusOutputRepresentation, existing: DataSeedStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataSeedStatusOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataSeedStatusOutputRepresentationNormalized, incoming: DataSeedStatusOutputRepresentationNormalized): 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: DataSeedStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Data Seed Response Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataSeedStatusOutputRepresentationNormalized {
|
|
18
|
+
/** Data Seed Request's Correlation ID */
|
|
19
|
+
correlation_id: string;
|
|
20
|
+
/** Data Seed Request's History Data List */
|
|
21
|
+
data: Array<DataSeedRequestObjectRepresentation_DataSeedRequestObjectRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Data Seed Response Representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataSeedStatusOutputRepresentation {
|
|
30
|
+
correlation_id: string;
|
|
31
|
+
data: Array<DataSeedRequestObjectRepresentation_DataSeedRequestObjectRepresentation>;
|
|
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, 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 = "9f6d7a4661d0fdf47d4bb8d174baba02";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EntitiesDetailsInputRepresentation, existing: EntitiesDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntitiesDetailsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EntitiesDetailsInputRepresentationNormalized, incoming: EntitiesDetailsInputRepresentationNormalized): 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: EntitiesDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Org Entities Details Payload
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EntitiesDetailsInputRepresentationNormalized {
|
|
17
|
+
/** Object Names */
|
|
18
|
+
object_names: Array<string>;
|
|
19
|
+
/** Source Access Token */
|
|
20
|
+
source_access_token: string;
|
|
21
|
+
/** Source Instance Url */
|
|
22
|
+
source_instance_url: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Org Entities Details Payload
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface EntitiesDetailsInputRepresentation {
|
|
31
|
+
object_names: Array<string>;
|
|
32
|
+
source_access_token: string;
|
|
33
|
+
source_instance_url: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EntityDetailsResponseObject as EntityDetailsResponseObject_EntityDetailsResponseObject } from './EntityDetailsResponseObject';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 200;
|
|
4
|
+
export declare const VERSION = "cc4b04e3cbff7dbd4546fac85637cd5b";
|
|
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
|
+
correlation_id: string;
|
|
9
|
+
}
|
|
10
|
+
export type EntitiesDetailsOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialEntitiesDetailsOutputRepresentationNormalizedKeyMetadata = 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): EntitiesDetailsOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: EntitiesDetailsOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: EntitiesDetailsOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: EntitiesDetailsOutputRepresentation, existing: EntitiesDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntitiesDetailsOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: EntitiesDetailsOutputRepresentationNormalized, incoming: EntitiesDetailsOutputRepresentationNormalized): 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: EntitiesDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* List of entities
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* correlation_id (string): correlation_id
|
|
26
|
+
*/
|
|
27
|
+
export interface EntitiesDetailsOutputRepresentationNormalized {
|
|
28
|
+
/** Request Correlation Id */
|
|
29
|
+
correlation_id: string;
|
|
30
|
+
/** Entity Details Response List */
|
|
31
|
+
metadata: Array<EntityDetailsResponseObject_EntityDetailsResponseObject>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* List of entities
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* correlation_id (string): correlation_id
|
|
38
|
+
*/
|
|
39
|
+
export interface EntitiesDetailsOutputRepresentation {
|
|
40
|
+
correlation_id: string;
|
|
41
|
+
metadata: Array<EntityDetailsResponseObject_EntityDetailsResponseObject>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EntityResponseObject as EntityResponseObject_EntityResponseObject } from './EntityResponseObject';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "d6223d7170b81572755f7276496527ee";
|
|
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
|
+
correlation_id: string;
|
|
9
|
+
}
|
|
10
|
+
export type EntitiesOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialEntitiesOutputRepresentationNormalizedKeyMetadata = 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): EntitiesOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: EntitiesOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: EntitiesOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: EntitiesOutputRepresentation, existing: EntitiesOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntitiesOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: EntitiesOutputRepresentationNormalized, incoming: EntitiesOutputRepresentationNormalized): 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: EntitiesOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* List of entities
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* correlation_id (string): correlation_id
|
|
26
|
+
*/
|
|
27
|
+
export interface EntitiesOutputRepresentationNormalized {
|
|
28
|
+
/** Entity Details Request Correlation Id */
|
|
29
|
+
correlation_id: string;
|
|
30
|
+
/** List of entities details */
|
|
31
|
+
entities: Array<EntityResponseObject_EntityResponseObject>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* List of entities
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* correlation_id (string): correlation_id
|
|
38
|
+
*/
|
|
39
|
+
export interface EntitiesOutputRepresentation {
|
|
40
|
+
correlation_id: string;
|
|
41
|
+
entities: Array<EntityResponseObject_EntityResponseObject>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "6c7162c1ac0af13e0958aba84495c152";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EntityDetailsChildResponseObject, existing: EntityDetailsChildResponseObjectNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntityDetailsChildResponseObjectNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EntityDetailsChildResponseObjectNormalized, incoming: EntityDetailsChildResponseObjectNormalized): 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: EntityDetailsChildResponseObject, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Child relationships of the entity
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EntityDetailsChildResponseObjectNormalized {
|
|
17
|
+
/** Label of the related entity */
|
|
18
|
+
childObjectLabel?: string;
|
|
19
|
+
/** Name of the related entity */
|
|
20
|
+
childObjectName?: string;
|
|
21
|
+
/** Name of the relationship */
|
|
22
|
+
childObjectRelationshipField?: string;
|
|
23
|
+
/** Child object type */
|
|
24
|
+
childObjectType?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Child relationships of the entity
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface EntityDetailsChildResponseObject {
|
|
33
|
+
childObjectLabel?: string;
|
|
34
|
+
childObjectName?: string;
|
|
35
|
+
childObjectRelationshipField?: string;
|
|
36
|
+
childObjectType?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { PicklistValueObject as PicklistValueObject_PicklistValueObject } from './PicklistValueObject';
|
|
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 = "f2ffbd5716e4948a457fe4b976613f2c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EntityDetailsFieldsResponseObject, existing: EntityDetailsFieldsResponseObjectNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntityDetailsFieldsResponseObjectNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EntityDetailsFieldsResponseObjectNormalized, incoming: EntityDetailsFieldsResponseObjectNormalized): 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: EntityDetailsFieldsResponseObject, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Details about a field in the entity
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EntityDetailsFieldsResponseObjectNormalized {
|
|
18
|
+
/** Data type of the field */
|
|
19
|
+
dataType?: string;
|
|
20
|
+
/** Label of the field */
|
|
21
|
+
fieldLabel?: string;
|
|
22
|
+
/** Name of the field */
|
|
23
|
+
fieldName?: string;
|
|
24
|
+
/** List of picklist values (optional) */
|
|
25
|
+
picklistValues?: Array<PicklistValueObject_PicklistValueObject>;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Details about a field in the entity
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface EntityDetailsFieldsResponseObject {
|
|
34
|
+
dataType?: string;
|
|
35
|
+
fieldLabel?: string;
|
|
36
|
+
fieldName?: string;
|
|
37
|
+
picklistValues?: Array<PicklistValueObject_PicklistValueObject>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "3dd8c4b72e4601c0424788df244ee841";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EntityDetailsParentResponseObject, existing: EntityDetailsParentResponseObjectNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntityDetailsParentResponseObjectNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EntityDetailsParentResponseObjectNormalized, incoming: EntityDetailsParentResponseObjectNormalized): 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: EntityDetailsParentResponseObject, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Parent relationships of the entity
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EntityDetailsParentResponseObjectNormalized {
|
|
17
|
+
/** Label of the parent entity */
|
|
18
|
+
parentObjectLabel?: string;
|
|
19
|
+
/** Name of the parent entity */
|
|
20
|
+
parentObjectName?: string;
|
|
21
|
+
/** Name of the relationship */
|
|
22
|
+
parentObjectRelationshipField?: string;
|
|
23
|
+
/** Parent object type */
|
|
24
|
+
parentObjectType?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Parent relationships of the entity
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface EntityDetailsParentResponseObject {
|
|
33
|
+
parentObjectLabel?: string;
|
|
34
|
+
parentObjectName?: string;
|
|
35
|
+
parentObjectRelationshipField?: string;
|
|
36
|
+
parentObjectType?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { EntityDetailsChildResponseObject as EntityDetailsChildResponseObject_EntityDetailsChildResponseObject } from './EntityDetailsChildResponseObject';
|
|
2
|
+
import { EntityDetailsFieldsResponseObject as EntityDetailsFieldsResponseObject_EntityDetailsFieldsResponseObject } from './EntityDetailsFieldsResponseObject';
|
|
3
|
+
import { EntityDetailsParentResponseObject as EntityDetailsParentResponseObject_EntityDetailsParentResponseObject } from './EntityDetailsParentResponseObject';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "4eaabf520fc0b3fac32a0883f2c0e055";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: EntityDetailsResponseObject, existing: EntityDetailsResponseObjectNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntityDetailsResponseObjectNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: EntityDetailsResponseObjectNormalized, incoming: EntityDetailsResponseObjectNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EntityDetailsResponseObject, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Entity Details Response object
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface EntityDetailsResponseObjectNormalized {
|
|
20
|
+
/** List of Related Objects */
|
|
21
|
+
childRelationships?: Array<EntityDetailsChildResponseObject_EntityDetailsChildResponseObject>;
|
|
22
|
+
/** Error message if applicable */
|
|
23
|
+
error?: string;
|
|
24
|
+
/** Fields List */
|
|
25
|
+
fields?: Array<EntityDetailsFieldsResponseObject_EntityDetailsFieldsResponseObject>;
|
|
26
|
+
/** Object API Name */
|
|
27
|
+
objectAPIName?: string;
|
|
28
|
+
/** Object Icon URL */
|
|
29
|
+
objectIcon?: string;
|
|
30
|
+
/** Object Label */
|
|
31
|
+
objectLabel?: string;
|
|
32
|
+
/** Name of the object causing the error (optional) */
|
|
33
|
+
objectName?: string;
|
|
34
|
+
/** List of Related Objects */
|
|
35
|
+
parentRelationships?: Array<EntityDetailsParentResponseObject_EntityDetailsParentResponseObject>;
|
|
36
|
+
/** Object Record Count */
|
|
37
|
+
recordCount?: number;
|
|
38
|
+
/** Object Type */
|
|
39
|
+
type?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Entity Details Response object
|
|
43
|
+
*
|
|
44
|
+
* Keys:
|
|
45
|
+
* (none)
|
|
46
|
+
*/
|
|
47
|
+
export interface EntityDetailsResponseObject {
|
|
48
|
+
childRelationships?: Array<EntityDetailsChildResponseObject_EntityDetailsChildResponseObject>;
|
|
49
|
+
error?: string;
|
|
50
|
+
fields?: Array<EntityDetailsFieldsResponseObject_EntityDetailsFieldsResponseObject>;
|
|
51
|
+
objectAPIName?: string;
|
|
52
|
+
objectIcon?: string;
|
|
53
|
+
objectLabel?: string;
|
|
54
|
+
objectName?: string;
|
|
55
|
+
parentRelationships?: Array<EntityDetailsParentResponseObject_EntityDetailsParentResponseObject>;
|
|
56
|
+
recordCount?: number;
|
|
57
|
+
type?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "d05acb56ab5bac9800fbedd0ee17a85b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EntityResponseObject, existing: EntityResponseObjectNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EntityResponseObjectNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EntityResponseObjectNormalized, incoming: EntityResponseObjectNormalized): 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: EntityResponseObject, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Entity Response Object
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EntityResponseObjectNormalized {
|
|
17
|
+
/** Entity API Name */
|
|
18
|
+
objectAPIName: string;
|
|
19
|
+
/** Entity Name */
|
|
20
|
+
objectName: string;
|
|
21
|
+
/** Entity Type */
|
|
22
|
+
type: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Entity Response Object
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface EntityResponseObject {
|
|
31
|
+
objectAPIName: string;
|
|
32
|
+
objectName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "66f23a329f7f569486bd094dee013898";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LoadDataInputRepresentation, existing: LoadDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LoadDataInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LoadDataInputRepresentationNormalized, incoming: LoadDataInputRepresentationNormalized): 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: LoadDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Load Data Payload
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LoadDataInputRepresentationNormalized {
|
|
17
|
+
/** Request Operation Type */
|
|
18
|
+
operation_type?: string;
|
|
19
|
+
/** Target Access Token */
|
|
20
|
+
target_access_token: string;
|
|
21
|
+
/** Target Instance Url */
|
|
22
|
+
target_instance_url: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Load Data Payload
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface LoadDataInputRepresentation {
|
|
31
|
+
operation_type?: string;
|
|
32
|
+
target_access_token: string;
|
|
33
|
+
target_instance_url: string;
|
|
34
|
+
}
|