ggez-banking-sdk 0.0.38 → 0.0.39
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.
|
@@ -1159,6 +1159,6 @@ var VariantType;
|
|
|
1159
1159
|
})(VariantType || (exports.VariantType = VariantType = {}));
|
|
1160
1160
|
var ValidateType;
|
|
1161
1161
|
(function (ValidateType) {
|
|
1162
|
-
ValidateType["
|
|
1162
|
+
ValidateType["NoValidation"] = "0";
|
|
1163
1163
|
ValidateType["ValidateOnly"] = "1";
|
|
1164
1164
|
})(ValidateType || (exports.ValidateType = ValidateType = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
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",
|