@apollo-deploy/schemas 0.9.0 → 1.1.0

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 (111) hide show
  1. package/dist/definitions/apps/index.d.ts +3 -3
  2. package/dist/definitions/apps/index.d.ts.map +1 -1
  3. package/dist/definitions/apps/index.js +3 -3
  4. package/dist/definitions/apps/index.js.map +1 -1
  5. package/dist/definitions/apps/request.schema.d.ts +0 -21
  6. package/dist/definitions/apps/request.schema.d.ts.map +1 -1
  7. package/dist/definitions/apps/request.schema.js +0 -19
  8. package/dist/definitions/apps/request.schema.js.map +1 -1
  9. package/dist/definitions/apps/response.schema.d.ts +0 -44
  10. package/dist/definitions/apps/response.schema.d.ts.map +1 -1
  11. package/dist/definitions/apps/response.schema.js +0 -24
  12. package/dist/definitions/apps/response.schema.js.map +1 -1
  13. package/dist/definitions/artifacts/domain.schema.d.ts +2 -2
  14. package/dist/definitions/artifacts/request.schema.d.ts +46 -4
  15. package/dist/definitions/artifacts/request.schema.d.ts.map +1 -1
  16. package/dist/definitions/artifacts/request.schema.js +14 -0
  17. package/dist/definitions/artifacts/request.schema.js.map +1 -1
  18. package/dist/definitions/artifacts/response.schema.d.ts +9 -9
  19. package/dist/definitions/audit-log/domain.schema.d.ts +14 -14
  20. package/dist/definitions/audit-log/request.schema.d.ts +25 -25
  21. package/dist/definitions/audit-log/response.schema.d.ts +6 -6
  22. package/dist/definitions/auth/domain.schema.d.ts +2 -2
  23. package/dist/definitions/billing/domain.schema.d.ts +5 -5
  24. package/dist/definitions/billing/request.schema.d.ts +3 -3
  25. package/dist/definitions/billing/response.schema.d.ts +4 -4
  26. package/dist/definitions/index.d.ts +19 -5
  27. package/dist/definitions/index.d.ts.map +1 -1
  28. package/dist/definitions/index.js +35 -7
  29. package/dist/definitions/index.js.map +1 -1
  30. package/dist/definitions/integrations/api.schema.d.ts +3 -3
  31. package/dist/definitions/integrations/domain.schema.d.ts +88 -111
  32. package/dist/definitions/integrations/domain.schema.d.ts.map +1 -1
  33. package/dist/definitions/integrations/domain.schema.js +55 -78
  34. package/dist/definitions/integrations/domain.schema.js.map +1 -1
  35. package/dist/definitions/integrations/index.d.ts +5 -8
  36. package/dist/definitions/integrations/index.d.ts.map +1 -1
  37. package/dist/definitions/integrations/index.js +5 -31
  38. package/dist/definitions/integrations/index.js.map +1 -1
  39. package/dist/definitions/integrations/integrations-request.schema.d.ts +86 -0
  40. package/dist/definitions/integrations/integrations-request.schema.d.ts.map +1 -0
  41. package/dist/definitions/integrations/integrations-request.schema.js +82 -0
  42. package/dist/definitions/integrations/integrations-request.schema.js.map +1 -0
  43. package/dist/definitions/integrations/integrations-response.schema.d.ts +212 -0
  44. package/dist/definitions/integrations/integrations-response.schema.d.ts.map +1 -0
  45. package/dist/definitions/integrations/integrations-response.schema.js +139 -0
  46. package/dist/definitions/integrations/integrations-response.schema.js.map +1 -0
  47. package/dist/definitions/integrations/integrations.schema.d.ts +99 -0
  48. package/dist/definitions/integrations/integrations.schema.d.ts.map +1 -0
  49. package/dist/definitions/integrations/integrations.schema.js +62 -0
  50. package/dist/definitions/integrations/integrations.schema.js.map +1 -0
  51. package/dist/definitions/integrations/marketplace-request.schema.d.ts +2 -2
  52. package/dist/definitions/integrations/marketplace-response.schema.d.ts +6 -6
  53. package/dist/definitions/integrations/marketplace.schema.d.ts +8 -8
  54. package/dist/definitions/integrations/request.schema.d.ts +74 -129
  55. package/dist/definitions/integrations/request.schema.d.ts.map +1 -1
  56. package/dist/definitions/integrations/request.schema.js +71 -125
  57. package/dist/definitions/integrations/request.schema.js.map +1 -1
  58. package/dist/definitions/integrations/response.schema.d.ts +191 -121
  59. package/dist/definitions/integrations/response.schema.d.ts.map +1 -1
  60. package/dist/definitions/integrations/response.schema.js +132 -48
  61. package/dist/definitions/integrations/response.schema.js.map +1 -1
  62. package/dist/definitions/marketplace/domain.schema.d.ts +285 -0
  63. package/dist/definitions/marketplace/domain.schema.d.ts.map +1 -0
  64. package/dist/definitions/marketplace/domain.schema.js +123 -0
  65. package/dist/definitions/marketplace/domain.schema.js.map +1 -0
  66. package/dist/definitions/marketplace/index.d.ts +9 -0
  67. package/dist/definitions/marketplace/index.d.ts.map +1 -0
  68. package/dist/definitions/marketplace/index.js +9 -0
  69. package/dist/definitions/marketplace/index.js.map +1 -0
  70. package/dist/definitions/marketplace/marketplace-request.schema.d.ts +107 -0
  71. package/dist/definitions/marketplace/marketplace-request.schema.d.ts.map +1 -0
  72. package/dist/definitions/marketplace/marketplace-request.schema.js +86 -0
  73. package/dist/definitions/marketplace/marketplace-request.schema.js.map +1 -0
  74. package/dist/definitions/marketplace/marketplace-response.schema.d.ts +378 -0
  75. package/dist/definitions/marketplace/marketplace-response.schema.d.ts.map +1 -0
  76. package/dist/definitions/marketplace/marketplace-response.schema.js +81 -0
  77. package/dist/definitions/marketplace/marketplace-response.schema.js.map +1 -0
  78. package/dist/definitions/marketplace/marketplace.schema.d.ts +285 -0
  79. package/dist/definitions/marketplace/marketplace.schema.d.ts.map +1 -0
  80. package/dist/definitions/marketplace/marketplace.schema.js +123 -0
  81. package/dist/definitions/marketplace/marketplace.schema.js.map +1 -0
  82. package/dist/definitions/marketplace/request.schema.d.ts +107 -0
  83. package/dist/definitions/marketplace/request.schema.d.ts.map +1 -0
  84. package/dist/definitions/marketplace/request.schema.js +86 -0
  85. package/dist/definitions/marketplace/request.schema.js.map +1 -0
  86. package/dist/definitions/marketplace/response.schema.d.ts +378 -0
  87. package/dist/definitions/marketplace/response.schema.d.ts.map +1 -0
  88. package/dist/definitions/marketplace/response.schema.js +81 -0
  89. package/dist/definitions/marketplace/response.schema.js.map +1 -0
  90. package/dist/definitions/orgs/domain.schema.d.ts +2 -2
  91. package/dist/definitions/service-accounts/domain.schema.d.ts +2 -2
  92. package/dist/definitions/service-accounts/response.schema.d.ts +2 -2
  93. package/dist/definitions/share-links/request.schema.d.ts +1 -1
  94. package/dist/definitions/signals/domain.schema.d.ts +626 -0
  95. package/dist/definitions/signals/domain.schema.d.ts.map +1 -0
  96. package/dist/definitions/signals/domain.schema.js +248 -0
  97. package/dist/definitions/signals/domain.schema.js.map +1 -0
  98. package/dist/definitions/signals/index.d.ts +9 -0
  99. package/dist/definitions/signals/index.d.ts.map +1 -0
  100. package/dist/definitions/signals/index.js +12 -0
  101. package/dist/definitions/signals/index.js.map +1 -0
  102. package/dist/definitions/signals/request.schema.d.ts +118 -0
  103. package/dist/definitions/signals/request.schema.d.ts.map +1 -0
  104. package/dist/definitions/signals/request.schema.js +80 -0
  105. package/dist/definitions/signals/request.schema.js.map +1 -0
  106. package/dist/definitions/signals/response.schema.d.ts +1073 -0
  107. package/dist/definitions/signals/response.schema.d.ts.map +1 -0
  108. package/dist/definitions/signals/response.schema.js +85 -0
  109. package/dist/definitions/signals/response.schema.js.map +1 -0
  110. package/dist/definitions/teams/request.schema.d.ts +1 -1
  111. package/package.json +5 -1
