@temboplus/afloat 0.1.51 → 0.1.52
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/esm/src/features/payout/contract.d.ts +12 -12
- package/esm/src/models/payout/status.d.ts +2 -1
- package/esm/src/models/payout/status.d.ts.map +1 -1
- package/esm/src/models/payout/status.js +1 -0
- package/package.json +1 -1
- package/script/src/features/payout/contract.d.ts +12 -12
- package/script/src/models/payout/status.d.ts +2 -1
- package/script/src/models/payout/status.d.ts.map +1 -1
- package/script/src/models/payout/status.js +1 -0
|
@@ -85,7 +85,7 @@ export declare const contract: {
|
|
|
85
85
|
identity: string;
|
|
86
86
|
} | null>>;
|
|
87
87
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
88
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
88
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
89
89
|
id: string;
|
|
90
90
|
channel: string;
|
|
91
91
|
profileId: string;
|
|
@@ -108,7 +108,7 @@ export declare const contract: {
|
|
|
108
108
|
identity: string;
|
|
109
109
|
} | undefined;
|
|
110
110
|
}, {
|
|
111
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
111
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
112
112
|
id: string;
|
|
113
113
|
channel: string;
|
|
114
114
|
profileId: string;
|
|
@@ -134,7 +134,7 @@ export declare const contract: {
|
|
|
134
134
|
total: z.ZodNumber;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
136
|
results: {
|
|
137
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
137
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
138
138
|
id: string;
|
|
139
139
|
channel: string;
|
|
140
140
|
profileId: string;
|
|
@@ -160,7 +160,7 @@ export declare const contract: {
|
|
|
160
160
|
total: number;
|
|
161
161
|
}, {
|
|
162
162
|
results: {
|
|
163
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
163
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
164
164
|
id: string;
|
|
165
165
|
channel: string;
|
|
166
166
|
profileId: string;
|
|
@@ -259,7 +259,7 @@ export declare const contract: {
|
|
|
259
259
|
identity: string;
|
|
260
260
|
} | null>>;
|
|
261
261
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
262
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
262
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
263
263
|
id: string;
|
|
264
264
|
channel: string;
|
|
265
265
|
profileId: string;
|
|
@@ -282,7 +282,7 @@ export declare const contract: {
|
|
|
282
282
|
identity: string;
|
|
283
283
|
} | undefined;
|
|
284
284
|
}, {
|
|
285
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
285
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
286
286
|
id: string;
|
|
287
287
|
channel: string;
|
|
288
288
|
profileId: string;
|
|
@@ -308,7 +308,7 @@ export declare const contract: {
|
|
|
308
308
|
total: z.ZodNumber;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
310
|
results: {
|
|
311
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
311
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
312
312
|
id: string;
|
|
313
313
|
channel: string;
|
|
314
314
|
profileId: string;
|
|
@@ -334,7 +334,7 @@ export declare const contract: {
|
|
|
334
334
|
total: number;
|
|
335
335
|
}, {
|
|
336
336
|
results: {
|
|
337
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
337
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
338
338
|
id: string;
|
|
339
339
|
channel: string;
|
|
340
340
|
profileId: string;
|
|
@@ -435,7 +435,7 @@ export declare const contract: {
|
|
|
435
435
|
identity: string;
|
|
436
436
|
} | null>>;
|
|
437
437
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
438
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
438
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
439
439
|
id: string;
|
|
440
440
|
channel: string;
|
|
441
441
|
profileId: string;
|
|
@@ -458,7 +458,7 @@ export declare const contract: {
|
|
|
458
458
|
identity: string;
|
|
459
459
|
} | undefined;
|
|
460
460
|
}, {
|
|
461
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
461
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
462
462
|
id: string;
|
|
463
463
|
channel: string;
|
|
464
464
|
profileId: string;
|
|
@@ -565,7 +565,7 @@ export declare const contract: {
|
|
|
565
565
|
identity: string;
|
|
566
566
|
} | null>>;
|
|
567
567
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
568
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
568
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
569
569
|
id: string;
|
|
570
570
|
channel: string;
|
|
571
571
|
profileId: string;
|
|
@@ -588,7 +588,7 @@ export declare const contract: {
|
|
|
588
588
|
identity: string;
|
|
589
589
|
} | undefined;
|
|
590
590
|
}, {
|
|
591
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
591
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
592
592
|
id: string;
|
|
593
593
|
channel: string;
|
|
594
594
|
profileId: string;
|
|
@@ -14,7 +14,8 @@ export declare enum PAYOUT_STATUS {
|
|
|
14
14
|
/** Payout has been rejected */
|
|
15
15
|
REJECTED = "REJECTED",
|
|
16
16
|
/** Payout has been initially created but not yet processed */
|
|
17
|
-
CREATED = "CREATED"
|
|
17
|
+
CREATED = "CREATED",
|
|
18
|
+
REVERSED = "REVERSED"
|
|
18
19
|
}
|
|
19
20
|
/**
|
|
20
21
|
* Represents the approval status for payouts that require authorization.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../src/src/models/payout/status.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,oBAAY,aAAa;IACvB,MAAM,WAAW;IAEjB,oCAAoC;IACpC,OAAO,YAAY;IACnB,6CAA6C;IAC7C,IAAI,SAAS;IACb,mCAAmC;IACnC,MAAM,WAAW;IACjB,+BAA+B;IAC/B,QAAQ,aAAa;IACrB,8DAA8D;IAC9D,OAAO,YAAY;
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../src/src/models/payout/status.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,oBAAY,aAAa;IACvB,MAAM,WAAW;IAEjB,oCAAoC;IACpC,OAAO,YAAY;IACnB,6CAA6C;IAC7C,IAAI,SAAS;IACb,mCAAmC;IACnC,MAAM,WAAW;IACjB,+BAA+B;IAC/B,QAAQ,aAAa;IACrB,8DAA8D;IAC9D,OAAO,YAAY;IAEnB,QAAQ,aAAa;CACtB;AAED;;;;GAIG;AACH,oBAAY,sBAAsB;IAChC,2CAA2C;IAC3C,OAAO,YAAY;IACnB,+BAA+B;IAC/B,QAAQ,aAAa;IACrB,uDAAuD;IACvD,QAAQ,aAAa;CACtB"}
|
|
@@ -16,6 +16,7 @@ export var PAYOUT_STATUS;
|
|
|
16
16
|
PAYOUT_STATUS["REJECTED"] = "REJECTED";
|
|
17
17
|
/** Payout has been initially created but not yet processed */
|
|
18
18
|
PAYOUT_STATUS["CREATED"] = "CREATED";
|
|
19
|
+
PAYOUT_STATUS["REVERSED"] = "REVERSED";
|
|
19
20
|
})(PAYOUT_STATUS || (PAYOUT_STATUS = {}));
|
|
20
21
|
/**
|
|
21
22
|
* Represents the approval status for payouts that require authorization.
|
package/package.json
CHANGED
|
@@ -85,7 +85,7 @@ export declare const contract: {
|
|
|
85
85
|
identity: string;
|
|
86
86
|
} | null>>;
|
|
87
87
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
88
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
88
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
89
89
|
id: string;
|
|
90
90
|
channel: string;
|
|
91
91
|
profileId: string;
|
|
@@ -108,7 +108,7 @@ export declare const contract: {
|
|
|
108
108
|
identity: string;
|
|
109
109
|
} | undefined;
|
|
110
110
|
}, {
|
|
111
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
111
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
112
112
|
id: string;
|
|
113
113
|
channel: string;
|
|
114
114
|
profileId: string;
|
|
@@ -134,7 +134,7 @@ export declare const contract: {
|
|
|
134
134
|
total: z.ZodNumber;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
136
|
results: {
|
|
137
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
137
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
138
138
|
id: string;
|
|
139
139
|
channel: string;
|
|
140
140
|
profileId: string;
|
|
@@ -160,7 +160,7 @@ export declare const contract: {
|
|
|
160
160
|
total: number;
|
|
161
161
|
}, {
|
|
162
162
|
results: {
|
|
163
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
163
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
164
164
|
id: string;
|
|
165
165
|
channel: string;
|
|
166
166
|
profileId: string;
|
|
@@ -259,7 +259,7 @@ export declare const contract: {
|
|
|
259
259
|
identity: string;
|
|
260
260
|
} | null>>;
|
|
261
261
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
262
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
262
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
263
263
|
id: string;
|
|
264
264
|
channel: string;
|
|
265
265
|
profileId: string;
|
|
@@ -282,7 +282,7 @@ export declare const contract: {
|
|
|
282
282
|
identity: string;
|
|
283
283
|
} | undefined;
|
|
284
284
|
}, {
|
|
285
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
285
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
286
286
|
id: string;
|
|
287
287
|
channel: string;
|
|
288
288
|
profileId: string;
|
|
@@ -308,7 +308,7 @@ export declare const contract: {
|
|
|
308
308
|
total: z.ZodNumber;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
310
|
results: {
|
|
311
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
311
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
312
312
|
id: string;
|
|
313
313
|
channel: string;
|
|
314
314
|
profileId: string;
|
|
@@ -334,7 +334,7 @@ export declare const contract: {
|
|
|
334
334
|
total: number;
|
|
335
335
|
}, {
|
|
336
336
|
results: {
|
|
337
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
337
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
338
338
|
id: string;
|
|
339
339
|
channel: string;
|
|
340
340
|
profileId: string;
|
|
@@ -435,7 +435,7 @@ export declare const contract: {
|
|
|
435
435
|
identity: string;
|
|
436
436
|
} | null>>;
|
|
437
437
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
438
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
438
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
439
439
|
id: string;
|
|
440
440
|
channel: string;
|
|
441
441
|
profileId: string;
|
|
@@ -458,7 +458,7 @@ export declare const contract: {
|
|
|
458
458
|
identity: string;
|
|
459
459
|
} | undefined;
|
|
460
460
|
}, {
|
|
461
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
461
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
462
462
|
id: string;
|
|
463
463
|
channel: string;
|
|
464
464
|
profileId: string;
|
|
@@ -565,7 +565,7 @@ export declare const contract: {
|
|
|
565
565
|
identity: string;
|
|
566
566
|
} | null>>;
|
|
567
567
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
568
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
568
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
569
569
|
id: string;
|
|
570
570
|
channel: string;
|
|
571
571
|
profileId: string;
|
|
@@ -588,7 +588,7 @@ export declare const contract: {
|
|
|
588
588
|
identity: string;
|
|
589
589
|
} | undefined;
|
|
590
590
|
}, {
|
|
591
|
-
status: import("../../models/payout/status.js").PAYOUT_STATUS;
|
|
591
|
+
status: import("../../models/payout/status.js").PAYOUT_STATUS.QUEUED | import("../../models/payout/status.js").PAYOUT_STATUS.PENDING | import("../../models/payout/status.js").PAYOUT_STATUS.PAID | import("../../models/payout/status.js").PAYOUT_STATUS.FAILED | import("../../models/payout/status.js").PAYOUT_STATUS.REJECTED | import("../../models/payout/status.js").PAYOUT_STATUS.CREATED;
|
|
592
592
|
id: string;
|
|
593
593
|
channel: string;
|
|
594
594
|
profileId: string;
|
|
@@ -14,7 +14,8 @@ export declare enum PAYOUT_STATUS {
|
|
|
14
14
|
/** Payout has been rejected */
|
|
15
15
|
REJECTED = "REJECTED",
|
|
16
16
|
/** Payout has been initially created but not yet processed */
|
|
17
|
-
CREATED = "CREATED"
|
|
17
|
+
CREATED = "CREATED",
|
|
18
|
+
REVERSED = "REVERSED"
|
|
18
19
|
}
|
|
19
20
|
/**
|
|
20
21
|
* Represents the approval status for payouts that require authorization.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../src/src/models/payout/status.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,oBAAY,aAAa;IACvB,MAAM,WAAW;IAEjB,oCAAoC;IACpC,OAAO,YAAY;IACnB,6CAA6C;IAC7C,IAAI,SAAS;IACb,mCAAmC;IACnC,MAAM,WAAW;IACjB,+BAA+B;IAC/B,QAAQ,aAAa;IACrB,8DAA8D;IAC9D,OAAO,YAAY;
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../src/src/models/payout/status.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,oBAAY,aAAa;IACvB,MAAM,WAAW;IAEjB,oCAAoC;IACpC,OAAO,YAAY;IACnB,6CAA6C;IAC7C,IAAI,SAAS;IACb,mCAAmC;IACnC,MAAM,WAAW;IACjB,+BAA+B;IAC/B,QAAQ,aAAa;IACrB,8DAA8D;IAC9D,OAAO,YAAY;IAEnB,QAAQ,aAAa;CACtB;AAED;;;;GAIG;AACH,oBAAY,sBAAsB;IAChC,2CAA2C;IAC3C,OAAO,YAAY;IACnB,+BAA+B;IAC/B,QAAQ,aAAa;IACrB,uDAAuD;IACvD,QAAQ,aAAa;CACtB"}
|
|
@@ -19,6 +19,7 @@ var PAYOUT_STATUS;
|
|
|
19
19
|
PAYOUT_STATUS["REJECTED"] = "REJECTED";
|
|
20
20
|
/** Payout has been initially created but not yet processed */
|
|
21
21
|
PAYOUT_STATUS["CREATED"] = "CREATED";
|
|
22
|
+
PAYOUT_STATUS["REVERSED"] = "REVERSED";
|
|
22
23
|
})(PAYOUT_STATUS || (exports.PAYOUT_STATUS = PAYOUT_STATUS = {}));
|
|
23
24
|
/**
|
|
24
25
|
* Represents the approval status for payouts that require authorization.
|