@silexpert/core 0.4.37 → 0.4.42
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/Society.d.ts +5 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +12 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources/Stocks.d.ts +1 -1
- package/es/api/resources/Stocks.d.ts.map +1 -1
- package/es/api/resources/Stocks.js +2 -2
- package/es/api/resources/Stocks.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +2 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +3 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources/User.d.ts +1 -3
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +0 -6
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources/dashboard.d.ts +3 -2
- package/es/api/resources/dashboard.d.ts.map +1 -1
- package/es/api/resources/dashboard.js +5 -2
- package/es/api/resources/dashboard.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +23 -0
- package/es/types/Enum/Account.d.ts.map +1 -0
- package/es/types/Enum/Account.js +23 -0
- package/es/types/Enum/Account.js.map +1 -0
- package/es/types/Interface/api/dashboard/QueryBalanceBankAccount.d.ts +6 -0
- package/es/types/Interface/api/dashboard/QueryBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/QueryBalanceBankAccount.js +25 -0
- package/es/types/Interface/api/dashboard/QueryBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.d.ts +10 -0
- package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js +5 -0
- package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.d.ts +3 -2
- package/es/types/Interface/api/society/CreateUserToSocietyWithPermission.d.ts.map +1 -0
- package/es/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.js +8 -8
- package/es/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +1 -0
- package/es/types/Interface/api/society/ListUserSociety.d.ts +4 -0
- package/es/types/Interface/api/society/ListUserSociety.d.ts.map +1 -0
- package/es/types/Interface/api/society/ListUserSociety.js +17 -0
- package/es/types/Interface/api/society/ListUserSociety.js.map +1 -0
- package/es/types/Interface/api/society/ReadSocietyUsers.d.ts +8 -0
- package/es/types/Interface/api/society/ReadSocietyUsers.d.ts.map +1 -0
- package/es/types/Interface/api/society/ReadSocietyUsers.js +2 -0
- package/es/types/Interface/api/society/ReadSocietyUsers.js.map +1 -0
- package/es/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.d.ts +1 -1
- package/es/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts.map +1 -0
- package/es/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -0
- package/es/types/Interface/api/transactions/QueryUnexport.d.ts +6 -0
- package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -0
- package/es/types/Interface/api/transactions/QueryUnexport.js +25 -0
- package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -0
- package/es/types/Interface/api/user/Permissions.d.ts +0 -1
- package/es/types/Interface/api/user/Permissions.d.ts.map +1 -1
- package/es/types/Interface/api/user/Permissions.js.map +1 -1
- package/es/types/index.d.ts +8 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Society.js +18 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources/Stocks.js +2 -2
- package/js/api/resources/Stocks.js.map +1 -1
- package/js/api/resources/Transaction.js +4 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources/User.js +0 -8
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources/dashboard.js +8 -2
- package/js/api/resources/dashboard.js.map +1 -1
- package/js/api/resources.js +3 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +28 -0
- package/js/types/Enum/Account.js.map +1 -0
- package/js/types/Interface/api/dashboard/QueryBalanceBankAccount.js +31 -0
- package/js/types/Interface/api/dashboard/QueryBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js +14 -0
- package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.js +4 -4
- package/js/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +1 -0
- package/js/types/Interface/api/society/ListUserSociety.js +27 -0
- package/js/types/Interface/api/society/ListUserSociety.js.map +1 -0
- package/js/types/Interface/api/society/ReadSocietyUsers.js +6 -0
- package/js/types/Interface/api/society/ReadSocietyUsers.js.map +1 -0
- package/js/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -0
- package/js/types/Interface/api/transactions/QueryUnexport.js +31 -0
- package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -0
- package/js/types/index.js +96 -24
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Society.ts +17 -0
- package/ts/api/resources/Stocks.ts +2 -2
- package/ts/api/resources/Transaction.ts +4 -1
- package/ts/api/resources/User.ts +1 -7
- package/ts/api/resources/dashboard.ts +9 -3
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Account.ts +22 -0
- package/ts/types/Interface/api/dashboard/QueryBalanceBankAccount.ts +12 -0
- package/ts/types/Interface/api/dashboard/ResultBalanceBankAccount.ts +11 -0
- package/ts/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.ts +5 -4
- package/ts/types/Interface/api/society/ListUserSociety.ts +6 -0
- package/ts/types/Interface/api/society/ReadSocietyUsers.ts +9 -0
- package/ts/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.ts +1 -1
- package/ts/types/Interface/api/transactions/QueryUnexport.ts +12 -0
- package/ts/types/Interface/api/user/Permissions.ts +0 -1
- package/ts/types/index.ts +8 -2
- package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.d.ts.map +0 -1
- package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +0 -1
- package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.d.ts.map +0 -1
- package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +0 -1
- package/js/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +0 -1
- package/js/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +0 -1
- /package/es/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.js +0 -0
- /package/js/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.js +0 -0
|
@@ -10,6 +10,11 @@ import {
|
|
|
10
10
|
CreateSynchronization,
|
|
11
11
|
UpdateSociety,
|
|
12
12
|
CreateBudgetBalanceBankAccount,
|
|
13
|
+
IUser,
|
|
14
|
+
ListUserSociety,
|
|
15
|
+
CreateUserToSocietyWithPermission,
|
|
16
|
+
UpdateUserToSocietyWithPermission,
|
|
17
|
+
ReadSocietyUsers,
|
|
13
18
|
} from '../../types';
|
|
14
19
|
|
|
15
20
|
export class Society extends Resource {
|
|
@@ -43,4 +48,16 @@ export class Society extends Resource {
|
|
|
43
48
|
importBalanceBankAccount(idSociety: number, idBankAccount: number, params: CreateBudgetBalanceBankAccount): Promise<number> {
|
|
44
49
|
return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);
|
|
45
50
|
}
|
|
51
|
+
listUserSociety(idSociety: number, params: ListUserSociety):Promise<ReadSocietyUsers> {
|
|
52
|
+
return this.axios.$get(`/society/${idSociety}/users`, { params });
|
|
53
|
+
}
|
|
54
|
+
deleteUser(idSociety: number, idUser: number): Promise<true> {
|
|
55
|
+
return this.axios.$delete(`/society/${idSociety}/user/${idUser}`);
|
|
56
|
+
}
|
|
57
|
+
createUserToSocietyWithPermission(idSociety: number, data: CreateUserToSocietyWithPermission): Promise<IUser> {
|
|
58
|
+
return this.axios.$post(`/society/${idSociety}/userToSocietyWithPermission`, data);
|
|
59
|
+
}
|
|
60
|
+
updateUserToSocietyWithPermission(idSociety: number, id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {
|
|
61
|
+
return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);
|
|
62
|
+
}
|
|
46
63
|
}
|
|
@@ -2,8 +2,8 @@ import { Resource } from '../Resource';
|
|
|
2
2
|
import { StockEntries, TFile } from '../../types';
|
|
3
3
|
|
|
4
4
|
export class Stocks extends Resource {
|
|
5
|
-
createStocks(
|
|
6
|
-
return this.axios.$post(
|
|
5
|
+
createStocks(payload: StockEntries): Promise<any> {
|
|
6
|
+
return this.axios.$post('/stocks/entries', payload);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
createFile(file: TFile): Promise<any> {
|
|
@@ -2,7 +2,7 @@ import { Resource } from '../Resource';
|
|
|
2
2
|
import {
|
|
3
3
|
AccountingJournal,
|
|
4
4
|
BasePaginate,
|
|
5
|
-
QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions,
|
|
5
|
+
QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport,
|
|
6
6
|
} from '../../types';
|
|
7
7
|
|
|
8
8
|
export class Transaction extends Resource {
|
|
@@ -18,6 +18,9 @@ export class Transaction extends Resource {
|
|
|
18
18
|
params,
|
|
19
19
|
});
|
|
20
20
|
}
|
|
21
|
+
unexport(idSociety: number, params: QueryUnexport): Promise<void> {
|
|
22
|
+
return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);
|
|
23
|
+
}
|
|
21
24
|
annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {
|
|
22
25
|
return this.axios.$put(`/transactions/${id}`, data);
|
|
23
26
|
}
|
package/ts/api/resources/User.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
import {
|
|
3
|
-
IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, QueryUserSmsConfirmation,
|
|
3
|
+
IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, QueryUserSmsConfirmation,
|
|
4
4
|
} from '../../types';
|
|
5
5
|
|
|
6
6
|
export class User extends Resource {
|
|
@@ -13,12 +13,6 @@ export class User extends Resource {
|
|
|
13
13
|
create(data: CreateUser): Promise<IUser> {
|
|
14
14
|
return this.axios.$post('user/create', data);
|
|
15
15
|
}
|
|
16
|
-
createUserToSocietyWithPermission(data: CreateUserToSocietyWithPermission): Promise<IUser> {
|
|
17
|
-
return this.axios.$post('user/createUserToSocietyWithPermission', data);
|
|
18
|
-
}
|
|
19
|
-
updateUserToSocietyWithPermission(id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {
|
|
20
|
-
return this.axios.$put(`user/updateUserToSocietyWithPermission/${id}`, data);
|
|
21
|
-
}
|
|
22
16
|
sendNewCode(id: number): Promise<IUser> {
|
|
23
17
|
return this.axios.$put(`user/${id}/sendNewSmsCode`);
|
|
24
18
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, ResultBalanceBankAccount, ResultTurnoverProfitAndLoss,
|
|
4
|
+
} from '../../types';
|
|
3
5
|
|
|
4
6
|
export class Dashboard extends Resource {
|
|
5
|
-
getTurnoverProfitAndLoss(
|
|
6
|
-
return this.axios.$get('dashboard/turnoverProfitAndLoss', { params
|
|
7
|
+
getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<ResultTurnoverProfitAndLoss> {
|
|
8
|
+
return this.axios.$get('dashboard/turnoverProfitAndLoss', { params });
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ResultBalanceBankAccount[]> {
|
|
12
|
+
return this.axios.$get('dashboard/balanceBankAccount', { params });
|
|
7
13
|
}
|
|
8
14
|
}
|
package/ts/api/resources.ts
CHANGED
|
@@ -17,6 +17,7 @@ import { GeneralLedger } from './resources/GeneralLedger';
|
|
|
17
17
|
import { FecFile } from './resources/FecFile';
|
|
18
18
|
import { IncomeStatement } from './resources/IncomeStatement';
|
|
19
19
|
import { BalanceSheet } from './resources/BalanceSheet';
|
|
20
|
+
import { BalanceSheetModule } from './resources/BalanceSheetModule';
|
|
20
21
|
import { Cerfa } from './resources/Cerfa';
|
|
21
22
|
import { LegalForm } from './resources/LegalForm';
|
|
22
23
|
import { Subscription } from './resources/Subscription';
|
|
@@ -51,6 +52,7 @@ export const resources = {
|
|
|
51
52
|
fecFile: FecFile,
|
|
52
53
|
incomeStatement: IncomeStatement,
|
|
53
54
|
balanceSheet: BalanceSheet,
|
|
55
|
+
balanceSheetModule: BalanceSheetModule,
|
|
54
56
|
cerfa: Cerfa,
|
|
55
57
|
legalForm: LegalForm,
|
|
56
58
|
authenticate: Authenticate,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const Account = {
|
|
2
|
+
RESULT_BENEFIT: {
|
|
3
|
+
id: 91,
|
|
4
|
+
number: 120000,
|
|
5
|
+
},
|
|
6
|
+
RESULT_LOSS: {
|
|
7
|
+
id: 92,
|
|
8
|
+
number: 129000,
|
|
9
|
+
},
|
|
10
|
+
PRODUCTION: {
|
|
11
|
+
id: 40,
|
|
12
|
+
number: 701000,
|
|
13
|
+
},
|
|
14
|
+
SERVICE: {
|
|
15
|
+
id: 47,
|
|
16
|
+
number: 706000,
|
|
17
|
+
},
|
|
18
|
+
MERCHANDISE: {
|
|
19
|
+
id: 48,
|
|
20
|
+
number: 707000,
|
|
21
|
+
},
|
|
22
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class QueryBalanceBankAccount {
|
|
4
|
+
@ApiProperty()
|
|
5
|
+
startDate: string | Date;
|
|
6
|
+
|
|
7
|
+
@ApiProperty()
|
|
8
|
+
endDate: string | Date;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
idBankAccount?: number;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';
|
|
2
|
+
|
|
3
|
+
export class ResultBalanceBankAccount {
|
|
4
|
+
date: string | Date;
|
|
5
|
+
datas: Array<MissingData | IBalanceBankAccount>;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export class MissingData {
|
|
9
|
+
idBankAccount: number;
|
|
10
|
+
noData: boolean;
|
|
11
|
+
}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
import { Permissions } from '../user/Permissions';
|
|
2
3
|
|
|
3
4
|
export class CreateUserToSocietyWithPermission {
|
|
4
5
|
@ApiProperty()
|
|
5
6
|
email: string;
|
|
6
7
|
@ApiProperty()
|
|
7
|
-
phone: string;
|
|
8
|
-
@ApiProperty()
|
|
9
|
-
password: string;
|
|
10
|
-
@ApiProperty()
|
|
11
8
|
firstname: string;
|
|
12
9
|
@ApiProperty()
|
|
13
10
|
lastname: string;
|
|
14
11
|
@ApiProperty()
|
|
15
12
|
acceptCgv?: boolean; // not sure if needed (maybe more a front notion)
|
|
13
|
+
@ApiProperty()
|
|
14
|
+
permissions: Partial<Permissions>;
|
|
16
15
|
@ApiPropertyOptional()
|
|
17
16
|
acceptNewsletter?: boolean;
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
phone?: string;
|
|
18
19
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IUser } from '../../..';
|
|
2
|
+
import { Overwrite } from '../../../../utils';
|
|
3
|
+
import { Permissions } from '../user/Permissions';
|
|
4
|
+
|
|
5
|
+
export type ReadSocietyUsers = ReadSocietyUser[];
|
|
6
|
+
|
|
7
|
+
export type ReadSocietyUser = Overwrite<IUser, {
|
|
8
|
+
userPermissions: Permissions
|
|
9
|
+
}>;
|
package/ts/types/index.ts
CHANGED
|
@@ -329,6 +329,7 @@ export * from './Enum/CerfaType';
|
|
|
329
329
|
export * from './Enum/StockType';
|
|
330
330
|
export * from './Enum/SaleType';
|
|
331
331
|
export * from './Enum/TypePayment';
|
|
332
|
+
export * from './Enum/Account';
|
|
332
333
|
|
|
333
334
|
// Interfaces API
|
|
334
335
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -352,8 +353,6 @@ export * from './Interface/api/user/QuerySocieties';
|
|
|
352
353
|
export * from './Interface/api/user/QueryResendConfirmationLink';
|
|
353
354
|
export * from './Interface/api/user/CreateUser';
|
|
354
355
|
export * from './Interface/api/user/QueryUserSmsConfirmation';
|
|
355
|
-
export * from './Interface/api/user/CreateUserToSocietyWithPermission';
|
|
356
|
-
export * from './Interface/api/user/UpdateUserToSocietyWithPermission';
|
|
357
356
|
export * from './Interface/api/user/Permissions';
|
|
358
357
|
export * from './Interface/api/account/ReadAccounts';
|
|
359
358
|
export * from './Interface/api/simulationColors/ReadSimulationColors';
|
|
@@ -364,6 +363,10 @@ export * from './Interface/api/society/LegalFormSiren';
|
|
|
364
363
|
export * from './Interface/api/society/GetDataSociety';
|
|
365
364
|
export * from './Interface/api/society/CreateSociety';
|
|
366
365
|
export * from './Interface/api/society/UpdateSociety';
|
|
366
|
+
export * from './Interface/api/society/ListUserSociety';
|
|
367
|
+
export * from './Interface/api/society/CreateUserToSocietyWithPermission';
|
|
368
|
+
export * from './Interface/api/society/UpdateUserToSocietyWithPermission';
|
|
369
|
+
export * from './Interface/api/society/ReadSocietyUsers';
|
|
367
370
|
export * from './Interface/api/BasePaginate';
|
|
368
371
|
export * from './Interface/api/BaseRequest';
|
|
369
372
|
export * from './Interface/api/generalLedger/IGeneralLedgerAccount';
|
|
@@ -373,6 +376,8 @@ export * from './Interface/api/stock/StockEntries';
|
|
|
373
376
|
export * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';
|
|
374
377
|
export * from './Interface/api/dashboard/ResultTurnOverProfitAndLoss';
|
|
375
378
|
export * from './Interface/api/pdf/BillingDocumentData';
|
|
379
|
+
export * from './Interface/api/dashboard/QueryBalanceBankAccount';
|
|
380
|
+
export * from './Interface/api/dashboard/ResultBalanceBankAccount';
|
|
376
381
|
|
|
377
382
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
378
383
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -423,3 +428,4 @@ export * from './Interface/api/zticket/QueryZTicket';
|
|
|
423
428
|
export * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';
|
|
424
429
|
export * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';
|
|
425
430
|
export * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';
|
|
431
|
+
export * from './Interface/api/transactions/QueryUnexport';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateUserToSocietyWithPermission.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/CreateUserToSocietyWithPermission.ts"],"names":[],"mappings":"AAEA,qBAAa,iCAAiC;IAE5C,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,QAAQ,EAAE,MAAM,CAAC;IAEjB,SAAS,EAAE,MAAM,CAAC;IAElB,QAAQ,EAAE,MAAM,CAAC;IAEjB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateUserToSocietyWithPermission.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/CreateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,iCAAiC;CAe7C;AAbC;IADC,WAAW,EAAE;;gEACA;AAEd;IADC,WAAW,EAAE;;gEACA;AAEd;IADC,WAAW,EAAE;;mEACG;AAEjB;IADC,WAAW,EAAE;;oEACI;AAElB;IADC,WAAW,EAAE;;mEACG;AAEjB;IADC,WAAW,EAAE;;oEACM;AAEpB;IADC,mBAAmB,EAAE;;2EACK","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateUserToSocietyWithPermission {\n @ApiProperty()\n email: string;\n @ApiProperty()\n phone: string;\n @ApiProperty()\n password: string;\n @ApiProperty()\n firstname: string;\n @ApiProperty()\n lastname: string;\n @ApiProperty()\n acceptCgv?: boolean; // not sure if needed (maybe more a front notion)\n @ApiPropertyOptional()\n acceptNewsletter?: boolean;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateUserToSocietyWithPermission.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/UpdateUserToSocietyWithPermission.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,qBAAa,iCAAiC;IAE5C,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,QAAQ,EAAE,MAAM,CAAC;IAEjB,SAAS,EAAE,MAAM,CAAC;IAElB,QAAQ,EAAE,MAAM,CAAC;IAEjB,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateUserToSocietyWithPermission.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/UpdateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGxD,MAAM,OAAO,iCAAiC;CAa7C;AAXC;IADC,mBAAmB,EAAE;;gEACR;AAEd;IADC,mBAAmB,EAAE;;gEACR;AAEd;IADC,mBAAmB,EAAE;;mEACL;AAEjB;IADC,mBAAmB,EAAE;;oEACJ;AAElB;IADC,mBAAmB,EAAE;;mEACL;AAEjB;IADC,mBAAmB,EAAE;;sEACY","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\nimport { Permissions } from './Permissions';\n\nexport class UpdateUserToSocietyWithPermission {\n @ApiPropertyOptional()\n email: string;\n @ApiPropertyOptional()\n phone: string;\n @ApiPropertyOptional()\n password: string;\n @ApiPropertyOptional()\n firstname: string;\n @ApiPropertyOptional()\n lastname: string;\n @ApiPropertyOptional()\n permissions: Partial<Permissions>;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/user/CreateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,iCAAP,CAAwC;;QAAjC,iC,GAAA,iC;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,2CAAA,E,kBAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateUserToSocietyWithPermission {\n @ApiProperty()\n email: string;\n @ApiProperty()\n phone: string;\n @ApiProperty()\n password: string;\n @ApiProperty()\n firstname: string;\n @ApiProperty()\n lastname: string;\n @ApiProperty()\n acceptCgv?: boolean; // not sure if needed (maybe more a front notion)\n @ApiPropertyOptional()\n acceptNewsletter?: boolean;\n}"],"sourceRoot":"","file":"CreateUserToSocietyWithPermission.js"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/user/UpdateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAGM,MAAO,iCAAP,CAAwC;;QAAjC,iC,GAAA,iC;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,aAAA,E,KAAkC,CAAlC,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\nimport { Permissions } from './Permissions';\n\nexport class UpdateUserToSocietyWithPermission {\n @ApiPropertyOptional()\n email: string;\n @ApiPropertyOptional()\n phone: string;\n @ApiPropertyOptional()\n password: string;\n @ApiPropertyOptional()\n firstname: string;\n @ApiPropertyOptional()\n lastname: string;\n @ApiPropertyOptional()\n permissions: Partial<Permissions>;\n}"],"sourceRoot":"","file":"UpdateUserToSocietyWithPermission.js"}
|
|
File without changes
|
|
File without changes
|