@silexpert/core 0.4.168 → 0.4.172
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/MachineLearning.js +1 -1
- package/es/api/resources/MachineLearning.js.map +1 -1
- package/es/api/resources/VatDeclaration.js +1 -1
- package/es/api/resources/VatDeclaration.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 +30 -0
- 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/Enum/Prestation.d.ts +2 -1
- package/es/types/Enum/Prestation.d.ts.map +1 -1
- package/es/types/Enum/Prestation.js +1 -0
- package/es/types/Enum/Prestation.js.map +1 -1
- package/es/types/Enum/VatRegime.js +1 -1
- package/es/types/Enum/VatRegime.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/vatDeclaration/QueryVatDeclaration.d.ts +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +2 -2
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/es/types/Interface/models/IVatDeclaration.d.ts +1 -1
- package/es/types/Interface/models/IVatDeclaration.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/MachineLearning.js +1 -1
- package/js/api/resources/MachineLearning.js.map +1 -1
- package/js/api/resources/VatDeclaration.js +1 -3
- package/js/api/resources/VatDeclaration.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 +30 -0
- 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/Enum/Prestation.js +1 -0
- package/js/types/Enum/Prestation.js.map +1 -1
- package/js/types/Enum/VatRegime.js +1 -1
- package/js/types/Enum/VatRegime.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/vatDeclaration/QueryVatDeclaration.js +1 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.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/MachineLearning.ts +1 -1
- package/ts/api/resources/VatDeclaration.ts +1 -1
- package/ts/types/Enum/BrandClementine.ts +38 -9
- package/ts/types/Enum/BrandComptalib.ts +30 -0
- package/ts/types/Enum/BrandLegalstart.ts +10 -9
- package/ts/types/Enum/Prestation.ts +1 -0
- package/ts/types/Enum/VatRegime.ts +2 -2
- 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/vatDeclaration/QueryVatDeclaration.ts +3 -3
- package/ts/types/Interface/models/IVatDeclaration.ts +1 -1
- package/ts/types/index.ts +1 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IsArray, IsString } from 'class-validator';
|
|
2
|
+
import { ApiProperty } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export class GetLastRef {
|
|
5
|
+
@ApiProperty()
|
|
6
|
+
@IsString()
|
|
7
|
+
login: string;
|
|
8
|
+
|
|
9
|
+
@ApiProperty()
|
|
10
|
+
@IsString()
|
|
11
|
+
password: string;
|
|
12
|
+
|
|
13
|
+
@ApiProperty()
|
|
14
|
+
@IsArray()
|
|
15
|
+
idTypeBrand: Array<number>;
|
|
16
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IsBoolean,
|
|
3
|
-
IsDate, IsInt, IsOptional,
|
|
3
|
+
IsDate, IsInt, IsOptional, IsString,
|
|
4
4
|
} from 'class-validator';
|
|
5
5
|
import { ApiPropertyOptional } from '../../../..';
|
|
6
6
|
|
|
@@ -31,9 +31,9 @@ export class QueryVatDeclaration {
|
|
|
31
31
|
idUser?: number;
|
|
32
32
|
|
|
33
33
|
@ApiPropertyOptional()
|
|
34
|
-
@
|
|
34
|
+
@IsString()
|
|
35
35
|
@IsOptional()
|
|
36
|
-
idDeposit?:
|
|
36
|
+
idDeposit?: string | null ;
|
|
37
37
|
|
|
38
38
|
@ApiPropertyOptional()
|
|
39
39
|
@IsOptional()
|
|
@@ -13,7 +13,7 @@ export interface IVatDeclaration {
|
|
|
13
13
|
idUser: number | null;
|
|
14
14
|
idExercice: number | null;
|
|
15
15
|
idCerfaType: number | null;
|
|
16
|
-
|
|
16
|
+
idDeposit: string | null;
|
|
17
17
|
isComplete: boolean;
|
|
18
18
|
payload: string | null;
|
|
19
19
|
declarationDate: Date | null;
|
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';
|