@emilgroup/insurance-sdk-node 1.36.0 → 1.36.1

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 (310) hide show
  1. package/README.md +2 -2
  2. package/dist/api/default-api.d.ts +66 -0
  3. package/dist/api/default-api.js +200 -0
  4. package/dist/api/insured-object-types-api.d.ts +141 -0
  5. package/dist/api/insured-object-types-api.js +258 -0
  6. package/dist/api/insured-objects-api.d.ts +318 -0
  7. package/dist/api/insured-objects-api.js +539 -0
  8. package/dist/api/lead-statuses-api.d.ts +265 -0
  9. package/dist/api/lead-statuses-api.js +505 -0
  10. package/dist/api/leads-api.d.ts +626 -0
  11. package/dist/api/leads-api.js +1024 -0
  12. package/dist/api/named-ranges-api.d.ts +376 -0
  13. package/dist/api/named-ranges-api.js +634 -0
  14. package/dist/api/policies-api.d.ts +722 -0
  15. package/dist/api/policies-api.js +1141 -0
  16. package/dist/api/premium-formulas-api.d.ts +433 -0
  17. package/dist/api/premium-formulas-api.js +727 -0
  18. package/dist/api/product-factors-api.d.ts +493 -0
  19. package/dist/api/product-factors-api.js +788 -0
  20. package/dist/api/product-fields-api.d.ts +477 -0
  21. package/dist/api/product-fields-api.js +757 -0
  22. package/dist/api/product-versions-api.d.ts +189 -0
  23. package/dist/api/product-versions-api.js +346 -0
  24. package/dist/api/products-api.d.ts +485 -0
  25. package/dist/api/products-api.js +772 -0
  26. package/dist/api.d.ts +23 -0
  27. package/dist/api.js +41 -0
  28. package/dist/base.d.ts +78 -0
  29. package/dist/base.js +394 -0
  30. package/dist/common.d.ts +92 -0
  31. package/dist/common.js +277 -0
  32. package/dist/configuration.d.ts +90 -0
  33. package/dist/configuration.js +44 -0
  34. package/dist/index.d.ts +15 -0
  35. package/dist/index.js +36 -0
  36. package/dist/models/activate-policy-request-dto.d.ts +24 -0
  37. package/dist/models/activate-policy-request-dto.js +15 -0
  38. package/dist/models/activate-policy-response-class.d.ts +25 -0
  39. package/dist/models/activate-policy-response-class.js +15 -0
  40. package/dist/models/calculate-custom-premium-request-dto.d.ts +35 -0
  41. package/dist/models/calculate-custom-premium-request-dto.js +20 -0
  42. package/dist/models/calculate-premium-request-dto.d.ts +38 -0
  43. package/dist/models/calculate-premium-request-dto.js +15 -0
  44. package/dist/models/calculate-product-fields-request-dto.d.ts +31 -0
  45. package/dist/models/calculate-product-fields-request-dto.js +15 -0
  46. package/dist/models/clone-product-version-request-dto.d.ts +36 -0
  47. package/dist/models/clone-product-version-request-dto.js +15 -0
  48. package/dist/models/create-account-request-dto.d.ts +120 -0
  49. package/dist/models/create-account-request-dto.js +26 -0
  50. package/dist/models/create-bank-account-request-dto.d.ts +30 -0
  51. package/dist/models/create-bank-account-request-dto.js +15 -0
  52. package/dist/models/create-custom-application-request-dto.d.ts +41 -0
  53. package/dist/models/create-custom-application-request-dto.js +20 -0
  54. package/dist/models/create-dummy-policy-request-dto.d.ts +44 -0
  55. package/dist/models/create-dummy-policy-request-dto.js +15 -0
  56. package/dist/models/create-insured-object-request-dto.d.ts +60 -0
  57. package/dist/models/create-insured-object-request-dto.js +15 -0
  58. package/dist/models/create-insured-object-response-class.d.ts +25 -0
  59. package/dist/models/create-insured-object-response-class.js +15 -0
  60. package/dist/models/create-lead-async-response-class.d.ts +24 -0
  61. package/dist/models/create-lead-async-response-class.js +15 -0
  62. package/dist/models/create-lead-policy-request-dto.d.ts +56 -0
  63. package/dist/models/create-lead-policy-request-dto.js +15 -0
  64. package/dist/models/create-lead-request-dto.d.ts +96 -0
  65. package/dist/models/create-lead-request-dto.js +15 -0
  66. package/dist/models/create-lead-response-class.d.ts +25 -0
  67. package/dist/models/create-lead-response-class.js +15 -0
  68. package/dist/models/create-lead-status-request-dto.d.ts +30 -0
  69. package/dist/models/create-lead-status-request-dto.js +15 -0
  70. package/dist/models/create-lead-status-response-class.d.ts +25 -0
  71. package/dist/models/create-lead-status-response-class.js +15 -0
  72. package/dist/models/create-named-range-request-dto.d.ts +55 -0
  73. package/dist/models/create-named-range-request-dto.js +15 -0
  74. package/dist/models/create-named-range-response-class.d.ts +25 -0
  75. package/dist/models/create-named-range-response-class.js +15 -0
  76. package/dist/models/create-named-request-s3-data-class.d.ts +30 -0
  77. package/dist/models/create-named-request-s3-data-class.js +15 -0
  78. package/dist/models/create-payment-method-request-dto.d.ts +31 -0
  79. package/dist/models/create-payment-method-request-dto.js +15 -0
  80. package/dist/models/create-policy-request-dto.d.ts +62 -0
  81. package/dist/models/create-policy-request-dto.js +15 -0
  82. package/dist/models/create-policy-response-class.d.ts +25 -0
  83. package/dist/models/create-policy-response-class.js +15 -0
  84. package/dist/models/create-premium-formula-request-dto.d.ts +105 -0
  85. package/dist/models/create-premium-formula-request-dto.js +39 -0
  86. package/dist/models/create-premium-formula-response-class.d.ts +25 -0
  87. package/dist/models/create-premium-formula-response-class.js +15 -0
  88. package/dist/models/create-product-field-request-dto.d.ts +137 -0
  89. package/dist/models/create-product-field-request-dto.js +20 -0
  90. package/dist/models/create-product-field-response-class.d.ts +25 -0
  91. package/dist/models/create-product-field-response-class.js +15 -0
  92. package/dist/models/create-product-request-dto.d.ts +85 -0
  93. package/dist/models/create-product-request-dto.js +51 -0
  94. package/dist/models/create-product-response-class.d.ts +25 -0
  95. package/dist/models/create-product-response-class.js +15 -0
  96. package/dist/models/csv-product-factor-dto.d.ts +48 -0
  97. package/dist/models/csv-product-factor-dto.js +15 -0
  98. package/dist/models/delete-request-dto.d.ts +24 -0
  99. package/dist/models/delete-request-dto.js +15 -0
  100. package/dist/models/delete-response-class.d.ts +24 -0
  101. package/dist/models/delete-response-class.js +15 -0
  102. package/dist/models/empty-response-class.d.ts +24 -0
  103. package/dist/models/empty-response-class.js +15 -0
  104. package/dist/models/get-insured-object-response-class.d.ts +25 -0
  105. package/dist/models/get-insured-object-response-class.js +15 -0
  106. package/dist/models/get-lead-response-class.d.ts +25 -0
  107. package/dist/models/get-lead-response-class.js +15 -0
  108. package/dist/models/get-lead-status-response-class.d.ts +25 -0
  109. package/dist/models/get-lead-status-response-class.js +15 -0
  110. package/dist/models/get-named-range-response-class.d.ts +25 -0
  111. package/dist/models/get-named-range-response-class.js +15 -0
  112. package/dist/models/get-policy-data-by-date-request-dto.d.ts +30 -0
  113. package/dist/models/get-policy-data-by-date-request-dto.js +15 -0
  114. package/dist/models/get-policy-request-dto.d.ts +30 -0
  115. package/dist/models/get-policy-request-dto.js +15 -0
  116. package/dist/models/get-policy-response-class.d.ts +25 -0
  117. package/dist/models/get-policy-response-class.js +15 -0
  118. package/dist/models/get-premium-formula-request-dto.d.ts +24 -0
  119. package/dist/models/get-premium-formula-request-dto.js +15 -0
  120. package/dist/models/get-premium-formula-response-class.d.ts +25 -0
  121. package/dist/models/get-premium-formula-response-class.js +15 -0
  122. package/dist/models/get-product-factor-response-class.d.ts +32 -0
  123. package/dist/models/get-product-factor-response-class.js +15 -0
  124. package/dist/models/get-product-factor-value-request-dto.d.ts +42 -0
  125. package/dist/models/get-product-factor-value-request-dto.js +15 -0
  126. package/dist/models/get-product-factor-value-response-class.d.ts +25 -0
  127. package/dist/models/get-product-factor-value-response-class.js +15 -0
  128. package/dist/models/get-product-factors-for-version-request-dto.d.ts +36 -0
  129. package/dist/models/get-product-factors-for-version-request-dto.js +15 -0
  130. package/dist/models/get-product-factors-for-version-response-class.d.ts +25 -0
  131. package/dist/models/get-product-factors-for-version-response-class.js +15 -0
  132. package/dist/models/get-product-field-request-dto.d.ts +24 -0
  133. package/dist/models/get-product-field-request-dto.js +15 -0
  134. package/dist/models/get-product-field-response-class.d.ts +25 -0
  135. package/dist/models/get-product-field-response-class.js +15 -0
  136. package/dist/models/get-product-request-dto.d.ts +42 -0
  137. package/dist/models/get-product-request-dto.js +15 -0
  138. package/dist/models/get-product-response-class.d.ts +25 -0
  139. package/dist/models/get-product-response-class.js +15 -0
  140. package/dist/models/get-product-version-request-dto.d.ts +36 -0
  141. package/dist/models/get-product-version-request-dto.js +15 -0
  142. package/dist/models/get-product-version-response-class.d.ts +25 -0
  143. package/dist/models/get-product-version-response-class.js +15 -0
  144. package/dist/models/grouped-product-factor-class.d.ts +37 -0
  145. package/dist/models/grouped-product-factor-class.js +15 -0
  146. package/dist/models/grouped-product-factor-value-class.d.ts +42 -0
  147. package/dist/models/grouped-product-factor-value-class.js +15 -0
  148. package/dist/models/grouped-product-factors-response-class.d.ts +25 -0
  149. package/dist/models/grouped-product-factors-response-class.js +15 -0
  150. package/dist/models/grpc-patch-lead-request-dto.d.ts +102 -0
  151. package/dist/models/grpc-patch-lead-request-dto.js +15 -0
  152. package/dist/models/grpc-update-lead-request-dto.d.ts +102 -0
  153. package/dist/models/grpc-update-lead-request-dto.js +15 -0
  154. package/dist/models/index.d.ts +136 -0
  155. package/dist/models/index.js +152 -0
  156. package/dist/models/inline-response200.d.ts +54 -0
  157. package/dist/models/inline-response200.js +15 -0
  158. package/dist/models/inline-response503.d.ts +54 -0
  159. package/dist/models/inline-response503.js +15 -0
  160. package/dist/models/insured-object-class.d.ts +85 -0
  161. package/dist/models/insured-object-class.js +15 -0
  162. package/dist/models/insured-object-type-class.d.ts +48 -0
  163. package/dist/models/insured-object-type-class.js +15 -0
  164. package/dist/models/invoice-item-class.d.ts +117 -0
  165. package/dist/models/invoice-item-class.js +24 -0
  166. package/dist/models/invoice-status-class.d.ts +47 -0
  167. package/dist/models/invoice-status-class.js +20 -0
  168. package/dist/models/lead-bank-account-class.d.ts +30 -0
  169. package/dist/models/lead-bank-account-class.js +15 -0
  170. package/dist/models/lead-class.d.ts +133 -0
  171. package/dist/models/lead-class.js +15 -0
  172. package/dist/models/lead-status-class.d.ts +36 -0
  173. package/dist/models/lead-status-class.js +15 -0
  174. package/dist/models/list-insured-object-types-response-class.d.ts +31 -0
  175. package/dist/models/list-insured-object-types-response-class.js +15 -0
  176. package/dist/models/list-insured-objects-response-class.d.ts +31 -0
  177. package/dist/models/list-insured-objects-response-class.js +15 -0
  178. package/dist/models/list-lead-statuses-response-class.d.ts +31 -0
  179. package/dist/models/list-lead-statuses-response-class.js +15 -0
  180. package/dist/models/list-leads-response-class.d.ts +43 -0
  181. package/dist/models/list-leads-response-class.js +15 -0
  182. package/dist/models/list-named-ranges-response-class.d.ts +30 -0
  183. package/dist/models/list-named-ranges-response-class.js +15 -0
  184. package/dist/models/list-policies-response-class.d.ts +43 -0
  185. package/dist/models/list-policies-response-class.js +15 -0
  186. package/dist/models/list-premium-formulas-response-class.d.ts +31 -0
  187. package/dist/models/list-premium-formulas-response-class.js +15 -0
  188. package/dist/models/list-product-factors-response-class.d.ts +31 -0
  189. package/dist/models/list-product-factors-response-class.js +15 -0
  190. package/dist/models/list-product-field-types-response-class.d.ts +31 -0
  191. package/dist/models/list-product-field-types-response-class.js +15 -0
  192. package/dist/models/list-product-fields-response-class.d.ts +31 -0
  193. package/dist/models/list-product-fields-response-class.js +15 -0
  194. package/dist/models/list-products-response-class.d.ts +31 -0
  195. package/dist/models/list-products-response-class.js +15 -0
  196. package/dist/models/list-request-dto.d.ts +54 -0
  197. package/dist/models/list-request-dto.js +15 -0
  198. package/dist/models/named-range-class.d.ts +78 -0
  199. package/dist/models/named-range-class.js +15 -0
  200. package/dist/models/patch-lead-request-dto.d.ts +90 -0
  201. package/dist/models/patch-lead-request-dto.js +15 -0
  202. package/dist/models/patch-lead-response-class.d.ts +25 -0
  203. package/dist/models/patch-lead-response-class.js +15 -0
  204. package/dist/models/patch-policy-request-dto.d.ts +50 -0
  205. package/dist/models/patch-policy-request-dto.js +15 -0
  206. package/dist/models/patch-policy-response-class.d.ts +25 -0
  207. package/dist/models/patch-policy-response-class.js +15 -0
  208. package/dist/models/policy-class.d.ts +128 -0
  209. package/dist/models/policy-class.js +15 -0
  210. package/dist/models/policy-object-class.d.ts +60 -0
  211. package/dist/models/policy-object-class.js +15 -0
  212. package/dist/models/policy-object-dto.d.ts +42 -0
  213. package/dist/models/policy-object-dto.js +15 -0
  214. package/dist/models/policy-premium-class.d.ts +49 -0
  215. package/dist/models/policy-premium-class.js +15 -0
  216. package/dist/models/policy-premium-item-class.d.ts +55 -0
  217. package/dist/models/policy-premium-item-class.js +15 -0
  218. package/dist/models/policy-version-class.d.ts +55 -0
  219. package/dist/models/policy-version-class.js +15 -0
  220. package/dist/models/premium-formula-class.d.ts +96 -0
  221. package/dist/models/premium-formula-class.js +15 -0
  222. package/dist/models/premium-override-dto.d.ts +55 -0
  223. package/dist/models/premium-override-dto.js +27 -0
  224. package/dist/models/premium-override-request-class.d.ts +25 -0
  225. package/dist/models/premium-override-request-class.js +15 -0
  226. package/dist/models/premium-override-request-dto.d.ts +25 -0
  227. package/dist/models/premium-override-request-dto.js +15 -0
  228. package/dist/models/product-class.d.ts +80 -0
  229. package/dist/models/product-class.js +15 -0
  230. package/dist/models/product-factor-class.d.ts +61 -0
  231. package/dist/models/product-factor-class.js +15 -0
  232. package/dist/models/product-factor-for-version-class.d.ts +61 -0
  233. package/dist/models/product-factor-for-version-class.js +15 -0
  234. package/dist/models/product-factor-value-class.d.ts +60 -0
  235. package/dist/models/product-factor-value-class.js +15 -0
  236. package/dist/models/product-factor-value-for-version-class.d.ts +42 -0
  237. package/dist/models/product-factor-value-for-version-class.js +15 -0
  238. package/dist/models/product-field-class.d.ts +132 -0
  239. package/dist/models/product-field-class.js +15 -0
  240. package/dist/models/product-field-type-class.d.ts +48 -0
  241. package/dist/models/product-field-type-class.js +15 -0
  242. package/dist/models/product-version-class.d.ts +61 -0
  243. package/dist/models/product-version-class.js +22 -0
  244. package/dist/models/sepa-dto.d.ts +30 -0
  245. package/dist/models/sepa-dto.js +15 -0
  246. package/dist/models/shared-create-lead-policy-request-dto.d.ts +56 -0
  247. package/dist/models/shared-create-lead-policy-request-dto.js +15 -0
  248. package/dist/models/shared-invoice-class.d.ts +150 -0
  249. package/dist/models/shared-invoice-class.js +30 -0
  250. package/dist/models/shared-lead-policy-object-dto.d.ts +42 -0
  251. package/dist/models/shared-lead-policy-object-dto.js +15 -0
  252. package/dist/models/shared-product-field-class.d.ts +132 -0
  253. package/dist/models/shared-product-field-class.js +15 -0
  254. package/dist/models/shared-update-named-range-request-dto.d.ts +42 -0
  255. package/dist/models/shared-update-named-range-request-dto.js +15 -0
  256. package/dist/models/shared-update-premium-formula-request-dto.d.ts +111 -0
  257. package/dist/models/shared-update-premium-formula-request-dto.js +39 -0
  258. package/dist/models/store-product-factors-request-dto.d.ts +31 -0
  259. package/dist/models/store-product-factors-request-dto.js +15 -0
  260. package/dist/models/store-product-factors-response-class.d.ts +25 -0
  261. package/dist/models/store-product-factors-response-class.js +15 -0
  262. package/dist/models/suspend-policy-request-dto.d.ts +24 -0
  263. package/dist/models/suspend-policy-request-dto.js +15 -0
  264. package/dist/models/suspend-policy-response-class.d.ts +25 -0
  265. package/dist/models/suspend-policy-response-class.js +15 -0
  266. package/dist/models/swap-premium-formulas-order-request-dto.d.ts +30 -0
  267. package/dist/models/swap-premium-formulas-order-request-dto.js +15 -0
  268. package/dist/models/terminate-policy-request-dto.d.ts +44 -0
  269. package/dist/models/terminate-policy-request-dto.js +29 -0
  270. package/dist/models/terminate-policy-response-class.d.ts +25 -0
  271. package/dist/models/terminate-policy-response-class.js +15 -0
  272. package/dist/models/timeslice-class.d.ts +62 -0
  273. package/dist/models/timeslice-class.js +15 -0
  274. package/dist/models/update-insured-object-request-dto.d.ts +66 -0
  275. package/dist/models/update-insured-object-request-dto.js +15 -0
  276. package/dist/models/update-lead-request-dto.d.ts +90 -0
  277. package/dist/models/update-lead-request-dto.js +15 -0
  278. package/dist/models/update-lead-response-class.d.ts +25 -0
  279. package/dist/models/update-lead-response-class.js +15 -0
  280. package/dist/models/update-named-range-request-dto.d.ts +36 -0
  281. package/dist/models/update-named-range-request-dto.js +15 -0
  282. package/dist/models/update-named-range-response-class.d.ts +25 -0
  283. package/dist/models/update-named-range-response-class.js +15 -0
  284. package/dist/models/update-policy-request-dto.d.ts +76 -0
  285. package/dist/models/update-policy-request-dto.js +23 -0
  286. package/dist/models/update-policy-response-class.d.ts +25 -0
  287. package/dist/models/update-policy-response-class.js +15 -0
  288. package/dist/models/update-premium-formula-request-dto.d.ts +105 -0
  289. package/dist/models/update-premium-formula-request-dto.js +39 -0
  290. package/dist/models/update-premium-formula-response-class.d.ts +25 -0
  291. package/dist/models/update-premium-formula-response-class.js +15 -0
  292. package/dist/models/update-product-field-request-dto.d.ts +143 -0
  293. package/dist/models/update-product-field-request-dto.js +20 -0
  294. package/dist/models/update-product-field-response-class.d.ts +25 -0
  295. package/dist/models/update-product-field-response-class.js +15 -0
  296. package/dist/models/update-product-request-dto.d.ts +42 -0
  297. package/dist/models/update-product-request-dto.js +15 -0
  298. package/dist/models/update-product-response-class.d.ts +25 -0
  299. package/dist/models/update-product-response-class.js +15 -0
  300. package/dist/models/update-product-version-request-dto.d.ts +43 -0
  301. package/dist/models/update-product-version-request-dto.js +22 -0
  302. package/dist/models/update-product-version-response-class.d.ts +25 -0
  303. package/dist/models/update-product-version-response-class.js +15 -0
  304. package/dist/models/uploaded-document-dto.d.ts +24 -0
  305. package/dist/models/uploaded-document-dto.js +15 -0
  306. package/dist/models/validate-product-factors-request-dto.d.ts +31 -0
  307. package/dist/models/validate-product-factors-request-dto.js +15 -0
  308. package/dist/models/withdraw-policy-response-class.d.ts +25 -0
  309. package/dist/models/withdraw-policy-response-class.js +15 -0
  310. package/package.json +2 -2
