@or-sdk/library-types-v1 6.0.1 → 6.0.2

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.
Files changed (96) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/.tsbuildinfo +1 -0
  3. package/dist/Categories/body.d.ts +18 -0
  4. package/dist/Categories/body.dto.d.ts +22 -0
  5. package/dist/Categories/body.dto.js +35 -0
  6. package/dist/Categories/body.dto.js.map +1 -0
  7. package/dist/Categories/body.js +12 -0
  8. package/dist/Categories/body.js.map +1 -0
  9. package/dist/Categories/index.d.ts +6 -0
  10. package/dist/Categories/index.js +23 -0
  11. package/dist/Categories/index.js.map +1 -0
  12. package/dist/Categories/param.d.ts +46 -0
  13. package/dist/Categories/param.dto.d.ts +50 -0
  14. package/dist/Categories/param.dto.js +35 -0
  15. package/dist/Categories/param.dto.js.map +1 -0
  16. package/dist/Categories/param.js +13 -0
  17. package/dist/Categories/param.js.map +1 -0
  18. package/dist/Categories/response.d.ts +94 -0
  19. package/dist/Categories/response.dto.d.ts +98 -0
  20. package/dist/Categories/response.dto.js +35 -0
  21. package/dist/Categories/response.dto.js.map +1 -0
  22. package/dist/Categories/response.js +16 -0
  23. package/dist/Categories/response.js.map +1 -0
  24. package/dist/PackageMeta.d.ts +35 -0
  25. package/dist/PackageMeta.js +19 -0
  26. package/dist/PackageMeta.js.map +1 -0
  27. package/dist/Packages/body.d.ts +315 -0
  28. package/dist/Packages/body.dto.d.ts +321 -0
  29. package/dist/Packages/body.dto.js +38 -0
  30. package/dist/Packages/body.dto.js.map +1 -0
  31. package/dist/Packages/body.js +80 -0
  32. package/dist/Packages/body.js.map +1 -0
  33. package/dist/Packages/index.d.ts +8 -0
  34. package/dist/Packages/index.js +25 -0
  35. package/dist/Packages/index.js.map +1 -0
  36. package/dist/Packages/param.d.ts +333 -0
  37. package/dist/Packages/param.dto.d.ts +343 -0
  38. package/dist/Packages/param.dto.js +50 -0
  39. package/dist/Packages/param.dto.js.map +1 -0
  40. package/dist/Packages/param.js +158 -0
  41. package/dist/Packages/param.js.map +1 -0
  42. package/dist/Packages/propTransformer.d.ts +3 -0
  43. package/dist/Packages/propTransformer.js +16 -0
  44. package/dist/Packages/propTransformer.js.map +1 -0
  45. package/dist/Packages/response.d.ts +1417 -0
  46. package/dist/Packages/response.dto.d.ts +1325 -0
  47. package/dist/Packages/response.dto.js +56 -0
  48. package/dist/Packages/response.dto.js.map +1 -0
  49. package/dist/Packages/response.js +174 -0
  50. package/dist/Packages/response.js.map +1 -0
  51. package/dist/Packages/union.d.ts +521 -0
  52. package/dist/Packages/union.dto.d.ts +675 -0
  53. package/dist/Packages/union.dto.js +41 -0
  54. package/dist/Packages/union.dto.js.map +1 -0
  55. package/dist/Packages/union.js +20 -0
  56. package/dist/Packages/union.js.map +1 -0
  57. package/dist/Sources/body.d.ts +413 -0
  58. package/dist/Sources/body.dto.d.ts +521 -0
  59. package/dist/Sources/body.dto.js +57 -0
  60. package/dist/Sources/body.dto.js.map +1 -0
  61. package/dist/Sources/body.js +83 -0
  62. package/dist/Sources/body.js.map +1 -0
  63. package/dist/Sources/index.d.ts +6 -0
  64. package/dist/Sources/index.js +23 -0
  65. package/dist/Sources/index.js.map +1 -0
  66. package/dist/Sources/param.d.ts +31 -0
  67. package/dist/Sources/param.dto.d.ts +33 -0
  68. package/dist/Sources/param.dto.js +32 -0
  69. package/dist/Sources/param.dto.js.map +1 -0
  70. package/dist/Sources/param.js +12 -0
  71. package/dist/Sources/param.js.map +1 -0
  72. package/dist/Sources/response.d.ts +963 -0
  73. package/dist/Sources/response.dto.d.ts +973 -0
  74. package/dist/Sources/response.dto.js +44 -0
  75. package/dist/Sources/response.dto.js.map +1 -0
  76. package/dist/Sources/response.js +107 -0
  77. package/dist/Sources/response.js.map +1 -0
  78. package/dist/Sync/index.d.ts +2 -0
  79. package/dist/Sync/index.js +19 -0
  80. package/dist/Sync/index.js.map +1 -0
  81. package/dist/Sync/response.d.ts +47 -0
  82. package/dist/Sync/response.dto.d.ts +51 -0
  83. package/dist/Sync/response.dto.js +35 -0
  84. package/dist/Sync/response.dto.js.map +1 -0
  85. package/dist/Sync/response.js +18 -0
  86. package/dist/Sync/response.js.map +1 -0
  87. package/dist/UploadUrl.d.ts +52 -0
  88. package/dist/UploadUrl.js +21 -0
  89. package/dist/UploadUrl.js.map +1 -0
  90. package/dist/User.d.ts +78 -0
  91. package/dist/User.js +22 -0
  92. package/dist/User.js.map +1 -0
  93. package/dist/index.d.ts +7 -0
  94. package/dist/index.js +24 -0
  95. package/dist/index.js.map +1 -0
  96. package/package.json +2 -2
