@factpulse/sdk 1.0.15 → 2.0.0
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 +10 -18
- package/CHANGELOG.md +3 -3
- package/api/afnorpdppaapi.ts +1 -1
- package/api/afnorpdppadirectory-service-api.ts +1147 -87
- package/api/afnorpdppaflow-service-api.ts +4 -4
- package/api/chorus-pro-api.ts +16 -32
- package/api/sant-api.ts +1 -1
- package/api/traitement-facture-api.ts +39 -49
- package/api/utilisateur-api.ts +1 -1
- package/dist/api/afnorpdppaapi.js +1 -0
- package/dist/api/afnorpdppadirectory-service-api.d.ts +520 -24
- package/dist/api/afnorpdppadirectory-service-api.js +1137 -106
- package/dist/api/afnorpdppaflow-service-api.js +4 -0
- package/dist/api/chorus-pro-api.js +16 -0
- package/dist/api/sant-api.js +1 -0
- package/dist/api/traitement-facture-api.js +11 -0
- package/dist/api/utilisateur-api.js +1 -0
- package/dist/esm/api/afnorpdppaapi.js +1 -0
- package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +520 -24
- package/dist/esm/api/afnorpdppadirectory-service-api.js +1134 -103
- package/dist/esm/api/afnorpdppaflow-service-api.js +4 -0
- package/dist/esm/api/chorus-pro-api.js +16 -0
- package/dist/esm/api/sant-api.js +1 -0
- package/dist/esm/api/traitement-facture-api.js +11 -0
- package/dist/esm/api/utilisateur-api.js +1 -0
- package/dist/esm/models/index.d.ts +5 -9
- package/dist/esm/models/index.js +5 -9
- package/dist/esm/models/ligne-de-poste.d.ts +4 -4
- package/dist/esm/models/ligne-de-tva.d.ts +4 -4
- package/dist/esm/models/{montantapayer.d.ts → montant-apayer.d.ts} +1 -1
- package/dist/{models/montantbaseht.d.ts → esm/models/montant-base-ht.d.ts} +1 -1
- package/dist/esm/models/montant-ht-total.d.ts +3 -0
- package/dist/{models/montant-total-montant-remise-globale-ttc.d.ts → esm/models/montant-remise-globale-ttc.d.ts} +1 -1
- package/dist/esm/models/{ligne-de-poste-montant-total-ligne-ht.d.ts → montant-total-ligne-ht.d.ts} +1 -1
- package/dist/esm/models/montant-total.d.ts +10 -10
- package/dist/esm/models/montant-ttc-total.d.ts +3 -0
- package/dist/esm/models/montant-tva.d.ts +3 -0
- package/dist/esm/models/montant-tva1.d.ts +1 -1
- package/dist/esm/models/{montantunitaireht.d.ts → montant-unitaire-ht.d.ts} +1 -1
- package/dist/models/index.d.ts +5 -9
- package/dist/models/index.js +5 -9
- package/dist/models/ligne-de-poste.d.ts +4 -4
- package/dist/models/ligne-de-tva.d.ts +4 -4
- package/dist/models/{montantapayer.d.ts → montant-apayer.d.ts} +1 -1
- package/dist/{esm/models/montantbaseht.d.ts → models/montant-base-ht.d.ts} +1 -1
- package/dist/models/montant-ht-total.d.ts +3 -0
- package/dist/{esm/models/montant-total-montant-remise-globale-ttc.d.ts → models/montant-remise-globale-ttc.d.ts} +1 -1
- package/dist/models/{ligne-de-poste-montant-total-ligne-ht.d.ts → montant-total-ligne-ht.d.ts} +1 -1
- package/dist/models/montant-total.d.ts +10 -10
- package/dist/models/montant-ttc-total.d.ts +3 -0
- package/dist/models/montant-tva.d.ts +3 -0
- package/dist/models/montant-tva1.d.ts +1 -1
- package/dist/models/{montantunitaireht.d.ts → montant-unitaire-ht.d.ts} +1 -1
- package/docs/AFNORPDPPADirectoryServiceApi.md +860 -17
- package/docs/LigneDePoste.md +2 -2
- package/docs/LigneDeTVA.md +2 -2
- package/docs/{Montantapayer.md → MontantAPayer.md} +3 -3
- package/docs/{Montantbaseht.md → MontantBaseHt.md} +3 -3
- package/docs/MontantHtTotal.md +1 -0
- package/docs/{MontantTotalMontantRemiseGlobaleTtc.md → MontantRemiseGlobaleTtc.md} +3 -3
- package/docs/MontantTotal.md +5 -5
- package/docs/{LigneDePosteMontantTotalLigneHt.md → MontantTotalLigneHt.md} +3 -3
- package/docs/MontantTtcTotal.md +1 -0
- package/docs/MontantTva.md +1 -0
- package/docs/MontantTva1.md +1 -1
- package/docs/{Montantunitaireht.md → MontantUnitaireHt.md} +3 -3
- package/models/index.ts +5 -9
- package/models/ligne-de-poste.ts +5 -5
- package/models/ligne-de-tva.ts +4 -4
- package/models/{montantapayer.ts → montant-apayer.ts} +1 -1
- package/models/{montantbaseht.ts → montant-base-ht.ts} +1 -1
- package/models/montant-ht-total.ts +3 -0
- package/models/{montant-total-montant-remise-globale-ttc.ts → montant-remise-globale-ttc.ts} +1 -1
- package/models/{ligne-de-poste-montant-total-ligne-ht.ts → montant-total-ligne-ht.ts} +1 -1
- package/models/montant-total.ts +11 -11
- package/models/montant-ttc-total.ts +3 -0
- package/models/montant-tva.ts +3 -0
- package/models/montant-tva1.ts +1 -1
- package/models/{montantunitaireht.ts → montant-unitaire-ht.ts} +1 -1
- package/package.json +1 -1
- package/dist/esm/models/montanthttotal.d.ts +0 -16
- package/dist/esm/models/montantttctotal.d.ts +0 -16
- package/dist/esm/models/montantttctotal.js +0 -14
- package/dist/esm/models/montanttva.d.ts +0 -16
- package/dist/esm/models/montanttva.js +0 -14
- package/dist/esm/models/montanttva1.d.ts +0 -16
- package/dist/esm/models/montanttva1.js +0 -14
- package/dist/esm/models/montantunitaireht.js +0 -14
- package/dist/models/montanthttotal.d.ts +0 -16
- package/dist/models/montantttctotal.d.ts +0 -16
- package/dist/models/montantttctotal.js +0 -15
- package/dist/models/montanttva.d.ts +0 -16
- package/dist/models/montanttva.js +0 -15
- package/dist/models/montanttva1.d.ts +0 -16
- package/dist/models/montanttva1.js +0 -15
- package/dist/models/montantunitaireht.js +0 -15
- package/docs/Montanthttotal.md +0 -19
- package/docs/Montantttctotal.md +0 -19
- package/docs/Montanttva.md +0 -19
- package/docs/Montanttva1.md +0 -19
- package/models/montanthttotal.ts +0 -22
- package/models/montantttctotal.ts +0 -22
- package/models/montanttva.ts +0 -22
- package/models/montanttva1.ts +0 -22
- /package/dist/esm/models/{ligne-de-poste-montant-total-ligne-ht.js → montant-apayer.js} +0 -0
- /package/dist/esm/models/{montant-total-montant-remise-globale-ttc.js → montant-base-ht.js} +0 -0
- /package/dist/esm/models/{montantapayer.js → montant-remise-globale-ttc.js} +0 -0
- /package/dist/esm/models/{montantbaseht.js → montant-total-ligne-ht.js} +0 -0
- /package/dist/esm/models/{montanthttotal.js → montant-unitaire-ht.js} +0 -0
- /package/dist/models/{ligne-de-poste-montant-total-ligne-ht.js → montant-apayer.js} +0 -0
- /package/dist/models/{montant-total-montant-remise-globale-ttc.js → montant-base-ht.js} +0 -0
- /package/dist/models/{montantapayer.js → montant-remise-globale-ttc.js} +0 -0
- /package/dist/models/{montantbaseht.js → montant-total-ligne-ht.js} +0 -0
- /package/dist/models/{montanthttotal.js → montant-unitaire-ht.js} +0 -0
|
@@ -16,6 +16,28 @@ import { type RequestArgs, BaseAPI } from '../base';
|
|
|
16
16
|
* AFNORPDPPADirectoryServiceApi - axios parameter creator
|
|
17
17
|
*/
|
|
18
18
|
export declare const AFNORPDPPADirectoryServiceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
19
|
+
/**
|
|
20
|
+
* Créer une ligne dans l\'annuaire
|
|
21
|
+
* @summary Creating a directory line
|
|
22
|
+
* @param {*} [options] Override http request option.
|
|
23
|
+
* @throws {RequiredError}
|
|
24
|
+
*/
|
|
25
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26
|
+
/**
|
|
27
|
+
* Créer un code de routage dans l\'annuaire
|
|
28
|
+
* @summary Create a routing code
|
|
29
|
+
* @param {*} [options] Override http request option.
|
|
30
|
+
* @throws {RequiredError}
|
|
31
|
+
*/
|
|
32
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
|
+
/**
|
|
34
|
+
* Supprimer une ligne d\'annuaire
|
|
35
|
+
* @summary Delete a directory line
|
|
36
|
+
* @param {string} idInstance
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19
41
|
/**
|
|
20
42
|
* Vérifier la disponibilité du Directory Service
|
|
21
43
|
* @summary Healthcheck Directory Service
|
|
@@ -24,25 +46,149 @@ export declare const AFNORPDPPADirectoryServiceApiAxiosParamCreator: (configurat
|
|
|
24
46
|
*/
|
|
25
47
|
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26
48
|
/**
|
|
27
|
-
*
|
|
28
|
-
* @summary
|
|
49
|
+
* Obtenir une ligne d\'annuaire identifiée par un identifiant d\'adressage
|
|
50
|
+
* @summary Get a directory line
|
|
51
|
+
* @param {string} addressingIdentifier
|
|
52
|
+
* @param {*} [options] Override http request option.
|
|
53
|
+
* @throws {RequiredError}
|
|
54
|
+
*/
|
|
55
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: (addressingIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
|
+
/**
|
|
57
|
+
* Obtenir une ligne d\'annuaire identifiée par son idInstance
|
|
58
|
+
* @summary Get a directory line
|
|
59
|
+
* @param {string} idInstance
|
|
60
|
+
* @param {*} [options] Override http request option.
|
|
61
|
+
* @throws {RequiredError}
|
|
62
|
+
*/
|
|
63
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
|
+
/**
|
|
65
|
+
* Obtenir un code de routage identifié par son idInstance
|
|
66
|
+
* @summary Get a routing code by instance-id
|
|
67
|
+
* @param {string} idInstance
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
|
+
/**
|
|
73
|
+
* Consulter un code de routage identifié par SIRET et identifiant de routage
|
|
74
|
+
* @summary Get a routing code by SIRET and routing identifier
|
|
75
|
+
* @param {string} siret
|
|
76
|
+
* @param {string} routingIdentifier
|
|
77
|
+
* @param {*} [options] Override http request option.
|
|
78
|
+
* @throws {RequiredError}
|
|
79
|
+
*/
|
|
80
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: (siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
|
+
/**
|
|
82
|
+
* Retourne les détails d\'une entreprise (unité légale) identifiée par son numéro SIREN
|
|
83
|
+
* @summary Consult a siren (legal unit) by SIREN number
|
|
29
84
|
* @param {string} siren
|
|
30
85
|
* @param {*} [options] Override http request option.
|
|
31
86
|
* @throws {RequiredError}
|
|
32
87
|
*/
|
|
33
|
-
|
|
88
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: (siren: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
89
|
+
/**
|
|
90
|
+
* Obtenir une entreprise (unité légale) identifiée par son idInstance
|
|
91
|
+
* @summary Gets a siren (legal unit) by instance ID
|
|
92
|
+
* @param {string} idInstance
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
|
+
/**
|
|
98
|
+
* Obtenir un établissement identifié par son numéro SIRET
|
|
99
|
+
* @summary Gets a siret (facility) by SIRET number
|
|
100
|
+
* @param {string} siret
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: (siret: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
105
|
+
/**
|
|
106
|
+
* Obtenir un établissement identifié par son idInstance
|
|
107
|
+
* @summary Gets a siret (facility) by id-instance
|
|
108
|
+
* @param {string} idInstance
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
*/
|
|
112
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
113
|
+
/**
|
|
114
|
+
* Mettre à jour partiellement une ligne d\'annuaire
|
|
115
|
+
* @summary Partially updates a directory line
|
|
116
|
+
* @param {string} idInstance
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
*/
|
|
120
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
121
|
+
/**
|
|
122
|
+
* Mettre à jour partiellement un code de routage privé
|
|
123
|
+
* @summary Partially update a private routing code
|
|
124
|
+
* @param {string} idInstance
|
|
125
|
+
* @param {*} [options] Override http request option.
|
|
126
|
+
* @throws {RequiredError}
|
|
127
|
+
*/
|
|
128
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
129
|
+
/**
|
|
130
|
+
* Mettre à jour complètement un code de routage privé
|
|
131
|
+
* @summary Completely update a private routing code
|
|
132
|
+
* @param {string} idInstance
|
|
133
|
+
* @param {*} [options] Override http request option.
|
|
134
|
+
* @throws {RequiredError}
|
|
135
|
+
*/
|
|
136
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
|
+
/**
|
|
138
|
+
* Rechercher des lignes d\'annuaire selon des critères
|
|
139
|
+
* @summary Search for a directory line
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
*/
|
|
143
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
144
|
+
/**
|
|
145
|
+
* Rechercher des codes de routage selon des critères
|
|
146
|
+
* @summary Search for a routing code
|
|
147
|
+
* @param {*} [options] Override http request option.
|
|
148
|
+
* @throws {RequiredError}
|
|
149
|
+
*/
|
|
150
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
151
|
+
/**
|
|
152
|
+
* Recherche multi-critères d\'entreprises (unités légales)
|
|
153
|
+
* @summary SIREN search (or legal unit)
|
|
154
|
+
* @param {*} [options] Override http request option.
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
*/
|
|
157
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34
158
|
/**
|
|
35
|
-
*
|
|
36
|
-
* @summary
|
|
159
|
+
* Recherche multi-critères d\'établissements
|
|
160
|
+
* @summary Search for a SIRET (facility)
|
|
37
161
|
* @param {*} [options] Override http request option.
|
|
38
162
|
* @throws {RequiredError}
|
|
39
163
|
*/
|
|
40
|
-
|
|
164
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
165
|
};
|
|
42
166
|
/**
|
|
43
167
|
* AFNORPDPPADirectoryServiceApi - functional programming interface
|
|
44
168
|
*/
|
|
45
169
|
export declare const AFNORPDPPADirectoryServiceApiFp: (configuration?: Configuration) => {
|
|
170
|
+
/**
|
|
171
|
+
* Créer une ligne dans l\'annuaire
|
|
172
|
+
* @summary Creating a directory line
|
|
173
|
+
* @param {*} [options] Override http request option.
|
|
174
|
+
* @throws {RequiredError}
|
|
175
|
+
*/
|
|
176
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
177
|
+
/**
|
|
178
|
+
* Créer un code de routage dans l\'annuaire
|
|
179
|
+
* @summary Create a routing code
|
|
180
|
+
* @param {*} [options] Override http request option.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
*/
|
|
183
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
184
|
+
/**
|
|
185
|
+
* Supprimer une ligne d\'annuaire
|
|
186
|
+
* @summary Delete a directory line
|
|
187
|
+
* @param {string} idInstance
|
|
188
|
+
* @param {*} [options] Override http request option.
|
|
189
|
+
* @throws {RequiredError}
|
|
190
|
+
*/
|
|
191
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
46
192
|
/**
|
|
47
193
|
* Vérifier la disponibilité du Directory Service
|
|
48
194
|
* @summary Healthcheck Directory Service
|
|
@@ -51,25 +197,149 @@ export declare const AFNORPDPPADirectoryServiceApiFp: (configuration?: Configura
|
|
|
51
197
|
*/
|
|
52
198
|
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
53
199
|
/**
|
|
54
|
-
*
|
|
55
|
-
* @summary
|
|
200
|
+
* Obtenir une ligne d\'annuaire identifiée par un identifiant d\'adressage
|
|
201
|
+
* @summary Get a directory line
|
|
202
|
+
* @param {string} addressingIdentifier
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
*/
|
|
206
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
207
|
+
/**
|
|
208
|
+
* Obtenir une ligne d\'annuaire identifiée par son idInstance
|
|
209
|
+
* @summary Get a directory line
|
|
210
|
+
* @param {string} idInstance
|
|
211
|
+
* @param {*} [options] Override http request option.
|
|
212
|
+
* @throws {RequiredError}
|
|
213
|
+
*/
|
|
214
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
215
|
+
/**
|
|
216
|
+
* Obtenir un code de routage identifié par son idInstance
|
|
217
|
+
* @summary Get a routing code by instance-id
|
|
218
|
+
* @param {string} idInstance
|
|
219
|
+
* @param {*} [options] Override http request option.
|
|
220
|
+
* @throws {RequiredError}
|
|
221
|
+
*/
|
|
222
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
223
|
+
/**
|
|
224
|
+
* Consulter un code de routage identifié par SIRET et identifiant de routage
|
|
225
|
+
* @summary Get a routing code by SIRET and routing identifier
|
|
226
|
+
* @param {string} siret
|
|
227
|
+
* @param {string} routingIdentifier
|
|
228
|
+
* @param {*} [options] Override http request option.
|
|
229
|
+
* @throws {RequiredError}
|
|
230
|
+
*/
|
|
231
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
232
|
+
/**
|
|
233
|
+
* Retourne les détails d\'une entreprise (unité légale) identifiée par son numéro SIREN
|
|
234
|
+
* @summary Consult a siren (legal unit) by SIREN number
|
|
56
235
|
* @param {string} siren
|
|
57
236
|
* @param {*} [options] Override http request option.
|
|
58
237
|
* @throws {RequiredError}
|
|
59
238
|
*/
|
|
60
|
-
|
|
239
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
240
|
+
/**
|
|
241
|
+
* Obtenir une entreprise (unité légale) identifiée par son idInstance
|
|
242
|
+
* @summary Gets a siren (legal unit) by instance ID
|
|
243
|
+
* @param {string} idInstance
|
|
244
|
+
* @param {*} [options] Override http request option.
|
|
245
|
+
* @throws {RequiredError}
|
|
246
|
+
*/
|
|
247
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
248
|
+
/**
|
|
249
|
+
* Obtenir un établissement identifié par son numéro SIRET
|
|
250
|
+
* @summary Gets a siret (facility) by SIRET number
|
|
251
|
+
* @param {string} siret
|
|
252
|
+
* @param {*} [options] Override http request option.
|
|
253
|
+
* @throws {RequiredError}
|
|
254
|
+
*/
|
|
255
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
256
|
+
/**
|
|
257
|
+
* Obtenir un établissement identifié par son idInstance
|
|
258
|
+
* @summary Gets a siret (facility) by id-instance
|
|
259
|
+
* @param {string} idInstance
|
|
260
|
+
* @param {*} [options] Override http request option.
|
|
261
|
+
* @throws {RequiredError}
|
|
262
|
+
*/
|
|
263
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
264
|
+
/**
|
|
265
|
+
* Mettre à jour partiellement une ligne d\'annuaire
|
|
266
|
+
* @summary Partially updates a directory line
|
|
267
|
+
* @param {string} idInstance
|
|
268
|
+
* @param {*} [options] Override http request option.
|
|
269
|
+
* @throws {RequiredError}
|
|
270
|
+
*/
|
|
271
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
272
|
+
/**
|
|
273
|
+
* Mettre à jour partiellement un code de routage privé
|
|
274
|
+
* @summary Partially update a private routing code
|
|
275
|
+
* @param {string} idInstance
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
*/
|
|
279
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
280
|
+
/**
|
|
281
|
+
* Mettre à jour complètement un code de routage privé
|
|
282
|
+
* @summary Completely update a private routing code
|
|
283
|
+
* @param {string} idInstance
|
|
284
|
+
* @param {*} [options] Override http request option.
|
|
285
|
+
* @throws {RequiredError}
|
|
286
|
+
*/
|
|
287
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
288
|
+
/**
|
|
289
|
+
* Rechercher des lignes d\'annuaire selon des critères
|
|
290
|
+
* @summary Search for a directory line
|
|
291
|
+
* @param {*} [options] Override http request option.
|
|
292
|
+
* @throws {RequiredError}
|
|
293
|
+
*/
|
|
294
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
295
|
+
/**
|
|
296
|
+
* Rechercher des codes de routage selon des critères
|
|
297
|
+
* @summary Search for a routing code
|
|
298
|
+
* @param {*} [options] Override http request option.
|
|
299
|
+
* @throws {RequiredError}
|
|
300
|
+
*/
|
|
301
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
302
|
+
/**
|
|
303
|
+
* Recherche multi-critères d\'entreprises (unités légales)
|
|
304
|
+
* @summary SIREN search (or legal unit)
|
|
305
|
+
* @param {*} [options] Override http request option.
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
*/
|
|
308
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
61
309
|
/**
|
|
62
|
-
*
|
|
63
|
-
* @summary
|
|
310
|
+
* Recherche multi-critères d\'établissements
|
|
311
|
+
* @summary Search for a SIRET (facility)
|
|
64
312
|
* @param {*} [options] Override http request option.
|
|
65
313
|
* @throws {RequiredError}
|
|
66
314
|
*/
|
|
67
|
-
|
|
315
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
68
316
|
};
|
|
69
317
|
/**
|
|
70
318
|
* AFNORPDPPADirectoryServiceApi - factory interface
|
|
71
319
|
*/
|
|
72
320
|
export declare const AFNORPDPPADirectoryServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
321
|
+
/**
|
|
322
|
+
* Créer une ligne dans l\'annuaire
|
|
323
|
+
* @summary Creating a directory line
|
|
324
|
+
* @param {*} [options] Override http request option.
|
|
325
|
+
* @throws {RequiredError}
|
|
326
|
+
*/
|
|
327
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
328
|
+
/**
|
|
329
|
+
* Créer un code de routage dans l\'annuaire
|
|
330
|
+
* @summary Create a routing code
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
335
|
+
/**
|
|
336
|
+
* Supprimer une ligne d\'annuaire
|
|
337
|
+
* @summary Delete a directory line
|
|
338
|
+
* @param {string} idInstance
|
|
339
|
+
* @param {*} [options] Override http request option.
|
|
340
|
+
* @throws {RequiredError}
|
|
341
|
+
*/
|
|
342
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
73
343
|
/**
|
|
74
344
|
* Vérifier la disponibilité du Directory Service
|
|
75
345
|
* @summary Healthcheck Directory Service
|
|
@@ -78,25 +348,149 @@ export declare const AFNORPDPPADirectoryServiceApiFactory: (configuration?: Conf
|
|
|
78
348
|
*/
|
|
79
349
|
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
80
350
|
/**
|
|
81
|
-
*
|
|
82
|
-
* @summary
|
|
351
|
+
* Obtenir une ligne d\'annuaire identifiée par un identifiant d\'adressage
|
|
352
|
+
* @summary Get a directory line
|
|
353
|
+
* @param {string} addressingIdentifier
|
|
354
|
+
* @param {*} [options] Override http request option.
|
|
355
|
+
* @throws {RequiredError}
|
|
356
|
+
*/
|
|
357
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
358
|
+
/**
|
|
359
|
+
* Obtenir une ligne d\'annuaire identifiée par son idInstance
|
|
360
|
+
* @summary Get a directory line
|
|
361
|
+
* @param {string} idInstance
|
|
362
|
+
* @param {*} [options] Override http request option.
|
|
363
|
+
* @throws {RequiredError}
|
|
364
|
+
*/
|
|
365
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
366
|
+
/**
|
|
367
|
+
* Obtenir un code de routage identifié par son idInstance
|
|
368
|
+
* @summary Get a routing code by instance-id
|
|
369
|
+
* @param {string} idInstance
|
|
370
|
+
* @param {*} [options] Override http request option.
|
|
371
|
+
* @throws {RequiredError}
|
|
372
|
+
*/
|
|
373
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
374
|
+
/**
|
|
375
|
+
* Consulter un code de routage identifié par SIRET et identifiant de routage
|
|
376
|
+
* @summary Get a routing code by SIRET and routing identifier
|
|
377
|
+
* @param {string} siret
|
|
378
|
+
* @param {string} routingIdentifier
|
|
379
|
+
* @param {*} [options] Override http request option.
|
|
380
|
+
* @throws {RequiredError}
|
|
381
|
+
*/
|
|
382
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
383
|
+
/**
|
|
384
|
+
* Retourne les détails d\'une entreprise (unité légale) identifiée par son numéro SIREN
|
|
385
|
+
* @summary Consult a siren (legal unit) by SIREN number
|
|
83
386
|
* @param {string} siren
|
|
84
387
|
* @param {*} [options] Override http request option.
|
|
85
388
|
* @throws {RequiredError}
|
|
86
389
|
*/
|
|
87
|
-
|
|
390
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
391
|
+
/**
|
|
392
|
+
* Obtenir une entreprise (unité légale) identifiée par son idInstance
|
|
393
|
+
* @summary Gets a siren (legal unit) by instance ID
|
|
394
|
+
* @param {string} idInstance
|
|
395
|
+
* @param {*} [options] Override http request option.
|
|
396
|
+
* @throws {RequiredError}
|
|
397
|
+
*/
|
|
398
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
399
|
+
/**
|
|
400
|
+
* Obtenir un établissement identifié par son numéro SIRET
|
|
401
|
+
* @summary Gets a siret (facility) by SIRET number
|
|
402
|
+
* @param {string} siret
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
*/
|
|
406
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
407
|
+
/**
|
|
408
|
+
* Obtenir un établissement identifié par son idInstance
|
|
409
|
+
* @summary Gets a siret (facility) by id-instance
|
|
410
|
+
* @param {string} idInstance
|
|
411
|
+
* @param {*} [options] Override http request option.
|
|
412
|
+
* @throws {RequiredError}
|
|
413
|
+
*/
|
|
414
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
415
|
+
/**
|
|
416
|
+
* Mettre à jour partiellement une ligne d\'annuaire
|
|
417
|
+
* @summary Partially updates a directory line
|
|
418
|
+
* @param {string} idInstance
|
|
419
|
+
* @param {*} [options] Override http request option.
|
|
420
|
+
* @throws {RequiredError}
|
|
421
|
+
*/
|
|
422
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
423
|
+
/**
|
|
424
|
+
* Mettre à jour partiellement un code de routage privé
|
|
425
|
+
* @summary Partially update a private routing code
|
|
426
|
+
* @param {string} idInstance
|
|
427
|
+
* @param {*} [options] Override http request option.
|
|
428
|
+
* @throws {RequiredError}
|
|
429
|
+
*/
|
|
430
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
431
|
+
/**
|
|
432
|
+
* Mettre à jour complètement un code de routage privé
|
|
433
|
+
* @summary Completely update a private routing code
|
|
434
|
+
* @param {string} idInstance
|
|
435
|
+
* @param {*} [options] Override http request option.
|
|
436
|
+
* @throws {RequiredError}
|
|
437
|
+
*/
|
|
438
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
439
|
+
/**
|
|
440
|
+
* Rechercher des lignes d\'annuaire selon des critères
|
|
441
|
+
* @summary Search for a directory line
|
|
442
|
+
* @param {*} [options] Override http request option.
|
|
443
|
+
* @throws {RequiredError}
|
|
444
|
+
*/
|
|
445
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
446
|
+
/**
|
|
447
|
+
* Rechercher des codes de routage selon des critères
|
|
448
|
+
* @summary Search for a routing code
|
|
449
|
+
* @param {*} [options] Override http request option.
|
|
450
|
+
* @throws {RequiredError}
|
|
451
|
+
*/
|
|
452
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
453
|
+
/**
|
|
454
|
+
* Recherche multi-critères d\'entreprises (unités légales)
|
|
455
|
+
* @summary SIREN search (or legal unit)
|
|
456
|
+
* @param {*} [options] Override http request option.
|
|
457
|
+
* @throws {RequiredError}
|
|
458
|
+
*/
|
|
459
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
88
460
|
/**
|
|
89
|
-
*
|
|
90
|
-
* @summary
|
|
461
|
+
* Recherche multi-critères d\'établissements
|
|
462
|
+
* @summary Search for a SIRET (facility)
|
|
91
463
|
* @param {*} [options] Override http request option.
|
|
92
464
|
* @throws {RequiredError}
|
|
93
465
|
*/
|
|
94
|
-
|
|
466
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
95
467
|
};
|
|
96
468
|
/**
|
|
97
469
|
* AFNORPDPPADirectoryServiceApi - object-oriented interface
|
|
98
470
|
*/
|
|
99
471
|
export declare class AFNORPDPPADirectoryServiceApi extends BaseAPI {
|
|
472
|
+
/**
|
|
473
|
+
* Créer une ligne dans l\'annuaire
|
|
474
|
+
* @summary Creating a directory line
|
|
475
|
+
* @param {*} [options] Override http request option.
|
|
476
|
+
* @throws {RequiredError}
|
|
477
|
+
*/
|
|
478
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
479
|
+
/**
|
|
480
|
+
* Créer un code de routage dans l\'annuaire
|
|
481
|
+
* @summary Create a routing code
|
|
482
|
+
* @param {*} [options] Override http request option.
|
|
483
|
+
* @throws {RequiredError}
|
|
484
|
+
*/
|
|
485
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
486
|
+
/**
|
|
487
|
+
* Supprimer une ligne d\'annuaire
|
|
488
|
+
* @summary Delete a directory line
|
|
489
|
+
* @param {string} idInstance
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
*/
|
|
493
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
100
494
|
/**
|
|
101
495
|
* Vérifier la disponibilité du Directory Service
|
|
102
496
|
* @summary Healthcheck Directory Service
|
|
@@ -105,18 +499,120 @@ export declare class AFNORPDPPADirectoryServiceApi extends BaseAPI {
|
|
|
105
499
|
*/
|
|
106
500
|
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
107
501
|
/**
|
|
108
|
-
*
|
|
109
|
-
* @summary
|
|
502
|
+
* Obtenir une ligne d\'annuaire identifiée par un identifiant d\'adressage
|
|
503
|
+
* @summary Get a directory line
|
|
504
|
+
* @param {string} addressingIdentifier
|
|
505
|
+
* @param {*} [options] Override http request option.
|
|
506
|
+
* @throws {RequiredError}
|
|
507
|
+
*/
|
|
508
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
509
|
+
/**
|
|
510
|
+
* Obtenir une ligne d\'annuaire identifiée par son idInstance
|
|
511
|
+
* @summary Get a directory line
|
|
512
|
+
* @param {string} idInstance
|
|
513
|
+
* @param {*} [options] Override http request option.
|
|
514
|
+
* @throws {RequiredError}
|
|
515
|
+
*/
|
|
516
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
517
|
+
/**
|
|
518
|
+
* Obtenir un code de routage identifié par son idInstance
|
|
519
|
+
* @summary Get a routing code by instance-id
|
|
520
|
+
* @param {string} idInstance
|
|
521
|
+
* @param {*} [options] Override http request option.
|
|
522
|
+
* @throws {RequiredError}
|
|
523
|
+
*/
|
|
524
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
525
|
+
/**
|
|
526
|
+
* Consulter un code de routage identifié par SIRET et identifiant de routage
|
|
527
|
+
* @summary Get a routing code by SIRET and routing identifier
|
|
528
|
+
* @param {string} siret
|
|
529
|
+
* @param {string} routingIdentifier
|
|
530
|
+
* @param {*} [options] Override http request option.
|
|
531
|
+
* @throws {RequiredError}
|
|
532
|
+
*/
|
|
533
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
534
|
+
/**
|
|
535
|
+
* Retourne les détails d\'une entreprise (unité légale) identifiée par son numéro SIREN
|
|
536
|
+
* @summary Consult a siren (legal unit) by SIREN number
|
|
110
537
|
* @param {string} siren
|
|
111
538
|
* @param {*} [options] Override http request option.
|
|
112
539
|
* @throws {RequiredError}
|
|
113
540
|
*/
|
|
114
|
-
|
|
541
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
542
|
+
/**
|
|
543
|
+
* Obtenir une entreprise (unité légale) identifiée par son idInstance
|
|
544
|
+
* @summary Gets a siren (legal unit) by instance ID
|
|
545
|
+
* @param {string} idInstance
|
|
546
|
+
* @param {*} [options] Override http request option.
|
|
547
|
+
* @throws {RequiredError}
|
|
548
|
+
*/
|
|
549
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
550
|
+
/**
|
|
551
|
+
* Obtenir un établissement identifié par son numéro SIRET
|
|
552
|
+
* @summary Gets a siret (facility) by SIRET number
|
|
553
|
+
* @param {string} siret
|
|
554
|
+
* @param {*} [options] Override http request option.
|
|
555
|
+
* @throws {RequiredError}
|
|
556
|
+
*/
|
|
557
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
558
|
+
/**
|
|
559
|
+
* Obtenir un établissement identifié par son idInstance
|
|
560
|
+
* @summary Gets a siret (facility) by id-instance
|
|
561
|
+
* @param {string} idInstance
|
|
562
|
+
* @param {*} [options] Override http request option.
|
|
563
|
+
* @throws {RequiredError}
|
|
564
|
+
*/
|
|
565
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
566
|
+
/**
|
|
567
|
+
* Mettre à jour partiellement une ligne d\'annuaire
|
|
568
|
+
* @summary Partially updates a directory line
|
|
569
|
+
* @param {string} idInstance
|
|
570
|
+
* @param {*} [options] Override http request option.
|
|
571
|
+
* @throws {RequiredError}
|
|
572
|
+
*/
|
|
573
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
574
|
+
/**
|
|
575
|
+
* Mettre à jour partiellement un code de routage privé
|
|
576
|
+
* @summary Partially update a private routing code
|
|
577
|
+
* @param {string} idInstance
|
|
578
|
+
* @param {*} [options] Override http request option.
|
|
579
|
+
* @throws {RequiredError}
|
|
580
|
+
*/
|
|
581
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
582
|
+
/**
|
|
583
|
+
* Mettre à jour complètement un code de routage privé
|
|
584
|
+
* @summary Completely update a private routing code
|
|
585
|
+
* @param {string} idInstance
|
|
586
|
+
* @param {*} [options] Override http request option.
|
|
587
|
+
* @throws {RequiredError}
|
|
588
|
+
*/
|
|
589
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
590
|
+
/**
|
|
591
|
+
* Rechercher des lignes d\'annuaire selon des critères
|
|
592
|
+
* @summary Search for a directory line
|
|
593
|
+
* @param {*} [options] Override http request option.
|
|
594
|
+
* @throws {RequiredError}
|
|
595
|
+
*/
|
|
596
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
597
|
+
/**
|
|
598
|
+
* Rechercher des codes de routage selon des critères
|
|
599
|
+
* @summary Search for a routing code
|
|
600
|
+
* @param {*} [options] Override http request option.
|
|
601
|
+
* @throws {RequiredError}
|
|
602
|
+
*/
|
|
603
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
604
|
+
/**
|
|
605
|
+
* Recherche multi-critères d\'entreprises (unités légales)
|
|
606
|
+
* @summary SIREN search (or legal unit)
|
|
607
|
+
* @param {*} [options] Override http request option.
|
|
608
|
+
* @throws {RequiredError}
|
|
609
|
+
*/
|
|
610
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
115
611
|
/**
|
|
116
|
-
*
|
|
117
|
-
* @summary
|
|
612
|
+
* Recherche multi-critères d\'établissements
|
|
613
|
+
* @summary Search for a SIRET (facility)
|
|
118
614
|
* @param {*} [options] Override http request option.
|
|
119
615
|
* @throws {RequiredError}
|
|
120
616
|
*/
|
|
121
|
-
|
|
617
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
122
618
|
}
|