@naturalpay/sdk 1.6.10 → 1.6.11
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/cjs/BaseClient.js +2 -2
- package/dist/cjs/Client.d.ts +8 -8
- package/dist/cjs/Client.js +16 -16
- package/dist/cjs/api/resources/externalParties/client/requests/NewExtPartyParams.d.ts +1 -1
- package/dist/cjs/api/resources/externalParties/types/NewExtPartyParamsAddress.d.ts +7 -4
- package/dist/cjs/api/resources/transactions/types/ListTransactionsRequestType.d.ts +1 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsRequestType.js +1 -0
- package/dist/cjs/api/resources/transactions/types/TxnDetailTransactionType.d.ts +1 -0
- package/dist/cjs/api/resources/transactions/types/TxnDetailTransactionType.js +1 -0
- package/dist/cjs/api/resources/transactions/types/TxnTransactionType.d.ts +1 -0
- package/dist/cjs/api/resources/transactions/types/TxnTransactionType.js +1 -0
- package/dist/cjs/serialization/resources/externalParties/types/NewExtPartyParamsAddress.d.ts +3 -3
- package/dist/cjs/serialization/resources/externalParties/types/NewExtPartyParamsAddress.js +3 -3
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsRequestType.d.ts +1 -1
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsRequestType.js +1 -1
- package/dist/cjs/serialization/resources/transactions/types/TxnDetailTransactionType.d.ts +1 -1
- package/dist/cjs/serialization/resources/transactions/types/TxnDetailTransactionType.js +1 -1
- package/dist/cjs/serialization/resources/transactions/types/TxnTransactionType.d.ts +1 -1
- package/dist/cjs/serialization/resources/transactions/types/TxnTransactionType.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/Client.d.mts +8 -8
- package/dist/esm/Client.mjs +16 -16
- package/dist/esm/api/resources/externalParties/client/requests/NewExtPartyParams.d.mts +1 -1
- package/dist/esm/api/resources/externalParties/types/NewExtPartyParamsAddress.d.mts +7 -4
- package/dist/esm/api/resources/transactions/types/ListTransactionsRequestType.d.mts +1 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsRequestType.mjs +1 -0
- package/dist/esm/api/resources/transactions/types/TxnDetailTransactionType.d.mts +1 -0
- package/dist/esm/api/resources/transactions/types/TxnDetailTransactionType.mjs +1 -0
- package/dist/esm/api/resources/transactions/types/TxnTransactionType.d.mts +1 -0
- package/dist/esm/api/resources/transactions/types/TxnTransactionType.mjs +1 -0
- package/dist/esm/serialization/resources/externalParties/types/NewExtPartyParamsAddress.d.mts +3 -3
- package/dist/esm/serialization/resources/externalParties/types/NewExtPartyParamsAddress.mjs +3 -3
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsRequestType.d.mts +1 -1
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsRequestType.mjs +1 -1
- package/dist/esm/serialization/resources/transactions/types/TxnDetailTransactionType.d.mts +1 -1
- package/dist/esm/serialization/resources/transactions/types/TxnDetailTransactionType.mjs +1 -1
- package/dist/esm/serialization/resources/transactions/types/TxnTransactionType.d.mts +1 -1
- package/dist/esm/serialization/resources/transactions/types/TxnTransactionType.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +45 -45
- package/reference.md +573 -573
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalpay/sdk",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -77,6 +77,50 @@
|
|
|
77
77
|
},
|
|
78
78
|
"default": "./dist/cjs/api/resources/payments/exports.js"
|
|
79
79
|
},
|
|
80
|
+
"./externalParties": {
|
|
81
|
+
"import": {
|
|
82
|
+
"types": "./dist/esm/api/resources/externalParties/exports.d.mts",
|
|
83
|
+
"default": "./dist/esm/api/resources/externalParties/exports.mjs"
|
|
84
|
+
},
|
|
85
|
+
"require": {
|
|
86
|
+
"types": "./dist/cjs/api/resources/externalParties/exports.d.ts",
|
|
87
|
+
"default": "./dist/cjs/api/resources/externalParties/exports.js"
|
|
88
|
+
},
|
|
89
|
+
"default": "./dist/cjs/api/resources/externalParties/exports.js"
|
|
90
|
+
},
|
|
91
|
+
"./externalPartyAccounts": {
|
|
92
|
+
"import": {
|
|
93
|
+
"types": "./dist/esm/api/resources/externalPartyAccounts/exports.d.mts",
|
|
94
|
+
"default": "./dist/esm/api/resources/externalPartyAccounts/exports.mjs"
|
|
95
|
+
},
|
|
96
|
+
"require": {
|
|
97
|
+
"types": "./dist/cjs/api/resources/externalPartyAccounts/exports.d.ts",
|
|
98
|
+
"default": "./dist/cjs/api/resources/externalPartyAccounts/exports.js"
|
|
99
|
+
},
|
|
100
|
+
"default": "./dist/cjs/api/resources/externalPartyAccounts/exports.js"
|
|
101
|
+
},
|
|
102
|
+
"./ach": {
|
|
103
|
+
"import": {
|
|
104
|
+
"types": "./dist/esm/api/resources/ach/exports.d.mts",
|
|
105
|
+
"default": "./dist/esm/api/resources/ach/exports.mjs"
|
|
106
|
+
},
|
|
107
|
+
"require": {
|
|
108
|
+
"types": "./dist/cjs/api/resources/ach/exports.d.ts",
|
|
109
|
+
"default": "./dist/cjs/api/resources/ach/exports.js"
|
|
110
|
+
},
|
|
111
|
+
"default": "./dist/cjs/api/resources/ach/exports.js"
|
|
112
|
+
},
|
|
113
|
+
"./realtime": {
|
|
114
|
+
"import": {
|
|
115
|
+
"types": "./dist/esm/api/resources/realtime/exports.d.mts",
|
|
116
|
+
"default": "./dist/esm/api/resources/realtime/exports.mjs"
|
|
117
|
+
},
|
|
118
|
+
"require": {
|
|
119
|
+
"types": "./dist/cjs/api/resources/realtime/exports.d.ts",
|
|
120
|
+
"default": "./dist/cjs/api/resources/realtime/exports.js"
|
|
121
|
+
},
|
|
122
|
+
"default": "./dist/cjs/api/resources/realtime/exports.js"
|
|
123
|
+
},
|
|
80
124
|
"./transactions": {
|
|
81
125
|
"import": {
|
|
82
126
|
"types": "./dist/esm/api/resources/transactions/exports.d.mts",
|
|
@@ -165,50 +209,6 @@
|
|
|
165
209
|
},
|
|
166
210
|
"default": "./dist/cjs/api/resources/externalAccounts/exports.js"
|
|
167
211
|
},
|
|
168
|
-
"./externalParties": {
|
|
169
|
-
"import": {
|
|
170
|
-
"types": "./dist/esm/api/resources/externalParties/exports.d.mts",
|
|
171
|
-
"default": "./dist/esm/api/resources/externalParties/exports.mjs"
|
|
172
|
-
},
|
|
173
|
-
"require": {
|
|
174
|
-
"types": "./dist/cjs/api/resources/externalParties/exports.d.ts",
|
|
175
|
-
"default": "./dist/cjs/api/resources/externalParties/exports.js"
|
|
176
|
-
},
|
|
177
|
-
"default": "./dist/cjs/api/resources/externalParties/exports.js"
|
|
178
|
-
},
|
|
179
|
-
"./externalPartyAccounts": {
|
|
180
|
-
"import": {
|
|
181
|
-
"types": "./dist/esm/api/resources/externalPartyAccounts/exports.d.mts",
|
|
182
|
-
"default": "./dist/esm/api/resources/externalPartyAccounts/exports.mjs"
|
|
183
|
-
},
|
|
184
|
-
"require": {
|
|
185
|
-
"types": "./dist/cjs/api/resources/externalPartyAccounts/exports.d.ts",
|
|
186
|
-
"default": "./dist/cjs/api/resources/externalPartyAccounts/exports.js"
|
|
187
|
-
},
|
|
188
|
-
"default": "./dist/cjs/api/resources/externalPartyAccounts/exports.js"
|
|
189
|
-
},
|
|
190
|
-
"./ach": {
|
|
191
|
-
"import": {
|
|
192
|
-
"types": "./dist/esm/api/resources/ach/exports.d.mts",
|
|
193
|
-
"default": "./dist/esm/api/resources/ach/exports.mjs"
|
|
194
|
-
},
|
|
195
|
-
"require": {
|
|
196
|
-
"types": "./dist/cjs/api/resources/ach/exports.d.ts",
|
|
197
|
-
"default": "./dist/cjs/api/resources/ach/exports.js"
|
|
198
|
-
},
|
|
199
|
-
"default": "./dist/cjs/api/resources/ach/exports.js"
|
|
200
|
-
},
|
|
201
|
-
"./realtime": {
|
|
202
|
-
"import": {
|
|
203
|
-
"types": "./dist/esm/api/resources/realtime/exports.d.mts",
|
|
204
|
-
"default": "./dist/esm/api/resources/realtime/exports.mjs"
|
|
205
|
-
},
|
|
206
|
-
"require": {
|
|
207
|
-
"types": "./dist/cjs/api/resources/realtime/exports.d.ts",
|
|
208
|
-
"default": "./dist/cjs/api/resources/realtime/exports.js"
|
|
209
|
-
},
|
|
210
|
-
"default": "./dist/cjs/api/resources/realtime/exports.js"
|
|
211
|
-
},
|
|
212
212
|
"./apiKeys": {
|
|
213
213
|
"import": {
|
|
214
214
|
"types": "./dist/esm/api/resources/apiKeys/exports.d.mts",
|