@apollo-deploy/schemas 0.9.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.
Files changed (83) hide show
  1. package/dist/definitions/artifacts/domain.schema.d.ts +2 -2
  2. package/dist/definitions/artifacts/request.schema.d.ts +4 -4
  3. package/dist/definitions/artifacts/response.schema.d.ts +9 -9
  4. package/dist/definitions/audit-log/domain.schema.d.ts +13 -13
  5. package/dist/definitions/audit-log/request.schema.d.ts +23 -23
  6. package/dist/definitions/audit-log/response.schema.d.ts +6 -6
  7. package/dist/definitions/auth/domain.schema.d.ts +2 -2
  8. package/dist/definitions/billing/domain.schema.d.ts +5 -5
  9. package/dist/definitions/billing/request.schema.d.ts +3 -3
  10. package/dist/definitions/billing/response.schema.d.ts +4 -4
  11. package/dist/definitions/index.d.ts +10 -3
  12. package/dist/definitions/index.d.ts.map +1 -1
  13. package/dist/definitions/index.js +20 -5
  14. package/dist/definitions/index.js.map +1 -1
  15. package/dist/definitions/integrations/api.schema.d.ts +72 -72
  16. package/dist/definitions/integrations/api.schema.d.ts.map +1 -1
  17. package/dist/definitions/integrations/api.schema.js +37 -37
  18. package/dist/definitions/integrations/api.schema.js.map +1 -1
  19. package/dist/definitions/integrations/domain.schema.d.ts +88 -111
  20. package/dist/definitions/integrations/domain.schema.d.ts.map +1 -1
  21. package/dist/definitions/integrations/domain.schema.js +55 -78
  22. package/dist/definitions/integrations/domain.schema.js.map +1 -1
  23. package/dist/definitions/integrations/index.d.ts +5 -8
  24. package/dist/definitions/integrations/index.d.ts.map +1 -1
  25. package/dist/definitions/integrations/index.js +5 -31
  26. package/dist/definitions/integrations/index.js.map +1 -1
  27. package/dist/definitions/integrations/integrations-request.schema.d.ts +86 -0
  28. package/dist/definitions/integrations/integrations-request.schema.d.ts.map +1 -0
  29. package/dist/definitions/integrations/integrations-request.schema.js +82 -0
  30. package/dist/definitions/integrations/integrations-request.schema.js.map +1 -0
  31. package/dist/definitions/integrations/integrations-response.schema.d.ts +212 -0
  32. package/dist/definitions/integrations/integrations-response.schema.d.ts.map +1 -0
  33. package/dist/definitions/integrations/integrations-response.schema.js +139 -0
  34. package/dist/definitions/integrations/integrations-response.schema.js.map +1 -0
  35. package/dist/definitions/integrations/integrations.schema.d.ts +99 -0
  36. package/dist/definitions/integrations/integrations.schema.d.ts.map +1 -0
  37. package/dist/definitions/integrations/integrations.schema.js +62 -0
  38. package/dist/definitions/integrations/integrations.schema.js.map +1 -0
  39. package/dist/definitions/integrations/marketplace-request.schema.d.ts +2 -2
  40. package/dist/definitions/integrations/marketplace-response.schema.d.ts +6 -6
  41. package/dist/definitions/integrations/marketplace.schema.d.ts +8 -8
  42. package/dist/definitions/integrations/request.schema.d.ts +74 -129
  43. package/dist/definitions/integrations/request.schema.d.ts.map +1 -1
  44. package/dist/definitions/integrations/request.schema.js +71 -125
  45. package/dist/definitions/integrations/request.schema.js.map +1 -1
  46. package/dist/definitions/integrations/response.schema.d.ts +191 -121
  47. package/dist/definitions/integrations/response.schema.d.ts.map +1 -1
  48. package/dist/definitions/integrations/response.schema.js +132 -48
  49. package/dist/definitions/integrations/response.schema.js.map +1 -1
  50. package/dist/definitions/marketplace/domain.schema.d.ts +285 -0
  51. package/dist/definitions/marketplace/domain.schema.d.ts.map +1 -0
  52. package/dist/definitions/marketplace/domain.schema.js +123 -0
  53. package/dist/definitions/marketplace/domain.schema.js.map +1 -0
  54. package/dist/definitions/marketplace/index.d.ts +9 -0
  55. package/dist/definitions/marketplace/index.d.ts.map +1 -0
  56. package/dist/definitions/marketplace/index.js +9 -0
  57. package/dist/definitions/marketplace/index.js.map +1 -0
  58. package/dist/definitions/marketplace/marketplace-request.schema.d.ts +107 -0
  59. package/dist/definitions/marketplace/marketplace-request.schema.d.ts.map +1 -0
  60. package/dist/definitions/marketplace/marketplace-request.schema.js +86 -0
  61. package/dist/definitions/marketplace/marketplace-request.schema.js.map +1 -0
  62. package/dist/definitions/marketplace/marketplace-response.schema.d.ts +378 -0
  63. package/dist/definitions/marketplace/marketplace-response.schema.d.ts.map +1 -0
  64. package/dist/definitions/marketplace/marketplace-response.schema.js +81 -0
  65. package/dist/definitions/marketplace/marketplace-response.schema.js.map +1 -0
  66. package/dist/definitions/marketplace/marketplace.schema.d.ts +285 -0
  67. package/dist/definitions/marketplace/marketplace.schema.d.ts.map +1 -0
  68. package/dist/definitions/marketplace/marketplace.schema.js +123 -0
  69. package/dist/definitions/marketplace/marketplace.schema.js.map +1 -0
  70. package/dist/definitions/marketplace/request.schema.d.ts +107 -0
  71. package/dist/definitions/marketplace/request.schema.d.ts.map +1 -0
  72. package/dist/definitions/marketplace/request.schema.js +86 -0
  73. package/dist/definitions/marketplace/request.schema.js.map +1 -0
  74. package/dist/definitions/marketplace/response.schema.d.ts +378 -0
  75. package/dist/definitions/marketplace/response.schema.d.ts.map +1 -0
  76. package/dist/definitions/marketplace/response.schema.js +81 -0
  77. package/dist/definitions/marketplace/response.schema.js.map +1 -0
  78. package/dist/definitions/orgs/domain.schema.d.ts +2 -2
  79. package/dist/definitions/service-accounts/domain.schema.d.ts +2 -2
  80. package/dist/definitions/service-accounts/response.schema.d.ts +2 -2
  81. package/dist/definitions/share-links/request.schema.d.ts +1 -1
  82. package/dist/definitions/teams/request.schema.d.ts +1 -1
  83. package/package.json +5 -1
