@gofynd/fdk-client-javascript 3.16.3 → 3.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/ApplicationClient.d.ts +0 -2
  4. package/sdk/application/ApplicationClient.js +0 -2
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +40 -0
  6. package/sdk/application/Cart/CartApplicationClient.js +176 -0
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +18 -4
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +47 -4
  9. package/sdk/application/Content/ContentApplicationClient.d.ts +21 -1
  10. package/sdk/application/Content/ContentApplicationClient.js +93 -2
  11. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +11 -21
  12. package/sdk/application/Logistic/LogisticApplicationClient.js +34 -83
  13. package/sdk/application/Order/OrderApplicationClient.d.ts +11 -0
  14. package/sdk/application/Order/OrderApplicationClient.js +50 -0
  15. package/sdk/application/Payment/PaymentApplicationClient.d.ts +5 -5
  16. package/sdk/application/Payment/PaymentApplicationClient.js +5 -4
  17. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +84 -0
  18. package/sdk/partner/Logistics/LogisticsPartnerClient.js +712 -0
  19. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +237 -1
  20. package/sdk/partner/Logistics/LogisticsPartnerModel.js +157 -0
  21. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +8 -0
  22. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +70 -0
  23. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +74 -12
  24. package/sdk/platform/Cart/CartPlatformApplicationClient.js +637 -36
  25. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +225 -1
  26. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +147 -0
  27. package/sdk/platform/Cart/CartPlatformModel.d.ts +952 -5
  28. package/sdk/platform/Cart/CartPlatformModel.js +598 -2
  29. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +125 -5
  30. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +831 -41
  31. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +205 -7
  32. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +154 -3
  33. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +5 -16
  34. package/sdk/platform/Catalog/CatalogPlatformClient.js +8 -85
  35. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1025 -159
  36. package/sdk/platform/Catalog/CatalogPlatformModel.js +840 -165
  37. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +8 -10
  38. package/sdk/platform/Catalog/CatalogPlatformValidator.js +3 -12
  39. package/sdk/platform/Common/CommonPlatformModel.d.ts +18 -1
  40. package/sdk/platform/Common/CommonPlatformModel.js +14 -0
  41. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +1 -73
  42. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +4 -462
  43. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +7 -45
  44. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +4 -55
  45. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +10 -2
  46. package/sdk/platform/Communication/CommunicationPlatformModel.js +3 -2
  47. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +14 -0
  48. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +6 -0
  49. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +92 -1
  50. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +54 -0
  51. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +21 -0
  52. package/sdk/platform/Discount/DiscountPlatformModel.js +9 -0
  53. package/sdk/platform/Order/OrderPlatformClient.d.ts +27 -19
  54. package/sdk/platform/Order/OrderPlatformClient.js +176 -108
  55. package/sdk/platform/Order/OrderPlatformModel.d.ts +359 -45
  56. package/sdk/platform/Order/OrderPlatformModel.js +218 -44
  57. package/sdk/platform/Order/OrderPlatformValidator.d.ts +40 -43
  58. package/sdk/platform/Order/OrderPlatformValidator.js +35 -30
  59. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +14 -3
  60. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +88 -6
  61. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +28 -3
  62. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +22 -2
  63. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +376 -11
  64. package/sdk/platform/Payment/PaymentPlatformModel.js +243 -10
  65. package/sdk/platform/PlatformApplicationClient.d.ts +0 -2
  66. package/sdk/platform/PlatformApplicationClient.js +0 -4
  67. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +0 -13
  68. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +0 -82
  69. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -10
  70. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +0 -12
  71. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +212 -28
  72. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +133 -13
  73. package/sdk/platform/User/UserPlatformModel.d.ts +2 -2
  74. package/sdk/platform/User/UserPlatformModel.js +4 -4
  75. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +29 -0
  76. package/sdk/platform/Webhook/WebhookPlatformModel.js +13 -0
  77. package/sdk/platform/index.d.ts +0 -1
  78. package/sdk/platform/index.js +0 -2
  79. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +27 -1
  80. package/sdk/public/Configuration/ConfigurationPublicModel.js +19 -0
  81. package/sdk/public/Webhook/WebhookPublicModel.d.ts +29 -0
  82. package/sdk/public/Webhook/WebhookPublicModel.js +13 -0
  83. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +0 -79
  84. package/sdk/application/Rewards/RewardsApplicationClient.js +0 -315
  85. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +0 -136
  86. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +0 -976
  87. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +0 -152
  88. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +0 -157
  89. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +0 -387
  90. package/sdk/platform/Rewards/RewardsPlatformModel.js +0 -410
