@gofynd/fdk-client-javascript 1.4.5 → 1.4.7

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 (79) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
  3. package/sdk/application/ApplicationClient.d.ts +2 -2
  4. package/sdk/application/ApplicationClient.js +2 -2
  5. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +5 -5
  6. package/sdk/application/Catalog/CatalogApplicationClient.js +5 -5
  7. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +6 -0
  8. package/sdk/application/Catalog/CatalogApplicationModel.js +6 -0
  9. package/sdk/application/Content/ContentApplicationModel.d.ts +2 -0
  10. package/sdk/application/Content/ContentApplicationModel.js +2 -0
  11. package/sdk/application/Logistic/LogisticApplicationModel.js +2 -2
  12. package/sdk/application/Order/OrderApplicationClient.d.ts +1 -1
  13. package/sdk/application/Order/OrderApplicationClient.js +1 -1
  14. package/sdk/application/Order/OrderApplicationModel.d.ts +70 -9
  15. package/sdk/application/Order/OrderApplicationModel.js +43 -7
  16. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -2
  17. package/sdk/application/Order/OrderApplicationValidator.js +1 -1
  18. package/sdk/application/Payment/PaymentApplicationModel.d.ts +18 -18
  19. package/sdk/application/Payment/PaymentApplicationModel.js +41 -35
  20. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +22 -0
  21. package/sdk/application/Webhook/WebhookApplicationClient.js +115 -0
  22. package/sdk/application/Webhook/WebhookApplicationModel.d.ts +37 -0
  23. package/sdk/application/Webhook/WebhookApplicationModel.js +46 -0
  24. package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +16 -0
  25. package/sdk/application/Webhook/WebhookApplicationValidator.js +19 -0
  26. package/sdk/application/index.d.ts +1 -1
  27. package/sdk/application/index.js +2 -2
  28. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
  29. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  30. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +23 -19
  31. package/sdk/partner/Webhook/WebhookPartnerModel.js +20 -23
  32. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +43 -0
  33. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +257 -0
  34. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.d.ts +39 -0
  35. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.js +45 -0
  36. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +60 -0
  37. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +57 -0
  38. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +10 -0
  39. package/sdk/platform/Cart/CartPlatformApplicationClient.js +80 -0
  40. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +13 -1
  41. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +12 -0
  42. package/sdk/platform/Cart/CartPlatformModel.d.ts +2 -0
  43. package/sdk/platform/Cart/CartPlatformModel.js +2 -0
  44. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +34 -7
  45. package/sdk/platform/Catalog/CatalogPlatformClient.js +88 -13
  46. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +120 -17
  47. package/sdk/platform/Catalog/CatalogPlatformModel.js +153 -27
  48. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +71 -7
  49. package/sdk/platform/Catalog/CatalogPlatformValidator.js +32 -5
  50. package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -0
  51. package/sdk/platform/Content/ContentPlatformModel.js +2 -0
  52. package/sdk/platform/Order/OrderPlatformClient.d.ts +11 -1
  53. package/sdk/platform/Order/OrderPlatformClient.js +82 -5
  54. package/sdk/platform/Order/OrderPlatformModel.d.ts +163 -15
  55. package/sdk/platform/Order/OrderPlatformModel.js +157 -55
  56. package/sdk/platform/Order/OrderPlatformValidator.d.ts +58 -17
  57. package/sdk/platform/Order/OrderPlatformValidator.js +28 -16
  58. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
  59. package/sdk/platform/Payment/PaymentPlatformModel.js +24 -18
  60. package/sdk/platform/PlatformApplicationClient.d.ts +2 -0
  61. package/sdk/platform/PlatformApplicationClient.js +4 -0
  62. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +24 -0
  63. package/sdk/platform/Webhook/WebhookPlatformClient.js +164 -0
  64. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +71 -18
  65. package/sdk/platform/Webhook/WebhookPlatformModel.js +76 -23
  66. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +19 -1
  67. package/sdk/platform/Webhook/WebhookPlatformValidator.js +24 -0
  68. package/sdk/platform/index.d.ts +1 -0
  69. package/sdk/platform/index.js +2 -0
  70. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  71. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
  72. package/sdk/public/Webhook/WebhookPublicModel.d.ts +2 -0
  73. package/sdk/public/Webhook/WebhookPublicModel.js +3 -1
  74. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +0 -323
  75. package/sdk/application/PosCart/PosCartApplicationClient.js +0 -2364
  76. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +0 -1857
  77. package/sdk/application/PosCart/PosCartApplicationModel.js +0 -1906
  78. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +0 -483
  79. package/sdk/application/PosCart/PosCartApplicationValidator.js +0 -492
