@gofynd/fdk-client-javascript 1.4.3 → 1.4.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 -10
- package/application.d.ts +3 -3
- package/common.d.ts +3 -3
- package/index.d.ts +15 -15
- package/package.json +1 -1
- package/partner.d.ts +3 -3
- package/platform.d.ts +3 -3
- package/public.d.ts +2 -2
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationClient.d.ts +17 -17
- package/sdk/application/ApplicationConfig.d.ts +3 -3
- package/sdk/application/Cart/CartApplicationClient.d.ts +50 -50
- package/sdk/application/Cart/CartApplicationClient.js +48 -48
- package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
- package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
- package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
- package/sdk/application/Common/CommonApplicationClient.js +4 -4
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
- package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
- package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
- package/sdk/application/Content/ContentApplicationClient.js +45 -45
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +5 -5
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
- package/sdk/application/Lead/LeadApplicationClient.d.ts +11 -11
- package/sdk/application/Lead/LeadApplicationClient.js +9 -9
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
- package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
- package/sdk/application/Order/OrderApplicationClient.d.ts +16 -27
- package/sdk/application/Order/OrderApplicationClient.js +14 -94
- package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
- package/sdk/application/Order/OrderApplicationValidator.js +0 -13
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +73 -73
- package/sdk/application/Payment/PaymentApplicationClient.js +71 -71
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +1 -1
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +2 -2
- package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +3 -3
- package/sdk/application/Rewards/RewardsApplicationClient.js +1 -1
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
- package/sdk/application/Share/ShareApplicationClient.d.ts +3 -3
- package/sdk/application/Share/ShareApplicationClient.js +1 -1
- package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
- package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
- package/sdk/application/User/UserApplicationClient.d.ts +76 -76
- package/sdk/application/User/UserApplicationClient.js +74 -74
- package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
- package/sdk/application/index.d.ts +18 -18
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +1 -1
- package/sdk/partner/OAuthClient.d.ts +4 -4
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerClient.d.ts +6 -6
- package/sdk/partner/PartnerConfig.d.ts +4 -4
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +1 -1
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +1 -1
- package/sdk/partner/index.d.ts +7 -7
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +7 -7
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +5 -5
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +15 -15
- package/sdk/platform/Billing/BillingPlatformClient.js +13 -13
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +104 -104
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +102 -102
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +135 -134
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +132 -131
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +133 -133
- package/sdk/platform/Catalog/CatalogPlatformClient.js +130 -130
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
- package/sdk/platform/Common/CommonPlatformClient.d.ts +4 -4
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +120 -120
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +118 -118
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +3 -3
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +25 -25
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +22 -22
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +43 -43
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +41 -41
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +28 -28
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +26 -26
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +96 -96
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +93 -93
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformClient.d.ts +31 -31
- package/sdk/platform/Content/ContentPlatformClient.js +29 -29
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +20 -20
- package/sdk/platform/Discount/DiscountPlatformClient.js +18 -18
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +20 -19
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +18 -17
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +6 -6
- package/sdk/platform/Finance/FinancePlatformClient.js +4 -4
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +14 -14
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +17 -17
- package/sdk/platform/Lead/LeadPlatformClient.js +15 -15
- package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
- package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -108
- package/sdk/platform/Order/OrderPlatformClient.js +95 -190
- package/sdk/platform/Order/OrderPlatformModel.d.ts +10 -0
- package/sdk/platform/Order/OrderPlatformModel.js +4 -0
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
- package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +79 -79
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +77 -77
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +4 -4
- package/sdk/platform/Payment/PaymentPlatformClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
- package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/PlatformClient.d.ts +19 -21
- package/sdk/platform/PlatformClient.js +0 -4
- package/sdk/platform/PlatformConfig.d.ts +4 -4
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +7 -7
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +53 -52
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +51 -50
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Share/SharePlatformApplicationClient.js +1 -1
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +36 -106
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +34 -591
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
- package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
- package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
- package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -8
- package/sdk/platform/Webhook/WebhookPlatformClient.js +7 -6
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
- package/sdk/platform/index.d.ts +24 -25
- package/sdk/platform/index.js +0 -2
- package/sdk/public/Billing/BillingPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
- package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
- package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.d.ts +2 -2
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/PublicClient.d.ts +7 -7
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
- package/sdk/public/index.d.ts +8 -8
- package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
- package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
- package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
- package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
- package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
- package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
package/sdk/platform/index.d.ts
CHANGED
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
export const PlatformConfig: typeof import("
|
|
2
|
-
export const PlatformClient: typeof import("
|
|
1
|
+
export const PlatformConfig: typeof import("sdk/output/javascript/code/sdk/platform/PlatformConfig");
|
|
2
|
+
export const PlatformClient: typeof import("sdk/output/javascript/code/sdk/platform/PlatformClient");
|
|
3
3
|
export namespace PlatformModel {
|
|
4
|
-
const AuditTrailPlatformModel: typeof import("
|
|
5
|
-
const BillingPlatformModel: typeof import("
|
|
6
|
-
const CartPlatformModel: typeof import("
|
|
7
|
-
const CatalogPlatformModel: typeof import("
|
|
8
|
-
const CommonPlatformModel: typeof import("
|
|
9
|
-
const CommunicationPlatformModel: typeof import("
|
|
10
|
-
const CompanyProfilePlatformModel: typeof import("
|
|
11
|
-
const ConfigurationPlatformModel: typeof import("
|
|
12
|
-
const ContentPlatformModel: typeof import("
|
|
13
|
-
const DiscountPlatformModel: typeof import("
|
|
14
|
-
const FileStoragePlatformModel: typeof import("
|
|
15
|
-
const FinancePlatformModel: typeof import("
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const WebhookPlatformModel: typeof import("./Webhook/WebhookPlatformModel");
|
|
4
|
+
const AuditTrailPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/AuditTrail/AuditTrailPlatformModel");
|
|
5
|
+
const BillingPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Billing/BillingPlatformModel");
|
|
6
|
+
const CartPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Cart/CartPlatformModel");
|
|
7
|
+
const CatalogPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Catalog/CatalogPlatformModel");
|
|
8
|
+
const CommonPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Common/CommonPlatformModel");
|
|
9
|
+
const CommunicationPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Communication/CommunicationPlatformModel");
|
|
10
|
+
const CompanyProfilePlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/CompanyProfile/CompanyProfilePlatformModel");
|
|
11
|
+
const ConfigurationPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Configuration/ConfigurationPlatformModel");
|
|
12
|
+
const ContentPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Content/ContentPlatformModel");
|
|
13
|
+
const DiscountPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Discount/DiscountPlatformModel");
|
|
14
|
+
const FileStoragePlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/FileStorage/FileStoragePlatformModel");
|
|
15
|
+
const FinancePlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Finance/FinancePlatformModel");
|
|
16
|
+
const LeadPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Lead/LeadPlatformModel");
|
|
17
|
+
const ServiceabilityPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Serviceability/ServiceabilityPlatformModel");
|
|
18
|
+
const OrderPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Order/OrderPlatformModel");
|
|
19
|
+
const PartnerPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Partner/PartnerPlatformModel");
|
|
20
|
+
const PaymentPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Payment/PaymentPlatformModel");
|
|
21
|
+
const RewardsPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Rewards/RewardsPlatformModel");
|
|
22
|
+
const SharePlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Share/SharePlatformModel");
|
|
23
|
+
const ThemePlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Theme/ThemePlatformModel");
|
|
24
|
+
const UserPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/User/UserPlatformModel");
|
|
25
|
+
const WebhookPlatformModel: typeof import("sdk/output/javascript/code/sdk/platform/Webhook/WebhookPlatformModel");
|
|
27
26
|
}
|
package/sdk/platform/index.js
CHANGED
|
@@ -26,8 +26,6 @@ module.exports = {
|
|
|
26
26
|
|
|
27
27
|
FinancePlatformModel: require("./Finance/FinancePlatformModel"),
|
|
28
28
|
|
|
29
|
-
InventoryPlatformModel: require("./Inventory/InventoryPlatformModel"),
|
|
30
|
-
|
|
31
29
|
LeadPlatformModel: require("./Lead/LeadPlatformModel"),
|
|
32
30
|
|
|
33
31
|
ServiceabilityPlatformModel: require("./Serviceability/ServiceabilityPlatformModel"),
|
|
@@ -19,5 +19,5 @@ declare class Billing {
|
|
|
19
19
|
*/
|
|
20
20
|
getStandardPlans({ platform, requestHeaders }?: BillingPublicValidator.GetStandardPlansParam, { responseHeaders }?: object): Promise<BillingPublicModel.DetailList>;
|
|
21
21
|
}
|
|
22
|
-
import BillingPublicValidator = require("
|
|
23
|
-
import BillingPublicModel = require("
|
|
22
|
+
import BillingPublicValidator = require("sdk/output/javascript/code/sdk/public/Billing/BillingPublicValidator");
|
|
23
|
+
import BillingPublicModel = require("sdk/output/javascript/code/sdk/public/Billing/BillingPublicModel");
|
|
@@ -29,5 +29,5 @@ declare class Configuration {
|
|
|
29
29
|
*/
|
|
30
30
|
searchApplication({ authorization, query, requestHeaders }?: ConfigurationPublicValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPublicModel.ApplicationResponse>;
|
|
31
31
|
}
|
|
32
|
-
import ConfigurationPublicValidator = require("
|
|
33
|
-
import ConfigurationPublicModel = require("
|
|
32
|
+
import ConfigurationPublicValidator = require("sdk/output/javascript/code/sdk/public/Configuration/ConfigurationPublicValidator");
|
|
33
|
+
import ConfigurationPublicModel = require("sdk/output/javascript/code/sdk/public/Configuration/ConfigurationPublicModel");
|
|
@@ -18,5 +18,5 @@ declare class Content {
|
|
|
18
18
|
*/
|
|
19
19
|
getCredentialsByEntity({ entity, requestHeaders }?: ContentPublicValidator.GetCredentialsByEntityParam, { responseHeaders }?: object): Promise<ContentPublicModel.CredentialsSchema>;
|
|
20
20
|
}
|
|
21
|
-
import ContentPublicValidator = require("
|
|
22
|
-
import ContentPublicModel = require("
|
|
21
|
+
import ContentPublicValidator = require("sdk/output/javascript/code/sdk/public/Content/ContentPublicValidator");
|
|
22
|
+
import ContentPublicModel = require("sdk/output/javascript/code/sdk/public/Content/ContentPublicModel");
|
|
@@ -83,5 +83,5 @@ declare class Inventory {
|
|
|
83
83
|
*/
|
|
84
84
|
saveJobCodesMetrics({ body, requestHeaders }?: InventoryPublicValidator.SaveJobCodesMetricsParam, { responseHeaders }?: object): Promise<InventoryPublicModel.ResponseEnvelopeEmailJobMetrics>;
|
|
85
85
|
}
|
|
86
|
-
import InventoryPublicValidator = require("
|
|
87
|
-
import InventoryPublicModel = require("
|
|
86
|
+
import InventoryPublicValidator = require("sdk/output/javascript/code/sdk/public/Inventory/InventoryPublicValidator");
|
|
87
|
+
import InventoryPublicModel = require("sdk/output/javascript/code/sdk/public/Inventory/InventoryPublicModel");
|
|
@@ -88,4 +88,4 @@ type GetJobConfigByIntegrationTypeParam = {
|
|
|
88
88
|
type SaveJobCodesMetricsParam = {
|
|
89
89
|
body: InventoryPublicModel.EmailJobMetrics;
|
|
90
90
|
};
|
|
91
|
-
import InventoryPublicModel = require("
|
|
91
|
+
import InventoryPublicModel = require("sdk/output/javascript/code/sdk/public/Inventory/InventoryPublicModel");
|
|
@@ -18,5 +18,5 @@ declare class Partner {
|
|
|
18
18
|
*/
|
|
19
19
|
getPanelExtensionDetails({ slug, requestHeaders }?: PartnerPublicValidator.GetPanelExtensionDetailsParam, { responseHeaders }?: object): Promise<PartnerPublicModel.ExtensionUsingSlug>;
|
|
20
20
|
}
|
|
21
|
-
import PartnerPublicValidator = require("
|
|
22
|
-
import PartnerPublicModel = require("
|
|
21
|
+
import PartnerPublicValidator = require("sdk/output/javascript/code/sdk/public/Partner/PartnerPublicValidator");
|
|
22
|
+
import PartnerPublicModel = require("sdk/output/javascript/code/sdk/public/Partner/PartnerPublicModel");
|
|
@@ -11,7 +11,7 @@ declare class PublicAPIClient {
|
|
|
11
11
|
* @param {object} query
|
|
12
12
|
* @param {object} body
|
|
13
13
|
*/
|
|
14
|
-
static execute(conf: object, method: string, url: string, query: object, body: object, xHeaders: any, options: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
14
|
+
static execute(conf: object, method: string, url: string, query: object, body: object, xHeaders: any, options: any): Promise<import("sdk/node_modules/axios").AxiosResponse<any, any>>;
|
|
15
15
|
}
|
|
16
16
|
declare namespace PublicAPIClient {
|
|
17
17
|
export { Options };
|
|
@@ -11,7 +11,7 @@ declare class PublicClient {
|
|
|
11
11
|
* @param {import("./PublicConfig")} config - The configuration for the public client.
|
|
12
12
|
*/
|
|
13
13
|
constructor(config: import("./PublicConfig"));
|
|
14
|
-
config: import("
|
|
14
|
+
config: import("sdk/output/javascript/code/sdk/public/PublicConfig");
|
|
15
15
|
billing: Billing;
|
|
16
16
|
configuration: Configuration;
|
|
17
17
|
content: Content;
|
|
@@ -26,9 +26,9 @@ declare class PublicClient {
|
|
|
26
26
|
*/
|
|
27
27
|
setExtraHeaders(header: object): void;
|
|
28
28
|
}
|
|
29
|
-
import Billing = require("
|
|
30
|
-
import Configuration = require("
|
|
31
|
-
import Content = require("
|
|
32
|
-
import Inventory = require("
|
|
33
|
-
import Partner = require("
|
|
34
|
-
import Webhook = require("
|
|
29
|
+
import Billing = require("sdk/output/javascript/code/sdk/public/Billing/BillingPublicClient");
|
|
30
|
+
import Configuration = require("sdk/output/javascript/code/sdk/public/Configuration/ConfigurationPublicClient");
|
|
31
|
+
import Content = require("sdk/output/javascript/code/sdk/public/Content/ContentPublicClient");
|
|
32
|
+
import Inventory = require("sdk/output/javascript/code/sdk/public/Inventory/InventoryPublicClient");
|
|
33
|
+
import Partner = require("sdk/output/javascript/code/sdk/public/Partner/PartnerPublicClient");
|
|
34
|
+
import Webhook = require("sdk/output/javascript/code/sdk/public/Webhook/WebhookPublicClient");
|
|
@@ -62,5 +62,5 @@ declare class Webhook {
|
|
|
62
62
|
*/
|
|
63
63
|
validateSchema({ body, requestHeaders }?: WebhookPublicValidator.ValidateSchemaParam, { responseHeaders }?: object): Promise<WebhookPublicModel.ValidateSchemaResponse>;
|
|
64
64
|
}
|
|
65
|
-
import WebhookPublicModel = require("
|
|
66
|
-
import WebhookPublicValidator = require("
|
|
65
|
+
import WebhookPublicModel = require("sdk/output/javascript/code/sdk/public/Webhook/WebhookPublicModel");
|
|
66
|
+
import WebhookPublicValidator = require("sdk/output/javascript/code/sdk/public/Webhook/WebhookPublicValidator");
|
|
@@ -39,4 +39,4 @@ type ValidateSchemaParam = {
|
|
|
39
39
|
};
|
|
40
40
|
type FetchAllWebhookEventsParam = any;
|
|
41
41
|
type NotifyDepricatedEventParam = any;
|
|
42
|
-
import WebhookPublicModel = require("
|
|
42
|
+
import WebhookPublicModel = require("sdk/output/javascript/code/sdk/public/Webhook/WebhookPublicModel");
|
package/sdk/public/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export const PublicConfig: typeof import("
|
|
2
|
-
export const PublicClient: typeof import("
|
|
1
|
+
export const PublicConfig: typeof import("sdk/output/javascript/code/sdk/public/PublicConfig");
|
|
2
|
+
export const PublicClient: typeof import("sdk/output/javascript/code/sdk/public/PublicClient");
|
|
3
3
|
export namespace PublicModel {
|
|
4
|
-
const BillingPublicModel: typeof import("
|
|
5
|
-
const ConfigurationPublicModel: typeof import("
|
|
6
|
-
const ContentPublicModel: typeof import("
|
|
7
|
-
const InventoryPublicModel: typeof import("
|
|
8
|
-
const PartnerPublicModel: typeof import("
|
|
9
|
-
const WebhookPublicModel: typeof import("
|
|
4
|
+
const BillingPublicModel: typeof import("sdk/output/javascript/code/sdk/public/Billing/BillingPublicModel");
|
|
5
|
+
const ConfigurationPublicModel: typeof import("sdk/output/javascript/code/sdk/public/Configuration/ConfigurationPublicModel");
|
|
6
|
+
const ContentPublicModel: typeof import("sdk/output/javascript/code/sdk/public/Content/ContentPublicModel");
|
|
7
|
+
const InventoryPublicModel: typeof import("sdk/output/javascript/code/sdk/public/Inventory/InventoryPublicModel");
|
|
8
|
+
const PartnerPublicModel: typeof import("sdk/output/javascript/code/sdk/public/Partner/PartnerPublicModel");
|
|
9
|
+
const WebhookPublicModel: typeof import("sdk/output/javascript/code/sdk/public/Webhook/WebhookPublicModel");
|
|
10
10
|
}
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
export = Inventory;
|
|
2
|
-
declare class Inventory {
|
|
3
|
-
constructor(config: any);
|
|
4
|
-
config: any;
|
|
5
|
-
/**
|
|
6
|
-
* @param {InventoryPlatformValidator.CreateJobParam} arg - Arg object
|
|
7
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
8
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
9
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeString>} -
|
|
10
|
-
* Success response
|
|
11
|
-
* @name createJob
|
|
12
|
-
* @summary: Creates A New Job Config
|
|
13
|
-
* @description: REST Endpoint that creates a new job config - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/createJob/).
|
|
14
|
-
*/
|
|
15
|
-
createJob({ body, requestHeaders }?: InventoryPlatformValidator.CreateJobParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeString>;
|
|
16
|
-
/**
|
|
17
|
-
* @param {InventoryPlatformValidator.DisableParam} arg - Arg object
|
|
18
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
19
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
20
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeString>} -
|
|
21
|
-
* Success response
|
|
22
|
-
* @name disable
|
|
23
|
-
* @summary: Disable Job Config
|
|
24
|
-
* @description: REST Endpoint that disables Inventory Job Config - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/disable/).
|
|
25
|
-
*/
|
|
26
|
-
disable({ integrationId, requestHeaders }?: InventoryPlatformValidator.DisableParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeString>;
|
|
27
|
-
/**
|
|
28
|
-
* @param {InventoryPlatformValidator.GetConfigByCompanyParam} arg - Arg object
|
|
29
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
30
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
31
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeListSlingshotConfigurationDetail>}
|
|
32
|
-
* - Success response
|
|
33
|
-
*
|
|
34
|
-
* @name getConfigByCompany
|
|
35
|
-
* @summary: Get Slingshot Configuration Of A Company
|
|
36
|
-
* @description: REST Endpoint that returns all configuration detail of a company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getConfigByCompany/).
|
|
37
|
-
*/
|
|
38
|
-
getConfigByCompany({ requestHeaders }?: any, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeListSlingshotConfigurationDetail>;
|
|
39
|
-
/**
|
|
40
|
-
* @param {InventoryPlatformValidator.GetJobByCodeParam} arg - Arg object
|
|
41
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
42
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
43
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeJobConfigDTO>}
|
|
44
|
-
* - Success response
|
|
45
|
-
*
|
|
46
|
-
* @name getJobByCode
|
|
47
|
-
* @summary: Get Job Config By Code
|
|
48
|
-
* @description: REST Endpoint that returns job config by code - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getJobByCode/).
|
|
49
|
-
*/
|
|
50
|
-
getJobByCode({ code, requestHeaders }?: InventoryPlatformValidator.GetJobByCodeParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeJobConfigDTO>;
|
|
51
|
-
/**
|
|
52
|
-
* @param {InventoryPlatformValidator.GetJobByCompanyAndIntegrationParam} arg
|
|
53
|
-
* - Arg object
|
|
54
|
-
*
|
|
55
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
56
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
57
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeListJobConfigDTO>}
|
|
58
|
-
* - Success response
|
|
59
|
-
*
|
|
60
|
-
* @name getJobByCompanyAndIntegration
|
|
61
|
-
* @summary: Get Job Configs By Company And Integration
|
|
62
|
-
* @description: REST Endpoint that returns all job configs by company And integration - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getJobByCompanyAndIntegration/).
|
|
63
|
-
*/
|
|
64
|
-
getJobByCompanyAndIntegration({ integrationId, pageNo, pageSize, requestHeaders }?: InventoryPlatformValidator.GetJobByCompanyAndIntegrationParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeListJobConfigDTO>;
|
|
65
|
-
/**
|
|
66
|
-
* @param {InventoryPlatformValidator.GetJobCodeMetricsParam} arg - Arg object
|
|
67
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
68
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
69
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeJobMetricsDto>}
|
|
70
|
-
* - Success response
|
|
71
|
-
*
|
|
72
|
-
* @name getJobCodeMetrics
|
|
73
|
-
* @summary: Get Job Metrics
|
|
74
|
-
* @description: REST Endpoint that returns Inventory Run History For A Job Code - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getJobCodeMetrics/).
|
|
75
|
-
*/
|
|
76
|
-
getJobCodeMetrics({ code, pageNo, pageSize, status, date, requestHeaders }?: InventoryPlatformValidator.GetJobCodeMetricsParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeJobMetricsDto>;
|
|
77
|
-
/**
|
|
78
|
-
* @param {InventoryPlatformValidator.GetJobCodesByCompanyAndIntegrationParam} arg
|
|
79
|
-
* - Arg object
|
|
80
|
-
*
|
|
81
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
82
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
83
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeListJobConfigListDTO>}
|
|
84
|
-
* - Success response
|
|
85
|
-
*
|
|
86
|
-
* @name getJobCodesByCompanyAndIntegration
|
|
87
|
-
* @summary: Get Job Codes By Company And Integration
|
|
88
|
-
* @description: REST Endpoint that returns all job codes by company And integration - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getJobCodesByCompanyAndIntegration/).
|
|
89
|
-
*/
|
|
90
|
-
getJobCodesByCompanyAndIntegration({ integrationId, pageNo, pageSize, requestHeaders }?: InventoryPlatformValidator.GetJobCodesByCompanyAndIntegrationParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeListJobConfigListDTO>;
|
|
91
|
-
/**
|
|
92
|
-
* @param {InventoryPlatformValidator.GetJobConfigDefaultsParam} arg - Arg object
|
|
93
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
94
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
95
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeJobConfigDTO>}
|
|
96
|
-
* - Success response
|
|
97
|
-
*
|
|
98
|
-
* @name getJobConfigDefaults
|
|
99
|
-
* @summary: Get Job Configs Defaults
|
|
100
|
-
* @description: REST Endpoint that returns default fields job configs by company And integration - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getJobConfigDefaults/).
|
|
101
|
-
*/
|
|
102
|
-
getJobConfigDefaults({ requestHeaders }?: any, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeJobConfigDTO>;
|
|
103
|
-
/**
|
|
104
|
-
* @param {InventoryPlatformValidator.GetJobStepsParam} arg - Arg object
|
|
105
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
106
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
107
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeListJobStepsDTO>}
|
|
108
|
-
* - Success response
|
|
109
|
-
*
|
|
110
|
-
* @name getJobSteps
|
|
111
|
-
* @summary: Get Job Code Steps
|
|
112
|
-
* @description: REST Endpoint that returns Inventory Job Steps - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getJobSteps/).
|
|
113
|
-
*/
|
|
114
|
-
getJobSteps({ jobId, requestHeaders }?: InventoryPlatformValidator.GetJobStepsParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeListJobStepsDTO>;
|
|
115
|
-
/**
|
|
116
|
-
* @param {InventoryPlatformValidator.GetJobsByCompanyParam} arg - Arg object
|
|
117
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
118
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
119
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeListJobConfigRawDTO>}
|
|
120
|
-
* - Success response
|
|
121
|
-
*
|
|
122
|
-
* @name getJobsByCompany
|
|
123
|
-
* @summary: Get Job Configs For A Company
|
|
124
|
-
* @description: REST Endpoint that returns all job configs for a company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/getJobsByCompany/).
|
|
125
|
-
*/
|
|
126
|
-
getJobsByCompany({ pageNo, pageSize, requestHeaders }?: InventoryPlatformValidator.GetJobsByCompanyParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeListJobConfigRawDTO>;
|
|
127
|
-
/**
|
|
128
|
-
* @param {InventoryPlatformValidator.SuppressStoresParam} arg - Arg object
|
|
129
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
130
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
131
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeKafkaResponse>}
|
|
132
|
-
* - Success response
|
|
133
|
-
*
|
|
134
|
-
* @name suppressStores
|
|
135
|
-
* @summary: Get Slingshot Configuration Of A Company
|
|
136
|
-
* @description: REST Endpoint that returns all configuration detail of a company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/suppressStores/).
|
|
137
|
-
*/
|
|
138
|
-
suppressStores({ body, requestHeaders }?: InventoryPlatformValidator.SuppressStoresParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeKafkaResponse>;
|
|
139
|
-
/**
|
|
140
|
-
* @param {InventoryPlatformValidator.UpdateJobParam} arg - Arg object
|
|
141
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
142
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
143
|
-
* @returns {Promise<InventoryPlatformModel.ResponseEnvelopeString>} -
|
|
144
|
-
* Success response
|
|
145
|
-
* @name updateJob
|
|
146
|
-
* @summary: Updates An Existing Job Config
|
|
147
|
-
* @description: REST Endpoint that updates a job config - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/inventory/updateJob/).
|
|
148
|
-
*/
|
|
149
|
-
updateJob({ body, requestHeaders }?: InventoryPlatformValidator.UpdateJobParam, { responseHeaders }?: object): Promise<InventoryPlatformModel.ResponseEnvelopeString>;
|
|
150
|
-
}
|
|
151
|
-
import InventoryPlatformValidator = require("./InventoryPlatformValidator");
|
|
152
|
-
import InventoryPlatformModel = require("./InventoryPlatformModel");
|