@silexpert/core 1.3.97-0 → 1.3.97
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/Society.d.ts +1 -1
- package/dist/cjs/api/resources/Society.d.ts.map +1 -1
- package/dist/cjs/api/resources/Society.js +2 -2
- package/dist/cjs/api/resources/Society.js.map +1 -1
- 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/Enum/BrandClementine.js +5 -5
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/BrandComptalib.js +1 -1
- package/dist/cjs/types/Enum/BrandComptalib.js.map +1 -1
- package/dist/cjs/types/Enum/BrandLegalstart.js +1 -1
- package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.js +4 -4
- package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +7 -0
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +4 -0
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +0 -3
- 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 +5 -4
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +13 -0
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
- package/dist/mjs/api/resources/Society.d.ts +1 -1
- package/dist/mjs/api/resources/Society.d.ts.map +1 -1
- package/dist/mjs/api/resources/Society.js +2 -2
- package/dist/mjs/api/resources/Society.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/Enum/BrandClementine.js +5 -5
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/BrandComptalib.js +1 -1
- package/dist/mjs/types/Enum/BrandComptalib.js.map +1 -1
- package/dist/mjs/types/Enum/BrandLegalstart.js +1 -1
- package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.js +4 -4
- package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +8 -0
- package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +5 -0
- package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +0 -3
- 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 +5 -4
- package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js +14 -0
- package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Society.ts +2 -2
- package/ts/api/resources/User.ts +1 -1
- package/ts/types/Enum/BalanceSheet.ts +2 -2
- package/ts/types/Enum/BrandClementine.ts +5 -5
- package/ts/types/Enum/BrandComptalib.ts +1 -1
- package/ts/types/Enum/BrandLegalstart.ts +1 -1
- package/ts/types/Enum/BrandPourcentage.ts +4 -4
- package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +6 -0
- package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +3 -0
- package/ts/types/Interface/api/config/ConfigType.ts +0 -3
- package/ts/types/Interface/api/shopify/InvoicesShopify.ts +19 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n caarl: Caarl;\n yousign: Yousign;\n awsClementine: AwsClementine;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n notification: Notification;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: LambdaInfos;\n companeo: Companeo;\n inpi: Inpi;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication: Authentication;\n}\n\ninterface Authentication {\n token: string;\n}\n\ninterface LambdaInfos {\n url: string;\n key: string;\n}\n\ninterface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\ninterface MachineLearning {\n transactionAnnotation: string;\n}\n\ninterface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\ninterface Redis {\n host: string;\n port: number;\n}\n\ninterface RedisPrimary {\n replicationGroupId: string;\n}\n\ninterface Caarl {\n api: string;\n bundle: string;\n}\n\ninterface Yousign {\n workspaceId: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\ninterface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\ninterface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\ninterface Client {\n host: string;\n hostFull: string;\n}\n\ninterface Twilio {\n accountSID: string;\n number: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\ninterface Pappers {\n token: string;\n url: string;\n}\n\ninterface Shine {\n host: string;\n hostV3: string;\n publicHost: string;\n clientId: string;\n
|
|
1
|
+
{"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n caarl: Caarl;\n yousign: Yousign;\n awsClementine: AwsClementine;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n notification: Notification;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: LambdaInfos;\n companeo: Companeo;\n inpi: Inpi;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication: Authentication;\n}\n\ninterface Authentication {\n token: string;\n}\n\ninterface LambdaInfos {\n url: string;\n key: string;\n}\n\ninterface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\ninterface MachineLearning {\n transactionAnnotation: string;\n}\n\ninterface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\ninterface Redis {\n host: string;\n port: number;\n}\n\ninterface RedisPrimary {\n replicationGroupId: string;\n}\n\ninterface Caarl {\n api: string;\n bundle: string;\n}\n\ninterface Yousign {\n workspaceId: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\ninterface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\ninterface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\ninterface Client {\n host: string;\n hostFull: string;\n}\n\ninterface Twilio {\n accountSID: string;\n number: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\ninterface Pappers {\n token: string;\n url: string;\n}\n\ninterface Shine {\n host: string;\n hostV3: string;\n publicHost: string;\n clientId: string;\n redirect_uris: string[];\n status: string;\n scope: string;\n}\n\ninterface DefaultPermissions {\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n}\n\ninterface Crisp {\n identifier: string;\n key: string;\n}\n\ninterface ConfigBrand {\n name: string;\n api: string;\n api2: string;\n api2Clementine: string;\n api2Legalstart: string;\n}\n\nexport interface Ocr {\n URL: string;\n}\n\ninterface JeDeclare {\n access: Access2[];\n serviceVersion: string;\n}\n\ninterface Access2 {\n name: string;\n test: Test;\n production: Production;\n}\n\ninterface Test {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl;\n}\n\ninterface Wsdl {\n url: string;\n}\n\ninterface Production {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl2;\n}\n\ninterface Wsdl2 {\n url: string;\n}\n\nexport interface Notification {\n hookToken: string;\n}\n\ninterface Pdfizer {\n url: string;\n key: string;\n}\n\ninterface IDocus {\n baseUrl: string;\n callbackurl: string;\n authorizationKey: string;\n}\n\ninterface Companeo {\n username: string;\n pass: string;\n}\n\ninterface Inpi {\n username: string;\n password: string;\n}\n\ninterface Brevo {\n lists: {\n hot: number;\n paying: number;\n cold: number;\n churned: number;\n };\n}\n\ninterface Echo {\n url: string;\n accountid: string;\n apikey: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvoicesShopify.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InvoicesShopify.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":"AAIA,qBAAa,eAAe;IAG1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IAIf,SAAS,CAAC,EAAE,MAAM,CAAC;IAMnB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -7,27 +7,41 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
10
11
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
11
13
|
export class InvoicesShopify {
|
|
12
14
|
order;
|
|
13
15
|
limit;
|
|
14
16
|
ids;
|
|
15
17
|
idSociety;
|
|
18
|
+
debug;
|
|
16
19
|
}
|
|
17
20
|
__decorate([
|
|
18
21
|
ApiPropertyOptional(),
|
|
22
|
+
IsOptional(),
|
|
19
23
|
__metadata("design:type", String)
|
|
20
24
|
], InvoicesShopify.prototype, "order", void 0);
|
|
21
25
|
__decorate([
|
|
22
26
|
ApiPropertyOptional(),
|
|
27
|
+
IsOptional(),
|
|
23
28
|
__metadata("design:type", Number)
|
|
24
29
|
], InvoicesShopify.prototype, "limit", void 0);
|
|
25
30
|
__decorate([
|
|
26
31
|
ApiPropertyOptional(),
|
|
32
|
+
IsOptional(),
|
|
27
33
|
__metadata("design:type", Array)
|
|
28
34
|
], InvoicesShopify.prototype, "ids", void 0);
|
|
29
35
|
__decorate([
|
|
30
36
|
ApiPropertyOptional(),
|
|
37
|
+
IsOptional(),
|
|
31
38
|
__metadata("design:type", Number)
|
|
32
39
|
], InvoicesShopify.prototype, "idSociety", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
ApiPropertyOptional(),
|
|
42
|
+
IsOptional(),
|
|
43
|
+
IsBoolean(),
|
|
44
|
+
ToBoolean(),
|
|
45
|
+
__metadata("design:type", Boolean)
|
|
46
|
+
], InvoicesShopify.prototype, "debug", void 0);
|
|
33
47
|
//# sourceMappingURL=InvoicesShopify.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvoicesShopify.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"InvoicesShopify.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,eAAe;IAG1B,KAAK,CAAU;IAIf,KAAK,CAAU;IAIf,GAAG,CAAY;IAIf,SAAS,CAAU;IAMnB,KAAK,CAAW;CACjB;AAnBC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;8CACE;AAIf;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;8CACE;AAIf;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;4CACE;AAIf;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACM;AAMnB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;8CACI","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class InvoicesShopify {\n @ApiPropertyOptional()\n @IsOptional()\n order?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n limit?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n ids?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n debug?: boolean;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.3.97
|
|
3
|
+
"version": "1.3.97",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -137,8 +137,8 @@ export class Society extends Resource {
|
|
|
137
137
|
return this.axios.$get('/society/archived', { params: query });
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
getToArchived(query: QueryToArchivedSociety): Promise<BasePaginate<ISociety>> {
|
|
141
|
-
return this.axios.$get('/society/to-archived', { params: query });
|
|
140
|
+
getToArchived(query: QueryToArchivedSociety, signal?: AbortSignal): Promise<BasePaginate<ISociety>> {
|
|
141
|
+
return this.axios.$get('/society/to-archived', { params: query, ...(signal ? { signal } : {}) });
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
getUnpaids(query: QueryUnpaidSociety, signal?: AbortSignal): Promise<ISociety[]> {
|
package/ts/api/resources/User.ts
CHANGED
|
@@ -30,7 +30,7 @@ export class User extends Resource {
|
|
|
30
30
|
return this.axios.$put('user/confirm', params);
|
|
31
31
|
}
|
|
32
32
|
resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean> {
|
|
33
|
-
return this.axios.$put(`user/${params.id}/
|
|
33
|
+
return this.axios.$put(`user/${params.id}/send-confirmation-mail`);
|
|
34
34
|
}
|
|
35
35
|
create(data: CreateUser): Promise<IUser> {
|
|
36
36
|
return this.axios.$post('user/create', data);
|
|
@@ -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'], ['satisfaction']],
|
|
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'], ['satisfaction']],
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
text: "Accepté SIE en l'état",
|
|
@@ -54,7 +54,7 @@ export const BrandClementine: Brand[] = [
|
|
|
54
54
|
city: 'LAXOU CEDEX',
|
|
55
55
|
montantCapital: '500 000',
|
|
56
56
|
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
57
|
-
ECName: 'M.
|
|
57
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
58
58
|
ECOrderCity: 'Nancy',
|
|
59
59
|
ECDepartment: 'Lorraine',
|
|
60
60
|
ECPosition: 'Président',
|
|
@@ -155,7 +155,7 @@ export const BrandClementine: Brand[] = [
|
|
|
155
155
|
city: 'LAXOU CEDEX',
|
|
156
156
|
montantCapital: '500 000',
|
|
157
157
|
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
158
|
-
ECName: 'M.
|
|
158
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
159
159
|
ECOrderCity: 'Nancy',
|
|
160
160
|
ECPosition: 'Président',
|
|
161
161
|
phone: '03 83 93 14 14',
|
|
@@ -268,7 +268,7 @@ export const BrandClementine: Brand[] = [
|
|
|
268
268
|
city: 'LAXOU CEDEX',
|
|
269
269
|
montantCapital: '500 000',
|
|
270
270
|
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
271
|
-
ECName: 'M.
|
|
271
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
272
272
|
ECOrderCity: 'Nancy',
|
|
273
273
|
ECDepartment: 'Lorraine',
|
|
274
274
|
ECPosition: 'Président',
|
|
@@ -323,7 +323,7 @@ export const BrandClementine: Brand[] = [
|
|
|
323
323
|
city: 'LAXOU CEDEX',
|
|
324
324
|
montantCapital: '500 000',
|
|
325
325
|
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
326
|
-
ECName: 'M.
|
|
326
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
327
327
|
ECOrderCity: 'Nancy',
|
|
328
328
|
ECDepartment: 'Lorraine',
|
|
329
329
|
ECPosition: 'Président',
|
|
@@ -423,7 +423,7 @@ export const BrandClementine: Brand[] = [
|
|
|
423
423
|
city: 'LAXOU CEDEX',
|
|
424
424
|
montantCapital: '500 000',
|
|
425
425
|
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
426
|
-
ECName: 'M.
|
|
426
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
427
427
|
ECOrderCity: 'Nancy',
|
|
428
428
|
ECDepartment: 'Lorraine',
|
|
429
429
|
ECPosition: 'Président',
|
|
@@ -117,7 +117,7 @@ export const BrandComptalib: Brand[] = [
|
|
|
117
117
|
city: 'Paris',
|
|
118
118
|
montantCapital: '10 000',
|
|
119
119
|
nomRaisonSociale: 'POURCENTAGE',
|
|
120
|
-
ECName: 'M.
|
|
120
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
121
121
|
ECOrderCity: 'Nancy',
|
|
122
122
|
ECPosition: 'Président',
|
|
123
123
|
phone: '01 86 90 82 15',
|
|
@@ -51,7 +51,7 @@ export const BrandLegalstart: Brand[] = [
|
|
|
51
51
|
city: 'Laxou',
|
|
52
52
|
montantCapital: '500 000',
|
|
53
53
|
nomRaisonSociale: 'EXPERTISE CHOIX B',
|
|
54
|
-
ECName: 'M.
|
|
54
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
55
55
|
ECOrderCity: 'Nancy',
|
|
56
56
|
ECPosition: 'Président',
|
|
57
57
|
phone: '03 83 93 14 14',
|
|
@@ -55,7 +55,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
55
55
|
city: 'Laxou',
|
|
56
56
|
montantCapital: '150 000',
|
|
57
57
|
nomRaisonSociale: 'EXPERTISE CHOIX C',
|
|
58
|
-
ECName: 'M.
|
|
58
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
59
59
|
ECOrderCity: 'Nancy',
|
|
60
60
|
ECDepartment: 'Lorraine',
|
|
61
61
|
ECPosition: 'Président',
|
|
@@ -183,7 +183,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
183
183
|
city: 'MONTREUIL SOUS BOIS',
|
|
184
184
|
montantCapital: '153 000',
|
|
185
185
|
nomRaisonSociale: 'SOFRAGECO',
|
|
186
|
-
ECName: 'M.
|
|
186
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
187
187
|
ECOrderCity: 'Nancy',
|
|
188
188
|
ECPosition: 'Président',
|
|
189
189
|
phone: '01 48 58 29 45',
|
|
@@ -279,7 +279,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
279
279
|
city: 'NICE',
|
|
280
280
|
montantCapital: '466 800',
|
|
281
281
|
nomRaisonSociale: 'EXPERTISE CHOIX E',
|
|
282
|
-
ECName: 'M.
|
|
282
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
283
283
|
ECOrderCity: 'Nice',
|
|
284
284
|
ECDepartment: 'PACA',
|
|
285
285
|
ECPosition: 'Président',
|
|
@@ -378,7 +378,7 @@ export const BrandPourcentage: Brand[] = [
|
|
|
378
378
|
city: 'NICE',
|
|
379
379
|
montantCapital: '466 800',
|
|
380
380
|
nomRaisonSociale: 'EXPERTISE CHOIX E',
|
|
381
|
-
ECName: 'M.
|
|
381
|
+
ECName: 'M. Maximilien SAINTDIZIER',
|
|
382
382
|
ECOrderCity: 'Nice',
|
|
383
383
|
ECPosition: 'Salarié',
|
|
384
384
|
ECDepartment: 'PACA',
|
|
@@ -135,7 +135,6 @@ interface Shine {
|
|
|
135
135
|
hostV3: string;
|
|
136
136
|
publicHost: string;
|
|
137
137
|
clientId: string;
|
|
138
|
-
clientSecret: string;
|
|
139
138
|
redirect_uris: string[];
|
|
140
139
|
status: string;
|
|
141
140
|
scope: string;
|
|
@@ -186,7 +185,6 @@ interface Access2 {
|
|
|
186
185
|
|
|
187
186
|
interface Test {
|
|
188
187
|
login: string;
|
|
189
|
-
password: string;
|
|
190
188
|
editor: string;
|
|
191
189
|
software: string;
|
|
192
190
|
wsdl: Wsdl;
|
|
@@ -198,7 +196,6 @@ interface Wsdl {
|
|
|
198
196
|
|
|
199
197
|
interface Production {
|
|
200
198
|
login: string;
|
|
201
|
-
password: string;
|
|
202
199
|
editor: string;
|
|
203
200
|
software: string;
|
|
204
201
|
wsdl: Wsdl2;
|
|
@@ -1,12 +1,27 @@
|
|
|
1
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
1
2
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
2
4
|
|
|
3
5
|
export class InvoicesShopify {
|
|
4
6
|
@ApiPropertyOptional()
|
|
5
|
-
|
|
7
|
+
@IsOptional()
|
|
8
|
+
order?: string;
|
|
9
|
+
|
|
6
10
|
@ApiPropertyOptional()
|
|
7
|
-
|
|
11
|
+
@IsOptional()
|
|
12
|
+
limit?: number;
|
|
13
|
+
|
|
8
14
|
@ApiPropertyOptional()
|
|
9
|
-
|
|
15
|
+
@IsOptional()
|
|
16
|
+
ids?: number[];
|
|
17
|
+
|
|
18
|
+
@ApiPropertyOptional()
|
|
19
|
+
@IsOptional()
|
|
20
|
+
idSociety?: number;
|
|
21
|
+
|
|
10
22
|
@ApiPropertyOptional()
|
|
11
|
-
|
|
23
|
+
@IsOptional()
|
|
24
|
+
@IsBoolean()
|
|
25
|
+
@ToBoolean()
|
|
26
|
+
debug?: boolean;
|
|
12
27
|
}
|