exnet-routing 1.2.39 → 1.2.40

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.
@@ -113,7 +113,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
113
113
  emailOne: z.ZodNullable<z.ZodString>;
114
114
  emailTwo: z.ZodNullable<z.ZodString>;
115
115
  emailThree: z.ZodNullable<z.ZodString>;
116
- eori: z.ZodNullable<z.ZodString>;
117
116
  tva: z.ZodNullable<z.ZodString>;
118
117
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
119
118
  isBillingCenter: z.ZodBoolean;
@@ -185,7 +184,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
185
184
  emailOne: string | null;
186
185
  emailTwo: string | null;
187
186
  emailThree: string | null;
188
- eori: string | null;
189
187
  tva: string | null;
190
188
  isTrackingMail: boolean | null;
191
189
  isBillingCenter: boolean;
@@ -243,7 +241,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
243
241
  emailOne: string | null;
244
242
  emailTwo: string | null;
245
243
  emailThree: string | null;
246
- eori: string | null;
247
244
  tva: string | null;
248
245
  isTrackingMail: boolean | null;
249
246
  isBillingCenter: boolean;
@@ -556,7 +553,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
556
553
  emailOne: string | null;
557
554
  emailTwo: string | null;
558
555
  emailThree: string | null;
559
- eori: string | null;
560
556
  tva: string | null;
561
557
  isTrackingMail: boolean | null;
562
558
  isBillingCenter: boolean;
@@ -735,7 +731,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
735
731
  emailOne: string | null;
736
732
  emailTwo: string | null;
737
733
  emailThree: string | null;
738
- eori: string | null;
739
734
  tva: string | null;
740
735
  isTrackingMail: boolean | null;
741
736
  isBillingCenter: boolean;
@@ -896,7 +891,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
896
891
  emailOne: z.ZodNullable<z.ZodString>;
897
892
  emailTwo: z.ZodNullable<z.ZodString>;
898
893
  emailThree: z.ZodNullable<z.ZodString>;
899
- eori: z.ZodNullable<z.ZodString>;
900
894
  tva: z.ZodNullable<z.ZodString>;
901
895
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
902
896
  isBillingCenter: z.ZodBoolean;
@@ -968,7 +962,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
968
962
  emailOne: string | null;
969
963
  emailTwo: string | null;
970
964
  emailThree: string | null;
971
- eori: string | null;
972
965
  tva: string | null;
973
966
  isTrackingMail: boolean | null;
974
967
  isBillingCenter: boolean;
@@ -1026,7 +1019,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1026
1019
  emailOne: string | null;
1027
1020
  emailTwo: string | null;
1028
1021
  emailThree: string | null;
1029
- eori: string | null;
1030
1022
  tva: string | null;
1031
1023
  isTrackingMail: boolean | null;
1032
1024
  isBillingCenter: boolean;
@@ -1103,7 +1095,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1103
1095
  emailOne: string | null;
1104
1096
  emailTwo: string | null;
1105
1097
  emailThree: string | null;
1106
- eori: string | null;
1107
1098
  tva: string | null;
1108
1099
  isMailing: boolean;
1109
1100
  telephone: string | null;
@@ -1118,6 +1109,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1118
1109
  isShowSecondBordereaux: boolean;
1119
1110
  isShowCustomerName: boolean;
1120
1111
  isShowCommercialValue: boolean;