@@ -0,0 +1,963 @@
1
+ import { z } from 'nestjs-zod/z';
2
+ export declare const GetSourceItemBranchResponse: z.ZodObject<{
3
+ id: z.ZodString;
4
+ meta: z.ZodObject<{
5
+ label: z.ZodString;
6
+ mocks: z.ZodAny;
7
+ }, "strip", z.ZodTypeAny, {
8
+ label?: string;
9
+ mocks?: any;
10
+ }, {
11
+ label?: string;
12
+ mocks?: any;
13
+ }>;
14
+ createdBy: z.ZodOptional<z.ZodObject<{
15
+ id: z.ZodAny;
16
+ accountId: z.ZodString;
17
+ userId: z.ZodString;
18
+ createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
19
+ }, "strip", z.ZodTypeAny, {
20
+ id?: any;
21
+ accountId?: string;
22
+ userId?: string;
23
+ createdAt?: string | Date;
24
+ }, {
25
+ id?: any;
26
+ accountId?: string;
27
+ userId?: string;
28
+ createdAt?: string | Date;
29
+ }>>;
30
+ published: z.ZodOptional<z.ZodObject<{
31
+ version: z.ZodString;
32
+ }, "strip", z.ZodTypeAny, {
33
+ version?: string;
34
+ }, {
35
+ version?: string;
36
+ }>>;
37
+ latestRevisionId: z.ZodOptional<z.ZodString>;
38
+ packageMeta: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
39
+ label: z.ZodOptional<z.ZodString>;
40
+ id: z.ZodOptional<z.ZodString>;
41
+ version: z.ZodOptional<z.ZodString>;
42
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
43
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ iconType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ recommendedSteps: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
47
+ shape: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ label?: string;
51
+ id?: string;
52
+ version?: string;
53
+ categories?: string[];
54
+ description?: string;
55
+ icon?: string;
56
+ iconType?: string;
57
+ recommendedSteps?: string[];
58
+ shape?: string;
59
+ tags?: string[];
60
+ }, {
61
+ label?: string;
62
+ id?: string;
63
+ version?: string;
64
+ categories?: string[];
65
+ description?: string;
66
+ icon?: string;
67
+ iconType?: string;
68
+ recommendedSteps?: string[];
69
+ shape?: string;
70
+ tags?: string[];
71
+ }>, z.ZodRecord<z.ZodAny, z.ZodAny>>>;
72
+ revision: z.ZodArray<z.ZodObject<{
73
+ id: z.ZodString;
74
+ accountId: z.ZodOptional<z.ZodString>;
75
+ userId: z.ZodOptional<z.ZodString>;
76
+ createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
77
+ }, "strip", z.ZodTypeAny, {
78
+ id?: string;
79
+ accountId?: string;
80
+ userId?: string;
81
+ createdAt?: string | Date;
82
+ }, {
83
+ id?: string;
84
+ accountId?: string;
85
+ userId?: string;
86
+ createdAt?: string | Date;
87
+ }>, "many">;
88
+ }, "strip", z.ZodTypeAny, {
89
+ id?: string;
90
+ meta?: {
91
+ label?: string;
92
+ mocks?: any;
93
+ };
94
+ createdBy?: {
95
+ id?: any;
96
+ accountId?: string;
97
+ userId?: string;
98
+ createdAt?: string | Date;
99
+ };
100
+ published?: {
101
+ version?: string;
102
+ };
103
+ latestRevisionId?: string;
104
+ packageMeta?: {
105
+ label?: string;
106
+ id?: string;
107
+ version?: string;
108
+ categories?: string[];
109
+ description?: string;
110
+ icon?: string;
111
+ iconType?: string;
112
+ recommendedSteps?: string[];
113
+ shape?: string;
114
+ tags?: string[];
115
+ } & Record<any, any>;
116
+ revision?: {
117
+ id?: string;
118
+ accountId?: string;
119
+ userId?: string;
120
+ createdAt?: string | Date;
121
+ }[];
122
+ }, {
123
+ id?: string;
124
+ meta?: {
125
+ label?: string;
126
+ mocks?: any;
127
+ };
128
+ createdBy?: {
129
+ id?: any;
130
+ accountId?: string;
131
+ userId?: string;
132
+ createdAt?: string | Date;
133
+ };
134
+ published?: {
135
+ version?: string;
136
+ };
137
+ latestRevisionId?: string;
138
+ packageMeta?: {
139
+ label?: string;
140
+ id?: string;
141
+ version?: string;
142
+ categories?: string[];
143
+ description?: string;
144
+ icon?: string;
145
+ iconType?: string;
146
+ recommendedSteps?: string[];
147
+ shape?: string;
148
+ tags?: string[];
149
+ } & Record<any, any>;
150
+ revision?: {
151
+ id?: string;
152
+ accountId?: string;
153
+ userId?: string;
154
+ createdAt?: string | Date;
155
+ }[];
156
+ }>;
157
+ export declare const GetSourceItemResponse: z.ZodObject<{
158
+ id: z.ZodOptional<z.ZodString>;
159
+ createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
160
+ meta: z.ZodOptional<z.ZodObject<{
161
+ shared: z.ZodObject<{
162
+ currentAccount: z.ZodBoolean;
163
+ }, "strip", z.ZodTypeAny, {
164
+ currentAccount?: boolean;
165
+ }, {
166
+ currentAccount?: boolean;
167
+ }>;
168
+ label: z.ZodString;
169
+ }, "strip", z.ZodTypeAny, {
170
+ shared?: {
171
+ currentAccount?: boolean;
172
+ };
173
+ label?: string;
174
+ }, {
175
+ shared?: {
176
+ currentAccount?: boolean;
177
+ };
178
+ label?: string;
179
+ }>>;
180
+ createdBy: z.ZodOptional<z.ZodObject<{
181
+ id: z.ZodAny;
182
+ accountId: z.ZodString;
183
+ userId: z.ZodString;
184
+ createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
185
+ }, "strip", z.ZodTypeAny, {
186
+ id?: any;
187
+ accountId?: string;
188
+ userId?: string;
189
+ createdAt?: string | Date;
190
+ }, {
191
+ id?: any;
192
+ accountId?: string;
193
+ userId?: string;
194
+ createdAt?: string | Date;
195
+ }>>;
196
+ source: z.ZodArray<z.ZodObject<{
197
+ id: z.ZodString;
198
+ meta: z.ZodObject<{
199
+ label: z.ZodString;
200
+ mocks: z.ZodAny;
201
+ }, "strip", z.ZodTypeAny, {
202
+ label?: string;
203
+ mocks?: any;
204
+ }, {
205
+ label?: string;
206
+ mocks?: any;
207
+ }>;
208
+ createdBy: z.ZodOptional<z.ZodObject<{
209
+ id: z.ZodAny;
210
+ accountId: z.ZodString;
211
+ userId: z.ZodString;
212
+ createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
213
+ }, "strip", z.ZodTypeAny, {
214
+ id?: any;
215
+ accountId?: string;
216
+ userId?: string;
217
+ createdAt?: string | Date;
218
+ }, {
219
+ id?: any;
220
+ accountId?: string;
221
+ userId?: string;
222
+ createdAt?: string | Date;
223
+ }>>;
224
+ published: z.ZodOptional<z.ZodObject<{
225
+ version: z.ZodString;
226
+ }, "strip", z.ZodTypeAny, {
227
+ version?: string;
228
+ }, {
229
+ version?: string;
230
+ }>>;
231
+ latestRevisionId: z.ZodOptional<z.ZodString>;
232
+ packageMeta: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
233
+ label: z.ZodOptional<z.ZodString>;
234
+ id: z.ZodOptional<z.ZodString>;
235
+ version: z.ZodOptional<z.ZodString>;
236
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
237
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
238
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
239
+ iconType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
240
+ recommendedSteps: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
241
+ shape: z.ZodOptional<z.ZodNullable<z.ZodString>>;
242
+ tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
243
+ }, "strip", z.ZodTypeAny, {
244
+ label?: string;
245
+ id?: string;
246
+ version?: string;
247
+ categories?: string[];
248
+ description?: string;
249
+ icon?: string;
250
+ iconType?: string;
251
+ recommendedSteps?: string[];
252
+ shape?: string;
253
+ tags?: string[];
254
+ }, {
255
+ label?: string;
256
+ id?: string;
257
+ version?: string;
258
+ categories?: string[];
259
+ description?: string;
260
+ icon?: string;
261
+ iconType?: string;
262
+ recommendedSteps?: string[];
263
+ shape?: string;
264
+ tags?: string[];
265
+ }>, z.ZodRecord<z.ZodAny, z.ZodAny>>>;
266
+ revision: z.ZodArray<z.ZodObject<{
267
+ id: z.ZodString;
268
+ accountId: z.ZodOptional<z.ZodString>;
269
+ userId: z.ZodOptional<z.ZodString>;
270
+ createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
271
+ }, "strip", z.ZodTypeAny, {
272
+ id?: string;
273
+ accountId?: string;
274
+ userId?: string;
275
+ createdAt?: string | Date;
276
+ }, {
277
+ id?: string;
278
+ accountId?: string;
279
+ userId?: string;
280
+ createdAt?: string | Date;
281
+ }>, "many">;
282
+ }, "strip", z.ZodTypeAny, {
283
+ id?: string;
284
+ meta?: {
285
+ label?: string;
286
+ mocks?: any;
287
+ };
288
+ createdBy?: {
289
+ id?: any;
290
+ accountId?: string;
291
+ userId?: string;
292
+ createdAt?: string | Date;
293
+ };
294
+ published?: {
295
+ version?: string;
296
+ };
297
+ latestRevisionId?: string;
298
+ packageMeta?: {
299
+ label?: string;
300
+ id?: string;
301
+ version?: string;
302
+ categories?: string[];
303
+ description?: string;
304
+ icon?: string;
305
+ iconType?: string;
306
+ recommendedSteps?: string[];
307
+ shape?: string;
308
+ tags?: string[];
309
+ } & Record<any, any>;
310
+ revision?: {
311
+ id?: string;
312
+ accountId?: string;
313
+ userId?: string;
314
+ createdAt?: string | Date;
315
+ }[];
316
+ }, {
317
+ id?: string;
318
+ meta?: {
319
+ label?: string;
320
+ mocks?: any;
321
+ };
322
+ createdBy?: {
323
+ id?: any;
324
+ accountId?: string;
325
+ userId?: string;
326
+ createdAt?: string | Date;
327
+ };
328
+ published?: {
329
+ version?: string;
330
+ };
331
+ latestRevisionId?: string;
332
+ packageMeta?: {
333
+ label?: string;
334
+ id?: string;
335
+ version?: string;
336
+ categories?: string[];
337
+ description?: string;
338
+ icon?: string;
339
+ iconType?: string;
340
+ recommendedSteps?: string[];
341
+ shape?: string;
342
+ tags?: string[];
343
+ } & Record<any, any>;
344
+ revision?: {
345
+ id?: string;
346
+ accountId?: string;
347
+ userId?: string;
348
+ createdAt?: string | Date;
349
+ }[];
350
+ }>, "many">;
351
+ }, "strip", z.ZodTypeAny, {
352
+ id?: string;
353
+ createdAt?: string | Date;
354
+ meta?: {
355
+ shared?: {
356
+ currentAccount?: boolean;
357
+ };
358
+ label?: string;
359
+ };
360
+ createdBy?: {
361
+ id?: any;
362
+ accountId?: string;
363
+ userId?: string;
364
+ createdAt?: string | Date;
365
+ };
366
+ source?: {
367
+ id?: string;
368
+ meta?: {
369
+ label?: string;
370
+ mocks?: any;
371
+ };
372
+ createdBy?: {
373
+ id?: any;
374
+ accountId?: string;
375
+ userId?: string;
376
+ createdAt?: string | Date;
377
+ };
378
+ published?: {
379
+ version?: string;
380
+ };
381
+ latestRevisionId?: string;
382
+ packageMeta?: {
383
+ label?: string;
384
+ id?: string;
385
+ version?: string;
386
+ categories?: string[];
387
+ description?: string;
388
+ icon?: string;
389
+ iconType?: string;
390
+ recommendedSteps?: string[];
391
+ shape?: string;
392
+ tags?: string[];
393
+ } & Record<any, any>;
394
+ revision?: {
395
+ id?: string;
396
+ accountId?: string;
397
+ userId?: string;
398
+ createdAt?: string | Date;
399
+ }[];
400
+ }[];
401
+ }, {
402
+ id?: string;
403
+ createdAt?: string | Date;
404
+ meta?: {
405
+ shared?: {
406
+ currentAccount?: boolean;
407
+ };
408
+ label?: string;
409
+ };
410
+ createdBy?: {
411
+ id?: any;
412
+ accountId?: string;
413
+ userId?: string;
414
+ createdAt?: string | Date;
415
+ };
416
+ source?: {
417
+ id?: string;
418
+ meta?: {
419
+ label?: string;
420
+ mocks?: any;
421
+ };
422
+ createdBy?: {
423
+ id?: any;
424
+ accountId?: string;
425
+ userId?: string;
426
+ createdAt?: string | Date;
427
+ };
428
+ published?: {
429
+ version?: string;
430
+ };
431
+ latestRevisionId?: string;
432
+ packageMeta?: {
433
+ label?: string;
434
+ id?: string;
435
+ version?: string;
436
+ categories?: string[];
437
+ description?: string;
438
+ icon?: string;
439
+ iconType?: string;
440
+ recommendedSteps?: string[];
441
+ shape?: string;
442
+ tags?: string[];
443
+ } & Record<any, any>;
444
+ revision?: {
445
+ id?: string;
446
+ accountId?: string;
447
+ userId?: string;
448
+ createdAt?: string | Date;
449
+ }[];
450
+ }[];
451
+ }>;
452
+ export declare const GetSourcesResponse: z.ZodObject<{
453
+ total: z.ZodNumber;
454
+ hits: z.ZodArray<z.ZodObject<{
455
+ id: z.ZodOptional<z.ZodString>;
456
+ createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
457
+ meta: z.ZodOptional<z.ZodObject<{
458
+ shared: z.ZodObject<{
459
+ currentAccount: z.ZodBoolean;
460
+ }, "strip", z.ZodTypeAny, {
461
+ currentAccount?: boolean;
462
+ }, {
463
+ currentAccount?: boolean;
464
+ }>;
465
+ label: z.ZodString;
466
+ }, "strip", z.ZodTypeAny, {
467
+ shared?: {
468
+ currentAccount?: boolean;
469
+ };
470
+ label?: string;
471
+ }, {
472
+ shared?: {
473
+ currentAccount?: boolean;
474
+ };
475
+ label?: string;
476
+ }>>;
477
+ createdBy: z.ZodOptional<z.ZodObject<{
478
+ id: z.ZodAny;
479
+ accountId: z.ZodString;
480
+ userId: z.ZodString;
481
+ createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
482
+ }, "strip", z.ZodTypeAny, {
483
+ id?: any;
484
+ accountId?: string;
485
+ userId?: string;
486
+ createdAt?: string | Date;
487
+ }, {
488
+ id?: any;
489
+ accountId?: string;
490
+ userId?: string;
491
+ createdAt?: string | Date;
492
+ }>>;
493
+ source: z.ZodArray<z.ZodObject<{
494
+ id: z.ZodString;
495
+ meta: z.ZodObject<{
496
+ label: z.ZodString;
497
+ mocks: z.ZodAny;
498
+ }, "strip", z.ZodTypeAny, {
499
+ label?: string;
500
+ mocks?: any;
501
+ }, {
502
+ label?: string;
503
+ mocks?: any;
504
+ }>;
505
+ createdBy: z.ZodOptional<z.ZodObject<{
506
+ id: z.ZodAny;
507
+ accountId: z.ZodString;
508
+ userId: z.ZodString;
509
+ createdAt: z.ZodUnion<[z.ZodDate, z.ZodString]>;
510
+ }, "strip", z.ZodTypeAny, {
511
+ id?: any;
512
+ accountId?: string;
513
+ userId?: string;
514
+ createdAt?: string | Date;
515
+ }, {
516
+ id?: any;
517
+ accountId?: string;
518
+ userId?: string;
519
+ createdAt?: string | Date;
520
+ }>>;
521
+ published: z.ZodOptional<z.ZodObject<{
522
+ version: z.ZodString;
523
+ }, "strip", z.ZodTypeAny, {
524
+ version?: string;
525
+ }, {
526
+ version?: string;
527
+ }>>;
528
+ latestRevisionId: z.ZodOptional<z.ZodString>;
529
+ packageMeta: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
530
+ label: z.ZodOptional<z.ZodString>;
531
+ id: z.ZodOptional<z.ZodString>;
532
+ version: z.ZodOptional<z.ZodString>;
533
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
534
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
535
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
536
+ iconType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
537
+ recommendedSteps: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
538
+ shape: z.ZodOptional<z.ZodNullable<z.ZodString>>;
539
+ tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
540
+ }, "strip", z.ZodTypeAny, {
541
+ label?: string;
542
+ id?: string;
543
+ version?: string;
544
+ categories?: string[];
545
+ description?: string;
546
+ icon?: string;
547
+ iconType?: string;
548
+ recommendedSteps?: string[];
549
+ shape?: string;
550
+ tags?: string[];
551
+ }, {
552
+ label?: string;
553
+ id?: string;
554
+ version?: string;
555
+ categories?: string[];
556
+ description?: string;
557
+ icon?: string;
558
+ iconType?: string;
559
+ recommendedSteps?: string[];
560
+ shape?: string;
561
+ tags?: string[];
562
+ }>, z.ZodRecord<z.ZodAny, z.ZodAny>>>;
563
+ revision: z.ZodArray<z.ZodObject<{
564
+ id: z.ZodString;
565
+ accountId: z.ZodOptional<z.ZodString>;
566
+ userId: z.ZodOptional<z.ZodString>;
567
+ createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
568
+ }, "strip", z.ZodTypeAny, {
569
+ id?: string;
570
+ accountId?: string;
571
+ userId?: string;
572
+ createdAt?: string | Date;
573
+ }, {
574
+ id?: string;
575
+ accountId?: string;
576
+ userId?: string;
577
+ createdAt?: string | Date;
578
+ }>, "many">;
579
+ }, "strip", z.ZodTypeAny, {
580
+ id?: string;
581
+ meta?: {
582
+ label?: string;
583
+ mocks?: any;
584
+ };
585
+ createdBy?: {
586
+ id?: any;
587
+ accountId?: string;
588
+ userId?: string;
589
+ createdAt?: string | Date;
590
+ };
591
+ published?: {
592
+ version?: string;
593
+ };
594
+ latestRevisionId?: string;
595
+ packageMeta?: {
596
+ label?: string;
597
+ id?: string;
598
+ version?: string;
599
+ categories?: string[];
600
+ description?: string;
601
+ icon?: string;
602
+ iconType?: string;
603
+ recommendedSteps?: string[];
604
+ shape?: string;
605
+ tags?: string[];
606
+ } & Record<any, any>;
607
+ revision?: {
608
+ id?: string;
609
+ accountId?: string;
610
+ userId?: string;
611
+ createdAt?: string | Date;
612
+ }[];
613
+ }, {
614
+ id?: string;
615
+ meta?: {
616
+ label?: string;
617
+ mocks?: any;
618
+ };
619
+ createdBy?: {
620
+ id?: any;
621
+ accountId?: string;
622
+ userId?: string;
623
+ createdAt?: string | Date;
624
+ };
625
+ published?: {
626
+ version?: string;
627
+ };
628
+ latestRevisionId?: string;
629
+ packageMeta?: {
630
+ label?: string;
631
+ id?: string;
632
+ version?: string;
633
+ categories?: string[];
634
+ description?: string;
635
+ icon?: string;
636
+ iconType?: string;
637
+ recommendedSteps?: string[];
638
+ shape?: string;
639
+ tags?: string[];
640
+ } & Record<any, any>;
641
+ revision?: {
642
+ id?: string;
643
+ accountId?: string;
644
+ userId?: string;
645
+ createdAt?: string | Date;
646
+ }[];
647
+ }>, "many">;
648
+ }, "strip", z.ZodTypeAny, {
649
+ id?: string;
650
+ createdAt?: string | Date;
651
+ meta?: {
652
+ shared?: {
653
+ currentAccount?: boolean;
654
+ };
655
+ label?: string;
656
+ };
657
+ createdBy?: {
658
+ id?: any;
659
+ accountId?: string;
660
+ userId?: string;
661
+ createdAt?: string | Date;
662
+ };
663
+ source?: {
664
+ id?: string;
665
+ meta?: {
666
+ label?: string;
667
+ mocks?: any;
668
+ };
669
+ createdBy?: {
670
+ id?: any;
671
+ accountId?: string;
672
+ userId?: string;
673
+ createdAt?: string | Date;
674
+ };
675
+ published?: {
676
+ version?: string;
677
+ };
678
+ latestRevisionId?: string;
679
+ packageMeta?: {
680
+ label?: string;
681
+ id?: string;
682
+ version?: string;
683
+ categories?: string[];
684
+ description?: string;
685
+ icon?: string;
686
+ iconType?: string;
687
+ recommendedSteps?: string[];
688
+ shape?: string;
689
+ tags?: string[];
690
+ } & Record<any, any>;
691
+ revision?: {
692
+ id?: string;
693
+ accountId?: string;
694
+ userId?: string;
695
+ createdAt?: string | Date;
696
+ }[];
697
+ }[];
698
+ }, {
699
+ id?: string;
700
+ createdAt?: string | Date;
701
+ meta?: {
702
+ shared?: {
703
+ currentAccount?: boolean;
704
+ };
705
+ label?: string;
706
+ };
707
+ createdBy?: {
708
+ id?: any;
709
+ accountId?: string;
710
+ userId?: string;
711
+ createdAt?: string | Date;
712
+ };
713
+ source?: {
714
+ id?: string;
715
+ meta?: {
716
+ label?: string;
717
+ mocks?: any;
718
+ };
719
+ createdBy?: {
720
+ id?: any;
721
+ accountId?: string;
722
+ userId?: string;
723
+ createdAt?: string | Date;
724
+ };
725
+ published?: {
726
+ version?: string;
727
+ };
728
+ latestRevisionId?: string;
729
+ packageMeta?: {
730
+ label?: string;
731
+ id?: string;
732
+ version?: string;
733
+ categories?: string[];
734
+ description?: string;
735
+ icon?: string;
736
+ iconType?: string;
737
+ recommendedSteps?: string[];
738
+ shape?: string;
739
+ tags?: string[];
740
+ } & Record<any, any>;
741
+ revision?: {
742
+ id?: string;
743
+ accountId?: string;
744
+ userId?: string;
745
+ createdAt?: string | Date;
746
+ }[];
747
+ }[];
748
+ }>, "many">;
749
+ }, "strip", z.ZodTypeAny, {
750
+ total?: number;
751
+ hits?: {
752
+ id?: string;
753
+ createdAt?: string | Date;
754
+ meta?: {
755
+ shared?: {
756
+ currentAccount?: boolean;
757
+ };
758
+ label?: string;
759
+ };
760
+ createdBy?: {
761
+ id?: any;
762
+ accountId?: string;
763
+ userId?: string;
764
+ createdAt?: string | Date;
765
+ };
766
+ source?: {
767
+ id?: string;
768
+ meta?: {
769
+ label?: string;
770
+ mocks?: any;
771
+ };
772
+ createdBy?: {
773
+ id?: any;
774
+ accountId?: string;
775
+ userId?: string;
776
+ createdAt?: string | Date;
777
+ };
778
+ published?: {
779
+ version?: string;
780
+ };
781
+ latestRevisionId?: string;
782
+ packageMeta?: {
783
+ label?: string;
784
+ id?: string;
785
+ version?: string;
786
+ categories?: string[];
787
+ description?: string;
788
+ icon?: string;
789
+ iconType?: string;
790
+ recommendedSteps?: string[];
791
+ shape?: string;
792
+ tags?: string[];
793
+ } & Record<any, any>;
794
+ revision?: {
795
+ id?: string;
796
+ accountId?: string;
797
+ userId?: string;
798
+ createdAt?: string | Date;
799
+ }[];
800
+ }[];
801
+ }[];
802
+ }, {
803
+ total?: number;
804
+ hits?: {
805
+ id?: string;
806
+ createdAt?: string | Date;
807
+ meta?: {
808
+ shared?: {
809
+ currentAccount?: boolean;
810
+ };
811
+ label?: string;
812
+ };
813
+ createdBy?: {
814
+ id?: any;
815
+ accountId?: string;
816
+ userId?: string;
817
+ createdAt?: string | Date;
818
+ };
819
+ source?: {
820
+ id?: string;
821
+ meta?: {
822
+ label?: string;
823
+ mocks?: any;
824
+ };
825
+ createdBy?: {
826
+ id?: any;
827
+ accountId?: string;
828
+ userId?: string;
829
+ createdAt?: string | Date;
830
+ };
831
+ published?: {
832
+ version?: string;
833
+ };
834
+ latestRevisionId?: string;
835
+ packageMeta?: {
836
+ label?: string;
837
+ id?: string;
838
+ version?: string;
839
+ categories?: string[];
840
+ description?: string;
841
+ icon?: string;
842
+ iconType?: string;
843
+ recommendedSteps?: string[];
844
+ shape?: string;
845
+ tags?: string[];
846
+ } & Record<any, any>;
847
+ revision?: {
848
+ id?: string;
849
+ accountId?: string;
850
+ userId?: string;
851
+ createdAt?: string | Date;
852
+ }[];
853
+ }[];
854
+ }[];
855
+ }>;
856
+ export declare const GetSourceRevisionResponse: z.ZodObject<{
857
+ data: z.ZodUnion<[z.ZodAny, z.ZodObject<{
858
+ helpTextSource: z.ZodOptional<z.ZodString>;
859
+ hooksSource: z.ZodOptional<z.ZodString>;
860
+ invalidData: z.ZodOptional<z.ZodAny>;
861
+ logicSource: z.ZodOptional<z.ZodString>;
862
+ migrationSource: z.ZodOptional<z.ZodString>;
863
+ rootInputSettings: z.ZodOptional<z.ZodAny>;
864
+ rootInputUrn: z.ZodOptional<z.ZodString>;
865
+ stepDetails: z.ZodOptional<z.ZodAny>;
866
+ stepPackages: z.ZodOptional<z.ZodAny>;
867
+ }, "strip", z.ZodTypeAny, {
868
+ helpTextSource?: string;
869
+ hooksSource?: string;
870
+ invalidData?: any;
871
+ logicSource?: string;
872
+ migrationSource?: string;
873
+ rootInputSettings?: any;
874
+ rootInputUrn?: string;
875
+ stepDetails?: any;
876
+ stepPackages?: any;
877
+ }, {
878
+ helpTextSource?: string;
879
+ hooksSource?: string;
880
+ invalidData?: any;
881
+ logicSource?: string;
882
+ migrationSource?: string;
883
+ rootInputSettings?: any;
884
+ rootInputUrn?: string;
885
+ stepDetails?: any;
886
+ stepPackages?: any;
887
+ }>]>;
888
+ published: z.ZodOptional<z.ZodObject<{
889
+ version: z.ZodString;
890
+ }, "strip", z.ZodTypeAny, {
891
+ version?: string;
892
+ }, {
893
+ version?: string;
894
+ }>>;
895
+ sandboxUploaded: z.ZodOptional<z.ZodBoolean>;
896
+ playgroundUploaded: z.ZodOptional<z.ZodBoolean>;
897
+ sourceMeta: z.ZodOptional<z.ZodUnion<[z.ZodAny, z.ZodObject<{
898
+ meta: z.ZodOptional<z.ZodUnion<[z.ZodAny, z.ZodObject<{
899
+ label: z.ZodOptional<z.ZodString>;
900
+ mocks: z.ZodOptional<z.ZodAny>;
901
+ }, "strip", z.ZodTypeAny, {
902
+ label?: string;
903
+ mocks?: any;
904
+ }, {
905
+ label?: string;
906
+ mocks?: any;
907
+ }>]>>;
908
+ revision: z.ZodOptional<z.ZodUnion<[z.ZodAny, z.ZodObject<{
909
+ accountId: z.ZodOptional<z.ZodString>;
910
+ createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodString]>>;
911
+ id: z.ZodOptional<z.ZodString>;
912
+ userId: z.ZodOptional<z.ZodString>;
913
+ }, "strip", z.ZodTypeAny, {
914
+ accountId?: string;
915
+ createdAt?: string | Date;
916
+ id?: string;
917
+ userId?: string;
918
+ }, {
919
+ accountId?: string;
920
+ createdAt?: string | Date;
921
+ id?: string;
922
+ userId?: string;
923
+ }>]>>;
924
+ }, "strip", z.ZodTypeAny, {
925
+ meta?: any;
926
+ revision?: any;
927
+ }, {
928
+ meta?: any;
929
+ revision?: any;
930
+ }>]>>;
931
+ }, "strip", z.ZodTypeAny, {
932
+ data?: any;
933
+ published?: {
934
+ version?: string;
935
+ };
936
+ sandboxUploaded?: boolean;
937
+ playgroundUploaded?: boolean;
938
+ sourceMeta?: any;
939
+ }, {
940
+ data?: any;
941
+ published?: {
942
+ version?: string;
943
+ };
944
+ sandboxUploaded?: boolean;
945
+ playgroundUploaded?: boolean;
946
+ sourceMeta?: any;
947
+ }>;
948
+ export declare const ForkSourceBranchResponse: z.ZodObject<{
949
+ id: z.ZodString;
950
+ revisionId: z.ZodString;
951
+ sourceId: z.ZodString;
952
+ packageUpdateResult: z.ZodOptional<z.ZodAny>;
953
+ }, "strip", z.ZodTypeAny, {
954
+ id?: string;
955
+ revisionId?: string;
956
+ sourceId?: string;
957
+ packageUpdateResult?: any;
958
+ }, {
959
+ id?: string;
960
+ revisionId?: string;
961
+ sourceId?: string;
962
+ packageUpdateResult?: any;
963
+ }>;