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