@silexpert/core 1.1.349 → 1.1.351
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/cjs/api/resources/Facturation.d.ts +2 -3
- package/dist/cjs/api/resources/Facturation.d.ts.map +1 -1
- package/dist/cjs/api/resources/Facturation.js +1 -6
- package/dist/cjs/api/resources/Facturation.js.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.js +1 -0
- package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.d.ts +6 -0
- package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.js +3 -0
- package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.js.map +1 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts +2 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js +14 -0
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +1 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Facturation.d.ts +2 -3
- package/dist/mjs/api/resources/Facturation.d.ts.map +1 -1
- package/dist/mjs/api/resources/Facturation.js +1 -6
- package/dist/mjs/api/resources/Facturation.js.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.js +1 -0
- package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.d.ts +6 -0
- package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.js +2 -0
- package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.js.map +1 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts +2 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.js +16 -0
- package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/mjs/types/index.d.ts +1 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +1 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Facturation.ts +3 -7
- package/ts/types/Enum/MailAuto.ts +1 -0
- package/ts/types/Interface/api/facturation/ReadRecommanded.ts +5 -0
- package/ts/types/Interface/api/prestation/Query.ts +12 -0
- package/ts/types/index.ts +1 -0
package/ts/types/index.ts
CHANGED
|
@@ -634,6 +634,7 @@ export * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation'
|
|
|
634
634
|
export * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';
|
|
635
635
|
export * from './Interface/api/facturation/CreateRebilling';
|
|
636
636
|
export * from './Interface/api/facturation/GoToFacturation';
|
|
637
|
+
export * from './Interface/api/facturation/ReadRecommanded';
|
|
637
638
|
export * from './Interface/api/OnBoarding';
|
|
638
639
|
export * from './Interface/api/commercial/QueryGetStats';
|
|
639
640
|
export * from './Interface/api/commercial/QueryGetStatsHistory';
|