@emilgroup/accounting-sdk-node 1.1.0 → 1.2.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 (223) hide show
  1. package/.openapi-generator/FILES +52 -15
  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/zip-codes-api.ts +443 -0
  10. package/api.ts +14 -6
  11. package/base.ts +2 -2
  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/users-api.js +512 -0
  22. package/dist/api/vbas-api.d.ts +337 -0
  23. package/dist/api/{financial-accounts-api.js → vbas-api.js} +161 -156
  24. package/dist/api/vbus-api.d.ts +395 -0
  25. package/dist/api/vbus-api.js +647 -0
  26. package/dist/api/zip-codes-api.d.ts +253 -0
  27. package/dist/api/{booking-processes-api.js → zip-codes-api.js} +166 -80
  28. package/dist/api.d.ts +8 -4
  29. package/dist/api.js +8 -4
  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/{get-financial-account-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-process-response-class.js → create-mailbox-request-dto.js} +2 -2
  42. package/dist/models/create-user-request-dto.d.ts +76 -0
  43. package/dist/models/{financial-account-class.js → create-user-request-dto.js} +10 -9
  44. package/dist/models/create-user-response-class.d.ts +25 -0
  45. package/dist/models/{financial-transaction-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-financial-account-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 -13
  71. package/dist/models/index.js +46 -13
  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 +84 -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 +121 -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 +133 -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/{financial-transaction-data-dto.js → update-user-request-dto.js} +10 -6
  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 -13
  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 +90 -0
  164. package/models/request-details-class.ts +54 -0
  165. package/models/request-message-class.ts +127 -0
  166. package/models/response-details-class.ts +48 -0
  167. package/models/response-message-class.ts +139 -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/api/booking-processes-api.ts +0 -357
  188. package/api/financial-accounts-api.ts +0 -577
  189. package/dist/api/booking-processes-api.d.ts +0 -207
  190. package/dist/api/financial-accounts-api.d.ts +0 -327
  191. package/dist/models/booking-entry-class.d.ts +0 -123
  192. package/dist/models/booking-entry-class.js +0 -34
  193. package/dist/models/booking-process-class.d.ts +0 -94
  194. package/dist/models/booking-process-class.js +0 -29
  195. package/dist/models/create-booking-entry-request-dto.d.ts +0 -99
  196. package/dist/models/create-booking-entry-request-dto.js +0 -34
  197. package/dist/models/create-booking-process-request-dto.d.ts +0 -64
  198. package/dist/models/create-booking-process-request-dto.js +0 -29
  199. package/dist/models/create-booking-process-response-class.d.ts +0 -25
  200. package/dist/models/create-financial-account-request-dto.d.ts +0 -62
  201. package/dist/models/create-financial-account-request-dto.js +0 -23
  202. package/dist/models/create-financial-account-response-class.d.ts +0 -25
  203. package/dist/models/financial-account-class.d.ts +0 -98
  204. package/dist/models/financial-transaction-class.d.ts +0 -108
  205. package/dist/models/financial-transaction-data-dto.d.ts +0 -71
  206. package/dist/models/get-financial-account-response-class.d.ts +0 -25
  207. package/dist/models/list-booking-process-response-class.d.ts +0 -31
  208. package/dist/models/list-booking-process-response-class.js +0 -15
  209. package/dist/models/list-financial-accounts-response-class.d.ts +0 -31
  210. package/dist/models/list-financial-accounts-response-class.js +0 -15
  211. package/models/booking-entry-class.ts +0 -133
  212. package/models/booking-process-class.ts +0 -104
  213. package/models/create-booking-entry-request-dto.ts +0 -109
  214. package/models/create-booking-process-request-dto.ts +0 -74
  215. package/models/create-booking-process-response-class.ts +0 -31
  216. package/models/create-financial-account-request-dto.ts +0 -71
  217. package/models/create-financial-account-response-class.ts +0 -31
  218. package/models/financial-account-class.ts +0 -107
  219. package/models/financial-transaction-class.ts +0 -114
  220. package/models/financial-transaction-data-dto.ts +0 -80
  221. package/models/get-financial-account-response-class.ts +0 -31
  222. package/models/list-booking-process-response-class.ts +0 -37
  223. package/models/list-financial-accounts-response-class.ts +0 -37
@@ -0,0 +1,395 @@
1
+ /**
2
+ * EMIL GdvService
3
+ * The EMIL GdvService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
+ import { Configuration } from '../configuration';
14
+ import { RequestArgs, BaseAPI } from '../base';
15
+ import { CreateVbuRequestDto } from '../models';
16
+ import { CreateVbuResponseClass } from '../models';
17
+ import { CreateVbuvRequestDto } from '../models';
18
+ import { CreateVbuvResponseClass } from '../models';
19
+ import { GetVbuResponseClass } from '../models';
20
+ import { ListVbusResponseClass } from '../models';
21
+ import { UpdateVbuRequestDto } from '../models';
22
+ import { UpdateVbuResponseClass } from '../models';
23
+ /**
24
+ * VbusApi - axios parameter creator
25
+ * @export
26
+ */
27
+ export declare const VbusApiAxiosParamCreator: (configuration?: Configuration) => {
28
+ /**
29
+ * This endpoint will create a vbu message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
30
+ * @summary Create the vbu
31
+ * @param {CreateVbuRequestDto} createVbuRequestDto
32
+ * @param {string} [authorization] Bearer Token
33
+ * @param {*} [options] Override http request option.
34
+ * @throws {RequiredError}
35
+ */
36
+ createVbu: (createVbuRequestDto: CreateVbuRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
37
+ /**
38
+ * This endpoint will create a vbuv message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
39
+ * @summary Create the vbu
40
+ * @param {CreateVbuvRequestDto} createVbuvRequestDto
41
+ * @param {string} [authorization] Bearer Token
42
+ * @param {*} [options] Override http request option.
43
+ * @throws {RequiredError}
44
+ */
45
+ createVbuv: (createVbuvRequestDto: CreateVbuvRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
46
+ /**
47
+ * Retrieves the details of the vbu that was previously created. Supply the unique vbu code that was returned when you created it and Emil Api will return the corresponding vbu information.
48
+ * @summary Retrieve the vbu
49
+ * @param {string} code Unique identifier for the object.
50
+ * @param {string} [authorization] Bearer Token
51
+ * @param {'responses'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
52
+ * @param {*} [options] Override http request option.
53
+ * @throws {RequiredError}
54
+ */
55
+ getVbu: (code: string, authorization?: string, expand?: 'responses', options?: AxiosRequestConfig) => Promise<RequestArgs>;
56
+ /**
57
+ * Returns a list of vbus you have previously created. The vbus are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
58
+ * @summary List vbus
59
+ * @param {string} [authorization] Bearer Token
60
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
61
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
62
+ * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadNumber, policyNumber, leadCode, policyCode, customerName&lt;/i&gt; &lt;br/&gt; &lt;i&gt;policyCode&lt;/i&gt; is required, other filters are optional.
63
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
64
+ * @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, transmissionStart, createdAt, updatedAt&lt;/i&gt;
65
+ * @param {any} [expand] No expanding supported
66
+ * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
67
+ * @param {*} [options] Override http request option.
68
+ * @throws {RequiredError}
69
+ */
70
+ listVbus: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
71
+ /**
72
+ * Updates the specified vbu by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
73
+ * @summary Update the vbu
74
+ * @param {string} code Unique identifier for the object.
75
+ * @param {UpdateVbuRequestDto} updateVbuRequestDto
76
+ * @param {string} [authorization] Bearer Token
77
+ * @param {*} [options] Override http request option.
78
+ * @throws {RequiredError}
79
+ */
80
+ updateVbu: (code: string, updateVbuRequestDto: UpdateVbuRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
81
+ };
82
+ /**
83
+ * VbusApi - functional programming interface
84
+ * @export
85
+ */
86
+ export declare const VbusApiFp: (configuration?: Configuration) => {
87
+ /**
88
+ * This endpoint will create a vbu message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
89
+ * @summary Create the vbu
90
+ * @param {CreateVbuRequestDto} createVbuRequestDto
91
+ * @param {string} [authorization] Bearer Token
92
+ * @param {*} [options] Override http request option.
93
+ * @throws {RequiredError}
94
+ */
95
+ createVbu(createVbuRequestDto: CreateVbuRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateVbuResponseClass>>;
96
+ /**
97
+ * This endpoint will create a vbuv message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
98
+ * @summary Create the vbu
99
+ * @param {CreateVbuvRequestDto} createVbuvRequestDto
100
+ * @param {string} [authorization] Bearer Token
101
+ * @param {*} [options] Override http request option.
102
+ * @throws {RequiredError}
103
+ */
104
+ createVbuv(createVbuvRequestDto: CreateVbuvRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateVbuvResponseClass>>;
105
+ /**
106
+ * Retrieves the details of the vbu that was previously created. Supply the unique vbu code that was returned when you created it and Emil Api will return the corresponding vbu information.
107
+ * @summary Retrieve the vbu
108
+ * @param {string} code Unique identifier for the object.
109
+ * @param {string} [authorization] Bearer Token
110
+ * @param {'responses'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
111
+ * @param {*} [options] Override http request option.
112
+ * @throws {RequiredError}
113
+ */
114
+ getVbu(code: string, authorization?: string, expand?: 'responses', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetVbuResponseClass>>;
115
+ /**
116
+ * Returns a list of vbus you have previously created. The vbus are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
117
+ * @summary List vbus
118
+ * @param {string} [authorization] Bearer Token
119
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
120
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
121
+ * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadNumber, policyNumber, leadCode, policyCode, customerName&lt;/i&gt; &lt;br/&gt; &lt;i&gt;policyCode&lt;/i&gt; is required, other filters are optional.
122
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
123
+ * @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, transmissionStart, createdAt, updatedAt&lt;/i&gt;
124
+ * @param {any} [expand] No expanding supported
125
+ * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
126
+ * @param {*} [options] Override http request option.
127
+ * @throws {RequiredError}
128
+ */
129
+ listVbus(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListVbusResponseClass>>;
130
+ /**
131
+ * Updates the specified vbu by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
132
+ * @summary Update the vbu
133
+ * @param {string} code Unique identifier for the object.
134
+ * @param {UpdateVbuRequestDto} updateVbuRequestDto
135
+ * @param {string} [authorization] Bearer Token
136
+ * @param {*} [options] Override http request option.
137
+ * @throws {RequiredError}
138
+ */
139
+ updateVbu(code: string, updateVbuRequestDto: UpdateVbuRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateVbuResponseClass>>;
140
+ };
141
+ /**
142
+ * VbusApi - factory interface
143
+ * @export
144
+ */
145
+ export declare const VbusApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
146
+ /**
147
+ * This endpoint will create a vbu message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
148
+ * @summary Create the vbu
149
+ * @param {CreateVbuRequestDto} createVbuRequestDto
150
+ * @param {string} [authorization] Bearer Token
151
+ * @param {*} [options] Override http request option.
152
+ * @throws {RequiredError}
153
+ */
154
+ createVbu(createVbuRequestDto: CreateVbuRequestDto, authorization?: string, options?: any): AxiosPromise<CreateVbuResponseClass>;
155
+ /**
156
+ * This endpoint will create a vbuv message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
157
+ * @summary Create the vbu
158
+ * @param {CreateVbuvRequestDto} createVbuvRequestDto
159
+ * @param {string} [authorization] Bearer Token
160
+ * @param {*} [options] Override http request option.
161
+ * @throws {RequiredError}
162
+ */
163
+ createVbuv(createVbuvRequestDto: CreateVbuvRequestDto, authorization?: string, options?: any): AxiosPromise<CreateVbuvResponseClass>;
164
+ /**
165
+ * Retrieves the details of the vbu that was previously created. Supply the unique vbu code that was returned when you created it and Emil Api will return the corresponding vbu information.
166
+ * @summary Retrieve the vbu
167
+ * @param {string} code Unique identifier for the object.
168
+ * @param {string} [authorization] Bearer Token
169
+ * @param {'responses'} [expand] You can expand policy in this endpoint. By default, versions will be an empty array.
170
+ * @param {*} [options] Override http request option.
171
+ * @throws {RequiredError}
172
+ */
173
+ getVbu(code: string, authorization?: string, expand?: 'responses', options?: any): AxiosPromise<GetVbuResponseClass>;
174
+ /**
175
+ * Returns a list of vbus you have previously created. The vbus are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
176
+ * @summary List vbus
177
+ * @param {string} [authorization] Bearer Token
178
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
179
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
180
+ * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadNumber, policyNumber, leadCode, policyCode, customerName&lt;/i&gt; &lt;br/&gt; &lt;i&gt;policyCode&lt;/i&gt; is required, other filters are optional.
181
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
182
+ * @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, transmissionStart, createdAt, updatedAt&lt;/i&gt;
183
+ * @param {any} [expand] No expanding supported
184
+ * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
185
+ * @param {*} [options] Override http request option.
186
+ * @throws {RequiredError}
187
+ */
188
+ listVbus(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<ListVbusResponseClass>;
189
+ /**
190
+ * Updates the specified vbu by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
191
+ * @summary Update the vbu
192
+ * @param {string} code Unique identifier for the object.
193
+ * @param {UpdateVbuRequestDto} updateVbuRequestDto
194
+ * @param {string} [authorization] Bearer Token
195
+ * @param {*} [options] Override http request option.
196
+ * @throws {RequiredError}
197
+ */
198
+ updateVbu(code: string, updateVbuRequestDto: UpdateVbuRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateVbuResponseClass>;
199
+ };
200
+ /**
201
+ * Request parameters for createVbu operation in VbusApi.
202
+ * @export
203
+ * @interface VbusApiCreateVbuRequest
204
+ */
205
+ export interface VbusApiCreateVbuRequest {
206
+ /**
207
+ *
208
+ * @type {CreateVbuRequestDto}
209
+ * @memberof VbusApiCreateVbu
210
+ */
211
+ readonly createVbuRequestDto: CreateVbuRequestDto;
212
+ /**
213
+ * Bearer Token
214
+ * @type {string}
215
+ * @memberof VbusApiCreateVbu
216
+ */
217
+ readonly authorization?: string;
218
+ }
219
+ /**
220
+ * Request parameters for createVbuv operation in VbusApi.
221
+ * @export
222
+ * @interface VbusApiCreateVbuvRequest
223
+ */
224
+ export interface VbusApiCreateVbuvRequest {
225
+ /**
226
+ *
227
+ * @type {CreateVbuvRequestDto}
228
+ * @memberof VbusApiCreateVbuv
229
+ */
230
+ readonly createVbuvRequestDto: CreateVbuvRequestDto;
231
+ /**
232
+ * Bearer Token
233
+ * @type {string}
234
+ * @memberof VbusApiCreateVbuv
235
+ */
236
+ readonly authorization?: string;
237
+ }
238
+ /**
239
+ * Request parameters for getVbu operation in VbusApi.
240
+ * @export
241
+ * @interface VbusApiGetVbuRequest
242
+ */
243
+ export interface VbusApiGetVbuRequest {
244
+ /**
245
+ * Unique identifier for the object.
246
+ * @type {string}
247
+ * @memberof VbusApiGetVbu
248
+ */
249
+ readonly code: string;
250
+ /**
251
+ * Bearer Token
252
+ * @type {string}
253
+ * @memberof VbusApiGetVbu
254
+ */
255
+ readonly authorization?: string;
256
+ /**
257
+ * You can expand policy in this endpoint. By default, versions will be an empty array.
258
+ * @type {'responses'}
259
+ * @memberof VbusApiGetVbu
260
+ */
261
+ readonly expand?: 'responses';
262
+ }
263
+ /**
264
+ * Request parameters for listVbus operation in VbusApi.
265
+ * @export
266
+ * @interface VbusApiListVbusRequest
267
+ */
268
+ export interface VbusApiListVbusRequest {
269
+ /**
270
+ * Bearer Token
271
+ * @type {string}
272
+ * @memberof VbusApiListVbus
273
+ */
274
+ readonly authorization?: string;
275
+ /**
276
+ * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
277
+ * @type {any}
278
+ * @memberof VbusApiListVbus
279
+ */
280
+ readonly pageSize?: any;
281
+ /**
282
+ * A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
283
+ * @type {any}
284
+ * @memberof VbusApiListVbus
285
+ */
286
+ readonly pageToken?: any;
287
+ /**
288
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, leadNumber, policyNumber, leadCode, policyCode, customerName&lt;/i&gt; &lt;br/&gt; &lt;i&gt;policyCode&lt;/i&gt; is required, other filters are optional.
289
+ * @type {any}
290
+ * @memberof VbusApiListVbus
291
+ */
292
+ readonly filter?: any;
293
+ /**
294
+ * To search the list by any field, pass search&#x3D;xxx to fetch the result.
295
+ * @type {any}
296
+ * @memberof VbusApiListVbus
297
+ */
298
+ readonly search?: any;
299
+ /**
300
+ * Order allowing you to specify the desired order of entities retrieved from the server.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, transmissionStart, createdAt, updatedAt&lt;/i&gt;
301
+ * @type {any}
302
+ * @memberof VbusApiListVbus
303
+ */
304
+ readonly order?: any;
305
+ /**
306
+ * No expanding supported
307
+ * @type {any}
308
+ * @memberof VbusApiListVbus
309
+ */
310
+ readonly expand?: any;
311
+ /**
312
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
313
+ * @type {any}
314
+ * @memberof VbusApiListVbus
315
+ */
316
+ readonly filters?: any;
317
+ }
318
+ /**
319
+ * Request parameters for updateVbu operation in VbusApi.
320
+ * @export
321
+ * @interface VbusApiUpdateVbuRequest
322
+ */
323
+ export interface VbusApiUpdateVbuRequest {
324
+ /**
325
+ * Unique identifier for the object.
326
+ * @type {string}
327
+ * @memberof VbusApiUpdateVbu
328
+ */
329
+ readonly code: string;
330
+ /**
331
+ *
332
+ * @type {UpdateVbuRequestDto}
333
+ * @memberof VbusApiUpdateVbu
334
+ */
335
+ readonly updateVbuRequestDto: UpdateVbuRequestDto;
336
+ /**
337
+ * Bearer Token
338
+ * @type {string}
339
+ * @memberof VbusApiUpdateVbu
340
+ */
341
+ readonly authorization?: string;
342
+ }
343
+ /**
344
+ * VbusApi - object-oriented interface
345
+ * @export
346
+ * @class VbusApi
347
+ * @extends {BaseAPI}
348
+ */
349
+ export declare class VbusApi extends BaseAPI {
350
+ /**
351
+ * This endpoint will create a vbu message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
352
+ * @summary Create the vbu
353
+ * @param {VbusApiCreateVbuRequest} requestParameters Request parameters.
354
+ * @param {*} [options] Override http request option.
355
+ * @throws {RequiredError}
356
+ * @memberof VbusApi
357
+ */
358
+ createVbu(requestParameters: VbusApiCreateVbuRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVbuResponseClass, any>>;
359
+ /**
360
+ * This endpoint will create a vbuv message. The call is asynchronous and will return a code to retrieve the vbu when it is ready.
361
+ * @summary Create the vbu
362
+ * @param {VbusApiCreateVbuvRequest} requestParameters Request parameters.
363
+ * @param {*} [options] Override http request option.
364
+ * @throws {RequiredError}
365
+ * @memberof VbusApi
366
+ */
367
+ createVbuv(requestParameters: VbusApiCreateVbuvRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVbuvResponseClass, any>>;
368
+ /**
369
+ * Retrieves the details of the vbu that was previously created. Supply the unique vbu code that was returned when you created it and Emil Api will return the corresponding vbu information.
370
+ * @summary Retrieve the vbu
371
+ * @param {VbusApiGetVbuRequest} requestParameters Request parameters.
372
+ * @param {*} [options] Override http request option.
373
+ * @throws {RequiredError}
374
+ * @memberof VbusApi
375
+ */
376
+ getVbu(requestParameters: VbusApiGetVbuRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetVbuResponseClass, any>>;
377
+ /**
378
+ * Returns a list of vbus you have previously created. The vbus are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
379
+ * @summary List vbus
380
+ * @param {VbusApiListVbusRequest} requestParameters Request parameters.
381
+ * @param {*} [options] Override http request option.
382
+ * @throws {RequiredError}
383
+ * @memberof VbusApi
384
+ */
385
+ listVbus(requestParameters?: VbusApiListVbusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListVbusResponseClass, any>>;
386
+ /**
387
+ * Updates the specified vbu by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
388
+ * @summary Update the vbu
389
+ * @param {VbusApiUpdateVbuRequest} requestParameters Request parameters.
390
+ * @param {*} [options] Override http request option.
391
+ * @throws {RequiredError}
392
+ * @memberof VbusApi
393
+ */
394
+ updateVbu(requestParameters: VbusApiUpdateVbuRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateVbuResponseClass, any>>;
395
+ }