@gofynd/fdk-client-javascript 3.16.2 → 3.17.0
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 +2 -2
- package/sdk/application/ApplicationClient.d.ts +0 -2
- package/sdk/application/ApplicationClient.js +0 -2
- package/sdk/application/Content/ContentApplicationClient.d.ts +10 -0
- package/sdk/application/Content/ContentApplicationClient.js +53 -0
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +11 -21
- package/sdk/application/Logistic/LogisticApplicationClient.js +34 -83
- package/sdk/application/Order/OrderApplicationClient.d.ts +11 -0
- package/sdk/application/Order/OrderApplicationClient.js +50 -0
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +4 -4
- package/sdk/application/Payment/PaymentApplicationClient.js +3 -4
- package/sdk/application/User/UserApplicationClient.d.ts +10 -0
- package/sdk/application/User/UserApplicationClient.js +67 -0
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +84 -0
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +712 -0
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +237 -1
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +157 -0
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +8 -0
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +70 -0
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +3 -3
- package/sdk/platform/Cart/CartPlatformModel.d.ts +1 -4
- package/sdk/platform/Cart/CartPlatformModel.js +1 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +2 -2
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +0 -11
- package/sdk/platform/Catalog/CatalogPlatformClient.js +0 -80
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +6 -131
- package/sdk/platform/Catalog/CatalogPlatformModel.js +4 -141
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -10
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +0 -12
- package/sdk/platform/Common/CommonPlatformModel.d.ts +18 -1
- package/sdk/platform/Common/CommonPlatformModel.js +14 -0
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +1 -73
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +18 -459
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +28 -41
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +12 -52
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +54 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.js +47 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +14 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +6 -0
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +1 -7
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +0 -14
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +0 -6
- package/sdk/platform/Content/ContentPlatformModel.d.ts +0 -2
- package/sdk/platform/Content/ContentPlatformModel.js +0 -2
- package/sdk/platform/Order/OrderPlatformClient.d.ts +26 -18
- package/sdk/platform/Order/OrderPlatformClient.js +175 -107
- package/sdk/platform/Order/OrderPlatformModel.d.ts +339 -43
- package/sdk/platform/Order/OrderPlatformModel.js +209 -43
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +40 -43
- package/sdk/platform/Order/OrderPlatformValidator.js +35 -30
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +20 -10
- package/sdk/platform/Payment/PaymentPlatformModel.js +14 -10
- package/sdk/platform/PlatformApplicationClient.d.ts +0 -2
- package/sdk/platform/PlatformApplicationClient.js +0 -4
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +0 -13
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +0 -82
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -10
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +0 -12
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +212 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +133 -13
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +10 -0
- package/sdk/platform/User/UserPlatformApplicationClient.js +79 -0
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +13 -1
- package/sdk/platform/User/UserPlatformApplicationValidator.js +12 -0
- package/sdk/platform/User/UserPlatformModel.d.ts +42 -5
- package/sdk/platform/User/UserPlatformModel.js +25 -6
- package/sdk/platform/index.d.ts +0 -1
- package/sdk/platform/index.js +0 -2
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +27 -1
- package/sdk/public/Configuration/ConfigurationPublicModel.js +19 -0
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +0 -79
- package/sdk/application/Rewards/RewardsApplicationClient.js +0 -315
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +0 -136
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +0 -976
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +0 -152
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +0 -157
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +0 -387
- package/sdk/platform/Rewards/RewardsPlatformModel.js +0 -410
|
@@ -282,5 +282,89 @@ declare class Logistics {
|
|
|
282
282
|
* @description: Update Scheme for courier partner extension by Id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerScheme/).
|
|
283
283
|
*/
|
|
284
284
|
getCourierPartnerScheme({ schemeId, requestHeaders }?: LogisticsPartnerValidator.GetCourierPartnerSchemeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierPartnerSchemeModelSchema>;
|
|
285
|
+
/**
|
|
286
|
+
* @param {LogisticsPartnerValidator.GetSampleFileRateCardParam} arg - Arg object.
|
|
287
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
288
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
289
|
+
* @returns {Promise<LogisticsPartnerModel.RateCardSampleFile>} - Success response
|
|
290
|
+
* @name getSampleFileRateCard
|
|
291
|
+
* @summary: Retrieves a sample file that shows the required format for rate card uploads.
|
|
292
|
+
* @description: Retrieves a downloadable sample file template for bulk rate card uploads. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getSampleFileRateCard/).
|
|
293
|
+
*/
|
|
294
|
+
getSampleFileRateCard({ requestHeaders }?: LogisticsPartnerValidator.GetSampleFileRateCardParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RateCardSampleFile>;
|
|
295
|
+
/**
|
|
296
|
+
* @param {LogisticsPartnerValidator.BulkRateCardParam} arg - Arg object.
|
|
297
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
298
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
299
|
+
* @returns {Promise<LogisticsPartnerModel.BulkRateCardJob>} - Success response
|
|
300
|
+
* @name bulkRateCard
|
|
301
|
+
* @summary: Rate Card Import or Export
|
|
302
|
+
* @description: Rate Card Import or Export - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/bulkRateCard/).
|
|
303
|
+
*/
|
|
304
|
+
bulkRateCard({ extensionId, schemeId, body, requestHeaders }?: LogisticsPartnerValidator.BulkRateCardParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRateCardJob>;
|
|
305
|
+
/**
|
|
306
|
+
* @param {LogisticsPartnerValidator.GetBulkRateCardParam} arg - Arg object.
|
|
307
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
308
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
309
|
+
* @returns {Promise<LogisticsPartnerModel.BulkRateCardJob>} - Success response
|
|
310
|
+
* @name getBulkRateCard
|
|
311
|
+
* @summary: Retrieve the history of bulk rate card uploads.
|
|
312
|
+
* @description: Returns the history of all bulk rate card upload operations, including their statuses and details. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getBulkRateCard/).
|
|
313
|
+
*/
|
|
314
|
+
getBulkRateCard({ extensionId, schemeId, pageNo, pageSize, batchId, action, status, startDate, endDate, requestHeaders, }?: LogisticsPartnerValidator.GetBulkRateCardParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRateCardJob>;
|
|
315
|
+
/**
|
|
316
|
+
* @param {LogisticsPartnerValidator.GetSampleFileRateZoneParam} arg - Arg object.
|
|
317
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
318
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
319
|
+
* @returns {Promise<LogisticsPartnerModel.BulkRateCardJob>} - Success response
|
|
320
|
+
* @name getSampleFileRateZone
|
|
321
|
+
* @summary: Get Rate Zone sample file
|
|
322
|
+
* @description: Retrieves a downloadable sample file template for bulk rate zone uploads. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getSampleFileRateZone/).
|
|
323
|
+
*/
|
|
324
|
+
getSampleFileRateZone({ body, requestHeaders }?: LogisticsPartnerValidator.GetSampleFileRateZoneParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRateCardJob>;
|
|
325
|
+
/**
|
|
326
|
+
* @param {LogisticsPartnerValidator.CreateRateZoneBulkJobParam} arg - Arg object.
|
|
327
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
328
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
329
|
+
* @returns {Promise<LogisticsPartnerModel.BulkRateCardJob>} - Success response
|
|
330
|
+
* @name createRateZoneBulkJob
|
|
331
|
+
* @summary: Rate Zone Import or Export
|
|
332
|
+
* @description: Performs bulk import or export of rate zone details. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createRateZoneBulkJob/).
|
|
333
|
+
*/
|
|
334
|
+
createRateZoneBulkJob({ extensionId, schemeId, body, requestHeaders }?: LogisticsPartnerValidator.CreateRateZoneBulkJobParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRateCardJob>;
|
|
335
|
+
/**
|
|
336
|
+
* @param {LogisticsPartnerValidator.GetBulkRateZoneJobHistoryParam} arg - Arg object.
|
|
337
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
338
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
339
|
+
* @returns {Promise<LogisticsPartnerModel.RateZoneBulkJobList>} - Success response
|
|
340
|
+
* @name getBulkRateZoneJobHistory
|
|
341
|
+
* @summary: Get Rate Zone Bulk History
|
|
342
|
+
* @description: Retrieves the bulk job history for rate zone import and export operations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getBulkRateZoneJobHistory/).
|
|
343
|
+
*/
|
|
344
|
+
getBulkRateZoneJobHistory({ extensionId, schemeId, pageNo, pageSize, batchId, action, status, zoneType, startDate, endDate, requestHeaders, }?: LogisticsPartnerValidator.GetBulkRateZoneJobHistoryParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RateZoneBulkJobList>;
|
|
345
|
+
/**
|
|
346
|
+
* @param {LogisticsPartnerValidator.GetRateZoneConfigParam} arg - Arg object.
|
|
347
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
348
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
349
|
+
* @returns {Promise<LogisticsPartnerModel.RateZoneConfigurationDetails>} -
|
|
350
|
+
* Success response
|
|
351
|
+
* @name getRateZoneConfig
|
|
352
|
+
* @summary: Fetch Rate Zone Configuration
|
|
353
|
+
* @description: Fetch Rate Zone Configuration - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getRateZoneConfig/).
|
|
354
|
+
*/
|
|
355
|
+
getRateZoneConfig({ extensionId, schemeId, requestHeaders }?: LogisticsPartnerValidator.GetRateZoneConfigParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RateZoneConfigurationDetails>;
|
|
356
|
+
/**
|
|
357
|
+
* @param {LogisticsPartnerValidator.UpdateRateZoneConfigurationParam} arg
|
|
358
|
+
* - Arg object.
|
|
359
|
+
*
|
|
360
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
361
|
+
* @param {import("../PartnerAPIClient").Options} - Options
|
|
362
|
+
* @returns {Promise<LogisticsPartnerModel.RateZoneConfigurationDetails>} -
|
|
363
|
+
* Success response
|
|
364
|
+
* @name updateRateZoneConfiguration
|
|
365
|
+
* @summary: Update Rate Zone Configuration
|
|
366
|
+
* @description: Updates the rate zone configuration for the specified courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateRateZoneConfiguration/).
|
|
367
|
+
*/
|
|
368
|
+
updateRateZoneConfiguration({ extensionId, schemeId, body, requestHeaders }?: LogisticsPartnerValidator.UpdateRateZoneConfigurationParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RateZoneConfigurationDetails>;
|
|
285
369
|
}
|
|
286
370
|
import LogisticsPartnerModel = require("./LogisticsPartnerModel");
|