@salesforce/lds-adapters-service-ecm 1.322.0 → 1.323.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. package/dist/es/es2018/service-ecm.js +1046 -5
  2. package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +16 -0
  3. package/dist/es/es2018/types/src/generated/adapters/getCatalogItem.d.ts +28 -0
  4. package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +17 -0
  5. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +6 -1
  7. package/dist/es/es2018/types/src/generated/resources/getConnectCatalogCatalogItemByCatalogItemId.d.ts +16 -0
  8. package/dist/es/es2018/types/src/generated/resources/patchConnectCatalogCatalogItemByCatalogItemId.d.ts +16 -0
  9. package/dist/es/es2018/types/src/generated/resources/postConnectCatalogCatalogItem.d.ts +13 -0
  10. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts +55 -0
  11. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts +52 -0
  12. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +61 -0
  13. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateWrapperInputRepresentation.d.ts +29 -0
  14. package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +75 -0
  15. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +64 -0
  16. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateWrapperInputRepresentation.d.ts +29 -0
  17. package/dist/es/es2018/types/src/generated/types/IntakeFormInputRepresentation.d.ts +31 -0
  18. package/dist/es/es2018/types/src/generated/types/IntakeFormOutputRepresentation.d.ts +31 -0
  19. package/package.json +3 -3
  20. package/sfdc/index.js +1149 -44
  21. package/src/raml/api.raml +321 -0
  22. package/src/raml/luvio.raml +17 -1
@@ -0,0 +1,16 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { CatalogItemCreateInputRepresentation as types_CatalogItemCreateInputRepresentation_CatalogItemCreateInputRepresentation } from '../types/CatalogItemCreateInputRepresentation';
4
+ import { ResourceRequestConfig as resources_postConnectCatalogCatalogItem_ResourceRequestConfig } from '../resources/postConnectCatalogCatalogItem';
5
+ import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
6
+ export declare const adapterName = "createCatalogItem";
7
+ export declare const createCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const createCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface CreateCatalogItemConfig {
10
+ catalogItemCreateInput: types_CatalogItemCreateInputRepresentation_CatalogItemCreateInputRepresentation;
11
+ }
12
+ export declare const createResourceParams: (config: CreateCatalogItemConfig) => resources_postConnectCatalogCatalogItem_ResourceRequestConfig;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateCatalogItemConfig>): adapter$45$utils_Untrusted<CreateCatalogItemConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateCatalogItemConfig | null;
15
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateCatalogItemConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>>;
16
+ export declare const createCatalogItemAdapterFactory: $64$luvio_engine_AdapterFactory<CreateCatalogItemConfig, types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig } from '../resources/getConnectCatalogCatalogItemByCatalogItemId';
4
+ import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, KeyParams as types_CatalogItemOutputRepresentation_KeyParams } from '../types/CatalogItemOutputRepresentation';
5
+ export declare const adapterName = "getCatalogItem";
6
+ export declare const getCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetCatalogItemConfig {
9
+ catalogItemId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetCatalogItemConfig) => resources_getConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetCatalogItemConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetCatalogItemConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetCatalogItemConfig>): adapter$45$utils_Untrusted<GetCatalogItemConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetCatalogItemConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetCatalogItemConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetCatalogItemConfig): $64$luvio_engine_Snapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetCatalogItemConfig, resourceParams: resources_getConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetCatalogItemConfig, resourceParams: resources_getConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetCatalogItemConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetCatalogItemConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_Snapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
27
+ export declare const getCatalogItemAdapterFactory: $64$luvio_engine_AdapterFactory<GetCatalogItemConfig, types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>;
28
+ export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_CatalogItemOutputRepresentation_KeyParams, any>[]) => void;
@@ -0,0 +1,17 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { CatalogItemUpdateInputRepresentation as types_CatalogItemUpdateInputRepresentation_CatalogItemUpdateInputRepresentation } from '../types/CatalogItemUpdateInputRepresentation';
4
+ import { ResourceRequestConfig as resources_patchConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig } from '../resources/patchConnectCatalogCatalogItemByCatalogItemId';
5
+ import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
6
+ export declare const adapterName = "updateCatalogItem";
7
+ export declare const updateCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const updateCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface UpdateCatalogItemConfig {
10
+ catalogItemId: string;
11
+ catalogItemUpdateInput: types_CatalogItemUpdateInputRepresentation_CatalogItemUpdateInputRepresentation;
12
+ }
13
+ export declare const createResourceParams: (config: UpdateCatalogItemConfig) => resources_patchConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateCatalogItemConfig>): adapter$45$utils_Untrusted<UpdateCatalogItemConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateCatalogItemConfig | null;
16
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateCatalogItemConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>>;
17
+ export declare const updateCatalogItemAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateCatalogItemConfig, types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>;
@@ -1 +1,4 @@
1
+ export { createCatalogItemAdapterFactory } from '../adapters/createCatalogItem';
2
+ export { getCatalogItemAdapterFactory } from '../adapters/getCatalogItem';
3
+ export { updateCatalogItemAdapterFactory } from '../adapters/updateCatalogItem';
1
4
  export { getAllServiceAutomationDepAdapterFactory } from '../adapters/getAllServiceAutomationDep';
