@gofynd/fdk-client-javascript 1.4.14 → 1.4.15-beta.2
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 +1321 -4975
- package/sdk/platform/Cart/CartPlatformModel.js +1226 -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 +396 -620
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +326 -501
- 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
|
@@ -9,13 +9,15 @@ export = OrderPlatformValidator;
|
|
|
9
9
|
*/
|
|
10
10
|
/**
|
|
11
11
|
* @typedef BulkListingParam
|
|
12
|
-
* @property {number} pageSize -
|
|
13
|
-
* @property {number} pageNo -
|
|
14
|
-
* @property {string} startDate -
|
|
15
|
-
*
|
|
16
|
-
* @property {string}
|
|
17
|
-
*
|
|
18
|
-
* @property {string} [
|
|
12
|
+
* @property {number} pageSize - The number of records to return per page in the response.
|
|
13
|
+
* @property {number} pageNo - The page number to fetch from the paginated results.
|
|
14
|
+
* @property {string} startDate - The start date for filtering the jobs,
|
|
15
|
+
* expressed in UTC format
|
|
16
|
+
* @property {string} endDate - The end date for filtering the jobs, expressed
|
|
17
|
+
* in UTC format
|
|
18
|
+
* @property {string} [status] - The status of the jobs to filter the results.
|
|
19
|
+
* @property {string} [bulkActionType] - Pecifies the type of job action being requested.
|
|
20
|
+
* @property {string} [searchKey] - A key or keyword used to search for specific jobs.
|
|
19
21
|
*/
|
|
20
22
|
/**
|
|
21
23
|
* @typedef BulkStateTransistionParam
|
|
@@ -25,10 +27,6 @@ export = OrderPlatformValidator;
|
|
|
25
27
|
* @typedef CheckOrderStatusParam
|
|
26
28
|
* @property {OrderPlatformModel.OrderStatus} body
|
|
27
29
|
*/
|
|
28
|
-
/**
|
|
29
|
-
* @typedef CreateChannelConfigParam
|
|
30
|
-
* @property {OrderPlatformModel.CreateChannelConfigData} body
|
|
31
|
-
*/
|
|
32
30
|
/**
|
|
33
31
|
* @typedef CreateOrderParam
|
|
34
32
|
* @property {OrderPlatformModel.CreateOrderAPI} body
|
|
@@ -43,7 +41,7 @@ export = OrderPlatformValidator;
|
|
|
43
41
|
*/
|
|
44
42
|
/**
|
|
45
43
|
* @typedef DownloadLanesReportParam
|
|
46
|
-
* @property {OrderPlatformModel.
|
|
44
|
+
* @property {OrderPlatformModel.BulkReportsDownloadRequest} body
|
|
47
45
|
*/
|
|
48
46
|
/**
|
|
49
47
|
* @typedef EInvoiceRetryParam
|
|
@@ -53,10 +51,6 @@ export = OrderPlatformValidator;
|
|
|
53
51
|
* @typedef FailedOrderLogDetailsParam
|
|
54
52
|
* @property {string} logId - Log Error ID
|
|
55
53
|
*/
|
|
56
|
-
/**
|
|
57
|
-
* @typedef FetchCreditBalanceDetailParam
|
|
58
|
-
* @property {OrderPlatformModel.FetchCreditBalanceRequestPayload} body
|
|
59
|
-
*/
|
|
60
54
|
/**
|
|
61
55
|
* @typedef FetchRefundModeConfigParam
|
|
62
56
|
* @property {OrderPlatformModel.RefundModeConfigRequestPayload} body
|
|
@@ -74,18 +68,18 @@ export = OrderPlatformValidator;
|
|
|
74
68
|
*/
|
|
75
69
|
/**
|
|
76
70
|
* @typedef GenerateProcessManifestParam
|
|
77
|
-
* @property {OrderPlatformModel.
|
|
71
|
+
* @property {OrderPlatformModel.ProcessManifestRequest} body
|
|
78
72
|
*/
|
|
79
73
|
/**
|
|
80
74
|
* @typedef GetAllowedStateTransitionParam
|
|
81
|
-
* @property {string} orderingChannel -
|
|
82
|
-
* @property {string} status -
|
|
75
|
+
* @property {string} orderingChannel - The channel through which orders are placed.
|
|
76
|
+
* @property {string} status - The status key indicates the current status for
|
|
77
|
+
* which the API will provide a list of possible next state transitions.
|
|
83
78
|
*/
|
|
84
79
|
/** @typedef GetAllowedTemplatesForBulkParam */
|
|
85
80
|
/**
|
|
86
81
|
* @typedef GetAnnouncementsParam
|
|
87
|
-
* @property {string} [date] - Date On which the announcement is Active
|
|
88
|
-
* should in ISO Datetime format IST Time)
|
|
82
|
+
* @property {string} [date] - Date On which the announcement is Active.
|
|
89
83
|
*/
|
|
90
84
|
/**
|
|
91
85
|
* @typedef GetBagByIdParam
|
|
@@ -110,8 +104,8 @@ export = OrderPlatformValidator;
|
|
|
110
104
|
* @typedef GetBulkShipmentExcelFileParam
|
|
111
105
|
* @property {string} [salesChannels] - Comma separated values of sales channel ids
|
|
112
106
|
* @property {string} [dpIds] - Comma separated values of delivery partner ids
|
|
113
|
-
* @property {string} [startDate] -
|
|
114
|
-
* @property {string} [endDate] -
|
|
107
|
+
* @property {string} [startDate] - UTC start date in ISO format
|
|
108
|
+
* @property {string} [endDate] - UTC end date in ISO format
|
|
115
109
|
* @property {string} [stores] - Comma separated values of store ids
|
|
116
110
|
* @property {string} [tags] - Comma separated values of tags
|
|
117
111
|
* @property {string} [bagStatus] - Comma separated values of bag statuses
|
|
@@ -121,13 +115,12 @@ export = OrderPlatformValidator;
|
|
|
121
115
|
* @property {number} [pageNo]
|
|
122
116
|
* @property {number} [pageSize]
|
|
123
117
|
*/
|
|
124
|
-
/** @typedef GetChannelConfigParam */
|
|
125
118
|
/**
|
|
126
119
|
* @typedef GetFileByStatusParam
|
|
127
|
-
* @property {string} batchId
|
|
128
|
-
* @property {string} status
|
|
129
|
-
* @property {string} fileType -
|
|
130
|
-
* @property {string} [reportType]
|
|
120
|
+
* @property {string} batchId - Batch Id to identify the bulk operation request.
|
|
121
|
+
* @property {string} status - The status of the jobs to filter the results.
|
|
122
|
+
* @property {string} fileType - The type of file to be downloaded.
|
|
123
|
+
* @property {string} [reportType] - The type of report to be downloaded.
|
|
131
124
|
*/
|
|
132
125
|
/**
|
|
133
126
|
* @typedef GetLaneConfigParam
|
|
@@ -142,44 +135,38 @@ export = OrderPlatformValidator;
|
|
|
142
135
|
* @property {string} [salesChannels]
|
|
143
136
|
* @property {string} [paymentMode] - Comma separated values of payment modes
|
|
144
137
|
* @property {string} [bagStatus] - Comma separated values of bag statuses
|
|
145
|
-
* @property {string} [searchType]
|
|
146
|
-
* be used as the target for the search operation
|
|
138
|
+
* @property {string} [searchType]
|
|
147
139
|
* @property {string} [searchValue]
|
|
148
140
|
* @property {string} [tags]
|
|
149
|
-
* @property {number} [timeToDispatch]
|
|
141
|
+
* @property {number} [timeToDispatch]
|
|
150
142
|
* @property {string} [paymentMethods]
|
|
151
143
|
* @property {boolean} [myOrders]
|
|
152
144
|
* @property {boolean} [showCrossCompanyData] - Flag to view cross & non-cross
|
|
153
145
|
* company order
|
|
154
|
-
* @property {string} [orderType]
|
|
155
|
-
* follow based on the application's operational needs and customer
|
|
156
|
-
* preferences. This field categorizes orders into distinct types, each
|
|
157
|
-
* associated with a unique processing flow. For example:
|
|
158
|
-
*
|
|
159
|
-
* - "HomeDelivery": The order undergoes all state transitions typical for a
|
|
160
|
-
* delivery, from processing the shipment to final delivery at the
|
|
161
|
-
* customer's address.
|
|
162
|
-
* - "PickAtStore": The order is prepared for pickup and moved to a state where it
|
|
163
|
-
* is ready to be handed over directly to the customer at the store. This
|
|
164
|
-
* type streamlines the process by bypassing traditional shipping stages
|
|
165
|
-
* and facilitating a quicker transition to the final handover stage.
|
|
146
|
+
* @property {string} [orderType]
|
|
166
147
|
*/
|
|
167
148
|
/**
|
|
168
149
|
* @typedef GetManifestDetailsParam
|
|
169
|
-
* @property {string} manifestId
|
|
150
|
+
* @property {string} manifestId - The unique identifier assigned to the manifest.
|
|
151
|
+
* @property {string} [dpIds] - Filter shipments with the specific Courier
|
|
152
|
+
* partner Ids which is a combination of courier partner extension and scheme Ids.
|
|
153
|
+
* @property {string} [endDate] - End date for the shipment search range in manifest.
|
|
154
|
+
* @property {string} [startDate] - Start date for the shipment search range in manifest.
|
|
155
|
+
* @property {number} [pageNo] - Page number for pagination.
|
|
156
|
+
* @property {number} [pageSize] - Number of records per page for pagination.
|
|
170
157
|
*/
|
|
171
158
|
/**
|
|
172
159
|
* @typedef GetManifestShipmentsParam
|
|
173
160
|
* @property {string} dpIds - Filter shipments with the specific Courier partner
|
|
174
161
|
* Ids which is a combination of courier partner extension and scheme Ids.
|
|
175
|
-
* @property {number} stores - Filter
|
|
162
|
+
* @property {number} stores - Filter results based on specific store IDs.
|
|
176
163
|
* @property {string} toDate - End date for the shipment search range.
|
|
177
164
|
* @property {string} fromDate - Start date for the shipment search range.
|
|
178
|
-
* @property {string} [dpName] - Filter
|
|
179
|
-
* @property {string} [salesChannels] -
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
* @property {string} [searchValue] -
|
|
165
|
+
* @property {string} [dpName] - Filter results based on specific courier partner name.
|
|
166
|
+
* @property {string} [salesChannels] - Filter results based on comma-separated
|
|
167
|
+
* list of sales channels.
|
|
168
|
+
* @property {string} [searchType] - Filter results based on search type.
|
|
169
|
+
* @property {string} [searchValue] - Filter results based on the search value.
|
|
183
170
|
* @property {number} [pageNo] - Page number for pagination.
|
|
184
171
|
* @property {number} [pageSize] - Number of records per page for pagination.
|
|
185
172
|
*/
|
|
@@ -189,16 +176,20 @@ export = OrderPlatformValidator;
|
|
|
189
176
|
*/
|
|
190
177
|
/**
|
|
191
178
|
* @typedef GetManifestsParam
|
|
192
|
-
* @property {string} [status] -
|
|
193
|
-
* @property {string} [startDate] -
|
|
194
|
-
*
|
|
195
|
-
* @property {string} [
|
|
196
|
-
*
|
|
197
|
-
* @property {number} [storeId] -
|
|
198
|
-
*
|
|
199
|
-
* @property {string} [
|
|
200
|
-
*
|
|
201
|
-
* @property {
|
|
179
|
+
* @property {string} [status] - Filter for the status of manifests.
|
|
180
|
+
* @property {string} [startDate] - The starting date for filtering manifests in
|
|
181
|
+
* ISO format
|
|
182
|
+
* @property {string} [endDate] - The end date for filtering manifests in ISO format
|
|
183
|
+
* @property {string} [searchType] - Specifies the type of search to perform.
|
|
184
|
+
* @property {number} [storeId] - Filter to fetch manifests for a specific store
|
|
185
|
+
* by its ID.
|
|
186
|
+
* @property {string} [searchValue] - The value to search for based on the
|
|
187
|
+
* selected search type.
|
|
188
|
+
* @property {string} [dpIds] - A comma-separated list of courier partner IDs
|
|
189
|
+
* (DP IDs) to filter the manifests.
|
|
190
|
+
* @property {number} [pageNo] - The number of the page to fetch data.
|
|
191
|
+
* @property {number} [pageSize] - The number of records to return per page for
|
|
192
|
+
* pagination.
|
|
202
193
|
*/
|
|
203
194
|
/**
|
|
204
195
|
* @typedef GetOrderByIdParam
|
|
@@ -220,10 +211,10 @@ export = OrderPlatformValidator;
|
|
|
220
211
|
* associated with the order
|
|
221
212
|
* @property {string} [searchValue] - Search_value is matched against the field
|
|
222
213
|
* specified by the search_type
|
|
223
|
-
* @property {string} [fromDate]
|
|
224
|
-
* @property {string} [toDate]
|
|
225
|
-
* @property {string} [startDate]
|
|
226
|
-
* @property {string} [endDate]
|
|
214
|
+
* @property {string} [fromDate]
|
|
215
|
+
* @property {string} [toDate]
|
|
216
|
+
* @property {string} [startDate]
|
|
217
|
+
* @property {string} [endDate]
|
|
227
218
|
* @property {string} [dpIds] - Delivery Partner IDs to which shipments are assigned.
|
|
228
219
|
* @property {string} [stores]
|
|
229
220
|
* @property {string} [salesChannels]
|
|
@@ -238,11 +229,9 @@ export = OrderPlatformValidator;
|
|
|
238
229
|
* @property {string} [orderType]
|
|
239
230
|
* @property {boolean} [allowInactive] - Flag indicating whether inactive
|
|
240
231
|
* shipments are allowed
|
|
241
|
-
* @property {
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
* 'shipments' groups results by shipment, while an invalid value like 'abcd'
|
|
245
|
-
* may not be recognized, leading to errors or default behavior.
|
|
232
|
+
* @property {boolean} [enforceDateFilter] - Applies a date filter for listing
|
|
233
|
+
* orders. This is useful when fetching data for a specific date range while
|
|
234
|
+
* performing searches.
|
|
246
235
|
*/
|
|
247
236
|
/** @typedef GetRoleBasedActionsParam */
|
|
248
237
|
/**
|
|
@@ -256,8 +245,8 @@ export = OrderPlatformValidator;
|
|
|
256
245
|
*/
|
|
257
246
|
/**
|
|
258
247
|
* @typedef GetShipmentHistoryParam
|
|
259
|
-
* @property {string} [shipmentId] -
|
|
260
|
-
* @property {number} [bagId] -
|
|
248
|
+
* @property {string} [shipmentId] - Identifier for the shipment
|
|
249
|
+
* @property {number} [bagId] - Identifier for a bag or product.
|
|
261
250
|
*/
|
|
262
251
|
/**
|
|
263
252
|
* @typedef GetShipmentReasonsParam
|
|
@@ -274,9 +263,8 @@ export = OrderPlatformValidator;
|
|
|
274
263
|
* @property {string} [bagStatus] - Comma separated values of bag statuses
|
|
275
264
|
* @property {boolean} [statusOverrideLane] - Use this flag to fetch by
|
|
276
265
|
* bag_status and override lane
|
|
277
|
-
* @property {number} [timeToDispatch]
|
|
278
|
-
* @property {string} [searchType] -
|
|
279
|
-
* be used as the target for the search operation
|
|
266
|
+
* @property {number} [timeToDispatch]
|
|
267
|
+
* @property {string} [searchType] - Search type key
|
|
280
268
|
* @property {string} [searchValue] - Search type value
|
|
281
269
|
* @property {string} [fromDate] - Start Date in DD-MM-YYYY format
|
|
282
270
|
* @property {string} [toDate] - End Date in DD-MM-YYYY format
|
|
@@ -303,24 +291,10 @@ export = OrderPlatformValidator;
|
|
|
303
291
|
* company order
|
|
304
292
|
* @property {string} [tags] - Comma separated values of tags
|
|
305
293
|
* @property {string} [customerId]
|
|
306
|
-
* @property {string} [orderType]
|
|
307
|
-
*
|
|
308
|
-
*
|
|
309
|
-
*
|
|
310
|
-
*
|
|
311
|
-
* - "HomeDelivery": The order undergoes all state transitions typical for a
|
|
312
|
-
* delivery, from processing the shipment to final delivery at the
|
|
313
|
-
* customer's address.
|
|
314
|
-
* - "PickAtStore": The order is prepared for pickup and moved to a state where it
|
|
315
|
-
* is ready to be handed over directly to the customer at the store. This
|
|
316
|
-
* type streamlines the process by bypassing traditional shipping stages
|
|
317
|
-
* and facilitating a quicker transition to the final handover stage.
|
|
318
|
-
*
|
|
319
|
-
* @property {string} [groupEntity] - Defines the grouping criterion for
|
|
320
|
-
* retrieving shipments or orders. It specifies whether the results should be
|
|
321
|
-
* organized based on shipment groups or order groups. For example, using
|
|
322
|
-
* 'shipments' groups results by shipment, while an invalid value like 'abcd'
|
|
323
|
-
* may not be recognized, leading to errors or default behavior.
|
|
294
|
+
* @property {string} [orderType]
|
|
295
|
+
* @property {boolean} [enforceDateFilter] - Applies a date filter for listing
|
|
296
|
+
* shipments. This is useful when fetching data for a specific date range
|
|
297
|
+
* while performing searches.
|
|
324
298
|
*/
|
|
325
299
|
/**
|
|
326
300
|
* @typedef GetStateManagerConfigParam
|
|
@@ -344,7 +318,8 @@ export = OrderPlatformValidator;
|
|
|
344
318
|
*/
|
|
345
319
|
/**
|
|
346
320
|
* @typedef JobDetailsParam
|
|
347
|
-
* @property {string} batchId
|
|
321
|
+
* @property {string} batchId - A unique identifier for the batch associated
|
|
322
|
+
* with this bulk action.
|
|
348
323
|
*/
|
|
349
324
|
/**
|
|
350
325
|
* @typedef OrderUpdateParam
|
|
@@ -354,10 +329,6 @@ export = OrderPlatformValidator;
|
|
|
354
329
|
* @typedef PostShipmentHistoryParam
|
|
355
330
|
* @property {OrderPlatformModel.PostShipmentHistory} body
|
|
356
331
|
*/
|
|
357
|
-
/**
|
|
358
|
-
* @typedef ProcessManifestsParam
|
|
359
|
-
* @property {OrderPlatformModel.ProcessManifest} body
|
|
360
|
-
*/
|
|
361
332
|
/**
|
|
362
333
|
* @typedef ReassignLocationParam
|
|
363
334
|
* @property {OrderPlatformModel.StoreReassign} body
|
|
@@ -372,24 +343,30 @@ export = OrderPlatformValidator;
|
|
|
372
343
|
*/
|
|
373
344
|
/**
|
|
374
345
|
* @typedef TrackShipmentParam
|
|
375
|
-
* @property {string} [shipmentId] -
|
|
346
|
+
* @property {string} [shipmentId] - Unique identifier of a shipment on the platform.
|
|
376
347
|
* @property {string} [awb] - AWB number
|
|
377
|
-
* @property {number} [pageNo] - Page number
|
|
378
|
-
* @property {number} [pageSize] -
|
|
348
|
+
* @property {number} [pageNo] - Page number for pagination.
|
|
349
|
+
* @property {number} [pageSize] - Number of records per page for pagination.
|
|
379
350
|
*/
|
|
380
351
|
/**
|
|
381
352
|
* @typedef UpdateAddressParam
|
|
382
|
-
* @property {string} shipmentId
|
|
383
|
-
* @property {
|
|
353
|
+
* @property {string} shipmentId
|
|
354
|
+
* @property {string} [name]
|
|
355
|
+
* @property {string} [address]
|
|
356
|
+
* @property {string} [addressType]
|
|
357
|
+
* @property {string} [pincode]
|
|
358
|
+
* @property {string} [phone]
|
|
359
|
+
* @property {string} [email]
|
|
360
|
+
* @property {string} [landmark]
|
|
361
|
+
* @property {string} addressCategory
|
|
362
|
+
* @property {string} [city]
|
|
363
|
+
* @property {string} [state]
|
|
364
|
+
* @property {string} [country]
|
|
384
365
|
*/
|
|
385
366
|
/**
|
|
386
367
|
* @typedef UpdatePackagingDimensionsParam
|
|
387
368
|
* @property {OrderPlatformModel.UpdatePackagingDimensionsPayload} body
|
|
388
369
|
*/
|
|
389
|
-
/**
|
|
390
|
-
* @typedef UpdatePaymentInfoParam
|
|
391
|
-
* @property {OrderPlatformModel.UpdateShipmentPaymentMode} body
|
|
392
|
-
*/
|
|
393
370
|
/**
|
|
394
371
|
* @typedef UpdateShipmentLockParam
|
|
395
372
|
* @property {OrderPlatformModel.UpdateShipmentLockPayload} body
|
|
@@ -404,8 +381,7 @@ export = OrderPlatformValidator;
|
|
|
404
381
|
*/
|
|
405
382
|
/**
|
|
406
383
|
* @typedef UploadConsentsParam
|
|
407
|
-
* @property {
|
|
408
|
-
* @property {OrderPlatformModel.UploadConsent} body
|
|
384
|
+
* @property {OrderPlatformModel.UploadManifestConsent} body
|
|
409
385
|
*/
|
|
410
386
|
/**
|
|
411
387
|
* @typedef VerifyMobileOTPParam
|
|
@@ -422,8 +398,6 @@ declare class OrderPlatformValidator {
|
|
|
422
398
|
static bulkStateTransistion(): BulkStateTransistionParam;
|
|
423
399
|
/** @returns {CheckOrderStatusParam} */
|
|
424
400
|
static checkOrderStatus(): CheckOrderStatusParam;
|
|
425
|
-
/** @returns {CreateChannelConfigParam} */
|
|
426
|
-
static createChannelConfig(): CreateChannelConfigParam;
|
|
427
401
|
/** @returns {CreateOrderParam} */
|
|
428
402
|
static createOrder(): CreateOrderParam;
|
|
429
403
|
/** @returns {DispatchManifestsParam} */
|
|
@@ -436,8 +410,6 @@ declare class OrderPlatformValidator {
|
|
|
436
410
|
static eInvoiceRetry(): EInvoiceRetryParam;
|
|
437
411
|
/** @returns {FailedOrderLogDetailsParam} */
|
|
438
412
|
static failedOrderLogDetails(): FailedOrderLogDetailsParam;
|
|
439
|
-
/** @returns {FetchCreditBalanceDetailParam} */
|
|
440
|
-
static fetchCreditBalanceDetail(): FetchCreditBalanceDetailParam;
|
|
441
413
|
/** @returns {FetchRefundModeConfigParam} */
|
|
442
414
|
static fetchRefundModeConfig(): FetchRefundModeConfigParam;
|
|
443
415
|
/** @returns {GenerateInvoiceIDParam} */
|
|
@@ -460,8 +432,6 @@ declare class OrderPlatformValidator {
|
|
|
460
432
|
static getBulkActionTemplate(): any;
|
|
461
433
|
/** @returns {GetBulkShipmentExcelFileParam} */
|
|
462
434
|
static getBulkShipmentExcelFile(): GetBulkShipmentExcelFileParam;
|
|
463
|
-
/** @returns {GetChannelConfigParam} */
|
|
464
|
-
static getChannelConfig(): any;
|
|
465
435
|
/** @returns {GetFileByStatusParam} */
|
|
466
436
|
static getFileByStatus(): GetFileByStatusParam;
|
|
467
437
|
/** @returns {GetLaneConfigParam} */
|
|
@@ -504,8 +474,6 @@ declare class OrderPlatformValidator {
|
|
|
504
474
|
static orderUpdate(): OrderUpdateParam;
|
|
505
475
|
/** @returns {PostShipmentHistoryParam} */
|
|
506
476
|
static postShipmentHistory(): PostShipmentHistoryParam;
|
|
507
|
-
/** @returns {ProcessManifestsParam} */
|
|
508
|
-
static processManifests(): ProcessManifestsParam;
|
|
509
477
|
/** @returns {ReassignLocationParam} */
|
|
510
478
|
static reassignLocation(): ReassignLocationParam;
|
|
511
479
|
/** @returns {SendSmsNinjaParam} */
|
|
@@ -518,8 +486,6 @@ declare class OrderPlatformValidator {
|
|
|
518
486
|
static updateAddress(): UpdateAddressParam;
|
|
519
487
|
/** @returns {UpdatePackagingDimensionsParam} */
|
|
520
488
|
static updatePackagingDimensions(): UpdatePackagingDimensionsParam;
|
|
521
|
-
/** @returns {UpdatePaymentInfoParam} */
|
|
522
|
-
static updatePaymentInfo(): UpdatePaymentInfoParam;
|
|
523
489
|
/** @returns {UpdateShipmentLockParam} */
|
|
524
490
|
static updateShipmentLock(): UpdateShipmentLockParam;
|
|
525
491
|
/** @returns {UpdateShipmentStatusParam} */
|
|
@@ -532,7 +498,7 @@ declare class OrderPlatformValidator {
|
|
|
532
498
|
static verifyMobileOTP(): VerifyMobileOTPParam;
|
|
533
499
|
}
|
|
534
500
|
declare namespace OrderPlatformValidator {
|
|
535
|
-
export { AddStateManagerConfigParam, AttachOrderUserParam, BulkListingParam, BulkStateTransistionParam, CheckOrderStatusParam,
|
|
501
|
+
export { AddStateManagerConfigParam, AttachOrderUserParam, BulkListingParam, BulkStateTransistionParam, CheckOrderStatusParam, CreateOrderParam, DispatchManifestsParam, DownloadBulkActionTemplateParam, DownloadLanesReportParam, EInvoiceRetryParam, FailedOrderLogDetailsParam, FetchRefundModeConfigParam, GenerateInvoiceIDParam, GeneratePOSReceiptByOrderIdParam, GenerateProcessManifestParam, GetAllowedStateTransitionParam, GetAllowedTemplatesForBulkParam, GetAnnouncementsParam, GetBagByIdParam, GetBagsParam, GetBulkActionTemplateParam, GetBulkShipmentExcelFileParam, GetFileByStatusParam, GetLaneConfigParam, GetManifestDetailsParam, GetManifestShipmentsParam, GetManifestfiltersParam, GetManifestsParam, GetOrderByIdParam, GetOrdersParam, GetRoleBasedActionsParam, GetShipmentByIdParam, GetShipmentHistoryParam, GetShipmentReasonsParam, GetShipmentsParam, GetStateManagerConfigParam, GetStateTransitionMapParam, GetTemplateParam, GetfiltersParam, InvalidateShipmentCacheParam, JobDetailsParam, OrderUpdateParam, PostShipmentHistoryParam, ReassignLocationParam, SendSmsNinjaParam, SendUserMobileOTPParam, TrackShipmentParam, UpdateAddressParam, UpdatePackagingDimensionsParam, UpdateShipmentLockParam, UpdateShipmentStatusParam, UpdateShipmentTrackingParam, UploadConsentsParam, VerifyMobileOTPParam };
|
|
536
502
|
}
|
|
537
503
|
type AddStateManagerConfigParam = {
|
|
538
504
|
body: OrderPlatformModel.TransitionConfigPayload;
|
|
@@ -542,31 +508,33 @@ type AttachOrderUserParam = {
|
|
|
542
508
|
};
|
|
543
509
|
type BulkListingParam = {
|
|
544
510
|
/**
|
|
545
|
-
* -
|
|
511
|
+
* - The number of records to return per page in the response.
|
|
546
512
|
*/
|
|
547
513
|
pageSize: number;
|
|
548
514
|
/**
|
|
549
|
-
* -
|
|
515
|
+
* - The page number to fetch from the paginated results.
|
|
550
516
|
*/
|
|
551
517
|
pageNo: number;
|
|
552
518
|
/**
|
|
553
|
-
* -
|
|
519
|
+
* - The start date for filtering the jobs,
|
|
520
|
+
* expressed in UTC format
|
|
554
521
|
*/
|
|
555
522
|
startDate: string;
|
|
556
523
|
/**
|
|
557
|
-
* -
|
|
524
|
+
* - The end date for filtering the jobs, expressed
|
|
525
|
+
* in UTC format
|
|
558
526
|
*/
|
|
559
527
|
endDate: string;
|
|
560
528
|
/**
|
|
561
|
-
* -
|
|
529
|
+
* - The status of the jobs to filter the results.
|
|
562
530
|
*/
|
|
563
531
|
status?: string;
|
|
564
532
|
/**
|
|
565
|
-
* -
|
|
533
|
+
* - Pecifies the type of job action being requested.
|
|
566
534
|
*/
|
|
567
535
|
bulkActionType?: string;
|
|
568
536
|
/**
|
|
569
|
-
* -
|
|
537
|
+
* - A key or keyword used to search for specific jobs.
|
|
570
538
|
*/
|
|
571
539
|
searchKey?: string;
|
|
572
540
|
};
|
|
@@ -576,9 +544,6 @@ type BulkStateTransistionParam = {
|
|
|
576
544
|
type CheckOrderStatusParam = {
|
|
577
545
|
body: OrderPlatformModel.OrderStatus;
|
|
578
546
|
};
|
|
579
|
-
type CreateChannelConfigParam = {
|
|
580
|
-
body: OrderPlatformModel.CreateChannelConfigData;
|
|
581
|
-
};
|
|
582
547
|
type CreateOrderParam = {
|
|
583
548
|
body: OrderPlatformModel.CreateOrderAPI;
|
|
584
549
|
};
|
|
@@ -592,7 +557,7 @@ type DownloadBulkActionTemplateParam = {
|
|
|
592
557
|
templateSlug?: string;
|
|
593
558
|
};
|
|
594
559
|
type DownloadLanesReportParam = {
|
|
595
|
-
body: OrderPlatformModel.
|
|
560
|
+
body: OrderPlatformModel.BulkReportsDownloadRequest;
|
|
596
561
|
};
|
|
597
562
|
type EInvoiceRetryParam = {
|
|
598
563
|
body: OrderPlatformModel.EInvoiceRetry;
|
|
@@ -603,9 +568,6 @@ type FailedOrderLogDetailsParam = {
|
|
|
603
568
|
*/
|
|
604
569
|
logId: string;
|
|
605
570
|
};
|
|
606
|
-
type FetchCreditBalanceDetailParam = {
|
|
607
|
-
body: OrderPlatformModel.FetchCreditBalanceRequestPayload;
|
|
608
|
-
};
|
|
609
571
|
type FetchRefundModeConfigParam = {
|
|
610
572
|
body: OrderPlatformModel.RefundModeConfigRequestPayload;
|
|
611
573
|
};
|
|
@@ -622,22 +584,22 @@ type GeneratePOSReceiptByOrderIdParam = {
|
|
|
622
584
|
documentType?: string;
|
|
623
585
|
};
|
|
624
586
|
type GenerateProcessManifestParam = {
|
|
625
|
-
body: OrderPlatformModel.
|
|
587
|
+
body: OrderPlatformModel.ProcessManifestRequest;
|
|
626
588
|
};
|
|
627
589
|
type GetAllowedStateTransitionParam = {
|
|
628
590
|
/**
|
|
629
|
-
* -
|
|
591
|
+
* - The channel through which orders are placed.
|
|
630
592
|
*/
|
|
631
593
|
orderingChannel: string;
|
|
632
594
|
/**
|
|
633
|
-
* -
|
|
595
|
+
* - The status key indicates the current status for
|
|
596
|
+
* which the API will provide a list of possible next state transitions.
|
|
634
597
|
*/
|
|
635
598
|
status: string;
|
|
636
599
|
};
|
|
637
600
|
type GetAnnouncementsParam = {
|
|
638
601
|
/**
|
|
639
|
-
* - Date On which the announcement is Active
|
|
640
|
-
* should in ISO Datetime format IST Time)
|
|
602
|
+
* - Date On which the announcement is Active.
|
|
641
603
|
*/
|
|
642
604
|
date?: string;
|
|
643
605
|
};
|
|
@@ -703,11 +665,11 @@ type GetBulkShipmentExcelFileParam = {
|
|
|
703
665
|
*/
|
|
704
666
|
dpIds?: string;
|
|
705
667
|
/**
|
|
706
|
-
* -
|
|
668
|
+
* - UTC start date in ISO format
|
|
707
669
|
*/
|
|
708
670
|
startDate?: string;
|
|
709
671
|
/**
|
|
710
|
-
* -
|
|
672
|
+
* - UTC end date in ISO format
|
|
711
673
|
*/
|
|
712
674
|
endDate?: string;
|
|
713
675
|
/**
|
|
@@ -738,12 +700,21 @@ type GetBulkShipmentExcelFileParam = {
|
|
|
738
700
|
pageSize?: number;
|
|
739
701
|
};
|
|
740
702
|
type GetFileByStatusParam = {
|
|
703
|
+
/**
|
|
704
|
+
* - Batch Id to identify the bulk operation request.
|
|
705
|
+
*/
|
|
741
706
|
batchId: string;
|
|
707
|
+
/**
|
|
708
|
+
* - The status of the jobs to filter the results.
|
|
709
|
+
*/
|
|
742
710
|
status: string;
|
|
743
711
|
/**
|
|
744
|
-
* -
|
|
712
|
+
* - The type of file to be downloaded.
|
|
745
713
|
*/
|
|
746
714
|
fileType: string;
|
|
715
|
+
/**
|
|
716
|
+
* - The type of report to be downloaded.
|
|
717
|
+
*/
|
|
747
718
|
reportType?: string;
|
|
748
719
|
};
|
|
749
720
|
type GetLaneConfigParam = {
|
|
@@ -788,16 +759,9 @@ type GetLaneConfigParam = {
|
|
|
788
759
|
* - Comma separated values of bag statuses
|
|
789
760
|
*/
|
|
790
761
|
bagStatus?: string;
|
|
791
|
-
/**
|
|
792
|
-
* - Search_type refers to the field that will
|
|
793
|
-
* be used as the target for the search operation
|
|
794
|
-
*/
|
|
795
762
|
searchType?: string;
|
|
796
763
|
searchValue?: string;
|
|
797
764
|
tags?: string;
|
|
798
|
-
/**
|
|
799
|
-
* - Time_to_dispatch refers to estimated SLA time.
|
|
800
|
-
*/
|
|
801
765
|
timeToDispatch?: number;
|
|
802
766
|
paymentMethods?: string;
|
|
803
767
|
myOrders?: boolean;
|
|
@@ -806,24 +770,34 @@ type GetLaneConfigParam = {
|
|
|
806
770
|
* company order
|
|
807
771
|
*/
|
|
808
772
|
showCrossCompanyData?: boolean;
|
|
809
|
-
/**
|
|
810
|
-
* - Defines the specific journey a shipment will
|
|
811
|
-
* follow based on the application's operational needs and customer
|
|
812
|
-
* preferences. This field categorizes orders into distinct types, each
|
|
813
|
-
* associated with a unique processing flow. For example:
|
|
814
|
-
*
|
|
815
|
-
* - "HomeDelivery": The order undergoes all state transitions typical for a
|
|
816
|
-
* delivery, from processing the shipment to final delivery at the
|
|
817
|
-
* customer's address.
|
|
818
|
-
* - "PickAtStore": The order is prepared for pickup and moved to a state where it
|
|
819
|
-
* is ready to be handed over directly to the customer at the store. This
|
|
820
|
-
* type streamlines the process by bypassing traditional shipping stages
|
|
821
|
-
* and facilitating a quicker transition to the final handover stage.
|
|
822
|
-
*/
|
|
823
773
|
orderType?: string;
|
|
824
774
|
};
|
|
825
775
|
type GetManifestDetailsParam = {
|
|
776
|
+
/**
|
|
777
|
+
* - The unique identifier assigned to the manifest.
|
|
778
|
+
*/
|
|
826
779
|
manifestId: string;
|
|
780
|
+
/**
|
|
781
|
+
* - Filter shipments with the specific Courier
|
|
782
|
+
* partner Ids which is a combination of courier partner extension and scheme Ids.
|
|
783
|
+
*/
|
|
784
|
+
dpIds?: string;
|
|
785
|
+
/**
|
|
786
|
+
* - End date for the shipment search range in manifest.
|
|
787
|
+
*/
|
|
788
|
+
endDate?: string;
|
|
789
|
+
/**
|
|
790
|
+
* - Start date for the shipment search range in manifest.
|
|
791
|
+
*/
|
|
792
|
+
startDate?: string;
|
|
793
|
+
/**
|
|
794
|
+
* - Page number for pagination.
|
|
795
|
+
*/
|
|
796
|
+
pageNo?: number;
|
|
797
|
+
/**
|
|
798
|
+
* - Number of records per page for pagination.
|
|
799
|
+
*/
|
|
800
|
+
pageSize?: number;
|
|
827
801
|
};
|
|
828
802
|
type GetManifestShipmentsParam = {
|
|
829
803
|
/**
|
|
@@ -832,7 +806,7 @@ type GetManifestShipmentsParam = {
|
|
|
832
806
|
*/
|
|
833
807
|
dpIds: string;
|
|
834
808
|
/**
|
|
835
|
-
* - Filter
|
|
809
|
+
* - Filter results based on specific store IDs.
|
|
836
810
|
*/
|
|
837
811
|
stores: number;
|
|
838
812
|
/**
|
|
@@ -844,20 +818,20 @@ type GetManifestShipmentsParam = {
|
|
|
844
818
|
*/
|
|
845
819
|
fromDate: string;
|
|
846
820
|
/**
|
|
847
|
-
* - Filter
|
|
821
|
+
* - Filter results based on specific courier partner name.
|
|
848
822
|
*/
|
|
849
823
|
dpName?: string;
|
|
850
824
|
/**
|
|
851
|
-
* -
|
|
825
|
+
* - Filter results based on comma-separated
|
|
826
|
+
* list of sales channels.
|
|
852
827
|
*/
|
|
853
828
|
salesChannels?: string;
|
|
854
829
|
/**
|
|
855
|
-
* -
|
|
856
|
-
* ID, AWB number).
|
|
830
|
+
* - Filter results based on search type.
|
|
857
831
|
*/
|
|
858
832
|
searchType?: string;
|
|
859
833
|
/**
|
|
860
|
-
* -
|
|
834
|
+
* - Filter results based on the search value.
|
|
861
835
|
*/
|
|
862
836
|
searchValue?: string;
|
|
863
837
|
/**
|
|
@@ -877,35 +851,45 @@ type GetManifestfiltersParam = {
|
|
|
877
851
|
};
|
|
878
852
|
type GetManifestsParam = {
|
|
879
853
|
/**
|
|
880
|
-
* -
|
|
854
|
+
* - Filter for the status of manifests.
|
|
881
855
|
*/
|
|
882
856
|
status?: string;
|
|
883
857
|
/**
|
|
884
|
-
* -
|
|
858
|
+
* - The starting date for filtering manifests in
|
|
859
|
+
* ISO format
|
|
885
860
|
*/
|
|
886
861
|
startDate?: string;
|
|
887
862
|
/**
|
|
888
|
-
* -
|
|
863
|
+
* - The end date for filtering manifests in ISO format
|
|
889
864
|
*/
|
|
890
865
|
endDate?: string;
|
|
891
866
|
/**
|
|
892
|
-
* -
|
|
893
|
-
* shipment_id, manifest_id, dp_name, awb_no ]
|
|
867
|
+
* - Specifies the type of search to perform.
|
|
894
868
|
*/
|
|
895
869
|
searchType?: string;
|
|
896
870
|
/**
|
|
897
|
-
* -
|
|
871
|
+
* - Filter to fetch manifests for a specific store
|
|
872
|
+
* by its ID.
|
|
898
873
|
*/
|
|
899
874
|
storeId?: number;
|
|
900
875
|
/**
|
|
901
|
-
* -
|
|
876
|
+
* - The value to search for based on the
|
|
877
|
+
* selected search type.
|
|
902
878
|
*/
|
|
903
879
|
searchValue?: string;
|
|
904
880
|
/**
|
|
905
|
-
* -
|
|
881
|
+
* - A comma-separated list of courier partner IDs
|
|
882
|
+
* (DP IDs) to filter the manifests.
|
|
906
883
|
*/
|
|
907
884
|
dpIds?: string;
|
|
885
|
+
/**
|
|
886
|
+
* - The number of the page to fetch data.
|
|
887
|
+
*/
|
|
908
888
|
pageNo?: number;
|
|
889
|
+
/**
|
|
890
|
+
* - The number of records to return per page for
|
|
891
|
+
* pagination.
|
|
892
|
+
*/
|
|
909
893
|
pageSize?: number;
|
|
910
894
|
};
|
|
911
895
|
type GetOrderByIdParam = {
|
|
@@ -947,21 +931,9 @@ type GetOrdersParam = {
|
|
|
947
931
|
* specified by the search_type
|
|
948
932
|
*/
|
|
949
933
|
searchValue?: string;
|
|
950
|
-
/**
|
|
951
|
-
* - Date time in UTC timezone as per ISO format.
|
|
952
|
-
*/
|
|
953
934
|
fromDate?: string;
|
|
954
|
-
/**
|
|
955
|
-
* - Date time in UTC timezone as per ISO format.
|
|
956
|
-
*/
|
|
957
935
|
toDate?: string;
|
|
958
|
-
/**
|
|
959
|
-
* - Date time in UTC timezone as per ISO format.
|
|
960
|
-
*/
|
|
961
936
|
startDate?: string;
|
|
962
|
-
/**
|
|
963
|
-
* - Date time in UTC timezone as per ISO format.
|
|
964
|
-
*/
|
|
965
937
|
endDate?: string;
|
|
966
938
|
/**
|
|
967
939
|
* - Delivery Partner IDs to which shipments are assigned.
|
|
@@ -987,13 +959,11 @@ type GetOrdersParam = {
|
|
|
987
959
|
*/
|
|
988
960
|
allowInactive?: boolean;
|
|
989
961
|
/**
|
|
990
|
-
* -
|
|
991
|
-
*
|
|
992
|
-
*
|
|
993
|
-
* 'shipments' groups results by shipment, while an invalid value like 'abcd'
|
|
994
|
-
* may not be recognized, leading to errors or default behavior.
|
|
962
|
+
* - Applies a date filter for listing
|
|
963
|
+
* orders. This is useful when fetching data for a specific date range while
|
|
964
|
+
* performing searches.
|
|
995
965
|
*/
|
|
996
|
-
|
|
966
|
+
enforceDateFilter?: boolean;
|
|
997
967
|
};
|
|
998
968
|
type GetShipmentByIdParam = {
|
|
999
969
|
/**
|
|
@@ -1017,11 +987,11 @@ type GetShipmentByIdParam = {
|
|
|
1017
987
|
};
|
|
1018
988
|
type GetShipmentHistoryParam = {
|
|
1019
989
|
/**
|
|
1020
|
-
* -
|
|
990
|
+
* - Identifier for the shipment
|
|
1021
991
|
*/
|
|
1022
992
|
shipmentId?: string;
|
|
1023
993
|
/**
|
|
1024
|
-
* -
|
|
994
|
+
* - Identifier for a bag or product.
|
|
1025
995
|
*/
|
|
1026
996
|
bagId?: number;
|
|
1027
997
|
};
|
|
@@ -1056,13 +1026,9 @@ type GetShipmentsParam = {
|
|
|
1056
1026
|
* bag_status and override lane
|
|
1057
1027
|
*/
|
|
1058
1028
|
statusOverrideLane?: boolean;
|
|
1059
|
-
/**
|
|
1060
|
-
* - Time_to_dispatch refers to estimated SLA time.
|
|
1061
|
-
*/
|
|
1062
1029
|
timeToDispatch?: number;
|
|
1063
1030
|
/**
|
|
1064
|
-
* -
|
|
1065
|
-
* be used as the target for the search operation
|
|
1031
|
+
* - Search type key
|
|
1066
1032
|
*/
|
|
1067
1033
|
searchType?: string;
|
|
1068
1034
|
/**
|
|
@@ -1148,29 +1114,13 @@ type GetShipmentsParam = {
|
|
|
1148
1114
|
*/
|
|
1149
1115
|
tags?: string;
|
|
1150
1116
|
customerId?: string;
|
|
1151
|
-
/**
|
|
1152
|
-
* - Defines the specific journey a shipment will
|
|
1153
|
-
* follow based on the application's operational needs and customer
|
|
1154
|
-
* preferences. This field categorizes orders into distinct types, each
|
|
1155
|
-
* associated with a unique processing flow. For example:
|
|
1156
|
-
*
|
|
1157
|
-
* - "HomeDelivery": The order undergoes all state transitions typical for a
|
|
1158
|
-
* delivery, from processing the shipment to final delivery at the
|
|
1159
|
-
* customer's address.
|
|
1160
|
-
* - "PickAtStore": The order is prepared for pickup and moved to a state where it
|
|
1161
|
-
* is ready to be handed over directly to the customer at the store. This
|
|
1162
|
-
* type streamlines the process by bypassing traditional shipping stages
|
|
1163
|
-
* and facilitating a quicker transition to the final handover stage.
|
|
1164
|
-
*/
|
|
1165
1117
|
orderType?: string;
|
|
1166
1118
|
/**
|
|
1167
|
-
* -
|
|
1168
|
-
*
|
|
1169
|
-
*
|
|
1170
|
-
* 'shipments' groups results by shipment, while an invalid value like 'abcd'
|
|
1171
|
-
* may not be recognized, leading to errors or default behavior.
|
|
1119
|
+
* - Applies a date filter for listing
|
|
1120
|
+
* shipments. This is useful when fetching data for a specific date range
|
|
1121
|
+
* while performing searches.
|
|
1172
1122
|
*/
|
|
1173
|
-
|
|
1123
|
+
enforceDateFilter?: boolean;
|
|
1174
1124
|
};
|
|
1175
1125
|
type GetStateManagerConfigParam = {
|
|
1176
1126
|
/**
|
|
@@ -1203,6 +1153,10 @@ type InvalidateShipmentCacheParam = {
|
|
|
1203
1153
|
body: OrderPlatformModel.InvalidateShipmentCachePayload;
|
|
1204
1154
|
};
|
|
1205
1155
|
type JobDetailsParam = {
|
|
1156
|
+
/**
|
|
1157
|
+
* - A unique identifier for the batch associated
|
|
1158
|
+
* with this bulk action.
|
|
1159
|
+
*/
|
|
1206
1160
|
batchId: string;
|
|
1207
1161
|
};
|
|
1208
1162
|
type OrderUpdateParam = {
|
|
@@ -1211,9 +1165,6 @@ type OrderUpdateParam = {
|
|
|
1211
1165
|
type PostShipmentHistoryParam = {
|
|
1212
1166
|
body: OrderPlatformModel.PostShipmentHistory;
|
|
1213
1167
|
};
|
|
1214
|
-
type ProcessManifestsParam = {
|
|
1215
|
-
body: OrderPlatformModel.ProcessManifest;
|
|
1216
|
-
};
|
|
1217
1168
|
type ReassignLocationParam = {
|
|
1218
1169
|
body: OrderPlatformModel.StoreReassign;
|
|
1219
1170
|
};
|
|
@@ -1225,7 +1176,7 @@ type SendUserMobileOTPParam = {
|
|
|
1225
1176
|
};
|
|
1226
1177
|
type TrackShipmentParam = {
|
|
1227
1178
|
/**
|
|
1228
|
-
* -
|
|
1179
|
+
* - Unique identifier of a shipment on the platform.
|
|
1229
1180
|
*/
|
|
1230
1181
|
shipmentId?: string;
|
|
1231
1182
|
/**
|
|
@@ -1233,27 +1184,31 @@ type TrackShipmentParam = {
|
|
|
1233
1184
|
*/
|
|
1234
1185
|
awb?: string;
|
|
1235
1186
|
/**
|
|
1236
|
-
* - Page number
|
|
1187
|
+
* - Page number for pagination.
|
|
1237
1188
|
*/
|
|
1238
1189
|
pageNo?: number;
|
|
1239
1190
|
/**
|
|
1240
|
-
* -
|
|
1191
|
+
* - Number of records per page for pagination.
|
|
1241
1192
|
*/
|
|
1242
1193
|
pageSize?: number;
|
|
1243
1194
|
};
|
|
1244
1195
|
type UpdateAddressParam = {
|
|
1245
|
-
/**
|
|
1246
|
-
* - Unique shipment no. that is auto-generated
|
|
1247
|
-
*/
|
|
1248
1196
|
shipmentId: string;
|
|
1249
|
-
|
|
1197
|
+
name?: string;
|
|
1198
|
+
address?: string;
|
|
1199
|
+
addressType?: string;
|
|
1200
|
+
pincode?: string;
|
|
1201
|
+
phone?: string;
|
|
1202
|
+
email?: string;
|
|
1203
|
+
landmark?: string;
|
|
1204
|
+
addressCategory: string;
|
|
1205
|
+
city?: string;
|
|
1206
|
+
state?: string;
|
|
1207
|
+
country?: string;
|
|
1250
1208
|
};
|
|
1251
1209
|
type UpdatePackagingDimensionsParam = {
|
|
1252
1210
|
body: OrderPlatformModel.UpdatePackagingDimensionsPayload;
|
|
1253
1211
|
};
|
|
1254
|
-
type UpdatePaymentInfoParam = {
|
|
1255
|
-
body: OrderPlatformModel.UpdateShipmentPaymentMode;
|
|
1256
|
-
};
|
|
1257
1212
|
type UpdateShipmentLockParam = {
|
|
1258
1213
|
body: OrderPlatformModel.UpdateShipmentLockPayload;
|
|
1259
1214
|
};
|
|
@@ -1264,15 +1219,13 @@ type UpdateShipmentTrackingParam = {
|
|
|
1264
1219
|
body: OrderPlatformModel.CourierPartnerTrackingDetails;
|
|
1265
1220
|
};
|
|
1266
1221
|
type UploadConsentsParam = {
|
|
1267
|
-
|
|
1268
|
-
body: OrderPlatformModel.UploadConsent;
|
|
1222
|
+
body: OrderPlatformModel.UploadManifestConsent;
|
|
1269
1223
|
};
|
|
1270
1224
|
type VerifyMobileOTPParam = {
|
|
1271
1225
|
body: OrderPlatformModel.VerifyMobileOTP;
|
|
1272
1226
|
};
|
|
1273
1227
|
type GetAllowedTemplatesForBulkParam = any;
|
|
1274
1228
|
type GetBulkActionTemplateParam = any;
|
|
1275
|
-
type GetChannelConfigParam = any;
|
|
1276
1229
|
type GetRoleBasedActionsParam = any;
|
|
1277
1230
|
type GetStateTransitionMapParam = any;
|
|
1278
1231
|
import OrderPlatformModel = require("./OrderPlatformModel");
|