@@ -27,9 +27,9 @@ export type RiskLevel = z.infer<typeof RiskLevelSchema>;
27
27
  * Actor Type Schema
28
28
  */
29
29
  export declare const ActorTypeSchema: z.ZodEnum<{
30
+ user: "user";
30
31
  webhook: "webhook";
31
32
  integration: "integration";
32
- user: "user";
33
33
  system: "system";
34
34
  api_key: "api_key";
35
35
  scheduled_job: "scheduled_job";
@@ -39,14 +39,17 @@ export type ActorType = z.infer<typeof ActorTypeSchema>;
39
39
  * Audit Log Module Schema - comprehensive list of all modules
40
40
  */
41
41
  export declare const AuditLogModuleSchema: z.ZodEnum<{
42
+ version: "version";
43
+ email: "email";
44
+ member: "member";
45
+ user: "user";
46
+ team: "team";
42
47
  app: "app";
43
48
  release: "release";
44
49
  artifact: "artifact";
45
50
  credential: "credential";
46
51
  webhook: "webhook";
47
52
  organization: "organization";
48
- team: "team";
49
- member: "member";
50
53
  billing: "billing";
51
54
  analytics: "analytics";
52
55
  integration: "integration";
@@ -54,17 +57,14 @@ export declare const AuditLogModuleSchema: z.ZodEnum<{
54
57
  audit_log: "audit_log";
55
58
  session: "session";
56
59
  role: "role";
57
- user: "user";
58
- email: "email";
59
- version: "version";
60
60
  system: "system";
61
61
  api_key: "api_key";
62
62
  usage: "usage";
63
63
  subscription: "subscription";
64
64
  plan: "plan";
65
65
  installation: "installation";
66
- auth: "auth";
67
66
  settings: "settings";
67
+ auth: "auth";
68
68
  alert_event: "alert_event";
69
69
  oauth: "oauth";
70
70
  mfa: "mfa";
@@ -92,9 +92,9 @@ export type AuditLogModule = z.infer<typeof AuditLogModuleSchema>;
92
92
  * Action Category Schema - groups actions by type
93
93
  */
94
94
  export declare const ActionCategorySchema: z.ZodEnum<{
95
+ admin: "admin";
95
96
  billing: "billing";
96
97
  integration: "integration";
97
- admin: "admin";
98
98
  system: "system";
99
99
  security: "security";
100
100
  export: "export";
@@ -251,24 +251,24 @@ export type AuditLogAction = z.infer<typeof AuditLogActionSchema>;
251
251
  * Audit Log Resource Type Schema
252
252
  */
253
253
  export declare const AuditLogResourceTypeSchema: z.ZodEnum<{
254
+ version: "version";
255
+ member: "member";
256
+ user: "user";
257
+ team: "team";
254
258
  app: "app";
255
259
  release: "release";
256
260
  artifact: "artifact";
257
261
  credential: "credential";
258
262
  webhook: "webhook";
259
263
  organization: "organization";
260
- team: "team";
261
- member: "member";
262
264
  integration: "integration";
263
265
  store: "store";
264
266
  audit_log: "audit_log";
265
267
  session: "session";
266
268
  role: "role";
267
- user: "user";
268
269
  password: "password";
269
270
  refresh_token: "refresh_token";
270
271
  access_token: "access_token";
271
- version: "version";
272
272
  api_key: "api_key";
273
273
  subscription: "subscription";
274
274
  plan: "plan";
@@ -361,9 +361,9 @@ export type DeviceInfo = z.infer<typeof DeviceInfoSchema>;
361
361
  export declare const ActorInfoSchema: z.ZodObject<{
362
362
  id: z.ZodString;
363
363
  type: z.ZodEnum<{
364
+ user: "user";
364
365
  webhook: "webhook";
365
366
  integration: "integration";
366
- user: "user";
367
367
  system: "system";
368
368
  api_key: "api_key";
369
369
  scheduled_job: "scheduled_job";
@@ -430,9 +430,9 @@ export declare const AuditLogResponseSchema: z.ZodObject<{
430
430
  actor: z.ZodNullable<z.ZodObject<{
431
431
  id: z.ZodString;
432
432
  type: z.ZodEnum<{
433
+ user: "user";
433
434
  webhook: "webhook";
434
435
  integration: "integration";
435
- user: "user";
436
436
  system: "system";
437
437
  api_key: "api_key";
438
438
  scheduled_job: "scheduled_job";
@@ -13,9 +13,9 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
13
13
  page: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
14
14
  limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
15
15
  sortBy: z.ZodDefault<z.ZodEnum<{
16
+ timestamp: "timestamp";
16
17
  createdAt: "createdAt";
17
18
  riskLevel: "riskLevel";
18
- timestamp: "timestamp";
19
19
  action: "action";
20
20
  module: "module";
21
21
  }>>;
@@ -24,14 +24,17 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
24
24
  desc: "desc";
25
25
  }>>;
26
26
  module: z.ZodOptional<z.ZodEnum<{
27
+ version: "version";
28
+ email: "email";
29
+ member: "member";
30
+ user: "user";
31
+ team: "team";
27
32
  app: "app";
28
33
  release: "release";
29
34
  artifact: "artifact";
30
35
  credential: "credential";
31
36
  webhook: "webhook";
32
37
  organization: "organization";
33
- team: "team";
34
- member: "member";
35
38
  billing: "billing";
36
39
  analytics: "analytics";
37
40
  integration: "integration";
@@ -39,17 +42,14 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
39
42
  audit_log: "audit_log";
40
43
  session: "session";
41
44
  role: "role";
42
- user: "user";
43
- email: "email";
44
- version: "version";
45
45
  system: "system";
46
46
  api_key: "api_key";
47
47
  usage: "usage";
48
48
  subscription: "subscription";
49
49
  plan: "plan";
50
50
  installation: "installation";
51
- auth: "auth";
52
51
  settings: "settings";
52
+ auth: "auth";
53
53
  alert_event: "alert_event";
54
54
  oauth: "oauth";
55
55
  mfa: "mfa";
@@ -214,9 +214,9 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
214
214
  notification_update: "notification_update";
215
215
  }>>;
216
216
  actionCategory: z.ZodOptional<z.ZodEnum<{
217
+ admin: "admin";
217
218
  billing: "billing";
218
219
  integration: "integration";
219
- admin: "admin";
220
220
  system: "system";
221
221
  security: "security";
222
222
  export: "export";
@@ -224,24 +224,24 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
224
224
  data_modification: "data_modification";
225
225
  }>>;
226
226
  resourceType: z.ZodOptional<z.ZodEnum<{
227
+ version: "version";
228
+ member: "member";
229
+ user: "user";
230
+ team: "team";
227
231
  app: "app";
228
232
  release: "release";
229
233
  artifact: "artifact";
230
234
  credential: "credential";
231
235
  webhook: "webhook";
232
236
  organization: "organization";
233
- team: "team";
234
- member: "member";
235
237
  integration: "integration";
236
238
  store: "store";
237
239
  audit_log: "audit_log";
238
240
  session: "session";
239
241
  role: "role";
240
- user: "user";
241
242
  password: "password";
242
243
  refresh_token: "refresh_token";
243
244
  access_token: "access_token";
244
- version: "version";
245
245
  api_key: "api_key";
246
246
  subscription: "subscription";
247
247
  plan: "plan";
@@ -290,9 +290,9 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
290
290
  resourceId: z.ZodOptional<z.ZodString>;
291
291
  userId: z.ZodOptional<z.ZodString>;
292
292
  actorType: z.ZodOptional<z.ZodEnum<{
293
+ user: "user";
293
294
  webhook: "webhook";
294
295
  integration: "integration";
295
- user: "user";
296
296
  system: "system";
297
297
  api_key: "api_key";
298
298
  scheduled_job: "scheduled_job";
@@ -332,14 +332,17 @@ export declare const AuditLogExportSchema: z.ZodObject<{
332
332
  pdf: "pdf";
333
333
  }>;
334
334
  module: z.ZodOptional<z.ZodEnum<{
335
+ version: "version";
336
+ email: "email";
337
+ member: "member";
338
+ user: "user";
339
+ team: "team";
335
340
  app: "app";
336
341
  release: "release";
337
342
  artifact: "artifact";
338
343
  credential: "credential";
339
344
  webhook: "webhook";
340
345
  organization: "organization";
341
- team: "team";
342
- member: "member";
343
346
  billing: "billing";
344
347
  analytics: "analytics";
345
348
  integration: "integration";
@@ -347,17 +350,14 @@ export declare const AuditLogExportSchema: z.ZodObject<{
347
350
  audit_log: "audit_log";
348
351
  session: "session";
349
352
  role: "role";
350
- user: "user";
351
- email: "email";
352
- version: "version";
353
353
  system: "system";
354
354
  api_key: "api_key";
355
355
  usage: "usage";
356
356
  subscription: "subscription";
357
357
  plan: "plan";
358
358
  installation: "installation";
359
- auth: "auth";
360
359
  settings: "settings";
360
+ auth: "auth";
361
361
  alert_event: "alert_event";
362
362
  oauth: "oauth";
363
363
  mfa: "mfa";
@@ -522,9 +522,9 @@ export declare const AuditLogExportSchema: z.ZodObject<{
522
522
  notification_update: "notification_update";
523
523
  }>>;
524
524
  actionCategory: z.ZodOptional<z.ZodEnum<{
525
+ admin: "admin";
525
526
  billing: "billing";
526
527
  integration: "integration";
527
- admin: "admin";
528
528
  system: "system";
529
529
  security: "security";
530
530
  export: "export";
@@ -532,24 +532,24 @@ export declare const AuditLogExportSchema: z.ZodObject<{
532
532
  data_modification: "data_modification";
533
533
  }>>;
534
534
  resourceType: z.ZodOptional<z.ZodEnum<{
535
+ version: "version";
536
+ member: "member";
537
+ user: "user";
538
+ team: "team";
535
539
  app: "app";
536
540
  release: "release";
537
541
  artifact: "artifact";
538
542
  credential: "credential";
539
543
  webhook: "webhook";
540
544
  organization: "organization";
541
- team: "team";
542
- member: "member";
543
545
  integration: "integration";
544
546
  store: "store";
545
547
  audit_log: "audit_log";
546
548
  session: "session";
547
549
  role: "role";
548
- user: "user";
549
550
  password: "password";
550
551
  refresh_token: "refresh_token";
551
552
  access_token: "access_token";
552
- version: "version";
553
553
  api_key: "api_key";
554
554
  subscription: "subscription";
555
555
  plan: "plan";
@@ -598,9 +598,9 @@ export declare const AuditLogExportSchema: z.ZodObject<{
598
598
  resourceId: z.ZodOptional<z.ZodString>;
599
599
  userId: z.ZodOptional<z.ZodString>;
600
600
  actorType: z.ZodOptional<z.ZodEnum<{
601
+ user: "user";
601
602
  webhook: "webhook";
602
603
  integration: "integration";
603
- user: "user";
604
604
  system: "system";
605
605
  api_key: "api_key";
606
606
  scheduled_job: "scheduled_job";
@@ -36,9 +36,9 @@ export declare const AuditLogListResponseSchema: z.ZodObject<{
36
36
  actor: z.ZodNullable<z.ZodObject<{
37
37
  id: z.ZodString;
38
38
  type: z.ZodEnum<{
39
+ user: "user";
39
40
  webhook: "webhook";
40
41
  integration: "integration";
41
- user: "user";
42
42
  system: "system";
43
43
  api_key: "api_key";
44
44
  scheduled_job: "scheduled_job";
@@ -179,9 +179,9 @@ export declare const ActivitySummaryResponseSchema: z.ZodObject<{
179
179
  actor: z.ZodNullable<z.ZodObject<{
180
180
  id: z.ZodString;
181
181
  type: z.ZodEnum<{
182
+ user: "user";
182
183
  webhook: "webhook";
183
184
  integration: "integration";
184
- user: "user";
185
185
  system: "system";
186
186
  api_key: "api_key";
187
187
  scheduled_job: "scheduled_job";
@@ -313,9 +313,9 @@ export declare const UserActivityTimelineResponseSchema: z.ZodObject<{
313
313
  actor: z.ZodNullable<z.ZodObject<{
314
314
  id: z.ZodString;
315
315
  type: z.ZodEnum<{
316
+ user: "user";
316
317
  webhook: "webhook";
317
318
  integration: "integration";
318
- user: "user";
319
319
  system: "system";
320
320
  api_key: "api_key";
321
321
  scheduled_job: "scheduled_job";
@@ -440,9 +440,9 @@ export declare const ResourceHistoryResponseSchema: z.ZodObject<{
440
440
  actor: z.ZodNullable<z.ZodObject<{
441
441
  id: z.ZodString;
442
442
  type: z.ZodEnum<{
443
+ user: "user";
443
444
  webhook: "webhook";
444
445
  integration: "integration";
445
- user: "user";
446
446
  system: "system";
447
447
  api_key: "api_key";
448
448
  scheduled_job: "scheduled_job";
@@ -554,9 +554,9 @@ export declare const SecurityInsightsResponseSchema: z.ZodObject<{
554
554
  actor: z.ZodNullable<z.ZodObject<{
555
555
  id: z.ZodString;
556
556
  type: z.ZodEnum<{
557
+ user: "user";
557
558
  webhook: "webhook";
558
559
  integration: "integration";
559
- user: "user";
560
560
  system: "system";
561
561
  api_key: "api_key";
562
562
  scheduled_job: "scheduled_job";
@@ -667,9 +667,9 @@ export declare const SecurityInsightsResponseSchema: z.ZodObject<{
667
667
  actor: z.ZodNullable<z.ZodObject<{
668
668
  id: z.ZodString;
669
669
  type: z.ZodEnum<{
670
+ user: "user";
670
671
  webhook: "webhook";
671
672
  integration: "integration";
672
- user: "user";
673
673
  system: "system";
674
674
  api_key: "api_key";
675
675
  scheduled_job: "scheduled_job";
@@ -21,14 +21,14 @@ export declare const PermissionActionSchema: z.ZodEnum<{
21
21
  * Defines the available resource types for permissions.
22
22
  */
23
23
  export declare const PermissionResourceSchema: z.ZodEnum<{
24
+ member: "member";
25
+ team: "team";
24
26
  app: "app";
25
27
  release: "release";
26
28
  artifact: "artifact";
27
29
  credential: "credential";
28
30
  webhook: "webhook";
29
31
  organization: "organization";
30
- team: "team";
31
- member: "member";
32
32
  billing: "billing";
33
33
  analytics: "analytics";
34
34
  product: "product";
@@ -10,9 +10,9 @@ import { z } from 'zod';
10
10
  * Re-exports the common SubscriptionTierSchema for billing-specific usage.
11
11
  */
12
12
  export declare const PlanIdSchema: z.ZodEnum<{
13
- team: "team";
14
13
  free: "free";
15
14
  pro: "pro";
15
+ team: "team";
16
16
  enterprise: "enterprise";
17
17
  }>;
18
18
  /**
@@ -105,9 +105,9 @@ export declare const SeatCountsSchema: z.ZodObject<{
105
105
  */
106
106
  export declare const PlanInfoSchema: z.ZodObject<{
107
107
  id: z.ZodEnum<{
108
- team: "team";
109
108
  free: "free";
110
109
  pro: "pro";
110
+ team: "team";
111
111
  enterprise: "enterprise";
112
112
  }>;
113
113
  name: z.ZodString;
@@ -280,9 +280,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
280
280
  id: z.ZodString;
281
281
  orgId: z.ZodString;
282
282
  planId: z.ZodEnum<{
283
- team: "team";
284
283
  free: "free";
285
284
  pro: "pro";
285
+ team: "team";
286
286
  enterprise: "enterprise";
287
287
  }>;
288
288
  status: z.ZodEnum<{
@@ -307,9 +307,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
307
307
  */
308
308
  export declare const PlanSchema: z.ZodObject<{
309
309
  id: z.ZodEnum<{
310
- team: "team";
311
310
  free: "free";
312
311
  pro: "pro";
312
+ team: "team";
313
313
  enterprise: "enterprise";
314
314
  }>;
315
315
  name: z.ZodString;
@@ -361,9 +361,9 @@ export declare const PlanSchema: z.ZodObject<{
361
361
  */
362
362
  export declare const EntitlementSchema: z.ZodObject<{
363
363
  planId: z.ZodEnum<{
364
- team: "team";
365
364
  free: "free";
366
365
  pro: "pro";
366
+ team: "team";
367
367
  enterprise: "enterprise";
368
368
  }>;
369
369
  limits: z.ZodObject<{
@@ -11,9 +11,9 @@ import { z } from 'zod';
11
11
  */
12
12
  export declare const CreateSubscriptionSchema: z.ZodObject<{
13
13
  planId: z.ZodEnum<{
14
- team: "team";
15
14
  free: "free";
16
15
  pro: "pro";
16
+ team: "team";
17
17
  enterprise: "enterprise";
18
18
  }>;
19
19
  billingEmail: z.ZodOptional<z.ZodString>;
@@ -26,9 +26,9 @@ export declare const CreateSubscriptionSchema: z.ZodObject<{
26
26
  */
27
27
  export declare const UpdateSubscriptionSchema: z.ZodObject<{
28
28
  planId: z.ZodOptional<z.ZodEnum<{
29
- team: "team";
30
29
  free: "free";
31
30
  pro: "pro";
31
+ team: "team";
32
32
  enterprise: "enterprise";
33
33
  }>>;
34
34
  billingEmail: z.ZodOptional<z.ZodString>;
@@ -80,8 +80,8 @@ export declare const OrderIdParamSchema: z.ZodObject<{
80
80
  */
81
81
  export declare const CreateCheckoutSessionSchema: z.ZodObject<{
82
82
  productSlug: z.ZodEnum<{
83
- team: "team";
84
83
  pro: "pro";
84
+ team: "team";
85
85
  enterprise: "enterprise";
86
86
  }>;
87
87
  successUrl: z.ZodOptional<z.ZodString>;
@@ -12,9 +12,9 @@ import { z } from 'zod';
12
12
  export declare const BillingOverviewResponseSchema: z.ZodObject<{
13
13
  plan: z.ZodObject<{
14
14
  id: z.ZodEnum<{
15
- team: "team";
16
15
  free: "free";
17
16
  pro: "pro";
17
+ team: "team";
18
18
  enterprise: "enterprise";
19
19
  }>;
20
20
  name: z.ZodString;
@@ -94,9 +94,9 @@ export declare const BillingOverviewResponseSchema: z.ZodObject<{
94
94
  */
95
95
  export declare const EntitlementsResponseSchema: z.ZodObject<{
96
96
  planId: z.ZodEnum<{
97
- team: "team";
98
97
  free: "free";
99
98
  pro: "pro";
99
+ team: "team";
100
100
  enterprise: "enterprise";
101
101
  }>;
102
102
  limits: z.ZodObject<{
@@ -171,9 +171,9 @@ export declare const SubscriptionResponseSchema: z.ZodObject<{
171
171
  id: z.ZodString;
172
172
  orgId: z.ZodString;
173
173
  planId: z.ZodEnum<{
174
- team: "team";
175
174
  free: "free";
176
175
  pro: "pro";
176
+ team: "team";
177
177
  enterprise: "enterprise";
178
178
  }>;
179
179
  status: z.ZodEnum<{
@@ -198,9 +198,9 @@ export declare const SubscriptionResponseSchema: z.ZodObject<{
198
198
  */
199
199
  export declare const PlanResponseSchema: z.ZodObject<{
200
200
  id: z.ZodEnum<{
201
- team: "team";
202
201
  free: "free";
203
202
  pro: "pro";
203
+ team: "team";
204
204
  enterprise: "enterprise";
205
205
  }>;
206
206
  name: z.ZodString;
@@ -40,9 +40,9 @@ export { PermissionActionSchema, PermissionResourceSchema, PermissionSchema, Aut
40
40
  * Apps Domain Schemas
41
41
  *
42
42
  * Schemas for mobile application management including app creation,
43
- * store targets, verification, pricing, and presigned upload URLs.
43
+ * store targets, verification, and presigned upload URLs.
44
44
  */
45
- export { IdentifierSchema, AppStoreTargetSchema, AppSchema, AppStoreVerificationSchema, AppCreateSchema, AppUpdateSchema, AppListQuerySchema, ArtifactPresignSchema, ArtifactCompleteSchema, AppIdParamSchema, AppArtifactIdParamSchema, AppReleaseIdParamSchema, ReleaseListQuerySchema as AppsReleaseListQuerySchema, ReleaseCreateSchema as AppsReleaseCreateSchema, PricingGetQuerySchema, PricingUpdateSchema, AppResponseSchema, AppCreateResponseSchema, AppListEnvelopeSchema, ArtifactResponseSchema as AppsArtifactResponseSchema, PresignResponseSchema, ReleaseVariantSchema as AppsReleaseVariantSchema, ReleaseResponseSchema as AppsReleaseResponseSchema, ReleaseListEnvelopeSchema as AppsReleaseListEnvelopeSchema, PricingResponseSchema, PricingListSchema, PricingUpdateResponseSchema, type AppStoreTarget, type AppStoreTarget as AppStoreTargetInput, type App, type AppStoreVerification, type AppCreateInput, type AppUpdateInput, type AppListQuery, type ArtifactPresignInput, type ArtifactCompleteInput, type AppIdParam, type AppArtifactIdParam, type AppReleaseIdParam, type ReleaseListQuery as AppsReleaseListQuery, type ReleaseCreateInput as AppsReleaseCreateInput, type PricingGetQuery, type PricingUpdateInput, type AppResponse, type AppCreateResponse, type AppListEnvelope, type ArtifactResponse as AppsArtifactResponse, type PresignResponse, type ReleaseVariant as AppsReleaseVariant, type ReleaseResponse as AppsReleaseResponse, type ReleaseListEnvelope as AppsReleaseListEnvelope, type PricingList, type PricingResponse, type PricingUpdateResponse, } from "./apps/index.js";
45
+ export { IdentifierSchema, AppStoreTargetSchema, AppSchema, AppStoreVerificationSchema, AppCreateSchema, AppUpdateSchema, AppListQuerySchema, ArtifactPresignSchema, ArtifactCompleteSchema, AppIdParamSchema, AppArtifactIdParamSchema, AppReleaseIdParamSchema, ReleaseListQuerySchema as AppsReleaseListQuerySchema, ReleaseCreateSchema as AppsReleaseCreateSchema, AppResponseSchema, AppCreateResponseSchema, AppListEnvelopeSchema, ArtifactResponseSchema as AppsArtifactResponseSchema, PresignResponseSchema, ReleaseVariantSchema as AppsReleaseVariantSchema, ReleaseResponseSchema as AppsReleaseResponseSchema, ReleaseListEnvelopeSchema as AppsReleaseListEnvelopeSchema, type AppStoreTarget, type AppStoreTarget as AppStoreTargetInput, type App, type AppStoreVerification, type AppCreateInput, type AppUpdateInput, type AppListQuery, type ArtifactPresignInput, type ArtifactCompleteInput, type AppIdParam, type AppArtifactIdParam, type AppReleaseIdParam, type ReleaseListQuery as AppsReleaseListQuery, type ReleaseCreateInput as AppsReleaseCreateInput, type AppResponse, type AppCreateResponse, type AppListEnvelope, type ArtifactResponse as AppsArtifactResponse, type PresignResponse, type ReleaseVariant as AppsReleaseVariant, type ReleaseResponse as AppsReleaseResponse, type ReleaseListEnvelope as AppsReleaseListEnvelope, } from "./apps/index.js";
46
46
  /**
47
47
  * Artifacts Domain Schemas
48
48
  *
@@ -121,13 +121,20 @@ export { RollupStrategySchema, UnitLabelSchema, AnalyticsPlatformSchema, TrendDi
121
121
  * download tracking, analytics, and GDPR compliance features.
122
122
  */
123
123
  export { AccessTypeSchema, ShareLinkResponseSchema, DownloadEventResponseSchema, DeviceDistributionItemSchema, DownloadsByDayItemSchema, ShareLinkPaginationMetaSchema, BulkOperationFailedItemSchema, BulkOperationResultSchema, ShareLinkPasswordSchema, AllowedEmailSchema, CreateShareLinkSchema, UpdateShareLinkSchema, ShareLinkFiltersSchema, ListShareLinksQuerySchema, BulkRevokeSchema, BulkExtendExpirationSchema, ShareLinkIdParamSchema, ShortCodeParamSchema, AccessCredentialsSchema, OptionalAccessCredentialsSchema, SendOtpSchema, VerifyOtpSchema, DownloadHistoryQuerySchema, GdprExportSchema, GdprDeleteSchema, GdprRectifySchema, ShareLinkWithArtifactResponseSchema, DownloadAnalyticsResponseSchema, PublicMetadataResponseSchema, PublicShareLinkInfoResponseSchema, ShareLinkListResponseSchema, DownloadEventListResponseSchema, ValidationResultResponseSchema, OtpResultResponseSchema, DownloadUrlResponseSchema, DownloadLimitStatusResponseSchema, GdprExportResponseSchema, GdprDeleteResponseSchema, GdprRectifyResponseSchema, type AccessType, type ShareLinkResponse, type DownloadEventResponse, type DeviceDistributionItem, type DownloadsByDayItem, type ShareLinkPaginationMeta, type BulkOperationFailedItem, type BulkOperationResult, type ShareLinkPassword, type AllowedEmail, type CreateShareLinkInput, type UpdateShareLinkInput, type ShareLinkFilters, type ListShareLinksQuery, type BulkRevokeInput, type BulkExtendExpirationInput, type ShareLinkIdParam, type ShortCodeParam, type AccessCredentialsInput, type OptionalAccessCredentialsInput, type SendOtpInput, type VerifyOtpInput, type DownloadHistoryQuery, type GdprExportInput, type GdprDeleteInput, type GdprRectifyInput, type ShareLinkWithArtifactResponse, type DownloadAnalyticsResponse, type PublicMetadataResponse, type PublicShareLinkInfoResponse, type ShareLinkListResponse, type DownloadEventListResponse, type ValidationResultResponse, type OtpResultResponse, type DownloadUrlResponse, type DownloadLimitStatusResponse, type GdprExportResponse, type GdprDeleteResponse, type GdprRectifyResponse, } from "./share-links/index.js";
124
+ /**
125
+ * Marketplace Domain Schemas
126
+ *
127
+ * Schemas for the Integration Marketplace — catalog, installations,
128
+ * entitlements, overrides and audit.
129
+ */
130
+ export { MarketplaceCategorySchema, MarketplacePlanSchema, MarketplaceInstallationStatusSchema, MarketplaceOverrideTypeSchema, MarketplaceStreamCapabilitySchema, MarketplaceProviderCapabilitiesSchema, MarketplaceDefinitionSchema, MarketplaceIntegrationSchema, MarketplaceInstallationErrorSchema, MarketplaceInstallationSchema, MarketplaceInstallResultSchema, MarketplaceEntitlementOverrideSchema, MarketplaceEntitlementResultSchema, MarketplaceIntegrationEntitlementSchema, MarketplaceEffectiveEntitlementsSchema, MarketplaceOrgIdParamSchema, MarketplaceIntegrationKeyParamSchema, MarketplaceOrgIntegrationParamsSchema, MarketplaceCatalogListQuerySchema, MarketplaceInstallationListQuerySchema, MarketplaceAuditSearchQuerySchema, MarketplaceInstallRequestSchema, MarketplaceForceInstallRequestSchema, MarketplaceAdminActionRequestSchema, MarketplaceOverrideRequestSchema, MarketplaceRotateSecretsRequestSchema, MarketplaceUpdateCatalogEntryRequestSchema, MarketplacePaginationMetaSchema, MarketplaceCatalogListResponseSchema, MarketplaceIntegrationListResponseSchema, MarketplaceCatalogEntryResponseSchema, MarketplaceIntegrationResponseSchema, MarketplaceInstallationListResponseSchema, MarketplaceInstallResultResponseSchema, MarketplaceEffectiveEntitlementsResponseSchema, MarketplaceOverrideResponseSchema, MarketplaceRevalidationResultSchema, MarketplaceTriggerSyncResultSchema, MarketplaceSuccessResultResponseSchema, MarketplaceAuditEntryResponseSchema, MarketplaceAuditSearchResponseSchema, type MarketplaceCategory, type MarketplacePlan, type MarketplaceInstallationStatus, type MarketplaceOverrideType, type MarketplaceStreamCapability, type MarketplaceProviderCapabilities, type MarketplaceDefinition, type MarketplaceIntegration, type MarketplaceInstallationError, type MarketplaceInstallation, type MarketplaceInstallResult, type MarketplaceEntitlementOverride, type MarketplaceEntitlementResult, type MarketplaceIntegrationEntitlement, type MarketplaceEffectiveEntitlements, type MarketplaceOrgIdParam, type MarketplaceIntegrationKeyParam, type MarketplaceOrgIntegrationParams, type MarketplaceCatalogListQuery, type MarketplaceInstallationListQuery, type MarketplaceInstallationListQueryInput, type MarketplaceAuditSearchQuery, type MarketplaceInstallRequest, type MarketplaceForceInstallRequest, type MarketplaceAdminActionRequest, type MarketplaceOverrideRequest, type MarketplaceRotateSecretsRequest, type MarketplaceUpdateCatalogEntryRequest, type MarketplacePaginationMeta, type MarketplaceCatalogListResponse, type MarketplaceIntegrationListResponse, type MarketplaceCatalogEntryResponse, type MarketplaceIntegrationResponse, type MarketplaceInstallationListResponse, type MarketplaceInstallResultResponse, type MarketplaceEffectiveEntitlementsResponse, type MarketplaceOverrideResponse, type MarketplaceRevalidationResult, type MarketplaceTriggerSyncResult, type MarketplaceSuccessResultResponse, type MarketplaceAuditEntryResponse, type MarketplaceAuditSearchResponse, } from "./marketplace/index.js";
124
131
  /**
125
132
  * Integrations Domain Schemas
126
133
  *
127
- * Schemas for managing integrations including marketplace listings,
128
- * installations, webhooks, and OAuth configuration.
134
+ * API schemas for the integrations module: OAuth flows, connections,
135
+ * per-app configs, entitlements, and source control.
129
136
  */
130
- export { IntegrationCategorySchema, PlanSchema as IntegrationPlanSchema, InstallationStatusV2Schema, OverrideTypeSchema, StreamCapabilitySchema, ProviderCapabilitiesSchema, IntegrationDefinitionSchema, EnrichedIntegrationSchema, InstallationErrorSchema, InstallationResponseV2Schema, InstallResultSchema, EntitlementOverrideSchema, EntitlementResultSchema, IntegrationEntitlementSchema, EffectiveEntitlementsSchema, OrgIdParamSchema as IntegrationsOrgIdParamSchema, IntegrationKeyParamSchema, OrgIntegrationParamsSchema, CatalogListQuerySchema, InstallationListQueryV2Schema, AuditSearchQuerySchema, InstallRequestSchema, ForceInstallRequestSchema, AdminActionRequestSchema, OverrideRequestSchema, RotateSecretsRequestSchema, UpdateCatalogEntryRequestSchema, PaginationMetaV2Schema, CatalogListResponseSchema, EnrichedCatalogListResponseSchema, CatalogEntryResponseSchema, EnrichedIntegrationResponseSchema, InstallationListResponseV2Schema, InstallResultResponseSchema, EffectiveEntitlementsResponseSchema, OverrideResponseSchema, RevalidationResultSchema, TriggerSyncResultSchema, SuccessResultResponseSchema, AuditEntryResponseSchema, AuditSearchResponseSchema, type IntegrationCategory, type Plan as IntegrationPlan, type InstallationStatusV2, type OverrideType, type ProviderCapabilities, type IntegrationDefinition, type EnrichedIntegration, type InstallationError, type InstallationResponseV2, type InstallResult, type EntitlementOverride, type EntitlementResult, type IntegrationEntitlement, type EffectiveEntitlements, type OrgIdParam as IntegrationsOrgIdParam, type IntegrationKeyParam, type OrgIntegrationParams, type CatalogListQuery, type InstallationListQueryV2, type InstallationListQueryV2Input, type AuditSearchQuery, type InstallRequest, type ForceInstallRequest, type AdminActionRequest, type OverrideRequest, type RotateSecretsRequest, type UpdateCatalogEntryRequest, type PaginationMetaV2, type CatalogListResponse, type EnrichedCatalogListResponse, type CatalogEntryResponse, type EnrichedIntegrationResponse, type InstallationListResponseV2, type InstallResultResponse, type EffectiveEntitlementsResponse, type OverrideResponse, type RevalidationResult, type TriggerSyncResult, type SuccessResultResponse, type AuditEntryResponse, type AuditSearchResponse, SuccessResponseSchema as IntegrationsSuccessResponseSchema, ListAvailableQuerySchema, ListAvailableResponseSchema, ListInstalledResponseSchema, ApiIntegrationKeyParamSchema, InstallBodySchema, InstallResponseSchema, OAuthInitBodySchema, OAuthInitResponseSchema, OAuthCallbackBodySchema, OAuthCallbackResponseSchema as IntegrationsOAuthCallbackResponseSchema, ConnectionIdParamSchema, ProviderParamSchema as IntegrationsProviderParamSchema, ConnectionListResponseSchema, RevokeConnectionResponseSchema, RefreshConnectionResponseSchema, CredentialSubmitBodySchema, CredentialSubmitResponseSchema, AppIdParamSchema as IntegrationsAppIdParamSchema, ConfigIdParamSchema, CreateConfigBodySchema, UpdateConfigBodySchema, ConfigResponseSchema, ConfigListResponseSchema, DeleteConfigResponseSchema, EntitlementOrgIdParamSchema, EntitlementIdParamSchema, CreateEntitlementBodySchema, EntitlementResponseSchema, EntitlementListResponseSchema, DeleteEntitlementResponseSchema, UninstallResponseSchema, SourceRepoItemSchema, ListSourceReposQuerySchema, ListSourceReposResponseSchema, type ListAvailableQuery, type ListAvailableResponse, type ListInstalledResponse, type ApiIntegrationKeyParam, type InstallBody, type InstallResponse, type UninstallResponse, type OAuthInitBody, type OAuthInitResponse, type OAuthCallbackBody, type OAuthCallbackResponse, type ConnectionIdParam, type ProviderParam as IntegrationsProviderParam, type ConnectionListResponse, type RevokeConnectionResponse, type RefreshConnectionResponse, type CredentialSubmitBody, type CredentialSubmitResponse, type AppIdParam as IntegrationsAppIdParam, type ConfigIdParam, type CreateConfigBody, type UpdateConfigBody, type ConfigResponse, type ConfigListResponse, type DeleteConfigResponse, type EntitlementOrgIdParam, type EntitlementIdParam, type CreateEntitlementBody, type EntitlementResponse, type EntitlementListResponse, type DeleteEntitlementResponse, type SourceRepoItem, type ListSourceReposQuery, type ListSourceReposResponse, } from "./integrations/index.js";
137
+ export { IntegrationsSetupFlowSchema, IntegrationsCredentialInputFieldSchema, IntegrationsClientAuthConfigSchema, IntegrationsConfigFieldSchema, IntegrationsSourceRepoItemSchema, IntegrationsKeyParamSchema, IntegrationsConnectionIdParamSchema, IntegrationsProviderParamSchema, IntegrationsAppIdParamSchema, IntegrationsConfigIdParamSchema, IntegrationsEntitlementOrgIdParamSchema, IntegrationsEntitlementIdParamSchema, IntegrationsListAvailableQuerySchema, IntegrationsListSourceReposQuerySchema, IntegrationsInstallBodySchema, IntegrationsOAuthInitBodySchema, IntegrationsOAuthCallbackBodySchema, IntegrationsCredentialSubmitBodySchema, IntegrationsCreateConfigBodySchema, IntegrationsUpdateConfigBodySchema, IntegrationsCreateEntitlementBodySchema, IntegrationsListAvailableResponseSchema, IntegrationsListInstalledResponseSchema, IntegrationsInstallResponseSchema, IntegrationsUninstallResponseSchema, IntegrationsOAuthInitResponseSchema, IntegrationsOAuthCallbackResponseSchema, IntegrationsConnectionListResponseSchema, IntegrationsRevokeConnectionResponseSchema, IntegrationsRefreshConnectionResponseSchema, IntegrationsCredentialSubmitResponseSchema, IntegrationsConfigResponseSchema, IntegrationsConfigListResponseSchema, IntegrationsDeleteConfigResponseSchema, IntegrationsEntitlementResponseSchema, IntegrationsEntitlementListResponseSchema, IntegrationsDeleteEntitlementResponseSchema, IntegrationsListSourceReposResponseSchema, type IntegrationsSetupFlow, type IntegrationsCredentialInputField, type IntegrationsClientAuthConfig, type IntegrationsConfigField, type IntegrationsSourceRepoItem, type IntegrationsKeyParam, type IntegrationsConnectionIdParam, type IntegrationsProviderParam, type IntegrationsAppIdParam, type IntegrationsConfigIdParam, type IntegrationsEntitlementOrgIdParam, type IntegrationsEntitlementIdParam, type IntegrationsListAvailableQuery, type IntegrationsListSourceReposQuery, type IntegrationsInstallBody, type IntegrationsOAuthInitBody, type IntegrationsOAuthCallbackBody, type IntegrationsCredentialSubmitBody, type IntegrationsCreateConfigBody, type IntegrationsUpdateConfigBody, type IntegrationsCreateEntitlementBody, type IntegrationsListAvailableResponse, type IntegrationsListInstalledResponse, type IntegrationsInstallResponse, type IntegrationsUninstallResponse, type IntegrationsOAuthInitResponse, type IntegrationsOAuthCallbackResponse, type IntegrationsConnectionListResponse, type IntegrationsRevokeConnectionResponse, type IntegrationsRefreshConnectionResponse, type IntegrationsCredentialSubmitResponse, type IntegrationsConfigResponse, type IntegrationsConfigListResponse, type IntegrationsDeleteConfigResponse, type IntegrationsEntitlementResponse, type IntegrationsEntitlementListResponse, type IntegrationsDeleteEntitlementResponse, type IntegrationsListSourceReposResponse, } from "./integrations/index.js";
131
138
  /**
132
139
  * Stores Domain Schemas
133
140
  *
@@ -195,4 +202,11 @@ export { SettingScopeSchema, SettingTypeSchema, SettingSourceSchema, SettingValu
195
202
  * OSV, and NVD databases.
196
203
  */
197
204
  export { EcosystemSchema, SeveritySchema as CveSeveritySchema, UrgencySchema, RemediationStatusSchema, RemediationSchema, CvssScoreSchema, DependencySchema, CveSourceSchema, NormalisedVulnerabilitySchema, SourceErrorSchema, CveScanRequestSchema, DependencySummarySchema, DependencyResultSchema, CveScanResponseSchema, type Ecosystem, type Urgency, type RemediationStatus, type Remediation, type CvssScore, type Dependency, type CveSource, type NormalisedVulnerability, type SourceError, type CveScanRequest, type DependencySummary, type DependencyResult, type CveScanResponse, type Severity as CveSeverity, } from "./cve-scanner/index.js";
205
+ /**
206
+ * Signals Domain Schemas
207
+ *
208
+ * Schemas for the release health signals engine including signal groups,
209
+ * metrics, anomaly detection, correlation, recommendations, and incidents.
210
+ */
211
+ export { DataSourceSchema, SignalGroupTypeSchema, SignalStatusSchema, ReleaseHealthStatusSchema, GranularitySchema as SignalsGranularitySchema, MetricUnitSchema, TimeWindowSchema, SegmentSchema, TimeseriesPointSchema, RolloutEventTypeSchema, RolloutEventSchema, MetricSchema, SignalGroupSchema, AnomalyTypeSchema, AnomalySeveritySchema, AnomalyDetectionMethodSchema, AnomalySchema, CorrelationTypeSchema, CorrelationMethodSchema, CorrelationSchema, RecommendationTypeSchema, RecommendationSchema, IncidentStatusSchema, IncidentSeveritySchema, IncidentSummarySchema, RolloutPhaseSchema, RolloutStrategySchema, RolloutContextSchema, SignalsSnapshotSchema, SignalWebhookPayloadSchema, SIGNAL_EVENT_TYPES, SignalsReleaseIdParamSchema, GetSignalsQuerySchema, GetSignalsHistoryQuerySchema, CompareSignalsQuerySchema, GateConditionOperatorSchema, GateConditionSchema, EvaluateGateBodySchema, AnnotateEventBodySchema, SignalsResponseSchema, SignalsHistoryResponseSchema, MetricDeltaSchema, SignalsCompareResponseSchema, GateConditionResultSchema, GateEvaluationResponseSchema, AnnotateEventResponseSchema, SignalUpdateEventSchema, SignalCriticalEventSchema, SignalRecoveredEventSchema, type DataSource, type SignalGroupType, type SignalStatus, type ReleaseHealthStatus, type Granularity as SignalsGranularity, type MetricUnit, type TimeWindow, type Segment, type TimeseriesPoint, type RolloutEventType, type RolloutEvent, type Metric, type SignalGroup, type AnomalyType, type AnomalySeverity, type AnomalyDetectionMethod, type Anomaly, type CorrelationType, type CorrelationMethod, type Correlation, type RecommendationType, type Recommendation, type IncidentStatus, type IncidentSeverity, type IncidentSummary, type RolloutPhase, type RolloutStrategy, type RolloutContext, type SignalsSnapshot, type SignalWebhookPayload, type SignalEventType, type SignalsReleaseIdParam, type GetSignalsQuery, type GetSignalsHistoryQuery, type CompareSignalsQuery, type GateConditionOperator, type GateCondition, type EvaluateGateBody, type AnnotateEventBody, type SignalsResponse, type SignalsHistoryResponse, type MetricDelta, type SignalsCompareResponse, type GateConditionResult, type GateEvaluationResponse, type AnnotateEventResponse, type SignalUpdateEvent, type SignalCriticalEvent, type SignalRecoveredEvent, } from "./signals/index.js";
198
212
  //# sourceMappingURL=index.d.ts.map