@@ -253,10 +253,6 @@ export = CatalogPlatformValidator;
253
253
  /** @typedef GetInventoryExportParam */
254
254
  /** @typedef GetMarketplaceOptinDetailParam */
255
255
  /** @typedef GetMarketplacesParam */
256
- /**
257
- * @typedef GetOptimalLocationsParam
258
- * @property {CatalogPlatformModel.AssignStore} body
259
- */
260
256
  /**
261
257
  * @typedef GetProductParam
262
258
  * @property {number} itemId - Item Id of the product.
@@ -369,6 +365,8 @@ export = CatalogPlatformValidator;
369
365
  * @typedef GetTaxVersionDetailsParam
370
366
  * @property {string} ruleId - The ID of the tax rule.
371
367
  * @property {string} [versionStatus] - Filter by tax version status.
368
+ * @property {string} [q] - Case-insensitive search by region name (e.g., "raj",
369
+ * "New York") to find matching tax versions.
372
370
  * @property {string} [limit] - The number of items to return per page for
373
371
  * paginated past versions.
374
372
  * @property {string} [page] - The page number for paginated past versions.
@@ -622,8 +620,6 @@ declare class CatalogPlatformValidator {
622
620
  static getMarketplaceOptinDetail(): any;
623
621
  /** @returns {GetMarketplacesParam} */
624
622
  static getMarketplaces(): any;
625
- /** @returns {GetOptimalLocationsParam} */
626
- static getOptimalLocations(): GetOptimalLocationsParam;
627
623
  /** @returns {GetProductParam} */
628
624
  static getProduct(): GetProductParam;
629
625
  /** @returns {GetProductAssetsInBulkParam} */
@@ -702,7 +698,7 @@ declare class CatalogPlatformValidator {
702
698
  static validateProductTemplateSchema(): ValidateProductTemplateSchemaParam;
703
699
  }
