@_henriquewilson/gabirubi-domain 1.0.72 → 1.0.73
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 +114 -114
- package/dist/model/integrada/order.d.ts +114 -114
- package/dist/model/integrada/product.d.mts +76 -76
- package/dist/model/integrada/product.d.ts +76 -76
- package/package.json +1 -1
|
@@ -13,11 +13,11 @@ declare const clienteSchema: z.ZodObject<{
|
|
|
13
13
|
telefone_celular: z.ZodString;
|
|
14
14
|
telefone_principal: z.ZodString;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
id: number;
|
|
17
|
-
resource_uri: string;
|
|
18
|
-
nome: string;
|
|
19
16
|
cpf: string;
|
|
20
17
|
email: string;
|
|
18
|
+
id: number;
|
|
19
|
+
nome: string;
|
|
20
|
+
resource_uri: string;
|
|
21
21
|
sexo: string;
|
|
22
22
|
telefone_celular: string;
|
|
23
23
|
telefone_principal: string;
|
|
@@ -25,11 +25,11 @@ declare const clienteSchema: z.ZodObject<{
|
|
|
25
25
|
data_nascimento?: any;
|
|
26
26
|
razao_social?: any;
|
|
27
27
|
}, {
|
|
28
|
-
id: number;
|
|
29
|
-
resource_uri: string;
|
|
30
|
-
nome: string;
|
|
31
28
|
cpf: string;
|
|
32
29
|
email: string;
|
|
30
|
+
id: number;
|
|
31
|
+
nome: string;
|
|
32
|
+
resource_uri: string;
|
|
33
33
|
sexo: string;
|
|
34
34
|
telefone_celular: string;
|
|
35
35
|
telefone_principal: string;
|
|
@@ -56,10 +56,9 @@ declare const enderecoEntregaSchema: z.ZodObject<{
|
|
|
56
56
|
rg: z.ZodAny;
|
|
57
57
|
tipo: z.ZodString;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
|
+
cpf: string;
|
|
59
60
|
id: number;
|
|
60
61
|
nome: string;
|
|
61
|
-
tipo: string;
|
|
62
|
-
cpf: 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
|
+
cpf: string;
|
|
77
78
|
id: number;
|
|
78
79
|
nome: string;
|
|
79
|
-
tipo: string;
|
|
80
|
-
cpf: 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,13 +99,13 @@ declare const formaEnvioSchema: z.ZodObject<{
|
|
|
99
99
|
tipo: z.ZodString;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
id: number;
|
|
102
|
-
code: string;
|
|
103
102
|
nome: string;
|
|
103
|
+
code: string;
|
|
104
104
|
tipo: string;
|
|
105
105
|
}, {
|
|
106
106
|
id: number;
|
|
107
|
-
code: string;
|
|
108
107
|
nome: string;
|
|
108
|
+
code: string;
|
|
109
109
|
tipo: string;
|
|
110
110
|
}>;
|
|
111
111
|
declare const kitsSchema: z.ZodObject<{
|
|
@@ -147,8 +147,8 @@ declare const situacaoSchema: z.ZodObject<{
|
|
|
147
147
|
resource_uri: z.ZodString;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
id: number;
|
|
150
|
-
resource_uri: string;
|
|
151
150
|
nome: string;
|
|
151
|
+
resource_uri: string;
|
|
152
152
|
aprovado: boolean;
|
|
153
153
|
cancelado: boolean;
|
|
154
154
|
codigo: string;
|
|
@@ -157,8 +157,8 @@ declare const situacaoSchema: z.ZodObject<{
|
|
|
157
157
|
padrao: boolean;
|
|
158
158
|
}, {
|
|
159
159
|
id: number;
|
|
160
|
-
resource_uri: string;
|
|
161
160
|
nome: string;
|
|
161
|
+
resource_uri: string;
|
|
162
162
|
aprovado: boolean;
|
|
163
163
|
cancelado: boolean;
|
|
164
164
|
codigo: string;
|
|
@@ -176,13 +176,13 @@ declare const envioSchema: z.ZodObject<{
|
|
|
176
176
|
tipo: z.ZodString;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
178
|
id: number;
|
|
179
|
-
code: string;
|
|
180
179
|
nome: string;
|
|
180
|
+
code: string;
|
|
181
181
|
tipo: string;
|
|
182
182
|
}, {
|
|
183
183
|
id: number;
|
|
184
|
-
code: string;
|
|
185
184
|
nome: string;
|
|
185
|
+
code: string;
|
|
186
186
|
tipo: string;
|
|
187
187
|
}>;
|
|
188
188
|
id: z.ZodNumber;
|
|
@@ -196,8 +196,8 @@ declare const envioSchema: z.ZodObject<{
|
|
|
196
196
|
data_modificacao: string;
|
|
197
197
|
forma_envio: {
|
|
198
198
|
id: number;
|
|
199
|
-
code: string;
|
|
200
199
|
nome: string;
|
|
200
|
+
code: string;
|
|
201
201
|
tipo: string;
|
|
202
202
|
};
|
|
203
203
|
objeto: string;
|
|
@@ -210,8 +210,8 @@ declare const envioSchema: z.ZodObject<{
|
|
|
210
210
|
data_modificacao: string;
|
|
211
211
|
forma_envio: {
|
|
212
212
|
id: number;
|
|
213
|
-
code: string;
|
|
214
213
|
nome: string;
|
|
214
|
+
code: string;
|
|
215
215
|
tipo: string;
|
|
216
216
|
};
|
|
217
217
|
objeto: string;
|
|
@@ -254,8 +254,8 @@ declare const formaPagamentoSchema: z.ZodObject<{
|
|
|
254
254
|
resource_uri: z.ZodString;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
id: number;
|
|
257
|
-
resource_uri: string;
|
|
258
257
|
nome: string;
|
|
258
|
+
resource_uri: string;
|
|
259
259
|
codigo: string;
|
|
260
260
|
configuracoes: {
|
|
261
261
|
ativo: boolean;
|
|
@@ -264,8 +264,8 @@ declare const formaPagamentoSchema: z.ZodObject<{
|
|
|
264
264
|
imagem: string;
|
|
265
265
|
}, {
|
|
266
266
|
id: number;
|
|
267
|
-
resource_uri: string;
|
|
268
267
|
nome: string;
|
|
268
|
+
resource_uri: string;
|
|
269
269
|
codigo: string;
|
|
270
270
|
configuracoes: {
|
|
271
271
|
ativo: boolean;
|
|
@@ -313,23 +313,23 @@ declare const ItemSchema: z.ZodObject<{
|
|
|
313
313
|
}>;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
315
|
id: number;
|
|
316
|
-
produto: string;
|
|
317
|
-
quantidade: string;
|
|
318
|
-
altura: number;
|
|
319
|
-
largura: number;
|
|
320
|
-
ncm: string;
|
|
321
316
|
nome: string;
|
|
322
|
-
peso: string;
|
|
323
|
-
profundidade: number;
|
|
324
|
-
sku: string;
|
|
325
317
|
tipo: string;
|
|
326
318
|
pedido: string;
|
|
319
|
+
altura: number;
|
|
327
320
|
disponibilidade: number;
|
|
321
|
+
largura: number;
|
|
328
322
|
linha: number;
|
|
323
|
+
ncm: string;
|
|
324
|
+
peso: string;
|
|
329
325
|
preco_cheio: string;
|
|
330
326
|
preco_subtotal: string;
|
|
331
327
|
preco_venda: string;
|
|
328
|
+
produto: string;
|
|
332
329
|
produto_pai: string;
|
|
330
|
+
profundidade: number;
|
|
331
|
+
quantidade: string;
|
|
332
|
+
sku: string;
|
|
333
333
|
variacao: {
|
|
334
334
|
Kits: {
|
|
335
335
|
nome: string;
|
|
@@ -339,23 +339,23 @@ declare const ItemSchema: z.ZodObject<{
|
|
|
339
339
|
preco_promocional?: any;
|
|
340
340
|
}, {
|
|
341
341
|
id: number;
|
|
342
|
-
produto: string;
|
|
343
|
-
quantidade: string;
|
|
344
|
-
altura: number;
|
|
345
|
-
largura: number;
|
|
346
|
-
ncm: string;
|
|
347
342
|
nome: string;
|
|
348
|
-
peso: string;
|
|
349
|
-
profundidade: number;
|
|
350
|
-
sku: string;
|
|
351
343
|
tipo: string;
|
|
352
344
|
pedido: string;
|
|
345
|
+
altura: number;
|
|
353
346
|
disponibilidade: number;
|
|
347
|
+
largura: number;
|
|
354
348
|
linha: number;
|
|
349
|
+
ncm: string;
|
|
350
|
+
peso: string;
|
|
355
351
|
preco_cheio: string;
|
|
356
352
|
preco_subtotal: string;
|
|
357
353
|
preco_venda: string;
|
|
354
|
+
produto: string;
|
|
358
355
|
produto_pai: string;
|
|
356
|
+
profundidade: number;
|
|
357
|
+
quantidade: string;
|
|
358
|
+
sku: string;
|
|
359
359
|
variacao: {
|
|
360
360
|
Kits: {
|
|
361
361
|
nome: string;
|
|
@@ -388,8 +388,8 @@ declare const pagamentoSchema: z.ZodObject<{
|
|
|
388
388
|
resource_uri: z.ZodString;
|
|
389
389
|
}, "strip", z.ZodTypeAny, {
|
|
390
390
|
id: number;
|
|
391
|
-
resource_uri: string;
|
|
392
391
|
nome: string;
|
|
392
|
+
resource_uri: string;
|
|
393
393
|
codigo: string;
|
|
394
394
|
configuracoes: {
|
|
395
395
|
ativo: boolean;
|
|
@@ -398,8 +398,8 @@ declare const pagamentoSchema: z.ZodObject<{
|
|
|
398
398
|
imagem: string;
|
|
399
399
|
}, {
|
|
400
400
|
id: number;
|
|
401
|
-
resource_uri: string;
|
|
402
401
|
nome: string;
|
|
402
|
+
resource_uri: string;
|
|
403
403
|
codigo: string;
|
|
404
404
|
configuracoes: {
|
|
405
405
|
ativo: boolean;
|
|
@@ -432,8 +432,8 @@ declare const pagamentoSchema: z.ZodObject<{
|
|
|
432
432
|
bandeira: string;
|
|
433
433
|
forma_pagamento: {
|
|
434
434
|
id: number;
|
|
435
|
-
resource_uri: string;
|
|
436
435
|
nome: string;
|
|
436
|
+
resource_uri: string;
|
|
437
437
|
codigo: string;
|
|
438
438
|
configuracoes: {
|
|
439
439
|
ativo: boolean;
|
|
@@ -462,8 +462,8 @@ declare const pagamentoSchema: z.ZodObject<{
|
|
|
462
462
|
bandeira: string;
|
|
463
463
|
forma_pagamento: {
|
|
464
464
|
id: number;
|
|
465
|
-
resource_uri: string;
|
|
466
465
|
nome: string;
|
|
466
|
+
resource_uri: string;
|
|
467
467
|
codigo: string;
|
|
468
468
|
configuracoes: {
|
|
469
469
|
ativo: boolean;
|
|
@@ -506,11 +506,11 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
506
506
|
telefone_celular: z.ZodString;
|
|
507
507
|
telefone_principal: z.ZodString;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
-
id: number;
|
|
510
|
-
resource_uri: string;
|
|
511
|
-
nome: string;
|
|
512
509
|
cpf: string;
|
|
513
510
|
email: string;
|
|
511
|
+
id: number;
|
|
512
|
+
nome: string;
|
|
513
|
+
resource_uri: string;
|
|
514
514
|
sexo: string;
|
|
515
515
|
telefone_celular: string;
|
|
516
516
|
telefone_principal: string;
|
|
@@ -518,11 +518,11 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
518
518
|
data_nascimento?: any;
|
|
519
519
|
razao_social?: any;
|
|
520
520
|
}, {
|
|
521
|
-
id: number;
|
|
522
|
-
resource_uri: string;
|
|
523
|
-
nome: string;
|
|
524
521
|
cpf: string;
|
|
525
522
|
email: string;
|
|
523
|
+
id: number;
|
|
524
|
+
nome: string;
|
|
525
|
+
resource_uri: string;
|
|
526
526
|
sexo: string;
|
|
527
527
|
telefone_celular: string;
|
|
528
528
|
telefone_principal: string;
|
|
@@ -555,10 +555,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
555
555
|
rg: z.ZodAny;
|
|
556
556
|
tipo: z.ZodString;
|
|
557
557
|
}, "strip", z.ZodTypeAny, {
|
|
558
|
+
cpf: string;
|
|
558
559
|
id: number;
|
|
559
560
|
nome: string;
|
|
560
|
-
tipo: string;
|
|
561
|
-
cpf: string;
|
|
562
561
|
bairro: string;
|
|
563
562
|
cep: string;
|
|
564
563
|
cidade: string;
|
|
@@ -568,15 +567,15 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
568
567
|
numero: string;
|
|
569
568
|
pais: string;
|
|
570
569
|
referencia: string;
|
|
570
|
+
tipo: string;
|
|
571
571
|
cnpj?: any;
|
|
572
572
|
razao_social?: any;
|
|
573
573
|
ie?: any;
|
|
574
574
|
rg?: any;
|
|
575
575
|
}, {
|
|
576
|
+
cpf: string;
|
|
576
577
|
id: number;
|
|
577
578
|
nome: string;
|
|
578
|
-
tipo: string;
|
|
579
|
-
cpf: string;
|
|
580
579
|
bairro: string;
|
|
581
580
|
cep: string;
|
|
582
581
|
cidade: string;
|
|
@@ -586,6 +585,7 @@ 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;
|
|
@@ -601,13 +601,13 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
601
601
|
tipo: z.ZodString;
|
|
602
602
|
}, "strip", z.ZodTypeAny, {
|
|
603
603
|
id: number;
|
|
604
|
-
code: string;
|
|
605
604
|
nome: string;
|
|
605
|
+
code: string;
|
|
606
606
|
tipo: string;
|
|
607
607
|
}, {
|
|
608
608
|
id: number;
|
|
609
|
-
code: string;
|
|
610
609
|
nome: string;
|
|
610
|
+
code: string;
|
|
611
611
|
tipo: string;
|
|
612
612
|
}>;
|
|
613
613
|
id: z.ZodNumber;
|
|
@@ -621,8 +621,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
621
621
|
data_modificacao: string;
|
|
622
622
|
forma_envio: {
|
|
623
623
|
id: number;
|
|
624
|
-
code: string;
|
|
625
624
|
nome: string;
|
|
625
|
+
code: string;
|
|
626
626
|
tipo: string;
|
|
627
627
|
};
|
|
628
628
|
objeto: string;
|
|
@@ -635,8 +635,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
635
635
|
data_modificacao: string;
|
|
636
636
|
forma_envio: {
|
|
637
637
|
id: number;
|
|
638
|
-
code: string;
|
|
639
638
|
nome: string;
|
|
639
|
+
code: string;
|
|
640
640
|
tipo: string;
|
|
641
641
|
};
|
|
642
642
|
objeto: string;
|
|
@@ -687,23 +687,23 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
687
687
|
}>;
|
|
688
688
|
}, "strip", z.ZodTypeAny, {
|
|
689
689
|
id: number;
|
|
690
|
-
produto: string;
|
|
691
|
-
quantidade: string;
|
|
692
|
-
altura: number;
|
|
693
|
-
largura: number;
|
|
694
|
-
ncm: string;
|
|
695
690
|
nome: string;
|
|
696
|
-
peso: string;
|
|
697
|
-
profundidade: number;
|
|
698
|
-
sku: string;
|
|
699
691
|
tipo: string;
|
|
700
692
|
pedido: string;
|
|
693
|
+
altura: number;
|
|
701
694
|
disponibilidade: number;
|
|
695
|
+
largura: number;
|
|
702
696
|
linha: number;
|
|
697
|
+
ncm: string;
|
|
698
|
+
peso: string;
|
|
703
699
|
preco_cheio: string;
|
|
704
700
|
preco_subtotal: string;
|
|
705
701
|
preco_venda: string;
|
|
702
|
+
produto: string;
|
|
706
703
|
produto_pai: string;
|
|
704
|
+
profundidade: number;
|
|
705
|
+
quantidade: string;
|
|
706
|
+
sku: string;
|
|
707
707
|
variacao: {
|
|
708
708
|
Kits: {
|
|
709
709
|
nome: string;
|
|
@@ -713,23 +713,23 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
713
713
|
preco_promocional?: any;
|
|
714
714
|
}, {
|
|
715
715
|
id: number;
|
|
716
|
-
produto: string;
|
|
717
|
-
quantidade: string;
|
|
718
|
-
altura: number;
|
|
719
|
-
largura: number;
|
|
720
|
-
ncm: string;
|
|
721
716
|
nome: string;
|
|
722
|
-
peso: string;
|
|
723
|
-
profundidade: number;
|
|
724
|
-
sku: string;
|
|
725
717
|
tipo: string;
|
|
726
718
|
pedido: string;
|
|
719
|
+
altura: number;
|
|
727
720
|
disponibilidade: number;
|
|
721
|
+
largura: number;
|
|
728
722
|
linha: number;
|
|
723
|
+
ncm: string;
|
|
724
|
+
peso: string;
|
|
729
725
|
preco_cheio: string;
|
|
730
726
|
preco_subtotal: string;
|
|
731
727
|
preco_venda: string;
|
|
728
|
+
produto: string;
|
|
732
729
|
produto_pai: string;
|
|
730
|
+
profundidade: number;
|
|
731
|
+
quantidade: string;
|
|
732
|
+
sku: string;
|
|
733
733
|
variacao: {
|
|
734
734
|
Kits: {
|
|
735
735
|
nome: string;
|
|
@@ -763,8 +763,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
763
763
|
resource_uri: z.ZodString;
|
|
764
764
|
}, "strip", z.ZodTypeAny, {
|
|
765
765
|
id: number;
|
|
766
|
-
resource_uri: string;
|
|
767
766
|
nome: string;
|
|
767
|
+
resource_uri: string;
|
|
768
768
|
codigo: string;
|
|
769
769
|
configuracoes: {
|
|
770
770
|
ativo: boolean;
|
|
@@ -773,8 +773,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
773
773
|
imagem: string;
|
|
774
774
|
}, {
|
|
775
775
|
id: number;
|
|
776
|
-
resource_uri: string;
|
|
777
776
|
nome: string;
|
|
777
|
+
resource_uri: string;
|
|
778
778
|
codigo: string;
|
|
779
779
|
configuracoes: {
|
|
780
780
|
ativo: boolean;
|
|
@@ -807,8 +807,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
807
807
|
bandeira: string;
|
|
808
808
|
forma_pagamento: {
|
|
809
809
|
id: number;
|
|
810
|
-
resource_uri: string;
|
|
811
810
|
nome: string;
|
|
811
|
+
resource_uri: string;
|
|
812
812
|
codigo: string;
|
|
813
813
|
configuracoes: {
|
|
814
814
|
ativo: boolean;
|
|
@@ -837,8 +837,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
837
837
|
bandeira: string;
|
|
838
838
|
forma_pagamento: {
|
|
839
839
|
id: number;
|
|
840
|
-
resource_uri: string;
|
|
841
840
|
nome: string;
|
|
841
|
+
resource_uri: string;
|
|
842
842
|
codigo: string;
|
|
843
843
|
configuracoes: {
|
|
844
844
|
ativo: boolean;
|
|
@@ -876,8 +876,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
876
876
|
resource_uri: z.ZodString;
|
|
877
877
|
}, "strip", z.ZodTypeAny, {
|
|
878
878
|
id: number;
|
|
879
|
-
resource_uri: string;
|
|
880
879
|
nome: string;
|
|
880
|
+
resource_uri: string;
|
|
881
881
|
aprovado: boolean;
|
|
882
882
|
cancelado: boolean;
|
|
883
883
|
codigo: string;
|
|
@@ -886,8 +886,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
886
886
|
padrao: boolean;
|
|
887
887
|
}, {
|
|
888
888
|
id: number;
|
|
889
|
-
resource_uri: string;
|
|
890
889
|
nome: string;
|
|
890
|
+
resource_uri: string;
|
|
891
891
|
aprovado: boolean;
|
|
892
892
|
cancelado: boolean;
|
|
893
893
|
codigo: string;
|
|
@@ -903,15 +903,15 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
903
903
|
valor_total: z.ZodString;
|
|
904
904
|
}>, "strip", z.ZodTypeAny, {
|
|
905
905
|
resource_uri: string;
|
|
906
|
+
numero: number;
|
|
906
907
|
data_criacao: string;
|
|
907
908
|
data_modificacao: string;
|
|
908
|
-
numero: number;
|
|
909
909
|
cliente: {
|
|
910
|
-
id: number;
|
|
911
|
-
resource_uri: string;
|
|
912
|
-
nome: string;
|
|
913
910
|
cpf: string;
|
|
914
911
|
email: string;
|
|
912
|
+
id: number;
|
|
913
|
+
nome: string;
|
|
914
|
+
resource_uri: string;
|
|
915
915
|
sexo: string;
|
|
916
916
|
telefone_celular: string;
|
|
917
917
|
telefone_principal: string;
|
|
@@ -921,10 +921,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
921
921
|
};
|
|
922
922
|
data_expiracao: string;
|
|
923
923
|
endereco_entrega: {
|
|
924
|
+
cpf: string;
|
|
924
925
|
id: number;
|
|
925
926
|
nome: string;
|
|
926
|
-
tipo: string;
|
|
927
|
-
cpf: string;
|
|
928
927
|
bairro: string;
|
|
929
928
|
cep: string;
|
|
930
929
|
cidade: string;
|
|
@@ -934,6 +933,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
934
933
|
numero: string;
|
|
935
934
|
pais: string;
|
|
936
935
|
referencia: string;
|
|
936
|
+
tipo: string;
|
|
937
937
|
cnpj?: any;
|
|
938
938
|
razao_social?: any;
|
|
939
939
|
ie?: any;
|
|
@@ -945,8 +945,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
945
945
|
data_modificacao: string;
|
|
946
946
|
forma_envio: {
|
|
947
947
|
id: number;
|
|
948
|
-
code: string;
|
|
949
948
|
nome: string;
|
|
949
|
+
code: string;
|
|
950
950
|
tipo: string;
|
|
951
951
|
};
|
|
952
952
|
objeto: string;
|
|
@@ -956,23 +956,23 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
956
956
|
}[];
|
|
957
957
|
itens: {
|
|
958
958
|
id: number;
|
|
959
|
-
produto: string;
|
|
960
|
-
quantidade: string;
|
|
961
|
-
altura: number;
|
|
962
|
-
largura: number;
|
|
963
|
-
ncm: string;
|
|
964
959
|
nome: string;
|
|
965
|
-
peso: string;
|
|
966
|
-
profundidade: number;
|
|
967
|
-
sku: string;
|
|
968
960
|
tipo: string;
|
|
969
961
|
pedido: string;
|
|
962
|
+
altura: number;
|
|
970
963
|
disponibilidade: number;
|
|
964
|
+
largura: number;
|
|
971
965
|
linha: number;
|
|
966
|
+
ncm: string;
|
|
967
|
+
peso: string;
|
|
972
968
|
preco_cheio: string;
|
|
973
969
|
preco_subtotal: string;
|
|
974
970
|
preco_venda: string;
|
|
971
|
+
produto: string;
|
|
975
972
|
produto_pai: string;
|
|
973
|
+
profundidade: number;
|
|
974
|
+
quantidade: string;
|
|
975
|
+
sku: string;
|
|
976
976
|
variacao: {
|
|
977
977
|
Kits: {
|
|
978
978
|
nome: string;
|
|
@@ -987,8 +987,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
987
987
|
bandeira: string;
|
|
988
988
|
forma_pagamento: {
|
|
989
989
|
id: number;
|
|
990
|
-
resource_uri: string;
|
|
991
990
|
nome: string;
|
|
991
|
+
resource_uri: string;
|
|
992
992
|
codigo: string;
|
|
993
993
|
configuracoes: {
|
|
994
994
|
ativo: boolean;
|
|
@@ -1015,8 +1015,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1015
1015
|
peso_real: string;
|
|
1016
1016
|
situacao: {
|
|
1017
1017
|
id: number;
|
|
1018
|
-
resource_uri: string;
|
|
1019
1018
|
nome: string;
|
|
1019
|
+
resource_uri: string;
|
|
1020
1020
|
aprovado: boolean;
|
|
1021
1021
|
cancelado: boolean;
|
|
1022
1022
|
codigo: string;
|
|
@@ -1029,26 +1029,26 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1029
1029
|
valor_subtotal: string;
|
|
1030
1030
|
valor_total: string;
|
|
1031
1031
|
id?: string | null | undefined;
|
|
1032
|
-
id_anymarket?: any;
|
|
1033
1032
|
order?: number | null | undefined;
|
|
1034
1033
|
createAt?: FirebaseFirestore.Timestamp | undefined;
|
|
1035
1034
|
updateAt?: FirebaseFirestore.Timestamp | undefined;
|
|
1036
|
-
id_externo?: any;
|
|
1037
1035
|
cliente_obs?: any;
|
|
1038
1036
|
cupom_desconto?: any;
|
|
1037
|
+
id_anymarket?: any;
|
|
1038
|
+
id_externo?: any;
|
|
1039
1039
|
integration_data?: any;
|
|
1040
1040
|
utm_campaign?: any;
|
|
1041
1041
|
}, {
|
|
1042
1042
|
resource_uri: string;
|
|
1043
|
+
numero: number;
|
|
1043
1044
|
data_criacao: string;
|
|
1044
1045
|
data_modificacao: string;
|
|
1045
|
-
numero: number;
|
|
1046
1046
|
cliente: {
|
|
1047
|
-
id: number;
|
|
1048
|
-
resource_uri: string;
|
|
1049
|
-
nome: string;
|
|
1050
1047
|
cpf: string;
|
|
1051
1048
|
email: string;
|
|
1049
|
+
id: number;
|
|
1050
|
+
nome: string;
|
|
1051
|
+
resource_uri: string;
|
|
1052
1052
|
sexo: string;
|
|
1053
1053
|
telefone_celular: string;
|
|
1054
1054
|
telefone_principal: string;
|
|
@@ -1058,10 +1058,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1058
1058
|
};
|
|
1059
1059
|
data_expiracao: string;
|
|
1060
1060
|
endereco_entrega: {
|
|
1061
|
+
cpf: string;
|
|
1061
1062
|
id: number;
|
|
1062
1063
|
nome: string;
|
|
1063
|
-
tipo: string;
|
|
1064
|
-
cpf: string;
|
|
1065
1064
|
bairro: string;
|
|
1066
1065
|
cep: string;
|
|
1067
1066
|
cidade: string;
|
|
@@ -1071,6 +1070,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1071
1070
|
numero: string;
|
|
1072
1071
|
pais: string;
|
|
1073
1072
|
referencia: string;
|
|
1073
|
+
tipo: string;
|
|
1074
1074
|
cnpj?: any;
|
|
1075
1075
|
razao_social?: any;
|
|
1076
1076
|
ie?: any;
|
|
@@ -1082,8 +1082,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1082
1082
|
data_modificacao: string;
|
|
1083
1083
|
forma_envio: {
|
|
1084
1084
|
id: number;
|
|
1085
|
-
code: string;
|
|
1086
1085
|
nome: string;
|
|
1086
|
+
code: string;
|
|
1087
1087
|
tipo: string;
|
|
1088
1088
|
};
|
|
1089
1089
|
objeto: string;
|
|
@@ -1093,23 +1093,23 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1093
1093
|
}[];
|
|
1094
1094
|
itens: {
|
|
1095
1095
|
id: number;
|
|
1096
|
-
produto: string;
|
|
1097
|
-
quantidade: string;
|
|
1098
|
-
altura: number;
|
|
1099
|
-
largura: number;
|
|
1100
|
-
ncm: string;
|
|
1101
1096
|
nome: string;
|
|
1102
|
-
peso: string;
|
|
1103
|
-
profundidade: number;
|
|
1104
|
-
sku: string;
|
|
1105
1097
|
tipo: string;
|
|
1106
1098
|
pedido: string;
|
|
1099
|
+
altura: number;
|
|
1107
1100
|
disponibilidade: number;
|
|
1101
|
+
largura: number;
|
|
1108
1102
|
linha: number;
|
|
1103
|
+
ncm: string;
|
|
1104
|
+
peso: string;
|
|
1109
1105
|
preco_cheio: string;
|
|
1110
1106
|
preco_subtotal: string;
|
|
1111
1107
|
preco_venda: string;
|
|
1108
|
+
produto: string;
|
|
1112
1109
|
produto_pai: string;
|
|
1110
|
+
profundidade: number;
|
|
1111
|
+
quantidade: string;
|
|
1112
|
+
sku: string;
|
|
1113
1113
|
variacao: {
|
|
1114
1114
|
Kits: {
|
|
1115
1115
|
nome: string;
|
|
@@ -1124,8 +1124,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1124
1124
|
bandeira: string;
|
|
1125
1125
|
forma_pagamento: {
|
|
1126
1126
|
id: number;
|
|
1127
|
-
resource_uri: string;
|
|
1128
1127
|
nome: string;
|
|
1128
|
+
resource_uri: string;
|
|
1129
1129
|
codigo: string;
|
|
1130
1130
|
configuracoes: {
|
|
1131
1131
|
ativo: boolean;
|
|
@@ -1152,8 +1152,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1152
1152
|
peso_real: string;
|
|
1153
1153
|
situacao: {
|
|
1154
1154
|
id: number;
|
|
1155
|
-
resource_uri: string;
|
|
1156
1155
|
nome: string;
|
|
1156
|
+
resource_uri: string;
|
|
1157
1157
|
aprovado: boolean;
|
|
1158
1158
|
cancelado: boolean;
|
|
1159
1159
|
codigo: string;
|
|
@@ -1166,13 +1166,13 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1166
1166
|
valor_subtotal: string;
|
|
1167
1167
|
valor_total: string;
|
|
1168
1168
|
id?: string | null | undefined;
|
|
1169
|
-
id_anymarket?: any;
|
|
1170
1169
|
order?: number | null | undefined;
|
|
1171
1170
|
createAt?: unknown;
|
|
1172
1171
|
updateAt?: unknown;
|
|
1173
|
-
id_externo?: any;
|
|
1174
1172
|
cliente_obs?: any;
|
|
1175
1173
|
cupom_desconto?: any;
|
|
1174
|
+
id_anymarket?: any;
|
|
1175
|
+
id_externo?: any;
|
|
1176
1176
|
integration_data?: any;
|
|
1177
1177
|
utm_campaign?: any;
|
|
1178
1178
|
}>;
|