@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
@@ -1,71 +0,0 @@
1
- class GlobalSettingsNames {
2
- }
3
- GlobalSettingsNames.acceptableBackwardWorkReportDays = 'AcceptableBackwardWorkReportDays';
4
- GlobalSettingsNames.adminAppInactiveLogoutTime = 'AdminAppInactiveLogoutTime';
5
- GlobalSettingsNames.applyGeneralDataProtectionRules = 'ApplyGeneralDataProtectionRules';
6
- GlobalSettingsNames.automaticallyCreateJournalAfterCallDuration = 'AutomaticallyCreateJournalAfterCallDuration';
7
- GlobalSettingsNames.bonusesCompletedState = 'BonusesCompletedState';
8
- GlobalSettingsNames.cartInvoicedState = 'CartInvoicedState';
9
- GlobalSettingsNames.cartOrderCanceledState = 'CartOrderCanceledState';
10
- GlobalSettingsNames.cartOrderInProcessState = 'CartOrderInProcessState';
11
- GlobalSettingsNames.cartOrderProcessedState = 'CartOrderProcessedState';
12
- GlobalSettingsNames.cartPaidState = 'CartPaidState';
13
- GlobalSettingsNames.cartProposalInProcessState = 'CartProposalInProcessState';
14
- GlobalSettingsNames.cartProposalProcessedState = 'CartProposalProcessedState';
15
- GlobalSettingsNames.cartSalesVoucherIssuedState = 'CartSalesVoucherIssuedState';
16
- GlobalSettingsNames.cartToBeInvoicedState = 'CartToBeInvoicedState';
17
- GlobalSettingsNames.cartVoidedState = 'CartVoidedState';
18
- GlobalSettingsNames.clickToCallScheme = 'ClickToCallScheme';
19
- GlobalSettingsNames.companyDuplicityCheckEnabled = 'CompanyDuplicityCheckEnabled';
20
- GlobalSettingsNames.completedStateName = 'CompletedStateName';
21
- GlobalSettingsNames.contactDuplicityCheckEnabled = 'ContactDuplicityCheckEnabled';
22
- GlobalSettingsNames.createCompanyWhileImportingContactFromOutlook = 'CreateCompanyWhileImportingContactFromOutlook';
23
- GlobalSettingsNames.deadStateName = 'DeadStateName';
24
- GlobalSettingsNames.enableCompaniesSyncIntoMobileDeviceContacts = 'EnableCompaniesSyncIntoMobileDeviceContacts';
25
- GlobalSettingsNames.enableContactsSyncIntoMobileDevice = 'EnableContactsSyncIntoMobileDevice';
26
- GlobalSettingsNames.enableLeadsSyncIntoMobileDeviceContacts = 'EnableLeadsSyncIntoMobileDeviceContacts';
27
- GlobalSettingsNames.enableUsersSyncIntoMobileDeviceContacts = 'EnableUsersSyncIntoMobileDeviceContacts';
28
- GlobalSettingsNames.emailsActiveProjectsLeadsFilter = 'EmailsActiveProjectsLeadsFilter';
29
- GlobalSettingsNames.exchangeRatesAdminGroupName = 'ExchangeRatesAdminGroupName';
30
- GlobalSettingsNames.forcedEmailTrackingGroups = 'ForcedEmailTrackingGroups';
31
- GlobalSettingsNames.groupsForAllUnpaidInvoicesNotification = 'GroupsForAllUnpaidInvoicesNotification';
32
- GlobalSettingsNames.itemPreviewMaxHeight = 'ItemPreviewMaxHeight';
33
- GlobalSettingsNames.lastActivityAttributes = 'LastActivityAttributes';
34
- GlobalSettingsNames.leadsCompletedState = 'LeadsCompletedState';
35
- GlobalSettingsNames.leadDeadlineAlertGroups = 'LeadDeadlineAlertGroups';
36
- GlobalSettingsNames.leadsDeadState = 'LeadsDeadState';
37
- GlobalSettingsNames.marketingCompletedState = 'MarketingCompletedState';
38
- GlobalSettingsNames.marketingDeadState = 'MarketingDeadState';
39
- GlobalSettingsNames.minimumPasswordLength = 'MinimumPasswordLength';
40
- GlobalSettingsNames.nextStepAttributes = 'NextStepAttributes';
41
- GlobalSettingsNames.notifyAboutInvoicedInvoiceInPohodaGroup = 'NotifyAboutInvoicedInvoiceInPohodaGroup';
42
- GlobalSettingsNames.notifyAboutLeadsDeadline = 'NotifyAboutLeadsDeadline';
43
- GlobalSettingsNames.notifyAboutPaidInvoiceInPohodaGroup = 'NotifyAboutPaidInvoiceInPohodaGroup';
44
- GlobalSettingsNames.notifyAboutProjectDeadline = 'NotifyAboutProjectDeadline';
45
- GlobalSettingsNames.numberOfDecimalPlaces = 'NumberOfDecimalPlaces';
46
- GlobalSettingsNames.phoneListTaskSolverGroup = 'PhoneListTaskSolverGroup';
47
- GlobalSettingsNames.projectDeadlineAlert = 'ProjectDeadlineAlert';
48
- GlobalSettingsNames.serverUpdateProgressNotificationGroup = 'ServerUpdateProgressNotificationGroup';
49
- GlobalSettingsNames.sumarizeCartsPricesOnLeads = 'SumarizeCartsPricesOnLeads';
50
- GlobalSettingsNames.sumarizeCartsPricesOnProjects = 'SumarizeCartsPricesOnProjects';
51
- GlobalSettingsNames.sumarizePeopleExpensesOnProjects = 'SumarizePeopleExpensesOnProjects';
52
- GlobalSettingsNames.systemHealthNotificationGroup = 'SystemHealthNotificationGroup';
53
- GlobalSettingsNames.tasksCompletedState = 'TasksCompletedState';
54
- GlobalSettingsNames.tasksDeferredState = 'TasksDeferredState';
55
- GlobalSettingsNames.tasksInProgressState = 'TasksInProgressState';
56
- GlobalSettingsNames.tasksNotStartedState = 'TasksNotStartedState';
57
- GlobalSettingsNames.tasksWaitOnSomeoneElseState = 'TasksWaitOnSomeoneElseState';
58
- GlobalSettingsNames.trackDocumentVersions = 'TrackDocumentVersions';
59
- GlobalSettingsNames.vacationCompletedState = 'VacationCompletedState';
60
- GlobalSettingsNames.workReportApprovedState = 'WorkReportApprovedState';
61
- GlobalSettingsNames.defaultLanguage = 'DefaultLanguage';
62
- GlobalSettingsNames.defaultCurrency = 'DefaultCurrency';
63
- GlobalSettingsNames.myCompanyCountry = 'MyCompanyCountry';
64
- GlobalSettingsNames.myCompanyName = 'MyCompanyName';
65
- GlobalSettingsNames.myCompanyStreet = 'MyCompanyStreet';
66
- GlobalSettingsNames.myCompanyCity = 'MyCompanyCity';
67
- GlobalSettingsNames.myCompanyState = 'MyCompanyState';
68
- GlobalSettingsNames.myCompanyZip = 'MyCompanyZIP';
69
- GlobalSettingsNames.myCompanyId = 'MyCompanyID';
70
- GlobalSettingsNames.myCompanyVat = 'MyCompanyVAT';
71
- export default GlobalSettingsNames;
@@ -1,9 +0,0 @@
1
- var LicenseKeyInvoiceSeverity;
2
- (function (LicenseKeyInvoiceSeverity) {
3
- LicenseKeyInvoiceSeverity["License"] = "License";
4
- LicenseKeyInvoiceSeverity["CloudLicense"] = "CloudLicense";
5
- LicenseKeyInvoiceSeverity["MiscLicense"] = "MiscLicense";
6
- LicenseKeyInvoiceSeverity["Support"] = "Support";
7
- LicenseKeyInvoiceSeverity["Service"] = "Service";
8
- })(LicenseKeyInvoiceSeverity || (LicenseKeyInvoiceSeverity = {}));
9
- export default LicenseKeyInvoiceSeverity;
@@ -1,63 +0,0 @@
1
- class LicenseRestrictionKeys {
2
- }
3
- LicenseRestrictionKeys.contactsSynchronizationWithOutlook = 'ContactsSynchronizationWithOutlook';
4
- LicenseRestrictionKeys.contactsSynchronizationWithAndroid = 'ContactsSynchronizationWithAndroid';
5
- LicenseRestrictionKeys.documentsRevisions = 'DocumentsRevisions';
6
- LicenseRestrictionKeys.wordAddin = 'WordAddin';
7
- LicenseRestrictionKeys.excelAddin = 'ExcelAddin';
8
- LicenseRestrictionKeys.tasksReminders = 'TasksReminders';
9
- LicenseRestrictionKeys.tasksRecurrentTasks = 'TasksRecurrentTasks';
10
- LicenseRestrictionKeys.tasksSubtasks = 'TasksSubtasks';
11
- LicenseRestrictionKeys.tasksSynchronizationWithOutlook = 'TasksSynchronizationWithOutlook';
12
- LicenseRestrictionKeys.calendarSynchronizationWithOutlook = 'CalendarSynchronizationWithOutlook';
13
- LicenseRestrictionKeys.emailsManualTracking = 'EmailsManualTracking';
14
- LicenseRestrictionKeys.emailsAutomaticTracking = 'EmailsAutomaticTracking';
15
- LicenseRestrictionKeys.convertEmailToContact = 'ConvertEmailToContact';
16
- LicenseRestrictionKeys.convertEmailToDeal = 'ConvertEmailToDeal';
17
- LicenseRestrictionKeys.convertEmailToProject = 'ConvertEmailToProject';
18
- LicenseRestrictionKeys.convertEmailToTask = 'ConvertEmailToTask';
19
- LicenseRestrictionKeys.gravatarIntegration = 'GravatarIntegration';
20
- LicenseRestrictionKeys.logoboxIntegration = 'LogoboxIntegration';
21
- LicenseRestrictionKeys.companiesBussinesRegisterApiIntegration = 'CompaniesBussinesRegisterApiIntegration';
22
- LicenseRestrictionKeys.duplicityChecker = 'DuplicityChecker';
23
- LicenseRestrictionKeys.nextStepAndLastActivityCustomization = 'NextStepAndLastActivityCustomization';
24
- LicenseRestrictionKeys.subProjects = 'SubProjects';
25
- LicenseRestrictionKeys.resourceAndPlanning = 'ResourceAndPlanning';
26
- LicenseRestrictionKeys.professionalEmailCampaigns = 'ProfessionalEmailCampaigns';
27
- LicenseRestrictionKeys.professionalEmailCampaignsAdvancedStatistics = 'ProfessionalEmailCampaignsAdvancedStatistics';
28
- LicenseRestrictionKeys.wordEmailMerge = 'WordEmailMerge';
29
- LicenseRestrictionKeys.printLabels = 'PrintLabels';
30
- LicenseRestrictionKeys.printEnvelopes = 'PrintEnvelopes';
31
- LicenseRestrictionKeys.userViews = 'UserViews';
32
- LicenseRestrictionKeys.sharedUserViews = 'SharedUserViews';
33
- LicenseRestrictionKeys.gridRowSummary = 'GridRowSummary';
34
- LicenseRestrictionKeys.gridConditionalFormating = 'GridConditionalFormating';
35
- LicenseRestrictionKeys.multipleCurrencies = 'MultipleCurrencies';
36
- LicenseRestrictionKeys.historyTracking = 'HistoryTracking';
37
- LicenseRestrictionKeys.privateItems = 'PrivateItems';
38
- LicenseRestrictionKeys.itemTypes = 'ItemTypes';
39
- LicenseRestrictionKeys.formLayoutCustomization = 'FormLayoutCustomization';
40
- LicenseRestrictionKeys.workflowBasicDefinitions = 'WorkflowBasicDefinitions';
41
- LicenseRestrictionKeys.workflowAdvancedDefinitions = 'WorkflowAdvancedDefinitions';
42
- LicenseRestrictionKeys.workflowAdvancedDefinitionsRules = 'WorkflowAdvancedDefinitionsRules';
43
- LicenseRestrictionKeys.workflowAdvancedDefinitionsActions = 'WorkflowAdvancedDefinitionsActions';
44
- LicenseRestrictionKeys.workflowGroupLevelActions = 'WorkflowGroupLevelActions';
45
- LicenseRestrictionKeys.customFields = 'CustomFields';
46
- LicenseRestrictionKeys.importantFields = 'ImportantFields';
47
- LicenseRestrictionKeys.mandatoryFields = 'MandatoryFields';
48
- LicenseRestrictionKeys.uniqueFields = 'UniqueFields';
49
- LicenseRestrictionKeys.readOnlyFields = 'ReadOnlyFields';
50
- LicenseRestrictionKeys.transformationCustomTemplates = 'TransformationCustomTemplates';
51
- LicenseRestrictionKeys.userRoles = 'UserRoles';
52
- LicenseRestrictionKeys.modulePermissions = 'ModulePermissions';
53
- LicenseRestrictionKeys.columnPermissions = 'ColumnPermissions';
54
- LicenseRestrictionKeys.commonDataAPI = 'CommonDataAPI';
55
- LicenseRestrictionKeys.eWayCrmAPI = 'eWayCrmAPI';
56
- LicenseRestrictionKeys.threeCXIntegration = 'ThreeCXIntegration';
57
- LicenseRestrictionKeys.tapiIntegration = 'TapiIntegration';
58
- LicenseRestrictionKeys.pohodaIntegration = 'PohodaIntegration';
59
- LicenseRestrictionKeys.pohodaSynchronizationIntervalCustomization = 'PohodaSynchronizationIntervalCustomization';
60
- LicenseRestrictionKeys.pohodaSynchronizationFieldMappingCustomization = 'PohodaSynchronizationFieldMappingCustomization';
61
- LicenseRestrictionKeys.quickBooksIntegration = 'QuickBooksIntegration';
62
- LicenseRestrictionKeys.shareByTeams = "ShareByTeams";
63
- export default LicenseRestrictionKeys;
@@ -1,11 +0,0 @@
1
- class RelationTypes {
2
- }
3
- RelationTypes.general = 'GENERAL';
4
- RelationTypes.group = 'GROUP';
5
- RelationTypes.contactPerson = 'CONTACTPERSON';
6
- RelationTypes.contact = 'CONTACT';
7
- RelationTypes.customer = 'CUSTOMER';
8
- RelationTypes.company = 'COMPANY';
9
- RelationTypes.outlookProject = 'OUTLOOKPROJECT';
10
- RelationTypes.supervisor = 'SUPERVISOR';
11
- export default RelationTypes;
@@ -1,86 +0,0 @@
1
- import { FolderNames } from "..";
2
- export class EWItem {
3
- constructor(folderName, baseItem) {
4
- if (!folderName || !baseItem) {
5
- throw new Error('Both folderName and baseItem has to be defined!');
6
- }
7
- this.folderName = folderName;
8
- this.baseItem = baseItem;
9
- }
10
- getEmailAddress() {
11
- switch (this.folderName) {
12
- case FolderNames.contacts:
13
- {
14
- const contact = this.baseItem;
15
- return contact.Email1Address || contact.Email2Address || contact.Email3Address;
16
- }
17
- case FolderNames.leads:
18
- {
19
- const lead = this.baseItem;
20
- return lead.Email;
21
- }
22
- case FolderNames.companies:
23
- {
24
- const company = this.baseItem;
25
- return company.Email;
26
- }
27
- case FolderNames.users:
28
- {
29
- const user = this.baseItem;
30
- return user.Email1Address || user.Email2Address;
31
- }
32
- default:
33
- return null;
34
- }
35
- }
36
- getInitials() {
37
- switch (this.folderName) {
38
- case FolderNames.contacts:
39
- {
40
- const contact = this.baseItem;
41
- return this.getInitialsInternal(contact.FirstName, contact.LastName);
42
- }
43
- case FolderNames.users:
44
- {
45
- const user = this.baseItem;
46
- return this.getInitialsInternal(user.FirstName, user.LastName);
47
- }
48
- default:
49
- return null;
50
- }
51
- }
52
- getInitialsInternal(firstName, lastName) {
53
- const initials = ((firstName === null || firstName === void 0 ? void 0 : firstName.substr(0, 1)) || '') + ((lastName === null || lastName === void 0 ? void 0 : lastName.substr(0, 1)) || '');
54
- if (initials == '')
55
- return null;
56
- return initials;
57
- }
58
- getItemPreview() {
59
- switch (this.folderName) {
60
- case FolderNames.contacts:
61
- {
62
- const contact = this.baseItem;
63
- if (!contact.ProfilePicture)
64
- return null;
65
- return {
66
- imageData: contact.ProfilePicture,
67
- width: contact.ProfilePictureWidth || 0,
68
- height: contact.ProfilePictureHeight || 0
69
- };
70
- }
71
- case FolderNames.users:
72
- {
73
- const user = this.baseItem;
74
- if (!user.ProfilePicture)
75
- return null;
76
- return {
77
- imageData: user.ProfilePicture,
78
- width: user.ProfilePictureWidth || 0,
79
- height: user.ProfilePictureHeight || 0
80
- };
81
- }
82
- default:
83
- return null;
84
- }
85
- }
86
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- /////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by WcfGenerator. //
5
- // //
6
- /////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- /////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by WcfGenerator. //
5
- // //
6
- /////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,6 +0,0 @@
1
- export var EnumTypeEditMode;
2
- (function (EnumTypeEditMode) {
3
- EnumTypeEditMode["Readonly"] = "Readonly";
4
- EnumTypeEditMode["VisibleRankDefaultOnly"] = "VisibleRankDefaultOnly";
5
- EnumTypeEditMode["Editable"] = "Editable";
6
- })(EnumTypeEditMode || (EnumTypeEditMode = {}));
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- /////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by WcfGenerator. //
5
- // //
6
- /////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- ////////////////////////////////////////////
2
- // //
3
- // Do not modify this file. //
4
- // This file is generated by a generator. //
5
- // //
6
- ////////////////////////////////////////////
7
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- export class HttpRequestError extends Error {
2
- constructor(statusCode, message) {
3
- super();
4
- this.statusCode = statusCode;
5
- this.message = message;
6
- }
7
- }
@@ -1,7 +0,0 @@
1
- export class WebServiceError extends Error {
2
- constructor(returnCode, message) {
3
- super();
4
- this.returnCode = returnCode;
5
- this.message = message;
6
- }
7
- }
@@ -1,16 +0,0 @@
1
- class ErrorHelper {
2
- }
3
- ErrorHelper.stringifyError = (error) => {
4
- return JSON.stringify(error, ErrorHelper.replaceErrors);
5
- };
6
- ErrorHelper.replaceErrors = (_key, value) => {
7
- if (value instanceof Error) {
8
- const error = {};
9
- Object.getOwnPropertyNames(value).forEach((propName) => {
10
- error[propName] = value[propName];
11
- });
12
- return error;
13
- }
14
- return value;
15
- };
16
- export default ErrorHelper;