@eway-crm/connector 1.0.126 → 1.0.128

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 (294) hide show
  1. package/lib/{index.js → cjs/index.d.ts} +7 -6
  2. package/lib/cjs/index.js +8 -0
  3. package/lib/esm/AnonymousSessionHandler.d.ts +5 -0
  4. package/lib/esm/ApiConnection.d.ts +66 -0
  5. package/lib/esm/ApiMethods.d.ts +16 -0
  6. package/lib/esm/CredentialsSessionHandler.d.ts +16 -0
  7. package/lib/esm/HttpMethod.d.ts +4 -0
  8. package/lib/esm/ISessionHandler.d.ts +7 -0
  9. package/lib/esm/OAuthSessionHandler.d.ts +12 -0
  10. package/lib/esm/OAuthSessionHandlerBase.d.ts +16 -0
  11. package/lib/esm/ReturnCodes.d.ts +9 -0
  12. package/lib/esm/constants/ActionEventTypes.d.ts +9 -0
  13. package/lib/esm/constants/ColumnPermissionRules.d.ts +14 -0
  14. package/lib/esm/constants/CompletionLevels.d.ts +6 -0
  15. package/lib/esm/constants/CustomizationStatsItemKeys.d.ts +11 -0
  16. package/lib/esm/constants/Edition.d.ts +6 -0
  17. package/lib/esm/constants/EnumTypes.d.ts +32 -0
  18. package/lib/esm/constants/ExpirationReason.d.ts +7 -0
  19. package/lib/esm/constants/Feature.d.ts +6 -0
  20. package/lib/esm/constants/FieldNames.d.ts +389 -0
  21. package/lib/esm/constants/FieldTypes.d.ts +15 -0
  22. package/lib/esm/constants/FolderNames.d.ts +80 -0
  23. package/lib/esm/constants/Functionality.d.ts +54 -0
  24. package/lib/esm/constants/GlobalSettingsNames.d.ts +71 -0
  25. package/lib/esm/constants/LicenseKeyInvoiceSeverity.d.ts +8 -0
  26. package/lib/esm/constants/LicenseRestrictionKeys.d.ts +62 -0
  27. package/lib/esm/constants/RelationTypes.d.ts +11 -0
  28. package/lib/esm/data/EWItem.d.ts +12 -0
  29. package/lib/esm/data/IApiAdditionalField.d.ts +21 -0
  30. package/lib/esm/data/IApiAvailableBundle.d.ts +4 -0
  31. package/lib/esm/data/IApiAvailableVersionResponse.d.ts +9 -0
  32. package/lib/esm/data/IApiBooleanResponse.d.ts +4 -0
  33. package/lib/esm/data/IApiCapacityAvailableBundle.d.ts +5 -0
  34. package/lib/esm/data/IApiCart.d.ts +48 -0
  35. package/lib/esm/data/IApiColumn.d.ts +51 -0
  36. package/lib/esm/data/IApiColumnPermission.d.ts +15 -0
  37. package/lib/esm/data/IApiCompany.d.ts +55 -0
  38. package/lib/esm/data/IApiContact.d.ts +58 -0
  39. package/lib/esm/data/IApiCurrencyExchangeRate.d.ts +9 -0
  40. package/lib/esm/data/IApiCustomizationStatsItem.d.ts +6 -0
  41. package/lib/esm/data/IApiDataResponse.d.ts +4 -0
  42. package/lib/esm/data/IApiDatumResponse.d.ts +4 -0
  43. package/lib/esm/data/IApiDocument.d.ts +22 -0
  44. package/lib/esm/data/IApiEmail.d.ts +26 -0
  45. package/lib/esm/data/IApiEnumType.d.ts +26 -0
  46. package/lib/esm/data/IApiEnumValue.d.ts +18 -0
  47. package/lib/esm/data/IApiEnumValuesRelation.d.ts +8 -0
  48. package/lib/esm/data/IApiFeature.d.ts +5 -0
  49. package/lib/esm/data/IApiFeaturesLicenseBundle.d.ts +10 -0
  50. package/lib/esm/data/IApiFlow.d.ts +9 -0
  51. package/lib/esm/data/IApiGlobalSetting.d.ts +33 -0
  52. package/lib/esm/data/IApiGoal.d.ts +22 -0
  53. package/lib/esm/data/IApiGood.d.ts +26 -0
  54. package/lib/esm/data/IApiGoodInCart.d.ts +62 -0
  55. package/lib/esm/data/IApiGroup.d.ts +16 -0
  56. package/lib/esm/data/IApiItemBase.d.ts +14 -0
  57. package/lib/esm/data/IApiItemIdentifier.d.ts +5 -0
  58. package/lib/esm/data/IApiItemUsageStatus.d.ts +4 -0
  59. package/lib/esm/data/IApiJournal.d.ts +25 -0
  60. package/lib/esm/data/IApiLead.d.ts +36 -0
  61. package/lib/esm/data/IApiLicense.d.ts +65 -0
  62. package/lib/esm/data/IApiLicenseBundleBase.d.ts +6 -0
  63. package/lib/esm/data/IApiLocalizedLicenseBundle.d.ts +4 -0
  64. package/lib/esm/data/IApiLoginResponse.d.ts +8 -0
  65. package/lib/esm/data/IApiMarketingCampaign.d.ts +32 -0
  66. package/lib/esm/data/IApiMarketingList.d.ts +17 -0
  67. package/lib/esm/data/IApiModulePermission.d.ts +14 -0
  68. package/lib/esm/data/IApiObjectType.d.ts +9 -0
  69. package/lib/esm/data/IApiPasswordStrength.d.ts +5 -0
  70. package/lib/esm/data/IApiPayment.d.ts +9 -0
  71. package/lib/esm/data/IApiProject.d.ts +59 -0
  72. package/lib/esm/data/IApiRecurrencePattern.d.ts +16 -0
  73. package/lib/{IApiResult.d.ts → esm/data/IApiResult.d.ts} +4 -4
  74. package/lib/esm/data/IApiSaveResponse.d.ts +4 -0
  75. package/lib/esm/data/IApiTask.d.ts +34 -0
  76. package/lib/esm/data/IApiUser.d.ts +22 -0
  77. package/lib/esm/data/IApiUserSetting.d.ts +6 -0
  78. package/lib/esm/data/IApiWebServiceTaskStatus.d.ts +10 -0
  79. package/lib/esm/data/IApiWorkReport.d.ts +36 -0
  80. package/lib/esm/data/IApiWorkflowActionDerivedItem.d.ts +21 -0
  81. package/lib/esm/data/IApiWorkflowModel.d.ts +8 -0
  82. package/lib/esm/data/query/IApiQuery.d.ts +42 -0
  83. package/lib/esm/data/query/IApiQueryFilters.d.ts +43 -0
  84. package/lib/esm/data/workflowActions/IApiAction.d.ts +106 -0
  85. package/lib/esm/exceptions/HttpRequestError.d.ts +7 -0
  86. package/lib/esm/exceptions/WebServiceError.d.ts +5 -0
  87. package/lib/esm/helpers/ErrorHelper.d.ts +4 -0
  88. package/lib/esm/helpers/OAuthHelper.d.ts +8 -0
  89. package/lib/esm/helpers/VersionHelperBase.d.ts +5 -0
  90. package/lib/esm/index.d.ts +85 -0
  91. package/lib/esm/index.js +8 -0
  92. package/lib/esm/interfaces/IEWJwtPayload.d.ts +4 -0
  93. package/lib/esm/interfaces/IItemPreview.d.ts +5 -0
  94. package/lib/esm/interfaces/ITokenData.d.ts +9 -0
  95. package/lib/esm/interfaces/ITranslatableString.d.ts +8 -0
  96. package/lib/esm/interfaces/TNumericValidatorType.d.ts +1 -0
  97. package/lib/esm/tokenizedServices/CommonDataConnection.d.ts +9 -0
  98. package/lib/esm/tokenizedServices/ITokenizedApiResult.d.ts +4 -0
  99. package/lib/esm/tokenizedServices/TokenizedServiceConnection.d.ts +25 -0
  100. package/lib/index.d.ts +2164 -85
  101. package/package.json +14 -4
  102. package/lib/AnonymousSessionHandler.js +0 -10
  103. package/lib/ApiConnection.js +0 -307
  104. package/lib/ApiMethods.js +0 -36
  105. package/lib/CredentialsSessionHandler.js +0 -54
  106. package/lib/HttpMethod.js +0 -5
  107. package/lib/IApiResult.js +0 -2
  108. package/lib/ISessionHandler.js +0 -1
  109. package/lib/OAuthSessionHandler.js +0 -29
  110. package/lib/OAuthSessionHandlerBase.js +0 -72
  111. package/lib/ReturnCodes.js +0 -10
  112. package/lib/axios/AxiosInstance.d.ts +0 -2
  113. package/lib/axios/AxiosInstance.js +0 -3
  114. package/lib/constants/ActionEventTypes.js +0 -9
  115. package/lib/constants/ColumnPermissionRules.js +0 -15
  116. package/lib/constants/CompletionLevels.js +0 -6
  117. package/lib/constants/CustomizationStatsItemKeys.js +0 -12
  118. package/lib/constants/Edition.js +0 -7
  119. package/lib/constants/EnumTypes.js +0 -33
  120. package/lib/constants/ExpirationReason.js +0 -8
  121. package/lib/constants/Feature.js +0 -7
  122. package/lib/constants/FieldNames.js +0 -422
  123. package/lib/constants/FieldTypes.js +0 -15
  124. package/lib/constants/FolderNames.js +0 -82
  125. package/lib/constants/Functionality.js +0 -55
  126. package/lib/constants/GlobalSettingsNames.js +0 -71
  127. package/lib/constants/LicenseKeyInvoiceSeverity.js +0 -9
  128. package/lib/constants/LicenseRestrictionKeys.js +0 -63
  129. package/lib/constants/RelationTypes.js +0 -11
  130. package/lib/data/EWItem.js +0 -86
  131. package/lib/data/IApiAdditionalField.js +0 -1
  132. package/lib/data/IApiAvailableBundle.js +0 -1
  133. package/lib/data/IApiAvailableVersionResponse.js +0 -1
  134. package/lib/data/IApiBooleanResponse.js +0 -1
  135. package/lib/data/IApiCapacityAvailableBundle.js +0 -1
  136. package/lib/data/IApiCart.js +0 -7
  137. package/lib/data/IApiColumn.js +0 -1
  138. package/lib/data/IApiColumnPermission.js +0 -1
  139. package/lib/data/IApiCompany.js +0 -7
  140. package/lib/data/IApiContact.js +0 -7
  141. package/lib/data/IApiCurrencyExchangeRate.js +0 -7
  142. package/lib/data/IApiCustomizationStatsItem.js +0 -1
  143. package/lib/data/IApiDataResponse.js +0 -1
  144. package/lib/data/IApiDatumResponse.js +0 -1
  145. package/lib/data/IApiDocument.js +0 -7
  146. package/lib/data/IApiEmail.js +0 -7
  147. package/lib/data/IApiEnumType.js +0 -6
  148. package/lib/data/IApiEnumValue.js +0 -1
  149. package/lib/data/IApiEnumValuesRelation.js +0 -7
  150. package/lib/data/IApiFeature.js +0 -1
  151. package/lib/data/IApiFeaturesLicenseBundle.js +0 -1
  152. package/lib/data/IApiFlow.js +0 -7
  153. package/lib/data/IApiGlobalSetting.js +0 -1
  154. package/lib/data/IApiGoal.js +0 -7
  155. package/lib/data/IApiGood.js +0 -7
  156. package/lib/data/IApiGoodInCart.js +0 -7
  157. package/lib/data/IApiGroup.js +0 -1
  158. package/lib/data/IApiItemBase.js +0 -1
  159. package/lib/data/IApiItemIdentifier.js +0 -1
  160. package/lib/data/IApiItemUsageStatus.js +0 -1
  161. package/lib/data/IApiJournal.js +0 -7
  162. package/lib/data/IApiLead.js +0 -7
  163. package/lib/data/IApiLicense.js +0 -1
  164. package/lib/data/IApiLicenseBundleBase.js +0 -1
  165. package/lib/data/IApiLocalizedLicenseBundle.js +0 -1
  166. package/lib/data/IApiLoginResponse.js +0 -1
  167. package/lib/data/IApiMarketingCampaign.js +0 -7
  168. package/lib/data/IApiMarketingList.js +0 -7
  169. package/lib/data/IApiModulePermission.js +0 -1
  170. package/lib/data/IApiObjectType.js +0 -1
  171. package/lib/data/IApiPasswordStrength.js +0 -1
  172. package/lib/data/IApiPayment.js +0 -7
  173. package/lib/data/IApiProject.js +0 -7
  174. package/lib/data/IApiRecurrencePattern.js +0 -7
  175. package/lib/data/IApiResult.js +0 -1
  176. package/lib/data/IApiSaveResponse.js +0 -1
  177. package/lib/data/IApiTask.js +0 -7
  178. package/lib/data/IApiUser.js +0 -1
  179. package/lib/data/IApiUserSetting.js +0 -1
  180. package/lib/data/IApiWebServiceTaskStatus.js +0 -1
  181. package/lib/data/IApiWorkReport.js +0 -7
  182. package/lib/data/IApiWorkflowActionDerivedItem.js +0 -1
  183. package/lib/data/IApiWorkflowModel.js +0 -1
  184. package/lib/data/query/IApiQuery.js +0 -1
  185. package/lib/data/query/IApiQueryFilters.js +0 -1
  186. package/lib/data/workflowActions/IApiAction.js +0 -1
  187. package/lib/exceptions/HttpRequestError.js +0 -7
  188. package/lib/exceptions/WebServiceError.js +0 -7
  189. package/lib/helpers/ErrorHelper.js +0 -16
  190. package/lib/helpers/OAuthHelper.js +0 -52
  191. package/lib/helpers/VersionHelperBase.js +0 -16
  192. package/lib/interfaces/IEWJwtPayload.js +0 -1
  193. package/lib/interfaces/IItemPreview.js +0 -1
  194. package/lib/interfaces/ITokenData.js +0 -1
  195. package/lib/interfaces/ITranslatableString.js +0 -1
  196. package/lib/interfaces/TNumericValidatorType.js +0 -1
  197. package/lib/tokenizedServices/CommonDataConnection.js +0 -16
  198. package/lib/tokenizedServices/ITokenizedApiResult.js +0 -1
  199. package/lib/tokenizedServices/TokenizedServiceConnection.js +0 -124
  200. /package/lib/{AnonymousSessionHandler.d.ts → cjs/AnonymousSessionHandler.d.ts} +0 -0
  201. /package/lib/{ApiConnection.d.ts → cjs/ApiConnection.d.ts} +0 -0
  202. /package/lib/{ApiMethods.d.ts → cjs/ApiMethods.d.ts} +0 -0
  203. /package/lib/{CredentialsSessionHandler.d.ts → cjs/CredentialsSessionHandler.d.ts} +0 -0
  204. /package/lib/{HttpMethod.d.ts → cjs/HttpMethod.d.ts} +0 -0
  205. /package/lib/{ISessionHandler.d.ts → cjs/ISessionHandler.d.ts} +0 -0
  206. /package/lib/{OAuthSessionHandler.d.ts → cjs/OAuthSessionHandler.d.ts} +0 -0
  207. /package/lib/{OAuthSessionHandlerBase.d.ts → cjs/OAuthSessionHandlerBase.d.ts} +0 -0
  208. /package/lib/{ReturnCodes.d.ts → cjs/ReturnCodes.d.ts} +0 -0
  209. /package/lib/{constants → cjs/constants}/ActionEventTypes.d.ts +0 -0
  210. /package/lib/{constants → cjs/constants}/ColumnPermissionRules.d.ts +0 -0
  211. /package/lib/{constants → cjs/constants}/CompletionLevels.d.ts +0 -0
  212. /package/lib/{constants → cjs/constants}/CustomizationStatsItemKeys.d.ts +0 -0
  213. /package/lib/{constants → cjs/constants}/Edition.d.ts +0 -0
  214. /package/lib/{constants → cjs/constants}/EnumTypes.d.ts +0 -0
  215. /package/lib/{constants → cjs/constants}/ExpirationReason.d.ts +0 -0
  216. /package/lib/{constants → cjs/constants}/Feature.d.ts +0 -0
  217. /package/lib/{constants → cjs/constants}/FieldNames.d.ts +0 -0
  218. /package/lib/{constants → cjs/constants}/FieldTypes.d.ts +0 -0
  219. /package/lib/{constants → cjs/constants}/FolderNames.d.ts +0 -0
  220. /package/lib/{constants → cjs/constants}/Functionality.d.ts +0 -0
  221. /package/lib/{constants → cjs/constants}/GlobalSettingsNames.d.ts +0 -0
  222. /package/lib/{constants → cjs/constants}/LicenseKeyInvoiceSeverity.d.ts +0 -0
  223. /package/lib/{constants → cjs/constants}/LicenseRestrictionKeys.d.ts +0 -0
  224. /package/lib/{constants → cjs/constants}/RelationTypes.d.ts +0 -0
  225. /package/lib/{data → cjs/data}/EWItem.d.ts +0 -0
  226. /package/lib/{data → cjs/data}/IApiAdditionalField.d.ts +0 -0
  227. /package/lib/{data → cjs/data}/IApiAvailableBundle.d.ts +0 -0
  228. /package/lib/{data → cjs/data}/IApiAvailableVersionResponse.d.ts +0 -0
  229. /package/lib/{data → cjs/data}/IApiBooleanResponse.d.ts +0 -0
  230. /package/lib/{data → cjs/data}/IApiCapacityAvailableBundle.d.ts +0 -0
  231. /package/lib/{data → cjs/data}/IApiCart.d.ts +0 -0
  232. /package/lib/{data → cjs/data}/IApiColumn.d.ts +0 -0
  233. /package/lib/{data → cjs/data}/IApiColumnPermission.d.ts +0 -0
  234. /package/lib/{data → cjs/data}/IApiCompany.d.ts +0 -0
  235. /package/lib/{data → cjs/data}/IApiContact.d.ts +0 -0
  236. /package/lib/{data → cjs/data}/IApiCurrencyExchangeRate.d.ts +0 -0
  237. /package/lib/{data → cjs/data}/IApiCustomizationStatsItem.d.ts +0 -0
  238. /package/lib/{data → cjs/data}/IApiDataResponse.d.ts +0 -0
  239. /package/lib/{data → cjs/data}/IApiDatumResponse.d.ts +0 -0
  240. /package/lib/{data → cjs/data}/IApiDocument.d.ts +0 -0
  241. /package/lib/{data → cjs/data}/IApiEmail.d.ts +0 -0
  242. /package/lib/{data → cjs/data}/IApiEnumType.d.ts +0 -0
  243. /package/lib/{data → cjs/data}/IApiEnumValue.d.ts +0 -0
  244. /package/lib/{data → cjs/data}/IApiEnumValuesRelation.d.ts +0 -0
  245. /package/lib/{data → cjs/data}/IApiFeature.d.ts +0 -0
  246. /package/lib/{data → cjs/data}/IApiFeaturesLicenseBundle.d.ts +0 -0
  247. /package/lib/{data → cjs/data}/IApiFlow.d.ts +0 -0
  248. /package/lib/{data → cjs/data}/IApiGlobalSetting.d.ts +0 -0
  249. /package/lib/{data → cjs/data}/IApiGoal.d.ts +0 -0
  250. /package/lib/{data → cjs/data}/IApiGood.d.ts +0 -0
  251. /package/lib/{data → cjs/data}/IApiGoodInCart.d.ts +0 -0
  252. /package/lib/{data → cjs/data}/IApiGroup.d.ts +0 -0
  253. /package/lib/{data → cjs/data}/IApiItemBase.d.ts +0 -0
  254. /package/lib/{data → cjs/data}/IApiItemIdentifier.d.ts +0 -0
  255. /package/lib/{data → cjs/data}/IApiItemUsageStatus.d.ts +0 -0
  256. /package/lib/{data → cjs/data}/IApiJournal.d.ts +0 -0
  257. /package/lib/{data → cjs/data}/IApiLead.d.ts +0 -0
  258. /package/lib/{data → cjs/data}/IApiLicense.d.ts +0 -0
  259. /package/lib/{data → cjs/data}/IApiLicenseBundleBase.d.ts +0 -0
  260. /package/lib/{data → cjs/data}/IApiLocalizedLicenseBundle.d.ts +0 -0
  261. /package/lib/{data → cjs/data}/IApiLoginResponse.d.ts +0 -0
  262. /package/lib/{data → cjs/data}/IApiMarketingCampaign.d.ts +0 -0
  263. /package/lib/{data → cjs/data}/IApiMarketingList.d.ts +0 -0
  264. /package/lib/{data → cjs/data}/IApiModulePermission.d.ts +0 -0
  265. /package/lib/{data → cjs/data}/IApiObjectType.d.ts +0 -0
  266. /package/lib/{data → cjs/data}/IApiPasswordStrength.d.ts +0 -0
  267. /package/lib/{data → cjs/data}/IApiPayment.d.ts +0 -0
  268. /package/lib/{data → cjs/data}/IApiProject.d.ts +0 -0
  269. /package/lib/{data → cjs/data}/IApiRecurrencePattern.d.ts +0 -0
  270. /package/lib/{data → cjs/data}/IApiResult.d.ts +0 -0
  271. /package/lib/{data → cjs/data}/IApiSaveResponse.d.ts +0 -0
  272. /package/lib/{data → cjs/data}/IApiTask.d.ts +0 -0
  273. /package/lib/{data → cjs/data}/IApiUser.d.ts +0 -0
  274. /package/lib/{data → cjs/data}/IApiUserSetting.d.ts +0 -0
  275. /package/lib/{data → cjs/data}/IApiWebServiceTaskStatus.d.ts +0 -0
  276. /package/lib/{data → cjs/data}/IApiWorkReport.d.ts +0 -0
  277. /package/lib/{data → cjs/data}/IApiWorkflowActionDerivedItem.d.ts +0 -0
  278. /package/lib/{data → cjs/data}/IApiWorkflowModel.d.ts +0 -0
  279. /package/lib/{data → cjs/data}/query/IApiQuery.d.ts +0 -0
  280. /package/lib/{data → cjs/data}/query/IApiQueryFilters.d.ts +0 -0
  281. /package/lib/{data → cjs/data}/workflowActions/IApiAction.d.ts +0 -0
  282. /package/lib/{exceptions → cjs/exceptions}/HttpRequestError.d.ts +0 -0
  283. /package/lib/{exceptions → cjs/exceptions}/WebServiceError.d.ts +0 -0
  284. /package/lib/{helpers → cjs/helpers}/ErrorHelper.d.ts +0 -0
  285. /package/lib/{helpers → cjs/helpers}/OAuthHelper.d.ts +0 -0
  286. /package/lib/{helpers → cjs/helpers}/VersionHelperBase.d.ts +0 -0
  287. /package/lib/{interfaces → cjs/interfaces}/IEWJwtPayload.d.ts +0 -0
  288. /package/lib/{interfaces → cjs/interfaces}/IItemPreview.d.ts +0 -0
  289. /package/lib/{interfaces → cjs/interfaces}/ITokenData.d.ts +0 -0
  290. /package/lib/{interfaces → cjs/interfaces}/ITranslatableString.d.ts +0 -0
  291. /package/lib/{interfaces → cjs/interfaces}/TNumericValidatorType.d.ts +0 -0
  292. /package/lib/{tokenizedServices → cjs/tokenizedServices}/CommonDataConnection.d.ts +0 -0
  293. /package/lib/{tokenizedServices → cjs/tokenizedServices}/ITokenizedApiResult.d.ts +0 -0
  294. /package/lib/{tokenizedServices → cjs/tokenizedServices}/TokenizedServiceConnection.d.ts +0 -0
