colibris-types 1.0.41 → 1.0.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/lib/index.d.ts CHANGED
@@ -210,7 +210,7 @@ export declare const schemasDefinitions: {
210
210
  "N\u00B0 Centre de facturation": z.ZodOptional<z.ZodString>;
211
211
  "N\u00B0 Ligne": z.ZodOptional<z.ZodString>;
212
212
  "N\u00B0 IMEI": z.ZodOptional<z.ZodString>;
213
- "Modele utilisee": z.ZodOptional<z.ZodString>;
213
+ "Mod\u00E8le utilis\u00E9": z.ZodOptional<z.ZodString>;
214
214
  "Type de produit": z.ZodString;
215
215
  Profil: z.ZodOptional<z.ZodString>;
216
216
  }, "strip", z.ZodTypeAny, {
@@ -218,14 +218,14 @@ export declare const schemasDefinitions: {
218
218
  "N\u00B0 Centre de facturation"?: string | undefined;
219
219
  "N\u00B0 Ligne"?: string | undefined;
220
220
  "N\u00B0 IMEI"?: string | undefined;
221
- "Modele utilisee"?: string | undefined;
221
+ "Mod\u00E8le utilis\u00E9"?: string | undefined;
222
222
  Profil?: string | undefined;
223
223
  }, {
224
224
  "Type de produit": string;
225
225
  "N\u00B0 Centre de facturation"?: string | undefined;
226
226
  "N\u00B0 Ligne"?: string | undefined;
227
227
  "N\u00B0 IMEI"?: string | undefined;
228
- "Modele utilisee"?: string | undefined;
228
+ "Mod\u00E8le utilis\u00E9"?: string | undefined;
229
229
  Profil?: string | undefined;
230
230
  }>, "many">;
231
231
  orange_detailed_invoice_upload: z.ZodArray<z.ZodObject<{
package/lib/telecom.d.ts CHANGED
@@ -101,7 +101,7 @@ declare const BouyguesFleetUpload: z.ZodArray<z.ZodObject<{
101
101
  "N\u00B0 Centre de facturation": z.ZodOptional<z.ZodString>;
102
102
  "N\u00B0 Ligne": z.ZodOptional<z.ZodString>;
103
103
  "N\u00B0 IMEI": z.ZodOptional<z.ZodString>;
104
- "Modele utilisee": z.ZodOptional<z.ZodString>;
104
+ "Mod\u00E8le utilis\u00E9": z.ZodOptional<z.ZodString>;
105
105
  "Type de produit": z.ZodString;
106
106
  Profil: z.ZodOptional<z.ZodString>;
107
107
  }, "strip", z.ZodTypeAny, {
@@ -109,14 +109,14 @@ declare const BouyguesFleetUpload: z.ZodArray<z.ZodObject<{
109
109
  "N\u00B0 Centre de facturation"?: string | undefined;
110
110
  "N\u00B0 Ligne"?: string | undefined;
111
111
  "N\u00B0 IMEI"?: string | undefined;
112
- "Modele utilisee"?: string | undefined;
112
+ "Mod\u00E8le utilis\u00E9"?: string | undefined;
113
113
  Profil?: string | undefined;
114
114
  }, {
115
115
  "Type de produit": string;
116
116
  "N\u00B0 Centre de facturation"?: string | undefined;
117
117
  "N\u00B0 Ligne"?: string | undefined;
118
118
  "N\u00B0 IMEI"?: string | undefined;
119
- "Modele utilisee"?: string | undefined;
119
+ "Mod\u00E8le utilis\u00E9"?: string | undefined;
120
120
  Profil?: string | undefined;
121
121
  }>, "many">;
122
122
  declare const OrangeDetailedInvoiceUpload: z.ZodArray<z.ZodObject<{
@@ -396,7 +396,7 @@ export declare const telecomDefinitions: {
396
396
  "N\u00B0 Centre de facturation": z.ZodOptional<z.ZodString>;
397
397
  "N\u00B0 Ligne": z.ZodOptional<z.ZodString>;
398
398
  "N\u00B0 IMEI": z.ZodOptional<z.ZodString>;
399
- "Modele utilisee": z.ZodOptional<z.ZodString>;
399
+ "Mod\u00E8le utilis\u00E9": z.ZodOptional<z.ZodString>;
400
400
  "Type de produit": z.ZodString;
401
401
  Profil: z.ZodOptional<z.ZodString>;
402
402
  }, "strip", z.ZodTypeAny, {
@@ -404,14 +404,14 @@ export declare const telecomDefinitions: {
404
404
  "N\u00B0 Centre de facturation"?: string | undefined;
405
405
  "N\u00B0 Ligne"?: string | undefined;
406
406
  "N\u00B0 IMEI"?: string | undefined;
407
- "Modele utilisee"?: string | undefined;
407
+ "Mod\u00E8le utilis\u00E9"?: string | undefined;
408
408
  Profil?: string | undefined;
409
409
  }, {
410
410
  "Type de produit": string;
411
411
  "N\u00B0 Centre de facturation"?: string | undefined;
412
412
  "N\u00B0 Ligne"?: string | undefined;
413
413
  "N\u00B0 IMEI"?: string | undefined;
414
- "Modele utilisee"?: string | undefined;
414
+ "Mod\u00E8le utilis\u00E9"?: string | undefined;
415
415
  Profil?: string | undefined;
416
416
  }>, "many">;
417
417
  orange_detailed_invoice_upload: z.ZodArray<z.ZodObject<{
package/lib/telecom.js CHANGED
@@ -63,7 +63,7 @@ const BouyguesFleetUpload = z.array(z.object({
63
63
  "N° Centre de facturation": z.string().optional(),
64
64
  "N° Ligne": z.string().optional(),
65
65
  "N° IMEI": z.string().optional(),
66
- "Modele utilisee": z.string().optional(),
66
+ "Modèle utilisé": z.string().optional(),
67
67
  "Type de produit": z.string(),
68
68
  Profil: z.string().optional(),
69
69
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "colibris-types",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",