@factpulse/sdk 3.0.24 → 3.0.26

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 (63) hide show
  1. package/.openapi-generator/FILES +2 -10
  2. package/CHANGELOG.md +3 -3
  3. package/README.md +19 -38
  4. package/api/afnorpdppadirectory-service-api.ts +127 -457
  5. package/dist/api/afnorpdppadirectory-service-api.d.ts +72 -192
  6. package/dist/api/afnorpdppadirectory-service-api.js +126 -419
  7. package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +72 -192
  8. package/dist/esm/api/afnorpdppadirectory-service-api.js +127 -420
  9. package/dist/esm/models/{accept-language.d.ts → facture-electronique-models-invoice-type-code.d.ts} +67 -5
  10. package/dist/esm/models/{facture-electronique-rest-api-schemas-ereporting-invoice-type-code.js → facture-electronique-models-invoice-type-code.js} +66 -7
  11. package/dist/esm/models/index.d.ts +1 -5
  12. package/dist/esm/models/index.js +1 -5
  13. package/dist/esm/models/invoice-input.d.ts +2 -2
  14. package/dist/esm/models/invoice-type-code.d.ts +6 -65
  15. package/dist/esm/models/invoice-type-code.js +6 -65
  16. package/dist/esm/models/simplified-invoice-data.d.ts +2 -2
  17. package/dist/esm/src/helpers/client.js +1 -1
  18. package/dist/{esm/models/accept-language.js → models/facture-electronique-models-invoice-type-code.d.ts} +67 -6
  19. package/dist/models/{accept-language.js → facture-electronique-models-invoice-type-code.js} +67 -5
  20. package/dist/models/index.d.ts +1 -5
  21. package/dist/models/index.js +1 -5
  22. package/dist/models/invoice-input.d.ts +2 -2
  23. package/dist/models/invoice-type-code.d.ts +6 -65
  24. package/dist/models/invoice-type-code.js +6 -65
  25. package/dist/models/simplified-invoice-data.d.ts +2 -2
  26. package/dist/src/helpers/client.js +1 -1
  27. package/docs/AFNORPDPPADirectoryServiceApi.md +42 -153
  28. package/docs/FactureElectroniqueModelsInvoiceTypeCode.md +39 -0
  29. package/docs/InvoiceInput.md +1 -1
  30. package/docs/InvoiceTypeCode.md +6 -28
  31. package/docs/SimplifiedInvoiceData.md +1 -1
  32. package/models/{accept-language.ts → facture-electronique-models-invoice-type-code.ts} +67 -5
  33. package/models/index.ts +1 -5
  34. package/models/invoice-input.ts +2 -2
  35. package/models/invoice-type-code.ts +6 -65
  36. package/models/simplified-invoice-data.ts +2 -2
  37. package/package.json +1 -1
  38. package/src/helpers/client.ts +1 -1
  39. package/dist/esm/models/directory-line-include.d.ts +0 -21
  40. package/dist/esm/models/directory-line-include.js +0 -22
  41. package/dist/esm/models/facture-electronique-rest-api-schemas-ereporting-invoice-type-code.d.ts +0 -22
  42. package/dist/esm/models/routing-code-include.d.ts +0 -19
  43. package/dist/esm/models/routing-code-include.js +0 -20
  44. package/dist/esm/models/siret-include.d.ts +0 -18
  45. package/dist/esm/models/siret-include.js +0 -19
  46. package/dist/models/accept-language.d.ts +0 -19
  47. package/dist/models/directory-line-include.d.ts +0 -21
  48. package/dist/models/directory-line-include.js +0 -25
  49. package/dist/models/facture-electronique-rest-api-schemas-ereporting-invoice-type-code.d.ts +0 -22
  50. package/dist/models/facture-electronique-rest-api-schemas-ereporting-invoice-type-code.js +0 -26
  51. package/dist/models/routing-code-include.d.ts +0 -19
  52. package/dist/models/routing-code-include.js +0 -23
  53. package/dist/models/siret-include.d.ts +0 -18
  54. package/dist/models/siret-include.js +0 -22
  55. package/docs/AcceptLanguage.md +0 -11
  56. package/docs/DirectoryLineInclude.md +0 -15
  57. package/docs/FactureElectroniqueRestApiSchemasEreportingInvoiceTypeCode.md +0 -17
  58. package/docs/RoutingCodeInclude.md +0 -11
  59. package/docs/SiretInclude.md +0 -9
  60. package/models/directory-line-include.ts +0 -31
  61. package/models/facture-electronique-rest-api-schemas-ereporting-invoice-type-code.ts +0 -32
  62. package/models/routing-code-include.ts +0 -29
  63. package/models/siret-include.ts +0 -28
