@gofynd/fdk-client-javascript 1.4.15-beta.1 → 1.4.15-beta.10
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/README.md +2 -2
- package/application.d.ts +1 -2
- package/application.js +2 -3
- package/index.d.ts +1 -2
- package/index.js +7 -1
- package/package.json +2 -3
- package/sdk/application/ApplicationClient.js +0 -18
- package/sdk/application/Cart/CartApplicationClient.d.ts +55 -90
- package/sdk/application/Cart/CartApplicationClient.js +60 -1185
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +80 -142
- package/sdk/application/Catalog/CatalogApplicationClient.js +148 -1293
- package/sdk/application/Common/CommonApplicationClient.d.ts +4 -8
- package/sdk/application/Common/CommonApplicationClient.js +5 -89
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +6 -19
- package/sdk/application/Communication/CommunicationApplicationClient.js +6 -145
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +32 -73
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +31 -718
- package/sdk/application/Content/ContentApplicationClient.d.ts +46 -78
- package/sdk/application/Content/ContentApplicationClient.js +77 -914
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +9 -12
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +22 -125
- package/sdk/application/Lead/LeadApplicationClient.d.ts +10 -18
- package/sdk/application/Lead/LeadApplicationClient.js +32 -202
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +22 -39
- package/sdk/application/Logistic/LogisticApplicationClient.js +50 -478
- package/sdk/application/Order/OrderApplicationClient.d.ts +22 -42
- package/sdk/application/Order/OrderApplicationClient.js +86 -472
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +92 -212
- package/sdk/application/Payment/PaymentApplicationClient.js +57 -2102
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +14 -28
- package/sdk/application/Rewards/RewardsApplicationClient.js +16 -305
- package/sdk/application/Share/ShareApplicationClient.d.ts +14 -24
- package/sdk/application/Share/ShareApplicationClient.js +34 -294
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -14
- package/sdk/application/Theme/ThemeApplicationClient.js +28 -162
- package/sdk/application/User/UserApplicationClient.d.ts +85 -136
- package/sdk/application/User/UserApplicationClient.js +45 -1815
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +2 -5
- package/sdk/application/Webhook/WebhookApplicationClient.js +4 -47
- package/sdk/application/index.d.ts +0 -18
- package/sdk/application/index.js +0 -33
- package/sdk/common/Utility.d.ts +1 -1
- package/sdk/common/Utility.js +10 -7
- package/sdk/common/Validator.d.ts +1 -0
- package/sdk/common/Validator.js +20 -0
- package/sdk/common/utils.d.ts +0 -1
- package/sdk/common/utils.js +0 -14
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +2 -0
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +2 -0
- package/sdk/partner/OAuthClient.js +1 -0
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +3 -40
- package/sdk/partner/Theme/ThemePartnerModel.js +2 -24
- package/sdk/platform/Cart/CartPlatformModel.d.ts +28 -0
- package/sdk/platform/Cart/CartPlatformModel.js +12 -0
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +0 -7
- package/sdk/platform/Catalog/CatalogPlatformModel.js +1 -4
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +14 -0
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +6 -0
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +3 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +3 -0
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +3 -1
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +3 -0
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +16 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +20 -0
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +0 -10
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +0 -92
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -28
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +0 -18
- package/sdk/platform/Order/OrderPlatformClient.d.ts +10 -0
- package/sdk/platform/Order/OrderPlatformClient.js +99 -0
- package/sdk/platform/Order/OrderPlatformModel.d.ts +7 -0
- package/sdk/platform/Order/OrderPlatformModel.js +3 -0
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +33 -1
- package/sdk/platform/Order/OrderPlatformValidator.js +20 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +4 -4
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +56 -19
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +42 -18
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +3 -3
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +2 -2
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +3 -40
- package/sdk/platform/Theme/ThemePlatformModel.js +2 -24
- package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +1 -1
- package/sdk/public/Content/ContentPublicClient.js +14 -2
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +14 -2
- package/sdk/public/Webhook/WebhookPublicClient.js +5 -2
- package/sdk/application/Cart/CartApplicationModel.d.ts +0 -3994
- package/sdk/application/Cart/CartApplicationModel.js +0 -2497
- package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -769
- package/sdk/application/Cart/CartApplicationValidator.js +0 -530
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +0 -3857
- package/sdk/application/Catalog/CatalogApplicationModel.js +0 -2629
- package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +0 -791
- package/sdk/application/Catalog/CatalogApplicationValidator.js +0 -551
- package/sdk/application/Common/CommonApplicationModel.d.ts +0 -449
- package/sdk/application/Common/CommonApplicationModel.js +0 -308
- package/sdk/application/Common/CommonApplicationValidator.d.ts +0 -46
- package/sdk/application/Common/CommonApplicationValidator.js +0 -38
- package/sdk/application/Communication/CommunicationApplicationModel.d.ts +0 -293
- package/sdk/application/Communication/CommunicationApplicationModel.js +0 -201
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +0 -29
- package/sdk/application/Communication/CommunicationApplicationValidator.js +0 -38
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +0 -2556
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +0 -1887
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +0 -179
- package/sdk/application/Configuration/ConfigurationApplicationValidator.js +0 -176
- package/sdk/application/Content/ContentApplicationModel.d.ts +0 -2133
- package/sdk/application/Content/ContentApplicationModel.js +0 -1589
- package/sdk/application/Content/ContentApplicationValidator.d.ts +0 -284
- package/sdk/application/Content/ContentApplicationValidator.js +0 -264
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +0 -272
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +0 -190
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +0 -56
- package/sdk/application/FileStorage/FileStorageApplicationValidator.js +0 -53
- package/sdk/application/Lead/LeadApplicationModel.d.ts +0 -590
- package/sdk/application/Lead/LeadApplicationModel.js +0 -480
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +0 -68
- package/sdk/application/Lead/LeadApplicationValidator.js +0 -71
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +0 -1675
- package/sdk/application/Logistic/LogisticApplicationModel.js +0 -1121
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +0 -254
- package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -190
- package/sdk/application/Order/OrderApplicationModel.d.ts +0 -2296
- package/sdk/application/Order/OrderApplicationModel.js +0 -1471
- package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -265
- package/sdk/application/Order/OrderApplicationValidator.js +0 -197
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +0 -4058
- package/sdk/application/Payment/PaymentApplicationModel.js +0 -2630
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +0 -576
- package/sdk/application/Payment/PaymentApplicationValidator.js +0 -594
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +0 -365
- package/sdk/application/Rewards/RewardsApplicationModel.js +0 -396
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +0 -73
- package/sdk/application/Rewards/RewardsApplicationValidator.js +0 -84
- package/sdk/application/Share/ShareApplicationModel.d.ts +0 -339
- package/sdk/application/Share/ShareApplicationModel.js +0 -234
- package/sdk/application/Share/ShareApplicationValidator.d.ts +0 -90
- package/sdk/application/Share/ShareApplicationValidator.js +0 -91
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +0 -1713
- package/sdk/application/Theme/ThemeApplicationModel.js +0 -1426
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -66
- package/sdk/application/Theme/ThemeApplicationValidator.js +0 -58
- package/sdk/application/User/UserApplicationModel.d.ts +0 -1943
- package/sdk/application/User/UserApplicationModel.js +0 -1382
- package/sdk/application/User/UserApplicationValidator.d.ts +0 -560
- package/sdk/application/User/UserApplicationValidator.js +0 -573
- package/sdk/application/Webhook/WebhookApplicationModel.d.ts +0 -52
- package/sdk/application/Webhook/WebhookApplicationModel.js +0 -46
- package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +0 -16
- package/sdk/application/Webhook/WebhookApplicationValidator.js +0 -19
- package/sdk/common/Clickstream.d.ts +0 -1
- package/sdk/common/Clickstream.js +0 -464
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
export = RewardsApplicationModel;
|
|
2
|
-
/**
|
|
3
|
-
* @typedef RewardsArticle
|
|
4
|
-
* @property {string} [id]
|
|
5
|
-
* @property {number} [points]
|
|
6
|
-
* @property {number} [price]
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* @typedef CatalogueOrderResponse
|
|
10
|
-
* @property {RewardsArticle[]} [articles]
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* @typedef CatalogueOrderRequest
|
|
14
|
-
* @property {RewardsArticle[]} [articles]
|
|
15
|
-
*/
|
|
16
|
-
/**
|
|
17
|
-
* @typedef PointsResponse
|
|
18
|
-
* @property {number} [points] - Total points available
|
|
19
|
-
*/
|
|
20
|
-
/**
|
|
21
|
-
* @typedef ReferralDetailsUser
|
|
22
|
-
* @property {boolean} [blocked]
|
|
23
|
-
* @property {number} [points]
|
|
24
|
-
* @property {boolean} [redeemed]
|
|
25
|
-
* @property {string} [referral_code]
|
|
26
|
-
*/
|
|
27
|
-
/**
|
|
28
|
-
* @typedef Offer
|
|
29
|
-
* @property {Schedule} [_schedule]
|
|
30
|
-
* @property {boolean} [active]
|
|
31
|
-
* @property {string} [application_id]
|
|
32
|
-
* @property {Asset} [banner_image]
|
|
33
|
-
* @property {string} [created_at]
|
|
34
|
-
* @property {string} [name]
|
|
35
|
-
* @property {Object} [rule]
|
|
36
|
-
* @property {ShareMessages} [share]
|
|
37
|
-
* @property {string} [sub_text]
|
|
38
|
-
* @property {string} [text]
|
|
39
|
-
* @property {string} [type]
|
|
40
|
-
* @property {string} [updated_at]
|
|
41
|
-
* @property {string} [updated_by]
|
|
42
|
-
* @property {string} [url]
|
|
43
|
-
*/
|
|
44
|
-
/**
|
|
45
|
-
* @typedef Schedule
|
|
46
|
-
* @property {number} [duration]
|
|
47
|
-
* @property {string} [end]
|
|
48
|
-
* @property {string} [start]
|
|
49
|
-
* @property {string} [cron]
|
|
50
|
-
*/
|
|
51
|
-
/**
|
|
52
|
-
* @typedef Error
|
|
53
|
-
* @property {number} [code]
|
|
54
|
-
* @property {string} [exception]
|
|
55
|
-
* @property {string} [info]
|
|
56
|
-
* @property {string} [message]
|
|
57
|
-
*/
|
|
58
|
-
/**
|
|
59
|
-
* @typedef Asset
|
|
60
|
-
* @property {string} [aspect_ratio]
|
|
61
|
-
* @property {string} [id]
|
|
62
|
-
* @property {string} [secure_url]
|
|
63
|
-
*/
|
|
64
|
-
/**
|
|
65
|
-
* @typedef ShareMessages
|
|
66
|
-
* @property {number} [email]
|
|
67
|
-
* @property {string} [facebook]
|
|
68
|
-
* @property {string} [fallback]
|
|
69
|
-
* @property {string} [message]
|
|
70
|
-
* @property {string} [messenger]
|
|
71
|
-
* @property {string} [sms]
|
|
72
|
-
* @property {string} [text]
|
|
73
|
-
* @property {string} [twitter]
|
|
74
|
-
* @property {string} [whatsapp]
|
|
75
|
-
*/
|
|
76
|
-
/**
|
|
77
|
-
* @typedef ReferralDetailsResponse
|
|
78
|
-
* @property {Offer} [referral]
|
|
79
|
-
* @property {ShareMessages} [share]
|
|
80
|
-
* @property {ReferralDetailsUser} [user]
|
|
81
|
-
* @property {string} [referrer_info]
|
|
82
|
-
* @property {string} [terms_conditions_link]
|
|
83
|
-
*/
|
|
84
|
-
/**
|
|
85
|
-
* @typedef OrderDiscountRequest
|
|
86
|
-
* @property {number} order_amount
|
|
87
|
-
* @property {string} [currency]
|
|
88
|
-
*/
|
|
89
|
-
/**
|
|
90
|
-
* @typedef OrderDiscountRuleBucket
|
|
91
|
-
* @property {number} [high]
|
|
92
|
-
* @property {number} [low]
|
|
93
|
-
* @property {number} [max]
|
|
94
|
-
* @property {number} [value]
|
|
95
|
-
* @property {string} [value_type]
|
|
96
|
-
*/
|
|
97
|
-
/**
|
|
98
|
-
* @typedef DiscountProperties
|
|
99
|
-
* @property {number} [absolute]
|
|
100
|
-
* @property {string} [currency]
|
|
101
|
-
* @property {string} [display_absolute]
|
|
102
|
-
* @property {string} [display_percent]
|
|
103
|
-
* @property {number} [percent]
|
|
104
|
-
*/
|
|
105
|
-
/**
|
|
106
|
-
* @typedef OrderDiscountResponse
|
|
107
|
-
* @property {number} [order_amount]
|
|
108
|
-
* @property {number} [points]
|
|
109
|
-
* @property {DiscountProperties} [discount]
|
|
110
|
-
* @property {DiscountProperties} [base_discount]
|
|
111
|
-
* @property {OrderDiscountRuleBucket} [applied_rule_bucket]
|
|
112
|
-
*/
|
|
113
|
-
/**
|
|
114
|
-
* @typedef RedeemReferralCodeRequest
|
|
115
|
-
* @property {string} [device_id]
|
|
116
|
-
* @property {string} [referral_code]
|
|
117
|
-
*/
|
|
118
|
-
/**
|
|
119
|
-
* @typedef RedeemReferralCodeResponse
|
|
120
|
-
* @property {boolean} [redeemed]
|
|
121
|
-
* @property {string} [message]
|
|
122
|
-
* @property {string} [referrer_info]
|
|
123
|
-
* @property {string} [referrer_id]
|
|
124
|
-
* @property {number} [points]
|
|
125
|
-
*/
|
|
126
|
-
/**
|
|
127
|
-
* @typedef PointsHistoryResponse
|
|
128
|
-
* @property {PointsHistory[]} [items] - History is the list of points transaction.
|
|
129
|
-
* @property {Page} [page]
|
|
130
|
-
*/
|
|
131
|
-
/**
|
|
132
|
-
* @typedef PointsHistory
|
|
133
|
-
* @property {string} [_id]
|
|
134
|
-
* @property {string} [application_id]
|
|
135
|
-
* @property {boolean} [claimed]
|
|
136
|
-
* @property {string} [created_at]
|
|
137
|
-
* @property {string} [expires_on]
|
|
138
|
-
* @property {Object} [meta]
|
|
139
|
-
* @property {number} [points]
|
|
140
|
-
* @property {number} [remaining_points]
|
|
141
|
-
* @property {string} [text_1]
|
|
142
|
-
* @property {string} [text_2]
|
|
143
|
-
* @property {string} [text_3]
|
|
144
|
-
* @property {string} [txn_name]
|
|
145
|
-
* @property {string} [updated_at]
|
|
146
|
-
* @property {string} [user_id]
|
|
147
|
-
*/
|
|
148
|
-
/**
|
|
149
|
-
* @typedef Page
|
|
150
|
-
* @property {number} [item_total] - The total number of items on the page.
|
|
151
|
-
* @property {string} [next_id] - The identifier for the next page.
|
|
152
|
-
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
153
|
-
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
154
|
-
* @property {number} [current] - The current page number.
|
|
155
|
-
* @property {string} type - The type of the page, such as 'PageType'.
|
|
156
|
-
* @property {number} [size] - The number of items per page.
|
|
157
|
-
*/
|
|
158
|
-
declare class RewardsApplicationModel {
|
|
159
|
-
}
|
|
160
|
-
declare namespace RewardsApplicationModel {
|
|
161
|
-
export { RewardsArticle, CatalogueOrderResponse, CatalogueOrderRequest, PointsResponse, ReferralDetailsUser, Offer, Schedule, Error, Asset, ShareMessages, ReferralDetailsResponse, OrderDiscountRequest, OrderDiscountRuleBucket, DiscountProperties, OrderDiscountResponse, RedeemReferralCodeRequest, RedeemReferralCodeResponse, PointsHistoryResponse, PointsHistory, Page };
|
|
162
|
-
}
|
|
163
|
-
/** @returns {RewardsArticle} */
|
|
164
|
-
declare function RewardsArticle(): RewardsArticle;
|
|
165
|
-
type RewardsArticle = {
|
|
166
|
-
id?: string;
|
|
167
|
-
points?: number;
|
|
168
|
-
price?: number;
|
|
169
|
-
};
|
|
170
|
-
/** @returns {CatalogueOrderResponse} */
|
|
171
|
-
declare function CatalogueOrderResponse(): CatalogueOrderResponse;
|
|
172
|
-
type CatalogueOrderResponse = {
|
|
173
|
-
articles?: RewardsArticle[];
|
|
174
|
-
};
|
|
175
|
-
/** @returns {CatalogueOrderRequest} */
|
|
176
|
-
declare function CatalogueOrderRequest(): CatalogueOrderRequest;
|
|
177
|
-
type CatalogueOrderRequest = {
|
|
178
|
-
articles?: RewardsArticle[];
|
|
179
|
-
};
|
|
180
|
-
/** @returns {PointsResponse} */
|
|
181
|
-
declare function PointsResponse(): PointsResponse;
|
|
182
|
-
type PointsResponse = {
|
|
183
|
-
/**
|
|
184
|
-
* - Total points available
|
|
185
|
-
*/
|
|
186
|
-
points?: number;
|
|
187
|
-
};
|
|
188
|
-
/** @returns {ReferralDetailsUser} */
|
|
189
|
-
declare function ReferralDetailsUser(): ReferralDetailsUser;
|
|
190
|
-
type ReferralDetailsUser = {
|
|
191
|
-
blocked?: boolean;
|
|
192
|
-
points?: number;
|
|
193
|
-
redeemed?: boolean;
|
|
194
|
-
referral_code?: string;
|
|
195
|
-
};
|
|
196
|
-
/** @returns {Offer} */
|
|
197
|
-
declare function Offer(): Offer;
|
|
198
|
-
type Offer = {
|
|
199
|
-
_schedule?: Schedule;
|
|
200
|
-
active?: boolean;
|
|
201
|
-
application_id?: string;
|
|
202
|
-
banner_image?: Asset;
|
|
203
|
-
created_at?: string;
|
|
204
|
-
name?: string;
|
|
205
|
-
rule?: any;
|
|
206
|
-
share?: ShareMessages;
|
|
207
|
-
sub_text?: string;
|
|
208
|
-
text?: string;
|
|
209
|
-
type?: string;
|
|
210
|
-
updated_at?: string;
|
|
211
|
-
updated_by?: string;
|
|
212
|
-
url?: string;
|
|
213
|
-
};
|
|
214
|
-
/** @returns {Schedule} */
|
|
215
|
-
declare function Schedule(): Schedule;
|
|
216
|
-
type Schedule = {
|
|
217
|
-
duration?: number;
|
|
218
|
-
end?: string;
|
|
219
|
-
start?: string;
|
|
220
|
-
cron?: string;
|
|
221
|
-
};
|
|
222
|
-
/** @returns {Error} */
|
|
223
|
-
declare function Error(): Error;
|
|
224
|
-
type Error = {
|
|
225
|
-
code?: number;
|
|
226
|
-
exception?: string;
|
|
227
|
-
info?: string;
|
|
228
|
-
message?: string;
|
|
229
|
-
};
|
|
230
|
-
/** @returns {Asset} */
|
|
231
|
-
declare function Asset(): Asset;
|
|
232
|
-
type Asset = {
|
|
233
|
-
aspect_ratio?: string;
|
|
234
|
-
id?: string;
|
|
235
|
-
secure_url?: string;
|
|
236
|
-
};
|
|
237
|
-
/** @returns {ShareMessages} */
|
|
238
|
-
declare function ShareMessages(): ShareMessages;
|
|
239
|
-
type ShareMessages = {
|
|
240
|
-
email?: number;
|
|
241
|
-
facebook?: string;
|
|
242
|
-
fallback?: string;
|
|
243
|
-
message?: string;
|
|
244
|
-
messenger?: string;
|
|
245
|
-
sms?: string;
|
|
246
|
-
text?: string;
|
|
247
|
-
twitter?: string;
|
|
248
|
-
whatsapp?: string;
|
|
249
|
-
};
|
|
250
|
-
/** @returns {ReferralDetailsResponse} */
|
|
251
|
-
declare function ReferralDetailsResponse(): ReferralDetailsResponse;
|
|
252
|
-
type ReferralDetailsResponse = {
|
|
253
|
-
referral?: Offer;
|
|
254
|
-
share?: ShareMessages;
|
|
255
|
-
user?: ReferralDetailsUser;
|
|
256
|
-
referrer_info?: string;
|
|
257
|
-
terms_conditions_link?: string;
|
|
258
|
-
};
|
|
259
|
-
/** @returns {OrderDiscountRequest} */
|
|
260
|
-
declare function OrderDiscountRequest(): OrderDiscountRequest;
|
|
261
|
-
type OrderDiscountRequest = {
|
|
262
|
-
order_amount: number;
|
|
263
|
-
currency?: string;
|
|
264
|
-
};
|
|
265
|
-
/** @returns {OrderDiscountRuleBucket} */
|
|
266
|
-
declare function OrderDiscountRuleBucket(): OrderDiscountRuleBucket;
|
|
267
|
-
type OrderDiscountRuleBucket = {
|
|
268
|
-
high?: number;
|
|
269
|
-
low?: number;
|
|
270
|
-
max?: number;
|
|
271
|
-
value?: number;
|
|
272
|
-
value_type?: string;
|
|
273
|
-
};
|
|
274
|
-
/** @returns {DiscountProperties} */
|
|
275
|
-
declare function DiscountProperties(): DiscountProperties;
|
|
276
|
-
type DiscountProperties = {
|
|
277
|
-
absolute?: number;
|
|
278
|
-
currency?: string;
|
|
279
|
-
display_absolute?: string;
|
|
280
|
-
display_percent?: string;
|
|
281
|
-
percent?: number;
|
|
282
|
-
};
|
|
283
|
-
/** @returns {OrderDiscountResponse} */
|
|
284
|
-
declare function OrderDiscountResponse(): OrderDiscountResponse;
|
|
285
|
-
type OrderDiscountResponse = {
|
|
286
|
-
order_amount?: number;
|
|
287
|
-
points?: number;
|
|
288
|
-
discount?: DiscountProperties;
|
|
289
|
-
base_discount?: DiscountProperties;
|
|
290
|
-
applied_rule_bucket?: OrderDiscountRuleBucket;
|
|
291
|
-
};
|
|
292
|
-
/** @returns {RedeemReferralCodeRequest} */
|
|
293
|
-
declare function RedeemReferralCodeRequest(): RedeemReferralCodeRequest;
|
|
294
|
-
type RedeemReferralCodeRequest = {
|
|
295
|
-
device_id?: string;
|
|
296
|
-
referral_code?: string;
|
|
297
|
-
};
|
|
298
|
-
/** @returns {RedeemReferralCodeResponse} */
|
|
299
|
-
declare function RedeemReferralCodeResponse(): RedeemReferralCodeResponse;
|
|
300
|
-
type RedeemReferralCodeResponse = {
|
|
301
|
-
redeemed?: boolean;
|
|
302
|
-
message?: string;
|
|
303
|
-
referrer_info?: string;
|
|
304
|
-
referrer_id?: string;
|
|
305
|
-
points?: number;
|
|
306
|
-
};
|
|
307
|
-
/** @returns {PointsHistoryResponse} */
|
|
308
|
-
declare function PointsHistoryResponse(): PointsHistoryResponse;
|
|
309
|
-
type PointsHistoryResponse = {
|
|
310
|
-
/**
|
|
311
|
-
* - History is the list of points transaction.
|
|
312
|
-
*/
|
|
313
|
-
items?: PointsHistory[];
|
|
314
|
-
page?: Page;
|
|
315
|
-
};
|
|
316
|
-
/** @returns {PointsHistory} */
|
|
317
|
-
declare function PointsHistory(): PointsHistory;
|
|
318
|
-
type PointsHistory = {
|
|
319
|
-
_id?: string;
|
|
320
|
-
application_id?: string;
|
|
321
|
-
claimed?: boolean;
|
|
322
|
-
created_at?: string;
|
|
323
|
-
expires_on?: string;
|
|
324
|
-
meta?: any;
|
|
325
|
-
points?: number;
|
|
326
|
-
remaining_points?: number;
|
|
327
|
-
text_1?: string;
|
|
328
|
-
text_2?: string;
|
|
329
|
-
text_3?: string;
|
|
330
|
-
txn_name?: string;
|
|
331
|
-
updated_at?: string;
|
|
332
|
-
user_id?: string;
|
|
333
|
-
};
|
|
334
|
-
/** @returns {Page} */
|
|
335
|
-
declare function Page(): Page;
|
|
336
|
-
type Page = {
|
|
337
|
-
/**
|
|
338
|
-
* - The total number of items on the page.
|
|
339
|
-
*/
|
|
340
|
-
item_total?: number;
|
|
341
|
-
/**
|
|
342
|
-
* - The identifier for the next page.
|
|
343
|
-
*/
|
|
344
|
-
next_id?: string;
|
|
345
|
-
/**
|
|
346
|
-
* - Indicates whether there is a previous page.
|
|
347
|
-
*/
|
|
348
|
-
has_previous?: boolean;
|
|
349
|
-
/**
|
|
350
|
-
* - Indicates whether there is a next page.
|
|
351
|
-
*/
|
|
352
|
-
has_next?: boolean;
|
|
353
|
-
/**
|
|
354
|
-
* - The current page number.
|
|
355
|
-
*/
|
|
356
|
-
current?: number;
|
|
357
|
-
/**
|
|
358
|
-
* - The type of the page, such as 'PageType'.
|
|
359
|
-
*/
|
|
360
|
-
type: string;
|
|
361
|
-
/**
|
|
362
|
-
* - The number of items per page.
|
|
363
|
-
*/
|
|
364
|
-
size?: number;
|
|
365
|
-
};
|