ggez-banking-sdk 0.2.16 → 0.2.17
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/constants/enum.d.ts
CHANGED
|
@@ -1255,6 +1255,7 @@ declare enum TransactionType {
|
|
|
1255
1255
|
System_Crypto_Load_Fee = 193,
|
|
1256
1256
|
System_Crypto_Withdrawal = 194,
|
|
1257
1257
|
System_Crypto_Withdrawal_Fee = 195,
|
|
1258
|
+
System_Blockchain_Load = 196,
|
|
1258
1259
|
Gateway_Payment_Gateway_Load = 234,
|
|
1259
1260
|
Gateway_Payment_Gateway_Load_Fee = 235,
|
|
1260
1261
|
Gateway_Payment_Gateway_Purchase = 236,
|
package/dist/constants/enum.js
CHANGED
|
@@ -1323,6 +1323,7 @@ var TransactionType;
|
|
|
1323
1323
|
TransactionType[TransactionType["System_Crypto_Load_Fee"] = 193] = "System_Crypto_Load_Fee";
|
|
1324
1324
|
TransactionType[TransactionType["System_Crypto_Withdrawal"] = 194] = "System_Crypto_Withdrawal";
|
|
1325
1325
|
TransactionType[TransactionType["System_Crypto_Withdrawal_Fee"] = 195] = "System_Crypto_Withdrawal_Fee";
|
|
1326
|
+
TransactionType[TransactionType["System_Blockchain_Load"] = 196] = "System_Blockchain_Load";
|
|
1326
1327
|
// Gateway Transactions
|
|
1327
1328
|
TransactionType[TransactionType["Gateway_Payment_Gateway_Load"] = 234] = "Gateway_Payment_Gateway_Load";
|
|
1328
1329
|
TransactionType[TransactionType["Gateway_Payment_Gateway_Load_Fee"] = 235] = "Gateway_Payment_Gateway_Load_Fee";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
4
|
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|