@emilgroup/insurance-sdk-node 1.48.0 → 1.48.1-beta.2

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 (141) hide show
  1. package/.openapi-generator/FILES +21 -8
  2. package/README.md +2 -2
  3. package/api/booking-funnels-api.ts +4 -4
  4. package/api/default-api.ts +8 -4
  5. package/api/emil-functions-api.ts +1314 -0
  6. package/api/insured-object-types-api.ts +4 -4
  7. package/api/insured-objects-api.ts +9 -6
  8. package/api/lead-statuses-api.ts +96 -12
  9. package/api/named-ranges-api.ts +4 -4
  10. package/api/partner-roles-api.ts +683 -0
  11. package/api/policies-api.ts +167 -180
  12. package/api/premium-formulas-api.ts +4 -4
  13. package/api/product-factors-api.ts +4 -4
  14. package/api/product-fields-api.ts +8 -8
  15. package/api/products-api.ts +12 -12
  16. package/api.ts +4 -2
  17. package/dist/api/booking-funnels-api.d.ts +4 -4
  18. package/dist/api/booking-funnels-api.js +4 -4
  19. package/dist/api/default-api.d.ts +8 -4
  20. package/dist/api/default-api.js +8 -4
  21. package/dist/api/emil-functions-api.d.ts +727 -0
  22. package/dist/api/emil-functions-api.js +1202 -0
  23. package/dist/api/insured-object-types-api.d.ts +4 -4
  24. package/dist/api/insured-object-types-api.js +3 -3
  25. package/dist/api/insured-objects-api.d.ts +4 -4
  26. package/dist/api/insured-objects-api.js +7 -5
  27. package/dist/api/lead-statuses-api.d.ts +63 -9
  28. package/dist/api/lead-statuses-api.js +45 -9
  29. package/dist/api/named-ranges-api.d.ts +4 -4
  30. package/dist/api/named-ranges-api.js +3 -3
  31. package/dist/api/partner-roles-api.d.ts +385 -0
  32. package/dist/api/{policy-partner-roles-api.js → partner-roles-api.js} +139 -139
  33. package/dist/api/policies-api.d.ts +131 -140
  34. package/dist/api/policies-api.js +114 -120
  35. package/dist/api/premium-formulas-api.d.ts +4 -4
  36. package/dist/api/premium-formulas-api.js +3 -3
  37. package/dist/api/product-factors-api.d.ts +4 -4
  38. package/dist/api/product-factors-api.js +3 -3
  39. package/dist/api/product-fields-api.d.ts +8 -8
  40. package/dist/api/product-fields-api.js +6 -6
  41. package/dist/api/products-api.d.ts +12 -12
  42. package/dist/api/products-api.js +9 -9
  43. package/dist/api.d.ts +2 -1
  44. package/dist/api.js +2 -1
  45. package/dist/models/booking-funnel-class.d.ts +1 -1
  46. package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
  47. package/dist/models/create-emil-function-request-dto.d.ts +42 -0
  48. package/dist/models/create-emil-function-secret-request-dto.d.ts +36 -0
  49. package/dist/models/{update-policy-partner-role-request-dto.d.ts → create-partner-role-request-dto.d.ts} +6 -6
  50. package/dist/models/{get-policy-partner-role-response-class.d.ts → create-partner-role-response-class.d.ts} +7 -7
  51. package/dist/models/create-product-request-dto.d.ts +1 -1
  52. package/dist/models/emil-function-class.d.ts +60 -0
  53. package/dist/models/{create-policy-partner-role-response-class.d.ts → emil-function-secret-class.d.ts} +12 -7
  54. package/dist/models/execute-emil-function-request-dto.d.ts +24 -0
  55. package/dist/models/get-emil-function-secret-response-class.d.ts +24 -0
  56. package/dist/models/get-emil-function-secret-response-class.js +15 -0
  57. package/dist/models/{update-policy-partner-role-response-class.d.ts → get-partner-role-response-class.d.ts} +7 -7
  58. package/dist/models/get-partner-role-response-class.js +15 -0
  59. package/dist/models/get-product-request-dto.d.ts +1 -1
  60. package/dist/models/index.d.ts +19 -7
  61. package/dist/models/index.js +19 -7
  62. package/dist/models/insured-object-type-class.d.ts +1 -1
  63. package/dist/models/invoice-item-class.d.ts +12 -0
  64. package/dist/models/lead-class.d.ts +8 -1
  65. package/dist/models/lead-status-class.d.ts +1 -1
  66. package/dist/models/list-emil-function-secrets-response-class.d.ts +25 -0
  67. package/dist/models/list-emil-function-secrets-response-class.js +15 -0
  68. package/dist/models/{list-policy-partner-roles-response-class.d.ts → list-emil-functions-response-class.d.ts} +8 -8
  69. package/dist/models/list-emil-functions-response-class.js +15 -0
  70. package/dist/models/list-partner-roles-response-class.d.ts +31 -0
  71. package/dist/models/list-partner-roles-response-class.js +15 -0
  72. package/dist/models/list-policy-versions-request-dto.d.ts +1 -1
  73. package/dist/models/list-request-dto.d.ts +1 -1
  74. package/dist/models/partner-class.d.ts +60 -0
  75. package/dist/models/partner-class.js +15 -0
  76. package/dist/models/partner-link-class.d.ts +86 -0
  77. package/dist/models/partner-link-class.js +15 -0
  78. package/dist/models/{policy-partner-role-class.d.ts → partner-role-class.d.ts} +10 -10
  79. package/dist/models/partner-role-class.js +15 -0
  80. package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
  81. package/dist/models/policy-class.d.ts +7 -0
  82. package/dist/models/product-class.d.ts +1 -1
  83. package/dist/models/shared-update-named-range-request-dto.d.ts +1 -1
  84. package/dist/models/status-transition-rule-class.d.ts +1 -1
  85. package/dist/models/update-emil-function-request-dto.d.ts +42 -0
  86. package/dist/models/update-emil-function-request-dto.js +15 -0
  87. package/dist/models/update-emil-function-secret-request-dto.d.ts +30 -0
  88. package/dist/models/update-emil-function-secret-request-dto.js +15 -0
  89. package/dist/models/update-named-range-request-dto.d.ts +1 -1
  90. package/dist/models/{create-policy-partner-role-request-dto.d.ts → update-partner-role-request-dto.d.ts} +6 -6
  91. package/dist/models/update-partner-role-request-dto.js +15 -0
  92. package/dist/models/update-partner-role-response-class.d.ts +25 -0
  93. package/dist/models/update-partner-role-response-class.js +15 -0
  94. package/dist/models/update-product-request-dto.d.ts +1 -1
  95. package/models/booking-funnel-class.ts +1 -1
  96. package/models/create-booking-funnel-request-dto.ts +1 -1
  97. package/models/create-emil-function-request-dto.ts +48 -0
  98. package/models/create-emil-function-secret-request-dto.ts +42 -0
  99. package/models/{update-policy-partner-role-request-dto.ts → create-partner-role-request-dto.ts} +6 -6
  100. package/models/{get-policy-partner-role-response-class.ts → create-partner-role-response-class.ts} +7 -7
  101. package/models/create-product-request-dto.ts +1 -1
  102. package/models/emil-function-class.ts +66 -0
  103. package/models/{update-policy-partner-role-response-class.ts → emil-function-secret-class.ts} +12 -7
  104. package/models/execute-emil-function-request-dto.ts +30 -0
  105. package/models/get-emil-function-secret-response-class.ts +30 -0
  106. package/models/{create-policy-partner-role-response-class.ts → get-partner-role-response-class.ts} +7 -7
  107. package/models/get-product-request-dto.ts +1 -1
  108. package/models/index.ts +19 -7
  109. package/models/insured-object-type-class.ts +1 -1
  110. package/models/invoice-item-class.ts +12 -0
  111. package/models/lead-class.ts +8 -1
  112. package/models/lead-status-class.ts +1 -1
  113. package/models/list-emil-function-secrets-response-class.ts +31 -0
  114. package/models/{list-policy-partner-roles-response-class.ts → list-emil-functions-response-class.ts} +8 -8
  115. package/models/list-partner-roles-response-class.ts +37 -0
  116. package/models/list-policy-versions-request-dto.ts +1 -1
  117. package/models/list-request-dto.ts +1 -1
  118. package/models/partner-class.ts +66 -0
  119. package/models/partner-link-class.ts +92 -0
  120. package/models/{policy-partner-role-class.ts → partner-role-class.ts} +10 -10
  121. package/models/patch-draft-policy-request-dto.ts +1 -1
  122. package/models/policy-class.ts +7 -0
  123. package/models/product-class.ts +1 -1
  124. package/models/shared-update-named-range-request-dto.ts +1 -1
  125. package/models/status-transition-rule-class.ts +1 -1
  126. package/models/update-emil-function-request-dto.ts +48 -0
  127. package/models/update-emil-function-secret-request-dto.ts +36 -0
  128. package/models/update-named-range-request-dto.ts +1 -1
  129. package/models/{create-policy-partner-role-request-dto.ts → update-partner-role-request-dto.ts} +6 -6
  130. package/models/update-partner-role-response-class.ts +31 -0
  131. package/models/update-product-request-dto.ts +1 -1
  132. package/package.json +1 -1
  133. package/api/policy-partner-roles-api.ts +0 -683
  134. package/dist/api/policy-partner-roles-api.d.ts +0 -385
  135. /package/dist/models/{create-policy-partner-role-request-dto.js → create-emil-function-request-dto.js} +0 -0
  136. /package/dist/models/{create-policy-partner-role-response-class.js → create-emil-function-secret-request-dto.js} +0 -0
  137. /package/dist/models/{get-policy-partner-role-response-class.js → create-partner-role-request-dto.js} +0 -0
  138. /package/dist/models/{list-policy-partner-roles-response-class.js → create-partner-role-response-class.js} +0 -0
  139. /package/dist/models/{policy-partner-role-class.js → emil-function-class.js} +0 -0
  140. /package/dist/models/{update-policy-partner-role-request-dto.js → emil-function-secret-class.js} +0 -0
  141. /package/dist/models/{update-policy-partner-role-response-class.js → execute-emil-function-request-dto.js} +0 -0