@@ -445,7 +445,7 @@ export = OrderPlatformModel;
445
445
  */
446
446
  /**
447
447
  * @typedef DispatchManifest
448
- * @property {string} manifest_id
448
+ * @property {string} manifest_id - Id of the manifest.
449
449
  */
450
450
  /**
451
451
  * @typedef SuccessResponse
@@ -1163,15 +1163,18 @@ export = OrderPlatformModel;
1163
1163
  /**
1164
1164
  * @typedef Filters
1165
1165
  * @property {DateRange} [date_range]
1166
- * @property {string} [logo]
1167
- * @property {string} [from_date]
1168
- * @property {number} [stores]
1169
- * @property {string} [to_date]
1170
- * @property {string} [dp_name]
1171
- * @property {number} [dp_ids]
1172
- * @property {string} [lane]
1173
- * @property {string} [selected_shipments]
1174
- * @property {string} [store_name]
1166
+ * @property {string} [logo] - CDN link of the logo displayed on the manifest page.
1167
+ * @property {string} [from_date] - UTC start date in ISO format.
1168
+ * @property {number} [stores] - Filter with the specific store.
1169
+ * @property {string} [to_date] - UTC end date in ISO format.
1170
+ * @property {string} [dp_name] - Filter with the specific courier partner name.
1171
+ * @property {string} [dp_ids] - Combination of courier partner ids separated by
1172
+ * byte operator.
1173
+ * @property {string} [lane] - Criteria for lane on which shipments must be fetched.
1174
+ * @property {string} [selected_shipments] - Selected shipments mapped to the manifest.
1175
+ * @property {string} [store_name] - Filter with the specific store name.
1176
+ * @property {string} [deselected_shipments] - Deselected shipments unmapped
1177
+ * from the manifest.
1175
1178
  */
1176
1179
  /**
1177
1180
  * @typedef ManifestFile
@@ -1250,10 +1253,10 @@ export = OrderPlatformModel;
1250
1253
  */
1251
1254
  /**
1252
1255
  * @typedef ProcessManifestResponse
1253
- * @property {number} [company_id]
1256
+ * @property {number} [company_id] - Id of the company.
1254
1257
  * @property {Filters} [filters]
1255
- * @property {string} [user_id]
1256
- * @property {string} [manifest_id]
1258
+ * @property {string} [user_id] - Id of the user.
1259
+ * @property {string} [manifest_id] - Id of the manifest.
1257
1260
  * @property {string} [action]
1258
1261
  * @property {string} [uid]
1259
1262
  * @property {string} [created_by]
@@ -1440,6 +1443,36 @@ export = OrderPlatformModel;
1440
1443
  * @typedef GenerateInvoiceIDErrorResponse
1441
1444
  * @property {GenerateInvoiceIDErrorResponseData[]} [items]
1442
1445
  */