704
700
  declare namespace CatalogPlatformValidator {
705
- export { AddInventoryParam, AllSizesParam, BulkHsnCodeParam, CreateBulkInventoryParam, CreateBulkInventoryJobParam, CreateBulkProductUploadJobParam, CreateHsCodeParam, CreateInventoryExportParam, CreateInventoryExportJobParam, CreateMarketplaceOptinParam, CreateProductParam, CreateProductAssetsInBulkParam, CreateProductExportJobParam, CreateProductsInBulkParam, CreateSizeGuideParam, CreateTaxParam, CreateTaxComponentNameParam, CreateTaxVersionParam, DeleteBulkInventoryJobParam, DeleteProductParam, DeleteProductBulkJobParam, DeleteRealtimeInventoryParam, DeleteSizeParam, DeleteTaxRuleParam, DeleteTaxVersionParam, DownloadInventoryTemplateViewParam, DownloadProductTemplateViewsParam, EditProductParam, ExportInventoryConfigParam, GetAllProductHsnCodesParam, GetAllTaxRulesParam, GetAttributeParam, GetCategoryDataParam, GetCompanyBrandDetailParam, GetCompanyDetailParam, GetCompanyMetricsParam, GetDepartmentDataParam, GetHsCodesParam, GetHsnCodeParam, GetInventoriesParam, GetInventoryBulkUploadHistoryParam, GetInventoryBySizeParam, GetInventoryBySizeIdentifierParam, GetInventoryExportParam, GetMarketplaceOptinDetailParam, GetMarketplacesParam, GetOptimalLocationsParam, GetProductParam, GetProductAssetsInBulkParam, GetProductAttributesParam, GetProductBulkUploadHistoryParam, GetProductExportJobsParam, GetProductSizeParam, GetProductTagsParam, GetProductValidationParam, GetProductsParam, GetSellerInsightsParam, GetSingleProductHSNCodeParam, GetSizeGuideParam, GetSizeGuidesParam, GetStoreDetailParam, GetTaxComponentNamesParam, GetTaxVersionDetailsParam, GetVariantsOfProductsParam, ListCategoriesParam, ListDepartmentsDataParam, ListHSNCodesParam, ListInventoryExportParam, ListProductTemplateParam, ListProductTemplateCategoriesParam, ListProductTemplateExportDetailsParam, ListTemplateBrandTypeValuesParam, PartialUpdateProductParam, UpdateHsnCodeParam, UpdateInventoriesParam, UpdateLocationPriceParam, UpdateLocationQuantityParam, UpdateMarketplaceOptinParam, UpdateRealtimeInventoryParam, UpdateSizeGuideParam, UpdateTaxRuleParam, UpdateTaxVersionParam, ValidateProductGlobalTemplateParam, ValidateProductTemplateParam, ValidateProductTemplateSchemaParam };
701
+ export { AddInventoryParam, AllSizesParam, BulkHsnCodeParam, CreateBulkInventoryParam, CreateBulkInventoryJobParam, CreateBulkProductUploadJobParam, CreateHsCodeParam, CreateInventoryExportParam, CreateInventoryExportJobParam, CreateMarketplaceOptinParam, CreateProductParam, CreateProductAssetsInBulkParam, CreateProductExportJobParam, CreateProductsInBulkParam, CreateSizeGuideParam, CreateTaxParam, CreateTaxComponentNameParam, CreateTaxVersionParam, DeleteBulkInventoryJobParam, DeleteProductParam, DeleteProductBulkJobParam, DeleteRealtimeInventoryParam, DeleteSizeParam, DeleteTaxRuleParam, DeleteTaxVersionParam, DownloadInventoryTemplateViewParam, DownloadProductTemplateViewsParam, EditProductParam, ExportInventoryConfigParam, GetAllProductHsnCodesParam, GetAllTaxRulesParam, GetAttributeParam, GetCategoryDataParam, GetCompanyBrandDetailParam, GetCompanyDetailParam, GetCompanyMetricsParam, GetDepartmentDataParam, GetHsCodesParam, GetHsnCodeParam, GetInventoriesParam, GetInventoryBulkUploadHistoryParam, GetInventoryBySizeParam, GetInventoryBySizeIdentifierParam, GetInventoryExportParam, GetMarketplaceOptinDetailParam, GetMarketplacesParam, GetProductParam, GetProductAssetsInBulkParam, GetProductAttributesParam, GetProductBulkUploadHistoryParam, GetProductExportJobsParam, GetProductSizeParam, GetProductTagsParam, GetProductValidationParam, GetProductsParam, GetSellerInsightsParam, GetSingleProductHSNCodeParam, GetSizeGuideParam, GetSizeGuidesParam, GetStoreDetailParam, GetTaxComponentNamesParam, GetTaxVersionDetailsParam, GetVariantsOfProductsParam, ListCategoriesParam, ListDepartmentsDataParam, ListHSNCodesParam, ListInventoryExportParam, ListProductTemplateParam, ListProductTemplateCategoriesParam, ListProductTemplateExportDetailsParam, ListTemplateBrandTypeValuesParam, PartialUpdateProductParam, UpdateHsnCodeParam, UpdateInventoriesParam, UpdateLocationPriceParam, UpdateLocationQuantityParam, UpdateMarketplaceOptinParam, UpdateRealtimeInventoryParam, UpdateSizeGuideParam, UpdateTaxRuleParam, UpdateTaxVersionParam, ValidateProductGlobalTemplateParam, ValidateProductTemplateParam, ValidateProductTemplateSchemaParam };
706
702
  }