@@ -0,0 +1,727 @@
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 { CreateEmilFunctionRequestDto } from '../models';
16
+ import { CreateEmilFunctionSecretRequestDto } from '../models';
17
+ import { DeleteResponseClass } from '../models';
18
+ import { EmptyResponseClass } from '../models';
19
+ import { ExecuteEmilFunctionRequestDto } from '../models';
20
+ import { GetEmilFunctionSecretResponseClass } from '../models';
21
+ import { ListEmilFunctionSecretsResponseClass } from '../models';
22
+ import { ListEmilFunctionsResponseClass } from '../models';
23
+ import { UpdateEmilFunctionRequestDto } from '../models';
24
+ import { UpdateEmilFunctionSecretRequestDto } from '../models';
25
+ /**
26
+ * EmilFunctionsApi - axios parameter creator
27
+ * @export
28
+ */
29
+ export declare const EmilFunctionsApiAxiosParamCreator: (configuration?: Configuration) => {
30
+ /**
31
+ * This will create the Emil function.
32
+ * @summary Create the Emil function
33
+ * @param {CreateEmilFunctionRequestDto} createEmilFunctionRequestDto
34
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
35
+ * @param {*} [options] Override http request option.
36
+ * @throws {RequiredError}
37
+ */
38
+ createEmilFunction: (createEmilFunctionRequestDto: CreateEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
39
+ /**
40
+ * This will create the Emil function secret.
41
+ * @summary Create the Emil function secret
42
+ * @param {CreateEmilFunctionSecretRequestDto} createEmilFunctionSecretRequestDto
43
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
44
+ * @param {*} [options] Override http request option.
45
+ * @throws {RequiredError}
46
+ */
47
+ createEmilFunctionSecret: (createEmilFunctionSecretRequestDto: CreateEmilFunctionSecretRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
48
+ /**
49
+ * Permanently deletes the Emil function. Supply the unique code that was returned when you created the Emil function and this will delete it.
50
+ * @summary Delete the Emil function
51
+ * @param {number} id
52
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
53
+ * @param {*} [options] Override http request option.
54
+ * @throws {RequiredError}
55
+ */
56
+ deleteEmilFunction: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
57
+ /**
58
+ * Permanently deletes the Emil function secret. Supply the unique code that was returned when you created the Emil function secret and this will delete it.
59
+ * @summary Delete the Emil function secret
60
+ * @param {string} name
61
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
62
+ * @param {*} [options] Override http request option.
63
+ * @throws {RequiredError}
64
+ */
65
+ deleteEmilFunctionSecret: (name: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
+ /**
67
+ * This will execute the Emil function.
68
+ * @summary Execute the Emil function
69
+ * @param {string} slug
70
+ * @param {ExecuteEmilFunctionRequestDto} executeEmilFunctionRequestDto
71
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
72
+ * @param {*} [options] Override http request option.
73
+ * @throws {RequiredError}
74
+ */
75
+ executeEmilFunction: (slug: string, executeEmilFunctionRequestDto: ExecuteEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
76
+ /**
77
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
78
+ * @summary Retrieve the Emil function
79
+ * @param {number} id
80
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
81
+ * @param {*} [options] Override http request option.
82
+ * @throws {RequiredError}
83
+ */
84
+ getEmilFunction: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
85
+ /**
86
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
87
+ * @summary Retrieve the Emil function secret
88
+ * @param {string} name
89
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
90
+ * @param {*} [options] Override http request option.
91
+ * @throws {RequiredError}
92
+ */
93
+ getEmilFunctionSecret: (name: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
94
+ /**
95
+ * Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
96
+ * @summary List Emil function secrets
97
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
98
+ * @param {*} [options] Override http request option.
99
+ * @throws {RequiredError}
100
+ */
101
+ listEmilFunctionSecrets: (authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
102
+ /**
103
+ * Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
104
+ * @summary List Emil functions
105
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
106
+ * @param {number} [pageSize] Page size.
107
+ * @param {string} [pageToken] Page token.
108
+ * @param {string} [filter] List filter
109
+ * @param {string} [search] Search query.
110
+ * @param {string} [order] Ordering criteria.
111
+ * @param {string} [expand] Extra fields to fetch.
112
+ * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
113
+ * @param {*} [options] Override http request option.
114
+ * @throws {RequiredError}
115
+ */
116
+ listEmilFunctions: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
117
+ /**
118
+ * Updates the specified Emil function by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
119
+ * @summary Update the Emil function
120
+ * @param {number} id
121
+ * @param {UpdateEmilFunctionRequestDto} updateEmilFunctionRequestDto
122
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
123
+ * @param {*} [options] Override http request option.
124
+ * @throws {RequiredError}
125
+ */
126
+ updateEmilFunction: (id: number, updateEmilFunctionRequestDto: UpdateEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
127
+ /**
128
+ * Updates the specified Emil function secret by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
129
+ * @summary Update the Emil function secret
130
+ * @param {string} name
131
+ * @param {UpdateEmilFunctionSecretRequestDto} updateEmilFunctionSecretRequestDto
132
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
133
+ * @param {*} [options] Override http request option.
134
+ * @throws {RequiredError}
135
+ */
136
+ updateEmilFunctionSecret: (name: string, updateEmilFunctionSecretRequestDto: UpdateEmilFunctionSecretRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
137
+ };
138
+ /**
139
+ * EmilFunctionsApi - functional programming interface
140
+ * @export
141
+ */
142
+ export declare const EmilFunctionsApiFp: (configuration?: Configuration) => {
143
+ /**
144
+ * This will create the Emil function.
145
+ * @summary Create the Emil function
146
+ * @param {CreateEmilFunctionRequestDto} createEmilFunctionRequestDto
147
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
148
+ * @param {*} [options] Override http request option.
149
+ * @throws {RequiredError}
150
+ */
151
+ createEmilFunction(createEmilFunctionRequestDto: CreateEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
152
+ /**
153
+ * This will create the Emil function secret.
154
+ * @summary Create the Emil function secret
155
+ * @param {CreateEmilFunctionSecretRequestDto} createEmilFunctionSecretRequestDto
156
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
157
+ * @param {*} [options] Override http request option.
158
+ * @throws {RequiredError}
159
+ */
160
+ createEmilFunctionSecret(createEmilFunctionSecretRequestDto: CreateEmilFunctionSecretRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptyResponseClass>>;
161
+ /**
162
+ * Permanently deletes the Emil function. Supply the unique code that was returned when you created the Emil function and this will delete it.
163
+ * @summary Delete the Emil function
164
+ * @param {number} id
165
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
166
+ * @param {*} [options] Override http request option.
167
+ * @throws {RequiredError}
168
+ */
169
+ deleteEmilFunction(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
170
+ /**
171
+ * Permanently deletes the Emil function secret. Supply the unique code that was returned when you created the Emil function secret and this will delete it.
172
+ * @summary Delete the Emil function secret
173
+ * @param {string} name
174
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
175
+ * @param {*} [options] Override http request option.
176
+ * @throws {RequiredError}
177
+ */
178
+ deleteEmilFunctionSecret(name: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
179
+ /**
180
+ * This will execute the Emil function.
181
+ * @summary Execute the Emil function
182
+ * @param {string} slug
183
+ * @param {ExecuteEmilFunctionRequestDto} executeEmilFunctionRequestDto
184
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
185
+ * @param {*} [options] Override http request option.
186
+ * @throws {RequiredError}
187
+ */
188
+ executeEmilFunction(slug: string, executeEmilFunctionRequestDto: ExecuteEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
189
+ /**
190
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
191
+ * @summary Retrieve the Emil function
192
+ * @param {number} id
193
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
194
+ * @param {*} [options] Override http request option.
195
+ * @throws {RequiredError}
196
+ */
197
+ getEmilFunction(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
198
+ /**
199
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
200
+ * @summary Retrieve the Emil function secret
201
+ * @param {string} name
202
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
203
+ * @param {*} [options] Override http request option.
204
+ * @throws {RequiredError}
205
+ */
206
+ getEmilFunctionSecret(name: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEmilFunctionSecretResponseClass>>;
207
+ /**
208
+ * Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
209
+ * @summary List Emil function secrets
210
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
211
+ * @param {*} [options] Override http request option.
212
+ * @throws {RequiredError}
213
+ */
214
+ listEmilFunctionSecrets(authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListEmilFunctionSecretsResponseClass>>;
215
+ /**
216
+ * Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
217
+ * @summary List Emil functions
218
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
219
+ * @param {number} [pageSize] Page size.
220
+ * @param {string} [pageToken] Page token.
221
+ * @param {string} [filter] List filter
222
+ * @param {string} [search] Search query.
223
+ * @param {string} [order] Ordering criteria.
224
+ * @param {string} [expand] Extra fields to fetch.
225
+ * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
226
+ * @param {*} [options] Override http request option.
227
+ * @throws {RequiredError}
228
+ */
229
+ listEmilFunctions(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListEmilFunctionsResponseClass>>;
230
+ /**
231
+ * Updates the specified Emil function by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
232
+ * @summary Update the Emil function
233
+ * @param {number} id
234
+ * @param {UpdateEmilFunctionRequestDto} updateEmilFunctionRequestDto
235
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
236
+ * @param {*} [options] Override http request option.
237
+ * @throws {RequiredError}
238
+ */
239
+ updateEmilFunction(id: number, updateEmilFunctionRequestDto: UpdateEmilFunctionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
240
+ /**
241
+ * Updates the specified Emil function secret by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
242
+ * @summary Update the Emil function secret
243
+ * @param {string} name
244
+ * @param {UpdateEmilFunctionSecretRequestDto} updateEmilFunctionSecretRequestDto
245
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
246
+ * @param {*} [options] Override http request option.
247
+ * @throws {RequiredError}
248
+ */
249
+ updateEmilFunctionSecret(name: string, updateEmilFunctionSecretRequestDto: UpdateEmilFunctionSecretRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptyResponseClass>>;
250
+ };
251
+ /**
252
+ * EmilFunctionsApi - factory interface
253
+ * @export
254
+ */
255
+ export declare const EmilFunctionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
256
+ /**
257
+ * This will create the Emil function.
258
+ * @summary Create the Emil function
259
+ * @param {CreateEmilFunctionRequestDto} createEmilFunctionRequestDto
260
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
261
+ * @param {*} [options] Override http request option.
262
+ * @throws {RequiredError}
263
+ */
264
+ createEmilFunction(createEmilFunctionRequestDto: CreateEmilFunctionRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
265
+ /**
266
+ * This will create the Emil function secret.
267
+ * @summary Create the Emil function secret
268
+ * @param {CreateEmilFunctionSecretRequestDto} createEmilFunctionSecretRequestDto
269
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
270
+ * @param {*} [options] Override http request option.
271
+ * @throws {RequiredError}
272
+ */
273
+ createEmilFunctionSecret(createEmilFunctionSecretRequestDto: CreateEmilFunctionSecretRequestDto, authorization?: string, options?: any): AxiosPromise<EmptyResponseClass>;
274
+ /**
275
+ * Permanently deletes the Emil function. Supply the unique code that was returned when you created the Emil function and this will delete it.
276
+ * @summary Delete the Emil function
277
+ * @param {number} id
278
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
279
+ * @param {*} [options] Override http request option.
280
+ * @throws {RequiredError}
281
+ */
282
+ deleteEmilFunction(id: number, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
283
+ /**
284
+ * Permanently deletes the Emil function secret. Supply the unique code that was returned when you created the Emil function secret and this will delete it.
285
+ * @summary Delete the Emil function secret
286
+ * @param {string} name
287
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
288
+ * @param {*} [options] Override http request option.
289
+ * @throws {RequiredError}
290
+ */
291
+ deleteEmilFunctionSecret(name: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
292
+ /**
293
+ * This will execute the Emil function.
294
+ * @summary Execute the Emil function
295
+ * @param {string} slug
296
+ * @param {ExecuteEmilFunctionRequestDto} executeEmilFunctionRequestDto
297
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
298
+ * @param {*} [options] Override http request option.
299
+ * @throws {RequiredError}
300
+ */
301
+ executeEmilFunction(slug: string, executeEmilFunctionRequestDto: ExecuteEmilFunctionRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
302
+ /**
303
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
304
+ * @summary Retrieve the Emil function
305
+ * @param {number} id
306
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
307
+ * @param {*} [options] Override http request option.
308
+ * @throws {RequiredError}
309
+ */
310
+ getEmilFunction(id: number, authorization?: string, options?: any): AxiosPromise<object>;
311
+ /**
312
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
313
+ * @summary Retrieve the Emil function secret
314
+ * @param {string} name
315
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
316
+ * @param {*} [options] Override http request option.
317
+ * @throws {RequiredError}
318
+ */
319
+ getEmilFunctionSecret(name: string, authorization?: string, options?: any): AxiosPromise<GetEmilFunctionSecretResponseClass>;
320
+ /**
321
+ * Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
322
+ * @summary List Emil function secrets
323
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
324
+ * @param {*} [options] Override http request option.
325
+ * @throws {RequiredError}
326
+ */
327
+ listEmilFunctionSecrets(authorization?: string, options?: any): AxiosPromise<ListEmilFunctionSecretsResponseClass>;
328
+ /**
329
+ * Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
330
+ * @summary List Emil functions
331
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
332
+ * @param {number} [pageSize] Page size.
333
+ * @param {string} [pageToken] Page token.
334
+ * @param {string} [filter] List filter
335
+ * @param {string} [search] Search query.
336
+ * @param {string} [order] Ordering criteria.
337
+ * @param {string} [expand] Extra fields to fetch.
338
+ * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
339
+ * @param {*} [options] Override http request option.
340
+ * @throws {RequiredError}
341
+ */
342
+ listEmilFunctions(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListEmilFunctionsResponseClass>;
343
+ /**
344
+ * Updates the specified Emil function by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
345
+ * @summary Update the Emil function
346
+ * @param {number} id
347
+ * @param {UpdateEmilFunctionRequestDto} updateEmilFunctionRequestDto
348
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
349
+ * @param {*} [options] Override http request option.
350
+ * @throws {RequiredError}
351
+ */
352
+ updateEmilFunction(id: number, updateEmilFunctionRequestDto: UpdateEmilFunctionRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
353
+ /**
354
+ * Updates the specified Emil function secret by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
355
+ * @summary Update the Emil function secret
356
+ * @param {string} name
357
+ * @param {UpdateEmilFunctionSecretRequestDto} updateEmilFunctionSecretRequestDto
358
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
359
+ * @param {*} [options] Override http request option.
360
+ * @throws {RequiredError}
361
+ */
362
+ updateEmilFunctionSecret(name: string, updateEmilFunctionSecretRequestDto: UpdateEmilFunctionSecretRequestDto, authorization?: string, options?: any): AxiosPromise<EmptyResponseClass>;
363
+ };
364
+ /**
365
+ * Request parameters for createEmilFunction operation in EmilFunctionsApi.
366
+ * @export
367
+ * @interface EmilFunctionsApiCreateEmilFunctionRequest
368
+ */
369
+ export interface EmilFunctionsApiCreateEmilFunctionRequest {
370
+ /**
371
+ *
372
+ * @type {CreateEmilFunctionRequestDto}
373
+ * @memberof EmilFunctionsApiCreateEmilFunction
374
+ */
375
+ readonly createEmilFunctionRequestDto: CreateEmilFunctionRequestDto;
376
+ /**
377
+ * Bearer Token: provided by the login endpoint under the name accessToken.
378
+ * @type {string}
379
+ * @memberof EmilFunctionsApiCreateEmilFunction
380
+ */
381
+ readonly authorization?: string;
382
+ }
383
+ /**
384
+ * Request parameters for createEmilFunctionSecret operation in EmilFunctionsApi.
385
+ * @export
386
+ * @interface EmilFunctionsApiCreateEmilFunctionSecretRequest
387
+ */
388
+ export interface EmilFunctionsApiCreateEmilFunctionSecretRequest {
389
+ /**
390
+ *
391
+ * @type {CreateEmilFunctionSecretRequestDto}
392
+ * @memberof EmilFunctionsApiCreateEmilFunctionSecret
393
+ */
394
+ readonly createEmilFunctionSecretRequestDto: CreateEmilFunctionSecretRequestDto;
395
+ /**
396
+ * Bearer Token: provided by the login endpoint under the name accessToken.
397
+ * @type {string}
398
+ * @memberof EmilFunctionsApiCreateEmilFunctionSecret
399
+ */
400
+ readonly authorization?: string;
401
+ }
402
+ /**
403
+ * Request parameters for deleteEmilFunction operation in EmilFunctionsApi.
404
+ * @export
405
+ * @interface EmilFunctionsApiDeleteEmilFunctionRequest
406
+ */
407
+ export interface EmilFunctionsApiDeleteEmilFunctionRequest {
408
+ /**
409
+ *
410
+ * @type {number}
411
+ * @memberof EmilFunctionsApiDeleteEmilFunction
412
+ */
413
+ readonly id: number;
414
+ /**
415
+ * Bearer Token: provided by the login endpoint under the name accessToken.
416
+ * @type {string}
417
+ * @memberof EmilFunctionsApiDeleteEmilFunction
418
+ */
419
+ readonly authorization?: string;
420
+ }
421
+ /**
422
+ * Request parameters for deleteEmilFunctionSecret operation in EmilFunctionsApi.
423
+ * @export
424
+ * @interface EmilFunctionsApiDeleteEmilFunctionSecretRequest
425
+ */
426
+ export interface EmilFunctionsApiDeleteEmilFunctionSecretRequest {
427
+ /**
428
+ *
429
+ * @type {string}
430
+ * @memberof EmilFunctionsApiDeleteEmilFunctionSecret
431
+ */
432
+ readonly name: string;
433
+ /**
434
+ * Bearer Token: provided by the login endpoint under the name accessToken.
435
+ * @type {string}
436
+ * @memberof EmilFunctionsApiDeleteEmilFunctionSecret
437
+ */
438
+ readonly authorization?: string;
439
+ }
440
+ /**
441
+ * Request parameters for executeEmilFunction operation in EmilFunctionsApi.
442
+ * @export
443
+ * @interface EmilFunctionsApiExecuteEmilFunctionRequest
444
+ */
445
+ export interface EmilFunctionsApiExecuteEmilFunctionRequest {
446
+ /**
447
+ *
448
+ * @type {string}
449
+ * @memberof EmilFunctionsApiExecuteEmilFunction
450
+ */
451
+ readonly slug: string;
452
+ /**
453
+ *
454
+ * @type {ExecuteEmilFunctionRequestDto}
455
+ * @memberof EmilFunctionsApiExecuteEmilFunction
456
+ */
457
+ readonly executeEmilFunctionRequestDto: ExecuteEmilFunctionRequestDto;
458
+ /**
459
+ * Bearer Token: provided by the login endpoint under the name accessToken.
460
+ * @type {string}
461
+ * @memberof EmilFunctionsApiExecuteEmilFunction
462
+ */
463
+ readonly authorization?: string;
464
+ }
465
+ /**
466
+ * Request parameters for getEmilFunction operation in EmilFunctionsApi.
467
+ * @export
468
+ * @interface EmilFunctionsApiGetEmilFunctionRequest
469
+ */
470
+ export interface EmilFunctionsApiGetEmilFunctionRequest {
471
+ /**
472
+ *
473
+ * @type {number}
474
+ * @memberof EmilFunctionsApiGetEmilFunction
475
+ */
476
+ readonly id: number;
477
+ /**
478
+ * Bearer Token: provided by the login endpoint under the name accessToken.
479
+ * @type {string}
480
+ * @memberof EmilFunctionsApiGetEmilFunction
481
+ */
482
+ readonly authorization?: string;
483
+ }
484
+ /**
485
+ * Request parameters for getEmilFunctionSecret operation in EmilFunctionsApi.
486
+ * @export
487
+ * @interface EmilFunctionsApiGetEmilFunctionSecretRequest
488
+ */
489
+ export interface EmilFunctionsApiGetEmilFunctionSecretRequest {
490
+ /**
491
+ *
492
+ * @type {string}
493
+ * @memberof EmilFunctionsApiGetEmilFunctionSecret
494
+ */
495
+ readonly name: string;
496
+ /**
497
+ * Bearer Token: provided by the login endpoint under the name accessToken.
498
+ * @type {string}
499
+ * @memberof EmilFunctionsApiGetEmilFunctionSecret
500
+ */
501
+ readonly authorization?: string;
502
+ }
503
+ /**
504
+ * Request parameters for listEmilFunctionSecrets operation in EmilFunctionsApi.
505
+ * @export
506
+ * @interface EmilFunctionsApiListEmilFunctionSecretsRequest
507
+ */
508
+ export interface EmilFunctionsApiListEmilFunctionSecretsRequest {
509
+ /**
510
+ * Bearer Token: provided by the login endpoint under the name accessToken.
511
+ * @type {string}
512
+ * @memberof EmilFunctionsApiListEmilFunctionSecrets
513
+ */
514
+ readonly authorization?: string;
515
+ }
516
+ /**
517
+ * Request parameters for listEmilFunctions operation in EmilFunctionsApi.
518
+ * @export
519
+ * @interface EmilFunctionsApiListEmilFunctionsRequest
520
+ */
521
+ export interface EmilFunctionsApiListEmilFunctionsRequest {
522
+ /**
523
+ * Bearer Token: provided by the login endpoint under the name accessToken.
524
+ * @type {string}
525
+ * @memberof EmilFunctionsApiListEmilFunctions
526
+ */
527
+ readonly authorization?: string;
528
+ /**
529
+ * Page size.
530
+ * @type {number}
531
+ * @memberof EmilFunctionsApiListEmilFunctions
532
+ */
533
+ readonly pageSize?: number;
534
+ /**
535
+ * Page token.
536
+ * @type {string}
537
+ * @memberof EmilFunctionsApiListEmilFunctions
538
+ */
539
+ readonly pageToken?: string;
540
+ /**
541
+ * List filter
542
+ * @type {string}
543
+ * @memberof EmilFunctionsApiListEmilFunctions
544
+ */
545
+ readonly filter?: string;
546
+ /**
547
+ * Search query.
548
+ * @type {string}
549
+ * @memberof EmilFunctionsApiListEmilFunctions
550
+ */
551
+ readonly search?: string;
552
+ /**
553
+ * Ordering criteria.
554
+ * @type {string}
555
+ * @memberof EmilFunctionsApiListEmilFunctions
556
+ */
557
+ readonly order?: string;
558
+ /**
559
+ * Extra fields to fetch.
560
+ * @type {string}
561
+ * @memberof EmilFunctionsApiListEmilFunctions
562
+ */
563
+ readonly expand?: string;
564
+ /**
565
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
566
+ * @type {string}
567
+ * @memberof EmilFunctionsApiListEmilFunctions
568
+ */
569
+ readonly filters?: string;
570
+ }
571
+ /**
572
+ * Request parameters for updateEmilFunction operation in EmilFunctionsApi.
573
+ * @export
574
+ * @interface EmilFunctionsApiUpdateEmilFunctionRequest
575
+ */
576
+ export interface EmilFunctionsApiUpdateEmilFunctionRequest {
577
+ /**
578
+ *
579
+ * @type {number}
580
+ * @memberof EmilFunctionsApiUpdateEmilFunction
581
+ */
582
+ readonly id: number;
583
+ /**
584
+ *
585
+ * @type {UpdateEmilFunctionRequestDto}
586
+ * @memberof EmilFunctionsApiUpdateEmilFunction
587
+ */
588
+ readonly updateEmilFunctionRequestDto: UpdateEmilFunctionRequestDto;
589
+ /**
590
+ * Bearer Token: provided by the login endpoint under the name accessToken.
591
+ * @type {string}
592
+ * @memberof EmilFunctionsApiUpdateEmilFunction
593
+ */
594
+ readonly authorization?: string;
595
+ }
596
+ /**
597
+ * Request parameters for updateEmilFunctionSecret operation in EmilFunctionsApi.
598
+ * @export
599
+ * @interface EmilFunctionsApiUpdateEmilFunctionSecretRequest
600
+ */
601
+ export interface EmilFunctionsApiUpdateEmilFunctionSecretRequest {
602
+ /**
603
+ *
604
+ * @type {string}
605
+ * @memberof EmilFunctionsApiUpdateEmilFunctionSecret
606
+ */
607
+ readonly name: string;
608
+ /**
609
+ *
610
+ * @type {UpdateEmilFunctionSecretRequestDto}
611
+ * @memberof EmilFunctionsApiUpdateEmilFunctionSecret
612
+ */
613
+ readonly updateEmilFunctionSecretRequestDto: UpdateEmilFunctionSecretRequestDto;
614
+ /**
615
+ * Bearer Token: provided by the login endpoint under the name accessToken.
616
+ * @type {string}
617
+ * @memberof EmilFunctionsApiUpdateEmilFunctionSecret
618
+ */
619
+ readonly authorization?: string;
620
+ }
621
+ /**
622
+ * EmilFunctionsApi - object-oriented interface
623
+ * @export
624
+ * @class EmilFunctionsApi
625
+ * @extends {BaseAPI}
626
+ */
627
+ export declare class EmilFunctionsApi extends BaseAPI {
628
+ /**
629
+ * This will create the Emil function.
630
+ * @summary Create the Emil function
631
+ * @param {EmilFunctionsApiCreateEmilFunctionRequest} requestParameters Request parameters.
632
+ * @param {*} [options] Override http request option.
633
+ * @throws {RequiredError}
634
+ * @memberof EmilFunctionsApi
635
+ */
636
+ createEmilFunction(requestParameters: EmilFunctionsApiCreateEmilFunctionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
637
+ /**
638
+ * This will create the Emil function secret.
639
+ * @summary Create the Emil function secret
640
+ * @param {EmilFunctionsApiCreateEmilFunctionSecretRequest} requestParameters Request parameters.
641
+ * @param {*} [options] Override http request option.
642
+ * @throws {RequiredError}
643
+ * @memberof EmilFunctionsApi
644
+ */
645
+ createEmilFunctionSecret(requestParameters: EmilFunctionsApiCreateEmilFunctionSecretRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptyResponseClass, any>>;
646
+ /**
647
+ * Permanently deletes the Emil function. Supply the unique code that was returned when you created the Emil function and this will delete it.
648
+ * @summary Delete the Emil function
649
+ * @param {EmilFunctionsApiDeleteEmilFunctionRequest} requestParameters Request parameters.
650
+ * @param {*} [options] Override http request option.
651
+ * @throws {RequiredError}
652
+ * @memberof EmilFunctionsApi
653
+ */
654
+ deleteEmilFunction(requestParameters: EmilFunctionsApiDeleteEmilFunctionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
655
+ /**
656
+ * Permanently deletes the Emil function secret. Supply the unique code that was returned when you created the Emil function secret and this will delete it.
657
+ * @summary Delete the Emil function secret
658
+ * @param {EmilFunctionsApiDeleteEmilFunctionSecretRequest} requestParameters Request parameters.
659
+ * @param {*} [options] Override http request option.
660
+ * @throws {RequiredError}
661
+ * @memberof EmilFunctionsApi
662
+ */
663
+ deleteEmilFunctionSecret(requestParameters: EmilFunctionsApiDeleteEmilFunctionSecretRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
664
+ /**
665
+ * This will execute the Emil function.
666
+ * @summary Execute the Emil function
667
+ * @param {EmilFunctionsApiExecuteEmilFunctionRequest} requestParameters Request parameters.
668
+ * @param {*} [options] Override http request option.
669
+ * @throws {RequiredError}
670
+ * @memberof EmilFunctionsApi
671
+ */
672
+ executeEmilFunction(requestParameters: EmilFunctionsApiExecuteEmilFunctionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
673
+ /**
674
+ * Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
675
+ * @summary Retrieve the Emil function
676
+ * @param {EmilFunctionsApiGetEmilFunctionRequest} requestParameters Request parameters.
677
+ * @param {*} [options] Override http request option.
678
+ * @throws {RequiredError}
679
+ * @memberof EmilFunctionsApi
680
+ */
681
+ getEmilFunction(requestParameters: EmilFunctionsApiGetEmilFunctionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
682
+ /**
683
+ * Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
684
+ * @summary Retrieve the Emil function secret
685
+ * @param {EmilFunctionsApiGetEmilFunctionSecretRequest} requestParameters Request parameters.
686
+ * @param {*} [options] Override http request option.
687
+ * @throws {RequiredError}
688
+ * @memberof EmilFunctionsApi
689
+ */
690
+ getEmilFunctionSecret(requestParameters: EmilFunctionsApiGetEmilFunctionSecretRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetEmilFunctionSecretResponseClass, any>>;
691
+ /**
692
+ * Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
693
+ * @summary List Emil function secrets
694
+ * @param {EmilFunctionsApiListEmilFunctionSecretsRequest} requestParameters Request parameters.
695
+ * @param {*} [options] Override http request option.
696
+ * @throws {RequiredError}
697
+ * @memberof EmilFunctionsApi
698
+ */
699
+ listEmilFunctionSecrets(requestParameters?: EmilFunctionsApiListEmilFunctionSecretsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListEmilFunctionSecretsResponseClass, any>>;
700
+ /**
701
+ * Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
702
+ * @summary List Emil functions
703
+ * @param {EmilFunctionsApiListEmilFunctionsRequest} requestParameters Request parameters.
704
+ * @param {*} [options] Override http request option.
705
+ * @throws {RequiredError}
706
+ * @memberof EmilFunctionsApi
707
+ */
708
+ listEmilFunctions(requestParameters?: EmilFunctionsApiListEmilFunctionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListEmilFunctionsResponseClass, any>>;
709
+ /**
710
+ * Updates the specified Emil function by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
711
+ * @summary Update the Emil function
712
+ * @param {EmilFunctionsApiUpdateEmilFunctionRequest} requestParameters Request parameters.
713
+ * @param {*} [options] Override http request option.
714
+ * @throws {RequiredError}
715
+ * @memberof EmilFunctionsApi
716
+ */
717
+ updateEmilFunction(requestParameters: EmilFunctionsApiUpdateEmilFunctionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
718
+ /**
719
+ * Updates the specified Emil function secret by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
720
+ * @summary Update the Emil function secret
721
+ * @param {EmilFunctionsApiUpdateEmilFunctionSecretRequest} requestParameters Request parameters.
722
+ * @param {*} [options] Override http request option.
723
+ * @throws {RequiredError}
724
+ * @memberof EmilFunctionsApi
725
+ */
726
+ updateEmilFunctionSecret(requestParameters: EmilFunctionsApiUpdateEmilFunctionSecretRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptyResponseClass, any>>;
727
+ }