faros-airbyte-common 0.14.0 → 0.14.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 (77) hide show
  1. package/package.json +9 -3
  2. package/lib/azurepipeline/index.d.ts +0 -1
  3. package/lib/azurepipeline/index.js +0 -18
  4. package/lib/azurepipeline/index.js.map +0 -1
  5. package/lib/azurepipeline/types.d.ts +0 -343
  6. package/lib/azurepipeline/types.js +0 -44
  7. package/lib/azurepipeline/types.js.map +0 -1
  8. package/lib/bitbucket/index.d.ts +0 -1
  9. package/lib/bitbucket/index.js +0 -18
  10. package/lib/bitbucket/index.js.map +0 -1
  11. package/lib/bitbucket/types.d.ts +0 -547
  12. package/lib/bitbucket/types.js +0 -3
  13. package/lib/bitbucket/types.js.map +0 -1
  14. package/lib/bitbucket-server/index.d.ts +0 -127
  15. package/lib/bitbucket-server/index.js +0 -23
  16. package/lib/bitbucket-server/index.js.map +0 -1
  17. package/lib/circleci/index.d.ts +0 -1
  18. package/lib/circleci/index.js +0 -18
  19. package/lib/circleci/index.js.map +0 -1
  20. package/lib/circleci/types.d.ts +0 -86
  21. package/lib/circleci/types.js +0 -3
  22. package/lib/circleci/types.js.map +0 -1
  23. package/lib/clickup/index.d.ts +0 -1
  24. package/lib/clickup/index.js +0 -18
  25. package/lib/clickup/index.js.map +0 -1
  26. package/lib/clickup/types.d.ts +0 -292
  27. package/lib/clickup/types.js +0 -3
  28. package/lib/clickup/types.js.map +0 -1
  29. package/lib/common/bucket-set.d.ts +0 -6
  30. package/lib/common/bucket-set.js +0 -71
  31. package/lib/common/bucket-set.js.map +0 -1
  32. package/lib/common/bucketing.d.ts +0 -20
  33. package/lib/common/bucketing.js +0 -67
  34. package/lib/common/bucketing.js.map +0 -1
  35. package/lib/common/index.d.ts +0 -25
  36. package/lib/common/index.js +0 -126
  37. package/lib/common/index.js.map +0 -1
  38. package/lib/github/codegen.d.ts +0 -3
  39. package/lib/github/codegen.js +0 -39
  40. package/lib/github/codegen.js.map +0 -1
  41. package/lib/github/generated/index.d.ts +0 -8241
  42. package/lib/github/generated/index.js +0 -3257
  43. package/lib/github/generated/index.js.map +0 -1
  44. package/lib/github/index.d.ts +0 -1
  45. package/lib/github/index.js +0 -18
  46. package/lib/github/index.js.map +0 -1
  47. package/lib/github/queries.d.ts +0 -16
  48. package/lib/github/queries.js +0 -47
  49. package/lib/github/queries.js.map +0 -1
  50. package/lib/github/types.d.ts +0 -208
  51. package/lib/github/types.js +0 -10
  52. package/lib/github/types.js.map +0 -1
  53. package/lib/jira/index.d.ts +0 -1
  54. package/lib/jira/index.js +0 -18
  55. package/lib/jira/index.js.map +0 -1
  56. package/lib/jira/types.d.ts +0 -140
  57. package/lib/jira/types.js +0 -12
  58. package/lib/jira/types.js.map +0 -1
  59. package/lib/tsconfig.tsbuildinfo +0 -1
  60. package/lib/vanta/index.d.ts +0 -1
  61. package/lib/vanta/index.js +0 -18
  62. package/lib/vanta/index.js.map +0 -1
  63. package/lib/vanta/types.d.ts +0 -73
  64. package/lib/vanta/types.js +0 -3
  65. package/lib/vanta/types.js.map +0 -1
  66. package/lib/wolken/index.d.ts +0 -1
  67. package/lib/wolken/index.js +0 -18
  68. package/lib/wolken/index.js.map +0 -1
  69. package/lib/wolken/types.d.ts +0 -130
  70. package/lib/wolken/types.js +0 -3
  71. package/lib/wolken/types.js.map +0 -1
  72. package/lib/xray/index.d.ts +0 -1
  73. package/lib/xray/index.js +0 -18
  74. package/lib/xray/index.js.map +0 -1
  75. package/lib/xray/types.d.ts +0 -73
  76. package/lib/xray/types.js +0 -3
  77. package/lib/xray/types.js.map +0 -1
