@silexpert/core 2.0.112 → 2.0.113
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/dist/api/resources/Authenticate.d.ts +6 -2
- package/dist/api/resources/Authenticate.d.ts.map +1 -1
- package/dist/api/resources/Authenticate.js +4 -0
- package/dist/api/resources/Authenticate.js.map +1 -1
- package/dist/api/resources/User.d.ts +1 -1
- package/dist/api/resources/User.d.ts.map +1 -1
- package/dist/api/resources/User.js.map +1 -1
- package/dist/types/Enum/ExternalAuthenticationLinkPurpose.d.ts +11 -0
- package/dist/types/Enum/ExternalAuthenticationLinkPurpose.d.ts.map +1 -0
- package/dist/types/Enum/ExternalAuthenticationLinkPurpose.js +13 -0
- package/dist/types/Enum/ExternalAuthenticationLinkPurpose.js.map +1 -0
- package/dist/types/Form/FormAuthenticate.d.ts.map +1 -1
- package/dist/types/Form/FormAuthenticate.js +5 -1
- package/dist/types/Form/FormAuthenticate.js.map +1 -1
- package/dist/types/Interface/api/authentification/ExchangeExternalAuthenticationLink.d.ts +5 -0
- package/dist/types/Interface/api/authentification/ExchangeExternalAuthenticationLink.d.ts.map +1 -0
- package/dist/types/Interface/api/authentification/ExchangeExternalAuthenticationLink.js +33 -0
- package/dist/types/Interface/api/authentification/ExchangeExternalAuthenticationLink.js.map +1 -0
- package/dist/types/Interface/api/authentification/ForgotPassword.d.ts +1 -0
- package/dist/types/Interface/api/authentification/ForgotPassword.d.ts.map +1 -1
- package/dist/types/Interface/api/authentification/ForgotPassword.js +8 -1
- package/dist/types/Interface/api/authentification/ForgotPassword.js.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.d.ts +6 -1
- package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.js +25 -1
- package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/dist/types/Interface/api/taxDeadline/QueryTaxDeadline.js +7 -1
- package/dist/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/dist/types/Interface/api/timeRecorder/CreateRecorder.d.ts +2 -2
- package/dist/types/Interface/api/timeRecorder/CreateRecorder.d.ts.map +1 -1
- package/dist/types/Interface/api/timeRecorder/CreateRecorder.js +11 -3
- package/dist/types/Interface/api/timeRecorder/CreateRecorder.js.map +1 -1
- package/dist/types/Interface/api/timeRecorder/UpdateRecorder.d.ts +2 -2
- package/dist/types/Interface/api/timeRecorder/UpdateRecorder.d.ts.map +1 -1
- package/dist/types/Interface/api/timeRecorder/UpdateRecorder.js +11 -3
- package/dist/types/Interface/api/timeRecorder/UpdateRecorder.js.map +1 -1
- package/dist/types/Interface/models/IExternalAuthenticationLink.d.ts +18 -0
- package/dist/types/Interface/models/IExternalAuthenticationLink.d.ts.map +1 -0
- package/dist/types/Interface/models/IExternalAuthenticationLink.js +2 -0
- package/dist/types/Interface/models/IExternalAuthenticationLink.js.map +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +3 -0
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Authenticate.ts +7 -1
- package/ts/api/resources/User.ts +1 -1
- package/ts/types/Enum/ExternalAuthenticationLinkPurpose.ts +11 -0
- package/ts/types/Form/FormAuthenticate.ts +5 -1
- package/ts/types/Interface/api/authentification/ExchangeExternalAuthenticationLink.ts +19 -0
- package/ts/types/Interface/api/authentification/ForgotPassword.ts +6 -1
- package/ts/types/Interface/api/commercialManagement/Create.ts +22 -2
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -1
- package/ts/types/Interface/api/timeRecorder/CreateRecorder.ts +20 -3
- package/ts/types/Interface/api/timeRecorder/UpdateRecorder.ts +20 -3
- package/ts/types/Interface/models/IExternalAuthenticationLink.ts +18 -0
- package/ts/types/index.ts +3 -0
package/dist/types/index.js
CHANGED
|
@@ -62,6 +62,7 @@ export * from './Interface/models/IExerciceComment.js';
|
|
|
62
62
|
export * from './Interface/models/IExercice.js';
|
|
63
63
|
export * from './Interface/models/IExercicePrestation.js';
|
|
64
64
|
export * from './Interface/models/IExercicePrestationOffer.js';
|
|
65
|
+
export * from './Interface/models/IExternalAuthenticationLink.js';
|
|
65
66
|
export * from './Interface/models/IFileType.js';
|
|
66
67
|
export * from './Interface/models/IFile.js';
|
|
67
68
|
export * from './Interface/models/IFiscalRegime.js';
|
|
@@ -537,6 +538,7 @@ export * from './Enum/UsersHistory.js';
|
|
|
537
538
|
export * from './Enum/UrgencyLevel.js';
|
|
538
539
|
export * from './Enum/Formalism.js';
|
|
539
540
|
export * from './Enum/Kyc.js';
|
|
541
|
+
export * from './Enum/ExternalAuthenticationLinkPurpose.js';
|
|
540
542
|
// Interfaces API
|
|
541
543
|
export * from './Interface/api/accountingTransaction/Create.js';
|
|
542
544
|
export * from './Interface/api/acd/Vat.js';
|
|
@@ -1201,6 +1203,7 @@ export * from './Interface/api/docoon/Create.js';
|
|
|
1201
1203
|
export * from './Interface/api/authentification/FinalizeMobileApprovalDto.js';
|
|
1202
1204
|
export * from './Interface/api/formalism/Create.js';
|
|
1203
1205
|
export * from './Interface/api/authentification/ProviderAuthDto.js';
|
|
1206
|
+
export * from './Interface/api/authentification/ExchangeExternalAuthenticationLink.js';
|
|
1204
1207
|
export * from './Interface/api/kyc/Create.js';
|
|
1205
1208
|
export * from './Interface/api/kyc/Read.js';
|
|
1206
1209
|
export * from './Interface/api/kyc/kyc.js';
|