@@ -22,10 +22,6 @@ import type { AFNORRoutingCodePost201Response } from '../models';
22
22
  import type { AFNORRoutingCodeSearchPost200Response } from '../models';
23
23
  import type { AFNORSirenSearchPost200Response } from '../models';
24
24
  import type { AFNORSiretSearchPost200Response } from '../models';
25
- import type { AcceptLanguage } from '../models';
26
- import type { DirectoryLineInclude } from '../models';
27
- import type { RoutingCodeInclude } from '../models';
28
- import type { SiretInclude } from '../models';
29
25
  /**
30
26
  * AFNORPDPPADirectoryServiceApi - axios parameter creator
31
27
  */
@@ -33,28 +29,25 @@ export declare const AFNORPDPPADirectoryServiceApiAxiosParamCreator: (configurat
33
29
  /**
34
30
  * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
35
31
  * @summary Creating a directory line
36
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
37
32
  * @param {*} [options] Override http request option.
38
33
  * @throws {RequiredError}
39
34
  */
40
- createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
35
+ createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41
36
  /**
42
37
  * Creating a routing code.
43
38
  * @summary Create a routing code
44
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
45
39
  * @param {*} [options] Override http request option.
46
40
  * @throws {RequiredError}
47
41
  */
48
- createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42
+ createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
49
43
  /**
50
44
  * Delete a directory line.
51
45
  * @summary Delete a directory line
52
46
  * @param {string} idInstance AFNOR instance ID (UUID)
53
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
54
47
  * @param {*} [options] Override http request option.
55
48
  * @throws {RequiredError}
56
49
  */
57
- deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50
+ deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
58
51
  /**
59
52
  * Check Directory Service availability (AFNOR XP Z12-013 compliant)
60
53
  * @summary Healthcheck Directory Service
@@ -66,145 +59,119 @@ export declare const AFNORPDPPADirectoryServiceApiAxiosParamCreator: (configurat
66
59
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
67
60
  * @summary Get a directory line.
68
61
  * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
69
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
70
- * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
71
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
72
62
  * @param {*} [options] Override http request option.
73
63
  * @throws {RequiredError}
74
64
  */
75
- getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: (addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
65
+ getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: (addressingIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76
66
  /**
77
67
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
78
68
  * @summary Get a directory line.
79
69
  * @param {string} idInstance AFNOR instance ID (UUID)
80
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
81
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
82
70
  * @param {*} [options] Override http request option.
83
71
  * @throws {RequiredError}
84
72
  */
85
- getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
73
+ getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
86
74
  /**
87
75
  * Retrieve the Routing Code data corresponding to the Instance ID.
88
76
  * @summary Get a routing code by instance-id.
89
77
  * @param {string} idInstance AFNOR instance ID (UUID)
90
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
91
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
92
78
  * @param {*} [options] Override http request option.
93
79
  * @throws {RequiredError}
94
80
  */
95
- getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81
+ getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
96
82
  /**
97
83
  * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
98
84
  * @summary Get a routing code by SIRET and routing identifier
99
85
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
100
86
  * @param {string} routingIdentifier Routing code identifier
101
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
102
- * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
103
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
104
87
  * @param {*} [options] Override http request option.
105
88
  * @throws {RequiredError}
106
89
  */
107
- getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: (siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
90
+ getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: (siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
108
91
  /**
109
92
  * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
110
93
  * @summary Consult a siren (legal unit) by SIREN number
111
94
  * @param {string} siren 9-digit SIREN number (INSEE company identifier)
112
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
113
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
114
95
  * @param {*} [options] Override http request option.
115
96
  * @throws {RequiredError}
116
97
  */
117
- getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: (siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
98
+ getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: (siren: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
118
99
  /**
119
100
  * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
120
101
  * @summary Gets a siren (legal unit) by instance ID
121
102
  * @param {string} idInstance AFNOR instance ID (UUID)
122
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
123
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
124
103
  * @param {*} [options] Override http request option.
125
104
  * @throws {RequiredError}
126
105
  */
127
- getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
106
+ getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
128
107
  /**
129
108
  * Returns the details of a facility associated to a SIRET.
130
109
  * @summary Gets a siret (facility) by SIRET number
131
110
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
132
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
133
- * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
134
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
135
111
  * @param {*} [options] Override http request option.
136
112
  * @throws {RequiredError}
137
113
  */
138
- getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: (siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
114
+ getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: (siret: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
139
115
  /**
140
116
  * Returns the details of a facility according to an instance-id.
141
117
  * @summary Gets a siret (facility) by id-instance
142
118
  * @param {string} idInstance AFNOR instance ID (UUID)
143
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
144
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
145
119
  * @param {*} [options] Override http request option.
146
120
  * @throws {RequiredError}
147
121
  */
148
- getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
122
+ getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
149
123
  /**
150
124
  * Partially updates a directory line.
151
125
  * @summary Partially updates a directory line..
152
126
  * @param {string} idInstance AFNOR instance ID (UUID)
153
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
154
127
  * @param {*} [options] Override http request option.
155
128
  * @throws {RequiredError}
156
129
  */
157
- patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
130
+ patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
158
131
  /**
159
132
  * Partially update a private routing code.
160
133
  * @summary Partially update a private routing code.
161
134
  * @param {string} idInstance AFNOR instance ID (UUID)
162
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
163
135
  * @param {*} [options] Override http request option.
164
136
  * @throws {RequiredError}
165
137
  */
166
- patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
138
+ patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
167
139
  /**
168
140
  * Completely update a private routing code.
169
141
  * @summary Completely update a private routing code.
170
142
  * @param {string} idInstance AFNOR instance ID (UUID)
171
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
172
143
  * @param {*} [options] Override http request option.
173
144
  * @throws {RequiredError}
174
145
  */
175
- putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
146
+ putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
176
147
  /**
177
148
  * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
178
149
  * @summary Search for a directory line
179
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
180
150
  * @param {*} [options] Override http request option.
181
151
  * @throws {RequiredError}
182
152
  */
183
- searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
153
+ searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
184
154
  /**
185
155
  * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
186
156
  * @summary Search for a routing code
187
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
188
157
  * @param {*} [options] Override http request option.
189
158
  * @throws {RequiredError}
190
159
  */
191
- searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
160
+ searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
192
161
  /**
193
162
  * Multi-criteria company search.
194
163
  * @summary SIREN search (or legal unit)
195
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
196
164
  * @param {*} [options] Override http request option.
197
165
  * @throws {RequiredError}
198
166
  */
199
- searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
167
+ searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
200
168
  /**
201
169
  * Multi-criteria search for facilities.
202
170
  * @summary Search for a SIRET (facility)
203
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
204
171
  * @param {*} [options] Override http request option.
205
172
  * @throws {RequiredError}
206
173
  */
207
- searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
174
+ searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
208
175
  };
209
176
  /**
210
177
  * AFNORPDPPADirectoryServiceApi - functional programming interface
@@ -213,28 +180,25 @@ export declare const AFNORPDPPADirectoryServiceApiFp: (configuration?: Configura
213
180
  /**
214
181
  * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
215
182
  * @summary Creating a directory line
216
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
217
183
  * @param {*} [options] Override http request option.
218
184
  * @throws {RequiredError}
219
185
  */
220
- createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
186
+ createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
221
187
  /**
222
188
  * Creating a routing code.
223
189
  * @summary Create a routing code
224
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
225
190
  * @param {*} [options] Override http request option.
226
191
  * @throws {RequiredError}
227
192
  */
228
- createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
193
+ createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
229
194
  /**
230
195
  * Delete a directory line.
231
196
  * @summary Delete a directory line
232
197
  * @param {string} idInstance AFNOR instance ID (UUID)
233
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
234
198
  * @param {*} [options] Override http request option.
235
199
  * @throws {RequiredError}
236
200
  */
237
- deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
201
+ deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
238
202
  /**
239
203
  * Check Directory Service availability (AFNOR XP Z12-013 compliant)
240
204
  * @summary Healthcheck Directory Service
@@ -246,145 +210,119 @@ export declare const AFNORPDPPADirectoryServiceApiFp: (configuration?: Configura
246
210
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
247
211
  * @summary Get a directory line.
248
212
  * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
249
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
250
- * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
251
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
252
213
  * @param {*} [options] Override http request option.
253
214
  * @throws {RequiredError}
254
215
  */
255
- getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>>;
216
+ getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>>;
256
217
  /**
257
218
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
258
219
  * @summary Get a directory line.
259
220
  * @param {string} idInstance AFNOR instance ID (UUID)
260
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
261
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
262
221
  * @param {*} [options] Override http request option.
263
222
  * @throws {RequiredError}
264
223
  */
265
- getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>>;
224
+ getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>>;
266
225
  /**
267
226
  * Retrieve the Routing Code data corresponding to the Instance ID.
268
227
  * @summary Get a routing code by instance-id.
269
228
  * @param {string} idInstance AFNOR instance ID (UUID)
270
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
271
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
272
229
  * @param {*} [options] Override http request option.
273
230
  * @throws {RequiredError}
274
231
  */
275
- getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>>;
232
+ getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>>;
276
233
  /**
277
234
  * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
278
235
  * @summary Get a routing code by SIRET and routing identifier
279
236
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
280
237
  * @param {string} routingIdentifier Routing code identifier
281
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
282
- * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
283
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
284
238
  * @param {*} [options] Override http request option.
285
239
  * @throws {RequiredError}
286
240
  */
287
- getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>>;
241
+ getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>>;
288
242
  /**
289
243
  * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
290
244
  * @summary Consult a siren (legal unit) by SIREN number
291
245
  * @param {string} siren 9-digit SIREN number (INSEE company identifier)
292
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
293
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
294
246
  * @param {*} [options] Override http request option.
295
247
  * @throws {RequiredError}
296
248
  */
297
- getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>>;
249
+ getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>>;
298
250
  /**
299
251
  * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
300
252
  * @summary Gets a siren (legal unit) by instance ID
301
253
  * @param {string} idInstance AFNOR instance ID (UUID)
302
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
303
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
304
254
  * @param {*} [options] Override http request option.
305
255
  * @throws {RequiredError}
306
256
  */
307
- getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>>;
257
+ getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>>;
308
258
  /**
309
259
  * Returns the details of a facility associated to a SIRET.
310
260
  * @summary Gets a siret (facility) by SIRET number
311
261
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
312
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
313
- * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
314
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
315
262
  * @param {*} [options] Override http request option.
316
263
  * @throws {RequiredError}
317
264
  */
318
- getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>>;
265
+ getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>>;
319
266
  /**
320
267
  * Returns the details of a facility according to an instance-id.
321
268
  * @summary Gets a siret (facility) by id-instance
322
269
  * @param {string} idInstance AFNOR instance ID (UUID)
323
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
324
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
325
270
  * @param {*} [options] Override http request option.
326
271
  * @throws {RequiredError}
327
272
  */
328
- getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>>;
273
+ getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>>;
329
274
  /**
330
275
  * Partially updates a directory line.
331
276
  * @summary Partially updates a directory line..
332
277
  * @param {string} idInstance AFNOR instance ID (UUID)
333
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
334
278
  * @param {*} [options] Override http request option.
335
279
  * @throws {RequiredError}
336
280
  */
337
- patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePost201Response>>;
281
+ patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePost201Response>>;
338
282
  /**
339
283
  * Partially update a private routing code.
340
284
  * @summary Partially update a private routing code.
341
285
  * @param {string} idInstance AFNOR instance ID (UUID)
342
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
343
286
  * @param {*} [options] Override http request option.
344
287
  * @throws {RequiredError}
345
288
  */
346
- patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>>;
289
+ patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>>;
347
290
  /**
348
291
  * Completely update a private routing code.
349
292
  * @summary Completely update a private routing code.
350
293
  * @param {string} idInstance AFNOR instance ID (UUID)
351
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
352
294
  * @param {*} [options] Override http request option.
353
295
  * @throws {RequiredError}
354
296
  */
355
- putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>>;
297
+ putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>>;
356
298
  /**
357
299
  * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
358
300
  * @summary Search for a directory line
359
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
360
301
  * @param {*} [options] Override http request option.
361
302
  * @throws {RequiredError}
362
303
  */
363
- searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLineSearchPost200Response>>;
304
+ searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLineSearchPost200Response>>;
364
305
  /**
365
306
  * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
366
307
  * @summary Search for a routing code
367
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
368
308
  * @param {*} [options] Override http request option.
369
309
  * @throws {RequiredError}
370
310
  */
371
- searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodeSearchPost200Response>>;
311
+ searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodeSearchPost200Response>>;
372
312
  /**
373
313
  * Multi-criteria company search.
374
314
  * @summary SIREN search (or legal unit)
375
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
376
315
  * @param {*} [options] Override http request option.
377
316
  * @throws {RequiredError}
378
317
  */
379
- searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSirenSearchPost200Response>>;
318
+ searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSirenSearchPost200Response>>;
380
319
  /**
381
320
  * Multi-criteria search for facilities.
382
321
  * @summary Search for a SIRET (facility)
383
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
384
322
  * @param {*} [options] Override http request option.
385
323
  * @throws {RequiredError}
386
324
  */
387
- searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSiretSearchPost200Response>>;
325
+ searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSiretSearchPost200Response>>;
388
326
  };
389
327
  /**
390
328
  * AFNORPDPPADirectoryServiceApi - factory interface
@@ -393,28 +331,25 @@ export declare const AFNORPDPPADirectoryServiceApiFactory: (configuration?: Conf
393
331
  /**
394
332
  * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
395
333
  * @summary Creating a directory line
396
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
397
334
  * @param {*} [options] Override http request option.
398
335
  * @throws {RequiredError}
399
336
  */
400
- createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any>;
337
+ createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
401
338
  /**
402
339
  * Creating a routing code.
403
340
  * @summary Create a routing code
404
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
405
341
  * @param {*} [options] Override http request option.
406
342
  * @throws {RequiredError}
407
343
  */
408
- createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any>;
344
+ createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
409
345
  /**
410
346
  * Delete a directory line.
411
347
  * @summary Delete a directory line
412
348
  * @param {string} idInstance AFNOR instance ID (UUID)
413
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
414
349
  * @param {*} [options] Override http request option.
415
350
  * @throws {RequiredError}
416
351
  */
417
- deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any>;
352
+ deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
418
353
  /**
419
354
  * Check Directory Service availability (AFNOR XP Z12-013 compliant)
420
355
  * @summary Healthcheck Directory Service
@@ -426,145 +361,119 @@ export declare const AFNORPDPPADirectoryServiceApiFactory: (configuration?: Conf
426
361
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
427
362
  * @summary Get a directory line.
428
363
  * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
429
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
430
- * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
431
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
432
364
  * @param {*} [options] Override http request option.
433
365
  * @throws {RequiredError}
434
366
  */
435
- getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>;
367
+ getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>;
436
368
  /**
437
369
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
438
370
  * @summary Get a directory line.
439
371
  * @param {string} idInstance AFNOR instance ID (UUID)
440
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
441
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
442
372
  * @param {*} [options] Override http request option.
443
373
  * @throws {RequiredError}
444
374
  */
445
- getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>;
375
+ getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>;
446
376
  /**
447
377
  * Retrieve the Routing Code data corresponding to the Instance ID.
448
378
  * @summary Get a routing code by instance-id.
449
379
  * @param {string} idInstance AFNOR instance ID (UUID)
450
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
451
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
452
380
  * @param {*} [options] Override http request option.
453
381
  * @throws {RequiredError}
454
382
  */
455
- getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>;
383
+ getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>;
456
384
  /**
457
385
  * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
458
386
  * @summary Get a routing code by SIRET and routing identifier
459
387
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
460
388
  * @param {string} routingIdentifier Routing code identifier
461
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
462
- * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
463
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
464
389
  * @param {*} [options] Override http request option.
465
390
  * @throws {RequiredError}
466
391
  */
467
- getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>;
392
+ getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>;
468
393
  /**
469
394
  * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
470
395
  * @summary Consult a siren (legal unit) by SIREN number
471
396
  * @param {string} siren 9-digit SIREN number (INSEE company identifier)
472
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
473
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
474
397
  * @param {*} [options] Override http request option.
475
398
  * @throws {RequiredError}
476
399
  */
477
- getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory>;
400
+ getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory>;
478
401
  /**
479
402
  * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
480
403
  * @summary Gets a siren (legal unit) by instance ID
481
404
  * @param {string} idInstance AFNOR instance ID (UUID)
482
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
483
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
484
405
  * @param {*} [options] Override http request option.
485
406
  * @throws {RequiredError}
486
407
  */
487
- getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory>;
408
+ getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory>;
488
409
  /**
489
410
  * Returns the details of a facility associated to a SIRET.
490
411
  * @summary Gets a siret (facility) by SIRET number
491
412
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
492
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
493
- * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
494
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
495
413
  * @param {*} [options] Override http request option.
496
414
  * @throws {RequiredError}
497
415
  */
498
- getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory>;
416
+ getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory>;
499
417
  /**
500
418
  * Returns the details of a facility according to an instance-id.
501
419
  * @summary Gets a siret (facility) by id-instance
502
420
  * @param {string} idInstance AFNOR instance ID (UUID)
503
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
504
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
505
421
  * @param {*} [options] Override http request option.
506
422
  * @throws {RequiredError}
507
423
  */
508
- getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory>;
424
+ getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory>;
509
425
  /**
510
426
  * Partially updates a directory line.
511
427
  * @summary Partially updates a directory line..
512
428
  * @param {string} idInstance AFNOR instance ID (UUID)
513
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
514
429
  * @param {*} [options] Override http request option.
515
430
  * @throws {RequiredError}
516
431
  */
517
- patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePost201Response>;
432
+ patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePost201Response>;
518
433
  /**
519
434
  * Partially update a private routing code.
520
435
  * @summary Partially update a private routing code.
521
436
  * @param {string} idInstance AFNOR instance ID (UUID)
522
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
523
437
  * @param {*} [options] Override http request option.
524
438
  * @throws {RequiredError}
525
439
  */
526
- patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response>;
440
+ patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response>;
527
441
  /**
528
442
  * Completely update a private routing code.
529
443
  * @summary Completely update a private routing code.
530
444
  * @param {string} idInstance AFNOR instance ID (UUID)
531
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
532
445
  * @param {*} [options] Override http request option.
533
446
  * @throws {RequiredError}
534
447
  */
535
- putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response>;
448
+ putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response>;
536
449
  /**
537
450
  * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
538
451
  * @summary Search for a directory line
539
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
540
452
  * @param {*} [options] Override http request option.
541
453
  * @throws {RequiredError}
542
454
  */
543
- searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLineSearchPost200Response>;
455
+ searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLineSearchPost200Response>;
544
456
  /**
545
457
  * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
546
458
  * @summary Search for a routing code
547
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
548
459
  * @param {*} [options] Override http request option.
549
460
  * @throws {RequiredError}
550
461
  */
551
- searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodeSearchPost200Response>;
462
+ searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodeSearchPost200Response>;
552
463
  /**
553
464
  * Multi-criteria company search.
554
465
  * @summary SIREN search (or legal unit)
555
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
556
466
  * @param {*} [options] Override http request option.
557
467
  * @throws {RequiredError}
558
468
  */
559
- searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORSirenSearchPost200Response>;
469
+ searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<AFNORSirenSearchPost200Response>;
560
470
  /**
561
471
  * Multi-criteria search for facilities.
562
472
  * @summary Search for a SIRET (facility)
563
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
564
473
  * @param {*} [options] Override http request option.
565
474
  * @throws {RequiredError}
566
475
  */
567
- searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORSiretSearchPost200Response>;
476
+ searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<AFNORSiretSearchPost200Response>;
568
477
  };
569
478
  /**
570
479
  * AFNORPDPPADirectoryServiceApi - object-oriented interface
@@ -573,28 +482,25 @@ export declare class AFNORPDPPADirectoryServiceApi extends BaseAPI {
573
482
  /**
574
483
  * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
575
484
  * @summary Creating a directory line
576
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
577
485
  * @param {*} [options] Override http request option.
578
486
  * @throws {RequiredError}
579
487
  */
580
- createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
488
+ createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
581
489
  /**
582
490
  * Creating a routing code.
583
491
  * @summary Create a routing code
584
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
585
492
  * @param {*} [options] Override http request option.
586
493
  * @throws {RequiredError}
587
494
  */
588
- createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
495
+ createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
589
496
  /**
590
497
  * Delete a directory line.
591
498
  * @summary Delete a directory line
592
499
  * @param {string} idInstance AFNOR instance ID (UUID)
593
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
594
500
  * @param {*} [options] Override http request option.
595
501
  * @throws {RequiredError}
596
502
  */
597
- deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
503
+ deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
598
504
  /**
599
505
  * Check Directory Service availability (AFNOR XP Z12-013 compliant)
600
506
  * @summary Healthcheck Directory Service
@@ -606,143 +512,117 @@ export declare class AFNORPDPPADirectoryServiceApi extends BaseAPI {
606
512
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
607
513
  * @summary Get a directory line.
608
514
  * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
609
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
610
- * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
611
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
612
515
  * @param {*} [options] Override http request option.
613
516
  * @throws {RequiredError}
614
517
  */
615
- getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode, any, {}>>;
518
+ getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode, any, {}>>;
616
519
  /**
617
520
  * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
618
521
  * @summary Get a directory line.
619
522
  * @param {string} idInstance AFNOR instance ID (UUID)
620
- * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
621
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
622
523
  * @param {*} [options] Override http request option.
623
524
  * @throws {RequiredError}
624
525
  */
625
- getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode, any, {}>>;
526
+ getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode, any, {}>>;
626
527
  /**
627
528
  * Retrieve the Routing Code data corresponding to the Instance ID.
628
529
  * @summary Get a routing code by instance-id.
629
530
  * @param {string} idInstance AFNOR instance ID (UUID)
630
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
631
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
632
531
  * @param {*} [options] Override http request option.
633
532
  * @throws {RequiredError}
634
533
  */
635
- getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePayloadHistoryLegalUnitFacility, any, {}>>;
534
+ getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePayloadHistoryLegalUnitFacility, any, {}>>;
636
535
  /**
637
536
  * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
638
537
  * @summary Get a routing code by SIRET and routing identifier
639
538
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
640
539
  * @param {string} routingIdentifier Routing code identifier
641
- * @param {Array<string> | null} [fields] Fields of the Routing Code resource
642
- * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
643
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
644
540
  * @param {*} [options] Override http request option.
645
541
  * @throws {RequiredError}
646
542
  */
647
- getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePayloadHistoryLegalUnitFacility, any, {}>>;
543
+ getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePayloadHistoryLegalUnitFacility, any, {}>>;
648
544
  /**
649
545
  * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
650
546
  * @summary Consult a siren (legal unit) by SIREN number
651
547
  * @param {string} siren 9-digit SIREN number (INSEE company identifier)
652
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
653
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
654
548
  * @param {*} [options] Override http request option.
655
549
  * @throws {RequiredError}
656
550
  */
657
- getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORLegalUnitPayloadHistory, any, {}>>;
551
+ getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORLegalUnitPayloadHistory, any, {}>>;
658
552
  /**
659
553
  * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
660
554
  * @summary Gets a siren (legal unit) by instance ID
661
555
  * @param {string} idInstance AFNOR instance ID (UUID)
662
- * @param {Array<string> | null} [fields] Fields of the SIREN resource
663
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
664
556
  * @param {*} [options] Override http request option.
665
557
  * @throws {RequiredError}
666
558
  */
667
- getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORLegalUnitPayloadHistory, any, {}>>;
559
+ getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORLegalUnitPayloadHistory, any, {}>>;
668
560
  /**
669
561
  * Returns the details of a facility associated to a SIRET.
670
562
  * @summary Gets a siret (facility) by SIRET number
671
563
  * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
672
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
673
- * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
674
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
675
564
  * @param {*} [options] Override http request option.
676
565
  * @throws {RequiredError}
677
566
  */
678
- getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORFacilityPayloadHistory, any, {}>>;
567
+ getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORFacilityPayloadHistory, any, {}>>;
679
568
  /**
680
569
  * Returns the details of a facility according to an instance-id.
681
570
  * @summary Gets a siret (facility) by id-instance
682
571
  * @param {string} idInstance AFNOR instance ID (UUID)
683
- * @param {Array<string> | null} [fields] Fields of a SIRET resource.
684
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
685
572
  * @param {*} [options] Override http request option.
686
573
  * @throws {RequiredError}
687
574
  */
688
- getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORFacilityPayloadHistory, any, {}>>;
575
+ getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORFacilityPayloadHistory, any, {}>>;
689
576
  /**
690
577
  * Partially updates a directory line.
691
578
  * @summary Partially updates a directory line..
692
579
  * @param {string} idInstance AFNOR instance ID (UUID)
693
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
694
580
  * @param {*} [options] Override http request option.
695
581
  * @throws {RequiredError}
696
582
  */
697
- patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePost201Response, any, {}>>;
583
+ patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePost201Response, any, {}>>;
698
584
  /**
699
585
  * Partially update a private routing code.
700
586
  * @summary Partially update a private routing code.
701
587
  * @param {string} idInstance AFNOR instance ID (UUID)
702
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
703
588
  * @param {*} [options] Override http request option.
704
589
  * @throws {RequiredError}
705
590
  */
706
- patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePost201Response, any, {}>>;
591
+ patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePost201Response, any, {}>>;
707
592
  /**
708
593
  * Completely update a private routing code.
709
594
  * @summary Completely update a private routing code.
710
595
  * @param {string} idInstance AFNOR instance ID (UUID)
711
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
712
596
  * @param {*} [options] Override http request option.
713
597
  * @throws {RequiredError}
714
598
  */
715
- putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePost201Response, any, {}>>;
599
+ putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePost201Response, any, {}>>;
716
600
  /**
717
601
  * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
718
602
  * @summary Search for a directory line
719
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
720
603
  * @param {*} [options] Override http request option.
721
604
  * @throws {RequiredError}
722
605
  */
723
- searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLineSearchPost200Response, any, {}>>;
606
+ searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLineSearchPost200Response, any, {}>>;
724
607
  /**
725
608
  * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
726
609
  * @summary Search for a routing code
727
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
728
610
  * @param {*} [options] Override http request option.
729
611
  * @throws {RequiredError}
730
612
  */
731
- searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodeSearchPost200Response, any, {}>>;
613
+ searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodeSearchPost200Response, any, {}>>;
732
614
  /**
733
615
  * Multi-criteria company search.
734
616
  * @summary SIREN search (or legal unit)
735
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
736
617
  * @param {*} [options] Override http request option.
737
618
  * @throws {RequiredError}
738
619
  */
739
- searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORSirenSearchPost200Response, any, {}>>;
620
+ searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORSirenSearchPost200Response, any, {}>>;
740
621
  /**
741
622
  * Multi-criteria search for facilities.
742
623
  * @summary Search for a SIRET (facility)
743
- * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
744
624
  * @param {*} [options] Override http request option.
745
625
  * @throws {RequiredError}
746
626
  */
747
- searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORSiretSearchPost200Response, any, {}>>;
627
+ searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORSiretSearchPost200Response, any, {}>>;
748
628
  }