1112
+ eori: string | null;
1121
1113
  country?: {
1122
1114
  id: number;
1123
1115
  createdAt: DateTime<true> | DateTime<false>;
@@ -1169,7 +1161,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1169
1161
  emailOne: string | null;
1170
1162
  emailTwo: string | null;
1171
1163
  emailThree: string | null;
1172
- eori: string | null;
1173
1164
  tva: string | null;
1174
1165
  isTrackingMail: boolean | null;
1175
1166
  isBillingCenter: boolean;
@@ -1224,7 +1215,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1224
1215
  emailOne: string | null;
1225
1216
  emailTwo: string | null;
1226
1217
  emailThree: string | null;
1227
- eori: string | null;
1228
1218
  tva: string | null;
1229
1219
  isMailing: boolean;
1230
1220
  telephone: string | null;
@@ -1239,6 +1229,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1239
1229
  isShowSecondBordereaux: boolean;
1240
1230
  isShowCustomerName: boolean;
1241
1231
  isShowCommercialValue: boolean;
1232
+ eori: string | null;
1242
1233
  country?: {
1243
1234
  id: number;
1244
1235
  createdAt: Date;
@@ -1290,7 +1281,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1290
1281
  emailOne: string | null;
1291
1282
  emailTwo: string | null;
1292
1283
  emailThree: string | null;
1293
- eori: string | null;
1294
1284
  tva: string | null;
1295
1285
  isTrackingMail: boolean | null;
1296
1286
  isBillingCenter: boolean;
@@ -1352,7 +1342,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1352
1342
  emailOne: string | null;
1353
1343
  emailTwo: string | null;
1354
1344
  emailThree: string | null;
1355
- eori: string | null;
1356
1345
  tva: string | null;
1357
1346
  isMailing: boolean;
1358
1347
  telephone: string | null;
@@ -1367,6 +1356,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1367
1356
  isShowSecondBordereaux: boolean;
1368
1357
  isShowCustomerName: boolean;
1369
1358
  isShowCommercialValue: boolean;
1359
+ eori: string | null;
1370
1360
  country?: {
1371
1361
  id: number;
1372
1362
  createdAt: DateTime<true> | DateTime<false>;
@@ -1418,7 +1408,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1418
1408
  emailOne: string | null;
1419
1409
  emailTwo: string | null;
1420
1410
  emailThree: string | null;
1421
- eori: string | null;
1422
1411
  tva: string | null;
1423
1412
  isTrackingMail: boolean | null;
1424
1413
  isBillingCenter: boolean;
@@ -1551,7 +1540,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1551
1540
  emailOne: string | null;
1552
1541
  emailTwo: string | null;
1553
1542
  emailThree: string | null;
1554
- eori: string | null;
1555
1543
  tva: string | null;
1556
1544
  isTrackingMail: boolean | null;
1557
1545
  isBillingCenter: boolean;
@@ -1660,7 +1648,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1660
1648
  emailOne: string | null;
1661
1649
  emailTwo: string | null;
1662
1650
  emailThree: string | null;
1663
- eori: string | null;
1664
1651
  tva: string | null;
1665
1652
  isMailing: boolean;
1666
1653
  telephone: string | null;
@@ -1675,6 +1662,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1675
1662
  isShowSecondBordereaux: boolean;
1676
1663
  isShowCustomerName: boolean;
1677
1664
  isShowCommercialValue: boolean;
1665
+ eori: string | null;
1678
1666
  country?: {
1679
1667
  id: number;
1680
1668
  createdAt: Date;
@@ -1726,7 +1714,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1726
1714
  emailOne: string | null;
1727
1715
  emailTwo: string | null;
1728
1716
  emailThree: string | null;
1729
- eori: string | null;
1730
1717
  tva: string | null;
1731
1718
  isTrackingMail: boolean | null;
1732
1719
  isBillingCenter: boolean;
@@ -1859,7 +1846,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1859
1846
  emailOne: string | null;
1860
1847
  emailTwo: string | null;
1861
1848
  emailThree: string | null;
1862
- eori: string | null;
1863
1849
  tva: string | null;
1864
1850
  isTrackingMail: boolean | null;
1865
1851
  isBillingCenter: boolean;
@@ -118,7 +118,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
118
118
  emailOne: z.ZodNullable<z.ZodString>;
119
119
  emailTwo: z.ZodNullable<z.ZodString>;
120
120
  emailThree: z.ZodNullable<z.ZodString>;
121
- eori: z.ZodNullable<z.ZodString>;
122
121
  tva: z.ZodNullable<z.ZodString>;
123
122
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
124
123
  isBillingCenter: z.ZodBoolean;
@@ -190,7 +189,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
190
189
  emailOne: string | null;
191
190
  emailTwo: string | null;
192
191
  emailThree: string | null;
193
- eori: string | null;
194
192
  tva: string | null;
195
193
  isTrackingMail: boolean | null;
196
194
  isBillingCenter: boolean;
@@ -248,7 +246,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
248
246
  emailOne: string | null;
249
247
  emailTwo: string | null;
250
248
  emailThree: string | null;
251
- eori: string | null;
252
249
  tva: string | null;
253
250
  isTrackingMail: boolean | null;
254
251
  isBillingCenter: boolean;
@@ -561,7 +558,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
561
558
  emailOne: string | null;
562
559
  emailTwo: string | null;
563
560
  emailThree: string | null;
564
- eori: string | null;
565
561
  tva: string | null;
566
562
  isTrackingMail: boolean | null;
567
563
  isBillingCenter: boolean;
@@ -740,7 +736,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
740
736
  emailOne: string | null;
741
737
  emailTwo: string | null;
742
738
  emailThree: string | null;
743
- eori: string | null;
744
739
  tva: string | null;
745
740
  isTrackingMail: boolean | null;
746
741
  isBillingCenter: boolean;
@@ -931,7 +926,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
931
926
  emailOne: string | null;
932
927
  emailTwo: string | null;
933
928
  emailThree: string | null;
934
- eori: string | null;
935
929
  tva: string | null;
936
930
  isTrackingMail: boolean | null;
937
931
  isBillingCenter: boolean;
@@ -1122,7 +1116,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
1122
1116
  emailOne: string | null;
1123
1117
  emailTwo: string | null;
1124
1118
  emailThree: string | null;
1125
- eori: string | null;
1126
1119
  tva: string | null;
1127
1120
  isTrackingMail: boolean | null;
1128
1121
  isBillingCenter: boolean;
@@ -113,7 +113,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
113
113
  emailOne: z.ZodNullable<z.ZodString>;
114
114
  emailTwo: z.ZodNullable<z.ZodString>;
115
115
  emailThree: z.ZodNullable<z.ZodString>;
116
- eori: z.ZodNullable<z.ZodString>;
117
116
  tva: z.ZodNullable<z.ZodString>;
118
117
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
119
118
  isBillingCenter: z.ZodBoolean;
@@ -185,7 +184,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
185
184
  emailOne: string | null;
186
185
  emailTwo: string | null;
187
186
  emailThree: string | null;
188
- eori: string | null;
189
187
  tva: string | null;
190
188
  isTrackingMail: boolean | null;
191
189
  isBillingCenter: boolean;
@@ -243,7 +241,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
243
241
  emailOne: string | null;
244
242
  emailTwo: string | null;
245
243
  emailThree: string | null;
246
- eori: string | null;
247
244
  tva: string | null;
248
245
  isTrackingMail: boolean | null;
249
246
  isBillingCenter: boolean;
@@ -556,7 +553,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
556
553
  emailOne: string | null;
557
554
  emailTwo: string | null;
558
555
  emailThree: string | null;
559
- eori: string | null;
560
556
  tva: string | null;
561
557
  isTrackingMail: boolean | null;
562
558
  isBillingCenter: boolean;
@@ -735,7 +731,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
735
731
  emailOne: string | null;
736
732
  emailTwo: string | null;
737
733
  emailThree: string | null;
738
- eori: string | null;
739
734
  tva: string | null;
740
735
  isTrackingMail: boolean | null;
741
736
  isBillingCenter: boolean;
@@ -975,7 +970,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
975
970
  emailOne: string | null;
976
971
  emailTwo: string | null;
977
972
  emailThree: string | null;
978
- eori: string | null;
979
973
  tva: string | null;
980
974
  isTrackingMail: boolean | null;
981
975
  isBillingCenter: boolean;
@@ -1175,7 +1169,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
1175
1169
  emailOne: string | null;
1176
1170
  emailTwo: string | null;
1177
1171
  emailThree: string | null;
1178
- eori: string | null;
1179
1172
  tva: string | null;
1180
1173
  isTrackingMail: boolean | null;
1181
1174
  isBillingCenter: boolean;