@apollo-deploy/schemas 0.4.6 → 0.4.8

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 (100) hide show
  1. package/dist/definitions/approvals/domain.schema.d.ts +5 -5
  2. package/dist/definitions/approvals/request.schema.d.ts +8 -8
  3. package/dist/definitions/approvals/response.schema.d.ts +6 -6
  4. package/dist/definitions/apps/response.schema.d.ts +1 -1
  5. package/dist/definitions/artifacts/domain.schema.d.ts +6 -6
  6. package/dist/definitions/artifacts/request.schema.d.ts +16 -16
  7. package/dist/definitions/artifacts/response.schema.d.ts +33 -33
  8. package/dist/definitions/audit-log/domain.schema.d.ts +56 -56
  9. package/dist/definitions/audit-log/request.schema.d.ts +107 -107
  10. package/dist/definitions/audit-log/response.schema.d.ts +12 -12
  11. package/dist/definitions/auth/domain.schema.d.ts +11 -11
  12. package/dist/definitions/auth/request.schema.d.ts +11 -11
  13. package/dist/definitions/billing/domain.schema.d.ts +13 -13
  14. package/dist/definitions/billing/domain.schema.d.ts.map +1 -1
  15. package/dist/definitions/billing/domain.schema.js +4 -4
  16. package/dist/definitions/billing/domain.schema.js.map +1 -1
  17. package/dist/definitions/billing/request.schema.d.ts +3 -3
  18. package/dist/definitions/billing/response.schema.d.ts +7 -7
  19. package/dist/definitions/common.d.ts +19 -3
  20. package/dist/definitions/common.d.ts.map +1 -1
  21. package/dist/definitions/common.js +10 -0
  22. package/dist/definitions/common.js.map +1 -1
  23. package/dist/definitions/credentials/domain.schema.d.ts +4 -7
  24. package/dist/definitions/credentials/domain.schema.d.ts.map +1 -1
  25. package/dist/definitions/credentials/domain.schema.js +0 -3
  26. package/dist/definitions/credentials/domain.schema.js.map +1 -1
  27. package/dist/definitions/credentials/request.schema.d.ts +2 -4
  28. package/dist/definitions/credentials/request.schema.d.ts.map +1 -1
  29. package/dist/definitions/credentials/request.schema.js +0 -2
  30. package/dist/definitions/credentials/request.schema.js.map +1 -1
  31. package/dist/definitions/credentials/response.schema.d.ts +4 -10
  32. package/dist/definitions/credentials/response.schema.d.ts.map +1 -1
  33. package/dist/definitions/cve-scanner/domain.schema.d.ts +6 -6
  34. package/dist/definitions/cve-scanner/response.schema.d.ts +15 -15
  35. package/dist/definitions/deployments/domain.schema.d.ts +3 -3
  36. package/dist/definitions/deployments/request.schema.d.ts +1 -1
  37. package/dist/definitions/deployments/response.schema.d.ts +2 -2
  38. package/dist/definitions/index.d.ts +2 -9
  39. package/dist/definitions/index.d.ts.map +1 -1
  40. package/dist/definitions/index.js +6 -9
  41. package/dist/definitions/index.js.map +1 -1
  42. package/dist/definitions/integrations/api.schema.d.ts +290 -0
  43. package/dist/definitions/integrations/api.schema.d.ts.map +1 -0
  44. package/dist/definitions/integrations/api.schema.js +209 -0
  45. package/dist/definitions/integrations/api.schema.js.map +1 -0
  46. package/dist/definitions/integrations/index.d.ts +4 -3
  47. package/dist/definitions/integrations/index.d.ts.map +1 -1
  48. package/dist/definitions/integrations/index.js +17 -3
  49. package/dist/definitions/integrations/index.js.map +1 -1
  50. package/dist/definitions/integrations/marketplace-request.schema.d.ts +16 -40
  51. package/dist/definitions/integrations/marketplace-request.schema.d.ts.map +1 -1
  52. package/dist/definitions/integrations/marketplace-request.schema.js +12 -36
  53. package/dist/definitions/integrations/marketplace-request.schema.js.map +1 -1
  54. package/dist/definitions/integrations/marketplace-response.schema.d.ts +28 -56
  55. package/dist/definitions/integrations/marketplace-response.schema.d.ts.map +1 -1
  56. package/dist/definitions/integrations/marketplace-response.schema.js +19 -47
  57. package/dist/definitions/integrations/marketplace-response.schema.js.map +1 -1
  58. package/dist/definitions/integrations/marketplace.schema.d.ts +30 -58
  59. package/dist/definitions/integrations/marketplace.schema.d.ts.map +1 -1
  60. package/dist/definitions/integrations/marketplace.schema.js +25 -48
  61. package/dist/definitions/integrations/marketplace.schema.js.map +1 -1
  62. package/dist/definitions/orgs/domain.schema.d.ts +2 -2
  63. package/dist/definitions/orgs/request.schema.d.ts +2 -2
  64. package/dist/definitions/orgs/response.schema.d.ts +2 -2
  65. package/dist/definitions/policies/domain.schema.d.ts +8 -8
  66. package/dist/definitions/policies/request.schema.d.ts +8 -8
  67. package/dist/definitions/policies/response.schema.d.ts +18 -18
  68. package/dist/definitions/release-risk/domain.schema.d.ts +2 -2
  69. package/dist/definitions/release-risk/request.schema.d.ts +1 -1
  70. package/dist/definitions/release-risk/response.schema.d.ts +5 -5
  71. package/dist/definitions/releases/domain.schema.d.ts +11 -11
  72. package/dist/definitions/releases/domain.schema.d.ts.map +1 -1
  73. package/dist/definitions/releases/domain.schema.js +4 -4
  74. package/dist/definitions/releases/domain.schema.js.map +1 -1
  75. package/dist/definitions/releases/request.schema.d.ts +2 -2
  76. package/dist/definitions/releases/response.schema.d.ts +8 -8
  77. package/dist/definitions/service-accounts/domain.schema.d.ts +9 -9
  78. package/dist/definitions/service-accounts/request.schema.d.ts +2 -2
  79. package/dist/definitions/service-accounts/response.schema.d.ts +7 -7
  80. package/dist/definitions/share-links/request.schema.d.ts +1 -1
  81. package/dist/definitions/teams/domain.schema.d.ts +1 -1
  82. package/dist/definitions/teams/request.schema.d.ts +2 -2
  83. package/dist/definitions/teams/response.schema.d.ts +2 -2
  84. package/dist/index.d.ts +0 -1
  85. package/dist/index.d.ts.map +1 -1
  86. package/dist/index.js +0 -1
  87. package/dist/index.js.map +1 -1
  88. package/package.json +1 -1
  89. package/dist/definitions/integrations/domain.schema.d.ts +0 -122
  90. package/dist/definitions/integrations/domain.schema.d.ts.map +0 -1
  91. package/dist/definitions/integrations/domain.schema.js +0 -85
  92. package/dist/definitions/integrations/domain.schema.js.map +0 -1
  93. package/dist/definitions/integrations/request.schema.d.ts +0 -141
  94. package/dist/definitions/integrations/request.schema.d.ts.map +0 -1
  95. package/dist/definitions/integrations/request.schema.js +0 -136
  96. package/dist/definitions/integrations/request.schema.js.map +0 -1
  97. package/dist/definitions/integrations/response.schema.d.ts +0 -142
  98. package/dist/definitions/integrations/response.schema.d.ts.map +0 -1
  99. package/dist/definitions/integrations/response.schema.js +0 -55
  100. package/dist/definitions/integrations/response.schema.js.map +0 -1