@@ -1,547 +0,0 @@
1
- interface CalculatedActivity {
2
- commitCount: number;
3
- mergedAt: string;
4
- }
5
- export interface Branch {
6
- readonly name: string;
7
- readonly links: {
8
- readonly htmlUrl: string;
9
- };
10
- readonly defaultMergeStrategy: string;
11
- readonly mergeStrategies: string[];
12
- readonly type: string;
13
- readonly target: {
14
- readonly hash: string;
15
- repository: {
16
- readonly links: {
17
- readonly htmlUrl: string;
18
- };
19
- readonly type: string;
20
- readonly name: string;
21
- fullName: string;
22
- readonly uuid: string;
23
- };
24
- readonly links: {
25
- readonly htmlUrl: string;
26
- };
27
- readonly author: {
28
- readonly raw: string;
29
- readonly type: string;
30
- readonly user: {
31
- readonly displayName: string;
32
- readonly uuid: string;
33
- readonly links: {
34
- readonly htmlUrl: string;
35
- };
36
- readonly type: string;
37
- readonly nickname: string;
38
- readonly accountId: string;
39
- };
40
- };
41
- readonly parents: {
42
- readonly hash: string;
43
- readonly links: {
44
- readonly htmlUrl: string;
45
- };
46
- }[];
47
- readonly date: string;
48
- readonly message: string;
49
- readonly type: string;
50
- };
51
- }
52
- export interface Commit {
53
- readonly hash: string;
54
- readonly date: string;
55
- readonly message: string;
56
- readonly type: string;
57
- readonly repository: {
58
- readonly fullName: string;
59
- };
60
- readonly links: {
61
- readonly htmlUrl: string;
62
- };
63
- readonly author: {
64
- readonly user?: {
65
- readonly displayName: string;
66
- readonly uuid: string;
67
- readonly type: string;
68
- readonly accountId: string;
69
- readonly links: {
70
- readonly htmlUrl: string;
71
- };
72
- };
73
- };
74
- }
75
- export interface Deployment {
76
- readonly type: string;
77
- readonly uuid: string;
78
- readonly name?: string;
79
- readonly key: string;
80
- readonly version: number;
81
- readonly lastUpdateTime?: string;
82
- readonly environment: {
83
- readonly uuid: string;
84
- readonly name?: string;
85
- readonly slug?: string;
86
- readonly rank?: number;
87
- readonly type?: string;
88
- };
89
- readonly fullEnvironment?: Environment;
90
- readonly step: {
91
- readonly uuid: string;
92
- readonly type: string;
93
- };
94
- readonly commit: {
95
- readonly type: string;
96
- readonly hash: string;
97
- readonly links: {
98
- readonly htmlUrl: string;
99
- };
100
- };
101
- readonly state: DeploymentsState;
102
- readonly deployable: {
103
- readonly type: string;
104
- readonly uuid: string;
105
- readonly key: string;
106
- readonly name: string;
107
- readonly url: string;
108
- readonly createdOn: string;
109
- readonly pipeline: {
110
- readonly uuid: string;
111
- readonly type: string;
112
- };
113
- readonly commit: {
114
- readonly type: string;
115
- readonly hash: string;
116
- readonly links: {
117
- readonly htmlUrl: string;
118
- };
119
- };
120
- };
121
- readonly release: {
122
- readonly type: string;
123
- readonly uuid: string;
124
- readonly key: string;
125
- readonly name: string;
126
- readonly url: string;
127
- readonly createdOnn: string;
128
- readonly pipeline: {
129
- readonly uuid: string;
130
- readonly type: string;
131
- };
132
- readonly commit: {
133
- readonly type: string;
134
- readonly hash: string;
135
- readonly links: {
136
- readonly htmlUrl: string;
137
- };
138
- };
139
- };
140
- }
141
- export interface DeploymentsState {
142
- readonly type: string;
143
- readonly name: string;
144
- readonly url: string;
145
- readonly startedOn: string;
146
- readonly completedOn: string;
147
- readonly status?: {
148
- readonly type: string;
149
- readonly name: string;
150
- };
151
- }
152
- export interface Environment {
153
- readonly name: string;
154
- readonly environmentLockEnabled: boolean;
155
- readonly deploymentGateEnabled: boolean;
156
- readonly rank: number;
157
- readonly hidden: boolean;
158
- readonly type: string;
159
- readonly slug: string;
160
- readonly uuid: string;
161
- readonly category: {
162
- readonly name: string;
163
- };
164
- readonly restrictions: {
165
- readonly adminOnly: boolean;
166
- readonly type: string;
167
- };
168
- readonly lock: {
169
- readonly type: string;
170
- readonly name: string;
171
- };
172
- readonly environmentType: {
173
- readonly type: string;
174
- readonly name: string;
175
- readonly rank: number;
176
- };
177
- }
178
- export interface User {
179
- readonly displayName: string;
180
- readonly emailAddress?: string;
181
- readonly uuid: string;
182
- readonly type: string;
183
- readonly accountId: string;
184
- readonly links: {
185
- readonly htmlUrl: string;
186
- };
187
- readonly workspace?: string;
188
- }
189
- export interface Pipeline {
190
- readonly type: string;
191
- readonly uuid: string;
192
- readonly buildNumber: number;
193
- readonly createdOn: string;
194
- readonly completedOn?: string;
195
- readonly runNumber: number;
196
- readonly durationInSeconds: number;
197
- readonly buildSecondsUsed: number;
198
- readonly firstSuccessful: boolean;
199
- readonly expired: boolean;
200
- readonly hasVariables: boolean;
201
- readonly repository: {
202
- readonly name: string;
203
- readonly type: string;
204
- readonly fullName: string;
205
- readonly uuid: string;
206
- readonly links: {
207
- readonly htmlUrl: string;
208
- };
209
- };
210
- readonly state: PipelineState;
211
- readonly creator: {
212
- readonly displayName: string;
213
- readonly accountId: string;
214
- readonly nickname: string;
215
- readonly type: string;
216
- readonly uuid: string;
217
- readonly links: {
218
- readonly htmlUrl: string;
219
- };
220
- };
221
- readonly target: {
222
- readonly type: string;
223
- readonly refType: string;
224
- readonly refName: string;
225
- readonly selector: {
226
- readonly type: string;
227
- };
228
- readonly commit?: {
229
- readonly type: string;
230
- readonly hash: string;
231
- readonly links: {
232
- readonly htmlUrl: string;
233
- };
234
- };
235
- };
236
- readonly trigger: {
237
- readonly name: string;
238
- readonly type: string;
239
- };
240
- readonly links: {
241
- readonly htmlUrl: string;
242
- };
243
- }
244
- export interface PipelineState {
245
- readonly name: string;
246
- readonly type: string;
247
- readonly stage?: {
248
- readonly name: string;
249
- readonly type: string;
250
- };
251
- }
252
- export interface PipelineStep {
253
- readonly uuid: string;
254
- readonly startedOn: string;
255
- readonly completedOn?: string;
256
- readonly type: string;
257
- readonly name: string;
258
- readonly runNumber: number;
259
- readonly maxTime: number;
260
- readonly buildSecondsUsed: number;
261
- readonly durationInSeconds: number;
262
- readonly pipeline: {
263
- readonly type: string;
264
- readonly uuid: string;
265
- };
266
- readonly image: {
267
- readonly name: string;
268
- };
269
- readonly scriptCommands: {
270
- readonly commandType: string;
271
- readonly command: string;
272
- readonly name: string;
273
- }[];
274
- readonly state: PipelineStepState;
275
- readonly trigger: {
276
- readonly type: string;
277
- };
278
- readonly teardownCommands: {
279
- readonly commandType: string;
280
- readonly action: string;
281
- readonly command: string;
282
- readonly name: string;
283
- }[];
284
- readonly setupCommands: {
285
- readonly commandType: string;
286
- readonly command: string;
287
- readonly name: string;
288
- }[];
289
- }
290
- export interface PipelineStepState {
291
- readonly type: string;
292
- readonly name: string;
293
- readonly result: {
294
- readonly type: string;
295
- readonly name: string;
296
- };
297
- }
298
- export interface PullRequestOrActivity {
299
- readonly type: 'PullRequest' | 'PullRequestActivity';
300
- readonly pullRequest?: PullRequest;
301
- readonly activity?: PRActivity;
302
- }
303
- export interface PullRequest {
304
- readonly description: string;
305
- readonly title: string;
306
- readonly type: string;
307
- readonly createdOn: string;
308
- readonly state: string;
309
- readonly reason: string;
310
- readonly updatedOn: string;
311
- readonly closeSourceBranch: boolean;
312
- readonly id: number;
313
- readonly commentCount: number;
314
- readonly taskCount: number;
315
- readonly diffStats?: ReadonlyArray<PRDiffStat>;
316
- readonly calculatedActivity?: CalculatedActivity;
317
- readonly links: {
318
- readonly declineUrl: string;
319
- readonly diffstatUrl: string;
320
- readonly commitsUrl: string;
321
- readonly commentsUrl: string;
322
- readonly mergeUrl: string;
323
- readonly htmlUrl: string;
324
- readonly activityUrl: string;
325
- readonly diffUrl: string;
326
- readonly approveUrl: string;
327
- readonly statusesUrl: string;
328
- };
329
- readonly destination: {
330
- readonly commit: {
331
- readonly hash: string;
332
- readonly type: string;
333
- readonly links: {
334
- readonly htmlUrl: string;
335
- };
336
- };
337
- repository: {
338
- readonly type: string;
339
- readonly name: string;
340
- readonly fullName: string;
341
- readonly uuid: string;
342
- readonly links: {
343
- readonly htmlUrl: string;
344
- };
345
- };
346
- readonly branch: {
347
- readonly name: string;
348
- };
349
- };
350
- readonly summary: {
351
- readonly raw: string;
352
- readonly markup: string;
353
- readonly html: string;
354
- readonly type: string;
355
- };
356
- readonly source: {
357
- readonly commit: {
358
- readonly hash: string;
359
- readonly type: string;
360
- readonly links: {
361
- readonly htmlUrl: string;
362
- };
363
- };
364
- readonly repository: {
365
- readonly links: {
366
- readonly htmlUrl: string;
367
- };
368
- readonly type: string;
369
- readonly name: string;
370
- readonly fullName: string;
371
- readonly uuid: string;
372
- };
373
- readonly branch: {
374
- readonly name: string;
375
- };
376
- };
377
- readonly author: User;
378
- readonly mergeCommit: null | {
379
- readonly hash: string;
380
- };
381
- readonly closedBy: null | User;
382
- }
383
- export interface PRActivity {
384
- readonly changes_requested?: any;
385
- readonly approval?: {
386
- readonly date: string;
387
- readonly pullrequest: {
388
- readonly type: string;
389
- readonly id: number;
390
- readonly title: string;
391
- readonly links: {
392
- readonly htmlUrl: string;
393
- };
394
- };
395
- readonly user: {
396
- readonly display_name: string;
397
- readonly uuid: string;
398
- readonly type: string;
399
- readonly nickname: string;
400
- readonly account_id: string;
401
- readonly links: {
402
- readonly htmlUrl: string;
403
- };
404
- };
405
- };
406
- readonly update?: {
407
- readonly description: string;
408
- readonly title: string;
409
- readonly state: string;
410
- readonly reason: string;
411
- readonly date: string;
412
- readonly reviewers: any[];
413
- readonly destination: {
414
- readonly commit: {
415
- readonly hash: string;
416
- readonly type: string;
417
- readonly links: {
418
- readonly htmlUrl: string;
419
- };
420
- };
421
- readonly repository: {
422
- readonly type: string;
423
- readonly name: string;
424
- readonly fullName: string;
425
- readonly uuid: string;
426
- readonly links: {
427
- readonly htmlUrl: string;
428
- };
429
- };
430
- readonly branch: {
431
- readonly name: string;
432
- };
433
- };
434
- readonly source: {
435
- readonly commit: {
436
- readonly hash: string;
437
- readonly type: string;
438
- readonly links: {
439
- readonly htmlUrl: string;
440
- };
441
- };
442
- readonly repository: {
443
- readonly type: string;
444
- readonly name: string;
445
- readonly fullName: string;
446
- readonly uuid: string;
447
- readonly links: {
448
- readonly htmlUrl: string;
449
- };
450
- };
451
- readonly branch: {
452
- readonly name: string;
453
- };
454
- };
455
- readonly author: User;
456
- readonly changes: {
457
- readonly status?: {
458
- readonly new: string;
459
- readonly old: string;
460
- };
461
- };
462
- };
463
- readonly pullRequest: {
464
- readonly type: string;
465
- readonly title: string;
466
- readonly id: number;
467
- readonly repositorySlug?: string;
468
- readonly workspace?: string;
469
- readonly links: {
470
- readonly htmlUrl: string;
471
- };
472
- };
473
- readonly comment?: {
474
- readonly deleted: boolean;
475
- readonly created_on: string;
476
- readonly updated_on: string;
477
- readonly type: string;
478
- readonly id: number;
479
- readonly links: {
480
- readonly htmlUrl: string;
481
- };
482
- readonly content: {
483
- readonly raw: string;
484
- readonly markup: string;
485
- readonly html: string;
486
- readonly type: string;
487
- };
488
- readonly user: User;
489
- };
490
- }
491
- export interface PRDiffStat {
492
- readonly status: string;
493
- readonly linesRemoved: number;
494
- readonly linesAdded: number;
495
- readonly old: {
496
- readonly path: string;
497
- readonly escapedPath: string;
498
- } | null;
499
- readonly new: {
500
- readonly path: string;
501
- readonly escapedPath: string;
502
- } | null;
503
- }
504
- export interface Repository {
505
- workspace: string;
506
- slug: string;
507
- fullName: string;
508
- description: string;
509
- isPrivate: boolean;
510
- language: string;
511
- size: number;
512
- htmlUrl: string;
513
- createdOn: string;
514
- updatedOn: string;
515
- mainBranch: string;
516
- }
517
- export interface Tag {
518
- name: string;
519
- message: string;
520
- target: {
521
- hash: string;
522
- };
523
- repository: {
524
- fullName: string;
525
- };
526
- }
527
- export interface WorkspaceUser {
528
- readonly user: User;
529
- readonly workspace: {
530
- readonly slug: string;
531
- readonly uuid: string;
532
- };
533
- }
534
- export interface Workspace {
535
- readonly uuid: string;
536
- readonly createdOn: string;
537
- readonly type: string;
538
- readonly slug: string;
539
- readonly isPrivate: boolean;
540
- readonly name: string;
541
- readonly links: {
542
- readonly ownersUrl: string;
543
- readonly repositoriesUrl: string;
544
- readonly htmlUrl: string;
545
- };
546
- }
547
- export {};
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/bitbucket/types.ts"],"names":[],"mappings":""}
@@ -1,127 +0,0 @@
1
- import { FileDiff } from '../common';
2
- type HRefs = {
3
- self?: {
4
- href: string;
5
- }[];
6
- };
7
- export declare function selfHRef(links: HRefs): string | undefined;
8
- export interface Commit {
9
- readonly id: string;
10
- readonly author: User;
11
- readonly authorTimestamp: number;
12
- readonly committer: User;
13
- readonly committerTimestamp: number;
14
- readonly message: string;
15
- readonly computedProperties: {
16
- readonly repository: {
17
- readonly fullName: string;
18
- };
19
- };
20
- }
21
- export interface PullRequestActivity {
22
- readonly id: number;
23
- readonly createdDate: number;
24
- readonly user: User;
25
- readonly action: string;
26
- readonly computedProperties: {
27
- readonly pullRequest: {
28
- readonly id: number;
29
- readonly repository: {
30
- readonly fullName: string;
31
- };
32
- readonly updatedDate: number;
33
- };
34
- };
35
- }
36
- interface PullRequestComment extends PullRequestActivity {
37
- readonly comment: {
38
- readonly text: string;
39
- readonly createdDate: number;
40
- readonly updatedDate: number;
41
- };
42
- }
43
- export declare function isPullRequestComment(activity: PullRequestActivity): activity is PullRequestComment;
44
- interface PullRequestMerge extends PullRequestActivity {
45
- readonly commit: Commit;
46
- }
47
- export declare function isPullRequestMerge(activity: PullRequestActivity): activity is PullRequestMerge;
48
- export declare function isPullRequestReview(activity: PullRequestActivity): boolean;
49
- export interface PullRequestDiff {
50
- readonly files: ReadonlyArray<FileDiff>;
51
- readonly computedProperties: {
52
- readonly pullRequest: {
53
- readonly id: number;
54
- readonly repository: {
55
- readonly fullName: string;
56
- };
57
- readonly updatedDate: number;
58
- };
59
- };
60
- }
61
- export interface PullRequest {
62
- readonly author: {
63
- readonly user: User;
64
- };
65
- readonly id: number;
66
- readonly title: string;
67
- readonly description: string;
68
- readonly state: string;
69
- readonly createdDate: number;
70
- readonly updatedDate: number;
71
- readonly toRef: {
72
- readonly repository: Repository;
73
- };
74
- readonly properties: {
75
- readonly commentCount: number;
76
- };
77
- readonly links: HRefs;
78
- readonly computedProperties: {
79
- readonly repository: {
80
- readonly fullName: string;
81
- };
82
- };
83
- }
84
- export interface Repository {
85
- readonly slug: string;
86
- readonly name: string;
87
- readonly description: string;
88
- readonly project: Project;
89
- readonly public: boolean;
90
- readonly links: HRefs;
91
- readonly computedProperties: {
92
- readonly fullName: string;
93
- readonly mainBranch: string;
94
- };
95
- }
96
- export interface Tag {
97
- readonly id: string;
98
- readonly displayId: string;
99
- readonly type: string;
100
- readonly latestCommit: string;
101
- readonly latestChangeset: string;
102
- readonly hash: string;
103
- readonly computedProperties: {
104
- readonly repository: {
105
- readonly fullName: string;
106
- };
107
- };
108
- }
109
- export interface Project {
110
- readonly key: string;
111
- readonly name: string;
112
- readonly links: HRefs;
113
- }
114
- export interface User {
115
- readonly displayName: string;
116
- readonly emailAddress: string;
117
- readonly name: string;
118
- readonly slug: string;
119
- readonly links: HRefs;
120
- }
121
- export interface ProjectUser {
122
- readonly user: User;
123
- readonly project: {
124
- readonly key: string;
125
- };
126
- }
127
- export {};
@@ -1,23 +0,0 @@
1
- "use strict";
2
- // TODO: Deduplicate shared types for other source/converter pairs
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.selfHRef = selfHRef;
5
- exports.isPullRequestComment = isPullRequestComment;
6
- exports.isPullRequestMerge = isPullRequestMerge;
7
- exports.isPullRequestReview = isPullRequestReview;
8
- function selfHRef(links) {
9
- var _a, _b;
10
- return (_b = (_a = links.self) === null || _a === void 0 ? void 0 : _a.find((l) => l.href)) === null || _b === void 0 ? void 0 : _b.href;
11
- }
12
- function isPullRequestComment(activity) {
13
- return activity.action === 'COMMENTED';
14
- }
15
- function isPullRequestMerge(activity) {
16
- return activity.action === 'MERGED';
17
- }
18
- function isPullRequestReview(activity) {
19
- return (activity.action === 'APPROVED' ||
20
- activity.action === 'DECLINED' ||
21
- activity.action === 'REVIEWED');
22
- }
23
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/bitbucket-server/index.ts"],"names":[],"mappings":";AAAA,kEAAkE;;AAKlE,4BAEC;AAoCD,oDAIC;AAMD,gDAIC;AAED,kDAMC;AA5DD,SAAgB,QAAQ,CAAC,KAAY;;IACnC,OAAO,MAAA,MAAA,KAAK,CAAC,IAAI,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,0CAAE,IAAI,CAAC;AAC/C,CAAC;AAoCD,SAAgB,oBAAoB,CAClC,QAA6B;IAE7B,OAAO,QAAQ,CAAC,MAAM,KAAK,WAAW,CAAC;AACzC,CAAC;AAMD,SAAgB,kBAAkB,CAChC,QAA6B;IAE7B,OAAO,QAAQ,CAAC,MAAM,KAAK,QAAQ,CAAC;AACtC,CAAC;AAED,SAAgB,mBAAmB,CAAC,QAA6B;IAC/D,OAAO,CACL,QAAQ,CAAC,MAAM,KAAK,UAAU;QAC9B,QAAQ,CAAC,MAAM,KAAK,UAAU;QAC9B,QAAQ,CAAC,MAAM,KAAK,UAAU,CAC/B,CAAC;AACJ,CAAC"}
@@ -1 +0,0 @@
1
- export * from './types';