@factpulse/sdk 2.0.3 → 2.0.4
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/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [2.0.
|
|
10
|
+
## [2.0.4] - 2025-11-18
|
|
11
11
|
|
|
12
12
|
### Added
|
|
13
13
|
- Version initiale du SDK typescript
|
|
@@ -24,5 +24,5 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
24
24
|
- Guide d'authentification JWT
|
|
25
25
|
- Configuration avancée (timeout, proxy, debug)
|
|
26
26
|
|
|
27
|
-
[Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v2.0.
|
|
28
|
-
[2.0.
|
|
27
|
+
[Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v2.0.4...HEAD
|
|
28
|
+
[2.0.4]: https://github.com/factpulse/sdk-typescript/releases/tag/v2.0.4
|
|
@@ -47,6 +47,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
47
47
|
const localVarHeaderParameter = {} as any;
|
|
48
48
|
const localVarQueryParameter = {} as any;
|
|
49
49
|
|
|
50
|
+
// authentication HTTPBearer required
|
|
51
|
+
// http bearer authentication required
|
|
52
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
53
|
+
|
|
50
54
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
51
55
|
|
|
52
56
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -77,6 +81,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
77
81
|
const localVarHeaderParameter = {} as any;
|
|
78
82
|
const localVarQueryParameter = {} as any;
|
|
79
83
|
|
|
84
|
+
// authentication HTTPBearer required
|
|
85
|
+
// http bearer authentication required
|
|
86
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
87
|
+
|
|
80
88
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
81
89
|
|
|
82
90
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -111,6 +119,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
111
119
|
const localVarHeaderParameter = {} as any;
|
|
112
120
|
const localVarQueryParameter = {} as any;
|
|
113
121
|
|
|
122
|
+
// authentication HTTPBearer required
|
|
123
|
+
// http bearer authentication required
|
|
124
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
125
|
+
|
|
114
126
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
115
127
|
|
|
116
128
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -175,6 +187,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
175
187
|
const localVarHeaderParameter = {} as any;
|
|
176
188
|
const localVarQueryParameter = {} as any;
|
|
177
189
|
|
|
190
|
+
// authentication HTTPBearer required
|
|
191
|
+
// http bearer authentication required
|
|
192
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
193
|
+
|
|
178
194
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
179
195
|
|
|
180
196
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -209,6 +225,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
209
225
|
const localVarHeaderParameter = {} as any;
|
|
210
226
|
const localVarQueryParameter = {} as any;
|
|
211
227
|
|
|
228
|
+
// authentication HTTPBearer required
|
|
229
|
+
// http bearer authentication required
|
|
230
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
231
|
+
|
|
212
232
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
213
233
|
|
|
214
234
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -243,6 +263,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
243
263
|
const localVarHeaderParameter = {} as any;
|
|
244
264
|
const localVarQueryParameter = {} as any;
|
|
245
265
|
|
|
266
|
+
// authentication HTTPBearer required
|
|
267
|
+
// http bearer authentication required
|
|
268
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
269
|
+
|
|
246
270
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
247
271
|
|
|
248
272
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -281,6 +305,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
281
305
|
const localVarHeaderParameter = {} as any;
|
|
282
306
|
const localVarQueryParameter = {} as any;
|
|
283
307
|
|
|
308
|
+
// authentication HTTPBearer required
|
|
309
|
+
// http bearer authentication required
|
|
310
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
311
|
+
|
|
284
312
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
285
313
|
|
|
286
314
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -315,6 +343,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
315
343
|
const localVarHeaderParameter = {} as any;
|
|
316
344
|
const localVarQueryParameter = {} as any;
|
|
317
345
|
|
|
346
|
+
// authentication HTTPBearer required
|
|
347
|
+
// http bearer authentication required
|
|
348
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
349
|
+
|
|
318
350
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
319
351
|
|
|
320
352
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -349,6 +381,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
349
381
|
const localVarHeaderParameter = {} as any;
|
|
350
382
|
const localVarQueryParameter = {} as any;
|
|
351
383
|
|
|
384
|
+
// authentication HTTPBearer required
|
|
385
|
+
// http bearer authentication required
|
|
386
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
387
|
+
|
|
352
388
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
353
389
|
|
|
354
390
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -383,6 +419,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
383
419
|
const localVarHeaderParameter = {} as any;
|
|
384
420
|
const localVarQueryParameter = {} as any;
|
|
385
421
|
|
|
422
|
+
// authentication HTTPBearer required
|
|
423
|
+
// http bearer authentication required
|
|
424
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
425
|
+
|
|
386
426
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
387
427
|
|
|
388
428
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -417,6 +457,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
417
457
|
const localVarHeaderParameter = {} as any;
|
|
418
458
|
const localVarQueryParameter = {} as any;
|
|
419
459
|
|
|
460
|
+
// authentication HTTPBearer required
|
|
461
|
+
// http bearer authentication required
|
|
462
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
463
|
+
|
|
420
464
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
421
465
|
|
|
422
466
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -451,6 +495,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
451
495
|
const localVarHeaderParameter = {} as any;
|
|
452
496
|
const localVarQueryParameter = {} as any;
|
|
453
497
|
|
|
498
|
+
// authentication HTTPBearer required
|
|
499
|
+
// http bearer authentication required
|
|
500
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
501
|
+
|
|
454
502
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
455
503
|
|
|
456
504
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -485,6 +533,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
485
533
|
const localVarHeaderParameter = {} as any;
|
|
486
534
|
const localVarQueryParameter = {} as any;
|
|
487
535
|
|
|
536
|
+
// authentication HTTPBearer required
|
|
537
|
+
// http bearer authentication required
|
|
538
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
539
|
+
|
|
488
540
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
489
541
|
|
|
490
542
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -519,6 +571,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
519
571
|
const localVarHeaderParameter = {} as any;
|
|
520
572
|
const localVarQueryParameter = {} as any;
|
|
521
573
|
|
|
574
|
+
// authentication HTTPBearer required
|
|
575
|
+
// http bearer authentication required
|
|
576
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
577
|
+
|
|
522
578
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
523
579
|
|
|
524
580
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -549,6 +605,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
549
605
|
const localVarHeaderParameter = {} as any;
|
|
550
606
|
const localVarQueryParameter = {} as any;
|
|
551
607
|
|
|
608
|
+
// authentication HTTPBearer required
|
|
609
|
+
// http bearer authentication required
|
|
610
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
611
|
+
|
|
552
612
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
553
613
|
|
|
554
614
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -579,6 +639,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
579
639
|
const localVarHeaderParameter = {} as any;
|
|
580
640
|
const localVarQueryParameter = {} as any;
|
|
581
641
|
|
|
642
|
+
// authentication HTTPBearer required
|
|
643
|
+
// http bearer authentication required
|
|
644
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
645
|
+
|
|
582
646
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
583
647
|
|
|
584
648
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -609,6 +673,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
609
673
|
const localVarHeaderParameter = {} as any;
|
|
610
674
|
const localVarQueryParameter = {} as any;
|
|
611
675
|
|
|
676
|
+
// authentication HTTPBearer required
|
|
677
|
+
// http bearer authentication required
|
|
678
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
679
|
+
|
|
612
680
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
613
681
|
|
|
614
682
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -639,6 +707,10 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
639
707
|
const localVarHeaderParameter = {} as any;
|
|
640
708
|
const localVarQueryParameter = {} as any;
|
|
641
709
|
|
|
710
|
+
// authentication HTTPBearer required
|
|
711
|
+
// http bearer authentication required
|
|
712
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
713
|
+
|
|
642
714
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
643
715
|
|
|
644
716
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -51,6 +51,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
51
51
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
52
52
|
const localVarHeaderParameter = {};
|
|
53
53
|
const localVarQueryParameter = {};
|
|
54
|
+
// authentication HTTPBearer required
|
|
55
|
+
// http bearer authentication required
|
|
56
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
54
57
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
55
58
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
56
59
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -77,6 +80,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
77
80
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
78
81
|
const localVarHeaderParameter = {};
|
|
79
82
|
const localVarQueryParameter = {};
|
|
83
|
+
// authentication HTTPBearer required
|
|
84
|
+
// http bearer authentication required
|
|
85
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
80
86
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
81
87
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
82
88
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -107,6 +113,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
107
113
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
108
114
|
const localVarHeaderParameter = {};
|
|
109
115
|
const localVarQueryParameter = {};
|
|
116
|
+
// authentication HTTPBearer required
|
|
117
|
+
// http bearer authentication required
|
|
118
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
110
119
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
111
120
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
112
121
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -163,6 +172,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
163
172
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
164
173
|
const localVarHeaderParameter = {};
|
|
165
174
|
const localVarQueryParameter = {};
|
|
175
|
+
// authentication HTTPBearer required
|
|
176
|
+
// http bearer authentication required
|
|
177
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
166
178
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
167
179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
168
180
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -193,6 +205,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
193
205
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
194
206
|
const localVarHeaderParameter = {};
|
|
195
207
|
const localVarQueryParameter = {};
|
|
208
|
+
// authentication HTTPBearer required
|
|
209
|
+
// http bearer authentication required
|
|
210
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
196
211
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
197
212
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
198
213
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -223,6 +238,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
223
238
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
224
239
|
const localVarHeaderParameter = {};
|
|
225
240
|
const localVarQueryParameter = {};
|
|
241
|
+
// authentication HTTPBearer required
|
|
242
|
+
// http bearer authentication required
|
|
243
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
226
244
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
227
245
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
228
246
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -257,6 +275,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
257
275
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
258
276
|
const localVarHeaderParameter = {};
|
|
259
277
|
const localVarQueryParameter = {};
|
|
278
|
+
// authentication HTTPBearer required
|
|
279
|
+
// http bearer authentication required
|
|
280
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
260
281
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
261
282
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
262
283
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -287,6 +308,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
287
308
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
288
309
|
const localVarHeaderParameter = {};
|
|
289
310
|
const localVarQueryParameter = {};
|
|
311
|
+
// authentication HTTPBearer required
|
|
312
|
+
// http bearer authentication required
|
|
313
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
290
314
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
291
315
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
292
316
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -317,6 +341,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
317
341
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
318
342
|
const localVarHeaderParameter = {};
|
|
319
343
|
const localVarQueryParameter = {};
|
|
344
|
+
// authentication HTTPBearer required
|
|
345
|
+
// http bearer authentication required
|
|
346
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
320
347
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
321
348
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
322
349
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -347,6 +374,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
347
374
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
348
375
|
const localVarHeaderParameter = {};
|
|
349
376
|
const localVarQueryParameter = {};
|
|
377
|
+
// authentication HTTPBearer required
|
|
378
|
+
// http bearer authentication required
|
|
379
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
350
380
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
351
381
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
352
382
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -377,6 +407,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
377
407
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
378
408
|
const localVarHeaderParameter = {};
|
|
379
409
|
const localVarQueryParameter = {};
|
|
410
|
+
// authentication HTTPBearer required
|
|
411
|
+
// http bearer authentication required
|
|
412
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
380
413
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
381
414
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
382
415
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -407,6 +440,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
407
440
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
408
441
|
const localVarHeaderParameter = {};
|
|
409
442
|
const localVarQueryParameter = {};
|
|
443
|
+
// authentication HTTPBearer required
|
|
444
|
+
// http bearer authentication required
|
|
445
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
410
446
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
411
447
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
412
448
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -437,6 +473,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
437
473
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
438
474
|
const localVarHeaderParameter = {};
|
|
439
475
|
const localVarQueryParameter = {};
|
|
476
|
+
// authentication HTTPBearer required
|
|
477
|
+
// http bearer authentication required
|
|
478
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
440
479
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
441
480
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
442
481
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -467,6 +506,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
467
506
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
468
507
|
const localVarHeaderParameter = {};
|
|
469
508
|
const localVarQueryParameter = {};
|
|
509
|
+
// authentication HTTPBearer required
|
|
510
|
+
// http bearer authentication required
|
|
511
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
470
512
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
471
513
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
472
514
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -493,6 +535,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
493
535
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
494
536
|
const localVarHeaderParameter = {};
|
|
495
537
|
const localVarQueryParameter = {};
|
|
538
|
+
// authentication HTTPBearer required
|
|
539
|
+
// http bearer authentication required
|
|
540
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
496
541
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
497
542
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
498
543
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -519,6 +564,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
519
564
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
520
565
|
const localVarHeaderParameter = {};
|
|
521
566
|
const localVarQueryParameter = {};
|
|
567
|
+
// authentication HTTPBearer required
|
|
568
|
+
// http bearer authentication required
|
|
569
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
522
570
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
523
571
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
524
572
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -545,6 +593,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
545
593
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
546
594
|
const localVarHeaderParameter = {};
|
|
547
595
|
const localVarQueryParameter = {};
|
|
596
|
+
// authentication HTTPBearer required
|
|
597
|
+
// http bearer authentication required
|
|
598
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
548
599
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
549
600
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
550
601
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -571,6 +622,9 @@ const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration)
|
|
|
571
622
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
572
623
|
const localVarHeaderParameter = {};
|
|
573
624
|
const localVarQueryParameter = {};
|
|
625
|
+
// authentication HTTPBearer required
|
|
626
|
+
// http bearer authentication required
|
|
627
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
574
628
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
575
629
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
576
630
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -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, setSearchParams, toPathString, createRequestFunction } from '../common';
|
|
26
|
+
import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, toPathString, createRequestFunction } from '../common';
|
|
27
27
|
// @ts-ignore
|
|
28
28
|
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
29
|
/**
|
|
@@ -48,6 +48,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
48
48
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
49
49
|
const localVarHeaderParameter = {};
|
|
50
50
|
const localVarQueryParameter = {};
|
|
51
|
+
// authentication HTTPBearer required
|
|
52
|
+
// http bearer authentication required
|
|
53
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
51
54
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
52
55
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
53
56
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -74,6 +77,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
74
77
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
75
78
|
const localVarHeaderParameter = {};
|
|
76
79
|
const localVarQueryParameter = {};
|
|
80
|
+
// authentication HTTPBearer required
|
|
81
|
+
// http bearer authentication required
|
|
82
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
77
83
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
78
84
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
79
85
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -104,6 +110,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
104
110
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
105
111
|
const localVarHeaderParameter = {};
|
|
106
112
|
const localVarQueryParameter = {};
|
|
113
|
+
// authentication HTTPBearer required
|
|
114
|
+
// http bearer authentication required
|
|
115
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
107
116
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
108
117
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
109
118
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -160,6 +169,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
160
169
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
161
170
|
const localVarHeaderParameter = {};
|
|
162
171
|
const localVarQueryParameter = {};
|
|
172
|
+
// authentication HTTPBearer required
|
|
173
|
+
// http bearer authentication required
|
|
174
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
163
175
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
164
176
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
165
177
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -190,6 +202,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
190
202
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
191
203
|
const localVarHeaderParameter = {};
|
|
192
204
|
const localVarQueryParameter = {};
|
|
205
|
+
// authentication HTTPBearer required
|
|
206
|
+
// http bearer authentication required
|
|
207
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
193
208
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
194
209
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
195
210
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -220,6 +235,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
220
235
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
221
236
|
const localVarHeaderParameter = {};
|
|
222
237
|
const localVarQueryParameter = {};
|
|
238
|
+
// authentication HTTPBearer required
|
|
239
|
+
// http bearer authentication required
|
|
240
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
223
241
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
224
242
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
225
243
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -254,6 +272,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
254
272
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
255
273
|
const localVarHeaderParameter = {};
|
|
256
274
|
const localVarQueryParameter = {};
|
|
275
|
+
// authentication HTTPBearer required
|
|
276
|
+
// http bearer authentication required
|
|
277
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
257
278
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
258
279
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
259
280
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -284,6 +305,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
284
305
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
285
306
|
const localVarHeaderParameter = {};
|
|
286
307
|
const localVarQueryParameter = {};
|
|
308
|
+
// authentication HTTPBearer required
|
|
309
|
+
// http bearer authentication required
|
|
310
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
287
311
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
288
312
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
289
313
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -314,6 +338,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
314
338
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
315
339
|
const localVarHeaderParameter = {};
|
|
316
340
|
const localVarQueryParameter = {};
|
|
341
|
+
// authentication HTTPBearer required
|
|
342
|
+
// http bearer authentication required
|
|
343
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
317
344
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
318
345
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
319
346
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -344,6 +371,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
344
371
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
345
372
|
const localVarHeaderParameter = {};
|
|
346
373
|
const localVarQueryParameter = {};
|
|
374
|
+
// authentication HTTPBearer required
|
|
375
|
+
// http bearer authentication required
|
|
376
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
347
377
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
348
378
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
349
379
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -374,6 +404,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
374
404
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
375
405
|
const localVarHeaderParameter = {};
|
|
376
406
|
const localVarQueryParameter = {};
|
|
407
|
+
// authentication HTTPBearer required
|
|
408
|
+
// http bearer authentication required
|
|
409
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
377
410
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
378
411
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
379
412
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -404,6 +437,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
404
437
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
405
438
|
const localVarHeaderParameter = {};
|
|
406
439
|
const localVarQueryParameter = {};
|
|
440
|
+
// authentication HTTPBearer required
|
|
441
|
+
// http bearer authentication required
|
|
442
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
407
443
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
408
444
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
409
445
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -434,6 +470,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
434
470
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
435
471
|
const localVarHeaderParameter = {};
|
|
436
472
|
const localVarQueryParameter = {};
|
|
473
|
+
// authentication HTTPBearer required
|
|
474
|
+
// http bearer authentication required
|
|
475
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
437
476
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
438
477
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
439
478
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -464,6 +503,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
464
503
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
465
504
|
const localVarHeaderParameter = {};
|
|
466
505
|
const localVarQueryParameter = {};
|
|
506
|
+
// authentication HTTPBearer required
|
|
507
|
+
// http bearer authentication required
|
|
508
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
467
509
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
468
510
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
469
511
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -490,6 +532,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
490
532
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
491
533
|
const localVarHeaderParameter = {};
|
|
492
534
|
const localVarQueryParameter = {};
|
|
535
|
+
// authentication HTTPBearer required
|
|
536
|
+
// http bearer authentication required
|
|
537
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
493
538
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
494
539
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
495
540
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -516,6 +561,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
516
561
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
517
562
|
const localVarHeaderParameter = {};
|
|
518
563
|
const localVarQueryParameter = {};
|
|
564
|
+
// authentication HTTPBearer required
|
|
565
|
+
// http bearer authentication required
|
|
566
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
519
567
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
520
568
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
521
569
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -542,6 +590,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
542
590
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
543
591
|
const localVarHeaderParameter = {};
|
|
544
592
|
const localVarQueryParameter = {};
|
|
593
|
+
// authentication HTTPBearer required
|
|
594
|
+
// http bearer authentication required
|
|
595
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
545
596
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
546
597
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
547
598
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -568,6 +619,9 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
|
|
|
568
619
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
569
620
|
const localVarHeaderParameter = {};
|
|
570
621
|
const localVarQueryParameter = {};
|
|
622
|
+
// authentication HTTPBearer required
|
|
623
|
+
// http bearer authentication required
|
|
624
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
571
625
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
572
626
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
573
627
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -53,7 +53,7 @@ This endpoint does not have any parameters.
|
|
|
53
53
|
|
|
54
54
|
### Authorization
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
57
57
|
|
|
58
58
|
### HTTP request headers
|
|
59
59
|
|
|
@@ -100,7 +100,7 @@ This endpoint does not have any parameters.
|
|
|
100
100
|
|
|
101
101
|
### Authorization
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
104
104
|
|
|
105
105
|
### HTTP request headers
|
|
106
106
|
|
|
@@ -154,7 +154,7 @@ const { status, data } = await apiInstance.deleteDirectoryLineProxyApiV1AfnorDir
|
|
|
154
154
|
|
|
155
155
|
### Authorization
|
|
156
156
|
|
|
157
|
-
|
|
157
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
158
158
|
|
|
159
159
|
### HTTP request headers
|
|
160
160
|
|
|
@@ -253,7 +253,7 @@ const { status, data } = await apiInstance.getDirectoryLineByCodeProxyApiV1Afnor
|
|
|
253
253
|
|
|
254
254
|
### Authorization
|
|
255
255
|
|
|
256
|
-
|
|
256
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
257
257
|
|
|
258
258
|
### HTTP request headers
|
|
259
259
|
|
|
@@ -307,7 +307,7 @@ const { status, data } = await apiInstance.getDirectoryLineByIdInstanceProxyApiV
|
|
|
307
307
|
|
|
308
308
|
### Authorization
|
|
309
309
|
|
|
310
|
-
|
|
310
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
311
311
|
|
|
312
312
|
### HTTP request headers
|
|
313
313
|
|
|
@@ -361,7 +361,7 @@ const { status, data } = await apiInstance.getRoutingCodeByIdInstanceProxyApiV1A
|
|
|
361
361
|
|
|
362
362
|
### Authorization
|
|
363
363
|
|
|
364
|
-
|
|
364
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
365
365
|
|
|
366
366
|
### HTTP request headers
|
|
367
367
|
|
|
@@ -418,7 +418,7 @@ const { status, data } = await apiInstance.getRoutingCodeBySiretAndCodeProxyApiV
|
|
|
418
418
|
|
|
419
419
|
### Authorization
|
|
420
420
|
|
|
421
|
-
|
|
421
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
422
422
|
|
|
423
423
|
### HTTP request headers
|
|
424
424
|
|
|
@@ -472,7 +472,7 @@ const { status, data } = await apiInstance.getSirenByCodeInseeProxyApiV1AfnorDir
|
|
|
472
472
|
|
|
473
473
|
### Authorization
|
|
474
474
|
|
|
475
|
-
|
|
475
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
476
476
|
|
|
477
477
|
### HTTP request headers
|
|
478
478
|
|
|
@@ -526,7 +526,7 @@ const { status, data } = await apiInstance.getSirenByIdInstanceProxyApiV1AfnorDi
|
|
|
526
526
|
|
|
527
527
|
### Authorization
|
|
528
528
|
|
|
529
|
-
|
|
529
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
530
530
|
|
|
531
531
|
### HTTP request headers
|
|
532
532
|
|
|
@@ -580,7 +580,7 @@ const { status, data } = await apiInstance.getSiretByCodeInseeProxyApiV1AfnorDir
|
|
|
580
580
|
|
|
581
581
|
### Authorization
|
|
582
582
|
|
|
583
|
-
|
|
583
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
584
584
|
|
|
585
585
|
### HTTP request headers
|
|
586
586
|
|
|
@@ -634,7 +634,7 @@ const { status, data } = await apiInstance.getSiretByIdInstanceProxyApiV1AfnorDi
|
|
|
634
634
|
|
|
635
635
|
### Authorization
|
|
636
636
|
|
|
637
|
-
|
|
637
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
638
638
|
|
|
639
639
|
### HTTP request headers
|
|
640
640
|
|
|
@@ -688,7 +688,7 @@ const { status, data } = await apiInstance.patchDirectoryLineProxyApiV1AfnorDire
|
|
|
688
688
|
|
|
689
689
|
### Authorization
|
|
690
690
|
|
|
691
|
-
|
|
691
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
692
692
|
|
|
693
693
|
### HTTP request headers
|
|
694
694
|
|
|
@@ -742,7 +742,7 @@ const { status, data } = await apiInstance.patchRoutingCodeProxyApiV1AfnorDirect
|
|
|
742
742
|
|
|
743
743
|
### Authorization
|
|
744
744
|
|
|
745
|
-
|
|
745
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
746
746
|
|
|
747
747
|
### HTTP request headers
|
|
748
748
|
|
|
@@ -796,7 +796,7 @@ const { status, data } = await apiInstance.putRoutingCodeProxyApiV1AfnorDirector
|
|
|
796
796
|
|
|
797
797
|
### Authorization
|
|
798
798
|
|
|
799
|
-
|
|
799
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
800
800
|
|
|
801
801
|
### HTTP request headers
|
|
802
802
|
|
|
@@ -843,7 +843,7 @@ This endpoint does not have any parameters.
|
|
|
843
843
|
|
|
844
844
|
### Authorization
|
|
845
845
|
|
|
846
|
-
|
|
846
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
847
847
|
|
|
848
848
|
### HTTP request headers
|
|
849
849
|
|
|
@@ -888,7 +888,7 @@ This endpoint does not have any parameters.
|
|
|
888
888
|
|
|
889
889
|
### Authorization
|
|
890
890
|
|
|
891
|
-
|
|
891
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
892
892
|
|
|
893
893
|
### HTTP request headers
|
|
894
894
|
|
|
@@ -933,7 +933,7 @@ This endpoint does not have any parameters.
|
|
|
933
933
|
|
|
934
934
|
### Authorization
|
|
935
935
|
|
|
936
|
-
|
|
936
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
937
937
|
|
|
938
938
|
### HTTP request headers
|
|
939
939
|
|
|
@@ -978,7 +978,7 @@ This endpoint does not have any parameters.
|
|
|
978
978
|
|
|
979
979
|
### Authorization
|
|
980
980
|
|
|
981
|
-
|
|
981
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
982
982
|
|
|
983
983
|
### HTTP request headers
|
|
984
984
|
|