@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,389 @@
1
+ import { TFolderName } from "./FolderNames";
2
+ export default class FieldNames {
3
+ static readonly Common: {
4
+ readonly CreatedByGUID: "CreatedByGUID";
5
+ readonly CurrencyEn: "CurrencyEn";
6
+ readonly DefaultCurrencySuffix: "DefaultCurrency";
7
+ readonly FileAs: "FileAs";
8
+ readonly ItemCreated: "ItemCreated";
9
+ readonly ItemChanged: "ItemChanged";
10
+ readonly ItemGUID: "ItemGUID";
11
+ readonly ItemVersion: "ItemVersion";
12
+ readonly ModifiedByGUID: "ModifiedByGUID";
13
+ readonly OwnerGUID: "OwnerGUID";
14
+ readonly ParentCurrencySuffix: "ParentCurrency";
15
+ };
16
+ static readonly Calendar: {
17
+ readonly EndDate: "EndDate";
18
+ readonly Note: "Note";
19
+ };
20
+ static readonly Carts: {
21
+ readonly SuperiorItem: "SuperiorItem";
22
+ readonly SuperiorCompany: "SuperiorCompany";
23
+ readonly SuperiorContact: "SuperiorContact";
24
+ readonly TypeEn: "TypeEn";
25
+ readonly StateEn: "StateEn";
26
+ };
27
+ static readonly Companies: {
28
+ readonly ID: "ID";
29
+ readonly CompanyName: "CompanyName";
30
+ readonly Department: "Department";
31
+ readonly AccountNumber: "AccountNumber";
32
+ readonly IdentificationNumber: "IdentificationNumber";
33
+ readonly VatNumber: "VatNumber";
34
+ readonly Sales: "Reversal";
35
+ readonly EmployeesCount: "EmployeesCount";
36
+ readonly Purchaser: "Purchaser";
37
+ readonly Suppliers: "Suppliers";
38
+ readonly Competitor: "Competitor";
39
+ readonly Address1Street: "Address1Street";
40
+ readonly Address1City: "Address1City";
41
+ readonly Address1PostalCode: "Address1PostalCode";
42
+ readonly Address1CountryEn: "Address1CountryEn";
43
+ readonly Address1State: "Address1State";
44
+ readonly Address1POBox: "Address1POBox";
45
+ readonly Address2Street: "Address2Street";
46
+ readonly Address2City: "Address2City";
47
+ readonly Address2PostalCode: "Address2PostalCode";
48
+ readonly Address2CountryEn: "Address2CountryEn";
49
+ readonly Address2State: "Address2State";
50
+ readonly Address2POBox: "Address2POBox";
51
+ readonly Address3Street: "Address3Street";
52
+ readonly Address3City: "Address3City";
53
+ readonly Address3PostalCode: "Address3PostalCode";
54
+ readonly Address3CountryEn: "Address3CountryEn";
55
+ readonly Address3State: "Address3State";
56
+ readonly Address3POBox: "Address3POBox";
57
+ readonly InvoiceAddress: "InvoiceAddress";
58
+ readonly PostalAddress: "PostalAddress";
59
+ readonly Phone: "Phone";
60
+ readonly Mobile: "Mobile";
61
+ readonly Fax: "Fax";
62
+ readonly WebPage: "WebPage";
63
+ readonly Email: "Email";
64
+ readonly ICQ: "ICQ";
65
+ readonly MSN: "MSN";
66
+ readonly Skype: "Skype";
67
+ readonly ImportanceEn: "ImportanceEn";
68
+ readonly FirstContactEn: "FirstContactEn";
69
+ readonly LineOfBusiness: "LineOfBusiness";
70
+ readonly EmailOptOut: "EmailOptOut";
71
+ readonly MailingListOther: "MailingListOther";
72
+ readonly MailingListOtherValue: "MailingListOtherValue";
73
+ readonly Note: "Note";
74
+ readonly IsPrivate: "IsPrivate";
75
+ readonly NextStep: "NextStep";
76
+ readonly LastActivity: "LastActivity";
77
+ readonly AdditionalDiscount: "AdditionalDiscount";
78
+ };
79
+ static readonly Contacts: {
80
+ readonly ProfilePicture: "ProfilePicture";
81
+ readonly Title: "Title";
82
+ readonly Email1Address: "Email1Address";
83
+ readonly Email2Address: "Email2Address";
84
+ readonly Email3Address: "Email3Address";
85
+ readonly DoNotSendNewsletter: "DoNotSendNewsletter";
86
+ readonly ImportanceEn: "ImportanceEn";
87
+ readonly PrefixEn: "PrefixEn";
88
+ readonly FirstName: "FirstName";
89
+ readonly MiddleName: "MiddleName";
90
+ readonly LastName: "LastName";
91
+ readonly SuffixEn: "SuffixEn";
92
+ readonly BusinessAddressStreet: "BusinessAddressStreet";
93
+ readonly BusinessAddressCity: "BusinessAddressCity";
94
+ readonly BusinessAddressPostalCode: "BusinessAddressPostalCode";
95
+ readonly BusinessAddressCountryEn: "BusinessAddressCountryEn";
96
+ readonly BusinessAddressState: "BusinessAddressState";
97
+ readonly BusinessAddressPoBox: "BusinessAddressPOBox";
98
+ readonly HomeAddressStreet: "HomeAddressStreet";
99
+ readonly HomeAddressCity: "HomeAddressCity";
100
+ readonly HomeAddressPostalCode: "HomeAddressPostalCode";
101
+ readonly HomeAddressCountryEn: "HomeAddressCountryEn";
102
+ readonly HomeAddressState: "HomeAddressState";
103
+ readonly HomeAddressPOBox: "HomeAddressPOBox";
104
+ readonly OtherAddressStreet: "OtherAddressStreet";
105
+ readonly OtherAddressCity: "OtherAddressCity";
106
+ readonly OtherAddressPostalCode: "OtherAddressPostalCode";
107
+ readonly OtherAddressCountryEn: "OtherAddressCountryEn";
108
+ readonly OtherAddressState: "OtherAddressState";
109
+ readonly OtherAddressPOBox: "OtherAddressPOBox";
110
+ readonly BusinessPhoneNumber: "TelephoneNumber1";
111
+ readonly BusinessPhoneNumber2: "TelephoneNumber5";
112
+ readonly BusinessFaxNumber: "TelephoneNumber6";
113
+ readonly MobilePhoneNumber: "TelephoneNumber3";
114
+ readonly HomePhoneNumber: "TelephoneNumber2";
115
+ readonly OtherPhoneNumber: "TelephoneNumber4";
116
+ readonly ICQ: "ICQ";
117
+ readonly MSN: "MSN";
118
+ readonly Skype: "Skype";
119
+ readonly WebPage: "WebPage";
120
+ readonly Note: "Note";
121
+ readonly Department: "Department";
122
+ readonly Company: "Company";
123
+ readonly IsPrivate: "Private";
124
+ readonly NextStep: "NextStep";
125
+ readonly LastActivity: "LastActivity";
126
+ };
127
+ static readonly Leads: {
128
+ readonly ID: "ID";
129
+ readonly FileAs: "FileAs";
130
+ readonly HumanID: "HID";
131
+ readonly Customer: "Customer";
132
+ readonly ContactPerson: "ContactPerson";
133
+ readonly Marketing: "Marketing";
134
+ readonly ReceiveDate: "ReceiveDate";
135
+ readonly Email: "Email";
136
+ readonly Phone: "Phone";
137
+ readonly Street: "Street";
138
+ readonly State: "State";
139
+ readonly CountryEn: "CountryEn";
140
+ readonly City: "City";
141
+ readonly POBox: "POBox";
142
+ readonly Zip: "Zip";
143
+ readonly Price: "Price";
144
+ readonly PriceChanged: "PriceChanged";
145
+ readonly CurrencyEn: "CurrencyEn";
146
+ readonly EstimatedEnd: "EstimatedEnd";
147
+ readonly Probability: "Probability";
148
+ readonly LeadOriginEn: "LeadOriginEn";
149
+ readonly PriceDefaultCurrency: "PriceDefaultCurrency";
150
+ readonly EstimatedValue: "EstimatedValue";
151
+ readonly EstimatedValueDefaultCurrency: "EstimatedValueDefaultCurrency";
152
+ readonly Note: "Note";
153
+ readonly TypeEn: "TypeEn";
154
+ readonly StateEn: "StateEn";
155
+ readonly PrevStateEn: "PrevStateEn";
156
+ readonly IsPrivate: "Private";
157
+ readonly EmailOptOut: "EmailOptOut";
158
+ readonly NextStep: "NextStep";
159
+ readonly LastActivity: "LastActivity";
160
+ readonly ItemVersion: "ItemVersion";
161
+ readonly EstimatedRevenue: "EstimatedRevenue";
162
+ readonly EstimatedRevenueDefaultCurrency: "EstimatedRevenueDefaultCurrency";
163
+ readonly CompletedDate: "CompletedDate";
164
+ };
165
+ static readonly Documents: {
166
+ readonly FileAs: "FileAs";
167
+ readonly DocName: "DocName";
168
+ readonly Preview: "Preview";
169
+ readonly PreviewWidth: "PreviewWidth";
170
+ readonly PreviewHeight: "PreviewHeight";
171
+ readonly DocTypeEn: "DocTypeEn";
172
+ readonly StateEn: "StateEn";
173
+ readonly ImportanceEn: "ImportanceEn";
174
+ readonly SuperiorItem: "SuperiorItem";
175
+ readonly SuperiorCompany: "Company";
176
+ readonly SuperiorContact: "Contact";
177
+ readonly DocSize: "DocSize";
178
+ readonly Extension: "Extension";
179
+ readonly CreationTime: "CreationTime";
180
+ readonly LastWriteTime: "LastWriteTime";
181
+ readonly IsPrivate: "Private";
182
+ readonly Note: "Note";
183
+ };
184
+ static readonly Emails: {
185
+ readonly To: "To";
186
+ readonly From: "SenderEmailAddress";
187
+ readonly Cc: "Cc";
188
+ readonly Subject: "Subject";
189
+ readonly ImportanceEn: "ImportanceEn";
190
+ readonly SuperiorItem: "SuperiorItem";
191
+ readonly SentOn: "SentOn";
192
+ readonly ReceivedTime: "ReceivedTime";
193
+ readonly FileSize: "FileSize";
194
+ readonly AttachmentsCount: "AttachmentsCount";
195
+ readonly Note: "Note";
196
+ };
197
+ static readonly Goods: {
198
+ readonly Code: "Code";
199
+ readonly Structure: "Structure";
200
+ readonly Note: "Note";
201
+ readonly Description: "Description";
202
+ };
203
+ static readonly Journal: {
204
+ readonly FileAs: "FileAs";
205
+ readonly Subject: "Subject";
206
+ readonly TypeEn: "TypeEn";
207
+ readonly StateEn: "StateEn";
208
+ readonly ImportanceEn: "ImportanceEn";
209
+ readonly EventStart: "EventStart";
210
+ readonly EventEnd: "EventEnd";
211
+ readonly SuperiorItem: "SuperiorItem";
212
+ readonly Company: "Company";
213
+ readonly Contact: "Contact";
214
+ readonly Marketing: "Marketing";
215
+ readonly IsSystem: "System";
216
+ readonly IsPrivate: "Private";
217
+ readonly Note: "Note";
218
+ readonly Phone: "Phone";
219
+ };
220
+ static readonly Vacation: {
221
+ readonly StartDate: "StartDate";
222
+ readonly EndDate: "EndDate";
223
+ readonly User: "User";
224
+ readonly Duration: "Duration";
225
+ readonly Place: "Place";
226
+ readonly Note: "Note";
227
+ readonly AllDay: "AllDay";
228
+ readonly TypeEn: "TypeEn";
229
+ readonly StateEn: "StateEn";
230
+ readonly IsPrivate: "Private";
231
+ };
232
+ static readonly Marketing: {
233
+ readonly HumanID: "HumanID";
234
+ readonly EstimatedStart: "EstimatedStart";
235
+ readonly EstimatedEnd: "EstimatedEnd";
236
+ readonly RealStart: "RealStart";
237
+ readonly RealEnd: "RealEnd";
238
+ readonly TargetGroup: "TargetGroup";
239
+ readonly EmailsSent: "EmailsSent";
240
+ readonly EmailsDelivered: "EmailsDelivered";
241
+ readonly EmailsViewed: "EmailsViewed";
242
+ readonly PeopleUnsubscribed: "PeopleUnsubscribed";
243
+ readonly FinalRevenues: "FinalRevenues";
244
+ readonly TypeEn: "TypeEn";
245
+ readonly StateEn: "StateEn";
246
+ };
247
+ static readonly Projects: {
248
+ readonly HumanID: "HID";
249
+ readonly FileAs: "FileAs";
250
+ readonly ProjectName: "ProjectName";
251
+ readonly ProjectOriginEn: "ProjectOriginEn";
252
+ readonly TypeEn: "TypeEn";
253
+ readonly StateEn: "StateEn";
254
+ readonly PaymentTypeEn: "PaymentTypeEn";
255
+ readonly ProjectStart: "ProjectStart";
256
+ readonly ProjectRealEnd: "ProjectRealEnd";
257
+ readonly EstimatedEnd: "ProjectEnd";
258
+ readonly CurrencyEn: "CurrencyEn";
259
+ readonly DefaultCurrencyEn: "DefaultCurrencyEn";
260
+ readonly EstimatedMargin: "EstimatedMargin";
261
+ readonly EstimatedPeopleExpenses: "EstimatedPeopleExpenses";
262
+ readonly EstimatedPeopleExpensesDefaultCurrency: "EstimatedPeopleExpensesDefaultCurrency";
263
+ readonly EstimatedOtherExpenses: "EstimatedOtherExpenses";
264
+ readonly EstimatedOtherExpensesDefaultCurrency: "EstimatedOtherExpensesDefaultCurrency";
265
+ readonly EstimatedPrice: "EstimatedPrice";
266
+ readonly EstimatedPriceDefaultCurrency: "EstimatedPriceDefaultCurrency";
267
+ readonly EstimatedProfit: "EstimatedProfit";
268
+ readonly EstimatedProfitDefaultCurrency: "EstimatedProfitDefaultCurrency";
269
+ readonly EstimatedPriceChanged: "EstimatedPriceChanged";
270
+ readonly EstimatedPeopleExpensesChanged: "EstimatedPeopleExpensesChanged";
271
+ readonly EstimatedOtherExpensesChanged: "EstimatedOtherExpensesChanged";
272
+ readonly Delay: "Delay";
273
+ readonly EstimatedWorkHours: "EstimatedWorkHours";
274
+ readonly TotalWorkHours: "TotalWorkHours";
275
+ readonly PeopleExpenses: "PeopleExpenses";
276
+ readonly OtherExpenses: "OtherExpenses";
277
+ readonly PeopleExpensesDefaultCurrency: "PeopleExpensesDefaultCurrency";
278
+ readonly OtherExpensesDefaultCurrency: "OtherExpensesDefaultCurrency";
279
+ readonly PeopleExpensesChanged: "PeopleExpensesChanged";
280
+ readonly OtherExpensesChanged: "OtherExpensesChanged";
281
+ readonly Price: "Price";
282
+ readonly PriceDefaultCurrency: "PriceDefaultCurrency";
283
+ readonly Profit: "Profit";
284
+ readonly ProfitDefaultCurrency: "ProfitDefaultCurrency";
285
+ readonly Margin: "Margin";
286
+ readonly PriceChanged: "PriceChanged";
287
+ readonly SuperiorProject: "SuperiorProject";
288
+ readonly Customer: "Customer";
289
+ readonly ContactPerson: "ContactPerson";
290
+ readonly Users: "Users";
291
+ readonly ProjectManager: "ProjectManager";
292
+ readonly InvoicePaymentDate: "InvoicePaymentDate";
293
+ readonly PaymentMaturity: "PaymentMaturity";
294
+ readonly InvoiceIssueDate: "InvoiceIssueDate";
295
+ readonly LicensesCount: "LicensesCount";
296
+ readonly LicensePrice: "LicensePrice";
297
+ readonly LicensePriceDefaultCurrency: "LicensePriceDefaultCurrency";
298
+ readonly NextStep: "NextStep";
299
+ readonly LastActivity: "LastActivity";
300
+ readonly IsPrivate: "Private";
301
+ readonly LicensePriceChanged: "LicensePriceChanged";
302
+ readonly Note: "Note";
303
+ };
304
+ static readonly Tasks: {
305
+ readonly FileAs: "FileAs";
306
+ readonly Subject: "Subject";
307
+ readonly RootItem: "RootItem";
308
+ readonly SuperiorItem: "SuperiorItem";
309
+ readonly Company: "Company";
310
+ readonly Contact: "Contact";
311
+ readonly StartDate: "StartDate";
312
+ readonly DueDate: "DueDate";
313
+ readonly Reminder: "Reminder";
314
+ readonly ReminderDate: "ReminderDate";
315
+ readonly ImportanceEn: "ImportanceEn";
316
+ readonly IsCompleted: "Complete";
317
+ readonly PercentComplete: "PercentComplete";
318
+ readonly PercentCompleteDecimal: "PercentCompleteDecimal";
319
+ readonly CompletedDate: "CompletedDate";
320
+ readonly Solver: "Solver";
321
+ readonly Delegator: "Delegator";
322
+ readonly Level: "Level";
323
+ readonly IsPrivate: "Private";
324
+ readonly ActualWorkHours: "ActualWorkHours";
325
+ readonly TotalWorkHours: "TotalWorkHours";
326
+ readonly Body: "Body";
327
+ readonly TypeEn: "TypeEn";
328
+ readonly StateEn: "StateEn";
329
+ };
330
+ static readonly Training: {
331
+ TitleEn: string;
332
+ };
333
+ static readonly WorkReports: {
334
+ readonly Task: "Task";
335
+ readonly ProjectName: "ProjectName";
336
+ readonly UserName: "UserName";
337
+ readonly Subject: "Subject";
338
+ readonly Date: "Date";
339
+ readonly FromTime: "FromTime";
340
+ readonly ToTime: "ToTime";
341
+ readonly Overtime: "Overtime";
342
+ readonly Month: "Month";
343
+ readonly Year: "Year";
344
+ readonly IsPrivate: "Private";
345
+ readonly Note: "Note";
346
+ readonly Duration: "Duration";
347
+ readonly WorkReportEn: "WorkReportEn";
348
+ readonly StateEn: "StateEn";
349
+ };
350
+ static readonly Users: {
351
+ readonly ProfilePicture: "ProfilePicture";
352
+ readonly UserName: "UserName";
353
+ readonly JobTitle: "JobTitle";
354
+ readonly IDCardNumber: "IDCardNumber";
355
+ readonly Birthdate: "Birthdate";
356
+ readonly BirthPlace: "BirthPlace";
357
+ readonly PersonalIdentificationNumber: "PersonalIdentificationNumber";
358
+ readonly Active: "Active";
359
+ readonly FamilyStatusEn: "FamilyStatusEn";
360
+ readonly HomeAddressStreet: "HomeAddressStreet";
361
+ readonly HomeAddressCity: "HomeAddressCity";
362
+ readonly HomeAddressPostalCode: "HomeAddressPostalCode";
363
+ readonly HomeAddressCountryEn: "HomeAddressCountryEn";
364
+ readonly HomeAddressState: "HomeAddressState";
365
+ readonly HomeAddressPOBox: "HomeAddressPOBox";
366
+ readonly BankAccount: "BankAccount";
367
+ readonly BusinessPhoneNumber: "BusinessPhoneNumber";
368
+ readonly MobilePhoneNumber: "MobilePhoneNumber";
369
+ readonly Email1Address: "Email1Address";
370
+ readonly Email2Address: "Email2Address";
371
+ readonly ICQ: "ICQ";
372
+ readonly MSN: "MSN";
373
+ readonly Skype: "Skype";
374
+ readonly IdentificationNumber: "IdentificationNumber";
375
+ readonly HealthInsurance: "HealthInsurance";
376
+ readonly HolidayLength: "HolidayLength";
377
+ readonly RemainingDaysOfHoliday: "RemainingDaysOfHoliday";
378
+ readonly SalaryDateEn: "SalaryDateEn";
379
+ readonly Supervisor: "Supervisor";
380
+ readonly TravelDistance: "TravelDistance";
381
+ readonly TimeAccessibility: "TimeAccessibility";
382
+ readonly TransportMode: "TransportMode";
383
+ readonly WorkdayStartTime: "WorkdayStartTime";
384
+ readonly Note: "Note";
385
+ readonly IsSystem: "IsSystem";
386
+ };
387
+ static allTypeEnNames: string[];
388
+ static getFolderFileAs: (folderName: TFolderName) => "FileAs" | "TypeEn" | "CompanyName" | "DocName" | "Subject" | "ProjectName";
389
+ }
@@ -0,0 +1,15 @@
1
+ export type TFieldType = 'TextBox' | 'ComboBox' | 'NumericBox' | 'Relation' | 'CheckBox' | 'LinkTextBox' | 'DateEdit' | 'MemoBox' | 'MultiSelectComboBox' | 'WorkflowState' | 'Image' | 'MultiSelectRelation';
2
+ export default class FieldTypes {
3
+ static readonly textBox: TFieldType;
4
+ static readonly comboBox: TFieldType;
5
+ static readonly numericBox: TFieldType;
6
+ static readonly relation: TFieldType;
7
+ static readonly checkBox: TFieldType;
8
+ static readonly linkTextBox: TFieldType;
9
+ static readonly dateEdit: TFieldType;
10
+ static readonly memoBox: TFieldType;
11
+ static readonly multiSelectComboBox: TFieldType;
12
+ static readonly workflowState = "WorkflowState";
13
+ static readonly image: TFieldType;
14
+ static readonly multiSelectRelation: TFieldType;
15
+ }
@@ -0,0 +1,80 @@
1
+ export type TFolderName = 'Actions' | 'AdditionalFields' | 'Bonuses' | 'Calendar' | 'CapacityNotes' | 'CapacityNoteTypes' | 'Carts' | 'ColumnPermissions' | 'Companies' | 'Contacts' | 'CurrencyExchangeRates' | 'Documents' | 'Emails' | 'EnumTypes' | 'EnumValues' | 'EnumValuesRelations' | 'Features' | 'Flows' | 'GlobalSettings' | 'Goals' | 'Goods' | 'GoodsInCart' | 'GoodsInSet' | 'Groups' | 'History' | 'Holidays' | 'Children' | 'IndividualDiscounts' | 'InvoiceItems' | 'Invoices' | 'ItemCopyRelations' | 'Journal' | 'Knowledge' | 'Layouts' | 'LayoutsModels' | 'Leads' | 'Ledger' | 'Mappings' | 'Marketing' | 'MarketingList' | 'MarketingListSources' | 'Models' | 'ModulePermissions' | 'ObjectTypesOptions' | 'Payments' | 'PriceListGroups' | 'ProjectAssignments' | 'ProjectAssignmentsPerUserProject' | 'ProjectAssignmentsTotal' | 'ProjectAssignmentsTotalUserProject' | 'ProjectList' | 'Projects' | 'ProjectUsersInCaPlan' | 'RelationData' | 'Relations' | 'Reports' | 'RevisionsHistory' | 'Salaries' | 'SalePrices' | 'Prices' | 'SqlObjects' | 'Tasks' | 'RecurrencePatterns' | 'TeamRoles' | 'Templates' | 'Training' | 'Users' | 'UserSettings' | 'Vacation' | 'WebAccess2Options' | 'WebAccessOptions' | 'WorkCommitments' | 'WorkflowHistory' | 'WorkReports' | 'WrongClientVersions' | 'XsltTransformations';
2
+ export declare class FolderNames {
3
+ static isValidFolderName: (folderName: string) => boolean;
4
+ static readonly actions: TFolderName;
5
+ static readonly additionalFields: TFolderName;
6
+ static readonly bonuses: TFolderName;
7
+ static readonly calendar: TFolderName;
8
+ static readonly capacityNotes: TFolderName;
9
+ static readonly capacityNoteTypes: TFolderName;
10
+ static readonly carts: TFolderName;
11
+ static readonly columnPermissions: TFolderName;
12
+ static readonly companies: TFolderName;
13
+ static readonly contacts: TFolderName;
14
+ static readonly currencyExchangeRates: TFolderName;
15
+ static readonly documents: TFolderName;
16
+ static readonly emails: TFolderName;
17
+ static readonly enumTypes: TFolderName;
18
+ static readonly enumValues: TFolderName;
19
+ static readonly enumValuesRelations: TFolderName;
20
+ static readonly features: TFolderName;
21
+ static readonly flows: TFolderName;
22
+ static readonly globalSettings: TFolderName;
23
+ static readonly goals: TFolderName;
24
+ static readonly goods: TFolderName;
25
+ static readonly goodsInCart: TFolderName;
26
+ static readonly goodsInSet: TFolderName;
27
+ static readonly groups: TFolderName;
28
+ static readonly history: TFolderName;
29
+ static readonly holidays: TFolderName;
30
+ static readonly children: TFolderName;
31
+ static readonly individualDiscounts: TFolderName;
32
+ static readonly invoiceItems: TFolderName;
33
+ static readonly invoices: TFolderName;
34
+ static readonly itemCopyRelations: TFolderName;
35
+ static readonly journal: TFolderName;
36
+ static readonly knowledge: TFolderName;
37
+ static readonly layouts: TFolderName;
38
+ static readonly layoutsModels: TFolderName;
39
+ static readonly leads: TFolderName;
40
+ static readonly ledger: TFolderName;
41
+ static readonly mappings: TFolderName;
42
+ static readonly marketing: TFolderName;
43
+ static readonly marketingList: TFolderName;
44
+ static readonly marketingListSources: TFolderName;
45
+ static readonly models: TFolderName;
46
+ static readonly modulePermissions: TFolderName;
47
+ static readonly objectTypesOptions: TFolderName;
48
+ static readonly payments: TFolderName;
49
+ static readonly priceListGroups: TFolderName;
50
+ static readonly projectAssignments: TFolderName;
51
+ static readonly projectAssignmentsPerUserProject: TFolderName;
52
+ static readonly projectAssignmentsTotal: TFolderName;
53
+ static readonly projectAssignmentsTotalUserProject: TFolderName;
54
+ static readonly projectList: TFolderName;
55
+ static readonly projects: TFolderName;
56
+ static readonly projectUsersInCaPlan: TFolderName;
57
+ static readonly relationData: TFolderName;
58
+ static readonly relations: TFolderName;
59
+ static readonly reports: TFolderName;
60
+ static readonly revisionsHistory: TFolderName;
61
+ static readonly salaries: TFolderName;
62
+ static readonly salePrices: TFolderName;
63
+ static readonly prices: TFolderName;
64
+ static readonly sqlObjects: TFolderName;
65
+ static readonly tasks: TFolderName;
66
+ static readonly recurrencePatterns: TFolderName;
67
+ static readonly teamRoles: TFolderName;
68
+ static readonly templates: TFolderName;
69
+ static readonly training: TFolderName;
70
+ static readonly users: TFolderName;
71
+ static readonly userSettings: TFolderName;
72
+ static readonly vacation: TFolderName;
73
+ static readonly webAccess2Options: TFolderName;
74
+ static readonly webAccessOptions: TFolderName;
75
+ static readonly workCommitments: TFolderName;
76
+ static readonly workflowHistory: TFolderName;
77
+ static readonly workReports: TFolderName;
78
+ static readonly wrongClientVersions: TFolderName;
79
+ static readonly xsltTransformations: TFolderName;
80
+ }
@@ -0,0 +1,54 @@
1
+ export default class Functionality {
2
+ static readonly contactsSynchronizationWithOutlook = "ContactsSynchronizationWithOutlook";
3
+ static readonly wordAddin = "WordAddin";
4
+ static readonly excelAddin = "ExcelAddin";
5
+ static readonly tasksRecurrentTasks = "TasksRecurrentTasks";
6
+ static readonly tasksSubtasks = "TasksSubtasks";
7
+ static readonly tasksSynchronizationWithOutlook = "TasksSynchronizationWithOutlook";
8
+ static readonly calendarSynchronizationWithOutlook = "CalendarSynchronizationWithOutlook";
9
+ static readonly emailsAutomaticTracking = "EmailsAutomaticTracking";
10
+ static readonly convertEmailToProject = "ConvertEmailToProject";
11
+ static readonly duplicityChecker = "DuplicityChecker";
12
+ static readonly nextStepAndLastActivityCustomization = "NextStepAndLastActivityCustomization";
13
+ static readonly subProjects = "SubProjects";
14
+ static readonly resourceAndPlanning = "ResourceAndPlanning";
15
+ static readonly professionalEmailCampaigns = "ProfessionalEmailCampaigns";
16
+ static readonly professionalEmailCampaignsAdvancedStatistics = "ProfessionalEmailCampaignsAdvancedStatistics";
17
+ static readonly wordEmailMerge = "WordEmailMerge";
18
+ static readonly printLabels = "PrintLabels";
19
+ static readonly printEnvelopes = "PrintEnvelopes";
20
+ static readonly userViews = "UserViews";
21
+ static readonly sharedUserViews = "SharedUserViews";
22
+ static readonly gridConditionalFormating = "GridConditionalFormating";
23
+ static readonly multipleCurrencies = "MultipleCurrencies";
24
+ static readonly historyTracking = "HistoryTracking";
25
+ static readonly privateItems = "PrivateItems";
26
+ static readonly itemTypes = "ItemTypes";
27
+ static readonly formLayoutCustomization = "FormLayoutCustomization";
28
+ static readonly workflowBasicDefinitions = "WorkflowBasicDefinitions";
29
+ static readonly workflowAdvancedDefinitions = "WorkflowAdvancedDefinitions";
30
+ static readonly workflowAdvancedDefinitionsRules = "WorkflowAdvancedDefinitionsRules";
31
+ static readonly workflowAdvancedDefinitionsActions = "WorkflowAdvancedDefinitionsActions";
32
+ static readonly workflowGroupLevelActions = "WorkflowGroupLevelActions";
33
+ static readonly customFields = "CustomFields";
34
+ static readonly importantFields = "ImportantFields";
35
+ static readonly mandatoryFields = "MandatoryFields";
36
+ static readonly uniqueFields = "UniqueFields";
37
+ static readonly readOnlyFields = "ReadOnlyFields";
38
+ static readonly transformationCustomTemplates = "TransformationCustomTemplates";
39
+ static readonly userRoles = "UserRoles";
40
+ static readonly modulePermissions = "ModulePermissions";
41
+ static readonly columnPermissions = "ColumnPermissions";
42
+ static readonly api = "API";
43
+ static readonly gate = "Gate";
44
+ static readonly threeCXIntegration = "ThreeCXIntegration";
45
+ static readonly tapiIntegration = "TapiIntegration";
46
+ static readonly pohodaIntegration = "PohodaIntegration";
47
+ static readonly pohodaSynchronizationIntervalCustomization = "PohodaSynchronizationIntervalCustomization";
48
+ static readonly pohodaSynchronizationFieldMappingCustomization = "PohodaSynchronizationFieldMappingCustomization";
49
+ static readonly quickBooksIntegration = "QuickBooksIntegration";
50
+ static readonly saveBinaryDataOnDisk = "SaveBinaryDataOnDisk";
51
+ static readonly activeDirectoryLogin = "ActiveDirectoryLogin";
52
+ static readonly callerIdentificationOnApple = "CallerIdentificationOnApple";
53
+ static readonly legacyAdministration = "LegacyAdministration";
54
+ }
@@ -0,0 +1,71 @@
1
+ declare class GlobalSettingsNames {
2
+ static acceptableBackwardWorkReportDays: string;
3
+ static adminAppInactiveLogoutTime: string;
4
+ static applyGeneralDataProtectionRules: string;
5
+ static automaticallyCreateJournalAfterCallDuration: string;
6
+ static bonusesCompletedState: string;
7
+ static cartInvoicedState: string;
8
+ static cartOrderCanceledState: string;
9
+ static cartOrderInProcessState: string;
10
+ static cartOrderProcessedState: string;
11
+ static cartPaidState: string;
12
+ static cartProposalInProcessState: string;
13
+ static cartProposalProcessedState: string;
14
+ static cartSalesVoucherIssuedState: string;
15
+ static cartToBeInvoicedState: string;
16
+ static cartVoidedState: string;
17
+ static clickToCallScheme: string;
18
+ static companyDuplicityCheckEnabled: string;
19
+ static completedStateName: string;
20
+ static contactDuplicityCheckEnabled: string;
21
+ static createCompanyWhileImportingContactFromOutlook: string;
22
+ static deadStateName: string;
23
+ static enableCompaniesSyncIntoMobileDeviceContacts: string;
24
+ static enableContactsSyncIntoMobileDevice: string;
25
+ static enableLeadsSyncIntoMobileDeviceContacts: string;
26
+ static enableUsersSyncIntoMobileDeviceContacts: string;
27
+ static emailsActiveProjectsLeadsFilter: string;
28
+ static exchangeRatesAdminGroupName: string;
29
+ static forcedEmailTrackingGroups: string;
30
+ static groupsForAllUnpaidInvoicesNotification: string;
31
+ static itemPreviewMaxHeight: string;
32
+ static lastActivityAttributes: string;
33
+ static leadsCompletedState: string;
34
+ static leadDeadlineAlertGroups: string;
35
+ static leadsDeadState: string;
36
+ static marketingCompletedState: string;
37
+ static marketingDeadState: string;
38
+ static minimumPasswordLength: string;
39
+ static nextStepAttributes: string;
40
+ static notifyAboutInvoicedInvoiceInPohodaGroup: string;
41
+ static notifyAboutLeadsDeadline: string;
42
+ static notifyAboutPaidInvoiceInPohodaGroup: string;
43
+ static notifyAboutProjectDeadline: string;
44
+ static numberOfDecimalPlaces: string;
45
+ static phoneListTaskSolverGroup: string;
46
+ static projectDeadlineAlert: string;
47
+ static serverUpdateProgressNotificationGroup: string;
48
+ static sumarizeCartsPricesOnLeads: string;
49
+ static sumarizeCartsPricesOnProjects: string;
50
+ static sumarizePeopleExpensesOnProjects: string;
51
+ static systemHealthNotificationGroup: string;
52
+ static tasksCompletedState: string;
53
+ static tasksDeferredState: string;
54
+ static tasksInProgressState: string;
55
+ static tasksNotStartedState: string;
56
+ static tasksWaitOnSomeoneElseState: string;
57
+ static trackDocumentVersions: string;
58
+ static vacationCompletedState: string;
59
+ static workReportApprovedState: string;
60
+ static defaultLanguage: string;
61
+ static defaultCurrency: string;
62
+ static myCompanyCountry: string;
63
+ static myCompanyName: string;
64
+ static myCompanyStreet: string;
65
+ static myCompanyCity: string;
66
+ static myCompanyState: string;
67
+ static myCompanyZip: string;
68
+ static myCompanyId: string;
69
+ static myCompanyVat: string;
70
+ }
71
+ export default GlobalSettingsNames;
@@ -0,0 +1,8 @@
1
+ declare enum LicenseKeyInvoiceSeverity {
2
+ License = "License",
3
+ CloudLicense = "CloudLicense",
4
+ MiscLicense = "MiscLicense",
5
+ Support = "Support",
6
+ Service = "Service"
7
+ }
8
+ export default LicenseKeyInvoiceSeverity;