@bzbs/react-api-client 1.0.12 → 1.0.13
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/index.d.mts +56 -59
- package/dist/index.d.ts +56 -59
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -121,71 +121,67 @@ interface ForgetPasswordResponse {
|
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
interface Badge {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
124
|
+
Name?: string;
|
|
125
|
+
Description?: string;
|
|
126
|
+
FbDescription?: string;
|
|
127
|
+
Points?: number;
|
|
128
|
+
Active?: boolean;
|
|
129
|
+
MaxLevels?: number;
|
|
130
|
+
StartDate?: any;
|
|
131
|
+
EndDate?: any;
|
|
132
|
+
Period?: string;
|
|
133
|
+
IsSpecific?: boolean;
|
|
134
|
+
IsSkipNoti?: boolean;
|
|
135
|
+
Grouping?: string;
|
|
136
|
+
AutoRedeemCampaignId?: any;
|
|
137
|
+
AutoRedeemBadgeLevel?: any;
|
|
138
|
+
AutoRedeemContinueEveryLevel?: boolean;
|
|
139
|
+
AgencyId?: any;
|
|
140
|
+
AppId?: any;
|
|
141
|
+
DependencyBadge?: any;
|
|
142
|
+
DependencyBadgeType?: any;
|
|
143
|
+
UserLevel?: number;
|
|
144
|
+
UserLevelExpireDate?: any;
|
|
145
|
+
UserLevelExpireIn?: any;
|
|
146
|
+
UserLevelExpirePeriod?: any;
|
|
147
|
+
UserLevelExpireInRounding?: boolean;
|
|
148
|
+
CustomInfo?: any;
|
|
149
|
+
Sequence?: number;
|
|
150
|
+
NextNotificationDate?: any;
|
|
151
|
+
NextNotificationPeriod?: any;
|
|
152
|
+
NextNotification?: any;
|
|
153
|
+
NextNotificationRounding?: boolean;
|
|
154
|
+
Reset?: boolean;
|
|
155
|
+
RedeemMedia?: any;
|
|
156
|
+
IsSkipNotiWhenNotEarnPoints?: boolean;
|
|
157
|
+
Level?: number;
|
|
158
|
+
IsSkipNotiAutoRedeem?: boolean;
|
|
159
|
+
PushNotiMessage?: any;
|
|
160
|
+
LineMessageSetting?: any;
|
|
161
|
+
PushCampaignId?: any;
|
|
162
|
+
PushCampaignMessage?: any;
|
|
163
|
+
Deleted?: boolean;
|
|
164
|
+
RefreshFromTraceProfile?: boolean;
|
|
165
|
+
Missions?: Mission[];
|
|
166
|
+
PartitionKey?: string;
|
|
167
|
+
RowKey?: string;
|
|
168
|
+
Timestamp?: number;
|
|
169
|
+
ETag?: string;
|
|
170
|
+
IsObtain?: boolean;
|
|
171
|
+
ObtainOn?: any;
|
|
172
|
+
Percentage?: number;
|
|
173
|
+
Id?: string;
|
|
174
174
|
unlocked_by_others?: boolean;
|
|
175
175
|
auto_redeem?: any;
|
|
176
176
|
fb_description?: string;
|
|
177
|
-
IsSkipNoti?: boolean;
|
|
178
|
-
CustomInfo?: any;
|
|
179
|
-
UserLevel?: number;
|
|
180
177
|
IsSkipNextNoti?: boolean;
|
|
181
|
-
|
|
182
|
-
LineMessageSetting?: any;
|
|
178
|
+
Error?: any;
|
|
183
179
|
}
|
|
184
180
|
interface Mission {
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
181
|
+
TracePlanId?: string;
|
|
182
|
+
Value?: number;
|
|
183
|
+
Current?: number;
|
|
184
|
+
IsComplete?: boolean;
|
|
189
185
|
}
|
|
190
186
|
|
|
191
187
|
interface CampaignDetail {
|
|
@@ -699,6 +695,7 @@ interface ProfileResponse {
|
|
|
699
695
|
NotificationMarketing?: number;
|
|
700
696
|
LineMarketing?: number;
|
|
701
697
|
updated_points?: UpdatedPoints;
|
|
698
|
+
usercode?: string;
|
|
702
699
|
Token?: string;
|
|
703
700
|
Jwt?: string;
|
|
704
701
|
Info1?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -121,71 +121,67 @@ interface ForgetPasswordResponse {
|
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
interface Badge {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
124
|
+
Name?: string;
|
|
125
|
+
Description?: string;
|
|
126
|
+
FbDescription?: string;
|
|
127
|
+
Points?: number;
|
|
128
|
+
Active?: boolean;
|
|
129
|
+
MaxLevels?: number;
|
|
130
|
+
StartDate?: any;
|
|
131
|
+
EndDate?: any;
|
|
132
|
+
Period?: string;
|
|
133
|
+
IsSpecific?: boolean;
|
|
134
|
+
IsSkipNoti?: boolean;
|
|
135
|
+
Grouping?: string;
|
|
136
|
+
AutoRedeemCampaignId?: any;
|
|
137
|
+
AutoRedeemBadgeLevel?: any;
|
|
138
|
+
AutoRedeemContinueEveryLevel?: boolean;
|
|
139
|
+
AgencyId?: any;
|
|
140
|
+
AppId?: any;
|
|
141
|
+
DependencyBadge?: any;
|
|
142
|
+
DependencyBadgeType?: any;
|
|
143
|
+
UserLevel?: number;
|
|
144
|
+
UserLevelExpireDate?: any;
|
|
145
|
+
UserLevelExpireIn?: any;
|
|
146
|
+
UserLevelExpirePeriod?: any;
|
|
147
|
+
UserLevelExpireInRounding?: boolean;
|
|
148
|
+
CustomInfo?: any;
|
|
149
|
+
Sequence?: number;
|
|
150
|
+
NextNotificationDate?: any;
|
|
151
|
+
NextNotificationPeriod?: any;
|
|
152
|
+
NextNotification?: any;
|
|
153
|
+
NextNotificationRounding?: boolean;
|
|
154
|
+
Reset?: boolean;
|
|
155
|
+
RedeemMedia?: any;
|
|
156
|
+
IsSkipNotiWhenNotEarnPoints?: boolean;
|
|
157
|
+
Level?: number;
|
|
158
|
+
IsSkipNotiAutoRedeem?: boolean;
|
|
159
|
+
PushNotiMessage?: any;
|
|
160
|
+
LineMessageSetting?: any;
|
|
161
|
+
PushCampaignId?: any;
|
|
162
|
+
PushCampaignMessage?: any;
|
|
163
|
+
Deleted?: boolean;
|
|
164
|
+
RefreshFromTraceProfile?: boolean;
|
|
165
|
+
Missions?: Mission[];
|
|
166
|
+
PartitionKey?: string;
|
|
167
|
+
RowKey?: string;
|
|
168
|
+
Timestamp?: number;
|
|
169
|
+
ETag?: string;
|
|
170
|
+
IsObtain?: boolean;
|
|
171
|
+
ObtainOn?: any;
|
|
172
|
+
Percentage?: number;
|
|
173
|
+
Id?: string;
|
|
174
174
|
unlocked_by_others?: boolean;
|
|
175
175
|
auto_redeem?: any;
|
|
176
176
|
fb_description?: string;
|
|
177
|
-
IsSkipNoti?: boolean;
|
|
178
|
-
CustomInfo?: any;
|
|
179
|
-
UserLevel?: number;
|
|
180
177
|
IsSkipNextNoti?: boolean;
|
|
181
|
-
|
|
182
|
-
LineMessageSetting?: any;
|
|
178
|
+
Error?: any;
|
|
183
179
|
}
|
|
184
180
|
interface Mission {
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
181
|
+
TracePlanId?: string;
|
|
182
|
+
Value?: number;
|
|
183
|
+
Current?: number;
|
|
184
|
+
IsComplete?: boolean;
|
|
189
185
|
}
|
|
190
186
|
|
|
191
187
|
interface CampaignDetail {
|
|
@@ -699,6 +695,7 @@ interface ProfileResponse {
|
|
|
699
695
|
NotificationMarketing?: number;
|
|
700
696
|
LineMarketing?: number;
|
|
701
697
|
updated_points?: UpdatedPoints;
|
|
698
|
+
usercode?: string;
|
|
702
699
|
Token?: string;
|
|
703
700
|
Jwt?: string;
|
|
704
701
|
Info1?: string;
|