@@ -1,3 +1,8 @@
1
+ declare let createCatalogItem: any;
1
2
  declare let getAllServiceAutomationDep: any;
3
+ declare let getCatalogItem: any;
4
+ declare let getCatalogItemNotifyChange: any;
5
+ declare let updateCatalogItem: any;
2
6
  declare let getAllServiceAutomationDep_imperative: any;
3
- export { getAllServiceAutomationDep, getAllServiceAutomationDep_imperative };
7
+ declare let getCatalogItem_imperative: any;
8
+ export { createCatalogItem, getAllServiceAutomationDep, getCatalogItem, getCatalogItemNotifyChange, updateCatalogItem, getAllServiceAutomationDep_imperative, getCatalogItem_imperative, };
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ catalogItemId: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
16
+ export declare function createResourceRequestFromRepresentation(representation: types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation): $64$luvio_engine_ResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { CatalogItemUpdateInputRepresentation as types_CatalogItemUpdateInputRepresentation_CatalogItemUpdateInputRepresentation } from '../types/CatalogItemUpdateInputRepresentation';
2
+ 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';
3
+ import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ catalogItemId: string;
7
+ };
8
+ body: {
9
+ catalogItemUpdateInput: types_CatalogItemUpdateInputRepresentation_CatalogItemUpdateInputRepresentation;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation): void;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { CatalogItemCreateInputRepresentation as types_CatalogItemCreateInputRepresentation_CatalogItemCreateInputRepresentation } from '../types/CatalogItemCreateInputRepresentation';
2
+ 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';
3
+ import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ catalogItemCreateInput: types_CatalogItemCreateInputRepresentation_CatalogItemCreateInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation): void;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,55 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "217032b8ba8ee7ccbd1366146b68c0ea";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CatalogItemAttributeInputRepresentation, existing: CatalogItemAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemAttributeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CatalogItemAttributeInputRepresentationNormalized, incoming: CatalogItemAttributeInputRepresentationNormalized): 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: CatalogItemAttributeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Attribute Item.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CatalogItemAttributeInputRepresentationNormalized {
17
+ /** Attribute API Name */
18
+ apiName: string;
19
+ /** Context Attribute Id */
20
+ contextAttributeId: string;
21
+ /** Attribute Data Type */
22
+ dataType: string;
23
+ /** Attribute Default Value */
24
+ defaultValue: string;
25
+ /** Attribute Description */
26
+ description: string;
27
+ /** is Hidden */
28
+ isHidden: boolean;
29
+ /** Attribute Name */
30
+ name: string;
31
+ /** The type of operation that attribute support. */
32
+ operationType: string;
33
+ /** Attribute Parent */
34
+ parent: string;
35
+ /** Sequence Number */
36
+ sequence: number;
37
+ }
38
+ /**
39
+ * Input Representation for Attribute Item.
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface CatalogItemAttributeInputRepresentation {
45
+ apiName: string;
46
+ contextAttributeId: string;
47
+ dataType: string;
48
+ defaultValue: string;
49
+ description: string;
50
+ isHidden: boolean;
51
+ name: string;
52
+ operationType: string;
53
+ parent: string;
54
+ sequence: number;
55
+ }
@@ -0,0 +1,52 @@
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 = "984f5657f237c67c169022cb991d17de";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CatalogItemAttributeOutputRepresentation, existing: CatalogItemAttributeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemAttributeOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CatalogItemAttributeOutputRepresentationNormalized, incoming: CatalogItemAttributeOutputRepresentationNormalized): 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: CatalogItemAttributeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation class for the Attributes of Catalog Item
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CatalogItemAttributeOutputRepresentationNormalized {
17
+ /** Attribute Api Name */
18
+ apiName: string;
19
+ /** Attribute Context Attribute Id */
20
+ contextAttributeId: string;
21
+ /** Attribute Data Type */
22
+ dataType: string;
23
+ /** Attribute Default Value */
24
+ defaultValue: string;
25
+ /** Attribute Description */
26
+ description: string;
27
+ /** Attribute Is Hidden */
28
+ isHidden: boolean;
29
+ /** Attribute Name */
30
+ name: string;
31
+ /** Attribute Parent */
32
+ parent: string;
33
+ /** Attribute Sequence */
34
+ sequence: number;
35
+ }
36
+ /**
37
+ * Output representation class for the Attributes of Catalog Item
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface CatalogItemAttributeOutputRepresentation {
43
+ apiName: string;
44
+ contextAttributeId: string;
45
+ dataType: string;
46
+ defaultValue: string;
47
+ description: string;
48
+ isHidden: boolean;
49
+ name: string;
50
+ parent: string;
51
+ sequence: number;
52
+ }
@@ -0,0 +1,61 @@
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 = "284b2e668dbf58b3dcde7d5651a96640";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CatalogItemCreateInputRepresentation, existing: CatalogItemCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CatalogItemCreateInputRepresentationNormalized, incoming: CatalogItemCreateInputRepresentationNormalized): 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: CatalogItemCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Configuration of the Catalog Item.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CatalogItemCreateInputRepresentationNormalized {
17
+ /** Knowledge Articles */
18
+ associatedArticles: Array<{}>;
19
+ /** Attribute List */
20
+ attributes: Array<{}>;
21
+ /** Context Definition Id */
22
+ contextDefinitionId: string;
23
+ /** Description */
24
+ description: string;
25
+ /** Eligibility Rules */
26
+ eligibilityRules: Array<{}>;
27
+ /** Fulfillment Flow Id */
28
+ fulfillmentFlowId: string;
29
+ /** Intake Form */
30
+ intakeForm: {};
31
+ /** Integrations */
32
+ integrations: Array<{}>;
33
+ /** is Active */
34
+ isActive: boolean;
35
+ /** Name */
36
+ name: string;
37
+ /** Pre-Processor Id */
38
+ preProcessorId: string;
39
+ /** Type */
40
+ type: string;
41
+ }
42
+ /**
43
+ * Configuration of the Catalog Item.
44
+ *
45
+ * Keys:
46
+ * (none)
47
+ */
48
+ export interface CatalogItemCreateInputRepresentation {
49
+ associatedArticles: Array<{}>;
50
+ attributes: Array<{}>;
51
+ contextDefinitionId: string;
52
+ description: string;
53
+ eligibilityRules: Array<{}>;
54
+ fulfillmentFlowId: string;
55
+ intakeForm: {};
56
+ integrations: Array<{}>;
57
+ isActive: boolean;
58
+ name: string;
59
+ preProcessorId: string;
60
+ type: string;
61
+ }
@@ -0,0 +1,29 @@
1
+ import { CatalogItemCreateInputRepresentation as CatalogItemCreateInputRepresentation_CatalogItemCreateInputRepresentation } from './CatalogItemCreateInputRepresentation';
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 = "04e28561a4b89f1a108aa3894f7cd217";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CatalogItemCreateWrapperInputRepresentation, existing: CatalogItemCreateWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemCreateWrapperInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CatalogItemCreateWrapperInputRepresentationNormalized, incoming: CatalogItemCreateWrapperInputRepresentationNormalized): 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: CatalogItemCreateWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper class for catalog item create input representation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CatalogItemCreateWrapperInputRepresentationNormalized {
18
+ /** Input Representation for Catalog Item Create */
19
+ catalogItemCreateInput: CatalogItemCreateInputRepresentation_CatalogItemCreateInputRepresentation;
20
+ }
21
+ /**
22
+ * Wrapper class for catalog item create input representation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface CatalogItemCreateWrapperInputRepresentation {
28
+ catalogItemCreateInput: CatalogItemCreateInputRepresentation_CatalogItemCreateInputRepresentation;
29
+ }
@@ -0,0 +1,75 @@
1
+ import { CatalogItemAttributeOutputRepresentation as CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation } from './CatalogItemAttributeOutputRepresentation';
2
+ import { IntakeFormOutputRepresentation as IntakeFormOutputRepresentation_IntakeFormOutputRepresentation } from './IntakeFormOutputRepresentation';
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, FragmentSelection as $64$luvio_engine_FragmentSelection, 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 = "5ef83ee2ecf0f385dcf82e0092ec871b";
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
+ catalogItemId: string;
10
+ }
11
+ export type CatalogItemOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialCatalogItemOutputRepresentationNormalizedKeyMetadata = 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): CatalogItemOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CatalogItemOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CatalogItemOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: CatalogItemOutputRepresentation, existing: CatalogItemOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
19
+ export declare function equals(existing: CatalogItemOutputRepresentationNormalized, incoming: CatalogItemOutputRepresentationNormalized): 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: CatalogItemOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Output Representation of Catalog Item
24
+ *
25
+ * Keys:
26
+ * catalogItemId (string): catalogItemId
27
+ */
28
+ export interface CatalogItemOutputRepresentationNormalized {
29
+ /** Knowledge Articles */
30
+ associatedArticles: Array<string>;
31
+ /** Attributes */
32
+ attributes: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation>;
33
+ /** Id of the Catalog Item */
34
+ catalogItemId: string;
35
+ /** Context Definition Id */
36
+ contextDefinitionId: string;
37
+ /** Description of the Catalog Item */
38
+ description: string;
39
+ /** Eligibility Rules */
40
+ eligibilityRules: Array<string>;
41
+ /** Fulfillment Flow id */
42
+ fulfillmentFlowId: string;
43
+ intakeForm: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation;
44
+ /** Integrations */
45
+ integrations: Array<string>;
46
+ /** is Active */
47
+ isActive: boolean;
48
+ /** Name of the Catalog Item */
49
+ name: string;
50
+ /** Pre Processor Id */
51
+ preProcessorId: string;
52
+ /** Type of the Catalog Item */
53
+ type: string;
54
+ }
55
+ /**
56
+ * Output Representation of Catalog Item
57
+ *
58
+ * Keys:
59
+ * catalogItemId (string): catalogItemId
60
+ */
61
+ export interface CatalogItemOutputRepresentation {
62
+ associatedArticles: Array<string>;
63
+ attributes: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation>;
64
+ catalogItemId: string;
65
+ contextDefinitionId: string;
66
+ description: string;
67
+ eligibilityRules: Array<string>;
68
+ fulfillmentFlowId: string;
69
+ intakeForm: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation;
70
+ integrations: Array<string>;
71
+ isActive: boolean;
72
+ name: string;
73
+ preProcessorId: string;
74
+ type: string;
75
+ }
@@ -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 = "e9a6a7368800362f4beb39056fe06576";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CatalogItemUpdateInputRepresentation, existing: CatalogItemUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CatalogItemUpdateInputRepresentationNormalized, incoming: CatalogItemUpdateInputRepresentationNormalized): 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: CatalogItemUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * The configuration of updates to the CatalogItem
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CatalogItemUpdateInputRepresentationNormalized {
17
+ /** Knowledge Articles */
18
+ associatedArticles: Array<{}>;
19
+ /** Attribute List */
20
+ attributes: Array<{}>;
21
+ /** Context Definition Id */
22
+ contextDefinitionId: string;
23
+ /** Description */
24
+ description: string;
25
+ /** Eligibility Rules */
26
+ eligibilityRules: Array<{}>;
27
+ /** Fulfillment Flow Id */
28
+ fulfillmentFlowId: string;
29
+ /** The ID of the catalog Item */
30
+ id: string;
31
+ /** Intake Form */
32
+ intakeForm: {};
33
+ /** Integrations */
34
+ integrations: Array<{}>;
35
+ /** is Active */
36
+ isActive: boolean;
37
+ /** Name */
38
+ name: string;
39
+ /** Pre-Processor Id */
40
+ preProcessorId: string;
41
+ /** Type */
42
+ type: string;
43
+ }
44
+ /**
45
+ * The configuration of updates to the CatalogItem
46
+ *
47
+ * Keys:
48
+ * (none)
49
+ */
50
+ export interface CatalogItemUpdateInputRepresentation {
51
+ associatedArticles: Array<{}>;
52
+ attributes: Array<{}>;
53
+ contextDefinitionId: string;
54
+ description: string;
55
+ eligibilityRules: Array<{}>;
56
+ fulfillmentFlowId: string;
57
+ id: string;
58
+ intakeForm: {};
59
+ integrations: Array<{}>;
60
+ isActive: boolean;
61
+ name: string;
62
+ preProcessorId: string;
63
+ type: string;
64
+ }
@@ -0,0 +1,29 @@
1
+ import { CatalogItemUpdateInputRepresentation as CatalogItemUpdateInputRepresentation_CatalogItemUpdateInputRepresentation } from './CatalogItemUpdateInputRepresentation';
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 = "f3fc549fa9db5ccadcdf514cee176be7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CatalogItemUpdateWrapperInputRepresentation, existing: CatalogItemUpdateWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemUpdateWrapperInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CatalogItemUpdateWrapperInputRepresentationNormalized, incoming: CatalogItemUpdateWrapperInputRepresentationNormalized): 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: CatalogItemUpdateWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper class for catalog item update input representation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CatalogItemUpdateWrapperInputRepresentationNormalized {
18
+ /** Input Representation for Catalog Item Update */
19
+ catalogItemUpdateInput: CatalogItemUpdateInputRepresentation_CatalogItemUpdateInputRepresentation;
20
+ }
21
+ /**
22
+ * Wrapper class for catalog item update input representation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface CatalogItemUpdateWrapperInputRepresentation {
28
+ catalogItemUpdateInput: CatalogItemUpdateInputRepresentation_CatalogItemUpdateInputRepresentation;
29
+ }
@@ -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 = "3ecc7effaa07cd72dee69a3fd698c5ba";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IntakeFormInputRepresentation, existing: IntakeFormInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IntakeFormInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IntakeFormInputRepresentationNormalized, incoming: IntakeFormInputRepresentationNormalized): 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: IntakeFormInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Intake Forms.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IntakeFormInputRepresentationNormalized {
17
+ /** The ID of the catalog Item */
18
+ id: string;
19
+ /** The Type of the catalog Item */
20
+ type: string;
21
+ }
22
+ /**
23
+ * Input Representation for Intake Forms.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface IntakeFormInputRepresentation {
29
+ id: string;
30
+ type: string;
31
+ }
@@ -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 = "d0fe6f2d5b8246f10afe4067d3721d5b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IntakeFormOutputRepresentation, existing: IntakeFormOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IntakeFormOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IntakeFormOutputRepresentationNormalized, incoming: IntakeFormOutputRepresentationNormalized): 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: IntakeFormOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation for Intake Forms
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IntakeFormOutputRepresentationNormalized {
17
+ /** Intake Form Id */
18
+ id: string;
19
+ /** Intake Form Type */
20
+ type: string;
21
+ }
22
+ /**
23
+ * Output Representation for Intake Forms
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface IntakeFormOutputRepresentation {
29
+ id: string;
30
+ type: string;
31
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-ecm",
3
- "version": "1.322.0",
3
+ "version": "1.323.0",
4
4
  "description": "Service Automation Request",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-ecm.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.322.0"
43
+ "@salesforce/lds-bindings": "^1.323.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.322.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.323.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {