@voyantjs/transactions-react 0.84.2 → 0.84.3

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.
@@ -30,8 +30,10 @@ export declare function useOfferMutation(): {
30
30
  notes: string | null;
31
31
  createdAt: string;
32
32
  updatedAt: string;
33
+ contactPartyType?: "individual" | "company" | null | undefined;
33
34
  contactFirstName?: string | null | undefined;
34
35
  contactLastName?: string | null | undefined;
36
+ contactTaxId?: string | null | undefined;
35
37
  contactEmail?: string | null | undefined;
36
38
  contactPhone?: string | null | undefined;
37
39
  contactPreferredLanguage?: string | null | undefined;
@@ -72,8 +74,10 @@ export declare function useOfferMutation(): {
72
74
  quoteId?: string | null | undefined;
73
75
  marketId?: string | null | undefined;
74
76
  sourceChannelId?: string | null | undefined;
77
+ contactPartyType?: "individual" | "company" | null | undefined;
75
78
  contactFirstName?: string | null | undefined;
76
79
  contactLastName?: string | null | undefined;
80
+ contactTaxId?: string | null | undefined;
77
81
  contactEmail?: string | null | undefined;
78
82
  contactPhone?: string | null | undefined;
79
83
  contactPreferredLanguage?: string | null | undefined;
@@ -145,8 +149,10 @@ export declare function useOfferMutation(): {
145
149
  notes: string | null;
146
150
  createdAt: string;
147
151
  updatedAt: string;
152
+ contactPartyType?: "individual" | "company" | null | undefined;
148
153
  contactFirstName?: string | null | undefined;
149
154
  contactLastName?: string | null | undefined;
155
+ contactTaxId?: string | null | undefined;
150
156
  contactEmail?: string | null | undefined;
151
157
  contactPhone?: string | null | undefined;
152
158
  contactPreferredLanguage?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use-offer-mutation.d.ts","sourceRoot":"","sources":["../../src/hooks/use-offer-mutation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAClF,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAO5B,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAChE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAEhE,wBAAgB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAqBY,MAAM;eAAS,gBAAgB;;;;;EAgC1E"}
1
+ {"version":3,"file":"use-offer-mutation.d.ts","sourceRoot":"","sources":["../../src/hooks/use-offer-mutation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAClF,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAO5B,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAChE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAEhE,wBAAgB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAqBY,MAAM;eAAS,gBAAgB;;;;;EAgC1E"}
@@ -30,8 +30,10 @@ export declare function useOffers(options?: UseOffersOptions): import("@tanstack
30
30
  notes: string | null;
31
31
  createdAt: string;
32
32
  updatedAt: string;
33
+ contactPartyType?: "individual" | "company" | null | undefined;
33
34
  contactFirstName?: string | null | undefined;
34
35
  contactLastName?: string | null | undefined;
36
+ contactTaxId?: string | null | undefined;
35
37
  contactEmail?: string | null | undefined;
36
38
  contactPhone?: string | null | undefined;
37
39
  contactPreferredLanguage?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use-offers.d.ts","sourceRoot":"","sources":["../../src/hooks/use-offers.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAGzD,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,wBAAgB,SAAS,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAQvD"}
1
+ {"version":3,"file":"use-offers.d.ts","sourceRoot":"","sources":["../../src/hooks/use-offers.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAGzD,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,wBAAgB,SAAS,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAQvD"}
@@ -30,8 +30,10 @@ export declare function useOrderMutation(): {
30
30
  notes: string | null;
31
31
  createdAt: string;
32
32
  updatedAt: string;
33
+ contactPartyType?: "individual" | "company" | null | undefined;
33
34
  contactFirstName?: string | null | undefined;
34
35
  contactLastName?: string | null | undefined;
36
+ contactTaxId?: string | null | undefined;
35
37
  contactEmail?: string | null | undefined;
36
38
  contactPhone?: string | null | undefined;
37
39
  contactPreferredLanguage?: string | null | undefined;
@@ -54,8 +56,10 @@ export declare function useOrderMutation(): {
54
56
  quoteId?: string | null | undefined;
55
57
  marketId?: string | null | undefined;
56
58
  sourceChannelId?: string | null | undefined;
59
+ contactPartyType?: "individual" | "company" | null | undefined;
57
60
  contactFirstName?: string | null | undefined;
58
61
  contactLastName?: string | null | undefined;
62
+ contactTaxId?: string | null | undefined;
59
63
  contactEmail?: string | null | undefined;
60
64
  contactPhone?: string | null | undefined;
61
65
  contactPreferredLanguage?: string | null | undefined;
@@ -106,8 +110,10 @@ export declare function useOrderMutation(): {
106
110
  notes: string | null;
107
111
  createdAt: string;
108
112
  updatedAt: string;
113
+ contactPartyType?: "individual" | "company" | null | undefined;
109
114
  contactFirstName?: string | null | undefined;
110
115
  contactLastName?: string | null | undefined;
116
+ contactTaxId?: string | null | undefined;
111
117
  contactEmail?: string | null | undefined;
112
118
  contactPhone?: string | null | undefined;
113
119
  contactPreferredLanguage?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use-order-mutation.d.ts","sourceRoot":"","sources":["../../src/hooks/use-order-mutation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAClF,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAO5B,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAChE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAEhE,wBAAgB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAqBY,MAAM;eAAS,gBAAgB;;;;;EAgC1E"}
1
+ {"version":3,"file":"use-order-mutation.d.ts","sourceRoot":"","sources":["../../src/hooks/use-order-mutation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAClF,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAO5B,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAChE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAEhE,wBAAgB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAqBY,MAAM;eAAS,gBAAgB;;;;;EAgC1E"}
@@ -30,8 +30,10 @@ export declare function useOrders(options?: UseOrdersOptions): import("@tanstack
30
30
  notes: string | null;
31
31
  createdAt: string;
32
32
  updatedAt: string;
33
+ contactPartyType?: "individual" | "company" | null | undefined;
33
34
  contactFirstName?: string | null | undefined;
34
35
  contactLastName?: string | null | undefined;
36
+ contactTaxId?: string | null | undefined;
35
37
  contactEmail?: string | null | undefined;
36
38
  contactPhone?: string | null | undefined;
37
39
  contactPreferredLanguage?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use-orders.d.ts","sourceRoot":"","sources":["../../src/hooks/use-orders.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAGzD,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,wBAAgB,SAAS,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAQvD"}
1
+ {"version":3,"file":"use-orders.d.ts","sourceRoot":"","sources":["../../src/hooks/use-orders.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAGzD,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,wBAAgB,SAAS,CAAC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAQvD"}
@@ -29,8 +29,10 @@ export declare function getOffersQueryOptions(client: FetchWithValidationOptions
29
29
  notes: string | null;
30
30
  createdAt: string;
31
31
  updatedAt: string;
32
+ contactPartyType?: "individual" | "company" | null | undefined;
32
33
  contactFirstName?: string | null | undefined;
33
34
  contactLastName?: string | null | undefined;
35
+ contactTaxId?: string | null | undefined;
34
36
  contactEmail?: string | null | undefined;
35
37
  contactPhone?: string | null | undefined;
36
38
  contactPreferredLanguage?: string | null | undefined;
@@ -92,8 +94,10 @@ export declare function getOffersQueryOptions(client: FetchWithValidationOptions
92
94
  notes: string | null;
93
95
  createdAt: string;
94
96
  updatedAt: string;
97
+ contactPartyType?: "individual" | "company" | null | undefined;
95
98
  contactFirstName?: string | null | undefined;
96
99
  contactLastName?: string | null | undefined;
100
+ contactTaxId?: string | null | undefined;
97
101
  contactEmail?: string | null | undefined;
98
102
  contactPhone?: string | null | undefined;
99
103
  contactPreferredLanguage?: string | null | undefined;
@@ -156,8 +160,10 @@ export declare function getOffersQueryOptions(client: FetchWithValidationOptions
156
160
  notes: string | null;
157
161
  createdAt: string;
158
162
  updatedAt: string;
163
+ contactPartyType?: "individual" | "company" | null | undefined;
159
164
  contactFirstName?: string | null | undefined;
160
165
  contactLastName?: string | null | undefined;
166
+ contactTaxId?: string | null | undefined;
161
167
  contactEmail?: string | null | undefined;
162
168
  contactPhone?: string | null | undefined;
163
169
  contactPreferredLanguage?: string | null | undefined;
@@ -222,8 +228,10 @@ export declare function getOffersQueryOptions(client: FetchWithValidationOptions
222
228
  notes: string | null;
223
229
  createdAt: string;
224
230
  updatedAt: string;
231
+ contactPartyType?: "individual" | "company" | null | undefined;
225
232
  contactFirstName?: string | null | undefined;
226
233
  contactLastName?: string | null | undefined;
234
+ contactTaxId?: string | null | undefined;
227
235
  contactEmail?: string | null | undefined;
228
236
  contactPhone?: string | null | undefined;
229
237
  contactPreferredLanguage?: string | null | undefined;
@@ -288,8 +296,10 @@ export declare function getOfferQueryOptions(client: FetchWithValidationOptions,
288
296
  notes: string | null;
289
297
  createdAt: string;
290
298
  updatedAt: string;
299
+ contactPartyType?: "individual" | "company" | null | undefined;
291
300
  contactFirstName?: string | null | undefined;
292
301
  contactLastName?: string | null | undefined;
302
+ contactTaxId?: string | null | undefined;
293
303
  contactEmail?: string | null | undefined;
294
304
  contactPhone?: string | null | undefined;
295
305
  contactPreferredLanguage?: string | null | undefined;
@@ -346,8 +356,10 @@ export declare function getOfferQueryOptions(client: FetchWithValidationOptions,
346
356
  notes: string | null;
347
357
  createdAt: string;
348
358
  updatedAt: string;
359
+ contactPartyType?: "individual" | "company" | null | undefined;
349
360
  contactFirstName?: string | null | undefined;
350
361
  contactLastName?: string | null | undefined;
362
+ contactTaxId?: string | null | undefined;
351
363
  contactEmail?: string | null | undefined;
352
364
  contactPhone?: string | null | undefined;
353
365
  contactPreferredLanguage?: string | null | undefined;
@@ -405,8 +417,10 @@ export declare function getOfferQueryOptions(client: FetchWithValidationOptions,
405
417
  notes: string | null;
406
418
  createdAt: string;
407
419
  updatedAt: string;
420
+ contactPartyType?: "individual" | "company" | null | undefined;
408
421
  contactFirstName?: string | null | undefined;
409
422
  contactLastName?: string | null | undefined;
423
+ contactTaxId?: string | null | undefined;
410
424
  contactEmail?: string | null | undefined;
411
425
  contactPhone?: string | null | undefined;
412
426
  contactPreferredLanguage?: string | null | undefined;
@@ -466,8 +480,10 @@ export declare function getOfferQueryOptions(client: FetchWithValidationOptions,
466
480
  notes: string | null;
467
481
  createdAt: string;
468
482
  updatedAt: string;
483
+ contactPartyType?: "individual" | "company" | null | undefined;
469
484
  contactFirstName?: string | null | undefined;
470
485
  contactLastName?: string | null | undefined;
486
+ contactTaxId?: string | null | undefined;
471
487
  contactEmail?: string | null | undefined;
472
488
  contactPhone?: string | null | undefined;
473
489
  contactPreferredLanguage?: string | null | undefined;
@@ -529,8 +545,10 @@ export declare function getOrdersQueryOptions(client: FetchWithValidationOptions
529
545
  notes: string | null;
530
546
  createdAt: string;
531
547
  updatedAt: string;
548
+ contactPartyType?: "individual" | "company" | null | undefined;
532
549
  contactFirstName?: string | null | undefined;
533
550
  contactLastName?: string | null | undefined;
551
+ contactTaxId?: string | null | undefined;
534
552
  contactEmail?: string | null | undefined;
535
553
  contactPhone?: string | null | undefined;
536
554
  contactPreferredLanguage?: string | null | undefined;
@@ -573,8 +591,10 @@ export declare function getOrdersQueryOptions(client: FetchWithValidationOptions
573
591
  notes: string | null;
574
592
  createdAt: string;
575
593
  updatedAt: string;
594
+ contactPartyType?: "individual" | "company" | null | undefined;
576
595
  contactFirstName?: string | null | undefined;
577
596
  contactLastName?: string | null | undefined;
597
+ contactTaxId?: string | null | undefined;
578
598
  contactEmail?: string | null | undefined;
579
599
  contactPhone?: string | null | undefined;
580
600
  contactPreferredLanguage?: string | null | undefined;
@@ -618,8 +638,10 @@ export declare function getOrdersQueryOptions(client: FetchWithValidationOptions
618
638
  notes: string | null;
619
639
  createdAt: string;
620
640
  updatedAt: string;
641
+ contactPartyType?: "individual" | "company" | null | undefined;
621
642
  contactFirstName?: string | null | undefined;
622
643
  contactLastName?: string | null | undefined;
644
+ contactTaxId?: string | null | undefined;
623
645
  contactEmail?: string | null | undefined;
624
646
  contactPhone?: string | null | undefined;
625
647
  contactPreferredLanguage?: string | null | undefined;
@@ -665,8 +687,10 @@ export declare function getOrdersQueryOptions(client: FetchWithValidationOptions
665
687
  notes: string | null;
666
688
  createdAt: string;
667
689
  updatedAt: string;
690
+ contactPartyType?: "individual" | "company" | null | undefined;
668
691
  contactFirstName?: string | null | undefined;
669
692
  contactLastName?: string | null | undefined;
693
+ contactTaxId?: string | null | undefined;
670
694
  contactEmail?: string | null | undefined;
671
695
  contactPhone?: string | null | undefined;
672
696
  contactPreferredLanguage?: string | null | undefined;
@@ -712,8 +736,10 @@ export declare function getOrderQueryOptions(client: FetchWithValidationOptions,
712
736
  notes: string | null;
713
737
  createdAt: string;
714
738
  updatedAt: string;
739
+ contactPartyType?: "individual" | "company" | null | undefined;
715
740
  contactFirstName?: string | null | undefined;
716
741
  contactLastName?: string | null | undefined;
742
+ contactTaxId?: string | null | undefined;
717
743
  contactEmail?: string | null | undefined;
718
744
  contactPhone?: string | null | undefined;
719
745
  contactPreferredLanguage?: string | null | undefined;
@@ -751,8 +777,10 @@ export declare function getOrderQueryOptions(client: FetchWithValidationOptions,
751
777
  notes: string | null;
752
778
  createdAt: string;
753
779
  updatedAt: string;
780
+ contactPartyType?: "individual" | "company" | null | undefined;
754
781
  contactFirstName?: string | null | undefined;
755
782
  contactLastName?: string | null | undefined;
783
+ contactTaxId?: string | null | undefined;
756
784
  contactEmail?: string | null | undefined;
757
785
  contactPhone?: string | null | undefined;
758
786
  contactPreferredLanguage?: string | null | undefined;
@@ -791,8 +819,10 @@ export declare function getOrderQueryOptions(client: FetchWithValidationOptions,
791
819
  notes: string | null;
792
820
  createdAt: string;
793
821
  updatedAt: string;
822
+ contactPartyType?: "individual" | "company" | null | undefined;
794
823
  contactFirstName?: string | null | undefined;
795
824
  contactLastName?: string | null | undefined;
825
+ contactTaxId?: string | null | undefined;
796
826
  contactEmail?: string | null | undefined;
797
827
  contactPhone?: string | null | undefined;
798
828
  contactPreferredLanguage?: string | null | undefined;
@@ -833,8 +863,10 @@ export declare function getOrderQueryOptions(client: FetchWithValidationOptions,
833
863
  notes: string | null;
834
864
  createdAt: string;
835
865
  updatedAt: string;
866
+ contactPartyType?: "individual" | "company" | null | undefined;
836
867
  contactFirstName?: string | null | undefined;
837
868
  contactLastName?: string | null | undefined;
869
+ contactTaxId?: string | null | undefined;
838
870
  contactEmail?: string | null | undefined;
839
871
  contactPhone?: string | null | undefined;
840
872
  contactPreferredLanguage?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"query-options.d.ts","sourceRoot":"","sources":["../src/query-options.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,0BAA0B,EAAuB,MAAM,aAAa,CAAA;AAClF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAmB7D,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,0BAA0B,EAClC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY/B;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,0BAA0B,EAAE,EAAE,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYlF;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,0BAA0B,EAClC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY/B;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,0BAA0B,EAAE,EAAE,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYlF"}
1
+ {"version":3,"file":"query-options.d.ts","sourceRoot":"","sources":["../src/query-options.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,0BAA0B,EAAuB,MAAM,aAAa,CAAA;AAClF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAmB7D,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,0BAA0B,EAClC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY/B;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,0BAA0B,EAAE,EAAE,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYlF;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,0BAA0B,EAClC,OAAO,GAAE,gBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY/B;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,0BAA0B,EAAE,EAAE,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYlF"}
package/dist/schemas.d.ts CHANGED
@@ -24,8 +24,13 @@ export declare const offerRecordSchema: z.ZodObject<{
24
24
  withdrawn: "withdrawn";
25
25
  converted: "converted";
26
26
  }>>;
27
+ contactPartyType: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
28
+ individual: "individual";
29
+ company: "company";
30
+ }>>>;
27
31
  contactFirstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
32
  contactLastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ contactTaxId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
34
  contactEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
35
  contactPhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
36
  contactPreferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -128,8 +133,13 @@ export declare const orderRecordSchema: z.ZodObject<{
128
133
  confirmed: "confirmed";
129
134
  fulfilled: "fulfilled";
130
135
  }>>;
136
+ contactPartyType: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
137
+ individual: "individual";
138
+ company: "company";
139
+ }>>>;
131
140
  contactFirstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
132
141
  contactLastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
142
+ contactTaxId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
143
  contactEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
134
144
  contactPhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
135
145
  contactPreferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -178,8 +188,13 @@ export declare const offerListResponse: z.ZodObject<{
178
188
  withdrawn: "withdrawn";
179
189
  converted: "converted";
180
190
  }>>;
191
+ contactPartyType: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
192
+ individual: "individual";
193
+ company: "company";
194
+ }>>>;
181
195
  contactFirstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
182
196
  contactLastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
197
+ contactTaxId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
183
198
  contactEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
184
199
  contactPhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
185
200
  contactPreferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -286,8 +301,13 @@ export declare const offerSingleResponse: z.ZodObject<{
286
301
  withdrawn: "withdrawn";
287
302
  converted: "converted";
288
303
  }>>;
304
+ contactPartyType: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
305
+ individual: "individual";
306
+ company: "company";
307
+ }>>>;
289
308
  contactFirstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
290
309
  contactLastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
310
+ contactTaxId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
291
311
  contactEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
292
312
  contactPhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
293
313
  contactPreferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -390,8 +410,13 @@ export declare const orderListResponse: z.ZodObject<{
390
410
  confirmed: "confirmed";
391
411
  fulfilled: "fulfilled";
392
412
  }>>;
413
+ contactPartyType: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
414
+ individual: "individual";
415
+ company: "company";
416
+ }>>>;
393
417
  contactFirstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
394
418
  contactLastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
419
+ contactTaxId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
395
420
  contactEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
396
421
  contactPhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
422
  contactPreferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -442,8 +467,13 @@ export declare const orderSingleResponse: z.ZodObject<{
442
467
  confirmed: "confirmed";
443
468
  fulfilled: "fulfilled";
444
469
  }>>;
470
+ contactPartyType: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
471
+ individual: "individual";
472
+ company: "company";
473
+ }>>>;
445
474
  contactFirstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
446
475
  contactLastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
476
+ contactTaxId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
447
477
  contactEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
448
478
  contactPhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
449
479
  contactPreferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAClG,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,CAAC,CAAC,UAAU,EAAE,MAAM,CAAC;;;;;iBAM7D,CAAA;AAEJ,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,CAAC,CAAC,UAAU,EAAE,MAAM,CAAC;;iBAA6B,CAAA;AAC3F,eAAO,MAAM,eAAe;;iBAAqC,CAAA;AAEjE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwB5B,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAC3D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAErE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwB5B,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAuC,CAAA;AACrE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoC,CAAA;AACpE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAuC,CAAA;AACrE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoC,CAAA"}
1
+ {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAClG,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,CAAC,CAAC,UAAU,EAAE,MAAM,CAAC;;;;;iBAM7D,CAAA;AAEJ,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,CAAC,CAAC,UAAU,EAAE,MAAM,CAAC;;iBAA6B,CAAA;AAC3F,eAAO,MAAM,eAAe;;iBAAqC,CAAA;AAEjE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwB5B,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAC3D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAErE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwB5B,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAuC,CAAA;AACrE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoC,CAAA;AACpE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAuC,CAAA;AACrE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/transactions-react",
3
- "version": "0.84.2",
3
+ "version": "0.84.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,7 +41,7 @@
41
41
  "react": "^19.0.0",
42
42
  "react-dom": "^19.0.0",
43
43
  "zod": "^4.0.0",
44
- "@voyantjs/transactions": "0.84.2"
44
+ "@voyantjs/transactions": "0.84.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@tanstack/react-query": "^5.100.11",
@@ -52,12 +52,12 @@
52
52
  "typescript": "^6.0.2",
53
53
  "vitest": "^4.1.2",
54
54
  "zod": "^4.3.6",
55
- "@voyantjs/react": "0.84.2",
56
- "@voyantjs/transactions": "0.84.2",
55
+ "@voyantjs/react": "0.84.3",
56
+ "@voyantjs/transactions": "0.84.3",
57
57
  "@voyantjs/voyant-typescript-config": "0.1.0"
58
58
  },
59
59
  "dependencies": {
60
- "@voyantjs/react": "0.84.2"
60
+ "@voyantjs/react": "0.84.3"
61
61
  },
62
62
  "files": [
63
63
  "dist"