@silexpert/core 0.4.167 → 0.4.170
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/es/api/resources/BankAccount.js +1 -1
- package/es/api/resources/BankAccount.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +20 -1
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +38 -9
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +31 -0
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +33 -3
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +1 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +10 -9
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +5 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +8 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts +6 -0
- package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts.map +1 -0
- package/es/types/Interface/api/internalInvoicing/GetLastRef.js +29 -0
- package/es/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
- package/es/types/Interface/api/user/CreateCoworker.js +1 -1
- package/es/types/Interface/api/user/CreateCoworker.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BankAccount.js +1 -3
- package/js/api/resources/BankAccount.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +38 -9
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +33 -3
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +10 -9
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +2 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +6 -2
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/GetLastRef.js +33 -0
- package/js/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
- package/js/types/Interface/api/user/CreateCoworker.js +1 -1
- package/js/types/Interface/api/user/CreateCoworker.js.map +1 -1
- package/js/types/index.js +12 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BankAccount.ts +1 -1
- package/ts/types/Enum/BrandClementine.ts +38 -9
- package/ts/types/Enum/BrandComptalib.ts +33 -3
- package/ts/types/Enum/BrandLegalstart.ts +10 -9
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +4 -0
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts +7 -0
- package/ts/types/Interface/api/internalInvoicing/GetLastRef.ts +16 -0
- package/ts/types/Interface/api/user/CreateCoworker.ts +1 -1
- package/ts/types/index.ts +1 -0
package/ts/types/index.ts
CHANGED
|
@@ -478,6 +478,7 @@ export * from './Interface/api/account/ReadQuoteAccount';
|
|
|
478
478
|
export * from './Interface/api/internalInvoicing/CreateInternalInvoicing';
|
|
479
479
|
export * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';
|
|
480
480
|
export * from './Interface/api/internalInvoicing/RegenerateInternalInvoicing';
|
|
481
|
+
export * from './Interface/api/internalInvoicing/GetLastRef';
|
|
481
482
|
export * from './Interface/api/exercice/QueryExercice';
|
|
482
483
|
export * from './Interface/api/exercice/CreateExercice';
|
|
483
484
|
export * from './Interface/api/accountingIncome/ReadAccountingIncome';
|