@or-sdk/library-types-v2 6.0.21 → 7.0.0-tryboundletypes-20240228130752

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.
@@ -1,1234 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const UniversalPackageParams: z.ZodObject<{
3
- id: z.ZodString;
4
- revisionId: z.ZodOptional<z.ZodString>;
5
- version: z.ZodOptional<z.ZodString>;
6
- type: z.ZodNativeEnum<{
7
- BOT_TEMPLATE: "BOT_TEMPLATE";
8
- CONTENT: "CONTENT";
9
- CONTENT_INPUT: "CONTENT_INPUT";
10
- FLOW_TEMPLATE: "FLOW_TEMPLATE";
11
- NPM_UNPACKED: "NPM_UNPACKED";
12
- RWC_INPUT: "RWC_INPUT";
13
- S3_BUCKET: "S3_BUCKET";
14
- STEP: "STEP";
15
- STEP_INPUT: "STEP_INPUT";
16
- STEP_TEMPLATE: "STEP_TEMPLATE";
17
- TEST_ONLY: "TEST_ONLY";
18
- TICKET_INPUT: "TICKET_INPUT";
19
- UNKNOWN: "UNKNOWN";
20
- }>;
21
- }, "strip", z.ZodTypeAny, {
22
- id?: string;
23
- revisionId?: string;
24
- version?: string;
25
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
26
- }, {
27
- id?: string;
28
- revisionId?: string;
29
- version?: string;
30
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
31
- }>;
32
- export declare const AddPackageReleaseSystemStatusParams: z.ZodObject<{
33
- type: z.ZodNativeEnum<{
34
- BOT_TEMPLATE: "BOT_TEMPLATE";
35
- CONTENT: "CONTENT";
36
- CONTENT_INPUT: "CONTENT_INPUT";
37
- FLOW_TEMPLATE: "FLOW_TEMPLATE";
38
- NPM_UNPACKED: "NPM_UNPACKED";
39
- RWC_INPUT: "RWC_INPUT";
40
- S3_BUCKET: "S3_BUCKET";
41
- STEP: "STEP";
42
- STEP_INPUT: "STEP_INPUT";
43
- STEP_TEMPLATE: "STEP_TEMPLATE";
44
- TEST_ONLY: "TEST_ONLY";
45
- TICKET_INPUT: "TICKET_INPUT";
46
- UNKNOWN: "UNKNOWN";
47
- }>;
48
- version: z.ZodOptional<z.ZodString>;
49
- id: z.ZodString;
50
- revisionId: z.ZodOptional<z.ZodString>;
51
- status: z.ZodNativeEnum<{
52
- TEST_ONLY: "TEST_ONLY";
53
- PENDING: "PENDING";
54
- EXTRACTING: "EXTRACTING";
55
- UPLOADED: "UPLOADED";
56
- BETA: "BETA";
57
- RELEASED: "RELEASED";
58
- ACCOUNT_BETA: "ACCOUNT_BETA";
59
- DEPRECATED: "DEPRECATED";
60
- }>;
61
- }, "strip", z.ZodTypeAny, {
62
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
63
- version?: string;
64
- id?: string;
65
- revisionId?: string;
66
- status?: "TEST_ONLY" | "PENDING" | "EXTRACTING" | "UPLOADED" | "BETA" | "RELEASED" | "ACCOUNT_BETA" | "DEPRECATED";
67
- }, {
68
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
69
- version?: string;
70
- id?: string;
71
- revisionId?: string;
72
- status?: "TEST_ONLY" | "PENDING" | "EXTRACTING" | "UPLOADED" | "BETA" | "RELEASED" | "ACCOUNT_BETA" | "DEPRECATED";
73
- }>;
74
- export declare const AddPackageReleaseReleaseStatusParams: z.ZodObject<{
75
- type: z.ZodNativeEnum<{
76
- BOT_TEMPLATE: "BOT_TEMPLATE";
77
- CONTENT: "CONTENT";
78
- CONTENT_INPUT: "CONTENT_INPUT";
79
- FLOW_TEMPLATE: "FLOW_TEMPLATE";
80
- NPM_UNPACKED: "NPM_UNPACKED";
81
- RWC_INPUT: "RWC_INPUT";
82
- S3_BUCKET: "S3_BUCKET";
83
- STEP: "STEP";
84
- STEP_INPUT: "STEP_INPUT";
85
- STEP_TEMPLATE: "STEP_TEMPLATE";
86
- TEST_ONLY: "TEST_ONLY";
87
- TICKET_INPUT: "TICKET_INPUT";
88
- UNKNOWN: "UNKNOWN";
89
- }>;
90
- version: z.ZodOptional<z.ZodString>;
91
- id: z.ZodString;
92
- revisionId: z.ZodOptional<z.ZodString>;
93
- status: z.ZodNativeEnum<{
94
- TEST_ONLY: "TEST_ONLY";
95
- PENDING: "PENDING";
96
- EXTRACTING: "EXTRACTING";
97
- UPLOADED: "UPLOADED";
98
- BETA: "BETA";
99
- RELEASED: "RELEASED";
100
- ACCOUNT_BETA: "ACCOUNT_BETA";
101
- DEPRECATED: "DEPRECATED";
102
- }>;
103
- level: z.ZodNativeEnum<{
104
- USER: "USER";
105
- ACCOUNT: "ACCOUNT";
106
- PDE: "PDE";
107
- }>;
108
- }, "strip", z.ZodTypeAny, {
109
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
110
- version?: string;
111
- id?: string;
112
- revisionId?: string;
113
- status?: "TEST_ONLY" | "PENDING" | "EXTRACTING" | "UPLOADED" | "BETA" | "RELEASED" | "ACCOUNT_BETA" | "DEPRECATED";
114
- level?: "USER" | "ACCOUNT" | "PDE";
115
- }, {
116
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
117
- version?: string;
118
- id?: string;
119
- revisionId?: string;
120
- status?: "TEST_ONLY" | "PENDING" | "EXTRACTING" | "UPLOADED" | "BETA" | "RELEASED" | "ACCOUNT_BETA" | "DEPRECATED";
121
- level?: "USER" | "ACCOUNT" | "PDE";
122
- }>;
123
- export declare const GetPackagesParamsFilter: z.ZodObject<{
124
- prerelease: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>>;
125
- schemaType: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
126
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
127
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
128
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
129
- in?: any[];
130
- notIn?: any[];
131
- }, {
132
- in?: any;
133
- notIn?: any;
134
- }>>>;
135
- categories: z.ZodOptional<z.ZodObject<{
136
- name: z.ZodDefault<z.ZodObject<Pick<{
137
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
138
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
139
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
140
- in?: any[];
141
- notIn?: any[];
142
- }, {
143
- in?: any;
144
- notIn?: any;
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
- }>>;
156
- }, "strip", z.ZodTypeAny, {
157
- name?: {
158
- in?: any[];
159
- notIn?: any[];
160
- };
161
- id?: {
162
- in?: any[];
163
- notIn?: any[];
164
- };
165
- }, {
166
- name?: {
167
- in?: any;
168
- notIn?: any;
169
- };
170
- id?: {
171
- in?: any;
172
- notIn?: any;
173
- };
174
- }>>;
175
- id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
176
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
177
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
178
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
179
- in?: any[];
180
- notIn?: any[];
181
- }, {
182
- in?: any;
183
- notIn?: any;
184
- }>>>;
185
- statusDetailsSystem: z.ZodDefault<z.ZodOptional<z.ZodObject<{
186
- status: z.ZodDefault<z.ZodObject<Pick<{
187
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
188
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
189
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
190
- in?: any[];
191
- notIn?: any[];
192
- }, {
193
- in?: any;
194
- notIn?: any;
195
- }>>;
196
- }, "strip", z.ZodTypeAny, {
197
- status?: {
198
- in?: any[];
199
- notIn?: any[];
200
- };
201
- }, {
202
- status?: {
203
- in?: any;
204
- notIn?: any;
205
- };
206
- }>>>;
207
- statusDetailsRelease: z.ZodDefault<z.ZodOptional<z.ZodObject<{
208
- status: z.ZodDefault<z.ZodObject<Pick<{
209
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
210
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
211
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
212
- in?: any[];
213
- notIn?: any[];
214
- }, {
215
- in?: any;
216
- notIn?: any;
217
- }>>;
218
- level: z.ZodDefault<z.ZodObject<Pick<{
219
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
220
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
221
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
222
- in?: any[];
223
- notIn?: any[];
224
- }, {
225
- in?: any;
226
- notIn?: any;
227
- }>>;
228
- }, "strip", z.ZodTypeAny, {
229
- status?: {
230
- in?: any[];
231
- notIn?: any[];
232
- };
233
- level?: {
234
- in?: any[];
235
- notIn?: any[];
236
- };
237
- }, {
238
- status?: {
239
- in?: any;
240
- notIn?: any;
241
- };
242
- level?: {
243
- in?: any;
244
- notIn?: any;
245
- };
246
- }>>>;
247
- }, "strip", z.ZodTypeAny, {
248
- prerelease?: boolean;
249
- schemaType?: {
250
- in?: any[];
251
- notIn?: any[];
252
- };
253
- categories?: {
254
- name?: {
255
- in?: any[];
256
- notIn?: any[];
257
- };
258
- id?: {
259
- in?: any[];
260
- notIn?: any[];
261
- };
262
- };
263
- id?: {
264
- in?: any[];
265
- notIn?: any[];
266
- };
267
- statusDetailsSystem?: {
268
- status?: {
269
- in?: any[];
270
- notIn?: any[];
271
- };
272
- };
273
- statusDetailsRelease?: {
274
- status?: {
275
- in?: any[];
276
- notIn?: any[];
277
- };
278
- level?: {
279
- in?: any[];
280
- notIn?: any[];
281
- };
282
- };
283
- }, {
284
- prerelease?: any;
285
- schemaType?: {
286
- in?: any;
287
- notIn?: any;
288
- };
289
- categories?: {
290
- name?: {
291
- in?: any;
292
- notIn?: any;
293
- };
294
- id?: {
295
- in?: any;
296
- notIn?: any;
297
- };
298
- };
299
- id?: {
300
- in?: any;
301
- notIn?: any;
302
- };
303
- statusDetailsSystem?: {
304
- status?: {
305
- in?: any;
306
- notIn?: any;
307
- };
308
- };
309
- statusDetailsRelease?: {
310
- status?: {
311
- in?: any;
312
- notIn?: any;
313
- };
314
- level?: {
315
- in?: any;
316
- notIn?: any;
317
- };
318
- };
319
- }>;
320
- export declare enum GetPackagesParamsOrderByEnum {
321
- label = "label",
322
- updatedAt = "updatedAt",
323
- createdAt = "createdAt"
324
- }
325
- export declare const GetPackagesParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
326
- skip: z.ZodDefault<z.ZodEffects<z.ZodAny, number, any>>;
327
- take: z.ZodDefault<z.ZodEffects<z.ZodAny, number, any>>;
328
- orderBy: z.ZodDefault<z.ZodNativeEnum<z.EnumLike>>;
329
- order: z.ZodDefault<z.ZodNativeEnum<{
330
- asc: "asc";
331
- desc: "desc";
332
- }>>;
333
- filter: z.ZodDefault<z.ZodOptional<z.ZodObject<{
334
- prerelease: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>>;
335
- schemaType: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
336
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
337
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
338
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
339
- in?: any[];
340
- notIn?: any[];
341
- }, {
342
- in?: any;
343
- notIn?: any;
344
- }>>>;
345
- categories: z.ZodOptional<z.ZodObject<{
346
- name: z.ZodDefault<z.ZodObject<Pick<{
347
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
348
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
349
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
350
- in?: any[];
351
- notIn?: any[];
352
- }, {
353
- in?: any;
354
- notIn?: any;
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
- }>>;
366
- }, "strip", z.ZodTypeAny, {
367
- name?: {
368
- in?: any[];
369
- notIn?: any[];
370
- };
371
- id?: {
372
- in?: any[];
373
- notIn?: any[];
374
- };
375
- }, {
376
- name?: {
377
- in?: any;
378
- notIn?: any;
379
- };
380
- id?: {
381
- in?: any;
382
- notIn?: any;
383
- };
384
- }>>;
385
- id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
386
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
387
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
388
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
389
- in?: any[];
390
- notIn?: any[];
391
- }, {
392
- in?: any;
393
- notIn?: any;
394
- }>>>;
395
- statusDetailsSystem: z.ZodDefault<z.ZodOptional<z.ZodObject<{
396
- status: z.ZodDefault<z.ZodObject<Pick<{
397
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
398
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
399
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
400
- in?: any[];
401
- notIn?: any[];
402
- }, {
403
- in?: any;
404
- notIn?: any;
405
- }>>;
406
- }, "strip", z.ZodTypeAny, {
407
- status?: {
408
- in?: any[];
409
- notIn?: any[];
410
- };
411
- }, {
412
- status?: {
413
- in?: any;
414
- notIn?: any;
415
- };
416
- }>>>;
417
- statusDetailsRelease: z.ZodDefault<z.ZodOptional<z.ZodObject<{
418
- status: z.ZodDefault<z.ZodObject<Pick<{
419
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
420
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
421
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
422
- in?: any[];
423
- notIn?: any[];
424
- }, {
425
- in?: any;
426
- notIn?: any;
427
- }>>;
428
- level: z.ZodDefault<z.ZodObject<Pick<{
429
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
430
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
431
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
432
- in?: any[];
433
- notIn?: any[];
434
- }, {
435
- in?: any;
436
- notIn?: any;
437
- }>>;
438
- }, "strip", z.ZodTypeAny, {
439
- status?: {
440
- in?: any[];
441
- notIn?: any[];
442
- };
443
- level?: {
444
- in?: any[];
445
- notIn?: any[];
446
- };
447
- }, {
448
- status?: {
449
- in?: any;
450
- notIn?: any;
451
- };
452
- level?: {
453
- in?: any;
454
- notIn?: any;
455
- };
456
- }>>>;
457
- }, "strip", z.ZodTypeAny, {
458
- prerelease?: boolean;
459
- schemaType?: {
460
- in?: any[];
461
- notIn?: any[];
462
- };
463
- categories?: {
464
- name?: {
465
- in?: any[];
466
- notIn?: any[];
467
- };
468
- id?: {
469
- in?: any[];
470
- notIn?: any[];
471
- };
472
- };
473
- id?: {
474
- in?: any[];
475
- notIn?: any[];
476
- };
477
- statusDetailsSystem?: {
478
- status?: {
479
- in?: any[];
480
- notIn?: any[];
481
- };
482
- };
483
- statusDetailsRelease?: {
484
- status?: {
485
- in?: any[];
486
- notIn?: any[];
487
- };
488
- level?: {
489
- in?: any[];
490
- notIn?: any[];
491
- };
492
- };
493
- }, {
494
- prerelease?: any;
495
- schemaType?: {
496
- in?: any;
497
- notIn?: any;
498
- };
499
- categories?: {
500
- name?: {
501
- in?: any;
502
- notIn?: any;
503
- };
504
- id?: {
505
- in?: any;
506
- notIn?: any;
507
- };
508
- };
509
- id?: {
510
- in?: any;
511
- notIn?: any;
512
- };
513
- statusDetailsSystem?: {
514
- status?: {
515
- in?: any;
516
- notIn?: any;
517
- };
518
- };
519
- statusDetailsRelease?: {
520
- status?: {
521
- in?: any;
522
- notIn?: any;
523
- };
524
- level?: {
525
- in?: any;
526
- notIn?: any;
527
- };
528
- };
529
- }>>>;
530
- scope: z.ZodDefault<z.ZodOptional<z.ZodObject<Pick<{
531
- prerelease: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>>;
532
- schemaType: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
533
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
534
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
535
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
536
- in?: any[];
537
- notIn?: any[];
538
- }, {
539
- in?: any;
540
- notIn?: any;
541
- }>>>;
542
- categories: z.ZodOptional<z.ZodObject<{
543
- name: z.ZodDefault<z.ZodObject<Pick<{
544
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
545
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
546
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
547
- in?: any[];
548
- notIn?: any[];
549
- }, {
550
- in?: any;
551
- notIn?: any;
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
- }>>;
563
- }, "strip", z.ZodTypeAny, {
564
- name?: {
565
- in?: any[];
566
- notIn?: any[];
567
- };
568
- id?: {
569
- in?: any[];
570
- notIn?: any[];
571
- };
572
- }, {
573
- name?: {
574
- in?: any;
575
- notIn?: any;
576
- };
577
- id?: {
578
- in?: any;
579
- notIn?: any;
580
- };
581
- }>>;
582
- id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
583
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
584
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
585
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
586
- in?: any[];
587
- notIn?: any[];
588
- }, {
589
- in?: any;
590
- notIn?: any;
591
- }>>>;
592
- statusDetailsSystem: z.ZodDefault<z.ZodOptional<z.ZodObject<{
593
- status: z.ZodDefault<z.ZodObject<Pick<{
594
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
595
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
596
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
597
- in?: any[];
598
- notIn?: any[];
599
- }, {
600
- in?: any;
601
- notIn?: any;
602
- }>>;
603
- }, "strip", z.ZodTypeAny, {
604
- status?: {
605
- in?: any[];
606
- notIn?: any[];
607
- };
608
- }, {
609
- status?: {
610
- in?: any;
611
- notIn?: any;
612
- };
613
- }>>>;
614
- statusDetailsRelease: z.ZodDefault<z.ZodOptional<z.ZodObject<{
615
- status: z.ZodDefault<z.ZodObject<Pick<{
616
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
617
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
618
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
619
- in?: any[];
620
- notIn?: any[];
621
- }, {
622
- in?: any;
623
- notIn?: any;
624
- }>>;
625
- level: z.ZodDefault<z.ZodObject<Pick<{
626
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
627
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
628
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
629
- in?: any[];
630
- notIn?: any[];
631
- }, {
632
- in?: any;
633
- notIn?: any;
634
- }>>;
635
- }, "strip", z.ZodTypeAny, {
636
- status?: {
637
- in?: any[];
638
- notIn?: any[];
639
- };
640
- level?: {
641
- in?: any[];
642
- notIn?: any[];
643
- };
644
- }, {
645
- status?: {
646
- in?: any;
647
- notIn?: any;
648
- };
649
- level?: {
650
- in?: any;
651
- notIn?: any;
652
- };
653
- }>>>;
654
- }, "categories" | "id">, "strip", z.ZodTypeAny, {
655
- categories?: {
656
- name?: {
657
- in?: any[];
658
- notIn?: any[];
659
- };
660
- id?: {
661
- in?: any[];
662
- notIn?: any[];
663
- };
664
- };
665
- id?: {
666
- in?: any[];
667
- notIn?: any[];
668
- };
669
- }, {
670
- categories?: {
671
- name?: {
672
- in?: any;
673
- notIn?: any;
674
- };
675
- id?: {
676
- in?: any;
677
- notIn?: any;
678
- };
679
- };
680
- id?: {
681
- in?: any;
682
- notIn?: any;
683
- };
684
- }>>>;
685
- query: z.ZodDefault<z.ZodString>;
686
- }, "strip", z.ZodTypeAny, {
687
- skip?: number;
688
- take?: number;
689
- orderBy?: string | number;
690
- order?: "asc" | "desc";
691
- filter?: {
692
- prerelease?: boolean;
693
- schemaType?: {
694
- in?: any[];
695
- notIn?: any[];
696
- };
697
- categories?: {
698
- name?: {
699
- in?: any[];
700
- notIn?: any[];
701
- };
702
- id?: {
703
- in?: any[];
704
- notIn?: any[];
705
- };
706
- };
707
- id?: {
708
- in?: any[];
709
- notIn?: any[];
710
- };
711
- statusDetailsSystem?: {
712
- status?: {
713
- in?: any[];
714
- notIn?: any[];
715
- };
716
- };
717
- statusDetailsRelease?: {
718
- status?: {
719
- in?: any[];
720
- notIn?: any[];
721
- };
722
- level?: {
723
- in?: any[];
724
- notIn?: any[];
725
- };
726
- };
727
- };
728
- scope?: {
729
- categories?: {
730
- name?: {
731
- in?: any[];
732
- notIn?: any[];
733
- };
734
- id?: {
735
- in?: any[];
736
- notIn?: any[];
737
- };
738
- };
739
- id?: {
740
- in?: any[];
741
- notIn?: any[];
742
- };
743
- };
744
- query?: string;
745
- }, {
746
- skip?: any;
747
- take?: any;
748
- orderBy?: string | number;
749
- order?: "asc" | "desc";
750
- filter?: {
751
- prerelease?: any;
752
- schemaType?: {
753
- in?: any;
754
- notIn?: any;
755
- };
756
- categories?: {
757
- name?: {
758
- in?: any;
759
- notIn?: any;
760
- };
761
- id?: {
762
- in?: any;
763
- notIn?: any;
764
- };
765
- };
766
- id?: {
767
- in?: any;
768
- notIn?: any;
769
- };
770
- statusDetailsSystem?: {
771
- status?: {
772
- in?: any;
773
- notIn?: any;
774
- };
775
- };
776
- statusDetailsRelease?: {
777
- status?: {
778
- in?: any;
779
- notIn?: any;
780
- };
781
- level?: {
782
- in?: any;
783
- notIn?: any;
784
- };
785
- };
786
- };
787
- scope?: {
788
- categories?: {
789
- name?: {
790
- in?: any;
791
- notIn?: any;
792
- };
793
- id?: {
794
- in?: any;
795
- notIn?: any;
796
- };
797
- };
798
- id?: {
799
- in?: any;
800
- notIn?: any;
801
- };
802
- };
803
- query?: string;
804
- }>>>;
805
- export declare const GetPackageParams: z.ZodOptional<z.ZodObject<Pick<{
806
- prerelease: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>>;
807
- schemaType: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
808
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
809
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
810
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
811
- in?: any[];
812
- notIn?: any[];
813
- }, {
814
- in?: any;
815
- notIn?: any;
816
- }>>>;
817
- categories: z.ZodOptional<z.ZodObject<{
818
- name: z.ZodDefault<z.ZodObject<Pick<{
819
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
820
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
821
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
822
- in?: any[];
823
- notIn?: any[];
824
- }, {
825
- in?: any;
826
- notIn?: any;
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
- }>>;
838
- }, "strip", z.ZodTypeAny, {
839
- name?: {
840
- in?: any[];
841
- notIn?: any[];
842
- };
843
- id?: {
844
- in?: any[];
845
- notIn?: any[];
846
- };
847
- }, {
848
- name?: {
849
- in?: any;
850
- notIn?: any;
851
- };
852
- id?: {
853
- in?: any;
854
- notIn?: any;
855
- };
856
- }>>;
857
- id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
858
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
859
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
860
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
861
- in?: any[];
862
- notIn?: any[];
863
- }, {
864
- in?: any;
865
- notIn?: any;
866
- }>>>;
867
- statusDetailsSystem: z.ZodDefault<z.ZodOptional<z.ZodObject<{
868
- status: z.ZodDefault<z.ZodObject<Pick<{
869
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
870
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
871
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
872
- in?: any[];
873
- notIn?: any[];
874
- }, {
875
- in?: any;
876
- notIn?: any;
877
- }>>;
878
- }, "strip", z.ZodTypeAny, {
879
- status?: {
880
- in?: any[];
881
- notIn?: any[];
882
- };
883
- }, {
884
- status?: {
885
- in?: any;
886
- notIn?: any;
887
- };
888
- }>>>;
889
- statusDetailsRelease: z.ZodDefault<z.ZodOptional<z.ZodObject<{
890
- status: z.ZodDefault<z.ZodObject<Pick<{
891
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
892
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
893
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
894
- in?: any[];
895
- notIn?: any[];
896
- }, {
897
- in?: any;
898
- notIn?: any;
899
- }>>;
900
- level: z.ZodDefault<z.ZodObject<Pick<{
901
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
902
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
903
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
904
- in?: any[];
905
- notIn?: any[];
906
- }, {
907
- in?: any;
908
- notIn?: any;
909
- }>>;
910
- }, "strip", z.ZodTypeAny, {
911
- status?: {
912
- in?: any[];
913
- notIn?: any[];
914
- };
915
- level?: {
916
- in?: any[];
917
- notIn?: any[];
918
- };
919
- }, {
920
- status?: {
921
- in?: any;
922
- notIn?: any;
923
- };
924
- level?: {
925
- in?: any;
926
- notIn?: any;
927
- };
928
- }>>>;
929
- }, "schemaType" | "statusDetailsSystem" | "statusDetailsRelease">, "strip", z.ZodTypeAny, {
930
- schemaType?: {
931
- in?: any[];
932
- notIn?: any[];
933
- };
934
- statusDetailsSystem?: {
935
- status?: {
936
- in?: any[];
937
- notIn?: any[];
938
- };
939
- };
940
- statusDetailsRelease?: {
941
- status?: {
942
- in?: any[];
943
- notIn?: any[];
944
- };
945
- level?: {
946
- in?: any[];
947
- notIn?: any[];
948
- };
949
- };
950
- }, {
951
- schemaType?: {
952
- in?: any;
953
- notIn?: any;
954
- };
955
- statusDetailsSystem?: {
956
- status?: {
957
- in?: any;
958
- notIn?: any;
959
- };
960
- };
961
- statusDetailsRelease?: {
962
- status?: {
963
- in?: any;
964
- notIn?: any;
965
- };
966
- level?: {
967
- in?: any;
968
- notIn?: any;
969
- };
970
- };
971
- }>>;
972
- export declare const DeletePackageParams: z.ZodObject<{
973
- force: z.ZodEffects<z.ZodAny, boolean, any>;
974
- filter: z.ZodObject<Pick<{
975
- prerelease: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>>;
976
- schemaType: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
977
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
978
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
979
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
980
- in?: any[];
981
- notIn?: any[];
982
- }, {
983
- in?: any;
984
- notIn?: any;
985
- }>>>;
986
- categories: z.ZodOptional<z.ZodObject<{
987
- name: z.ZodDefault<z.ZodObject<Pick<{
988
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
989
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
990
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
991
- in?: any[];
992
- notIn?: any[];
993
- }, {
994
- in?: any;
995
- notIn?: any;
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
- }>>;
1007
- }, "strip", z.ZodTypeAny, {
1008
- name?: {
1009
- in?: any[];
1010
- notIn?: any[];
1011
- };
1012
- id?: {
1013
- in?: any[];
1014
- notIn?: any[];
1015
- };
1016
- }, {
1017
- name?: {
1018
- in?: any;
1019
- notIn?: any;
1020
- };
1021
- id?: {
1022
- in?: any;
1023
- notIn?: any;
1024
- };
1025
- }>>;
1026
- id: z.ZodOptional<z.ZodDefault<z.ZodObject<Pick<{
1027
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1028
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1029
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
1030
- in?: any[];
1031
- notIn?: any[];
1032
- }, {
1033
- in?: any;
1034
- notIn?: any;
1035
- }>>>;
1036
- statusDetailsSystem: z.ZodDefault<z.ZodOptional<z.ZodObject<{
1037
- status: z.ZodDefault<z.ZodObject<Pick<{
1038
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1039
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1040
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
1041
- in?: any[];
1042
- notIn?: any[];
1043
- }, {
1044
- in?: any;
1045
- notIn?: any;
1046
- }>>;
1047
- }, "strip", z.ZodTypeAny, {
1048
- status?: {
1049
- in?: any[];
1050
- notIn?: any[];
1051
- };
1052
- }, {
1053
- status?: {
1054
- in?: any;
1055
- notIn?: any;
1056
- };
1057
- }>>>;
1058
- statusDetailsRelease: z.ZodDefault<z.ZodOptional<z.ZodObject<{
1059
- status: z.ZodDefault<z.ZodObject<Pick<{
1060
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1061
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1062
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
1063
- in?: any[];
1064
- notIn?: any[];
1065
- }, {
1066
- in?: any;
1067
- notIn?: any;
1068
- }>>;
1069
- level: z.ZodDefault<z.ZodObject<Pick<{
1070
- in: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1071
- notIn: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodTypeAny, any[], any>, z.ZodArray<z.ZodTypeAny, "many">]>>>;
1072
- }, "in" | "notIn">, "strip", z.ZodTypeAny, {
1073
- in?: any[];
1074
- notIn?: any[];
1075
- }, {
1076
- in?: any;
1077
- notIn?: any;
1078
- }>>;
1079
- }, "strip", z.ZodTypeAny, {
1080
- status?: {
1081
- in?: any[];
1082
- notIn?: any[];
1083
- };
1084
- level?: {
1085
- in?: any[];
1086
- notIn?: any[];
1087
- };
1088
- }, {
1089
- status?: {
1090
- in?: any;
1091
- notIn?: any;
1092
- };
1093
- level?: {
1094
- in?: any;
1095
- notIn?: any;
1096
- };
1097
- }>>>;
1098
- }, "schemaType" | "statusDetailsSystem" | "statusDetailsRelease">, "strip", z.ZodTypeAny, {
1099
- schemaType?: {
1100
- in?: any[];
1101
- notIn?: any[];
1102
- };
1103
- statusDetailsSystem?: {
1104
- status?: {
1105
- in?: any[];
1106
- notIn?: any[];
1107
- };
1108
- };
1109
- statusDetailsRelease?: {
1110
- status?: {
1111
- in?: any[];
1112
- notIn?: any[];
1113
- };
1114
- level?: {
1115
- in?: any[];
1116
- notIn?: any[];
1117
- };
1118
- };
1119
- }, {
1120
- schemaType?: {
1121
- in?: any;
1122
- notIn?: any;
1123
- };
1124
- statusDetailsSystem?: {
1125
- status?: {
1126
- in?: any;
1127
- notIn?: any;
1128
- };
1129
- };
1130
- statusDetailsRelease?: {
1131
- status?: {
1132
- in?: any;
1133
- notIn?: any;
1134
- };
1135
- level?: {
1136
- in?: any;
1137
- notIn?: any;
1138
- };
1139
- };
1140
- }>;
1141
- }, "strip", z.ZodTypeAny, {
1142
- force?: boolean;
1143
- filter?: {
1144
- schemaType?: {
1145
- in?: any[];
1146
- notIn?: any[];
1147
- };
1148
- statusDetailsSystem?: {
1149
- status?: {
1150
- in?: any[];
1151
- notIn?: any[];
1152
- };
1153
- };
1154
- statusDetailsRelease?: {
1155
- status?: {
1156
- in?: any[];
1157
- notIn?: any[];
1158
- };
1159
- level?: {
1160
- in?: any[];
1161
- notIn?: any[];
1162
- };
1163
- };
1164
- };
1165
- }, {
1166
- force?: any;
1167
- filter?: {
1168
- schemaType?: {
1169
- in?: any;
1170
- notIn?: any;
1171
- };
1172
- statusDetailsSystem?: {
1173
- status?: {
1174
- in?: any;
1175
- notIn?: any;
1176
- };
1177
- };
1178
- statusDetailsRelease?: {
1179
- status?: {
1180
- in?: any;
1181
- notIn?: any;
1182
- };
1183
- level?: {
1184
- in?: any;
1185
- notIn?: any;
1186
- };
1187
- };
1188
- };
1189
- }>;
1190
- export declare const PackageDependencyDeleteParams: z.ZodIntersection<z.ZodObject<Pick<{
1191
- id: z.ZodString;
1192
- revisionId: z.ZodOptional<z.ZodString>;
1193
- version: z.ZodOptional<z.ZodString>;
1194
- type: z.ZodNativeEnum<{
1195
- BOT_TEMPLATE: "BOT_TEMPLATE";
1196
- CONTENT: "CONTENT";
1197
- CONTENT_INPUT: "CONTENT_INPUT";
1198
- FLOW_TEMPLATE: "FLOW_TEMPLATE";
1199
- NPM_UNPACKED: "NPM_UNPACKED";
1200
- RWC_INPUT: "RWC_INPUT";
1201
- S3_BUCKET: "S3_BUCKET";
1202
- STEP: "STEP";
1203
- STEP_INPUT: "STEP_INPUT";
1204
- STEP_TEMPLATE: "STEP_TEMPLATE";
1205
- TEST_ONLY: "TEST_ONLY";
1206
- TICKET_INPUT: "TICKET_INPUT";
1207
- UNKNOWN: "UNKNOWN";
1208
- }>;
1209
- }, "type" | "id" | "revisionId">, "strip", z.ZodTypeAny, {
1210
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
1211
- id?: string;
1212
- revisionId?: string;
1213
- }, {
1214
- type?: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
1215
- id?: string;
1216
- revisionId?: string;
1217
- }>, z.ZodObject<{
1218
- dependencyId: z.ZodString;
1219
- }, "strip", z.ZodTypeAny, {
1220
- dependencyId?: string;
1221
- }, {
1222
- dependencyId?: string;
1223
- }>>;
1224
- export declare enum PackageUpdateReleaseEnum {
1225
- major = "major",
1226
- minor = "minor"
1227
- }
1228
- export declare const PackageUpdatesParams: z.ZodObject<{
1229
- releaseType: z.ZodDefault<z.ZodNativeEnum<typeof PackageUpdateReleaseEnum>>;
1230
- }, "strip", z.ZodTypeAny, {
1231
- releaseType?: PackageUpdateReleaseEnum;
1232
- }, {
1233
- releaseType?: PackageUpdateReleaseEnum;
1234
- }>;