@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.
Files changed (193) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +1 -1
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationClient.d.ts +17 -17
  11. package/sdk/application/ApplicationConfig.d.ts +3 -3
  12. package/sdk/application/Cart/CartApplicationClient.d.ts +50 -50
  13. package/sdk/application/Cart/CartApplicationClient.js +48 -48
  14. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  15. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  16. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  17. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  18. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  19. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  20. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  21. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  22. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  24. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  25. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  26. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  27. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  28. package/sdk/application/FileStorage/FileStorageApplicationClient.js +5 -5
  29. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  30. package/sdk/application/Lead/LeadApplicationClient.d.ts +11 -11
  31. package/sdk/application/Lead/LeadApplicationClient.js +9 -9
  32. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  34. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  35. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  36. package/sdk/application/Order/OrderApplicationClient.d.ts +16 -27
  37. package/sdk/application/Order/OrderApplicationClient.js +14 -94
  38. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  39. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  40. package/sdk/application/Payment/PaymentApplicationClient.d.ts +73 -73
  41. package/sdk/application/Payment/PaymentApplicationClient.js +71 -71
  42. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +1 -1
  43. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +2 -2
  44. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  45. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +3 -3
  46. package/sdk/application/Rewards/RewardsApplicationClient.js +1 -1
  47. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  48. package/sdk/application/Share/ShareApplicationClient.d.ts +3 -3
  49. package/sdk/application/Share/ShareApplicationClient.js +1 -1
  50. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  51. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  52. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  53. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  54. package/sdk/application/User/UserApplicationClient.js +74 -74
  55. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  56. package/sdk/application/index.d.ts +18 -18
  57. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +1 -1
  58. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  59. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +1 -1
  60. package/sdk/partner/OAuthClient.d.ts +4 -4
  61. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  62. package/sdk/partner/PartnerClient.d.ts +6 -6
  63. package/sdk/partner/PartnerConfig.d.ts +4 -4
  64. package/sdk/partner/Theme/ThemePartnerClient.d.ts +1 -1
  65. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +1 -1
  66. package/sdk/partner/index.d.ts +7 -7
  67. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +7 -7
  68. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +5 -5
  69. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  70. package/sdk/platform/Billing/BillingPlatformClient.d.ts +15 -15
  71. package/sdk/platform/Billing/BillingPlatformClient.js +13 -13
  72. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  73. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +104 -104
  74. package/sdk/platform/Cart/CartPlatformApplicationClient.js +102 -102
  75. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  76. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +135 -134
  77. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +132 -131
  78. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  79. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +133 -133
  80. package/sdk/platform/Catalog/CatalogPlatformClient.js +130 -130
  81. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  82. package/sdk/platform/Common/CommonPlatformClient.d.ts +4 -4
  83. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  84. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +120 -120
  85. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +118 -118
  86. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  87. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +3 -3
  88. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  89. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +25 -25
  90. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +22 -22
  91. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  92. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +43 -43
  93. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +41 -41
  94. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  95. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +28 -28
  96. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +26 -26
  97. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  98. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +96 -96
  99. package/sdk/platform/Content/ContentPlatformApplicationClient.js +93 -93
  100. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -1
  101. package/sdk/platform/Content/ContentPlatformClient.d.ts +31 -31
  102. package/sdk/platform/Content/ContentPlatformClient.js +29 -29
  103. package/sdk/platform/Content/ContentPlatformValidator.d.ts +1 -1
  104. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +20 -20
  105. package/sdk/platform/Discount/DiscountPlatformClient.js +18 -18
  106. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  107. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +20 -19
  108. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +18 -17
  109. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  110. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  111. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  112. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +2 -2
  113. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  114. package/sdk/platform/Finance/FinancePlatformClient.d.ts +6 -6
  115. package/sdk/platform/Finance/FinancePlatformClient.js +4 -4
  116. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  117. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +14 -14
  118. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
  119. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  120. package/sdk/platform/Lead/LeadPlatformClient.d.ts +17 -17
  121. package/sdk/platform/Lead/LeadPlatformClient.js +15 -15
  122. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  123. package/sdk/platform/OAuthClient.d.ts +3 -3
  124. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  125. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  126. package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -108
  127. package/sdk/platform/Order/OrderPlatformClient.js +95 -190
  128. package/sdk/platform/Order/OrderPlatformModel.d.ts +10 -0
  129. package/sdk/platform/Order/OrderPlatformModel.js +4 -0
  130. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  131. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  132. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  133. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  134. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  135. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +79 -79
  136. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +77 -77
  137. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  138. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +4 -4
  139. package/sdk/platform/Payment/PaymentPlatformClient.js +2 -2
  140. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  141. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  142. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  143. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  144. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  145. package/sdk/platform/PlatformClient.d.ts +19 -21
  146. package/sdk/platform/PlatformClient.js +0 -4
  147. package/sdk/platform/PlatformConfig.d.ts +4 -4
  148. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +9 -9
  149. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +7 -7
  150. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  151. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  152. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  153. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  154. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +53 -52
  155. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +51 -50
  156. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +3 -3
  158. package/sdk/platform/Share/SharePlatformApplicationClient.js +1 -1
  159. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  161. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  162. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +36 -106
  163. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +34 -591
  164. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  165. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  166. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  167. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  168. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  169. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  170. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  171. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  172. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -8
  173. package/sdk/platform/Webhook/WebhookPlatformClient.js +7 -6
  174. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  175. package/sdk/platform/index.d.ts +24 -25
  176. package/sdk/platform/index.js +0 -2
  177. package/sdk/public/Billing/BillingPublicClient.d.ts +2 -2
  178. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
  179. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  180. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  181. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  182. package/sdk/public/Partner/PartnerPublicClient.d.ts +2 -2
  183. package/sdk/public/PublicAPIClient.d.ts +1 -1
  184. package/sdk/public/PublicClient.d.ts +7 -7
  185. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  186. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  187. package/sdk/public/index.d.ts +8 -8
  188. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  189. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  190. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  191. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  192. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  193. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -1,27 +1,26 @@
