@gofynd/fdk-client-javascript 1.4.4 → 1.4.6
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/application.d.ts +3 -3
- package/common.d.ts +3 -3
- package/index.d.ts +15 -15
- package/package.json +1 -1
- package/partner.d.ts +3 -3
- package/platform.d.ts +3 -3
- package/public.d.ts +2 -2
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationClient.d.ts +16 -18
- package/sdk/application/ApplicationClient.js +0 -2
- package/sdk/application/ApplicationConfig.d.ts +3 -3
- package/sdk/application/Cart/CartApplicationClient.d.ts +2 -2
- package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +8 -8
- package/sdk/application/Catalog/CatalogApplicationClient.js +5 -5
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +2 -2
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +2 -2
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
- package/sdk/application/Content/ContentApplicationClient.d.ts +3 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
- package/sdk/application/Lead/LeadApplicationClient.d.ts +2 -2
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +2 -2
- package/sdk/application/Logistic/LogisticApplicationModel.js +2 -2
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
- package/sdk/application/Order/OrderApplicationClient.d.ts +3 -3
- package/sdk/application/Order/OrderApplicationClient.js +1 -1
- package/sdk/application/Order/OrderApplicationValidator.d.ts +3 -3
- package/sdk/application/Order/OrderApplicationValidator.js +1 -1
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +2 -2
- package/sdk/application/Payment/PaymentApplicationModel.js +23 -17
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +1 -1
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +2 -2
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
- package/sdk/application/Share/ShareApplicationClient.d.ts +2 -2
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
- package/sdk/application/User/UserApplicationClient.d.ts +2 -2
- package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
- package/sdk/application/index.d.ts +17 -18
- package/sdk/application/index.js +0 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +1 -1
- package/sdk/partner/OAuthClient.d.ts +4 -4
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerClient.d.ts +6 -6
- package/sdk/partner/PartnerConfig.d.ts +4 -4
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +1 -1
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +1 -1
- package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -1
- package/sdk/partner/index.d.ts +7 -7
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +2 -2
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +28 -5
- package/sdk/platform/Catalog/CatalogPlatformClient.js +69 -1
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +2 -0
- package/sdk/platform/Catalog/CatalogPlatformModel.js +16 -12
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +60 -1
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +25 -0
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +3 -3
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +34 -7
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +35 -5
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +5 -5
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +4 -4
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformClient.d.ts +2 -2
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +2 -2
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Order/OrderPlatformClient.d.ts +2 -2
- package/sdk/platform/Order/OrderPlatformModel.js +65 -41
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +1 -1
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.js +22 -16
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/PlatformClient.d.ts +19 -19
- package/sdk/platform/PlatformConfig.d.ts +4 -4
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +2 -2
- package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
- package/sdk/platform/index.d.ts +24 -24
- package/sdk/public/Billing/BillingPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
- package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
- package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.d.ts +2 -2
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/PublicClient.d.ts +7 -7
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicModel.js +1 -1
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
- package/sdk/public/index.d.ts +8 -8
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +0 -323
- package/sdk/application/PosCart/PosCartApplicationClient.js +0 -2364
- package/sdk/application/PosCart/PosCartApplicationModel.d.ts +0 -1857
- package/sdk/application/PosCart/PosCartApplicationModel.js +0 -1906
- package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +0 -483
- package/sdk/application/PosCart/PosCartApplicationValidator.js +0 -492
|
@@ -3054,6 +3054,7 @@ const Joi = require("joi");
|
|
|
3054
3054
|
/**
|
|
3055
3055
|
* @typedef Quantity
|
|
3056
3056
|
* @property {number} [count]
|
|
3057
|
+
* @property {string} [updated_at]
|
|
3057
3058
|
*/
|
|
3058
3059
|
|
|
3059
3060
|
/**
|
|
@@ -6000,7 +6001,7 @@ class CatalogPlatformModel {
|
|
|
6000
6001
|
quantity: Joi.number(),
|
|
6001
6002
|
seller_identifier: Joi.string().allow("").required(),
|
|
6002
6003
|
store_code: Joi.string().allow("").required(),
|
|
6003
|
-
tags: Joi.array().items(Joi.string().allow("")),
|
|
6004
|
+
tags: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
6004
6005
|
total_quantity: Joi.number(),
|
|
6005
6006
|
trace_id: Joi.string().allow("").allow(null),
|
|
6006
6007
|
});
|
|
@@ -6025,7 +6026,7 @@ class CatalogPlatformModel {
|
|
|
6025
6026
|
price_marked: Joi.number(),
|
|
6026
6027
|
seller_identifier: Joi.string().allow("").required(),
|
|
6027
6028
|
store_id: Joi.number().required(),
|
|
6028
|
-
tags: Joi.array().items(Joi.string().allow("")),
|
|
6029
|
+
tags: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
6029
6030
|
total_quantity: Joi.number().allow(null),
|
|
6030
6031
|
trace_id: Joi.string().allow(""),
|
|
6031
6032
|
});
|
|
@@ -6123,12 +6124,12 @@ class CatalogPlatformModel {
|
|
|
6123
6124
|
size: Joi.string().allow("").required(),
|
|
6124
6125
|
stage: Joi.string().allow(""),
|
|
6125
6126
|
store: CatalogPlatformModel.StoreMeta().required(),
|
|
6126
|
-
tags: Joi.array().items(Joi.string().allow("")),
|
|
6127
|
+
tags: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
6127
6128
|
tax_identifier: Joi.any(),
|
|
6128
6129
|
total_quantity: Joi.number().required(),
|
|
6129
6130
|
trace_id: Joi.string().allow(""),
|
|
6130
6131
|
track_inventory: Joi.boolean(),
|
|
6131
|
-
trader: Joi.array().items(CatalogPlatformModel.Trader1()),
|
|
6132
|
+
trader: Joi.array().items(CatalogPlatformModel.Trader1()).allow(null, ""),
|
|
6132
6133
|
uid: Joi.string().allow("").required(),
|
|
6133
6134
|
weight: CatalogPlatformModel.WeightResponse().required(),
|
|
6134
6135
|
});
|
|
@@ -6808,14 +6809,16 @@ class CatalogPlatformModel {
|
|
|
6808
6809
|
custom_order: CatalogPlatformModel.CustomOrder(),
|
|
6809
6810
|
departments: Joi.array().items(Joi.number()).required(),
|
|
6810
6811
|
description: Joi.string().allow(""),
|
|
6811
|
-
highlights: Joi.array()
|
|
6812
|
+
highlights: Joi.array()
|
|
6813
|
+
.items(Joi.string().allow("").allow(null))
|
|
6814
|
+
.allow(null, ""),
|
|
6812
6815
|
is_active: Joi.boolean(),
|
|
6813
6816
|
is_dependent: Joi.boolean(),
|
|
6814
6817
|
is_image_less_product: Joi.boolean(),
|
|
6815
6818
|
is_set: Joi.boolean(),
|
|
6816
6819
|
item_code: Joi.string().allow("").required(),
|
|
6817
6820
|
item_type: Joi.string().allow("").required(),
|
|
6818
|
-
media: Joi.array().items(CatalogPlatformModel.Media()),
|
|
6821
|
+
media: Joi.array().items(CatalogPlatformModel.Media()).allow(null, ""),
|
|
6819
6822
|
multi_size: Joi.boolean(),
|
|
6820
6823
|
name: Joi.string().allow("").required(),
|
|
6821
6824
|
net_quantity: CatalogPlatformModel.NetQuantity(),
|
|
@@ -7164,11 +7167,11 @@ class CatalogPlatformModel {
|
|
|
7164
7167
|
/** @returns {ProductTemplate} */
|
|
7165
7168
|
static ProductTemplate() {
|
|
7166
7169
|
return Joi.object({
|
|
7167
|
-
attributes: Joi.array().items(Joi.string().allow("")),
|
|
7168
|
-
categories: Joi.array().items(Joi.string().allow("")),
|
|
7170
|
+
attributes: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
7171
|
+
categories: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
7169
7172
|
created_by: Joi.any(),
|
|
7170
7173
|
created_on: Joi.string().allow(""),
|
|
7171
|
-
departments: Joi.array().items(Joi.string().allow("")),
|
|
7174
|
+
departments: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
7172
7175
|
description: Joi.string().allow(""),
|
|
7173
7176
|
is_active: Joi.boolean(),
|
|
7174
7177
|
is_archived: Joi.boolean(),
|
|
@@ -7298,6 +7301,7 @@ class CatalogPlatformModel {
|
|
|
7298
7301
|
static Quantity() {
|
|
7299
7302
|
return Joi.object({
|
|
7300
7303
|
count: Joi.number(),
|
|
7304
|
+
updated_at: Joi.string().allow(""),
|
|
7301
7305
|
});
|
|
7302
7306
|
}
|
|
7303
7307
|
|
|
@@ -7625,9 +7629,9 @@ class CatalogPlatformModel {
|
|
|
7625
7629
|
/** @returns {TemplateDetails} */
|
|
7626
7630
|
static TemplateDetails() {
|
|
7627
7631
|
return Joi.object({
|
|
7628
|
-
attributes: Joi.array().items(Joi.string().allow("")),
|
|
7629
|
-
categories: Joi.array().items(Joi.string().allow("")),
|
|
7630
|
-
departments: Joi.array().items(Joi.string().allow("")),
|
|
7632
|
+
attributes: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
7633
|
+
categories: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
7634
|
+
departments: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
7631
7635
|
description: Joi.string().allow(""),
|
|
7632
7636
|
id: Joi.string().allow(""),
|
|
7633
7637
|
is_active: Joi.boolean(),
|
|
@@ -162,9 +162,25 @@ export = CatalogPlatformValidator;
|
|
|
162
162
|
* set of results
|
|
163
163
|
* @property {number} [pageSize] - Number of items to retrieve in each page.
|
|
164
164
|
* Default is 12.
|
|
165
|
+
* @property {string} [pageId] - Alphanumeric Page ID to retrieve next set of results.
|
|
166
|
+
* @property {string} [pageType] - Available pagination types are cursor or number.
|
|
165
167
|
* @property {string} [q] - Search with help of store code.
|
|
166
168
|
* @property {boolean} [sellable] - Filter on whether product is in stock or not.
|
|
167
169
|
* @property {number[]} [storeIds] - The Store Id of products to fetch inventory.
|
|
170
|
+
* @property {number[]} [brandIds] - The Brand Id of products to fetch inventory.
|
|
171
|
+
* @property {string[]} [sellerIdentifiers] - The Seller Identifier or Primary
|
|
172
|
+
* Identifier of the inventory.
|
|
173
|
+
* @property {number} [qtyGt] - This field allows you to filter for inventories
|
|
174
|
+
* that have quantity greater than to the specified value based on qty_type filter.
|
|
175
|
+
* @property {number} [qtyLt] - This field allows you to filter for inventories
|
|
176
|
+
* that have a quantity less than to the specified value based on qty_type filter.
|
|
177
|
+
* @property {string} [qtyType] - This field provides flexibility in selecting
|
|
178
|
+
* filter for inventory quantity counts and date queries. For example, you
|
|
179
|
+
* might use this field to specify "total" or "sellable" quantity.
|
|
180
|
+
* @property {string} [fromDate] - Inventory updated on filter to get
|
|
181
|
+
* inventories greater then or equal to provided date based on qty_type value.
|
|
182
|
+
* @property {string} [toDate] - Inventory updated on filter to get inventories
|
|
183
|
+
* less then or equal to provided date based on qty_type value.
|
|
168
184
|
* @property {string} [sizeIdentifier] - Size Identifier (Seller Identifier or
|
|
169
185
|
* Primary Identifier) of which inventory is to get.
|
|
170
186
|
*/
|
|
@@ -834,6 +850,14 @@ type GetInventoriesParam = {
|
|
|
834
850
|
* Default is 12.
|
|
835
851
|
*/
|
|
836
852
|
pageSize?: number;
|
|
853
|
+
/**
|
|
854
|
+
* - Alphanumeric Page ID to retrieve next set of results.
|
|
855
|
+
*/
|
|
856
|
+
pageId?: string;
|
|
857
|
+
/**
|
|
858
|
+
* - Available pagination types are cursor or number.
|
|
859
|
+
*/
|
|
860
|
+
pageType?: string;
|
|
837
861
|
/**
|
|
838
862
|
* - Search with help of store code.
|
|
839
863
|
*/
|
|
@@ -846,6 +870,41 @@ type GetInventoriesParam = {
|
|
|
846
870
|
* - The Store Id of products to fetch inventory.
|
|
847
871
|
*/
|
|
848
872
|
storeIds?: number[];
|
|
873
|
+
/**
|
|
874
|
+
* - The Brand Id of products to fetch inventory.
|
|
875
|
+
*/
|
|
876
|
+
brandIds?: number[];
|
|
877
|
+
/**
|
|
878
|
+
* - The Seller Identifier or Primary
|
|
879
|
+
* Identifier of the inventory.
|
|
880
|
+
*/
|
|
881
|
+
sellerIdentifiers?: string[];
|
|
882
|
+
/**
|
|
883
|
+
* - This field allows you to filter for inventories
|
|
884
|
+
* that have quantity greater than to the specified value based on qty_type filter.
|
|
885
|
+
*/
|
|
886
|
+
qtyGt?: number;
|
|
887
|
+
/**
|
|
888
|
+
* - This field allows you to filter for inventories
|
|
889
|
+
* that have a quantity less than to the specified value based on qty_type filter.
|
|
890
|
+
*/
|
|
891
|
+
qtyLt?: number;
|
|
892
|
+
/**
|
|
893
|
+
* - This field provides flexibility in selecting
|
|
894
|
+
* filter for inventory quantity counts and date queries. For example, you
|
|
895
|
+
* might use this field to specify "total" or "sellable" quantity.
|
|
896
|
+
*/
|
|
897
|
+
qtyType?: string;
|
|
898
|
+
/**
|
|
899
|
+
* - Inventory updated on filter to get
|
|
900
|
+
* inventories greater then or equal to provided date based on qty_type value.
|
|
901
|
+
*/
|
|
902
|
+
fromDate?: string;
|
|
903
|
+
/**
|
|
904
|
+
* - Inventory updated on filter to get inventories
|
|
905
|
+
* less then or equal to provided date based on qty_type value.
|
|
906
|
+
*/
|
|
907
|
+
toDate?: string;
|
|
849
908
|
/**
|
|
850
909
|
* - Size Identifier (Seller Identifier or
|
|
851
910
|
* Primary Identifier) of which inventory is to get.
|
|
@@ -1381,4 +1440,4 @@ type GetProductTagsParam = any;
|
|
|
1381
1440
|
type GetProductValidationParam = any;
|
|
1382
1441
|
type ListHSNCodesParam = any;
|
|
1383
1442
|
type ListProductTemplateExportDetailsParam = any;
|
|
1384
|
-
import CatalogPlatformModel = require("
|
|
1443
|
+
import CatalogPlatformModel = require("./CatalogPlatformModel");
|
|
@@ -199,9 +199,25 @@ const CatalogPlatformModel = require("./CatalogPlatformModel");
|
|
|
199
199
|
* set of results
|
|
200
200
|
* @property {number} [pageSize] - Number of items to retrieve in each page.
|
|
201
201
|
* Default is 12.
|
|
202
|
+
* @property {string} [pageId] - Alphanumeric Page ID to retrieve next set of results.
|
|
203
|
+
* @property {string} [pageType] - Available pagination types are cursor or number.
|
|
202
204
|
* @property {string} [q] - Search with help of store code.
|
|
203
205
|
* @property {boolean} [sellable] - Filter on whether product is in stock or not.
|
|
204
206
|
* @property {number[]} [storeIds] - The Store Id of products to fetch inventory.
|
|
207
|
+
* @property {number[]} [brandIds] - The Brand Id of products to fetch inventory.
|
|
208
|
+
* @property {string[]} [sellerIdentifiers] - The Seller Identifier or Primary
|
|
209
|
+
* Identifier of the inventory.
|
|
210
|
+
* @property {number} [qtyGt] - This field allows you to filter for inventories
|
|
211
|
+
* that have quantity greater than to the specified value based on qty_type filter.
|
|
212
|
+
* @property {number} [qtyLt] - This field allows you to filter for inventories
|
|
213
|
+
* that have a quantity less than to the specified value based on qty_type filter.
|
|
214
|
+
* @property {string} [qtyType] - This field provides flexibility in selecting
|
|
215
|
+
* filter for inventory quantity counts and date queries. For example, you
|
|
216
|
+
* might use this field to specify "total" or "sellable" quantity.
|
|
217
|
+
* @property {string} [fromDate] - Inventory updated on filter to get
|
|
218
|
+
* inventories greater then or equal to provided date based on qty_type value.
|
|
219
|
+
* @property {string} [toDate] - Inventory updated on filter to get inventories
|
|
220
|
+
* less then or equal to provided date based on qty_type value.
|
|
205
221
|
* @property {string} [sizeIdentifier] - Size Identifier (Seller Identifier or
|
|
206
222
|
* Primary Identifier) of which inventory is to get.
|
|
207
223
|
*/
|
|
@@ -778,9 +794,18 @@ class CatalogPlatformValidator {
|
|
|
778
794
|
size: Joi.string().allow(""),
|
|
779
795
|
pageNo: Joi.number(),
|
|
780
796
|
pageSize: Joi.number(),
|
|
797
|
+
pageId: Joi.string().allow(""),
|
|
798
|
+
pageType: Joi.string().allow(""),
|
|
781
799
|
q: Joi.string().allow(""),
|
|
782
800
|
sellable: Joi.boolean(),
|
|
783
801
|
storeIds: Joi.array().items(Joi.number()),
|
|
802
|
+
brandIds: Joi.array().items(Joi.number()),
|
|
803
|
+
sellerIdentifiers: Joi.array().items(Joi.string().allow("")),
|
|
804
|
+
qtyGt: Joi.number(),
|
|
805
|
+
qtyLt: Joi.number(),
|
|
806
|
+
qtyType: Joi.string().allow(""),
|
|
807
|
+
fromDate: Joi.string().allow(""),
|
|
808
|
+
toDate: Joi.string().allow(""),
|
|
784
809
|
sizeIdentifier: Joi.string().allow(""),
|
|
785
810
|
}).required();
|
|
786
811
|
}
|
|
@@ -23,5 +23,5 @@ declare class Common {
|
|
|
23
23
|
*/
|
|
24
24
|
searchApplication({ authorization, query, requestHeaders }?: CommonPlatformValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<CommonPlatformModel.ApplicationResponse>;
|
|
25
25
|
}
|
|
26
|
-
import CommonPlatformValidator = require("
|
|
27
|
-
import CommonPlatformModel = require("
|
|
26
|
+
import CommonPlatformValidator = require("./CommonPlatformValidator");
|
|
27
|
+
import CommonPlatformModel = require("./CommonPlatformModel");
|
|
@@ -819,5 +819,5 @@ declare class Communication {
|
|
|
819
819
|
*/
|
|
820
820
|
verfiyOtp({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.VerfiyOtpParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.VerifyOtpCommsSuccessRes>;
|
|
821
821
|
}
|
|
822
|
-
import CommunicationPlatformApplicationValidator = require("
|
|
823
|
-
import CommunicationPlatformModel = require("
|
|
822
|
+
import CommunicationPlatformApplicationValidator = require("./CommunicationPlatformApplicationValidator");
|
|
823
|
+
import CommunicationPlatformModel = require("./CommunicationPlatformModel");
|
|
@@ -828,4 +828,4 @@ type GetSystemAudiencesParam = any;
|
|
|
828
828
|
type GetSystemEmailTemplatesParam = any;
|
|
829
829
|
type GetSystemSmsTemplatesParam = any;
|
|
830
830
|
type UpdateOtpConfigurationParam = any;
|
|
831
|
-
import CommunicationPlatformModel = require("
|
|
831
|
+
import CommunicationPlatformModel = require("./CommunicationPlatformModel");
|
|
@@ -16,5 +16,5 @@ declare class Communication {
|
|
|
16
16
|
*/
|
|
17
17
|
getSystemNotifications({ pageNo, pageSize, requestHeaders }?: CommunicationPlatformValidator.GetSystemNotificationsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SystemNotifications>;
|
|
18
18
|
}
|
|
19
|
-
import CommunicationPlatformValidator = require("
|
|
20
|
-
import CommunicationPlatformModel = require("
|
|
19
|
+
import CommunicationPlatformValidator = require("./CommunicationPlatformValidator");
|
|
20
|
+
import CommunicationPlatformModel = require("./CommunicationPlatformModel");
|
|
@@ -203,6 +203,6 @@ declare class CompanyProfile {
|
|
|
203
203
|
*/
|
|
204
204
|
updateLocation({ locationId, body, requestHeaders }?: CompanyProfilePlatformValidator.UpdateLocationParam, { responseHeaders }?: object): Promise<CompanyProfilePlatformModel.ProfileSuccessResponse>;
|
|
205
205
|
}
|
|
206
|
-
import CompanyProfilePlatformModel = require("
|
|
207
|
-
import CompanyProfilePlatformValidator = require("
|
|
208
|
-
import Paginator = require("
|
|
206
|
+
import CompanyProfilePlatformModel = require("./CompanyProfilePlatformModel");
|
|
207
|
+
import CompanyProfilePlatformValidator = require("./CompanyProfilePlatformValidator");
|
|
208
|
+
import Paginator = require("../../common/Paginator");
|
|
@@ -185,7 +185,21 @@ export = CompanyProfilePlatformModel;
|
|
|
185
185
|
* @property {string} [description]
|
|
186
186
|
*/
|
|
187
187
|
/**
|
|
188
|
-
* @typedef
|
|
188
|
+
* @typedef CreateBrandRequestSerializer
|
|
189
|
+
* @property {Object} [_custom_json]
|
|
190
|
+
* @property {Object} [_locale_language]
|
|
191
|
+
* @property {string[]} [synonyms]
|
|
192
|
+
* @property {number} [company_id]
|
|
193
|
+
* @property {string} [description]
|
|
194
|
+
* @property {string} logo
|
|
195
|
+
* @property {string} [brand_tier]
|
|
196
|
+
* @property {number} [uid]
|
|
197
|
+
* @property {BrandBannerSerializer} banner
|
|
198
|
+
* @property {string} name
|
|
199
|
+
* @property {string} [slug_key]
|
|
200
|
+
*/
|
|
201
|
+
/**
|
|
202
|
+
* @typedef UpdateBrandRequestSerializer
|
|
189
203
|
* @property {Object} [_custom_json]
|
|
190
204
|
* @property {Object} [_locale_language]
|
|
191
205
|
* @property {string[]} [synonyms]
|
|
@@ -196,7 +210,6 @@ export = CompanyProfilePlatformModel;
|
|
|
196
210
|
* @property {number} [uid]
|
|
197
211
|
* @property {BrandBannerSerializer} banner
|
|
198
212
|
* @property {string} name
|
|
199
|
-
* @property {string} [slug]
|
|
200
213
|
*/
|
|
201
214
|
/**
|
|
202
215
|
* @typedef CompanySocialAccounts
|
|
@@ -431,7 +444,7 @@ export = CompanyProfilePlatformModel;
|
|
|
431
444
|
declare class CompanyProfilePlatformModel {
|
|
432
445
|
}
|
|
433
446
|
declare namespace CompanyProfilePlatformModel {
|
|
434
|
-
export { CompanyTaxesSerializer, UserSerializer, Website, BusinessDetails, SellerPhoneNumber, ContactDetails, CountryCurrencyInfo, BusinessCountryInfo, Document, GetAddressSerializer, GetCompanyProfileSerializerResponse, ErrorResponse, CompanyTaxesSerializer1, CreateUpdateAddressSerializer, UpdateCompany, ProfileSuccessResponse, DocumentsObj, MetricsSerializer, BrandBannerSerializer, GetBrandResponseSerializer,
|
|
447
|
+
export { CompanyTaxesSerializer, UserSerializer, Website, BusinessDetails, SellerPhoneNumber, ContactDetails, CountryCurrencyInfo, BusinessCountryInfo, Document, GetAddressSerializer, GetCompanyProfileSerializerResponse, ErrorResponse, CompanyTaxesSerializer1, CreateUpdateAddressSerializer, UpdateCompany, ProfileSuccessResponse, DocumentsObj, MetricsSerializer, BrandBannerSerializer, GetBrandResponseSerializer, CreateBrandRequestSerializer, UpdateBrandRequestSerializer, CompanySocialAccounts, CompanyDetails, CompanySerializer, CompanyBrandSerializer, Page, CompanyBrandListSerializer, CompanyBrandPostRequestSerializer, InvoiceCredSerializer, InvoiceDetailsSerializer, GetCompanySerializer, LocationManagerSerializer, LocationTimingSerializer, LocationDayWiseSerializer, HolidayDateSerializer, HolidaySchemaSerializer, ProductReturnConfigSerializer, GetLocationSerializer, LocationListSerializer, AddressSerializer, LocationSerializer, BulkLocationSerializer, AverageOrderProcessingTime, StoreTagsResponseSchema };
|
|
435
448
|
}
|
|
436
449
|
/** @returns {CompanyTaxesSerializer} */
|
|
437
450
|
declare function CompanyTaxesSerializer(): CompanyTaxesSerializer;
|
|
@@ -638,9 +651,24 @@ type GetBrandResponseSerializer = {
|
|
|
638
651
|
logo?: string;
|
|
639
652
|
description?: string;
|
|
640
653
|
};
|
|
641
|
-
/** @returns {
|
|
642
|
-
declare function
|
|
643
|
-
type
|
|
654
|
+
/** @returns {CreateBrandRequestSerializer} */
|
|
655
|
+
declare function CreateBrandRequestSerializer(): CreateBrandRequestSerializer;
|
|
656
|
+
type CreateBrandRequestSerializer = {
|
|
657
|
+
_custom_json?: any;
|
|
658
|
+
_locale_language?: any;
|
|
659
|
+
synonyms?: string[];
|
|
660
|
+
company_id?: number;
|
|
661
|
+
description?: string;
|
|
662
|
+
logo: string;
|
|
663
|
+
brand_tier?: string;
|
|
664
|
+
uid?: number;
|
|
665
|
+
banner: BrandBannerSerializer;
|
|
666
|
+
name: string;
|
|
667
|
+
slug_key?: string;
|
|
668
|
+
};
|
|
669
|
+
/** @returns {UpdateBrandRequestSerializer} */
|
|
670
|
+
declare function UpdateBrandRequestSerializer(): UpdateBrandRequestSerializer;
|
|
671
|
+
type UpdateBrandRequestSerializer = {
|
|
644
672
|
_custom_json?: any;
|
|
645
673
|
_locale_language?: any;
|
|
646
674
|
synonyms?: string[];
|
|
@@ -651,7 +679,6 @@ type CreateUpdateBrandRequestSerializer = {
|
|
|
651
679
|
uid?: number;
|
|
652
680
|
banner: BrandBannerSerializer;
|
|
653
681
|
name: string;
|
|
654
|
-
slug?: string;
|
|
655
682
|
};
|
|
656
683
|
/** @returns {CompanySocialAccounts} */
|
|
657
684
|
declare function CompanySocialAccounts(): CompanySocialAccounts;
|
|
@@ -206,7 +206,22 @@ const Joi = require("joi");
|
|
|
206
206
|
*/
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
|
-
* @typedef
|
|
209
|
+
* @typedef CreateBrandRequestSerializer
|
|
210
|
+
* @property {Object} [_custom_json]
|
|
211
|
+
* @property {Object} [_locale_language]
|
|
212
|
+
* @property {string[]} [synonyms]
|
|
213
|
+
* @property {number} [company_id]
|
|
214
|
+
* @property {string} [description]
|
|
215
|
+
* @property {string} logo
|
|
216
|
+
* @property {string} [brand_tier]
|
|
217
|
+
* @property {number} [uid]
|
|
218
|
+
* @property {BrandBannerSerializer} banner
|
|
219
|
+
* @property {string} name
|
|
220
|
+
* @property {string} [slug_key]
|
|
221
|
+
*/
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* @typedef UpdateBrandRequestSerializer
|
|
210
225
|
* @property {Object} [_custom_json]
|
|
211
226
|
* @property {Object} [_locale_language]
|
|
212
227
|
* @property {string[]} [synonyms]
|
|
@@ -217,7 +232,6 @@ const Joi = require("joi");
|
|
|
217
232
|
* @property {number} [uid]
|
|
218
233
|
* @property {BrandBannerSerializer} banner
|
|
219
234
|
* @property {string} name
|
|
220
|
-
* @property {string} [slug]
|
|
221
235
|
*/
|
|
222
236
|
|
|
223
237
|
/**
|
|
@@ -727,8 +741,25 @@ class CompanyProfilePlatformModel {
|
|
|
727
741
|
});
|
|
728
742
|
}
|
|
729
743
|
|
|
730
|
-
/** @returns {
|
|
731
|
-
static
|
|
744
|
+
/** @returns {CreateBrandRequestSerializer} */
|
|
745
|
+
static CreateBrandRequestSerializer() {
|
|
746
|
+
return Joi.object({
|
|
747
|
+
_custom_json: Joi.any(),
|
|
748
|
+
_locale_language: Joi.any(),
|
|
749
|
+
synonyms: Joi.array().items(Joi.string().allow("")),
|
|
750
|
+
company_id: Joi.number(),
|
|
751
|
+
description: Joi.string().allow(""),
|
|
752
|
+
logo: Joi.string().allow("").required(),
|
|
753
|
+
brand_tier: Joi.string().allow(""),
|
|
754
|
+
uid: Joi.number(),
|
|
755
|
+
banner: CompanyProfilePlatformModel.BrandBannerSerializer().required(),
|
|
756
|
+
name: Joi.string().allow("").required(),
|
|
757
|
+
slug_key: Joi.string().allow(""),
|
|
758
|
+
});
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
/** @returns {UpdateBrandRequestSerializer} */
|
|
762
|
+
static UpdateBrandRequestSerializer() {
|
|
732
763
|
return Joi.object({
|
|
733
764
|
_custom_json: Joi.any(),
|
|
734
765
|
_locale_language: Joi.any(),
|
|
@@ -740,7 +771,6 @@ class CompanyProfilePlatformModel {
|
|
|
740
771
|
uid: Joi.number(),
|
|
741
772
|
banner: CompanyProfilePlatformModel.BrandBannerSerializer().required(),
|
|
742
773
|
name: Joi.string().allow("").required(),
|
|
743
|
-
slug: Joi.string().allow(""),
|
|
744
774
|
});
|
|
745
775
|
}
|
|
746
776
|
|
|
@@ -2,7 +2,7 @@ export = CompanyProfilePlatformValidator;
|
|
|
2
2
|
/** @typedef CbsOnboardGetParam */
|
|
3
3
|
/**
|
|
4
4
|
* @typedef CreateBrandParam
|
|
5
|
-
* @property {CompanyProfilePlatformModel.
|
|
5
|
+
* @property {CompanyProfilePlatformModel.CreateBrandRequestSerializer} body
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
8
8
|
* @typedef CreateCompanyBrandMappingParam
|
|
@@ -19,7 +19,7 @@ export = CompanyProfilePlatformValidator;
|
|
|
19
19
|
/**
|
|
20
20
|
* @typedef EditBrandParam
|
|
21
21
|
* @property {string} brandId - Id of the brand to be viewed.
|
|
22
|
-
* @property {CompanyProfilePlatformModel.
|
|
22
|
+
* @property {CompanyProfilePlatformModel.UpdateBrandRequestSerializer} body
|
|
23
23
|
*/
|
|
24
24
|
/**
|
|
25
25
|
* @typedef GetBrandParam
|
|
@@ -99,7 +99,7 @@ declare namespace CompanyProfilePlatformValidator {
|
|
|
99
99
|
export { CbsOnboardGetParam, CreateBrandParam, CreateCompanyBrandMappingParam, CreateLocationParam, CreateLocationBulkParam, EditBrandParam, GetBrandParam, GetBrandsParam, GetCompanyMetricsParam, GetLocationDetailParam, GetLocationTagsParam, GetLocationsParam, UpdateCompanyParam, UpdateLocationParam };
|
|
100
100
|
}
|
|
101
101
|
type CreateBrandParam = {
|
|
102
|
-
body: CompanyProfilePlatformModel.
|
|
102
|
+
body: CompanyProfilePlatformModel.CreateBrandRequestSerializer;
|
|
103
103
|
};
|
|
104
104
|
type CreateCompanyBrandMappingParam = {
|
|
105
105
|
body: CompanyProfilePlatformModel.CompanyBrandPostRequestSerializer;
|
|
@@ -115,7 +115,7 @@ type EditBrandParam = {
|
|
|
115
115
|
* - Id of the brand to be viewed.
|
|
116
116
|
*/
|
|
117
117
|
brandId: string;
|
|
118
|
-
body: CompanyProfilePlatformModel.
|
|
118
|
+
body: CompanyProfilePlatformModel.UpdateBrandRequestSerializer;
|
|
119
119
|
};
|
|
120
120
|
type GetBrandParam = {
|
|
121
121
|
/**
|
|
@@ -198,4 +198,4 @@ type UpdateLocationParam = {
|
|
|
198
198
|
type CbsOnboardGetParam = any;
|
|
199
199
|
type GetCompanyMetricsParam = any;
|
|
200
200
|
type GetLocationTagsParam = any;
|
|
201
|
-
import CompanyProfilePlatformModel = require("
|
|
201
|
+
import CompanyProfilePlatformModel = require("./CompanyProfilePlatformModel");
|
|
@@ -6,7 +6,7 @@ const CompanyProfilePlatformModel = require("./CompanyProfilePlatformModel");
|
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @typedef CreateBrandParam
|
|
9
|
-
* @property {CompanyProfilePlatformModel.
|
|
9
|
+
* @property {CompanyProfilePlatformModel.CreateBrandRequestSerializer} body
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -27,7 +27,7 @@ const CompanyProfilePlatformModel = require("./CompanyProfilePlatformModel");
|
|
|
27
27
|
/**
|
|
28
28
|
* @typedef EditBrandParam
|
|
29
29
|
* @property {string} brandId - Id of the brand to be viewed.
|
|
30
|
-
* @property {CompanyProfilePlatformModel.
|
|
30
|
+
* @property {CompanyProfilePlatformModel.UpdateBrandRequestSerializer} body
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
/**
|
|
@@ -91,7 +91,7 @@ class CompanyProfilePlatformValidator {
|
|
|
91
91
|
/** @returns {CreateBrandParam} */
|
|
92
92
|
static createBrand() {
|
|
93
93
|
return Joi.object({
|
|
94
|
-
body: CompanyProfilePlatformModel.
|
|
94
|
+
body: CompanyProfilePlatformModel.CreateBrandRequestSerializer().required(),
|
|
95
95
|
}).required();
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -120,7 +120,7 @@ class CompanyProfilePlatformValidator {
|
|
|
120
120
|
static editBrand() {
|
|
121
121
|
return Joi.object({
|
|
122
122
|
brandId: Joi.string().allow("").required(),
|
|
123
|
-
body: CompanyProfilePlatformModel.
|
|
123
|
+
body: CompanyProfilePlatformModel.UpdateBrandRequestSerializer().required(),
|
|
124
124
|
}).required();
|
|
125
125
|
}
|
|
126
126
|
|
|
@@ -402,5 +402,5 @@ declare class Configuration {
|
|
|
402
402
|
*/
|
|
403
403
|
updateOrderingStoreConfig({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateOrderingStoreConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.DeploymentMeta>;
|
|
404
404
|
}
|
|
405
|
-
import ConfigurationPlatformApplicationValidator = require("
|
|
406
|
-
import ConfigurationPlatformModel = require("
|
|
405
|
+
import ConfigurationPlatformApplicationValidator = require("./ConfigurationPlatformApplicationValidator");
|
|
406
|
+
import ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
|
|
@@ -317,4 +317,4 @@ type GetDomainsParam = any;
|
|
|
317
317
|
type GetInventoryConfigParam = any;
|
|
318
318
|
type GetOrderingStoreConfigParam = any;
|
|
319
319
|
type RemoveOrderingStoreCookieParam = any;
|
|
320
|
-
import ConfigurationPlatformModel = require("
|
|
320
|
+
import ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
|
|
@@ -215,5 +215,5 @@ declare class Configuration {
|
|
|
215
215
|
*/
|
|
216
216
|
updateLevelUidIntegration({ id, level, uid, body, requestHeaders }?: ConfigurationPlatformValidator.UpdateLevelUidIntegrationParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.IntegrationLevel>;
|
|
217
217
|
}
|
|
218
|
-
import ConfigurationPlatformValidator = require("
|
|
219
|
-
import ConfigurationPlatformModel = require("
|
|
218
|
+
import ConfigurationPlatformValidator = require("./ConfigurationPlatformValidator");
|
|
219
|
+
import ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
|
|
@@ -331,4 +331,4 @@ type UpdateLevelUidIntegrationParam = {
|
|
|
331
331
|
body: ConfigurationPlatformModel.IntegrationLevel;
|
|
332
332
|
};
|
|
333
333
|
type GetCurrenciesParam = any;
|
|
334
|
-
import ConfigurationPlatformModel = require("
|
|
334
|
+
import ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
|
|
@@ -1186,6 +1186,6 @@ declare class Content {
|
|
|
1186
1186
|
*/
|
|
1187
1187
|
updateSupportInformation({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSupportInformationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
|
|
1188
1188
|
}
|
|
1189
|
-
import ContentPlatformApplicationValidator = require("
|
|
1190
|
-
import ContentPlatformModel = require("
|
|
1191
|
-
import Paginator = require("
|
|
1189
|
+
import ContentPlatformApplicationValidator = require("./ContentPlatformApplicationValidator");
|
|
1190
|
+
import ContentPlatformModel = require("./ContentPlatformModel");
|
|
1191
|
+
import Paginator = require("../../common/Paginator");
|
|
@@ -1234,4 +1234,4 @@ type GetPageMetaParam = any;
|
|
|
1234
1234
|
type GetPageSpecParam = any;
|
|
1235
1235
|
type GetSEOConfigurationParam = any;
|
|
1236
1236
|
type GetSupportInformationParam = any;
|
|
1237
|
-
import ContentPlatformModel = require("
|
|
1237
|
+
import ContentPlatformModel = require("./ContentPlatformModel");
|
|
@@ -273,5 +273,5 @@ declare class Content {
|
|
|
273
273
|
*/
|
|
274
274
|
updateCustomObjectDefinition({ definitionId, body, requestHeaders }?: ContentPlatformValidator.UpdateCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
|
|
275
275
|
}
|
|
276
|
-
import ContentPlatformValidator = require("
|
|
277
|
-
import ContentPlatformModel = require("
|
|
276
|
+
import ContentPlatformValidator = require("./ContentPlatformValidator");
|
|
277
|
+
import ContentPlatformModel = require("./ContentPlatformModel");
|
|
@@ -244,4 +244,4 @@ type UpdateCustomObjectDefinitionParam = {
|
|
|
244
244
|
};
|
|
245
245
|
type GetCustomFieldTypesParam = any;
|
|
246
246
|
type GetResourcesParam = any;
|
|
247
|
-
import ContentPlatformModel = require("
|
|
247
|
+
import ContentPlatformModel = require("./ContentPlatformModel");
|
|
@@ -113,5 +113,5 @@ declare class Discount {
|
|
|
113
113
|
*/
|
|
114
114
|
validateDiscountFile({ body, discount, requestHeaders }?: DiscountPlatformValidator.ValidateDiscountFileParam, { responseHeaders }?: object): Promise<DiscountPlatformModel.FileJobResponse>;
|
|
115
115
|
}
|
|
116
|
-
import DiscountPlatformValidator = require("
|
|
117
|
-
import DiscountPlatformModel = require("
|
|
116
|
+
import DiscountPlatformValidator = require("./DiscountPlatformValidator");
|
|
117
|
+
import DiscountPlatformModel = require("./DiscountPlatformModel");
|
|
@@ -183,4 +183,4 @@ type ValidateDiscountFileParam = {
|
|
|
183
183
|
discount?: string;
|
|
184
184
|
body: DiscountPlatformModel.FileJobRequest;
|
|
185
185
|
};
|
|
186
|
-
import DiscountPlatformModel = require("
|
|
186
|
+
import DiscountPlatformModel = require("./DiscountPlatformModel");
|
|
@@ -162,5 +162,5 @@ declare class FileStorage {
|
|
|
162
162
|
tags: any;
|
|
163
163
|
}): Promise<any>;
|
|
164
164
|
}
|
|
165
|
-
import FileStoragePlatformApplicationValidator = require("
|
|
166
|
-
import FileStoragePlatformModel = require("
|
|
165
|
+
import FileStoragePlatformApplicationValidator = require("./FileStoragePlatformApplicationValidator");
|
|
166
|
+
import FileStoragePlatformModel = require("./FileStoragePlatformModel");
|
|
@@ -201,4 +201,4 @@ type UpdateHtmlTemplateParam = {
|
|
|
201
201
|
id: string;
|
|
202
202
|
body: FileStoragePlatformModel.PdfConfig;
|
|
203
203
|
};
|
|
204
|
-
import FileStoragePlatformModel = require("
|
|
204
|
+
import FileStoragePlatformModel = require("./FileStoragePlatformModel");
|
|
@@ -79,5 +79,5 @@ declare class FileStorage {
|
|
|
79
79
|
tags: any;
|
|
80
80
|
}): Promise<any>;
|
|
81
81
|
}
|
|
82
|
-
import FileStoragePlatformValidator = require("
|
|
83
|
-
import FileStoragePlatformModel = require("
|
|
82
|
+
import FileStoragePlatformValidator = require("./FileStoragePlatformValidator");
|
|
83
|
+
import FileStoragePlatformModel = require("./FileStoragePlatformModel");
|
|
@@ -104,4 +104,4 @@ type StartUploadParam = {
|
|
|
104
104
|
namespace: string;
|
|
105
105
|
body: FileStoragePlatformModel.StartRequest;
|
|
106
106
|
};
|
|
107
|
-
import FileStoragePlatformModel = require("
|
|
107
|
+
import FileStoragePlatformModel = require("./FileStoragePlatformModel");
|
|
@@ -295,5 +295,5 @@ declare class Finance {
|
|
|
295
295
|
*/
|
|
296
296
|
unlockCreditNote({ body, requestHeaders }?: FinancePlatformValidator.UnlockCreditNoteParam, { responseHeaders }?: object): Promise<FinancePlatformModel.UnlockCreditNoteResponse>;
|
|
297
297
|
}
|
|
298
|
-
import FinancePlatformValidator = require("
|
|
299
|
-
import FinancePlatformModel = require("
|
|
298
|
+
import FinancePlatformValidator = require("./FinancePlatformValidator");
|
|
299
|
+
import FinancePlatformModel = require("./FinancePlatformModel");
|
|
@@ -268,4 +268,4 @@ type PaymentProcessParam = {
|
|
|
268
268
|
type UnlockCreditNoteParam = {
|
|
269
269
|
body: FinancePlatformModel.UnlockCreditNoteRequest;
|
|
270
270
|
};
|
|
271
|
-
import FinancePlatformModel = require("
|
|
271
|
+
import FinancePlatformModel = require("./FinancePlatformModel");
|