1446
+ /**
1447
+ * @typedef ManifestResponse
1448
+ * @property {ManifestItems} [items]
1449
+ */
1450
+ /**
1451
+ * @typedef ProcessManifestRequest
1452
+ * @property {string} [action] - Expected Actions: [save, process,
1453
+ * pdf_generated,invalidate,pdf_failed,complete]
1454
+ * @property {string} [manifest_id] - Id of The Manifest.
1455
+ * @property {Filters} [filters]
1456
+ * @property {string} [unique_id] - Unique Id.
1457
+ */
1458
+ /**
1459
+ * @typedef ManifestItems
1460
+ * @property {Filters} [filters]
1461
+ * @property {string} [manifest_id] - Id of the manifest.
1462
+ * @property {string} [unique_id] - Unique Id.
1463
+ * @property {number} [company_id] - Id of the company.
1464
+ * @property {string} [dp_id] - Shipment with the specific courier partner Id.
1465
+ * @property {string} [courier_partner_slug]
1466
+ * @property {string} [action] - Expected Actions: [Save, Process, Pdf
1467
+ * Generated, Invalidate, Pdf Failed, Complete]
1468
+ * @property {string} [created_by] - Created date of the manifest.
1469
+ * @property {string} [user_id] - Id of user.
1470
+ */
1471
+ /**
1472
+ * @typedef ManifestErrorResponse
1473
+ * @property {boolean} [success] - Success State.
1474
+ * @property {string} [error] - Error String.
1475
+ */
1443
1476
  /**
1444
1477
  * @typedef Page
1445
1478
  * @property {number} [item_total]
@@ -2835,7 +2868,7 @@ export = OrderPlatformModel;
2835
2868
  declare class OrderPlatformModel {
2836
2869
  }
2837
2870
  declare namespace OrderPlatformModel {
2838
- export { InvalidateShipmentCachePayload, InvalidateShipmentCacheNestedResponse, InvalidateShipmentCacheResponse, ErrorResponse, StoreReassign, StoreReassignResponse, Entities, UpdateShipmentLockPayload, OriginalFilter, Bags, CheckResponse, UpdateShipmentLockResponse, AnnouncementResponse, AnnouncementsResponse, BaseResponse, Click2CallResponse, ErrorDetail, ProductsReasonsFilters, ProductsReasonsData, ProductsReasons, EntityReasonData, EntitiesReasons, ReasonsData, Products, OrderItemDataUpdates, ProductsDataUpdatesFilters, ProductsDataUpdates, EntitiesDataUpdates, DataUpdates, ShipmentsRequest, StatuesRequest, UpdateShipmentStatusRequest, ShipmentsResponse, StatuesResponse, UpdateShipmentStatusResponseBody, OrderUser, OrderPriority, ArticleDetails, LocationDetails, ShipmentDetails, ShipmentConfig, ShipmentData, MarketPlacePdf, AffiliateBag, UserData, OrderInfo, AffiliateAppConfigMeta, AffiliateAppConfig, AffiliateInventoryArticleAssignmentConfig, AffiliateInventoryPaymentConfig, AffiliateInventoryStoreConfig, AffiliateInventoryOrderConfig, AffiliateInventoryLogisticsConfig, AffiliateInventoryConfig, AffiliateConfig, Affiliate, AffiliateStoreIdMapping, OrderConfig, CreateOrderPayload, CreateOrderResponse, DispatchManifest, SuccessResponse, ActionInfo, GetActionsResponse, HistoryReason, HistoryMeta, HistoryDict, ShipmentHistoryResponse, PostHistoryFilters, PostHistoryData, PostHistoryDict, PostShipmentHistory, SmsDataPayload, SendSmsPayload, OrderDetails, Meta, ShipmentDetail, OrderStatusData, OrderStatusResult, Dimension, UpdatePackagingDimensionsPayload, UpdatePackagingDimensionsResponse, Tax, Charge, LineItem, ProcessingDates, Shipment, ShippingInfo, BillingInfo, UserInfo, TaxInfo, PaymentMethod, PaymentInfo, CreateOrderAPI, CreateOrderErrorReponse, DpConfiguration, PaymentMethods, CreateChannelPaymentInfo, CreateChannelConfig, CreateChannelConfigData, CreateChannelConifgErrorResponse, CreateChannelConfigResponse, UploadConsent, PlatformOrderUpdate, ResponseDetail, FyndOrderIdList, OrderStatus, BagStateTransitionMap, RoleBaseStateTransitionMapping, FetchCreditBalanceRequestPayload, CreditBalanceInfo, FetchCreditBalanceResponsePayload, RefundModeConfigRequestPayload, RefundOption, RefundModeInfo, RefundModeConfigResponsePayload, AttachUserOtpData, AttachUserInfo, AttachOrderUser, AttachOrderUserResponse, SendUserMobileOTP, PointBlankOtpData, SendUserMobileOtpResponse, VerifyOtpData, VerifyMobileOTP, VerifyOtpResponseData, VerifyOtpResponse, BulkReportsDownloadRequest, BulkReportsDownloadResponse, BulkFailedResponse, BulkStateTransistionRequest, BulkStateTransistionResponse, ShipmentActionInfo, BulkActionListingData, BulkListinPage, BulkListingResponse, JobDetailsData, JobDetailsResponse, JobFailedResponse, ManifestPageInfo, ManifestItemDetails, ManifestShipmentListing, DateRange, Filters, ManifestFile, ManifestMediaUpdate, PDFMeta, TotalShipmentPricesCount, ManifestMeta, Manifest, ManifestList, ManifestDetails, FiltersRequest, ProcessManifest, ProcessManifestResponse, ProcessManifestItemResponse, FilterInfoOption, FiltersInfo, ManifestFiltersResponse, PageDetails, EInvoiceIrnDetails, EInvoiceErrorDetails, EInvoiceDetails, EInvoiceResponseData, EInvoiceRetry, EInvoiceRetryResponse, EInvoiceErrorInfo, EInvoiceErrorResponseData, EInvoiceErrorResponse, EInvoiceErrorResponseDetails, EInvoiceRetryShipmentData, CourierPartnerTrackingDetails, CourierPartnerTrackingResponse, LogsChannelDetails, LogPaymentDetails, FailedOrdersItem, FailedOrderLogs, FailedOrderLogDetails, GenerateInvoiceIDResponseData, GenerateInvoiceIDErrorResponseData, GenerateInvoiceIDRequest, GenerateInvoiceIDResponse, GenerateInvoiceIDErrorResponse, Page, BagReasonMeta, QuestionSet, BagReasons, ShipmentBagReasons, ShipmentStatus, UserDataInfo, PlatformDeliveryAddress, ShipmentListingChannel, Prices, Identifier, FinancialBreakup, GSTDetailsData, BagStateMapper, BagStatusHistory, Dimensions, ReturnConfig, Weight, Article, ShipmentListingBrand, ReplacementDetails, AffiliateMeta, AffiliateBagDetails, PlatformArticleAttributes, PlatformItem, Dates, BagReturnableCancelableStatus, BagUnit, ShipmentItemFulFillingStore, Currency, OrderingCurrency, ConversionRate, CurrencyInfo, ShipmentItem, ShipmentInternalPlatformViewResponse, TrackingList, InvoiceInfo, OrderDetailsData, UserDetailsData, PhoneDetails, ContactDetails, CompanyDetails, OrderingStoreDetails, DPDetailsData, BuyerDetails, DebugInfo, EinvoiceInfo, Formatted, ShipmentTags, LockData, ShipmentTimeStamp, ShipmentMeta, PDFLinks, AffiliateDetails, BagConfigs, OrderBagArticle, OrderBrandName, AffiliateBagsDetails, BagPaymentMethods, DiscountRules, ItemCriterias, BuyRules, AppliedPromos, CurrentStatus, OrderBags, FulfillingStore, ShipmentPayments, ShipmentStatusData, ShipmentLockDetails, PlatformShipment, ShipmentInfoResponse, TaxDetails, PaymentInfoData, OrderData, OrderDetailsResponse, SubLane, SuperLane, LaneConfigResponse, PlatformBreakupValues, PlatformChannel, PlatformOrderItems, OrderListingResponse, PlatformTrack, PlatformShipmentTrack, AdvanceFilterInfo, FiltersResponse, URL, FileResponse, BulkActionTemplate, BulkActionTemplateResponse, Reason, PlatformShipmentReasonsResponse, ShipmentResponseReasons, ShipmentReasonsResponse, StoreAddress, EInvoicePortalDetails, StoreEinvoice, StoreEwaybill, StoreGstCredentials, Document, StoreDocuments, StoreMeta, Store, Brand, Attributes, Item, ArticleStatusDetails, Company, ShipmentGstDetails, DeliverySlotDetails, InvoiceDetails, UserDetails, WeightData, BagDetails, BagDetailsPlatformResponse, BagsPage, BagData, GetBagsPlatformResponse, GeneratePosOrderReceiptResponse, Templates, AllowedTemplatesResponse, TemplateDownloadResponse, Error };
2871
+ export { InvalidateShipmentCachePayload, InvalidateShipmentCacheNestedResponse, InvalidateShipmentCacheResponse, ErrorResponse, StoreReassign, StoreReassignResponse, Entities, UpdateShipmentLockPayload, OriginalFilter, Bags, CheckResponse, UpdateShipmentLockResponse, AnnouncementResponse, AnnouncementsResponse, BaseResponse, Click2CallResponse, ErrorDetail, ProductsReasonsFilters, ProductsReasonsData, ProductsReasons, EntityReasonData, EntitiesReasons, ReasonsData, Products, OrderItemDataUpdates, ProductsDataUpdatesFilters, ProductsDataUpdates, EntitiesDataUpdates, DataUpdates, ShipmentsRequest, StatuesRequest, UpdateShipmentStatusRequest, ShipmentsResponse, StatuesResponse, UpdateShipmentStatusResponseBody, OrderUser, OrderPriority, ArticleDetails, LocationDetails, ShipmentDetails, ShipmentConfig, ShipmentData, MarketPlacePdf, AffiliateBag, UserData, OrderInfo, AffiliateAppConfigMeta, AffiliateAppConfig, AffiliateInventoryArticleAssignmentConfig, AffiliateInventoryPaymentConfig, AffiliateInventoryStoreConfig, AffiliateInventoryOrderConfig, AffiliateInventoryLogisticsConfig, AffiliateInventoryConfig, AffiliateConfig, Affiliate, AffiliateStoreIdMapping, OrderConfig, CreateOrderPayload, CreateOrderResponse, DispatchManifest, SuccessResponse, ActionInfo, GetActionsResponse, HistoryReason, HistoryMeta, HistoryDict, ShipmentHistoryResponse, PostHistoryFilters, PostHistoryData, PostHistoryDict, PostShipmentHistory, SmsDataPayload, SendSmsPayload, OrderDetails, Meta, ShipmentDetail, OrderStatusData, OrderStatusResult, Dimension, UpdatePackagingDimensionsPayload, UpdatePackagingDimensionsResponse, Tax, Charge, LineItem, ProcessingDates, Shipment, ShippingInfo, BillingInfo, UserInfo, TaxInfo, PaymentMethod, PaymentInfo, CreateOrderAPI, CreateOrderErrorReponse, DpConfiguration, PaymentMethods, CreateChannelPaymentInfo, CreateChannelConfig, CreateChannelConfigData, CreateChannelConifgErrorResponse, CreateChannelConfigResponse, UploadConsent, PlatformOrderUpdate, ResponseDetail, FyndOrderIdList, OrderStatus, BagStateTransitionMap, RoleBaseStateTransitionMapping, FetchCreditBalanceRequestPayload, CreditBalanceInfo, FetchCreditBalanceResponsePayload, RefundModeConfigRequestPayload, RefundOption, RefundModeInfo, RefundModeConfigResponsePayload, AttachUserOtpData, AttachUserInfo, AttachOrderUser, AttachOrderUserResponse, SendUserMobileOTP, PointBlankOtpData, SendUserMobileOtpResponse, VerifyOtpData, VerifyMobileOTP, VerifyOtpResponseData, VerifyOtpResponse, BulkReportsDownloadRequest, BulkReportsDownloadResponse, BulkFailedResponse, BulkStateTransistionRequest, BulkStateTransistionResponse, ShipmentActionInfo, BulkActionListingData, BulkListinPage, BulkListingResponse, JobDetailsData, JobDetailsResponse, JobFailedResponse, ManifestPageInfo, ManifestItemDetails, ManifestShipmentListing, DateRange, Filters, ManifestFile, ManifestMediaUpdate, PDFMeta, TotalShipmentPricesCount, ManifestMeta, Manifest, ManifestList, ManifestDetails, FiltersRequest, ProcessManifest, ProcessManifestResponse, ProcessManifestItemResponse, FilterInfoOption, FiltersInfo, ManifestFiltersResponse, PageDetails, EInvoiceIrnDetails, EInvoiceErrorDetails, EInvoiceDetails, EInvoiceResponseData, EInvoiceRetry, EInvoiceRetryResponse, EInvoiceErrorInfo, EInvoiceErrorResponseData, EInvoiceErrorResponse, EInvoiceErrorResponseDetails, EInvoiceRetryShipmentData, CourierPartnerTrackingDetails, CourierPartnerTrackingResponse, LogsChannelDetails, LogPaymentDetails, FailedOrdersItem, FailedOrderLogs, FailedOrderLogDetails, GenerateInvoiceIDResponseData, GenerateInvoiceIDErrorResponseData, GenerateInvoiceIDRequest, GenerateInvoiceIDResponse, GenerateInvoiceIDErrorResponse, ManifestResponse, ProcessManifestRequest, ManifestItems, ManifestErrorResponse, Page, BagReasonMeta, QuestionSet, BagReasons, ShipmentBagReasons, ShipmentStatus, UserDataInfo, PlatformDeliveryAddress, ShipmentListingChannel, Prices, Identifier, FinancialBreakup, GSTDetailsData, BagStateMapper, BagStatusHistory, Dimensions, ReturnConfig, Weight, Article, ShipmentListingBrand, ReplacementDetails, AffiliateMeta, AffiliateBagDetails, PlatformArticleAttributes, PlatformItem, Dates, BagReturnableCancelableStatus, BagUnit, ShipmentItemFulFillingStore, Currency, OrderingCurrency, ConversionRate, CurrencyInfo, ShipmentItem, ShipmentInternalPlatformViewResponse, TrackingList, InvoiceInfo, OrderDetailsData, UserDetailsData, PhoneDetails, ContactDetails, CompanyDetails, OrderingStoreDetails, DPDetailsData, BuyerDetails, DebugInfo, EinvoiceInfo, Formatted, ShipmentTags, LockData, ShipmentTimeStamp, ShipmentMeta, PDFLinks, AffiliateDetails, BagConfigs, OrderBagArticle, OrderBrandName, AffiliateBagsDetails, BagPaymentMethods, DiscountRules, ItemCriterias, BuyRules, AppliedPromos, CurrentStatus, OrderBags, FulfillingStore, ShipmentPayments, ShipmentStatusData, ShipmentLockDetails, PlatformShipment, ShipmentInfoResponse, TaxDetails, PaymentInfoData, OrderData, OrderDetailsResponse, SubLane, SuperLane, LaneConfigResponse, PlatformBreakupValues, PlatformChannel, PlatformOrderItems, OrderListingResponse, PlatformTrack, PlatformShipmentTrack, AdvanceFilterInfo, FiltersResponse, URL, FileResponse, BulkActionTemplate, BulkActionTemplateResponse, Reason, PlatformShipmentReasonsResponse, ShipmentResponseReasons, ShipmentReasonsResponse, StoreAddress, EInvoicePortalDetails, StoreEinvoice, StoreEwaybill, StoreGstCredentials, Document, StoreDocuments, StoreMeta, Store, Brand, Attributes, Item, ArticleStatusDetails, Company, ShipmentGstDetails, DeliverySlotDetails, InvoiceDetails, UserDetails, WeightData, BagDetails, BagDetailsPlatformResponse, BagsPage, BagData, GetBagsPlatformResponse, GeneratePosOrderReceiptResponse, Templates, AllowedTemplatesResponse, TemplateDownloadResponse, Error };
2839
2872
  }
2840
2873
  /** @returns {InvalidateShipmentCachePayload} */