1
- export const PlatformConfig: typeof import("./PlatformConfig");
2
- export const PlatformClient: typeof import("./PlatformClient");
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("./AuditTrail/AuditTrailPlatformModel");
5
- const BillingPlatformModel: typeof import("./Billing/BillingPlatformModel");
6
- const CartPlatformModel: typeof import("./Cart/CartPlatformModel");
7
- const CatalogPlatformModel: typeof import("./Catalog/CatalogPlatformModel");
8
- const CommonPlatformModel: typeof import("./Common/CommonPlatformModel");
9
- const CommunicationPlatformModel: typeof import("./Communication/CommunicationPlatformModel");
10
- const CompanyProfilePlatformModel: typeof import("./CompanyProfile/CompanyProfilePlatformModel");
11
- const ConfigurationPlatformModel: typeof import("./Configuration/ConfigurationPlatformModel");
12
- const ContentPlatformModel: typeof import("./Content/ContentPlatformModel");
13
- const DiscountPlatformModel: typeof import("./Discount/DiscountPlatformModel");
14
- const FileStoragePlatformModel: typeof import("./FileStorage/FileStoragePlatformModel");
15
- const FinancePlatformModel: typeof import("./Finance/FinancePlatformModel");
16
- const InventoryPlatformModel: typeof import("./Inventory/InventoryPlatformModel");
17
- const LeadPlatformModel: typeof import("./Lead/LeadPlatformModel");
18
- const ServiceabilityPlatformModel: typeof import("./Serviceability/ServiceabilityPlatformModel");
19
- const OrderPlatformModel: typeof import("./Order/OrderPlatformModel");
20
- const PartnerPlatformModel: typeof import("./Partner/PartnerPlatformModel");
21
- const PaymentPlatformModel: typeof import("./Payment/PaymentPlatformModel");
22
- const RewardsPlatformModel: typeof import("./Rewards/RewardsPlatformModel");
23
- const SharePlatformModel: typeof import("./Share/SharePlatformModel");
24
- const ThemePlatformModel: typeof import("./Theme/ThemePlatformModel");
25
- const UserPlatformModel: typeof import("./User/UserPlatformModel");
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
  }
@@ -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("./BillingPublicValidator");
23
- import BillingPublicModel = require("./BillingPublicModel");
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("./ConfigurationPublicValidator");
33
- import ConfigurationPublicModel = require("./ConfigurationPublicModel");
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("./ContentPublicValidator");
22
- import ContentPublicModel = require("./ContentPublicModel");
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("./InventoryPublicValidator");
87
- import InventoryPublicModel = require("./InventoryPublicModel");
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("./InventoryPublicModel");
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("./PartnerPublicValidator");
22
- import PartnerPublicModel = require("./PartnerPublicModel");
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("./PublicConfig");
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("./Billing/BillingPublicClient");
30
- import Configuration = require("./Configuration/ConfigurationPublicClient");
31
- import Content = require("./Content/ContentPublicClient");
32
- import Inventory = require("./Inventory/InventoryPublicClient");
33
- import Partner = require("./Partner/PartnerPublicClient");
34
- import Webhook = require("./Webhook/WebhookPublicClient");
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("./WebhookPublicModel");
66
- import WebhookPublicValidator = require("./WebhookPublicValidator");
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("./WebhookPublicModel");
42
+ import WebhookPublicModel = require("sdk/output/javascript/code/sdk/public/Webhook/WebhookPublicModel");
@@ -1,10 +1,10 @@
1
- export const PublicConfig: typeof import("./PublicConfig");
2
- export const PublicClient: typeof import("./PublicClient");
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("./Billing/BillingPublicModel");
5
- const ConfigurationPublicModel: typeof import("./Configuration/ConfigurationPublicModel");
6
- const ContentPublicModel: typeof import("./Content/ContentPublicModel");
7
- const InventoryPublicModel: typeof import("./Inventory/InventoryPublicModel");
8
- const PartnerPublicModel: typeof import("./Partner/PartnerPublicModel");
9
- const WebhookPublicModel: typeof import("./Webhook/WebhookPublicModel");
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");