@emilgroup/accounting-sdk-node 1.20.1-beta.1 → 1.21.0

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 (263) hide show
  1. package/.openapi-generator/FILES +52 -29
  2. package/README.md +2 -2
  3. package/api/health-api.ts +7 -7
  4. package/api/mailbox-api.ts +255 -0
  5. package/api/messages-api.ts +1100 -0
  6. package/api/users-api.ts +496 -0
  7. package/api/vbas-api.ts +592 -0
  8. package/api/vbus-api.ts +701 -0
  9. package/api/{booking-entries-api.ts → zip-codes-api.ts} +162 -195
  10. package/api.ts +14 -12
  11. package/base.ts +3 -3
  12. package/common.ts +4 -4
  13. package/configuration.ts +2 -2
  14. package/dist/api/health-api.d.ts +6 -6
  15. package/dist/api/health-api.js +7 -7
  16. package/dist/api/mailbox-api.d.ts +142 -0
  17. package/dist/api/mailbox-api.js +315 -0
  18. package/dist/api/messages-api.d.ts +632 -0
  19. package/dist/api/messages-api.js +916 -0
  20. package/dist/api/users-api.d.ts +275 -0
  21. package/dist/api/{financial-accounts-api.js → users-api.js} +134 -171
  22. package/dist/api/vbas-api.d.ts +337 -0
  23. package/dist/api/{number-ranges-api.js → vbas-api.js} +161 -156
  24. package/dist/api/vbus-api.d.ts +395 -0
  25. package/dist/api/{personal-accounts-api.js → vbus-api.js} +234 -136
  26. package/dist/api/{booking-entries-api.d.ts → zip-codes-api.d.ts} +111 -130
  27. package/dist/api/{booking-entries-api.js → zip-codes-api.js} +130 -144
  28. package/dist/api.d.ts +8 -7
  29. package/dist/api.js +8 -7
  30. package/dist/base.d.ts +2 -2
  31. package/dist/base.js +2 -2
  32. package/dist/common.d.ts +4 -4
  33. package/dist/common.js +2 -2
  34. package/dist/configuration.d.ts +2 -2
  35. package/dist/configuration.js +2 -2
  36. package/dist/index.d.ts +2 -2
  37. package/dist/index.js +2 -2
  38. package/dist/models/address-class.d.ts +48 -0
  39. package/dist/models/{create-number-range-response-class.js → address-class.js} +2 -2
  40. package/dist/models/create-mailbox-request-dto.d.ts +36 -0
  41. package/dist/models/{create-booking-entry-request-dto.js → create-mailbox-request-dto.js} +2 -2
  42. package/dist/models/create-user-request-dto.d.ts +76 -0
  43. package/dist/models/{create-personal-account-request-dto.js → create-user-request-dto.js} +10 -7
  44. package/dist/models/create-user-response-class.d.ts +25 -0
  45. package/dist/models/{create-financial-account-response-class.js → create-user-response-class.js} +2 -2
  46. package/dist/models/create-vba-request-dto.d.ts +41 -0
  47. package/dist/models/create-vba-request-dto.js +20 -0
  48. package/dist/models/create-vba-response-class.d.ts +24 -0
  49. package/dist/models/{create-booking-entry-response-class.js → create-vba-response-class.js} +2 -2
  50. package/dist/models/create-vbu-request-dto.d.ts +41 -0
  51. package/dist/models/create-vbu-request-dto.js +20 -0
  52. package/dist/models/create-vbu-response-class.d.ts +24 -0
  53. package/dist/models/create-vbu-response-class.js +15 -0
  54. package/dist/models/create-vbuv-request-dto.d.ts +41 -0
  55. package/dist/models/create-vbuv-request-dto.js +20 -0
  56. package/dist/models/create-vbuv-response-class.d.ts +24 -0
  57. package/dist/models/create-vbuv-response-class.js +15 -0
  58. package/dist/models/get-request-message-response-class.d.ts +25 -0
  59. package/dist/models/get-request-message-response-class.js +15 -0
  60. package/dist/models/get-response-message-response-class.d.ts +25 -0
  61. package/dist/models/get-response-message-response-class.js +15 -0
  62. package/dist/models/get-user-response-class.d.ts +25 -0
  63. package/dist/models/get-user-response-class.js +15 -0
  64. package/dist/models/get-vba-response-class.d.ts +25 -0
  65. package/dist/models/get-vba-response-class.js +15 -0
  66. package/dist/models/get-vbu-response-class.d.ts +25 -0
  67. package/dist/models/get-vbu-response-class.js +15 -0
  68. package/dist/models/get-zip-code-response-class.d.ts +25 -0
  69. package/dist/models/get-zip-code-response-class.js +15 -0
  70. package/dist/models/index.d.ts +46 -24
  71. package/dist/models/index.js +46 -24
  72. package/dist/models/inline-response200.d.ts +2 -2
  73. package/dist/models/inline-response200.js +2 -2
  74. package/dist/models/inline-response503.d.ts +2 -2
  75. package/dist/models/inline-response503.js +2 -2
  76. package/dist/models/list-all-messages-response-class.d.ts +31 -0
  77. package/dist/models/list-all-messages-response-class.js +15 -0
  78. package/dist/models/list-requests-messages-response-class.d.ts +31 -0
  79. package/dist/models/list-requests-messages-response-class.js +15 -0
  80. package/dist/models/list-responses-messages-response-class.d.ts +31 -0
  81. package/dist/models/list-responses-messages-response-class.js +15 -0
  82. package/dist/models/list-users-response-class.d.ts +31 -0
  83. package/dist/models/list-users-response-class.js +15 -0
  84. package/dist/models/list-vbas-response-class.d.ts +31 -0
  85. package/dist/models/list-vbas-response-class.js +15 -0
  86. package/dist/models/list-vbus-response-class.d.ts +31 -0
  87. package/dist/models/list-vbus-response-class.js +15 -0
  88. package/dist/models/list-zip-codes-response-class.d.ts +31 -0
  89. package/dist/models/list-zip-codes-response-class.js +15 -0
  90. package/dist/models/message-class.d.ts +90 -0
  91. package/dist/models/message-class.js +15 -0
  92. package/dist/models/request-details-class.d.ts +48 -0
  93. package/dist/models/request-details-class.js +15 -0
  94. package/dist/models/request-message-class.d.ts +127 -0
  95. package/dist/models/request-message-class.js +15 -0
  96. package/dist/models/response-details-class.d.ts +42 -0
  97. package/dist/models/response-details-class.js +15 -0
  98. package/dist/models/response-message-class.d.ts +139 -0
  99. package/dist/models/response-message-class.js +15 -0
  100. package/dist/models/store-zip-codes-request-dto.d.ts +25 -0
  101. package/dist/models/store-zip-codes-request-dto.js +15 -0
  102. package/dist/models/store-zip-codes-response-class.d.ts +25 -0
  103. package/dist/models/store-zip-codes-response-class.js +15 -0
  104. package/dist/models/update-request-message-request-dto.d.ts +36 -0
  105. package/dist/models/update-request-message-request-dto.js +15 -0
  106. package/dist/models/update-request-message-response-class.d.ts +25 -0
  107. package/dist/models/update-request-message-response-class.js +15 -0
  108. package/dist/models/update-response-message-request-dto.d.ts +36 -0
  109. package/dist/models/update-response-message-request-dto.js +15 -0
  110. package/dist/models/update-response-message-response-class.d.ts +25 -0
  111. package/dist/models/update-response-message-response-class.js +15 -0
  112. package/dist/models/update-user-request-dto.d.ts +82 -0
  113. package/dist/models/update-user-request-dto.js +24 -0
  114. package/dist/models/update-user-response-class.d.ts +25 -0
  115. package/dist/models/update-user-response-class.js +15 -0
  116. package/dist/models/update-vba-request-dto.d.ts +30 -0
  117. package/dist/models/update-vba-request-dto.js +15 -0
  118. package/dist/models/update-vbu-request-dto.d.ts +30 -0
  119. package/dist/models/update-vbu-request-dto.js +15 -0
  120. package/dist/models/update-vbu-response-class.d.ts +25 -0
  121. package/dist/models/update-vbu-response-class.js +15 -0
  122. package/dist/models/user-class.d.ts +107 -0
  123. package/dist/models/user-class.js +20 -0
  124. package/dist/models/vba-class.d.ts +116 -0
  125. package/dist/models/vba-class.js +15 -0
  126. package/dist/models/vba-response-class.d.ts +48 -0
  127. package/dist/models/vba-response-class.js +15 -0
  128. package/dist/models/vbu-class.d.ts +115 -0
  129. package/dist/models/vbu-class.js +15 -0
  130. package/dist/models/vbu-response-class.d.ts +48 -0
  131. package/dist/models/vbu-response-class.js +15 -0
  132. package/dist/models/xlsx-zip-code-dto.d.ts +30 -0
  133. package/dist/models/xlsx-zip-code-dto.js +15 -0
  134. package/dist/models/zip-code-class.d.ts +60 -0
  135. package/dist/models/zip-code-class.js +15 -0
  136. package/index.ts +2 -2
  137. package/models/address-class.ts +54 -0
  138. package/models/create-mailbox-request-dto.ts +42 -0
  139. package/models/create-user-request-dto.ts +86 -0
  140. package/models/create-user-response-class.ts +31 -0
  141. package/models/create-vba-request-dto.ts +50 -0
  142. package/models/create-vba-response-class.ts +30 -0
  143. package/models/create-vbu-request-dto.ts +50 -0
  144. package/models/create-vbu-response-class.ts +30 -0
  145. package/models/create-vbuv-request-dto.ts +50 -0
  146. package/models/create-vbuv-response-class.ts +30 -0
  147. package/models/get-request-message-response-class.ts +31 -0
  148. package/models/get-response-message-response-class.ts +31 -0
  149. package/models/get-user-response-class.ts +31 -0
  150. package/models/get-vba-response-class.ts +31 -0
  151. package/models/get-vbu-response-class.ts +31 -0
  152. package/models/get-zip-code-response-class.ts +31 -0
  153. package/models/index.ts +46 -24
  154. package/models/inline-response200.ts +2 -2
  155. package/models/inline-response503.ts +2 -2
  156. package/models/list-all-messages-response-class.ts +37 -0
  157. package/models/list-requests-messages-response-class.ts +37 -0
  158. package/models/list-responses-messages-response-class.ts +37 -0
  159. package/models/list-users-response-class.ts +37 -0
  160. package/models/list-vbas-response-class.ts +37 -0
  161. package/models/list-vbus-response-class.ts +37 -0
  162. package/models/list-zip-codes-response-class.ts +37 -0
  163. package/models/message-class.ts +96 -0
  164. package/models/request-details-class.ts +54 -0
  165. package/models/request-message-class.ts +133 -0
  166. package/models/response-details-class.ts +48 -0
  167. package/models/response-message-class.ts +145 -0
  168. package/models/store-zip-codes-request-dto.ts +31 -0
  169. package/models/store-zip-codes-response-class.ts +31 -0
  170. package/models/update-request-message-request-dto.ts +42 -0
  171. package/models/update-request-message-response-class.ts +31 -0
  172. package/models/update-response-message-request-dto.ts +42 -0
  173. package/models/update-response-message-response-class.ts +31 -0
  174. package/models/update-user-request-dto.ts +92 -0
  175. package/models/update-user-response-class.ts +31 -0
  176. package/models/update-vba-request-dto.ts +36 -0
  177. package/models/update-vbu-request-dto.ts +36 -0
  178. package/models/update-vbu-response-class.ts +31 -0
  179. package/models/user-class.ts +116 -0
  180. package/models/vba-class.ts +122 -0
  181. package/models/vba-response-class.ts +54 -0
  182. package/models/vbu-class.ts +121 -0
  183. package/models/vbu-response-class.ts +54 -0
  184. package/models/xlsx-zip-code-dto.ts +36 -0
  185. package/models/zip-code-class.ts +66 -0
  186. package/package.json +1 -1
  187. package/tsconfig.json +1 -0
  188. package/api/financial-accounts-api.ts +0 -577
  189. package/api/financial-transactions-api.ts +0 -369
  190. package/api/number-ranges-api.ts +0 -577
  191. package/api/personal-accounts-api.ts +0 -577
  192. package/dist/api/financial-accounts-api.d.ts +0 -327
  193. package/dist/api/financial-transactions-api.d.ts +0 -215
  194. package/dist/api/financial-transactions-api.js +0 -364
  195. package/dist/api/number-ranges-api.d.ts +0 -327
  196. package/dist/api/personal-accounts-api.d.ts +0 -327
  197. package/dist/models/booking-entry-class.d.ts +0 -123
  198. package/dist/models/booking-entry-class.js +0 -29
  199. package/dist/models/create-booking-entry-request-dto.d.ts +0 -61
  200. package/dist/models/create-booking-entry-response-class.d.ts +0 -25
  201. package/dist/models/create-financial-account-request-dto.d.ts +0 -75
  202. package/dist/models/create-financial-account-request-dto.js +0 -24
  203. package/dist/models/create-financial-account-response-class.d.ts +0 -25
  204. package/dist/models/create-number-range-request-dto.d.ts +0 -53
  205. package/dist/models/create-number-range-request-dto.js +0 -26
  206. package/dist/models/create-number-range-response-class.d.ts +0 -25
  207. package/dist/models/create-personal-account-request-dto.d.ts +0 -60
  208. package/dist/models/create-personal-account-response-class.d.ts +0 -25
  209. package/dist/models/create-personal-account-response-class.js +0 -15
  210. package/dist/models/financial-account-class.d.ts +0 -111
  211. package/dist/models/financial-account-class.js +0 -24
  212. package/dist/models/financial-transaction-class.d.ts +0 -114
  213. package/dist/models/financial-transaction-class.js +0 -15
  214. package/dist/models/financial-transaction-data-dto.d.ts +0 -71
  215. package/dist/models/financial-transaction-data-dto.js +0 -25
  216. package/dist/models/get-booking-entry-response-class.d.ts +0 -25
  217. package/dist/models/get-booking-entry-response-class.js +0 -15
  218. package/dist/models/get-financial-account-response-class.d.ts +0 -25
  219. package/dist/models/get-financial-account-response-class.js +0 -15
  220. package/dist/models/get-financial-transaction-response-class.d.ts +0 -25
  221. package/dist/models/get-financial-transaction-response-class.js +0 -15
  222. package/dist/models/get-number-range-response-class.d.ts +0 -25
  223. package/dist/models/get-number-range-response-class.js +0 -15
  224. package/dist/models/get-personal-account-response-class.d.ts +0 -25
  225. package/dist/models/get-personal-account-response-class.js +0 -15
  226. package/dist/models/list-booking-entries-response-class.d.ts +0 -31
  227. package/dist/models/list-booking-entries-response-class.js +0 -15
  228. package/dist/models/list-financial-accounts-response-class.d.ts +0 -31
  229. package/dist/models/list-financial-accounts-response-class.js +0 -15
  230. package/dist/models/list-financial-transactions-response-class.d.ts +0 -31
  231. package/dist/models/list-financial-transactions-response-class.js +0 -15
  232. package/dist/models/list-number-range-response-class.d.ts +0 -31
  233. package/dist/models/list-number-range-response-class.js +0 -15
  234. package/dist/models/list-personal-accounts-response-class.d.ts +0 -31
  235. package/dist/models/list-personal-accounts-response-class.js +0 -15
  236. package/dist/models/number-range-class.d.ts +0 -84
  237. package/dist/models/number-range-class.js +0 -15
  238. package/dist/models/personal-account-class.d.ts +0 -105
  239. package/dist/models/personal-account-class.js +0 -24
  240. package/models/booking-entry-class.ts +0 -132
  241. package/models/create-booking-entry-request-dto.ts +0 -67
  242. package/models/create-booking-entry-response-class.ts +0 -31
  243. package/models/create-financial-account-request-dto.ts +0 -84
  244. package/models/create-financial-account-response-class.ts +0 -31
  245. package/models/create-number-range-request-dto.ts +0 -62
  246. package/models/create-number-range-response-class.ts +0 -31
  247. package/models/create-personal-account-request-dto.ts +0 -69
  248. package/models/create-personal-account-response-class.ts +0 -31
  249. package/models/financial-account-class.ts +0 -120
  250. package/models/financial-transaction-class.ts +0 -120
  251. package/models/financial-transaction-data-dto.ts +0 -81
  252. package/models/get-booking-entry-response-class.ts +0 -31
  253. package/models/get-financial-account-response-class.ts +0 -31
  254. package/models/get-financial-transaction-response-class.ts +0 -31
  255. package/models/get-number-range-response-class.ts +0 -31
  256. package/models/get-personal-account-response-class.ts +0 -31
  257. package/models/list-booking-entries-response-class.ts +0 -37
  258. package/models/list-financial-accounts-response-class.ts +0 -37
  259. package/models/list-financial-transactions-response-class.ts +0 -37
  260. package/models/list-number-range-response-class.ts +0 -37
  261. package/models/list-personal-accounts-response-class.ts +0 -37
  262. package/models/number-range-class.ts +0 -90
  263. package/models/personal-account-class.ts +0 -114