2841
2874
  declare function InvalidateShipmentCachePayload(): InvalidateShipmentCachePayload;
@@ -3485,6 +3518,9 @@ type CreateOrderResponse = {
3485
3518
  /** @returns {DispatchManifest} */
3486
3519
  declare function DispatchManifest(): DispatchManifest;
3487
3520
  type DispatchManifest = {
3521
+ /**
3522
+ * - Id of the manifest.
3523
+ */
3488
3524
  manifest_id: string;
3489
3525
  };
3490
3526
  /** @returns {SuccessResponse} */
@@ -4388,15 +4424,48 @@ type DateRange = {
4388
4424
  declare function Filters(): Filters;
4389
4425
  type Filters = {
4390
4426
  date_range?: DateRange;
4427
+ /**
4428
+ * - CDN link of the logo displayed on the manifest page.
4429
+ */
4391
4430
  logo?: string;
4431
+ /**
4432
+ * - UTC start date in ISO format.
4433
+ */
4392
4434
  from_date?: string;
4435
+ /**
4436
+ * - Filter with the specific store.
4437
+ */
4393
4438
  stores?: number;
4439
+ /**
4440
+ * - UTC end date in ISO format.
4441
+ */
4394
4442
  to_date?: string;
4443
+ /**
4444
+ * - Filter with the specific courier partner name.
4445
+ */
4395
4446
  dp_name?: string;
4396
- dp_ids?: number;
4447
+ /**
4448
+ * - Combination of courier partner ids separated by
4449
+ * byte operator.
4450
+ */
4451
+ dp_ids?: string;
4452
+ /**
4453
+ * - Criteria for lane on which shipments must be fetched.
4454
+ */
4397
4455
  lane?: string;
4456
+ /**
4457
+ * - Selected shipments mapped to the manifest.
4458
+ */
4398
4459
  selected_shipments?: string;
4460
+ /**
4461
+ * - Filter with the specific store name.
4462
+ */
4399
4463
  store_name?: string;
4464
+ /**
4465
+ * - Deselected shipments unmapped
4466
+ * from the manifest.
4467
+ */
4468
+ deselected_shipments?: string;
4400
4469
  };
4401
4470
  /** @returns {ManifestFile} */
4402
4471
  declare function ManifestFile(): ManifestFile;
@@ -4486,9 +4555,18 @@ type ProcessManifest = {
4486
4555
  /** @returns {ProcessManifestResponse} */
4487
4556
  declare function ProcessManifestResponse(): ProcessManifestResponse;
4488
4557
  type ProcessManifestResponse = {
4558
+ /**
4559
+ * - Id of the company.
4560
+ */
4489
4561
  company_id?: number;
4490
4562
  filters?: Filters;
4563
+ /**
4564
+ * - Id of the user.
4565
+ */
4491
4566
  user_id?: string;
4567
+ /**
4568
+ * - Id of the manifest.
4569
+ */
4492
4570
  manifest_id?: string;
4493
4571
  action?: string;
4494
4572
  uid?: string;
@@ -4761,6 +4839,76 @@ declare function GenerateInvoiceIDErrorResponse(): GenerateInvoiceIDErrorRespons
4761
4839
  type GenerateInvoiceIDErrorResponse = {
4762
4840
  items?: GenerateInvoiceIDErrorResponseData[];
4763
4841
  };
4842
+ /** @returns {ManifestResponse} */
4843
+ declare function ManifestResponse(): ManifestResponse;
4844
+ type ManifestResponse = {
4845
+ items?: ManifestItems;
4846
+ };
4847
+ /** @returns {ProcessManifestRequest} */
4848
+ declare function ProcessManifestRequest(): ProcessManifestRequest;
4849
+ type ProcessManifestRequest = {
4850
+ /**
4851
+ * - Expected Actions: [save, process,
4852
+ * pdf_generated,invalidate,pdf_failed,complete]
4853
+ */
4854
+ action?: string;
4855
+ /**
4856
+ * - Id of The Manifest.
4857
+ */
4858
+ manifest_id?: string;
4859
+ filters?: Filters;
4860
+ /**
4861
+ * - Unique Id.
4862
+ */
4863
+ unique_id?: string;
4864
+ };
4865
+ /** @returns {ManifestItems} */
4866
+ declare function ManifestItems(): ManifestItems;
4867
+ type ManifestItems = {
4868
+ filters?: Filters;
4869
+ /**
4870
+ * - Id of the manifest.
4871
+ */
4872
+ manifest_id?: string;
4873
+ /**
4874
+ * - Unique Id.
4875
+ */
4876
+ unique_id?: string;
4877
+ /**
4878
+ * - Id of the company.
4879
+ */
4880
+ company_id?: number;
4881
+ /**
4882
+ * - Shipment with the specific courier partner Id.
4883
+ */
4884
+ dp_id?: string;
4885
+ courier_partner_slug?: string;
4886
+ /**
4887
+ * - Expected Actions: [Save, Process, Pdf
4888
+ * Generated, Invalidate, Pdf Failed, Complete]
4889
+ */
4890
+ action?: string;
4891
+ /**
4892
+ * - Created date of the manifest.
4893
+ */
4894
+ created_by?: string;
4895
+ /**
4896
+ * - Id of user.
4897
+ */
4898
+ user_id?: string;
4899
+ };
4900
+ /** @returns {ManifestErrorResponse} */
4901
+ declare function ManifestErrorResponse(): ManifestErrorResponse;
4902
+ type ManifestErrorResponse = {
4903
+ /**
4904
+ * - Success State.
4905
+ */
4906
+ success?: boolean;
4907
+ /**
4908
+ * - Error String.
4909
+ */
4910
+ error?: string;
4911
+ };
4764
4912
  /** @returns {Page} */
4765
4913
  declare function Page(): Page;
4766
4914
  type Page = {