@@ -0,0 +1,62 @@
1
+ export default class LicenseRestrictionKeys {
2
+ static contactsSynchronizationWithOutlook: string;
3
+ static contactsSynchronizationWithAndroid: string;
4
+ static documentsRevisions: string;
5
+ static wordAddin: string;
6
+ static excelAddin: string;
7
+ static tasksReminders: string;
8
+ static tasksRecurrentTasks: string;
9
+ static tasksSubtasks: string;
10
+ static tasksSynchronizationWithOutlook: string;
11
+ static calendarSynchronizationWithOutlook: string;
12
+ static emailsManualTracking: string;
13
+ static emailsAutomaticTracking: string;
14
+ static convertEmailToContact: string;
15
+ static convertEmailToDeal: string;
16
+ static convertEmailToProject: string;
17
+ static convertEmailToTask: string;
18
+ static gravatarIntegration: string;
19
+ static logoboxIntegration: string;
20
+ static companiesBussinesRegisterApiIntegration: string;
21
+ static duplicityChecker: string;
22
+ static nextStepAndLastActivityCustomization: string;
23
+ static subProjects: string;
24
+ static resourceAndPlanning: string;
25
+ static professionalEmailCampaigns: string;
26
+ static professionalEmailCampaignsAdvancedStatistics: string;
27
+ static wordEmailMerge: string;
28
+ static printLabels: string;
29
+ static printEnvelopes: string;
30
+ static userViews: string;
31
+ static sharedUserViews: string;
32
+ static gridRowSummary: string;
33
+ static gridConditionalFormating: string;
34
+ static multipleCurrencies: string;
35
+ static historyTracking: string;
36
+ static privateItems: string;
37
+ static itemTypes: string;
38
+ static formLayoutCustomization: string;
39
+ static workflowBasicDefinitions: string;
40
+ static workflowAdvancedDefinitions: string;
41
+ static workflowAdvancedDefinitionsRules: string;
42
+ static workflowAdvancedDefinitionsActions: string;
43
+ static workflowGroupLevelActions: string;
44
+ static customFields: string;
45
+ static importantFields: string;
46
+ static mandatoryFields: string;
47
+ static uniqueFields: string;
48
+ static readOnlyFields: string;
49
+ static transformationCustomTemplates: string;
50
+ static userRoles: string;
51
+ static modulePermissions: string;
52
+ static columnPermissions: string;
53
+ static commonDataAPI: string;
54
+ static eWayCrmAPI: string;
55
+ static threeCXIntegration: string;
56
+ static tapiIntegration: string;
57
+ static pohodaIntegration: string;
58
+ static pohodaSynchronizationIntervalCustomization: string;
59
+ static pohodaSynchronizationFieldMappingCustomization: string;
60
+ static quickBooksIntegration: string;
61
+ static shareByTeams: string;
62
+ }
@@ -0,0 +1,11 @@
1
+ export type TRelationType = 'GENERAL' | 'GROUP' | 'CONTACTPERSON' | 'CONTACT' | 'CUSTOMER' | 'COMPANY' | 'OUTLOOKPROJECT' | 'SUPERVISOR';
2
+ export default class RelationTypes {
3
+ static readonly general: TRelationType;
4
+ static readonly group: TRelationType;
5
+ static readonly contactPerson: TRelationType;
6
+ static readonly contact: TRelationType;
7
+ static readonly customer: TRelationType;
8
+ static readonly company: TRelationType;
9
+ static readonly outlookProject: TRelationType;
10
+ static readonly supervisor: TRelationType;
11
+ }
@@ -0,0 +1,12 @@
1
+ import { TFolderName } from "..";
2
+ import { IItemPreview } from "../interfaces/IItemPreview";
3
+ import { IApiItemBase } from "./IApiItemBase";
4
+ export declare class EWItem<T extends IApiItemBase> {
5
+ readonly folderName: TFolderName;
6
+ readonly baseItem: T;
7
+ constructor(folderName: TFolderName, baseItem: T);
8
+ getEmailAddress(): string | null;
9
+ getInitials(): string | null;
10
+ private getInitialsInternal;
11
+ getItemPreview(): IItemPreview | null;
12
+ }
@@ -0,0 +1,21 @@
1
+ import { TNumericValidatorType } from '../interfaces/TNumericValidatorType';
2
+ import { IApiItemBase } from './IApiItemBase';
3
+ export interface IApiAdditionalField extends IApiItemBase {
4
+ ObjectTypeFolderName: string;
5
+ FieldId: number;
6
+ ColumnName: string;
7
+ Name: string;
8
+ Comment: string | null;
9
+ Type: number;
10
+ CategoryEn: string | null;
11
+ Rank: number;
12
+ Data_RelatedFolderName: string | null;
13
+ Data_IsDateTime: boolean | null;
14
+ Data_FormatType: TNumericValidatorType | null;
15
+ Data_EditMask: string | null;
16
+ Data_MemoBoxLines: number | null;
17
+ Data_SummaryType: string | null;
18
+ Data_LinkType: string | null;
19
+ AssociatedEnumTypeGuid: string | null;
20
+ IsInGeneralSection: boolean;
21
+ }
@@ -0,0 +1,4 @@
1
+ import { IApiFeaturesLicenseBundle } from "./IApiFeaturesLicenseBundle";
2
+ export interface IApiAvailableBundle extends IApiFeaturesLicenseBundle {
3
+ Quantity: number;
4
+ }
@@ -0,0 +1,9 @@
1
+ import { IApiResult } from "./IApiResult";
2
+ export interface IApiAvailableVersionResponse extends IApiResult {
3
+ ClientVersion: string | null;
4
+ WebServiceVersion: string | null;
5
+ IsApproved: boolean | null;
6
+ KnowledgeBaseLink: string | null;
7
+ ReleaseDate: string | null;
8
+ IsNewVersionAvailable: boolean;
9
+ }
@@ -0,0 +1,4 @@
1
+ import { IApiResult } from "./IApiResult";
2
+ export interface IApiBooleanResponse extends IApiResult {
3
+ Result: boolean;
4
+ }
@@ -0,0 +1,5 @@
1
+ import { IApiAvailableBundle } from "./IApiAvailableBundle";
2
+ export interface IApiCapacityAvailableBundle extends IApiAvailableBundle {
3
+ FreeSlotsCount: number;
4
+ UsedSlotsCount: number;
5
+ }
@@ -0,0 +1,48 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiCart extends IApiItemBase {
3
+ Id: number | null;
4
+ EffectiveFrom: string | null;
5
+ ValidUntil: string | null;
6
+ IsActive: boolean | null;
7
+ TypeEn: string | null;
8
+ PriceTotal: number | null;
9
+ ForPayment: number | null;
10
+ Paid: number | null;
11
+ CurrencyEn: string | null;
12
+ Vat: number | null;
13
+ PriceTotalExcludingVat: number | null;
14
+ GoodsInCartCount: number | null;
15
+ Note: string | null;
16
+ PriceTotalDefaultCurrency: number | null;
17
+ PriceTotalParentCurrency: number | null;
18
+ ForPaymentDefaultCurrency: number | null;
19
+ ForPaymentParentCurrency: number | null;
20
+ PaidDefaultCurrency: number | null;
21
+ PaidParentCurrency: number | null;
22
+ PriceTotalExcludingVatDefaultCurrency: number | null;
23
+ PriceTotalExcludingVatParentCurrency: number | null;
24
+ VatDefaultCurrency: number | null;
25
+ VatParentCurrency: number | null;
26
+ PaidChanged: string | null;
27
+ PriceTotalChanged: string | null;
28
+ StateEn: string | null;
29
+ PrevStateEn: string | null;
30
+ TaxableSupplyDate: string | null;
31
+ AccountingCaseDate: string | null;
32
+ PaymentDate: string | null;
33
+ PurchaseExpenses: number | null;
34
+ PurchaseExpensesParentCurrency: number | null;
35
+ PurchaseExpensesDefaultCurrency: number | null;
36
+ PurchaseExpensesChanged: string | null;
37
+ Profit: number | null;
38
+ ProfitDefaultCurrency: number | null;
39
+ ProfitParentCurrency: number | null;
40
+ ProfitChanged: string | null;
41
+ Picture: string | null;
42
+ PictureWidth: number | null;
43
+ PictureHeight: number | null;
44
+ Contacts_ContactPersonGuid: string | null;
45
+ Companies_CustomerGuid: string | null;
46
+ Leads_CartGuid: string | null;
47
+ Projects_CartGuid: string | null;
48
+ }
@@ -0,0 +1,51 @@
1
+ import { TFieldType } from '../constants/FieldTypes';
2
+ import { TFolderName } from '../constants/FolderNames';
3
+ import { TNumericValidatorType } from '../interfaces/TNumericValidatorType';
4
+ type TAdditionalFieldItem = {
5
+ CategoryEn: string | null;
6
+ Comment: string;
7
+ FieldId: number;
8
+ ItemGUID: string;
9
+ };
10
+ type EnumTypeItem = {
11
+ EnumName: string;
12
+ ItemGUID: string;
13
+ };
14
+ type TForeignKeyRelationInfo = {
15
+ RelatedFolders: TFolderName[];
16
+ RelationType: string;
17
+ };
18
+ type TNumericInfo = {
19
+ FormatType: TNumericValidatorType;
20
+ CurrencyEnColumnName?: string;
21
+ };
22
+ export interface IApiColumn {
23
+ AdditionalFieldItem?: TAdditionalFieldItem;
24
+ AllowedColumnMandatoryTypes: string[] | null;
25
+ AllowedColumnPermissionTypes: string[] | null;
26
+ AltNameCs?: string;
27
+ AltNameDe?: string;
28
+ AltNameEn?: string;
29
+ AltNameNo?: string;
30
+ AltNameRu?: string;
31
+ AltNameSk?: string;
32
+ ColumnName: string;
33
+ EnumTypeItem?: EnumTypeItem;
34
+ FolderName: string;
35
+ ForeignKeyRelationInfo?: TForeignKeyRelationInfo;
36
+ IsAdditionalField: boolean;
37
+ IsPermissionEnabled: boolean;
38
+ IsUniqueConstraintSupported: boolean;
39
+ LinkType?: 'Phone' | 'URL' | 'Email' | 'File' | 'Custom';
40
+ NameCs: string;
41
+ NameDe: string;
42
+ NameEn: string;
43
+ NameNo: string;
44
+ NameRu: string;
45
+ NameSk: string;
46
+ NumericInfo?: TNumericInfo;
47
+ DateTimeType?: 'Date' | 'DateTime' | 'DateTimeSeconds';
48
+ OriginalCurrencyColumn?: string;
49
+ Type: TFieldType;
50
+ }
51
+ export {};
@@ -0,0 +1,15 @@
1
+ import { IApiItemBase } from "./IApiItemBase";
2
+ export type TApiColumnPermissionPermissionRuleOptions = 'All' | 'Own' | 'Readonly' | 'Invisible' | 'None';
3
+ export type TApiColumnPermissionMandatoryRuleOptions = 'Mandatory' | 'Optional' | 'Unique' | 'None';
4
+ export interface IApiColumnPermission extends IApiItemBase {
5
+ ColumnName: string;
6
+ GroupGuid: string;
7
+ FolderName: string;
8
+ IsAdditionalField: boolean;
9
+ IsMandatoryRuleEditable: boolean;
10
+ IsPermissionRuleEditable: boolean;
11
+ MandatoryRule: TApiColumnPermissionMandatoryRuleOptions | string;
12
+ PermissionRule: TApiColumnPermissionPermissionRuleOptions | string;
13
+ NotFullyPermittedForGroupGuids: string[] | null;
14
+ IsSetToUnique: boolean;
15
+ }
@@ -0,0 +1,55 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiCompany extends IApiItemBase {
3
+ AccountNumber: string | null;
4
+ Address1POBox: string | null;
5
+ Address1Street: string | null;
6
+ Address1City: string | null;
7
+ Address1State: string | null;
8
+ Address1CountryEn: string | null;
9
+ Address1PostalCode: string | null;
10
+ Address2POBox: string | null;
11
+ Address2Street: string | null;
12
+ Address2City: string | null;
13
+ Address2State: string | null;
14
+ Address2CountryEn: string | null;
15
+ Address2PostalCode: string | null;
16
+ Address3POBox: string | null;
17
+ Address3Street: string | null;
18
+ Address3City: string | null;
19
+ Address3State: string | null;
20
+ Address3CountryEn: string | null;
21
+ Address3PostalCode: string | null;
22
+ CompanyName: string | null;
23
+ Department: string | null;
24
+ Email: string | null;
25
+ EmployeesCount: number | null;
26
+ Fax: string | null;
27
+ FirstContactEn: string | null;
28
+ ICQ: string | null;
29
+ IdentificationNumber: string | null;
30
+ ImportanceEn: string | null;
31
+ LineOfBusiness: string | null;
32
+ MailingListOther: boolean | null;
33
+ Mobile: string | null;
34
+ MobileNormalized: string | null;
35
+ MSN: string | null;
36
+ Note: string | null;
37
+ Phone: string | null;
38
+ PhoneNormalized: string | null;
39
+ Purchaser: boolean | null;
40
+ Reversal: number | null;
41
+ Skype: string | null;
42
+ Suppliers: boolean | null;
43
+ VATNumber: string | null;
44
+ WebPage: string | null;
45
+ AdditionalDiscount: number | null;
46
+ ID: number | null;
47
+ Competitor: boolean | null;
48
+ SalePriceGuid: string | null;
49
+ NotificationByEmail: boolean | null;
50
+ NotificationBy: string | null;
51
+ LastActivity: string | null;
52
+ NextStep: string | null;
53
+ EmailOptOut: boolean | null;
54
+ TypeEn: string | null;
55
+ }
@@ -0,0 +1,58 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiContact extends IApiItemBase {
3
+ BusinessAddressStreet: string | null;
4
+ BusinessAddressCity: string | null;
5
+ BusinessAddressState: string | null;
6
+ BusinessAddressCountryEn: string | null;
7
+ BusinessAddressPOBox: string | null;
8
+ BusinessAddressPostalCode: string | null;
9
+ HomeAddressStreet: string | null;
10
+ HomeAddressCity: string | null;
11
+ HomeAddressState: string | null;
12
+ HomeAddressCountryEn: string | null;
13
+ HomeAddressPOBox: string | null;
14
+ HomeAddressPostalCode: string | null;
15
+ OtherAddressStreet: string | null;
16
+ OtherAddressCity: string | null;
17
+ OtherAddressState: string | null;
18
+ OtherAddressCountryEn: string | null;
19
+ OtherAddressPOBox: string | null;
20
+ OtherAddressPostalCode: string | null;
21
+ Company: string | null;
22
+ Email1Address: string | null;
23
+ Email2Address: string | null;
24
+ Email3Address: string | null;
25
+ FirstName: string | null;
26
+ ICQ: string | null;
27
+ ImportanceEn: string | null;
28
+ LastName: string | null;
29
+ MiddleName: string | null;
30
+ MSN: string | null;
31
+ Note: string | null;
32
+ PrefixEn: string | null;
33
+ SuffixEn: string | null;
34
+ Skype: string | null;
35
+ TelephoneNumber1: string | null;
36
+ TelephoneNumber2: string | null;
37
+ TelephoneNumber3: string | null;
38
+ TelephoneNumber4: string | null;
39
+ TelephoneNumber5: string | null;
40
+ TelephoneNumber6: string | null;
41
+ TelephoneNumber1Normalized: string | null;
42
+ TelephoneNumber2Normalized: string | null;
43
+ TelephoneNumber3Normalized: string | null;
44
+ TelephoneNumber4Normalized: string | null;
45
+ TelephoneNumber5Normalized: string | null;
46
+ TelephoneNumber6Normalized: string | null;
47
+ Department: string | null;
48
+ Title: string | null;
49
+ WebPage: string | null;
50
+ DoNotSendNewsletter: boolean | null;
51
+ ProfilePicture: string | null;
52
+ ProfilePictureWidth: number | null;
53
+ ProfilePictureHeight: number | null;
54
+ LastActivity: string | null;
55
+ NextStep: string | null;
56
+ TypeEn: string | null;
57
+ Companies_CompanyGuid: string | null;
58
+ }
@@ -0,0 +1,9 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiCurrencyExchangeRate extends IApiItemBase {
3
+ InputCurrencyEn: string | null;
4
+ OutputCurrencyEn: string | null;
5
+ Rate: number | null;
6
+ From: string | null;
7
+ To: string | null;
8
+ IsValid: boolean | null;
9
+ }
@@ -0,0 +1,6 @@
1
+ import { TFolderName } from "../constants/FolderNames";
2
+ export interface IApiCustomizationStatsItem {
3
+ FolderName: TFolderName | null;
4
+ Key: string;
5
+ Value: number;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { IApiResult } from "./IApiResult";
2
+ export interface IApiDataResponse<T> extends IApiResult {
3
+ Data: T[];
4
+ }
@@ -0,0 +1,4 @@
1
+ import { IApiResult } from "./IApiResult";
2
+ export interface IApiDatumResponse<T> extends IApiResult {
3
+ Datum: T;
4
+ }
@@ -0,0 +1,22 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiDocument extends IApiItemBase {
3
+ DocName: string | null;
4
+ Extension: string | null;
5
+ CreationTime: string | null;
6
+ LastWriteTime: string | null;
7
+ DocSize: number | null;
8
+ ImportanceEn: string | null;
9
+ TypeEn: string | null;
10
+ Note: string | null;
11
+ StateEn: string | null;
12
+ PrevStateEn: string | null;
13
+ Preview: string | null;
14
+ PreviewWidth: number | null;
15
+ PreviewHeight: number | null;
16
+ IsGdprRelevant: boolean | null;
17
+ Companies_CompanyGuid: string | null;
18
+ Contacts_ContactGuid: string | null;
19
+ Leads_SuperiorItemGuid: string | null;
20
+ Projects_SuperiorItemGuid: string | null;
21
+ Marketing_SuperiorItemGuid: string | null;
22
+ }
@@ -0,0 +1,26 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiEmail extends IApiItemBase {
3
+ Subject: string | null;
4
+ SenderEmailAddress: string | null;
5
+ SentOn: string | null;
6
+ ReceivedTime: string | null;
7
+ AttachmentsCount: number | null;
8
+ To: string | null;
9
+ Cc: string | null;
10
+ Note: string | null;
11
+ ImportanceEn: string | null;
12
+ Checksum: number | null;
13
+ MessageId: string | null;
14
+ Hash: string | null;
15
+ ConversationIndex: string | null;
16
+ EmailFileExtension: string | null;
17
+ SentMailGUID: string | null;
18
+ IsGdprRelevant: boolean | null;
19
+ Picture: string | null;
20
+ PictureWidth: number | null;
21
+ PictureHeight: number | null;
22
+ Leads_OutlookProjectGuid: string | null;
23
+ Projects_OutlookProjectGuid: string | null;
24
+ Marketing_OutlookProjectGuid: string | null;
25
+ Tasks_TaskOriginGuid: string | null;
26
+ }
@@ -0,0 +1,26 @@
1
+ import { IApiItemBase } from "./IApiItemBase";
2
+ import { IApiEnumValue } from "./IApiEnumValue";
3
+ export declare enum EnumTypeEditMode {
4
+ Readonly = "Readonly",
5
+ VisibleRankDefaultOnly = "VisibleRankDefaultOnly",
6
+ Editable = "Editable"
7
+ }
8
+ export interface IApiEnumType extends IApiItemBase {
9
+ EnumName: string;
10
+ IsSystem: boolean;
11
+ AllowEditVisibility: boolean;
12
+ AllowEditLastActivity: boolean;
13
+ RequireDefaultValue: boolean;
14
+ AssociatedFolderNames: string[] | null;
15
+ AssociatedWorkflowModelGuid: string | null;
16
+ NameEn: string;
17
+ NameCs: string;
18
+ NameDe: string;
19
+ NameRu: string;
20
+ NameSk: string;
21
+ NameNo: string;
22
+ IsAdditionalField: boolean;
23
+ AssociatedAdditionalFieldId: number | null;
24
+ EditMode: EnumTypeEditMode | null;
25
+ EnumValuesInEnumType: IApiEnumValue[] | null;
26
+ }
@@ -0,0 +1,18 @@
1
+ import { IApiItemBase } from "./IApiItemBase";
2
+ import { IApiEvent } from "./workflowActions/IApiAction";
3
+ export interface IApiEnumValue extends IApiItemBase {
4
+ EnumType: string;
5
+ EnumTypeName: string;
6
+ Rank: number;
7
+ IsSystem: boolean;
8
+ IsVisible: boolean;
9
+ IncludeInLastActivityCalculation: boolean;
10
+ IsDefault: boolean;
11
+ En: string | null;
12
+ Cs: string | null;
13
+ De: string | null;
14
+ Sk: string | null;
15
+ Ru: string | null;
16
+ No: string | null;
17
+ AllActionEvents: IApiEvent[] | null;
18
+ }
@@ -0,0 +1,8 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiEnumValuesRelation extends IApiItemBase {
3
+ EnumValueGuid: string | null;
4
+ FieldName: string | null;
5
+ RelatedItemGuid: string | null;
6
+ ObjectTypeId: number | null;
7
+ ObjectTypeFolderName: string | null;
8
+ }
@@ -0,0 +1,5 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiFeature extends IApiItemBase {
3
+ Active: boolean;
4
+ AssociatedFolderNames: string[];
5
+ }
@@ -0,0 +1,10 @@
1
+ import { Edition } from "../constants/Edition";
2
+ import { Feature } from "../constants/Feature";
3
+ import { IApiLicenseBundleBase } from "./IApiLicenseBundleBase";
4
+ export type TFeatureWithEdition = {
5
+ Edition: Edition;
6
+ Feature: Feature;
7
+ };
8
+ export interface IApiFeaturesLicenseBundle extends IApiLicenseBundleBase {
9
+ Features: TFeatureWithEdition[];
10
+ }
@@ -0,0 +1,9 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ import { IApiEvent } from './workflowActions/IApiAction';
3
+ export interface IApiFlow extends IApiItemBase {
4
+ ModelGuid: string | null;
5
+ PrecedentEn: string | null;
6
+ SuccedentEn: string | null;
7
+ Roundtrip: boolean | null;
8
+ AllActionEvents: IApiEvent[] | null;
9
+ }
@@ -0,0 +1,33 @@
1
+ import { ITranslatableString } from '../interfaces/ITranslatableString';
2
+ import { IApiItemBase } from './IApiItemBase';
3
+ type TAvailableValue = {
4
+ Key: string;
5
+ Value: string;
6
+ Translations: ITranslatableString;
7
+ };
8
+ export interface IApiGlobalSetting extends IApiItemBase {
9
+ Name: string;
10
+ Value: string | number | null;
11
+ Type: number;
12
+ IsLegacy: boolean;
13
+ MinValue: number | null;
14
+ MaxValue: number | null;
15
+ NameCs: string;
16
+ NameEn: string;
17
+ NameDe: string;
18
+ NameNo: string;
19
+ NameRu: string;
20
+ NameSk: string;
21
+ FeatureGuid: string | null;
22
+ AvailableValues: TAvailableValue[] | null;
23
+ Category: string;
24
+ Visible: boolean;
25
+ Rank: number | null;
26
+ DependsOn: string | null;
27
+ DependsOnValue: string | null;
28
+ DependsOnValueInverted: boolean;
29
+ KbUrlShortCode: string | null;
30
+ DisabledValue: string | null;
31
+ UnlimitedValue: string | null;
32
+ }
33
+ export {};
@@ -0,0 +1,22 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiGoal extends IApiItemBase {
3
+ TypeEn: string | null;
4
+ Note: string | null;
5
+ StartDate: string | null;
6
+ EndDate: string | null;
7
+ TurnoverGoal: number | null;
8
+ TurnoverActual: number | null;
9
+ TurnoverCompleted: number | null;
10
+ ProfitGoal: number | null;
11
+ ProfitActual: number | null;
12
+ ProfitCompleted: number | null;
13
+ CurrencyEn: string | null;
14
+ TurnoverGoalDefaultCurrency: number | null;
15
+ ProfitGoalDefaultCurrency: number | null;
16
+ TurnoverGoalChanged: string | null;
17
+ ProfitGoalChanged: string | null;
18
+ Picture: string | null;
19
+ PictureWidth: number | null;
20
+ PictureHeight: number | null;
21
+ Users_GoalGuid: string | null;
22
+ }
@@ -0,0 +1,26 @@
1
+ import { IApiItemBase } from './IApiItemBase';
2
+ export interface IApiGood extends IApiItemBase {
3
+ Code: string | null;
4
+ SaleCurrencyEn: string | null;
5
+ PurchaseCurrencyEn: string | null;
6
+ UnitEn: string | null;
7
+ PurchasePrice: number | null;
8
+ SalePrice: number | null;
9
+ Note: string | null;
10
+ Structure: string | null;
11
+ PriceListGroupGuid: string | null;
12
+ IsPriceSum: boolean | null;
13
+ Description: string | null;
14
+ InventoryQuantity: number | null;
15
+ SalePriceDefaultCurrency: number | null;
16
+ SalePriceChanged: string | null;
17
+ PurchasePriceDefaultCurrency: number | null;
18
+ PurchasePriceChanged: string | null;
19
+ VatRate: number | null;
20
+ VatIncluded: boolean | null;
21
+ Picture: string | null;
22
+ PictureWidth: number | null;
23
+ PictureHeight: number | null;
24
+ TypeEn: string | null;
25
+ Goods_SuperiorGoodGuid: string | null;
26
+ }