@salesforce/lds-adapters-revenue-billing-batch 1.345.0 → 1.347.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/dist/es/es2018/revenue-billing-batch.js +511 -176
- package/dist/es/es2018/types/src/generated/adapters/batchInvoiceRunRecovery.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/updateInvoicesBatchScheduler.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/resources/patchCommerceInvoicingInvoiceSchedulersByBillingBatchSchedulerId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postCommerceInvoicingInvoiceBatchRunsActionsRecoverByInvoiceBatchRunId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/BatchInvoiceSchedulerUpdateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/BatchInvoiceSchedulerUpdateInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/BatchInvoiceSchedulerUpdateOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/InvoiceBatchRunRecoveryOutputRepresentation.d.ts +38 -0
- package/package.json +4 -4
- package/sfdc/index.js +598 -257
- package/src/raml/api.raml +65 -1
- package/src/raml/luvio.raml +63 -1
|
@@ -0,0 +1,15 @@
|
|
|
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 { ResourceRequestConfig as resources_postCommerceInvoicingInvoiceBatchRunsActionsRecoverByInvoiceBatchRunId_ResourceRequestConfig } from '../resources/postCommerceInvoicingInvoiceBatchRunsActionsRecoverByInvoiceBatchRunId';
|
|
4
|
+
import { InvoiceBatchRunRecoveryOutputRepresentation as types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation } from '../types/InvoiceBatchRunRecoveryOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "batchInvoiceRunRecovery";
|
|
6
|
+
export declare const batchInvoiceRunRecovery_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const batchInvoiceRunRecovery_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface BatchInvoiceRunRecoveryConfig {
|
|
9
|
+
invoiceBatchRunId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: BatchInvoiceRunRecoveryConfig) => resources_postCommerceInvoicingInvoiceBatchRunsActionsRecoverByInvoiceBatchRunId_ResourceRequestConfig;
|
|
12
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<BatchInvoiceRunRecoveryConfig>): adapter$45$utils_Untrusted<BatchInvoiceRunRecoveryConfig>;
|
|
13
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): BatchInvoiceRunRecoveryConfig | null;
|
|
14
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: BatchInvoiceRunRecoveryConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation, any>>;
|
|
15
|
+
export declare const batchInvoiceRunRecoveryAdapterFactory: $64$luvio_engine_AdapterFactory<BatchInvoiceRunRecoveryConfig, types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation>;
|
|
@@ -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 { BatchInvoiceSchedulerUpdateInputRepresentation as types_BatchInvoiceSchedulerUpdateInputRepresentation_BatchInvoiceSchedulerUpdateInputRepresentation } from '../types/BatchInvoiceSchedulerUpdateInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_patchCommerceInvoicingInvoiceSchedulersByBillingBatchSchedulerId_ResourceRequestConfig } from '../resources/patchCommerceInvoicingInvoiceSchedulersByBillingBatchSchedulerId';
|
|
5
|
+
import { BatchInvoiceSchedulerUpdateOutputRepresentation as types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation } from '../types/BatchInvoiceSchedulerUpdateOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "updateInvoicesBatchScheduler";
|
|
7
|
+
export declare const updateInvoicesBatchScheduler_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const updateInvoicesBatchScheduler_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface UpdateInvoicesBatchSchedulerConfig {
|
|
10
|
+
billingBatchSchedulerId: string;
|
|
11
|
+
BatchInvoiceSchedulerUpdateInput: types_BatchInvoiceSchedulerUpdateInputRepresentation_BatchInvoiceSchedulerUpdateInputRepresentation;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: UpdateInvoicesBatchSchedulerConfig) => resources_patchCommerceInvoicingInvoiceSchedulersByBillingBatchSchedulerId_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateInvoicesBatchSchedulerConfig>): adapter$45$utils_Untrusted<UpdateInvoicesBatchSchedulerConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateInvoicesBatchSchedulerConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateInvoicesBatchSchedulerConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation, any>>;
|
|
17
|
+
export declare const updateInvoicesBatchSchedulerAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateInvoicesBatchSchedulerConfig, types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export { createPaymentsBatchSchedulerAdapterFactory } from '../adapters/createPaymentsBatchScheduler';
|
|
2
2
|
export { createInvoicesBatchSchedulerAdapterFactory } from '../adapters/createInvoicesBatchScheduler';
|
|
3
3
|
export { editInvoicesBatchSchedulerAdapterFactory } from '../adapters/editInvoicesBatchScheduler';
|
|
4
|
+
export { updateInvoicesBatchSchedulerAdapterFactory } from '../adapters/updateInvoicesBatchScheduler';
|
|
4
5
|
export { postBatchDraftInvoicesAdapterFactory } from '../adapters/postBatchDraftInvoices';
|
|
6
|
+
export { batchInvoiceRunRecoveryAdapterFactory } from '../adapters/batchInvoiceRunRecovery';
|
|
5
7
|
export { postBatchInvoiceDocGenAdapterFactory } from '../adapters/postBatchInvoiceDocGen';
|
|
6
8
|
export { postCronExecutionDatesAdapterFactory } from '../adapters/postCronExecutionDates';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
declare let batchInvoiceRunRecovery: any;
|
|
1
2
|
declare let createInvoicesBatchScheduler: any;
|
|
2
3
|
declare let createPaymentsBatchScheduler: any;
|
|
3
4
|
declare let editInvoicesBatchScheduler: any;
|
|
4
5
|
declare let postBatchDraftInvoices: any;
|
|
5
6
|
declare let postBatchInvoiceDocGen: any;
|
|
6
7
|
declare let postCronExecutionDates: any;
|
|
8
|
+
declare let updateInvoicesBatchScheduler: any;
|
|
7
9
|
declare let postBatchDraftInvoices_imperative: any;
|
|
8
|
-
export { createInvoicesBatchScheduler, createPaymentsBatchScheduler, editInvoicesBatchScheduler, postBatchDraftInvoices, postBatchInvoiceDocGen, postCronExecutionDates, postBatchDraftInvoices_imperative, };
|
|
10
|
+
export { batchInvoiceRunRecovery, createInvoicesBatchScheduler, createPaymentsBatchScheduler, editInvoicesBatchScheduler, postBatchDraftInvoices, postBatchInvoiceDocGen, postCronExecutionDates, updateInvoicesBatchScheduler, postBatchDraftInvoices_imperative, };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BatchInvoiceSchedulerUpdateInputRepresentation as types_BatchInvoiceSchedulerUpdateInputRepresentation_BatchInvoiceSchedulerUpdateInputRepresentation } from '../types/BatchInvoiceSchedulerUpdateInputRepresentation';
|
|
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 { BatchInvoiceSchedulerUpdateOutputRepresentation as types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation } from '../types/BatchInvoiceSchedulerUpdateOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
billingBatchSchedulerId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
BatchInvoiceSchedulerUpdateInput: types_BatchInvoiceSchedulerUpdateInputRepresentation_BatchInvoiceSchedulerUpdateInputRepresentation;
|
|
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_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_BatchInvoiceSchedulerUpdateOutputRepresentation_BatchInvoiceSchedulerUpdateOutputRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { InvoiceBatchRunRecoveryOutputRepresentation as types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation } from '../types/InvoiceBatchRunRecoveryOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
invoiceBatchRunId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation): void;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_InvoiceBatchRunRecoveryOutputRepresentation_InvoiceBatchRunRecoveryOutputRepresentation, any>;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/types/BatchInvoiceSchedulerUpdateInputRepresentation.d.ts
ADDED
|
@@ -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 = "8ee969676e3544efd2048ca9d52281f3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: BatchInvoiceSchedulerUpdateInputRepresentation, existing: BatchInvoiceSchedulerUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchInvoiceSchedulerUpdateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: BatchInvoiceSchedulerUpdateInputRepresentationNormalized, incoming: BatchInvoiceSchedulerUpdateInputRepresentationNormalized): 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: BatchInvoiceSchedulerUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* BatchInvoice Scheduler Update Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface BatchInvoiceSchedulerUpdateInputRepresentationNormalized {
|
|
17
|
+
/** Billing Batch Scheduler Status */
|
|
18
|
+
status: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* BatchInvoice Scheduler Update Input Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface BatchInvoiceSchedulerUpdateInputRepresentation {
|
|
27
|
+
status: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { BatchInvoiceSchedulerUpdateInputRepresentation as BatchInvoiceSchedulerUpdateInputRepresentation_BatchInvoiceSchedulerUpdateInputRepresentation } from './BatchInvoiceSchedulerUpdateInputRepresentation';
|
|
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 = "33c1faa3efa3bddbd59f1c8c1f9d7123";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: BatchInvoiceSchedulerUpdateInputWrapperRepresentation, existing: BatchInvoiceSchedulerUpdateInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchInvoiceSchedulerUpdateInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: BatchInvoiceSchedulerUpdateInputWrapperRepresentationNormalized, incoming: BatchInvoiceSchedulerUpdateInputWrapperRepresentationNormalized): 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: BatchInvoiceSchedulerUpdateInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper for BatchInvoice Scheduler Update Input Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface BatchInvoiceSchedulerUpdateInputWrapperRepresentationNormalized {
|
|
18
|
+
BatchInvoiceSchedulerUpdateInput: BatchInvoiceSchedulerUpdateInputRepresentation_BatchInvoiceSchedulerUpdateInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper for BatchInvoice Scheduler Update Input Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface BatchInvoiceSchedulerUpdateInputWrapperRepresentation {
|
|
27
|
+
BatchInvoiceSchedulerUpdateInput: BatchInvoiceSchedulerUpdateInputRepresentation_BatchInvoiceSchedulerUpdateInputRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 1000;
|
|
3
|
+
export declare const VERSION = "b8411d559a539f8ec599e199e2e5514e";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
status: string;
|
|
8
|
+
}
|
|
9
|
+
export type BatchInvoiceSchedulerUpdateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialBatchInvoiceSchedulerUpdateOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): BatchInvoiceSchedulerUpdateOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: BatchInvoiceSchedulerUpdateOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: BatchInvoiceSchedulerUpdateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: BatchInvoiceSchedulerUpdateOutputRepresentation, existing: BatchInvoiceSchedulerUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchInvoiceSchedulerUpdateOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: BatchInvoiceSchedulerUpdateOutputRepresentationNormalized, incoming: BatchInvoiceSchedulerUpdateOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchInvoiceSchedulerUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* BatchInvoice Scheduler Update Output Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* status (string): status
|
|
25
|
+
*/
|
|
26
|
+
export interface BatchInvoiceSchedulerUpdateOutputRepresentationNormalized {
|
|
27
|
+
/** Status */
|
|
28
|
+
status: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* BatchInvoice Scheduler Update Output Representation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* status (string): status
|
|
35
|
+
*/
|
|
36
|
+
export interface BatchInvoiceSchedulerUpdateOutputRepresentation {
|
|
37
|
+
status: string;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/InvoiceBatchRunRecoveryOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 1000;
|
|
3
|
+
export declare const VERSION = "1699644fc0c840df081099c1cdf7066a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
invoiceBatchRunRecoveryId: string;
|
|
8
|
+
}
|
|
9
|
+
export type InvoiceBatchRunRecoveryOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialInvoiceBatchRunRecoveryOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): InvoiceBatchRunRecoveryOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: InvoiceBatchRunRecoveryOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: InvoiceBatchRunRecoveryOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: InvoiceBatchRunRecoveryOutputRepresentation, existing: InvoiceBatchRunRecoveryOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InvoiceBatchRunRecoveryOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: InvoiceBatchRunRecoveryOutputRepresentationNormalized, incoming: InvoiceBatchRunRecoveryOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: InvoiceBatchRunRecoveryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Invoice Batch Run Recovery Output Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* invoiceBatchRunRecoveryId (string): invoiceBatchRunRecoveryId
|
|
25
|
+
*/
|
|
26
|
+
export interface InvoiceBatchRunRecoveryOutputRepresentationNormalized {
|
|
27
|
+
/** Invoice Batch Run Recovery ID */
|
|
28
|
+
invoiceBatchRunRecoveryId: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Invoice Batch Run Recovery Output Representation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* invoiceBatchRunRecoveryId (string): invoiceBatchRunRecoveryId
|
|
35
|
+
*/
|
|
36
|
+
export interface InvoiceBatchRunRecoveryOutputRepresentation {
|
|
37
|
+
invoiceBatchRunRecoveryId: string;
|
|
38
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-revenue-billing-batch",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.347.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "This API family is meant for all APIs required for Billing Batch.",
|
|
6
6
|
"main": "dist/es/es2018/revenue-billing-batch.js",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.347.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
-
"@salesforce/lds-karma": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.347.0",
|
|
47
|
+
"@salesforce/lds-karma": "^1.347.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|