@@ -1,99 +1,190 @@
1
1
  /**
2
- * Integrations Domain - Response Schemas
2
+ * Integrations Response Schemas
3
3
  *
4
- * Zod schemas for integrations API response formatting.
4
+ * Response shapes for all integrations endpoints.
5
5
  */
6
- import { z } from 'zod';
7
- /**
8
- * Pagination metadata schema
9
- *
10
- * Integrations-specific pagination metadata.
11
- * Note: This differs from the common PaginationMetaSchema by including
12
- * page, limit, and total fields in addition to totalPages and hasMore.
13
- */
14
- export declare const PaginationMetaSchema: z.ZodObject<{
15
- page: z.ZodNumber;
16
- limit: z.ZodNumber;
17
- total: z.ZodNumber;
18
- totalPages: z.ZodNumber;
19
- hasMore: z.ZodBoolean;
20
- }, z.core.$strip>;
21
- /**
22
- * Marketplace list response schema
23
- *
24
- * Paginated collection of integrations.
25
- */
26
- export declare const MarketplaceListResponseSchema: z.ZodObject<{
27
- data: z.ZodArray<z.ZodObject<{
6
+ import { z } from "zod";
7
+ export declare const IntegrationsListAvailableResponseSchema: z.ZodObject<{
8
+ integrations: z.ZodArray<z.ZodObject<{
9
+ key: z.ZodString;
28
10
  id: z.ZodString;
29
11
  name: z.ZodString;
30
12
  description: z.ZodNullable<z.ZodString>;
31
- iconUrl: z.ZodNullable<z.ZodString>;
32
- version: z.ZodString;
13
+ iconUrl: z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
14
+ light: z.ZodString;
15
+ dark: z.ZodString;
16
+ }, z.core.$strip>]>>;
17
+ category: z.ZodNullable<z.ZodString>;
18
+ docsUrl: z.ZodNullable<z.ZodString>;
19
+ capabilities: z.ZodArray<z.ZodString>;
20
+ auth: z.ZodObject<{
21
+ setupFlows: z.ZodArray<z.ZodEnum<{
22
+ oauth_only: "oauth_only";
23
+ credential_form: "credential_form";
24
+ oauth_then_configure: "oauth_then_configure";
25
+ none: "none";
26
+ }>>;
27
+ fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
28
+ key: z.ZodString;
29
+ label: z.ZodString;
30
+ type: z.ZodEnum<{
31
+ text: "text";
32
+ password: "password";
33
+ url: "url";
34
+ select: "select";
35
+ textarea: "textarea";
36
+ copy: "copy";
37
+ }>;
38
+ required: z.ZodBoolean;
39
+ placeholder: z.ZodOptional<z.ZodString>;
40
+ helpText: z.ZodOptional<z.ZodString>;
41
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
42
+ value: z.ZodString;
43
+ label: z.ZodString;
44
+ }, z.core.$strip>>>;
45
+ pattern: z.ZodOptional<z.ZodString>;
46
+ minLength: z.ZodOptional<z.ZodNumber>;
47
+ maxLength: z.ZodOptional<z.ZodNumber>;
48
+ value: z.ZodOptional<z.ZodString>;
49
+ }, z.core.$strip>>>;
50
+ }, z.core.$strip>;
51
+ configured: z.ZodBoolean;
52
+ installed: z.ZodBoolean;
53
+ installationId: z.ZodNullable<z.ZodString>;
54
+ entitled: z.ZodBoolean;
55
+ configSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
56
+ key: z.ZodString;
57
+ label: z.ZodString;
58
+ description: z.ZodOptional<z.ZodString>;
59
+ type: z.ZodEnum<{
60
+ number: "number";
61
+ boolean: "boolean";
62
+ text: "text";
63
+ select: "select";
64
+ }>;
65
+ required: z.ZodBoolean;
66
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
67
+ value: z.ZodString;
68
+ label: z.ZodString;
69
+ }, z.core.$strip>>>;
70
+ dynamic: z.ZodOptional<z.ZodBoolean>;
71
+ }, z.core.$strip>>>;
72
+ }, z.core.$strip>>;
73
+ }, z.core.$strip>;
74
+ export declare const IntegrationsListInstalledResponseSchema: z.ZodObject<{
75
+ integrations: z.ZodArray<z.ZodObject<{
76
+ installationId: z.ZodString;
77
+ integrationKey: z.ZodString;
78
+ status: z.ZodString;
79
+ installedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
80
+ connectionCount: z.ZodNumber;
81
+ lastErrorCode: z.ZodNullable<z.ZodString>;
82
+ }, z.core.$strip>>;
83
+ }, z.core.$strip>;
84
+ export declare const IntegrationsInstallResponseSchema: z.ZodObject<{
85
+ installationId: z.ZodString;
86
+ integrationKey: z.ZodString;
87
+ status: z.ZodString;
88
+ installedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
89
+ webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
90
+ }, z.core.$strip>;
91
+ export declare const IntegrationsUninstallResponseSchema: z.ZodObject<{
92
+ uninstalled: z.ZodLiteral<true>;
93
+ }, z.core.$strip>;
94
+ export declare const IntegrationsOAuthInitResponseSchema: z.ZodObject<{
95
+ redirectUrl: z.ZodString;
96
+ }, z.core.$strip>;
97
+ export declare const IntegrationsOAuthCallbackResponseSchema: z.ZodObject<{
98
+ connectionId: z.ZodString;
99
+ integrationKey: z.ZodString;
100
+ displayName: z.ZodNullable<z.ZodString>;
101
+ isNew: z.ZodBoolean;
102
+ webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
103
+ }, z.core.$strip>;
104
+ export declare const IntegrationsConnectionListResponseSchema: z.ZodObject<{
105
+ connections: z.ZodArray<z.ZodObject<{
106
+ id: z.ZodString;
33
107
  provider: z.ZodString;
34
- status: z.ZodEnum<{
35
- beta: "beta";
36
- available: "available";
37
- deprecated: "deprecated";
38
- unavailable: "unavailable";
108
+ providerAccountId: z.ZodNullable<z.ZodString>;
109
+ displayName: z.ZodNullable<z.ZodString>;
110
+ status: z.ZodString;
111
+ scopes: z.ZodArray<z.ZodString>;
112
+ connectedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
113
+ lastRefreshedAt: z.ZodNullable<z.ZodUnion<readonly [z.ZodDate, z.ZodString]>>;
114
+ }, z.core.$strip>>;
115
+ }, z.core.$strip>;
116
+ export declare const IntegrationsRevokeConnectionResponseSchema: z.ZodObject<{
117
+ revoked: z.ZodLiteral<true>;
118
+ }, z.core.$strip>;
119
+ export declare const IntegrationsRefreshConnectionResponseSchema: z.ZodObject<{
120
+ refreshed: z.ZodLiteral<true>;
121
+ }, z.core.$strip>;
122
+ export declare const IntegrationsCredentialSubmitResponseSchema: z.ZodObject<{
123
+ connectionId: z.ZodString;
124
+ integrationKey: z.ZodString;
125
+ displayName: z.ZodNullable<z.ZodString>;
126
+ webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
127
+ }, z.core.$strip>;
128
+ export declare const IntegrationsConfigResponseSchema: z.ZodObject<{
129
+ id: z.ZodString;
130
+ appId: z.ZodString;
131
+ connectedAccountId: z.ZodString;
132
+ settings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
133
+ notificationRules: z.ZodArray<z.ZodUnknown>;
134
+ enabled: z.ZodBoolean;
135
+ createdAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
136
+ updatedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
137
+ }, z.core.$strip>;
138
+ export declare const IntegrationsConfigListResponseSchema: z.ZodObject<{
139
+ configs: z.ZodArray<z.ZodObject<{
140
+ id: z.ZodString;
141
+ appId: z.ZodString;
142
+ connectedAccountId: z.ZodString;
143
+ settings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
144
+ notificationRules: z.ZodArray<z.ZodUnknown>;
145
+ enabled: z.ZodBoolean;
146
+ createdAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
147
+ updatedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
148
+ }, z.core.$strip>>;
149
+ }, z.core.$strip>;
150
+ export declare const IntegrationsDeleteConfigResponseSchema: z.ZodObject<{
151
+ deleted: z.ZodLiteral<true>;
152
+ }, z.core.$strip>;
153
+ export declare const IntegrationsEntitlementResponseSchema: z.ZodObject<{
154
+ id: z.ZodString;
155
+ orgId: z.ZodString;
156
+ integrationKey: z.ZodString;
157
+ type: z.ZodEnum<{
158
+ allow: "allow";
159
+ deny: "deny";
160
+ }>;
161
+ reason: z.ZodNullable<z.ZodString>;
162
+ grantedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
163
+ }, z.core.$strip>;
164
+ export declare const IntegrationsEntitlementListResponseSchema: z.ZodObject<{
165
+ overrides: z.ZodArray<z.ZodObject<{
166
+ id: z.ZodString;
167
+ orgId: z.ZodString;
168
+ integrationKey: z.ZodString;
169
+ type: z.ZodEnum<{
170
+ allow: "allow";
171
+ deny: "deny";
39
172
  }>;
40
- requiredSubscriptionTier: z.ZodNullable<z.ZodEnum<{
41
- free: "free";
42
- pro: "pro";
43
- enterprise: "enterprise";
44
- }>>;
45
- capabilities: z.ZodDefault<z.ZodArray<z.ZodString>>;
46
- configurationOptions: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
47
- webhookFormats: z.ZodDefault<z.ZodArray<z.ZodString>>;
48
- inboundWebhookProviders: z.ZodDefault<z.ZodArray<z.ZodString>>;
49
- createdAt: z.ZodString;
50
- updatedAt: z.ZodString;
173
+ reason: z.ZodNullable<z.ZodString>;
174
+ grantedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
51
175
  }, z.core.$strip>>;
52
- page: z.ZodObject<{
53
- size: z.ZodNumber;
54
- totalPages: z.ZodNumber;
55
- hasMore: z.ZodBoolean;
56
- }, z.core.$strip>;
57
176
  }, z.core.$strip>;
58
- /**
59
- * Installation initiation response schema
60
- *
61
- * Returned by POST /:integrationId/install
62
- */
63
- export declare const InstallationInitiateResponseSchema: z.ZodObject<{
64
- authorizationUrl: z.ZodString;
65
- provider: z.ZodString;
66
- state: z.ZodString;
177
+ export declare const IntegrationsDeleteEntitlementResponseSchema: z.ZodObject<{
178
+ deleted: z.ZodLiteral<true>;
67
179
  }, z.core.$strip>;
68
- /**
69
- * Installation list response schema
70
- *
71
- * Paginated response for listing integration installations.
72
- */
73
- export declare const InstallationListResponseSchema: z.ZodObject<{
180
+ export declare const IntegrationsListSourceReposResponseSchema: z.ZodObject<{
74
181
  data: z.ZodArray<z.ZodObject<{
75
182
  id: z.ZodString;
76
- organizationId: z.ZodString;
77
- integrationId: z.ZodString;
78
- credentialId: z.ZodString;
79
- status: z.ZodEnum<{
80
- active: "active";
81
- disabled: "disabled";
82
- pending_auth: "pending_auth";
83
- auth_failed: "auth_failed";
84
- }>;
85
- enabledAt: z.ZodNullable<z.ZodString>;
86
- disabledAt: z.ZodNullable<z.ZodString>;
87
- lastAuthenticatedAt: z.ZodNullable<z.ZodString>;
88
- authenticationProvider: z.ZodNullable<z.ZodString>;
89
- webhookConfiguration: z.ZodObject<{
90
- outboundWebhooks: z.ZodDefault<z.ZodArray<z.ZodString>>;
91
- inboundWebhooks: z.ZodDefault<z.ZodArray<z.ZodString>>;
92
- eventFilters: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
93
- }, z.core.$strip>;
94
- metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
95
- createdAt: z.ZodString;
96
- updatedAt: z.ZodString;
183
+ name: z.ZodString;
184
+ fullName: z.ZodString;
185
+ defaultBranch: z.ZodString;
186
+ private: z.ZodBoolean;
187
+ url: z.ZodString;
97
188
  }, z.core.$strip>>;
98
189
  page: z.ZodObject<{
99
190
  size: z.ZodNumber;
@@ -101,42 +192,21 @@ export declare const InstallationListResponseSchema: z.ZodObject<{
101
192
  hasMore: z.ZodBoolean;
102
193
  }, z.core.$strip>;
103
194
  }, z.core.$strip>;
104
- /**
105
- * OAuth callback response schema
106
- *
107
- * Returned by GET /:integrationId/install/callback
108
- */
109
- export declare const OAuthCallbackResponseSchema: z.ZodObject<{
110
- success: z.ZodBoolean;
111
- message: z.ZodString;
112
- installation: z.ZodObject<{
113
- id: z.ZodString;
114
- organizationId: z.ZodString;
115
- integrationId: z.ZodString;
116
- credentialId: z.ZodString;
117
- status: z.ZodEnum<{
118
- active: "active";
119
- disabled: "disabled";
120
- pending_auth: "pending_auth";
121
- auth_failed: "auth_failed";
122
- }>;
123
- enabledAt: z.ZodNullable<z.ZodString>;
124
- disabledAt: z.ZodNullable<z.ZodString>;
125
- lastAuthenticatedAt: z.ZodNullable<z.ZodString>;
126
- authenticationProvider: z.ZodNullable<z.ZodString>;
127
- webhookConfiguration: z.ZodObject<{
128
- outboundWebhooks: z.ZodDefault<z.ZodArray<z.ZodString>>;
129
- inboundWebhooks: z.ZodDefault<z.ZodArray<z.ZodString>>;
130
- eventFilters: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
131
- }, z.core.$strip>;
132
- metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
133
- createdAt: z.ZodString;
134
- updatedAt: z.ZodString;
135
- }, z.core.$strip>;
136
- }, z.core.$strip>;
137
- export type PaginationMeta = z.infer<typeof PaginationMetaSchema>;
138
- export type MarketplaceListResponse = z.infer<typeof MarketplaceListResponseSchema>;
139
- export type InstallationInitiateResponse = z.infer<typeof InstallationInitiateResponseSchema>;
140
- export type InstallationListResponse = z.infer<typeof InstallationListResponseSchema>;
141
- export type OAuthCallbackResponse = z.infer<typeof OAuthCallbackResponseSchema>;
195
+ export type IntegrationsListAvailableResponse = z.infer<typeof IntegrationsListAvailableResponseSchema>;
196
+ export type IntegrationsListInstalledResponse = z.infer<typeof IntegrationsListInstalledResponseSchema>;
197
+ export type IntegrationsInstallResponse = z.infer<typeof IntegrationsInstallResponseSchema>;
198
+ export type IntegrationsUninstallResponse = z.infer<typeof IntegrationsUninstallResponseSchema>;
199
+ export type IntegrationsOAuthInitResponse = z.infer<typeof IntegrationsOAuthInitResponseSchema>;
200
+ export type IntegrationsOAuthCallbackResponse = z.infer<typeof IntegrationsOAuthCallbackResponseSchema>;
201
+ export type IntegrationsConnectionListResponse = z.infer<typeof IntegrationsConnectionListResponseSchema>;
202
+ export type IntegrationsRevokeConnectionResponse = z.infer<typeof IntegrationsRevokeConnectionResponseSchema>;
203
+ export type IntegrationsRefreshConnectionResponse = z.infer<typeof IntegrationsRefreshConnectionResponseSchema>;
204
+ export type IntegrationsCredentialSubmitResponse = z.infer<typeof IntegrationsCredentialSubmitResponseSchema>;
205
+ export type IntegrationsConfigResponse = z.infer<typeof IntegrationsConfigResponseSchema>;
206
+ export type IntegrationsConfigListResponse = z.infer<typeof IntegrationsConfigListResponseSchema>;
207
+ export type IntegrationsDeleteConfigResponse = z.infer<typeof IntegrationsDeleteConfigResponseSchema>;
208
+ export type IntegrationsEntitlementResponse = z.infer<typeof IntegrationsEntitlementResponseSchema>;
209
+ export type IntegrationsEntitlementListResponse = z.infer<typeof IntegrationsEntitlementListResponseSchema>;
210
+ export type IntegrationsDeleteEntitlementResponse = z.infer<typeof IntegrationsDeleteEntitlementResponseSchema>;
211
+ export type IntegrationsListSourceReposResponse = z.infer<typeof IntegrationsListSourceReposResponseSchema>;
142
212
  //# sourceMappingURL=response.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"response.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB;;;;;;iBAM/B,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA2D,CAAC;AAEtG;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;;;iBAI7C,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAuE,CAAC;AAEnH;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAItC,CAAC;AAGH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"response.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwBlD,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;;iBAWlD,CAAC;AAMH,eAAO,MAAM,iCAAiC;;;;;;iBAM5C,CAAC;AAEH,eAAO,MAAM,mCAAmC;;iBAE9C,CAAC;AAMH,eAAO,MAAM,mCAAmC;;iBAE9C,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;iBAMlD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;iBAanD,CAAC;AAEH,eAAO,MAAM,0CAA0C;;iBAErD,CAAC;AAEH,eAAO,MAAM,2CAA2C;;iBAEtD,CAAC;AAMH,eAAO,MAAM,0CAA0C;;;;;iBAKrD,CAAC;AAMH,eAAO,MAAM,gCAAgC;;;;;;;;;iBAS3C,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;iBAE/C,CAAC;AAEH,eAAO,MAAM,sCAAsC;;iBAEjD,CAAC;AAMH,eAAO,MAAM,qCAAqC;;;;;;;;;;iBAOhD,CAAC;AAEH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;iBAEpD,CAAC;AAEH,eAAO,MAAM,2CAA2C;;iBAEtD,CAAC;AAMH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;iBACW,CAAC;AAMlE,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxG,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxG,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC5F,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAChG,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAChG,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxG,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAC1G,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0CAA0C,CAAC,CAAC;AAC9G,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAChH,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0CAA0C,CAAC,CAAC;AAC9G,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAC1F,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAClG,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC;AACpG,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC;AAC5G,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAChH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC"}
@@ -1,55 +1,139 @@
1
1
  /**
2
- * Integrations Domain - Response Schemas
2
+ * Integrations Response Schemas
3
3
  *
4
- * Zod schemas for integrations API response formatting.
4
+ * Response shapes for all integrations endpoints.
5
5
  */
6
- import { z } from 'zod';
7
- import { createPaginatedResponseSchema } from '../common.js';
8
- import { IntegrationResponseSchema, IntegrationInstallationResponseSchema, } from './domain.schema.js';
9
- /**
10
- * Pagination metadata schema
11
- *
12
- * Integrations-specific pagination metadata.
13
- * Note: This differs from the common PaginationMetaSchema by including
14
- * page, limit, and total fields in addition to totalPages and hasMore.
15
- */
16
- export const PaginationMetaSchema = z.object({
17
- page: z.number().int().min(1),
18
- limit: z.number().int().min(1).max(100),
19
- total: z.number().int().min(0),
20
- totalPages: z.number().int().min(0),
21
- hasMore: z.boolean(),
6
+ import { z } from "zod";
7
+ import { createPaginatedResponseSchema } from "../common.js";
8
+ import { IdentifierSchema, TimestampSchema, NullableTimestampSchema, } from "../common.js";
9
+ import { IntegrationsClientAuthConfigSchema, IntegrationsConfigFieldSchema, IntegrationsSourceRepoItemSchema, } from "./domain.schema.js";
10
+ // =============================================================================
11
+ // Marketplace
12
+ // =============================================================================
13
+ export const IntegrationsListAvailableResponseSchema = z.object({
14
+ integrations: z.array(z.object({
15
+ key: IdentifierSchema,
16
+ id: IdentifierSchema,
17
+ name: z.string(),
18
+ description: z.string().nullable(),
19
+ iconUrl: z
20
+ .union([
21
+ z.string(),
22
+ z.object({ light: z.string(), dark: z.string() }),
23
+ ])
24
+ .nullable(),
25
+ category: z.string().nullable(),
26
+ docsUrl: z.string().url().nullable(),
27
+ capabilities: z.array(z.string()),
28
+ auth: IntegrationsClientAuthConfigSchema,
29
+ configured: z.boolean(),
30
+ installed: z.boolean(),
31
+ installationId: z.string().nullable(),
32
+ entitled: z.boolean(),
33
+ configSchema: z.array(IntegrationsConfigFieldSchema).optional(),
34
+ })),
22
35
  });
23
- /**
24
- * Marketplace list response schema
25
- *
26
- * Paginated collection of integrations.
27
- */
28
- export const MarketplaceListResponseSchema = createPaginatedResponseSchema(IntegrationResponseSchema);
29
- /**
30
- * Installation initiation response schema
31
- *
32
- * Returned by POST /:integrationId/install
33
- */
34
- export const InstallationInitiateResponseSchema = z.object({
35
- authorizationUrl: z.string().url(),
36
- provider: z.string(),
37
- state: z.string(),
36
+ export const IntegrationsListInstalledResponseSchema = z.object({
37
+ integrations: z.array(z.object({
38
+ installationId: IdentifierSchema,
39
+ integrationKey: IdentifierSchema,
40
+ status: z.string(),
41
+ installedAt: TimestampSchema,
42
+ connectionCount: z.number(),
43
+ lastErrorCode: z.string().nullable(),
44
+ })),
38
45
  });
39
- /**
40
- * Installation list response schema
41
- *
42
- * Paginated response for listing integration installations.
43
- */
44
- export const InstallationListResponseSchema = createPaginatedResponseSchema(IntegrationInstallationResponseSchema);
45
- /**
46
- * OAuth callback response schema
47
- *
48
- * Returned by GET /:integrationId/install/callback
49
- */
50
- export const OAuthCallbackResponseSchema = z.object({
51
- success: z.boolean(),
52
- message: z.string(),
53
- installation: IntegrationInstallationResponseSchema,
46
+ // =============================================================================
47
+ // Installation
48
+ // =============================================================================
49
+ export const IntegrationsInstallResponseSchema = z.object({
50
+ installationId: IdentifierSchema,
51
+ integrationKey: IdentifierSchema,
52
+ status: z.string(),
53
+ installedAt: TimestampSchema,
54
+ webhookUrl: z.string().url().nullable().optional(),
55
+ });
56
+ export const IntegrationsUninstallResponseSchema = z.object({
57
+ uninstalled: z.literal(true),
58
+ });
59
+ // =============================================================================
60
+ // OAuth Connections
61
+ // =============================================================================
62
+ export const IntegrationsOAuthInitResponseSchema = z.object({
63
+ redirectUrl: z.string().url(),
64
+ });
65
+ export const IntegrationsOAuthCallbackResponseSchema = z.object({
66
+ connectionId: IdentifierSchema,
67
+ integrationKey: IdentifierSchema,
68
+ displayName: z.string().nullable(),
69
+ isNew: z.boolean(),
70
+ webhookUrl: z.string().url().nullable().optional(),
71
+ });
72
+ export const IntegrationsConnectionListResponseSchema = z.object({
73
+ connections: z.array(z.object({
74
+ id: IdentifierSchema,
75
+ provider: IdentifierSchema,
76
+ providerAccountId: z.string().nullable(),
77
+ displayName: z.string().nullable(),
78
+ status: z.string(),
79
+ scopes: z.array(z.string()),
80
+ connectedAt: TimestampSchema,
81
+ lastRefreshedAt: NullableTimestampSchema,
82
+ })),
83
+ });
84
+ export const IntegrationsRevokeConnectionResponseSchema = z.object({
85
+ revoked: z.literal(true),
86
+ });
87
+ export const IntegrationsRefreshConnectionResponseSchema = z.object({
88
+ refreshed: z.literal(true),
89
+ });
90
+ // =============================================================================
91
+ // Credential Form
92
+ // =============================================================================
93
+ export const IntegrationsCredentialSubmitResponseSchema = z.object({
94
+ connectionId: IdentifierSchema,
95
+ integrationKey: IdentifierSchema,
96
+ displayName: z.string().nullable(),
97
+ webhookUrl: z.string().url().nullable().optional(),
98
+ });
99
+ // =============================================================================
100
+ // App Configs
101
+ // =============================================================================
102
+ export const IntegrationsConfigResponseSchema = z.object({
103
+ id: IdentifierSchema,
104
+ appId: IdentifierSchema,
105
+ connectedAccountId: IdentifierSchema,
106
+ settings: z.record(z.string(), z.unknown()),
107
+ notificationRules: z.array(z.unknown()),
108
+ enabled: z.boolean(),
109
+ createdAt: TimestampSchema,
110
+ updatedAt: TimestampSchema,
111
+ });
112
+ export const IntegrationsConfigListResponseSchema = z.object({
113
+ configs: z.array(IntegrationsConfigResponseSchema),
114
+ });
115
+ export const IntegrationsDeleteConfigResponseSchema = z.object({
116
+ deleted: z.literal(true),
117
+ });
118
+ // =============================================================================
119
+ // Entitlements
120
+ // =============================================================================
121
+ export const IntegrationsEntitlementResponseSchema = z.object({
122
+ id: IdentifierSchema,
123
+ orgId: IdentifierSchema,
124
+ integrationKey: IdentifierSchema,
125
+ type: z.enum(["allow", "deny"]),
126
+ reason: z.string().nullable(),
127
+ grantedAt: TimestampSchema,
128
+ });
129
+ export const IntegrationsEntitlementListResponseSchema = z.object({
130
+ overrides: z.array(IntegrationsEntitlementResponseSchema),
131
+ });
132
+ export const IntegrationsDeleteEntitlementResponseSchema = z.object({
133
+ deleted: z.literal(true),
54
134
  });
135
+ // =============================================================================
136
+ // Source Control
137
+ // =============================================================================
138
+ export const IntegrationsListSourceReposResponseSchema = createPaginatedResponseSchema(IntegrationsSourceRepoItemSchema);
55
139
  //# sourceMappingURL=response.schema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"response.schema.js","sourceRoot":"","sources":["../../../src/definitions/integrations/response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EACL,yBAAyB,EACzB,qCAAqC,GACtC,MAAM,oBAAoB,CAAC;AAE5B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IACvC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACnC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAEH;;;;GAIG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,6BAA6B,CAAC,yBAAyB,CAAC,CAAC;AAEtG;;;;GAIG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAClC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,6BAA6B,CAAC,qCAAqC,CAAC,CAAC;AAEnH;;;;GAIG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,YAAY,EAAE,qCAAqC;CACpD,CAAC,CAAC"}
1
+ {"version":3,"file":"response.schema.js","sourceRoot":"","sources":["../../../src/definitions/integrations/response.schema.ts"],"names":[],"mappings":"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"}