@apollo-deploy/schemas 0.8.0 → 1.0.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.
- package/README.md +13 -0
- package/dist/definitions/analytics/domain.schema.js +4 -0
- package/dist/definitions/analytics/domain.schema.js.map +1 -1
- package/dist/definitions/approvals/domain.schema.d.ts +9 -0
- package/dist/definitions/approvals/domain.schema.d.ts.map +1 -1
- package/dist/definitions/approvals/index.d.ts +1 -1
- package/dist/definitions/approvals/index.d.ts.map +1 -1
- package/dist/definitions/approvals/index.js.map +1 -1
- package/dist/definitions/apps/domain.schema.js +3 -0
- package/dist/definitions/apps/domain.schema.js.map +1 -1
- package/dist/definitions/artifacts/domain.schema.js +3 -0
- package/dist/definitions/artifacts/domain.schema.js.map +1 -1
- package/dist/definitions/artifacts/index.d.ts +1 -1
- package/dist/definitions/artifacts/index.d.ts.map +1 -1
- package/dist/definitions/artifacts/index.js +1 -1
- package/dist/definitions/artifacts/index.js.map +1 -1
- package/dist/definitions/artifacts/response.schema.d.ts +4 -0
- package/dist/definitions/artifacts/response.schema.d.ts.map +1 -1
- package/dist/definitions/artifacts/response.schema.js.map +1 -1
- package/dist/definitions/audit-log/domain.schema.js +3 -0
- package/dist/definitions/audit-log/domain.schema.js.map +1 -1
- package/dist/definitions/auth/domain.schema.d.ts +1 -1
- package/dist/definitions/auth/domain.schema.js +5 -1
- package/dist/definitions/auth/domain.schema.js.map +1 -1
- package/dist/definitions/auth/request.schema.d.ts +1 -0
- package/dist/definitions/auth/request.schema.d.ts.map +1 -1
- package/dist/definitions/billing/domain.schema.js +4 -0
- package/dist/definitions/billing/domain.schema.js.map +1 -1
- package/dist/definitions/credentials/domain.schema.js +4 -0
- package/dist/definitions/credentials/domain.schema.js.map +1 -1
- package/dist/definitions/cve-scanner/domain.schema.js +4 -0
- package/dist/definitions/cve-scanner/domain.schema.js.map +1 -1
- package/dist/definitions/index.d.ts +16 -9
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/index.js +28 -13
- package/dist/definitions/index.js.map +1 -1
- package/dist/definitions/integrations/api.schema.d.ts +78 -68
- package/dist/definitions/integrations/api.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/api.schema.js +38 -37
- package/dist/definitions/integrations/api.schema.js.map +1 -1
- package/dist/definitions/integrations/domain.schema.d.ts +88 -111
- package/dist/definitions/integrations/domain.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/domain.schema.js +55 -78
- package/dist/definitions/integrations/domain.schema.js.map +1 -1
- package/dist/definitions/integrations/index.d.ts +5 -8
- package/dist/definitions/integrations/index.d.ts.map +1 -1
- package/dist/definitions/integrations/index.js +5 -31
- package/dist/definitions/integrations/index.js.map +1 -1
- package/dist/definitions/integrations/integrations-request.schema.d.ts +86 -0
- package/dist/definitions/integrations/integrations-request.schema.d.ts.map +1 -0
- package/dist/definitions/integrations/integrations-request.schema.js +82 -0
- package/dist/definitions/integrations/integrations-request.schema.js.map +1 -0
- package/dist/definitions/integrations/integrations-response.schema.d.ts +212 -0
- package/dist/definitions/integrations/integrations-response.schema.d.ts.map +1 -0
- package/dist/definitions/integrations/integrations-response.schema.js +139 -0
- package/dist/definitions/integrations/integrations-response.schema.js.map +1 -0
- package/dist/definitions/integrations/integrations.schema.d.ts +99 -0
- package/dist/definitions/integrations/integrations.schema.d.ts.map +1 -0
- package/dist/definitions/integrations/integrations.schema.js +62 -0
- package/dist/definitions/integrations/integrations.schema.js.map +1 -0
- package/dist/definitions/integrations/marketplace-request.schema.js +1 -0
- package/dist/definitions/integrations/marketplace-request.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace-response.schema.js +1 -0
- package/dist/definitions/integrations/marketplace-response.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace.schema.d.ts +1 -0
- package/dist/definitions/integrations/marketplace.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/request.schema.d.ts +74 -129
- package/dist/definitions/integrations/request.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/request.schema.js +71 -125
- package/dist/definitions/integrations/request.schema.js.map +1 -1
- package/dist/definitions/integrations/response.schema.d.ts +191 -121
- package/dist/definitions/integrations/response.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/response.schema.js +132 -48
- package/dist/definitions/integrations/response.schema.js.map +1 -1
- package/dist/definitions/marketplace/domain.schema.d.ts +285 -0
- package/dist/definitions/marketplace/domain.schema.d.ts.map +1 -0
- package/dist/definitions/marketplace/domain.schema.js +123 -0
- package/dist/definitions/marketplace/domain.schema.js.map +1 -0
- package/dist/definitions/marketplace/index.d.ts +9 -0
- package/dist/definitions/marketplace/index.d.ts.map +1 -0
- package/dist/definitions/marketplace/index.js +9 -0
- package/dist/definitions/marketplace/index.js.map +1 -0
- package/dist/definitions/marketplace/marketplace-request.schema.d.ts +107 -0
- package/dist/definitions/marketplace/marketplace-request.schema.d.ts.map +1 -0
- package/dist/definitions/marketplace/marketplace-request.schema.js +86 -0
- package/dist/definitions/marketplace/marketplace-request.schema.js.map +1 -0
- package/dist/definitions/marketplace/marketplace-response.schema.d.ts +378 -0
- package/dist/definitions/marketplace/marketplace-response.schema.d.ts.map +1 -0
- package/dist/definitions/marketplace/marketplace-response.schema.js +81 -0
- package/dist/definitions/marketplace/marketplace-response.schema.js.map +1 -0
- package/dist/definitions/marketplace/marketplace.schema.d.ts +285 -0
- package/dist/definitions/marketplace/marketplace.schema.d.ts.map +1 -0
- package/dist/definitions/marketplace/marketplace.schema.js +123 -0
- package/dist/definitions/marketplace/marketplace.schema.js.map +1 -0
- package/dist/definitions/marketplace/request.schema.d.ts +107 -0
- package/dist/definitions/marketplace/request.schema.d.ts.map +1 -0
- package/dist/definitions/marketplace/request.schema.js +86 -0
- package/dist/definitions/marketplace/request.schema.js.map +1 -0
- package/dist/definitions/marketplace/response.schema.d.ts +378 -0
- package/dist/definitions/marketplace/response.schema.d.ts.map +1 -0
- package/dist/definitions/marketplace/response.schema.js +81 -0
- package/dist/definitions/marketplace/response.schema.js.map +1 -0
- package/dist/definitions/orgs/domain.schema.js +4 -0
- package/dist/definitions/orgs/domain.schema.js.map +1 -1
- package/dist/definitions/policies/domain.schema.js +4 -0
- package/dist/definitions/policies/domain.schema.js.map +1 -1
- package/dist/definitions/release-risk/domain.schema.js +4 -0
- package/dist/definitions/release-risk/domain.schema.js.map +1 -1
- package/dist/definitions/release-risk/request.schema.js +1 -0
- package/dist/definitions/release-risk/request.schema.js.map +1 -1
- package/dist/definitions/releases/domain.schema.d.ts +1 -0
- package/dist/definitions/releases/domain.schema.d.ts.map +1 -1
- package/dist/definitions/releases/index.d.ts +1 -1
- package/dist/definitions/releases/index.d.ts.map +1 -1
- package/dist/definitions/releases/index.js +1 -1
- package/dist/definitions/releases/index.js.map +1 -1
- package/dist/definitions/releases/request.schema.d.ts +3 -0
- package/dist/definitions/releases/request.schema.d.ts.map +1 -1
- package/dist/definitions/service-accounts/domain.schema.js +3 -0
- package/dist/definitions/service-accounts/domain.schema.js.map +1 -1
- package/dist/definitions/sessions/domain.schema.js +3 -0
- package/dist/definitions/sessions/domain.schema.js.map +1 -1
- package/dist/definitions/settings/domain.schema.js +3 -0
- package/dist/definitions/settings/domain.schema.js.map +1 -1
- package/dist/definitions/share-links/domain.schema.js +4 -0
- package/dist/definitions/share-links/domain.schema.js.map +1 -1
- package/dist/definitions/share-links/request.schema.js +1 -0
- package/dist/definitions/share-links/request.schema.js.map +1 -1
- package/dist/definitions/stores/domain.schema.js +3 -0
- package/dist/definitions/stores/domain.schema.js.map +1 -1
- package/dist/definitions/teams/domain.schema.js +3 -0
- package/dist/definitions/teams/domain.schema.js.map +1 -1
- package/dist/definitions/webhooks/domain.schema.js +4 -0
- package/dist/definitions/webhooks/domain.schema.js.map +1 -1
- package/dist/definitions/webhooks/index.d.ts +2 -2
- package/dist/definitions/webhooks/index.d.ts.map +1 -1
- package/dist/definitions/webhooks/index.js +2 -2
- package/dist/definitions/webhooks/index.js.map +1 -1
- package/dist/definitions/workflows/domain.schema.js +4 -0
- package/dist/definitions/workflows/domain.schema.js.map +1 -1
- package/dist/generators/register-global-registry.d.ts +14 -0
- package/dist/generators/register-global-registry.d.ts.map +1 -0
- package/dist/generators/register-global-registry.js +498 -0
- package/dist/generators/register-global-registry.js.map +1 -0
- package/package.json +12 -3
|
@@ -7,26 +7,26 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { z } from "zod";
|
|
9
9
|
/** @deprecated Use endpoint-specific flat response schemas instead. */
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const IntegrationsSuccessResponseSchema: z.ZodObject<{
|
|
11
11
|
success: z.ZodLiteral<true>;
|
|
12
12
|
}, z.core.$strip>;
|
|
13
|
-
export declare const
|
|
13
|
+
export declare const IntegrationsListAvailableQuerySchema: z.ZodObject<{
|
|
14
14
|
category: z.ZodOptional<z.ZodString>;
|
|
15
15
|
capability: z.ZodOptional<z.ZodString>;
|
|
16
16
|
}, z.core.$strip>;
|
|
17
17
|
declare const SetupFlowSchema: z.ZodEnum<{
|
|
18
|
+
none: "none";
|
|
18
19
|
oauth_only: "oauth_only";
|
|
19
20
|
credential_form: "credential_form";
|
|
20
21
|
oauth_then_configure: "oauth_then_configure";
|
|
21
|
-
none: "none";
|
|
22
22
|
}>;
|
|
23
23
|
declare const CredentialInputFieldSchema: z.ZodObject<{
|
|
24
24
|
key: z.ZodString;
|
|
25
25
|
label: z.ZodString;
|
|
26
26
|
type: z.ZodEnum<{
|
|
27
|
-
text: "text";
|
|
28
|
-
password: "password";
|
|
29
27
|
url: "url";
|
|
28
|
+
password: "password";
|
|
29
|
+
text: "text";
|
|
30
30
|
select: "select";
|
|
31
31
|
textarea: "textarea";
|
|
32
32
|
copy: "copy";
|
|
@@ -45,18 +45,18 @@ declare const CredentialInputFieldSchema: z.ZodObject<{
|
|
|
45
45
|
}, z.core.$strip>;
|
|
46
46
|
declare const ClientAuthConfigSchema: z.ZodObject<{
|
|
47
47
|
setupFlows: z.ZodArray<z.ZodEnum<{
|
|
48
|
+
none: "none";
|
|
48
49
|
oauth_only: "oauth_only";
|
|
49
50
|
credential_form: "credential_form";
|
|
50
51
|
oauth_then_configure: "oauth_then_configure";
|
|
51
|
-
none: "none";
|
|
52
52
|
}>>;
|
|
53
53
|
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
54
54
|
key: z.ZodString;
|
|
55
55
|
label: z.ZodString;
|
|
56
56
|
type: z.ZodEnum<{
|
|
57
|
-
text: "text";
|
|
58
|
-
password: "password";
|
|
59
57
|
url: "url";
|
|
58
|
+
password: "password";
|
|
59
|
+
text: "text";
|
|
60
60
|
select: "select";
|
|
61
61
|
textarea: "textarea";
|
|
62
62
|
copy: "copy";
|
|
@@ -93,7 +93,7 @@ declare const ConfigFieldSchema: z.ZodObject<{
|
|
|
93
93
|
dynamic: z.ZodOptional<z.ZodBoolean>;
|
|
94
94
|
}, z.core.$strip>;
|
|
95
95
|
export type ConfigField = z.infer<typeof ConfigFieldSchema>;
|
|
96
|
-
export declare const
|
|
96
|
+
export declare const IntegrationsListAvailableResponseSchema: z.ZodObject<{
|
|
97
97
|
integrations: z.ZodArray<z.ZodObject<{
|
|
98
98
|
key: z.ZodString;
|
|
99
99
|
id: z.ZodString;
|
|
@@ -108,18 +108,18 @@ export declare const ListAvailableResponseSchema: z.ZodObject<{
|
|
|
108
108
|
capabilities: z.ZodArray<z.ZodString>;
|
|
109
109
|
auth: z.ZodObject<{
|
|
110
110
|
setupFlows: z.ZodArray<z.ZodEnum<{
|
|
111
|
+
none: "none";
|
|
111
112
|
oauth_only: "oauth_only";
|
|
112
113
|
credential_form: "credential_form";
|
|
113
114
|
oauth_then_configure: "oauth_then_configure";
|
|
114
|
-
none: "none";
|
|
115
115
|
}>>;
|
|
116
116
|
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117
117
|
key: z.ZodString;
|
|
118
118
|
label: z.ZodString;
|
|
119
119
|
type: z.ZodEnum<{
|
|
120
|
-
text: "text";
|
|
121
|
-
password: "password";
|
|
122
120
|
url: "url";
|
|
121
|
+
password: "password";
|
|
122
|
+
text: "text";
|
|
123
123
|
select: "select";
|
|
124
124
|
textarea: "textarea";
|
|
125
125
|
copy: "copy";
|
|
@@ -163,7 +163,7 @@ export declare const ListAvailableResponseSchema: z.ZodObject<{
|
|
|
163
163
|
export type SetupFlow = z.infer<typeof SetupFlowSchema>;
|
|
164
164
|
export type CredentialInputField = z.infer<typeof CredentialInputFieldSchema>;
|
|
165
165
|
export type ClientAuthConfig = z.infer<typeof ClientAuthConfigSchema>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const IntegrationsListInstalledResponseSchema: z.ZodObject<{
|
|
167
167
|
integrations: z.ZodArray<z.ZodObject<{
|
|
168
168
|
installationId: z.ZodString;
|
|
169
169
|
integrationKey: z.ZodString;
|
|
@@ -173,47 +173,47 @@ export declare const ListInstalledResponseSchema: z.ZodObject<{
|
|
|
173
173
|
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
174
174
|
}, z.core.$strip>>;
|
|
175
175
|
}, z.core.$strip>;
|
|
176
|
-
export declare const
|
|
176
|
+
export declare const IntegrationsKeyParamSchema: z.ZodObject<{
|
|
177
177
|
integrationKey: z.ZodString;
|
|
178
178
|
}, z.core.$strip>;
|
|
179
|
-
export declare const
|
|
179
|
+
export declare const IntegrationsInstallBodySchema: z.ZodObject<{
|
|
180
180
|
integrationKey: z.ZodString;
|
|
181
181
|
}, z.core.$strip>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const IntegrationsInstallResponseSchema: z.ZodObject<{
|
|
183
183
|
installationId: z.ZodString;
|
|
184
184
|
integrationKey: z.ZodString;
|
|
185
185
|
status: z.ZodString;
|
|
186
186
|
installedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|
|
187
187
|
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188
188
|
}, z.core.$strip>;
|
|
189
|
-
export declare const
|
|
189
|
+
export declare const IntegrationsUninstallResponseSchema: z.ZodObject<{
|
|
190
190
|
uninstalled: z.ZodLiteral<true>;
|
|
191
191
|
}, z.core.$strip>;
|
|
192
|
-
export declare const
|
|
192
|
+
export declare const IntegrationsOAuthInitBodySchema: z.ZodObject<{
|
|
193
193
|
integrationKey: z.ZodString;
|
|
194
194
|
}, z.core.$strip>;
|
|
195
|
-
export declare const
|
|
195
|
+
export declare const IntegrationsOAuthInitResponseSchema: z.ZodObject<{
|
|
196
196
|
redirectUrl: z.ZodString;
|
|
197
197
|
}, z.core.$strip>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const IntegrationsOAuthCallbackBodySchema: z.ZodObject<{
|
|
199
199
|
integrationKey: z.ZodString;
|
|
200
200
|
code: z.ZodString;
|
|
201
201
|
state: z.ZodString;
|
|
202
202
|
}, z.core.$strip>;
|
|
203
|
-
export declare const
|
|
203
|
+
export declare const IntegrationsOAuthCallbackResponseSchema: z.ZodObject<{
|
|
204
204
|
connectionId: z.ZodString;
|
|
205
205
|
integrationKey: z.ZodString;
|
|
206
206
|
displayName: z.ZodNullable<z.ZodString>;
|
|
207
207
|
isNew: z.ZodBoolean;
|
|
208
208
|
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
209
209
|
}, z.core.$strip>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const IntegrationsConnectionIdParamSchema: z.ZodObject<{
|
|
211
211
|
connectionId: z.ZodString;
|
|
212
212
|
}, z.core.$strip>;
|
|
213
|
-
export declare const
|
|
213
|
+
export declare const IntegrationsProviderParamSchema: z.ZodObject<{
|
|
214
214
|
provider: z.ZodString;
|
|
215
215
|
}, z.core.$strip>;
|
|
216
|
-
export declare const
|
|
216
|
+
export declare const IntegrationsConnectionListResponseSchema: z.ZodObject<{
|
|
217
217
|
connections: z.ZodArray<z.ZodObject<{
|
|
218
218
|
id: z.ZodString;
|
|
219
219
|
provider: z.ZodString;
|
|
@@ -225,39 +225,39 @@ export declare const ConnectionListResponseSchema: z.ZodObject<{
|
|
|
225
225
|
lastRefreshedAt: z.ZodNullable<z.ZodUnion<readonly [z.ZodDate, z.ZodString]>>;
|
|
226
226
|
}, z.core.$strip>>;
|
|
227
227
|
}, z.core.$strip>;
|
|
228
|
-
export declare const
|
|
228
|
+
export declare const IntegrationsRevokeConnectionResponseSchema: z.ZodObject<{
|
|
229
229
|
revoked: z.ZodLiteral<true>;
|
|
230
230
|
}, z.core.$strip>;
|
|
231
|
-
export declare const
|
|
231
|
+
export declare const IntegrationsRefreshConnectionResponseSchema: z.ZodObject<{
|
|
232
232
|
refreshed: z.ZodLiteral<true>;
|
|
233
233
|
}, z.core.$strip>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const IntegrationsCredentialSubmitBodySchema: z.ZodObject<{
|
|
235
235
|
integrationKey: z.ZodString;
|
|
236
236
|
credentials: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
237
237
|
}, z.core.$strip>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const IntegrationsCredentialSubmitResponseSchema: z.ZodObject<{
|
|
239
239
|
connectionId: z.ZodString;
|
|
240
240
|
integrationKey: z.ZodString;
|
|
241
241
|
displayName: z.ZodNullable<z.ZodString>;
|
|
242
242
|
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
243
243
|
}, z.core.$strip>;
|
|
244
|
-
export declare const
|
|
244
|
+
export declare const IntegrationsAppIdParamSchema: z.ZodObject<{
|
|
245
245
|
appId: z.ZodString;
|
|
246
246
|
}, z.core.$strip>;
|
|
247
|
-
export declare const
|
|
247
|
+
export declare const IntegrationsConfigIdParamSchema: z.ZodObject<{
|
|
248
248
|
configId: z.ZodString;
|
|
249
249
|
}, z.core.$strip>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const IntegrationsCreateConfigBodySchema: z.ZodObject<{
|
|
251
251
|
connectedAccountId: z.ZodString;
|
|
252
252
|
settings: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
253
253
|
notificationRules: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
254
254
|
}, z.core.$strip>;
|
|
255
|
-
export declare const
|
|
255
|
+
export declare const IntegrationsUpdateConfigBodySchema: z.ZodObject<{
|
|
256
256
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
257
257
|
notificationRules: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
258
258
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
259
259
|
}, z.core.$strip>;
|
|
260
|
-
export declare const
|
|
260
|
+
export declare const IntegrationsConfigResponseSchema: z.ZodObject<{
|
|
261
261
|
id: z.ZodString;
|
|
262
262
|
appId: z.ZodString;
|
|
263
263
|
connectedAccountId: z.ZodString;
|
|
@@ -267,7 +267,7 @@ export declare const ConfigResponseSchema: z.ZodObject<{
|
|
|
267
267
|
createdAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|
|
268
268
|
updatedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|
|
269
269
|
}, z.core.$strip>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const IntegrationsConfigListResponseSchema: z.ZodObject<{
|
|
271
271
|
configs: z.ZodArray<z.ZodObject<{
|
|
272
272
|
id: z.ZodString;
|
|
273
273
|
appId: z.ZodString;
|
|
@@ -279,16 +279,16 @@ export declare const ConfigListResponseSchema: z.ZodObject<{
|
|
|
279
279
|
updatedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|
|
280
280
|
}, z.core.$strip>>;
|
|
281
281
|
}, z.core.$strip>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const IntegrationsDeleteConfigResponseSchema: z.ZodObject<{
|
|
283
283
|
deleted: z.ZodLiteral<true>;
|
|
284
284
|
}, z.core.$strip>;
|
|
285
|
-
export declare const
|
|
285
|
+
export declare const IntegrationsEntitlementOrgIdParamSchema: z.ZodObject<{
|
|
286
286
|
orgId: z.ZodString;
|
|
287
287
|
}, z.core.$strip>;
|
|
288
|
-
export declare const
|
|
288
|
+
export declare const IntegrationsEntitlementIdParamSchema: z.ZodObject<{
|
|
289
289
|
overrideId: z.ZodString;
|
|
290
290
|
}, z.core.$strip>;
|
|
291
|
-
export declare const
|
|
291
|
+
export declare const IntegrationsCreateEntitlementBodySchema: z.ZodObject<{
|
|
292
292
|
orgId: z.ZodString;
|
|
293
293
|
integrationKey: z.ZodString;
|
|
294
294
|
type: z.ZodEnum<{
|
|
@@ -297,7 +297,7 @@ export declare const CreateEntitlementBodySchema: z.ZodObject<{
|
|
|
297
297
|
}>;
|
|
298
298
|
reason: z.ZodOptional<z.ZodString>;
|
|
299
299
|
}, z.core.$strip>;
|
|
300
|
-
export declare const
|
|
300
|
+
export declare const IntegrationsEntitlementResponseSchema: z.ZodObject<{
|
|
301
301
|
id: z.ZodString;
|
|
302
302
|
orgId: z.ZodString;
|
|
303
303
|
integrationKey: z.ZodString;
|
|
@@ -308,7 +308,7 @@ export declare const EntitlementResponseSchema: z.ZodObject<{
|
|
|
308
308
|
reason: z.ZodNullable<z.ZodString>;
|
|
309
309
|
grantedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|
|
310
310
|
}, z.core.$strip>;
|
|
311
|
-
export declare const
|
|
311
|
+
export declare const IntegrationsEntitlementListResponseSchema: z.ZodObject<{
|
|
312
312
|
overrides: z.ZodArray<z.ZodObject<{
|
|
313
313
|
id: z.ZodString;
|
|
314
314
|
orgId: z.ZodString;
|
|
@@ -321,10 +321,10 @@ export declare const EntitlementListResponseSchema: z.ZodObject<{
|
|
|
321
321
|
grantedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|
|
322
322
|
}, z.core.$strip>>;
|
|
323
323
|
}, z.core.$strip>;
|
|
324
|
-
export declare const
|
|
324
|
+
export declare const IntegrationsDeleteEntitlementResponseSchema: z.ZodObject<{
|
|
325
325
|
deleted: z.ZodLiteral<true>;
|
|
326
326
|
}, z.core.$strip>;
|
|
327
|
-
export declare const
|
|
327
|
+
export declare const IntegrationsSourceRepoItemSchema: z.ZodObject<{
|
|
328
328
|
id: z.ZodString;
|
|
329
329
|
name: z.ZodString;
|
|
330
330
|
fullName: z.ZodString;
|
|
@@ -332,11 +332,11 @@ export declare const SourceRepoItemSchema: z.ZodObject<{
|
|
|
332
332
|
private: z.ZodBoolean;
|
|
333
333
|
url: z.ZodString;
|
|
334
334
|
}, z.core.$strip>;
|
|
335
|
-
export declare const
|
|
335
|
+
export declare const IntegrationsListSourceReposQuerySchema: z.ZodObject<{
|
|
336
336
|
provider: z.ZodString;
|
|
337
337
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
338
338
|
}, z.core.$strip>;
|
|
339
|
-
export declare const
|
|
339
|
+
export declare const IntegrationsListSourceReposResponseSchema: z.ZodObject<{
|
|
340
340
|
data: z.ZodArray<z.ZodObject<{
|
|
341
341
|
id: z.ZodString;
|
|
342
342
|
name: z.ZodString;
|
|
@@ -351,29 +351,39 @@ export declare const ListSourceReposResponseSchema: z.ZodObject<{
|
|
|
351
351
|
hasMore: z.ZodBoolean;
|
|
352
352
|
}, z.core.$strip>;
|
|
353
353
|
}, z.core.$strip>;
|
|
354
|
-
export type
|
|
355
|
-
export type
|
|
356
|
-
export type
|
|
357
|
-
export type
|
|
358
|
-
export type
|
|
359
|
-
export type
|
|
360
|
-
export type
|
|
361
|
-
export type
|
|
362
|
-
export type
|
|
363
|
-
export type
|
|
364
|
-
export type
|
|
365
|
-
export type
|
|
366
|
-
export type
|
|
367
|
-
export type
|
|
368
|
-
export type
|
|
369
|
-
export type
|
|
370
|
-
export type
|
|
371
|
-
export type
|
|
372
|
-
export type
|
|
373
|
-
export type
|
|
374
|
-
export type
|
|
375
|
-
export type
|
|
376
|
-
export type
|
|
377
|
-
export type
|
|
354
|
+
export type IntegrationsListAvailableQuery = z.infer<typeof IntegrationsListAvailableQuerySchema>;
|
|
355
|
+
export type IntegrationsListAvailableResponse = z.infer<typeof IntegrationsListAvailableResponseSchema>;
|
|
356
|
+
export type IntegrationsListInstalledResponse = z.infer<typeof IntegrationsListInstalledResponseSchema>;
|
|
357
|
+
export type IntegrationsKeyParam = z.infer<typeof IntegrationsKeyParamSchema>;
|
|
358
|
+
export type IntegrationsInstallBody = z.infer<typeof IntegrationsInstallBodySchema>;
|
|
359
|
+
export type IntegrationsInstallResponse = z.infer<typeof IntegrationsInstallResponseSchema>;
|
|
360
|
+
export type IntegrationsUninstallResponse = z.infer<typeof IntegrationsUninstallResponseSchema>;
|
|
361
|
+
export type IntegrationsOAuthInitBody = z.infer<typeof IntegrationsOAuthInitBodySchema>;
|
|
362
|
+
export type IntegrationsOAuthInitResponse = z.infer<typeof IntegrationsOAuthInitResponseSchema>;
|
|
363
|
+
export type IntegrationsOAuthCallbackBody = z.infer<typeof IntegrationsOAuthCallbackBodySchema>;
|
|
364
|
+
export type IntegrationsOAuthCallbackResponse = z.infer<typeof IntegrationsOAuthCallbackResponseSchema>;
|
|
365
|
+
export type IntegrationsConnectionIdParam = z.infer<typeof IntegrationsConnectionIdParamSchema>;
|
|
366
|
+
export type IntegrationsProviderParam = z.infer<typeof IntegrationsProviderParamSchema>;
|
|
367
|
+
export type IntegrationsConnectionListResponse = z.infer<typeof IntegrationsConnectionListResponseSchema>;
|
|
368
|
+
export type IntegrationsRevokeConnectionResponse = z.infer<typeof IntegrationsRevokeConnectionResponseSchema>;
|
|
369
|
+
export type IntegrationsRefreshConnectionResponse = z.infer<typeof IntegrationsRefreshConnectionResponseSchema>;
|
|
370
|
+
export type IntegrationsAppIdParam = z.infer<typeof IntegrationsAppIdParamSchema>;
|
|
371
|
+
export type IntegrationsConfigIdParam = z.infer<typeof IntegrationsConfigIdParamSchema>;
|
|
372
|
+
export type IntegrationsCreateConfigBody = z.infer<typeof IntegrationsCreateConfigBodySchema>;
|
|
373
|
+
export type IntegrationsUpdateConfigBody = z.infer<typeof IntegrationsUpdateConfigBodySchema>;
|
|
374
|
+
export type IntegrationsConfigResponse = z.infer<typeof IntegrationsConfigResponseSchema>;
|
|
375
|
+
export type IntegrationsConfigListResponse = z.infer<typeof IntegrationsConfigListResponseSchema>;
|
|
376
|
+
export type IntegrationsDeleteConfigResponse = z.infer<typeof IntegrationsDeleteConfigResponseSchema>;
|
|
377
|
+
export type IntegrationsEntitlementOrgIdParam = z.infer<typeof IntegrationsEntitlementOrgIdParamSchema>;
|
|
378
|
+
export type IntegrationsEntitlementIdParam = z.infer<typeof IntegrationsEntitlementIdParamSchema>;
|
|
379
|
+
export type IntegrationsCreateEntitlementBody = z.infer<typeof IntegrationsCreateEntitlementBodySchema>;
|
|
380
|
+
export type IntegrationsEntitlementResponse = z.infer<typeof IntegrationsEntitlementResponseSchema>;
|
|
381
|
+
export type IntegrationsEntitlementListResponse = z.infer<typeof IntegrationsEntitlementListResponseSchema>;
|
|
382
|
+
export type IntegrationsDeleteEntitlementResponse = z.infer<typeof IntegrationsDeleteEntitlementResponseSchema>;
|
|
383
|
+
export type IntegrationsCredentialSubmitBody = z.infer<typeof IntegrationsCredentialSubmitBodySchema>;
|
|
384
|
+
export type IntegrationsCredentialSubmitResponse = z.infer<typeof IntegrationsCredentialSubmitResponseSchema>;
|
|
385
|
+
export type IntegrationsSourceRepoItem = z.infer<typeof IntegrationsSourceRepoItemSchema>;
|
|
386
|
+
export type IntegrationsListSourceReposQuery = z.infer<typeof IntegrationsListSourceReposQuerySchema>;
|
|
387
|
+
export type IntegrationsListSourceReposResponse = z.infer<typeof IntegrationsListSourceReposResponseSchema>;
|
|
378
388
|
export {};
|
|
379
389
|
//# sourceMappingURL=api.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/api.schema.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,uEAAuE;AACvE,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"api.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/api.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,13 +12,13 @@ import { IdentifierSchema, UUIDSchema, TimestampSchema, NullableTimestampSchema,
|
|
|
12
12
|
// Shared
|
|
13
13
|
// =============================================================================
|
|
14
14
|
/** @deprecated Use endpoint-specific flat response schemas instead. */
|
|
15
|
-
export const
|
|
15
|
+
export const IntegrationsSuccessResponseSchema = z.object({
|
|
16
16
|
success: z.literal(true),
|
|
17
17
|
});
|
|
18
18
|
// =============================================================================
|
|
19
19
|
// Marketplace
|
|
20
20
|
// =============================================================================
|
|
21
|
-
export const
|
|
21
|
+
export const IntegrationsListAvailableQuerySchema = z.object({
|
|
22
22
|
category: z.string().optional(),
|
|
23
23
|
capability: z.string().optional(),
|
|
24
24
|
});
|
|
@@ -61,7 +61,7 @@ const ConfigFieldSchema = z.object({
|
|
|
61
61
|
/** If true, the client should fetch options dynamically (e.g. repo list). */
|
|
62
62
|
dynamic: z.boolean().optional(),
|
|
63
63
|
});
|
|
64
|
-
export const
|
|
64
|
+
export const IntegrationsListAvailableResponseSchema = z.object({
|
|
65
65
|
integrations: z.array(z.object({
|
|
66
66
|
key: IdentifierSchema,
|
|
67
67
|
id: IdentifierSchema,
|
|
@@ -83,7 +83,7 @@ export const ListAvailableResponseSchema = z.object({
|
|
|
83
83
|
configSchema: z.array(ConfigFieldSchema).optional(),
|
|
84
84
|
})),
|
|
85
85
|
});
|
|
86
|
-
export const
|
|
86
|
+
export const IntegrationsListInstalledResponseSchema = z.object({
|
|
87
87
|
integrations: z.array(z.object({
|
|
88
88
|
installationId: IdentifierSchema,
|
|
89
89
|
integrationKey: IdentifierSchema,
|
|
@@ -96,50 +96,50 @@ export const ListInstalledResponseSchema = z.object({
|
|
|
96
96
|
// =============================================================================
|
|
97
97
|
// Installation
|
|
98
98
|
// =============================================================================
|
|
99
|
-
export const
|
|
99
|
+
export const IntegrationsKeyParamSchema = z.object({
|
|
100
100
|
integrationKey: IdentifierSchema,
|
|
101
101
|
});
|
|
102
|
-
export const
|
|
102
|
+
export const IntegrationsInstallBodySchema = z.object({
|
|
103
103
|
integrationKey: IdentifierSchema,
|
|
104
104
|
});
|
|
105
|
-
export const
|
|
105
|
+
export const IntegrationsInstallResponseSchema = z.object({
|
|
106
106
|
installationId: IdentifierSchema,
|
|
107
107
|
integrationKey: IdentifierSchema,
|
|
108
108
|
status: z.string(),
|
|
109
109
|
installedAt: TimestampSchema,
|
|
110
110
|
webhookUrl: z.string().url().nullable().optional(),
|
|
111
111
|
});
|
|
112
|
-
export const
|
|
112
|
+
export const IntegrationsUninstallResponseSchema = z.object({
|
|
113
113
|
uninstalled: z.literal(true),
|
|
114
114
|
});
|
|
115
115
|
// =============================================================================
|
|
116
116
|
// OAuth Connections
|
|
117
117
|
// =============================================================================
|
|
118
|
-
export const
|
|
118
|
+
export const IntegrationsOAuthInitBodySchema = z.object({
|
|
119
119
|
integrationKey: IdentifierSchema,
|
|
120
120
|
});
|
|
121
|
-
export const
|
|
121
|
+
export const IntegrationsOAuthInitResponseSchema = z.object({
|
|
122
122
|
redirectUrl: z.string().url(),
|
|
123
123
|
});
|
|
124
|
-
export const
|
|
124
|
+
export const IntegrationsOAuthCallbackBodySchema = z.object({
|
|
125
125
|
integrationKey: IdentifierSchema,
|
|
126
126
|
code: IdentifierSchema,
|
|
127
127
|
state: IdentifierSchema,
|
|
128
128
|
});
|
|
129
|
-
export const
|
|
129
|
+
export const IntegrationsOAuthCallbackResponseSchema = z.object({
|
|
130
130
|
connectionId: IdentifierSchema,
|
|
131
131
|
integrationKey: IdentifierSchema,
|
|
132
132
|
displayName: z.string().nullable(),
|
|
133
133
|
isNew: z.boolean(),
|
|
134
134
|
webhookUrl: z.string().url().nullable().optional(),
|
|
135
135
|
});
|
|
136
|
-
export const
|
|
136
|
+
export const IntegrationsConnectionIdParamSchema = z.object({
|
|
137
137
|
connectionId: UUIDSchema,
|
|
138
138
|
});
|
|
139
|
-
export const
|
|
139
|
+
export const IntegrationsProviderParamSchema = z.object({
|
|
140
140
|
provider: IdentifierSchema,
|
|
141
141
|
});
|
|
142
|
-
export const
|
|
142
|
+
export const IntegrationsConnectionListResponseSchema = z.object({
|
|
143
143
|
connections: z.array(z.object({
|
|
144
144
|
id: IdentifierSchema,
|
|
145
145
|
provider: IdentifierSchema,
|
|
@@ -151,20 +151,20 @@ export const ConnectionListResponseSchema = z.object({
|
|
|
151
151
|
lastRefreshedAt: NullableTimestampSchema,
|
|
152
152
|
})),
|
|
153
153
|
});
|
|
154
|
-
export const
|
|
154
|
+
export const IntegrationsRevokeConnectionResponseSchema = z.object({
|
|
155
155
|
revoked: z.literal(true),
|
|
156
156
|
});
|
|
157
|
-
export const
|
|
157
|
+
export const IntegrationsRefreshConnectionResponseSchema = z.object({
|
|
158
158
|
refreshed: z.literal(true),
|
|
159
159
|
});
|
|
160
160
|
// =============================================================================
|
|
161
161
|
// Credential Form Submission
|
|
162
162
|
// =============================================================================
|
|
163
|
-
export const
|
|
163
|
+
export const IntegrationsCredentialSubmitBodySchema = z.object({
|
|
164
164
|
integrationKey: IdentifierSchema,
|
|
165
165
|
credentials: z.record(z.string(), z.unknown()),
|
|
166
166
|
});
|
|
167
|
-
export const
|
|
167
|
+
export const IntegrationsCredentialSubmitResponseSchema = z.object({
|
|
168
168
|
connectionId: IdentifierSchema,
|
|
169
169
|
integrationKey: IdentifierSchema,
|
|
170
170
|
displayName: z.string().nullable(),
|
|
@@ -173,13 +173,13 @@ export const CredentialSubmitResponseSchema = z.object({
|
|
|
173
173
|
// =============================================================================
|
|
174
174
|
// App Configs
|
|
175
175
|
// =============================================================================
|
|
176
|
-
export const
|
|
176
|
+
export const IntegrationsAppIdParamSchema = z.object({
|
|
177
177
|
appId: UUIDSchema,
|
|
178
178
|
});
|
|
179
|
-
export const
|
|
179
|
+
export const IntegrationsConfigIdParamSchema = z.object({
|
|
180
180
|
configId: UUIDSchema,
|
|
181
181
|
});
|
|
182
|
-
export const
|
|
182
|
+
export const IntegrationsCreateConfigBodySchema = z.object({
|
|
183
183
|
connectedAccountId: UUIDSchema,
|
|
184
184
|
settings: z.record(z.string(), z.unknown()).optional().default({}),
|
|
185
185
|
notificationRules: z
|
|
@@ -187,14 +187,14 @@ export const CreateConfigBodySchema = z.object({
|
|
|
187
187
|
.optional()
|
|
188
188
|
.default([]),
|
|
189
189
|
});
|
|
190
|
-
export const
|
|
190
|
+
export const IntegrationsUpdateConfigBodySchema = z.object({
|
|
191
191
|
settings: z.record(z.string(), z.unknown()).optional(),
|
|
192
192
|
notificationRules: z
|
|
193
193
|
.array(z.record(z.string(), z.unknown()))
|
|
194
194
|
.optional(),
|
|
195
195
|
enabled: z.boolean().optional(),
|
|
196
196
|
});
|
|
197
|
-
export const
|
|
197
|
+
export const IntegrationsConfigResponseSchema = z.object({
|
|
198
198
|
id: IdentifierSchema,
|
|
199
199
|
appId: IdentifierSchema,
|
|
200
200
|
connectedAccountId: IdentifierSchema,
|
|
@@ -204,28 +204,28 @@ export const ConfigResponseSchema = z.object({
|
|
|
204
204
|
createdAt: TimestampSchema,
|
|
205
205
|
updatedAt: TimestampSchema,
|
|
206
206
|
});
|
|
207
|
-
export const
|
|
208
|
-
configs: z.array(
|
|
207
|
+
export const IntegrationsConfigListResponseSchema = z.object({
|
|
208
|
+
configs: z.array(IntegrationsConfigResponseSchema),
|
|
209
209
|
});
|
|
210
|
-
export const
|
|
210
|
+
export const IntegrationsDeleteConfigResponseSchema = z.object({
|
|
211
211
|
deleted: z.literal(true),
|
|
212
212
|
});
|
|
213
213
|
// =============================================================================
|
|
214
214
|
// Entitlements (Admin)
|
|
215
215
|
// =============================================================================
|
|
216
|
-
export const
|
|
216
|
+
export const IntegrationsEntitlementOrgIdParamSchema = z.object({
|
|
217
217
|
orgId: UUIDSchema,
|
|
218
218
|
});
|
|
219
|
-
export const
|
|
219
|
+
export const IntegrationsEntitlementIdParamSchema = z.object({
|
|
220
220
|
overrideId: UUIDSchema,
|
|
221
221
|
});
|
|
222
|
-
export const
|
|
222
|
+
export const IntegrationsCreateEntitlementBodySchema = z.object({
|
|
223
223
|
orgId: UUIDSchema,
|
|
224
224
|
integrationKey: IdentifierSchema,
|
|
225
225
|
type: z.enum(["allow", "deny"]),
|
|
226
226
|
reason: z.string().optional(),
|
|
227
227
|
});
|
|
228
|
-
export const
|
|
228
|
+
export const IntegrationsEntitlementResponseSchema = z.object({
|
|
229
229
|
id: IdentifierSchema,
|
|
230
230
|
orgId: IdentifierSchema,
|
|
231
231
|
integrationKey: IdentifierSchema,
|
|
@@ -233,16 +233,16 @@ export const EntitlementResponseSchema = z.object({
|
|
|
233
233
|
reason: z.string().nullable(),
|
|
234
234
|
grantedAt: TimestampSchema,
|
|
235
235
|
});
|
|
236
|
-
export const
|
|
237
|
-
overrides: z.array(
|
|
236
|
+
export const IntegrationsEntitlementListResponseSchema = z.object({
|
|
237
|
+
overrides: z.array(IntegrationsEntitlementResponseSchema),
|
|
238
238
|
});
|
|
239
|
-
export const
|
|
239
|
+
export const IntegrationsDeleteEntitlementResponseSchema = z.object({
|
|
240
240
|
deleted: z.literal(true),
|
|
241
241
|
});
|
|
242
242
|
// =============================================================================
|
|
243
243
|
// Source Control
|
|
244
244
|
// =============================================================================
|
|
245
|
-
export const
|
|
245
|
+
export const IntegrationsSourceRepoItemSchema = z.object({
|
|
246
246
|
id: z.string(),
|
|
247
247
|
name: z.string(),
|
|
248
248
|
fullName: z.string(),
|
|
@@ -250,9 +250,10 @@ export const SourceRepoItemSchema = z.object({
|
|
|
250
250
|
private: z.boolean(),
|
|
251
251
|
url: z.string(),
|
|
252
252
|
});
|
|
253
|
-
export const
|
|
253
|
+
export const IntegrationsListSourceReposQuerySchema = z.object({
|
|
254
254
|
provider: z.string().min(1),
|
|
255
255
|
limit: z.coerce.number().int().min(1).max(100).optional(),
|
|
256
256
|
});
|
|
257
|
-
export const
|
|
257
|
+
export const IntegrationsListSourceReposResponseSchema = createPaginatedResponseSchema(IntegrationsSourceRepoItemSchema);
|
|
258
|
+
// ── Auto-registered schemas ─────────────────────────────────────────────────
|
|
258
259
|
//# sourceMappingURL=api.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.schema.js","sourceRoot":"","sources":["../../../src/definitions/integrations/api.schema.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EACL,gBAAgB,EAChB,UAAU,EACV,eAAe,EACf,uBAAuB,GACxB,MAAM,cAAc,CAAC;AAEtB,gFAAgF;AAChF,SAAS;AACT,gFAAgF;AAEhF,uEAAuE;AACvE,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"api.schema.js","sourceRoot":"","sources":["../../../src/definitions/integrations/api.schema.ts"],"names":[],"mappings":"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"}
|