@silexpert/core 0.4.85 → 0.4.86
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/types/Enum/BrandClementine.d.ts +14 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +12 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +3 -0
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +6 -0
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +3 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +3 -0
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +13 -1
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +6 -0
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +3 -0
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/BrandClementine.ts +12 -0
- package/ts/types/Enum/BrandComptalib.ts +6 -0
- package/ts/types/Enum/BrandLegalstart.ts +3 -0
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export declare const BrandClementine: ({
|
|
2
2
|
idTypeBrand: number;
|
|
3
3
|
name: string;
|
|
4
|
+
colors: {
|
|
5
|
+
primary: string;
|
|
6
|
+
};
|
|
4
7
|
listMails: {
|
|
5
8
|
administratif: string;
|
|
6
9
|
app: string;
|
|
@@ -22,6 +25,9 @@ export declare const BrandClementine: ({
|
|
|
22
25
|
} | {
|
|
23
26
|
idTypeBrand: number;
|
|
24
27
|
name: string;
|
|
28
|
+
colors: {
|
|
29
|
+
primary: string;
|
|
30
|
+
};
|
|
25
31
|
listMails: {
|
|
26
32
|
contact: string;
|
|
27
33
|
administratif?: undefined;
|
|
@@ -43,6 +49,14 @@ export declare const BrandClementine: ({
|
|
|
43
49
|
} | {
|
|
44
50
|
idTypeBrand: number;
|
|
45
51
|
name: string;
|
|
52
|
+
colors: {
|
|
53
|
+
primary: string;
|
|
54
|
+
};
|
|
55
|
+
listMails?: undefined;
|
|
56
|
+
} | {
|
|
57
|
+
idTypeBrand: number;
|
|
58
|
+
name: string;
|
|
59
|
+
colors?: undefined;
|
|
46
60
|
listMails?: undefined;
|
|
47
61
|
})[];
|
|
48
62
|
//# sourceMappingURL=BrandClementine.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"BrandClementine.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwE3B,CAAC"}
|
|
@@ -2,6 +2,9 @@ export const BrandClementine = [
|
|
|
2
2
|
{
|
|
3
3
|
idTypeBrand: 1,
|
|
4
4
|
name: 'Clementine',
|
|
5
|
+
colors: {
|
|
6
|
+
primary: '#ff7e3c',
|
|
7
|
+
},
|
|
5
8
|
listMails: {
|
|
6
9
|
administratif: 'administratif@compta-clementine.fr',
|
|
7
10
|
app: 'app@compta-clementine.fr',
|
|
@@ -24,6 +27,9 @@ export const BrandClementine = [
|
|
|
24
27
|
{
|
|
25
28
|
idTypeBrand: 2,
|
|
26
29
|
name: 'Legalstart',
|
|
30
|
+
colors: {
|
|
31
|
+
primary: '#16a974',
|
|
32
|
+
},
|
|
27
33
|
listMails: {
|
|
28
34
|
contact: 'comptastart@legalstart.fr',
|
|
29
35
|
},
|
|
@@ -31,10 +37,16 @@ export const BrandClementine = [
|
|
|
31
37
|
{
|
|
32
38
|
idTypeBrand: 3,
|
|
33
39
|
name: 'BRED',
|
|
40
|
+
colors: {
|
|
41
|
+
primary: '#24315e',
|
|
42
|
+
},
|
|
34
43
|
},
|
|
35
44
|
{
|
|
36
45
|
idTypeBrand: 4,
|
|
37
46
|
name: 'Pourcentage',
|
|
47
|
+
colors: {
|
|
48
|
+
primary: '#1e6f5c',
|
|
49
|
+
},
|
|
38
50
|
listMails: {
|
|
39
51
|
administratif: 'administratif@pourcentage.fr',
|
|
40
52
|
app: 'app@pourcentage.fr',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE;YACT,aAAa,EAAE,oCAAoC;YACnD,GAAG,EAAE,0BAA0B;YAC/B,OAAO,EAAE,8BAA8B;YACvC,OAAO,EAAE,8BAA8B;YACvC,WAAW,EAAE,kCAAkC;YAC/C,QAAQ,EAAE,+BAA+B;YACzC,SAAS,EAAE,gCAAgC;YAC3C,YAAY,EAAE,mCAAmC;YACjD,GAAG,EAAE,0BAA0B;YAC/B,OAAO,EAAE,8BAA8B;YACvC,OAAO,EAAE,8BAA8B;YACvC,QAAQ,EAAE,+BAA+B;YACzC,MAAM,EAAE,6BAA6B;YACrC,OAAO,EAAE,8BAA8B;YACvC,GAAG,EAAE,0BAA0B;YAC/B,EAAE,EAAE,yBAAyB;SAC9B;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE;YACT,OAAO,EAAE,2BAA2B;SACrC;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"BrandClementine.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,SAAS,EAAE;YACT,aAAa,EAAE,oCAAoC;YACnD,GAAG,EAAE,0BAA0B;YAC/B,OAAO,EAAE,8BAA8B;YACvC,OAAO,EAAE,8BAA8B;YACvC,WAAW,EAAE,kCAAkC;YAC/C,QAAQ,EAAE,+BAA+B;YACzC,SAAS,EAAE,gCAAgC;YAC3C,YAAY,EAAE,mCAAmC;YACjD,GAAG,EAAE,0BAA0B;YAC/B,OAAO,EAAE,8BAA8B;YACvC,OAAO,EAAE,8BAA8B;YACvC,QAAQ,EAAE,+BAA+B;YACzC,MAAM,EAAE,6BAA6B;YACrC,OAAO,EAAE,8BAA8B;YACvC,GAAG,EAAE,0BAA0B;YAC/B,EAAE,EAAE,yBAAyB;SAC9B;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,SAAS,EAAE;YACT,OAAO,EAAE,2BAA2B;SACrC;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,aAAa;QACnB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,SAAS,EAAE;YACT,aAAa,EAAE,8BAA8B;YAC7C,GAAG,EAAE,oBAAoB;YACzB,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,yBAAyB;YACnC,SAAS,EAAE,0BAA0B;YACrC,YAAY,EAAE,6BAA6B;YAC3C,GAAG,EAAE,oBAAoB;YACzB,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,yBAAyB;YACnC,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EAAE,wBAAwB;YACjC,GAAG,EAAE,oBAAoB;YACzB,EAAE,EAAE,mBAAmB;SACxB;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,SAAS;KAChB;CACF,CAAC","sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n },\n];"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandComptalib.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"BrandComptalib.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;GAmD1B,CAAC"}
|
|
@@ -2,6 +2,9 @@ export const BrandComptalib = [
|
|
|
2
2
|
{
|
|
3
3
|
idTypeBrand: 1,
|
|
4
4
|
name: 'Comptalib',
|
|
5
|
+
colors: {
|
|
6
|
+
primary: '#1656ff',
|
|
7
|
+
},
|
|
5
8
|
listMails: {
|
|
6
9
|
administratif: 'contact@comptalib.com',
|
|
7
10
|
app: 'contact@comptalib.com',
|
|
@@ -24,6 +27,9 @@ export const BrandComptalib = [
|
|
|
24
27
|
{
|
|
25
28
|
idTypeBrand: 2,
|
|
26
29
|
name: 'Pourcentage',
|
|
30
|
+
colors: {
|
|
31
|
+
primary: '#1e6f5c',
|
|
32
|
+
},
|
|
27
33
|
listMails: {
|
|
28
34
|
administratif: 'contact@pourcentage.fr',
|
|
29
35
|
app: 'contact@pourcentage.fr',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandComptalib.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE;YACT,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE,uBAAuB;YACjC,SAAS,EAAE,uBAAuB;YAClC,YAAY,EAAE,uBAAuB;YACrC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,QAAQ,EAAE,uBAAuB;YACjC,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EAAE,uBAAuB;YAChC,GAAG,EAAE,uBAAuB;YAC5B,EAAE,EAAE,uBAAuB;SAC5B;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,aAAa;QACnB,SAAS,EAAE;YACT,aAAa,EAAE,wBAAwB;YACvC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,wBAAwB;YAClC,SAAS,EAAE,wBAAwB;YACnC,YAAY,EAAE,wBAAwB;YACtC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,wBAAwB;YAClC,MAAM,EAAE,wBAAwB;YAChC,OAAO,EAAE,wBAAwB;YACjC,GAAG,EAAE,wBAAwB;YAC7B,EAAE,EAAE,wBAAwB;SAC7B;KACF;CACF,CAAC","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandComptalib.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,SAAS,EAAE;YACT,aAAa,EAAE,uBAAuB;YACtC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE,uBAAuB;YACjC,SAAS,EAAE,uBAAuB;YAClC,YAAY,EAAE,uBAAuB;YACrC,GAAG,EAAE,uBAAuB;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,uBAAuB;YAChC,QAAQ,EAAE,uBAAuB;YACjC,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EAAE,uBAAuB;YAChC,GAAG,EAAE,uBAAuB;YAC5B,EAAE,EAAE,uBAAuB;SAC5B;KACF;IACD;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,aAAa;QACnB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,SAAS,EAAE;YACT,aAAa,EAAE,wBAAwB;YACvC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,wBAAwB;YAClC,SAAS,EAAE,wBAAwB;YACnC,YAAY,EAAE,wBAAwB;YACtC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,wBAAwB;YAClC,MAAM,EAAE,wBAAwB;YAChC,OAAO,EAAE,wBAAwB;YACjC,GAAG,EAAE,wBAAwB;YAC7B,EAAE,EAAE,wBAAwB;SAC7B;KACF;CACF,CAAC","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n },\n];"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandLegalstart.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"BrandLegalstart.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;GA0B3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandLegalstart.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE;YACT,aAAa,EAAE,2BAA2B;YAC1C,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,2BAA2B;YACrC,SAAS,EAAE,2BAA2B;YACtC,YAAY,EAAE,2BAA2B;YACzC,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,2BAA2B;YACrC,MAAM,EAAE,2BAA2B;YACnC,OAAO,EAAE,2BAA2B;YACpC,GAAG,EAAE,2BAA2B;YAChC,EAAE,EAAE,2BAA2B;SAChC;KACF;CACF,CAAC","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandLegalstart.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B;QACE,WAAW,EAAE,CAAC;QACd,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;SACnB;QACD,SAAS,EAAE;YACT,aAAa,EAAE,2BAA2B;YAC1C,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,2BAA2B;YACrC,SAAS,EAAE,2BAA2B;YACtC,YAAY,EAAE,2BAA2B;YACzC,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,2BAA2B;YACpC,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,2BAA2B;YACrC,MAAM,EAAE,2BAA2B;YACnC,OAAO,EAAE,2BAA2B;YACpC,GAAG,EAAE,2BAA2B;YAChC,EAAE,EAAE,2BAA2B;SAChC;KACF;CACF,CAAC","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n colors: {\n primary: '#16a974',\n },\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n },\n];"]}
|
|
@@ -6,6 +6,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
const BrandClementine = exports.BrandClementine = [{
|
|
7
7
|
idTypeBrand: 1,
|
|
8
8
|
name: 'Clementine',
|
|
9
|
+
colors: {
|
|
10
|
+
primary: '#ff7e3c'
|
|
11
|
+
},
|
|
9
12
|
listMails: {
|
|
10
13
|
administratif: 'administratif@compta-clementine.fr',
|
|
11
14
|
app: 'app@compta-clementine.fr',
|
|
@@ -27,15 +30,24 @@ const BrandClementine = exports.BrandClementine = [{
|
|
|
27
30
|
}, {
|
|
28
31
|
idTypeBrand: 2,
|
|
29
32
|
name: 'Legalstart',
|
|
33
|
+
colors: {
|
|
34
|
+
primary: '#16a974'
|
|
35
|
+
},
|
|
30
36
|
listMails: {
|
|
31
37
|
contact: 'comptastart@legalstart.fr'
|
|
32
38
|
}
|
|
33
39
|
}, {
|
|
34
40
|
idTypeBrand: 3,
|
|
35
|
-
name: 'BRED'
|
|
41
|
+
name: 'BRED',
|
|
42
|
+
colors: {
|
|
43
|
+
primary: '#24315e'
|
|
44
|
+
}
|
|
36
45
|
}, {
|
|
37
46
|
idTypeBrand: 4,
|
|
38
47
|
name: 'Pourcentage',
|
|
48
|
+
colors: {
|
|
49
|
+
primary: '#1e6f5c'
|
|
50
|
+
},
|
|
39
51
|
listMails: {
|
|
40
52
|
administratif: 'administratif@pourcentage.fr',
|
|
41
53
|
app: 'app@pourcentage.fr',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,oCADN;AAET,IAAA,GAAG,EAAE,0BAFI;AAGT,IAAA,OAAO,EAAE,8BAHA;AAIT,IAAA,OAAO,EAAE,8BAJA;AAKT,IAAA,WAAW,EAAE,kCALJ;AAMT,IAAA,QAAQ,EAAE,+BAND;AAOT,IAAA,SAAS,EAAE,gCAPF;AAQT,IAAA,YAAY,EAAE,mCARL;AAST,IAAA,GAAG,EAAE,0BATI;AAUT,IAAA,OAAO,EAAE,8BAVA;AAWT,IAAA,OAAO,EAAE,8BAXA;AAYT,IAAA,QAAQ,EAAE,+BAZD;AAaT,IAAA,MAAM,EAAE,6BAbC;AAcT,IAAA,OAAO,EAAE,8BAdA;AAeT,IAAA,GAAG,EAAE,0BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,oCADN;AAET,IAAA,GAAG,EAAE,0BAFI;AAGT,IAAA,OAAO,EAAE,8BAHA;AAIT,IAAA,OAAO,EAAE,8BAJA;AAKT,IAAA,WAAW,EAAE,kCALJ;AAMT,IAAA,QAAQ,EAAE,+BAND;AAOT,IAAA,SAAS,EAAE,gCAPF;AAQT,IAAA,YAAY,EAAE,mCARL;AAST,IAAA,GAAG,EAAE,0BATI;AAUT,IAAA,OAAO,EAAE,8BAVA;AAWT,IAAA,OAAO,EAAE,8BAXA;AAYT,IAAA,QAAQ,EAAE,+BAZD;AAaT,IAAA,MAAM,EAAE,6BAbC;AAcT,IAAA,OAAO,EAAE,8BAdA;AAeT,IAAA,GAAG,EAAE,0BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;AANb,CAD6B,EA0B7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,SAAS,EAAE;AACT,IAAA,OAAO,EAAE;AADA;AANb,CA1B6B,EAoC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,MAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH;AAHV,CApC6B,EA2C7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,aAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,8BADN;AAET,IAAA,GAAG,EAAE,oBAFI;AAGT,IAAA,OAAO,EAAE,wBAHA;AAIT,IAAA,OAAO,EAAE,wBAJA;AAKT,IAAA,WAAW,EAAE,4BALJ;AAMT,IAAA,QAAQ,EAAE,yBAND;AAOT,IAAA,SAAS,EAAE,0BAPF;AAQT,IAAA,YAAY,EAAE,6BARL;AAST,IAAA,GAAG,EAAE,oBATI;AAUT,IAAA,OAAO,EAAE,wBAVA;AAWT,IAAA,OAAO,EAAE,wBAXA;AAYT,IAAA,QAAQ,EAAE,yBAZD;AAaT,IAAA,MAAM,EAAE,uBAbC;AAcT,IAAA,OAAO,EAAE,wBAdA;AAeT,IAAA,GAAG,EAAE,oBAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;AANb,CA3C6B,EAoE7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE;AAFR,CApE6B,CAAxB","sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n },\n];"],"sourceRoot":"","file":"BrandClementine.js"}
|
|
@@ -6,6 +6,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
const BrandComptalib = exports.BrandComptalib = [{
|
|
7
7
|
idTypeBrand: 1,
|
|
8
8
|
name: 'Comptalib',
|
|
9
|
+
colors: {
|
|
10
|
+
primary: '#1656ff'
|
|
11
|
+
},
|
|
9
12
|
listMails: {
|
|
10
13
|
administratif: 'contact@comptalib.com',
|
|
11
14
|
app: 'contact@comptalib.com',
|
|
@@ -27,6 +30,9 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
27
30
|
}, {
|
|
28
31
|
idTypeBrand: 2,
|
|
29
32
|
name: 'Pourcentage',
|
|
33
|
+
colors: {
|
|
34
|
+
primary: '#1e6f5c'
|
|
35
|
+
},
|
|
30
36
|
listMails: {
|
|
31
37
|
administratif: 'contact@pourcentage.fr',
|
|
32
38
|
app: 'contact@pourcentage.fr',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,cAAc,WAAd,cAAc,GAAG,CAC5B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,WAFR;AAGE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,uBADN;AAET,IAAA,GAAG,EAAE,uBAFI;AAGT,IAAA,OAAO,EAAE,uBAHA;AAIT,IAAA,OAAO,EAAE,uBAJA;AAKT,IAAA,WAAW,EAAE,uBALJ;AAMT,IAAA,QAAQ,EAAE,uBAND;AAOT,IAAA,SAAS,EAAE,uBAPF;AAQT,IAAA,YAAY,EAAE,uBARL;AAST,IAAA,GAAG,EAAE,uBATI;AAUT,IAAA,OAAO,EAAE,uBAVA;AAWT,IAAA,OAAO,EAAE,uBAXA;AAYT,IAAA,QAAQ,EAAE,uBAZD;AAaT,IAAA,MAAM,EAAE,uBAbC;AAcT,IAAA,OAAO,EAAE,uBAdA;AAeT,IAAA,GAAG,EAAE,uBAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,cAAc,WAAd,cAAc,GAAG,CAC5B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,WAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,uBADN;AAET,IAAA,GAAG,EAAE,uBAFI;AAGT,IAAA,OAAO,EAAE,uBAHA;AAIT,IAAA,OAAO,EAAE,uBAJA;AAKT,IAAA,WAAW,EAAE,uBALJ;AAMT,IAAA,QAAQ,EAAE,uBAND;AAOT,IAAA,SAAS,EAAE,uBAPF;AAQT,IAAA,YAAY,EAAE,uBARL;AAST,IAAA,GAAG,EAAE,uBATI;AAUT,IAAA,OAAO,EAAE,uBAVA;AAWT,IAAA,OAAO,EAAE,uBAXA;AAYT,IAAA,QAAQ,EAAE,uBAZD;AAaT,IAAA,MAAM,EAAE,uBAbC;AAcT,IAAA,OAAO,EAAE,uBAdA;AAeT,IAAA,GAAG,EAAE,uBAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;AANb,CAD4B,EA0B5B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,aAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,wBADN;AAET,IAAA,GAAG,EAAE,wBAFI;AAGT,IAAA,OAAO,EAAE,wBAHA;AAIT,IAAA,OAAO,EAAE,wBAJA;AAKT,IAAA,WAAW,EAAE,4BALJ;AAMT,IAAA,QAAQ,EAAE,wBAND;AAOT,IAAA,SAAS,EAAE,wBAPF;AAQT,IAAA,YAAY,EAAE,wBARL;AAST,IAAA,GAAG,EAAE,wBATI;AAUT,IAAA,OAAO,EAAE,wBAVA;AAWT,IAAA,OAAO,EAAE,wBAXA;AAYT,IAAA,QAAQ,EAAE,wBAZD;AAaT,IAAA,MAAM,EAAE,wBAbC;AAcT,IAAA,OAAO,EAAE,wBAdA;AAeT,IAAA,GAAG,EAAE,wBAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;AANb,CA1B4B,CAAvB","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n },\n];"],"sourceRoot":"","file":"BrandComptalib.js"}
|
|
@@ -6,6 +6,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
const BrandLegalstart = exports.BrandLegalstart = [{
|
|
7
7
|
idTypeBrand: 1,
|
|
8
8
|
name: 'LegalStart',
|
|
9
|
+
colors: {
|
|
10
|
+
primary: '#16a974'
|
|
11
|
+
},
|
|
9
12
|
listMails: {
|
|
10
13
|
administratif: 'comptastart@legalstart.fr',
|
|
11
14
|
app: 'comptastart@legalstart.fr',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,2BADN;AAET,IAAA,GAAG,EAAE,2BAFI;AAGT,IAAA,OAAO,EAAE,2BAHA;AAIT,IAAA,OAAO,EAAE,2BAJA;AAKT,IAAA,WAAW,EAAE,2BALJ;AAMT,IAAA,QAAQ,EAAE,2BAND;AAOT,IAAA,SAAS,EAAE,2BAPF;AAQT,IAAA,YAAY,EAAE,2BARL;AAST,IAAA,GAAG,EAAE,2BATI;AAUT,IAAA,OAAO,EAAE,2BAVA;AAWT,IAAA,OAAO,EAAE,2BAXA;AAYT,IAAA,QAAQ,EAAE,2BAZD;AAaT,IAAA,MAAM,EAAE,2BAbC;AAcT,IAAA,OAAO,EAAE,2BAdA;AAeT,IAAA,GAAG,EAAE,2BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,2BADN;AAET,IAAA,GAAG,EAAE,2BAFI;AAGT,IAAA,OAAO,EAAE,2BAHA;AAIT,IAAA,OAAO,EAAE,2BAJA;AAKT,IAAA,WAAW,EAAE,2BALJ;AAMT,IAAA,QAAQ,EAAE,2BAND;AAOT,IAAA,SAAS,EAAE,2BAPF;AAQT,IAAA,YAAY,EAAE,2BARL;AAST,IAAA,GAAG,EAAE,2BATI;AAUT,IAAA,OAAO,EAAE,2BAVA;AAWT,IAAA,OAAO,EAAE,2BAXA;AAYT,IAAA,QAAQ,EAAE,2BAZD;AAaT,IAAA,MAAM,EAAE,2BAbC;AAcT,IAAA,OAAO,EAAE,2BAdA;AAeT,IAAA,GAAG,EAAE,2BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK;AANb,CAD6B,CAAxB","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n colors: {\n primary: '#16a974',\n },\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n },\n];"],"sourceRoot":"","file":"BrandLegalstart.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.86",
|
|
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": "js/index.js",
|
|
@@ -2,6 +2,9 @@ export const BrandClementine = [
|
|
|
2
2
|
{
|
|
3
3
|
idTypeBrand: 1,
|
|
4
4
|
name: 'Clementine',
|
|
5
|
+
colors: {
|
|
6
|
+
primary: '#ff7e3c',
|
|
7
|
+
},
|
|
5
8
|
listMails: {
|
|
6
9
|
administratif: 'administratif@compta-clementine.fr',
|
|
7
10
|
app: 'app@compta-clementine.fr',
|
|
@@ -24,6 +27,9 @@ export const BrandClementine = [
|
|
|
24
27
|
{
|
|
25
28
|
idTypeBrand: 2,
|
|
26
29
|
name: 'Legalstart',
|
|
30
|
+
colors: {
|
|
31
|
+
primary: '#16a974',
|
|
32
|
+
},
|
|
27
33
|
listMails: {
|
|
28
34
|
contact: 'comptastart@legalstart.fr',
|
|
29
35
|
},
|
|
@@ -31,10 +37,16 @@ export const BrandClementine = [
|
|
|
31
37
|
{
|
|
32
38
|
idTypeBrand: 3,
|
|
33
39
|
name: 'BRED',
|
|
40
|
+
colors: {
|
|
41
|
+
primary: '#24315e',
|
|
42
|
+
},
|
|
34
43
|
},
|
|
35
44
|
{
|
|
36
45
|
idTypeBrand: 4,
|
|
37
46
|
name: 'Pourcentage',
|
|
47
|
+
colors: {
|
|
48
|
+
primary: '#1e6f5c',
|
|
49
|
+
},
|
|
38
50
|
listMails: {
|
|
39
51
|
administratif: 'administratif@pourcentage.fr',
|
|
40
52
|
app: 'app@pourcentage.fr',
|
|
@@ -2,6 +2,9 @@ export const BrandComptalib = [
|
|
|
2
2
|
{
|
|
3
3
|
idTypeBrand: 1,
|
|
4
4
|
name: 'Comptalib',
|
|
5
|
+
colors: {
|
|
6
|
+
primary: '#1656ff',
|
|
7
|
+
},
|
|
5
8
|
listMails: {
|
|
6
9
|
administratif: 'contact@comptalib.com',
|
|
7
10
|
app: 'contact@comptalib.com',
|
|
@@ -24,6 +27,9 @@ export const BrandComptalib = [
|
|
|
24
27
|
{
|
|
25
28
|
idTypeBrand: 2,
|
|
26
29
|
name: 'Pourcentage',
|
|
30
|
+
colors: {
|
|
31
|
+
primary: '#1e6f5c',
|
|
32
|
+
},
|
|
27
33
|
listMails: {
|
|
28
34
|
administratif: 'contact@pourcentage.fr',
|
|
29
35
|
app: 'contact@pourcentage.fr',
|