@salesforce/lds-adapters-revenue-billing-batch 1.124.2 → 1.124.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/revenue-billing-batch.js +597 -597
- package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
- package/dist/{types → es/es2018/types}/src/generated/adapters/createInvoicesBatchScheduler.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/adapters/createPaymentsBatchScheduler.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +2 -2
- package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +3 -3
- package/dist/{types → es/es2018/types}/src/generated/resources/postCommerceInvoicingInvoiceSchedulers.d.ts +13 -13
- package/dist/{types → es/es2018/types}/src/generated/resources/postCommercePaymentsPaymentSchedulers.d.ts +13 -13
- package/dist/{types → es/es2018/types}/src/generated/types/BatchFilterCriteriaInputRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/BatchInvoiceSchedulerInputRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/BatchInvoiceSchedulerInputWrapperRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/BillingBatchSchedulerRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/InvoicesBatchSchedulerOutputRepresentation.d.ts +40 -40
- package/dist/{types → es/es2018/types}/src/generated/types/PaymentRunBatchFilterCriteriaInputRepresentation.d.ts +33 -33
- package/dist/{types → es/es2018/types}/src/generated/types/PaymentRunBatchFilterCriteriaInputRepresentations.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/PaymentsBatchSchedulerInputRepresentation.d.ts +33 -33
- package/dist/{types → es/es2018/types}/src/generated/types/PaymentsBatchSchedulerInputWrapperRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/PaymentsBatchSchedulerOutputRepresentation.d.ts +40 -40
- package/dist/{types → es/es2018/types}/src/generated/types/ScheduleOptionsInputRepresentation.d.ts +47 -47
- package/dist/{types → es/es2018/types}/src/generated/types/ScheduleOptionsInputRepresentationForInvoice.d.ts +50 -50
- package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
- package/package.json +5 -5
- package/sfdc/index.d.ts +1 -1
- package/sfdc/index.js +616 -616
- package/dist/umd/es2018/revenue-billing-batch.js +0 -641
- package/dist/umd/es5/revenue-billing-batch.js +0 -648
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { BillingBatchSchedulerRepresentation as BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation } from './BillingBatchSchedulerRepresentation';
|
|
2
|
-
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const TTL = 1000;
|
|
4
|
-
export declare const VERSION = "15c358b0b4903143c526f63f4010b958";
|
|
5
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
-
export declare const RepresentationType: string;
|
|
7
|
-
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
-
billingBatchSchedulerId: string;
|
|
9
|
-
}
|
|
10
|
-
export type InvoicesBatchSchedulerOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
-
export type PartialInvoicesBatchSchedulerOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
-
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
-
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): InvoicesBatchSchedulerOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
-
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: InvoicesBatchSchedulerOutputRepresentation): string;
|
|
15
|
-
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: InvoicesBatchSchedulerOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
-
export declare function normalize(input: InvoicesBatchSchedulerOutputRepresentation, existing: InvoicesBatchSchedulerOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InvoicesBatchSchedulerOutputRepresentationNormalized;
|
|
17
|
-
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
-
export declare function equals(existing: InvoicesBatchSchedulerOutputRepresentationNormalized, incoming: InvoicesBatchSchedulerOutputRepresentationNormalized): boolean;
|
|
19
|
-
export declare function deepFreeze(input: InvoicesBatchSchedulerOutputRepresentation): void;
|
|
20
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InvoicesBatchSchedulerOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
-
/**
|
|
23
|
-
* Invoices Batch Scheduler Output Representation
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
27
|
-
*/
|
|
28
|
-
export interface InvoicesBatchSchedulerOutputRepresentationNormalized {
|
|
29
|
-
/** Billing Batch Scheduler Details */
|
|
30
|
-
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Invoices Batch Scheduler Output Representation
|
|
34
|
-
*
|
|
35
|
-
* Keys:
|
|
36
|
-
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
37
|
-
*/
|
|
38
|
-
export interface InvoicesBatchSchedulerOutputRepresentation {
|
|
39
|
-
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
40
|
-
}
|
|
1
|
+
import { BillingBatchSchedulerRepresentation as BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation } from './BillingBatchSchedulerRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "15c358b0b4903143c526f63f4010b958";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
billingBatchSchedulerId: string;
|
|
9
|
+
}
|
|
10
|
+
export type InvoicesBatchSchedulerOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialInvoicesBatchSchedulerOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): InvoicesBatchSchedulerOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: InvoicesBatchSchedulerOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: InvoicesBatchSchedulerOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: InvoicesBatchSchedulerOutputRepresentation, existing: InvoicesBatchSchedulerOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InvoicesBatchSchedulerOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: InvoicesBatchSchedulerOutputRepresentationNormalized, incoming: InvoicesBatchSchedulerOutputRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: InvoicesBatchSchedulerOutputRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InvoicesBatchSchedulerOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* Invoices Batch Scheduler Output Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
27
|
+
*/
|
|
28
|
+
export interface InvoicesBatchSchedulerOutputRepresentationNormalized {
|
|
29
|
+
/** Billing Batch Scheduler Details */
|
|
30
|
+
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Invoices Batch Scheduler Output Representation
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
37
|
+
*/
|
|
38
|
+
export interface InvoicesBatchSchedulerOutputRepresentation {
|
|
39
|
+
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
40
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { BatchFilterCriteriaInputRepresentation as BatchFilterCriteriaInputRepresentation_BatchFilterCriteriaInputRepresentation } from './BatchFilterCriteriaInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "9dd460d458d4926b4103b2d7f8201add";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: PaymentRunBatchFilterCriteriaInputRepresentation, existing: PaymentRunBatchFilterCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentRunBatchFilterCriteriaInputRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: PaymentRunBatchFilterCriteriaInputRepresentationNormalized, incoming: PaymentRunBatchFilterCriteriaInputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: PaymentRunBatchFilterCriteriaInputRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentRunBatchFilterCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Billing Batch Filter Criteria Input Representation
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface PaymentRunBatchFilterCriteriaInputRepresentationNormalized extends BatchFilterCriteriaInputRepresentation_BatchFilterCriteriaInputRepresentation {
|
|
19
|
-
/** Field Name */
|
|
20
|
-
fieldName: string;
|
|
21
|
-
/** Object Name */
|
|
22
|
-
objectName: string;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Billing Batch Filter Criteria Input Representation
|
|
26
|
-
*
|
|
27
|
-
* Keys:
|
|
28
|
-
* (none)
|
|
29
|
-
*/
|
|
30
|
-
export interface PaymentRunBatchFilterCriteriaInputRepresentation extends BatchFilterCriteriaInputRepresentation_BatchFilterCriteriaInputRepresentation {
|
|
31
|
-
fieldName: string;
|
|
32
|
-
objectName: string;
|
|
33
|
-
}
|
|
1
|
+
import { BatchFilterCriteriaInputRepresentation as BatchFilterCriteriaInputRepresentation_BatchFilterCriteriaInputRepresentation } from './BatchFilterCriteriaInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "9dd460d458d4926b4103b2d7f8201add";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: PaymentRunBatchFilterCriteriaInputRepresentation, existing: PaymentRunBatchFilterCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentRunBatchFilterCriteriaInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: PaymentRunBatchFilterCriteriaInputRepresentationNormalized, incoming: PaymentRunBatchFilterCriteriaInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: PaymentRunBatchFilterCriteriaInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentRunBatchFilterCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Billing Batch Filter Criteria Input Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PaymentRunBatchFilterCriteriaInputRepresentationNormalized extends BatchFilterCriteriaInputRepresentation_BatchFilterCriteriaInputRepresentation {
|
|
19
|
+
/** Field Name */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** Object Name */
|
|
22
|
+
objectName: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Billing Batch Filter Criteria Input Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface PaymentRunBatchFilterCriteriaInputRepresentation extends BatchFilterCriteriaInputRepresentation_BatchFilterCriteriaInputRepresentation {
|
|
31
|
+
fieldName: string;
|
|
32
|
+
objectName: string;
|
|
33
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "fd696ee1e708b9d5ca442c6455824fab";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: PaymentRunBatchFilterCriteriaInputRepresentations, existing: PaymentRunBatchFilterCriteriaInputRepresentationsNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentRunBatchFilterCriteriaInputRepresentationsNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: PaymentRunBatchFilterCriteriaInputRepresentationsNormalized, incoming: PaymentRunBatchFilterCriteriaInputRepresentationsNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: PaymentRunBatchFilterCriteriaInputRepresentations): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentRunBatchFilterCriteriaInputRepresentations, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Batch Payments Filter Criteria Input Representations
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface PaymentRunBatchFilterCriteriaInputRepresentationsNormalized {
|
|
18
|
-
/** List of filter criteria line items */
|
|
19
|
-
filterCriteria: Array<{}>;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Batch Payments Filter Criteria Input Representations
|
|
23
|
-
*
|
|
24
|
-
* Keys:
|
|
25
|
-
* (none)
|
|
26
|
-
*/
|
|
27
|
-
export interface PaymentRunBatchFilterCriteriaInputRepresentations {
|
|
28
|
-
filterCriteria: Array<{}>;
|
|
29
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "fd696ee1e708b9d5ca442c6455824fab";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PaymentRunBatchFilterCriteriaInputRepresentations, existing: PaymentRunBatchFilterCriteriaInputRepresentationsNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentRunBatchFilterCriteriaInputRepresentationsNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PaymentRunBatchFilterCriteriaInputRepresentationsNormalized, incoming: PaymentRunBatchFilterCriteriaInputRepresentationsNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PaymentRunBatchFilterCriteriaInputRepresentations): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentRunBatchFilterCriteriaInputRepresentations, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Batch Payments Filter Criteria Input Representations
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PaymentRunBatchFilterCriteriaInputRepresentationsNormalized {
|
|
18
|
+
/** List of filter criteria line items */
|
|
19
|
+
filterCriteria: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Batch Payments Filter Criteria Input Representations
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface PaymentRunBatchFilterCriteriaInputRepresentations {
|
|
28
|
+
filterCriteria: Array<{}>;
|
|
29
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { ScheduleOptionsInputRepresentation as ScheduleOptionsInputRepresentation_ScheduleOptionsInputRepresentation } from './ScheduleOptionsInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "27ff1f74ba4040815f1f99a939767f6d";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: PaymentsBatchSchedulerInputRepresentation, existing: PaymentsBatchSchedulerInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentsBatchSchedulerInputRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: PaymentsBatchSchedulerInputRepresentationNormalized, incoming: PaymentsBatchSchedulerInputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: PaymentsBatchSchedulerInputRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentsBatchSchedulerInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Payments Batch Scheduler Input Representation
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface PaymentsBatchSchedulerInputRepresentationNormalized extends ScheduleOptionsInputRepresentation_ScheduleOptionsInputRepresentation {
|
|
19
|
-
/** Filter Criteria Match Type */
|
|
20
|
-
criteriaMatchType?: string;
|
|
21
|
-
/** List of filter criteria line items */
|
|
22
|
-
filterCriteria?: Array<{}>;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Payments Batch Scheduler Input Representation
|
|
26
|
-
*
|
|
27
|
-
* Keys:
|
|
28
|
-
* (none)
|
|
29
|
-
*/
|
|
30
|
-
export interface PaymentsBatchSchedulerInputRepresentation extends ScheduleOptionsInputRepresentation_ScheduleOptionsInputRepresentation {
|
|
31
|
-
criteriaMatchType?: string;
|
|
32
|
-
filterCriteria?: Array<{}>;
|
|
33
|
-
}
|
|
1
|
+
import { ScheduleOptionsInputRepresentation as ScheduleOptionsInputRepresentation_ScheduleOptionsInputRepresentation } from './ScheduleOptionsInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "27ff1f74ba4040815f1f99a939767f6d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: PaymentsBatchSchedulerInputRepresentation, existing: PaymentsBatchSchedulerInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentsBatchSchedulerInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: PaymentsBatchSchedulerInputRepresentationNormalized, incoming: PaymentsBatchSchedulerInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: PaymentsBatchSchedulerInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentsBatchSchedulerInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Payments Batch Scheduler Input Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PaymentsBatchSchedulerInputRepresentationNormalized extends ScheduleOptionsInputRepresentation_ScheduleOptionsInputRepresentation {
|
|
19
|
+
/** Filter Criteria Match Type */
|
|
20
|
+
criteriaMatchType?: string;
|
|
21
|
+
/** List of filter criteria line items */
|
|
22
|
+
filterCriteria?: Array<{}>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Payments Batch Scheduler Input Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface PaymentsBatchSchedulerInputRepresentation extends ScheduleOptionsInputRepresentation_ScheduleOptionsInputRepresentation {
|
|
31
|
+
criteriaMatchType?: string;
|
|
32
|
+
filterCriteria?: Array<{}>;
|
|
33
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { PaymentsBatchSchedulerInputRepresentation as PaymentsBatchSchedulerInputRepresentation_PaymentsBatchSchedulerInputRepresentation } from './PaymentsBatchSchedulerInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "2cfff4f9fc8c4c2ea21d4f20fd5e3926";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: PaymentsBatchSchedulerInputWrapperRepresentation, existing: PaymentsBatchSchedulerInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentsBatchSchedulerInputWrapperRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: PaymentsBatchSchedulerInputWrapperRepresentationNormalized, incoming: PaymentsBatchSchedulerInputWrapperRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: PaymentsBatchSchedulerInputWrapperRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentsBatchSchedulerInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Wrapper for payment batch scheduler input representation
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface PaymentsBatchSchedulerInputWrapperRepresentationNormalized {
|
|
19
|
-
PaymentsBatchSchedulerInput: PaymentsBatchSchedulerInputRepresentation_PaymentsBatchSchedulerInputRepresentation;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Wrapper for payment batch scheduler input representation
|
|
23
|
-
*
|
|
24
|
-
* Keys:
|
|
25
|
-
* (none)
|
|
26
|
-
*/
|
|
27
|
-
export interface PaymentsBatchSchedulerInputWrapperRepresentation {
|
|
28
|
-
PaymentsBatchSchedulerInput: PaymentsBatchSchedulerInputRepresentation_PaymentsBatchSchedulerInputRepresentation;
|
|
29
|
-
}
|
|
1
|
+
import { PaymentsBatchSchedulerInputRepresentation as PaymentsBatchSchedulerInputRepresentation_PaymentsBatchSchedulerInputRepresentation } from './PaymentsBatchSchedulerInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "2cfff4f9fc8c4c2ea21d4f20fd5e3926";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: PaymentsBatchSchedulerInputWrapperRepresentation, existing: PaymentsBatchSchedulerInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentsBatchSchedulerInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: PaymentsBatchSchedulerInputWrapperRepresentationNormalized, incoming: PaymentsBatchSchedulerInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: PaymentsBatchSchedulerInputWrapperRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentsBatchSchedulerInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Wrapper for payment batch scheduler input representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PaymentsBatchSchedulerInputWrapperRepresentationNormalized {
|
|
19
|
+
PaymentsBatchSchedulerInput: PaymentsBatchSchedulerInputRepresentation_PaymentsBatchSchedulerInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper for payment batch scheduler input representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface PaymentsBatchSchedulerInputWrapperRepresentation {
|
|
28
|
+
PaymentsBatchSchedulerInput: PaymentsBatchSchedulerInputRepresentation_PaymentsBatchSchedulerInputRepresentation;
|
|
29
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { BillingBatchSchedulerRepresentation as BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation } from './BillingBatchSchedulerRepresentation';
|
|
2
|
-
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const TTL = 1000;
|
|
4
|
-
export declare const VERSION = "eff71edc32270b9a1e6e1779cb811c3c";
|
|
5
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
-
export declare const RepresentationType: string;
|
|
7
|
-
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
-
billingBatchSchedulerId: string;
|
|
9
|
-
}
|
|
10
|
-
export type PaymentsBatchSchedulerOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
-
export type PartialPaymentsBatchSchedulerOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
-
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
-
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): PaymentsBatchSchedulerOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
-
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: PaymentsBatchSchedulerOutputRepresentation): string;
|
|
15
|
-
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: PaymentsBatchSchedulerOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
-
export declare function normalize(input: PaymentsBatchSchedulerOutputRepresentation, existing: PaymentsBatchSchedulerOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentsBatchSchedulerOutputRepresentationNormalized;
|
|
17
|
-
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
-
export declare function equals(existing: PaymentsBatchSchedulerOutputRepresentationNormalized, incoming: PaymentsBatchSchedulerOutputRepresentationNormalized): boolean;
|
|
19
|
-
export declare function deepFreeze(input: PaymentsBatchSchedulerOutputRepresentation): void;
|
|
20
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentsBatchSchedulerOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
-
/**
|
|
23
|
-
* Payments Batch Scheduler Output Representation
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
27
|
-
*/
|
|
28
|
-
export interface PaymentsBatchSchedulerOutputRepresentationNormalized {
|
|
29
|
-
/** Billing Batch Scheduler Details */
|
|
30
|
-
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Payments Batch Scheduler Output Representation
|
|
34
|
-
*
|
|
35
|
-
* Keys:
|
|
36
|
-
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
37
|
-
*/
|
|
38
|
-
export interface PaymentsBatchSchedulerOutputRepresentation {
|
|
39
|
-
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
40
|
-
}
|
|
1
|
+
import { BillingBatchSchedulerRepresentation as BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation } from './BillingBatchSchedulerRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "eff71edc32270b9a1e6e1779cb811c3c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
billingBatchSchedulerId: string;
|
|
9
|
+
}
|
|
10
|
+
export type PaymentsBatchSchedulerOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialPaymentsBatchSchedulerOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): PaymentsBatchSchedulerOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: PaymentsBatchSchedulerOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: PaymentsBatchSchedulerOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: PaymentsBatchSchedulerOutputRepresentation, existing: PaymentsBatchSchedulerOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PaymentsBatchSchedulerOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: PaymentsBatchSchedulerOutputRepresentationNormalized, incoming: PaymentsBatchSchedulerOutputRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: PaymentsBatchSchedulerOutputRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PaymentsBatchSchedulerOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* Payments Batch Scheduler Output Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
27
|
+
*/
|
|
28
|
+
export interface PaymentsBatchSchedulerOutputRepresentationNormalized {
|
|
29
|
+
/** Billing Batch Scheduler Details */
|
|
30
|
+
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Payments Batch Scheduler Output Representation
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* billingBatchSchedulerId (string): billingBatchScheduler.id
|
|
37
|
+
*/
|
|
38
|
+
export interface PaymentsBatchSchedulerOutputRepresentation {
|
|
39
|
+
billingBatchScheduler: BillingBatchSchedulerRepresentation_BillingBatchSchedulerRepresentation;
|
|
40
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/ScheduleOptionsInputRepresentation.d.ts
RENAMED
|
@@ -1,47 +1,47 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "a10fe041b690d426de338f34c02b11ef";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: ScheduleOptionsInputRepresentation, existing: ScheduleOptionsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduleOptionsInputRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: ScheduleOptionsInputRepresentationNormalized, incoming: ScheduleOptionsInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ScheduleOptionsInputRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ScheduleOptionsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Batch Scheduler Options Input Representation
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ScheduleOptionsInputRepresentationNormalized {
|
|
18
|
-
/** Batch Job End Date */
|
|
19
|
-
endDate?: string;
|
|
20
|
-
/** Frequency Cadence for the Batch Job */
|
|
21
|
-
frequencyCadence: string;
|
|
22
|
-
/** Batch Job Preferred Run Time */
|
|
23
|
-
preferredTime: string;
|
|
24
|
-
/** Batch Job Recurrence Day for Monthly Frequency Option */
|
|
25
|
-
recursEveryMonthOnDay?: string;
|
|
26
|
-
/** Name of the batch scheduler */
|
|
27
|
-
schedulerName: string;
|
|
28
|
-
/** Batch Job Start Date */
|
|
29
|
-
startDate: string;
|
|
30
|
-
/** Scheduler Status for the Batch Job */
|
|
31
|
-
status: string;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Batch Scheduler Options Input Representation
|
|
35
|
-
*
|
|
36
|
-
* Keys:
|
|
37
|
-
* (none)
|
|
38
|
-
*/
|
|
39
|
-
export interface ScheduleOptionsInputRepresentation {
|
|
40
|
-
endDate?: string;
|
|
41
|
-
frequencyCadence: string;
|
|
42
|
-
preferredTime: string;
|
|
43
|
-
recursEveryMonthOnDay?: string;
|
|
44
|
-
schedulerName: string;
|
|
45
|
-
startDate: string;
|
|
46
|
-
status: string;
|
|
47
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "a10fe041b690d426de338f34c02b11ef";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ScheduleOptionsInputRepresentation, existing: ScheduleOptionsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduleOptionsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ScheduleOptionsInputRepresentationNormalized, incoming: ScheduleOptionsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ScheduleOptionsInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ScheduleOptionsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Batch Scheduler Options Input Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleOptionsInputRepresentationNormalized {
|
|
18
|
+
/** Batch Job End Date */
|
|
19
|
+
endDate?: string;
|
|
20
|
+
/** Frequency Cadence for the Batch Job */
|
|
21
|
+
frequencyCadence: string;
|
|
22
|
+
/** Batch Job Preferred Run Time */
|
|
23
|
+
preferredTime: string;
|
|
24
|
+
/** Batch Job Recurrence Day for Monthly Frequency Option */
|
|
25
|
+
recursEveryMonthOnDay?: string;
|
|
26
|
+
/** Name of the batch scheduler */
|
|
27
|
+
schedulerName: string;
|
|
28
|
+
/** Batch Job Start Date */
|
|
29
|
+
startDate: string;
|
|
30
|
+
/** Scheduler Status for the Batch Job */
|
|
31
|
+
status: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Batch Scheduler Options Input Representation
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface ScheduleOptionsInputRepresentation {
|
|
40
|
+
endDate?: string;
|
|
41
|
+
frequencyCadence: string;
|
|
42
|
+
preferredTime: string;
|
|
43
|
+
recursEveryMonthOnDay?: string;
|
|
44
|
+
schedulerName: string;
|
|
45
|
+
startDate: string;
|
|
46
|
+
status: string;
|
|
47
|
+
}
|