@@ -0,0 +1,318 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService 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 { CreateInsuredObjectRequestDto } from '../models';
16
+ import { CreateInsuredObjectResponseClass } from '../models';
17
+ import { GetInsuredObjectResponseClass } from '../models';
18
+ import { ListInsuredObjectsResponseClass } from '../models';
19
+ /**
20
+ * InsuredObjectsApi - axios parameter creator
21
+ * @export
22
+ */
23
+ export declare const InsuredObjectsApiAxiosParamCreator: (configuration?: Configuration) => {
24
+ /**
25
+ * Creates an insured object.
26
+ * @summary Create the insured object
27
+ * @param {CreateInsuredObjectRequestDto} createInsuredObjectRequestDto
28
+ * @param {string} [authorization] Bearer Token
29
+ * @param {*} [options] Override http request option.
30
+ * @throws {RequiredError}
31
+ */
32
+ createInsuredObject: (createInsuredObjectRequestDto: CreateInsuredObjectRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
33
+ /**
34
+ * Permanently deletes the insured object. Supply the unique id that was returned when you created the insured object and this will delete it.
35
+ * @summary Delete the insured object
36
+ * @param {number} id
37
+ * @param {string} [authorization] Bearer Token
38
+ * @param {*} [options] Override http request option.
39
+ * @throws {RequiredError}
40
+ */
41
+ deleteInsuredObject: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
42
+ /**
43
+ * Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
44
+ * @summary Retrieve the insured object
45
+ * @param {number} id
46
+ * @param {string} [authorization] Bearer Token
47
+ * @param {string} [expand] Fields to expand response by.
48
+ * @param {*} [options] Override http request option.
49
+ * @throws {RequiredError}
50
+ */
51
+ getInsuredObject: (id: number, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
+ /**
53
+ * Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
54
+ * @summary List insured objects
55
+ * @param {string} [authorization] Bearer Token
56
+ * @param {number} [pageSize] Page size.
57
+ * @param {string} [pageToken] Page token.
58
+ * @param {string} [filter] List filter
59
+ * @param {string} [search] Search query.
60
+ * @param {string} [order] Ordering criteria.
61
+ * @param {string} [expand] Extra fields to fetch.
62
+ * @param {*} [options] Override http request option.
63
+ * @throws {RequiredError}
64
+ */
65
+ listInsuredObjects: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
+ };
67
+ /**
68
+ * InsuredObjectsApi - functional programming interface
69
+ * @export
70
+ */
71
+ export declare const InsuredObjectsApiFp: (configuration?: Configuration) => {
72
+ /**
73
+ * Creates an insured object.
74
+ * @summary Create the insured object
75
+ * @param {CreateInsuredObjectRequestDto} createInsuredObjectRequestDto
76
+ * @param {string} [authorization] Bearer Token
77
+ * @param {*} [options] Override http request option.
78
+ * @throws {RequiredError}
79
+ */
80
+ createInsuredObject(createInsuredObjectRequestDto: CreateInsuredObjectRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateInsuredObjectResponseClass>>;
81
+ /**
82
+ * Permanently deletes the insured object. Supply the unique id that was returned when you created the insured object and this will delete it.
83
+ * @summary Delete the insured object
84
+ * @param {number} id
85
+ * @param {string} [authorization] Bearer Token
86
+ * @param {*} [options] Override http request option.
87
+ * @throws {RequiredError}
88
+ */
89
+ deleteInsuredObject(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
90
+ /**
91
+ * Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
92
+ * @summary Retrieve the insured object
93
+ * @param {number} id
94
+ * @param {string} [authorization] Bearer Token
95
+ * @param {string} [expand] Fields to expand response by.
96
+ * @param {*} [options] Override http request option.
97
+ * @throws {RequiredError}
98
+ */
99
+ getInsuredObject(id: number, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetInsuredObjectResponseClass>>;
100
+ /**
101
+ * Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
102
+ * @summary List insured objects
103
+ * @param {string} [authorization] Bearer Token
104
+ * @param {number} [pageSize] Page size.
105
+ * @param {string} [pageToken] Page token.
106
+ * @param {string} [filter] List filter
107
+ * @param {string} [search] Search query.
108
+ * @param {string} [order] Ordering criteria.
109
+ * @param {string} [expand] Extra fields to fetch.
110
+ * @param {*} [options] Override http request option.
111
+ * @throws {RequiredError}
112
+ */
113
+ listInsuredObjects(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListInsuredObjectsResponseClass>>;
114
+ };
115
+ /**
116
+ * InsuredObjectsApi - factory interface
117
+ * @export
118
+ */
119
+ export declare const InsuredObjectsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
120
+ /**
121
+ * Creates an insured object.
122
+ * @summary Create the insured object
123
+ * @param {CreateInsuredObjectRequestDto} createInsuredObjectRequestDto
124
+ * @param {string} [authorization] Bearer Token
125
+ * @param {*} [options] Override http request option.
126
+ * @throws {RequiredError}
127
+ */
128
+ createInsuredObject(createInsuredObjectRequestDto: CreateInsuredObjectRequestDto, authorization?: string, options?: any): AxiosPromise<CreateInsuredObjectResponseClass>;
129
+ /**
130
+ * Permanently deletes the insured object. Supply the unique id that was returned when you created the insured object and this will delete it.
131
+ * @summary Delete the insured object
132
+ * @param {number} id
133
+ * @param {string} [authorization] Bearer Token
134
+ * @param {*} [options] Override http request option.
135
+ * @throws {RequiredError}
136
+ */
137
+ deleteInsuredObject(id: number, authorization?: string, options?: any): AxiosPromise<object>;
138
+ /**
139
+ * Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
140
+ * @summary Retrieve the insured object
141
+ * @param {number} id
142
+ * @param {string} [authorization] Bearer Token
143
+ * @param {string} [expand] Fields to expand response by.
144
+ * @param {*} [options] Override http request option.
145
+ * @throws {RequiredError}
146
+ */
147
+ getInsuredObject(id: number, authorization?: string, expand?: string, options?: any): AxiosPromise<GetInsuredObjectResponseClass>;
148
+ /**
149
+ * Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
150
+ * @summary List insured objects
151
+ * @param {string} [authorization] Bearer Token
152
+ * @param {number} [pageSize] Page size.
153
+ * @param {string} [pageToken] Page token.
154
+ * @param {string} [filter] List filter
155
+ * @param {string} [search] Search query.
156
+ * @param {string} [order] Ordering criteria.
157
+ * @param {string} [expand] Extra fields to fetch.
158
+ * @param {*} [options] Override http request option.
159
+ * @throws {RequiredError}
160
+ */
161
+ listInsuredObjects(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListInsuredObjectsResponseClass>;
162
+ };
163
+ /**
164
+ * Request parameters for createInsuredObject operation in InsuredObjectsApi.
165
+ * @export
166
+ * @interface InsuredObjectsApiCreateInsuredObjectRequest
167
+ */
168
+ export interface InsuredObjectsApiCreateInsuredObjectRequest {
169
+ /**
170
+ *
171
+ * @type {CreateInsuredObjectRequestDto}
172
+ * @memberof InsuredObjectsApiCreateInsuredObject
173
+ */
174
+ readonly createInsuredObjectRequestDto: CreateInsuredObjectRequestDto;
175
+ /**
176
+ * Bearer Token
177
+ * @type {string}
178
+ * @memberof InsuredObjectsApiCreateInsuredObject
179
+ */
180
+ readonly authorization?: string;
181
+ }
182
+ /**
183
+ * Request parameters for deleteInsuredObject operation in InsuredObjectsApi.
184
+ * @export
185
+ * @interface InsuredObjectsApiDeleteInsuredObjectRequest
186
+ */
187
+ export interface InsuredObjectsApiDeleteInsuredObjectRequest {
188
+ /**
189
+ *
190
+ * @type {number}
191
+ * @memberof InsuredObjectsApiDeleteInsuredObject
192
+ */
193
+ readonly id: number;
194
+ /**
195
+ * Bearer Token
196
+ * @type {string}
197
+ * @memberof InsuredObjectsApiDeleteInsuredObject
198
+ */
199
+ readonly authorization?: string;
200
+ }
201
+ /**
202
+ * Request parameters for getInsuredObject operation in InsuredObjectsApi.
203
+ * @export
204
+ * @interface InsuredObjectsApiGetInsuredObjectRequest
205
+ */
206
+ export interface InsuredObjectsApiGetInsuredObjectRequest {
207
+ /**
208
+ *
209
+ * @type {number}
210
+ * @memberof InsuredObjectsApiGetInsuredObject
211
+ */
212
+ readonly id: number;
213
+ /**
214
+ * Bearer Token
215
+ * @type {string}
216
+ * @memberof InsuredObjectsApiGetInsuredObject
217
+ */
218
+ readonly authorization?: string;
219
+ /**
220
+ * Fields to expand response by.
221
+ * @type {string}
222
+ * @memberof InsuredObjectsApiGetInsuredObject
223
+ */
224
+ readonly expand?: string;
225
+ }
226
+ /**
227
+ * Request parameters for listInsuredObjects operation in InsuredObjectsApi.
228
+ * @export
229
+ * @interface InsuredObjectsApiListInsuredObjectsRequest
230
+ */
231
+ export interface InsuredObjectsApiListInsuredObjectsRequest {
232
+ /**
233
+ * Bearer Token
234
+ * @type {string}
235
+ * @memberof InsuredObjectsApiListInsuredObjects
236
+ */
237
+ readonly authorization?: string;
238
+ /**
239
+ * Page size.
240
+ * @type {number}
241
+ * @memberof InsuredObjectsApiListInsuredObjects
242
+ */
243
+ readonly pageSize?: number;
244
+ /**
245
+ * Page token.
246
+ * @type {string}
247
+ * @memberof InsuredObjectsApiListInsuredObjects
248
+ */
249
+ readonly pageToken?: string;
250
+ /**
251
+ * List filter
252
+ * @type {string}
253
+ * @memberof InsuredObjectsApiListInsuredObjects
254
+ */
255
+ readonly filter?: string;
256
+ /**
257
+ * Search query.
258
+ * @type {string}
259
+ * @memberof InsuredObjectsApiListInsuredObjects
260
+ */
261
+ readonly search?: string;
262
+ /**
263
+ * Ordering criteria.
264
+ * @type {string}
265
+ * @memberof InsuredObjectsApiListInsuredObjects
266
+ */
267
+ readonly order?: string;
268
+ /**
269
+ * Extra fields to fetch.
270
+ * @type {string}
271
+ * @memberof InsuredObjectsApiListInsuredObjects
272
+ */
273
+ readonly expand?: string;
274
+ }
275
+ /**
276
+ * InsuredObjectsApi - object-oriented interface
277
+ * @export
278
+ * @class InsuredObjectsApi
279
+ * @extends {BaseAPI}
280
+ */
281
+ export declare class InsuredObjectsApi extends BaseAPI {
282
+ /**
283
+ * Creates an insured object.
284
+ * @summary Create the insured object
285
+ * @param {InsuredObjectsApiCreateInsuredObjectRequest} requestParameters Request parameters.
286
+ * @param {*} [options] Override http request option.
287
+ * @throws {RequiredError}
288
+ * @memberof InsuredObjectsApi
289
+ */
290
+ createInsuredObject(requestParameters: InsuredObjectsApiCreateInsuredObjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateInsuredObjectResponseClass, any>>;
291
+ /**
292
+ * Permanently deletes the insured object. Supply the unique id that was returned when you created the insured object and this will delete it.
293
+ * @summary Delete the insured object
294
+ * @param {InsuredObjectsApiDeleteInsuredObjectRequest} requestParameters Request parameters.
295
+ * @param {*} [options] Override http request option.
296
+ * @throws {RequiredError}
297
+ * @memberof InsuredObjectsApi
298
+ */
299
+ deleteInsuredObject(requestParameters: InsuredObjectsApiDeleteInsuredObjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
300
+ /**
301
+ * Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
302
+ * @summary Retrieve the insured object
303
+ * @param {InsuredObjectsApiGetInsuredObjectRequest} requestParameters Request parameters.
304
+ * @param {*} [options] Override http request option.
305
+ * @throws {RequiredError}
306
+ * @memberof InsuredObjectsApi
307
+ */
308
+ getInsuredObject(requestParameters: InsuredObjectsApiGetInsuredObjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetInsuredObjectResponseClass, any>>;
309
+ /**
310
+ * Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
311
+ * @summary List insured objects
312
+ * @param {InsuredObjectsApiListInsuredObjectsRequest} requestParameters Request parameters.
313
+ * @param {*} [options] Override http request option.
314
+ * @throws {RequiredError}
315
+ * @memberof InsuredObjectsApi
316
+ */
317
+ listInsuredObjects(requestParameters?: InsuredObjectsApiListInsuredObjectsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListInsuredObjectsResponseClass, any>>;
318
+ }