@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.
- package/dist/definitions/approvals/domain.schema.d.ts +5 -5
- package/dist/definitions/approvals/request.schema.d.ts +8 -8
- package/dist/definitions/approvals/response.schema.d.ts +6 -6
- package/dist/definitions/apps/response.schema.d.ts +1 -1
- package/dist/definitions/artifacts/domain.schema.d.ts +6 -6
- package/dist/definitions/artifacts/request.schema.d.ts +16 -16
- package/dist/definitions/artifacts/response.schema.d.ts +33 -33
- package/dist/definitions/audit-log/domain.schema.d.ts +56 -56
- package/dist/definitions/audit-log/request.schema.d.ts +107 -107
- package/dist/definitions/audit-log/response.schema.d.ts +12 -12
- package/dist/definitions/auth/domain.schema.d.ts +11 -11
- package/dist/definitions/auth/request.schema.d.ts +11 -11
- package/dist/definitions/billing/domain.schema.d.ts +13 -13
- package/dist/definitions/billing/domain.schema.d.ts.map +1 -1
- package/dist/definitions/billing/domain.schema.js +4 -4
- package/dist/definitions/billing/domain.schema.js.map +1 -1
- package/dist/definitions/billing/request.schema.d.ts +3 -3
- package/dist/definitions/billing/response.schema.d.ts +7 -7
- package/dist/definitions/common.d.ts +19 -3
- package/dist/definitions/common.d.ts.map +1 -1
- package/dist/definitions/common.js +10 -0
- package/dist/definitions/common.js.map +1 -1
- package/dist/definitions/credentials/domain.schema.d.ts +4 -7
- package/dist/definitions/credentials/domain.schema.d.ts.map +1 -1
- package/dist/definitions/credentials/domain.schema.js +0 -3
- package/dist/definitions/credentials/domain.schema.js.map +1 -1
- package/dist/definitions/credentials/request.schema.d.ts +2 -4
- package/dist/definitions/credentials/request.schema.d.ts.map +1 -1
- package/dist/definitions/credentials/request.schema.js +0 -2
- package/dist/definitions/credentials/request.schema.js.map +1 -1
- package/dist/definitions/credentials/response.schema.d.ts +4 -10
- package/dist/definitions/credentials/response.schema.d.ts.map +1 -1
- package/dist/definitions/cve-scanner/domain.schema.d.ts +6 -6
- package/dist/definitions/cve-scanner/response.schema.d.ts +15 -15
- package/dist/definitions/deployments/domain.schema.d.ts +3 -3
- package/dist/definitions/deployments/request.schema.d.ts +1 -1
- package/dist/definitions/deployments/response.schema.d.ts +2 -2
- package/dist/definitions/index.d.ts +2 -9
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/index.js +6 -9
- package/dist/definitions/index.js.map +1 -1
- package/dist/definitions/integrations/api.schema.d.ts +290 -0
- package/dist/definitions/integrations/api.schema.d.ts.map +1 -0
- package/dist/definitions/integrations/api.schema.js +209 -0
- package/dist/definitions/integrations/api.schema.js.map +1 -0
- package/dist/definitions/integrations/index.d.ts +4 -3
- package/dist/definitions/integrations/index.d.ts.map +1 -1
- package/dist/definitions/integrations/index.js +17 -3
- package/dist/definitions/integrations/index.js.map +1 -1
- package/dist/definitions/integrations/marketplace-request.schema.d.ts +16 -40
- package/dist/definitions/integrations/marketplace-request.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace-request.schema.js +12 -36
- package/dist/definitions/integrations/marketplace-request.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace-response.schema.d.ts +28 -56
- package/dist/definitions/integrations/marketplace-response.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace-response.schema.js +19 -47
- package/dist/definitions/integrations/marketplace-response.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace.schema.d.ts +30 -58
- package/dist/definitions/integrations/marketplace.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace.schema.js +25 -48
- package/dist/definitions/integrations/marketplace.schema.js.map +1 -1
- package/dist/definitions/orgs/domain.schema.d.ts +2 -2
- package/dist/definitions/orgs/request.schema.d.ts +2 -2
- package/dist/definitions/orgs/response.schema.d.ts +2 -2
- package/dist/definitions/policies/domain.schema.d.ts +8 -8
- package/dist/definitions/policies/request.schema.d.ts +8 -8
- package/dist/definitions/policies/response.schema.d.ts +18 -18
- package/dist/definitions/release-risk/domain.schema.d.ts +2 -2
- package/dist/definitions/release-risk/request.schema.d.ts +1 -1
- package/dist/definitions/release-risk/response.schema.d.ts +5 -5
- package/dist/definitions/releases/domain.schema.d.ts +11 -11
- package/dist/definitions/releases/domain.schema.d.ts.map +1 -1
- package/dist/definitions/releases/domain.schema.js +4 -4
- package/dist/definitions/releases/domain.schema.js.map +1 -1
- package/dist/definitions/releases/request.schema.d.ts +2 -2
- package/dist/definitions/releases/response.schema.d.ts +8 -8
- package/dist/definitions/service-accounts/domain.schema.d.ts +9 -9
- package/dist/definitions/service-accounts/request.schema.d.ts +2 -2
- package/dist/definitions/service-accounts/response.schema.d.ts +7 -7
- package/dist/definitions/share-links/request.schema.d.ts +1 -1
- package/dist/definitions/teams/domain.schema.d.ts +1 -1
- package/dist/definitions/teams/request.schema.d.ts +2 -2
- package/dist/definitions/teams/response.schema.d.ts +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/definitions/integrations/domain.schema.d.ts +0 -122
- package/dist/definitions/integrations/domain.schema.d.ts.map +0 -1
- package/dist/definitions/integrations/domain.schema.js +0 -85
- package/dist/definitions/integrations/domain.schema.js.map +0 -1
- package/dist/definitions/integrations/request.schema.d.ts +0 -141
- package/dist/definitions/integrations/request.schema.d.ts.map +0 -1
- package/dist/definitions/integrations/request.schema.js +0 -136
- package/dist/definitions/integrations/request.schema.js.map +0 -1
- package/dist/definitions/integrations/response.schema.d.ts +0 -142
- package/dist/definitions/integrations/response.schema.d.ts.map +0 -1
- package/dist/definitions/integrations/response.schema.js +0 -55
- package/dist/definitions/integrations/response.schema.js.map +0 -1
|
@@ -70,6 +70,7 @@ export declare const ApprovalRiskLevelSchema: z.ZodEnum<{
|
|
|
70
70
|
critical: "critical";
|
|
71
71
|
}>;
|
|
72
72
|
export declare const ApprovalReasonCodeSchema: z.ZodEnum<{
|
|
73
|
+
other: "other";
|
|
73
74
|
policy_violation: "policy_violation";
|
|
74
75
|
security_risk: "security_risk";
|
|
75
76
|
compliance_requirement: "compliance_requirement";
|
|
@@ -87,7 +88,6 @@ export declare const ApprovalReasonCodeSchema: z.ZodEnum<{
|
|
|
87
88
|
requester_canceled: "requester_canceled";
|
|
88
89
|
scope_changed: "scope_changed";
|
|
89
90
|
temporary_access: "temporary_access";
|
|
90
|
-
other: "other";
|
|
91
91
|
}>;
|
|
92
92
|
export declare const ApprovalLinksSchema: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
93
93
|
export declare const ApprovalDecisionConstraintsSchema: z.ZodObject<{
|
|
@@ -265,6 +265,7 @@ export declare const ApprovalDecisionResponseSchema: z.ZodObject<{
|
|
|
265
265
|
}>;
|
|
266
266
|
reason: z.ZodNullable<z.ZodString>;
|
|
267
267
|
reasonCode: z.ZodNullable<z.ZodEnum<{
|
|
268
|
+
other: "other";
|
|
268
269
|
policy_violation: "policy_violation";
|
|
269
270
|
security_risk: "security_risk";
|
|
270
271
|
compliance_requirement: "compliance_requirement";
|
|
@@ -282,7 +283,6 @@ export declare const ApprovalDecisionResponseSchema: z.ZodObject<{
|
|
|
282
283
|
requester_canceled: "requester_canceled";
|
|
283
284
|
scope_changed: "scope_changed";
|
|
284
285
|
temporary_access: "temporary_access";
|
|
285
|
-
other: "other";
|
|
286
286
|
}>>;
|
|
287
287
|
links: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
288
288
|
stepKey: z.ZodNullable<z.ZodString>;
|
|
@@ -296,6 +296,7 @@ export declare const ApprovalOverrideResponseSchema: z.ZodObject<{
|
|
|
296
296
|
actorUserId: z.ZodString;
|
|
297
297
|
reason: z.ZodString;
|
|
298
298
|
reasonCode: z.ZodNullable<z.ZodEnum<{
|
|
299
|
+
other: "other";
|
|
299
300
|
policy_violation: "policy_violation";
|
|
300
301
|
security_risk: "security_risk";
|
|
301
302
|
compliance_requirement: "compliance_requirement";
|
|
@@ -313,7 +314,6 @@ export declare const ApprovalOverrideResponseSchema: z.ZodObject<{
|
|
|
313
314
|
requester_canceled: "requester_canceled";
|
|
314
315
|
scope_changed: "scope_changed";
|
|
315
316
|
temporary_access: "temporary_access";
|
|
316
|
-
other: "other";
|
|
317
317
|
}>>;
|
|
318
318
|
links: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
319
319
|
createdAt: z.ZodString;
|
|
@@ -392,15 +392,15 @@ export declare const ApprovalGrantResponseSchema: z.ZodObject<{
|
|
|
392
392
|
}>>;
|
|
393
393
|
}, z.core.$strict>;
|
|
394
394
|
export declare const ApprovalTemplateScopeSchema: z.ZodEnum<{
|
|
395
|
-
system: "system";
|
|
396
395
|
organization: "organization";
|
|
396
|
+
system: "system";
|
|
397
397
|
}>;
|
|
398
398
|
export declare const ApprovalTemplateResponseSchema: z.ZodObject<{
|
|
399
399
|
id: z.ZodString;
|
|
400
400
|
orgId: z.ZodNullable<z.ZodString>;
|
|
401
401
|
scope: z.ZodEnum<{
|
|
402
|
-
system: "system";
|
|
403
402
|
organization: "organization";
|
|
403
|
+
system: "system";
|
|
404
404
|
}>;
|
|
405
405
|
name: z.ZodString;
|
|
406
406
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -95,6 +95,7 @@ export declare const RecordApprovalDecisionSchema: z.ZodObject<{
|
|
|
95
95
|
reject: "reject";
|
|
96
96
|
}>;
|
|
97
97
|
reasonCode: z.ZodOptional<z.ZodEnum<{
|
|
98
|
+
other: "other";
|
|
98
99
|
policy_violation: "policy_violation";
|
|
99
100
|
security_risk: "security_risk";
|
|
100
101
|
compliance_requirement: "compliance_requirement";
|
|
@@ -112,7 +113,6 @@ export declare const RecordApprovalDecisionSchema: z.ZodObject<{
|
|
|
112
113
|
requester_canceled: "requester_canceled";
|
|
113
114
|
scope_changed: "scope_changed";
|
|
114
115
|
temporary_access: "temporary_access";
|
|
115
|
-
other: "other";
|
|
116
116
|
}>>;
|
|
117
117
|
comment: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
118
118
|
reason: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
@@ -122,6 +122,7 @@ export declare const RecordApprovalDecisionSchema: z.ZodObject<{
|
|
|
122
122
|
}, z.core.$strict>;
|
|
123
123
|
export declare const CancelApprovalRequestSchema: z.ZodObject<{
|
|
124
124
|
reasonCode: z.ZodEnum<{
|
|
125
|
+
other: "other";
|
|
125
126
|
policy_violation: "policy_violation";
|
|
126
127
|
security_risk: "security_risk";
|
|
127
128
|
compliance_requirement: "compliance_requirement";
|
|
@@ -139,13 +140,13 @@ export declare const CancelApprovalRequestSchema: z.ZodObject<{
|
|
|
139
140
|
requester_canceled: "requester_canceled";
|
|
140
141
|
scope_changed: "scope_changed";
|
|
141
142
|
temporary_access: "temporary_access";
|
|
142
|
-
other: "other";
|
|
143
143
|
}>;
|
|
144
144
|
comment: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
145
145
|
links: z.ZodDefault<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
146
146
|
}, z.core.$strict>;
|
|
147
147
|
export declare const RefreshApprovalRequestSchema: z.ZodObject<{
|
|
148
148
|
reasonCode: z.ZodEnum<{
|
|
149
|
+
other: "other";
|
|
149
150
|
policy_violation: "policy_violation";
|
|
150
151
|
security_risk: "security_risk";
|
|
151
152
|
compliance_requirement: "compliance_requirement";
|
|
@@ -163,7 +164,6 @@ export declare const RefreshApprovalRequestSchema: z.ZodObject<{
|
|
|
163
164
|
requester_canceled: "requester_canceled";
|
|
164
165
|
scope_changed: "scope_changed";
|
|
165
166
|
temporary_access: "temporary_access";
|
|
166
|
-
other: "other";
|
|
167
167
|
}>;
|
|
168
168
|
comment: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
169
169
|
links: z.ZodDefault<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
@@ -171,6 +171,7 @@ export declare const RefreshApprovalRequestSchema: z.ZodObject<{
|
|
|
171
171
|
}, z.core.$strict>;
|
|
172
172
|
export declare const RevokeApprovalGrantSchema: z.ZodObject<{
|
|
173
173
|
reasonCode: z.ZodEnum<{
|
|
174
|
+
other: "other";
|
|
174
175
|
policy_violation: "policy_violation";
|
|
175
176
|
security_risk: "security_risk";
|
|
176
177
|
compliance_requirement: "compliance_requirement";
|
|
@@ -188,13 +189,13 @@ export declare const RevokeApprovalGrantSchema: z.ZodObject<{
|
|
|
188
189
|
requester_canceled: "requester_canceled";
|
|
189
190
|
scope_changed: "scope_changed";
|
|
190
191
|
temporary_access: "temporary_access";
|
|
191
|
-
other: "other";
|
|
192
192
|
}>;
|
|
193
193
|
comment: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
194
194
|
links: z.ZodDefault<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
195
195
|
}, z.core.$strict>;
|
|
196
196
|
export declare const ExtendApprovalGrantSchema: z.ZodObject<{
|
|
197
197
|
reasonCode: z.ZodEnum<{
|
|
198
|
+
other: "other";
|
|
198
199
|
policy_violation: "policy_violation";
|
|
199
200
|
security_risk: "security_risk";
|
|
200
201
|
compliance_requirement: "compliance_requirement";
|
|
@@ -212,7 +213,6 @@ export declare const ExtendApprovalGrantSchema: z.ZodObject<{
|
|
|
212
213
|
requester_canceled: "requester_canceled";
|
|
213
214
|
scope_changed: "scope_changed";
|
|
214
215
|
temporary_access: "temporary_access";
|
|
215
|
-
other: "other";
|
|
216
216
|
}>;
|
|
217
217
|
comment: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
218
218
|
links: z.ZodDefault<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
@@ -311,8 +311,8 @@ export declare const CreateApprovalTemplateSchema: z.ZodObject<{
|
|
|
311
311
|
name: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
|
|
312
312
|
description: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
313
313
|
scope: z.ZodDefault<z.ZodEnum<{
|
|
314
|
-
system: "system";
|
|
315
314
|
organization: "organization";
|
|
315
|
+
system: "system";
|
|
316
316
|
}>>;
|
|
317
317
|
actionType: z.ZodEnum<{
|
|
318
318
|
"release.submit": "release.submit";
|
|
@@ -433,6 +433,7 @@ export declare const UpdateApprovalTemplateSchema: z.ZodObject<{
|
|
|
433
433
|
}, z.core.$strict>;
|
|
434
434
|
export declare const ArchiveApprovalTemplateSchema: z.ZodObject<{
|
|
435
435
|
reasonCode: z.ZodOptional<z.ZodEnum<{
|
|
436
|
+
other: "other";
|
|
436
437
|
policy_violation: "policy_violation";
|
|
437
438
|
security_risk: "security_risk";
|
|
438
439
|
compliance_requirement: "compliance_requirement";
|
|
@@ -450,14 +451,13 @@ export declare const ArchiveApprovalTemplateSchema: z.ZodObject<{
|
|
|
450
451
|
requester_canceled: "requester_canceled";
|
|
451
452
|
scope_changed: "scope_changed";
|
|
452
453
|
temporary_access: "temporary_access";
|
|
453
|
-
other: "other";
|
|
454
454
|
}>>;
|
|
455
455
|
comment: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
456
456
|
}, z.core.$strict>;
|
|
457
457
|
export declare const ListApprovalTemplatesQuerySchema: z.ZodObject<{
|
|
458
458
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
459
|
-
system: "system";
|
|
460
459
|
organization: "organization";
|
|
460
|
+
system: "system";
|
|
461
461
|
}>>;
|
|
462
462
|
actionType: z.ZodOptional<z.ZodEnum<{
|
|
463
463
|
"release.submit": "release.submit";
|
|
@@ -93,6 +93,7 @@ export declare const ApprovalRequestWithDetailsResponseSchema: z.ZodObject<{
|
|
|
93
93
|
}>;
|
|
94
94
|
reason: z.ZodNullable<z.ZodString>;
|
|
95
95
|
reasonCode: z.ZodNullable<z.ZodEnum<{
|
|
96
|
+
other: "other";
|
|
96
97
|
policy_violation: "policy_violation";
|
|
97
98
|
security_risk: "security_risk";
|
|
98
99
|
compliance_requirement: "compliance_requirement";
|
|
@@ -110,7 +111,6 @@ export declare const ApprovalRequestWithDetailsResponseSchema: z.ZodObject<{
|
|
|
110
111
|
requester_canceled: "requester_canceled";
|
|
111
112
|
scope_changed: "scope_changed";
|
|
112
113
|
temporary_access: "temporary_access";
|
|
113
|
-
other: "other";
|
|
114
114
|
}>>;
|
|
115
115
|
links: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
116
116
|
stepKey: z.ZodNullable<z.ZodString>;
|
|
@@ -124,6 +124,7 @@ export declare const ApprovalRequestWithDetailsResponseSchema: z.ZodObject<{
|
|
|
124
124
|
actorUserId: z.ZodString;
|
|
125
125
|
reason: z.ZodString;
|
|
126
126
|
reasonCode: z.ZodNullable<z.ZodEnum<{
|
|
127
|
+
other: "other";
|
|
127
128
|
policy_violation: "policy_violation";
|
|
128
129
|
security_risk: "security_risk";
|
|
129
130
|
compliance_requirement: "compliance_requirement";
|
|
@@ -141,7 +142,6 @@ export declare const ApprovalRequestWithDetailsResponseSchema: z.ZodObject<{
|
|
|
141
142
|
requester_canceled: "requester_canceled";
|
|
142
143
|
scope_changed: "scope_changed";
|
|
143
144
|
temporary_access: "temporary_access";
|
|
144
|
-
other: "other";
|
|
145
145
|
}>>;
|
|
146
146
|
links: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
147
147
|
createdAt: z.ZodString;
|
|
@@ -745,8 +745,8 @@ export declare const ListApprovalTemplatesResponseSchema: z.ZodObject<{
|
|
|
745
745
|
id: z.ZodString;
|
|
746
746
|
orgId: z.ZodNullable<z.ZodString>;
|
|
747
747
|
scope: z.ZodEnum<{
|
|
748
|
-
system: "system";
|
|
749
748
|
organization: "organization";
|
|
749
|
+
system: "system";
|
|
750
750
|
}>;
|
|
751
751
|
name: z.ZodString;
|
|
752
752
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -820,8 +820,8 @@ export declare const CreateApprovalTemplateResponseSchema: z.ZodObject<{
|
|
|
820
820
|
id: z.ZodString;
|
|
821
821
|
orgId: z.ZodNullable<z.ZodString>;
|
|
822
822
|
scope: z.ZodEnum<{
|
|
823
|
-
system: "system";
|
|
824
823
|
organization: "organization";
|
|
824
|
+
system: "system";
|
|
825
825
|
}>;
|
|
826
826
|
name: z.ZodString;
|
|
827
827
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -890,8 +890,8 @@ export declare const UpdateApprovalTemplateResponseSchema: z.ZodObject<{
|
|
|
890
890
|
id: z.ZodString;
|
|
891
891
|
orgId: z.ZodNullable<z.ZodString>;
|
|
892
892
|
scope: z.ZodEnum<{
|
|
893
|
-
system: "system";
|
|
894
893
|
organization: "organization";
|
|
894
|
+
system: "system";
|
|
895
895
|
}>;
|
|
896
896
|
name: z.ZodString;
|
|
897
897
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -960,8 +960,8 @@ export declare const ArchiveApprovalTemplateResponseSchema: z.ZodObject<{
|
|
|
960
960
|
id: z.ZodString;
|
|
961
961
|
orgId: z.ZodNullable<z.ZodString>;
|
|
962
962
|
scope: z.ZodEnum<{
|
|
963
|
-
system: "system";
|
|
964
963
|
organization: "organization";
|
|
964
|
+
system: "system";
|
|
965
965
|
}>;
|
|
966
966
|
name: z.ZodString;
|
|
967
967
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -95,9 +95,9 @@ export declare const ArtifactResponseSchema: z.ZodObject<{
|
|
|
95
95
|
contentType: z.ZodString;
|
|
96
96
|
status: z.ZodEnum<{
|
|
97
97
|
pending: "pending";
|
|
98
|
+
verified: "verified";
|
|
98
99
|
failed: "failed";
|
|
99
100
|
uploaded: "uploaded";
|
|
100
|
-
verified: "verified";
|
|
101
101
|
}>;
|
|
102
102
|
sha256: z.ZodOptional<z.ZodString>;
|
|
103
103
|
createdAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|
|
@@ -13,10 +13,10 @@ import { z } from 'zod';
|
|
|
13
13
|
* - 'store': Background jobs fetching builds from app stores
|
|
14
14
|
*/
|
|
15
15
|
export declare const ArtifactSourceSchema: z.ZodEnum<{
|
|
16
|
+
store: "store";
|
|
16
17
|
upload: "upload";
|
|
17
18
|
ci: "ci";
|
|
18
19
|
manual: "manual";
|
|
19
|
-
store: "store";
|
|
20
20
|
}>;
|
|
21
21
|
export type ArtifactSource = z.infer<typeof ArtifactSourceSchema>;
|
|
22
22
|
/**
|
|
@@ -37,18 +37,18 @@ export type ArtifactType = z.infer<typeof ArtifactTypeSchema>;
|
|
|
37
37
|
export declare const ArtifactPlatformSchema: z.ZodEnum<{
|
|
38
38
|
android: "android";
|
|
39
39
|
ios: "ios";
|
|
40
|
-
desktop: "desktop";
|
|
41
40
|
web: "web";
|
|
41
|
+
desktop: "desktop";
|
|
42
42
|
}>;
|
|
43
43
|
export type ArtifactPlatform = z.infer<typeof ArtifactPlatformSchema>;
|
|
44
44
|
/**
|
|
45
45
|
* Artifact processing status
|
|
46
46
|
*/
|
|
47
47
|
export declare const ArtifactStatusSchema: z.ZodEnum<{
|
|
48
|
+
failed: "failed";
|
|
48
49
|
uploading: "uploading";
|
|
49
50
|
processing: "processing";
|
|
50
51
|
ready: "ready";
|
|
51
|
-
failed: "failed";
|
|
52
52
|
}>;
|
|
53
53
|
export type ArtifactStatus = z.infer<typeof ArtifactStatusSchema>;
|
|
54
54
|
/**
|
|
@@ -300,8 +300,8 @@ export declare const ArtifactSchema: z.ZodObject<{
|
|
|
300
300
|
platform: z.ZodEnum<{
|
|
301
301
|
android: "android";
|
|
302
302
|
ios: "ios";
|
|
303
|
-
desktop: "desktop";
|
|
304
303
|
web: "web";
|
|
304
|
+
desktop: "desktop";
|
|
305
305
|
}>;
|
|
306
306
|
artifactType: z.ZodEnum<{
|
|
307
307
|
apk: "apk";
|
|
@@ -319,16 +319,16 @@ export declare const ArtifactSchema: z.ZodObject<{
|
|
|
319
319
|
version: z.ZodNullable<z.ZodString>;
|
|
320
320
|
versionCode: z.ZodNullable<z.ZodNumber>;
|
|
321
321
|
status: z.ZodEnum<{
|
|
322
|
+
failed: "failed";
|
|
322
323
|
uploading: "uploading";
|
|
323
324
|
processing: "processing";
|
|
324
325
|
ready: "ready";
|
|
325
|
-
failed: "failed";
|
|
326
326
|
}>;
|
|
327
327
|
source: z.ZodEnum<{
|
|
328
|
+
store: "store";
|
|
328
329
|
upload: "upload";
|
|
329
330
|
ci: "ci";
|
|
330
331
|
manual: "manual";
|
|
331
|
-
store: "store";
|
|
332
332
|
}>;
|
|
333
333
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
334
334
|
artifactType: z.ZodOptional<z.ZodEnum<{
|
|
@@ -22,8 +22,8 @@ export declare const CreateArtifactSchema: z.ZodObject<{
|
|
|
22
22
|
platform: z.ZodEnum<{
|
|
23
23
|
android: "android";
|
|
24
24
|
ios: "ios";
|
|
25
|
-
desktop: "desktop";
|
|
26
25
|
web: "web";
|
|
26
|
+
desktop: "desktop";
|
|
27
27
|
}>;
|
|
28
28
|
artifactType: z.ZodEnum<{
|
|
29
29
|
apk: "apk";
|
|
@@ -37,10 +37,10 @@ export declare const CreateArtifactSchema: z.ZodObject<{
|
|
|
37
37
|
version: z.ZodOptional<z.ZodString>;
|
|
38
38
|
versionCode: z.ZodOptional<z.ZodNumber>;
|
|
39
39
|
source: z.ZodDefault<z.ZodEnum<{
|
|
40
|
+
store: "store";
|
|
40
41
|
upload: "upload";
|
|
41
42
|
ci: "ci";
|
|
42
43
|
manual: "manual";
|
|
43
|
-
store: "store";
|
|
44
44
|
}>>;
|
|
45
45
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
46
46
|
artifactType: z.ZodOptional<z.ZodEnum<{
|
|
@@ -275,10 +275,10 @@ export declare const CreateArtifactSchema: z.ZodObject<{
|
|
|
275
275
|
*/
|
|
276
276
|
export declare const UpdateArtifactSchema: z.ZodObject<{
|
|
277
277
|
status: z.ZodOptional<z.ZodEnum<{
|
|
278
|
+
failed: "failed";
|
|
278
279
|
uploading: "uploading";
|
|
279
280
|
processing: "processing";
|
|
280
281
|
ready: "ready";
|
|
281
|
-
failed: "failed";
|
|
282
282
|
}>>;
|
|
283
283
|
sha256: z.ZodOptional<z.ZodString>;
|
|
284
284
|
contentType: z.ZodOptional<z.ZodString>;
|
|
@@ -521,22 +521,22 @@ export declare const UpdateArtifactSchema: z.ZodObject<{
|
|
|
521
521
|
export declare const ArtifactFiltersSchema: z.ZodObject<{
|
|
522
522
|
appId: z.ZodOptional<z.ZodString>;
|
|
523
523
|
source: z.ZodOptional<z.ZodEnum<{
|
|
524
|
+
store: "store";
|
|
524
525
|
upload: "upload";
|
|
525
526
|
ci: "ci";
|
|
526
527
|
manual: "manual";
|
|
527
|
-
store: "store";
|
|
528
528
|
}>>;
|
|
529
529
|
platform: z.ZodOptional<z.ZodEnum<{
|
|
530
530
|
android: "android";
|
|
531
531
|
ios: "ios";
|
|
532
|
-
desktop: "desktop";
|
|
533
532
|
web: "web";
|
|
533
|
+
desktop: "desktop";
|
|
534
534
|
}>>;
|
|
535
535
|
status: z.ZodOptional<z.ZodEnum<{
|
|
536
|
+
failed: "failed";
|
|
536
537
|
uploading: "uploading";
|
|
537
538
|
processing: "processing";
|
|
538
539
|
ready: "ready";
|
|
539
|
-
failed: "failed";
|
|
540
540
|
}>>;
|
|
541
541
|
search: z.ZodPipe<z.ZodOptional<z.ZodString>, z.ZodTransform<string | undefined, string | undefined>>;
|
|
542
542
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -567,8 +567,8 @@ export declare const ListArtifactsQuerySchema: z.ZodObject<{
|
|
|
567
567
|
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
568
568
|
sortBy: z.ZodDefault<z.ZodEnum<{
|
|
569
569
|
createdAt: "createdAt";
|
|
570
|
-
originalFilename: "originalFilename";
|
|
571
570
|
sizeBytes: "sizeBytes";
|
|
571
|
+
originalFilename: "originalFilename";
|
|
572
572
|
}>>;
|
|
573
573
|
sortOrder: z.ZodDefault<z.ZodEnum<{
|
|
574
574
|
asc: "asc";
|
|
@@ -576,22 +576,22 @@ export declare const ListArtifactsQuerySchema: z.ZodObject<{
|
|
|
576
576
|
}>>;
|
|
577
577
|
appId: z.ZodOptional<z.ZodString>;
|
|
578
578
|
source: z.ZodOptional<z.ZodEnum<{
|
|
579
|
+
store: "store";
|
|
579
580
|
upload: "upload";
|
|
580
581
|
ci: "ci";
|
|
581
582
|
manual: "manual";
|
|
582
|
-
store: "store";
|
|
583
583
|
}>>;
|
|
584
584
|
platform: z.ZodOptional<z.ZodEnum<{
|
|
585
585
|
android: "android";
|
|
586
586
|
ios: "ios";
|
|
587
|
-
desktop: "desktop";
|
|
588
587
|
web: "web";
|
|
588
|
+
desktop: "desktop";
|
|
589
589
|
}>>;
|
|
590
590
|
status: z.ZodOptional<z.ZodEnum<{
|
|
591
|
+
failed: "failed";
|
|
591
592
|
uploading: "uploading";
|
|
592
593
|
processing: "processing";
|
|
593
594
|
ready: "ready";
|
|
594
|
-
failed: "failed";
|
|
595
595
|
}>>;
|
|
596
596
|
search: z.ZodPipe<z.ZodOptional<z.ZodString>, z.ZodTransform<string | undefined, string | undefined>>;
|
|
597
597
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -644,8 +644,8 @@ export declare const BulkCreateArtifactsSchema: z.ZodObject<{
|
|
|
644
644
|
platform: z.ZodEnum<{
|
|
645
645
|
android: "android";
|
|
646
646
|
ios: "ios";
|
|
647
|
-
desktop: "desktop";
|
|
648
647
|
web: "web";
|
|
648
|
+
desktop: "desktop";
|
|
649
649
|
}>;
|
|
650
650
|
artifactType: z.ZodEnum<{
|
|
651
651
|
apk: "apk";
|
|
@@ -659,10 +659,10 @@ export declare const BulkCreateArtifactsSchema: z.ZodObject<{
|
|
|
659
659
|
version: z.ZodOptional<z.ZodString>;
|
|
660
660
|
versionCode: z.ZodOptional<z.ZodNumber>;
|
|
661
661
|
source: z.ZodDefault<z.ZodEnum<{
|
|
662
|
+
store: "store";
|
|
662
663
|
upload: "upload";
|
|
663
664
|
ci: "ci";
|
|
664
665
|
manual: "manual";
|
|
665
|
-
store: "store";
|
|
666
666
|
}>>;
|
|
667
667
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
668
668
|
artifactType: z.ZodOptional<z.ZodEnum<{
|
|
@@ -894,11 +894,11 @@ export declare const BulkCreateArtifactsSchema: z.ZodObject<{
|
|
|
894
894
|
* Compare artifacts category filter
|
|
895
895
|
*/
|
|
896
896
|
export declare const CompareArtifactsCategorySchema: z.ZodEnum<{
|
|
897
|
-
other: "other";
|
|
898
|
-
dex: "dex";
|
|
899
897
|
native: "native";
|
|
898
|
+
dex: "dex";
|
|
900
899
|
resources: "resources";
|
|
901
900
|
assets: "assets";
|
|
901
|
+
other: "other";
|
|
902
902
|
}>;
|
|
903
903
|
/**
|
|
904
904
|
* Compare artifacts query schema
|
|
@@ -913,11 +913,11 @@ export declare const CompareArtifactsQuerySchema: z.ZodObject<{
|
|
|
913
913
|
sortByDiff: z.ZodDefault<z.ZodCoercedBoolean<unknown>>;
|
|
914
914
|
breakdown: z.ZodDefault<z.ZodCoercedBoolean<unknown>>;
|
|
915
915
|
category: z.ZodOptional<z.ZodEnum<{
|
|
916
|
-
other: "other";
|
|
917
|
-
dex: "dex";
|
|
918
916
|
native: "native";
|
|
917
|
+
dex: "dex";
|
|
919
918
|
resources: "resources";
|
|
920
919
|
assets: "assets";
|
|
920
|
+
other: "other";
|
|
921
921
|
}>>;
|
|
922
922
|
addedOnly: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
923
923
|
removedOnly: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|