@or-sdk/library-types-v2 6.0.6 → 6.0.7
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 +283 -560
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/index.js +283 -560
- package/dist/esm/index.js.map +4 -4
- package/dist/types/Packages/params.d.ts +11 -0
- package/dist/types/Packages/response.d.ts +20 -0
- package/package.json +1 -1
- package/dist/types/Packages/body.d.ts +0 -289
|
@@ -121,6 +121,7 @@ export declare const AddPackageReleaseReleaseStatusParams: z.ZodObject<{
|
|
|
121
121
|
level?: "USER" | "ACCOUNT" | "PDE";
|
|
122
122
|
}>;
|
|
123
123
|
export declare const GetPackagesParamsFilter: z.ZodObject<{
|
|
124
|
+
prerelease: z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>;
|
|
124
125
|
schemaType: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<Pick<{
|
|
125
126
|
in: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
126
127
|
notIn: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
@@ -236,6 +237,7 @@ export declare const GetPackagesParamsFilter: z.ZodObject<{
|
|
|
236
237
|
};
|
|
237
238
|
}>>>;
|
|
238
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
|
+
prerelease?: boolean;
|
|
239
241
|
schemaType?: {
|
|
240
242
|
in?: any[];
|
|
241
243
|
notIn?: any[];
|
|
@@ -271,6 +273,7 @@ export declare const GetPackagesParamsFilter: z.ZodObject<{
|
|
|
271
273
|
};
|
|
272
274
|
};
|
|
273
275
|
}, {
|
|
276
|
+
prerelease?: any;
|
|
274
277
|
schemaType?: {
|
|
275
278
|
in?: any;
|
|
276
279
|
notIn?: any;
|
|
@@ -315,6 +318,7 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
315
318
|
desc: "desc";
|
|
316
319
|
}>>;
|
|
317
320
|
filter: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
321
|
+
prerelease: z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>;
|
|
318
322
|
schemaType: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<Pick<{
|
|
319
323
|
in: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
320
324
|
notIn: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
@@ -430,6 +434,7 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
430
434
|
};
|
|
431
435
|
}>>>;
|
|
432
436
|
}, "strip", z.ZodTypeAny, {
|
|
437
|
+
prerelease?: boolean;
|
|
433
438
|
schemaType?: {
|
|
434
439
|
in?: any[];
|
|
435
440
|
notIn?: any[];
|
|
@@ -465,6 +470,7 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
465
470
|
};
|
|
466
471
|
};
|
|
467
472
|
}, {
|
|
473
|
+
prerelease?: any;
|
|
468
474
|
schemaType?: {
|
|
469
475
|
in?: any;
|
|
470
476
|
notIn?: any;
|
|
@@ -501,6 +507,7 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
501
507
|
};
|
|
502
508
|
}>>>;
|
|
503
509
|
scope: z.ZodDefault<z.ZodOptional<z.ZodObject<Pick<{
|
|
510
|
+
prerelease: z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>;
|
|
504
511
|
schemaType: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<Pick<{
|
|
505
512
|
in: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
506
513
|
notIn: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
@@ -645,6 +652,7 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
645
652
|
orderBy?: string;
|
|
646
653
|
order?: "asc" | "desc";
|
|
647
654
|
filter?: {
|
|
655
|
+
prerelease?: boolean;
|
|
648
656
|
schemaType?: {
|
|
649
657
|
in?: any[];
|
|
650
658
|
notIn?: any[];
|
|
@@ -699,6 +707,7 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
699
707
|
orderBy?: string;
|
|
700
708
|
order?: "asc" | "desc";
|
|
701
709
|
filter?: {
|
|
710
|
+
prerelease?: any;
|
|
702
711
|
schemaType?: {
|
|
703
712
|
in?: any;
|
|
704
713
|
notIn?: any;
|
|
@@ -749,6 +758,7 @@ export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
749
758
|
query?: string;
|
|
750
759
|
}>>>;
|
|
751
760
|
export declare const GetPackageParams: z.ZodOptional<z.ZodObject<Pick<{
|
|
761
|
+
prerelease: z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>;
|
|
752
762
|
schemaType: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<Pick<{
|
|
753
763
|
in: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
754
764
|
notIn: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
@@ -909,6 +919,7 @@ export declare const GetPackageParams: z.ZodOptional<z.ZodObject<Pick<{
|
|
|
909
919
|
export declare const DeletePackageParams: z.ZodObject<{
|
|
910
920
|
force: z.ZodEffects<z.ZodAny, boolean, any>;
|
|
911
921
|
filter: z.ZodObject<Pick<{
|
|
922
|
+
prerelease: z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>;
|
|
912
923
|
schemaType: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<Pick<{
|
|
913
924
|
in: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
914
925
|
notIn: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>;
|
|
@@ -14,6 +14,7 @@ export declare const AddPackageResponse: z.ZodObject<{
|
|
|
14
14
|
meta: z.ZodAny;
|
|
15
15
|
releaseNotesMarkdown: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
16
16
|
schemaType: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum>;
|
|
17
|
+
prerelease: z.ZodBoolean;
|
|
17
18
|
servingType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
19
|
data: z.ZodOptional<z.ZodAny>;
|
|
19
20
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodObject<Pick<{
|
|
@@ -115,6 +116,7 @@ export declare const AddPackageResponse: z.ZodObject<{
|
|
|
115
116
|
meta?: any;
|
|
116
117
|
releaseNotesMarkdown?: string;
|
|
117
118
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
119
|
+
prerelease?: boolean;
|
|
118
120
|
servingType?: string;
|
|
119
121
|
data?: any;
|
|
120
122
|
createdBy?: any;
|
|
@@ -149,6 +151,7 @@ export declare const AddPackageResponse: z.ZodObject<{
|
|
|
149
151
|
meta?: any;
|
|
150
152
|
releaseNotesMarkdown?: string;
|
|
151
153
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
154
|
+
prerelease?: boolean;
|
|
152
155
|
servingType?: string;
|
|
153
156
|
data?: any;
|
|
154
157
|
createdBy?: any;
|
|
@@ -229,6 +232,7 @@ export declare const AddPackageResponse: z.ZodObject<{
|
|
|
229
232
|
meta?: any;
|
|
230
233
|
releaseNotesMarkdown?: string;
|
|
231
234
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
235
|
+
prerelease?: boolean;
|
|
232
236
|
servingType?: string;
|
|
233
237
|
data?: any;
|
|
234
238
|
createdBy?: any;
|
|
@@ -278,6 +282,7 @@ export declare const AddPackageResponse: z.ZodObject<{
|
|
|
278
282
|
meta?: any;
|
|
279
283
|
releaseNotesMarkdown?: string;
|
|
280
284
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
285
|
+
prerelease?: boolean;
|
|
281
286
|
servingType?: string;
|
|
282
287
|
data?: any;
|
|
283
288
|
createdBy?: any;
|
|
@@ -367,6 +372,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
367
372
|
meta: z.ZodAny;
|
|
368
373
|
releaseNotesMarkdown: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
369
374
|
schemaType: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum>;
|
|
375
|
+
prerelease: z.ZodBoolean;
|
|
370
376
|
servingType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
371
377
|
data: z.ZodOptional<z.ZodAny>;
|
|
372
378
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodObject<Pick<{
|
|
@@ -468,6 +474,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
468
474
|
meta?: any;
|
|
469
475
|
releaseNotesMarkdown?: string;
|
|
470
476
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
477
|
+
prerelease?: boolean;
|
|
471
478
|
servingType?: string;
|
|
472
479
|
data?: any;
|
|
473
480
|
createdBy?: any;
|
|
@@ -502,6 +509,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
502
509
|
meta?: any;
|
|
503
510
|
releaseNotesMarkdown?: string;
|
|
504
511
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
512
|
+
prerelease?: boolean;
|
|
505
513
|
servingType?: string;
|
|
506
514
|
data?: any;
|
|
507
515
|
createdBy?: any;
|
|
@@ -575,6 +583,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
575
583
|
meta?: any;
|
|
576
584
|
releaseNotesMarkdown?: string;
|
|
577
585
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
586
|
+
prerelease?: boolean;
|
|
578
587
|
servingType?: string;
|
|
579
588
|
data?: any;
|
|
580
589
|
createdBy?: any;
|
|
@@ -625,6 +634,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
625
634
|
meta?: any;
|
|
626
635
|
releaseNotesMarkdown?: string;
|
|
627
636
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
637
|
+
prerelease?: boolean;
|
|
628
638
|
servingType?: string;
|
|
629
639
|
data?: any;
|
|
630
640
|
createdBy?: any;
|
|
@@ -689,6 +699,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
689
699
|
meta?: any;
|
|
690
700
|
releaseNotesMarkdown?: string;
|
|
691
701
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
702
|
+
prerelease?: boolean;
|
|
692
703
|
servingType?: string;
|
|
693
704
|
data?: any;
|
|
694
705
|
createdBy?: any;
|
|
@@ -753,6 +764,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
753
764
|
meta?: any;
|
|
754
765
|
releaseNotesMarkdown?: string;
|
|
755
766
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
767
|
+
prerelease?: boolean;
|
|
756
768
|
servingType?: string;
|
|
757
769
|
data?: any;
|
|
758
770
|
createdBy?: any;
|
|
@@ -816,6 +828,7 @@ export declare const GetPackageResponse: z.ZodObject<{
|
|
|
816
828
|
meta: z.ZodAny;
|
|
817
829
|
releaseNotesMarkdown: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
818
830
|
schemaType: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum>;
|
|
831
|
+
prerelease: z.ZodBoolean;
|
|
819
832
|
servingType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
820
833
|
data: z.ZodOptional<z.ZodAny>;
|
|
821
834
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodObject<Pick<{
|
|
@@ -917,6 +930,7 @@ export declare const GetPackageResponse: z.ZodObject<{
|
|
|
917
930
|
meta?: any;
|
|
918
931
|
releaseNotesMarkdown?: string;
|
|
919
932
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
933
|
+
prerelease?: boolean;
|
|
920
934
|
servingType?: string;
|
|
921
935
|
data?: any;
|
|
922
936
|
createdBy?: any;
|
|
@@ -951,6 +965,7 @@ export declare const GetPackageResponse: z.ZodObject<{
|
|
|
951
965
|
meta?: any;
|
|
952
966
|
releaseNotesMarkdown?: string;
|
|
953
967
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
968
|
+
prerelease?: boolean;
|
|
954
969
|
servingType?: string;
|
|
955
970
|
data?: any;
|
|
956
971
|
createdBy?: any;
|
|
@@ -992,6 +1007,7 @@ export declare const GetPackageResponse: z.ZodObject<{
|
|
|
992
1007
|
meta?: any;
|
|
993
1008
|
releaseNotesMarkdown?: string;
|
|
994
1009
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
1010
|
+
prerelease?: boolean;
|
|
995
1011
|
servingType?: string;
|
|
996
1012
|
data?: any;
|
|
997
1013
|
createdBy?: any;
|
|
@@ -1033,6 +1049,7 @@ export declare const GetPackageResponse: z.ZodObject<{
|
|
|
1033
1049
|
meta?: any;
|
|
1034
1050
|
releaseNotesMarkdown?: string;
|
|
1035
1051
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
1052
|
+
prerelease?: boolean;
|
|
1036
1053
|
servingType?: string;
|
|
1037
1054
|
data?: any;
|
|
1038
1055
|
createdBy?: any;
|
|
@@ -1086,6 +1103,7 @@ export declare const GetPackageReleaseResponse: z.ZodObject<{
|
|
|
1086
1103
|
meta: z.ZodAny;
|
|
1087
1104
|
releaseNotesMarkdown: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
1088
1105
|
schemaType: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum>;
|
|
1106
|
+
prerelease: z.ZodBoolean;
|
|
1089
1107
|
servingType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1090
1108
|
statusDetailsSystem: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1091
1109
|
status: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum>;
|
|
@@ -1176,6 +1194,7 @@ export declare const GetPackageReleaseResponse: z.ZodObject<{
|
|
|
1176
1194
|
meta?: any;
|
|
1177
1195
|
releaseNotesMarkdown?: string;
|
|
1178
1196
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
1197
|
+
prerelease?: boolean;
|
|
1179
1198
|
servingType?: string;
|
|
1180
1199
|
statusDetailsSystem?: {
|
|
1181
1200
|
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
@@ -1211,6 +1230,7 @@ export declare const GetPackageReleaseResponse: z.ZodObject<{
|
|
|
1211
1230
|
meta?: any;
|
|
1212
1231
|
releaseNotesMarkdown?: string;
|
|
1213
1232
|
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
1233
|
+
prerelease?: boolean;
|
|
1214
1234
|
servingType?: string;
|
|
1215
1235
|
statusDetailsSystem?: {
|
|
1216
1236
|
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
package/package.json
CHANGED
|
@@ -1,289 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
export declare const PackageMeta: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
3
|
-
categories: z.ZodArray<z.ZodString, "many">;
|
|
4
|
-
description: z.ZodString;
|
|
5
|
-
version: z.ZodString;
|
|
6
|
-
id: z.ZodString;
|
|
7
|
-
label: z.ZodString;
|
|
8
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
9
|
-
iconType: z.ZodOptional<z.ZodString>;
|
|
10
|
-
recommendedSteps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11
|
-
shape: z.ZodOptional<z.ZodString>;
|
|
12
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13
|
-
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
categories?: string[];
|
|
15
|
-
description?: string;
|
|
16
|
-
version?: string;
|
|
17
|
-
id?: string;
|
|
18
|
-
label?: string;
|
|
19
|
-
icon?: string;
|
|
20
|
-
iconType?: string;
|
|
21
|
-
recommendedSteps?: string[];
|
|
22
|
-
shape?: string;
|
|
23
|
-
tags?: string[];
|
|
24
|
-
}, {
|
|
25
|
-
categories?: string[];
|
|
26
|
-
description?: string;
|
|
27
|
-
version?: string;
|
|
28
|
-
id?: string;
|
|
29
|
-
label?: string;
|
|
30
|
-
icon?: string;
|
|
31
|
-
iconType?: string;
|
|
32
|
-
recommendedSteps?: string[];
|
|
33
|
-
shape?: string;
|
|
34
|
-
tags?: string[];
|
|
35
|
-
}>, z.ZodRecord<z.ZodAny, z.ZodAny>>>;
|
|
36
|
-
export declare const AddPackageBody: z.ZodObject<{
|
|
37
|
-
data: z.ZodNullable<z.ZodType<import("nestjs-zod/dist/z-only-override").Json, z.ZodTypeDef, import("nestjs-zod/dist/z-only-override").Json>>;
|
|
38
|
-
type: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageTypeEnum>;
|
|
39
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
-
version: z.ZodString;
|
|
41
|
-
id: z.ZodString;
|
|
42
|
-
label: z.ZodString;
|
|
43
|
-
revisionId: z.ZodString;
|
|
44
|
-
membersAccountIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
45
|
-
membersUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
46
|
-
releaseNotesMarkdown: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
47
|
-
schemaType: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum>;
|
|
48
|
-
servingType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
-
statusDetailsSystem: z.ZodOptional<z.ZodObject<Pick<{
|
|
50
|
-
id: z.ZodNumber;
|
|
51
|
-
status: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum>;
|
|
52
|
-
packageReleaseRevisionId: z.ZodString;
|
|
53
|
-
createdById: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
54
|
-
modifiedById: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
55
|
-
createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
|
|
56
|
-
updatedAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
|
|
57
|
-
}, "status">, "strip", z.ZodTypeAny, {
|
|
58
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
59
|
-
}, {
|
|
60
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
61
|
-
}>>;
|
|
62
|
-
statusDetailsRelease: z.ZodObject<Pick<{
|
|
63
|
-
id: z.ZodNumber;
|
|
64
|
-
status: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum>;
|
|
65
|
-
level: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsLevelEnum>;
|
|
66
|
-
packageReleaseRevisionId: z.ZodString;
|
|
67
|
-
createdById: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
68
|
-
modifiedById: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
69
|
-
createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
|
|
70
|
-
updatedAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
|
|
71
|
-
}, "status" | "level">, "strip", z.ZodTypeAny, {
|
|
72
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
73
|
-
level?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsLevelEnum;
|
|
74
|
-
}, {
|
|
75
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
76
|
-
level?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsLevelEnum;
|
|
77
|
-
}>;
|
|
78
|
-
fileNames: z.ZodArray<z.ZodString, "many">;
|
|
79
|
-
meta: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
80
|
-
categories: z.ZodArray<z.ZodString, "many">;
|
|
81
|
-
description: z.ZodString;
|
|
82
|
-
version: z.ZodString;
|
|
83
|
-
id: z.ZodString;
|
|
84
|
-
label: z.ZodString;
|
|
85
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
86
|
-
iconType: z.ZodOptional<z.ZodString>;
|
|
87
|
-
recommendedSteps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
88
|
-
shape: z.ZodOptional<z.ZodString>;
|
|
89
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
90
|
-
}, "strip", z.ZodTypeAny, {
|
|
91
|
-
categories?: string[];
|
|
92
|
-
description?: string;
|
|
93
|
-
version?: string;
|
|
94
|
-
id?: string;
|
|
95
|
-
label?: string;
|
|
96
|
-
icon?: string;
|
|
97
|
-
iconType?: string;
|
|
98
|
-
recommendedSteps?: string[];
|
|
99
|
-
shape?: string;
|
|
100
|
-
tags?: string[];
|
|
101
|
-
}, {
|
|
102
|
-
categories?: string[];
|
|
103
|
-
description?: string;
|
|
104
|
-
version?: string;
|
|
105
|
-
id?: string;
|
|
106
|
-
label?: string;
|
|
107
|
-
icon?: string;
|
|
108
|
-
iconType?: string;
|
|
109
|
-
recommendedSteps?: string[];
|
|
110
|
-
shape?: string;
|
|
111
|
-
tags?: string[];
|
|
112
|
-
}>, z.ZodRecord<z.ZodAny, z.ZodAny>>>;
|
|
113
|
-
categories: z.ZodArray<z.ZodString, "many">;
|
|
114
|
-
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
data?: import("nestjs-zod/dist/z-only-override").Json;
|
|
116
|
-
type?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageTypeEnum;
|
|
117
|
-
description?: string;
|
|
118
|
-
version?: string;
|
|
119
|
-
id?: string;
|
|
120
|
-
label?: string;
|
|
121
|
-
revisionId?: string;
|
|
122
|
-
membersAccountIds?: string[];
|
|
123
|
-
membersUserIds?: string[];
|
|
124
|
-
releaseNotesMarkdown?: string;
|
|
125
|
-
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
126
|
-
servingType?: string;
|
|
127
|
-
statusDetailsSystem?: {
|
|
128
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
129
|
-
};
|
|
130
|
-
statusDetailsRelease?: {
|
|
131
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
132
|
-
level?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsLevelEnum;
|
|
133
|
-
};
|
|
134
|
-
fileNames?: string[];
|
|
135
|
-
meta?: {
|
|
136
|
-
categories?: string[];
|
|
137
|
-
description?: string;
|
|
138
|
-
version?: string;
|
|
139
|
-
id?: string;
|
|
140
|
-
label?: string;
|
|
141
|
-
icon?: string;
|
|
142
|
-
iconType?: string;
|
|
143
|
-
recommendedSteps?: string[];
|
|
144
|
-
shape?: string;
|
|
145
|
-
tags?: string[];
|
|
146
|
-
} & Record<any, any>;
|
|
147
|
-
categories?: string[];
|
|
148
|
-
}, {
|
|
149
|
-
data?: import("nestjs-zod/dist/z-only-override").Json;
|
|
150
|
-
type?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageTypeEnum;
|
|
151
|
-
description?: string;
|
|
152
|
-
version?: string;
|
|
153
|
-
id?: string;
|
|
154
|
-
label?: string;
|
|
155
|
-
revisionId?: string;
|
|
156
|
-
membersAccountIds?: string[];
|
|
157
|
-
membersUserIds?: string[];
|
|
158
|
-
releaseNotesMarkdown?: string;
|
|
159
|
-
schemaType?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageSchemaTypeEnum;
|
|
160
|
-
servingType?: string;
|
|
161
|
-
statusDetailsSystem?: {
|
|
162
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
163
|
-
};
|
|
164
|
-
statusDetailsRelease?: {
|
|
165
|
-
status?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsStatusEnum;
|
|
166
|
-
level?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageStatusDetailsLevelEnum;
|
|
167
|
-
};
|
|
168
|
-
fileNames?: string[];
|
|
169
|
-
meta?: {
|
|
170
|
-
categories?: string[];
|
|
171
|
-
description?: string;
|
|
172
|
-
version?: string;
|
|
173
|
-
id?: string;
|
|
174
|
-
label?: string;
|
|
175
|
-
icon?: string;
|
|
176
|
-
iconType?: string;
|
|
177
|
-
recommendedSteps?: string[];
|
|
178
|
-
shape?: string;
|
|
179
|
-
tags?: string[];
|
|
180
|
-
} & Record<any, any>;
|
|
181
|
-
categories?: string[];
|
|
182
|
-
}>;
|
|
183
|
-
export declare const UpdatePackageByRevisionBody: z.ZodObject<{
|
|
184
|
-
description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
185
|
-
label: z.ZodOptional<z.ZodString>;
|
|
186
|
-
membersAccountIds: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
187
|
-
membersUserIds: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
188
|
-
meta: z.ZodOptional<z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
189
|
-
categories: z.ZodArray<z.ZodString, "many">;
|
|
190
|
-
description: z.ZodString;
|
|
191
|
-
version: z.ZodString;
|
|
192
|
-
id: z.ZodString;
|
|
193
|
-
label: z.ZodString;
|
|
194
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
195
|
-
iconType: z.ZodOptional<z.ZodString>;
|
|
196
|
-
recommendedSteps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
197
|
-
shape: z.ZodOptional<z.ZodString>;
|
|
198
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
199
|
-
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
categories?: string[];
|
|
201
|
-
description?: string;
|
|
202
|
-
version?: string;
|
|
203
|
-
id?: string;
|
|
204
|
-
label?: string;
|
|
205
|
-
icon?: string;
|
|
206
|
-
iconType?: string;
|
|
207
|
-
recommendedSteps?: string[];
|
|
208
|
-
shape?: string;
|
|
209
|
-
tags?: string[];
|
|
210
|
-
}, {
|
|
211
|
-
categories?: string[];
|
|
212
|
-
description?: string;
|
|
213
|
-
version?: string;
|
|
214
|
-
id?: string;
|
|
215
|
-
label?: string;
|
|
216
|
-
icon?: string;
|
|
217
|
-
iconType?: string;
|
|
218
|
-
recommendedSteps?: string[];
|
|
219
|
-
shape?: string;
|
|
220
|
-
tags?: string[];
|
|
221
|
-
}>, z.ZodRecord<z.ZodAny, z.ZodAny>>>>;
|
|
222
|
-
releaseNotesMarkdown: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>>;
|
|
223
|
-
servingType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
224
|
-
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
description?: string;
|
|
226
|
-
label?: string;
|
|
227
|
-
membersAccountIds?: string[];
|
|
228
|
-
membersUserIds?: string[];
|
|
229
|
-
meta?: {
|
|
230
|
-
categories?: string[];
|
|
231
|
-
description?: string;
|
|
232
|
-
version?: string;
|
|
233
|
-
id?: string;
|
|
234
|
-
label?: string;
|
|
235
|
-
icon?: string;
|
|
236
|
-
iconType?: string;
|
|
237
|
-
recommendedSteps?: string[];
|
|
238
|
-
shape?: string;
|
|
239
|
-
tags?: string[];
|
|
240
|
-
} & Record<any, any>;
|
|
241
|
-
releaseNotesMarkdown?: string;
|
|
242
|
-
servingType?: string;
|
|
243
|
-
}, {
|
|
244
|
-
description?: string;
|
|
245
|
-
label?: string;
|
|
246
|
-
membersAccountIds?: string[];
|
|
247
|
-
membersUserIds?: string[];
|
|
248
|
-
meta?: {
|
|
249
|
-
categories?: string[];
|
|
250
|
-
description?: string;
|
|
251
|
-
version?: string;
|
|
252
|
-
id?: string;
|
|
253
|
-
label?: string;
|
|
254
|
-
icon?: string;
|
|
255
|
-
iconType?: string;
|
|
256
|
-
recommendedSteps?: string[];
|
|
257
|
-
shape?: string;
|
|
258
|
-
tags?: string[];
|
|
259
|
-
} & Record<any, any>;
|
|
260
|
-
releaseNotesMarkdown?: string;
|
|
261
|
-
servingType?: string;
|
|
262
|
-
}>;
|
|
263
|
-
export declare const AddPackageDependenciesBody: z.ZodObject<{
|
|
264
|
-
type: z.ZodNativeEnum<{
|
|
265
|
-
TEST_ONLY: "TEST_ONLY";
|
|
266
|
-
UNKNOWN: "UNKNOWN";
|
|
267
|
-
STEP: "STEP";
|
|
268
|
-
STEP_INPUT: "STEP_INPUT";
|
|
269
|
-
STEP_TEMPLATE: "STEP_TEMPLATE";
|
|
270
|
-
FLOW_TEMPLATE: "FLOW_TEMPLATE";
|
|
271
|
-
BOT_TEMPLATE: "BOT_TEMPLATE";
|
|
272
|
-
TICKET_INPUT: "TICKET_INPUT";
|
|
273
|
-
CONTENT_INPUT: "CONTENT_INPUT";
|
|
274
|
-
CONTENT: "CONTENT";
|
|
275
|
-
NPM_UNPACKED: "NPM_UNPACKED";
|
|
276
|
-
S3_BUCKET: "S3_BUCKET";
|
|
277
|
-
RWC_INPUT: "RWC_INPUT";
|
|
278
|
-
}>;
|
|
279
|
-
value: z.ZodString;
|
|
280
|
-
id: z.ZodOptional<z.ZodString>;
|
|
281
|
-
}, "strip", z.ZodTypeAny, {
|
|
282
|
-
type?: "TEST_ONLY" | "UNKNOWN" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "FLOW_TEMPLATE" | "BOT_TEMPLATE" | "TICKET_INPUT" | "CONTENT_INPUT" | "CONTENT" | "NPM_UNPACKED" | "S3_BUCKET" | "RWC_INPUT";
|
|
283
|
-
value?: string;
|
|
284
|
-
id?: string;
|
|
285
|
-
}, {
|
|
286
|
-
type?: "TEST_ONLY" | "UNKNOWN" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "FLOW_TEMPLATE" | "BOT_TEMPLATE" | "TICKET_INPUT" | "CONTENT_INPUT" | "CONTENT" | "NPM_UNPACKED" | "S3_BUCKET" | "RWC_INPUT";
|
|
287
|
-
value?: string;
|
|
288
|
-
id?: string;
|
|
289
|
-
}>;
|