@silexpert/core 1.3.96 → 1.3.97-1
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/User.js +1 -1
- package/dist/cjs/api/resources/User.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.d.ts +2 -2
- package/dist/cjs/types/Enum/BalanceSheet.js +2 -2
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +0 -1
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +0 -7
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +0 -1
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +0 -4
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +3 -0
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts +4 -5
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +0 -13
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
- package/dist/mjs/api/resources/User.js +1 -1
- package/dist/mjs/api/resources/User.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.d.ts +2 -2
- package/dist/mjs/types/Enum/BalanceSheet.js +2 -2
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +0 -1
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +0 -8
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +0 -1
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +0 -5
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +3 -0
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts +4 -5
- package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js +0 -14
- package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/User.ts +1 -1
- package/ts/types/Enum/BalanceSheet.ts +2 -2
- package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +0 -6
- package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +0 -3
- package/ts/types/Interface/api/config/ConfigType.ts +3 -0
- package/ts/types/Interface/api/shopify/InvoicesShopify.ts +4 -19
|
@@ -164,7 +164,7 @@ export const BalanceSheetDetails = [
|
|
|
164
164
|
text: 'Standby',
|
|
165
165
|
color: 'grey lighten-1',
|
|
166
166
|
textColor: 'grey--text',
|
|
167
|
-
forRoles: [['admin'], ['super_admin'], ['controle_interne']
|
|
167
|
+
forRoles: [['admin'], ['super_admin'], ['controle_interne']],
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
text: 'Impayé',
|
|
@@ -229,7 +229,7 @@ export const BalanceSheetDetails = [
|
|
|
229
229
|
value: BalanceSheetState.FIX_IN_PROGRESS,
|
|
230
230
|
color: 'blue darken-4',
|
|
231
231
|
textColor: 'blue--text',
|
|
232
|
-
forRoles: [['front_office'], ['expert']
|
|
232
|
+
forRoles: [['front_office'], ['expert']],
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
text: "Accepté SIE en l'état",
|
|
@@ -135,6 +135,7 @@ interface Shine {
|
|
|
135
135
|
hostV3: string;
|
|
136
136
|
publicHost: string;
|
|
137
137
|
clientId: string;
|
|
138
|
+
clientSecret: string;
|
|
138
139
|
redirect_uris: string[];
|
|
139
140
|
status: string;
|
|
140
141
|
scope: string;
|
|
@@ -185,6 +186,7 @@ interface Access2 {
|
|
|
185
186
|
|
|
186
187
|
interface Test {
|
|
187
188
|
login: string;
|
|
189
|
+
password: string;
|
|
188
190
|
editor: string;
|
|
189
191
|
software: string;
|
|
190
192
|
wsdl: Wsdl;
|
|
@@ -196,6 +198,7 @@ interface Wsdl {
|
|
|
196
198
|
|
|
197
199
|
interface Production {
|
|
198
200
|
login: string;
|
|
201
|
+
password: string;
|
|
199
202
|
editor: string;
|
|
200
203
|
software: string;
|
|
201
204
|
wsdl: Wsdl2;
|
|
@@ -1,27 +1,12 @@
|
|
|
1
|
-
import { IsBoolean, IsOptional } from 'class-validator';
|
|
2
1
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
4
2
|
|
|
5
3
|
export class InvoicesShopify {
|
|
6
4
|
@ApiPropertyOptional()
|
|
7
|
-
|
|
8
|
-
order?: string;
|
|
9
|
-
|
|
5
|
+
order: string;
|
|
10
6
|
@ApiPropertyOptional()
|
|
11
|
-
|
|
12
|
-
limit?: number;
|
|
13
|
-
|
|
7
|
+
limit: number;
|
|
14
8
|
@ApiPropertyOptional()
|
|
15
|
-
|
|
16
|
-
ids?: number[];
|
|
17
|
-
|
|
18
|
-
@ApiPropertyOptional()
|
|
19
|
-
@IsOptional()
|
|
20
|
-
idSociety?: number;
|
|
21
|
-
|
|
9
|
+
ids: number[];
|
|
22
10
|
@ApiPropertyOptional()
|
|
23
|
-
|
|
24
|
-
@IsBoolean()
|
|
25
|
-
@ToBoolean()
|
|
26
|
-
debug?: boolean;
|
|
11
|
+
idSociety: number;
|
|
27
12
|
}
|