@factpulse/sdk 3.0.23 → 3.0.25
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.
- package/.openapi-generator/FILES +2 -10
- package/CHANGELOG.md +3 -3
- package/api/afnorpdppadirectory-service-api.ts +127 -457
- package/dist/api/afnorpdppadirectory-service-api.d.ts +72 -192
- package/dist/api/afnorpdppadirectory-service-api.js +126 -419
- package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +72 -192
- package/dist/esm/api/afnorpdppadirectory-service-api.js +127 -420
- package/dist/esm/models/chorus-pro-credentials.d.ts +7 -19
- package/dist/esm/models/chorus-pro-destination.d.ts +2 -2
- package/dist/esm/models/{facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts → facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts} +20 -8
- package/dist/esm/models/get-chorus-pro-id-request.d.ts +2 -2
- package/dist/esm/models/get-invoice-request.d.ts +2 -2
- package/dist/esm/models/get-structure-request.d.ts +2 -2
- package/dist/esm/models/index.d.ts +1 -5
- package/dist/esm/models/index.js +1 -5
- package/dist/esm/models/search-structure-request.d.ts +2 -2
- package/dist/esm/models/submit-invoice-request.d.ts +2 -2
- package/dist/esm/src/helpers/client.d.ts +16 -3
- package/dist/esm/src/helpers/client.js +23 -6
- package/dist/models/chorus-pro-credentials.d.ts +7 -19
- package/dist/models/chorus-pro-destination.d.ts +2 -2
- package/dist/models/{facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts → facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts} +20 -8
- package/dist/models/get-chorus-pro-id-request.d.ts +2 -2
- package/dist/models/get-invoice-request.d.ts +2 -2
- package/dist/models/get-structure-request.d.ts +2 -2
- package/dist/models/index.d.ts +1 -5
- package/dist/models/index.js +1 -5
- package/dist/models/search-structure-request.d.ts +2 -2
- package/dist/models/submit-invoice-request.d.ts +2 -2
- package/dist/src/helpers/client.d.ts +16 -3
- package/dist/src/helpers/client.js +23 -6
- package/docs/AFNORPDPPADirectoryServiceApi.md +42 -153
- package/docs/ChorusProCredentials.md +9 -9
- package/docs/ChorusProDestination.md +1 -1
- package/docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md +29 -0
- package/docs/GetChorusProIdRequest.md +1 -1
- package/docs/GetInvoiceRequest.md +1 -1
- package/docs/GetStructureRequest.md +1 -1
- package/docs/SearchStructureRequest.md +1 -1
- package/docs/SubmitInvoiceRequest.md +1 -1
- package/models/chorus-pro-credentials.ts +7 -19
- package/models/chorus-pro-destination.ts +2 -2
- package/models/{facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.ts → facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts} +20 -8
- package/models/get-chorus-pro-id-request.ts +2 -2
- package/models/get-invoice-request.ts +2 -2
- package/models/get-structure-request.ts +2 -2
- package/models/index.ts +1 -5
- package/models/search-structure-request.ts +2 -2
- package/models/submit-invoice-request.ts +2 -2
- package/package.json +1 -1
- package/src/helpers/client.ts +25 -6
- package/dist/esm/models/accept-language.d.ts +0 -19
- package/dist/esm/models/accept-language.js +0 -20
- package/dist/esm/models/directory-line-include.d.ts +0 -21
- package/dist/esm/models/directory-line-include.js +0 -22
- package/dist/esm/models/routing-code-include.d.ts +0 -19
- package/dist/esm/models/routing-code-include.js +0 -20
- package/dist/esm/models/siret-include.d.ts +0 -18
- package/dist/esm/models/siret-include.js +0 -19
- package/dist/models/accept-language.d.ts +0 -19
- package/dist/models/accept-language.js +0 -23
- package/dist/models/directory-line-include.d.ts +0 -21
- package/dist/models/directory-line-include.js +0 -25
- package/dist/models/routing-code-include.d.ts +0 -19
- package/dist/models/routing-code-include.js +0 -23
- package/dist/models/siret-include.d.ts +0 -18
- package/dist/models/siret-include.js +0 -22
- package/docs/AcceptLanguage.md +0 -11
- package/docs/DirectoryLineInclude.md +0 -15
- package/docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md +0 -29
- package/docs/RoutingCodeInclude.md +0 -11
- package/docs/SiretInclude.md +0 -9
- package/models/accept-language.ts +0 -29
- package/models/directory-line-include.ts +0 -31
- package/models/routing-code-include.ts +0 -29
- package/models/siret-include.ts +0 -28
- /package/dist/esm/models/{facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js → facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js} +0 -0
- /package/dist/models/{facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js → facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js} +0 -0
|
@@ -23,7 +23,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
23
23
|
import globalAxios from 'axios';
|
|
24
24
|
// Some imports not used depending on template conditions
|
|
25
25
|
// @ts-ignore
|
|
26
|
-
import { DUMMY_BASE_URL, assertParamExists,
|
|
26
|
+
import { DUMMY_BASE_URL, assertParamExists, setSearchParams, toPathString, createRequestFunction } from '../common';
|
|
27
27
|
// @ts-ignore
|
|
28
28
|
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
29
|
/**
|
|
@@ -34,11 +34,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
34
34
|
/**
|
|
35
35
|
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
36
36
|
* @summary Creating a directory line
|
|
37
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
38
37
|
* @param {*} [options] Override http request option.
|
|
39
38
|
* @throws {RequiredError}
|
|
40
39
|
*/
|
|
41
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: (
|
|
40
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
42
41
|
const localVarPath = `/api/v1/afnor/directory/v1/directory-line`;
|
|
43
42
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
44
43
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -49,15 +48,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
49
48
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
50
49
|
const localVarHeaderParameter = {};
|
|
51
50
|
const localVarQueryParameter = {};
|
|
52
|
-
// authentication HTTPBearer required
|
|
53
|
-
// http bearer authentication required
|
|
54
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
55
51
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
56
|
-
if (acceptLanguage != null) {
|
|
57
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
58
|
-
? acceptLanguage
|
|
59
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
60
|
-
}
|
|
61
52
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
62
53
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
63
54
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -69,11 +60,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
69
60
|
/**
|
|
70
61
|
* Creating a routing code.
|
|
71
62
|
* @summary Create a routing code
|
|
72
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
73
63
|
* @param {*} [options] Override http request option.
|
|
74
64
|
* @throws {RequiredError}
|
|
75
65
|
*/
|
|
76
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: (
|
|
66
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
77
67
|
const localVarPath = `/api/v1/afnor/directory/v1/routing-code`;
|
|
78
68
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
79
69
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -84,15 +74,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
84
74
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
85
75
|
const localVarHeaderParameter = {};
|
|
86
76
|
const localVarQueryParameter = {};
|
|
87
|
-
// authentication HTTPBearer required
|
|
88
|
-
// http bearer authentication required
|
|
89
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
90
77
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
91
|
-
if (acceptLanguage != null) {
|
|
92
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
93
|
-
? acceptLanguage
|
|
94
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
95
|
-
}
|
|
96
78
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
97
79
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
98
80
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -105,11 +87,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
105
87
|
* Delete a directory line.
|
|
106
88
|
* @summary Delete a directory line
|
|
107
89
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
108
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
109
90
|
* @param {*} [options] Override http request option.
|
|
110
91
|
* @throws {RequiredError}
|
|
111
92
|
*/
|
|
112
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: (idInstance_1,
|
|
93
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
113
94
|
// verify required parameter 'idInstance' is not null or undefined
|
|
114
95
|
assertParamExists('deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete', 'idInstance', idInstance);
|
|
115
96
|
const localVarPath = `/api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance}`
|
|
@@ -123,15 +104,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
123
104
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
124
105
|
const localVarHeaderParameter = {};
|
|
125
106
|
const localVarQueryParameter = {};
|
|
126
|
-
// authentication HTTPBearer required
|
|
127
|
-
// http bearer authentication required
|
|
128
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
129
107
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
130
|
-
if (acceptLanguage != null) {
|
|
131
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
132
|
-
? acceptLanguage
|
|
133
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
134
|
-
}
|
|
135
108
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
136
109
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
137
110
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -170,13 +143,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
170
143
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
171
144
|
* @summary Get a directory line.
|
|
172
145
|
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
173
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
174
|
-
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
175
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
176
146
|
* @param {*} [options] Override http request option.
|
|
177
147
|
* @throws {RequiredError}
|
|
178
148
|
*/
|
|
179
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: (addressingIdentifier_1,
|
|
149
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: (addressingIdentifier_1, ...args_1) => __awaiter(this, [addressingIdentifier_1, ...args_1], void 0, function* (addressingIdentifier, options = {}) {
|
|
180
150
|
// verify required parameter 'addressingIdentifier' is not null or undefined
|
|
181
151
|
assertParamExists('getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet', 'addressingIdentifier', addressingIdentifier);
|
|
182
152
|
const localVarPath = `/api/v1/afnor/directory/v1/directory-line/code:{addressing_identifier}`
|
|
@@ -190,21 +160,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
190
160
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
191
161
|
const localVarHeaderParameter = {};
|
|
192
162
|
const localVarQueryParameter = {};
|
|
193
|
-
// authentication HTTPBearer required
|
|
194
|
-
// http bearer authentication required
|
|
195
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
196
|
-
if (fields) {
|
|
197
|
-
localVarQueryParameter['fields'] = fields;
|
|
198
|
-
}
|
|
199
|
-
if (include) {
|
|
200
|
-
localVarQueryParameter['include'] = include;
|
|
201
|
-
}
|
|
202
163
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
203
|
-
if (acceptLanguage != null) {
|
|
204
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
205
|
-
? acceptLanguage
|
|
206
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
207
|
-
}
|
|
208
164
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
209
165
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
210
166
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -217,12 +173,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
217
173
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
218
174
|
* @summary Get a directory line.
|
|
219
175
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
220
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
221
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
222
176
|
* @param {*} [options] Override http request option.
|
|
223
177
|
* @throws {RequiredError}
|
|
224
178
|
*/
|
|
225
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: (idInstance_1,
|
|
179
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
226
180
|
// verify required parameter 'idInstance' is not null or undefined
|
|
227
181
|
assertParamExists('getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet', 'idInstance', idInstance);
|
|
228
182
|
const localVarPath = `/api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance}`
|
|
@@ -236,18 +190,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
236
190
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
237
191
|
const localVarHeaderParameter = {};
|
|
238
192
|
const localVarQueryParameter = {};
|
|
239
|
-
// authentication HTTPBearer required
|
|
240
|
-
// http bearer authentication required
|
|
241
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
242
|
-
if (fields) {
|
|
243
|
-
localVarQueryParameter['fields'] = fields;
|
|
244
|
-
}
|
|
245
193
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
246
|
-
if (acceptLanguage != null) {
|
|
247
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
248
|
-
? acceptLanguage
|
|
249
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
250
|
-
}
|
|
251
194
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
252
195
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
253
196
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -260,12 +203,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
260
203
|
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
261
204
|
* @summary Get a routing code by instance-id.
|
|
262
205
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
263
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
264
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
265
206
|
* @param {*} [options] Override http request option.
|
|
266
207
|
* @throws {RequiredError}
|
|
267
208
|
*/
|
|
268
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: (idInstance_1,
|
|
209
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
269
210
|
// verify required parameter 'idInstance' is not null or undefined
|
|
270
211
|
assertParamExists('getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet', 'idInstance', idInstance);
|
|
271
212
|
const localVarPath = `/api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance}`
|
|
@@ -279,18 +220,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
279
220
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
280
221
|
const localVarHeaderParameter = {};
|
|
281
222
|
const localVarQueryParameter = {};
|
|
282
|
-
// authentication HTTPBearer required
|
|
283
|
-
// http bearer authentication required
|
|
284
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
285
|
-
if (fields) {
|
|
286
|
-
localVarQueryParameter['fields'] = fields;
|
|
287
|
-
}
|
|
288
223
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
289
|
-
if (acceptLanguage != null) {
|
|
290
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
291
|
-
? acceptLanguage
|
|
292
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
293
|
-
}
|
|
294
224
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
295
225
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
296
226
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -304,13 +234,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
304
234
|
* @summary Get a routing code by SIRET and routing identifier
|
|
305
235
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
306
236
|
* @param {string} routingIdentifier Routing code identifier
|
|
307
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
308
|
-
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
309
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
310
237
|
* @param {*} [options] Override http request option.
|
|
311
238
|
* @throws {RequiredError}
|
|
312
239
|
*/
|
|
313
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: (siret_1, routingIdentifier_1,
|
|
240
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: (siret_1, routingIdentifier_1, ...args_1) => __awaiter(this, [siret_1, routingIdentifier_1, ...args_1], void 0, function* (siret, routingIdentifier, options = {}) {
|
|
314
241
|
// verify required parameter 'siret' is not null or undefined
|
|
315
242
|
assertParamExists('getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet', 'siret', siret);
|
|
316
243
|
// verify required parameter 'routingIdentifier' is not null or undefined
|
|
@@ -327,21 +254,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
327
254
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
328
255
|
const localVarHeaderParameter = {};
|
|
329
256
|
const localVarQueryParameter = {};
|
|
330
|
-
// authentication HTTPBearer required
|
|
331
|
-
// http bearer authentication required
|
|
332
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
333
|
-
if (fields) {
|
|
334
|
-
localVarQueryParameter['fields'] = fields;
|
|
335
|
-
}
|
|
336
|
-
if (include) {
|
|
337
|
-
localVarQueryParameter['include'] = include;
|
|
338
|
-
}
|
|
339
257
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
340
|
-
if (acceptLanguage != null) {
|
|
341
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
342
|
-
? acceptLanguage
|
|
343
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
344
|
-
}
|
|
345
258
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
346
259
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
347
260
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -354,12 +267,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
354
267
|
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
355
268
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
356
269
|
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
357
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
358
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
359
270
|
* @param {*} [options] Override http request option.
|
|
360
271
|
* @throws {RequiredError}
|
|
361
272
|
*/
|
|
362
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: (siren_1,
|
|
273
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: (siren_1, ...args_1) => __awaiter(this, [siren_1, ...args_1], void 0, function* (siren, options = {}) {
|
|
363
274
|
// verify required parameter 'siren' is not null or undefined
|
|
364
275
|
assertParamExists('getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet', 'siren', siren);
|
|
365
276
|
const localVarPath = `/api/v1/afnor/directory/v1/siren/code-insee:{siren}`
|
|
@@ -373,18 +284,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
373
284
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
374
285
|
const localVarHeaderParameter = {};
|
|
375
286
|
const localVarQueryParameter = {};
|
|
376
|
-
// authentication HTTPBearer required
|
|
377
|
-
// http bearer authentication required
|
|
378
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
379
|
-
if (fields) {
|
|
380
|
-
localVarQueryParameter['fields'] = fields;
|
|
381
|
-
}
|
|
382
287
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
383
|
-
if (acceptLanguage != null) {
|
|
384
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
385
|
-
? acceptLanguage
|
|
386
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
387
|
-
}
|
|
388
288
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
389
289
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
390
290
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -397,12 +297,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
397
297
|
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
398
298
|
* @summary Gets a siren (legal unit) by instance ID
|
|
399
299
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
400
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
401
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
402
300
|
* @param {*} [options] Override http request option.
|
|
403
301
|
* @throws {RequiredError}
|
|
404
302
|
*/
|
|
405
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: (idInstance_1,
|
|
303
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
406
304
|
// verify required parameter 'idInstance' is not null or undefined
|
|
407
305
|
assertParamExists('getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet', 'idInstance', idInstance);
|
|
408
306
|
const localVarPath = `/api/v1/afnor/directory/v1/siren/id-instance:{id_instance}`
|
|
@@ -416,18 +314,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
416
314
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
417
315
|
const localVarHeaderParameter = {};
|
|
418
316
|
const localVarQueryParameter = {};
|
|
419
|
-
// authentication HTTPBearer required
|
|
420
|
-
// http bearer authentication required
|
|
421
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
422
|
-
if (fields) {
|
|
423
|
-
localVarQueryParameter['fields'] = fields;
|
|
424
|
-
}
|
|
425
317
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
426
|
-
if (acceptLanguage != null) {
|
|
427
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
428
|
-
? acceptLanguage
|
|
429
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
430
|
-
}
|
|
431
318
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
432
319
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
433
320
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -440,13 +327,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
440
327
|
* Returns the details of a facility associated to a SIRET.
|
|
441
328
|
* @summary Gets a siret (facility) by SIRET number
|
|
442
329
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
443
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
444
|
-
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
445
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
446
330
|
* @param {*} [options] Override http request option.
|
|
447
331
|
* @throws {RequiredError}
|
|
448
332
|
*/
|
|
449
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: (siret_1,
|
|
333
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: (siret_1, ...args_1) => __awaiter(this, [siret_1, ...args_1], void 0, function* (siret, options = {}) {
|
|
450
334
|
// verify required parameter 'siret' is not null or undefined
|
|
451
335
|
assertParamExists('getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet', 'siret', siret);
|
|
452
336
|
const localVarPath = `/api/v1/afnor/directory/v1/siret/code-insee:{siret}`
|
|
@@ -460,21 +344,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
460
344
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
461
345
|
const localVarHeaderParameter = {};
|
|
462
346
|
const localVarQueryParameter = {};
|
|
463
|
-
// authentication HTTPBearer required
|
|
464
|
-
// http bearer authentication required
|
|
465
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
466
|
-
if (fields) {
|
|
467
|
-
localVarQueryParameter['fields'] = fields;
|
|
468
|
-
}
|
|
469
|
-
if (include) {
|
|
470
|
-
localVarQueryParameter['include'] = include;
|
|
471
|
-
}
|
|
472
347
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
473
|
-
if (acceptLanguage != null) {
|
|
474
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
475
|
-
? acceptLanguage
|
|
476
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
477
|
-
}
|
|
478
348
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
479
349
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
480
350
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -487,12 +357,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
487
357
|
* Returns the details of a facility according to an instance-id.
|
|
488
358
|
* @summary Gets a siret (facility) by id-instance
|
|
489
359
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
490
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
491
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
492
360
|
* @param {*} [options] Override http request option.
|
|
493
361
|
* @throws {RequiredError}
|
|
494
362
|
*/
|
|
495
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: (idInstance_1,
|
|
363
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
496
364
|
// verify required parameter 'idInstance' is not null or undefined
|
|
497
365
|
assertParamExists('getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet', 'idInstance', idInstance);
|
|
498
366
|
const localVarPath = `/api/v1/afnor/directory/v1/siret/id-instance:{id_instance}`
|
|
@@ -506,18 +374,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
506
374
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
507
375
|
const localVarHeaderParameter = {};
|
|
508
376
|
const localVarQueryParameter = {};
|
|
509
|
-
// authentication HTTPBearer required
|
|
510
|
-
// http bearer authentication required
|
|
511
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
512
|
-
if (fields) {
|
|
513
|
-
localVarQueryParameter['fields'] = fields;
|
|
514
|
-
}
|
|
515
377
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
516
|
-
if (acceptLanguage != null) {
|
|
517
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
518
|
-
? acceptLanguage
|
|
519
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
520
|
-
}
|
|
521
378
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
522
379
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
523
380
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -530,11 +387,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
530
387
|
* Partially updates a directory line.
|
|
531
388
|
* @summary Partially updates a directory line..
|
|
532
389
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
533
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
534
390
|
* @param {*} [options] Override http request option.
|
|
535
391
|
* @throws {RequiredError}
|
|
536
392
|
*/
|
|
537
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: (idInstance_1,
|
|
393
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
538
394
|
// verify required parameter 'idInstance' is not null or undefined
|
|
539
395
|
assertParamExists('patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch', 'idInstance', idInstance);
|
|
540
396
|
const localVarPath = `/api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance}`
|
|
@@ -548,15 +404,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
548
404
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
549
405
|
const localVarHeaderParameter = {};
|
|
550
406
|
const localVarQueryParameter = {};
|
|
551
|
-
// authentication HTTPBearer required
|
|
552
|
-
// http bearer authentication required
|
|
553
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
554
407
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
555
|
-
if (acceptLanguage != null) {
|
|
556
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
557
|
-
? acceptLanguage
|
|
558
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
559
|
-
}
|
|
560
408
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
561
409
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
562
410
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -569,11 +417,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
569
417
|
* Partially update a private routing code.
|
|
570
418
|
* @summary Partially update a private routing code.
|
|
571
419
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
572
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
573
420
|
* @param {*} [options] Override http request option.
|
|
574
421
|
* @throws {RequiredError}
|
|
575
422
|
*/
|
|
576
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: (idInstance_1,
|
|
423
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
577
424
|
// verify required parameter 'idInstance' is not null or undefined
|
|
578
425
|
assertParamExists('patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch', 'idInstance', idInstance);
|
|
579
426
|
const localVarPath = `/api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance}`
|
|
@@ -587,15 +434,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
587
434
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
588
435
|
const localVarHeaderParameter = {};
|
|
589
436
|
const localVarQueryParameter = {};
|
|
590
|
-
// authentication HTTPBearer required
|
|
591
|
-
// http bearer authentication required
|
|
592
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
593
437
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
594
|
-
if (acceptLanguage != null) {
|
|
595
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
596
|
-
? acceptLanguage
|
|
597
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
598
|
-
}
|
|
599
438
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
600
439
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
601
440
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -608,11 +447,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
608
447
|
* Completely update a private routing code.
|
|
609
448
|
* @summary Completely update a private routing code.
|
|
610
449
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
611
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
612
450
|
* @param {*} [options] Override http request option.
|
|
613
451
|
* @throws {RequiredError}
|
|
614
452
|
*/
|
|
615
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: (idInstance_1,
|
|
453
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: (idInstance_1, ...args_1) => __awaiter(this, [idInstance_1, ...args_1], void 0, function* (idInstance, options = {}) {
|
|
616
454
|
// verify required parameter 'idInstance' is not null or undefined
|
|
617
455
|
assertParamExists('putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut', 'idInstance', idInstance);
|
|
618
456
|
const localVarPath = `/api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance}`
|
|
@@ -626,15 +464,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
626
464
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
627
465
|
const localVarHeaderParameter = {};
|
|
628
466
|
const localVarQueryParameter = {};
|
|
629
|
-
// authentication HTTPBearer required
|
|
630
|
-
// http bearer authentication required
|
|
631
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
632
467
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
633
|
-
if (acceptLanguage != null) {
|
|
634
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
635
|
-
? acceptLanguage
|
|
636
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
637
|
-
}
|
|
638
468
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
639
469
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
640
470
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -646,11 +476,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
646
476
|
/**
|
|
647
477
|
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
648
478
|
* @summary Search for a directory line
|
|
649
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
650
479
|
* @param {*} [options] Override http request option.
|
|
651
480
|
* @throws {RequiredError}
|
|
652
481
|
*/
|
|
653
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: (
|
|
482
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
654
483
|
const localVarPath = `/api/v1/afnor/directory/v1/directory-line/search`;
|
|
655
484
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
656
485
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -661,15 +490,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
661
490
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
662
491
|
const localVarHeaderParameter = {};
|
|
663
492
|
const localVarQueryParameter = {};
|
|
664
|
-
// authentication HTTPBearer required
|
|
665
|
-
// http bearer authentication required
|
|
666
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
667
493
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
668
|
-
if (acceptLanguage != null) {
|
|
669
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
670
|
-
? acceptLanguage
|
|
671
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
672
|
-
}
|
|
673
494
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
674
495
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
675
496
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -681,11 +502,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
681
502
|
/**
|
|
682
503
|
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
683
504
|
* @summary Search for a routing code
|
|
684
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
685
505
|
* @param {*} [options] Override http request option.
|
|
686
506
|
* @throws {RequiredError}
|
|
687
507
|
*/
|
|
688
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: (
|
|
508
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
689
509
|
const localVarPath = `/api/v1/afnor/directory/v1/routing-code/search`;
|
|
690
510
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
691
511
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -696,15 +516,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
696
516
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
697
517
|
const localVarHeaderParameter = {};
|
|
698
518
|
const localVarQueryParameter = {};
|
|
699
|
-
// authentication HTTPBearer required
|
|
700
|
-
// http bearer authentication required
|
|
701
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
702
519
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
703
|
-
if (acceptLanguage != null) {
|
|
704
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
705
|
-
? acceptLanguage
|
|
706
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
707
|
-
}
|
|
708
520
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
709
521
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
710
522
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -716,11 +528,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
716
528
|
/**
|
|
717
529
|
* Multi-criteria company search.
|
|
718
530
|
* @summary SIREN search (or legal unit)
|
|
719
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
720
531
|
* @param {*} [options] Override http request option.
|
|
721
532
|
* @throws {RequiredError}
|
|
722
533
|
*/
|
|
723
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: (
|
|
534
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
724
535
|
const localVarPath = `/api/v1/afnor/directory/v1/siren/search`;
|
|
725
536
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
726
537
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -731,15 +542,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
731
542
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
732
543
|
const localVarHeaderParameter = {};
|
|
733
544
|
const localVarQueryParameter = {};
|
|
734
|
-
// authentication HTTPBearer required
|
|
735
|
-
// http bearer authentication required
|
|
736
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
737
545
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
738
|
-
if (acceptLanguage != null) {
|
|
739
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
740
|
-
? acceptLanguage
|
|
741
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
742
|
-
}
|
|
743
546
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
744
547
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
745
548
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -751,11 +554,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
751
554
|
/**
|
|
752
555
|
* Multi-criteria search for facilities.
|
|
753
556
|
* @summary Search for a SIRET (facility)
|
|
754
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
755
557
|
* @param {*} [options] Override http request option.
|
|
756
558
|
* @throws {RequiredError}
|
|
757
559
|
*/
|
|
758
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: (
|
|
560
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
759
561
|
const localVarPath = `/api/v1/afnor/directory/v1/siret/search`;
|
|
760
562
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
761
563
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -766,15 +568,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
766
568
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
767
569
|
const localVarHeaderParameter = {};
|
|
768
570
|
const localVarQueryParameter = {};
|
|
769
|
-
// authentication HTTPBearer required
|
|
770
|
-
// http bearer authentication required
|
|
771
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
772
571
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
773
|
-
if (acceptLanguage != null) {
|
|
774
|
-
localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
|
|
775
|
-
? acceptLanguage
|
|
776
|
-
: JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
|
|
777
|
-
}
|
|
778
572
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
779
573
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
780
574
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -794,14 +588,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
794
588
|
/**
|
|
795
589
|
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
796
590
|
* @summary Creating a directory line
|
|
797
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
798
591
|
* @param {*} [options] Override http request option.
|
|
799
592
|
* @throws {RequiredError}
|
|
800
593
|
*/
|
|
801
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(
|
|
594
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options) {
|
|
802
595
|
return __awaiter(this, void 0, void 0, function* () {
|
|
803
596
|
var _a, _b, _c;
|
|
804
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(
|
|
597
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options);
|
|
805
598
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
806
599
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
807
600
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -810,14 +603,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
810
603
|
/**
|
|
811
604
|
* Creating a routing code.
|
|
812
605
|
* @summary Create a routing code
|
|
813
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
814
606
|
* @param {*} [options] Override http request option.
|
|
815
607
|
* @throws {RequiredError}
|
|
816
608
|
*/
|
|
817
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(
|
|
609
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options) {
|
|
818
610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
819
611
|
var _a, _b, _c;
|
|
820
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(
|
|
612
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options);
|
|
821
613
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
822
614
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
823
615
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -827,14 +619,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
827
619
|
* Delete a directory line.
|
|
828
620
|
* @summary Delete a directory line
|
|
829
621
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
830
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
831
622
|
* @param {*} [options] Override http request option.
|
|
832
623
|
* @throws {RequiredError}
|
|
833
624
|
*/
|
|
834
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance,
|
|
625
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options) {
|
|
835
626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
836
627
|
var _a, _b, _c;
|
|
837
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance,
|
|
628
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options);
|
|
838
629
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
839
630
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
840
631
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -859,16 +650,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
859
650
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
860
651
|
* @summary Get a directory line.
|
|
861
652
|
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
862
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
863
|
-
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
864
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
865
653
|
* @param {*} [options] Override http request option.
|
|
866
654
|
* @throws {RequiredError}
|
|
867
655
|
*/
|
|
868
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier,
|
|
656
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options) {
|
|
869
657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
870
658
|
var _a, _b, _c;
|
|
871
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier,
|
|
659
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options);
|
|
872
660
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
873
661
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
874
662
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -878,15 +666,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
878
666
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
879
667
|
* @summary Get a directory line.
|
|
880
668
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
881
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
882
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
883
669
|
* @param {*} [options] Override http request option.
|
|
884
670
|
* @throws {RequiredError}
|
|
885
671
|
*/
|
|
886
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance,
|
|
672
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options) {
|
|
887
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
888
674
|
var _a, _b, _c;
|
|
889
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance,
|
|
675
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options);
|
|
890
676
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
891
677
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
892
678
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -896,15 +682,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
896
682
|
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
897
683
|
* @summary Get a routing code by instance-id.
|
|
898
684
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
899
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
900
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
901
685
|
* @param {*} [options] Override http request option.
|
|
902
686
|
* @throws {RequiredError}
|
|
903
687
|
*/
|
|
904
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance,
|
|
688
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options) {
|
|
905
689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
906
690
|
var _a, _b, _c;
|
|
907
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance,
|
|
691
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options);
|
|
908
692
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
909
693
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
910
694
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -915,16 +699,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
915
699
|
* @summary Get a routing code by SIRET and routing identifier
|
|
916
700
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
917
701
|
* @param {string} routingIdentifier Routing code identifier
|
|
918
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
919
|
-
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
920
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
921
702
|
* @param {*} [options] Override http request option.
|
|
922
703
|
* @throws {RequiredError}
|
|
923
704
|
*/
|
|
924
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier,
|
|
705
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options) {
|
|
925
706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
926
707
|
var _a, _b, _c;
|
|
927
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier,
|
|
708
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options);
|
|
928
709
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
929
710
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
930
711
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -934,15 +715,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
934
715
|
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
935
716
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
936
717
|
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
937
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
938
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
939
718
|
* @param {*} [options] Override http request option.
|
|
940
719
|
* @throws {RequiredError}
|
|
941
720
|
*/
|
|
942
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren,
|
|
721
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options) {
|
|
943
722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
944
723
|
var _a, _b, _c;
|
|
945
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren,
|
|
724
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options);
|
|
946
725
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
947
726
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
948
727
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -952,15 +731,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
952
731
|
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
953
732
|
* @summary Gets a siren (legal unit) by instance ID
|
|
954
733
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
955
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
956
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
957
734
|
* @param {*} [options] Override http request option.
|
|
958
735
|
* @throws {RequiredError}
|
|
959
736
|
*/
|
|
960
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance,
|
|
737
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options) {
|
|
961
738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
962
739
|
var _a, _b, _c;
|
|
963
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance,
|
|
740
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options);
|
|
964
741
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
965
742
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
966
743
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -970,16 +747,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
970
747
|
* Returns the details of a facility associated to a SIRET.
|
|
971
748
|
* @summary Gets a siret (facility) by SIRET number
|
|
972
749
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
973
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
974
|
-
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
975
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
976
750
|
* @param {*} [options] Override http request option.
|
|
977
751
|
* @throws {RequiredError}
|
|
978
752
|
*/
|
|
979
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret,
|
|
753
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options) {
|
|
980
754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
981
755
|
var _a, _b, _c;
|
|
982
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret,
|
|
756
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options);
|
|
983
757
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
984
758
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
985
759
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -989,15 +763,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
989
763
|
* Returns the details of a facility according to an instance-id.
|
|
990
764
|
* @summary Gets a siret (facility) by id-instance
|
|
991
765
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
992
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
993
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
994
766
|
* @param {*} [options] Override http request option.
|
|
995
767
|
* @throws {RequiredError}
|
|
996
768
|
*/
|
|
997
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance,
|
|
769
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options) {
|
|
998
770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
999
771
|
var _a, _b, _c;
|
|
1000
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance,
|
|
772
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options);
|
|
1001
773
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1002
774
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1003
775
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1007,14 +779,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
1007
779
|
* Partially updates a directory line.
|
|
1008
780
|
* @summary Partially updates a directory line..
|
|
1009
781
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1010
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1011
782
|
* @param {*} [options] Override http request option.
|
|
1012
783
|
* @throws {RequiredError}
|
|
1013
784
|
*/
|
|
1014
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance,
|
|
785
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options) {
|
|
1015
786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1016
787
|
var _a, _b, _c;
|
|
1017
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance,
|
|
788
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options);
|
|
1018
789
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1019
790
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1020
791
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1024,14 +795,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
1024
795
|
* Partially update a private routing code.
|
|
1025
796
|
* @summary Partially update a private routing code.
|
|
1026
797
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1027
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1028
798
|
* @param {*} [options] Override http request option.
|
|
1029
799
|
* @throws {RequiredError}
|
|
1030
800
|
*/
|
|
1031
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance,
|
|
801
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options) {
|
|
1032
802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1033
803
|
var _a, _b, _c;
|
|
1034
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance,
|
|
804
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options);
|
|
1035
805
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1036
806
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1037
807
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1041,14 +811,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
1041
811
|
* Completely update a private routing code.
|
|
1042
812
|
* @summary Completely update a private routing code.
|
|
1043
813
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1044
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1045
814
|
* @param {*} [options] Override http request option.
|
|
1046
815
|
* @throws {RequiredError}
|
|
1047
816
|
*/
|
|
1048
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance,
|
|
817
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options) {
|
|
1049
818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1050
819
|
var _a, _b, _c;
|
|
1051
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance,
|
|
820
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options);
|
|
1052
821
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1053
822
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1054
823
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1057,14 +826,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
1057
826
|
/**
|
|
1058
827
|
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
1059
828
|
* @summary Search for a directory line
|
|
1060
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1061
829
|
* @param {*} [options] Override http request option.
|
|
1062
830
|
* @throws {RequiredError}
|
|
1063
831
|
*/
|
|
1064
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(
|
|
832
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options) {
|
|
1065
833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1066
834
|
var _a, _b, _c;
|
|
1067
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(
|
|
835
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options);
|
|
1068
836
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1069
837
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1070
838
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1073,14 +841,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
1073
841
|
/**
|
|
1074
842
|
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
1075
843
|
* @summary Search for a routing code
|
|
1076
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1077
844
|
* @param {*} [options] Override http request option.
|
|
1078
845
|
* @throws {RequiredError}
|
|
1079
846
|
*/
|
|
1080
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(
|
|
847
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options) {
|
|
1081
848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1082
849
|
var _a, _b, _c;
|
|
1083
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(
|
|
850
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options);
|
|
1084
851
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1085
852
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1086
853
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1089,14 +856,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
1089
856
|
/**
|
|
1090
857
|
* Multi-criteria company search.
|
|
1091
858
|
* @summary SIREN search (or legal unit)
|
|
1092
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1093
859
|
* @param {*} [options] Override http request option.
|
|
1094
860
|
* @throws {RequiredError}
|
|
1095
861
|
*/
|
|
1096
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(
|
|
862
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options) {
|
|
1097
863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1098
864
|
var _a, _b, _c;
|
|
1099
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(
|
|
865
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options);
|
|
1100
866
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1101
867
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1102
868
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1105,14 +871,13 @@ export const AFNORPDPPADirectoryServiceApiFp = function (configuration) {
|
|
|
1105
871
|
/**
|
|
1106
872
|
* Multi-criteria search for facilities.
|
|
1107
873
|
* @summary Search for a SIRET (facility)
|
|
1108
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1109
874
|
* @param {*} [options] Override http request option.
|
|
1110
875
|
* @throws {RequiredError}
|
|
1111
876
|
*/
|
|
1112
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(
|
|
877
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options) {
|
|
1113
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1114
879
|
var _a, _b, _c;
|
|
1115
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(
|
|
880
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options);
|
|
1116
881
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1117
882
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPADirectoryServiceApi.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1118
883
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1129,33 +894,30 @@ export const AFNORPDPPADirectoryServiceApiFactory = function (configuration, bas
|
|
|
1129
894
|
/**
|
|
1130
895
|
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
1131
896
|
* @summary Creating a directory line
|
|
1132
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1133
897
|
* @param {*} [options] Override http request option.
|
|
1134
898
|
* @throws {RequiredError}
|
|
1135
899
|
*/
|
|
1136
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(
|
|
1137
|
-
return localVarFp.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(
|
|
900
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options) {
|
|
901
|
+
return localVarFp.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options).then((request) => request(axios, basePath));
|
|
1138
902
|
},
|
|
1139
903
|
/**
|
|
1140
904
|
* Creating a routing code.
|
|
1141
905
|
* @summary Create a routing code
|
|
1142
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1143
906
|
* @param {*} [options] Override http request option.
|
|
1144
907
|
* @throws {RequiredError}
|
|
1145
908
|
*/
|
|
1146
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(
|
|
1147
|
-
return localVarFp.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(
|
|
909
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options) {
|
|
910
|
+
return localVarFp.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options).then((request) => request(axios, basePath));
|
|
1148
911
|
},
|
|
1149
912
|
/**
|
|
1150
913
|
* Delete a directory line.
|
|
1151
914
|
* @summary Delete a directory line
|
|
1152
915
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1153
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1154
916
|
* @param {*} [options] Override http request option.
|
|
1155
917
|
* @throws {RequiredError}
|
|
1156
918
|
*/
|
|
1157
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance,
|
|
1158
|
-
return localVarFp.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance,
|
|
919
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options) {
|
|
920
|
+
return localVarFp.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options).then((request) => request(axios, basePath));
|
|
1159
921
|
},
|
|
1160
922
|
/**
|
|
1161
923
|
* Check Directory Service availability (AFNOR XP Z12-013 compliant)
|
|
@@ -1170,174 +932,148 @@ export const AFNORPDPPADirectoryServiceApiFactory = function (configuration, bas
|
|
|
1170
932
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
1171
933
|
* @summary Get a directory line.
|
|
1172
934
|
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
1173
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
1174
|
-
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
1175
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1176
935
|
* @param {*} [options] Override http request option.
|
|
1177
936
|
* @throws {RequiredError}
|
|
1178
937
|
*/
|
|
1179
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier,
|
|
1180
|
-
return localVarFp.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier,
|
|
938
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options) {
|
|
939
|
+
return localVarFp.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options).then((request) => request(axios, basePath));
|
|
1181
940
|
},
|
|
1182
941
|
/**
|
|
1183
942
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
1184
943
|
* @summary Get a directory line.
|
|
1185
944
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1186
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
1187
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1188
945
|
* @param {*} [options] Override http request option.
|
|
1189
946
|
* @throws {RequiredError}
|
|
1190
947
|
*/
|
|
1191
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance,
|
|
1192
|
-
return localVarFp.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance,
|
|
948
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options) {
|
|
949
|
+
return localVarFp.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
|
|
1193
950
|
},
|
|
1194
951
|
/**
|
|
1195
952
|
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
1196
953
|
* @summary Get a routing code by instance-id.
|
|
1197
954
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1198
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
1199
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1200
955
|
* @param {*} [options] Override http request option.
|
|
1201
956
|
* @throws {RequiredError}
|
|
1202
957
|
*/
|
|
1203
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance,
|
|
1204
|
-
return localVarFp.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance,
|
|
958
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options) {
|
|
959
|
+
return localVarFp.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
|
|
1205
960
|
},
|
|
1206
961
|
/**
|
|
1207
962
|
* Retrieve the Routing Code data corresponding to the identifier passed in parameters.
|
|
1208
963
|
* @summary Get a routing code by SIRET and routing identifier
|
|
1209
964
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
1210
965
|
* @param {string} routingIdentifier Routing code identifier
|
|
1211
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
1212
|
-
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
1213
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1214
966
|
* @param {*} [options] Override http request option.
|
|
1215
967
|
* @throws {RequiredError}
|
|
1216
968
|
*/
|
|
1217
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier,
|
|
1218
|
-
return localVarFp.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier,
|
|
969
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options) {
|
|
970
|
+
return localVarFp.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options).then((request) => request(axios, basePath));
|
|
1219
971
|
},
|
|
1220
972
|
/**
|
|
1221
973
|
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
1222
974
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
1223
975
|
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
1224
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
1225
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1226
976
|
* @param {*} [options] Override http request option.
|
|
1227
977
|
* @throws {RequiredError}
|
|
1228
978
|
*/
|
|
1229
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren,
|
|
1230
|
-
return localVarFp.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren,
|
|
979
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options) {
|
|
980
|
+
return localVarFp.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options).then((request) => request(axios, basePath));
|
|
1231
981
|
},
|
|
1232
982
|
/**
|
|
1233
983
|
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
1234
984
|
* @summary Gets a siren (legal unit) by instance ID
|
|
1235
985
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1236
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
1237
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1238
986
|
* @param {*} [options] Override http request option.
|
|
1239
987
|
* @throws {RequiredError}
|
|
1240
988
|
*/
|
|
1241
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance,
|
|
1242
|
-
return localVarFp.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance,
|
|
989
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options) {
|
|
990
|
+
return localVarFp.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
|
|
1243
991
|
},
|
|
1244
992
|
/**
|
|
1245
993
|
* Returns the details of a facility associated to a SIRET.
|
|
1246
994
|
* @summary Gets a siret (facility) by SIRET number
|
|
1247
995
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
1248
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
1249
|
-
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
1250
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1251
996
|
* @param {*} [options] Override http request option.
|
|
1252
997
|
* @throws {RequiredError}
|
|
1253
998
|
*/
|
|
1254
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret,
|
|
1255
|
-
return localVarFp.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret,
|
|
999
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options) {
|
|
1000
|
+
return localVarFp.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options).then((request) => request(axios, basePath));
|
|
1256
1001
|
},
|
|
1257
1002
|
/**
|
|
1258
1003
|
* Returns the details of a facility according to an instance-id.
|
|
1259
1004
|
* @summary Gets a siret (facility) by id-instance
|
|
1260
1005
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1261
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
1262
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1263
1006
|
* @param {*} [options] Override http request option.
|
|
1264
1007
|
* @throws {RequiredError}
|
|
1265
1008
|
*/
|
|
1266
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance,
|
|
1267
|
-
return localVarFp.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance,
|
|
1009
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options) {
|
|
1010
|
+
return localVarFp.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
|
|
1268
1011
|
},
|
|
1269
1012
|
/**
|
|
1270
1013
|
* Partially updates a directory line.
|
|
1271
1014
|
* @summary Partially updates a directory line..
|
|
1272
1015
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1273
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1274
1016
|
* @param {*} [options] Override http request option.
|
|
1275
1017
|
* @throws {RequiredError}
|
|
1276
1018
|
*/
|
|
1277
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance,
|
|
1278
|
-
return localVarFp.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance,
|
|
1019
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options) {
|
|
1020
|
+
return localVarFp.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options).then((request) => request(axios, basePath));
|
|
1279
1021
|
},
|
|
1280
1022
|
/**
|
|
1281
1023
|
* Partially update a private routing code.
|
|
1282
1024
|
* @summary Partially update a private routing code.
|
|
1283
1025
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1284
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1285
1026
|
* @param {*} [options] Override http request option.
|
|
1286
1027
|
* @throws {RequiredError}
|
|
1287
1028
|
*/
|
|
1288
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance,
|
|
1289
|
-
return localVarFp.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance,
|
|
1029
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options) {
|
|
1030
|
+
return localVarFp.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options).then((request) => request(axios, basePath));
|
|
1290
1031
|
},
|
|
1291
1032
|
/**
|
|
1292
1033
|
* Completely update a private routing code.
|
|
1293
1034
|
* @summary Completely update a private routing code.
|
|
1294
1035
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1295
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1296
1036
|
* @param {*} [options] Override http request option.
|
|
1297
1037
|
* @throws {RequiredError}
|
|
1298
1038
|
*/
|
|
1299
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance,
|
|
1300
|
-
return localVarFp.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance,
|
|
1039
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options) {
|
|
1040
|
+
return localVarFp.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options).then((request) => request(axios, basePath));
|
|
1301
1041
|
},
|
|
1302
1042
|
/**
|
|
1303
1043
|
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
1304
1044
|
* @summary Search for a directory line
|
|
1305
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1306
1045
|
* @param {*} [options] Override http request option.
|
|
1307
1046
|
* @throws {RequiredError}
|
|
1308
1047
|
*/
|
|
1309
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(
|
|
1310
|
-
return localVarFp.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(
|
|
1048
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options) {
|
|
1049
|
+
return localVarFp.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options).then((request) => request(axios, basePath));
|
|
1311
1050
|
},
|
|
1312
1051
|
/**
|
|
1313
1052
|
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
1314
1053
|
* @summary Search for a routing code
|
|
1315
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1316
1054
|
* @param {*} [options] Override http request option.
|
|
1317
1055
|
* @throws {RequiredError}
|
|
1318
1056
|
*/
|
|
1319
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(
|
|
1320
|
-
return localVarFp.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(
|
|
1057
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options) {
|
|
1058
|
+
return localVarFp.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options).then((request) => request(axios, basePath));
|
|
1321
1059
|
},
|
|
1322
1060
|
/**
|
|
1323
1061
|
* Multi-criteria company search.
|
|
1324
1062
|
* @summary SIREN search (or legal unit)
|
|
1325
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1326
1063
|
* @param {*} [options] Override http request option.
|
|
1327
1064
|
* @throws {RequiredError}
|
|
1328
1065
|
*/
|
|
1329
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(
|
|
1330
|
-
return localVarFp.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(
|
|
1066
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options) {
|
|
1067
|
+
return localVarFp.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options).then((request) => request(axios, basePath));
|
|
1331
1068
|
},
|
|
1332
1069
|
/**
|
|
1333
1070
|
* Multi-criteria search for facilities.
|
|
1334
1071
|
* @summary Search for a SIRET (facility)
|
|
1335
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1336
1072
|
* @param {*} [options] Override http request option.
|
|
1337
1073
|
* @throws {RequiredError}
|
|
1338
1074
|
*/
|
|
1339
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(
|
|
1340
|
-
return localVarFp.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(
|
|
1075
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options) {
|
|
1076
|
+
return localVarFp.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options).then((request) => request(axios, basePath));
|
|
1341
1077
|
},
|
|
1342
1078
|
};
|
|
1343
1079
|
};
|
|
@@ -1348,33 +1084,30 @@ export class AFNORPDPPADirectoryServiceApi extends BaseAPI {
|
|
|
1348
1084
|
/**
|
|
1349
1085
|
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
1350
1086
|
* @summary Creating a directory line
|
|
1351
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1352
1087
|
* @param {*} [options] Override http request option.
|
|
1353
1088
|
* @throws {RequiredError}
|
|
1354
1089
|
*/
|
|
1355
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(
|
|
1356
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(
|
|
1090
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options) {
|
|
1091
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options).then((request) => request(this.axios, this.basePath));
|
|
1357
1092
|
}
|
|
1358
1093
|
/**
|
|
1359
1094
|
* Creating a routing code.
|
|
1360
1095
|
* @summary Create a routing code
|
|
1361
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1362
1096
|
* @param {*} [options] Override http request option.
|
|
1363
1097
|
* @throws {RequiredError}
|
|
1364
1098
|
*/
|
|
1365
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(
|
|
1366
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(
|
|
1099
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options) {
|
|
1100
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options).then((request) => request(this.axios, this.basePath));
|
|
1367
1101
|
}
|
|
1368
1102
|
/**
|
|
1369
1103
|
* Delete a directory line.
|
|
1370
1104
|
* @summary Delete a directory line
|
|
1371
1105
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1372
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1373
1106
|
* @param {*} [options] Override http request option.
|
|
1374
1107
|
* @throws {RequiredError}
|
|
1375
1108
|
*/
|
|
1376
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance,
|
|
1377
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance,
|
|
1109
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options) {
|
|
1110
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1378
1111
|
}
|
|
1379
1112
|
/**
|
|
1380
1113
|
* Check Directory Service availability (AFNOR XP Z12-013 compliant)
|
|
@@ -1389,173 +1122,147 @@ export class AFNORPDPPADirectoryServiceApi extends BaseAPI {
|
|
|
1389
1122
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
1390
1123
|
* @summary Get a directory line.
|
|
1391
1124
|
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
1392
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
1393
|
-
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
1394
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1395
1125
|
* @param {*} [options] Override http request option.
|
|
1396
1126
|
* @throws {RequiredError}
|
|
1397
1127
|
*/
|
|
1398
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier,
|
|
1399
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier,
|
|
1128
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options) {
|
|
1129
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options).then((request) => request(this.axios, this.basePath));
|
|
1400
1130
|
}
|
|
1401
1131
|
/**
|
|
1402
1132
|
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
1403
1133
|
* @summary Get a directory line.
|
|
1404
1134
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1405
|
-
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
1406
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1407
1135
|
* @param {*} [options] Override http request option.
|
|
1408
1136
|
* @throws {RequiredError}
|
|
1409
1137
|
*/
|
|
1410
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance,
|
|
1411
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance,
|
|
1138
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options) {
|
|
1139
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1412
1140
|
}
|
|
1413
1141
|
/**
|
|
1414
1142
|
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
1415
1143
|
* @summary Get a routing code by instance-id.
|
|
1416
1144
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1417
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
1418
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1419
1145
|
* @param {*} [options] Override http request option.
|
|
1420
1146
|
* @throws {RequiredError}
|
|
1421
1147
|
*/
|
|
1422
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance,
|
|
1423
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance,
|
|
1148
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options) {
|
|
1149
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1424
1150
|
}
|
|
1425
1151
|
/**
|
|
1426
1152
|
* Retrieve the Routing Code data corresponding to the identifier passed in parameters.
|
|
1427
1153
|
* @summary Get a routing code by SIRET and routing identifier
|
|
1428
1154
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
1429
1155
|
* @param {string} routingIdentifier Routing code identifier
|
|
1430
|
-
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
1431
|
-
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
1432
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1433
1156
|
* @param {*} [options] Override http request option.
|
|
1434
1157
|
* @throws {RequiredError}
|
|
1435
1158
|
*/
|
|
1436
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier,
|
|
1437
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier,
|
|
1159
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options) {
|
|
1160
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options).then((request) => request(this.axios, this.basePath));
|
|
1438
1161
|
}
|
|
1439
1162
|
/**
|
|
1440
1163
|
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
1441
1164
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
1442
1165
|
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
1443
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
1444
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1445
1166
|
* @param {*} [options] Override http request option.
|
|
1446
1167
|
* @throws {RequiredError}
|
|
1447
1168
|
*/
|
|
1448
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren,
|
|
1449
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren,
|
|
1169
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options) {
|
|
1170
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options).then((request) => request(this.axios, this.basePath));
|
|
1450
1171
|
}
|
|
1451
1172
|
/**
|
|
1452
1173
|
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
1453
1174
|
* @summary Gets a siren (legal unit) by instance ID
|
|
1454
1175
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1455
|
-
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
1456
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1457
1176
|
* @param {*} [options] Override http request option.
|
|
1458
1177
|
* @throws {RequiredError}
|
|
1459
1178
|
*/
|
|
1460
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance,
|
|
1461
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance,
|
|
1179
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options) {
|
|
1180
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1462
1181
|
}
|
|
1463
1182
|
/**
|
|
1464
1183
|
* Returns the details of a facility associated to a SIRET.
|
|
1465
1184
|
* @summary Gets a siret (facility) by SIRET number
|
|
1466
1185
|
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
1467
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
1468
|
-
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
1469
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1470
1186
|
* @param {*} [options] Override http request option.
|
|
1471
1187
|
* @throws {RequiredError}
|
|
1472
1188
|
*/
|
|
1473
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret,
|
|
1474
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret,
|
|
1189
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options) {
|
|
1190
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options).then((request) => request(this.axios, this.basePath));
|
|
1475
1191
|
}
|
|
1476
1192
|
/**
|
|
1477
1193
|
* Returns the details of a facility according to an instance-id.
|
|
1478
1194
|
* @summary Gets a siret (facility) by id-instance
|
|
1479
1195
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1480
|
-
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
1481
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1482
1196
|
* @param {*} [options] Override http request option.
|
|
1483
1197
|
* @throws {RequiredError}
|
|
1484
1198
|
*/
|
|
1485
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance,
|
|
1486
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance,
|
|
1199
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options) {
|
|
1200
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1487
1201
|
}
|
|
1488
1202
|
/**
|
|
1489
1203
|
* Partially updates a directory line.
|
|
1490
1204
|
* @summary Partially updates a directory line..
|
|
1491
1205
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1492
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1493
1206
|
* @param {*} [options] Override http request option.
|
|
1494
1207
|
* @throws {RequiredError}
|
|
1495
1208
|
*/
|
|
1496
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance,
|
|
1497
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance,
|
|
1209
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options) {
|
|
1210
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1498
1211
|
}
|
|
1499
1212
|
/**
|
|
1500
1213
|
* Partially update a private routing code.
|
|
1501
1214
|
* @summary Partially update a private routing code.
|
|
1502
1215
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1503
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1504
1216
|
* @param {*} [options] Override http request option.
|
|
1505
1217
|
* @throws {RequiredError}
|
|
1506
1218
|
*/
|
|
1507
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance,
|
|
1508
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance,
|
|
1219
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options) {
|
|
1220
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1509
1221
|
}
|
|
1510
1222
|
/**
|
|
1511
1223
|
* Completely update a private routing code.
|
|
1512
1224
|
* @summary Completely update a private routing code.
|
|
1513
1225
|
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
1514
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1515
1226
|
* @param {*} [options] Override http request option.
|
|
1516
1227
|
* @throws {RequiredError}
|
|
1517
1228
|
*/
|
|
1518
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance,
|
|
1519
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance,
|
|
1229
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options) {
|
|
1230
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options).then((request) => request(this.axios, this.basePath));
|
|
1520
1231
|
}
|
|
1521
1232
|
/**
|
|
1522
1233
|
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
1523
1234
|
* @summary Search for a directory line
|
|
1524
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1525
1235
|
* @param {*} [options] Override http request option.
|
|
1526
1236
|
* @throws {RequiredError}
|
|
1527
1237
|
*/
|
|
1528
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(
|
|
1529
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(
|
|
1238
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options) {
|
|
1239
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options).then((request) => request(this.axios, this.basePath));
|
|
1530
1240
|
}
|
|
1531
1241
|
/**
|
|
1532
1242
|
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
1533
1243
|
* @summary Search for a routing code
|
|
1534
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1535
1244
|
* @param {*} [options] Override http request option.
|
|
1536
1245
|
* @throws {RequiredError}
|
|
1537
1246
|
*/
|
|
1538
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(
|
|
1539
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(
|
|
1247
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options) {
|
|
1248
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options).then((request) => request(this.axios, this.basePath));
|
|
1540
1249
|
}
|
|
1541
1250
|
/**
|
|
1542
1251
|
* Multi-criteria company search.
|
|
1543
1252
|
* @summary SIREN search (or legal unit)
|
|
1544
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1545
1253
|
* @param {*} [options] Override http request option.
|
|
1546
1254
|
* @throws {RequiredError}
|
|
1547
1255
|
*/
|
|
1548
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(
|
|
1549
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(
|
|
1256
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options) {
|
|
1257
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options).then((request) => request(this.axios, this.basePath));
|
|
1550
1258
|
}
|
|
1551
1259
|
/**
|
|
1552
1260
|
* Multi-criteria search for facilities.
|
|
1553
1261
|
* @summary Search for a SIRET (facility)
|
|
1554
|
-
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
1555
1262
|
* @param {*} [options] Override http request option.
|
|
1556
1263
|
* @throws {RequiredError}
|
|
1557
1264
|
*/
|
|
1558
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(
|
|
1559
|
-
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(
|
|
1265
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options) {
|
|
1266
|
+
return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options).then((request) => request(this.axios, this.basePath));
|
|
1560
1267
|
}
|
|
1561
1268
|
}
|