@_henriquewilson/gabirubi-domain 1.0.149 → 1.0.151
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/dist/model/integrada/order.d.mts +66 -66
- package/dist/model/integrada/order.d.ts +66 -66
- package/dist/model/journey.d.mts +3 -3
- package/dist/model/journey.d.ts +3 -3
- package/dist/model/melhorenvio/service.d.mts +2 -2
- package/dist/model/melhorenvio/service.d.ts +2 -2
- package/dist/model/store/shipping.d.mts +24 -21
- package/dist/model/store/shipping.d.ts +24 -21
- package/dist/model/store/shipping.js +2 -1
- package/dist/model/store/shipping.js.map +1 -1
- package/dist/model/store/shipping.mjs +2 -1
- package/dist/model/store/shipping.mjs.map +1 -1
- package/dist/model/subscription.model.d.mts +4 -4
- package/dist/model/subscription.model.d.ts +4 -4
- package/dist/model/user.model.d.mts +2 -2
- package/dist/model/user.model.d.ts +2 -2
- package/package.json +1 -1
|
@@ -14,9 +14,9 @@ declare const CustomerOrderSchema: z.ZodObject<{
|
|
|
14
14
|
telefone_principal: z.ZodString;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
id: number;
|
|
17
|
-
nome: string;
|
|
18
17
|
email: string;
|
|
19
18
|
cpf: string;
|
|
19
|
+
nome: string;
|
|
20
20
|
resource_uri: string;
|
|
21
21
|
sexo: string;
|
|
22
22
|
telefone_celular: string;
|
|
@@ -26,9 +26,9 @@ declare const CustomerOrderSchema: z.ZodObject<{
|
|
|
26
26
|
razao_social?: any;
|
|
27
27
|
}, {
|
|
28
28
|
id: number;
|
|
29
|
-
nome: string;
|
|
30
29
|
email: string;
|
|
31
30
|
cpf: string;
|
|
31
|
+
nome: string;
|
|
32
32
|
resource_uri: string;
|
|
33
33
|
sexo: string;
|
|
34
34
|
telefone_celular: string;
|
|
@@ -57,9 +57,8 @@ declare const EnderecoEntregaSchema: z.ZodObject<{
|
|
|
57
57
|
tipo: z.ZodString;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
59
|
id: number;
|
|
60
|
-
nome: string;
|
|
61
|
-
tipo: string;
|
|
62
60
|
cpf: string;
|
|
61
|
+
nome: string;
|
|
63
62
|
bairro: string;
|
|
64
63
|
cep: string;
|
|
65
64
|
cidade: string;
|
|
@@ -69,15 +68,15 @@ declare const EnderecoEntregaSchema: z.ZodObject<{
|
|
|
69
68
|
numero: string;
|
|
70
69
|
pais: string;
|
|
71
70
|
referencia: string;
|
|
71
|
+
tipo: string;
|
|
72
72
|
cnpj?: any;
|
|
73
73
|
razao_social?: any;
|
|
74
74
|
ie?: any;
|
|
75
75
|
rg?: any;
|
|
76
76
|
}, {
|
|
77
77
|
id: number;
|
|
78
|
-
nome: string;
|
|
79
|
-
tipo: string;
|
|
80
78
|
cpf: string;
|
|
79
|
+
nome: string;
|
|
81
80
|
bairro: string;
|
|
82
81
|
cep: string;
|
|
83
82
|
cidade: string;
|
|
@@ -87,6 +86,7 @@ declare const EnderecoEntregaSchema: z.ZodObject<{
|
|
|
87
86
|
numero: string;
|
|
88
87
|
pais: string;
|
|
89
88
|
referencia: string;
|
|
89
|
+
tipo: string;
|
|
90
90
|
cnpj?: any;
|
|
91
91
|
razao_social?: any;
|
|
92
92
|
ie?: any;
|
|
@@ -99,14 +99,14 @@ declare const FormaEnvioSchema: z.ZodObject<{
|
|
|
99
99
|
tipo: z.ZodString;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
id: number;
|
|
102
|
+
code: string;
|
|
102
103
|
nome: string;
|
|
103
104
|
tipo: string;
|
|
104
|
-
code: string;
|
|
105
105
|
}, {
|
|
106
106
|
id: number;
|
|
107
|
+
code: string;
|
|
107
108
|
nome: string;
|
|
108
109
|
tipo: string;
|
|
109
|
-
code: string;
|
|
110
110
|
}>;
|
|
111
111
|
declare const ConfiguracoesSchema: z.ZodObject<{
|
|
112
112
|
ativo: z.ZodBoolean;
|
|
@@ -154,10 +154,10 @@ declare const SituacaoSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
154
154
|
notificar_comprador: boolean;
|
|
155
155
|
padrao: boolean;
|
|
156
156
|
id?: string | null | undefined;
|
|
157
|
-
enabled?: boolean | undefined;
|
|
158
157
|
order?: number | null | undefined;
|
|
159
158
|
createAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
160
159
|
updateAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
160
|
+
enabled?: boolean | undefined;
|
|
161
161
|
}, {
|
|
162
162
|
nome: string;
|
|
163
163
|
resource_uri: string;
|
|
@@ -168,10 +168,10 @@ declare const SituacaoSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
168
168
|
notificar_comprador: boolean;
|
|
169
169
|
padrao: boolean;
|
|
170
170
|
id?: string | null | undefined;
|
|
171
|
-
enabled?: boolean | undefined;
|
|
172
171
|
order?: number | null | undefined;
|
|
173
172
|
createAt?: unknown;
|
|
174
173
|
updateAt?: unknown;
|
|
174
|
+
enabled?: boolean | undefined;
|
|
175
175
|
}>;
|
|
176
176
|
declare const EnvioSchema: z.ZodObject<{
|
|
177
177
|
data_criacao: z.ZodString;
|
|
@@ -183,14 +183,14 @@ declare const EnvioSchema: z.ZodObject<{
|
|
|
183
183
|
tipo: z.ZodString;
|
|
184
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
185
|
id: number;
|
|
186
|
+
code: string;
|
|
186
187
|
nome: string;
|
|
187
188
|
tipo: string;
|
|
188
|
-
code: string;
|
|
189
189
|
}, {
|
|
190
190
|
id: number;
|
|
191
|
+
code: string;
|
|
191
192
|
nome: string;
|
|
192
193
|
tipo: string;
|
|
193
|
-
code: string;
|
|
194
194
|
}>;
|
|
195
195
|
id: z.ZodNumber;
|
|
196
196
|
objeto: z.ZodString;
|
|
@@ -199,30 +199,30 @@ declare const EnvioSchema: z.ZodObject<{
|
|
|
199
199
|
valor: z.ZodString;
|
|
200
200
|
}, "strip", z.ZodTypeAny, {
|
|
201
201
|
id: number;
|
|
202
|
-
pedido: string;
|
|
203
202
|
data_criacao: string;
|
|
204
203
|
data_modificacao: string;
|
|
205
204
|
forma_envio: {
|
|
206
205
|
id: number;
|
|
206
|
+
code: string;
|
|
207
207
|
nome: string;
|
|
208
208
|
tipo: string;
|
|
209
|
-
code: string;
|
|
210
209
|
};
|
|
211
210
|
objeto: string;
|
|
211
|
+
pedido: string;
|
|
212
212
|
prazo: number;
|
|
213
213
|
valor: string;
|
|
214
214
|
}, {
|
|
215
215
|
id: number;
|
|
216
|
-
pedido: string;
|
|
217
216
|
data_criacao: string;
|
|
218
217
|
data_modificacao: string;
|
|
219
218
|
forma_envio: {
|
|
220
219
|
id: number;
|
|
220
|
+
code: string;
|
|
221
221
|
nome: string;
|
|
222
222
|
tipo: string;
|
|
223
|
-
code: string;
|
|
224
223
|
};
|
|
225
224
|
objeto: string;
|
|
225
|
+
pedido: string;
|
|
226
226
|
prazo: number;
|
|
227
227
|
valor: string;
|
|
228
228
|
}>;
|
|
@@ -299,14 +299,15 @@ declare const ItemSchema: z.ZodObject<{
|
|
|
299
299
|
nome: string;
|
|
300
300
|
}>>>;
|
|
301
301
|
}, "strip", z.ZodTypeAny, {
|
|
302
|
+
id: number;
|
|
303
|
+
nome: string;
|
|
304
|
+
tipo: string;
|
|
305
|
+
pedido: string;
|
|
302
306
|
altura: number;
|
|
303
307
|
disponibilidade: number;
|
|
304
|
-
id: number;
|
|
305
308
|
largura: number;
|
|
306
309
|
linha: number;
|
|
307
310
|
ncm: string;
|
|
308
|
-
nome: string;
|
|
309
|
-
pedido: string;
|
|
310
311
|
peso: string;
|
|
311
312
|
preco_cheio: string;
|
|
312
313
|
preco_subtotal: string;
|
|
@@ -316,21 +317,21 @@ declare const ItemSchema: z.ZodObject<{
|
|
|
316
317
|
profundidade: number;
|
|
317
318
|
quantidade: string;
|
|
318
319
|
sku: string;
|
|
319
|
-
tipo: string;
|
|
320
320
|
preco_custo?: any;
|
|
321
321
|
preco_promocional?: any;
|
|
322
322
|
variacao?: Record<string, {
|
|
323
323
|
nome: string;
|
|
324
324
|
}> | undefined;
|
|
325
325
|
}, {
|
|
326
|
+
id: number;
|
|
327
|
+
nome: string;
|
|
328
|
+
tipo: string;
|
|
329
|
+
pedido: string;
|
|
326
330
|
altura: number;
|
|
327
331
|
disponibilidade: number;
|
|
328
|
-
id: number;
|
|
329
332
|
largura: number;
|
|
330
333
|
linha: number;
|
|
331
334
|
ncm: string;
|
|
332
|
-
nome: string;
|
|
333
|
-
pedido: string;
|
|
334
335
|
peso: string;
|
|
335
336
|
preco_cheio: string;
|
|
336
337
|
preco_subtotal: string;
|
|
@@ -340,7 +341,6 @@ declare const ItemSchema: z.ZodObject<{
|
|
|
340
341
|
profundidade: number;
|
|
341
342
|
quantidade: string;
|
|
342
343
|
sku: string;
|
|
343
|
-
tipo: string;
|
|
344
344
|
preco_custo?: any;
|
|
345
345
|
preco_promocional?: any;
|
|
346
346
|
variacao?: Record<string, {
|
|
@@ -525,9 +525,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
525
525
|
telefone_principal: z.ZodString;
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
527
|
id: number;
|
|
528
|
-
nome: string;
|
|
529
528
|
email: string;
|
|
530
529
|
cpf: string;
|
|
530
|
+
nome: string;
|
|
531
531
|
resource_uri: string;
|
|
532
532
|
sexo: string;
|
|
533
533
|
telefone_celular: string;
|
|
@@ -537,9 +537,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
537
537
|
razao_social?: any;
|
|
538
538
|
}, {
|
|
539
539
|
id: number;
|
|
540
|
-
nome: string;
|
|
541
540
|
email: string;
|
|
542
541
|
cpf: string;
|
|
542
|
+
nome: string;
|
|
543
543
|
resource_uri: string;
|
|
544
544
|
sexo: string;
|
|
545
545
|
telefone_celular: string;
|
|
@@ -574,9 +574,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
574
574
|
tipo: z.ZodString;
|
|
575
575
|
}, "strip", z.ZodTypeAny, {
|
|
576
576
|
id: number;
|
|
577
|
-
nome: string;
|
|
578
|
-
tipo: string;
|
|
579
577
|
cpf: string;
|
|
578
|
+
nome: string;
|
|
580
579
|
bairro: string;
|
|
581
580
|
cep: string;
|
|
582
581
|
cidade: string;
|
|
@@ -586,15 +585,15 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
586
585
|
numero: string;
|
|
587
586
|
pais: string;
|
|
588
587
|
referencia: string;
|
|
588
|
+
tipo: string;
|
|
589
589
|
cnpj?: any;
|
|
590
590
|
razao_social?: any;
|
|
591
591
|
ie?: any;
|
|
592
592
|
rg?: any;
|
|
593
593
|
}, {
|
|
594
594
|
id: number;
|
|
595
|
-
nome: string;
|
|
596
|
-
tipo: string;
|
|
597
595
|
cpf: string;
|
|
596
|
+
nome: string;
|
|
598
597
|
bairro: string;
|
|
599
598
|
cep: string;
|
|
600
599
|
cidade: string;
|
|
@@ -604,6 +603,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
604
603
|
numero: string;
|
|
605
604
|
pais: string;
|
|
606
605
|
referencia: string;
|
|
606
|
+
tipo: string;
|
|
607
607
|
cnpj?: any;
|
|
608
608
|
razao_social?: any;
|
|
609
609
|
ie?: any;
|
|
@@ -619,14 +619,14 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
619
619
|
tipo: z.ZodString;
|
|
620
620
|
}, "strip", z.ZodTypeAny, {
|
|
621
621
|
id: number;
|
|
622
|
+
code: string;
|
|
622
623
|
nome: string;
|
|
623
624
|
tipo: string;
|
|
624
|
-
code: string;
|
|
625
625
|
}, {
|
|
626
626
|
id: number;
|
|
627
|
+
code: string;
|
|
627
628
|
nome: string;
|
|
628
629
|
tipo: string;
|
|
629
|
-
code: string;
|
|
630
630
|
}>;
|
|
631
631
|
id: z.ZodNumber;
|
|
632
632
|
objeto: z.ZodString;
|
|
@@ -635,30 +635,30 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
635
635
|
valor: z.ZodString;
|
|
636
636
|
}, "strip", z.ZodTypeAny, {
|
|
637
637
|
id: number;
|
|
638
|
-
pedido: string;
|
|
639
638
|
data_criacao: string;
|
|
640
639
|
data_modificacao: string;
|
|
641
640
|
forma_envio: {
|
|
642
641
|
id: number;
|
|
642
|
+
code: string;
|
|
643
643
|
nome: string;
|
|
644
644
|
tipo: string;
|
|
645
|
-
code: string;
|
|
646
645
|
};
|
|
647
646
|
objeto: string;
|
|
647
|
+
pedido: string;
|
|
648
648
|
prazo: number;
|
|
649
649
|
valor: string;
|
|
650
650
|
}, {
|
|
651
651
|
id: number;
|
|
652
|
-
pedido: string;
|
|
653
652
|
data_criacao: string;
|
|
654
653
|
data_modificacao: string;
|
|
655
654
|
forma_envio: {
|
|
656
655
|
id: number;
|
|
656
|
+
code: string;
|
|
657
657
|
nome: string;
|
|
658
658
|
tipo: string;
|
|
659
|
-
code: string;
|
|
660
659
|
};
|
|
661
660
|
objeto: string;
|
|
661
|
+
pedido: string;
|
|
662
662
|
prazo: number;
|
|
663
663
|
valor: string;
|
|
664
664
|
}>, "many">;
|
|
@@ -694,14 +694,15 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
694
694
|
nome: string;
|
|
695
695
|
}>>>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
|
+
id: number;
|
|
698
|
+
nome: string;
|
|
699
|
+
tipo: string;
|
|
700
|
+
pedido: string;
|
|
697
701
|
altura: number;
|
|
698
702
|
disponibilidade: number;
|
|
699
|
-
id: number;
|
|
700
703
|
largura: number;
|
|
701
704
|
linha: number;
|
|
702
705
|
ncm: string;
|
|
703
|
-
nome: string;
|
|
704
|
-
pedido: string;
|
|
705
706
|
peso: string;
|
|
706
707
|
preco_cheio: string;
|
|
707
708
|
preco_subtotal: string;
|
|
@@ -711,21 +712,21 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
711
712
|
profundidade: number;
|
|
712
713
|
quantidade: string;
|
|
713
714
|
sku: string;
|
|
714
|
-
tipo: string;
|
|
715
715
|
preco_custo?: any;
|
|
716
716
|
preco_promocional?: any;
|
|
717
717
|
variacao?: Record<string, {
|
|
718
718
|
nome: string;
|
|
719
719
|
}> | undefined;
|
|
720
720
|
}, {
|
|
721
|
+
id: number;
|
|
722
|
+
nome: string;
|
|
723
|
+
tipo: string;
|
|
724
|
+
pedido: string;
|
|
721
725
|
altura: number;
|
|
722
726
|
disponibilidade: number;
|
|
723
|
-
id: number;
|
|
724
727
|
largura: number;
|
|
725
728
|
linha: number;
|
|
726
729
|
ncm: string;
|
|
727
|
-
nome: string;
|
|
728
|
-
pedido: string;
|
|
729
730
|
peso: string;
|
|
730
731
|
preco_cheio: string;
|
|
731
732
|
preco_subtotal: string;
|
|
@@ -735,7 +736,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
735
736
|
profundidade: number;
|
|
736
737
|
quantidade: string;
|
|
737
738
|
sku: string;
|
|
738
|
-
tipo: string;
|
|
739
739
|
preco_custo?: any;
|
|
740
740
|
preco_promocional?: any;
|
|
741
741
|
variacao?: Record<string, {
|
|
@@ -894,10 +894,10 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
894
894
|
notificar_comprador: boolean;
|
|
895
895
|
padrao: boolean;
|
|
896
896
|
id?: string | null | undefined;
|
|
897
|
-
enabled?: boolean | undefined;
|
|
898
897
|
order?: number | null | undefined;
|
|
899
898
|
createAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
900
899
|
updateAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
900
|
+
enabled?: boolean | undefined;
|
|
901
901
|
}, {
|
|
902
902
|
nome: string;
|
|
903
903
|
resource_uri: string;
|
|
@@ -908,10 +908,10 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
908
908
|
notificar_comprador: boolean;
|
|
909
909
|
padrao: boolean;
|
|
910
910
|
id?: string | null | undefined;
|
|
911
|
-
enabled?: boolean | undefined;
|
|
912
911
|
order?: number | null | undefined;
|
|
913
912
|
createAt?: unknown;
|
|
914
913
|
updateAt?: unknown;
|
|
914
|
+
enabled?: boolean | undefined;
|
|
915
915
|
}>;
|
|
916
916
|
updateAt: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodType<FirebaseFirestore.Timestamp, z.ZodTypeDef, FirebaseFirestore.Timestamp>, FirebaseFirestore.Timestamp, unknown>>>>;
|
|
917
917
|
utm_campaign: z.ZodAny;
|
|
@@ -1527,9 +1527,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1527
1527
|
data_modificacao: string;
|
|
1528
1528
|
cliente: {
|
|
1529
1529
|
id: number;
|
|
1530
|
-
nome: string;
|
|
1531
1530
|
email: string;
|
|
1532
1531
|
cpf: string;
|
|
1532
|
+
nome: string;
|
|
1533
1533
|
resource_uri: string;
|
|
1534
1534
|
sexo: string;
|
|
1535
1535
|
telefone_celular: string;
|
|
@@ -1541,9 +1541,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1541
1541
|
data_expiracao: string;
|
|
1542
1542
|
endereco_entrega: {
|
|
1543
1543
|
id: number;
|
|
1544
|
-
nome: string;
|
|
1545
|
-
tipo: string;
|
|
1546
1544
|
cpf: string;
|
|
1545
|
+
nome: string;
|
|
1547
1546
|
bairro: string;
|
|
1548
1547
|
cep: string;
|
|
1549
1548
|
cidade: string;
|
|
@@ -1553,6 +1552,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1553
1552
|
numero: string;
|
|
1554
1553
|
pais: string;
|
|
1555
1554
|
referencia: string;
|
|
1555
|
+
tipo: string;
|
|
1556
1556
|
cnpj?: any;
|
|
1557
1557
|
razao_social?: any;
|
|
1558
1558
|
ie?: any;
|
|
@@ -1560,28 +1560,29 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1560
1560
|
};
|
|
1561
1561
|
envios: {
|
|
1562
1562
|
id: number;
|
|
1563
|
-
pedido: string;
|
|
1564
1563
|
data_criacao: string;
|
|
1565
1564
|
data_modificacao: string;
|
|
1566
1565
|
forma_envio: {
|
|
1567
1566
|
id: number;
|
|
1567
|
+
code: string;
|
|
1568
1568
|
nome: string;
|
|
1569
1569
|
tipo: string;
|
|
1570
|
-
code: string;
|
|
1571
1570
|
};
|
|
1572
1571
|
objeto: string;
|
|
1572
|
+
pedido: string;
|
|
1573
1573
|
prazo: number;
|
|
1574
1574
|
valor: string;
|
|
1575
1575
|
}[];
|
|
1576
1576
|
itens: {
|
|
1577
|
+
id: number;
|
|
1578
|
+
nome: string;
|
|
1579
|
+
tipo: string;
|
|
1580
|
+
pedido: string;
|
|
1577
1581
|
altura: number;
|
|
1578
1582
|
disponibilidade: number;
|
|
1579
|
-
id: number;
|
|
1580
1583
|
largura: number;
|
|
1581
1584
|
linha: number;
|
|
1582
1585
|
ncm: string;
|
|
1583
|
-
nome: string;
|
|
1584
|
-
pedido: string;
|
|
1585
1586
|
peso: string;
|
|
1586
1587
|
preco_cheio: string;
|
|
1587
1588
|
preco_subtotal: string;
|
|
@@ -1591,7 +1592,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1591
1592
|
profundidade: number;
|
|
1592
1593
|
quantidade: string;
|
|
1593
1594
|
sku: string;
|
|
1594
|
-
tipo: string;
|
|
1595
1595
|
preco_custo?: any;
|
|
1596
1596
|
preco_promocional?: any;
|
|
1597
1597
|
variacao?: Record<string, {
|
|
@@ -1640,10 +1640,10 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1640
1640
|
notificar_comprador: boolean;
|
|
1641
1641
|
padrao: boolean;
|
|
1642
1642
|
id?: string | null | undefined;
|
|
1643
|
-
enabled?: boolean | undefined;
|
|
1644
1643
|
order?: number | null | undefined;
|
|
1645
1644
|
createAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
1646
1645
|
updateAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
1646
|
+
enabled?: boolean | undefined;
|
|
1647
1647
|
};
|
|
1648
1648
|
valor_desconto: string;
|
|
1649
1649
|
valor_envio: string;
|
|
@@ -1800,9 +1800,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1800
1800
|
data_modificacao: string;
|
|
1801
1801
|
cliente: {
|
|
1802
1802
|
id: number;
|
|
1803
|
-
nome: string;
|
|
1804
1803
|
email: string;
|
|
1805
1804
|
cpf: string;
|
|
1805
|
+
nome: string;
|
|
1806
1806
|
resource_uri: string;
|
|
1807
1807
|
sexo: string;
|
|
1808
1808
|
telefone_celular: string;
|
|
@@ -1814,9 +1814,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1814
1814
|
data_expiracao: string;
|
|
1815
1815
|
endereco_entrega: {
|
|
1816
1816
|
id: number;
|
|
1817
|
-
nome: string;
|
|
1818
|
-
tipo: string;
|
|
1819
1817
|
cpf: string;
|
|
1818
|
+
nome: string;
|
|
1820
1819
|
bairro: string;
|
|
1821
1820
|
cep: string;
|
|
1822
1821
|
cidade: string;
|
|
@@ -1826,6 +1825,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1826
1825
|
numero: string;
|
|
1827
1826
|
pais: string;
|
|
1828
1827
|
referencia: string;
|
|
1828
|
+
tipo: string;
|
|
1829
1829
|
cnpj?: any;
|
|
1830
1830
|
razao_social?: any;
|
|
1831
1831
|
ie?: any;
|
|
@@ -1833,28 +1833,29 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1833
1833
|
};
|
|
1834
1834
|
envios: {
|
|
1835
1835
|
id: number;
|
|
1836
|
-
pedido: string;
|
|
1837
1836
|
data_criacao: string;
|
|
1838
1837
|
data_modificacao: string;
|
|
1839
1838
|
forma_envio: {
|
|
1840
1839
|
id: number;
|
|
1840
|
+
code: string;
|
|
1841
1841
|
nome: string;
|
|
1842
1842
|
tipo: string;
|
|
1843
|
-
code: string;
|
|
1844
1843
|
};
|
|
1845
1844
|
objeto: string;
|
|
1845
|
+
pedido: string;
|
|
1846
1846
|
prazo: number;
|
|
1847
1847
|
valor: string;
|
|
1848
1848
|
}[];
|
|
1849
1849
|
itens: {
|
|
1850
|
+
id: number;
|
|
1851
|
+
nome: string;
|
|
1852
|
+
tipo: string;
|
|
1853
|
+
pedido: string;
|
|
1850
1854
|
altura: number;
|
|
1851
1855
|
disponibilidade: number;
|
|
1852
|
-
id: number;
|
|
1853
1856
|
largura: number;
|
|
1854
1857
|
linha: number;
|
|
1855
1858
|
ncm: string;
|
|
1856
|
-
nome: string;
|
|
1857
|
-
pedido: string;
|
|
1858
1859
|
peso: string;
|
|
1859
1860
|
preco_cheio: string;
|
|
1860
1861
|
preco_subtotal: string;
|
|
@@ -1864,7 +1865,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1864
1865
|
profundidade: number;
|
|
1865
1866
|
quantidade: string;
|
|
1866
1867
|
sku: string;
|
|
1867
|
-
tipo: string;
|
|
1868
1868
|
preco_custo?: any;
|
|
1869
1869
|
preco_promocional?: any;
|
|
1870
1870
|
variacao?: Record<string, {
|
|
@@ -1913,10 +1913,10 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1913
1913
|
notificar_comprador: boolean;
|
|
1914
1914
|
padrao: boolean;
|
|
1915
1915
|
id?: string | null | undefined;
|
|
1916
|
-
enabled?: boolean | undefined;
|
|
1917
1916
|
order?: number | null | undefined;
|
|
1918
1917
|
createAt?: unknown;
|
|
1919
1918
|
updateAt?: unknown;
|
|
1919
|
+
enabled?: boolean | undefined;
|
|
1920
1920
|
};
|
|
1921
1921
|
valor_desconto: string;
|
|
1922
1922
|
valor_envio: string;
|