@factpulse/sdk 3.0.37 → 4.0.1
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 +32 -8
- package/.openapi-generator/VERSION +1 -1
- package/CHANGELOG.md +5 -12
- package/README.md +135 -148
- package/api/cdarcycle-de-vie-api.ts +186 -86
- package/api/client-management-api.ts +672 -0
- package/api/downloads-api.ts +0 -152
- package/api/invoice-processing-api.ts +2 -2
- package/api.ts +1 -0
- package/dist/api/cdarcycle-de-vie-api.d.ts +93 -50
- package/dist/api/cdarcycle-de-vie-api.js +174 -80
- package/dist/api/client-management-api.d.ts +309 -0
- package/dist/api/client-management-api.js +642 -0
- package/dist/api/downloads-api.d.ts +0 -68
- package/dist/api/downloads-api.js +0 -145
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/esm/api/cdarcycle-de-vie-api.d.ts +93 -50
- package/dist/esm/api/cdarcycle-de-vie-api.js +174 -80
- package/dist/esm/api/client-management-api.d.ts +309 -0
- package/dist/esm/api/client-management-api.js +632 -0
- package/dist/esm/api/downloads-api.d.ts +0 -68
- package/dist/esm/api/downloads-api.js +0 -145
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/models/allowance-charge.d.ts +2 -2
- package/dist/esm/models/amount.d.ts +1 -1
- package/dist/esm/models/amount1.d.ts +1 -1
- package/dist/esm/models/amount2.d.ts +16 -0
- package/dist/esm/models/chorus-pro-credentials.d.ts +19 -7
- package/dist/esm/models/chorus-pro-destination.d.ts +2 -2
- package/dist/esm/models/{body-submit-cdar-xml-api-v1-cdar-submit-xml-post.d.ts → client-activate-response.d.ts} +16 -5
- package/dist/esm/models/{facture-electronique-rest-api-schemas-validation-validation-error-response.d.ts → client-create-request.d.ts} +6 -4
- package/dist/esm/models/client-detail.d.ts +48 -0
- package/dist/esm/models/client-list-response.d.ts +33 -0
- package/dist/esm/models/client-list-response.js +14 -0
- package/dist/esm/models/client-summary.d.ts +48 -0
- package/dist/esm/models/client-summary.js +14 -0
- package/dist/esm/models/client-update-request.d.ts +19 -0
- package/dist/esm/models/client-update-request.js +14 -0
- package/dist/esm/models/encaissee-request.d.ts +39 -0
- package/dist/esm/models/encaissee-request.js +14 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-cdar-validation-error-response.d.ts +29 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-cdar-validation-error-response.js +14 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +24 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +14 -0
- 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 +15 -4
- package/dist/esm/models/index.js +15 -4
- package/dist/esm/models/payment-amount-by-rate.d.ts +2 -2
- package/dist/esm/models/pdpconfig-response.d.ts +34 -0
- package/dist/esm/models/pdpconfig-response.js +14 -0
- package/dist/esm/models/pdpconfig-update-request.d.ts +40 -0
- package/dist/esm/models/pdpconfig-update-request.js +14 -0
- package/dist/esm/models/recipient.d.ts +1 -1
- package/dist/{models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → esm/models/refusee-request.d.ts} +16 -14
- package/dist/esm/models/refusee-request.js +14 -0
- package/dist/esm/models/scheme-id.d.ts +7 -7
- package/dist/esm/models/scheme-id.js +7 -7
- package/dist/esm/models/search-structure-request.d.ts +2 -2
- package/dist/esm/models/{body-submit-cdar-api-v1-cdar-submit-post.d.ts → secret-status.d.ts} +12 -5
- package/dist/esm/models/secret-status.js +14 -0
- package/dist/esm/models/simplified-cdarresponse.d.ts +36 -0
- package/dist/esm/models/simplified-cdarresponse.js +14 -0
- package/dist/esm/models/submit-cdarrequest.d.ts +4 -0
- package/dist/esm/models/submit-cdarxmlrequest.d.ts +4 -0
- package/dist/esm/models/submit-complete-invoice-response.d.ts +1 -1
- package/dist/esm/models/submit-invoice-request.d.ts +2 -2
- package/dist/esm/models/supplier.d.ts +1 -1
- package/dist/esm/models/validate-cdarresponse.d.ts +3 -3
- package/dist/esm/models/validation-error-response.d.ts +3 -12
- package/dist/esm/src/helpers/client.d.ts +45 -265
- package/dist/esm/src/helpers/client.js +211 -773
- package/dist/esm/src/helpers/exceptions.d.ts +3 -1
- package/dist/esm/src/helpers/exceptions.js +7 -1
- package/dist/esm/src/helpers/index.d.ts +1 -2
- package/dist/esm/src/helpers/index.js +1 -3
- package/dist/models/allowance-charge.d.ts +2 -2
- package/dist/models/amount.d.ts +1 -1
- package/dist/models/amount1.d.ts +1 -1
- package/dist/models/amount2.d.ts +16 -0
- package/dist/models/chorus-pro-credentials.d.ts +19 -7
- package/dist/models/chorus-pro-destination.d.ts +2 -2
- package/dist/models/client-activate-response.d.ts +28 -0
- package/dist/models/{facture-electronique-rest-api-schemas-validation-validation-error-response.d.ts → client-create-request.d.ts} +6 -4
- package/dist/models/client-detail.d.ts +48 -0
- package/dist/models/client-list-response.d.ts +33 -0
- package/dist/models/client-list-response.js +15 -0
- package/dist/models/client-summary.d.ts +48 -0
- package/dist/models/client-summary.js +15 -0
- package/dist/models/client-update-request.d.ts +19 -0
- package/dist/models/client-update-request.js +15 -0
- package/dist/models/encaissee-request.d.ts +39 -0
- package/dist/models/encaissee-request.js +15 -0
- package/dist/models/facture-electronique-rest-api-schemas-cdar-validation-error-response.d.ts +29 -0
- package/dist/models/facture-electronique-rest-api-schemas-cdar-validation-error-response.js +15 -0
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +24 -0
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +15 -0
- 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 +15 -4
- package/dist/models/index.js +15 -4
- package/dist/models/payment-amount-by-rate.d.ts +2 -2
- package/dist/models/pdpconfig-response.d.ts +34 -0
- package/dist/models/pdpconfig-response.js +15 -0
- package/dist/models/pdpconfig-update-request.d.ts +40 -0
- package/dist/models/pdpconfig-update-request.js +15 -0
- package/dist/models/recipient.d.ts +1 -1
- package/dist/{esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → models/refusee-request.d.ts} +16 -14
- package/dist/models/refusee-request.js +15 -0
- package/dist/models/scheme-id.d.ts +7 -7
- package/dist/models/scheme-id.js +7 -7
- package/dist/models/search-structure-request.d.ts +2 -2
- package/dist/models/{body-submit-cdar-api-v1-cdar-submit-post.d.ts → secret-status.d.ts} +12 -5
- package/dist/models/secret-status.js +15 -0
- package/dist/models/simplified-cdarresponse.d.ts +36 -0
- package/dist/models/simplified-cdarresponse.js +15 -0
- package/dist/models/submit-cdarrequest.d.ts +4 -0
- package/dist/models/submit-cdarxmlrequest.d.ts +4 -0
- package/dist/models/submit-complete-invoice-response.d.ts +1 -1
- package/dist/models/submit-invoice-request.d.ts +2 -2
- package/dist/models/supplier.d.ts +1 -1
- package/dist/models/validate-cdarresponse.d.ts +3 -3
- package/dist/models/validation-error-response.d.ts +3 -12
- package/dist/src/helpers/client.d.ts +45 -265
- package/dist/src/helpers/client.js +214 -784
- package/dist/src/helpers/exceptions.d.ts +3 -1
- package/dist/src/helpers/exceptions.js +7 -1
- package/dist/src/helpers/index.d.ts +1 -2
- package/dist/src/helpers/index.js +2 -12
- package/docs/AllowanceCharge.md +1 -1
- package/docs/Amount.md +1 -1
- package/docs/Amount1.md +1 -1
- package/docs/Amount2.md +19 -0
- package/docs/CDARCycleDeVieApi.md +126 -30
- package/docs/ChorusProCredentials.md +9 -9
- package/docs/ChorusProDestination.md +1 -1
- package/docs/ClientActivateResponse.md +25 -0
- package/docs/ClientCreateRequest.md +25 -0
- package/docs/ClientDetail.md +41 -0
- package/docs/ClientListResponse.md +27 -0
- package/docs/ClientManagementApi.md +483 -0
- package/docs/ClientSummary.md +41 -0
- package/docs/ClientUpdateRequest.md +25 -0
- package/docs/DownloadsApi.md +0 -115
- package/docs/EncaisseeRequest.md +39 -0
- package/docs/FactureElectroniqueRestApiSchemasCdarValidationErrorResponse.md +27 -0
- package/docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md +29 -0
- package/docs/GetChorusProIdRequest.md +1 -1
- package/docs/GetInvoiceRequest.md +1 -1
- package/docs/GetStructureRequest.md +1 -1
- package/docs/PDPConfigResponse.md +47 -0
- package/docs/PDPConfigUpdateRequest.md +31 -0
- package/docs/PaymentAmountByRate.md +1 -1
- package/docs/Recipient.md +1 -1
- package/docs/RefuseeRequest.md +39 -0
- package/docs/SchemeID.md +4 -4
- package/docs/SearchStructureRequest.md +1 -1
- package/docs/SecretStatus.md +23 -0
- package/docs/SimplifiedCDARResponse.md +29 -0
- package/docs/SubmitCDARRequest.md +8 -0
- package/docs/SubmitCDARXMLRequest.md +8 -0
- package/docs/SubmitCompleteInvoiceResponse.md +2 -2
- package/docs/SubmitInvoiceRequest.md +1 -1
- package/docs/Supplier.md +1 -1
- package/docs/ValidateCDARResponse.md +2 -2
- package/docs/ValidationErrorResponse.md +3 -9
- package/models/allowance-charge.ts +2 -2
- package/models/amount.ts +1 -1
- package/models/amount1.ts +1 -1
- package/models/amount2.ts +22 -0
- package/models/chorus-pro-credentials.ts +19 -7
- package/models/chorus-pro-destination.ts +2 -2
- package/models/client-activate-response.ts +34 -0
- package/models/{facture-electronique-rest-api-schemas-validation-validation-error-response.ts → client-create-request.ts} +6 -4
- package/models/client-detail.ts +54 -0
- package/models/{body-submit-cdar-xml-api-v1-cdar-submit-xml-post.ts → client-list-response.ts} +21 -7
- package/models/client-summary.ts +54 -0
- package/models/client-update-request.ts +25 -0
- package/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts → encaissee-request.ts} +19 -14
- package/models/{body-submit-cdar-api-v1-cdar-submit-post.ts → facture-electronique-rest-api-schemas-cdar-validation-error-response.ts} +17 -9
- package/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.ts +30 -0
- 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 +15 -4
- package/models/payment-amount-by-rate.ts +2 -2
- package/models/pdpconfig-response.ts +42 -0
- package/models/pdpconfig-update-request.ts +46 -0
- package/models/recipient.ts +1 -1
- package/models/refusee-request.ts +44 -0
- package/models/scheme-id.ts +7 -7
- package/models/search-structure-request.ts +2 -2
- package/models/secret-status.ts +30 -0
- package/models/simplified-cdarresponse.ts +42 -0
- package/models/submit-cdarrequest.ts +4 -0
- package/models/submit-cdarxmlrequest.ts +4 -0
- package/models/submit-complete-invoice-response.ts +1 -1
- package/models/submit-invoice-request.ts +2 -2
- package/models/supplier.ts +1 -1
- package/models/validate-cdarresponse.ts +3 -3
- package/models/validation-error-response.ts +3 -12
- package/package.json +1 -1
- package/src/helpers/client.ts +227 -832
- package/src/helpers/exceptions.ts +9 -1
- package/src/helpers/index.ts +1 -3
- package/dist/models/body-submit-cdar-xml-api-v1-cdar-submit-xml-post.d.ts +0 -17
- package/docs/BodySubmitCdarApiV1CdarSubmitPost.md +0 -22
- package/docs/BodySubmitCdarXmlApiV1CdarSubmitXmlPost.md +0 -22
- package/docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md +0 -29
- package/docs/FactureElectroniqueRestApiSchemasValidationValidationErrorResponse.md +0 -21
- /package/dist/esm/models/{body-submit-cdar-api-v1-cdar-submit-post.js → amount2.js} +0 -0
- /package/dist/esm/models/{body-submit-cdar-xml-api-v1-cdar-submit-xml-post.js → client-activate-response.js} +0 -0
- /package/dist/esm/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js → client-create-request.js} +0 -0
- /package/dist/esm/models/{facture-electronique-rest-api-schemas-validation-validation-error-response.js → client-detail.js} +0 -0
- /package/dist/models/{body-submit-cdar-api-v1-cdar-submit-post.js → amount2.js} +0 -0
- /package/dist/models/{body-submit-cdar-xml-api-v1-cdar-submit-xml-post.js → client-activate-response.js} +0 -0
- /package/dist/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js → client-create-request.js} +0 -0
- /package/dist/models/{facture-electronique-rest-api-schemas-validation-validation-error-response.js → client-detail.js} +0 -0
|
@@ -24,14 +24,6 @@ export declare const DownloadsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
24
24
|
* @throws {RequiredError}
|
|
25
25
|
*/
|
|
26
26
|
checkFileApiV1DownloadDownloadIdHead: (downloadId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27
|
-
/**
|
|
28
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
29
|
-
* @summary Check if a file exists
|
|
30
|
-
* @param {string} downloadId
|
|
31
|
-
* @param {*} [options] Override http request option.
|
|
32
|
-
* @throws {RequiredError}
|
|
33
|
-
*/
|
|
34
|
-
checkFileApiV1DownloadDownloadIdHead_1: (downloadId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
35
27
|
/**
|
|
36
28
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
37
29
|
* @summary Download a temporary file
|
|
@@ -41,15 +33,6 @@ export declare const DownloadsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
41
33
|
* @throws {RequiredError}
|
|
42
34
|
*/
|
|
43
35
|
downloadFileApiV1DownloadDownloadIdGet: (downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
|
-
/**
|
|
45
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
46
|
-
* @summary Download a temporary file
|
|
47
|
-
* @param {string} downloadId
|
|
48
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
49
|
-
* @param {*} [options] Override http request option.
|
|
50
|
-
* @throws {RequiredError}
|
|
51
|
-
*/
|
|
52
|
-
downloadFileApiV1DownloadDownloadIdGet_2: (downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
36
|
};
|
|
54
37
|
/**
|
|
55
38
|
* DownloadsApi - functional programming interface
|
|
@@ -63,14 +46,6 @@ export declare const DownloadsApiFp: (configuration?: Configuration) => {
|
|
|
63
46
|
* @throws {RequiredError}
|
|
64
47
|
*/
|
|
65
48
|
checkFileApiV1DownloadDownloadIdHead(downloadId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
66
|
-
/**
|
|
67
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
68
|
-
* @summary Check if a file exists
|
|
69
|
-
* @param {string} downloadId
|
|
70
|
-
* @param {*} [options] Override http request option.
|
|
71
|
-
* @throws {RequiredError}
|
|
72
|
-
*/
|
|
73
|
-
checkFileApiV1DownloadDownloadIdHead_1(downloadId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
74
49
|
/**
|
|
75
50
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
76
51
|
* @summary Download a temporary file
|
|
@@ -80,15 +55,6 @@ export declare const DownloadsApiFp: (configuration?: Configuration) => {
|
|
|
80
55
|
* @throws {RequiredError}
|
|
81
56
|
*/
|
|
82
57
|
downloadFileApiV1DownloadDownloadIdGet(downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
83
|
-
/**
|
|
84
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
85
|
-
* @summary Download a temporary file
|
|
86
|
-
* @param {string} downloadId
|
|
87
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
88
|
-
* @param {*} [options] Override http request option.
|
|
89
|
-
* @throws {RequiredError}
|
|
90
|
-
*/
|
|
91
|
-
downloadFileApiV1DownloadDownloadIdGet_2(downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
92
58
|
};
|
|
93
59
|
/**
|
|
94
60
|
* DownloadsApi - factory interface
|
|
@@ -102,14 +68,6 @@ export declare const DownloadsApiFactory: (configuration?: Configuration, basePa
|
|
|
102
68
|
* @throws {RequiredError}
|
|
103
69
|
*/
|
|
104
70
|
checkFileApiV1DownloadDownloadIdHead(downloadId: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
105
|
-
/**
|
|
106
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
107
|
-
* @summary Check if a file exists
|
|
108
|
-
* @param {string} downloadId
|
|
109
|
-
* @param {*} [options] Override http request option.
|
|
110
|
-
* @throws {RequiredError}
|
|
111
|
-
*/
|
|
112
|
-
checkFileApiV1DownloadDownloadIdHead_1(downloadId: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
113
71
|
/**
|
|
114
72
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
115
73
|
* @summary Download a temporary file
|
|
@@ -119,15 +77,6 @@ export declare const DownloadsApiFactory: (configuration?: Configuration, basePa
|
|
|
119
77
|
* @throws {RequiredError}
|
|
120
78
|
*/
|
|
121
79
|
downloadFileApiV1DownloadDownloadIdGet(downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
122
|
-
/**
|
|
123
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
124
|
-
* @summary Download a temporary file
|
|
125
|
-
* @param {string} downloadId
|
|
126
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
127
|
-
* @param {*} [options] Override http request option.
|
|
128
|
-
* @throws {RequiredError}
|
|
129
|
-
*/
|
|
130
|
-
downloadFileApiV1DownloadDownloadIdGet_2(downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
131
80
|
};
|
|
132
81
|
/**
|
|
133
82
|
* DownloadsApi - object-oriented interface
|
|
@@ -141,14 +90,6 @@ export declare class DownloadsApi extends BaseAPI {
|
|
|
141
90
|
* @throws {RequiredError}
|
|
142
91
|
*/
|
|
143
92
|
checkFileApiV1DownloadDownloadIdHead(downloadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
144
|
-
/**
|
|
145
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
146
|
-
* @summary Check if a file exists
|
|
147
|
-
* @param {string} downloadId
|
|
148
|
-
* @param {*} [options] Override http request option.
|
|
149
|
-
* @throws {RequiredError}
|
|
150
|
-
*/
|
|
151
|
-
checkFileApiV1DownloadDownloadIdHead_1(downloadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
152
93
|
/**
|
|
153
94
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
154
95
|
* @summary Download a temporary file
|
|
@@ -158,13 +99,4 @@ export declare class DownloadsApi extends BaseAPI {
|
|
|
158
99
|
* @throws {RequiredError}
|
|
159
100
|
*/
|
|
160
101
|
downloadFileApiV1DownloadDownloadIdGet(downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
161
|
-
/**
|
|
162
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
163
|
-
* @summary Download a temporary file
|
|
164
|
-
* @param {string} downloadId
|
|
165
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
166
|
-
* @param {*} [options] Override http request option.
|
|
167
|
-
* @throws {RequiredError}
|
|
168
|
-
*/
|
|
169
|
-
downloadFileApiV1DownloadDownloadIdGet_2(downloadId: string, deleteAfter?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
170
102
|
}
|
|
@@ -64,39 +64,6 @@ export const DownloadsApiAxiosParamCreator = function (configuration) {
|
|
|
64
64
|
options: localVarRequestOptions,
|
|
65
65
|
};
|
|
66
66
|
}),
|
|
67
|
-
/**
|
|
68
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
69
|
-
* @summary Check if a file exists
|
|
70
|
-
* @param {string} downloadId
|
|
71
|
-
* @param {*} [options] Override http request option.
|
|
72
|
-
* @throws {RequiredError}
|
|
73
|
-
*/
|
|
74
|
-
checkFileApiV1DownloadDownloadIdHead_1: (downloadId_1, ...args_1) => __awaiter(this, [downloadId_1, ...args_1], void 0, function* (downloadId, options = {}) {
|
|
75
|
-
// verify required parameter 'downloadId' is not null or undefined
|
|
76
|
-
assertParamExists('checkFileApiV1DownloadDownloadIdHead_1', 'downloadId', downloadId);
|
|
77
|
-
const localVarPath = `/api/v1/download/{download_id}`
|
|
78
|
-
.replace(`{${"download_id"}}`, encodeURIComponent(String(downloadId)));
|
|
79
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
|
-
let baseOptions;
|
|
82
|
-
if (configuration) {
|
|
83
|
-
baseOptions = configuration.baseOptions;
|
|
84
|
-
}
|
|
85
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'HEAD' }, baseOptions), options);
|
|
86
|
-
const localVarHeaderParameter = {};
|
|
87
|
-
const localVarQueryParameter = {};
|
|
88
|
-
// authentication HTTPBearer required
|
|
89
|
-
// http bearer authentication required
|
|
90
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
91
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
92
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
95
|
-
return {
|
|
96
|
-
url: toPathString(localVarUrlObj),
|
|
97
|
-
options: localVarRequestOptions,
|
|
98
|
-
};
|
|
99
|
-
}),
|
|
100
67
|
/**
|
|
101
68
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
102
69
|
* @summary Download a temporary file
|
|
@@ -134,43 +101,6 @@ export const DownloadsApiAxiosParamCreator = function (configuration) {
|
|
|
134
101
|
options: localVarRequestOptions,
|
|
135
102
|
};
|
|
136
103
|
}),
|
|
137
|
-
/**
|
|
138
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
139
|
-
* @summary Download a temporary file
|
|
140
|
-
* @param {string} downloadId
|
|
141
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
142
|
-
* @param {*} [options] Override http request option.
|
|
143
|
-
* @throws {RequiredError}
|
|
144
|
-
*/
|
|
145
|
-
downloadFileApiV1DownloadDownloadIdGet_2: (downloadId_1, deleteAfter_1, ...args_1) => __awaiter(this, [downloadId_1, deleteAfter_1, ...args_1], void 0, function* (downloadId, deleteAfter, options = {}) {
|
|
146
|
-
// verify required parameter 'downloadId' is not null or undefined
|
|
147
|
-
assertParamExists('downloadFileApiV1DownloadDownloadIdGet_2', 'downloadId', downloadId);
|
|
148
|
-
const localVarPath = `/api/v1/download/{download_id}`
|
|
149
|
-
.replace(`{${"download_id"}}`, encodeURIComponent(String(downloadId)));
|
|
150
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
151
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
152
|
-
let baseOptions;
|
|
153
|
-
if (configuration) {
|
|
154
|
-
baseOptions = configuration.baseOptions;
|
|
155
|
-
}
|
|
156
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
157
|
-
const localVarHeaderParameter = {};
|
|
158
|
-
const localVarQueryParameter = {};
|
|
159
|
-
// authentication HTTPBearer required
|
|
160
|
-
// http bearer authentication required
|
|
161
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
162
|
-
if (deleteAfter !== undefined) {
|
|
163
|
-
localVarQueryParameter['delete_after'] = deleteAfter;
|
|
164
|
-
}
|
|
165
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/pdf,application/xml,application/octet-stream';
|
|
166
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
167
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
168
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
169
|
-
return {
|
|
170
|
-
url: toPathString(localVarUrlObj),
|
|
171
|
-
options: localVarRequestOptions,
|
|
172
|
-
};
|
|
173
|
-
}),
|
|
174
104
|
};
|
|
175
105
|
};
|
|
176
106
|
/**
|
|
@@ -195,22 +125,6 @@ export const DownloadsApiFp = function (configuration) {
|
|
|
195
125
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
196
126
|
});
|
|
197
127
|
},
|
|
198
|
-
/**
|
|
199
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
200
|
-
* @summary Check if a file exists
|
|
201
|
-
* @param {string} downloadId
|
|
202
|
-
* @param {*} [options] Override http request option.
|
|
203
|
-
* @throws {RequiredError}
|
|
204
|
-
*/
|
|
205
|
-
checkFileApiV1DownloadDownloadIdHead_1(downloadId, options) {
|
|
206
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
207
|
-
var _a, _b, _c;
|
|
208
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.checkFileApiV1DownloadDownloadIdHead_1(downloadId, options);
|
|
209
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
210
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DownloadsApi.checkFileApiV1DownloadDownloadIdHead_1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
211
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
212
|
-
});
|
|
213
|
-
},
|
|
214
128
|
/**
|
|
215
129
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
216
130
|
* @summary Download a temporary file
|
|
@@ -228,23 +142,6 @@ export const DownloadsApiFp = function (configuration) {
|
|
|
228
142
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
229
143
|
});
|
|
230
144
|
},
|
|
231
|
-
/**
|
|
232
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
233
|
-
* @summary Download a temporary file
|
|
234
|
-
* @param {string} downloadId
|
|
235
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
236
|
-
* @param {*} [options] Override http request option.
|
|
237
|
-
* @throws {RequiredError}
|
|
238
|
-
*/
|
|
239
|
-
downloadFileApiV1DownloadDownloadIdGet_2(downloadId, deleteAfter, options) {
|
|
240
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
241
|
-
var _a, _b, _c;
|
|
242
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.downloadFileApiV1DownloadDownloadIdGet_2(downloadId, deleteAfter, options);
|
|
243
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
244
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DownloadsApi.downloadFileApiV1DownloadDownloadIdGet_2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
245
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
246
|
-
});
|
|
247
|
-
},
|
|
248
145
|
};
|
|
249
146
|
};
|
|
250
147
|
/**
|
|
@@ -263,16 +160,6 @@ export const DownloadsApiFactory = function (configuration, basePath, axios) {
|
|
|
263
160
|
checkFileApiV1DownloadDownloadIdHead(downloadId, options) {
|
|
264
161
|
return localVarFp.checkFileApiV1DownloadDownloadIdHead(downloadId, options).then((request) => request(axios, basePath));
|
|
265
162
|
},
|
|
266
|
-
/**
|
|
267
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
268
|
-
* @summary Check if a file exists
|
|
269
|
-
* @param {string} downloadId
|
|
270
|
-
* @param {*} [options] Override http request option.
|
|
271
|
-
* @throws {RequiredError}
|
|
272
|
-
*/
|
|
273
|
-
checkFileApiV1DownloadDownloadIdHead_1(downloadId, options) {
|
|
274
|
-
return localVarFp.checkFileApiV1DownloadDownloadIdHead_1(downloadId, options).then((request) => request(axios, basePath));
|
|
275
|
-
},
|
|
276
163
|
/**
|
|
277
164
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
278
165
|
* @summary Download a temporary file
|
|
@@ -284,17 +171,6 @@ export const DownloadsApiFactory = function (configuration, basePath, axios) {
|
|
|
284
171
|
downloadFileApiV1DownloadDownloadIdGet(downloadId, deleteAfter, options) {
|
|
285
172
|
return localVarFp.downloadFileApiV1DownloadDownloadIdGet(downloadId, deleteAfter, options).then((request) => request(axios, basePath));
|
|
286
173
|
},
|
|
287
|
-
/**
|
|
288
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
289
|
-
* @summary Download a temporary file
|
|
290
|
-
* @param {string} downloadId
|
|
291
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
292
|
-
* @param {*} [options] Override http request option.
|
|
293
|
-
* @throws {RequiredError}
|
|
294
|
-
*/
|
|
295
|
-
downloadFileApiV1DownloadDownloadIdGet_2(downloadId, deleteAfter, options) {
|
|
296
|
-
return localVarFp.downloadFileApiV1DownloadDownloadIdGet_2(downloadId, deleteAfter, options).then((request) => request(axios, basePath));
|
|
297
|
-
},
|
|
298
174
|
};
|
|
299
175
|
};
|
|
300
176
|
/**
|
|
@@ -311,16 +187,6 @@ export class DownloadsApi extends BaseAPI {
|
|
|
311
187
|
checkFileApiV1DownloadDownloadIdHead(downloadId, options) {
|
|
312
188
|
return DownloadsApiFp(this.configuration).checkFileApiV1DownloadDownloadIdHead(downloadId, options).then((request) => request(this.axios, this.basePath));
|
|
313
189
|
}
|
|
314
|
-
/**
|
|
315
|
-
* Check if a temporary file exists and get its metadata without downloading. Useful for: - Verifying a download URL is still valid - Getting file size before downloading - Checking expiration time **Security**: Requires authentication, only file owner can check.
|
|
316
|
-
* @summary Check if a file exists
|
|
317
|
-
* @param {string} downloadId
|
|
318
|
-
* @param {*} [options] Override http request option.
|
|
319
|
-
* @throws {RequiredError}
|
|
320
|
-
*/
|
|
321
|
-
checkFileApiV1DownloadDownloadIdHead_1(downloadId, options) {
|
|
322
|
-
return DownloadsApiFp(this.configuration).checkFileApiV1DownloadDownloadIdHead_1(downloadId, options).then((request) => request(this.axios, this.basePath));
|
|
323
|
-
}
|
|
324
190
|
/**
|
|
325
191
|
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
326
192
|
* @summary Download a temporary file
|
|
@@ -332,15 +198,4 @@ export class DownloadsApi extends BaseAPI {
|
|
|
332
198
|
downloadFileApiV1DownloadDownloadIdGet(downloadId, deleteAfter, options) {
|
|
333
199
|
return DownloadsApiFp(this.configuration).downloadFileApiV1DownloadDownloadIdGet(downloadId, deleteAfter, options).then((request) => request(this.axios, this.basePath));
|
|
334
200
|
}
|
|
335
|
-
/**
|
|
336
|
-
* Download a file stored temporarily after asynchronous processing. **Usage**: - This URL is provided in webhook notifications when using `webhook_mode: \"download_url\"` - Files are automatically deleted after 1 hour - Each file can only be downloaded until it expires **Security**: - Requires a valid JWT token - Only the user who initiated the task can download the file
|
|
337
|
-
* @summary Download a temporary file
|
|
338
|
-
* @param {string} downloadId
|
|
339
|
-
* @param {boolean} [deleteAfter] If true, delete the file after download (one-time download)
|
|
340
|
-
* @param {*} [options] Override http request option.
|
|
341
|
-
* @throws {RequiredError}
|
|
342
|
-
*/
|
|
343
|
-
downloadFileApiV1DownloadDownloadIdGet_2(downloadId, deleteAfter, options) {
|
|
344
|
-
return DownloadsApiFp(this.configuration).downloadFileApiV1DownloadDownloadIdGet_2(downloadId, deleteAfter, options).then((request) => request(this.axios, this.basePath));
|
|
345
|
-
}
|
|
346
201
|
}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from './api/afnorpdppadirectory-service-api';
|
|
|
14
14
|
export * from './api/afnorpdppaflow-service-api';
|
|
15
15
|
export * from './api/cdarcycle-de-vie-api';
|
|
16
16
|
export * from './api/chorus-pro-api';
|
|
17
|
+
export * from './api/client-management-api';
|
|
17
18
|
export * from './api/document-conversion-api';
|
|
18
19
|
export * from './api/downloads-api';
|
|
19
20
|
export * from './api/ereporting-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -16,6 +16,7 @@ export * from './api/afnorpdppadirectory-service-api';
|
|
|
16
16
|
export * from './api/afnorpdppaflow-service-api';
|
|
17
17
|
export * from './api/cdarcycle-de-vie-api';
|
|
18
18
|
export * from './api/chorus-pro-api';
|
|
19
|
+
export * from './api/client-management-api';
|
|
19
20
|
export * from './api/document-conversion-api';
|
|
20
21
|
export * from './api/downloads-api';
|
|
21
22
|
export * from './api/ereporting-api';
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { AllowanceChargeReasonCode } from './allowance-charge-reason-code';
|
|
13
|
-
import type {
|
|
13
|
+
import type { Amount2 } from './amount2';
|
|
14
14
|
import type { BaseAmount } from './base-amount';
|
|
15
15
|
import type { Percentage } from './percentage';
|
|
16
16
|
import type { VATCategory } from './vatcategory';
|
|
@@ -23,7 +23,7 @@ export interface AllowanceCharge {
|
|
|
23
23
|
* True for charge, False for allowance (ChargeIndicator).
|
|
24
24
|
*/
|
|
25
25
|
'is_charge': boolean;
|
|
26
|
-
'amount':
|
|
26
|
+
'amount': Amount2;
|
|
27
27
|
'base_amount'?: BaseAmount | null;
|
|
28
28
|
'percentage'?: Percentage | null;
|
|
29
29
|
'reason'?: string | null;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FactPulse REST API
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Allowance/charge amount (BT-92/99/136/141).
|
|
14
|
+
*/
|
|
15
|
+
export interface Amount2 {
|
|
16
|
+
}
|
|
@@ -10,15 +10,27 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Chorus Pro credentials for Zero-Trust mode. **Zero-Trust Mode**: Credentials are passed in each request and are NEVER stored. **Security**: - Credentials are never persisted in the database - They are used only for the duration of the request - Secure transmission via HTTPS **Use cases**: - High-security environments (banks, administrations) - Strict GDPR compliance - Tests with temporary credentials - Users who don\'t want to store their credentials
|
|
14
14
|
*/
|
|
15
15
|
export interface ChorusProCredentials {
|
|
16
|
-
'pisteClientId'?: string | null;
|
|
17
|
-
'pisteClientSecret'?: string | null;
|
|
18
|
-
'chorusLogin'?: string | null;
|
|
19
|
-
'chorusPassword'?: string | null;
|
|
20
16
|
/**
|
|
21
|
-
*
|
|
17
|
+
* PISTE Client ID (government API portal)
|
|
22
18
|
*/
|
|
23
|
-
'
|
|
19
|
+
'pisteClientId': string;
|
|
20
|
+
/**
|
|
21
|
+
* PISTE Client Secret
|
|
22
|
+
*/
|
|
23
|
+
'pisteClientSecret': string;
|
|
24
|
+
/**
|
|
25
|
+
* Chorus Pro login
|
|
26
|
+
*/
|
|
27
|
+
'chorusProLogin': string;
|
|
28
|
+
/**
|
|
29
|
+
* Chorus Pro password
|
|
30
|
+
*/
|
|
31
|
+
'chorusProPassword': string;
|
|
32
|
+
/**
|
|
33
|
+
* Use sandbox environment (true) or production (false)
|
|
34
|
+
*/
|
|
35
|
+
'sandbox'?: boolean;
|
|
24
36
|
}
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { FactureElectroniqueRestApiSchemasProcessingChorusProCredentials } from './facture-electronique-rest-api-schemas-processing-chorus-pro-credentials';
|
|
13
13
|
/**
|
|
14
14
|
* Specific configuration for Chorus Pro destination.
|
|
15
15
|
*/
|
|
16
16
|
export interface ChorusProDestination {
|
|
17
17
|
'type'?: ChorusProDestinationTypeEnum;
|
|
18
|
-
'credentials'?:
|
|
18
|
+
'credentials'?: FactureElectroniqueRestApiSchemasProcessingChorusProCredentials | null;
|
|
19
19
|
}
|
|
20
20
|
export declare const ChorusProDestinationTypeEnum: {
|
|
21
21
|
readonly ChorusPro: "chorus_pro";
|
|
@@ -9,9 +9,20 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
/**
|
|
13
|
+
* Client activation/deactivation response.
|
|
14
|
+
*/
|
|
15
|
+
export interface ClientActivateResponse {
|
|
16
|
+
/**
|
|
17
|
+
* Unique client identifier
|
|
18
|
+
*/
|
|
19
|
+
'uid': string;
|
|
20
|
+
/**
|
|
21
|
+
* New status
|
|
22
|
+
*/
|
|
23
|
+
'isActive': boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Confirmation message
|
|
26
|
+
*/
|
|
27
|
+
'message': string;
|
|
17
28
|
}
|
|
@@ -10,11 +10,13 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Client creation request.
|
|
14
14
|
*/
|
|
15
|
-
export interface
|
|
15
|
+
export interface ClientCreateRequest {
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Client name
|
|
18
18
|
*/
|
|
19
|
-
'
|
|
19
|
+
'name': string;
|
|
20
|
+
'description'?: string | null;
|
|
21
|
+
'siret'?: string | null;
|
|
20
22
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FactPulse REST API
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Detailed client view (same fields for now).
|
|
14
|
+
*/
|
|
15
|
+
export interface ClientDetail {
|
|
16
|
+
/**
|
|
17
|
+
* Unique client identifier
|
|
18
|
+
*/
|
|
19
|
+
'uid': string;
|
|
20
|
+
/**
|
|
21
|
+
* Client name
|
|
22
|
+
*/
|
|
23
|
+
'name': string;
|
|
24
|
+
'siret'?: string | null;
|
|
25
|
+
'description'?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
* Whether the client is active
|
|
28
|
+
*/
|
|
29
|
+
'isActive': boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Whether PDP config exists
|
|
32
|
+
*/
|
|
33
|
+
'hasConfigPdp': boolean;
|
|
34
|
+
'pdpIsActive'?: boolean | null;
|
|
35
|
+
'pdpIsMock'?: boolean | null;
|
|
36
|
+
/**
|
|
37
|
+
* Whether Chorus Pro config exists
|
|
38
|
+
*/
|
|
39
|
+
'hasConfigChorus': boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Creation date
|
|
42
|
+
*/
|
|
43
|
+
'createdAt': string;
|
|
44
|
+
/**
|
|
45
|
+
* Last update date
|
|
46
|
+
*/
|
|
47
|
+
'updatedAt': string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FactPulse REST API
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ClientSummary } from './client-summary';
|
|
13
|
+
/**
|
|
14
|
+
* Paginated client list response.
|
|
15
|
+
*/
|
|
16
|
+
export interface ClientListResponse {
|
|
17
|
+
/**
|
|
18
|
+
* List of clients
|
|
19
|
+
*/
|
|
20
|
+
'results': Array<ClientSummary>;
|
|
21
|
+
/**
|
|
22
|
+
* Total number of clients
|
|
23
|
+
*/
|
|
24
|
+
'total': number;
|
|
25
|
+
/**
|
|
26
|
+
* Current page
|
|
27
|
+
*/
|
|
28
|
+
'page': number;
|
|
29
|
+
/**
|
|
30
|
+
* Page size
|
|
31
|
+
*/
|
|
32
|
+
'pageSize': number;
|
|
33
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* FactPulse REST API
|
|
5
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: contact@factpulse.fr
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|