@gofynd/fdk-client-javascript 1.4.14 → 1.4.15-beta.1
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 +1 -1
- package/package.json +1 -1
- package/sdk/application/ApplicationClient.d.ts +0 -2
- package/sdk/application/ApplicationClient.js +0 -2
- package/sdk/application/Cart/CartApplicationClient.d.ts +53 -60
- package/sdk/application/Cart/CartApplicationClient.js +53 -130
- package/sdk/application/Cart/CartApplicationModel.d.ts +143 -489
- package/sdk/application/Cart/CartApplicationModel.js +159 -380
- package/sdk/application/Cart/CartApplicationValidator.d.ts +19 -38
- package/sdk/application/Cart/CartApplicationValidator.js +18 -34
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +68 -88
- package/sdk/application/Catalog/CatalogApplicationClient.js +94 -114
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +142 -194
- package/sdk/application/Catalog/CatalogApplicationModel.js +133 -171
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -3
- package/sdk/application/Common/CommonApplicationClient.js +5 -6
- package/sdk/application/Common/CommonApplicationModel.d.ts +9 -9
- package/sdk/application/Common/CommonApplicationModel.js +6 -6
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +27 -34
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +27 -34
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +57 -45
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +47 -35
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +2 -2
- package/sdk/application/Configuration/ConfigurationApplicationValidator.js +2 -2
- package/sdk/application/Content/ContentApplicationClient.d.ts +33 -23
- package/sdk/application/Content/ContentApplicationClient.js +75 -54
- package/sdk/application/Content/ContentApplicationModel.d.ts +37 -93
- package/sdk/application/Content/ContentApplicationModel.js +32 -83
- package/sdk/application/Content/ContentApplicationValidator.d.ts +17 -23
- package/sdk/application/Content/ContentApplicationValidator.js +10 -15
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +8 -9
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +13 -14
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +25 -23
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +18 -16
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +6 -6
- package/sdk/application/FileStorage/FileStorageApplicationValidator.js +6 -6
- package/sdk/application/Lead/LeadApplicationClient.d.ts +3 -2
- package/sdk/application/Lead/LeadApplicationClient.js +3 -2
- package/sdk/application/Lead/LeadApplicationModel.d.ts +11 -11
- package/sdk/application/Lead/LeadApplicationModel.js +19 -19
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +16 -39
- package/sdk/application/Logistic/LogisticApplicationClient.js +21 -189
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +173 -532
- package/sdk/application/Logistic/LogisticApplicationModel.js +139 -409
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +9 -54
- package/sdk/application/Logistic/LogisticApplicationValidator.js +8 -42
- package/sdk/application/Order/OrderApplicationClient.d.ts +10 -24
- package/sdk/application/Order/OrderApplicationClient.js +13 -96
- package/sdk/application/Order/OrderApplicationModel.d.ts +120 -436
- package/sdk/application/Order/OrderApplicationModel.js +81 -279
- package/sdk/application/Order/OrderApplicationValidator.d.ts +3 -17
- package/sdk/application/Order/OrderApplicationValidator.js +2 -15
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +99 -96
- package/sdk/application/Payment/PaymentApplicationClient.js +114 -111
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +289 -293
- package/sdk/application/Payment/PaymentApplicationModel.js +241 -243
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationValidator.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +16 -13
- package/sdk/application/Rewards/RewardsApplicationClient.js +22 -19
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +37 -37
- package/sdk/application/Rewards/RewardsApplicationModel.js +29 -29
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +6 -6
- package/sdk/application/Rewards/RewardsApplicationValidator.js +6 -6
- package/sdk/application/Share/ShareApplicationModel.js +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
- package/sdk/application/Theme/ThemeApplicationClient.js +6 -8
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +17 -48
- package/sdk/application/Theme/ThemeApplicationModel.js +22 -42
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +3 -16
- package/sdk/application/Theme/ThemeApplicationValidator.js +2 -9
- package/sdk/application/User/UserApplicationClient.d.ts +10 -10
- package/sdk/application/User/UserApplicationClient.js +10 -10
- package/sdk/application/User/UserApplicationModel.d.ts +17 -17
- package/sdk/application/User/UserApplicationModel.js +16 -16
- package/sdk/application/User/UserApplicationValidator.d.ts +2 -2
- package/sdk/application/User/UserApplicationValidator.js +2 -2
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
- package/sdk/application/Webhook/WebhookApplicationClient.js +4 -4
- package/sdk/application/Webhook/WebhookApplicationModel.d.ts +9 -11
- package/sdk/application/Webhook/WebhookApplicationModel.js +6 -8
- package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +2 -2
- package/sdk/application/Webhook/WebhookApplicationValidator.js +2 -2
- package/sdk/application/index.d.ts +0 -1
- package/sdk/application/index.js +0 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +19 -116
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +14 -121
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -8
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -51
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
- package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +20 -126
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +20 -970
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +85 -767
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +76 -429
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +6 -120
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +10 -8
- package/sdk/partner/Theme/ThemePartnerClient.js +16 -14
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +37 -96
- package/sdk/partner/Theme/ThemePartnerModel.js +36 -90
- package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -28
- package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -103
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +179 -612
- package/sdk/partner/Webhook/WebhookPartnerModel.js +150 -253
- package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -1
- package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -11
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +4 -5
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +8 -14
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +9 -59
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +4 -40
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +32 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +243 -3
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +130 -11
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +152 -12
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +39 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +35 -0
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
- package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +388 -443
- package/sdk/platform/Billing/BillingPlatformModel.js +263 -280
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +18 -16
- package/sdk/platform/Billing/BillingPlatformValidator.js +9 -8
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +103 -134
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +112 -407
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -111
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -106
- package/sdk/platform/Cart/CartPlatformModel.d.ts +1304 -4979
- package/sdk/platform/Cart/CartPlatformModel.js +1217 -1922
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -208
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +358 -383
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +126 -122
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +68 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +118 -141
- package/sdk/platform/Catalog/CatalogPlatformClient.js +170 -193
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1751 -1501
- package/sdk/platform/Catalog/CatalogPlatformModel.js +1224 -1393
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +18 -18
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +18 -18
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -3
- package/sdk/platform/Common/CommonPlatformClient.js +2 -3
- package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
- package/sdk/platform/Common/CommonPlatformModel.js +6 -6
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +17 -16
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +17 -16
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +33 -43
- package/sdk/platform/Communication/CommunicationPlatformModel.js +34 -38
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +42 -46
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +43 -47
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +212 -210
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +33 -46
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +54 -67
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +24 -45
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +30 -134
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +124 -283
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +94 -219
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -37
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +8 -27
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +141 -124
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +422 -449
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -179
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -168
- package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
- package/sdk/platform/Content/ContentPlatformClient.js +336 -523
- package/sdk/platform/Content/ContentPlatformModel.d.ts +395 -1241
- package/sdk/platform/Content/ContentPlatformModel.js +390 -521
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +117 -168
- package/sdk/platform/Content/ContentPlatformValidator.js +108 -162
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +12 -14
- package/sdk/platform/Discount/DiscountPlatformClient.js +12 -14
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
- package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +36 -94
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +60 -462
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +15 -62
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +13 -75
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +19 -19
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +21 -21
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +101 -370
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +84 -313
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +320 -0
- package/sdk/platform/Finance/FinancePlatformClient.js +2333 -0
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +2890 -0
- package/sdk/platform/Finance/FinancePlatformModel.js +2148 -0
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +284 -0
- package/sdk/platform/Finance/FinancePlatformValidator.js +354 -0
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
- package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +4 -15
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -83
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +4 -25
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +3 -16
- package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -178
- package/sdk/platform/Order/OrderPlatformClient.js +245 -597
- package/sdk/platform/Order/OrderPlatformModel.d.ts +3071 -5449
- package/sdk/platform/Order/OrderPlatformModel.js +1656 -3501
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +190 -237
- package/sdk/platform/Order/OrderPlatformValidator.js +105 -153
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +7 -9
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
- package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +106 -94
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +146 -131
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +93 -64
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +70 -62
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
- package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +507 -386
- package/sdk/platform/Payment/PaymentPlatformModel.js +376 -323
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformValidator.js +10 -10
- package/sdk/platform/PlatformClient.d.ts +2 -0
- package/sdk/platform/PlatformClient.js +4 -0
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
- package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +35 -45
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -117
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +13 -22
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +12 -24
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +64 -58
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +341 -602
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +284 -483
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +8 -8
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.js +2 -2
- package/sdk/platform/Share/SharePlatformModel.d.ts +5 -36
- package/sdk/platform/Share/SharePlatformModel.js +4 -27
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +4 -8
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +0 -5
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -2
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +11 -37
- package/sdk/platform/Theme/ThemePlatformModel.js +15 -33
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
- package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
- package/sdk/platform/User/UserPlatformModel.js +23 -23
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +78 -25
- package/sdk/platform/Webhook/WebhookPlatformClient.js +470 -75
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +427 -720
- package/sdk/platform/Webhook/WebhookPlatformModel.js +386 -410
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +55 -10
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +72 -12
- package/sdk/platform/index.d.ts +1 -0
- package/sdk/platform/index.js +2 -0
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -3
- package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -6
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
- package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
- package/sdk/public/Content/ContentPublicClient.d.ts +2 -112
- package/sdk/public/Content/ContentPublicClient.js +5 -791
- package/sdk/public/Content/ContentPublicModel.d.ts +3 -549
- package/sdk/public/Content/ContentPublicModel.js +3 -649
- package/sdk/public/Content/ContentPublicValidator.d.ts +3 -69
- package/sdk/public/Content/ContentPublicValidator.js +2 -88
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
- package/sdk/public/Webhook/WebhookPublicClient.js +8 -8
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
- package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
- package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +0 -36
- package/sdk/application/Finance/FinanceApplicationClient.js +0 -202
- package/sdk/application/Finance/FinanceApplicationModel.d.ts +0 -289
- package/sdk/application/Finance/FinanceApplicationModel.js +0 -208
- package/sdk/application/Finance/FinanceApplicationValidator.d.ts +0 -25
- package/sdk/application/Finance/FinanceApplicationValidator.js +0 -31
|
@@ -162,7 +162,7 @@ export = CatalogApplicationModel;
|
|
|
162
162
|
* the product.
|
|
163
163
|
*/
|
|
164
164
|
/**
|
|
165
|
-
* @typedef
|
|
165
|
+
* @typedef ErrorResponse
|
|
166
166
|
* @property {string} [error] - A brief description of the error.
|
|
167
167
|
*/
|
|
168
168
|
/**
|
|
@@ -264,13 +264,13 @@ export = CatalogApplicationModel;
|
|
|
264
264
|
* attributes.
|
|
265
265
|
*/
|
|
266
266
|
/**
|
|
267
|
-
* @typedef
|
|
267
|
+
* @typedef ProductsComparisonResponse
|
|
268
268
|
* @property {ProductDetail[]} [items] - List of product details for comparison.
|
|
269
269
|
* @property {AttributeMetadata[]} [attributes_metadata] - Metadata about
|
|
270
270
|
* attributes used for comparing products.
|
|
271
271
|
*/
|
|
272
272
|
/**
|
|
273
|
-
* @typedef
|
|
273
|
+
* @typedef ProductCompareResponse
|
|
274
274
|
* @property {string} [title] - Title or name of the comparison.
|
|
275
275
|
* @property {ProductDetail[]} [items] - List of product details for comparison.
|
|
276
276
|
* @property {AttributeMetadata[]} [attributes_metadata] - Metadata about
|
|
@@ -278,11 +278,11 @@ export = CatalogApplicationModel;
|
|
|
278
278
|
* @property {string} [subtitle] - Subtitle or additional description for the comparison.
|
|
279
279
|
*/
|
|
280
280
|
/**
|
|
281
|
-
* @typedef
|
|
282
|
-
* @property {
|
|
281
|
+
* @typedef ProductFrequentlyComparedSimilarResponse
|
|
282
|
+
* @property {ProductCompareResponse} [similars]
|
|
283
283
|
*/
|
|
284
284
|
/**
|
|
285
|
-
* @typedef
|
|
285
|
+
* @typedef ProductVariantItemResponse
|
|
286
286
|
* @property {number} [uid] - Unique identifier for the product variant.
|
|
287
287
|
* @property {string} [color_name] - Name of the color for the variant.
|
|
288
288
|
* @property {string} [color] - Color code or representation for the variant.
|
|
@@ -299,20 +299,20 @@ export = CatalogApplicationModel;
|
|
|
299
299
|
* @property {ProductListingAction} [action]
|
|
300
300
|
*/
|
|
301
301
|
/**
|
|
302
|
-
* @typedef
|
|
302
|
+
* @typedef ProductVariantResponse
|
|
303
303
|
* @property {string} [display_type] - The type of display for the product
|
|
304
304
|
* variant (e.g., image, text, image, color).
|
|
305
305
|
* @property {string} [header] - Header or title for the product variant section.
|
|
306
306
|
* @property {string} [group_id] - Group ID used to group variants.
|
|
307
|
-
* @property {
|
|
307
|
+
* @property {ProductVariantItemResponse[]} [items] - List of product variant items.
|
|
308
308
|
* @property {string} [key] - Attribute identifier of the variant.
|
|
309
309
|
* @property {string} [logo] - URL or path to the logo associated with the
|
|
310
310
|
* product variant.
|
|
311
311
|
*/
|
|
312
312
|
/**
|
|
313
|
-
* @typedef
|
|
314
|
-
* @property {
|
|
315
|
-
*
|
|
313
|
+
* @typedef ProductVariantsResponse
|
|
314
|
+
* @property {ProductVariantResponse[]} [variants] - A list of product variant
|
|
315
|
+
* responses, each detailing a specific variant.
|
|
316
316
|
*/
|
|
317
317
|
/**
|
|
318
318
|
* @typedef StoreDetail
|
|
@@ -348,10 +348,10 @@ export = CatalogApplicationModel;
|
|
|
348
348
|
* @property {CompanyDetail} [company]
|
|
349
349
|
* @property {number} [item_id] - NA.
|
|
350
350
|
* @property {Seller} [seller]
|
|
351
|
-
* @property {
|
|
351
|
+
* @property {Object} [identifier] - NA.
|
|
352
352
|
*/
|
|
353
353
|
/**
|
|
354
|
-
* @typedef
|
|
354
|
+
* @typedef ProductStockStatusResponse
|
|
355
355
|
* @property {ProductStockStatusItem[]} [items] - NA.
|
|
356
356
|
*/
|
|
357
357
|
/**
|
|
@@ -370,10 +370,10 @@ export = CatalogApplicationModel;
|
|
|
370
370
|
* @property {Page} page
|
|
371
371
|
*/
|
|
372
372
|
/**
|
|
373
|
-
* @typedef
|
|
373
|
+
* @typedef ProductVariantListingResponse
|
|
374
374
|
* @property {string} [header] - Header or title for the product variant section.
|
|
375
|
-
* @property {
|
|
376
|
-
*
|
|
375
|
+
* @property {ProductVariantItemResponse[]} [items] - List of Upto 5 product
|
|
376
|
+
* variant items.
|
|
377
377
|
* @property {number} [total] - The total number of product variants available.
|
|
378
378
|
* @property {string} [key] - Attribute identifier of the variant.
|
|
379
379
|
* @property {string} [display_type] - The type of display for the product
|
|
@@ -417,8 +417,8 @@ export = CatalogApplicationModel;
|
|
|
417
417
|
* @property {boolean} [sellable] - Indicates whether the product is available for sale.
|
|
418
418
|
* @property {Object} [attributes] - Additional attributes or characteristics of
|
|
419
419
|
* the product.
|
|
420
|
-
* @property {
|
|
421
|
-
*
|
|
420
|
+
* @property {ProductVariantListingResponse[]} [variants] - List of product
|
|
421
|
+
* variants available for the product.
|
|
422
422
|
* @property {string} [discount] - Discount details or percentage applied to the product.
|
|
423
423
|
* @property {string[]} [tryouts] - List of tryout options available for the product.
|
|
424
424
|
* @property {string[]} [identifiers] - List of seller identifiers for the product.
|
|
@@ -478,7 +478,7 @@ export = CatalogApplicationModel;
|
|
|
478
478
|
* @property {string} [display] - Display name or label for the sorting option.
|
|
479
479
|
*/
|
|
480
480
|
/**
|
|
481
|
-
* @typedef
|
|
481
|
+
* @typedef ProductListingResponse
|
|
482
482
|
* @property {ProductListingDetail[]} [items] - List of product details included
|
|
483
483
|
* in the response.
|
|
484
484
|
* @property {ProductFilters[]} [filters] - List of filters available for
|
|
@@ -509,12 +509,12 @@ export = CatalogApplicationModel;
|
|
|
509
509
|
* @property {ProductListingAction} [action]
|
|
510
510
|
*/
|
|
511
511
|
/**
|
|
512
|
-
* @typedef
|
|
512
|
+
* @typedef BrandListingResponse
|
|
513
513
|
* @property {BrandItem[]} [items] - List of brand items included in the response.
|
|
514
514
|
* @property {Page} page
|
|
515
515
|
*/
|
|
516
516
|
/**
|
|
517
|
-
* @typedef
|
|
517
|
+
* @typedef BrandDetailResponse
|
|
518
518
|
* @property {Media} [logo]
|
|
519
519
|
* @property {number} [uid] - The unique identifier for the brand.
|
|
520
520
|
* @property {string} [description] - Detailed description of the brand,
|
|
@@ -582,12 +582,12 @@ export = CatalogApplicationModel;
|
|
|
582
582
|
* @property {string} [slug] - Slug or URL-friendly identifier for the department.
|
|
583
583
|
*/
|
|
584
584
|
/**
|
|
585
|
-
* @typedef
|
|
585
|
+
* @typedef CategoryListingResponse
|
|
586
586
|
* @property {DepartmentCategoryTree[]} [data] - List of department category trees.
|
|
587
587
|
* @property {DepartmentIdentifier[]} [departments] - List of departments.
|
|
588
588
|
*/
|
|
589
589
|
/**
|
|
590
|
-
* @typedef
|
|
590
|
+
* @typedef CategoryMetaResponse
|
|
591
591
|
* @property {Media} [logo]
|
|
592
592
|
* @property {number} [uid] - Unique identifier for the category.
|
|
593
593
|
* @property {ImageUrls} [banners]
|
|
@@ -596,7 +596,7 @@ export = CatalogApplicationModel;
|
|
|
596
596
|
* @property {string} [name] - Name of the category.
|
|
597
597
|
*/
|
|
598
598
|
/**
|
|
599
|
-
* @typedef
|
|
599
|
+
* @typedef HomeListingResponse
|
|
600
600
|
* @property {ProductListingDetail[]} [items] - List of product details
|
|
601
601
|
* displayed on the home page.
|
|
602
602
|
* @property {Page} page
|
|
@@ -614,7 +614,7 @@ export = CatalogApplicationModel;
|
|
|
614
614
|
* used in the web address to access the department's page on the platform.
|
|
615
615
|
*/
|
|
616
616
|
/**
|
|
617
|
-
* @typedef
|
|
617
|
+
* @typedef DepartmentResponse
|
|
618
618
|
* @property {Department[]} [items] - List of department detail objects.
|
|
619
619
|
*/
|
|
620
620
|
/**
|
|
@@ -628,7 +628,7 @@ export = CatalogApplicationModel;
|
|
|
628
628
|
* @property {ProductListingAction} [action]
|
|
629
629
|
*/
|
|
630
630
|
/**
|
|
631
|
-
* @typedef
|
|
631
|
+
* @typedef AutoCompleteResponse
|
|
632
632
|
* @property {AutocompleteItem[]} [items] - List of autocomplete items suggested
|
|
633
633
|
* based on user input.
|
|
634
634
|
*/
|
|
@@ -699,7 +699,7 @@ export = CatalogApplicationModel;
|
|
|
699
699
|
* category or attribute for filtering.
|
|
700
700
|
*/
|
|
701
701
|
/**
|
|
702
|
-
* @typedef
|
|
702
|
+
* @typedef GetCollectionListingResponse
|
|
703
703
|
* @property {GetCollectionDetailNest[]} [items] - An array of collection
|
|
704
704
|
* details. Each item in the array represents a collection with various
|
|
705
705
|
* attributes and configurations.
|
|
@@ -707,7 +707,7 @@ export = CatalogApplicationModel;
|
|
|
707
707
|
* @property {Page} page
|
|
708
708
|
*/
|
|
709
709
|
/**
|
|
710
|
-
* @typedef
|
|
710
|
+
* @typedef CollectionDetailResponse
|
|
711
711
|
* @property {boolean} [is_active] - Indicates whether the collection is active.
|
|
712
712
|
* @property {string} [sort_on] - Criteria used to sort the items within the
|
|
713
713
|
* collection, such as price, popularity, or newest first.
|
|
@@ -739,21 +739,21 @@ export = CatalogApplicationModel;
|
|
|
739
739
|
* @property {string} [app_id] - Application ID associated with the collection.
|
|
740
740
|
*/
|
|
741
741
|
/**
|
|
742
|
-
* @typedef
|
|
742
|
+
* @typedef GetFollowListingResponse
|
|
743
743
|
* @property {ProductListingDetail[]} items - An array of product details that
|
|
744
744
|
* the user is following. Each item includes information such as the product
|
|
745
745
|
* name, price, and other attributes.
|
|
746
746
|
* @property {Page} page
|
|
747
747
|
*/
|
|
748
748
|
/**
|
|
749
|
-
* @typedef
|
|
749
|
+
* @typedef FollowPostResponse
|
|
750
750
|
* @property {string} message - A message indicating the result of the follow or
|
|
751
751
|
* unfollow operation. This could be a confirmation message or an error message.
|
|
752
752
|
* @property {string} id - A unique identifier for the follow operation, which
|
|
753
753
|
* can be used to reference or track the follow status.
|
|
754
754
|
*/
|
|
755
755
|
/**
|
|
756
|
-
* @typedef
|
|
756
|
+
* @typedef FollowerCountResponse
|
|
757
757
|
* @property {number} [count] - The number of followers for the item. This count
|
|
758
758
|
* indicates how many users are following the specified item.
|
|
759
759
|
*/
|
|
@@ -767,7 +767,7 @@ export = CatalogApplicationModel;
|
|
|
767
767
|
* the user is following.
|
|
768
768
|
*/
|
|
769
769
|
/**
|
|
770
|
-
* @typedef
|
|
770
|
+
* @typedef FollowIdsResponse
|
|
771
771
|
* @property {FollowIdsData} [data]
|
|
772
772
|
*/
|
|
773
773
|
/**
|
|
@@ -777,11 +777,6 @@ export = CatalogApplicationModel;
|
|
|
777
777
|
* @property {string} [type] - The type of geographic coordinate system used.
|
|
778
778
|
* For example, "Point" indicates a single point in a geographic coordinate system.
|
|
779
779
|
*/
|
|
780
|
-
/**
|
|
781
|
-
* @typedef StoreContact
|
|
782
|
-
* @property {string} [number] - The contact number of the Store Manager.
|
|
783
|
-
* @property {number} [country_code] - The country code for the contact number.
|
|
784
|
-
*/
|
|
785
780
|
/**
|
|
786
781
|
* @typedef Store
|
|
787
782
|
* @property {number} [uid] - A unique identifier for the store.
|
|
@@ -796,10 +791,9 @@ export = CatalogApplicationModel;
|
|
|
796
791
|
* @property {LatLong} [lat_long]
|
|
797
792
|
* @property {string} [name] - The name of the store.
|
|
798
793
|
* @property {string[]} [tags] - The list of tags mapped to the store.
|
|
799
|
-
* @property {StoreContact[]} [contacts] - List of contact numbers for the store.
|
|
800
794
|
*/
|
|
801
795
|
/**
|
|
802
|
-
* @typedef
|
|
796
|
+
* @typedef StoreListingResponse
|
|
803
797
|
* @property {Store[]} items - An array of store details. Each store includes
|
|
804
798
|
* information such as name, address, and geographic coordinates.
|
|
805
799
|
* @property {Page} page
|
|
@@ -836,13 +830,13 @@ export = CatalogApplicationModel;
|
|
|
836
830
|
* @property {string} number - The seller's contact number.
|
|
837
831
|
*/
|
|
838
832
|
/**
|
|
839
|
-
* @typedef
|
|
833
|
+
* @typedef StoreManagerSerializer
|
|
840
834
|
* @property {string} [name] - The name of the store manager.
|
|
841
835
|
* @property {string} [email] - The email address of the store manager.
|
|
842
836
|
* @property {SellerPhoneNumber} [mobile_no]
|
|
843
837
|
*/
|
|
844
838
|
/**
|
|
845
|
-
* @typedef
|
|
839
|
+
* @typedef StoreAddressSerializer
|
|
846
840
|
* @property {number} [latitude] - The latitude of the store's location.
|
|
847
841
|
* @property {string} [state] - The state where the store is located.
|
|
848
842
|
* @property {string} [country] - The country where the store is located.
|
|
@@ -858,9 +852,9 @@ export = CatalogApplicationModel;
|
|
|
858
852
|
* @property {number} [uid] - The unique identifier for the application store.
|
|
859
853
|
* @property {StoreDepartments[]} [departments] - A list of departments within the store.
|
|
860
854
|
* @property {CompanyStore} [company]
|
|
861
|
-
* @property {
|
|
855
|
+
* @property {StoreManagerSerializer} [manager]
|
|
862
856
|
* @property {string} [store_code] - A unique code for identifying the store.
|
|
863
|
-
* @property {
|
|
857
|
+
* @property {StoreAddressSerializer} [address]
|
|
864
858
|
* @property {string} [name] - The name of the store.
|
|
865
859
|
* @property {SellerPhoneNumber[]} [contact_numbers] - A list of contact numbers
|
|
866
860
|
* for the store.
|
|
@@ -888,11 +882,11 @@ export = CatalogApplicationModel;
|
|
|
888
882
|
* @property {number} [uid] - The unique identifier for the store.
|
|
889
883
|
* @property {StoreDepartments[]} [departments] - A list of departments within the store.
|
|
890
884
|
* @property {CompanyStore} [company]
|
|
891
|
-
* @property {
|
|
885
|
+
* @property {StoreManagerSerializer} [manager]
|
|
892
886
|
* @property {string} [store_code] - A unique code for identifying the store.
|
|
893
887
|
* @property {StoreTiming[]} [timing] - The opening and closing times for the
|
|
894
888
|
* store throughout the week.
|
|
895
|
-
* @property {
|
|
889
|
+
* @property {StoreAddressSerializer} [address]
|
|
896
890
|
* @property {Object} [_custom_json] - Custom JSON data for the store.
|
|
897
891
|
* @property {string} [name] - The name of the store.
|
|
898
892
|
* @property {SellerPhoneNumber[]} [contact_numbers] - A list of contact numbers
|
|
@@ -940,7 +934,7 @@ export = CatalogApplicationModel;
|
|
|
940
934
|
* @property {Object[]} [images] - A list of image URLs for the product.
|
|
941
935
|
* @property {Object} [slug] - The slug of the product.
|
|
942
936
|
* @property {number} [rating] - The rating of the product.
|
|
943
|
-
* @property {
|
|
937
|
+
* @property {Object} [identifier] - A dictionary of product identifiers.
|
|
944
938
|
* @property {Object[]} [highlights] - A list of highlights for the product.
|
|
945
939
|
* @property {number} [brand_uid] - The unique ID of the product's brand.
|
|
946
940
|
*/
|
|
@@ -1133,20 +1127,10 @@ export = CatalogApplicationModel;
|
|
|
1133
1127
|
* @property {ProductSizeSellerFilterSchemaV3[]} [sort_on] - A list of sorting
|
|
1134
1128
|
* and filtering criteria applied to the sellers' data.
|
|
1135
1129
|
*/
|
|
1136
|
-
/**
|
|
1137
|
-
* @typedef Identifier
|
|
1138
|
-
* @property {string} [ean] - The European Article Number (EAN) of the item.
|
|
1139
|
-
* @property {string} [sku_code] - The Stock Keeping Unit (SKU) code of the item.
|
|
1140
|
-
* @property {string} [alu] - The Alternative Lookup Product of the item.
|
|
1141
|
-
* @property {string} [upc] - Universal Product Code of the item.
|
|
1142
|
-
* @property {string} [isbn] - ISBN (International Standard Book Number) is a
|
|
1143
|
-
* unique identifier used globally to identify books and other non-periodical
|
|
1144
|
-
* publications
|
|
1145
|
-
*/
|
|
1146
1130
|
declare class CatalogApplicationModel {
|
|
1147
1131
|
}
|
|
1148
1132
|
declare namespace CatalogApplicationModel {
|
|
1149
|
-
export { ProductDetailCustomOrder, Meta, Media, ProductListingActionPage, ProductListingAction, ProductBrand, ProductDepartment, ProductCategoryMap, NetQuantity, CustomMetaFields, ApplicationItemSEO, ProductDetailAttribute, ProductDetailGroupedAttribute, ApplicationItemMOQ, Price, ProductListingPrice, ProductSizesPrice, ProductDetail,
|
|
1133
|
+
export { ProductDetailCustomOrder, Meta, Media, ProductListingActionPage, ProductListingAction, ProductBrand, ProductDepartment, ProductCategoryMap, NetQuantity, CustomMetaFields, ApplicationItemSEO, ProductDetailAttribute, ProductDetailGroupedAttribute, ApplicationItemMOQ, Price, ProductListingPrice, ProductSizesPrice, ProductDetail, ErrorResponse, Dimension, Weight, DiscountMeta, ProductSize, SizeChartValues, ColumnHeader, ColumnHeaders, SizeChart, ProductSizeStores, ProductSizes, AttributeDetail, AttributeMetadata, ProductsComparisonResponse, ProductCompareResponse, ProductFrequentlyComparedSimilarResponse, ProductVariantItemResponse, ProductVariantResponse, ProductVariantsResponse, StoreDetail, ProductStockPrice, CompanyDetail, Seller, ProductStockStatusItem, ProductStockStatusResponse, Page, ProductStockPolling, ProductVariantListingResponse, ProductListingDetail, ProductFiltersValue, ProductFiltersKey, ProductFilters, ProductSortOn, ProductListingResponse, ImageUrls, BrandItem, BrandListingResponse, BrandDetailResponse, CategoryBanner, ThirdLevelChild, SecondLevelChild, Child, CategoryItems, DepartmentCategoryTree, DepartmentIdentifier, CategoryListingResponse, CategoryMetaResponse, HomeListingResponse, Department, DepartmentResponse, AutocompleteItem, AutoCompleteResponse, CollectionQuery, GetCollectionDetailNest, CollectionListingFilterTag, CollectionListingFilterType, CollectionListingFilter, GetCollectionListingResponse, CollectionDetailResponse, GetFollowListingResponse, FollowPostResponse, FollowerCountResponse, FollowIdsData, FollowIdsResponse, LatLong, Store, StoreListingResponse, StoreDepartments, CompanyStore, SellerPhoneNumber, StoreManagerSerializer, StoreAddressSerializer, AppStore, ApplicationStoreListing, Time, StoreTiming, StoreDetails, UserDetail, Size, ProductGroupPrice, ProductDetails, ProductInGroup, ProductGroupingModel, ProductBundle, StoreV3, ArticleAssignmentV3, StrategyWiseListingSchemaV3, DetailsSchemaV3, SellerGroupAttributes, ReturnConfigSchemaV3, ProductSetDistributionSizeV3, ProductSetDistributionV3, ProductSetV3, ProductStockPriceV3, ProductStockUnitPriceV3, MarketPlaceSttributesSchemaV3, SellerV3, PromiseSchema, ProductSizePriceResponseV3, ProductSizeSellerFilterSchemaV3, ProductSizeSellersResponseV3 };
|
|
1150
1134
|
}
|
|
1151
1135
|
/** @returns {ProductDetailCustomOrder} */
|
|
1152
1136
|
declare function ProductDetailCustomOrder(): ProductDetailCustomOrder;
|
|
@@ -1517,9 +1501,9 @@ type ProductDetail = {
|
|
|
1517
1501
|
*/
|
|
1518
1502
|
teaser_tag?: string;
|
|
1519
1503
|
};
|
|
1520
|
-
/** @returns {
|
|
1521
|
-
declare function
|
|
1522
|
-
type
|
|
1504
|
+
/** @returns {ErrorResponse} */
|
|
1505
|
+
declare function ErrorResponse(): ErrorResponse;
|
|
1506
|
+
type ErrorResponse = {
|
|
1523
1507
|
/**
|
|
1524
1508
|
* - A brief description of the error.
|
|
1525
1509
|
*/
|
|
@@ -1761,9 +1745,9 @@ type AttributeMetadata = {
|
|
|
1761
1745
|
*/
|
|
1762
1746
|
details?: AttributeDetail[];
|
|
1763
1747
|
};
|
|
1764
|
-
/** @returns {
|
|
1765
|
-
declare function
|
|
1766
|
-
type
|
|
1748
|
+
/** @returns {ProductsComparisonResponse} */
|
|
1749
|
+
declare function ProductsComparisonResponse(): ProductsComparisonResponse;
|
|
1750
|
+
type ProductsComparisonResponse = {
|
|
1767
1751
|
/**
|
|
1768
1752
|
* - List of product details for comparison.
|
|
1769
1753
|
*/
|
|
@@ -1774,9 +1758,9 @@ type ProductsComparisonResponseSchema = {
|
|
|
1774
1758
|
*/
|
|
1775
1759
|
attributes_metadata?: AttributeMetadata[];
|
|
1776
1760
|
};
|
|
1777
|
-
/** @returns {
|
|
1778
|
-
declare function
|
|
1779
|
-
type
|
|
1761
|
+
/** @returns {ProductCompareResponse} */
|
|
1762
|
+
declare function ProductCompareResponse(): ProductCompareResponse;
|
|
1763
|
+
type ProductCompareResponse = {
|
|
1780
1764
|
/**
|
|
1781
1765
|
* - Title or name of the comparison.
|
|
1782
1766
|
*/
|
|
@@ -1795,14 +1779,14 @@ type ProductCompareResponseSchema = {
|
|
|
1795
1779
|
*/
|
|
1796
1780
|
subtitle?: string;
|
|
1797
1781
|
};
|
|
1798
|
-
/** @returns {
|
|
1799
|
-
declare function
|
|
1800
|
-
type
|
|
1801
|
-
similars?:
|
|
1782
|
+
/** @returns {ProductFrequentlyComparedSimilarResponse} */
|
|
1783
|
+
declare function ProductFrequentlyComparedSimilarResponse(): ProductFrequentlyComparedSimilarResponse;
|
|
1784
|
+
type ProductFrequentlyComparedSimilarResponse = {
|
|
1785
|
+
similars?: ProductCompareResponse;
|
|
1802
1786
|
};
|
|
1803
|
-
/** @returns {
|
|
1804
|
-
declare function
|
|
1805
|
-
type
|
|
1787
|
+
/** @returns {ProductVariantItemResponse} */
|
|
1788
|
+
declare function ProductVariantItemResponse(): ProductVariantItemResponse;
|
|
1789
|
+
type ProductVariantItemResponse = {
|
|
1806
1790
|
/**
|
|
1807
1791
|
* - Unique identifier for the product variant.
|
|
1808
1792
|
*/
|
|
@@ -1848,9 +1832,9 @@ type ProductVariantItemResponseSchema = {
|
|
|
1848
1832
|
_custom_json?: any;
|
|
1849
1833
|
action?: ProductListingAction;
|
|
1850
1834
|
};
|
|
1851
|
-
/** @returns {
|
|
1852
|
-
declare function
|
|
1853
|
-
type
|
|
1835
|
+
/** @returns {ProductVariantResponse} */
|
|
1836
|
+
declare function ProductVariantResponse(): ProductVariantResponse;
|
|
1837
|
+
type ProductVariantResponse = {
|
|
1854
1838
|
/**
|
|
1855
1839
|
* - The type of display for the product
|
|
1856
1840
|
* variant (e.g., image, text, image, color).
|
|
@@ -1867,7 +1851,7 @@ type ProductVariantResponseSchema = {
|
|
|
1867
1851
|
/**
|
|
1868
1852
|
* - List of product variant items.
|
|
1869
1853
|
*/
|
|
1870
|
-
items?:
|
|
1854
|
+
items?: ProductVariantItemResponse[];
|
|
1871
1855
|
/**
|
|
1872
1856
|
* - Attribute identifier of the variant.
|
|
1873
1857
|
*/
|
|
@@ -1878,14 +1862,14 @@ type ProductVariantResponseSchema = {
|
|
|
1878
1862
|
*/
|
|
1879
1863
|
logo?: string;
|
|
1880
1864
|
};
|
|
1881
|
-
/** @returns {
|
|
1882
|
-
declare function
|
|
1883
|
-
type
|
|
1865
|
+
/** @returns {ProductVariantsResponse} */
|
|
1866
|
+
declare function ProductVariantsResponse(): ProductVariantsResponse;
|
|
1867
|
+
type ProductVariantsResponse = {
|
|
1884
1868
|
/**
|
|
1885
|
-
* - A list of product
|
|
1886
|
-
*
|
|
1869
|
+
* - A list of product variant
|
|
1870
|
+
* responses, each detailing a specific variant.
|
|
1887
1871
|
*/
|
|
1888
|
-
variants?:
|
|
1872
|
+
variants?: ProductVariantResponse[];
|
|
1889
1873
|
};
|
|
1890
1874
|
/** @returns {StoreDetail} */
|
|
1891
1875
|
declare function StoreDetail(): StoreDetail;
|
|
@@ -1974,11 +1958,14 @@ type ProductStockStatusItem = {
|
|
|
1974
1958
|
*/
|
|
1975
1959
|
item_id?: number;
|
|
1976
1960
|
seller?: Seller;
|
|
1977
|
-
|
|
1961
|
+
/**
|
|
1962
|
+
* - NA.
|
|
1963
|
+
*/
|
|
1964
|
+
identifier?: any;
|
|
1978
1965
|
};
|
|
1979
|
-
/** @returns {
|
|
1980
|
-
declare function
|
|
1981
|
-
type
|
|
1966
|
+
/** @returns {ProductStockStatusResponse} */
|
|
1967
|
+
declare function ProductStockStatusResponse(): ProductStockStatusResponse;
|
|
1968
|
+
type ProductStockStatusResponse = {
|
|
1982
1969
|
/**
|
|
1983
1970
|
* - NA.
|
|
1984
1971
|
*/
|
|
@@ -2025,18 +2012,18 @@ type ProductStockPolling = {
|
|
|
2025
2012
|
items?: ProductStockStatusItem[];
|
|
2026
2013
|
page: Page;
|
|
2027
2014
|
};
|
|
2028
|
-
/** @returns {
|
|
2029
|
-
declare function
|
|
2030
|
-
type
|
|
2015
|
+
/** @returns {ProductVariantListingResponse} */
|
|
2016
|
+
declare function ProductVariantListingResponse(): ProductVariantListingResponse;
|
|
2017
|
+
type ProductVariantListingResponse = {
|
|
2031
2018
|
/**
|
|
2032
2019
|
* - Header or title for the product variant section.
|
|
2033
2020
|
*/
|
|
2034
2021
|
header?: string;
|
|
2035
2022
|
/**
|
|
2036
|
-
* - List of Upto 5
|
|
2037
|
-
*
|
|
2023
|
+
* - List of Upto 5 product
|
|
2024
|
+
* variant items.
|
|
2038
2025
|
*/
|
|
2039
|
-
items?:
|
|
2026
|
+
items?: ProductVariantItemResponse[];
|
|
2040
2027
|
/**
|
|
2041
2028
|
* - The total number of product variants available.
|
|
2042
2029
|
*/
|
|
@@ -2157,10 +2144,10 @@ type ProductListingDetail = {
|
|
|
2157
2144
|
*/
|
|
2158
2145
|
attributes?: any;
|
|
2159
2146
|
/**
|
|
2160
|
-
* - List of
|
|
2161
|
-
*
|
|
2147
|
+
* - List of product
|
|
2148
|
+
* variants available for the product.
|
|
2162
2149
|
*/
|
|
2163
|
-
variants?:
|
|
2150
|
+
variants?: ProductVariantListingResponse[];
|
|
2164
2151
|
/**
|
|
2165
2152
|
* - Discount details or percentage applied to the product.
|
|
2166
2153
|
*/
|
|
@@ -2316,9 +2303,9 @@ type ProductSortOn = {
|
|
|
2316
2303
|
*/
|
|
2317
2304
|
display?: string;
|
|
2318
2305
|
};
|
|
2319
|
-
/** @returns {
|
|
2320
|
-
declare function
|
|
2321
|
-
type
|
|
2306
|
+
/** @returns {ProductListingResponse} */
|
|
2307
|
+
declare function ProductListingResponse(): ProductListingResponse;
|
|
2308
|
+
type ProductListingResponse = {
|
|
2322
2309
|
/**
|
|
2323
2310
|
* - List of product details included
|
|
2324
2311
|
* in the response.
|
|
@@ -2377,18 +2364,18 @@ type BrandItem = {
|
|
|
2377
2364
|
slug?: string;
|
|
2378
2365
|
action?: ProductListingAction;
|
|
2379
2366
|
};
|
|
2380
|
-
/** @returns {
|
|
2381
|
-
declare function
|
|
2382
|
-
type
|
|
2367
|
+
/** @returns {BrandListingResponse} */
|
|
2368
|
+
declare function BrandListingResponse(): BrandListingResponse;
|
|
2369
|
+
type BrandListingResponse = {
|
|
2383
2370
|
/**
|
|
2384
2371
|
* - List of brand items included in the response.
|
|
2385
2372
|
*/
|
|
2386
2373
|
items?: BrandItem[];
|
|
2387
2374
|
page: Page;
|
|
2388
2375
|
};
|
|
2389
|
-
/** @returns {
|
|
2390
|
-
declare function
|
|
2391
|
-
type
|
|
2376
|
+
/** @returns {BrandDetailResponse} */
|
|
2377
|
+
declare function BrandDetailResponse(): BrandDetailResponse;
|
|
2378
|
+
type BrandDetailResponse = {
|
|
2392
2379
|
logo?: Media;
|
|
2393
2380
|
/**
|
|
2394
2381
|
* - The unique identifier for the brand.
|
|
@@ -2543,9 +2530,9 @@ type DepartmentIdentifier = {
|
|
|
2543
2530
|
*/
|
|
2544
2531
|
slug?: string;
|
|
2545
2532
|
};
|
|
2546
|
-
/** @returns {
|
|
2547
|
-
declare function
|
|
2548
|
-
type
|
|
2533
|
+
/** @returns {CategoryListingResponse} */
|
|
2534
|
+
declare function CategoryListingResponse(): CategoryListingResponse;
|
|
2535
|
+
type CategoryListingResponse = {
|
|
2549
2536
|
/**
|
|
2550
2537
|
* - List of department category trees.
|
|
2551
2538
|
*/
|
|
@@ -2555,9 +2542,9 @@ type CategoryListingResponseSchema = {
|
|
|
2555
2542
|
*/
|
|
2556
2543
|
departments?: DepartmentIdentifier[];
|
|
2557
2544
|
};
|
|
2558
|
-
/** @returns {
|
|
2559
|
-
declare function
|
|
2560
|
-
type
|
|
2545
|
+
/** @returns {CategoryMetaResponse} */
|
|
2546
|
+
declare function CategoryMetaResponse(): CategoryMetaResponse;
|
|
2547
|
+
type CategoryMetaResponse = {
|
|
2561
2548
|
logo?: Media;
|
|
2562
2549
|
/**
|
|
2563
2550
|
* - Unique identifier for the category.
|
|
@@ -2574,9 +2561,9 @@ type CategoryMetaResponseSchema = {
|
|
|
2574
2561
|
*/
|
|
2575
2562
|
name?: string;
|
|
2576
2563
|
};
|
|
2577
|
-
/** @returns {
|
|
2578
|
-
declare function
|
|
2579
|
-
type
|
|
2564
|
+
/** @returns {HomeListingResponse} */
|
|
2565
|
+
declare function HomeListingResponse(): HomeListingResponse;
|
|
2566
|
+
type HomeListingResponse = {
|
|
2580
2567
|
/**
|
|
2581
2568
|
* - List of product details
|
|
2582
2569
|
* displayed on the home page.
|
|
@@ -2612,9 +2599,9 @@ type Department = {
|
|
|
2612
2599
|
*/
|
|
2613
2600
|
slug?: string;
|
|
2614
2601
|
};
|
|
2615
|
-
/** @returns {
|
|
2616
|
-
declare function
|
|
2617
|
-
type
|
|
2602
|
+
/** @returns {DepartmentResponse} */
|
|
2603
|
+
declare function DepartmentResponse(): DepartmentResponse;
|
|
2604
|
+
type DepartmentResponse = {
|
|
2618
2605
|
/**
|
|
2619
2606
|
* - List of department detail objects.
|
|
2620
2607
|
*/
|
|
@@ -2640,9 +2627,9 @@ type AutocompleteItem = {
|
|
|
2640
2627
|
_custom_json?: any;
|
|
2641
2628
|
action?: ProductListingAction;
|
|
2642
2629
|
};
|
|
2643
|
-
/** @returns {
|
|
2644
|
-
declare function
|
|
2645
|
-
type
|
|
2630
|
+
/** @returns {AutoCompleteResponse} */
|
|
2631
|
+
declare function AutoCompleteResponse(): AutoCompleteResponse;
|
|
2632
|
+
type AutoCompleteResponse = {
|
|
2646
2633
|
/**
|
|
2647
2634
|
* - List of autocomplete items suggested
|
|
2648
2635
|
* based on user input.
|
|
@@ -2810,9 +2797,9 @@ type CollectionListingFilter = {
|
|
|
2810
2797
|
*/
|
|
2811
2798
|
type?: CollectionListingFilterType[];
|
|
2812
2799
|
};
|
|
2813
|
-
/** @returns {
|
|
2814
|
-
declare function
|
|
2815
|
-
type
|
|
2800
|
+
/** @returns {GetCollectionListingResponse} */
|
|
2801
|
+
declare function GetCollectionListingResponse(): GetCollectionListingResponse;
|
|
2802
|
+
type GetCollectionListingResponse = {
|
|
2816
2803
|
/**
|
|
2817
2804
|
* - An array of collection
|
|
2818
2805
|
* details. Each item in the array represents a collection with various
|
|
@@ -2822,9 +2809,9 @@ type GetCollectionListingResponseSchema = {
|
|
|
2822
2809
|
filters?: CollectionListingFilter;
|
|
2823
2810
|
page: Page;
|
|
2824
2811
|
};
|
|
2825
|
-
/** @returns {
|
|
2826
|
-
declare function
|
|
2827
|
-
type
|
|
2812
|
+
/** @returns {CollectionDetailResponse} */
|
|
2813
|
+
declare function CollectionDetailResponse(): CollectionDetailResponse;
|
|
2814
|
+
type CollectionDetailResponse = {
|
|
2828
2815
|
/**
|
|
2829
2816
|
* - Indicates whether the collection is active.
|
|
2830
2817
|
*/
|
|
@@ -2909,9 +2896,9 @@ type CollectionDetailResponseSchema = {
|
|
|
2909
2896
|
*/
|
|
2910
2897
|
app_id?: string;
|
|
2911
2898
|
};
|
|
2912
|
-
/** @returns {
|
|
2913
|
-
declare function
|
|
2914
|
-
type
|
|
2899
|
+
/** @returns {GetFollowListingResponse} */
|
|
2900
|
+
declare function GetFollowListingResponse(): GetFollowListingResponse;
|
|
2901
|
+
type GetFollowListingResponse = {
|
|
2915
2902
|
/**
|
|
2916
2903
|
* - An array of product details that
|
|
2917
2904
|
* the user is following. Each item includes information such as the product
|
|
@@ -2920,9 +2907,9 @@ type GetFollowListingResponseSchema = {
|
|
|
2920
2907
|
items: ProductListingDetail[];
|
|
2921
2908
|
page: Page;
|
|
2922
2909
|
};
|
|
2923
|
-
/** @returns {
|
|
2924
|
-
declare function
|
|
2925
|
-
type
|
|
2910
|
+
/** @returns {FollowPostResponse} */
|
|
2911
|
+
declare function FollowPostResponse(): FollowPostResponse;
|
|
2912
|
+
type FollowPostResponse = {
|
|
2926
2913
|
/**
|
|
2927
2914
|
* - A message indicating the result of the follow or
|
|
2928
2915
|
* unfollow operation. This could be a confirmation message or an error message.
|
|
@@ -2934,9 +2921,9 @@ type FollowPostResponseSchema = {
|
|
|
2934
2921
|
*/
|
|
2935
2922
|
id: string;
|
|
2936
2923
|
};
|
|
2937
|
-
/** @returns {
|
|
2938
|
-
declare function
|
|
2939
|
-
type
|
|
2924
|
+
/** @returns {FollowerCountResponse} */
|
|
2925
|
+
declare function FollowerCountResponse(): FollowerCountResponse;
|
|
2926
|
+
type FollowerCountResponse = {
|
|
2940
2927
|
/**
|
|
2941
2928
|
* - The number of followers for the item. This count
|
|
2942
2929
|
* indicates how many users are following the specified item.
|
|
@@ -2962,9 +2949,9 @@ type FollowIdsData = {
|
|
|
2962
2949
|
*/
|
|
2963
2950
|
brands?: number[];
|
|
2964
2951
|
};
|
|
2965
|
-
/** @returns {
|
|
2966
|
-
declare function
|
|
2967
|
-
type
|
|
2952
|
+
/** @returns {FollowIdsResponse} */
|
|
2953
|
+
declare function FollowIdsResponse(): FollowIdsResponse;
|
|
2954
|
+
type FollowIdsResponse = {
|
|
2968
2955
|
data?: FollowIdsData;
|
|
2969
2956
|
};
|
|
2970
2957
|
/** @returns {LatLong} */
|
|
@@ -2981,18 +2968,6 @@ type LatLong = {
|
|
|
2981
2968
|
*/
|
|
2982
2969
|
type?: string;
|
|
2983
2970
|
};
|
|
2984
|
-
/** @returns {StoreContact} */
|
|
2985
|
-
declare function StoreContact(): StoreContact;
|
|
2986
|
-
type StoreContact = {
|
|
2987
|
-
/**
|
|
2988
|
-
* - The contact number of the Store Manager.
|
|
2989
|
-
*/
|
|
2990
|
-
number?: string;
|
|
2991
|
-
/**
|
|
2992
|
-
* - The country code for the contact number.
|
|
2993
|
-
*/
|
|
2994
|
-
country_code?: number;
|
|
2995
|
-
};
|
|
2996
2971
|
/** @returns {Store} */
|
|
2997
2972
|
declare function Store(): Store;
|
|
2998
2973
|
type Store = {
|
|
@@ -3038,14 +3013,10 @@ type Store = {
|
|
|
3038
3013
|
* - The list of tags mapped to the store.
|
|
3039
3014
|
*/
|
|
3040
3015
|
tags?: string[];
|
|
3041
|
-
/**
|
|
3042
|
-
* - List of contact numbers for the store.
|
|
3043
|
-
*/
|
|
3044
|
-
contacts?: StoreContact[];
|
|
3045
3016
|
};
|
|
3046
|
-
/** @returns {
|
|
3047
|
-
declare function
|
|
3048
|
-
type
|
|
3017
|
+
/** @returns {StoreListingResponse} */
|
|
3018
|
+
declare function StoreListingResponse(): StoreListingResponse;
|
|
3019
|
+
type StoreListingResponse = {
|
|
3049
3020
|
/**
|
|
3050
3021
|
* - An array of store details. Each store includes
|
|
3051
3022
|
* information such as name, address, and geographic coordinates.
|
|
@@ -3120,9 +3091,9 @@ type SellerPhoneNumber = {
|
|
|
3120
3091
|
*/
|
|
3121
3092
|
number: string;
|
|
3122
3093
|
};
|
|
3123
|
-
/** @returns {
|
|
3124
|
-
declare function
|
|
3125
|
-
type
|
|
3094
|
+
/** @returns {StoreManagerSerializer} */
|
|
3095
|
+
declare function StoreManagerSerializer(): StoreManagerSerializer;
|
|
3096
|
+
type StoreManagerSerializer = {
|
|
3126
3097
|
/**
|
|
3127
3098
|
* - The name of the store manager.
|
|
3128
3099
|
*/
|
|
@@ -3133,9 +3104,9 @@ type StoreManagerSchema = {
|
|
|
3133
3104
|
email?: string;
|
|
3134
3105
|
mobile_no?: SellerPhoneNumber;
|
|
3135
3106
|
};
|
|
3136
|
-
/** @returns {
|
|
3137
|
-
declare function
|
|
3138
|
-
type
|
|
3107
|
+
/** @returns {StoreAddressSerializer} */
|
|
3108
|
+
declare function StoreAddressSerializer(): StoreAddressSerializer;
|
|
3109
|
+
type StoreAddressSerializer = {
|
|
3139
3110
|
/**
|
|
3140
3111
|
* - The latitude of the store's location.
|
|
3141
3112
|
*/
|
|
@@ -3185,12 +3156,12 @@ type AppStore = {
|
|
|
3185
3156
|
*/
|
|
3186
3157
|
departments?: StoreDepartments[];
|
|
3187
3158
|
company?: CompanyStore;
|
|
3188
|
-
manager?:
|
|
3159
|
+
manager?: StoreManagerSerializer;
|
|
3189
3160
|
/**
|
|
3190
3161
|
* - A unique code for identifying the store.
|
|
3191
3162
|
*/
|
|
3192
3163
|
store_code?: string;
|
|
3193
|
-
address?:
|
|
3164
|
+
address?: StoreAddressSerializer;
|
|
3194
3165
|
/**
|
|
3195
3166
|
* - The name of the store.
|
|
3196
3167
|
*/
|
|
@@ -3252,7 +3223,7 @@ type StoreDetails = {
|
|
|
3252
3223
|
*/
|
|
3253
3224
|
departments?: StoreDepartments[];
|
|
3254
3225
|
company?: CompanyStore;
|
|
3255
|
-
manager?:
|
|
3226
|
+
manager?: StoreManagerSerializer;
|
|
3256
3227
|
/**
|
|
3257
3228
|
* - A unique code for identifying the store.
|
|
3258
3229
|
*/
|
|
@@ -3262,7 +3233,7 @@ type StoreDetails = {
|
|
|
3262
3233
|
* store throughout the week.
|
|
3263
3234
|
*/
|
|
3264
3235
|
timing?: StoreTiming[];
|
|
3265
|
-
address?:
|
|
3236
|
+
address?: StoreAddressSerializer;
|
|
3266
3237
|
/**
|
|
3267
3238
|
* - Custom JSON data for the store.
|
|
3268
3239
|
*/
|
|
@@ -3416,7 +3387,10 @@ type ProductDetails = {
|
|
|
3416
3387
|
* - The rating of the product.
|
|
3417
3388
|
*/
|
|
3418
3389
|
rating?: number;
|
|
3419
|
-
|
|
3390
|
+
/**
|
|
3391
|
+
* - A dictionary of product identifiers.
|
|
3392
|
+
*/
|
|
3393
|
+
identifier?: any;
|
|
3420
3394
|
/**
|
|
3421
3395
|
* - A list of highlights for the product.
|
|
3422
3396
|
*/
|
|
@@ -3881,29 +3855,3 @@ type ProductSizeSellersResponseV3 = {
|
|
|
3881
3855
|
*/
|
|
3882
3856
|
sort_on?: ProductSizeSellerFilterSchemaV3[];
|
|
3883
3857
|
};
|
|
3884
|
-
/** @returns {Identifier} */
|
|
3885
|
-
declare function Identifier(): Identifier;
|
|
3886
|
-
type Identifier = {
|
|
3887
|
-
/**
|
|
3888
|
-
* - The European Article Number (EAN) of the item.
|
|
3889
|
-
*/
|
|
3890
|
-
ean?: string;
|
|
3891
|
-
/**
|
|
3892
|
-
* - The Stock Keeping Unit (SKU) code of the item.
|
|
3893
|
-
*/
|
|
3894
|
-
sku_code?: string;
|
|
3895
|
-
/**
|
|
3896
|
-
* - The Alternative Lookup Product of the item.
|
|
3897
|
-
*/
|
|
3898
|
-
alu?: string;
|
|
3899
|
-
/**
|
|
3900
|
-
* - Universal Product Code of the item.
|
|
3901
|
-
*/
|
|
3902
|
-
upc?: string;
|
|
3903
|
-
/**
|
|
3904
|
-
* - ISBN (International Standard Book Number) is a
|
|
3905
|
-
* unique identifier used globally to identify books and other non-periodical
|
|
3906
|
-
* publications
|
|
3907
|
-
*/
|
|
3908
|
-
isbn?: string;
|
|
3909
|
-
};
|