@_henriquewilson/gabirubi-domain 1.0.88 → 1.0.89

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.
@@ -512,6 +512,7 @@ declare const CustomShippingInfoSchema: z.ZodObject<z.objectUtil.extendShape<{
512
512
  length: z.ZodNumber;
513
513
  width: z.ZodNumber;
514
514
  name: z.ZodOptional<z.ZodString>;
515
+ insurance: z.ZodOptional<z.ZodNumber>;
515
516
  }>, "strip", z.ZodTypeAny, {
516
517
  length: number;
517
518
  weight: number;
@@ -522,6 +523,7 @@ declare const CustomShippingInfoSchema: z.ZodObject<z.objectUtil.extendShape<{
522
523
  createAt?: FirebaseFirestore.Timestamp | undefined;
523
524
  updateAt?: FirebaseFirestore.Timestamp | undefined;
524
525
  name?: string | undefined;
526
+ insurance?: number | undefined;
525
527
  }, {
526
528
  length: number;
527
529
  weight: number;
@@ -532,6 +534,7 @@ declare const CustomShippingInfoSchema: z.ZodObject<z.objectUtil.extendShape<{
532
534
  createAt?: unknown;
533
535
  updateAt?: unknown;
534
536
  name?: string | undefined;
537
+ insurance?: number | undefined;
535
538
  }>;
536
539
  declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
537
540
  id: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
@@ -973,6 +976,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
973
976
  length: z.ZodNumber;
974
977
  width: z.ZodNumber;
975
978
  name: z.ZodOptional<z.ZodString>;
979
+ insurance: z.ZodOptional<z.ZodNumber>;
976
980
  }>, "strip", z.ZodTypeAny, {
977
981
  length: number;
978
982
  weight: number;
@@ -983,6 +987,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
983
987
  createAt?: FirebaseFirestore.Timestamp | undefined;
984
988
  updateAt?: FirebaseFirestore.Timestamp | undefined;
985
989
  name?: string | undefined;
990
+ insurance?: number | undefined;
986
991
  }, {
987
992
  length: number;
988
993
  weight: number;
@@ -993,6 +998,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
993
998
  createAt?: unknown;
994
999
  updateAt?: unknown;
995
1000
  name?: string | undefined;
1001
+ insurance?: number | undefined;
996
1002
  }>>;
997
1003
  }>, "strip", z.ZodTypeAny, {
998
1004
  resource_uri: string;
@@ -1146,6 +1152,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
1146
1152
  createAt?: FirebaseFirestore.Timestamp | undefined;
1147
1153
  updateAt?: FirebaseFirestore.Timestamp | undefined;
1148
1154
  name?: string | undefined;
1155
+ insurance?: number | undefined;
1149
1156
  } | undefined;
1150
1157
  }, {
1151
1158
  resource_uri: string;
@@ -1299,6 +1306,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
1299
1306
  createAt?: unknown;
1300
1307
  updateAt?: unknown;
1301
1308
  name?: string | undefined;
1309
+ insurance?: number | undefined;
1302
1310
  } | undefined;
1303
1311
  }>;
1304
1312
  type CustomShippingInfo = z.infer<typeof CustomShippingInfoSchema>;
@@ -512,6 +512,7 @@ declare const CustomShippingInfoSchema: z.ZodObject<z.objectUtil.extendShape<{
512
512
  length: z.ZodNumber;
513
513
  width: z.ZodNumber;
514
514
  name: z.ZodOptional<z.ZodString>;
515
+ insurance: z.ZodOptional<z.ZodNumber>;
515
516
  }>, "strip", z.ZodTypeAny, {
516
517
  length: number;
517
518
  weight: number;
@@ -522,6 +523,7 @@ declare const CustomShippingInfoSchema: z.ZodObject<z.objectUtil.extendShape<{
522
523
  createAt?: FirebaseFirestore.Timestamp | undefined;
523
524
  updateAt?: FirebaseFirestore.Timestamp | undefined;
524
525
  name?: string | undefined;
526
+ insurance?: number | undefined;
525
527
  }, {
526
528
  length: number;
527
529
  weight: number;
@@ -532,6 +534,7 @@ declare const CustomShippingInfoSchema: z.ZodObject<z.objectUtil.extendShape<{
532
534
  createAt?: unknown;
533
535
  updateAt?: unknown;
534
536
  name?: string | undefined;
537
+ insurance?: number | undefined;
535
538
  }>;
536
539
  declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
537
540
  id: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
@@ -973,6 +976,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
973
976
  length: z.ZodNumber;
974
977
  width: z.ZodNumber;
975
978
  name: z.ZodOptional<z.ZodString>;
979
+ insurance: z.ZodOptional<z.ZodNumber>;
976
980
  }>, "strip", z.ZodTypeAny, {
977
981
  length: number;
978
982
  weight: number;
@@ -983,6 +987,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
983
987
  createAt?: FirebaseFirestore.Timestamp | undefined;
984
988
  updateAt?: FirebaseFirestore.Timestamp | undefined;
985
989
  name?: string | undefined;
990
+ insurance?: number | undefined;
986
991
  }, {
987
992
  length: number;
988
993
  weight: number;
@@ -993,6 +998,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
993
998
  createAt?: unknown;
994
999
  updateAt?: unknown;
995
1000
  name?: string | undefined;
1001
+ insurance?: number | undefined;
996
1002
  }>>;
997
1003
  }>, "strip", z.ZodTypeAny, {
998
1004
  resource_uri: string;
@@ -1146,6 +1152,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
1146
1152
  createAt?: FirebaseFirestore.Timestamp | undefined;
1147
1153
  updateAt?: FirebaseFirestore.Timestamp | undefined;
1148
1154
  name?: string | undefined;
1155
+ insurance?: number | undefined;
1149
1156
  } | undefined;
1150
1157
  }, {
1151
1158
  resource_uri: string;
@@ -1299,6 +1306,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
1299
1306
  createAt?: unknown;
1300
1307
  updateAt?: unknown;
1301
1308
  name?: string | undefined;
1309
+ insurance?: number | undefined;
1302
1310
  } | undefined;
1303
1311
  }>;
1304
1312
  type CustomShippingInfo = z.infer<typeof CustomShippingInfoSchema>;
@@ -186974,7 +186974,8 @@ var CustomShippingInfoSchema = ModelSchema.extend({
186974
186974
  height: import_zod3.z.number(),
186975
186975
  length: import_zod3.z.number(),
186976
186976
  width: import_zod3.z.number(),
186977
- name: import_zod3.z.string().optional()
186977
+ name: import_zod3.z.string().optional(),
186978
+ insurance: import_zod3.z.number().optional()
186978
186979
  });
186979
186980
  var OrderSchema = ModelSchema.extend({
186980
186981
  cliente: clienteSchema,