@silexpert/core 1.0.94 → 1.0.96
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/Commercial.d.ts +5 -1
- package/es/api/resources/Commercial.d.ts.map +1 -1
- package/es/api/resources/Commercial.js +3 -0
- package/es/api/resources/Commercial.js.map +1 -1
- package/es/api/resources/Registration.d.ts +2 -2
- package/es/api/resources/Registration.d.ts.map +1 -1
- package/es/api/resources/Registration.js +2 -2
- package/es/api/resources/Registration.js.map +1 -1
- package/es/types/Enum/GeneralThirdParty.d.ts +6 -0
- package/es/types/Enum/GeneralThirdParty.d.ts.map +1 -0
- package/es/types/Enum/GeneralThirdParty.js +254 -0
- package/es/types/Enum/GeneralThirdParty.js.map +1 -0
- package/es/types/Enum/Phone.d.ts +962 -2
- package/es/types/Enum/Phone.d.ts.map +1 -1
- package/es/types/Enum/Phone.js +966 -6
- package/es/types/Enum/Phone.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +6 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts +3 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts.map +1 -1
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +7 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
- package/es/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
- package/es/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
- package/es/types/Interface/api/commercial/QueryGetStats.js +7 -1
- package/es/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
- package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -0
- package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
- package/es/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.d.ts.map +1 -0
- package/es/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -0
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts +2 -1
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts.map +1 -1
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +8 -1
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +3 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -2
- package/es/types/index.js.map +1 -1
- package/es/utils/prestation.d.ts +1 -2
- package/es/utils/prestation.d.ts.map +1 -1
- package/es/utils/prestation.js +1 -44
- package/es/utils/prestation.js.map +1 -1
- package/js/api/resources/Commercial.js +8 -0
- package/js/api/resources/Commercial.js.map +1 -1
- package/js/api/resources/Registration.js +2 -2
- package/js/api/resources/Registration.js.map +1 -1
- package/js/types/Enum/GeneralThirdParty.js +760 -0
- package/js/types/Enum/GeneralThirdParty.js.map +1 -0
- package/js/types/Enum/Phone.js +966 -6
- package/js/types/Enum/Phone.js.map +1 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +4 -0
- package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +9 -1
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
- package/js/types/Interface/api/commercial/QueryGetStats.js +2 -0
- package/js/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
- package/js/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
- package/js/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -0
- package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +3 -1
- package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
- package/js/types/index.js +14 -2
- package/js/types/index.js.map +1 -1
- package/js/utils/prestation.js +1 -8
- package/js/utils/prestation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Commercial.ts +4 -1
- package/ts/api/resources/Registration.ts +23 -8
- package/ts/types/Enum/GeneralThirdParty.ts +258 -0
- package/ts/types/Enum/Phone.ts +966 -6
- package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +5 -0
- package/ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts +6 -0
- package/ts/types/Interface/api/commercial/QueryGetStats.ts +6 -1
- package/ts/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.ts +8 -2
- package/ts/types/Interface/models/ISociety.ts +2 -1
- package/ts/types/index.ts +3 -2
- package/ts/utils/prestation.ts +1 -44
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.d.ts.map +0 -1
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +0 -1
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.d.ts.map +0 -1
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +0 -1
- package/js/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +0 -1
- package/js/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +0 -1
- /package/es/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.d.ts +0 -0
- /package/es/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.js +0 -0
- /package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.d.ts +0 -0
- /package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js +0 -0
- /package/js/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.js +0 -0
- /package/js/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js +0 -0
- /package/ts/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.ts +0 -0
- /package/ts/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.ts +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IsOptional } from 'class-validator';
|
|
1
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
3
|
|
|
3
4
|
export class CreateCalendarEventForUsers {
|
|
@@ -13,6 +14,10 @@ export class CreateCalendarEventForUsers {
|
|
|
13
14
|
@ApiProperty()
|
|
14
15
|
comment: string;
|
|
15
16
|
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
@IsOptional()
|
|
19
|
+
meetLink?: string;
|
|
20
|
+
|
|
16
21
|
@ApiPropertyOptional()
|
|
17
22
|
idRoom?: number;
|
|
18
23
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
-
IsInt, IsOptional,
|
|
2
|
+
IsInt, IsOptional, IsString,
|
|
3
3
|
} from 'class-validator';
|
|
4
4
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
5
5
|
|
|
@@ -18,4 +18,9 @@ export class QueryGetStats {
|
|
|
18
18
|
@IsOptional()
|
|
19
19
|
@IsInt()
|
|
20
20
|
idUser?: number;
|
|
21
|
+
|
|
22
|
+
@ApiPropertyOptional()
|
|
23
|
+
@IsOptional()
|
|
24
|
+
@IsString()
|
|
25
|
+
search?: string;
|
|
21
26
|
}
|
|
@@ -7,9 +7,15 @@ import { ApiProperty } from '../../../..';
|
|
|
7
7
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
8
8
|
|
|
9
9
|
export class QuerySheetMonthSchedule {
|
|
10
|
-
@
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
11
|
@IsArray()
|
|
12
|
-
|
|
12
|
+
@IsOptional()
|
|
13
|
+
idEmployee?: number[];
|
|
14
|
+
|
|
15
|
+
@ApiPropertyOptional()
|
|
16
|
+
@IsInt()
|
|
17
|
+
@IsOptional()
|
|
18
|
+
idSociety?: number;
|
|
13
19
|
|
|
14
20
|
@ApiPropertyOptional()
|
|
15
21
|
@IsInt()
|
|
@@ -48,7 +48,7 @@ import { ISms } from './ISms';
|
|
|
48
48
|
import { IUser } from './IUser';
|
|
49
49
|
import { ISocietyEvent } from './ISocietyEvent';
|
|
50
50
|
import {
|
|
51
|
-
ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate,
|
|
51
|
+
ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,
|
|
52
52
|
} from '../..';
|
|
53
53
|
import { IBrandType } from './IBrandType';
|
|
54
54
|
|
|
@@ -200,6 +200,7 @@ export interface ISociety {
|
|
|
200
200
|
logs?: ILog[];
|
|
201
201
|
sms?: ISms[];
|
|
202
202
|
users?: IUser[];
|
|
203
|
+
userPermission?: IUserSocietyPermission;
|
|
203
204
|
regulates?: IRegulate[];
|
|
204
205
|
brandType?: IBrandType;
|
|
205
206
|
partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];
|
package/ts/types/index.ts
CHANGED
|
@@ -462,6 +462,7 @@ export * from './Enum/ProcessingState';
|
|
|
462
462
|
export * from './Enum/InpiType';
|
|
463
463
|
export * from './Enum/BankCollectingState';
|
|
464
464
|
export * from './Enum/Phone';
|
|
465
|
+
export * from './Enum/GeneralThirdParty';
|
|
465
466
|
|
|
466
467
|
// Interfaces API
|
|
467
468
|
export * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';
|
|
@@ -526,8 +527,8 @@ export * from './Interface/api/society/LegalFormSiren';
|
|
|
526
527
|
export * from './Interface/api/society/SocietyWithStatsCaParams';
|
|
527
528
|
export * from './Interface/api/society/QuerySociety';
|
|
528
529
|
export * from './Interface/api/society/QueryPaginatedSociety';
|
|
529
|
-
export * from './Interface/api/
|
|
530
|
-
export * from './Interface/api/
|
|
530
|
+
export * from './Interface/api/commercial/QueryPaginatedSocietyWithStatsCa';
|
|
531
|
+
export * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation';
|
|
531
532
|
export * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';
|
|
532
533
|
export * from './Interface/api/facturation/CreateRebilling';
|
|
533
534
|
export * from './Interface/api/commercial/QueryGetStats';
|
package/ts/utils/prestation.ts
CHANGED
|
@@ -23,49 +23,6 @@ const isOnlyJuridic = (idPrestationList: number[]):boolean => !idPrestationList.
|
|
|
23
23
|
|
|
24
24
|
const isCreation = (idPrestationList: number[]):boolean => idPrestationList.includes(PrestationType.CREATION_SOCIETE);
|
|
25
25
|
|
|
26
|
-
const getDebitType = (idPrestationList: number): 'Mensuel'|'Annuel'|'Récurrent' => {
|
|
27
|
-
if ([
|
|
28
|
-
PrestationType.PV_AG,
|
|
29
|
-
PrestationType.GESTION_JURIDIQUE,
|
|
30
|
-
PrestationType.TVS,
|
|
31
|
-
PrestationType.IRPP,
|
|
32
|
-
PrestationType.BAIL_COMMERCIAL,
|
|
33
|
-
PrestationType.CONVENTION_DE_MISE_A_DISPOSITION_A_TITRE_GRATUIT,
|
|
34
|
-
PrestationType.CONVENTION_COMPTE_COURANT,
|
|
35
|
-
PrestationType.INTEGRATION_FISCALE,
|
|
36
|
-
PrestationType.DISTRIBUTION_DIVIDENDES_SUR_RESERVE,
|
|
37
|
-
PrestationType.FORMALITES,
|
|
38
|
-
PrestationType.ATTESTATION_SALAIRE,
|
|
39
|
-
PrestationType.TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE,
|
|
40
|
-
].includes(idPrestationList)) return 'Annuel';
|
|
41
|
-
|
|
42
|
-
if ([PrestationType.COMPTA_PRO,
|
|
43
|
-
PrestationType.COMPTA_PRO_PAIE,
|
|
44
|
-
PrestationType.COMPTA_PRO_EXPRESS,
|
|
45
|
-
PrestationType.COMPTA_PRO_EXPRESS_PAIE,
|
|
46
|
-
PrestationType.COMPTA_PRO_COMPTASTART,
|
|
47
|
-
PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS,
|
|
48
|
-
PrestationType.COMPTA_ENTREPRISE,
|
|
49
|
-
PrestationType.COMPTA_ENTREPRISE_PAIE,
|
|
50
|
-
PrestationType.COMPTA_ENTREPRISE_EXPRESS,
|
|
51
|
-
PrestationType.COMPTA_ENTREPRISE_EXPRESS_PAIE,
|
|
52
|
-
PrestationType.MISE_EN_SOMMEIL,
|
|
53
|
-
PrestationType.FRUCTUPAIE,
|
|
54
|
-
PrestationType.BULLETIONS_SALAIRE,
|
|
55
|
-
PrestationType.DSN,
|
|
56
|
-
PrestationType.CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE,
|
|
57
|
-
PrestationType.ATTESTATION_NON_REMUNERATION,
|
|
58
|
-
PrestationType.ATTESTATIONS_NON_REMUNERATION,
|
|
59
|
-
PrestationType.ATTESTATION_CA,
|
|
60
|
-
PrestationType.ATTESTATION_COMPTE_COURANT,
|
|
61
|
-
PrestationType.DPAE,
|
|
62
|
-
PrestationType.ATTESTATION_MASSE_SALARIALE,
|
|
63
|
-
PrestationType.COMPTA_SCI,
|
|
64
|
-
PrestationType.COMPTA_SCI_EXPRESS,
|
|
65
|
-
].includes(idPrestationList)) return 'Mensuel';
|
|
66
|
-
return 'Récurrent';
|
|
67
|
-
};
|
|
68
|
-
|
|
69
26
|
export {
|
|
70
|
-
isOtherAccountingMissions, isOtherJuridicalMissions, isAdditionalPresta, isOtherSocialMission,
|
|
27
|
+
isOtherAccountingMissions, isOtherJuridicalMissions, isAdditionalPresta, isOtherSocialMission, isOnlyPrevi, isOnlySocial, isOnlyJuridic, isCreation,
|
|
71
28
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithFacturation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.ts"],"names":[],"mappings":"AAKA,qBAAa,oCAAoC;IAI/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithFacturation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,KAAK,EAAE,UAAU,EAAE,QAAQ,GAC5B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,oCAAoC;CAwChD;AApCC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;oEACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;iEACK;AAKb;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;mEACO;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;kEACM;AAKd;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;oEACQ;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4EACgB;AAKxB;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IACpC,UAAU,EAAE;IACZ,KAAK,EAAE;;mEACO;AAKf;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACnC,UAAU,EAAE;IACZ,KAAK,EAAE;;kEACM","sourcesContent":["import {\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPaginatedSocietyWithFacturation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n day?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n\n @ApiPropertyOptional({ default: 20 })\n @IsOptional()\n @IsInt()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsInt()\n page?: number;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithStatsCa.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.ts"],"names":[],"mappings":"AAOA,qBAAa,gCAAgC;IAI3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,eAAe,CAAC,EAAE,OAAO,CAAC;IAM1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAK5B,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAK1B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAKnB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAK7B,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithStatsCa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EACT,KAAK,EAAE,UAAU,EAAE,QAAQ,GAC5B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,gCAAgC;CA8E5C;AA1EC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;gEACK;AAMhB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;gEACK;AAMjB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;yEACc;AAM1B;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;2EACgB;AAK5B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;6DACK;AAKb;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;+DACO;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8DACM;AAKd;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;gEACQ;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;kEACU;AAKlB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;0EACkB;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iEACH;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;6EACqB;AAK7B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wEACgB;AAKxB;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IACpC,UAAU,EAAE;IACZ,KAAK,EAAE;;+DACO;AAKf;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACnC,UAAU,EAAE;IACZ,KAAK,EAAE;;8DACM","sourcesContent":["import {\n IsBoolean,\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedSocietyWithStatsCa {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isInCA?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n turnoverRefused?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isAdditionalSales?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n day?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSource?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestationList?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idState?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idConstitutionState?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n\n @ApiPropertyOptional({ default: 20 })\n @IsOptional()\n @IsInt()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsInt()\n page?: number;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithFacturation.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oCAAP,CAA2C;;QAApCA,oC,GAAAA,oC;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD","names":["QueryPaginatedSocietyWithFacturation","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.ts"],"sourcesContent":["import {\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPaginatedSocietyWithFacturation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n day?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n\n @ApiPropertyOptional({ default: 20 })\n @IsOptional()\n @IsInt()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsInt()\n page?: number;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithStatsCa.js","mappings":";;;;;;;AAAA;;AAIA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gCAAP,CAAuC;;QAAhCA,gC,GAAAA,gC;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,2BAAM;EAAEC,IAAI,EAAE;AAAR,CAAN,CACD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEE,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD;;AAKAF,YAHC,gCAAoB;EAAEE,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD","names":["QueryPaginatedSocietyWithStatsCa","__decorate","each","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.ts"],"sourcesContent":["import {\n IsBoolean,\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedSocietyWithStatsCa {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isInCA?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n turnoverRefused?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isAdditionalSales?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n day?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSource?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestationList?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idState?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idConstitutionState?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n\n @ApiPropertyOptional({ default: 20 })\n @IsOptional()\n @IsInt()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsInt()\n page?: number;\n}"]}
|
/package/es/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.d.ts
RENAMED
|
File without changes
|
/package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/js/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/ts/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.ts
RENAMED
|
File without changes
|