@payabli/sdk-node 0.0.134 → 0.0.135

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.
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
43
43
  const headers = (0, headers_js_1.mergeHeaders)({
44
44
  "X-Fern-Language": "JavaScript",
45
45
  "X-Fern-SDK-Name": "@payabli/sdk-node",
46
- "X-Fern-SDK-Version": "0.0.134",
47
- "User-Agent": "@payabli/sdk-node/0.0.134",
46
+ "X-Fern-SDK-Version": "0.0.135",
47
+ "User-Agent": "@payabli/sdk-node/0.0.135",
48
48
  "X-Fern-Runtime": core.RUNTIME.type,
49
49
  "X-Fern-Runtime-Version": core.RUNTIME.version,
50
50
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -33,19 +33,7 @@ export declare namespace NotificationStandardRequest {
33
33
  namespace Content {
34
34
  /** The notification's event name. */
35
35
  const EventType: {
36
- readonly PayinTransactionInitiated: "payin_transaction_initiated";
37
- readonly PayinTransactionAuthorized: "payin_transaction_authorized";
38
- readonly PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured";
39
- readonly PayinTransactionDeclined: "payin_transaction_declined";
40
- readonly PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline";
41
- readonly PayinTransactionFailed: "payin_transaction_failed";
42
- readonly PayinTransactionError: "payin_transaction_error";
43
- readonly PayinTransactionPaid: "payin_transaction_paid";
44
- readonly PayinTransactionReturned: "payin_transaction_returned";
45
36
  readonly PayinTransactionRejected: "payin_transaction_rejected";
46
- readonly PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled";
47
- readonly PayinTransactionProcessing: "payin_transaction_processing";
48
- readonly PayinTransactionProcessed: "payin_transaction_processed";
49
37
  readonly PayinTransactionOnhold: "payin_transaction_onhold";
50
38
  readonly PayinTransactionReleased: "payin_transaction_released";
51
39
  readonly PayinTransactionRecovered: "payin_transaction_recovered";
@@ -65,18 +53,8 @@ export declare namespace NotificationStandardRequest {
65
53
  readonly PayoutTransactionOnhold: "payout_transaction_onhold";
66
54
  readonly PayoutTransactionReleased: "payout_transaction_released";
67
55
  readonly PayoutTransactionRecovered: "payout_transaction_recovered";
68
- readonly PayinBatchOpen: "payin_batch_open";
69
56
  readonly PayinBatchOnhold: "payin_batch_onhold";
70
57
  readonly PayinBatchReleased: "payin_batch_released";
71
- readonly PayinBatchProcessed: "payin_batch_processed";
72
- readonly PayinBatchPaid: "payin_batch_paid";
73
- readonly PayinBatchFunded: "payin_batch_funded";
74
- readonly PayinBatchClosed: "payin_batch_closed";
75
- readonly PayinBatchNotclosed: "payin_batch_notclosed";
76
- readonly PayinBatchFundpending: "payin_batch_fundpending";
77
- readonly PayinBatchCancelled: "payin_batch_cancelled";
78
- readonly PayinBatchTransferred: "payin_batch_transferred";
79
- readonly PayinBatchResolved: "payin_batch_resolved";
80
58
  readonly PayoutBatchOpen: "payout_batch_open";
81
59
  readonly PayoutBatchOnhold: "payout_batch_onhold";
82
60
  readonly PayoutBatchReleased: "payout_batch_released";
@@ -89,15 +67,6 @@ export declare namespace NotificationStandardRequest {
89
67
  readonly PayoutBatchCancelled: "payout_batch_cancelled";
90
68
  readonly PayoutBatchTransferred: "payout_batch_transferred";
91
69
  readonly PayoutBatchResolved: "payout_batch_resolved";
92
- readonly PayinBatchSettlementPending: "payin_batch_settlement_pending";
93
- readonly PayinBatchSettlementIntransit: "payin_batch_settlement_intransit";
94
- readonly PayinBatchSettlementTransferred: "payin_batch_settlement_transferred";
95
- readonly PayinBatchSettlementFunded: "payin_batch_settlement_funded";
96
- readonly PayinBatchSettlementResolved: "payin_batch_settlement_resolved";
97
- readonly PayinBatchSettlementException: "payin_batch_settlement_exception";
98
- readonly PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn";
99
- readonly PayinBatchSettlementHeld: "payin_batch_settlement_held";
100
- readonly PayinBatchSettlementReleased: "payin_batch_settlement_released";
101
70
  readonly PayoutBatchSettlementPending: "payout_batch_settlement_pending";
102
71
  readonly PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit";
103
72
  readonly PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred";
@@ -8,19 +8,7 @@ var NotificationStandardRequest;
8
8
  (function (Content) {
9
9
  /** The notification's event name. */
10
10
  Content.EventType = {
11
- PayinTransactionInitiated: "payin_transaction_initiated",
12
- PayinTransactionAuthorized: "payin_transaction_authorized",
13
- PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured",
14
- PayinTransactionDeclined: "payin_transaction_declined",
15
- PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline",
16
- PayinTransactionFailed: "payin_transaction_failed",
17
- PayinTransactionError: "payin_transaction_error",
18
- PayinTransactionPaid: "payin_transaction_paid",
19
- PayinTransactionReturned: "payin_transaction_returned",
20
11
  PayinTransactionRejected: "payin_transaction_rejected",
21
- PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled",
22
- PayinTransactionProcessing: "payin_transaction_processing",
23
- PayinTransactionProcessed: "payin_transaction_processed",
24
12
  PayinTransactionOnhold: "payin_transaction_onhold",
25
13
  PayinTransactionReleased: "payin_transaction_released",
26
14
  PayinTransactionRecovered: "payin_transaction_recovered",
@@ -40,18 +28,8 @@ var NotificationStandardRequest;
40
28
  PayoutTransactionOnhold: "payout_transaction_onhold",
41
29
  PayoutTransactionReleased: "payout_transaction_released",
42
30
  PayoutTransactionRecovered: "payout_transaction_recovered",
43
- PayinBatchOpen: "payin_batch_open",
44
31
  PayinBatchOnhold: "payin_batch_onhold",
45
32
  PayinBatchReleased: "payin_batch_released",
46
- PayinBatchProcessed: "payin_batch_processed",
47
- PayinBatchPaid: "payin_batch_paid",
48
- PayinBatchFunded: "payin_batch_funded",
49
- PayinBatchClosed: "payin_batch_closed",
50
- PayinBatchNotclosed: "payin_batch_notclosed",
51
- PayinBatchFundpending: "payin_batch_fundpending",
52
- PayinBatchCancelled: "payin_batch_cancelled",
53
- PayinBatchTransferred: "payin_batch_transferred",
54
- PayinBatchResolved: "payin_batch_resolved",
55
33
  PayoutBatchOpen: "payout_batch_open",
56
34
  PayoutBatchOnhold: "payout_batch_onhold",
57
35
  PayoutBatchReleased: "payout_batch_released",
@@ -64,15 +42,6 @@ var NotificationStandardRequest;
64
42
  PayoutBatchCancelled: "payout_batch_cancelled",
65
43
  PayoutBatchTransferred: "payout_batch_transferred",
66
44
  PayoutBatchResolved: "payout_batch_resolved",
67
- PayinBatchSettlementPending: "payin_batch_settlement_pending",
68
- PayinBatchSettlementIntransit: "payin_batch_settlement_intransit",
69
- PayinBatchSettlementTransferred: "payin_batch_settlement_transferred",
70
- PayinBatchSettlementFunded: "payin_batch_settlement_funded",
71
- PayinBatchSettlementResolved: "payin_batch_settlement_resolved",
72
- PayinBatchSettlementException: "payin_batch_settlement_exception",
73
- PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn",
74
- PayinBatchSettlementHeld: "payin_batch_settlement_held",
75
- PayinBatchSettlementReleased: "payin_batch_settlement_released",
76
45
  PayoutBatchSettlementPending: "payout_batch_settlement_pending",
77
46
  PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit",
78
47
  PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.134";
1
+ export declare const SDK_VERSION = "0.0.135";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.0.134";
4
+ exports.SDK_VERSION = "0.0.135";
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
6
6
  const headers = mergeHeaders({
7
7
  "X-Fern-Language": "JavaScript",
8
8
  "X-Fern-SDK-Name": "@payabli/sdk-node",
9
- "X-Fern-SDK-Version": "0.0.134",
10
- "User-Agent": "@payabli/sdk-node/0.0.134",
9
+ "X-Fern-SDK-Version": "0.0.135",
10
+ "User-Agent": "@payabli/sdk-node/0.0.135",
11
11
  "X-Fern-Runtime": core.RUNTIME.type,
12
12
  "X-Fern-Runtime-Version": core.RUNTIME.version,
13
13
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -33,19 +33,7 @@ export declare namespace NotificationStandardRequest {
33
33
  namespace Content {
34
34
  /** The notification's event name. */
35
35
  const EventType: {
36
- readonly PayinTransactionInitiated: "payin_transaction_initiated";
37
- readonly PayinTransactionAuthorized: "payin_transaction_authorized";
38
- readonly PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured";
39
- readonly PayinTransactionDeclined: "payin_transaction_declined";
40
- readonly PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline";
41
- readonly PayinTransactionFailed: "payin_transaction_failed";
42
- readonly PayinTransactionError: "payin_transaction_error";
43
- readonly PayinTransactionPaid: "payin_transaction_paid";
44
- readonly PayinTransactionReturned: "payin_transaction_returned";
45
36
  readonly PayinTransactionRejected: "payin_transaction_rejected";
46
- readonly PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled";
47
- readonly PayinTransactionProcessing: "payin_transaction_processing";
48
- readonly PayinTransactionProcessed: "payin_transaction_processed";
49
37
  readonly PayinTransactionOnhold: "payin_transaction_onhold";
50
38
  readonly PayinTransactionReleased: "payin_transaction_released";
51
39
  readonly PayinTransactionRecovered: "payin_transaction_recovered";
@@ -65,18 +53,8 @@ export declare namespace NotificationStandardRequest {
65
53
  readonly PayoutTransactionOnhold: "payout_transaction_onhold";
66
54
  readonly PayoutTransactionReleased: "payout_transaction_released";
67
55
  readonly PayoutTransactionRecovered: "payout_transaction_recovered";
68
- readonly PayinBatchOpen: "payin_batch_open";
69
56
  readonly PayinBatchOnhold: "payin_batch_onhold";
70
57
  readonly PayinBatchReleased: "payin_batch_released";
71
- readonly PayinBatchProcessed: "payin_batch_processed";
72
- readonly PayinBatchPaid: "payin_batch_paid";
73
- readonly PayinBatchFunded: "payin_batch_funded";
74
- readonly PayinBatchClosed: "payin_batch_closed";
75
- readonly PayinBatchNotclosed: "payin_batch_notclosed";
76
- readonly PayinBatchFundpending: "payin_batch_fundpending";
77
- readonly PayinBatchCancelled: "payin_batch_cancelled";
78
- readonly PayinBatchTransferred: "payin_batch_transferred";
79
- readonly PayinBatchResolved: "payin_batch_resolved";
80
58
  readonly PayoutBatchOpen: "payout_batch_open";
81
59
  readonly PayoutBatchOnhold: "payout_batch_onhold";
82
60
  readonly PayoutBatchReleased: "payout_batch_released";
@@ -89,15 +67,6 @@ export declare namespace NotificationStandardRequest {
89
67
  readonly PayoutBatchCancelled: "payout_batch_cancelled";
90
68
  readonly PayoutBatchTransferred: "payout_batch_transferred";
91
69
  readonly PayoutBatchResolved: "payout_batch_resolved";
92
- readonly PayinBatchSettlementPending: "payin_batch_settlement_pending";
93
- readonly PayinBatchSettlementIntransit: "payin_batch_settlement_intransit";
94
- readonly PayinBatchSettlementTransferred: "payin_batch_settlement_transferred";
95
- readonly PayinBatchSettlementFunded: "payin_batch_settlement_funded";
96
- readonly PayinBatchSettlementResolved: "payin_batch_settlement_resolved";
97
- readonly PayinBatchSettlementException: "payin_batch_settlement_exception";
98
- readonly PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn";
99
- readonly PayinBatchSettlementHeld: "payin_batch_settlement_held";
100
- readonly PayinBatchSettlementReleased: "payin_batch_settlement_released";
101
70
  readonly PayoutBatchSettlementPending: "payout_batch_settlement_pending";
102
71
  readonly PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit";
103
72
  readonly PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred";
@@ -5,19 +5,7 @@ export var NotificationStandardRequest;
5
5
  (function (Content) {
6
6
  /** The notification's event name. */
7
7
  Content.EventType = {
8
- PayinTransactionInitiated: "payin_transaction_initiated",
9
- PayinTransactionAuthorized: "payin_transaction_authorized",
10
- PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured",
11
- PayinTransactionDeclined: "payin_transaction_declined",
12
- PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline",
13
- PayinTransactionFailed: "payin_transaction_failed",
14
- PayinTransactionError: "payin_transaction_error",
15
- PayinTransactionPaid: "payin_transaction_paid",
16
- PayinTransactionReturned: "payin_transaction_returned",
17
8
  PayinTransactionRejected: "payin_transaction_rejected",
18
- PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled",
19
- PayinTransactionProcessing: "payin_transaction_processing",
20
- PayinTransactionProcessed: "payin_transaction_processed",
21
9
  PayinTransactionOnhold: "payin_transaction_onhold",
22
10
  PayinTransactionReleased: "payin_transaction_released",
23
11
  PayinTransactionRecovered: "payin_transaction_recovered",
@@ -37,18 +25,8 @@ export var NotificationStandardRequest;
37
25
  PayoutTransactionOnhold: "payout_transaction_onhold",
38
26
  PayoutTransactionReleased: "payout_transaction_released",
39
27
  PayoutTransactionRecovered: "payout_transaction_recovered",
40
- PayinBatchOpen: "payin_batch_open",
41
28
  PayinBatchOnhold: "payin_batch_onhold",
42
29
  PayinBatchReleased: "payin_batch_released",
43
- PayinBatchProcessed: "payin_batch_processed",
44
- PayinBatchPaid: "payin_batch_paid",
45
- PayinBatchFunded: "payin_batch_funded",
46
- PayinBatchClosed: "payin_batch_closed",
47
- PayinBatchNotclosed: "payin_batch_notclosed",
48
- PayinBatchFundpending: "payin_batch_fundpending",
49
- PayinBatchCancelled: "payin_batch_cancelled",
50
- PayinBatchTransferred: "payin_batch_transferred",
51
- PayinBatchResolved: "payin_batch_resolved",
52
30
  PayoutBatchOpen: "payout_batch_open",
53
31
  PayoutBatchOnhold: "payout_batch_onhold",
54
32
  PayoutBatchReleased: "payout_batch_released",
@@ -61,15 +39,6 @@ export var NotificationStandardRequest;
61
39
  PayoutBatchCancelled: "payout_batch_cancelled",
62
40
  PayoutBatchTransferred: "payout_batch_transferred",
63
41
  PayoutBatchResolved: "payout_batch_resolved",
64
- PayinBatchSettlementPending: "payin_batch_settlement_pending",
65
- PayinBatchSettlementIntransit: "payin_batch_settlement_intransit",
66
- PayinBatchSettlementTransferred: "payin_batch_settlement_transferred",
67
- PayinBatchSettlementFunded: "payin_batch_settlement_funded",
68
- PayinBatchSettlementResolved: "payin_batch_settlement_resolved",
69
- PayinBatchSettlementException: "payin_batch_settlement_exception",
70
- PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn",
71
- PayinBatchSettlementHeld: "payin_batch_settlement_held",
72
- PayinBatchSettlementReleased: "payin_batch_settlement_released",
73
42
  PayoutBatchSettlementPending: "payout_batch_settlement_pending",
74
43
  PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit",
75
44
  PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.134";
1
+ export declare const SDK_VERSION = "0.0.135";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.0.134";
1
+ export const SDK_VERSION = "0.0.135";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payabli/sdk-node",
3
- "version": "0.0.134",
3
+ "version": "0.0.135",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",