@mcdylanproperenterprise/nodejs-proper-money-types 0.0.30 → 0.0.31

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/enum.ts CHANGED
@@ -1,46 +1,8 @@
1
- export enum ESubscriptionEntitlement {
2
- starter = "Starter",
3
- plus = "Plus",
4
- premium = "Premium",
5
- }
6
-
7
- export enum EUserGetInfoResponseErrorMessage {
8
- logged_in_another_devices = "0",
9
- google_token_revoked = "1",
10
- apple_token_revoked = "2",
11
- facebook_token_revoked = "3",
12
- }
13
-
14
1
  export enum ETransactionCategoryType {
15
2
  income = 0,
16
3
  expense = 1,
17
4
  }
18
5
 
19
- export enum EMissionType {
20
- dailyCheckIn = 0,
21
- weeklyCheckIn = 1,
22
- daiyAddIncomeOrExpense = 2,
23
- weeklyAddIncomeOrExpense = 3,
24
- }
25
-
26
- export enum EPointType {
27
- add = 0,
28
- deduct = 1,
29
- }
30
-
31
- export enum EPointFromType {
32
- mission = 0,
33
- weekly_winner_touch_and_go = 1,
34
- reward_item_store = 2,
35
- }
36
-
37
- export enum ERewardType {
38
- weekly_winner_touch_and_go = 0,
39
- weekly_winner_touch_and_go_reward_point = 1,
40
- reward_store_item_touch_and_go_ewallet = 2,
41
- reward_store_item_touch_and_go_ewallet_check_in_weekly_ticket = 3,
42
- }
43
-
44
6
  export enum EVerificationOneTimePasswordType {
45
7
  Login = "Login",
46
8
  ShareUser = "ShareUser",
@@ -54,17 +16,4 @@ export enum EGetTransactionsByType {
54
16
  export enum EGetTransactionsBySort {
55
17
  recent = "recent",
56
18
  highest = "highest",
57
- }
58
-
59
- export enum EUserSignInMethod {
60
- anonymous = "anonymous",
61
- phoneNumber = "phoneNumber",
62
- email = "email",
63
- google = "google",
64
- apple = "apple",
65
- facebook = "facebook",
66
- }
67
-
68
- export enum EFirebaseCloudMessagingTopic {
69
- global = "PROPERMONEY-GLOBAL",
70
- }
19
+ }