@devizovaburza/mdm-sdk 1.5.0 → 2.0.0
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/v1/index.d.mts +12 -12
- package/dist/v1/index.d.ts +12 -12
- package/package.json +3 -4
package/dist/v1/index.d.mts
CHANGED
|
@@ -9137,7 +9137,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9137
9137
|
number: z.ZodOptional<z.ZodString>;
|
|
9138
9138
|
internalId: z.ZodOptional<z.ZodString>;
|
|
9139
9139
|
countryCode: z.ZodNonOptional<z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
9140
|
-
IM: "IM";
|
|
9141
9140
|
AF: "AF";
|
|
9142
9141
|
AL: "AL";
|
|
9143
9142
|
DZ: "DZ";
|
|
@@ -9226,6 +9225,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9226
9225
|
IR: "IR";
|
|
9227
9226
|
IQ: "IQ";
|
|
9228
9227
|
IE: "IE";
|
|
9228
|
+
IM: "IM";
|
|
9229
9229
|
IL: "IL";
|
|
9230
9230
|
IT: "IT";
|
|
9231
9231
|
CI: "CI";
|
|
@@ -9475,7 +9475,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9475
9475
|
city: z.ZodOptional<z.ZodString>;
|
|
9476
9476
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
9477
9477
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
9478
|
-
IM: "IM";
|
|
9479
9478
|
AF: "AF";
|
|
9480
9479
|
AL: "AL";
|
|
9481
9480
|
DZ: "DZ";
|
|
@@ -9564,6 +9563,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9564
9563
|
IR: "IR";
|
|
9565
9564
|
IQ: "IQ";
|
|
9566
9565
|
IE: "IE";
|
|
9566
|
+
IM: "IM";
|
|
9567
9567
|
IL: "IL";
|
|
9568
9568
|
IT: "IT";
|
|
9569
9569
|
CI: "CI";
|
|
@@ -14467,7 +14467,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14467
14467
|
number: z.ZodOptional<z.ZodString>;
|
|
14468
14468
|
internalId: z.ZodOptional<z.ZodString>;
|
|
14469
14469
|
countryCode: z.ZodNonOptional<z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
14470
|
-
IM: "IM";
|
|
14471
14470
|
AF: "AF";
|
|
14472
14471
|
AL: "AL";
|
|
14473
14472
|
DZ: "DZ";
|
|
@@ -14556,6 +14555,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14556
14555
|
IR: "IR";
|
|
14557
14556
|
IQ: "IQ";
|
|
14558
14557
|
IE: "IE";
|
|
14558
|
+
IM: "IM";
|
|
14559
14559
|
IL: "IL";
|
|
14560
14560
|
IT: "IT";
|
|
14561
14561
|
CI: "CI";
|
|
@@ -14805,7 +14805,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14805
14805
|
city: z.ZodOptional<z.ZodString>;
|
|
14806
14806
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
14807
14807
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
14808
|
-
IM: "IM";
|
|
14809
14808
|
AF: "AF";
|
|
14810
14809
|
AL: "AL";
|
|
14811
14810
|
DZ: "DZ";
|
|
@@ -14894,6 +14893,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14894
14893
|
IR: "IR";
|
|
14895
14894
|
IQ: "IQ";
|
|
14896
14895
|
IE: "IE";
|
|
14896
|
+
IM: "IM";
|
|
14897
14897
|
IL: "IL";
|
|
14898
14898
|
IT: "IT";
|
|
14899
14899
|
CI: "CI";
|
|
@@ -17549,7 +17549,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17549
17549
|
AVAX: "AVAX";
|
|
17550
17550
|
}>>>;
|
|
17551
17551
|
countryCode: z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
17552
|
-
IM: "IM";
|
|
17553
17552
|
AF: "AF";
|
|
17554
17553
|
AL: "AL";
|
|
17555
17554
|
DZ: "DZ";
|
|
@@ -17638,6 +17637,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17638
17637
|
IR: "IR";
|
|
17639
17638
|
IQ: "IQ";
|
|
17640
17639
|
IE: "IE";
|
|
17640
|
+
IM: "IM";
|
|
17641
17641
|
IL: "IL";
|
|
17642
17642
|
IT: "IT";
|
|
17643
17643
|
CI: "CI";
|
|
@@ -17833,7 +17833,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17833
17833
|
city: z.ZodOptional<z.ZodString>;
|
|
17834
17834
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
17835
17835
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
17836
|
-
IM: "IM";
|
|
17837
17836
|
AF: "AF";
|
|
17838
17837
|
AL: "AL";
|
|
17839
17838
|
DZ: "DZ";
|
|
@@ -17922,6 +17921,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17922
17921
|
IR: "IR";
|
|
17923
17922
|
IQ: "IQ";
|
|
17924
17923
|
IE: "IE";
|
|
17924
|
+
IM: "IM";
|
|
17925
17925
|
IL: "IL";
|
|
17926
17926
|
IT: "IT";
|
|
17927
17927
|
CI: "CI";
|
|
@@ -20398,7 +20398,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20398
20398
|
AVAX: "AVAX";
|
|
20399
20399
|
}>>>;
|
|
20400
20400
|
countryCode: z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
20401
|
-
IM: "IM";
|
|
20402
20401
|
AF: "AF";
|
|
20403
20402
|
AL: "AL";
|
|
20404
20403
|
DZ: "DZ";
|
|
@@ -20487,6 +20486,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20487
20486
|
IR: "IR";
|
|
20488
20487
|
IQ: "IQ";
|
|
20489
20488
|
IE: "IE";
|
|
20489
|
+
IM: "IM";
|
|
20490
20490
|
IL: "IL";
|
|
20491
20491
|
IT: "IT";
|
|
20492
20492
|
CI: "CI";
|
|
@@ -20682,7 +20682,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20682
20682
|
city: z.ZodOptional<z.ZodString>;
|
|
20683
20683
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
20684
20684
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
20685
|
-
IM: "IM";
|
|
20686
20685
|
AF: "AF";
|
|
20687
20686
|
AL: "AL";
|
|
20688
20687
|
DZ: "DZ";
|
|
@@ -20771,6 +20770,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20771
20770
|
IR: "IR";
|
|
20772
20771
|
IQ: "IQ";
|
|
20773
20772
|
IE: "IE";
|
|
20773
|
+
IM: "IM";
|
|
20774
20774
|
IL: "IL";
|
|
20775
20775
|
IT: "IT";
|
|
20776
20776
|
CI: "CI";
|
|
@@ -25554,7 +25554,6 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
25554
25554
|
city: z.ZodOptional<z.ZodString>;
|
|
25555
25555
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
25556
25556
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
25557
|
-
IM: "IM";
|
|
25558
25557
|
AF: "AF";
|
|
25559
25558
|
AL: "AL";
|
|
25560
25559
|
DZ: "DZ";
|
|
@@ -25643,6 +25642,7 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
25643
25642
|
IR: "IR";
|
|
25644
25643
|
IQ: "IQ";
|
|
25645
25644
|
IE: "IE";
|
|
25645
|
+
IM: "IM";
|
|
25646
25646
|
IL: "IL";
|
|
25647
25647
|
IT: "IT";
|
|
25648
25648
|
CI: "CI";
|
|
@@ -28890,7 +28890,6 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
28890
28890
|
city: z.ZodOptional<z.ZodString>;
|
|
28891
28891
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
28892
28892
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
28893
|
-
IM: "IM";
|
|
28894
28893
|
AF: "AF";
|
|
28895
28894
|
AL: "AL";
|
|
28896
28895
|
DZ: "DZ";
|
|
@@ -28979,6 +28978,7 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
28979
28978
|
IR: "IR";
|
|
28980
28979
|
IQ: "IQ";
|
|
28981
28980
|
IE: "IE";
|
|
28981
|
+
IM: "IM";
|
|
28982
28982
|
IL: "IL";
|
|
28983
28983
|
IT: "IT";
|
|
28984
28984
|
CI: "CI";
|
|
@@ -32999,7 +32999,6 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
32999
32999
|
city: z.ZodOptional<z.ZodString>;
|
|
33000
33000
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
33001
33001
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
33002
|
-
IM: "IM";
|
|
33003
33002
|
AF: "AF";
|
|
33004
33003
|
AL: "AL";
|
|
33005
33004
|
DZ: "DZ";
|
|
@@ -33088,6 +33087,7 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
33088
33087
|
IR: "IR";
|
|
33089
33088
|
IQ: "IQ";
|
|
33090
33089
|
IE: "IE";
|
|
33090
|
+
IM: "IM";
|
|
33091
33091
|
IL: "IL";
|
|
33092
33092
|
IT: "IT";
|
|
33093
33093
|
CI: "CI";
|
|
@@ -36335,7 +36335,6 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
36335
36335
|
city: z.ZodOptional<z.ZodString>;
|
|
36336
36336
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
36337
36337
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
36338
|
-
IM: "IM";
|
|
36339
36338
|
AF: "AF";
|
|
36340
36339
|
AL: "AL";
|
|
36341
36340
|
DZ: "DZ";
|
|
@@ -36424,6 +36423,7 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
36424
36423
|
IR: "IR";
|
|
36425
36424
|
IQ: "IQ";
|
|
36426
36425
|
IE: "IE";
|
|
36426
|
+
IM: "IM";
|
|
36427
36427
|
IL: "IL";
|
|
36428
36428
|
IT: "IT";
|
|
36429
36429
|
CI: "CI";
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -9137,7 +9137,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9137
9137
|
number: z.ZodOptional<z.ZodString>;
|
|
9138
9138
|
internalId: z.ZodOptional<z.ZodString>;
|
|
9139
9139
|
countryCode: z.ZodNonOptional<z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
9140
|
-
IM: "IM";
|
|
9141
9140
|
AF: "AF";
|
|
9142
9141
|
AL: "AL";
|
|
9143
9142
|
DZ: "DZ";
|
|
@@ -9226,6 +9225,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9226
9225
|
IR: "IR";
|
|
9227
9226
|
IQ: "IQ";
|
|
9228
9227
|
IE: "IE";
|
|
9228
|
+
IM: "IM";
|
|
9229
9229
|
IL: "IL";
|
|
9230
9230
|
IT: "IT";
|
|
9231
9231
|
CI: "CI";
|
|
@@ -9475,7 +9475,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9475
9475
|
city: z.ZodOptional<z.ZodString>;
|
|
9476
9476
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
9477
9477
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
9478
|
-
IM: "IM";
|
|
9479
9478
|
AF: "AF";
|
|
9480
9479
|
AL: "AL";
|
|
9481
9480
|
DZ: "DZ";
|
|
@@ -9564,6 +9563,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
9564
9563
|
IR: "IR";
|
|
9565
9564
|
IQ: "IQ";
|
|
9566
9565
|
IE: "IE";
|
|
9566
|
+
IM: "IM";
|
|
9567
9567
|
IL: "IL";
|
|
9568
9568
|
IT: "IT";
|
|
9569
9569
|
CI: "CI";
|
|
@@ -14467,7 +14467,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14467
14467
|
number: z.ZodOptional<z.ZodString>;
|
|
14468
14468
|
internalId: z.ZodOptional<z.ZodString>;
|
|
14469
14469
|
countryCode: z.ZodNonOptional<z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
14470
|
-
IM: "IM";
|
|
14471
14470
|
AF: "AF";
|
|
14472
14471
|
AL: "AL";
|
|
14473
14472
|
DZ: "DZ";
|
|
@@ -14556,6 +14555,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14556
14555
|
IR: "IR";
|
|
14557
14556
|
IQ: "IQ";
|
|
14558
14557
|
IE: "IE";
|
|
14558
|
+
IM: "IM";
|
|
14559
14559
|
IL: "IL";
|
|
14560
14560
|
IT: "IT";
|
|
14561
14561
|
CI: "CI";
|
|
@@ -14805,7 +14805,6 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14805
14805
|
city: z.ZodOptional<z.ZodString>;
|
|
14806
14806
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
14807
14807
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
14808
|
-
IM: "IM";
|
|
14809
14808
|
AF: "AF";
|
|
14810
14809
|
AL: "AL";
|
|
14811
14810
|
DZ: "DZ";
|
|
@@ -14894,6 +14893,7 @@ declare const createPartyInputSchema: z.ZodObject<{
|
|
|
14894
14893
|
IR: "IR";
|
|
14895
14894
|
IQ: "IQ";
|
|
14896
14895
|
IE: "IE";
|
|
14896
|
+
IM: "IM";
|
|
14897
14897
|
IL: "IL";
|
|
14898
14898
|
IT: "IT";
|
|
14899
14899
|
CI: "CI";
|
|
@@ -17549,7 +17549,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17549
17549
|
AVAX: "AVAX";
|
|
17550
17550
|
}>>>;
|
|
17551
17551
|
countryCode: z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
17552
|
-
IM: "IM";
|
|
17553
17552
|
AF: "AF";
|
|
17554
17553
|
AL: "AL";
|
|
17555
17554
|
DZ: "DZ";
|
|
@@ -17638,6 +17637,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17638
17637
|
IR: "IR";
|
|
17639
17638
|
IQ: "IQ";
|
|
17640
17639
|
IE: "IE";
|
|
17640
|
+
IM: "IM";
|
|
17641
17641
|
IL: "IL";
|
|
17642
17642
|
IT: "IT";
|
|
17643
17643
|
CI: "CI";
|
|
@@ -17833,7 +17833,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17833
17833
|
city: z.ZodOptional<z.ZodString>;
|
|
17834
17834
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
17835
17835
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
17836
|
-
IM: "IM";
|
|
17837
17836
|
AF: "AF";
|
|
17838
17837
|
AL: "AL";
|
|
17839
17838
|
DZ: "DZ";
|
|
@@ -17922,6 +17921,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
17922
17921
|
IR: "IR";
|
|
17923
17922
|
IQ: "IQ";
|
|
17924
17923
|
IE: "IE";
|
|
17924
|
+
IM: "IM";
|
|
17925
17925
|
IL: "IL";
|
|
17926
17926
|
IT: "IT";
|
|
17927
17927
|
CI: "CI";
|
|
@@ -20398,7 +20398,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20398
20398
|
AVAX: "AVAX";
|
|
20399
20399
|
}>>>;
|
|
20400
20400
|
countryCode: z.ZodNonOptional<z.ZodOptional<z.ZodEnum<{
|
|
20401
|
-
IM: "IM";
|
|
20402
20401
|
AF: "AF";
|
|
20403
20402
|
AL: "AL";
|
|
20404
20403
|
DZ: "DZ";
|
|
@@ -20487,6 +20486,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20487
20486
|
IR: "IR";
|
|
20488
20487
|
IQ: "IQ";
|
|
20489
20488
|
IE: "IE";
|
|
20489
|
+
IM: "IM";
|
|
20490
20490
|
IL: "IL";
|
|
20491
20491
|
IT: "IT";
|
|
20492
20492
|
CI: "CI";
|
|
@@ -20682,7 +20682,6 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20682
20682
|
city: z.ZodOptional<z.ZodString>;
|
|
20683
20683
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
20684
20684
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
20685
|
-
IM: "IM";
|
|
20686
20685
|
AF: "AF";
|
|
20687
20686
|
AL: "AL";
|
|
20688
20687
|
DZ: "DZ";
|
|
@@ -20771,6 +20770,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
|
|
|
20771
20770
|
IR: "IR";
|
|
20772
20771
|
IQ: "IQ";
|
|
20773
20772
|
IE: "IE";
|
|
20773
|
+
IM: "IM";
|
|
20774
20774
|
IL: "IL";
|
|
20775
20775
|
IT: "IT";
|
|
20776
20776
|
CI: "CI";
|
|
@@ -25554,7 +25554,6 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
25554
25554
|
city: z.ZodOptional<z.ZodString>;
|
|
25555
25555
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
25556
25556
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
25557
|
-
IM: "IM";
|
|
25558
25557
|
AF: "AF";
|
|
25559
25558
|
AL: "AL";
|
|
25560
25559
|
DZ: "DZ";
|
|
@@ -25643,6 +25642,7 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
25643
25642
|
IR: "IR";
|
|
25644
25643
|
IQ: "IQ";
|
|
25645
25644
|
IE: "IE";
|
|
25645
|
+
IM: "IM";
|
|
25646
25646
|
IL: "IL";
|
|
25647
25647
|
IT: "IT";
|
|
25648
25648
|
CI: "CI";
|
|
@@ -28890,7 +28890,6 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
28890
28890
|
city: z.ZodOptional<z.ZodString>;
|
|
28891
28891
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
28892
28892
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
28893
|
-
IM: "IM";
|
|
28894
28893
|
AF: "AF";
|
|
28895
28894
|
AL: "AL";
|
|
28896
28895
|
DZ: "DZ";
|
|
@@ -28979,6 +28978,7 @@ declare const partyOutputSchema: z.ZodObject<{
|
|
|
28979
28978
|
IR: "IR";
|
|
28980
28979
|
IQ: "IQ";
|
|
28981
28980
|
IE: "IE";
|
|
28981
|
+
IM: "IM";
|
|
28982
28982
|
IL: "IL";
|
|
28983
28983
|
IT: "IT";
|
|
28984
28984
|
CI: "CI";
|
|
@@ -32999,7 +32999,6 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
32999
32999
|
city: z.ZodOptional<z.ZodString>;
|
|
33000
33000
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
33001
33001
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
33002
|
-
IM: "IM";
|
|
33003
33002
|
AF: "AF";
|
|
33004
33003
|
AL: "AL";
|
|
33005
33004
|
DZ: "DZ";
|
|
@@ -33088,6 +33087,7 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
33088
33087
|
IR: "IR";
|
|
33089
33088
|
IQ: "IQ";
|
|
33090
33089
|
IE: "IE";
|
|
33090
|
+
IM: "IM";
|
|
33091
33091
|
IL: "IL";
|
|
33092
33092
|
IT: "IT";
|
|
33093
33093
|
CI: "CI";
|
|
@@ -36335,7 +36335,6 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
36335
36335
|
city: z.ZodOptional<z.ZodString>;
|
|
36336
36336
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
36337
36337
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
36338
|
-
IM: "IM";
|
|
36339
36338
|
AF: "AF";
|
|
36340
36339
|
AL: "AL";
|
|
36341
36340
|
DZ: "DZ";
|
|
@@ -36424,6 +36423,7 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
|
|
|
36424
36423
|
IR: "IR";
|
|
36425
36424
|
IQ: "IQ";
|
|
36426
36425
|
IE: "IE";
|
|
36426
|
+
IM: "IM";
|
|
36427
36427
|
IL: "IL";
|
|
36428
36428
|
IT: "IT";
|
|
36429
36429
|
CI: "CI";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devizovaburza/mdm-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"author": "Devizová burza a.s.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"type": "module",
|
|
@@ -19,11 +19,10 @@
|
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@develit-io/backend-sdk": "^
|
|
22
|
+
"@develit-io/backend-sdk": "^11.0.4",
|
|
23
23
|
"@develit-io/general-codes": "^1.17.0",
|
|
24
24
|
"@hono/zod-openapi": "^1.3.0",
|
|
25
|
-
"drizzle-orm": "^0.
|
|
26
|
-
"drizzle-zod": "^0.8.3",
|
|
25
|
+
"drizzle-orm": "^1.0.0-rc.1",
|
|
27
26
|
"zod": "^4.3.6"
|
|
28
27
|
},
|
|
29
28
|
"peerDependencies": {
|