@salesforce/lds-adapters-industries-epc 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/industries-epc.js +5657 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createProductAttributeDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deactivate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deploySnapshotIndex.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/fetchRelatedRecords.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/getConfigRuleMetadata.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitionInfoById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexConfigurations.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexError.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexSetting.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductAttributesByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductFlowByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSnapshots.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/patchIndexSetting.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/pcmCatalogUpdate.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateIndexConfigurations.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleConfigRuleMetadataByUsageTypeAndUsageSubType.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleContextDefinitionByContextDefinitionId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexConfigurations.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexError.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSetting.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSnapshots.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductAttributesByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsByProductId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsFlowByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmActionsDeactivate.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmIndexSetting.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmActionsCatalogUpdate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmIndexDeploy.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmProductAttributeDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmRelatedRecordsByEntityName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectPcmIndexConfigurations.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AttributeDefinitionOutputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistValueOutputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateGraphOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateResponseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnInfoOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleMetadataOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldInfoOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeInfoOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodesInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EpcErrorOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FieldsInfoOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationFieldOutputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationsUpdateOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/IndexErrorOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingOutputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingPatchOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/MetadataOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PCMRecordOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PriceOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowConnectRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationRecordTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductsOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/QuantityInfo.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecordIdMapOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordUpdateOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedObjectRecordsOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsListOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RuntimeCatalogSnapshotInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SettingInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SettingMetadataOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SettingOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotCollectionOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexErrorOutputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexInfoOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexLogOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/Status.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +5799 -0
- package/src/raml/api.raml +1723 -0
- package/src/raml/luvio.raml +132 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { RelatedObjectRecordsOutputRepresentation as RelatedObjectRecordsOutputRepresentation_RelatedObjectRecordsOutputRepresentation } from './RelatedObjectRecordsOutputRepresentation';
|
|
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 = "a3339c07407f9c339653936b32218e91";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedRecordsOutputRepresentation, existing: RelatedRecordsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedRecordsOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RelatedRecordsOutputRepresentationNormalized, incoming: RelatedRecordsOutputRepresentationNormalized): 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: RelatedRecordsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* list of relatedObjectRecords for a given recordId
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RelatedRecordsOutputRepresentationNormalized {
|
|
18
|
+
/** The list of related Records */
|
|
19
|
+
recordId: string;
|
|
20
|
+
/** relatedObjectRecords */
|
|
21
|
+
relatedObjectRecords: Array<RelatedObjectRecordsOutputRepresentation_RelatedObjectRecordsOutputRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* list of relatedObjectRecords for a given recordId
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface RelatedRecordsOutputRepresentation {
|
|
30
|
+
recordId: string;
|
|
31
|
+
relatedObjectRecords: Array<RelatedObjectRecordsOutputRepresentation_RelatedObjectRecordsOutputRepresentation>;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RuntimeCatalogSnapshotInputRepresentation.d.ts
ADDED
|
@@ -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 = "e9abf41c1f6ae24cf3e6841054a7c64e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RuntimeCatalogSnapshotInputRepresentation, existing: RuntimeCatalogSnapshotInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuntimeCatalogSnapshotInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RuntimeCatalogSnapshotInputRepresentationNormalized, incoming: RuntimeCatalogSnapshotInputRepresentationNormalized): 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: RuntimeCatalogSnapshotInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input Representation for deploying a runtime catalog snapshot.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RuntimeCatalogSnapshotInputRepresentationNormalized {
|
|
17
|
+
/** activate date of the snapshot */
|
|
18
|
+
activationDate?: string;
|
|
19
|
+
/** activation type of the snapshot */
|
|
20
|
+
activationType?: string;
|
|
21
|
+
/** id of the snapshot */
|
|
22
|
+
id?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input Representation for deploying a runtime catalog snapshot.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface RuntimeCatalogSnapshotInputRepresentation {
|
|
31
|
+
activationDate?: string;
|
|
32
|
+
activationType?: string;
|
|
33
|
+
id?: string;
|
|
34
|
+
}
|
|
@@ -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 = "419875e81fa1b438194ee34df782c6f0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SettingInputRepresentation, existing: SettingInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SettingInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SettingInputRepresentationNormalized, incoming: SettingInputRepresentationNormalized): 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: SettingInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input Representation for Setting
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SettingInputRepresentationNormalized {
|
|
17
|
+
/** default Language */
|
|
18
|
+
defaultLanguage?: string;
|
|
19
|
+
/** supportedLanguages */
|
|
20
|
+
supportedLanguages?: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input Representation for Setting
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SettingInputRepresentation {
|
|
29
|
+
defaultLanguage?: string;
|
|
30
|
+
supportedLanguages?: Array<string>;
|
|
31
|
+
}
|
|
@@ -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 = "bce87a35cb0b056f7df8ed9be810a09b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SettingMetadataOutputRepresentation, existing: SettingMetadataOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SettingMetadataOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SettingMetadataOutputRepresentationNormalized, incoming: SettingMetadataOutputRepresentationNormalized): 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: SettingMetadataOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Setting Metadata Response
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SettingMetadataOutputRepresentationNormalized {
|
|
17
|
+
/** list of active languages in an org */
|
|
18
|
+
activeLanguages?: Array<string>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Setting Metadata Response
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface SettingMetadataOutputRepresentation {
|
|
27
|
+
activeLanguages?: Array<string>;
|
|
28
|
+
}
|
|
@@ -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 = "a7d764cc8f0b0504e3394965b8469824";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SettingOutputRepresentation, existing: SettingOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SettingOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SettingOutputRepresentationNormalized, incoming: SettingOutputRepresentationNormalized): 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: SettingOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Setting Response
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SettingOutputRepresentationNormalized {
|
|
17
|
+
/** Default Language for the API */
|
|
18
|
+
defaultLanguage?: string;
|
|
19
|
+
/** id of the setting */
|
|
20
|
+
id?: string;
|
|
21
|
+
/** list of supported languages */
|
|
22
|
+
supportedLanguages?: Array<string>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Setting Response
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SettingOutputRepresentation {
|
|
31
|
+
defaultLanguage?: string;
|
|
32
|
+
id?: string;
|
|
33
|
+
supportedLanguages?: Array<string>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
|
|
2
|
+
import { SnapshotOutputRepresentation as SnapshotOutputRepresentation_SnapshotOutputRepresentation } from './SnapshotOutputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const TTL = 6000;
|
|
5
|
+
export declare const VERSION = "b1566a76d9cf30f61b94a2d92caab70d";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: SnapshotCollectionOutputRepresentation, existing: SnapshotCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotCollectionOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
10
|
+
export declare function equals(existing: SnapshotCollectionOutputRepresentationNormalized, incoming: SnapshotCollectionOutputRepresentationNormalized): 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: SnapshotCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Output Representation of Read Snapshot Resource
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface SnapshotCollectionOutputRepresentationNormalized {
|
|
20
|
+
/** errors */
|
|
21
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
22
|
+
/** Returns the list of Active and Future Snapshots */
|
|
23
|
+
snapshots?: Array<SnapshotOutputRepresentation_SnapshotOutputRepresentation>;
|
|
24
|
+
/** statusCode */
|
|
25
|
+
statusCode?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Output Representation of Read Snapshot Resource
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface SnapshotCollectionOutputRepresentation {
|
|
34
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
35
|
+
snapshots?: Array<SnapshotOutputRepresentation_SnapshotOutputRepresentation>;
|
|
36
|
+
statusCode?: string;
|
|
37
|
+
}
|
|
@@ -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 = "062e42550d00031f7914ecab5d6c1859";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SnapshotDeploymentInputRepresentation, existing: SnapshotDeploymentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotDeploymentInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SnapshotDeploymentInputRepresentationNormalized, incoming: SnapshotDeploymentInputRepresentationNormalized): 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: SnapshotDeploymentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for deploying a snapshot of runtime catalog
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SnapshotDeploymentInputRepresentationNormalized {
|
|
17
|
+
/** Type of index build */
|
|
18
|
+
buildType?: string;
|
|
19
|
+
/** snapshot to deploy */
|
|
20
|
+
snapshot?: unknown;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for deploying a snapshot of runtime catalog
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SnapshotDeploymentInputRepresentation {
|
|
29
|
+
buildType?: string;
|
|
30
|
+
snapshot?: unknown;
|
|
31
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
|
|
2
|
+
import { SnapshotOutputRepresentation as SnapshotOutputRepresentation_SnapshotOutputRepresentation } from './SnapshotOutputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const TTL = 6000;
|
|
5
|
+
export declare const VERSION = "a482669465add5966119b942982ae104";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
9
|
+
message: string;
|
|
10
|
+
}
|
|
11
|
+
export type SnapshotDeploymentOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialSnapshotDeploymentOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SnapshotDeploymentOutputRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SnapshotDeploymentOutputRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SnapshotDeploymentOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function normalize(input: SnapshotDeploymentOutputRepresentation, existing: SnapshotDeploymentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotDeploymentOutputRepresentationNormalized;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
19
|
+
export declare function equals(existing: SnapshotDeploymentOutputRepresentationNormalized, incoming: SnapshotDeploymentOutputRepresentationNormalized): boolean;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SnapshotDeploymentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
/**
|
|
23
|
+
* Snapshot Deployment response
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* message (string): statusCode
|
|
27
|
+
*/
|
|
28
|
+
export interface SnapshotDeploymentOutputRepresentationNormalized {
|
|
29
|
+
/** errors */
|
|
30
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
31
|
+
/** Runtime Catalog Snapshot for which the index was created. */
|
|
32
|
+
snapshot?: SnapshotOutputRepresentation_SnapshotOutputRepresentation;
|
|
33
|
+
/** statusCode */
|
|
34
|
+
statusCode: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Snapshot Deployment response
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* message (string): statusCode
|
|
41
|
+
*/
|
|
42
|
+
export interface SnapshotDeploymentOutputRepresentation {
|
|
43
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
44
|
+
snapshot?: SnapshotOutputRepresentation_SnapshotOutputRepresentation;
|
|
45
|
+
statusCode: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
|
|
2
|
+
import { IndexErrorOutputRepresentation as IndexErrorOutputRepresentation_IndexErrorOutputRepresentation } from './IndexErrorOutputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const TTL = 6000;
|
|
5
|
+
export declare const VERSION = "e31c001fd55621e81285a4979e12f08b";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: SnapshotIndexErrorOutputRepresentation, existing: SnapshotIndexErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotIndexErrorOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
10
|
+
export declare function equals(existing: SnapshotIndexErrorOutputRepresentationNormalized, incoming: SnapshotIndexErrorOutputRepresentationNormalized): 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: SnapshotIndexErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Output Representation of Snapshot Index Error Resource
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface SnapshotIndexErrorOutputRepresentationNormalized {
|
|
20
|
+
/** List of errors encountered during the processing of the API request */
|
|
21
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
22
|
+
indexErrorDetails?: IndexErrorOutputRepresentation_IndexErrorOutputRepresentation;
|
|
23
|
+
/** Code indicating the status of the API request. */
|
|
24
|
+
statusCode: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Output Representation of Snapshot Index Error Resource
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SnapshotIndexErrorOutputRepresentation {
|
|
33
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
34
|
+
indexErrorDetails?: IndexErrorOutputRepresentation_IndexErrorOutputRepresentation;
|
|
35
|
+
statusCode: string;
|
|
36
|
+
}
|
|
@@ -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 = "420ebf2e98bbef9edcdd337964282210";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SnapshotIndexInfoOutputRepresentation, existing: SnapshotIndexInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotIndexInfoOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SnapshotIndexInfoOutputRepresentationNormalized, incoming: SnapshotIndexInfoOutputRepresentationNormalized): 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: SnapshotIndexInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation of a snapshot index info.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SnapshotIndexInfoOutputRepresentationNormalized {
|
|
17
|
+
/** Build type of the index (Full or Incremental) */
|
|
18
|
+
buildType?: string;
|
|
19
|
+
/** id of the index info record */
|
|
20
|
+
id?: string;
|
|
21
|
+
/** Indicates if partial build is enabled or disabled */
|
|
22
|
+
isIncrementable?: boolean;
|
|
23
|
+
/** Usage type of the index (Live or Out of use) */
|
|
24
|
+
usageType?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Output Representation of a snapshot index info.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SnapshotIndexInfoOutputRepresentation {
|
|
33
|
+
buildType?: string;
|
|
34
|
+
id?: string;
|
|
35
|
+
isIncrementable?: boolean;
|
|
36
|
+
usageType?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "f6a0211ca8d1b7e6262f958f79d81cc9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SnapshotIndexLogOutputRepresentation, existing: SnapshotIndexLogOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotIndexLogOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SnapshotIndexLogOutputRepresentationNormalized, incoming: SnapshotIndexLogOutputRepresentationNormalized): 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: SnapshotIndexLogOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation of a snapshot index log.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SnapshotIndexLogOutputRepresentationNormalized {
|
|
17
|
+
/** Catalog snapshot time of the index */
|
|
18
|
+
catalogSnapshotTime?: string;
|
|
19
|
+
/** Completion time of the index */
|
|
20
|
+
completionTime?: string;
|
|
21
|
+
/** ID of the user that initiated the index build */
|
|
22
|
+
createdById?: string;
|
|
23
|
+
/** Status of the index build */
|
|
24
|
+
indexBuildStatus?: string;
|
|
25
|
+
/** Type of the index build (Full or Incremental). */
|
|
26
|
+
indexBuildType?: string;
|
|
27
|
+
/** id of the index */
|
|
28
|
+
indexId?: string;
|
|
29
|
+
/** message for the index status */
|
|
30
|
+
message?: string;
|
|
31
|
+
/** Number of new or changed products included in the index */
|
|
32
|
+
numberOfChanges?: number;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Output Representation of a snapshot index log.
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface SnapshotIndexLogOutputRepresentation {
|
|
41
|
+
catalogSnapshotTime?: string;
|
|
42
|
+
completionTime?: string;
|
|
43
|
+
createdById?: string;
|
|
44
|
+
indexBuildStatus?: string;
|
|
45
|
+
indexBuildType?: string;
|
|
46
|
+
indexId?: string;
|
|
47
|
+
message?: string;
|
|
48
|
+
numberOfChanges?: number;
|
|
49
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { SnapshotIndexInfoOutputRepresentation as SnapshotIndexInfoOutputRepresentation_SnapshotIndexInfoOutputRepresentation } from './SnapshotIndexInfoOutputRepresentation';
|
|
2
|
+
import { SnapshotIndexLogOutputRepresentation as SnapshotIndexLogOutputRepresentation_SnapshotIndexLogOutputRepresentation } from './SnapshotIndexLogOutputRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "0197ba8e9a82820296455f197ee8507c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: SnapshotIndexOutputRepresentation, existing: SnapshotIndexOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotIndexOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: SnapshotIndexOutputRepresentationNormalized, incoming: SnapshotIndexOutputRepresentationNormalized): 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: SnapshotIndexOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Runtime Catalog Snapshot Index Response
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SnapshotIndexOutputRepresentationNormalized {
|
|
19
|
+
/** completed date of the index */
|
|
20
|
+
completedDate?: string;
|
|
21
|
+
/** created date of the index */
|
|
22
|
+
createdDate?: string;
|
|
23
|
+
/** id of the snapshot index */
|
|
24
|
+
id?: string;
|
|
25
|
+
/** index build type */
|
|
26
|
+
indexBuildType?: string;
|
|
27
|
+
/** index info records for the snapshot index */
|
|
28
|
+
indexInfos?: Array<SnapshotIndexInfoOutputRepresentation_SnapshotIndexInfoOutputRepresentation>;
|
|
29
|
+
/** index logs for the snapshot index */
|
|
30
|
+
indexLogs?: Array<SnapshotIndexLogOutputRepresentation_SnapshotIndexLogOutputRepresentation>;
|
|
31
|
+
/** index type of the snapshot index */
|
|
32
|
+
indexType?: string;
|
|
33
|
+
/** last build status of the index */
|
|
34
|
+
lastBuildStatus?: string;
|
|
35
|
+
/** number of records indexed */
|
|
36
|
+
numberOfRecords?: number;
|
|
37
|
+
/** venue id of the snapshot index */
|
|
38
|
+
venueId?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Runtime Catalog Snapshot Index Response
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface SnapshotIndexOutputRepresentation {
|
|
47
|
+
completedDate?: string;
|
|
48
|
+
createdDate?: string;
|
|
49
|
+
id?: string;
|
|
50
|
+
indexBuildType?: string;
|
|
51
|
+
indexInfos?: Array<SnapshotIndexInfoOutputRepresentation_SnapshotIndexInfoOutputRepresentation>;
|
|
52
|
+
indexLogs?: Array<SnapshotIndexLogOutputRepresentation_SnapshotIndexLogOutputRepresentation>;
|
|
53
|
+
indexType?: string;
|
|
54
|
+
lastBuildStatus?: string;
|
|
55
|
+
numberOfRecords?: number;
|
|
56
|
+
venueId?: string;
|
|
57
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { SnapshotIndexOutputRepresentation as SnapshotIndexOutputRepresentation_SnapshotIndexOutputRepresentation } from './SnapshotIndexOutputRepresentation';
|
|
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 = "0dc954586d59b7eae085d7d1ffccbcd6";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SnapshotOutputRepresentation, existing: SnapshotOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SnapshotOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SnapshotOutputRepresentationNormalized, incoming: SnapshotOutputRepresentationNormalized): 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: SnapshotOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Runtime Catalog Snapshot Response
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SnapshotOutputRepresentationNormalized {
|
|
18
|
+
/** activate date of the snapshot */
|
|
19
|
+
activationDate?: string;
|
|
20
|
+
/** activation status of the snapshot */
|
|
21
|
+
activationStatus?: string;
|
|
22
|
+
/** activation type of the snapshot */
|
|
23
|
+
activationType?: string;
|
|
24
|
+
/** id of the snapshot */
|
|
25
|
+
id?: string;
|
|
26
|
+
/** list of snapshot indexes */
|
|
27
|
+
snapshotIndexes?: Array<SnapshotIndexOutputRepresentation_SnapshotIndexOutputRepresentation>;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Runtime Catalog Snapshot Response
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface SnapshotOutputRepresentation {
|
|
36
|
+
activationDate?: string;
|
|
37
|
+
activationStatus?: string;
|
|
38
|
+
activationType?: string;
|
|
39
|
+
id?: string;
|
|
40
|
+
snapshotIndexes?: Array<SnapshotIndexOutputRepresentation_SnapshotIndexOutputRepresentation>;
|
|
41
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
|
|
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 = "ed5b7c8711e813281aca97348f50923f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: Status, existing: StatusNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): StatusNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: StatusNormalized, incoming: StatusNormalized): 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: Status, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* The output representation of the Status of the request.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface StatusNormalized {
|
|
18
|
+
/** get Code. */
|
|
19
|
+
code?: string;
|
|
20
|
+
/** get error details */
|
|
21
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
22
|
+
/** Get Error Message */
|
|
23
|
+
message?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* The output representation of the Status of the request.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface Status {
|
|
32
|
+
code?: string;
|
|
33
|
+
errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
|
|
34
|
+
message?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectKeys: {
|
|
3
|
+
(o: object): string[];
|
|
4
|
+
(o: {}): string[];
|
|
5
|
+
}, ObjectCreate: {
|
|
6
|
+
(o: object | null): any;
|
|
7
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
8
|
+
}, ObjectAssign: {
|
|
9
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
10
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
11
|
+
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
|
12
|
+
(target: object, ...sources: any[]): any;
|
|
13
|
+
};
|
|
14
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
15
|
+
export declare const JSONStringify: {
|
|
16
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
17
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
18
|
+
};
|
|
19
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
20
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
21
|
+
export type RecursivePartial<T> = null | {
|
|
22
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
23
|
+
};
|
|
24
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
25
|
+
export declare function equalsObject<U, V extends {
|
|
26
|
+
[key: string]: U;
|
|
27
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
28
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
29
|
+
__ref: string;
|
|
30
|
+
};
|
|
31
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
32
|
+
export {};
|