@d19n/youfibre-odin-sdk 2.0.204 → 2.0.206
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/README.md +14 -1
- package/dist/actions-v2/MovePgPaymentMethodToCreatedDto.d.ts +70 -0
- package/dist/actions-v2/MovePgPaymentMethodToCreatedDto.js +62 -0
- package/dist/actions-v2/MovePgPaymentMethodToReallocatingDto.d.ts +70 -0
- package/dist/actions-v2/MovePgPaymentMethodToReallocatingDto.js +62 -0
- package/dist/actions-v2/MovePgTransactionChargeToReallocatingDto.d.ts +70 -0
- package/dist/actions-v2/MovePgTransactionChargeToReallocatingDto.js +62 -0
- package/dist/actions-v2/MovePgTransactionRefundToReallocatingDto.d.ts +70 -0
- package/dist/actions-v2/MovePgTransactionRefundToReallocatingDto.js +62 -0
- package/dist/actions-v2/UpdateCallRecordingDetailsDto.d.ts +89 -0
- package/dist/actions-v2/UpdateCallRecordingDetailsDto.js +56 -0
- package/dist/entities-v2/PgPaymentMethod.d.ts +20 -16
- package/dist/entities-v2/PgPaymentMethod.js +8 -4
- package/dist/entities-v2/PgTransaction.d.ts +12 -4
- package/dist/entities-v2/PgTransaction.js +8 -0
- package/dist/records-v2/CallRecord.d.ts +27 -0
- package/dist/records-v2/CallRecord.js +29 -0
- package/dist/records-v2/PgPaymentMethodRecord.d.ts +50 -0
- package/dist/records-v2/PgPaymentMethodRecord.js +58 -0
- package/dist/records-v2/PgTransactionRecord.d.ts +50 -0
- package/dist/records-v2/PgTransactionRecord.js +58 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -354,7 +354,7 @@ This SDK includes **166** entities across **12** modules.
|
|
|
354
354
|
|
|
355
355
|
## Actions
|
|
356
356
|
|
|
357
|
-
This SDK includes **
|
|
357
|
+
This SDK includes **692** actions.
|
|
358
358
|
|
|
359
359
|
### Action Types
|
|
360
360
|
|
|
@@ -1433,6 +1433,7 @@ This SDK includes **687** actions.
|
|
|
1433
1433
|
| `UpdateCallOnOutboundDialAction` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Call.Update.UpdateCallOnOutboundDialAction |
|
|
1434
1434
|
| `UpdateCallOnTaskCanceled` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Call.Update.UpdateCallOnTaskCanceled |
|
|
1435
1435
|
| `UpdateCallOnTaskRouterAssign` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Call.Update.UpdateCallOnTaskRouterAssign |
|
|
1436
|
+
| `UpdateCallRecordingDetails` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Call.Update.UpdateCallRecordingDetails |
|
|
1436
1437
|
| `UpdateCallTranscriptionUrl` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Call.Update.UpdateCallTranscriptionUrl |
|
|
1437
1438
|
|
|
1438
1439
|
#### InvoiceItem
|
|
@@ -1596,10 +1597,12 @@ This SDK includes **687** actions.
|
|
|
1596
1597
|
| `MovePgPaymentMethodToCancellationPending` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCancellationPending |
|
|
1597
1598
|
| `MovePgPaymentMethodToCancellationRequested` | UPDATE | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Update.MovePgPaymentMethodToCancellationRequested |
|
|
1598
1599
|
| `MovePgPaymentMethodToCancelled` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCancelled |
|
|
1600
|
+
| `MovePgPaymentMethodToCreated` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated |
|
|
1599
1601
|
| `MovePgPaymentMethodToFileRejected` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToFileRejected |
|
|
1600
1602
|
| `MovePgPaymentMethodToInstructionRejected` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToInstructionRejected |
|
|
1601
1603
|
| `MovePgPaymentMethodToInvalid` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToInvalid |
|
|
1602
1604
|
| `MovePgPaymentMethodToProcessing` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToProcessing |
|
|
1605
|
+
| `MovePgPaymentMethodToReallocating` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating |
|
|
1603
1606
|
| `MovePgPaymentMethodToSubmissionFailed` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToSubmissionFailed |
|
|
1604
1607
|
| `MovePgPaymentMethodToSubmitted` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToSubmitted |
|
|
1605
1608
|
| `MovePgPaymentMethodToValidated` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToValidated |
|
|
@@ -1619,6 +1622,8 @@ This SDK includes **687** actions.
|
|
|
1619
1622
|
|
|
1620
1623
|
**MovePgPaymentMethodToCancelled Target Stages:** `StatusStageCancelled`
|
|
1621
1624
|
|
|
1625
|
+
**MovePgPaymentMethodToCreated Target Stages:** `StatusStageCreated`
|
|
1626
|
+
|
|
1622
1627
|
**MovePgPaymentMethodToFileRejected Target Stages:** `StatusStageFileRejected`
|
|
1623
1628
|
|
|
1624
1629
|
**MovePgPaymentMethodToInstructionRejected Target Stages:** `StatusStageInstructionRejected`
|
|
@@ -1627,6 +1632,8 @@ This SDK includes **687** actions.
|
|
|
1627
1632
|
|
|
1628
1633
|
**MovePgPaymentMethodToProcessing Target Stages:** `StatusStageProcessing`
|
|
1629
1634
|
|
|
1635
|
+
**MovePgPaymentMethodToReallocating Target Stages:** `StatusStageReallocating`
|
|
1636
|
+
|
|
1630
1637
|
**MovePgPaymentMethodToSubmissionFailed Target Stages:** `StatusStageSubmissionFailed`
|
|
1631
1638
|
|
|
1632
1639
|
**MovePgPaymentMethodToSubmitted Target Stages:** `StatusStageSubmitted`
|
|
@@ -1709,6 +1716,7 @@ This SDK includes **687** actions.
|
|
|
1709
1716
|
| `MovePgTransactionChargeToPaidOut` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToPaidOut |
|
|
1710
1717
|
| `MovePgTransactionChargeToProcessing` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToProcessing |
|
|
1711
1718
|
| `MovePgTransactionChargeToReady` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReady |
|
|
1719
|
+
| `MovePgTransactionChargeToReallocating` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating |
|
|
1712
1720
|
| `MovePgTransactionChargeToSubmissionFailed` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToSubmissionFailed |
|
|
1713
1721
|
| `MovePgTransactionChargeToSubmitted` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToSubmitted |
|
|
1714
1722
|
| `MovePgTransactionChargeToSucceeded` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToSucceeded |
|
|
@@ -1721,6 +1729,7 @@ This SDK includes **687** actions.
|
|
|
1721
1729
|
| `MovePgTransactionRefundToPaid` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToPaid |
|
|
1722
1730
|
| `MovePgTransactionRefundToProcessing` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToProcessing |
|
|
1723
1731
|
| `MovePgTransactionRefundToReady` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReady |
|
|
1732
|
+
| `MovePgTransactionRefundToReallocating` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating |
|
|
1724
1733
|
| `MovePgTransactionRefundToSubmissionFailed` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToSubmissionFailed |
|
|
1725
1734
|
| `MovePgTransactionRefundToSubmitted` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToSubmitted |
|
|
1726
1735
|
| `MovePgTransactionRefundToSucceeded` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToSucceeded |
|
|
@@ -1748,6 +1757,8 @@ This SDK includes **687** actions.
|
|
|
1748
1757
|
|
|
1749
1758
|
**MovePgTransactionChargeToReady Target Stages:** `ChargeStatusStageReady`
|
|
1750
1759
|
|
|
1760
|
+
**MovePgTransactionChargeToReallocating Target Stages:** `ChargeStatusStageReallocating`
|
|
1761
|
+
|
|
1751
1762
|
**MovePgTransactionChargeToSubmissionFailed Target Stages:** `ChargeStatusStageSubmissionFailed`
|
|
1752
1763
|
|
|
1753
1764
|
**MovePgTransactionChargeToSubmitted Target Stages:** `ChargeStatusStageSubmitted`
|
|
@@ -1772,6 +1783,8 @@ This SDK includes **687** actions.
|
|
|
1772
1783
|
|
|
1773
1784
|
**MovePgTransactionRefundToReady Target Stages:** `RefundStatusStageReady`
|
|
1774
1785
|
|
|
1786
|
+
**MovePgTransactionRefundToReallocating Target Stages:** `RefundStatusStageReallocating`
|
|
1787
|
+
|
|
1775
1788
|
**MovePgTransactionRefundToSubmissionFailed Target Stages:** `RefundStatusStageSubmissionFailed`
|
|
1776
1789
|
|
|
1777
1790
|
**MovePgTransactionRefundToSubmitted Target Stages:** `RefundStatusStageSubmitted`
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MovePgPaymentMethodToCreated Action DTO
|
|
3
|
+
*
|
|
4
|
+
* Move PG Payment Method To Created
|
|
5
|
+
*
|
|
6
|
+
* @module BillingModule
|
|
7
|
+
* @entity PgPaymentMethod
|
|
8
|
+
* @entityType DEFAULT
|
|
9
|
+
* @actionKey MovePgPaymentMethodToCreated
|
|
10
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* RabbitMQ message payload for MovePgPaymentMethodToCreated step flow events
|
|
17
|
+
*
|
|
18
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated
|
|
19
|
+
*/
|
|
20
|
+
export interface MovePgPaymentMethodToCreatedMessage extends OdinRecordUpdatedEvent<MovePgPaymentMethodToCreatedDto, {}> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Properties for MovePgPaymentMethodToCreated action
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export interface MovePgPaymentMethodToCreatedProperties {
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* MovePgPaymentMethodToCreated
|
|
30
|
+
*
|
|
31
|
+
* Move PG Payment Method To Created
|
|
32
|
+
*
|
|
33
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
|
+
* @module BillingModule
|
|
35
|
+
* @entity PgPaymentMethod
|
|
36
|
+
* @entityType DEFAULT (Default)
|
|
37
|
+
* @targetStages StatusStageCreated
|
|
38
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated
|
|
39
|
+
* @permission schema.action.movepgpaymentmethodtocreated.trigger
|
|
40
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
41
|
+
*/
|
|
42
|
+
export declare class MovePgPaymentMethodToCreatedDto extends OdinRecordUpdateDto<Record<string, any>> {
|
|
43
|
+
/** Used by SDK generators to identify action type */
|
|
44
|
+
static readonly ACTION_TYPE = "UPDATE";
|
|
45
|
+
static readonly ACTION_KEY = "MovePgPaymentMethodToCreated";
|
|
46
|
+
static readonly MODULE_NAME = "BillingModule";
|
|
47
|
+
static readonly ENTITIES: string[];
|
|
48
|
+
static readonly ENTITY_TYPE = "DEFAULT";
|
|
49
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated";
|
|
50
|
+
static readonly SCHEMA_ACTION_ID = "7e98f5ca-af0a-4dfe-b715-988030f4ad49";
|
|
51
|
+
static readonly PERMISSION = "schema.action.movepgpaymentmethodtocreated.trigger";
|
|
52
|
+
static readonly TARGET_STAGES: readonly ["StatusStageCreated"];
|
|
53
|
+
static readonly IS_STAGE_TRANSITION = true;
|
|
54
|
+
static readonly IS_MULTI_STEP_FLOW = false;
|
|
55
|
+
static readonly HAS_STEP_LINKS = false;
|
|
56
|
+
readonly actionName: string;
|
|
57
|
+
readonly schemaActionId: string;
|
|
58
|
+
readonly entity: string;
|
|
59
|
+
readonly stageKey: string;
|
|
60
|
+
constructor(record: OdinRecord<any> | {
|
|
61
|
+
id: string;
|
|
62
|
+
entity: string;
|
|
63
|
+
type?: string;
|
|
64
|
+
}, options?: {
|
|
65
|
+
journeyId?: string;
|
|
66
|
+
});
|
|
67
|
+
/** Step classes that can be used with this action */
|
|
68
|
+
static readonly stepClasses: readonly [];
|
|
69
|
+
steps: [];
|
|
70
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* MovePgPaymentMethodToCreated Action DTO
|
|
4
|
+
*
|
|
5
|
+
* Move PG Payment Method To Created
|
|
6
|
+
*
|
|
7
|
+
* @module BillingModule
|
|
8
|
+
* @entity PgPaymentMethod
|
|
9
|
+
* @entityType DEFAULT
|
|
10
|
+
* @actionKey MovePgPaymentMethodToCreated
|
|
11
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MovePgPaymentMethodToCreatedDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* MovePgPaymentMethodToCreated
|
|
20
|
+
*
|
|
21
|
+
* Move PG Payment Method To Created
|
|
22
|
+
*
|
|
23
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
|
+
* @module BillingModule
|
|
25
|
+
* @entity PgPaymentMethod
|
|
26
|
+
* @entityType DEFAULT (Default)
|
|
27
|
+
* @targetStages StatusStageCreated
|
|
28
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated
|
|
29
|
+
* @permission schema.action.movepgpaymentmethodtocreated.trigger
|
|
30
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
31
|
+
*/
|
|
32
|
+
class MovePgPaymentMethodToCreatedDto extends core_1.OdinRecordUpdateDto {
|
|
33
|
+
constructor(record, options) {
|
|
34
|
+
super({
|
|
35
|
+
id: record.id,
|
|
36
|
+
entity: record.entity,
|
|
37
|
+
type: record.type,
|
|
38
|
+
properties: {},
|
|
39
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
40
|
+
});
|
|
41
|
+
this.actionName = 'MovePgPaymentMethodToCreated';
|
|
42
|
+
this.schemaActionId = '7e98f5ca-af0a-4dfe-b715-988030f4ad49';
|
|
43
|
+
this.entity = 'BillingModule:PgPaymentMethod';
|
|
44
|
+
this.stageKey = 'StatusStageCreated';
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.MovePgPaymentMethodToCreatedDto = MovePgPaymentMethodToCreatedDto;
|
|
48
|
+
/** Used by SDK generators to identify action type */
|
|
49
|
+
MovePgPaymentMethodToCreatedDto.ACTION_TYPE = 'UPDATE';
|
|
50
|
+
MovePgPaymentMethodToCreatedDto.ACTION_KEY = 'MovePgPaymentMethodToCreated';
|
|
51
|
+
MovePgPaymentMethodToCreatedDto.MODULE_NAME = 'BillingModule';
|
|
52
|
+
MovePgPaymentMethodToCreatedDto.ENTITIES = ['PgPaymentMethod'];
|
|
53
|
+
MovePgPaymentMethodToCreatedDto.ENTITY_TYPE = 'DEFAULT';
|
|
54
|
+
MovePgPaymentMethodToCreatedDto.EVENT_NAME = 'k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToCreated';
|
|
55
|
+
MovePgPaymentMethodToCreatedDto.SCHEMA_ACTION_ID = '7e98f5ca-af0a-4dfe-b715-988030f4ad49';
|
|
56
|
+
MovePgPaymentMethodToCreatedDto.PERMISSION = 'schema.action.movepgpaymentmethodtocreated.trigger';
|
|
57
|
+
MovePgPaymentMethodToCreatedDto.TARGET_STAGES = ['StatusStageCreated'];
|
|
58
|
+
MovePgPaymentMethodToCreatedDto.IS_STAGE_TRANSITION = true;
|
|
59
|
+
MovePgPaymentMethodToCreatedDto.IS_MULTI_STEP_FLOW = false;
|
|
60
|
+
MovePgPaymentMethodToCreatedDto.HAS_STEP_LINKS = false;
|
|
61
|
+
/** Step classes that can be used with this action */
|
|
62
|
+
MovePgPaymentMethodToCreatedDto.stepClasses = [];
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MovePgPaymentMethodToReallocating Action DTO
|
|
3
|
+
*
|
|
4
|
+
* Move PG Payment Method To Reallocating
|
|
5
|
+
*
|
|
6
|
+
* @module BillingModule
|
|
7
|
+
* @entity PgPaymentMethod
|
|
8
|
+
* @entityType DEFAULT
|
|
9
|
+
* @actionKey MovePgPaymentMethodToReallocating
|
|
10
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* RabbitMQ message payload for MovePgPaymentMethodToReallocating step flow events
|
|
17
|
+
*
|
|
18
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating
|
|
19
|
+
*/
|
|
20
|
+
export interface MovePgPaymentMethodToReallocatingMessage extends OdinRecordUpdatedEvent<MovePgPaymentMethodToReallocatingDto, {}> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Properties for MovePgPaymentMethodToReallocating action
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export interface MovePgPaymentMethodToReallocatingProperties {
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* MovePgPaymentMethodToReallocating
|
|
30
|
+
*
|
|
31
|
+
* Move PG Payment Method To Reallocating
|
|
32
|
+
*
|
|
33
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
|
+
* @module BillingModule
|
|
35
|
+
* @entity PgPaymentMethod
|
|
36
|
+
* @entityType DEFAULT (Default)
|
|
37
|
+
* @targetStages StatusStageReallocating
|
|
38
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating
|
|
39
|
+
* @permission schema.action.movepgpaymentmethodtoreallocating.trigger
|
|
40
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
41
|
+
*/
|
|
42
|
+
export declare class MovePgPaymentMethodToReallocatingDto extends OdinRecordUpdateDto<Record<string, any>> {
|
|
43
|
+
/** Used by SDK generators to identify action type */
|
|
44
|
+
static readonly ACTION_TYPE = "UPDATE";
|
|
45
|
+
static readonly ACTION_KEY = "MovePgPaymentMethodToReallocating";
|
|
46
|
+
static readonly MODULE_NAME = "BillingModule";
|
|
47
|
+
static readonly ENTITIES: string[];
|
|
48
|
+
static readonly ENTITY_TYPE = "DEFAULT";
|
|
49
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating";
|
|
50
|
+
static readonly SCHEMA_ACTION_ID = "44927ddf-34bd-4338-8acd-096dd5b61452";
|
|
51
|
+
static readonly PERMISSION = "schema.action.movepgpaymentmethodtoreallocating.trigger";
|
|
52
|
+
static readonly TARGET_STAGES: readonly ["StatusStageReallocating"];
|
|
53
|
+
static readonly IS_STAGE_TRANSITION = true;
|
|
54
|
+
static readonly IS_MULTI_STEP_FLOW = false;
|
|
55
|
+
static readonly HAS_STEP_LINKS = false;
|
|
56
|
+
readonly actionName: string;
|
|
57
|
+
readonly schemaActionId: string;
|
|
58
|
+
readonly entity: string;
|
|
59
|
+
readonly stageKey: string;
|
|
60
|
+
constructor(record: OdinRecord<any> | {
|
|
61
|
+
id: string;
|
|
62
|
+
entity: string;
|
|
63
|
+
type?: string;
|
|
64
|
+
}, options?: {
|
|
65
|
+
journeyId?: string;
|
|
66
|
+
});
|
|
67
|
+
/** Step classes that can be used with this action */
|
|
68
|
+
static readonly stepClasses: readonly [];
|
|
69
|
+
steps: [];
|
|
70
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* MovePgPaymentMethodToReallocating Action DTO
|
|
4
|
+
*
|
|
5
|
+
* Move PG Payment Method To Reallocating
|
|
6
|
+
*
|
|
7
|
+
* @module BillingModule
|
|
8
|
+
* @entity PgPaymentMethod
|
|
9
|
+
* @entityType DEFAULT
|
|
10
|
+
* @actionKey MovePgPaymentMethodToReallocating
|
|
11
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MovePgPaymentMethodToReallocatingDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* MovePgPaymentMethodToReallocating
|
|
20
|
+
*
|
|
21
|
+
* Move PG Payment Method To Reallocating
|
|
22
|
+
*
|
|
23
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
|
+
* @module BillingModule
|
|
25
|
+
* @entity PgPaymentMethod
|
|
26
|
+
* @entityType DEFAULT (Default)
|
|
27
|
+
* @targetStages StatusStageReallocating
|
|
28
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating
|
|
29
|
+
* @permission schema.action.movepgpaymentmethodtoreallocating.trigger
|
|
30
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
31
|
+
*/
|
|
32
|
+
class MovePgPaymentMethodToReallocatingDto extends core_1.OdinRecordUpdateDto {
|
|
33
|
+
constructor(record, options) {
|
|
34
|
+
super({
|
|
35
|
+
id: record.id,
|
|
36
|
+
entity: record.entity,
|
|
37
|
+
type: record.type,
|
|
38
|
+
properties: {},
|
|
39
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
40
|
+
});
|
|
41
|
+
this.actionName = 'MovePgPaymentMethodToReallocating';
|
|
42
|
+
this.schemaActionId = '44927ddf-34bd-4338-8acd-096dd5b61452';
|
|
43
|
+
this.entity = 'BillingModule:PgPaymentMethod';
|
|
44
|
+
this.stageKey = 'StatusStageReallocating';
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.MovePgPaymentMethodToReallocatingDto = MovePgPaymentMethodToReallocatingDto;
|
|
48
|
+
/** Used by SDK generators to identify action type */
|
|
49
|
+
MovePgPaymentMethodToReallocatingDto.ACTION_TYPE = 'UPDATE';
|
|
50
|
+
MovePgPaymentMethodToReallocatingDto.ACTION_KEY = 'MovePgPaymentMethodToReallocating';
|
|
51
|
+
MovePgPaymentMethodToReallocatingDto.MODULE_NAME = 'BillingModule';
|
|
52
|
+
MovePgPaymentMethodToReallocatingDto.ENTITIES = ['PgPaymentMethod'];
|
|
53
|
+
MovePgPaymentMethodToReallocatingDto.ENTITY_TYPE = 'DEFAULT';
|
|
54
|
+
MovePgPaymentMethodToReallocatingDto.EVENT_NAME = 'k1.t-hEOJjsDb.BillingModule.PgPaymentMethod.Transition.MovePgPaymentMethodToReallocating';
|
|
55
|
+
MovePgPaymentMethodToReallocatingDto.SCHEMA_ACTION_ID = '44927ddf-34bd-4338-8acd-096dd5b61452';
|
|
56
|
+
MovePgPaymentMethodToReallocatingDto.PERMISSION = 'schema.action.movepgpaymentmethodtoreallocating.trigger';
|
|
57
|
+
MovePgPaymentMethodToReallocatingDto.TARGET_STAGES = ['StatusStageReallocating'];
|
|
58
|
+
MovePgPaymentMethodToReallocatingDto.IS_STAGE_TRANSITION = true;
|
|
59
|
+
MovePgPaymentMethodToReallocatingDto.IS_MULTI_STEP_FLOW = false;
|
|
60
|
+
MovePgPaymentMethodToReallocatingDto.HAS_STEP_LINKS = false;
|
|
61
|
+
/** Step classes that can be used with this action */
|
|
62
|
+
MovePgPaymentMethodToReallocatingDto.stepClasses = [];
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MovePgTransactionChargeToReallocating Action DTO
|
|
3
|
+
*
|
|
4
|
+
* Move PG Transaction Charge To Reallocating
|
|
5
|
+
*
|
|
6
|
+
* @module BillingModule
|
|
7
|
+
* @entity PgTransaction
|
|
8
|
+
* @entityType CHARGE
|
|
9
|
+
* @actionKey MovePgTransactionChargeToReallocating
|
|
10
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* RabbitMQ message payload for MovePgTransactionChargeToReallocating step flow events
|
|
17
|
+
*
|
|
18
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating
|
|
19
|
+
*/
|
|
20
|
+
export interface MovePgTransactionChargeToReallocatingMessage extends OdinRecordUpdatedEvent<MovePgTransactionChargeToReallocatingDto, {}> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Properties for MovePgTransactionChargeToReallocating action
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export interface MovePgTransactionChargeToReallocatingProperties {
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* MovePgTransactionChargeToReallocating
|
|
30
|
+
*
|
|
31
|
+
* Move PG Transaction Charge To Reallocating
|
|
32
|
+
*
|
|
33
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
|
+
* @module BillingModule
|
|
35
|
+
* @entity PgTransaction
|
|
36
|
+
* @entityType CHARGE (Charge)
|
|
37
|
+
* @targetStages ChargeStatusStageReallocating
|
|
38
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating
|
|
39
|
+
* @permission schema.action.movepgtransactionchargetoreallocating.trigger
|
|
40
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
41
|
+
*/
|
|
42
|
+
export declare class MovePgTransactionChargeToReallocatingDto extends OdinRecordUpdateDto<Record<string, any>> {
|
|
43
|
+
/** Used by SDK generators to identify action type */
|
|
44
|
+
static readonly ACTION_TYPE = "UPDATE";
|
|
45
|
+
static readonly ACTION_KEY = "MovePgTransactionChargeToReallocating";
|
|
46
|
+
static readonly MODULE_NAME = "BillingModule";
|
|
47
|
+
static readonly ENTITIES: string[];
|
|
48
|
+
static readonly ENTITY_TYPE = "CHARGE";
|
|
49
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating";
|
|
50
|
+
static readonly SCHEMA_ACTION_ID = "e66a534a-aa86-4255-931c-b860e4f958f7";
|
|
51
|
+
static readonly PERMISSION = "schema.action.movepgtransactionchargetoreallocating.trigger";
|
|
52
|
+
static readonly TARGET_STAGES: readonly ["ChargeStatusStageReallocating"];
|
|
53
|
+
static readonly IS_STAGE_TRANSITION = true;
|
|
54
|
+
static readonly IS_MULTI_STEP_FLOW = false;
|
|
55
|
+
static readonly HAS_STEP_LINKS = false;
|
|
56
|
+
readonly actionName: string;
|
|
57
|
+
readonly schemaActionId: string;
|
|
58
|
+
readonly entity: string;
|
|
59
|
+
readonly stageKey: string;
|
|
60
|
+
constructor(record: OdinRecord<any> | {
|
|
61
|
+
id: string;
|
|
62
|
+
entity: string;
|
|
63
|
+
type?: string;
|
|
64
|
+
}, options?: {
|
|
65
|
+
journeyId?: string;
|
|
66
|
+
});
|
|
67
|
+
/** Step classes that can be used with this action */
|
|
68
|
+
static readonly stepClasses: readonly [];
|
|
69
|
+
steps: [];
|
|
70
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* MovePgTransactionChargeToReallocating Action DTO
|
|
4
|
+
*
|
|
5
|
+
* Move PG Transaction Charge To Reallocating
|
|
6
|
+
*
|
|
7
|
+
* @module BillingModule
|
|
8
|
+
* @entity PgTransaction
|
|
9
|
+
* @entityType CHARGE
|
|
10
|
+
* @actionKey MovePgTransactionChargeToReallocating
|
|
11
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MovePgTransactionChargeToReallocatingDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* MovePgTransactionChargeToReallocating
|
|
20
|
+
*
|
|
21
|
+
* Move PG Transaction Charge To Reallocating
|
|
22
|
+
*
|
|
23
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
|
+
* @module BillingModule
|
|
25
|
+
* @entity PgTransaction
|
|
26
|
+
* @entityType CHARGE (Charge)
|
|
27
|
+
* @targetStages ChargeStatusStageReallocating
|
|
28
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating
|
|
29
|
+
* @permission schema.action.movepgtransactionchargetoreallocating.trigger
|
|
30
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
31
|
+
*/
|
|
32
|
+
class MovePgTransactionChargeToReallocatingDto extends core_1.OdinRecordUpdateDto {
|
|
33
|
+
constructor(record, options) {
|
|
34
|
+
super({
|
|
35
|
+
id: record.id,
|
|
36
|
+
entity: record.entity,
|
|
37
|
+
type: record.type,
|
|
38
|
+
properties: {},
|
|
39
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
40
|
+
});
|
|
41
|
+
this.actionName = 'MovePgTransactionChargeToReallocating';
|
|
42
|
+
this.schemaActionId = 'e66a534a-aa86-4255-931c-b860e4f958f7';
|
|
43
|
+
this.entity = 'BillingModule:PgTransaction';
|
|
44
|
+
this.stageKey = 'ChargeStatusStageReallocating';
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.MovePgTransactionChargeToReallocatingDto = MovePgTransactionChargeToReallocatingDto;
|
|
48
|
+
/** Used by SDK generators to identify action type */
|
|
49
|
+
MovePgTransactionChargeToReallocatingDto.ACTION_TYPE = 'UPDATE';
|
|
50
|
+
MovePgTransactionChargeToReallocatingDto.ACTION_KEY = 'MovePgTransactionChargeToReallocating';
|
|
51
|
+
MovePgTransactionChargeToReallocatingDto.MODULE_NAME = 'BillingModule';
|
|
52
|
+
MovePgTransactionChargeToReallocatingDto.ENTITIES = ['PgTransaction'];
|
|
53
|
+
MovePgTransactionChargeToReallocatingDto.ENTITY_TYPE = 'CHARGE';
|
|
54
|
+
MovePgTransactionChargeToReallocatingDto.EVENT_NAME = 'k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionChargeToReallocating';
|
|
55
|
+
MovePgTransactionChargeToReallocatingDto.SCHEMA_ACTION_ID = 'e66a534a-aa86-4255-931c-b860e4f958f7';
|
|
56
|
+
MovePgTransactionChargeToReallocatingDto.PERMISSION = 'schema.action.movepgtransactionchargetoreallocating.trigger';
|
|
57
|
+
MovePgTransactionChargeToReallocatingDto.TARGET_STAGES = ['ChargeStatusStageReallocating'];
|
|
58
|
+
MovePgTransactionChargeToReallocatingDto.IS_STAGE_TRANSITION = true;
|
|
59
|
+
MovePgTransactionChargeToReallocatingDto.IS_MULTI_STEP_FLOW = false;
|
|
60
|
+
MovePgTransactionChargeToReallocatingDto.HAS_STEP_LINKS = false;
|
|
61
|
+
/** Step classes that can be used with this action */
|
|
62
|
+
MovePgTransactionChargeToReallocatingDto.stepClasses = [];
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MovePgTransactionRefundToReallocating Action DTO
|
|
3
|
+
*
|
|
4
|
+
* Move PG Transaction Refund To Reallocating
|
|
5
|
+
*
|
|
6
|
+
* @module BillingModule
|
|
7
|
+
* @entity PgTransaction
|
|
8
|
+
* @entityType REFUND
|
|
9
|
+
* @actionKey MovePgTransactionRefundToReallocating
|
|
10
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* RabbitMQ message payload for MovePgTransactionRefundToReallocating step flow events
|
|
17
|
+
*
|
|
18
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating
|
|
19
|
+
*/
|
|
20
|
+
export interface MovePgTransactionRefundToReallocatingMessage extends OdinRecordUpdatedEvent<MovePgTransactionRefundToReallocatingDto, {}> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Properties for MovePgTransactionRefundToReallocating action
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export interface MovePgTransactionRefundToReallocatingProperties {
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* MovePgTransactionRefundToReallocating
|
|
30
|
+
*
|
|
31
|
+
* Move PG Transaction Refund To Reallocating
|
|
32
|
+
*
|
|
33
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
|
+
* @module BillingModule
|
|
35
|
+
* @entity PgTransaction
|
|
36
|
+
* @entityType REFUND (Refund)
|
|
37
|
+
* @targetStages RefundStatusStageReallocating
|
|
38
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating
|
|
39
|
+
* @permission schema.action.movepgtransactionrefundtoreallocating.trigger
|
|
40
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
41
|
+
*/
|
|
42
|
+
export declare class MovePgTransactionRefundToReallocatingDto extends OdinRecordUpdateDto<Record<string, any>> {
|
|
43
|
+
/** Used by SDK generators to identify action type */
|
|
44
|
+
static readonly ACTION_TYPE = "UPDATE";
|
|
45
|
+
static readonly ACTION_KEY = "MovePgTransactionRefundToReallocating";
|
|
46
|
+
static readonly MODULE_NAME = "BillingModule";
|
|
47
|
+
static readonly ENTITIES: string[];
|
|
48
|
+
static readonly ENTITY_TYPE = "REFUND";
|
|
49
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating";
|
|
50
|
+
static readonly SCHEMA_ACTION_ID = "24f49f28-c8bc-4681-a0c9-316a57cc747c";
|
|
51
|
+
static readonly PERMISSION = "schema.action.movepgtransactionrefundtoreallocating.trigger";
|
|
52
|
+
static readonly TARGET_STAGES: readonly ["RefundStatusStageReallocating"];
|
|
53
|
+
static readonly IS_STAGE_TRANSITION = true;
|
|
54
|
+
static readonly IS_MULTI_STEP_FLOW = false;
|
|
55
|
+
static readonly HAS_STEP_LINKS = false;
|
|
56
|
+
readonly actionName: string;
|
|
57
|
+
readonly schemaActionId: string;
|
|
58
|
+
readonly entity: string;
|
|
59
|
+
readonly stageKey: string;
|
|
60
|
+
constructor(record: OdinRecord<any> | {
|
|
61
|
+
id: string;
|
|
62
|
+
entity: string;
|
|
63
|
+
type?: string;
|
|
64
|
+
}, options?: {
|
|
65
|
+
journeyId?: string;
|
|
66
|
+
});
|
|
67
|
+
/** Step classes that can be used with this action */
|
|
68
|
+
static readonly stepClasses: readonly [];
|
|
69
|
+
steps: [];
|
|
70
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* MovePgTransactionRefundToReallocating Action DTO
|
|
4
|
+
*
|
|
5
|
+
* Move PG Transaction Refund To Reallocating
|
|
6
|
+
*
|
|
7
|
+
* @module BillingModule
|
|
8
|
+
* @entity PgTransaction
|
|
9
|
+
* @entityType REFUND
|
|
10
|
+
* @actionKey MovePgTransactionRefundToReallocating
|
|
11
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MovePgTransactionRefundToReallocatingDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* MovePgTransactionRefundToReallocating
|
|
20
|
+
*
|
|
21
|
+
* Move PG Transaction Refund To Reallocating
|
|
22
|
+
*
|
|
23
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
|
+
* @module BillingModule
|
|
25
|
+
* @entity PgTransaction
|
|
26
|
+
* @entityType REFUND (Refund)
|
|
27
|
+
* @targetStages RefundStatusStageReallocating
|
|
28
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating
|
|
29
|
+
* @permission schema.action.movepgtransactionrefundtoreallocating.trigger
|
|
30
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
31
|
+
*/
|
|
32
|
+
class MovePgTransactionRefundToReallocatingDto extends core_1.OdinRecordUpdateDto {
|
|
33
|
+
constructor(record, options) {
|
|
34
|
+
super({
|
|
35
|
+
id: record.id,
|
|
36
|
+
entity: record.entity,
|
|
37
|
+
type: record.type,
|
|
38
|
+
properties: {},
|
|
39
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
40
|
+
});
|
|
41
|
+
this.actionName = 'MovePgTransactionRefundToReallocating';
|
|
42
|
+
this.schemaActionId = '24f49f28-c8bc-4681-a0c9-316a57cc747c';
|
|
43
|
+
this.entity = 'BillingModule:PgTransaction';
|
|
44
|
+
this.stageKey = 'RefundStatusStageReallocating';
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.MovePgTransactionRefundToReallocatingDto = MovePgTransactionRefundToReallocatingDto;
|
|
48
|
+
/** Used by SDK generators to identify action type */
|
|
49
|
+
MovePgTransactionRefundToReallocatingDto.ACTION_TYPE = 'UPDATE';
|
|
50
|
+
MovePgTransactionRefundToReallocatingDto.ACTION_KEY = 'MovePgTransactionRefundToReallocating';
|
|
51
|
+
MovePgTransactionRefundToReallocatingDto.MODULE_NAME = 'BillingModule';
|
|
52
|
+
MovePgTransactionRefundToReallocatingDto.ENTITIES = ['PgTransaction'];
|
|
53
|
+
MovePgTransactionRefundToReallocatingDto.ENTITY_TYPE = 'REFUND';
|
|
54
|
+
MovePgTransactionRefundToReallocatingDto.EVENT_NAME = 'k1.t-hEOJjsDb.BillingModule.PgTransaction.Transition.MovePgTransactionRefundToReallocating';
|
|
55
|
+
MovePgTransactionRefundToReallocatingDto.SCHEMA_ACTION_ID = '24f49f28-c8bc-4681-a0c9-316a57cc747c';
|
|
56
|
+
MovePgTransactionRefundToReallocatingDto.PERMISSION = 'schema.action.movepgtransactionrefundtoreallocating.trigger';
|
|
57
|
+
MovePgTransactionRefundToReallocatingDto.TARGET_STAGES = ['RefundStatusStageReallocating'];
|
|
58
|
+
MovePgTransactionRefundToReallocatingDto.IS_STAGE_TRANSITION = true;
|
|
59
|
+
MovePgTransactionRefundToReallocatingDto.IS_MULTI_STEP_FLOW = false;
|
|
60
|
+
MovePgTransactionRefundToReallocatingDto.HAS_STEP_LINKS = false;
|
|
61
|
+
/** Step classes that can be used with this action */
|
|
62
|
+
MovePgTransactionRefundToReallocatingDto.stepClasses = [];
|