@@ -32,8 +32,8 @@ export declare const ArtifactResponseSchema: z.ZodObject<{
32
32
  platform: z.ZodEnum<{
33
33
  android: "android";
34
34
  ios: "ios";
35
- desktop: "desktop";
36
35
  web: "web";
36
+ desktop: "desktop";
37
37
  }>;
38
38
  artifactType: z.ZodEnum<{
39
39
  apk: "apk";
@@ -51,16 +51,16 @@ export declare const ArtifactResponseSchema: z.ZodObject<{
51
51
  version: z.ZodNullable<z.ZodString>;
52
52
  versionCode: z.ZodNullable<z.ZodNumber>;
53
53
  status: z.ZodEnum<{
54
+ failed: "failed";
54
55
  uploading: "uploading";
55
56
  processing: "processing";
56
57
  ready: "ready";
57
- failed: "failed";
58
58
  }>;
59
59
  source: z.ZodEnum<{
60
+ store: "store";
60
61
  upload: "upload";
61
62
  ci: "ci";
62
63
  manual: "manual";
63
- store: "store";
64
64
  }>;
65
65
  metadata: z.ZodNullable<z.ZodObject<{
66
66
  artifactType: z.ZodOptional<z.ZodEnum<{
@@ -307,8 +307,8 @@ export declare const ArtifactListResponseSchema: z.ZodObject<{
307
307
  platform: z.ZodEnum<{
308
308
  android: "android";
309
309
  ios: "ios";
310
- desktop: "desktop";
311
310
  web: "web";
311
+ desktop: "desktop";
312
312
  }>;
313
313
  artifactType: z.ZodEnum<{
314
314
  apk: "apk";
@@ -326,16 +326,16 @@ export declare const ArtifactListResponseSchema: z.ZodObject<{
326
326
  version: z.ZodNullable<z.ZodString>;
327
327
  versionCode: z.ZodNullable<z.ZodNumber>;
328
328
  status: z.ZodEnum<{
329
+ failed: "failed";
329
330
  uploading: "uploading";
330
331
  processing: "processing";
331
332
  ready: "ready";
332
- failed: "failed";
333
333
  }>;
334
334
  source: z.ZodEnum<{
335
+ store: "store";
335
336
  upload: "upload";
336
337
  ci: "ci";
337
338
  manual: "manual";
338
- store: "store";
339
339
  }>;
340
340
  metadata: z.ZodNullable<z.ZodObject<{
341
341
  artifactType: z.ZodOptional<z.ZodEnum<{
@@ -611,8 +611,8 @@ export declare const EnhancedArtifactListItemSchema: z.ZodObject<{
611
611
  platform: z.ZodEnum<{
612
612
  android: "android";
613
613
  ios: "ios";
614
- desktop: "desktop";
615
614
  web: "web";
615
+ desktop: "desktop";
616
616
  }>;
617
617
  artifactType: z.ZodEnum<{
618
618
  apk: "apk";
@@ -630,16 +630,16 @@ export declare const EnhancedArtifactListItemSchema: z.ZodObject<{
630
630
  version: z.ZodNullable<z.ZodString>;
631
631
  versionCode: z.ZodNullable<z.ZodNumber>;
632
632
  status: z.ZodEnum<{
633
+ failed: "failed";
633
634
  uploading: "uploading";
634
635
  processing: "processing";
635
636
  ready: "ready";
636
- failed: "failed";
637
637
  }>;
638
638
  source: z.ZodEnum<{
639
+ store: "store";
639
640
  upload: "upload";
640
641
  ci: "ci";
641
642
  manual: "manual";
642
- store: "store";
643
643
  }>;
644
644
  metadata: z.ZodNullable<z.ZodObject<{
645
645
  artifactType: z.ZodOptional<z.ZodEnum<{
@@ -902,8 +902,8 @@ export declare const EnhancedArtifactListResponseSchema: z.ZodObject<{
902
902
  platform: z.ZodEnum<{
903
903
  android: "android";
904
904
  ios: "ios";
905
- desktop: "desktop";
906
905
  web: "web";
906
+ desktop: "desktop";
907
907
  }>;
908
908
  artifactType: z.ZodEnum<{
909
909
  apk: "apk";
@@ -921,16 +921,16 @@ export declare const EnhancedArtifactListResponseSchema: z.ZodObject<{
921
921
  version: z.ZodNullable<z.ZodString>;
922
922
  versionCode: z.ZodNullable<z.ZodNumber>;
923
923
  status: z.ZodEnum<{
924
+ failed: "failed";
924
925
  uploading: "uploading";
925
926
  processing: "processing";
926
927
  ready: "ready";
927
- failed: "failed";
928
928
  }>;
929
929
  source: z.ZodEnum<{
930
+ store: "store";
930
931
  upload: "upload";
931
932
  ci: "ci";
932
933
  manual: "manual";
933
- store: "store";
934
934
  }>;
935
935
  metadata: z.ZodNullable<z.ZodObject<{
936
936
  artifactType: z.ZodOptional<z.ZodEnum<{
@@ -1201,8 +1201,8 @@ export declare const BatchResultSchema: z.ZodObject<{
1201
1201
  platform: z.ZodEnum<{
1202
1202
  android: "android";
1203
1203
  ios: "ios";
1204
- desktop: "desktop";
1205
1204
  web: "web";
1205
+ desktop: "desktop";
1206
1206
  }>;
1207
1207
  artifactType: z.ZodEnum<{
1208
1208
  apk: "apk";
@@ -1220,16 +1220,16 @@ export declare const BatchResultSchema: z.ZodObject<{
1220
1220
  version: z.ZodNullable<z.ZodString>;
1221
1221
  versionCode: z.ZodNullable<z.ZodNumber>;
1222
1222
  status: z.ZodEnum<{
1223
+ failed: "failed";
1223
1224
  uploading: "uploading";
1224
1225
  processing: "processing";
1225
1226
  ready: "ready";
1226
- failed: "failed";
1227
1227
  }>;
1228
1228
  source: z.ZodEnum<{
1229
+ store: "store";
1229
1230
  upload: "upload";
1230
1231
  ci: "ci";
1231
1232
  manual: "manual";
1232
- store: "store";
1233
1233
  }>;
1234
1234
  metadata: z.ZodNullable<z.ZodObject<{
1235
1235
  artifactType: z.ZodOptional<z.ZodEnum<{
@@ -1719,8 +1719,8 @@ export declare const EnhancedArtifactResponseSchema: z.ZodObject<{
1719
1719
  platform: z.ZodEnum<{
1720
1720
  android: "android";
1721
1721
  ios: "ios";
1722
- desktop: "desktop";
1723
1722
  web: "web";
1723
+ desktop: "desktop";
1724
1724
  }>;
1725
1725
  artifactType: z.ZodEnum<{
1726
1726
  apk: "apk";
@@ -1738,16 +1738,16 @@ export declare const EnhancedArtifactResponseSchema: z.ZodObject<{
1738
1738
  version: z.ZodNullable<z.ZodString>;
1739
1739
  versionCode: z.ZodNullable<z.ZodNumber>;
1740
1740
  status: z.ZodEnum<{
1741
+ failed: "failed";
1741
1742
  uploading: "uploading";
1742
1743
  processing: "processing";
1743
1744
  ready: "ready";
1744
- failed: "failed";
1745
1745
  }>;
1746
1746
  source: z.ZodEnum<{
1747
+ store: "store";
1747
1748
  upload: "upload";
1748
1749
  ci: "ci";
1749
1750
  manual: "manual";
1750
- store: "store";
1751
1751
  }>;
1752
1752
  metadata: z.ZodNullable<z.ZodObject<{
1753
1753
  artifactType: z.ZodOptional<z.ZodEnum<{
@@ -2244,10 +2244,10 @@ export type ResourceInflationAnalysis = z.infer<typeof ResourceInflationAnalysis
2244
2244
  * Upload progress stage schema
2245
2245
  */
2246
2246
  export declare const UploadProgressStageSchema: z.ZodEnum<{
2247
+ pending: "pending";
2248
+ failed: "failed";
2247
2249
  uploading: "uploading";
2248
2250
  processing: "processing";
2249
- failed: "failed";
2250
- pending: "pending";
2251
2251
  complete: "complete";
2252
2252
  }>;
2253
2253
  /**
@@ -2255,10 +2255,10 @@ export declare const UploadProgressStageSchema: z.ZodEnum<{
2255
2255
  */
2256
2256
  export declare const UploadProgressSchema: z.ZodObject<{
2257
2257
  stage: z.ZodEnum<{
2258
+ pending: "pending";
2259
+ failed: "failed";
2258
2260
  uploading: "uploading";
2259
2261
  processing: "processing";
2260
- failed: "failed";
2261
- pending: "pending";
2262
2262
  complete: "complete";
2263
2263
  }>;
2264
2264
  message: z.ZodString;
@@ -2272,19 +2272,19 @@ export declare const UploadProgressSchema: z.ZodObject<{
2272
2272
  export declare const UploadStatusResponseSchema: z.ZodObject<{
2273
2273
  artifactId: z.ZodString;
2274
2274
  status: z.ZodEnum<{
2275
+ failed: "failed";
2275
2276
  uploading: "uploading";
2276
2277
  processing: "processing";
2277
2278
  ready: "ready";
2278
- failed: "failed";
2279
2279
  }>;
2280
2280
  filename: z.ZodNullable<z.ZodString>;
2281
2281
  sizeBytes: z.ZodNumber;
2282
2282
  progress: z.ZodObject<{
2283
2283
  stage: z.ZodEnum<{
2284
+ pending: "pending";
2285
+ failed: "failed";
2284
2286
  uploading: "uploading";
2285
2287
  processing: "processing";
2286
- failed: "failed";
2287
- pending: "pending";
2288
2288
  complete: "complete";
2289
2289
  }>;
2290
2290
  message: z.ZodString;
@@ -2313,19 +2313,19 @@ export declare const BatchUploadStatusResponseSchema: z.ZodObject<{
2313
2313
  artifacts: z.ZodArray<z.ZodObject<{
2314
2314
  artifactId: z.ZodString;
2315
2315
  status: z.ZodEnum<{
2316
+ failed: "failed";
2316
2317
  uploading: "uploading";
2317
2318
  processing: "processing";
2318
2319
  ready: "ready";
2319
- failed: "failed";
2320
2320
  }>;
2321
2321
  filename: z.ZodNullable<z.ZodString>;
2322
2322
  sizeBytes: z.ZodNumber;
2323
2323
  progress: z.ZodObject<{
2324
2324
  stage: z.ZodEnum<{
2325
+ pending: "pending";
2326
+ failed: "failed";
2325
2327
  uploading: "uploading";
2326
2328
  processing: "processing";
2327
- failed: "failed";
2328
- pending: "pending";
2329
2329
  complete: "complete";
2330
2330
  }>;
2331
2331
  message: z.ZodString;
@@ -2374,8 +2374,8 @@ export declare const PrepareUploadItemSchema: z.ZodObject<{
2374
2374
  platform: z.ZodEnum<{
2375
2375
  android: "android";
2376
2376
  ios: "ios";
2377
- desktop: "desktop";
2378
2377
  web: "web";
2378
+ desktop: "desktop";
2379
2379
  }>;
2380
2380
  uploadType: z.ZodEnum<{
2381
2381
  simple: "simple";
@@ -2413,8 +2413,8 @@ export declare const PrepareUploadResponseSchema: z.ZodObject<{
2413
2413
  platform: z.ZodEnum<{
2414
2414
  android: "android";
2415
2415
  ios: "ios";
2416
- desktop: "desktop";
2417
2416
  web: "web";
2417
+ desktop: "desktop";
2418
2418
  }>;
2419
2419
  uploadType: z.ZodEnum<{
2420
2420
  simple: "simple";
@@ -2462,8 +2462,8 @@ export declare const FinalizeUploadResponseSchema: z.ZodObject<{
2462
2462
  platform: z.ZodEnum<{
2463
2463
  android: "android";
2464
2464
  ios: "ios";
2465
- desktop: "desktop";
2466
2465
  web: "web";
2466
+ desktop: "desktop";
2467
2467
  }>;
2468
2468
  artifactType: z.ZodEnum<{
2469
2469
  apk: "apk";
@@ -2481,16 +2481,16 @@ export declare const FinalizeUploadResponseSchema: z.ZodObject<{
2481
2481
  version: z.ZodNullable<z.ZodString>;
2482
2482
  versionCode: z.ZodNullable<z.ZodNumber>;
2483
2483
  status: z.ZodEnum<{
2484
+ failed: "failed";
2484
2485
  uploading: "uploading";
2485
2486
  processing: "processing";
2486
2487
  ready: "ready";
2487
- failed: "failed";
2488
2488
  }>;
2489
2489
  source: z.ZodEnum<{
2490
+ store: "store";
2490
2491
  upload: "upload";
2491
2492
  ci: "ci";
2492
2493
  manual: "manual";
2493
- store: "store";
2494
2494
  }>;
2495
2495
  metadata: z.ZodNullable<z.ZodObject<{
2496
2496
  artifactType: z.ZodOptional<z.ZodEnum<{
@@ -28,63 +28,63 @@ export type RiskLevel = z.infer<typeof RiskLevelSchema>;
28
28
  */
29
29
  export declare const ActorTypeSchema: z.ZodEnum<{
30
30
  user: "user";
31
+ webhook: "webhook";
32
+ integration: "integration";
31
33
  system: "system";
32
34
  api_key: "api_key";
33
- webhook: "webhook";
34
35
  scheduled_job: "scheduled_job";
35
- integration: "integration";
36
36
  }>;
37
37
  export type ActorType = z.infer<typeof ActorTypeSchema>;
38
38
  /**
39
39
  * Audit Log Module Schema - comprehensive list of all modules
40
40
  */
41
41
  export declare const AuditLogModuleSchema: z.ZodEnum<{
42
- email: "email";
42
+ version: "version";
43
+ member: "member";
43
44
  user: "user";
44
- role: "role";
45
+ team: "team";
46
+ app: "app";
45
47
  release: "release";
46
- system: "system";
48
+ artifact: "artifact";
49
+ credential: "credential";
50
+ webhook: "webhook";
47
51
  organization: "organization";
52
+ billing: "billing";
53
+ analytics: "analytics";
54
+ integration: "integration";
48
55
  store: "store";
49
- version: "version";
56
+ audit_log: "audit_log";
57
+ session: "session";
58
+ role: "role";
59
+ email: "email";
60
+ system: "system";
50
61
  api_key: "api_key";
51
- webhook: "webhook";
52
- integration: "integration";
62
+ usage: "usage";
63
+ subscription: "subscription";
64
+ plan: "plan";
53
65
  installation: "installation";
54
- credential: "credential";
55
- alert_event: "alert_event";
56
- audit_log: "audit_log";
57
66
  auth: "auth";
58
- session: "session";
67
+ settings: "settings";
68
+ alert_event: "alert_event";
59
69
  oauth: "oauth";
60
70
  mfa: "mfa";
61
71
  security: "security";
62
- app: "app";
63
- artifact: "artifact";
64
72
  build: "build";
65
73
  variant: "variant";
66
74
  submission: "submission";
67
75
  review: "review";
68
76
  rollout: "rollout";
69
- team: "team";
70
- member: "member";
71
77
  invitation: "invitation";
72
78
  permission: "permission";
73
- billing: "billing";
74
- subscription: "subscription";
75
- plan: "plan";
76
79
  invoice: "invoice";
77
80
  payment: "payment";
78
- usage: "usage";
79
81
  store_connection: "store_connection";
80
82
  store_metadata: "store_metadata";
81
83
  store_pricing: "store_pricing";
82
84
  store_localization: "store_localization";
83
- analytics: "analytics";
84
85
  report: "report";
85
86
  dashboard: "dashboard";
86
87
  export: "export";
87
- settings: "settings";
88
88
  notification: "notification";
89
89
  }>;
90
90
  export type AuditLogModule = z.infer<typeof AuditLogModuleSchema>;
@@ -93,10 +93,10 @@ export type AuditLogModule = z.infer<typeof AuditLogModuleSchema>;
93
93
  */
94
94
  export declare const ActionCategorySchema: z.ZodEnum<{
95
95
  admin: "admin";
96
- system: "system";
96
+ billing: "billing";
97
97
  integration: "integration";
98
+ system: "system";
98
99
  security: "security";
99
- billing: "billing";
100
100
  export: "export";
101
101
  data_access: "data_access";
102
102
  data_modification: "data_modification";
@@ -106,16 +106,20 @@ export type ActionCategory = z.infer<typeof ActionCategorySchema>;
106
106
  * Audit Log Action Schema - comprehensive list of all actions
107
107
  */
108
108
  export declare const AuditLogActionSchema: z.ZodEnum<{
109
- approve: "approve";
110
- reject: "reject";
111
- join: "join";
112
- upload: "upload";
113
- search: "search";
114
- export: "export";
115
109
  create: "create";
116
110
  read: "read";
117
111
  update: "update";
118
112
  delete: "delete";
113
+ login: "login";
114
+ upload: "upload";
115
+ search: "search";
116
+ approve: "approve";
117
+ reject: "reject";
118
+ join: "join";
119
+ skip: "skip";
120
+ rollback: "rollback";
121
+ sync: "sync";
122
+ export: "export";
119
123
  list: "list";
120
124
  get: "get";
121
125
  batch_create: "batch_create";
@@ -152,13 +156,11 @@ export declare const AuditLogActionSchema: z.ZodEnum<{
152
156
  deliver: "deliver";
153
157
  retry: "retry";
154
158
  acknowledge: "acknowledge";
155
- skip: "skip";
156
159
  fail: "fail";
157
160
  connect: "connect";
158
161
  disconnect: "disconnect";
159
162
  test_connection: "test_connection";
160
163
  verify: "verify";
161
- sync: "sync";
162
164
  refresh: "refresh";
163
165
  import: "import";
164
166
  view: "view";
@@ -166,7 +168,6 @@ export declare const AuditLogActionSchema: z.ZodEnum<{
166
168
  preview: "preview";
167
169
  clone: "clone";
168
170
  duplicate: "duplicate";
169
- login: "login";
170
171
  logout: "logout";
171
172
  register: "register";
172
173
  password_reset: "password_reset";
@@ -204,7 +205,6 @@ export declare const AuditLogActionSchema: z.ZodEnum<{
204
205
  permission_revoke: "permission_revoke";
205
206
  submit: "submit";
206
207
  cancel: "cancel";
207
- rollback: "rollback";
208
208
  promote: "promote";
209
209
  publish: "publish";
210
210
  unpublish: "unpublish";
@@ -251,34 +251,38 @@ 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
- password: "password";
254
+ version: "version";
255
+ member: "member";
255
256
  user: "user";
256
- role: "role";
257
+ team: "team";
258
+ app: "app";
257
259
  release: "release";
260
+ artifact: "artifact";
261
+ credential: "credential";
262
+ webhook: "webhook";
258
263
  organization: "organization";
264
+ integration: "integration";
259
265
  store: "store";
260
- version: "version";
266
+ audit_log: "audit_log";
267
+ session: "session";
268
+ role: "role";
269
+ password: "password";
270
+ refresh_token: "refresh_token";
271
+ access_token: "access_token";
261
272
  api_key: "api_key";
262
- webhook: "webhook";
263
- integration: "integration";
273
+ subscription: "subscription";
274
+ plan: "plan";
275
+ metrics: "metrics";
264
276
  installation: "installation";
265
- credential: "credential";
277
+ settings: "settings";
266
278
  alert_event: "alert_event";
267
- audit_log: "audit_log";
268
- session: "session";
269
- app: "app";
270
- artifact: "artifact";
271
279
  build: "build";
272
280
  variant: "variant";
273
281
  submission: "submission";
274
282
  review: "review";
275
283
  rollout: "rollout";
276
- team: "team";
277
- member: "member";
278
284
  invitation: "invitation";
279
285
  permission: "permission";
280
- subscription: "subscription";
281
- plan: "plan";
282
286
  invoice: "invoice";
283
287
  payment: "payment";
284
288
  store_connection: "store_connection";
@@ -287,13 +291,10 @@ export declare const AuditLogResourceTypeSchema: z.ZodEnum<{
287
291
  store_localization: "store_localization";
288
292
  report: "report";
289
293
  dashboard: "dashboard";
290
- settings: "settings";
291
294
  webhook_delivery: "webhook_delivery";
292
295
  webhook_endpoint: "webhook_endpoint";
293
296
  oauth_connection: "oauth_connection";
294
297
  mfa_device: "mfa_device";
295
- access_token: "access_token";
296
- refresh_token: "refresh_token";
297
298
  email_verification: "email_verification";
298
299
  icon: "icon";
299
300
  screenshot: "screenshot";
@@ -308,7 +309,6 @@ export declare const AuditLogResourceTypeSchema: z.ZodEnum<{
308
309
  discount: "discount";
309
310
  store_screenshot: "store_screenshot";
310
311
  store_review: "store_review";
311
- metrics: "metrics";
312
312
  export_job: "export_job";
313
313
  preference: "preference";
314
314
  notification_settings: "notification_settings";
@@ -362,11 +362,11 @@ export declare const ActorInfoSchema: z.ZodObject<{
362
362
  id: z.ZodString;
363
363
  type: z.ZodEnum<{
364
364
  user: "user";
365
+ webhook: "webhook";
366
+ integration: "integration";
365
367
  system: "system";
366
368
  api_key: "api_key";
367
- webhook: "webhook";
368
369
  scheduled_job: "scheduled_job";
369
- integration: "integration";
370
370
  }>;
371
371
  email: z.ZodOptional<z.ZodString>;
372
372
  name: z.ZodOptional<z.ZodString>;
@@ -426,11 +426,11 @@ export declare const AuditLogResponseSchema: z.ZodObject<{
426
426
  id: z.ZodString;
427
427
  type: z.ZodEnum<{
428
428
  user: "user";
429
+ webhook: "webhook";
430
+ integration: "integration";
429
431
  system: "system";
430
432
  api_key: "api_key";
431
- webhook: "webhook";
432
433
  scheduled_job: "scheduled_job";
433
- integration: "integration";
434
434
  }>;
435
435
  email: z.ZodOptional<z.ZodString>;
436
436
  name: z.ZodOptional<z.ZodString>;