ggez-banking-sdk 0.0.78 → 0.0.79
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.
|
@@ -1108,8 +1108,8 @@ export declare enum PromotionType {
|
|
|
1108
1108
|
Referral = 2
|
|
1109
1109
|
}
|
|
1110
1110
|
export declare enum PromotionVisibility {
|
|
1111
|
-
|
|
1112
|
-
|
|
1111
|
+
Public = 1,
|
|
1112
|
+
Invite = 2
|
|
1113
1113
|
}
|
|
1114
1114
|
export declare enum PromotionStatus {
|
|
1115
1115
|
Active = 1,
|
|
@@ -1170,8 +1170,8 @@ var PromotionType;
|
|
|
1170
1170
|
})(PromotionType || (exports.PromotionType = PromotionType = {}));
|
|
1171
1171
|
var PromotionVisibility;
|
|
1172
1172
|
(function (PromotionVisibility) {
|
|
1173
|
-
PromotionVisibility[PromotionVisibility["
|
|
1174
|
-
PromotionVisibility[PromotionVisibility["
|
|
1173
|
+
PromotionVisibility[PromotionVisibility["Public"] = 1] = "Public";
|
|
1174
|
+
PromotionVisibility[PromotionVisibility["Invite"] = 2] = "Invite";
|
|
1175
1175
|
})(PromotionVisibility || (exports.PromotionVisibility = PromotionVisibility = {}));
|
|
1176
1176
|
var PromotionStatus;
|
|
1177
1177
|
(function (PromotionStatus) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.79",
|
|
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",
|