@gofynd/fdk-client-javascript 0.1.36 → 0.1.37
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/documentation/application/CART.md +291 -285
- package/documentation/application/CATALOG.md +411 -411
- package/documentation/application/LOGISTIC.md +423 -101
- package/documentation/application/ORDER.md +287 -287
- package/documentation/application/POSCART.md +319 -313
- package/documentation/application/README.md +1 -1
- package/documentation/platform/AUDITTRAIL.md +2 -2
- package/documentation/platform/CART.md +488 -488
- package/documentation/platform/CATALOG.md +1656 -1439
- package/documentation/platform/COMPANYPROFILE.md +250 -229
- package/documentation/platform/ORDER.md +1183 -1183
- package/package.json +2 -2
- package/sdk/application/ApplicationAPIClient.js +3 -0
- package/sdk/application/ApplicationClient.d.ts +1 -0
- package/sdk/application/ApplicationClient.js +11 -1
- package/sdk/application/ApplicationConfig.d.ts +1 -0
- package/sdk/application/ApplicationConfig.js +1 -0
- package/sdk/application/ApplicationModels.d.ts +83 -78
- package/sdk/application/ApplicationModels.js +1445 -1354
- package/sdk/application/client/LogisticApplicationClient.d.ts +32 -21
- package/sdk/application/client/LogisticApplicationClient.js +62 -27
- package/sdk/application/models/LogisticValidator.d.ts +2 -1
- package/sdk/application/models/LogisticValidator.js +11 -6
- package/sdk/common/AxiosHelper.js +1 -1
- package/sdk/platform/PlatformApplicationClient.d.ts +5328 -5185
- package/sdk/platform/PlatformApplicationClient.js +2877 -2795
- package/sdk/platform/PlatformApplicationModels.d.ts +5 -5
- package/sdk/platform/PlatformApplicationModels.js +3707 -3571
- package/sdk/platform/PlatformClient.d.ts +2577 -2509
- package/sdk/platform/PlatformClient.js +2770 -2688
- package/sdk/platform/PlatformModels.d.ts +146 -139
- package/sdk/platform/PlatformModels.js +3718 -3582
- package/sdk/platform/client/CatalogPlatformClient.d.ts +21 -12
- package/sdk/platform/client/CatalogPlatformClient.js +48 -17
- package/sdk/platform/models/CatalogValidator.d.ts +2 -1
- package/sdk/platform/models/CatalogValidator.js +11 -5
|
@@ -500,39 +500,39 @@ declare class Validator {
|
|
|
500
500
|
static GetUserCODLimitResponse(): any;
|
|
501
501
|
static SetCODForUserRequest(): any;
|
|
502
502
|
static SetCODOptionResponse(): any;
|
|
503
|
-
static FilterInfoOption(): any;
|
|
504
|
-
static FiltersInfo(): any;
|
|
505
|
-
static Prices(): any;
|
|
506
|
-
static ShipmentStatus(): any;
|
|
507
|
-
static PaymentModeInfo(): any;
|
|
508
503
|
static UserDataInfo(): any;
|
|
509
|
-
static ShipmentItemFulFillingStore(): any;
|
|
510
|
-
static PlatformItem(): any;
|
|
511
504
|
static GSTDetailsData(): any;
|
|
505
|
+
static Prices(): any;
|
|
506
|
+
static PlatformItem(): any;
|
|
512
507
|
static BagUnit(): any;
|
|
508
|
+
static PaymentModeInfo(): any;
|
|
509
|
+
static ShipmentItemFulFillingStore(): any;
|
|
510
|
+
static ShipmentStatus(): any;
|
|
513
511
|
static ShipmentItem(): any;
|
|
512
|
+
static FilterInfoOption(): any;
|
|
513
|
+
static FiltersInfo(): any;
|
|
514
514
|
static ShipmentInternalPlatformViewResponse(): any;
|
|
515
515
|
static Error(): any;
|
|
516
|
+
static ShipmentPayments(): any;
|
|
517
|
+
static BagStateMapper(): any;
|
|
518
|
+
static BagStatusHistory(): any;
|
|
519
|
+
static TrackingList(): any;
|
|
516
520
|
static ShipmentStatusData(): any;
|
|
517
|
-
static
|
|
518
|
-
static
|
|
519
|
-
static FinancialBreakup(): any;
|
|
520
|
-
static BagGST(): any;
|
|
521
|
-
static BagConfigs(): any;
|
|
522
|
-
static DiscountRules(): any;
|
|
521
|
+
static UserDetailsData(): any;
|
|
522
|
+
static DPDetailsData(): any;
|
|
523
523
|
static ItemCriterias(): any;
|
|
524
524
|
static BuyRules(): any;
|
|
525
|
+
static DiscountRules(): any;
|
|
525
526
|
static AppliedPromos(): any;
|
|
527
|
+
static BagConfigs(): any;
|
|
528
|
+
static Identifier(): any;
|
|
529
|
+
static FinancialBreakup(): any;
|
|
530
|
+
static PlatformDeliveryAddress(): any;
|
|
526
531
|
static OrderBrandName(): any;
|
|
532
|
+
static BagGST(): any;
|
|
527
533
|
static OrderBagArticle(): any;
|
|
528
534
|
static OrderBags(): any;
|
|
529
|
-
static UserDetailsData(): any;
|
|
530
535
|
static OrderDetailsData(): any;
|
|
531
|
-
static TrackingList(): any;
|
|
532
|
-
static DPDetailsData(): any;
|
|
533
|
-
static ShipmentPayments(): any;
|
|
534
|
-
static BagStateMapper(): any;
|
|
535
|
-
static BagStatusHistory(): any;
|
|
536
536
|
static FulfillingStore(): any;
|
|
537
537
|
static ShipmentInfoResponse(): any;
|
|
538
538
|
static OrderDict(): any;
|
|
@@ -541,8 +541,8 @@ declare class Validator {
|
|
|
541
541
|
static SubLane(): any;
|
|
542
542
|
static SuperLane(): any;
|
|
543
543
|
static LaneConfigResponse(): any;
|
|
544
|
-
static PlatformChannel(): any;
|
|
545
544
|
static PlatformBreakupValues(): any;
|
|
545
|
+
static PlatformChannel(): any;
|
|
546
546
|
static PlatformOrderItems(): any;
|
|
547
547
|
static OrderListingResponse(): any;
|
|
548
548
|
static Options(): any;
|
|
@@ -562,13 +562,13 @@ declare class Validator {
|
|
|
562
562
|
static FileUploadResponse(): any;
|
|
563
563
|
static URL(): any;
|
|
564
564
|
static FileResponse(): any;
|
|
565
|
-
static bulkListingData(): any;
|
|
566
565
|
static BulkListingPage(): any;
|
|
566
|
+
static bulkListingData(): any;
|
|
567
567
|
static BulkListingResponse(): any;
|
|
568
|
-
static ManifestPage(): any;
|
|
569
568
|
static DateRange(): any;
|
|
570
569
|
static ManifestFilter(): any;
|
|
571
570
|
static GeneratedManifestItem(): any;
|
|
571
|
+
static ManifestPage(): any;
|
|
572
572
|
static GeneratedManifestResponse(): any;
|
|
573
573
|
static ManifestDetailItem(): any;
|
|
574
574
|
static ManifestDetailTotalShipmentPricesCount(): any;
|
|
@@ -582,39 +582,39 @@ declare class Validator {
|
|
|
582
582
|
static BulkActionResponse(): any;
|
|
583
583
|
static BulkActionDetailsDataField(): any;
|
|
584
584
|
static BulkActionDetailsResponse(): any;
|
|
585
|
+
static ArticleDetails(): any;
|
|
586
|
+
static Dates(): any;
|
|
587
|
+
static B2BPODetails(): any;
|
|
588
|
+
static BagMeta(): any;
|
|
589
|
+
static BagReturnableCancelableStatus(): any;
|
|
590
|
+
static EInvoicePortalDetails(): any;
|
|
591
|
+
static Document(): any;
|
|
592
|
+
static StoreDocuments(): any;
|
|
593
|
+
static StoreEwaybill(): any;
|
|
594
|
+
static StoreEinvoice(): any;
|
|
595
|
+
static StoreGstCredentials(): any;
|
|
596
|
+
static StoreMeta(): any;
|
|
597
|
+
static StoreAddress(): any;
|
|
598
|
+
static Store(): any;
|
|
585
599
|
static AffiliateMeta(): any;
|
|
586
600
|
static AffiliateBagDetails(): any;
|
|
587
|
-
static BagReturnableCancelableStatus(): any;
|
|
588
601
|
static PDFLinks(): any;
|
|
589
|
-
static ShipmentTimeStamp(): any;
|
|
590
|
-
static LockData(): any;
|
|
591
|
-
static BuyerDetails(): any;
|
|
592
602
|
static EInvoice(): any;
|
|
593
603
|
static EinvoiceInfo(): any;
|
|
594
|
-
static DebugInfo(): any;
|
|
595
604
|
static Formatted(): any;
|
|
605
|
+
static ShipmentTimeStamp(): any;
|
|
606
|
+
static DebugInfo(): any;
|
|
607
|
+
static BuyerDetails(): any;
|
|
608
|
+
static LockData(): any;
|
|
596
609
|
static ShipmentMeta(): any;
|
|
597
610
|
static AffiliateDetails(): any;
|
|
598
|
-
static StoreEinvoice(): any;
|
|
599
|
-
static StoreEwaybill(): any;
|
|
600
|
-
static StoreGstCredentials(): any;
|
|
601
|
-
static Document(): any;
|
|
602
|
-
static StoreDocuments(): any;
|
|
603
|
-
static EInvoicePortalDetails(): any;
|
|
604
|
-
static StoreMeta(): any;
|
|
605
|
-
static StoreAddress(): any;
|
|
606
|
-
static Store(): any;
|
|
607
|
-
static BagGSTDetails(): any;
|
|
608
|
-
static B2BPODetails(): any;
|
|
609
|
-
static BagMeta(): any;
|
|
610
|
-
static ArticleDetails(): any;
|
|
611
|
-
static Dates(): any;
|
|
612
611
|
static Attributes(): any;
|
|
613
612
|
static Item(): any;
|
|
614
613
|
static Brand(): any;
|
|
614
|
+
static BagGSTDetails(): any;
|
|
615
|
+
static ReturnConfig(): any;
|
|
615
616
|
static Weight(): any;
|
|
616
617
|
static Dimensions(): any;
|
|
617
|
-
static ReturnConfig(): any;
|
|
618
618
|
static Article(): any;
|
|
619
619
|
static BagDetailsPlatformResponse(): any;
|
|
620
620
|
static ErrorResponse(): any;
|
|
@@ -628,42 +628,31 @@ declare class Validator {
|
|
|
628
628
|
static StoreReassignResponse(): any;
|
|
629
629
|
static Entities(): any;
|
|
630
630
|
static UpdateShipmentLockPayload(): any;
|
|
631
|
-
static Bags(): any;
|
|
632
631
|
static OriginalFilter(): any;
|
|
632
|
+
static Bags(): any;
|
|
633
633
|
static CheckResponse(): any;
|
|
634
634
|
static UpdateShipmentLockResponse(): any;
|
|
635
635
|
static AnnouncementResponse(): any;
|
|
636
636
|
static AnnouncementsResponse(): any;
|
|
637
637
|
static BaseResponse(): any;
|
|
638
638
|
static Click2CallResponse(): any;
|
|
639
|
-
static
|
|
640
|
-
static EntitiesReasons(): any;
|
|
641
|
-
static ProductsReasonsFilters(): any;
|
|
639
|
+
static Products(): any;
|
|
642
640
|
static ProductsReasonsData(): any;
|
|
641
|
+
static ProductsReasonsFilters(): any;
|
|
643
642
|
static ProductsReasons(): any;
|
|
643
|
+
static EntityReasonData(): any;
|
|
644
|
+
static EntitiesReasons(): any;
|
|
644
645
|
static ReasonsData(): any;
|
|
645
|
-
static EntitiesDataUpdates(): any;
|
|
646
646
|
static ProductsDataUpdatesFilters(): any;
|
|
647
647
|
static ProductsDataUpdates(): any;
|
|
648
|
+
static EntitiesDataUpdates(): any;
|
|
648
649
|
static DataUpdates(): any;
|
|
649
|
-
static Products(): any;
|
|
650
650
|
static ShipmentsRequest(): any;
|
|
651
651
|
static StatuesRequest(): any;
|
|
652
652
|
static UpdateShipmentStatusRequest(): any;
|
|
653
653
|
static ShipmentsResponse(): any;
|
|
654
654
|
static StatuesResponse(): any;
|
|
655
655
|
static UpdateShipmentStatusResponseBody(): any;
|
|
656
|
-
static OrderUser(): any;
|
|
657
|
-
static UserData(): any;
|
|
658
|
-
static OrderPriority(): any;
|
|
659
|
-
static MarketPlacePdf(): any;
|
|
660
|
-
static AffiliateBag(): any;
|
|
661
|
-
static ArticleDetails1(): any;
|
|
662
|
-
static ShipmentDetails(): any;
|
|
663
|
-
static LocationDetails(): any;
|
|
664
|
-
static ShipmentConfig(): any;
|
|
665
|
-
static ShipmentData(): any;
|
|
666
|
-
static OrderInfo(): any;
|
|
667
656
|
static AffiliateStoreIdMapping(): any;
|
|
668
657
|
static AffiliateAppConfigMeta(): any;
|
|
669
658
|
static AffiliateAppConfig(): any;
|
|
@@ -676,6 +665,17 @@ declare class Validator {
|
|
|
676
665
|
static AffiliateConfig(): any;
|
|
677
666
|
static Affiliate(): any;
|
|
678
667
|
static OrderConfig(): any;
|
|
668
|
+
static OrderUser(): any;
|
|
669
|
+
static ArticleDetails1(): any;
|
|
670
|
+
static ShipmentDetails(): any;
|
|
671
|
+
static LocationDetails(): any;
|
|
672
|
+
static ShipmentConfig(): any;
|
|
673
|
+
static ShipmentData(): any;
|
|
674
|
+
static OrderPriority(): any;
|
|
675
|
+
static MarketPlacePdf(): any;
|
|
676
|
+
static AffiliateBag(): any;
|
|
677
|
+
static UserData(): any;
|
|
678
|
+
static OrderInfo(): any;
|
|
679
679
|
static CreateOrderPayload(): any;
|
|
680
680
|
static CreateOrderResponse(): any;
|
|
681
681
|
static DispatchManifest(): any;
|
|
@@ -694,16 +694,16 @@ declare class Validator {
|
|
|
694
694
|
static OrderStatusResult(): any;
|
|
695
695
|
static ManualAssignDPToShipment(): any;
|
|
696
696
|
static ManualAssignDPToShipmentResponse(): any;
|
|
697
|
+
static Tax(): any;
|
|
698
|
+
static Charge(): any;
|
|
699
|
+
static ShippingInfo(): any;
|
|
697
700
|
static BillingInfo(): any;
|
|
698
701
|
static TaxInfo(): any;
|
|
702
|
+
static PaymentMethod(): any;
|
|
703
|
+
static PaymentInfo(): any;
|
|
699
704
|
static ProcessingDates(): any;
|
|
700
|
-
static Tax(): any;
|
|
701
|
-
static Charge(): any;
|
|
702
705
|
static LineItem(): any;
|
|
703
706
|
static Shipment(): any;
|
|
704
|
-
static PaymentMethod(): any;
|
|
705
|
-
static PaymentInfo(): any;
|
|
706
|
-
static ShippingInfo(): any;
|
|
707
707
|
static CreateOrderAPI(): any;
|
|
708
708
|
static CreateOrderErrorReponse(): any;
|
|
709
709
|
static DpConfiguration(): any;
|
|
@@ -718,15 +718,15 @@ declare class Validator {
|
|
|
718
718
|
static ResponseDetail(): any;
|
|
719
719
|
static FyndOrderIdList(): any;
|
|
720
720
|
static OrderStatus(): any;
|
|
721
|
+
static DeleteResponse(): any;
|
|
721
722
|
static SearchKeywordResult(): any;
|
|
722
723
|
static CreateSearchKeyword(): any;
|
|
723
724
|
static GetSearchWordsData(): any;
|
|
724
725
|
static GetSearchWordsDetailResponse(): any;
|
|
725
|
-
static DeleteResponse(): any;
|
|
726
726
|
static GetSearchWordsResponse(): any;
|
|
727
|
+
static Media(): any;
|
|
727
728
|
static AutocompletePageAction(): any;
|
|
728
729
|
static AutocompleteAction(): any;
|
|
729
|
-
static Media(): any;
|
|
730
730
|
static AutocompleteResult(): any;
|
|
731
731
|
static CreateAutocompleteKeyword(): any;
|
|
732
732
|
static GetAutocompleteWordsData(): any;
|
|
@@ -737,8 +737,8 @@ declare class Validator {
|
|
|
737
737
|
static GetProductBundleCreateResponse(): any;
|
|
738
738
|
static GetProductBundleListingResponse(): any;
|
|
739
739
|
static ProductBundleUpdateRequest(): any;
|
|
740
|
-
static Size(): any;
|
|
741
740
|
static Price(): any;
|
|
741
|
+
static Size(): any;
|
|
742
742
|
static LimitedProductData(): any;
|
|
743
743
|
static GetProducts(): any;
|
|
744
744
|
static GetProductBundleResponse(): any;
|
|
@@ -749,8 +749,8 @@ declare class Validator {
|
|
|
749
749
|
static SEOData(): any;
|
|
750
750
|
static MOQData(): any;
|
|
751
751
|
static OwnerAppItemResponse(): any;
|
|
752
|
-
static ApplicationItemSEO(): any;
|
|
753
752
|
static MetaFields(): any;
|
|
753
|
+
static ApplicationItemSEO(): any;
|
|
754
754
|
static ApplicationItemMOQ(): any;
|
|
755
755
|
static ApplicationItemMeta(): any;
|
|
756
756
|
static SuccessResponse1(): any;
|
|
@@ -772,10 +772,10 @@ declare class Validator {
|
|
|
772
772
|
static MetaDataListingResponse(): any;
|
|
773
773
|
static GetCatalogConfigurationMetaData(): any;
|
|
774
774
|
static ProductSize(): any;
|
|
775
|
-
static ConfigurationProductVariantConfig(): any;
|
|
776
|
-
static ConfigurationProductVariant(): any;
|
|
777
775
|
static ConfigurationProductConfig(): any;
|
|
778
776
|
static ConfigurationProductSimilar(): any;
|
|
777
|
+
static ConfigurationProductVariantConfig(): any;
|
|
778
|
+
static ConfigurationProductVariant(): any;
|
|
779
779
|
static ConfigurationProduct(): any;
|
|
780
780
|
static ConfigurationBucketPoints(): any;
|
|
781
781
|
static ConfigurationListingFilterValue(): any;
|
|
@@ -790,27 +790,27 @@ declare class Validator {
|
|
|
790
790
|
static GetCatalogConfigurationDetailsSchemaListing(): any;
|
|
791
791
|
static EntityConfiguration(): any;
|
|
792
792
|
static GetAppCatalogEntityConfiguration(): any;
|
|
793
|
+
static ProductSortOn(): any;
|
|
793
794
|
static ProductFiltersKey(): any;
|
|
794
795
|
static ProductFiltersValue(): any;
|
|
795
796
|
static ProductFilters(): any;
|
|
796
|
-
static ProductSortOn(): any;
|
|
797
797
|
static GetCollectionQueryOptionResponse(): any;
|
|
798
|
-
static
|
|
799
|
-
static CollectionSchedule(): any;
|
|
800
|
-
static UserInfo(): any;
|
|
798
|
+
static SeoDetail(): any;
|
|
801
799
|
static CollectionImage(): any;
|
|
802
800
|
static CollectionBanner(): any;
|
|
803
|
-
static
|
|
801
|
+
static CollectionSchedule(): any;
|
|
802
|
+
static UserInfo(): any;
|
|
804
803
|
static CollectionBadge(): any;
|
|
804
|
+
static CollectionQuery(): any;
|
|
805
805
|
static CreateCollection(): any;
|
|
806
806
|
static BannerImage(): any;
|
|
807
807
|
static ImageUrls(): any;
|
|
808
808
|
static CollectionCreateResponse(): any;
|
|
809
|
-
static CollectionListingFilterType(): any;
|
|
810
|
-
static CollectionListingFilterTag(): any;
|
|
811
|
-
static CollectionListingFilter(): any;
|
|
812
809
|
static Media1(): any;
|
|
813
810
|
static GetCollectionDetailNest(): any;
|
|
811
|
+
static CollectionListingFilterTag(): any;
|
|
812
|
+
static CollectionListingFilterType(): any;
|
|
813
|
+
static CollectionListingFilter(): any;
|
|
814
814
|
static GetCollectionListingResponse(): any;
|
|
815
815
|
static CollectionDetailResponse(): any;
|
|
816
816
|
static UpdateCollection(): any;
|
|
@@ -824,8 +824,8 @@ declare class Validator {
|
|
|
824
824
|
static ProductListingPrice(): any;
|
|
825
825
|
static ProductListingDetail(): any;
|
|
826
826
|
static GetCollectionItemsResponse(): any;
|
|
827
|
-
static CatalogInsightItem(): any;
|
|
828
827
|
static CatalogInsightBrand(): any;
|
|
828
|
+
static CatalogInsightItem(): any;
|
|
829
829
|
static CatalogInsightResponse(): any;
|
|
830
830
|
static CrossSellingData(): any;
|
|
831
831
|
static CrossSellingResponse(): any;
|
|
@@ -842,8 +842,8 @@ declare class Validator {
|
|
|
842
842
|
static AttributeMasterMeta(): any;
|
|
843
843
|
static AttributeSchemaRange(): any;
|
|
844
844
|
static AttributeMaster(): any;
|
|
845
|
-
static AttributeMasterDetails(): any;
|
|
846
845
|
static AttributeMasterFilter(): any;
|
|
846
|
+
static AttributeMasterDetails(): any;
|
|
847
847
|
static GenderDetail(): any;
|
|
848
848
|
static ProdcutTemplateCategoriesResponse(): any;
|
|
849
849
|
static PTErrorResponse(): any;
|
|
@@ -871,10 +871,10 @@ declare class Validator {
|
|
|
871
871
|
static ProductDownloadsItems(): any;
|
|
872
872
|
static ProductDownloadsResponse(): any;
|
|
873
873
|
static ProductConfigurationDownloads(): any;
|
|
874
|
+
static Hierarchy(): any;
|
|
874
875
|
static Media2(): any;
|
|
875
876
|
static CategoryMappingValues(): any;
|
|
876
877
|
static CategoryMapping(): any;
|
|
877
|
-
static Hierarchy(): any;
|
|
878
878
|
static CategoryRequestBody(): any;
|
|
879
879
|
static CategoryCreateResponse(): any;
|
|
880
880
|
static Category(): any;
|
|
@@ -882,21 +882,27 @@ declare class Validator {
|
|
|
882
882
|
static CategoryUpdateResponse(): any;
|
|
883
883
|
static SingleCategoryResponse(): any;
|
|
884
884
|
static TaxIdentifier(): any;
|
|
885
|
-
static
|
|
885
|
+
static ProductPublish(): any;
|
|
886
886
|
static CustomOrder(): any;
|
|
887
|
-
static NetQuantity(): any;
|
|
888
887
|
static TeaserTag(): any;
|
|
889
|
-
static
|
|
890
|
-
static
|
|
888
|
+
static NetQuantity(): any;
|
|
889
|
+
static Trader(): any;
|
|
890
|
+
static ProductCreateUpdateSchemaV2(): any;
|
|
891
891
|
static Image(): any;
|
|
892
|
-
static
|
|
892
|
+
static ReturnConfigResponse(): any;
|
|
893
893
|
static Logo(): any;
|
|
894
|
+
static ProductPublished(): any;
|
|
895
|
+
static NetQuantityResponse(): any;
|
|
894
896
|
static Product(): any;
|
|
895
897
|
static ProductListingResponse(): any;
|
|
896
898
|
static ProductVariants(): any;
|
|
897
899
|
static ProductVariantsResponse(): any;
|
|
898
900
|
static AttributeMasterSerializer(): any;
|
|
899
901
|
static ProductAttributesResponse(): any;
|
|
902
|
+
static SingleProductResponse(): any;
|
|
903
|
+
static ValidateIdentifier(): any;
|
|
904
|
+
static AllSizes(): any;
|
|
905
|
+
static GetAllSizes(): any;
|
|
900
906
|
static ValidateProduct(): any;
|
|
901
907
|
static UserInfo1(): any;
|
|
902
908
|
static BulkJob(): any;
|
|
@@ -914,37 +920,37 @@ declare class Validator {
|
|
|
914
920
|
static ProductSizeDeleteDataResponse(): any;
|
|
915
921
|
static ProductSizeDeleteResponse(): any;
|
|
916
922
|
static ItemQuery(): any;
|
|
917
|
-
static GTIN(): any;
|
|
918
923
|
static SetSize(): any;
|
|
919
924
|
static SizeDistribution(): any;
|
|
920
925
|
static InventorySet(): any;
|
|
926
|
+
static GTIN(): any;
|
|
921
927
|
static InvSize(): any;
|
|
922
928
|
static InventoryRequest(): any;
|
|
923
929
|
static InventoryResponse(): any;
|
|
924
930
|
static InventoryResponsePaginated(): any;
|
|
931
|
+
static ReturnConfig1(): any;
|
|
925
932
|
static ManufacturerResponse(): any;
|
|
926
|
-
static DimensionResponse(): any;
|
|
927
|
-
static Trader1(): any;
|
|
928
|
-
static WeightResponse(): any;
|
|
929
|
-
static QuantityBase(): any;
|
|
930
|
-
static Quantities(): any;
|
|
931
933
|
static CompanyMeta(): any;
|
|
932
934
|
static BrandMeta(): any;
|
|
933
935
|
static PriceMeta(): any;
|
|
934
|
-
static
|
|
936
|
+
static QuantityBase(): any;
|
|
937
|
+
static Quantities(): any;
|
|
938
|
+
static WeightResponse(): any;
|
|
939
|
+
static DimensionResponse(): any;
|
|
940
|
+
static Trader1(): any;
|
|
935
941
|
static InventorySellerResponse(): any;
|
|
936
942
|
static InventorySellerIdentifierResponsePaginated(): any;
|
|
943
|
+
static ReturnConfig2(): any;
|
|
937
944
|
static ManufacturerResponse1(): any;
|
|
938
|
-
static DimensionResponse1(): any;
|
|
939
|
-
static Trader2(): any;
|
|
940
|
-
static WeightResponse1(): any;
|
|
941
|
-
static ArticleStoreResponse(): any;
|
|
942
|
-
static Quantity(): any;
|
|
943
|
-
static QuantitiesArticle(): any;
|
|
944
945
|
static CompanyMeta1(): any;
|
|
945
946
|
static BrandMeta1(): any;
|
|
946
947
|
static PriceArticle(): any;
|
|
947
|
-
static
|
|
948
|
+
static Quantity(): any;
|
|
949
|
+
static QuantitiesArticle(): any;
|
|
950
|
+
static ArticleStoreResponse(): any;
|
|
951
|
+
static WeightResponse1(): any;
|
|
952
|
+
static DimensionResponse1(): any;
|
|
953
|
+
static Trader2(): any;
|
|
948
954
|
static GetInventories(): any;
|
|
949
955
|
static GetInventoriesResponse(): any;
|
|
950
956
|
static BulkInventoryGetItems(): any;
|
|
@@ -986,24 +992,24 @@ declare class Validator {
|
|
|
986
992
|
static ProductDetail(): any;
|
|
987
993
|
static InventoryPage(): any;
|
|
988
994
|
static InventoryStockResponse(): any;
|
|
989
|
-
static ArticleQuery(): any;
|
|
990
995
|
static ArticleAssignment(): any;
|
|
996
|
+
static ArticleQuery(): any;
|
|
991
997
|
static AssignStoreArticle(): any;
|
|
992
998
|
static AssignStore(): any;
|
|
993
999
|
static ArticleAssignment1(): any;
|
|
994
1000
|
static StoreAssignResponse(): any;
|
|
995
|
-
static
|
|
996
|
-
static
|
|
997
|
-
static
|
|
1001
|
+
static SellerPhoneNumber(): any;
|
|
1002
|
+
static LocationManagerSerializer(): any;
|
|
1003
|
+
static ProductReturnConfigSerializer(): any;
|
|
998
1004
|
static LocationTimingSerializer(): any;
|
|
999
1005
|
static LocationDayWiseSerializer(): any;
|
|
1006
|
+
static UserSerializer1(): any;
|
|
1007
|
+
static GetAddressSerializer(): any;
|
|
1000
1008
|
static UserSerializer2(): any;
|
|
1001
1009
|
static GetCompanySerializer(): any;
|
|
1002
1010
|
static InvoiceCredSerializer(): any;
|
|
1003
1011
|
static InvoiceDetailsSerializer(): any;
|
|
1004
|
-
static
|
|
1005
|
-
static SellerPhoneNumber(): any;
|
|
1006
|
-
static LocationManagerSerializer(): any;
|
|
1012
|
+
static LocationIntegrationType(): any;
|
|
1007
1013
|
static GetLocationSerializer(): any;
|
|
1008
1014
|
static LocationListSerializer(): any;
|
|
1009
1015
|
static ApplicationBrandJson(): any;
|
|
@@ -1012,11 +1018,11 @@ declare class Validator {
|
|
|
1012
1018
|
static ApplicationDepartmentListingResponse(): any;
|
|
1013
1019
|
static ApplicationDepartmentJson(): any;
|
|
1014
1020
|
static ApplicationStoreJson(): any;
|
|
1015
|
-
static
|
|
1021
|
+
static ContactDetails(): any;
|
|
1016
1022
|
static BusinessCountryInfo(): any;
|
|
1017
1023
|
static Website(): any;
|
|
1018
1024
|
static BusinessDetails(): any;
|
|
1019
|
-
static
|
|
1025
|
+
static CompanyTaxesSerializer(): any;
|
|
1020
1026
|
static GetCompanyProfileSerializerResponse(): any;
|
|
1021
1027
|
static CompanyTaxesSerializer1(): any;
|
|
1022
1028
|
static CreateUpdateAddressSerializer(): any;
|
|
@@ -1035,10 +1041,11 @@ declare class Validator {
|
|
|
1035
1041
|
static CompanyBrandPostRequestSerializer(): any;
|
|
1036
1042
|
static HolidayDateSerializer(): any;
|
|
1037
1043
|
static HolidaySchemaSerializer(): any;
|
|
1044
|
+
static AddressSerializer(): any;
|
|
1038
1045
|
static LocationSerializer(): any;
|
|
1039
1046
|
static BulkLocationSerializer(): any;
|
|
1040
|
-
static _ArticleQuery(): any;
|
|
1041
1047
|
static _ArticleAssignment(): any;
|
|
1048
|
+
static _ArticleQuery(): any;
|
|
1042
1049
|
static _AssignStoreArticle(): any;
|
|
1043
1050
|
static AssignStoreRequestValidator(): any;
|
|
1044
1051
|
static AssignStoreResponseSerializer(): any;
|
|
@@ -1299,50 +1306,50 @@ declare class Validator {
|
|
|
1299
1306
|
static OrderingStore(): any;
|
|
1300
1307
|
static OrderingStores(): any;
|
|
1301
1308
|
static OrderingStoresResponse(): any;
|
|
1302
|
-
static Ownership(): any;
|
|
1303
1309
|
static Validity(): any;
|
|
1304
|
-
static
|
|
1305
|
-
static DisplayMeta(): any;
|
|
1310
|
+
static CouponAuthor(): any;
|
|
1306
1311
|
static CouponDateMeta(): any;
|
|
1307
1312
|
static Validation(): any;
|
|
1308
|
-
static RuleDefinition(): any;
|
|
1309
1313
|
static PriceRange(): any;
|
|
1314
|
+
static UsesRemaining(): any;
|
|
1315
|
+
static UsesRestriction(): any;
|
|
1310
1316
|
static PaymentAllowValue(): any;
|
|
1311
1317
|
static PaymentModes(): any;
|
|
1312
1318
|
static PostOrder(): any;
|
|
1313
|
-
static UsesRemaining(): any;
|
|
1314
|
-
static UsesRestriction(): any;
|
|
1315
1319
|
static BulkBundleRestriction(): any;
|
|
1316
1320
|
static Restrictions(): any;
|
|
1321
|
+
static CouponSchedule(): any;
|
|
1322
|
+
static DisplayMetaDict(): any;
|
|
1323
|
+
static DisplayMeta(): any;
|
|
1317
1324
|
static State(): any;
|
|
1318
1325
|
static CouponAction(): any;
|
|
1319
|
-
static CouponSchedule(): any;
|
|
1320
|
-
static CouponAuthor(): any;
|
|
1321
1326
|
static Rule(): any;
|
|
1327
|
+
static RuleDefinition(): any;
|
|
1328
|
+
static Ownership(): any;
|
|
1322
1329
|
static CouponAdd(): any;
|
|
1323
1330
|
static CouponsResponse(): any;
|
|
1324
1331
|
static SuccessMessage(): any;
|
|
1325
1332
|
static OperationErrorResponse(): any;
|
|
1326
1333
|
static CouponUpdate(): any;
|
|
1327
1334
|
static CouponPartialUpdate(): any;
|
|
1335
|
+
static DisplayMeta1(): any;
|
|
1336
|
+
static DiscountOffer(): any;
|
|
1337
|
+
static CompareObject(): any;
|
|
1338
|
+
static ItemCriteria(): any;
|
|
1339
|
+
static DiscountRule(): any;
|
|
1340
|
+
static Ownership1(): any;
|
|
1328
1341
|
static PromotionDateMeta(): any;
|
|
1342
|
+
static UserRegistered(): any;
|
|
1343
|
+
static UsesRemaining1(): any;
|
|
1344
|
+
static UsesRestriction1(): any;
|
|
1329
1345
|
static PaymentAllowValue1(): any;
|
|
1330
1346
|
static PromotionPaymentModes(): any;
|
|
1331
1347
|
static PostOrder1(): any;
|
|
1332
|
-
static UsesRemaining1(): any;
|
|
1333
|
-
static UsesRestriction1(): any;
|
|
1334
|
-
static UserRegistered(): any;
|
|
1335
1348
|
static Restrictions1(): any;
|
|
1336
|
-
static PromotionAction(): any;
|
|
1337
|
-
static CompareObject(): any;
|
|
1338
|
-
static ItemCriteria(): any;
|
|
1339
|
-
static DiscountOffer(): any;
|
|
1340
|
-
static DiscountRule(): any;
|
|
1341
|
-
static DisplayMeta1(): any;
|
|
1342
|
-
static Ownership1(): any;
|
|
1343
|
-
static Visibility(): any;
|
|
1344
1349
|
static PromotionSchedule(): any;
|
|
1345
1350
|
static PromotionAuthor(): any;
|
|
1351
|
+
static Visibility(): any;
|
|
1352
|
+
static PromotionAction(): any;
|
|
1346
1353
|
static PromotionListItem(): any;
|
|
1347
1354
|
static PromotionsResponse(): any;
|
|
1348
1355
|
static PromotionAdd(): any;
|
|
@@ -1350,28 +1357,28 @@ declare class Validator {
|
|
|
1350
1357
|
static PromotionPartialUpdate(): any;
|
|
1351
1358
|
static CartItem(): any;
|
|
1352
1359
|
static OpenapiCartDetailsRequest(): any;
|
|
1353
|
-
static CouponBreakup(): any;
|
|
1354
|
-
static DisplayBreakup(): any;
|
|
1355
|
-
static LoyaltyPoints(): any;
|
|
1356
|
-
static RawBreakup(): any;
|
|
1357
|
-
static CartBreakup(): any;
|
|
1358
1360
|
static ProductPrice(): any;
|
|
1359
1361
|
static ProductPriceInfo(): any;
|
|
1360
|
-
static
|
|
1362
|
+
static CartProductIdentifer(): any;
|
|
1361
1363
|
static Ownership2(): any;
|
|
1362
1364
|
static AppliedPromotion(): any;
|
|
1365
|
+
static PromoMeta(): any;
|
|
1366
|
+
static ProductImage(): any;
|
|
1363
1367
|
static CategoryInfo(): any;
|
|
1364
|
-
static BaseInfo(): any;
|
|
1365
1368
|
static ActionQuery(): any;
|
|
1366
1369
|
static ProductAction(): any;
|
|
1367
|
-
static
|
|
1370
|
+
static BaseInfo(): any;
|
|
1368
1371
|
static CartProduct(): any;
|
|
1369
|
-
static ProductAvailability(): any;
|
|
1370
|
-
static CartProductIdentifer(): any;
|
|
1371
1372
|
static BasePrice(): any;
|
|
1372
1373
|
static ArticlePriceInfo(): any;
|
|
1373
1374
|
static ProductArticle(): any;
|
|
1375
|
+
static ProductAvailability(): any;
|
|
1374
1376
|
static CartProductInfo(): any;
|
|
1377
|
+
static CouponBreakup(): any;
|
|
1378
|
+
static LoyaltyPoints(): any;
|
|
1379
|
+
static DisplayBreakup(): any;
|
|
1380
|
+
static RawBreakup(): any;
|
|
1381
|
+
static CartBreakup(): any;
|
|
1375
1382
|
static OpenapiCartDetailsResponse(): any;
|
|
1376
1383
|
static OpenApiErrorResponse(): any;
|
|
1377
1384
|
static ShippingAddress(): any;
|