@apollo-deploy/schemas 0.4.7 → 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
|
@@ -4,48 +4,38 @@
|
|
|
4
4
|
* Request schemas for the rebuilt Integration Marketplace module.
|
|
5
5
|
*/
|
|
6
6
|
import { z } from "zod";
|
|
7
|
-
/**
|
|
8
|
-
* Org ID path parameter
|
|
9
|
-
*/
|
|
7
|
+
/** Org ID path parameter */
|
|
10
8
|
export declare const OrgIdParamSchema: z.ZodObject<{
|
|
11
9
|
orgId: z.ZodString;
|
|
12
10
|
}, z.core.$strip>;
|
|
13
|
-
/**
|
|
14
|
-
* Integration key path parameter
|
|
15
|
-
*/
|
|
11
|
+
/** Integration key path parameter */
|
|
16
12
|
export declare const IntegrationKeyParamSchema: z.ZodObject<{
|
|
17
13
|
integrationKey: z.ZodString;
|
|
18
14
|
}, z.core.$strip>;
|
|
19
|
-
/**
|
|
20
|
-
* Combined org + integration key params
|
|
21
|
-
*/
|
|
15
|
+
/** Combined org + integration key params */
|
|
22
16
|
export declare const OrgIntegrationParamsSchema: z.ZodObject<{
|
|
23
17
|
orgId: z.ZodString;
|
|
24
18
|
integrationKey: z.ZodString;
|
|
25
19
|
}, z.core.$strip>;
|
|
26
|
-
/**
|
|
27
|
-
* Catalog list query parameters
|
|
28
|
-
*/
|
|
20
|
+
/** Catalog list query parameters */
|
|
29
21
|
export declare const CatalogListQuerySchema: z.ZodObject<{
|
|
30
22
|
includeHidden: z.ZodPipe<z.ZodOptional<z.ZodString>, z.ZodTransform<boolean, string | undefined>>;
|
|
31
23
|
category: z.ZodOptional<z.ZodEnum<{
|
|
32
|
-
deployment: "deployment";
|
|
33
24
|
store: "store";
|
|
25
|
+
deployment: "deployment";
|
|
34
26
|
"source-control": "source-control";
|
|
35
27
|
monitoring: "monitoring";
|
|
36
28
|
}>>;
|
|
37
29
|
requiredPlan: z.ZodOptional<z.ZodEnum<{
|
|
38
|
-
team: "team";
|
|
39
30
|
free: "free";
|
|
40
31
|
pro: "pro";
|
|
32
|
+
team: "team";
|
|
41
33
|
enterprise: "enterprise";
|
|
42
34
|
}>>;
|
|
43
35
|
isBeta: z.ZodPipe<z.ZodOptional<z.ZodString>, z.ZodTransform<boolean, string | undefined>>;
|
|
44
36
|
search: z.ZodOptional<z.ZodString>;
|
|
45
37
|
}, z.core.$strip>;
|
|
46
|
-
/**
|
|
47
|
-
* Installation list query parameters (admin)
|
|
48
|
-
*/
|
|
38
|
+
/** Installation list query parameters (admin) */
|
|
49
39
|
export declare const InstallationListQueryV2Schema: z.ZodObject<{
|
|
50
40
|
orgId: z.ZodOptional<z.ZodString>;
|
|
51
41
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
@@ -59,9 +49,7 @@ export declare const InstallationListQueryV2Schema: z.ZodObject<{
|
|
|
59
49
|
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
60
50
|
offset: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
61
51
|
}, z.core.$strip>;
|
|
62
|
-
/**
|
|
63
|
-
* Audit search query parameters
|
|
64
|
-
*/
|
|
52
|
+
/** Audit search query parameters */
|
|
65
53
|
export declare const AuditSearchQuerySchema: z.ZodObject<{
|
|
66
54
|
orgId: z.ZodOptional<z.ZodString>;
|
|
67
55
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
@@ -76,52 +64,40 @@ export declare const AuditSearchQuerySchema: z.ZodObject<{
|
|
|
76
64
|
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
77
65
|
offset: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
78
66
|
}, z.core.$strip>;
|
|
79
|
-
/**
|
|
80
|
-
* Install integration request body
|
|
81
|
-
*/
|
|
67
|
+
/** Install integration request body */
|
|
82
68
|
export declare const InstallRequestSchema: z.ZodObject<{
|
|
83
69
|
config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
84
70
|
}, z.core.$strip>;
|
|
85
|
-
/**
|
|
86
|
-
* Force install request body (admin)
|
|
87
|
-
*/
|
|
71
|
+
/** Force install request body (admin) */
|
|
88
72
|
export declare const ForceInstallRequestSchema: z.ZodObject<{
|
|
89
73
|
config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
90
74
|
bypassEntitlements: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
91
75
|
reason: z.ZodOptional<z.ZodString>;
|
|
92
76
|
}, z.core.$strip>;
|
|
93
|
-
/**
|
|
94
|
-
* Admin action request body (requires reason)
|
|
95
|
-
*/
|
|
77
|
+
/** Admin action request body (requires reason) */
|
|
96
78
|
export declare const AdminActionRequestSchema: z.ZodObject<{
|
|
97
79
|
reason: z.ZodString;
|
|
98
80
|
}, z.core.$strip>;
|
|
99
|
-
/**
|
|
100
|
-
* Create/update override request body
|
|
101
|
-
*/
|
|
81
|
+
/** Create/update override request body */
|
|
102
82
|
export declare const OverrideRequestSchema: z.ZodObject<{
|
|
103
83
|
reason: z.ZodString;
|
|
104
84
|
expiresAt: z.ZodOptional<z.ZodString>;
|
|
105
85
|
}, z.core.$strip>;
|
|
106
|
-
/**
|
|
107
|
-
* Rotate secrets request body
|
|
108
|
-
*/
|
|
86
|
+
/** Rotate secrets request body */
|
|
109
87
|
export declare const RotateSecretsRequestSchema: z.ZodObject<{
|
|
110
88
|
config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
111
89
|
reason: z.ZodString;
|
|
112
90
|
}, z.core.$strip>;
|
|
113
|
-
/**
|
|
114
|
-
* Update catalog entry request body (admin)
|
|
115
|
-
*/
|
|
91
|
+
/** Update catalog entry request body (admin) */
|
|
116
92
|
export declare const UpdateCatalogEntryRequestSchema: z.ZodObject<{
|
|
117
93
|
name: z.ZodOptional<z.ZodString>;
|
|
118
94
|
description: z.ZodOptional<z.ZodString>;
|
|
119
95
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
120
96
|
docsUrl: z.ZodOptional<z.ZodString>;
|
|
121
97
|
requiredPlan: z.ZodOptional<z.ZodEnum<{
|
|
122
|
-
team: "team";
|
|
123
98
|
free: "free";
|
|
124
99
|
pro: "pro";
|
|
100
|
+
team: "team";
|
|
125
101
|
enterprise: "enterprise";
|
|
126
102
|
}>>;
|
|
127
103
|
isBeta: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -132,7 +108,7 @@ export type IntegrationKeyParam = z.infer<typeof IntegrationKeyParamSchema>;
|
|
|
132
108
|
export type OrgIntegrationParams = z.infer<typeof OrgIntegrationParamsSchema>;
|
|
133
109
|
export type CatalogListQuery = z.infer<typeof CatalogListQuerySchema>;
|
|
134
110
|
export type InstallationListQueryV2 = z.infer<typeof InstallationListQueryV2Schema>;
|
|
135
|
-
export type InstallationListQueryV2Input =
|
|
111
|
+
export type InstallationListQueryV2Input = z.input<typeof InstallationListQueryV2Schema>;
|
|
136
112
|
export type AuditSearchQuery = z.infer<typeof AuditSearchQuerySchema>;
|
|
137
113
|
export type InstallRequest = z.infer<typeof InstallRequestSchema>;
|
|
138
114
|
export type ForceInstallRequest = z.infer<typeof ForceInstallRequestSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-request.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/marketplace-request.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB
|
|
1
|
+
{"version":3,"file":"marketplace-request.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/marketplace-request.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,4BAA4B;AAC5B,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH,qCAAqC;AACrC,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AAEH,4CAA4C;AAC5C,eAAO,MAAM,0BAA0B;;;iBACY,CAAC;AAMpD,oCAAoC;AACpC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;iBAYjC,CAAC;AAEH,iDAAiD;AACjD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;iBAQxC,CAAC;AAEH,oCAAoC;AACpC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;iBAUjC,CAAC;AAMH,uCAAuC;AACvC,eAAO,MAAM,oBAAoB;;iBAE/B,CAAC;AAEH,yCAAyC;AACzC,eAAO,MAAM,yBAAyB;;;;iBAIpC,CAAC;AAEH,kDAAkD;AAClD,eAAO,MAAM,wBAAwB;;iBAEnC,CAAC;AAEH,0CAA0C;AAC1C,eAAO,MAAM,qBAAqB;;;iBAGhC,CAAC;AAEH,kCAAkC;AAClC,eAAO,MAAM,0BAA0B;;;iBAGrC,CAAC;AAEH,gDAAgD;AAChD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;iBAQ1C,CAAC;AAIH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC1D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC"}
|
|
@@ -9,28 +9,20 @@ import { IntegrationCategorySchema, PlanSchema, } from "./marketplace.schema.js"
|
|
|
9
9
|
// =============================================================================
|
|
10
10
|
// Path Parameters
|
|
11
11
|
// =============================================================================
|
|
12
|
-
/**
|
|
13
|
-
* Org ID path parameter
|
|
14
|
-
*/
|
|
12
|
+
/** Org ID path parameter */
|
|
15
13
|
export const OrgIdParamSchema = z.object({
|
|
16
14
|
orgId: IdentifierSchema,
|
|
17
15
|
});
|
|
18
|
-
/**
|
|
19
|
-
* Integration key path parameter
|
|
20
|
-
*/
|
|
16
|
+
/** Integration key path parameter */
|
|
21
17
|
export const IntegrationKeyParamSchema = z.object({
|
|
22
18
|
integrationKey: z.string().min(1, "Integration key is required"),
|
|
23
19
|
});
|
|
24
|
-
/**
|
|
25
|
-
* Combined org + integration key params
|
|
26
|
-
*/
|
|
20
|
+
/** Combined org + integration key params */
|
|
27
21
|
export const OrgIntegrationParamsSchema = OrgIdParamSchema.merge(IntegrationKeyParamSchema);
|
|
28
22
|
// =============================================================================
|
|
29
23
|
// Query Parameters
|
|
30
24
|
// =============================================================================
|
|
31
|
-
/**
|
|
32
|
-
* Catalog list query parameters
|
|
33
|
-
*/
|
|
25
|
+
/** Catalog list query parameters */
|
|
34
26
|
export const CatalogListQuerySchema = z.object({
|
|
35
27
|
includeHidden: z
|
|
36
28
|
.string()
|
|
@@ -44,9 +36,7 @@ export const CatalogListQuerySchema = z.object({
|
|
|
44
36
|
.transform((v) => v === "true"),
|
|
45
37
|
search: z.string().optional(),
|
|
46
38
|
});
|
|
47
|
-
/**
|
|
48
|
-
* Installation list query parameters (admin)
|
|
49
|
-
*/
|
|
39
|
+
/** Installation list query parameters (admin) */
|
|
50
40
|
export const InstallationListQueryV2Schema = z.object({
|
|
51
41
|
orgId: IdentifierSchema.optional(),
|
|
52
42
|
integrationKey: z.string().optional(),
|
|
@@ -56,9 +46,7 @@ export const InstallationListQueryV2Schema = z.object({
|
|
|
56
46
|
limit: z.coerce.number().min(1).max(100).default(20),
|
|
57
47
|
offset: z.coerce.number().min(0).default(0),
|
|
58
48
|
});
|
|
59
|
-
/**
|
|
60
|
-
* Audit search query parameters
|
|
61
|
-
*/
|
|
49
|
+
/** Audit search query parameters */
|
|
62
50
|
export const AuditSearchQuerySchema = z.object({
|
|
63
51
|
orgId: IdentifierSchema.optional(),
|
|
64
52
|
integrationKey: z.string().optional(),
|
|
@@ -73,43 +61,31 @@ export const AuditSearchQuerySchema = z.object({
|
|
|
73
61
|
// =============================================================================
|
|
74
62
|
// Request Bodies
|
|
75
63
|
// =============================================================================
|
|
76
|
-
/**
|
|
77
|
-
* Install integration request body
|
|
78
|
-
*/
|
|
64
|
+
/** Install integration request body */
|
|
79
65
|
export const InstallRequestSchema = z.object({
|
|
80
66
|
config: z.record(z.string(), z.unknown()),
|
|
81
67
|
});
|
|
82
|
-
/**
|
|
83
|
-
* Force install request body (admin)
|
|
84
|
-
*/
|
|
68
|
+
/** Force install request body (admin) */
|
|
85
69
|
export const ForceInstallRequestSchema = z.object({
|
|
86
70
|
config: z.record(z.string(), z.unknown()),
|
|
87
71
|
bypassEntitlements: z.boolean().optional().default(false),
|
|
88
72
|
reason: z.string().optional(),
|
|
89
73
|
});
|
|
90
|
-
/**
|
|
91
|
-
* Admin action request body (requires reason)
|
|
92
|
-
*/
|
|
74
|
+
/** Admin action request body (requires reason) */
|
|
93
75
|
export const AdminActionRequestSchema = z.object({
|
|
94
76
|
reason: z.string().min(1, "Reason is required for admin actions"),
|
|
95
77
|
});
|
|
96
|
-
/**
|
|
97
|
-
* Create/update override request body
|
|
98
|
-
*/
|
|
78
|
+
/** Create/update override request body */
|
|
99
79
|
export const OverrideRequestSchema = z.object({
|
|
100
80
|
reason: z.string().min(1, "Reason is required"),
|
|
101
81
|
expiresAt: z.string().datetime().optional(),
|
|
102
82
|
});
|
|
103
|
-
/**
|
|
104
|
-
* Rotate secrets request body
|
|
105
|
-
*/
|
|
83
|
+
/** Rotate secrets request body */
|
|
106
84
|
export const RotateSecretsRequestSchema = z.object({
|
|
107
85
|
config: z.record(z.string(), z.unknown()),
|
|
108
86
|
reason: z.string().min(1, "Reason is required"),
|
|
109
87
|
});
|
|
110
|
-
/**
|
|
111
|
-
* Update catalog entry request body (admin)
|
|
112
|
-
*/
|
|
88
|
+
/** Update catalog entry request body (admin) */
|
|
113
89
|
export const UpdateCatalogEntryRequestSchema = z.object({
|
|
114
90
|
name: z.string().min(1).optional(),
|
|
115
91
|
description: z.string().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-request.schema.js","sourceRoot":"","sources":["../../../src/definitions/integrations/marketplace-request.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EACL,yBAAyB,EACzB,UAAU,GACX,MAAM,yBAAyB,CAAC;AAEjC,gFAAgF;AAChF,kBAAkB;AAClB,gFAAgF;AAEhF
|
|
1
|
+
{"version":3,"file":"marketplace-request.schema.js","sourceRoot":"","sources":["../../../src/definitions/integrations/marketplace-request.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,35 +4,31 @@
|
|
|
4
4
|
* Response schemas for the rebuilt Integration Marketplace module.
|
|
5
5
|
*/
|
|
6
6
|
import { z } from "zod";
|
|
7
|
-
/**
|
|
8
|
-
* Pagination metadata schema
|
|
9
|
-
*/
|
|
7
|
+
/** Pagination metadata schema */
|
|
10
8
|
export declare const PaginationMetaV2Schema: z.ZodObject<{
|
|
11
9
|
total: z.ZodNumber;
|
|
12
10
|
limit: z.ZodNumber;
|
|
13
11
|
offset: z.ZodNumber;
|
|
14
12
|
hasMore: z.ZodBoolean;
|
|
15
13
|
}, z.core.$strip>;
|
|
16
|
-
/**
|
|
17
|
-
* Catalog list response
|
|
18
|
-
*/
|
|
14
|
+
/** Catalog list response */
|
|
19
15
|
export declare const CatalogListResponseSchema: z.ZodObject<{
|
|
20
16
|
data: z.ZodArray<z.ZodObject<{
|
|
21
17
|
key: z.ZodString;
|
|
22
18
|
name: z.ZodString;
|
|
23
19
|
description: z.ZodString;
|
|
24
20
|
category: z.ZodEnum<{
|
|
25
|
-
deployment: "deployment";
|
|
26
21
|
store: "store";
|
|
22
|
+
deployment: "deployment";
|
|
27
23
|
"source-control": "source-control";
|
|
28
24
|
monitoring: "monitoring";
|
|
29
25
|
}>;
|
|
30
26
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
31
27
|
docsUrl: z.ZodOptional<z.ZodString>;
|
|
32
28
|
requiredPlan: z.ZodOptional<z.ZodEnum<{
|
|
33
|
-
team: "team";
|
|
34
29
|
free: "free";
|
|
35
30
|
pro: "pro";
|
|
31
|
+
team: "team";
|
|
36
32
|
enterprise: "enterprise";
|
|
37
33
|
}>>;
|
|
38
34
|
isBeta: z.ZodBoolean;
|
|
@@ -48,8 +44,8 @@ export declare const CatalogListResponseSchema: z.ZodObject<{
|
|
|
48
44
|
}, z.core.$strip>>;
|
|
49
45
|
}, z.core.$strip>;
|
|
50
46
|
providerType: z.ZodEnum<{
|
|
51
|
-
store: "store";
|
|
52
47
|
integration: "integration";
|
|
48
|
+
store: "store";
|
|
53
49
|
}>;
|
|
54
50
|
}, z.core.$strip>>;
|
|
55
51
|
pagination: z.ZodObject<{
|
|
@@ -59,26 +55,24 @@ export declare const CatalogListResponseSchema: z.ZodObject<{
|
|
|
59
55
|
hasMore: z.ZodBoolean;
|
|
60
56
|
}, z.core.$strip>;
|
|
61
57
|
}, z.core.$strip>;
|
|
62
|
-
/**
|
|
63
|
-
* Enriched catalog list response (for org context)
|
|
64
|
-
*/
|
|
58
|
+
/** Enriched catalog list response (for org context) */
|
|
65
59
|
export declare const EnrichedCatalogListResponseSchema: z.ZodObject<{
|
|
66
60
|
data: z.ZodArray<z.ZodObject<{
|
|
67
61
|
key: z.ZodString;
|
|
68
62
|
name: z.ZodString;
|
|
69
63
|
description: z.ZodString;
|
|
70
64
|
category: z.ZodEnum<{
|
|
71
|
-
deployment: "deployment";
|
|
72
65
|
store: "store";
|
|
66
|
+
deployment: "deployment";
|
|
73
67
|
"source-control": "source-control";
|
|
74
68
|
monitoring: "monitoring";
|
|
75
69
|
}>;
|
|
76
70
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
77
71
|
docsUrl: z.ZodOptional<z.ZodString>;
|
|
78
72
|
requiredPlan: z.ZodOptional<z.ZodEnum<{
|
|
79
|
-
team: "team";
|
|
80
73
|
free: "free";
|
|
81
74
|
pro: "pro";
|
|
75
|
+
team: "team";
|
|
82
76
|
enterprise: "enterprise";
|
|
83
77
|
}>>;
|
|
84
78
|
isBeta: z.ZodBoolean;
|
|
@@ -94,8 +88,8 @@ export declare const EnrichedCatalogListResponseSchema: z.ZodObject<{
|
|
|
94
88
|
}, z.core.$strip>>;
|
|
95
89
|
}, z.core.$strip>;
|
|
96
90
|
providerType: z.ZodEnum<{
|
|
97
|
-
store: "store";
|
|
98
91
|
integration: "integration";
|
|
92
|
+
store: "store";
|
|
99
93
|
}>;
|
|
100
94
|
installed: z.ZodBoolean;
|
|
101
95
|
status: z.ZodOptional<z.ZodEnum<{
|
|
@@ -113,25 +107,23 @@ export declare const EnrichedCatalogListResponseSchema: z.ZodObject<{
|
|
|
113
107
|
hasMore: z.ZodBoolean;
|
|
114
108
|
}, z.core.$strip>;
|
|
115
109
|
}, z.core.$strip>;
|
|
116
|
-
/**
|
|
117
|
-
* Single catalog entry response
|
|
118
|
-
*/
|
|
110
|
+
/** Single catalog entry response */
|
|
119
111
|
export declare const CatalogEntryResponseSchema: z.ZodObject<{
|
|
120
112
|
key: z.ZodString;
|
|
121
113
|
name: z.ZodString;
|
|
122
114
|
description: z.ZodString;
|
|
123
115
|
category: z.ZodEnum<{
|
|
124
|
-
deployment: "deployment";
|
|
125
116
|
store: "store";
|
|
117
|
+
deployment: "deployment";
|
|
126
118
|
"source-control": "source-control";
|
|
127
119
|
monitoring: "monitoring";
|
|
128
120
|
}>;
|
|
129
121
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
130
122
|
docsUrl: z.ZodOptional<z.ZodString>;
|
|
131
123
|
requiredPlan: z.ZodOptional<z.ZodEnum<{
|
|
132
|
-
team: "team";
|
|
133
124
|
free: "free";
|
|
134
125
|
pro: "pro";
|
|
126
|
+
team: "team";
|
|
135
127
|
enterprise: "enterprise";
|
|
136
128
|
}>>;
|
|
137
129
|
isBeta: z.ZodBoolean;
|
|
@@ -147,29 +139,27 @@ export declare const CatalogEntryResponseSchema: z.ZodObject<{
|
|
|
147
139
|
}, z.core.$strip>>;
|
|
148
140
|
}, z.core.$strip>;
|
|
149
141
|
providerType: z.ZodEnum<{
|
|
150
|
-
store: "store";
|
|
151
142
|
integration: "integration";
|
|
143
|
+
store: "store";
|
|
152
144
|
}>;
|
|
153
145
|
}, z.core.$strip>;
|
|
154
|
-
/**
|
|
155
|
-
* Single enriched catalog entry response (for org context)
|
|
156
|
-
*/
|
|
146
|
+
/** Single enriched catalog entry response (for org context) */
|
|
157
147
|
export declare const EnrichedIntegrationResponseSchema: z.ZodObject<{
|
|
158
148
|
key: z.ZodString;
|
|
159
149
|
name: z.ZodString;
|
|
160
150
|
description: z.ZodString;
|
|
161
151
|
category: z.ZodEnum<{
|
|
162
|
-
deployment: "deployment";
|
|
163
152
|
store: "store";
|
|
153
|
+
deployment: "deployment";
|
|
164
154
|
"source-control": "source-control";
|
|
165
155
|
monitoring: "monitoring";
|
|
166
156
|
}>;
|
|
167
157
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
168
158
|
docsUrl: z.ZodOptional<z.ZodString>;
|
|
169
159
|
requiredPlan: z.ZodOptional<z.ZodEnum<{
|
|
170
|
-
team: "team";
|
|
171
160
|
free: "free";
|
|
172
161
|
pro: "pro";
|
|
162
|
+
team: "team";
|
|
173
163
|
enterprise: "enterprise";
|
|
174
164
|
}>>;
|
|
175
165
|
isBeta: z.ZodBoolean;
|
|
@@ -185,8 +175,8 @@ export declare const EnrichedIntegrationResponseSchema: z.ZodObject<{
|
|
|
185
175
|
}, z.core.$strip>>;
|
|
186
176
|
}, z.core.$strip>;
|
|
187
177
|
providerType: z.ZodEnum<{
|
|
188
|
-
store: "store";
|
|
189
178
|
integration: "integration";
|
|
179
|
+
store: "store";
|
|
190
180
|
}>;
|
|
191
181
|
installed: z.ZodBoolean;
|
|
192
182
|
status: z.ZodOptional<z.ZodEnum<{
|
|
@@ -197,9 +187,7 @@ export declare const EnrichedIntegrationResponseSchema: z.ZodObject<{
|
|
|
197
187
|
locked: z.ZodBoolean;
|
|
198
188
|
lockReason: z.ZodOptional<z.ZodString>;
|
|
199
189
|
}, z.core.$strip>;
|
|
200
|
-
/**
|
|
201
|
-
* Installation list response
|
|
202
|
-
*/
|
|
190
|
+
/** Installation list response */
|
|
203
191
|
export declare const InstallationListResponseV2Schema: z.ZodObject<{
|
|
204
192
|
data: z.ZodArray<z.ZodObject<{
|
|
205
193
|
id: z.ZodString;
|
|
@@ -226,9 +214,7 @@ export declare const InstallationListResponseV2Schema: z.ZodObject<{
|
|
|
226
214
|
hasMore: z.ZodBoolean;
|
|
227
215
|
}, z.core.$strip>;
|
|
228
216
|
}, z.core.$strip>;
|
|
229
|
-
/**
|
|
230
|
-
* Install result response
|
|
231
|
-
*/
|
|
217
|
+
/** Install result response */
|
|
232
218
|
export declare const InstallResultResponseSchema: z.ZodObject<{
|
|
233
219
|
installation: z.ZodObject<{
|
|
234
220
|
id: z.ZodString;
|
|
@@ -250,23 +236,21 @@ export declare const InstallResultResponseSchema: z.ZodObject<{
|
|
|
250
236
|
}, z.core.$strip>;
|
|
251
237
|
created: z.ZodBoolean;
|
|
252
238
|
}, z.core.$strip>;
|
|
253
|
-
/**
|
|
254
|
-
* Effective entitlements response
|
|
255
|
-
*/
|
|
239
|
+
/** Effective entitlements response */
|
|
256
240
|
export declare const EffectiveEntitlementsResponseSchema: z.ZodObject<{
|
|
257
241
|
orgId: z.ZodString;
|
|
258
242
|
plan: z.ZodEnum<{
|
|
259
|
-
team: "team";
|
|
260
243
|
free: "free";
|
|
261
244
|
pro: "pro";
|
|
245
|
+
team: "team";
|
|
262
246
|
enterprise: "enterprise";
|
|
263
247
|
}>;
|
|
264
248
|
integrations: z.ZodArray<z.ZodObject<{
|
|
265
249
|
key: z.ZodString;
|
|
266
250
|
requiredPlan: z.ZodOptional<z.ZodEnum<{
|
|
267
|
-
team: "team";
|
|
268
251
|
free: "free";
|
|
269
252
|
pro: "pro";
|
|
253
|
+
team: "team";
|
|
270
254
|
enterprise: "enterprise";
|
|
271
255
|
}>>;
|
|
272
256
|
allowed: z.ZodBoolean;
|
|
@@ -286,9 +270,7 @@ export declare const EffectiveEntitlementsResponseSchema: z.ZodObject<{
|
|
|
286
270
|
}, z.core.$strip>>;
|
|
287
271
|
}, z.core.$strip>>;
|
|
288
272
|
}, z.core.$strip>;
|
|
289
|
-
/**
|
|
290
|
-
* Override created response
|
|
291
|
-
*/
|
|
273
|
+
/** Override created response */
|
|
292
274
|
export declare const OverrideResponseSchema: z.ZodObject<{
|
|
293
275
|
id: z.ZodString;
|
|
294
276
|
orgId: z.ZodString;
|
|
@@ -302,9 +284,7 @@ export declare const OverrideResponseSchema: z.ZodObject<{
|
|
|
302
284
|
createdAt: z.ZodString;
|
|
303
285
|
expiresAt: z.ZodNullable<z.ZodString>;
|
|
304
286
|
}, z.core.$strip>;
|
|
305
|
-
/**
|
|
306
|
-
* Revalidation result response
|
|
307
|
-
*/
|
|
287
|
+
/** Revalidation result response */
|
|
308
288
|
export declare const RevalidationResultSchema: z.ZodObject<{
|
|
309
289
|
installation: z.ZodObject<{
|
|
310
290
|
id: z.ZodString;
|
|
@@ -330,9 +310,7 @@ export declare const RevalidationResultSchema: z.ZodObject<{
|
|
|
330
310
|
details: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
331
311
|
}, z.core.$strip>;
|
|
332
312
|
}, z.core.$strip>;
|
|
333
|
-
/**
|
|
334
|
-
* Trigger sync result response
|
|
335
|
-
*/
|
|
313
|
+
/** Trigger sync result response */
|
|
336
314
|
export declare const TriggerSyncResultSchema: z.ZodObject<{
|
|
337
315
|
jobId: z.ZodString;
|
|
338
316
|
status: z.ZodEnum<{
|
|
@@ -343,16 +321,12 @@ export declare const TriggerSyncResultSchema: z.ZodObject<{
|
|
|
343
321
|
}>;
|
|
344
322
|
triggeredAt: z.ZodString;
|
|
345
323
|
}, z.core.$strip>;
|
|
346
|
-
/**
|
|
347
|
-
* Simple success result response
|
|
348
|
-
*/
|
|
324
|
+
/** Simple success result response */
|
|
349
325
|
export declare const SuccessResultResponseSchema: z.ZodObject<{
|
|
350
326
|
success: z.ZodBoolean;
|
|
351
327
|
wasRemoved: z.ZodOptional<z.ZodBoolean>;
|
|
352
328
|
}, z.core.$strip>;
|
|
353
|
-
/**
|
|
354
|
-
* Audit entry response schema
|
|
355
|
-
*/
|
|
329
|
+
/** Audit entry response schema */
|
|
356
330
|
export declare const AuditEntryResponseSchema: z.ZodObject<{
|
|
357
331
|
id: z.ZodString;
|
|
358
332
|
timestamp: z.ZodString;
|
|
@@ -372,9 +346,7 @@ export declare const AuditEntryResponseSchema: z.ZodObject<{
|
|
|
372
346
|
errorCode: z.ZodOptional<z.ZodString>;
|
|
373
347
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
374
348
|
}, z.core.$strip>;
|
|
375
|
-
/**
|
|
376
|
-
* Audit search response
|
|
377
|
-
*/
|
|
349
|
+
/** Audit search response */
|
|
378
350
|
export declare const AuditSearchResponseSchema: z.ZodObject<{
|
|
379
351
|
data: z.ZodArray<z.ZodObject<{
|
|
380
352
|
id: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-response.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/marketplace-response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAexB
|
|
1
|
+
{"version":3,"file":"marketplace-response.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/integrations/marketplace-response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAexB,iCAAiC;AACjC,eAAO,MAAM,sBAAsB;;;;;iBAKjC,CAAC;AAMH,4BAA4B;AAC5B,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGpC,CAAC;AAEH,uDAAuD;AACvD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG5C,CAAC;AAEH,oCAAoC;AACpC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8B,CAAC;AAEtE,+DAA+D;AAC/D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA4B,CAAC;AAM3E,iCAAiC;AACjC,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;iBAG3C,CAAC;AAEH,8BAA8B;AAC9B,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;iBAAsB,CAAC;AAM/D,sCAAsC;AACtC,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8B,CAAC;AAE/E,gCAAgC;AAChC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;iBAA4B,CAAC;AAMhE,mCAAmC;AACnC,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;iBAOnC,CAAC;AAEH,mCAAmC;AACnC,eAAO,MAAM,uBAAuB;;;;;;;;;iBAIlC,CAAC;AAEH,qCAAqC;AACrC,eAAO,MAAM,2BAA2B;;;iBAGtC,CAAC;AAEH,kCAAkC;AAClC,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;iBAWnC,CAAC;AAEH,4BAA4B;AAC5B,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGpC,CAAC;AAIH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,iCAAiC,CACzC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,iCAAiC,CACzC,CAAC;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,gCAAgC,CACxC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,mCAAmC,CAC3C,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|