@gofynd/fdk-client-javascript 1.1.3 → 1.1.4
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 -0
- package/index.d.ts +4 -1
- package/index.js +7 -0
- package/package.json +1 -1
- package/partner.d.ts +4 -0
- package/partner.js +7 -0
- package/sdk/application/Common/CommonApplicationModel.js +4 -0
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +5 -5
- package/sdk/application/Lead/LeadApplicationModel.js +4 -1
- package/sdk/partner/OAuthClient.d.ts +14 -0
- package/sdk/partner/OAuthClient.js +112 -0
- package/sdk/partner/PartnerAPIClient.d.ts +12 -0
- package/sdk/partner/PartnerAPIClient.js +42 -0
- package/sdk/partner/PartnerClient.d.ts +6 -0
- package/sdk/partner/PartnerClient.js +17 -0
- package/sdk/partner/PartnerConfig.d.ts +30 -0
- package/sdk/partner/PartnerConfig.js +39 -0
- package/sdk/partner/index.d.ts +3 -0
- package/sdk/partner/index.js +5 -0
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +32 -0
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +184 -0
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +3 -0
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +19 -0
- package/sdk/platform/Cart/CartPlatformModel.d.ts +6 -0
- package/sdk/platform/Cart/CartPlatformModel.js +72 -1
- package/sdk/platform/Catalog/CatalogPlatformModel.js +2 -2
- package/sdk/platform/Common/CommonPlatformModel.js +4 -0
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +8 -7
- package/sdk/platform/Order/OrderPlatformClient.d.ts +3 -1
- package/sdk/platform/Order/OrderPlatformClient.js +5 -0
- package/sdk/platform/Order/OrderPlatformModel.js +1 -1
- package/sdk/platform/Order/OrderPlatformValidator.js +1 -0
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +4 -0
- package/sdk/platform/Payment/PaymentPlatformModel.js +42 -7
- package/sdk/platform/PlatformApplicationClient.d.ts +103 -2
- package/sdk/platform/PlatformApplicationClient.js +109 -0
- package/sdk/platform/PlatformClient.d.ts +642 -36
- package/sdk/platform/PlatformClient.js +773 -18
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +134 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +852 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +16 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +81 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +223 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +1296 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +97 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +778 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +21 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +130 -0
- package/sdk/platform/index.d.ts +1 -0
- package/sdk/platform/index.js +2 -0
- package/sdk/public/Configuration/ConfigurationPublicModel.js +5 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
export = ServiceabilityModel;
|
|
2
|
+
declare class ServiceabilityModel {
|
|
3
|
+
static AddressResponse(): any;
|
|
4
|
+
static ApplicationCompanyDpViewRequest(): any;
|
|
5
|
+
static ApplicationCompanyDpViewResponse(): any;
|
|
6
|
+
static ApplicationSelfShipConfig(): any;
|
|
7
|
+
static ApplicationSelfShipConfigResponse(): any;
|
|
8
|
+
static ApplicationServiceabilityConfig(): any;
|
|
9
|
+
static ApplicationServiceabilityConfigResponse(): any;
|
|
10
|
+
static CommonError(): any;
|
|
11
|
+
static CompanyDpAccountListResponse(): any;
|
|
12
|
+
static CompanyDpAccountRequest(): any;
|
|
13
|
+
static CompanyDpAccountResponse(): any;
|
|
14
|
+
static CompanyStoreView_PageItems(): any;
|
|
15
|
+
static CompanyStoreView_Response(): any;
|
|
16
|
+
static ContactNumberResponse(): any;
|
|
17
|
+
static CreatedByResponse(): any;
|
|
18
|
+
static CreateZoneData(): any;
|
|
19
|
+
static DocumentsResponse(): any;
|
|
20
|
+
static Dp(): any;
|
|
21
|
+
static Dp1(): any;
|
|
22
|
+
static DpAccountFailureResponse(): any;
|
|
23
|
+
static DPApplicationRuleRequest(): any;
|
|
24
|
+
static DPApplicationRuleResponse(): any;
|
|
25
|
+
static DPCompanyRuleRequest(): any;
|
|
26
|
+
static DPCompanyRuleResponse(): any;
|
|
27
|
+
static DpIds(): any;
|
|
28
|
+
static DpMultipleRuleSuccessResponse(): any;
|
|
29
|
+
static DpRule(): any;
|
|
30
|
+
static DpRuleRequest(): any;
|
|
31
|
+
static DpRuleResponse(): any;
|
|
32
|
+
static DpRuleSuccessResponse(): any;
|
|
33
|
+
static DpRulesUpdateRequest(): any;
|
|
34
|
+
static DpRuleUpdateSuccessResponse(): any;
|
|
35
|
+
static DpSchemaInRuleListing(): any;
|
|
36
|
+
static EinvoiceResponse(): any;
|
|
37
|
+
static EntityRegionView_Error(): any;
|
|
38
|
+
static EntityRegionView_Items(): any;
|
|
39
|
+
static EntityRegionView_page(): any;
|
|
40
|
+
static EntityRegionView_Request(): any;
|
|
41
|
+
static EntityRegionView_Response(): any;
|
|
42
|
+
static Error(): any;
|
|
43
|
+
static ErrorResponse(): any;
|
|
44
|
+
static EwayBillResponse(): any;
|
|
45
|
+
static FailureResponse(): any;
|
|
46
|
+
static GetSingleZoneDataViewResponse(): any;
|
|
47
|
+
static GetStoresViewResponse(): any;
|
|
48
|
+
static GetZoneDataViewChannels(): any;
|
|
49
|
+
static GetZoneDataViewItems(): any;
|
|
50
|
+
static GetZoneFromApplicationIdViewResponse(): any;
|
|
51
|
+
static GetZoneFromPincodeViewRequest(): any;
|
|
52
|
+
static GetZoneFromPincodeViewResponse(): any;
|
|
53
|
+
static GstCredentialsResponse(): any;
|
|
54
|
+
static IntegrationTypeResponse(): any;
|
|
55
|
+
static ItemResponse(): any;
|
|
56
|
+
static ListViewChannels(): any;
|
|
57
|
+
static ListViewItems(): any;
|
|
58
|
+
static ListViewProduct(): any;
|
|
59
|
+
static ListViewResponse(): any;
|
|
60
|
+
static ListViewSummary(): any;
|
|
61
|
+
static LogisticsResponse(): any;
|
|
62
|
+
static ManagerResponse(): any;
|
|
63
|
+
static MobileNo(): any;
|
|
64
|
+
static ModifiedByResponse(): any;
|
|
65
|
+
static OpeningClosing(): any;
|
|
66
|
+
static Page(): any;
|
|
67
|
+
static PincodeBulkViewResponse(): any;
|
|
68
|
+
static PincodeCodStatusListingPage(): any;
|
|
69
|
+
static PincodeCodStatusListingRequest(): any;
|
|
70
|
+
static PincodeCodStatusListingResponse(): any;
|
|
71
|
+
static PincodeCodStatusListingSummary(): any;
|
|
72
|
+
static PincodeMopBulkData(): any;
|
|
73
|
+
static PincodeMopData(): any;
|
|
74
|
+
static PincodeMOPresponse(): any;
|
|
75
|
+
static PincodeMopUpdateAuditHistoryPaging(): any;
|
|
76
|
+
static PincodeMopUpdateAuditHistoryRequest(): any;
|
|
77
|
+
static PincodeMopUpdateAuditHistoryResponse(): any;
|
|
78
|
+
static PincodeMopUpdateAuditHistoryResponseData(): any;
|
|
79
|
+
static PincodeMopUpdateResponse(): any;
|
|
80
|
+
static ProductReturnConfigResponse(): any;
|
|
81
|
+
static ReAssignStoreRequest(): any;
|
|
82
|
+
static ReAssignStoreResponse(): any;
|
|
83
|
+
static SelfShipResponse(): any;
|
|
84
|
+
static ServiceabilityErrorResponse(): any;
|
|
85
|
+
static ServiceabilityPageResponse(): any;
|
|
86
|
+
static TimmingResponse(): any;
|
|
87
|
+
static UpdateZoneData(): any;
|
|
88
|
+
static WarningsResponse(): any;
|
|
89
|
+
static Zone(): any;
|
|
90
|
+
static ZoneDataItem(): any;
|
|
91
|
+
static ZoneMappingType(): any;
|
|
92
|
+
static ZoneProductTypes(): any;
|
|
93
|
+
static ZoneRequest(): any;
|
|
94
|
+
static ZoneResponse(): any;
|
|
95
|
+
static ZoneSuccessResponse(): any;
|
|
96
|
+
static ZoneUpdateRequest(): any;
|
|
97
|
+
}
|