@salesforce/lds-adapters-industries-claim 1.365.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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-claim.js +733 -0
- package/dist/es/es2018/types/src/generated/adapters/UpdateClaim.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectClaimsByClaimId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/ClaimAttributeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ClaimAttributesInput.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ClaimErrorOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ClaimErrorsOutput.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ClaimInputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/ClaimInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ClaimItemInputRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/ClaimItemsInput.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ClaimOptionsInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ClaimParticipantInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ClaimParticipantRolesInput.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ClaimParticipantsInput.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ClaimRelatedObjectInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ClaimRelatedObjectsInput.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CreateClaimOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +761 -0
- package/src/raml/api.raml +313 -0
- package/src/raml/luvio.raml +20 -0
|
@@ -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 { ClaimInputRepresentation as types_ClaimInputRepresentation_ClaimInputRepresentation } from '../types/ClaimInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_patchConnectClaimsByClaimId_ResourceRequestConfig } from '../resources/patchConnectClaimsByClaimId';
|
|
5
|
+
import { CreateClaimOutputRepresentation as types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation } from '../types/CreateClaimOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "UpdateClaim";
|
|
7
|
+
export declare const UpdateClaim_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const UpdateClaim_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface UpdateClaimConfig {
|
|
10
|
+
claimId: string;
|
|
11
|
+
updateClaimInput: types_ClaimInputRepresentation_ClaimInputRepresentation;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: UpdateClaimConfig) => resources_patchConnectClaimsByClaimId_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateClaimConfig>): adapter$45$utils_Untrusted<UpdateClaimConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateClaimConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateClaimConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation, any>>;
|
|
17
|
+
export declare const UpdateClaimAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateClaimConfig, types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
|
|
3
|
+
declare const ObjectKeys: {
|
|
4
|
+
(o: object): string[];
|
|
5
|
+
(o: {}): string[];
|
|
6
|
+
}, ObjectCreate: {
|
|
7
|
+
(o: object | null): any;
|
|
8
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
9
|
+
};
|
|
10
|
+
export { ObjectCreate, ObjectKeys };
|
|
11
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
12
|
+
export declare const ArrayPrototypePush: (...items: any[]) => number;
|
|
13
|
+
export interface AdapterValidationConfig {
|
|
14
|
+
displayName: string;
|
|
15
|
+
parameters: {
|
|
16
|
+
required: string[];
|
|
17
|
+
optional: string[];
|
|
18
|
+
unsupported?: string[];
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Validates an adapter config is well-formed.
|
|
23
|
+
* @param config The config to validate.
|
|
24
|
+
* @param adapter The adapter validation configuration.
|
|
25
|
+
* @param oneOf The keys the config must contain at least one of.
|
|
26
|
+
* @throws A TypeError if config doesn't satisfy the adapter's config validation.
|
|
27
|
+
*/
|
|
28
|
+
export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
|
|
29
|
+
export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
|
|
30
|
+
export type UncoercedConfiguration<Base, Options extends {
|
|
31
|
+
[key in keyof Base]?: any;
|
|
32
|
+
}> = {
|
|
33
|
+
[Key in keyof Base]?: Base[Key] | Options[Key];
|
|
34
|
+
};
|
|
35
|
+
export type Untrusted<Base> = Partial<Base>;
|
|
36
|
+
export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
|
|
37
|
+
export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
|
|
38
|
+
export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
|
|
39
|
+
export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
|
|
40
|
+
export declare const snapshotRefreshOptions: {
|
|
41
|
+
overrides: {
|
|
42
|
+
headers: {
|
|
43
|
+
'Cache-Control': string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
|
|
49
|
+
* This is needed because insertion order for JSON.stringify(object) affects output:
|
|
50
|
+
* JSON.stringify({a: 1, b: 2})
|
|
51
|
+
* "{"a":1,"b":2}"
|
|
52
|
+
* JSON.stringify({b: 2, a: 1})
|
|
53
|
+
* "{"b":2,"a":1}"
|
|
54
|
+
* @param data Data to be JSON-stringified.
|
|
55
|
+
* @returns JSON.stringified value with consistent ordering of keys.
|
|
56
|
+
*/
|
|
57
|
+
export declare function stableJSONStringify(node: any): string | undefined;
|
|
58
|
+
export declare function getFetchResponseStatusText(status: number): string;
|
|
59
|
+
export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
|
|
60
|
+
export declare function generateParamConfigMetadata(name: string, required: boolean, resourceType: $64$luvio_engine_AdapterConfigMetadata['resourceType'], typeCheckShape: $64$luvio_engine_AdapterConfigMetadata['typeCheckShape'], isArrayShape?: boolean, coerceFn?: (v: unknown) => unknown): $64$luvio_engine_AdapterConfigMetadata;
|
|
61
|
+
export declare function buildAdapterValidationConfig(displayName: string, paramsMeta: $64$luvio_engine_AdapterConfigMetadata[]): AdapterValidationConfig;
|
|
62
|
+
export declare const keyPrefix = "Claim";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { UpdateClaimAdapterFactory } from '../adapters/UpdateClaim';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ClaimInputRepresentation as types_ClaimInputRepresentation_ClaimInputRepresentation } from '../types/ClaimInputRepresentation';
|
|
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 { CreateClaimOutputRepresentation as types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation } from '../types/CreateClaimOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
claimId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
updateClaimInput: types_ClaimInputRepresentation_ClaimInputRepresentation;
|
|
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_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CreateClaimOutputRepresentation_CreateClaimOutputRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -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 = "cabdfccb96aac5b164780008f6706f51";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ClaimAttributeInputRepresentation, existing: ClaimAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimAttributeInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ClaimAttributeInputRepresentationNormalized, incoming: ClaimAttributeInputRepresentationNormalized): 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: ClaimAttributeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input Representation for Attributes
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ClaimAttributeInputRepresentationNormalized {
|
|
17
|
+
/** Attribute API Name */
|
|
18
|
+
apiName?: string;
|
|
19
|
+
/** Value of the attribute */
|
|
20
|
+
value?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input Representation for Attributes
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ClaimAttributeInputRepresentation {
|
|
29
|
+
apiName?: string;
|
|
30
|
+
value?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClaimAttributeInputRepresentation as ClaimAttributeInputRepresentation_ClaimAttributeInputRepresentation } from './ClaimAttributeInputRepresentation';
|
|
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 = "f5e6fc7675dd2a473532c89bbcd969f6";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ClaimAttributesInput, existing: ClaimAttributesInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimAttributesInputNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ClaimAttributesInputNormalized, incoming: ClaimAttributesInputNormalized): 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: ClaimAttributesInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Attributes list wrapper
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimAttributesInputNormalized {
|
|
18
|
+
/** Attributes list */
|
|
19
|
+
list: Array<ClaimAttributeInputRepresentation_ClaimAttributeInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Attributes list wrapper
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ClaimAttributesInput {
|
|
28
|
+
list: Array<ClaimAttributeInputRepresentation_ClaimAttributeInputRepresentation>;
|
|
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 = "3a6a3e4806f166661ade787e6e49f8c3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ClaimErrorOutputRepresentation, existing: ClaimErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimErrorOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ClaimErrorOutputRepresentationNormalized, incoming: ClaimErrorOutputRepresentationNormalized): 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: ClaimErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation for Error
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ClaimErrorOutputRepresentationNormalized {
|
|
17
|
+
/** Code of the error */
|
|
18
|
+
code: string;
|
|
19
|
+
/** Message of the error */
|
|
20
|
+
message: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output Representation for Error
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ClaimErrorOutputRepresentation {
|
|
29
|
+
code: string;
|
|
30
|
+
message: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClaimErrorOutputRepresentation as ClaimErrorOutputRepresentation_ClaimErrorOutputRepresentation } from './ClaimErrorOutputRepresentation';
|
|
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 = "c1b915a8d1dc85b94fba31c39be76af0";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ClaimErrorsOutput, existing: ClaimErrorsOutputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimErrorsOutputNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ClaimErrorsOutputNormalized, incoming: ClaimErrorsOutputNormalized): 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: ClaimErrorsOutput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Errors
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimErrorsOutputNormalized {
|
|
18
|
+
/** List of errors */
|
|
19
|
+
list: Array<ClaimErrorOutputRepresentation_ClaimErrorOutputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Errors
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ClaimErrorsOutput {
|
|
28
|
+
list: Array<ClaimErrorOutputRepresentation_ClaimErrorOutputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { ClaimAttributesInput as ClaimAttributesInput_ClaimAttributesInput } from './ClaimAttributesInput';
|
|
2
|
+
import { ClaimItemsInput as ClaimItemsInput_ClaimItemsInput } from './ClaimItemsInput';
|
|
3
|
+
import { ClaimParticipantsInput as ClaimParticipantsInput_ClaimParticipantsInput } from './ClaimParticipantsInput';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "8e086f70aec14629e47a65347247380f";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: ClaimInputRepresentation, existing: ClaimInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimInputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: ClaimInputRepresentationNormalized, incoming: ClaimInputRepresentationNormalized): 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: ClaimInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Input Representation for Create Claim Connect resource
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ClaimInputRepresentationNormalized {
|
|
20
|
+
/** Account Id */
|
|
21
|
+
accountId?: string;
|
|
22
|
+
/** The additional fields of the claim product */
|
|
23
|
+
additionalFields?: unknown;
|
|
24
|
+
/** The attributes of the claim product */
|
|
25
|
+
attributes?: ClaimAttributesInput_ClaimAttributesInput;
|
|
26
|
+
/** Reason for claim */
|
|
27
|
+
claimReason?: string;
|
|
28
|
+
/** Claim reason type */
|
|
29
|
+
claimReasonType?: string;
|
|
30
|
+
/** The type of claim */
|
|
31
|
+
claimType?: string;
|
|
32
|
+
/** Id of the incident type */
|
|
33
|
+
incidentTypeId?: string;
|
|
34
|
+
/** Policy Id on which the claim is raised */
|
|
35
|
+
insurancePolicyId?: string;
|
|
36
|
+
items?: ClaimItemsInput_ClaimItemsInput;
|
|
37
|
+
/** The date on which loss occurred */
|
|
38
|
+
lossDate?: string;
|
|
39
|
+
/** Type of the loss for which claim is raised */
|
|
40
|
+
lossType?: string;
|
|
41
|
+
/** Name of the claim */
|
|
42
|
+
name?: string;
|
|
43
|
+
/** Options to pass while creation/updation of claim */
|
|
44
|
+
options?: unknown;
|
|
45
|
+
participants?: ClaimParticipantsInput_ClaimParticipantsInput;
|
|
46
|
+
/** The product code of the claim product */
|
|
47
|
+
productCode?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Input Representation for Create Claim Connect resource
|
|
51
|
+
*
|
|
52
|
+
* Keys:
|
|
53
|
+
* (none)
|
|
54
|
+
*/
|
|
55
|
+
export interface ClaimInputRepresentation {
|
|
56
|
+
accountId?: string;
|
|
57
|
+
additionalFields?: unknown;
|
|
58
|
+
attributes?: ClaimAttributesInput_ClaimAttributesInput;
|
|
59
|
+
claimReason?: string;
|
|
60
|
+
claimReasonType?: string;
|
|
61
|
+
claimType?: string;
|
|
62
|
+
incidentTypeId?: string;
|
|
63
|
+
insurancePolicyId?: string;
|
|
64
|
+
items?: ClaimItemsInput_ClaimItemsInput;
|
|
65
|
+
lossDate?: string;
|
|
66
|
+
lossType?: string;
|
|
67
|
+
name?: string;
|
|
68
|
+
options?: unknown;
|
|
69
|
+
participants?: ClaimParticipantsInput_ClaimParticipantsInput;
|
|
70
|
+
productCode?: string;
|
|
71
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClaimInputRepresentation as ClaimInputRepresentation_ClaimInputRepresentation } from './ClaimInputRepresentation';
|
|
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 = "1ebf579cd555853da093cf032f7899a3";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ClaimInputWrapperRepresentation, existing: ClaimInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ClaimInputWrapperRepresentationNormalized, incoming: ClaimInputWrapperRepresentationNormalized): 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: ClaimInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation wrapper for ClaimInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimInputWrapperRepresentationNormalized {
|
|
18
|
+
/** Input representation wrapper for ClaimInputRepresentation */
|
|
19
|
+
updateClaimInput: ClaimInputRepresentation_ClaimInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation wrapper for ClaimInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ClaimInputWrapperRepresentation {
|
|
28
|
+
updateClaimInput: ClaimInputRepresentation_ClaimInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { ClaimAttributesInput as ClaimAttributesInput_ClaimAttributesInput } from './ClaimAttributesInput';
|
|
2
|
+
import { ClaimRelatedObjectsInput as ClaimRelatedObjectsInput_ClaimRelatedObjectsInput } from './ClaimRelatedObjectsInput';
|
|
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 = "fe1001972547d978853550b654ac40a0";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ClaimItemInputRepresentation, existing: ClaimItemInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimItemInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ClaimItemInputRepresentationNormalized, incoming: ClaimItemInputRepresentationNormalized): 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: ClaimItemInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Input Representation for Claim Item
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ClaimItemInputRepresentationNormalized {
|
|
19
|
+
/** Action to be performed during update operation */
|
|
20
|
+
action: string;
|
|
21
|
+
/** The additional fields of the claim item */
|
|
22
|
+
additionalFields?: unknown;
|
|
23
|
+
/** The attributes of the claim item */
|
|
24
|
+
attributes?: ClaimAttributesInput_ClaimAttributesInput;
|
|
25
|
+
/** The category of the claim item */
|
|
26
|
+
category?: string;
|
|
27
|
+
/** The unique instanceKey of the claim item */
|
|
28
|
+
instanceKey: string;
|
|
29
|
+
/** Id of the insurance policy coverage */
|
|
30
|
+
insurancePolicyCoverageId?: string;
|
|
31
|
+
/** The id of the insuredItem involved */
|
|
32
|
+
insuredItemId?: string;
|
|
33
|
+
/** Name of the claim item */
|
|
34
|
+
name?: string;
|
|
35
|
+
/** Instance Key of Related Claim Participant */
|
|
36
|
+
participantInstanceKey?: string;
|
|
37
|
+
/** The product code of the claim item product */
|
|
38
|
+
productCode?: string;
|
|
39
|
+
relatedObjects?: ClaimRelatedObjectsInput_ClaimRelatedObjectsInput;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Input Representation for Claim Item
|
|
43
|
+
*
|
|
44
|
+
* Keys:
|
|
45
|
+
* (none)
|
|
46
|
+
*/
|
|
47
|
+
export interface ClaimItemInputRepresentation {
|
|
48
|
+
action: string;
|
|
49
|
+
additionalFields?: unknown;
|
|
50
|
+
attributes?: ClaimAttributesInput_ClaimAttributesInput;
|
|
51
|
+
category?: string;
|
|
52
|
+
instanceKey: string;
|
|
53
|
+
insurancePolicyCoverageId?: string;
|
|
54
|
+
insuredItemId?: string;
|
|
55
|
+
name?: string;
|
|
56
|
+
participantInstanceKey?: string;
|
|
57
|
+
productCode?: string;
|
|
58
|
+
relatedObjects?: ClaimRelatedObjectsInput_ClaimRelatedObjectsInput;
|
|
59
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClaimItemInputRepresentation as ClaimItemInputRepresentation_ClaimItemInputRepresentation } from './ClaimItemInputRepresentation';
|
|
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 = "6bd954ed2c98f7b70dbcd5964851c303";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ClaimItemsInput, existing: ClaimItemsInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimItemsInputNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ClaimItemsInputNormalized, incoming: ClaimItemsInputNormalized): 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: ClaimItemsInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Claim Items List wrapper object
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimItemsInputNormalized {
|
|
18
|
+
/** Claim Items List */
|
|
19
|
+
list: Array<ClaimItemInputRepresentation_ClaimItemInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Claim Items List wrapper object
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ClaimItemsInput {
|
|
28
|
+
list: Array<ClaimItemInputRepresentation_ClaimItemInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -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 = "9278f7144d424ac704b82ad0549768a2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ClaimOptionsInputRepresentation, existing: ClaimOptionsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimOptionsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ClaimOptionsInputRepresentationNormalized, incoming: ClaimOptionsInputRepresentationNormalized): 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: ClaimOptionsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Options for create/update claim
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ClaimOptionsInputRepresentationNormalized {
|
|
17
|
+
/** Execute configuration rules or not */
|
|
18
|
+
executeConfigurationRules: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Options for create/update claim
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ClaimOptionsInputRepresentation {
|
|
27
|
+
executeConfigurationRules: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ClaimParticipantRolesInput as ClaimParticipantRolesInput_ClaimParticipantRolesInput } from './ClaimParticipantRolesInput';
|
|
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 = "7d48d93f8faa8ee557d7a702a02e40e0";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ClaimParticipantInputRepresentation, existing: ClaimParticipantInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimParticipantInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ClaimParticipantInputRepresentationNormalized, incoming: ClaimParticipantInputRepresentationNormalized): 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: ClaimParticipantInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for Claim Participant
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimParticipantInputRepresentationNormalized {
|
|
18
|
+
/** Account id of the claim participant */
|
|
19
|
+
accountId?: string;
|
|
20
|
+
/** Action to be performed during update operation */
|
|
21
|
+
action: string;
|
|
22
|
+
/** Additional Fields of the claim participant */
|
|
23
|
+
additionalFields?: unknown;
|
|
24
|
+
/** Contact Id of the claim participant */
|
|
25
|
+
contactId?: string;
|
|
26
|
+
/** Unique instanceKey of the claim participant */
|
|
27
|
+
instanceKey: string;
|
|
28
|
+
/** Insurance Policy Participant Id of the claim participant */
|
|
29
|
+
insurancePolicyParticipantId?: string;
|
|
30
|
+
/** Is insured or not */
|
|
31
|
+
isInjured?: string;
|
|
32
|
+
roles?: ClaimParticipantRolesInput_ClaimParticipantRolesInput;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Input representation for Claim Participant
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface ClaimParticipantInputRepresentation {
|
|
41
|
+
accountId?: string;
|
|
42
|
+
action: string;
|
|
43
|
+
additionalFields?: unknown;
|
|
44
|
+
contactId?: string;
|
|
45
|
+
instanceKey: string;
|
|
46
|
+
insurancePolicyParticipantId?: string;
|
|
47
|
+
isInjured?: string;
|
|
48
|
+
roles?: ClaimParticipantRolesInput_ClaimParticipantRolesInput;
|
|
49
|
+
}
|
|
@@ -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 = "3cc53fce8fb9db24cb5afb5fce39c83a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ClaimParticipantRolesInput, existing: ClaimParticipantRolesInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimParticipantRolesInputNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ClaimParticipantRolesInputNormalized, incoming: ClaimParticipantRolesInputNormalized): 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: ClaimParticipantRolesInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Claim Participant Roles List wrapper object
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ClaimParticipantRolesInputNormalized {
|
|
17
|
+
/** Claim Participant Roles list */
|
|
18
|
+
list?: Array<string>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Claim Participant Roles List wrapper object
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ClaimParticipantRolesInput {
|
|
27
|
+
list?: Array<string>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClaimParticipantInputRepresentation as ClaimParticipantInputRepresentation_ClaimParticipantInputRepresentation } from './ClaimParticipantInputRepresentation';
|
|
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 = "4a8aa1e55f75fb75a316fae4c15bb0bc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ClaimParticipantsInput, existing: ClaimParticipantsInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimParticipantsInputNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ClaimParticipantsInputNormalized, incoming: ClaimParticipantsInputNormalized): 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: ClaimParticipantsInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Claim Participants List wrapper object
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimParticipantsInputNormalized {
|
|
18
|
+
/** Claim Participants List */
|
|
19
|
+
list: Array<ClaimParticipantInputRepresentation_ClaimParticipantInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Claim Participants List wrapper object
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ClaimParticipantsInput {
|
|
28
|
+
list: Array<ClaimParticipantInputRepresentation_ClaimParticipantInputRepresentation>;
|
|
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 = "5b4e4136ee2fee74928b7858ba752824";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ClaimRelatedObjectInputRepresentation, existing: ClaimRelatedObjectInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimRelatedObjectInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ClaimRelatedObjectInputRepresentationNormalized, incoming: ClaimRelatedObjectInputRepresentationNormalized): 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: ClaimRelatedObjectInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input Representation for Related Object
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ClaimRelatedObjectInputRepresentationNormalized {
|
|
17
|
+
/** Claim Item Related Object Id */
|
|
18
|
+
recordId?: string;
|
|
19
|
+
/** Claim Item Related Object Name */
|
|
20
|
+
recordObjName?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input Representation for Related Object
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ClaimRelatedObjectInputRepresentation {
|
|
29
|
+
recordId?: string;
|
|
30
|
+
recordObjName?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClaimRelatedObjectInputRepresentation as ClaimRelatedObjectInputRepresentation_ClaimRelatedObjectInputRepresentation } from './ClaimRelatedObjectInputRepresentation';
|
|
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 = "7538530926bc1aa7b731d16faf779224";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ClaimRelatedObjectsInput, existing: ClaimRelatedObjectsInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ClaimRelatedObjectsInputNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ClaimRelatedObjectsInputNormalized, incoming: ClaimRelatedObjectsInputNormalized): 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: ClaimRelatedObjectsInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Related Objects List wrapper object
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ClaimRelatedObjectsInputNormalized {
|
|
18
|
+
/** Claim Item Related Objects List */
|
|
19
|
+
list: Array<ClaimRelatedObjectInputRepresentation_ClaimRelatedObjectInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Related Objects List wrapper object
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ClaimRelatedObjectsInput {
|
|
28
|
+
list: Array<ClaimRelatedObjectInputRepresentation_ClaimRelatedObjectInputRepresentation>;
|
|
29
|
+
}
|