colibris-types 2.2.3 → 2.2.4
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/lib/imports/history.d.ts +10 -4
- package/lib/imports/history.js +11 -1
- package/lib/imports/index.d.ts +231 -231
- package/lib/imports/telecom.d.ts +694 -694
- package/lib/imports/telecom.js +120 -283
- package/package.json +1 -1
package/lib/imports/index.d.ts
CHANGED
|
@@ -4,298 +4,298 @@ export { ComputerUploadSchema, ComputerUploadRowSchema, assetDefinitions, type C
|
|
|
4
4
|
export { BouyguesGlobalInvoiceUploadSchema, BouyguesGlobalInvoiceUploadRowSchema, BouyguesDetailedInvoiceUploadSchema, BouyguesDetailedInvoiceUploadRowSchema, BouyguesFleetUploadSchema, BouyguesFleetUploadRowSchema, OrangeDetailedInvoiceUploadSchema, OrangeDetailedInvoiceUploadRowSchema, OrangeFleetUploadSchema, OrangeFleetUploadRowSchema, SfrDetailedInvoiceUploadSchema, SfrDetailedInvoiceUploadRowSchema, telecomDefinitions, type BouyguesGlobalInvoiceUpload, type BouyguesDetailedInvoiceUpload, type BouyguesFleetUpload, type OrangeDetailedInvoiceUpload, type OrangeFleetUpload, type SfrDetailedInvoiceUpload, } from "./telecom.js";
|
|
5
5
|
export declare const schemasDefinitions: {
|
|
6
6
|
bouygues_global_invoice_upload: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
7
|
+
'Num\u00E9ro de r\u00E9f\u00E9rence de la facture': import("zod").ZodOptional<import("zod").ZodString>;
|
|
8
|
+
'Num\u00E9ro du centre de facturation': import("zod").ZodOptional<import("zod").ZodString>;
|
|
9
|
+
'Nom du client': import("zod").ZodString;
|
|
10
|
+
'P\u00E9riode de la facture': import("zod").ZodOptional<import("zod").ZodString>;
|
|
11
|
+
'Nom de la rubrique': import("zod").ZodString;
|
|
12
|
+
'Nom de la sous-rubrique': import("zod").ZodOptional<import("zod").ZodString>;
|
|
13
|
+
'Montant brut': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
14
|
+
'Taux de remise': import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
15
|
+
'Montant des remises': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
16
|
+
'Montant Net': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
17
|
+
'Nom de la rubrique de niveau 1': import("zod").ZodOptional<import("zod").ZodString>;
|
|
18
|
+
'Nom de la rubrique de niveau 2': import("zod").ZodOptional<import("zod").ZodString>;
|
|
19
19
|
}, "strip", import("zod").ZodTypeAny, {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
20
|
+
'Nom du client': string;
|
|
21
|
+
'Nom de la rubrique': string;
|
|
22
|
+
'Montant brut': number;
|
|
23
|
+
'Montant des remises': number;
|
|
24
|
+
'Montant Net': number;
|
|
25
|
+
'Num\u00E9ro de r\u00E9f\u00E9rence de la facture'?: string | undefined;
|
|
26
|
+
'Num\u00E9ro du centre de facturation'?: string | undefined;
|
|
27
|
+
'P\u00E9riode de la facture'?: string | undefined;
|
|
28
|
+
'Nom de la sous-rubrique'?: string | undefined;
|
|
29
|
+
'Taux de remise'?: number | undefined;
|
|
30
|
+
'Nom de la rubrique de niveau 1'?: string | undefined;
|
|
31
|
+
'Nom de la rubrique de niveau 2'?: string | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
33
|
+
'Nom du client': string;
|
|
34
|
+
'Nom de la rubrique': string;
|
|
35
|
+
'Montant brut': string;
|
|
36
|
+
'Montant des remises': string;
|
|
37
|
+
'Montant Net': string;
|
|
38
|
+
'Num\u00E9ro de r\u00E9f\u00E9rence de la facture'?: string | undefined;
|
|
39
|
+
'Num\u00E9ro du centre de facturation'?: string | undefined;
|
|
40
|
+
'P\u00E9riode de la facture'?: string | undefined;
|
|
41
|
+
'Nom de la sous-rubrique'?: string | undefined;
|
|
42
|
+
'Taux de remise'?: string | undefined;
|
|
43
|
+
'Nom de la rubrique de niveau 1'?: string | undefined;
|
|
44
|
+
'Nom de la rubrique de niveau 2'?: string | undefined;
|
|
45
45
|
}>, "many">;
|
|
46
46
|
bouygues_detailed_invoice_upload: import("zod").ZodArray<import("zod").ZodObject<{
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
'Num\u00E9ro de r\u00E9f\u00E9rence de la facture': import("zod").ZodOptional<import("zod").ZodString>;
|
|
48
|
+
'Num\u00E9ro de t\u00E9l\u00E9phone': import("zod").ZodOptional<import("zod").ZodString>;
|
|
49
|
+
'Num\u00E9ro du centre de facturation': import("zod").ZodOptional<import("zod").ZodString>;
|
|
50
|
+
'Nom du client': import("zod").ZodString;
|
|
51
51
|
"Num\u00E9ro de l'utilisateur": import("zod").ZodOptional<import("zod").ZodString>;
|
|
52
52
|
"Nom de l'utilisateur": import("zod").ZodString;
|
|
53
53
|
"Pr\u00E9nom de l'utilisateur": import("zod").ZodOptional<import("zod").ZodString>;
|
|
54
54
|
"Num\u00E9ro de r\u00E9f\u00E9rence de l'utilisateur": import("zod").ZodOptional<import("zod").ZodString>;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
55
|
+
'P\u00E9riode de la facture': import("zod").ZodOptional<import("zod").ZodString>;
|
|
56
|
+
'Nom de la rubrique': import("zod").ZodString;
|
|
57
|
+
'Nom de la sous-rubrique': import("zod").ZodOptional<import("zod").ZodString>;
|
|
58
|
+
'Quantit\u00E9 ou volume': import("zod").ZodOptional<import("zod").ZodString>;
|
|
59
|
+
'Montant brut': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
60
|
+
'Taux de remise': import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
61
|
+
'Montant des remises': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
62
|
+
'Montant Net': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
63
|
+
'Nom de la rubrique de niveau 1': import("zod").ZodOptional<import("zod").ZodString>;
|
|
64
|
+
'Nom de la rubrique de niveau 2': import("zod").ZodOptional<import("zod").ZodString>;
|
|
65
65
|
}, "strip", import("zod").ZodTypeAny, {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
66
|
+
'Nom du client': string;
|
|
67
|
+
'Nom de la rubrique': string;
|
|
68
|
+
'Montant brut': number;
|
|
69
|
+
'Montant des remises': number;
|
|
70
|
+
'Montant Net': number;
|
|
71
71
|
"Nom de l'utilisateur": string;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
72
|
+
'Num\u00E9ro de r\u00E9f\u00E9rence de la facture'?: string | undefined;
|
|
73
|
+
'Num\u00E9ro du centre de facturation'?: string | undefined;
|
|
74
|
+
'P\u00E9riode de la facture'?: string | undefined;
|
|
75
|
+
'Nom de la sous-rubrique'?: string | undefined;
|
|
76
|
+
'Taux de remise'?: number | undefined;
|
|
77
|
+
'Nom de la rubrique de niveau 1'?: string | undefined;
|
|
78
|
+
'Nom de la rubrique de niveau 2'?: string | undefined;
|
|
79
|
+
'Num\u00E9ro de t\u00E9l\u00E9phone'?: string | undefined;
|
|
80
80
|
"Num\u00E9ro de l'utilisateur"?: string | undefined;
|
|
81
81
|
"Pr\u00E9nom de l'utilisateur"?: string | undefined;
|
|
82
82
|
"Num\u00E9ro de r\u00E9f\u00E9rence de l'utilisateur"?: string | undefined;
|
|
83
|
-
|
|
83
|
+
'Quantit\u00E9 ou volume'?: string | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
85
|
+
'Nom du client': string;
|
|
86
|
+
'Nom de la rubrique': string;
|
|
87
|
+
'Montant brut': string;
|
|
88
|
+
'Montant des remises': string;
|
|
89
|
+
'Montant Net': string;
|
|
90
90
|
"Nom de l'utilisateur": string;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
91
|
+
'Num\u00E9ro de r\u00E9f\u00E9rence de la facture'?: string | undefined;
|
|
92
|
+
'Num\u00E9ro du centre de facturation'?: string | undefined;
|
|
93
|
+
'P\u00E9riode de la facture'?: string | undefined;
|
|
94
|
+
'Nom de la sous-rubrique'?: string | undefined;
|
|
95
|
+
'Taux de remise'?: string | undefined;
|
|
96
|
+
'Nom de la rubrique de niveau 1'?: string | undefined;
|
|
97
|
+
'Nom de la rubrique de niveau 2'?: string | undefined;
|
|
98
|
+
'Num\u00E9ro de t\u00E9l\u00E9phone'?: string | undefined;
|
|
99
99
|
"Num\u00E9ro de l'utilisateur"?: string | undefined;
|
|
100
100
|
"Pr\u00E9nom de l'utilisateur"?: string | undefined;
|
|
101
101
|
"Num\u00E9ro de r\u00E9f\u00E9rence de l'utilisateur"?: string | undefined;
|
|
102
|
-
|
|
102
|
+
'Quantit\u00E9 ou volume'?: string | undefined;
|
|
103
103
|
}>, "many">;
|
|
104
104
|
bouygues_fleet_upload: import("zod").ZodArray<import("zod").ZodObject<{
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
105
|
+
'N\u00B0 Centre de facturation': import("zod").ZodOptional<import("zod").ZodString>;
|
|
106
|
+
'N\u00B0 Ligne': import("zod").ZodOptional<import("zod").ZodString>;
|
|
107
|
+
'N\u00B0 IMEI': import("zod").ZodOptional<import("zod").ZodString>;
|
|
108
|
+
'Mod\u00E8le utilis\u00E9': import("zod").ZodOptional<import("zod").ZodString>;
|
|
109
|
+
'Type de produit': import("zod").ZodString;
|
|
110
110
|
Profil: import("zod").ZodOptional<import("zod").ZodString>;
|
|
111
111
|
}, "strip", import("zod").ZodTypeAny, {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
112
|
+
'Type de produit': string;
|
|
113
|
+
'N\u00B0 Centre de facturation'?: string | undefined;
|
|
114
|
+
'N\u00B0 Ligne'?: string | undefined;
|
|
115
|
+
'N\u00B0 IMEI'?: string | undefined;
|
|
116
|
+
'Mod\u00E8le utilis\u00E9'?: string | undefined;
|
|
117
117
|
Profil?: string | undefined;
|
|
118
118
|
}, {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
'Type de produit': string;
|
|
120
|
+
'N\u00B0 Centre de facturation'?: string | undefined;
|
|
121
|
+
'N\u00B0 Ligne'?: string | undefined;
|
|
122
|
+
'N\u00B0 IMEI'?: string | undefined;
|
|
123
|
+
'Mod\u00E8le utilis\u00E9'?: string | undefined;
|
|
124
124
|
Profil?: string | undefined;
|
|
125
125
|
}>, "many">;
|
|
126
126
|
orange_detailed_invoice_upload: import("zod").ZodArray<import("zod").ZodObject<{
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
'Num\u00E9ro acc\u00E8s': import("zod").ZodOptional<import("zod").ZodString>;
|
|
128
|
+
'Num\u00E9ro compte': import("zod").ZodString;
|
|
129
|
+
'N\u00B0 utilisateur': import("zod").ZodOptional<import("zod").ZodString>;
|
|
130
|
+
'Indicateur abo principal/option': import("zod").ZodString;
|
|
131
131
|
"Type d'acc\u00E8s": import("zod").ZodOptional<import("zod").ZodString>;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
132
|
+
'Type de charge': import("zod").ZodString;
|
|
133
|
+
'Rubrique facture': import("zod").ZodString;
|
|
134
|
+
'Libell\u00E9 ligne facture': import("zod").ZodString;
|
|
135
|
+
'Type de trafic': import("zod").ZodOptional<import("zod").ZodString>;
|
|
136
136
|
Destination: import("zod").ZodOptional<import("zod").ZodString>;
|
|
137
137
|
Date: import("zod").ZodString;
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
'Nom utilisateur': import("zod").ZodOptional<import("zod").ZodString>;
|
|
139
|
+
'Date limite paiement': import("zod").ZodOptional<import("zod").ZodString>;
|
|
140
140
|
Unité: import("zod").ZodString;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
141
|
+
'Num\u00E9ro facture': import("zod").ZodString;
|
|
142
|
+
'Type \u00E9quipement': import("zod").ZodOptional<import("zod").ZodString>;
|
|
143
|
+
'Prix Unitaire': import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
144
|
+
'Quantit\u00E9 (Hors conso)': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
145
145
|
"Nombre d'appels": import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
146
|
+
'Quantit\u00E9 (Volume (Mo))': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
147
|
+
'Quantit\u00E9 (Dur\u00E9e (hh:mm:ss))': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
148
|
+
'Quantit\u00E9 (Acte)': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
149
|
+
'Montant (\u20AC TTC)': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
150
|
+
'Nombre de lignes': import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
151
|
+
'Montant TVA': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
152
|
+
'Montant (\u20AC HT)': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
153
153
|
}, "strip", import("zod").ZodTypeAny, {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
154
|
+
'Num\u00E9ro compte': string;
|
|
155
|
+
'Indicateur abo principal/option': string;
|
|
156
|
+
'Type de charge': string;
|
|
157
|
+
'Rubrique facture': string;
|
|
158
|
+
'Libell\u00E9 ligne facture': string;
|
|
159
159
|
Date: string;
|
|
160
|
-
"Date limite paiement": string;
|
|
161
160
|
Unité: string;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
161
|
+
'Num\u00E9ro facture': string;
|
|
162
|
+
'Quantit\u00E9 (Hors conso)': number;
|
|
163
|
+
'Quantit\u00E9 (Volume (Mo))': number;
|
|
164
|
+
'Quantit\u00E9 (Dur\u00E9e (hh:mm:ss))': number;
|
|
165
|
+
'Quantit\u00E9 (Acte)': number;
|
|
166
|
+
'Montant (\u20AC TTC)': number;
|
|
167
|
+
'Montant TVA': number;
|
|
168
|
+
'Montant (\u20AC HT)': number;
|
|
169
|
+
'Num\u00E9ro acc\u00E8s'?: string | undefined;
|
|
170
|
+
'N\u00B0 utilisateur'?: string | undefined;
|
|
172
171
|
"Type d'acc\u00E8s"?: string | undefined;
|
|
173
|
-
|
|
172
|
+
'Type de trafic'?: string | undefined;
|
|
174
173
|
Destination?: string | undefined;
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
174
|
+
'Nom utilisateur'?: string | undefined;
|
|
175
|
+
'Date limite paiement'?: string | undefined;
|
|
176
|
+
'Type \u00E9quipement'?: string | undefined;
|
|
177
|
+
'Prix Unitaire'?: number | undefined;
|
|
178
178
|
"Nombre d'appels"?: number | undefined;
|
|
179
|
-
|
|
179
|
+
'Nombre de lignes'?: number | undefined;
|
|
180
180
|
}, {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
181
|
+
'Num\u00E9ro compte': string;
|
|
182
|
+
'Indicateur abo principal/option': string;
|
|
183
|
+
'Type de charge': string;
|
|
184
|
+
'Rubrique facture': string;
|
|
185
|
+
'Libell\u00E9 ligne facture': string;
|
|
186
186
|
Date: string;
|
|
187
|
-
"Date limite paiement": string;
|
|
188
187
|
Unité: string;
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
188
|
+
'Num\u00E9ro facture': string;
|
|
189
|
+
'Quantit\u00E9 (Hors conso)': string;
|
|
190
|
+
'Quantit\u00E9 (Volume (Mo))': string;
|
|
191
|
+
'Quantit\u00E9 (Dur\u00E9e (hh:mm:ss))': string;
|
|
192
|
+
'Quantit\u00E9 (Acte)': string;
|
|
193
|
+
'Montant (\u20AC TTC)': string;
|
|
194
|
+
'Montant TVA': string;
|
|
195
|
+
'Montant (\u20AC HT)': string;
|
|
196
|
+
'Num\u00E9ro acc\u00E8s'?: string | undefined;
|
|
197
|
+
'N\u00B0 utilisateur'?: string | undefined;
|
|
199
198
|
"Type d'acc\u00E8s"?: string | undefined;
|
|
200
|
-
|
|
199
|
+
'Type de trafic'?: string | undefined;
|
|
201
200
|
Destination?: string | undefined;
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
201
|
+
'Nom utilisateur'?: string | undefined;
|
|
202
|
+
'Date limite paiement'?: string | undefined;
|
|
203
|
+
'Type \u00E9quipement'?: string | undefined;
|
|
204
|
+
'Prix Unitaire'?: string | undefined;
|
|
205
205
|
"Nombre d'appels"?: string | undefined;
|
|
206
|
-
|
|
206
|
+
'Nombre de lignes'?: string | undefined;
|
|
207
207
|
}>, "many">;
|
|
208
208
|
orange_fleet_upload: import("zod").ZodArray<import("zod").ZodObject<{
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
209
|
+
'Num\u00E9ro acc\u00E8s': import("zod").ZodString;
|
|
210
|
+
'Num\u00E9ro compte': import("zod").ZodString;
|
|
211
|
+
'Raison Sociale': import("zod").ZodOptional<import("zod").ZodString>;
|
|
212
|
+
'Titulaire - Ville': import("zod").ZodOptional<import("zod").ZodString>;
|
|
213
|
+
'Num\u00E9ro IMEI': import("zod").ZodOptional<import("zod").ZodString>;
|
|
214
|
+
'Mod\u00E8le \u00E9quipement': import("zod").ZodOptional<import("zod").ZodString>;
|
|
215
|
+
'Nom utilisateur': import("zod").ZodOptional<import("zod").ZodString>;
|
|
216
|
+
'Libell\u00E9 forfait': import("zod").ZodOptional<import("zod").ZodString>;
|
|
217
217
|
"Type d'acc\u00E8s": import("zod").ZodOptional<import("zod").ZodString>;
|
|
218
218
|
"Nombre d'acc\u00E8s": import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
219
219
|
}, "strip", import("zod").ZodTypeAny, {
|
|
220
|
-
|
|
221
|
-
|
|
220
|
+
'Num\u00E9ro acc\u00E8s': string;
|
|
221
|
+
'Num\u00E9ro compte': string;
|
|
222
222
|
"Type d'acc\u00E8s"?: string | undefined;
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
223
|
+
'Nom utilisateur'?: string | undefined;
|
|
224
|
+
'Raison Sociale'?: string | undefined;
|
|
225
|
+
'Titulaire - Ville'?: string | undefined;
|
|
226
|
+
'Num\u00E9ro IMEI'?: string | undefined;
|
|
227
|
+
'Mod\u00E8le \u00E9quipement'?: string | undefined;
|
|
228
|
+
'Libell\u00E9 forfait'?: string | undefined;
|
|
229
229
|
"Nombre d'acc\u00E8s"?: number | undefined;
|
|
230
230
|
}, {
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
'Num\u00E9ro acc\u00E8s': string;
|
|
232
|
+
'Num\u00E9ro compte': string;
|
|
233
233
|
"Type d'acc\u00E8s"?: string | undefined;
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
234
|
+
'Nom utilisateur'?: string | undefined;
|
|
235
|
+
'Raison Sociale'?: string | undefined;
|
|
236
|
+
'Titulaire - Ville'?: string | undefined;
|
|
237
|
+
'Num\u00E9ro IMEI'?: string | undefined;
|
|
238
|
+
'Mod\u00E8le \u00E9quipement'?: string | undefined;
|
|
239
|
+
'Libell\u00E9 forfait'?: string | undefined;
|
|
240
240
|
"Nombre d'acc\u00E8s"?: string | undefined;
|
|
241
241
|
}>, "many">;
|
|
242
242
|
sfr_detailed_invoice_upload: import("zod").ZodArray<import("zod").ZodObject<{
|
|
243
243
|
NDI: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
244
|
+
'COMPTE DE FACTURATION': import("zod").ZodString;
|
|
245
|
+
'NUMERO FACTURE': import("zod").ZodString;
|
|
246
|
+
'DATE FACTURE': import("zod").ZodString;
|
|
247
|
+
'RS SOCIETE DESTINATAIRE': import("zod").ZodString;
|
|
248
|
+
'PRENOM UTILISATEUR': import("zod").ZodOptional<import("zod").ZodString>;
|
|
249
|
+
'NOM UTILISATEUR': import("zod").ZodOptional<import("zod").ZodString>;
|
|
250
|
+
'NOM OFFRE': import("zod").ZodString;
|
|
251
|
+
'SOUS BLOC FACTURE': import("zod").ZodString;
|
|
252
|
+
'DESCRIPTION ARTICLE': import("zod").ZodString;
|
|
253
|
+
'SOUS-CATEGORIE': import("zod").ZodOptional<import("zod").ZodString>;
|
|
254
|
+
'MONTANT HT MENSUEL': import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
255
|
+
'MONTANT HT': import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>>;
|
|
256
|
+
'MONTANT HT REMISE': import("zod").ZodPipeline<import("zod").ZodEffects<import("zod").ZodString, number, string>, import("zod").ZodNumber>;
|
|
257
|
+
'LIBELLE GROUPE JURIDICTIONS': import("zod").ZodOptional<import("zod").ZodString>;
|
|
258
|
+
'TYPE CONSO': import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
259
|
+
'QUANTITE CONSOMMEE': import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
260
|
+
'UNITE QUANTITE CONSOMMEE': import("zod").ZodOptional<import("zod").ZodString>;
|
|
261
261
|
}, "strip", import("zod").ZodTypeAny, {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
262
|
+
'COMPTE DE FACTURATION': string;
|
|
263
|
+
'NUMERO FACTURE': string;
|
|
264
|
+
'DATE FACTURE': string;
|
|
265
|
+
'RS SOCIETE DESTINATAIRE': string;
|
|
266
|
+
'NOM OFFRE': string;
|
|
267
|
+
'SOUS BLOC FACTURE': string;
|
|
268
|
+
'DESCRIPTION ARTICLE': string;
|
|
269
|
+
'MONTANT HT REMISE': number;
|
|
270
270
|
NDI?: number | undefined;
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
271
|
+
'PRENOM UTILISATEUR'?: string | undefined;
|
|
272
|
+
'NOM UTILISATEUR'?: string | undefined;
|
|
273
|
+
'SOUS-CATEGORIE'?: string | undefined;
|
|
274
|
+
'MONTANT HT MENSUEL'?: number | undefined;
|
|
275
|
+
'MONTANT HT'?: number | undefined;
|
|
276
|
+
'LIBELLE GROUPE JURIDICTIONS'?: string | undefined;
|
|
277
|
+
'TYPE CONSO'?: number | undefined;
|
|
278
|
+
'QUANTITE CONSOMMEE'?: number | undefined;
|
|
279
|
+
'UNITE QUANTITE CONSOMMEE'?: string | undefined;
|
|
280
280
|
}, {
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
281
|
+
'COMPTE DE FACTURATION': string;
|
|
282
|
+
'NUMERO FACTURE': string;
|
|
283
|
+
'DATE FACTURE': string;
|
|
284
|
+
'RS SOCIETE DESTINATAIRE': string;
|
|
285
|
+
'NOM OFFRE': string;
|
|
286
|
+
'SOUS BLOC FACTURE': string;
|
|
287
|
+
'DESCRIPTION ARTICLE': string;
|
|
288
|
+
'MONTANT HT REMISE': string;
|
|
289
289
|
NDI?: number | undefined;
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
290
|
+
'PRENOM UTILISATEUR'?: string | undefined;
|
|
291
|
+
'NOM UTILISATEUR'?: string | undefined;
|
|
292
|
+
'SOUS-CATEGORIE'?: string | undefined;
|
|
293
|
+
'MONTANT HT MENSUEL'?: string | undefined;
|
|
294
|
+
'MONTANT HT'?: string | undefined;
|
|
295
|
+
'LIBELLE GROUPE JURIDICTIONS'?: string | undefined;
|
|
296
|
+
'TYPE CONSO'?: number | undefined;
|
|
297
|
+
'QUANTITE CONSOMMEE'?: number | undefined;
|
|
298
|
+
'UNITE QUANTITE CONSOMMEE'?: string | undefined;
|
|
299
299
|
}>, "many">;
|
|
300
300
|
computer_upload: import("zod").ZodArray<import("zod").ZodObject<{
|
|
301
301
|
ID: import("zod").ZodString;
|