@factpulse/sdk 4.0.2 → 4.0.3
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 +12 -2
- package/CHANGELOG.md +4 -4
- package/README.md +12 -0
- package/api/afnorpdppaapi.ts +17 -7
- package/api/async-tasks-api.ts +3 -0
- package/api/chorus-pro-api.ts +48 -0
- package/api/client-management-api.ts +360 -11
- package/api/downloads-api.ts +6 -0
- package/api/electronic-signature-api.ts +12 -0
- package/api/factur-xconversion-api.ts +95 -0
- package/api/factur-xgeneration-api.ts +9 -0
- package/api/factur-xpdfxmlverification-api.ts +9 -0
- package/api/factur-xvalidation-api.ts +11 -2
- package/api/flux10-ereporting-api.ts +18 -0
- package/api/flux6-invoice-lifecycle-cdarapi.ts +9 -0
- package/api/health-api.ts +3 -0
- package/common.ts +2 -1
- package/dist/api/afnorpdppaapi.d.ts +8 -4
- package/dist/api/afnorpdppaapi.js +16 -7
- package/dist/api/async-tasks-api.js +2 -0
- package/dist/api/chorus-pro-api.js +32 -0
- package/dist/api/client-management-api.d.ts +149 -8
- package/dist/api/client-management-api.js +326 -11
- package/dist/api/downloads-api.js +4 -0
- package/dist/api/electronic-signature-api.js +8 -0
- package/dist/api/factur-xconversion-api.d.ts +36 -0
- package/dist/api/factur-xconversion-api.js +87 -0
- package/dist/api/factur-xgeneration-api.js +6 -0
- package/dist/api/factur-xpdfxmlverification-api.js +6 -0
- package/dist/api/factur-xvalidation-api.js +6 -0
- package/dist/api/flux10-ereporting-api.js +12 -0
- package/dist/api/flux6-invoice-lifecycle-cdarapi.js +6 -0
- package/dist/api/health-api.js +2 -0
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -0
- package/dist/esm/api/afnorpdppaapi.d.ts +8 -4
- package/dist/esm/api/afnorpdppaapi.js +17 -8
- package/dist/esm/api/async-tasks-api.js +3 -1
- package/dist/esm/api/chorus-pro-api.js +33 -1
- package/dist/esm/api/client-management-api.d.ts +149 -8
- package/dist/esm/api/client-management-api.js +327 -12
- package/dist/esm/api/downloads-api.js +5 -1
- package/dist/esm/api/electronic-signature-api.js +9 -1
- package/dist/esm/api/factur-xconversion-api.d.ts +36 -0
- package/dist/esm/api/factur-xconversion-api.js +88 -1
- package/dist/esm/api/factur-xgeneration-api.js +7 -1
- package/dist/esm/api/factur-xpdfxmlverification-api.js +7 -1
- package/dist/esm/api/factur-xvalidation-api.js +7 -1
- package/dist/esm/api/flux10-ereporting-api.js +13 -1
- package/dist/esm/api/flux6-invoice-lifecycle-cdarapi.js +7 -1
- package/dist/esm/api/health-api.js +3 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -0
- package/dist/esm/models/convert-resume-request.d.ts +6 -1
- package/dist/esm/models/facture-electronique-rest-api-schemas-validation-validation-error-response.d.ts +20 -0
- package/dist/esm/models/index.d.ts +6 -1
- package/dist/esm/models/index.js +6 -1
- package/dist/esm/models/key-rotation-request.d.ts +24 -0
- package/dist/esm/models/key-rotation-request.js +14 -0
- package/dist/esm/models/key-rotation-response.d.ts +29 -0
- package/dist/esm/models/key-rotation-response.js +14 -0
- package/dist/esm/models/pdpconfig-response.d.ts +1 -0
- package/dist/esm/models/pdpconfig-update-request.d.ts +7 -1
- package/dist/esm/models/pdpconfig-update-request.js +4 -1
- package/dist/esm/models/secret-status.d.ts +2 -0
- package/dist/esm/models/validate-cdarresponse.d.ts +3 -3
- package/dist/esm/models/validation-error-response.d.ts +12 -3
- package/dist/esm/models/{facture-electronique-rest-api-schemas-cdar-validation-error-response.d.ts → webhook-secret-delete-response.d.ts} +5 -10
- package/dist/esm/models/webhook-secret-delete-response.js +14 -0
- package/dist/esm/models/webhook-secret-generate-response.d.ts +32 -0
- package/dist/esm/models/webhook-secret-generate-response.js +14 -0
- package/dist/esm/models/webhook-secret-status-response.d.ts +21 -0
- package/dist/esm/models/webhook-secret-status-response.js +14 -0
- package/dist/models/convert-resume-request.d.ts +6 -1
- package/dist/models/facture-electronique-rest-api-schemas-validation-validation-error-response.d.ts +20 -0
- package/dist/models/index.d.ts +6 -1
- package/dist/models/index.js +6 -1
- package/dist/models/key-rotation-request.d.ts +24 -0
- package/dist/models/key-rotation-request.js +15 -0
- package/dist/models/key-rotation-response.d.ts +29 -0
- package/dist/models/key-rotation-response.js +15 -0
- package/dist/models/pdpconfig-response.d.ts +1 -0
- package/dist/models/pdpconfig-update-request.d.ts +7 -1
- package/dist/models/pdpconfig-update-request.js +5 -0
- package/dist/models/secret-status.d.ts +2 -0
- package/dist/models/validate-cdarresponse.d.ts +3 -3
- package/dist/models/validation-error-response.d.ts +12 -3
- package/dist/models/{facture-electronique-rest-api-schemas-cdar-validation-error-response.d.ts → webhook-secret-delete-response.d.ts} +5 -10
- package/dist/models/webhook-secret-delete-response.js +15 -0
- package/dist/models/webhook-secret-generate-response.d.ts +32 -0
- package/dist/models/webhook-secret-generate-response.js +15 -0
- package/dist/models/webhook-secret-status-response.d.ts +21 -0
- package/dist/models/webhook-secret-status-response.js +15 -0
- package/docs/AFNORPDPPAApi.md +5 -2
- package/docs/AsyncTasksApi.md +1 -1
- package/docs/ChorusProApi.md +16 -16
- package/docs/ClientManagementApi.md +249 -10
- package/docs/ConvertResumeRequest.md +5 -1
- package/docs/DownloadsApi.md +2 -2
- package/docs/ElectronicSignatureApi.md +4 -4
- package/docs/FacturXConversionApi.md +64 -4
- package/docs/FacturXGenerationApi.md +3 -3
- package/docs/FacturXPDFXMLVerificationApi.md +3 -3
- package/docs/FacturXValidationApi.md +3 -3
- package/docs/FactureElectroniqueRestApiSchemasValidationValidationErrorResponse.md +21 -0
- package/docs/Flux10EReportingApi.md +6 -6
- package/docs/Flux6InvoiceLifecycleCDARApi.md +3 -3
- package/docs/HealthApi.md +1 -1
- package/docs/KeyRotationRequest.md +23 -0
- package/docs/KeyRotationResponse.md +27 -0
- package/docs/PDPConfigResponse.md +2 -0
- package/docs/PDPConfigUpdateRequest.md +3 -1
- package/docs/SecretStatus.md +4 -0
- package/docs/ValidateCDARResponse.md +2 -2
- package/docs/ValidationErrorResponse.md +9 -3
- package/docs/WebhookSecretDeleteResponse.md +23 -0
- package/docs/WebhookSecretGenerateResponse.md +27 -0
- package/docs/WebhookSecretStatusResponse.md +23 -0
- package/models/convert-resume-request.ts +6 -1
- package/models/facture-electronique-rest-api-schemas-validation-validation-error-response.ts +26 -0
- package/models/index.ts +6 -1
- package/models/key-rotation-request.ts +30 -0
- package/models/key-rotation-response.ts +35 -0
- package/models/pdpconfig-response.ts +1 -0
- package/models/pdpconfig-update-request.ts +10 -1
- package/models/secret-status.ts +2 -0
- package/models/validate-cdarresponse.ts +3 -3
- package/models/validation-error-response.ts +12 -3
- package/models/{facture-electronique-rest-api-schemas-cdar-validation-error-response.ts → webhook-secret-delete-response.ts} +5 -10
- package/models/webhook-secret-generate-response.ts +38 -0
- package/models/webhook-secret-status-response.ts +27 -0
- package/package.json +1 -1
- package/docs/FactureElectroniqueRestApiSchemasCdarValidationErrorResponse.md +0 -27
- /package/dist/esm/models/{facture-electronique-rest-api-schemas-cdar-validation-error-response.js → facture-electronique-rest-api-schemas-validation-validation-error-response.js} +0 -0
- /package/dist/models/{facture-electronique-rest-api-schemas-cdar-validation-error-response.js → facture-electronique-rest-api-schemas-validation-validation-error-response.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -186,9 +186,9 @@ docs/FacturXInvoice.md
|
|
|
186
186
|
docs/FacturXPDFInfo.md
|
|
187
187
|
docs/FacturXPDFXMLVerificationApi.md
|
|
188
188
|
docs/FacturXValidationApi.md
|
|
189
|
-
docs/FactureElectroniqueRestApiSchemasCdarValidationErrorResponse.md
|
|
190
189
|
docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md
|
|
191
190
|
docs/FactureElectroniqueRestApiSchemasEreportingInvoiceTypeCode.md
|
|
191
|
+
docs/FactureElectroniqueRestApiSchemasValidationValidationErrorResponse.md
|
|
192
192
|
docs/FieldStatus.md
|
|
193
193
|
docs/FileInfo.md
|
|
194
194
|
docs/FilesInfo.md
|
|
@@ -231,6 +231,8 @@ docs/InvoiceTypeCodeOutput.md
|
|
|
231
231
|
docs/InvoicingFramework.md
|
|
232
232
|
docs/InvoicingFrameworkCode.md
|
|
233
233
|
docs/IssuerRoleCode.md
|
|
234
|
+
docs/KeyRotationRequest.md
|
|
235
|
+
docs/KeyRotationResponse.md
|
|
234
236
|
docs/LineNetAmount.md
|
|
235
237
|
docs/LineSubType.md
|
|
236
238
|
docs/LineTotalAmount.md
|
|
@@ -342,6 +344,9 @@ docs/ValidationSuccessResponse.md
|
|
|
342
344
|
docs/VatRate.md
|
|
343
345
|
docs/VerificationSuccessResponse.md
|
|
344
346
|
docs/VerifiedFieldSchema.md
|
|
347
|
+
docs/WebhookSecretDeleteResponse.md
|
|
348
|
+
docs/WebhookSecretGenerateResponse.md
|
|
349
|
+
docs/WebhookSecretStatusResponse.md
|
|
345
350
|
git_push.sh
|
|
346
351
|
index.ts
|
|
347
352
|
models/acknowledgment-status.ts
|
|
@@ -497,9 +502,9 @@ models/error-source.ts
|
|
|
497
502
|
models/extraction-info.ts
|
|
498
503
|
models/factur-xinvoice.ts
|
|
499
504
|
models/factur-xpdfinfo.ts
|
|
500
|
-
models/facture-electronique-rest-api-schemas-cdar-validation-error-response.ts
|
|
501
505
|
models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts
|
|
502
506
|
models/facture-electronique-rest-api-schemas-ereporting-invoice-type-code.ts
|
|
507
|
+
models/facture-electronique-rest-api-schemas-validation-validation-error-response.ts
|
|
503
508
|
models/field-status.ts
|
|
504
509
|
models/file-info.ts
|
|
505
510
|
models/files-info.ts
|
|
@@ -540,6 +545,8 @@ models/invoice-type-code.ts
|
|
|
540
545
|
models/invoicing-framework-code.ts
|
|
541
546
|
models/invoicing-framework.ts
|
|
542
547
|
models/issuer-role-code.ts
|
|
548
|
+
models/key-rotation-request.ts
|
|
549
|
+
models/key-rotation-response.ts
|
|
543
550
|
models/line-net-amount.ts
|
|
544
551
|
models/line-sub-type.ts
|
|
545
552
|
models/line-total-amount.ts
|
|
@@ -651,6 +658,9 @@ models/vatline.ts
|
|
|
651
658
|
models/vatpoint-date-code.ts
|
|
652
659
|
models/verification-success-response.ts
|
|
653
660
|
models/verified-field-schema.ts
|
|
661
|
+
models/webhook-secret-delete-response.ts
|
|
662
|
+
models/webhook-secret-generate-response.ts
|
|
663
|
+
models/webhook-secret-status-response.ts
|
|
654
664
|
package.json
|
|
655
665
|
tsconfig.esm.json
|
|
656
666
|
tsconfig.json
|
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,11 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [4.0.
|
|
10
|
+
## [4.0.3] - 2026-02-06
|
|
11
11
|
|
|
12
12
|
### Fixed
|
|
13
|
-
-
|
|
13
|
+
- gestion des numéros de versions lors de la publication...
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
[Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v4.0.
|
|
17
|
-
[4.0.
|
|
16
|
+
[Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v4.0.3...HEAD
|
|
17
|
+
[4.0.3]: https://github.com/factpulse/sdk-typescript/releases/tag/v4.0.3
|
package/README.md
CHANGED
|
@@ -39,11 +39,13 @@ const result = await client.post('processing/invoices/submit-complete-async', {
|
|
|
39
39
|
invoiceData: {
|
|
40
40
|
number: 'INV-2025-001',
|
|
41
41
|
supplier: {
|
|
42
|
+
name: 'ACME Corporation',
|
|
42
43
|
siret: '12345678901234',
|
|
43
44
|
iban: 'FR7630001007941234567890185',
|
|
44
45
|
routing_address: '12345678901234',
|
|
45
46
|
},
|
|
46
47
|
recipient: {
|
|
48
|
+
name: 'Client Company SA',
|
|
47
49
|
siret: '98765432109876',
|
|
48
50
|
routing_address: '98765432109876',
|
|
49
51
|
},
|
|
@@ -201,6 +203,16 @@ try {
|
|
|
201
203
|
}
|
|
202
204
|
```
|
|
203
205
|
|
|
206
|
+
## Available Helpers
|
|
207
|
+
|
|
208
|
+
The SDK provides the following helper classes:
|
|
209
|
+
|
|
210
|
+
- `FactPulseClient`: Main HTTP client with auto-auth and polling
|
|
211
|
+
- `FactPulseError`: Base exception class
|
|
212
|
+
- `FactPulseAuthError`: Authentication failure
|
|
213
|
+
- `FactPulseValidationError`: Validation errors with details
|
|
214
|
+
- `FactPulsePollingTimeout`: Task polling timeout
|
|
215
|
+
|
|
204
216
|
## Resources
|
|
205
217
|
|
|
206
218
|
- **API Documentation**: https://factpulse.fr/api/facturation/documentation
|
package/api/afnorpdppaapi.ts
CHANGED
|
@@ -35,10 +35,11 @@ export const AFNORPDPPAApiAxiosParamCreator = function (configuration?: Configur
|
|
|
35
35
|
* @summary Retrieve and extract an incoming invoice
|
|
36
36
|
* @param {string} flowId AFNOR flow ID (UUID format)
|
|
37
37
|
* @param {boolean} [includeDocument] Include base64-encoded document in response
|
|
38
|
+
* @param {string | null} [xEncryptionKey] Client encryption key for double encryption mode. Must be a base64-encoded AES-256 key (32 bytes). Required only when accessing resources encrypted with encryption_mode=\'double\'.
|
|
38
39
|
* @param {*} [options] Override http request option.
|
|
39
40
|
* @throws {RequiredError}
|
|
40
41
|
*/
|
|
41
|
-
getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet: async (flowId: string, includeDocument?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
42
|
+
getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet: async (flowId: string, includeDocument?: boolean, xEncryptionKey?: string | null, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
42
43
|
// verify required parameter 'flowId' is not null or undefined
|
|
43
44
|
assertParamExists('getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet', 'flowId', flowId)
|
|
44
45
|
const localVarPath = `/api/v1/afnor/incoming-flows/{flow_id}`
|
|
@@ -54,6 +55,9 @@ export const AFNORPDPPAApiAxiosParamCreator = function (configuration?: Configur
|
|
|
54
55
|
const localVarHeaderParameter = {} as any;
|
|
55
56
|
const localVarQueryParameter = {} as any;
|
|
56
57
|
|
|
58
|
+
// authentication APIKeyHeader required
|
|
59
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
60
|
+
|
|
57
61
|
// authentication HTTPBearer required
|
|
58
62
|
// http bearer authentication required
|
|
59
63
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -64,6 +68,9 @@ export const AFNORPDPPAApiAxiosParamCreator = function (configuration?: Configur
|
|
|
64
68
|
|
|
65
69
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
66
70
|
|
|
71
|
+
if (xEncryptionKey != null) {
|
|
72
|
+
localVarHeaderParameter['X-Encryption-Key'] = String(xEncryptionKey);
|
|
73
|
+
}
|
|
67
74
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
68
75
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
69
76
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -117,11 +124,12 @@ export const AFNORPDPPAApiFp = function(configuration?: Configuration) {
|
|
|
117
124
|
* @summary Retrieve and extract an incoming invoice
|
|
118
125
|
* @param {string} flowId AFNOR flow ID (UUID format)
|
|
119
126
|
* @param {boolean} [includeDocument] Include base64-encoded document in response
|
|
127
|
+
* @param {string | null} [xEncryptionKey] Client encryption key for double encryption mode. Must be a base64-encoded AES-256 key (32 bytes). Required only when accessing resources encrypted with encryption_mode=\'double\'.
|
|
120
128
|
* @param {*} [options] Override http request option.
|
|
121
129
|
* @throws {RequiredError}
|
|
122
130
|
*/
|
|
123
|
-
async getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId: string, includeDocument?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IncomingInvoice>> {
|
|
124
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId, includeDocument, options);
|
|
131
|
+
async getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId: string, includeDocument?: boolean, xEncryptionKey?: string | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IncomingInvoice>> {
|
|
132
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId, includeDocument, xEncryptionKey, options);
|
|
125
133
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
126
134
|
const localVarOperationServerBasePath = operationServerMap['AFNORPDPPAApi.getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet']?.[localVarOperationServerIndex]?.url;
|
|
127
135
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -152,11 +160,12 @@ export const AFNORPDPPAApiFactory = function (configuration?: Configuration, bas
|
|
|
152
160
|
* @summary Retrieve and extract an incoming invoice
|
|
153
161
|
* @param {string} flowId AFNOR flow ID (UUID format)
|
|
154
162
|
* @param {boolean} [includeDocument] Include base64-encoded document in response
|
|
163
|
+
* @param {string | null} [xEncryptionKey] Client encryption key for double encryption mode. Must be a base64-encoded AES-256 key (32 bytes). Required only when accessing resources encrypted with encryption_mode=\'double\'.
|
|
155
164
|
* @param {*} [options] Override http request option.
|
|
156
165
|
* @throws {RequiredError}
|
|
157
166
|
*/
|
|
158
|
-
getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId: string, includeDocument?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<IncomingInvoice> {
|
|
159
|
-
return localVarFp.getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId, includeDocument, options).then((request) => request(axios, basePath));
|
|
167
|
+
getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId: string, includeDocument?: boolean, xEncryptionKey?: string | null, options?: RawAxiosRequestConfig): AxiosPromise<IncomingInvoice> {
|
|
168
|
+
return localVarFp.getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId, includeDocument, xEncryptionKey, options).then((request) => request(axios, basePath));
|
|
160
169
|
},
|
|
161
170
|
/**
|
|
162
171
|
* OAuth2 proxy to validate PDP credentials. Use this endpoint to verify that OAuth credentials (client_id, client_secret) are valid before saving a PDP configuration. This endpoint is public (no authentication required).
|
|
@@ -179,11 +188,12 @@ export class AFNORPDPPAApi extends BaseAPI {
|
|
|
179
188
|
* @summary Retrieve and extract an incoming invoice
|
|
180
189
|
* @param {string} flowId AFNOR flow ID (UUID format)
|
|
181
190
|
* @param {boolean} [includeDocument] Include base64-encoded document in response
|
|
191
|
+
* @param {string | null} [xEncryptionKey] Client encryption key for double encryption mode. Must be a base64-encoded AES-256 key (32 bytes). Required only when accessing resources encrypted with encryption_mode=\'double\'.
|
|
182
192
|
* @param {*} [options] Override http request option.
|
|
183
193
|
* @throws {RequiredError}
|
|
184
194
|
*/
|
|
185
|
-
public getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId: string, includeDocument?: boolean, options?: RawAxiosRequestConfig) {
|
|
186
|
-
return AFNORPDPPAApiFp(this.configuration).getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId, includeDocument, options).then((request) => request(this.axios, this.basePath));
|
|
195
|
+
public getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId: string, includeDocument?: boolean, xEncryptionKey?: string | null, options?: RawAxiosRequestConfig) {
|
|
196
|
+
return AFNORPDPPAApiFp(this.configuration).getFluxEntrantApiV1AfnorIncomingFlowsFlowIdGet(flowId, includeDocument, xEncryptionKey, options).then((request) => request(this.axios, this.basePath));
|
|
187
197
|
}
|
|
188
198
|
|
|
189
199
|
/**
|
package/api/async-tasks-api.ts
CHANGED
|
@@ -55,6 +55,9 @@ export const AsyncTasksApiAxiosParamCreator = function (configuration?: Configur
|
|
|
55
55
|
const localVarHeaderParameter = {} as any;
|
|
56
56
|
const localVarQueryParameter = {} as any;
|
|
57
57
|
|
|
58
|
+
// authentication APIKeyHeader required
|
|
59
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
60
|
+
|
|
58
61
|
// authentication HTTPBearer required
|
|
59
62
|
// http bearer authentication required
|
|
60
63
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
package/api/chorus-pro-api.ts
CHANGED
|
@@ -74,6 +74,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
74
74
|
const localVarHeaderParameter = {} as any;
|
|
75
75
|
const localVarQueryParameter = {} as any;
|
|
76
76
|
|
|
77
|
+
// authentication APIKeyHeader required
|
|
78
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
79
|
+
|
|
77
80
|
// authentication HTTPBearer required
|
|
78
81
|
// http bearer authentication required
|
|
79
82
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -113,6 +116,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
113
116
|
const localVarHeaderParameter = {} as any;
|
|
114
117
|
const localVarQueryParameter = {} as any;
|
|
115
118
|
|
|
119
|
+
// authentication APIKeyHeader required
|
|
120
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
121
|
+
|
|
116
122
|
// authentication HTTPBearer required
|
|
117
123
|
// http bearer authentication required
|
|
118
124
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -152,6 +158,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
152
158
|
const localVarHeaderParameter = {} as any;
|
|
153
159
|
const localVarQueryParameter = {} as any;
|
|
154
160
|
|
|
161
|
+
// authentication APIKeyHeader required
|
|
162
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
163
|
+
|
|
155
164
|
// authentication HTTPBearer required
|
|
156
165
|
// http bearer authentication required
|
|
157
166
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -191,6 +200,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
191
200
|
const localVarHeaderParameter = {} as any;
|
|
192
201
|
const localVarQueryParameter = {} as any;
|
|
193
202
|
|
|
203
|
+
// authentication APIKeyHeader required
|
|
204
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
205
|
+
|
|
194
206
|
// authentication HTTPBearer required
|
|
195
207
|
// http bearer authentication required
|
|
196
208
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -231,6 +243,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
231
243
|
const localVarHeaderParameter = {} as any;
|
|
232
244
|
const localVarQueryParameter = {} as any;
|
|
233
245
|
|
|
246
|
+
// authentication APIKeyHeader required
|
|
247
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
248
|
+
|
|
234
249
|
// authentication HTTPBearer required
|
|
235
250
|
// http bearer authentication required
|
|
236
251
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -268,6 +283,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
268
283
|
const localVarHeaderParameter = {} as any;
|
|
269
284
|
const localVarQueryParameter = {} as any;
|
|
270
285
|
|
|
286
|
+
// authentication APIKeyHeader required
|
|
287
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
288
|
+
|
|
271
289
|
// authentication HTTPBearer required
|
|
272
290
|
// http bearer authentication required
|
|
273
291
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -307,6 +325,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
307
325
|
const localVarHeaderParameter = {} as any;
|
|
308
326
|
const localVarQueryParameter = {} as any;
|
|
309
327
|
|
|
328
|
+
// authentication APIKeyHeader required
|
|
329
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
330
|
+
|
|
310
331
|
// authentication HTTPBearer required
|
|
311
332
|
// http bearer authentication required
|
|
312
333
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -346,6 +367,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
346
367
|
const localVarHeaderParameter = {} as any;
|
|
347
368
|
const localVarQueryParameter = {} as any;
|
|
348
369
|
|
|
370
|
+
// authentication APIKeyHeader required
|
|
371
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
372
|
+
|
|
349
373
|
// authentication HTTPBearer required
|
|
350
374
|
// http bearer authentication required
|
|
351
375
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -385,6 +409,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
385
409
|
const localVarHeaderParameter = {} as any;
|
|
386
410
|
const localVarQueryParameter = {} as any;
|
|
387
411
|
|
|
412
|
+
// authentication APIKeyHeader required
|
|
413
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
414
|
+
|
|
388
415
|
// authentication HTTPBearer required
|
|
389
416
|
// http bearer authentication required
|
|
390
417
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -424,6 +451,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
424
451
|
const localVarHeaderParameter = {} as any;
|
|
425
452
|
const localVarQueryParameter = {} as any;
|
|
426
453
|
|
|
454
|
+
// authentication APIKeyHeader required
|
|
455
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
456
|
+
|
|
427
457
|
// authentication HTTPBearer required
|
|
428
458
|
// http bearer authentication required
|
|
429
459
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -463,6 +493,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
463
493
|
const localVarHeaderParameter = {} as any;
|
|
464
494
|
const localVarQueryParameter = {} as any;
|
|
465
495
|
|
|
496
|
+
// authentication APIKeyHeader required
|
|
497
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
498
|
+
|
|
466
499
|
// authentication HTTPBearer required
|
|
467
500
|
// http bearer authentication required
|
|
468
501
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -502,6 +535,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
502
535
|
const localVarHeaderParameter = {} as any;
|
|
503
536
|
const localVarQueryParameter = {} as any;
|
|
504
537
|
|
|
538
|
+
// authentication APIKeyHeader required
|
|
539
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
540
|
+
|
|
505
541
|
// authentication HTTPBearer required
|
|
506
542
|
// http bearer authentication required
|
|
507
543
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -541,6 +577,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
541
577
|
const localVarHeaderParameter = {} as any;
|
|
542
578
|
const localVarQueryParameter = {} as any;
|
|
543
579
|
|
|
580
|
+
// authentication APIKeyHeader required
|
|
581
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
582
|
+
|
|
544
583
|
// authentication HTTPBearer required
|
|
545
584
|
// http bearer authentication required
|
|
546
585
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -580,6 +619,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
580
619
|
const localVarHeaderParameter = {} as any;
|
|
581
620
|
const localVarQueryParameter = {} as any;
|
|
582
621
|
|
|
622
|
+
// authentication APIKeyHeader required
|
|
623
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
624
|
+
|
|
583
625
|
// authentication HTTPBearer required
|
|
584
626
|
// http bearer authentication required
|
|
585
627
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -619,6 +661,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
619
661
|
const localVarHeaderParameter = {} as any;
|
|
620
662
|
const localVarQueryParameter = {} as any;
|
|
621
663
|
|
|
664
|
+
// authentication APIKeyHeader required
|
|
665
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
666
|
+
|
|
622
667
|
// authentication HTTPBearer required
|
|
623
668
|
// http bearer authentication required
|
|
624
669
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
@@ -658,6 +703,9 @@ export const ChorusProApiAxiosParamCreator = function (configuration?: Configura
|
|
|
658
703
|
const localVarHeaderParameter = {} as any;
|
|
659
704
|
const localVarQueryParameter = {} as any;
|
|
660
705
|
|
|
706
|
+
// authentication APIKeyHeader required
|
|
707
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
708
|
+
|
|
661
709
|
// authentication HTTPBearer required
|
|
662
710
|
// http bearer authentication required
|
|
663
711
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|