707
703
  type AddInventoryParam = {
708
704
  /**
@@ -1158,9 +1154,6 @@ type GetInventoryBySizeIdentifierParam = {
1158
1154
  */
1159
1155
  locationIds?: number[];
1160
1156
  };
1161
- type GetOptimalLocationsParam = {
1162
- body: CatalogPlatformModel.AssignStore;
1163
- };
1164
1157
  type GetProductParam = {
1165
1158
  /**
1166
1159
  * - Item Id of the product.
@@ -1404,6 +1397,11 @@ type GetTaxVersionDetailsParam = {
1404
1397
  * - Filter by tax version status.
1405
1398
  */
1406
1399
  versionStatus?: string;
1400
+ /**
1401
+ * - Case-insensitive search by region name (e.g., "raj",
1402
+ * "New York") to find matching tax versions.
1403
+ */
1404
+ q?: string;
1407
1405
  /**
1408
1406
  * - The number of items to return per page for
1409
1407
  * paginated past versions.
@@ -302,11 +302,6 @@ const CatalogPlatformModel = require("./CatalogPlatformModel");
302
302
 
303
303
  /** @typedef GetMarketplacesParam */
304
304
 
305
- /**
306
- * @typedef GetOptimalLocationsParam
307
- * @property {CatalogPlatformModel.AssignStore} body
308
- */
309
-
310
305
  /**
311
306
  * @typedef GetProductParam
312
307
  * @property {number} itemId - Item Id of the product.
@@ -434,6 +429,8 @@ const CatalogPlatformModel = require("./CatalogPlatformModel");
434
429
  * @typedef GetTaxVersionDetailsParam
435
430
  * @property {string} ruleId - The ID of the tax rule.
436
431
  * @property {string} [versionStatus] - Filter by tax version status.
432
+ * @property {string} [q] - Case-insensitive search by region name (e.g., "raj",
433
+ * "New York") to find matching tax versions.
437
434
  * @property {string} [limit] - The number of items to return per page for
438
435
  * paginated past versions.
439
436
  * @property {string} [page] - The page number for paginated past versions.
@@ -990,13 +987,6 @@ class CatalogPlatformValidator {
990
987
  return Joi.object({}).required();
991
988
  }
992
989
 
993
- /** @returns {GetOptimalLocationsParam} */
994
- static getOptimalLocations() {
995
- return Joi.object({
996
- body: CatalogPlatformModel.AssignStore().required(),
997
- }).required();
998
- }
999
-
1000
990
  /** @returns {GetProductParam} */
1001
991
  static getProduct() {
1002
992
  return Joi.object({
@@ -1136,6 +1126,7 @@ class CatalogPlatformValidator {
1136
1126
  return Joi.object({
1137
1127
  ruleId: Joi.string().allow("").required(),
1138
1128
  versionStatus: Joi.string().allow(""),
1129
+ q: Joi.string().allow(""),
1139
1130
  limit: Joi.string().allow(""),
1140
1131
  page: Joi.string().allow(""),
1141
1132
  }).required();
@@ -51,6 +51,11 @@ export = CommonPlatformModel;
51
51
  * redirection is for long time period redirection, and temporary redirection
52
52
  * for a short time period.
53
53
  */
54
+ /**
55
+ * @typedef RegionDetails
56
+ * @property {string} [slug] - Region slug identifier.
57
+ * @property {string} [zone] - Zone identifier within the region.
58
+ */
54
59
  /**
55
60
  * @typedef ApplicationMeta
56
61
  * @property {string} [name] - Indicates the name of application meta
@@ -142,7 +147,7 @@ export = CommonPlatformModel;
142
147
  declare class CommonPlatformModel {
143
148
  }
144
149
  declare namespace CommonPlatformModel {
145
- export { ApplicationResponseSchema, Domain, ApplicationWebsite, ApplicationCors, ApplicationAuth, ApplicationRedirections, ApplicationMeta, SecureUrl, Application, NotFound, BadRequestSchema, LocationDefaultLanguage, LocationDefaultCurrency, LocationCountry, Locations };
150
+ export { ApplicationResponseSchema, Domain, ApplicationWebsite, ApplicationCors, ApplicationAuth, ApplicationRedirections, RegionDetails, ApplicationMeta, SecureUrl, Application, NotFound, BadRequestSchema, LocationDefaultLanguage, LocationDefaultCurrency, LocationCountry, Locations };
146
151
  }
147
152
  /** @returns {ApplicationResponseSchema} */
148
153
  declare function ApplicationResponseSchema(): ApplicationResponseSchema;
@@ -259,6 +264,18 @@ type ApplicationRedirections = {
259
264
  */
260
265
  type?: string;
261
266
  };
267
+ /** @returns {RegionDetails} */
268
+ declare function RegionDetails(): RegionDetails;
269
+ type RegionDetails = {
270
+ /**
271
+ * - Region slug identifier.
272
+ */
273
+ slug?: string;
274
+ /**
275
+ * - Zone identifier within the region.
276
+ */
277
+ zone?: string;
278
+ };
262
279
  /** @returns {ApplicationMeta} */
263
280
  declare function ApplicationMeta(): ApplicationMeta;
264
281
  type ApplicationMeta = {
@@ -58,6 +58,12 @@ const Joi = require("joi");
58
58
  * for a short time period.
59
59
  */
60
60
 
61
+ /**
62
+ * @typedef RegionDetails
63
+ * @property {string} [slug] - Region slug identifier.
64
+ * @property {string} [zone] - Zone identifier within the region.
65
+ */
66
+
61
67
  /**
62
68
  * @typedef ApplicationMeta
63
69
  * @property {string} [name] - Indicates the name of application meta
@@ -214,6 +220,14 @@ class CommonPlatformModel {
214
220
  });
215
221
  }
216
222
 
223
+ /** @returns {RegionDetails} */
224
+ static RegionDetails() {
225
+ return Joi.object({
226
+ slug: Joi.string().allow(""),
227
+ zone: Joi.string().allow(""),
228
+ });
229
+ }
230
+
217
231
  /** @returns {ApplicationMeta} */
218
232
  static ApplicationMeta() {
219
233
  return Joi.object({
@@ -15,42 +15,6 @@ declare class Communication {
15
15
  * @description: Creates a new email audience. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/createAudience/).
16
16
  */
17
17
  createAudience({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateAudienceParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Audience>;
18
- /**
19
- * @param {CommunicationPlatformApplicationValidator.CreateBigQueryHeadersParam} arg
20
- * - Arg object
21
- *
22
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
23
- * @param {import("../PlatformAPIClient").Options} - Options
24
- * @returns {Promise<Object>} - Success response
25
- * @name createBigQueryHeaders
26
- * @summary: Create BigQuery headers
27
- * @description: Create BigQuery headers - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/createBigQueryHeaders/).
28
- */
29
- createBigQueryHeaders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
30
- /**
31
- * @param {CommunicationPlatformApplicationValidator.CreateBigQueryNCountParam} arg
32
- * - Arg object
33
- *
34
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
35
- * @param {import("../PlatformAPIClient").Options} - Options
36
- * @returns {Promise<Object>} - Success response
37
- * @name createBigQueryNCount
38
- * @summary: Create BigQuery N-count
39
- * @description: Creates big query n count - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/createBigQueryNCount/).
40
- */
41
- createBigQueryNCount({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
42
- /**
43
- * @param {CommunicationPlatformApplicationValidator.CreateBigQueryRowCountParam} arg
44
- * - Arg object
45
- *
46
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
47
- * @param {import("../PlatformAPIClient").Options} - Options
48
- * @returns {Promise<Object>} - Success response
49
- * @name createBigQueryRowCount
50
- * @summary: Create a BigQuery row count
51
- * @description: Creates big query row count - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/createBigQueryRowCount/).
52
- */
53
- createBigQueryRowCount({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
54
18
  /**
55
19
  * @param {CommunicationPlatformApplicationValidator.CreateCampaignParam} arg
56
20
  * - Arg object
@@ -273,30 +237,6 @@ declare class Communication {
273
237
  * @description: Retrieves a list of all the audiences. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/getAudiences/).
274
238
  */
275
239
  getAudiences({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetAudiencesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Audiences>;
276
- /**
277
- * @param {CommunicationPlatformApplicationValidator.GetBigQueryHeadersByIdParam} arg
278
- * - Arg object
279
- *
280
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
281
- * @param {import("../PlatformAPIClient").Options} - Options
282
- * @returns {Promise<Object>} - Success response
283
- * @name getBigQueryHeadersById
284
- * @summary: Get BigQuery headers
285
- * @description: Retrieves header information from BigQuery. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/getBigQueryHeadersById/).
286
- */
287
- getBigQueryHeadersById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetBigQueryHeadersByIdParam, { responseHeaders }?: object): Promise<any>;
288
- /**
289
- * @param {CommunicationPlatformApplicationValidator.GetBigQueryRowCountByIdParam} arg
290
- * - Arg object
291
- *
292
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
293
- * @param {import("../PlatformAPIClient").Options} - Options
294
- * @returns {Promise<Object>} - Success response
295
- * @name getBigQueryRowCountById
296
- * @summary: Get BigQuery row count
297
- * @description: Retrieves big query row count by id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/getBigQueryRowCountById/).
298
- */
299
- getBigQueryRowCountById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetBigQueryRowCountByIdParam, { responseHeaders }?: object): Promise<any>;
300
240
  /**
301
241
  * @param {CommunicationPlatformApplicationValidator.GetCampaignByIdParam} arg
302
242
  * - Arg object
@@ -432,7 +372,7 @@ declare class Communication {
432
372
  * @summary: Get all event subscriptions
433
373
  * @description: Retrieves a list of all event subscriptions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/getEventSubscriptions/).
434
374
  */
435
- getEventSubscriptions({ pageNo, pageSize, populate, group, subGroup, fulfillmentOptionTypes, requestHeaders, }?: CommunicationPlatformApplicationValidator.GetEventSubscriptionsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EventSubscriptions>;
375
+ getEventSubscriptions({ pageNo, pageSize, populate, group, subGroup, fulfillmentOptionSlug, requestHeaders, }?: CommunicationPlatformApplicationValidator.GetEventSubscriptionsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EventSubscriptions>;
436
376
  /**
437
377
  * @param {CommunicationPlatformApplicationValidator.GetEventSubscriptionsByIdParam} arg
438
378
  * - Arg object
@@ -611,18 +551,6 @@ declare class Communication {
611
551
  * @description: Retrieve a list of SMS communication templates that are subscribed to an event. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/getSubscribedSmsTemplates/).
612
552
  */
613
553
  getSubscribedSmsTemplates({ pageNo, pageSize, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetSubscribedSmsTemplatesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SmsTemplates>;
614
- /**
615
- * @param {CommunicationPlatformApplicationValidator.GetSystemAudiencesParam} arg
616
- * - Arg object
617
- *
618
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
619
- * @param {import("../PlatformAPIClient").Options} - Options
620
- * @returns {Promise<Object>} - Success response
621
- * @name getSystemAudiences
622
- * @summary: Get system audiences
623
- * @description: Retrieves a list of system-defined audiences for communication. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/communication/getSystemAudiences/).
624
- */
625
- getSystemAudiences({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
626
554
  /**
627
555
  * @param {CommunicationPlatformApplicationValidator.GetSystemEmailTemplatesParam} arg
628
556
  * - Arg object