@or-sdk/library-types-v2 6.0.15 → 6.0.16
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/CHANGELOG.md +6 -0
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/types/Packages/params.d.ts +130 -0
- package/package.json +1 -1
|
@@ -143,16 +143,34 @@ export declare const GetPackagesParamsFilter: z.ZodObject<{
|
|
|
143
143
|
in?: any;
|
|
144
144
|
notIn?: any;
|
|
145
145
|
}>>;
|
|
146
|
+
id: z.ZodDefault<z.ZodObject<Pick<{
|
|
147
|
+
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
148
|
+
notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
149
|
+
}, "in" | "notIn">, "strip", z.ZodTypeAny, {
|
|
150
|
+
in?: any[];
|
|
151
|
+
notIn?: any[];
|
|
152
|
+
}, {
|
|
153
|
+
in?: any;
|
|
154
|
+
notIn?: any;
|
|
155
|
+
}>>;
|
|
146
156
|
}, "strip", z.ZodTypeAny, {
|
|
147
157
|
name?: {
|
|
148
158
|
in?: any[];
|
|
149
159
|
notIn?: any[];
|
|
150
160
|
};
|
|
161
|
+
id?: {
|
|
162
|
+
in?: any[];
|
|
163
|
+
notIn?: any[];
|
|
164
|
+
};
|
|
151
165
|
}, {
|
|
152
166
|
name?: {
|
|
153
167
|
in?: any;
|
|
154
168
|
notIn?: any;
|
|
155
169
|
};
|
|
170
|
+
id?: {
|
|
171
|
+
in?: any;
|
|
172
|
+
notIn?: any;
|
|
173
|
+
};
|
|
156
174
|
}>>;
|
|
157
175
|
id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
|
|
158
176
|
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
@@ -237,6 +255,10 @@ export declare const GetPackagesParamsFilter: z.ZodObject<{
|
|
|
237
255
|
in?: any[];
|
|
238
256
|
notIn?: any[];
|
|
239
257
|
};
|
|
258
|
+
id?: {
|
|
259
|
+
in?: any[];
|
|
260
|
+
notIn?: any[];
|
|
261
|
+
};
|
|
240
262
|
};
|
|
241
263
|
id?: {
|
|
242
264
|
in?: any[];
|
|
@@ -269,6 +291,10 @@ export declare const GetPackagesParamsFilter: z.ZodObject<{
|
|
|
269
291
|
in?: any;
|
|
270
292
|
notIn?: any;
|
|
271
293
|
};
|
|
294
|
+
id?: {
|
|
295
|
+
in?: any;
|
|
296
|
+
notIn?: any;
|
|
297
|
+
};
|
|
272
298
|
};
|
|
273
299
|
id?: {
|
|
274
300
|
in?: any;
|
|
@@ -327,16 +353,34 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
327
353
|
in?: any;
|
|
328
354
|
notIn?: any;
|
|
329
355
|
}>>;
|
|
356
|
+
id: z.ZodDefault<z.ZodObject<Pick<{
|
|
357
|
+
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
358
|
+
notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
359
|
+
}, "in" | "notIn">, "strip", z.ZodTypeAny, {
|
|
360
|
+
in?: any[];
|
|
361
|
+
notIn?: any[];
|
|
362
|
+
}, {
|
|
363
|
+
in?: any;
|
|
364
|
+
notIn?: any;
|
|
365
|
+
}>>;
|
|
330
366
|
}, "strip", z.ZodTypeAny, {
|
|
331
367
|
name?: {
|
|
332
368
|
in?: any[];
|
|
333
369
|
notIn?: any[];
|
|
334
370
|
};
|
|
371
|
+
id?: {
|
|
372
|
+
in?: any[];
|
|
373
|
+
notIn?: any[];
|
|
374
|
+
};
|
|
335
375
|
}, {
|
|
336
376
|
name?: {
|
|
337
377
|
in?: any;
|
|
338
378
|
notIn?: any;
|
|
339
379
|
};
|
|
380
|
+
id?: {
|
|
381
|
+
in?: any;
|
|
382
|
+
notIn?: any;
|
|
383
|
+
};
|
|
340
384
|
}>>;
|
|
341
385
|
id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
|
|
342
386
|
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
@@ -421,6 +465,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
421
465
|
in?: any[];
|
|
422
466
|
notIn?: any[];
|
|
423
467
|
};
|
|
468
|
+
id?: {
|
|
469
|
+
in?: any[];
|
|
470
|
+
notIn?: any[];
|
|
471
|
+
};
|
|
424
472
|
};
|
|
425
473
|
id?: {
|
|
426
474
|
in?: any[];
|
|
@@ -453,6 +501,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
453
501
|
in?: any;
|
|
454
502
|
notIn?: any;
|
|
455
503
|
};
|
|
504
|
+
id?: {
|
|
505
|
+
in?: any;
|
|
506
|
+
notIn?: any;
|
|
507
|
+
};
|
|
456
508
|
};
|
|
457
509
|
id?: {
|
|
458
510
|
in?: any;
|
|
@@ -498,16 +550,34 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
498
550
|
in?: any;
|
|
499
551
|
notIn?: any;
|
|
500
552
|
}>>;
|
|
553
|
+
id: z.ZodDefault<z.ZodObject<Pick<{
|
|
554
|
+
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
555
|
+
notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
556
|
+
}, "in" | "notIn">, "strip", z.ZodTypeAny, {
|
|
557
|
+
in?: any[];
|
|
558
|
+
notIn?: any[];
|
|
559
|
+
}, {
|
|
560
|
+
in?: any;
|
|
561
|
+
notIn?: any;
|
|
562
|
+
}>>;
|
|
501
563
|
}, "strip", z.ZodTypeAny, {
|
|
502
564
|
name?: {
|
|
503
565
|
in?: any[];
|
|
504
566
|
notIn?: any[];
|
|
505
567
|
};
|
|
568
|
+
id?: {
|
|
569
|
+
in?: any[];
|
|
570
|
+
notIn?: any[];
|
|
571
|
+
};
|
|
506
572
|
}, {
|
|
507
573
|
name?: {
|
|
508
574
|
in?: any;
|
|
509
575
|
notIn?: any;
|
|
510
576
|
};
|
|
577
|
+
id?: {
|
|
578
|
+
in?: any;
|
|
579
|
+
notIn?: any;
|
|
580
|
+
};
|
|
511
581
|
}>>;
|
|
512
582
|
id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
|
|
513
583
|
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
@@ -587,6 +657,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
587
657
|
in?: any[];
|
|
588
658
|
notIn?: any[];
|
|
589
659
|
};
|
|
660
|
+
id?: {
|
|
661
|
+
in?: any[];
|
|
662
|
+
notIn?: any[];
|
|
663
|
+
};
|
|
590
664
|
};
|
|
591
665
|
id?: {
|
|
592
666
|
in?: any[];
|
|
@@ -598,6 +672,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
598
672
|
in?: any;
|
|
599
673
|
notIn?: any;
|
|
600
674
|
};
|
|
675
|
+
id?: {
|
|
676
|
+
in?: any;
|
|
677
|
+
notIn?: any;
|
|
678
|
+
};
|
|
601
679
|
};
|
|
602
680
|
id?: {
|
|
603
681
|
in?: any;
|
|
@@ -621,6 +699,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
621
699
|
in?: any[];
|
|
622
700
|
notIn?: any[];
|
|
623
701
|
};
|
|
702
|
+
id?: {
|
|
703
|
+
in?: any[];
|
|
704
|
+
notIn?: any[];
|
|
705
|
+
};
|
|
624
706
|
};
|
|
625
707
|
id?: {
|
|
626
708
|
in?: any[];
|
|
@@ -649,6 +731,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
649
731
|
in?: any[];
|
|
650
732
|
notIn?: any[];
|
|
651
733
|
};
|
|
734
|
+
id?: {
|
|
735
|
+
in?: any[];
|
|
736
|
+
notIn?: any[];
|
|
737
|
+
};
|
|
652
738
|
};
|
|
653
739
|
id?: {
|
|
654
740
|
in?: any[];
|
|
@@ -672,6 +758,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
672
758
|
in?: any;
|
|
673
759
|
notIn?: any;
|
|
674
760
|
};
|
|
761
|
+
id?: {
|
|
762
|
+
in?: any;
|
|
763
|
+
notIn?: any;
|
|
764
|
+
};
|
|
675
765
|
};
|
|
676
766
|
id?: {
|
|
677
767
|
in?: any;
|
|
@@ -700,6 +790,10 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
700
790
|
in?: any;
|
|
701
791
|
notIn?: any;
|
|
702
792
|
};
|
|
793
|
+
id?: {
|
|
794
|
+
in?: any;
|
|
795
|
+
notIn?: any;
|
|
796
|
+
};
|
|
703
797
|
};
|
|
704
798
|
id?: {
|
|
705
799
|
in?: any;
|
|
@@ -731,16 +825,34 @@ export declare const GetPackageParams: z.ZodOptional<z.ZodObject<Pick<{
|
|
|
731
825
|
in?: any;
|
|
732
826
|
notIn?: any;
|
|
733
827
|
}>>;
|
|
828
|
+
id: z.ZodDefault<z.ZodObject<Pick<{
|
|
829
|
+
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
830
|
+
notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
831
|
+
}, "in" | "notIn">, "strip", z.ZodTypeAny, {
|
|
832
|
+
in?: any[];
|
|
833
|
+
notIn?: any[];
|
|
834
|
+
}, {
|
|
835
|
+
in?: any;
|
|
836
|
+
notIn?: any;
|
|
837
|
+
}>>;
|
|
734
838
|
}, "strip", z.ZodTypeAny, {
|
|
735
839
|
name?: {
|
|
736
840
|
in?: any[];
|
|
737
841
|
notIn?: any[];
|
|
738
842
|
};
|
|
843
|
+
id?: {
|
|
844
|
+
in?: any[];
|
|
845
|
+
notIn?: any[];
|
|
846
|
+
};
|
|
739
847
|
}, {
|
|
740
848
|
name?: {
|
|
741
849
|
in?: any;
|
|
742
850
|
notIn?: any;
|
|
743
851
|
};
|
|
852
|
+
id?: {
|
|
853
|
+
in?: any;
|
|
854
|
+
notIn?: any;
|
|
855
|
+
};
|
|
744
856
|
}>>;
|
|
745
857
|
id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
|
|
746
858
|
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
@@ -882,16 +994,34 @@ export declare const DeletePackageParams: z.ZodObject<{
|
|
|
882
994
|
in?: any;
|
|
883
995
|
notIn?: any;
|
|
884
996
|
}>>;
|
|
997
|
+
id: z.ZodDefault<z.ZodObject<Pick<{
|
|
998
|
+
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
999
|
+
notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|
|
1000
|
+
}, "in" | "notIn">, "strip", z.ZodTypeAny, {
|
|
1001
|
+
in?: any[];
|
|
1002
|
+
notIn?: any[];
|
|
1003
|
+
}, {
|
|
1004
|
+
in?: any;
|
|
1005
|
+
notIn?: any;
|
|
1006
|
+
}>>;
|
|
885
1007
|
}, "strip", z.ZodTypeAny, {
|
|
886
1008
|
name?: {
|
|
887
1009
|
in?: any[];
|
|
888
1010
|
notIn?: any[];
|
|
889
1011
|
};
|
|
1012
|
+
id?: {
|
|
1013
|
+
in?: any[];
|
|
1014
|
+
notIn?: any[];
|
|
1015
|
+
};
|
|
890
1016
|
}, {
|
|
891
1017
|
name?: {
|
|
892
1018
|
in?: any;
|
|
893
1019
|
notIn?: any;
|
|
894
1020
|
};
|
|
1021
|
+
id?: {
|
|
1022
|
+
in?: any;
|
|
1023
|
+
notIn?: any;
|
|
1024
|
+
};
|
|
895
1025
|
}>>;
|
|
896
1026
|
id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
|
|
897
1027
|
in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
|