ggez-banking-sdk 0.1.74 → 0.1.75
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.
@@ -330,7 +330,29 @@ export declare enum EntityData {
|
|
330
330
|
Program_BIN_Feature_Tokenization_Option = 189,
|
331
331
|
Program_BIN_Feature_Payment_And_Orders_Options = 190,
|
332
332
|
Report_Problem = 191,
|
333
|
-
Program_BIN_Feature_Credit_Limit = 192
|
333
|
+
Program_BIN_Feature_Credit_Limit = 192,
|
334
|
+
Details = 193,
|
335
|
+
Program_Feature_Sales_Signup_Setup = 194,
|
336
|
+
Extra_Params = 195,
|
337
|
+
Trigger_Mada_Recon = 196,
|
338
|
+
Get_Last_Mada_Recon = 197,
|
339
|
+
Batch = 198,
|
340
|
+
Profile = 199,
|
341
|
+
Program_Feature_User_Invitation_Options = 200,
|
342
|
+
Program_Feature_General_Options = 201,
|
343
|
+
Program_BIN_Feature_Renewal_Automatic_Fulfillment_Batch = 202,
|
344
|
+
Program_BIN_Feature_Replacement_Automatic_Fulfillment_Batch = 203,
|
345
|
+
User_Risk_Assessment = 204,
|
346
|
+
Program_BIN_Feature_Mobile_Account_Options = 205,
|
347
|
+
Program_BIN_Feature_Mobile_Linked_Account_Options = 206,
|
348
|
+
Program_BIN_Feature_Monthly_FX_Statement = 207,
|
349
|
+
Promotion_Data = 208,
|
350
|
+
Account_Tokenization_Completion = 209,
|
351
|
+
Account_Negative_Balance = 210,
|
352
|
+
E_Transfer_Customer = 211,
|
353
|
+
Login_Attempt = 212,
|
354
|
+
User_Access_Control = 213,
|
355
|
+
Program_Feature_Blockchain_Options = 214
|
334
356
|
}
|
335
357
|
export declare enum ActivityType {
|
336
358
|
None = 0,
|
@@ -344,6 +344,28 @@ var EntityData;
|
|
344
344
|
EntityData[EntityData["Program_BIN_Feature_Payment_And_Orders_Options"] = 190] = "Program_BIN_Feature_Payment_And_Orders_Options";
|
345
345
|
EntityData[EntityData["Report_Problem"] = 191] = "Report_Problem";
|
346
346
|
EntityData[EntityData["Program_BIN_Feature_Credit_Limit"] = 192] = "Program_BIN_Feature_Credit_Limit";
|
347
|
+
EntityData[EntityData["Details"] = 193] = "Details";
|
348
|
+
EntityData[EntityData["Program_Feature_Sales_Signup_Setup"] = 194] = "Program_Feature_Sales_Signup_Setup";
|
349
|
+
EntityData[EntityData["Extra_Params"] = 195] = "Extra_Params";
|
350
|
+
EntityData[EntityData["Trigger_Mada_Recon"] = 196] = "Trigger_Mada_Recon";
|
351
|
+
EntityData[EntityData["Get_Last_Mada_Recon"] = 197] = "Get_Last_Mada_Recon";
|
352
|
+
EntityData[EntityData["Batch"] = 198] = "Batch";
|
353
|
+
EntityData[EntityData["Profile"] = 199] = "Profile";
|
354
|
+
EntityData[EntityData["Program_Feature_User_Invitation_Options"] = 200] = "Program_Feature_User_Invitation_Options";
|
355
|
+
EntityData[EntityData["Program_Feature_General_Options"] = 201] = "Program_Feature_General_Options";
|
356
|
+
EntityData[EntityData["Program_BIN_Feature_Renewal_Automatic_Fulfillment_Batch"] = 202] = "Program_BIN_Feature_Renewal_Automatic_Fulfillment_Batch";
|
357
|
+
EntityData[EntityData["Program_BIN_Feature_Replacement_Automatic_Fulfillment_Batch"] = 203] = "Program_BIN_Feature_Replacement_Automatic_Fulfillment_Batch";
|
358
|
+
EntityData[EntityData["User_Risk_Assessment"] = 204] = "User_Risk_Assessment";
|
359
|
+
EntityData[EntityData["Program_BIN_Feature_Mobile_Account_Options"] = 205] = "Program_BIN_Feature_Mobile_Account_Options";
|
360
|
+
EntityData[EntityData["Program_BIN_Feature_Mobile_Linked_Account_Options"] = 206] = "Program_BIN_Feature_Mobile_Linked_Account_Options";
|
361
|
+
EntityData[EntityData["Program_BIN_Feature_Monthly_FX_Statement"] = 207] = "Program_BIN_Feature_Monthly_FX_Statement";
|
362
|
+
EntityData[EntityData["Promotion_Data"] = 208] = "Promotion_Data";
|
363
|
+
EntityData[EntityData["Account_Tokenization_Completion"] = 209] = "Account_Tokenization_Completion";
|
364
|
+
EntityData[EntityData["Account_Negative_Balance"] = 210] = "Account_Negative_Balance";
|
365
|
+
EntityData[EntityData["E_Transfer_Customer"] = 211] = "E_Transfer_Customer";
|
366
|
+
EntityData[EntityData["Login_Attempt"] = 212] = "Login_Attempt";
|
367
|
+
EntityData[EntityData["User_Access_Control"] = 213] = "User_Access_Control";
|
368
|
+
EntityData[EntityData["Program_Feature_Blockchain_Options"] = 214] = "Program_Feature_Blockchain_Options";
|
347
369
|
})(EntityData || (exports.EntityData = EntityData = {}));
|
348
370
|
var ActivityType;
|
349
371
|
(function (ActivityType) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ggez-banking-sdk",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.75",
|
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
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|