@@ -1,132 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { FinancialTransactionClass } from './financial-transaction-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface BookingEntryClass
22
- */
23
- export interface BookingEntryClass {
24
- /**
25
- * Internal unique identifier for the object. You should not have to use this, use code instead.
26
- * @type {number}
27
- * @memberof BookingEntryClass
28
- */
29
- 'id': number;
30
- /**
31
- * Unique identifier for the object.
32
- * @type {string}
33
- * @memberof BookingEntryClass
34
- */
35
- 'code': string;
36
- /**
37
- * The total monetary amount of this booking entry. This amount is distributed among the associated transactions.
38
- * @type {number}
39
- * @memberof BookingEntryClass
40
- */
41
- 'amount': number;
42
- /**
43
- * The currency in which the booking entry amount is denominated.
44
- * @type {string}
45
- * @memberof BookingEntryClass
46
- */
47
- 'currency': BookingEntryClassCurrencyEnum;
48
- /**
49
- * The date of the booking entry. This represents when the booking was recorded. Defaults to the current date if not provided.
50
- * @type {string}
51
- * @memberof BookingEntryClass
52
- */
53
- 'bookingDate': string;
54
- /**
55
- * The date of the document. This represents when the document was recorded. Defaults to the current date if not provided.
56
- * @type {string}
57
- * @memberof BookingEntryClass
58
- */
59
- 'documentDate': string;
60
- /**
61
- * A brief description of the booking entry. This provides context or purpose for the entry, such as \"Monthly premium\" or \"Refund issued\".
62
- * @type {string}
63
- * @memberof BookingEntryClass
64
- */
65
- 'description': string;
66
- /**
67
- * A flexible JSON object that allows tenants to include any custom fields. The keys represent the names of the custom fields, and the values can be of any data type. This enables tenants to store additional metadata or custom attributes that are specific to their use case.
68
- * @type {object}
69
- * @memberof BookingEntryClass
70
- */
71
- 'customFields'?: object;
72
- /**
73
- * The unique identifier for the entity (e.g., claim, invoice) associated with this booking entry.
74
- * @type {string}
75
- * @memberof BookingEntryClass
76
- */
77
- 'entityNumber'?: string;
78
- /**
79
- * The external document number associated with this booking entry.
80
- * @type {string}
81
- * @memberof BookingEntryClass
82
- */
83
- 'externalNumber'?: string;
84
- /**
85
- * A list of financial transactions associated with this booking entry. Each entry represents a transaction linked to the current booking.
86
- * @type {Array<FinancialTransactionClass>}
87
- * @memberof BookingEntryClass
88
- */
89
- 'financialTransactions': Array<FinancialTransactionClass>;
90
- /**
91
- * Time at which the object was created.
92
- * @type {string}
93
- * @memberof BookingEntryClass
94
- */
95
- 'createdAt': string;
96
- /**
97
- * Time at which the object was updated.
98
- * @type {string}
99
- * @memberof BookingEntryClass
100
- */
101
- 'updatedAt': string;
102
- /**
103
- * Identifier of the user who created the record.
104
- * @type {string}
105
- * @memberof BookingEntryClass
106
- */
107
- 'createdBy': string;
108
- /**
109
- * Identifier of the user who last updated the record.
110
- * @type {string}
111
- * @memberof BookingEntryClass
112
- */
113
- 'updatedBy': string;
114
- }
115
-
116
- export const BookingEntryClassCurrencyEnum = {
117
- Eur: 'EUR',
118
- Usd: 'USD',
119
- Gbp: 'GBP',
120
- Chf: 'CHF',
121
- Pln: 'PLN',
122
- Aud: 'AUD',
123
- Cad: 'CAD',
124
- Ddk: 'DDK',
125
- Huf: 'HUF',
126
- Nok: 'NOK',
127
- Sek: 'SEK'
128
- } as const;
129
-
130
- export type BookingEntryClassCurrencyEnum = typeof BookingEntryClassCurrencyEnum[keyof typeof BookingEntryClassCurrencyEnum];
131
-
132
-
@@ -1,67 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { FinancialTransactionDataDto } from './financial-transaction-data-dto';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateBookingEntryRequestDto
22
- */
23
- export interface CreateBookingEntryRequestDto {
24
- /**
25
- * The date of the booking entry. This represents when the transaction or booking was recorded.
26
- * @type {string}
27
- * @memberof CreateBookingEntryRequestDto
28
- */
29
- 'bookingDate': string;
30
- /**
31
- * The document date of the booking entry. This represents when the document was created or received.
32
- * @type {string}
33
- * @memberof CreateBookingEntryRequestDto
34
- */
35
- 'documentDate': string;
36
- /**
37
- * The entity number assigned to the entry, such as an invoice or payment reference number.
38
- * @type {string}
39
- * @memberof CreateBookingEntryRequestDto
40
- */
41
- 'entityNumber'?: string;
42
- /**
43
- * The external document number assigned to the entry, such as an invoice or payment reference number.
44
- * @type {string}
45
- * @memberof CreateBookingEntryRequestDto
46
- */
47
- 'externalNumber'?: string;
48
- /**
49
- * A brief description of the booking entry. This provides context or purpose for the entry, such as \"Monthly premium\" or \"Refund issued\".
50
- * @type {string}
51
- * @memberof CreateBookingEntryRequestDto
52
- */
53
- 'description': string;
54
- /**
55
- * Optional key-value pairs containing additional custom information for the booking entry. These fields may include document numbers, reasons, or other contextual metadata.
56
- * @type {object}
57
- * @memberof CreateBookingEntryRequestDto
58
- */
59
- 'customFields'?: object;
60
- /**
61
- * An array of financial transactions associated with this booking entry. Each transaction includes details such as financial account, amount, and debit or credit status.
62
- * @type {Array<FinancialTransactionDataDto>}
63
- * @memberof CreateBookingEntryRequestDto
64
- */
65
- 'financialTransactions': Array<FinancialTransactionDataDto>;
66
- }
67
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { BookingEntryClass } from './booking-entry-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateBookingEntryResponseClass
22
- */
23
- export interface CreateBookingEntryResponseClass {
24
- /**
25
- * The booking-entry response.
26
- * @type {BookingEntryClass}
27
- * @memberof CreateBookingEntryResponseClass
28
- */
29
- 'bookingEntry': BookingEntryClass;
30
- }
31
-
@@ -1,84 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface CreateFinancialAccountRequestDto
21
- */
22
- export interface CreateFinancialAccountRequestDto {
23
- /**
24
- * The name of the financial account. This is a descriptive label used to identify the account within the system.
25
- * @type {string}
26
- * @memberof CreateFinancialAccountRequestDto
27
- */
28
- 'name': string;
29
- /**
30
- * The unique account number assigned to this financial account. This number is used to route transactions and manage the account within the financial system.
31
- * @type {string}
32
- * @memberof CreateFinancialAccountRequestDto
33
- */
34
- 'financialAccountNumber': string;
35
- /**
36
- * The type of financial account, specifying its category or classification, such as asset, equity, or expense. This categorization helps in accounting and reporting.
37
- * @type {string}
38
- * @memberof CreateFinancialAccountRequestDto
39
- */
40
- 'type': CreateFinancialAccountRequestDtoTypeEnum;
41
- /**
42
- * An optional code representing the partner associated with this account. Useful for associating the account with specific partner in Emil.
43
- * @type {string}
44
- * @memberof CreateFinancialAccountRequestDto
45
- */
46
- 'partnerNumber'?: string;
47
- /**
48
- * An optional identifier for the parent account. If provided, this allows the creation of sub-accounts under a parent financial account, establishing a hierarchy.
49
- * @type {number}
50
- * @memberof CreateFinancialAccountRequestDto
51
- */
52
- 'parentId'?: number;
53
- /**
54
- * Optional key-value pairs to store additional custom metadata or specific attributes related to the financial account, such as account purpose or manager.
55
- * @type {object}
56
- * @memberof CreateFinancialAccountRequestDto
57
- */
58
- 'customFields': object;
59
- /**
60
- * A detailed description of the financial account
61
- * @type {string}
62
- * @memberof CreateFinancialAccountRequestDto
63
- */
64
- 'description': string;
65
- /**
66
- * Whether the financial account is clearable
67
- * @type {boolean}
68
- * @memberof CreateFinancialAccountRequestDto
69
- */
70
- 'clearable': boolean;
71
- }
72
-
73
- export const CreateFinancialAccountRequestDtoTypeEnum = {
74
- Asset: 'asset',
75
- Liability: 'liability',
76
- Equity: 'equity',
77
- Revenue: 'revenue',
78
- Expense: 'expense',
79
- OpeningBalance: 'opening_balance'
80
- } as const;
81
-
82
- export type CreateFinancialAccountRequestDtoTypeEnum = typeof CreateFinancialAccountRequestDtoTypeEnum[keyof typeof CreateFinancialAccountRequestDtoTypeEnum];
83
-
84
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { FinancialAccountClass } from './financial-account-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateFinancialAccountResponseClass
22
- */
23
- export interface CreateFinancialAccountResponseClass {
24
- /**
25
- * The financial account response.
26
- * @type {FinancialAccountClass}
27
- * @memberof CreateFinancialAccountResponseClass
28
- */
29
- 'financialAccount': FinancialAccountClass;
30
- }
31
-
@@ -1,62 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface CreateNumberRangeRequestDto
21
- */
22
- export interface CreateNumberRangeRequestDto {
23
- /**
24
- * The slug of the number range
25
- * @type {string}
26
- * @memberof CreateNumberRangeRequestDto
27
- */
28
- 'slug': string;
29
- /**
30
- * The minimum value of the number range
31
- * @type {number}
32
- * @memberof CreateNumberRangeRequestDto
33
- */
34
- 'minValue': number;
35
- /**
36
- * The maximum value of the number range
37
- * @type {number}
38
- * @memberof CreateNumberRangeRequestDto
39
- */
40
- 'maxValue': number;
41
- /**
42
- * The type of the number range
43
- * @type {string}
44
- * @memberof CreateNumberRangeRequestDto
45
- */
46
- 'accountType': CreateNumberRangeRequestDtoAccountTypeEnum;
47
- }
48
-
49
- export const CreateNumberRangeRequestDtoAccountTypeEnum = {
50
- Customer: 'customer',
51
- Supplier: 'supplier',
52
- Employee: 'employee',
53
- Asset: 'asset',
54
- Liability: 'liability',
55
- Equity: 'equity',
56
- Revenue: 'revenue',
57
- Expense: 'expense'
58
- } as const;
59
-
60
- export type CreateNumberRangeRequestDtoAccountTypeEnum = typeof CreateNumberRangeRequestDtoAccountTypeEnum[keyof typeof CreateNumberRangeRequestDtoAccountTypeEnum];
61
-
62
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { NumberRangeClass } from './number-range-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateNumberRangeResponseClass
22
- */
23
- export interface CreateNumberRangeResponseClass {
24
- /**
25
- * The number range response.
26
- * @type {NumberRangeClass}
27
- * @memberof CreateNumberRangeResponseClass
28
- */
29
- 'numberRange': NumberRangeClass;
30
- }
31
-
@@ -1,69 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface CreatePersonalAccountRequestDto
21
- */
22
- export interface CreatePersonalAccountRequestDto {
23
- /**
24
- * The name of the financial account. This is a descriptive label used to identify the account within the system.
25
- * @type {string}
26
- * @memberof CreatePersonalAccountRequestDto
27
- */
28
- 'name': string;
29
- /**
30
- * The unique account number assigned to this financial account. This number is used to route transactions and manage the account within the financial system.
31
- * @type {string}
32
- * @memberof CreatePersonalAccountRequestDto
33
- */
34
- 'personalAccountNumber': string;
35
- /**
36
- * The unique account number assigned to this financial account. This number is used to route transactions and manage the account within the financial system.
37
- * @type {string}
38
- * @memberof CreatePersonalAccountRequestDto
39
- */
40
- 'financialAccountNumber': string;
41
- /**
42
- * The partner number of the account
43
- * @type {string}
44
- * @memberof CreatePersonalAccountRequestDto
45
- */
46
- 'partnerNumber': string;
47
- /**
48
- * The type of personal account, specifying its category or classification, such as customer, supplier, or employee. This categorization helps in accounting and reporting.
49
- * @type {string}
50
- * @memberof CreatePersonalAccountRequestDto
51
- */
52
- 'type': CreatePersonalAccountRequestDtoTypeEnum;
53
- /**
54
- * Optional key-value pairs to store additional custom metadata or specific attributes related to the financial account, such as account purpose or manager.
55
- * @type {object}
56
- * @memberof CreatePersonalAccountRequestDto
57
- */
58
- 'customFields'?: object;
59
- }
60
-
61
- export const CreatePersonalAccountRequestDtoTypeEnum = {
62
- Customer: 'customer',
63
- Supplier: 'supplier',
64
- Employee: 'employee'
65
- } as const;
66
-
67
- export type CreatePersonalAccountRequestDtoTypeEnum = typeof CreatePersonalAccountRequestDtoTypeEnum[keyof typeof CreatePersonalAccountRequestDtoTypeEnum];
68
-
69
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { PersonalAccountClass } from './personal-account-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreatePersonalAccountResponseClass
22
- */
23
- export interface CreatePersonalAccountResponseClass {
24
- /**
25
- * The personal account response.
26
- * @type {PersonalAccountClass}
27
- * @memberof CreatePersonalAccountResponseClass
28
- */
29
- 'personalAccount': PersonalAccountClass;
30
- }
31
-
@@ -1,120 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL AccountingService
5
- * The EMIL AccountingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface FinancialAccountClass
21
- */
22
- export interface FinancialAccountClass {
23
- /**
24
- * Internal unique identifier for the object. You should not have to use this, use code instead.
25
- * @type {number}
26
- * @memberof FinancialAccountClass
27
- */
28
- 'id': number;
29
- /**
30
- * Unique identifier for the object.
31
- * @type {string}
32
- * @memberof FinancialAccountClass
33
- */
34
- 'code': string;
35
- /**
36
- * The name of the account.
37
- * @type {string}
38
- * @memberof FinancialAccountClass
39
- */
40
- 'name': string;
41
- /**
42
- * The financial account number.
43
- * @type {string}
44
- * @memberof FinancialAccountClass
45
- */
46
- 'financialAccountNumber': string;
47
- /**
48
- * The ID of the parent account, if any.
49
- * @type {number}
50
- * @memberof FinancialAccountClass
51
- */
52
- 'parentId': number;
53
- /**
54
- * The partner number of the account.
55
- * @type {string}
56
- * @memberof FinancialAccountClass
57
- */
58
- 'partnerNumber': string;
59
- /**
60
- * The type of account, e.g. \"Asset\", \"Liability\", \"Equity\", \"Revenue\", \"Expense\".
61
- * @type {string}
62
- * @memberof FinancialAccountClass
63
- */
64
- 'type': FinancialAccountClassTypeEnum;
65
- /**
66
- * Metadata about the object.
67
- * @type {object}
68
- * @memberof FinancialAccountClass
69
- */
70
- 'customFields': object;
71
- /**
72
- * The description of the account.
73
- * @type {string}
74
- * @memberof FinancialAccountClass
75
- */
76
- 'description': string;
77
- /**
78
- * Whether the account is clearable.
79
- * @type {boolean}
80
- * @memberof FinancialAccountClass
81
- */
82
- 'clearable': boolean;
83
- /**
84
- * Time at which the object was created.
85
- * @type {string}
86
- * @memberof FinancialAccountClass
87
- */
88
- 'createdAt': string;
89
- /**
90
- * Time at which the object was updated.
91
- * @type {string}
92
- * @memberof FinancialAccountClass
93
- */
94
- 'updatedAt': string;
95
- /**
96
- * Identifier of the user who created the record.
97
- * @type {string}
98
- * @memberof FinancialAccountClass
99
- */
100
- 'createdBy': string;
101
- /**
102
- * Identifier of the user who last updated the record.
103
- * @type {string}
104
- * @memberof FinancialAccountClass
105
- */
106
- 'updatedBy': string;
107
- }
108
-
109
- export const FinancialAccountClassTypeEnum = {
110
- Asset: 'asset',
111
- Liability: 'liability',
112
- Equity: 'equity',
113
- Revenue: 'revenue',
114
- Expense: 'expense',
115
- OpeningBalance: 'opening_balance'
116
- } as const;
117
-
118
- export type FinancialAccountClassTypeEnum = typeof FinancialAccountClassTypeEnum[keyof typeof FinancialAccountClassTypeEnum];
119
-
120
-