@vercel/sdk 1.17.7 → 1.18.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/bin/mcp-server.js +1735 -4032
- package/bin/mcp-server.js.map +47 -47
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -1
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/encodings.d.ts +1 -0
- package/esm/lib/encodings.d.ts.map +1 -1
- package/esm/lib/encodings.js +12 -1
- package/esm/lib/encodings.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/authtoken.d.ts +8 -24
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +8 -23
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +6 -2
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +8 -2
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +6 -2
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +8 -2
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +70 -62
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +38 -58
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +70 -62
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +38 -59
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +72 -248
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +72 -229
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +4 -21
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +4 -19
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createeventop.d.ts +8 -25
- package/esm/models/createeventop.d.ts.map +1 -1
- package/esm/models/createeventop.js +8 -23
- package/esm/models/createeventop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +8 -24
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +8 -22
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +68 -308
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +68 -281
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +76 -332
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +84 -316
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +34 -154
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +34 -141
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +102 -462
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +102 -419
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/forbidden.d.ts +3 -12
- package/esm/models/forbidden.d.ts.map +1 -1
- package/esm/models/forbidden.js +2 -9
- package/esm/models/forbidden.js.map +1 -1
- package/esm/models/getaliasop.d.ts +12 -44
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +16 -46
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +72 -248
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +72 -236
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +4 -20
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +4 -18
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +70 -62
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +38 -58
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +6 -2
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +8 -2
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +6 -2
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +8 -2
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +72 -248
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +72 -227
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +72 -248
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +72 -227
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +4 -21
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +4 -18
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +8 -24
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +8 -23
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getorderop.d.ts +48 -172
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +50 -159
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +102 -462
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +102 -419
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +76 -332
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +84 -313
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +10 -42
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +10 -39
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +12 -44
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +16 -47
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +12 -44
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +16 -46
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +102 -462
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +102 -420
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +6 -2
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +8 -2
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +6 -2
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +8 -2
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +6 -2
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +8 -2
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +6 -2
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +8 -2
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +72 -248
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +72 -229
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +4 -21
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +4 -18
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +76 -332
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +84 -318
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +76 -332
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +84 -316
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +4 -21
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +4 -19
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/userevent.d.ts +54 -14
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +26 -13
- package/esm/models/userevent.js.map +1 -1
- package/esm/types/unrecognized.d.ts +7 -1
- package/esm/types/unrecognized.d.ts.map +1 -1
- package/esm/types/unrecognized.js +9 -1
- package/esm/types/unrecognized.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/rollingrelease.test.ts +2 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +17 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/authtoken.ts +16 -42
- package/src/models/buydomainsop.ts +14 -4
- package/src/models/buysingledomainop.ts +14 -4
- package/src/models/canceldeploymentop.ts +140 -127
- package/src/models/createdeploymentop.ts +149 -118
- package/src/models/createdrainop.ts +154 -511
- package/src/models/createedgeconfigop.ts +8 -37
- package/src/models/createeventop.ts +16 -43
- package/src/models/createlogdrainop.ts +18 -50
- package/src/models/createprojectenvop.ts +136 -875
- package/src/models/createprojectop.ts +172 -803
- package/src/models/editprojectenvop.ts +68 -417
- package/src/models/filterprojectenvsop.ts +210 -1337
- package/src/models/forbidden.ts +5 -20
- package/src/models/getaliasop.ts +36 -101
- package/src/models/getalllogdrainsop.ts +160 -551
- package/src/models/getconfigurationop.ts +8 -38
- package/src/models/getdeploymentop.ts +144 -124
- package/src/models/getdomainauthcodeop.ts +14 -4
- package/src/models/getdomaintransferinop.ts +14 -4
- package/src/models/getdrainop.ts +156 -531
- package/src/models/getdrainsop.ts +155 -535
- package/src/models/getedgeconfigop.ts +8 -41
- package/src/models/getintegrationlogdrainsop.ts +19 -44
- package/src/models/getorderop.ts +99 -408
- package/src/models/getprojectenvop.ts +208 -1337
- package/src/models/getprojectsop.ts +172 -802
- package/src/models/getrollingreleasebillingstatusop.ts +20 -100
- package/src/models/listaliasesop.ts +36 -100
- package/src/models/listdeploymentaliasesop.ts +36 -111
- package/src/models/removeprojectenvop.ts +208 -1335
- package/src/models/renewdomainop.ts +14 -4
- package/src/models/transferindomainop.ts +14 -4
- package/src/models/updatedomainautorenewop.ts +14 -4
- package/src/models/updatedomainnameserversop.ts +14 -4
- package/src/models/updatedrainop.ts +162 -542
- package/src/models/updateedgeconfigop.ts +8 -42
- package/src/models/updateprojectdatacacheop.ts +167 -781
- package/src/models/updateprojectop.ts +172 -803
- package/src/models/updateprojectprotectionbypassop.ts +8 -44
- package/src/models/userevent.ts +111 -29
- package/src/types/unrecognized.ts +9 -1
- package/tsconfig.json +0 -1
|
@@ -51,236 +51,85 @@ export type GetProjectEnvResponseBodyProjectsResponseType = ClosedEnum<
|
|
|
51
51
|
typeof GetProjectEnvResponseBodyProjectsResponseType
|
|
52
52
|
>;
|
|
53
53
|
|
|
54
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type =
|
|
55
|
-
{
|
|
56
|
-
FlagsConnectionString: "flags-connection-string",
|
|
57
|
-
} as const;
|
|
58
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type =
|
|
59
|
-
ClosedEnum<
|
|
60
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type
|
|
61
|
-
>;
|
|
62
|
-
|
|
63
54
|
export type GetProjectEnvContentHintProjectsResponse15 = {
|
|
64
|
-
type:
|
|
65
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type;
|
|
55
|
+
type: "flags-connection-string";
|
|
66
56
|
projectId: string;
|
|
67
57
|
};
|
|
68
58
|
|
|
69
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type =
|
|
70
|
-
{
|
|
71
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
72
|
-
} as const;
|
|
73
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type =
|
|
74
|
-
ClosedEnum<
|
|
75
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type
|
|
76
|
-
>;
|
|
77
|
-
|
|
78
59
|
export type GetProjectEnvContentHintProjectsResponse14 = {
|
|
79
|
-
type:
|
|
80
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type;
|
|
60
|
+
type: "integration-store-secret";
|
|
81
61
|
storeId: string;
|
|
82
62
|
integrationId: string;
|
|
83
63
|
integrationProductId: string;
|
|
84
64
|
integrationConfigurationId: string;
|
|
85
65
|
};
|
|
86
66
|
|
|
87
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type =
|
|
88
|
-
{
|
|
89
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
90
|
-
} as const;
|
|
91
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type =
|
|
92
|
-
ClosedEnum<
|
|
93
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type
|
|
94
|
-
>;
|
|
95
|
-
|
|
96
67
|
export type GetProjectEnvContentHintProjectsResponse13 = {
|
|
97
|
-
type:
|
|
98
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type;
|
|
68
|
+
type: "postgres-url-no-ssl";
|
|
99
69
|
storeId: string;
|
|
100
70
|
};
|
|
101
71
|
|
|
102
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type =
|
|
103
|
-
{
|
|
104
|
-
PostgresDatabase: "postgres-database",
|
|
105
|
-
} as const;
|
|
106
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type =
|
|
107
|
-
ClosedEnum<
|
|
108
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type
|
|
109
|
-
>;
|
|
110
|
-
|
|
111
72
|
export type GetProjectEnvContentHintProjectsResponse12 = {
|
|
112
|
-
type:
|
|
113
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type;
|
|
73
|
+
type: "postgres-database";
|
|
114
74
|
storeId: string;
|
|
115
75
|
};
|
|
116
76
|
|
|
117
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type =
|
|
118
|
-
{
|
|
119
|
-
PostgresPassword: "postgres-password",
|
|
120
|
-
} as const;
|
|
121
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type =
|
|
122
|
-
ClosedEnum<
|
|
123
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type
|
|
124
|
-
>;
|
|
125
|
-
|
|
126
77
|
export type GetProjectEnvContentHintProjectsResponse11 = {
|
|
127
|
-
type:
|
|
128
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type;
|
|
78
|
+
type: "postgres-password";
|
|
129
79
|
storeId: string;
|
|
130
80
|
};
|
|
131
81
|
|
|
132
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type =
|
|
133
|
-
{
|
|
134
|
-
PostgresHost: "postgres-host",
|
|
135
|
-
} as const;
|
|
136
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type =
|
|
137
|
-
ClosedEnum<
|
|
138
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type
|
|
139
|
-
>;
|
|
140
|
-
|
|
141
82
|
export type GetProjectEnvContentHintProjectsResponse10 = {
|
|
142
|
-
type:
|
|
143
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type;
|
|
83
|
+
type: "postgres-host";
|
|
144
84
|
storeId: string;
|
|
145
85
|
};
|
|
146
86
|
|
|
147
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type =
|
|
148
|
-
{
|
|
149
|
-
PostgresUser: "postgres-user",
|
|
150
|
-
} as const;
|
|
151
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type =
|
|
152
|
-
ClosedEnum<
|
|
153
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type
|
|
154
|
-
>;
|
|
155
|
-
|
|
156
87
|
export type GetProjectEnvContentHintProjectsResponse9 = {
|
|
157
|
-
type:
|
|
158
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type;
|
|
88
|
+
type: "postgres-user";
|
|
159
89
|
storeId: string;
|
|
160
90
|
};
|
|
161
91
|
|
|
162
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type =
|
|
163
|
-
{
|
|
164
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
165
|
-
} as const;
|
|
166
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type =
|
|
167
|
-
ClosedEnum<
|
|
168
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type
|
|
169
|
-
>;
|
|
170
|
-
|
|
171
92
|
export type GetProjectEnvContentHintProjectsResponse8 = {
|
|
172
|
-
type:
|
|
173
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type;
|
|
93
|
+
type: "postgres-prisma-url";
|
|
174
94
|
storeId: string;
|
|
175
95
|
};
|
|
176
96
|
|
|
177
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type =
|
|
178
|
-
{
|
|
179
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
180
|
-
} as const;
|
|
181
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type =
|
|
182
|
-
ClosedEnum<
|
|
183
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type
|
|
184
|
-
>;
|
|
185
|
-
|
|
186
97
|
export type GetProjectEnvContentHintProjectsResponse7 = {
|
|
187
|
-
type:
|
|
188
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type;
|
|
98
|
+
type: "postgres-url-non-pooling";
|
|
189
99
|
storeId: string;
|
|
190
100
|
};
|
|
191
101
|
|
|
192
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type =
|
|
193
|
-
{
|
|
194
|
-
PostgresUrl: "postgres-url",
|
|
195
|
-
} as const;
|
|
196
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type =
|
|
197
|
-
ClosedEnum<
|
|
198
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type
|
|
199
|
-
>;
|
|
200
|
-
|
|
201
102
|
export type GetProjectEnvContentHintProjectsResponse6 = {
|
|
202
|
-
type:
|
|
203
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type;
|
|
103
|
+
type: "postgres-url";
|
|
204
104
|
storeId: string;
|
|
205
105
|
};
|
|
206
106
|
|
|
207
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type =
|
|
208
|
-
{
|
|
209
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
210
|
-
} as const;
|
|
211
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type =
|
|
212
|
-
ClosedEnum<
|
|
213
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type
|
|
214
|
-
>;
|
|
215
|
-
|
|
216
107
|
export type GetProjectEnvContentHintProjectsResponse5 = {
|
|
217
|
-
type:
|
|
218
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type;
|
|
108
|
+
type: "blob-read-write-token";
|
|
219
109
|
storeId: string;
|
|
220
110
|
};
|
|
221
111
|
|
|
222
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type =
|
|
223
|
-
{
|
|
224
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
225
|
-
} as const;
|
|
226
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type =
|
|
227
|
-
ClosedEnum<
|
|
228
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type
|
|
229
|
-
>;
|
|
230
|
-
|
|
231
112
|
export type GetProjectEnvContentHintProjectsResponse4 = {
|
|
232
|
-
type:
|
|
233
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type;
|
|
113
|
+
type: "redis-rest-api-read-only-token";
|
|
234
114
|
storeId: string;
|
|
235
115
|
};
|
|
236
116
|
|
|
237
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type =
|
|
238
|
-
{
|
|
239
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
240
|
-
} as const;
|
|
241
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type =
|
|
242
|
-
ClosedEnum<
|
|
243
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type
|
|
244
|
-
>;
|
|
245
|
-
|
|
246
117
|
export type GetProjectEnvContentHintProjectsResponse3 = {
|
|
247
|
-
type:
|
|
248
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type;
|
|
118
|
+
type: "redis-rest-api-token";
|
|
249
119
|
storeId: string;
|
|
250
120
|
};
|
|
251
121
|
|
|
252
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type =
|
|
253
|
-
{
|
|
254
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
255
|
-
} as const;
|
|
256
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type =
|
|
257
|
-
ClosedEnum<
|
|
258
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type
|
|
259
|
-
>;
|
|
260
|
-
|
|
261
122
|
export type GetProjectEnvContentHintProjectsResponse2 = {
|
|
262
|
-
type:
|
|
263
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type;
|
|
123
|
+
type: "redis-rest-api-url";
|
|
264
124
|
storeId: string;
|
|
265
125
|
};
|
|
266
126
|
|
|
267
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type =
|
|
268
|
-
{
|
|
269
|
-
RedisUrl: "redis-url",
|
|
270
|
-
} as const;
|
|
271
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type =
|
|
272
|
-
ClosedEnum<
|
|
273
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
274
|
-
>;
|
|
275
|
-
|
|
276
127
|
export type GetProjectEnvContentHintProjectsResponse1 = {
|
|
277
|
-
type:
|
|
278
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type;
|
|
128
|
+
type: "redis-url";
|
|
279
129
|
storeId: string;
|
|
280
130
|
};
|
|
281
131
|
|
|
282
132
|
export type GetProjectEnvResponseBodyProjectsResponseContentHint =
|
|
283
|
-
| GetProjectEnvContentHintProjectsResponse14
|
|
284
133
|
| GetProjectEnvContentHintProjectsResponse1
|
|
285
134
|
| GetProjectEnvContentHintProjectsResponse2
|
|
286
135
|
| GetProjectEnvContentHintProjectsResponse3
|
|
@@ -294,6 +143,7 @@ export type GetProjectEnvResponseBodyProjectsResponseContentHint =
|
|
|
294
143
|
| GetProjectEnvContentHintProjectsResponse11
|
|
295
144
|
| GetProjectEnvContentHintProjectsResponse12
|
|
296
145
|
| GetProjectEnvContentHintProjectsResponse13
|
|
146
|
+
| GetProjectEnvContentHintProjectsResponse14
|
|
297
147
|
| GetProjectEnvContentHintProjectsResponse15;
|
|
298
148
|
|
|
299
149
|
export const GetProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type =
|
|
@@ -336,7 +186,6 @@ export type GetProjectEnvResponseBody3 = {
|
|
|
336
186
|
edgeConfigId?: string | null | undefined;
|
|
337
187
|
edgeConfigTokenId?: string | null | undefined;
|
|
338
188
|
contentHint?:
|
|
339
|
-
| GetProjectEnvContentHintProjectsResponse14
|
|
340
189
|
| GetProjectEnvContentHintProjectsResponse1
|
|
341
190
|
| GetProjectEnvContentHintProjectsResponse2
|
|
342
191
|
| GetProjectEnvContentHintProjectsResponse3
|
|
@@ -350,6 +199,7 @@ export type GetProjectEnvResponseBody3 = {
|
|
|
350
199
|
| GetProjectEnvContentHintProjectsResponse11
|
|
351
200
|
| GetProjectEnvContentHintProjectsResponse12
|
|
352
201
|
| GetProjectEnvContentHintProjectsResponse13
|
|
202
|
+
| GetProjectEnvContentHintProjectsResponse14
|
|
353
203
|
| GetProjectEnvContentHintProjectsResponse15
|
|
354
204
|
| null
|
|
355
205
|
| undefined;
|
|
@@ -397,236 +247,85 @@ export type GetProjectEnvResponseBodyProjectsType = ClosedEnum<
|
|
|
397
247
|
typeof GetProjectEnvResponseBodyProjectsType
|
|
398
248
|
>;
|
|
399
249
|
|
|
400
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type =
|
|
401
|
-
{
|
|
402
|
-
FlagsConnectionString: "flags-connection-string",
|
|
403
|
-
} as const;
|
|
404
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type =
|
|
405
|
-
ClosedEnum<
|
|
406
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type
|
|
407
|
-
>;
|
|
408
|
-
|
|
409
250
|
export type GetProjectEnvContentHintProjects15 = {
|
|
410
|
-
type:
|
|
411
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type;
|
|
251
|
+
type: "flags-connection-string";
|
|
412
252
|
projectId: string;
|
|
413
253
|
};
|
|
414
254
|
|
|
415
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type =
|
|
416
|
-
{
|
|
417
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
418
|
-
} as const;
|
|
419
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type =
|
|
420
|
-
ClosedEnum<
|
|
421
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type
|
|
422
|
-
>;
|
|
423
|
-
|
|
424
255
|
export type GetProjectEnvContentHintProjects14 = {
|
|
425
|
-
type:
|
|
426
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type;
|
|
256
|
+
type: "integration-store-secret";
|
|
427
257
|
storeId: string;
|
|
428
258
|
integrationId: string;
|
|
429
259
|
integrationProductId: string;
|
|
430
260
|
integrationConfigurationId: string;
|
|
431
261
|
};
|
|
432
262
|
|
|
433
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type =
|
|
434
|
-
{
|
|
435
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
436
|
-
} as const;
|
|
437
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type =
|
|
438
|
-
ClosedEnum<
|
|
439
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type
|
|
440
|
-
>;
|
|
441
|
-
|
|
442
263
|
export type GetProjectEnvContentHintProjects13 = {
|
|
443
|
-
type:
|
|
444
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type;
|
|
264
|
+
type: "postgres-url-no-ssl";
|
|
445
265
|
storeId: string;
|
|
446
266
|
};
|
|
447
267
|
|
|
448
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type =
|
|
449
|
-
{
|
|
450
|
-
PostgresDatabase: "postgres-database",
|
|
451
|
-
} as const;
|
|
452
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type =
|
|
453
|
-
ClosedEnum<
|
|
454
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type
|
|
455
|
-
>;
|
|
456
|
-
|
|
457
268
|
export type GetProjectEnvContentHintProjects12 = {
|
|
458
|
-
type:
|
|
459
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type;
|
|
269
|
+
type: "postgres-database";
|
|
460
270
|
storeId: string;
|
|
461
271
|
};
|
|
462
272
|
|
|
463
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type =
|
|
464
|
-
{
|
|
465
|
-
PostgresPassword: "postgres-password",
|
|
466
|
-
} as const;
|
|
467
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type =
|
|
468
|
-
ClosedEnum<
|
|
469
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type
|
|
470
|
-
>;
|
|
471
|
-
|
|
472
273
|
export type GetProjectEnvContentHintProjects11 = {
|
|
473
|
-
type:
|
|
474
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type;
|
|
274
|
+
type: "postgres-password";
|
|
475
275
|
storeId: string;
|
|
476
276
|
};
|
|
477
277
|
|
|
478
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type =
|
|
479
|
-
{
|
|
480
|
-
PostgresHost: "postgres-host",
|
|
481
|
-
} as const;
|
|
482
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type =
|
|
483
|
-
ClosedEnum<
|
|
484
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type
|
|
485
|
-
>;
|
|
486
|
-
|
|
487
278
|
export type GetProjectEnvContentHintProjects10 = {
|
|
488
|
-
type:
|
|
489
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type;
|
|
279
|
+
type: "postgres-host";
|
|
490
280
|
storeId: string;
|
|
491
281
|
};
|
|
492
282
|
|
|
493
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type =
|
|
494
|
-
{
|
|
495
|
-
PostgresUser: "postgres-user",
|
|
496
|
-
} as const;
|
|
497
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type =
|
|
498
|
-
ClosedEnum<
|
|
499
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type
|
|
500
|
-
>;
|
|
501
|
-
|
|
502
283
|
export type GetProjectEnvContentHintProjects9 = {
|
|
503
|
-
type:
|
|
504
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type;
|
|
284
|
+
type: "postgres-user";
|
|
505
285
|
storeId: string;
|
|
506
286
|
};
|
|
507
287
|
|
|
508
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type =
|
|
509
|
-
{
|
|
510
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
511
|
-
} as const;
|
|
512
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type =
|
|
513
|
-
ClosedEnum<
|
|
514
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type
|
|
515
|
-
>;
|
|
516
|
-
|
|
517
288
|
export type GetProjectEnvContentHintProjects8 = {
|
|
518
|
-
type:
|
|
519
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type;
|
|
289
|
+
type: "postgres-prisma-url";
|
|
520
290
|
storeId: string;
|
|
521
291
|
};
|
|
522
292
|
|
|
523
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type =
|
|
524
|
-
{
|
|
525
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
526
|
-
} as const;
|
|
527
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type =
|
|
528
|
-
ClosedEnum<
|
|
529
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type
|
|
530
|
-
>;
|
|
531
|
-
|
|
532
293
|
export type GetProjectEnvContentHintProjects7 = {
|
|
533
|
-
type:
|
|
534
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type;
|
|
294
|
+
type: "postgres-url-non-pooling";
|
|
535
295
|
storeId: string;
|
|
536
296
|
};
|
|
537
297
|
|
|
538
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type =
|
|
539
|
-
{
|
|
540
|
-
PostgresUrl: "postgres-url",
|
|
541
|
-
} as const;
|
|
542
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type =
|
|
543
|
-
ClosedEnum<
|
|
544
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type
|
|
545
|
-
>;
|
|
546
|
-
|
|
547
298
|
export type GetProjectEnvContentHintProjects6 = {
|
|
548
|
-
type:
|
|
549
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type;
|
|
299
|
+
type: "postgres-url";
|
|
550
300
|
storeId: string;
|
|
551
301
|
};
|
|
552
302
|
|
|
553
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type =
|
|
554
|
-
{
|
|
555
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
556
|
-
} as const;
|
|
557
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type =
|
|
558
|
-
ClosedEnum<
|
|
559
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type
|
|
560
|
-
>;
|
|
561
|
-
|
|
562
303
|
export type GetProjectEnvContentHintProjects5 = {
|
|
563
|
-
type:
|
|
564
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type;
|
|
304
|
+
type: "blob-read-write-token";
|
|
565
305
|
storeId: string;
|
|
566
306
|
};
|
|
567
307
|
|
|
568
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type =
|
|
569
|
-
{
|
|
570
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
571
|
-
} as const;
|
|
572
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type =
|
|
573
|
-
ClosedEnum<
|
|
574
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type
|
|
575
|
-
>;
|
|
576
|
-
|
|
577
308
|
export type GetProjectEnvContentHintProjects4 = {
|
|
578
|
-
type:
|
|
579
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type;
|
|
309
|
+
type: "redis-rest-api-read-only-token";
|
|
580
310
|
storeId: string;
|
|
581
311
|
};
|
|
582
312
|
|
|
583
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type =
|
|
584
|
-
{
|
|
585
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
586
|
-
} as const;
|
|
587
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type =
|
|
588
|
-
ClosedEnum<
|
|
589
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type
|
|
590
|
-
>;
|
|
591
|
-
|
|
592
313
|
export type GetProjectEnvContentHintProjects3 = {
|
|
593
|
-
type:
|
|
594
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type;
|
|
314
|
+
type: "redis-rest-api-token";
|
|
595
315
|
storeId: string;
|
|
596
316
|
};
|
|
597
317
|
|
|
598
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type =
|
|
599
|
-
{
|
|
600
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
601
|
-
} as const;
|
|
602
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type =
|
|
603
|
-
ClosedEnum<
|
|
604
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type
|
|
605
|
-
>;
|
|
606
|
-
|
|
607
318
|
export type GetProjectEnvContentHintProjects2 = {
|
|
608
|
-
type:
|
|
609
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type;
|
|
319
|
+
type: "redis-rest-api-url";
|
|
610
320
|
storeId: string;
|
|
611
321
|
};
|
|
612
322
|
|
|
613
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type =
|
|
614
|
-
{
|
|
615
|
-
RedisUrl: "redis-url",
|
|
616
|
-
} as const;
|
|
617
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type =
|
|
618
|
-
ClosedEnum<
|
|
619
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
620
|
-
>;
|
|
621
|
-
|
|
622
323
|
export type GetProjectEnvContentHintProjects1 = {
|
|
623
|
-
type:
|
|
624
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type;
|
|
324
|
+
type: "redis-url";
|
|
625
325
|
storeId: string;
|
|
626
326
|
};
|
|
627
327
|
|
|
628
328
|
export type GetProjectEnvResponseBodyProjectsContentHint =
|
|
629
|
-
| GetProjectEnvContentHintProjects14
|
|
630
329
|
| GetProjectEnvContentHintProjects1
|
|
631
330
|
| GetProjectEnvContentHintProjects2
|
|
632
331
|
| GetProjectEnvContentHintProjects3
|
|
@@ -640,6 +339,7 @@ export type GetProjectEnvResponseBodyProjectsContentHint =
|
|
|
640
339
|
| GetProjectEnvContentHintProjects11
|
|
641
340
|
| GetProjectEnvContentHintProjects12
|
|
642
341
|
| GetProjectEnvContentHintProjects13
|
|
342
|
+
| GetProjectEnvContentHintProjects14
|
|
643
343
|
| GetProjectEnvContentHintProjects15;
|
|
644
344
|
|
|
645
345
|
export const GetProjectEnvResponseBodyProjectsResponse200Type = {
|
|
@@ -684,7 +384,6 @@ export type GetProjectEnvResponseBody2 = {
|
|
|
684
384
|
edgeConfigId?: string | null | undefined;
|
|
685
385
|
edgeConfigTokenId?: string | null | undefined;
|
|
686
386
|
contentHint?:
|
|
687
|
-
| GetProjectEnvContentHintProjects14
|
|
688
387
|
| GetProjectEnvContentHintProjects1
|
|
689
388
|
| GetProjectEnvContentHintProjects2
|
|
690
389
|
| GetProjectEnvContentHintProjects3
|
|
@@ -698,6 +397,7 @@ export type GetProjectEnvResponseBody2 = {
|
|
|
698
397
|
| GetProjectEnvContentHintProjects11
|
|
699
398
|
| GetProjectEnvContentHintProjects12
|
|
700
399
|
| GetProjectEnvContentHintProjects13
|
|
400
|
+
| GetProjectEnvContentHintProjects14
|
|
701
401
|
| GetProjectEnvContentHintProjects15
|
|
702
402
|
| null
|
|
703
403
|
| undefined;
|
|
@@ -741,222 +441,85 @@ export type GetProjectEnvResponseBodyType = ClosedEnum<
|
|
|
741
441
|
typeof GetProjectEnvResponseBodyType
|
|
742
442
|
>;
|
|
743
443
|
|
|
744
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
745
|
-
{
|
|
746
|
-
FlagsConnectionString: "flags-connection-string",
|
|
747
|
-
} as const;
|
|
748
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
749
|
-
ClosedEnum<
|
|
750
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
751
|
-
>;
|
|
752
|
-
|
|
753
444
|
export type GetProjectEnvContentHint15 = {
|
|
754
|
-
type:
|
|
755
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type;
|
|
445
|
+
type: "flags-connection-string";
|
|
756
446
|
projectId: string;
|
|
757
447
|
};
|
|
758
448
|
|
|
759
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
760
|
-
{
|
|
761
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
762
|
-
} as const;
|
|
763
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
764
|
-
ClosedEnum<
|
|
765
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
766
|
-
>;
|
|
767
|
-
|
|
768
449
|
export type GetProjectEnvContentHint14 = {
|
|
769
|
-
type:
|
|
770
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type;
|
|
450
|
+
type: "integration-store-secret";
|
|
771
451
|
storeId: string;
|
|
772
452
|
integrationId: string;
|
|
773
453
|
integrationProductId: string;
|
|
774
454
|
integrationConfigurationId: string;
|
|
775
455
|
};
|
|
776
456
|
|
|
777
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
778
|
-
{
|
|
779
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
780
|
-
} as const;
|
|
781
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
782
|
-
ClosedEnum<
|
|
783
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
784
|
-
>;
|
|
785
|
-
|
|
786
457
|
export type GetProjectEnvContentHint13 = {
|
|
787
|
-
type:
|
|
788
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type;
|
|
458
|
+
type: "postgres-url-no-ssl";
|
|
789
459
|
storeId: string;
|
|
790
460
|
};
|
|
791
461
|
|
|
792
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
793
|
-
{
|
|
794
|
-
PostgresDatabase: "postgres-database",
|
|
795
|
-
} as const;
|
|
796
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
797
|
-
ClosedEnum<
|
|
798
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
799
|
-
>;
|
|
800
|
-
|
|
801
462
|
export type GetProjectEnvContentHint12 = {
|
|
802
|
-
type:
|
|
803
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type;
|
|
463
|
+
type: "postgres-database";
|
|
804
464
|
storeId: string;
|
|
805
465
|
};
|
|
806
466
|
|
|
807
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
808
|
-
{
|
|
809
|
-
PostgresPassword: "postgres-password",
|
|
810
|
-
} as const;
|
|
811
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
812
|
-
ClosedEnum<
|
|
813
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
814
|
-
>;
|
|
815
|
-
|
|
816
467
|
export type GetProjectEnvContentHint11 = {
|
|
817
|
-
type:
|
|
818
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type;
|
|
468
|
+
type: "postgres-password";
|
|
819
469
|
storeId: string;
|
|
820
470
|
};
|
|
821
471
|
|
|
822
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
823
|
-
{
|
|
824
|
-
PostgresHost: "postgres-host",
|
|
825
|
-
} as const;
|
|
826
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
827
|
-
ClosedEnum<
|
|
828
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
829
|
-
>;
|
|
830
|
-
|
|
831
472
|
export type GetProjectEnvContentHint10 = {
|
|
832
|
-
type:
|
|
833
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type;
|
|
473
|
+
type: "postgres-host";
|
|
834
474
|
storeId: string;
|
|
835
475
|
};
|
|
836
476
|
|
|
837
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
838
|
-
{
|
|
839
|
-
PostgresUser: "postgres-user",
|
|
840
|
-
} as const;
|
|
841
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
842
|
-
ClosedEnum<
|
|
843
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
844
|
-
>;
|
|
845
|
-
|
|
846
477
|
export type GetProjectEnvContentHint9 = {
|
|
847
|
-
type:
|
|
848
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type;
|
|
478
|
+
type: "postgres-user";
|
|
849
479
|
storeId: string;
|
|
850
480
|
};
|
|
851
481
|
|
|
852
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
853
|
-
{
|
|
854
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
855
|
-
} as const;
|
|
856
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
857
|
-
ClosedEnum<
|
|
858
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
859
|
-
>;
|
|
860
|
-
|
|
861
482
|
export type GetProjectEnvContentHint8 = {
|
|
862
|
-
type:
|
|
863
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type;
|
|
483
|
+
type: "postgres-prisma-url";
|
|
864
484
|
storeId: string;
|
|
865
485
|
};
|
|
866
486
|
|
|
867
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
868
|
-
{
|
|
869
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
870
|
-
} as const;
|
|
871
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
872
|
-
ClosedEnum<
|
|
873
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
874
|
-
>;
|
|
875
|
-
|
|
876
487
|
export type GetProjectEnvContentHint7 = {
|
|
877
|
-
type:
|
|
878
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type;
|
|
488
|
+
type: "postgres-url-non-pooling";
|
|
879
489
|
storeId: string;
|
|
880
490
|
};
|
|
881
491
|
|
|
882
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
883
|
-
{
|
|
884
|
-
PostgresUrl: "postgres-url",
|
|
885
|
-
} as const;
|
|
886
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
887
|
-
ClosedEnum<
|
|
888
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
889
|
-
>;
|
|
890
|
-
|
|
891
492
|
export type GetProjectEnvContentHint6 = {
|
|
892
|
-
type:
|
|
893
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
493
|
+
type: "postgres-url";
|
|
894
494
|
storeId: string;
|
|
895
495
|
};
|
|
896
496
|
|
|
897
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONType = {
|
|
898
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
899
|
-
} as const;
|
|
900
|
-
export type GetProjectEnvContentHintProjectsResponse200ApplicationJSONType =
|
|
901
|
-
ClosedEnum<
|
|
902
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
903
|
-
>;
|
|
904
|
-
|
|
905
497
|
export type GetProjectEnvContentHint5 = {
|
|
906
|
-
type:
|
|
498
|
+
type: "blob-read-write-token";
|
|
907
499
|
storeId: string;
|
|
908
500
|
};
|
|
909
501
|
|
|
910
|
-
export const GetProjectEnvContentHintProjectsResponse200Type = {
|
|
911
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
912
|
-
} as const;
|
|
913
|
-
export type GetProjectEnvContentHintProjectsResponse200Type = ClosedEnum<
|
|
914
|
-
typeof GetProjectEnvContentHintProjectsResponse200Type
|
|
915
|
-
>;
|
|
916
|
-
|
|
917
502
|
export type GetProjectEnvContentHint4 = {
|
|
918
|
-
type:
|
|
503
|
+
type: "redis-rest-api-read-only-token";
|
|
919
504
|
storeId: string;
|
|
920
505
|
};
|
|
921
506
|
|
|
922
|
-
export const GetProjectEnvContentHintProjectsResponseType = {
|
|
923
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
924
|
-
} as const;
|
|
925
|
-
export type GetProjectEnvContentHintProjectsResponseType = ClosedEnum<
|
|
926
|
-
typeof GetProjectEnvContentHintProjectsResponseType
|
|
927
|
-
>;
|
|
928
|
-
|
|
929
507
|
export type GetProjectEnvContentHint3 = {
|
|
930
|
-
type:
|
|
508
|
+
type: "redis-rest-api-token";
|
|
931
509
|
storeId: string;
|
|
932
510
|
};
|
|
933
511
|
|
|
934
|
-
export const GetProjectEnvContentHintProjectsType = {
|
|
935
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
936
|
-
} as const;
|
|
937
|
-
export type GetProjectEnvContentHintProjectsType = ClosedEnum<
|
|
938
|
-
typeof GetProjectEnvContentHintProjectsType
|
|
939
|
-
>;
|
|
940
|
-
|
|
941
512
|
export type GetProjectEnvContentHint2 = {
|
|
942
|
-
type:
|
|
513
|
+
type: "redis-rest-api-url";
|
|
943
514
|
storeId: string;
|
|
944
515
|
};
|
|
945
516
|
|
|
946
|
-
export const GetProjectEnvContentHintType = {
|
|
947
|
-
RedisUrl: "redis-url",
|
|
948
|
-
} as const;
|
|
949
|
-
export type GetProjectEnvContentHintType = ClosedEnum<
|
|
950
|
-
typeof GetProjectEnvContentHintType
|
|
951
|
-
>;
|
|
952
|
-
|
|
953
517
|
export type GetProjectEnvContentHint1 = {
|
|
954
|
-
type:
|
|
518
|
+
type: "redis-url";
|
|
955
519
|
storeId: string;
|
|
956
520
|
};
|
|
957
521
|
|
|
958
522
|
export type GetProjectEnvResponseBodyContentHint =
|
|
959
|
-
| GetProjectEnvContentHint14
|
|
960
523
|
| GetProjectEnvContentHint1
|
|
961
524
|
| GetProjectEnvContentHint2
|
|
962
525
|
| GetProjectEnvContentHint3
|
|
@@ -970,6 +533,7 @@ export type GetProjectEnvResponseBodyContentHint =
|
|
|
970
533
|
| GetProjectEnvContentHint11
|
|
971
534
|
| GetProjectEnvContentHint12
|
|
972
535
|
| GetProjectEnvContentHint13
|
|
536
|
+
| GetProjectEnvContentHint14
|
|
973
537
|
| GetProjectEnvContentHint15;
|
|
974
538
|
|
|
975
539
|
export const GetProjectEnvResponseBodyProjectsResponse200ApplicationJSONType = {
|
|
@@ -1010,7 +574,6 @@ export type GetProjectEnvResponseBody1 = {
|
|
|
1010
574
|
edgeConfigId?: string | null | undefined;
|
|
1011
575
|
edgeConfigTokenId?: string | null | undefined;
|
|
1012
576
|
contentHint?:
|
|
1013
|
-
| GetProjectEnvContentHint14
|
|
1014
577
|
| GetProjectEnvContentHint1
|
|
1015
578
|
| GetProjectEnvContentHint2
|
|
1016
579
|
| GetProjectEnvContentHint3
|
|
@@ -1024,6 +587,7 @@ export type GetProjectEnvResponseBody1 = {
|
|
|
1024
587
|
| GetProjectEnvContentHint11
|
|
1025
588
|
| GetProjectEnvContentHint12
|
|
1026
589
|
| GetProjectEnvContentHint13
|
|
590
|
+
| GetProjectEnvContentHint14
|
|
1027
591
|
| GetProjectEnvContentHint15
|
|
1028
592
|
| null
|
|
1029
593
|
| undefined;
|
|
@@ -1162,31 +726,16 @@ export const GetProjectEnvResponseBodyProjectsResponseType$outboundSchema:
|
|
|
1162
726
|
z.ZodNativeEnum<typeof GetProjectEnvResponseBodyProjectsResponseType> =
|
|
1163
727
|
GetProjectEnvResponseBodyProjectsResponseType$inboundSchema;
|
|
1164
728
|
|
|
1165
|
-
/** @internal */
|
|
1166
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema:
|
|
1167
|
-
z.ZodNativeEnum<
|
|
1168
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type
|
|
1169
|
-
> = z.nativeEnum(
|
|
1170
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type,
|
|
1171
|
-
);
|
|
1172
|
-
/** @internal */
|
|
1173
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema:
|
|
1174
|
-
z.ZodNativeEnum<
|
|
1175
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type
|
|
1176
|
-
> =
|
|
1177
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema;
|
|
1178
|
-
|
|
1179
729
|
/** @internal */
|
|
1180
730
|
export const GetProjectEnvContentHintProjectsResponse15$inboundSchema:
|
|
1181
731
|
z.ZodType<GetProjectEnvContentHintProjectsResponse15, z.ZodTypeDef, unknown> =
|
|
1182
732
|
z.object({
|
|
1183
|
-
type:
|
|
1184
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema,
|
|
733
|
+
type: z.literal("flags-connection-string"),
|
|
1185
734
|
projectId: z.string(),
|
|
1186
735
|
});
|
|
1187
736
|
/** @internal */
|
|
1188
737
|
export type GetProjectEnvContentHintProjectsResponse15$Outbound = {
|
|
1189
|
-
type: string;
|
|
738
|
+
type: "flags-connection-string";
|
|
1190
739
|
projectId: string;
|
|
1191
740
|
};
|
|
1192
741
|
|
|
@@ -1197,8 +746,7 @@ export const GetProjectEnvContentHintProjectsResponse15$outboundSchema:
|
|
|
1197
746
|
z.ZodTypeDef,
|
|
1198
747
|
GetProjectEnvContentHintProjectsResponse15
|
|
1199
748
|
> = z.object({
|
|
1200
|
-
type:
|
|
1201
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema,
|
|
749
|
+
type: z.literal("flags-connection-string"),
|
|
1202
750
|
projectId: z.string(),
|
|
1203
751
|
});
|
|
1204
752
|
|
|
@@ -1228,26 +776,11 @@ export function getProjectEnvContentHintProjectsResponse15FromJSON(
|
|
|
1228
776
|
);
|
|
1229
777
|
}
|
|
1230
778
|
|
|
1231
|
-
/** @internal */
|
|
1232
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema:
|
|
1233
|
-
z.ZodNativeEnum<
|
|
1234
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type
|
|
1235
|
-
> = z.nativeEnum(
|
|
1236
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type,
|
|
1237
|
-
);
|
|
1238
|
-
/** @internal */
|
|
1239
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema:
|
|
1240
|
-
z.ZodNativeEnum<
|
|
1241
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type
|
|
1242
|
-
> =
|
|
1243
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema;
|
|
1244
|
-
|
|
1245
779
|
/** @internal */
|
|
1246
780
|
export const GetProjectEnvContentHintProjectsResponse14$inboundSchema:
|
|
1247
781
|
z.ZodType<GetProjectEnvContentHintProjectsResponse14, z.ZodTypeDef, unknown> =
|
|
1248
782
|
z.object({
|
|
1249
|
-
type:
|
|
1250
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema,
|
|
783
|
+
type: z.literal("integration-store-secret"),
|
|
1251
784
|
storeId: z.string(),
|
|
1252
785
|
integrationId: z.string(),
|
|
1253
786
|
integrationProductId: z.string(),
|
|
@@ -1255,7 +788,7 @@ export const GetProjectEnvContentHintProjectsResponse14$inboundSchema:
|
|
|
1255
788
|
});
|
|
1256
789
|
/** @internal */
|
|
1257
790
|
export type GetProjectEnvContentHintProjectsResponse14$Outbound = {
|
|
1258
|
-
type:
|
|
791
|
+
type: "integration-store-secret";
|
|
1259
792
|
storeId: string;
|
|
1260
793
|
integrationId: string;
|
|
1261
794
|
integrationProductId: string;
|
|
@@ -1269,8 +802,7 @@ export const GetProjectEnvContentHintProjectsResponse14$outboundSchema:
|
|
|
1269
802
|
z.ZodTypeDef,
|
|
1270
803
|
GetProjectEnvContentHintProjectsResponse14
|
|
1271
804
|
> = z.object({
|
|
1272
|
-
type:
|
|
1273
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema,
|
|
805
|
+
type: z.literal("integration-store-secret"),
|
|
1274
806
|
storeId: z.string(),
|
|
1275
807
|
integrationId: z.string(),
|
|
1276
808
|
integrationProductId: z.string(),
|
|
@@ -1303,31 +835,16 @@ export function getProjectEnvContentHintProjectsResponse14FromJSON(
|
|
|
1303
835
|
);
|
|
1304
836
|
}
|
|
1305
837
|
|
|
1306
|
-
/** @internal */
|
|
1307
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema:
|
|
1308
|
-
z.ZodNativeEnum<
|
|
1309
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type
|
|
1310
|
-
> = z.nativeEnum(
|
|
1311
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type,
|
|
1312
|
-
);
|
|
1313
|
-
/** @internal */
|
|
1314
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema:
|
|
1315
|
-
z.ZodNativeEnum<
|
|
1316
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type
|
|
1317
|
-
> =
|
|
1318
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema;
|
|
1319
|
-
|
|
1320
838
|
/** @internal */
|
|
1321
839
|
export const GetProjectEnvContentHintProjectsResponse13$inboundSchema:
|
|
1322
840
|
z.ZodType<GetProjectEnvContentHintProjectsResponse13, z.ZodTypeDef, unknown> =
|
|
1323
841
|
z.object({
|
|
1324
|
-
type:
|
|
1325
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema,
|
|
842
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
1326
843
|
storeId: z.string(),
|
|
1327
844
|
});
|
|
1328
845
|
/** @internal */
|
|
1329
846
|
export type GetProjectEnvContentHintProjectsResponse13$Outbound = {
|
|
1330
|
-
type:
|
|
847
|
+
type: "postgres-url-no-ssl";
|
|
1331
848
|
storeId: string;
|
|
1332
849
|
};
|
|
1333
850
|
|
|
@@ -1338,8 +855,7 @@ export const GetProjectEnvContentHintProjectsResponse13$outboundSchema:
|
|
|
1338
855
|
z.ZodTypeDef,
|
|
1339
856
|
GetProjectEnvContentHintProjectsResponse13
|
|
1340
857
|
> = z.object({
|
|
1341
|
-
type:
|
|
1342
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema,
|
|
858
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
1343
859
|
storeId: z.string(),
|
|
1344
860
|
});
|
|
1345
861
|
|
|
@@ -1369,31 +885,16 @@ export function getProjectEnvContentHintProjectsResponse13FromJSON(
|
|
|
1369
885
|
);
|
|
1370
886
|
}
|
|
1371
887
|
|
|
1372
|
-
/** @internal */
|
|
1373
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema:
|
|
1374
|
-
z.ZodNativeEnum<
|
|
1375
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type
|
|
1376
|
-
> = z.nativeEnum(
|
|
1377
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type,
|
|
1378
|
-
);
|
|
1379
|
-
/** @internal */
|
|
1380
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema:
|
|
1381
|
-
z.ZodNativeEnum<
|
|
1382
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type
|
|
1383
|
-
> =
|
|
1384
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema;
|
|
1385
|
-
|
|
1386
888
|
/** @internal */
|
|
1387
889
|
export const GetProjectEnvContentHintProjectsResponse12$inboundSchema:
|
|
1388
890
|
z.ZodType<GetProjectEnvContentHintProjectsResponse12, z.ZodTypeDef, unknown> =
|
|
1389
891
|
z.object({
|
|
1390
|
-
type:
|
|
1391
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema,
|
|
892
|
+
type: z.literal("postgres-database"),
|
|
1392
893
|
storeId: z.string(),
|
|
1393
894
|
});
|
|
1394
895
|
/** @internal */
|
|
1395
896
|
export type GetProjectEnvContentHintProjectsResponse12$Outbound = {
|
|
1396
|
-
type:
|
|
897
|
+
type: "postgres-database";
|
|
1397
898
|
storeId: string;
|
|
1398
899
|
};
|
|
1399
900
|
|
|
@@ -1404,8 +905,7 @@ export const GetProjectEnvContentHintProjectsResponse12$outboundSchema:
|
|
|
1404
905
|
z.ZodTypeDef,
|
|
1405
906
|
GetProjectEnvContentHintProjectsResponse12
|
|
1406
907
|
> = z.object({
|
|
1407
|
-
type:
|
|
1408
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema,
|
|
908
|
+
type: z.literal("postgres-database"),
|
|
1409
909
|
storeId: z.string(),
|
|
1410
910
|
});
|
|
1411
911
|
|
|
@@ -1435,31 +935,16 @@ export function getProjectEnvContentHintProjectsResponse12FromJSON(
|
|
|
1435
935
|
);
|
|
1436
936
|
}
|
|
1437
937
|
|
|
1438
|
-
/** @internal */
|
|
1439
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema:
|
|
1440
|
-
z.ZodNativeEnum<
|
|
1441
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type
|
|
1442
|
-
> = z.nativeEnum(
|
|
1443
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type,
|
|
1444
|
-
);
|
|
1445
|
-
/** @internal */
|
|
1446
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema:
|
|
1447
|
-
z.ZodNativeEnum<
|
|
1448
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type
|
|
1449
|
-
> =
|
|
1450
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema;
|
|
1451
|
-
|
|
1452
938
|
/** @internal */
|
|
1453
939
|
export const GetProjectEnvContentHintProjectsResponse11$inboundSchema:
|
|
1454
940
|
z.ZodType<GetProjectEnvContentHintProjectsResponse11, z.ZodTypeDef, unknown> =
|
|
1455
941
|
z.object({
|
|
1456
|
-
type:
|
|
1457
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema,
|
|
942
|
+
type: z.literal("postgres-password"),
|
|
1458
943
|
storeId: z.string(),
|
|
1459
944
|
});
|
|
1460
945
|
/** @internal */
|
|
1461
946
|
export type GetProjectEnvContentHintProjectsResponse11$Outbound = {
|
|
1462
|
-
type:
|
|
947
|
+
type: "postgres-password";
|
|
1463
948
|
storeId: string;
|
|
1464
949
|
};
|
|
1465
950
|
|
|
@@ -1470,8 +955,7 @@ export const GetProjectEnvContentHintProjectsResponse11$outboundSchema:
|
|
|
1470
955
|
z.ZodTypeDef,
|
|
1471
956
|
GetProjectEnvContentHintProjectsResponse11
|
|
1472
957
|
> = z.object({
|
|
1473
|
-
type:
|
|
1474
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema,
|
|
958
|
+
type: z.literal("postgres-password"),
|
|
1475
959
|
storeId: z.string(),
|
|
1476
960
|
});
|
|
1477
961
|
|
|
@@ -1501,31 +985,16 @@ export function getProjectEnvContentHintProjectsResponse11FromJSON(
|
|
|
1501
985
|
);
|
|
1502
986
|
}
|
|
1503
987
|
|
|
1504
|
-
/** @internal */
|
|
1505
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema:
|
|
1506
|
-
z.ZodNativeEnum<
|
|
1507
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type
|
|
1508
|
-
> = z.nativeEnum(
|
|
1509
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type,
|
|
1510
|
-
);
|
|
1511
|
-
/** @internal */
|
|
1512
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema:
|
|
1513
|
-
z.ZodNativeEnum<
|
|
1514
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type
|
|
1515
|
-
> =
|
|
1516
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema;
|
|
1517
|
-
|
|
1518
988
|
/** @internal */
|
|
1519
989
|
export const GetProjectEnvContentHintProjectsResponse10$inboundSchema:
|
|
1520
990
|
z.ZodType<GetProjectEnvContentHintProjectsResponse10, z.ZodTypeDef, unknown> =
|
|
1521
991
|
z.object({
|
|
1522
|
-
type:
|
|
1523
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema,
|
|
992
|
+
type: z.literal("postgres-host"),
|
|
1524
993
|
storeId: z.string(),
|
|
1525
994
|
});
|
|
1526
995
|
/** @internal */
|
|
1527
996
|
export type GetProjectEnvContentHintProjectsResponse10$Outbound = {
|
|
1528
|
-
type:
|
|
997
|
+
type: "postgres-host";
|
|
1529
998
|
storeId: string;
|
|
1530
999
|
};
|
|
1531
1000
|
|
|
@@ -1536,8 +1005,7 @@ export const GetProjectEnvContentHintProjectsResponse10$outboundSchema:
|
|
|
1536
1005
|
z.ZodTypeDef,
|
|
1537
1006
|
GetProjectEnvContentHintProjectsResponse10
|
|
1538
1007
|
> = z.object({
|
|
1539
|
-
type:
|
|
1540
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema,
|
|
1008
|
+
type: z.literal("postgres-host"),
|
|
1541
1009
|
storeId: z.string(),
|
|
1542
1010
|
});
|
|
1543
1011
|
|
|
@@ -1567,33 +1035,18 @@ export function getProjectEnvContentHintProjectsResponse10FromJSON(
|
|
|
1567
1035
|
);
|
|
1568
1036
|
}
|
|
1569
1037
|
|
|
1570
|
-
/** @internal */
|
|
1571
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema:
|
|
1572
|
-
z.ZodNativeEnum<
|
|
1573
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type
|
|
1574
|
-
> = z.nativeEnum(
|
|
1575
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type,
|
|
1576
|
-
);
|
|
1577
|
-
/** @internal */
|
|
1578
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema:
|
|
1579
|
-
z.ZodNativeEnum<
|
|
1580
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type
|
|
1581
|
-
> =
|
|
1582
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema;
|
|
1583
|
-
|
|
1584
1038
|
/** @internal */
|
|
1585
1039
|
export const GetProjectEnvContentHintProjectsResponse9$inboundSchema: z.ZodType<
|
|
1586
1040
|
GetProjectEnvContentHintProjectsResponse9,
|
|
1587
1041
|
z.ZodTypeDef,
|
|
1588
1042
|
unknown
|
|
1589
1043
|
> = z.object({
|
|
1590
|
-
type:
|
|
1591
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema,
|
|
1044
|
+
type: z.literal("postgres-user"),
|
|
1592
1045
|
storeId: z.string(),
|
|
1593
1046
|
});
|
|
1594
1047
|
/** @internal */
|
|
1595
1048
|
export type GetProjectEnvContentHintProjectsResponse9$Outbound = {
|
|
1596
|
-
type:
|
|
1049
|
+
type: "postgres-user";
|
|
1597
1050
|
storeId: string;
|
|
1598
1051
|
};
|
|
1599
1052
|
|
|
@@ -1604,8 +1057,7 @@ export const GetProjectEnvContentHintProjectsResponse9$outboundSchema:
|
|
|
1604
1057
|
z.ZodTypeDef,
|
|
1605
1058
|
GetProjectEnvContentHintProjectsResponse9
|
|
1606
1059
|
> = z.object({
|
|
1607
|
-
type:
|
|
1608
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema,
|
|
1060
|
+
type: z.literal("postgres-user"),
|
|
1609
1061
|
storeId: z.string(),
|
|
1610
1062
|
});
|
|
1611
1063
|
|
|
@@ -1635,33 +1087,18 @@ export function getProjectEnvContentHintProjectsResponse9FromJSON(
|
|
|
1635
1087
|
);
|
|
1636
1088
|
}
|
|
1637
1089
|
|
|
1638
|
-
/** @internal */
|
|
1639
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema:
|
|
1640
|
-
z.ZodNativeEnum<
|
|
1641
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type
|
|
1642
|
-
> = z.nativeEnum(
|
|
1643
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type,
|
|
1644
|
-
);
|
|
1645
|
-
/** @internal */
|
|
1646
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema:
|
|
1647
|
-
z.ZodNativeEnum<
|
|
1648
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type
|
|
1649
|
-
> =
|
|
1650
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema;
|
|
1651
|
-
|
|
1652
1090
|
/** @internal */
|
|
1653
1091
|
export const GetProjectEnvContentHintProjectsResponse8$inboundSchema: z.ZodType<
|
|
1654
1092
|
GetProjectEnvContentHintProjectsResponse8,
|
|
1655
1093
|
z.ZodTypeDef,
|
|
1656
1094
|
unknown
|
|
1657
1095
|
> = z.object({
|
|
1658
|
-
type:
|
|
1659
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema,
|
|
1096
|
+
type: z.literal("postgres-prisma-url"),
|
|
1660
1097
|
storeId: z.string(),
|
|
1661
1098
|
});
|
|
1662
1099
|
/** @internal */
|
|
1663
1100
|
export type GetProjectEnvContentHintProjectsResponse8$Outbound = {
|
|
1664
|
-
type:
|
|
1101
|
+
type: "postgres-prisma-url";
|
|
1665
1102
|
storeId: string;
|
|
1666
1103
|
};
|
|
1667
1104
|
|
|
@@ -1672,8 +1109,7 @@ export const GetProjectEnvContentHintProjectsResponse8$outboundSchema:
|
|
|
1672
1109
|
z.ZodTypeDef,
|
|
1673
1110
|
GetProjectEnvContentHintProjectsResponse8
|
|
1674
1111
|
> = z.object({
|
|
1675
|
-
type:
|
|
1676
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema,
|
|
1112
|
+
type: z.literal("postgres-prisma-url"),
|
|
1677
1113
|
storeId: z.string(),
|
|
1678
1114
|
});
|
|
1679
1115
|
|
|
@@ -1703,33 +1139,18 @@ export function getProjectEnvContentHintProjectsResponse8FromJSON(
|
|
|
1703
1139
|
);
|
|
1704
1140
|
}
|
|
1705
1141
|
|
|
1706
|
-
/** @internal */
|
|
1707
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema:
|
|
1708
|
-
z.ZodNativeEnum<
|
|
1709
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type
|
|
1710
|
-
> = z.nativeEnum(
|
|
1711
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type,
|
|
1712
|
-
);
|
|
1713
|
-
/** @internal */
|
|
1714
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema:
|
|
1715
|
-
z.ZodNativeEnum<
|
|
1716
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type
|
|
1717
|
-
> =
|
|
1718
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema;
|
|
1719
|
-
|
|
1720
1142
|
/** @internal */
|
|
1721
1143
|
export const GetProjectEnvContentHintProjectsResponse7$inboundSchema: z.ZodType<
|
|
1722
1144
|
GetProjectEnvContentHintProjectsResponse7,
|
|
1723
1145
|
z.ZodTypeDef,
|
|
1724
1146
|
unknown
|
|
1725
1147
|
> = z.object({
|
|
1726
|
-
type:
|
|
1727
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema,
|
|
1148
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1728
1149
|
storeId: z.string(),
|
|
1729
1150
|
});
|
|
1730
1151
|
/** @internal */
|
|
1731
1152
|
export type GetProjectEnvContentHintProjectsResponse7$Outbound = {
|
|
1732
|
-
type:
|
|
1153
|
+
type: "postgres-url-non-pooling";
|
|
1733
1154
|
storeId: string;
|
|
1734
1155
|
};
|
|
1735
1156
|
|
|
@@ -1740,8 +1161,7 @@ export const GetProjectEnvContentHintProjectsResponse7$outboundSchema:
|
|
|
1740
1161
|
z.ZodTypeDef,
|
|
1741
1162
|
GetProjectEnvContentHintProjectsResponse7
|
|
1742
1163
|
> = z.object({
|
|
1743
|
-
type:
|
|
1744
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema,
|
|
1164
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1745
1165
|
storeId: z.string(),
|
|
1746
1166
|
});
|
|
1747
1167
|
|
|
@@ -1771,33 +1191,18 @@ export function getProjectEnvContentHintProjectsResponse7FromJSON(
|
|
|
1771
1191
|
);
|
|
1772
1192
|
}
|
|
1773
1193
|
|
|
1774
|
-
/** @internal */
|
|
1775
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema:
|
|
1776
|
-
z.ZodNativeEnum<
|
|
1777
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type
|
|
1778
|
-
> = z.nativeEnum(
|
|
1779
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type,
|
|
1780
|
-
);
|
|
1781
|
-
/** @internal */
|
|
1782
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema:
|
|
1783
|
-
z.ZodNativeEnum<
|
|
1784
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type
|
|
1785
|
-
> =
|
|
1786
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema;
|
|
1787
|
-
|
|
1788
1194
|
/** @internal */
|
|
1789
1195
|
export const GetProjectEnvContentHintProjectsResponse6$inboundSchema: z.ZodType<
|
|
1790
1196
|
GetProjectEnvContentHintProjectsResponse6,
|
|
1791
1197
|
z.ZodTypeDef,
|
|
1792
1198
|
unknown
|
|
1793
1199
|
> = z.object({
|
|
1794
|
-
type:
|
|
1795
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema,
|
|
1200
|
+
type: z.literal("postgres-url"),
|
|
1796
1201
|
storeId: z.string(),
|
|
1797
1202
|
});
|
|
1798
1203
|
/** @internal */
|
|
1799
1204
|
export type GetProjectEnvContentHintProjectsResponse6$Outbound = {
|
|
1800
|
-
type:
|
|
1205
|
+
type: "postgres-url";
|
|
1801
1206
|
storeId: string;
|
|
1802
1207
|
};
|
|
1803
1208
|
|
|
@@ -1808,8 +1213,7 @@ export const GetProjectEnvContentHintProjectsResponse6$outboundSchema:
|
|
|
1808
1213
|
z.ZodTypeDef,
|
|
1809
1214
|
GetProjectEnvContentHintProjectsResponse6
|
|
1810
1215
|
> = z.object({
|
|
1811
|
-
type:
|
|
1812
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema,
|
|
1216
|
+
type: z.literal("postgres-url"),
|
|
1813
1217
|
storeId: z.string(),
|
|
1814
1218
|
});
|
|
1815
1219
|
|
|
@@ -1839,33 +1243,18 @@ export function getProjectEnvContentHintProjectsResponse6FromJSON(
|
|
|
1839
1243
|
);
|
|
1840
1244
|
}
|
|
1841
1245
|
|
|
1842
|
-
/** @internal */
|
|
1843
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema:
|
|
1844
|
-
z.ZodNativeEnum<
|
|
1845
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type
|
|
1846
|
-
> = z.nativeEnum(
|
|
1847
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type,
|
|
1848
|
-
);
|
|
1849
|
-
/** @internal */
|
|
1850
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema:
|
|
1851
|
-
z.ZodNativeEnum<
|
|
1852
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type
|
|
1853
|
-
> =
|
|
1854
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema;
|
|
1855
|
-
|
|
1856
1246
|
/** @internal */
|
|
1857
1247
|
export const GetProjectEnvContentHintProjectsResponse5$inboundSchema: z.ZodType<
|
|
1858
1248
|
GetProjectEnvContentHintProjectsResponse5,
|
|
1859
1249
|
z.ZodTypeDef,
|
|
1860
1250
|
unknown
|
|
1861
1251
|
> = z.object({
|
|
1862
|
-
type:
|
|
1863
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema,
|
|
1252
|
+
type: z.literal("blob-read-write-token"),
|
|
1864
1253
|
storeId: z.string(),
|
|
1865
1254
|
});
|
|
1866
1255
|
/** @internal */
|
|
1867
1256
|
export type GetProjectEnvContentHintProjectsResponse5$Outbound = {
|
|
1868
|
-
type:
|
|
1257
|
+
type: "blob-read-write-token";
|
|
1869
1258
|
storeId: string;
|
|
1870
1259
|
};
|
|
1871
1260
|
|
|
@@ -1876,8 +1265,7 @@ export const GetProjectEnvContentHintProjectsResponse5$outboundSchema:
|
|
|
1876
1265
|
z.ZodTypeDef,
|
|
1877
1266
|
GetProjectEnvContentHintProjectsResponse5
|
|
1878
1267
|
> = z.object({
|
|
1879
|
-
type:
|
|
1880
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema,
|
|
1268
|
+
type: z.literal("blob-read-write-token"),
|
|
1881
1269
|
storeId: z.string(),
|
|
1882
1270
|
});
|
|
1883
1271
|
|
|
@@ -1907,33 +1295,18 @@ export function getProjectEnvContentHintProjectsResponse5FromJSON(
|
|
|
1907
1295
|
);
|
|
1908
1296
|
}
|
|
1909
1297
|
|
|
1910
|
-
/** @internal */
|
|
1911
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema:
|
|
1912
|
-
z.ZodNativeEnum<
|
|
1913
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type
|
|
1914
|
-
> = z.nativeEnum(
|
|
1915
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type,
|
|
1916
|
-
);
|
|
1917
|
-
/** @internal */
|
|
1918
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema:
|
|
1919
|
-
z.ZodNativeEnum<
|
|
1920
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type
|
|
1921
|
-
> =
|
|
1922
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema;
|
|
1923
|
-
|
|
1924
1298
|
/** @internal */
|
|
1925
1299
|
export const GetProjectEnvContentHintProjectsResponse4$inboundSchema: z.ZodType<
|
|
1926
1300
|
GetProjectEnvContentHintProjectsResponse4,
|
|
1927
1301
|
z.ZodTypeDef,
|
|
1928
1302
|
unknown
|
|
1929
1303
|
> = z.object({
|
|
1930
|
-
type:
|
|
1931
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema,
|
|
1304
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
1932
1305
|
storeId: z.string(),
|
|
1933
1306
|
});
|
|
1934
1307
|
/** @internal */
|
|
1935
1308
|
export type GetProjectEnvContentHintProjectsResponse4$Outbound = {
|
|
1936
|
-
type:
|
|
1309
|
+
type: "redis-rest-api-read-only-token";
|
|
1937
1310
|
storeId: string;
|
|
1938
1311
|
};
|
|
1939
1312
|
|
|
@@ -1944,8 +1317,7 @@ export const GetProjectEnvContentHintProjectsResponse4$outboundSchema:
|
|
|
1944
1317
|
z.ZodTypeDef,
|
|
1945
1318
|
GetProjectEnvContentHintProjectsResponse4
|
|
1946
1319
|
> = z.object({
|
|
1947
|
-
type:
|
|
1948
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema,
|
|
1320
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
1949
1321
|
storeId: z.string(),
|
|
1950
1322
|
});
|
|
1951
1323
|
|
|
@@ -1975,33 +1347,18 @@ export function getProjectEnvContentHintProjectsResponse4FromJSON(
|
|
|
1975
1347
|
);
|
|
1976
1348
|
}
|
|
1977
1349
|
|
|
1978
|
-
/** @internal */
|
|
1979
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema:
|
|
1980
|
-
z.ZodNativeEnum<
|
|
1981
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type
|
|
1982
|
-
> = z.nativeEnum(
|
|
1983
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type,
|
|
1984
|
-
);
|
|
1985
|
-
/** @internal */
|
|
1986
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema:
|
|
1987
|
-
z.ZodNativeEnum<
|
|
1988
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type
|
|
1989
|
-
> =
|
|
1990
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema;
|
|
1991
|
-
|
|
1992
1350
|
/** @internal */
|
|
1993
1351
|
export const GetProjectEnvContentHintProjectsResponse3$inboundSchema: z.ZodType<
|
|
1994
1352
|
GetProjectEnvContentHintProjectsResponse3,
|
|
1995
1353
|
z.ZodTypeDef,
|
|
1996
1354
|
unknown
|
|
1997
1355
|
> = z.object({
|
|
1998
|
-
type:
|
|
1999
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema,
|
|
1356
|
+
type: z.literal("redis-rest-api-token"),
|
|
2000
1357
|
storeId: z.string(),
|
|
2001
1358
|
});
|
|
2002
1359
|
/** @internal */
|
|
2003
1360
|
export type GetProjectEnvContentHintProjectsResponse3$Outbound = {
|
|
2004
|
-
type:
|
|
1361
|
+
type: "redis-rest-api-token";
|
|
2005
1362
|
storeId: string;
|
|
2006
1363
|
};
|
|
2007
1364
|
|
|
@@ -2012,8 +1369,7 @@ export const GetProjectEnvContentHintProjectsResponse3$outboundSchema:
|
|
|
2012
1369
|
z.ZodTypeDef,
|
|
2013
1370
|
GetProjectEnvContentHintProjectsResponse3
|
|
2014
1371
|
> = z.object({
|
|
2015
|
-
type:
|
|
2016
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema,
|
|
1372
|
+
type: z.literal("redis-rest-api-token"),
|
|
2017
1373
|
storeId: z.string(),
|
|
2018
1374
|
});
|
|
2019
1375
|
|
|
@@ -2043,33 +1399,18 @@ export function getProjectEnvContentHintProjectsResponse3FromJSON(
|
|
|
2043
1399
|
);
|
|
2044
1400
|
}
|
|
2045
1401
|
|
|
2046
|
-
/** @internal */
|
|
2047
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema:
|
|
2048
|
-
z.ZodNativeEnum<
|
|
2049
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type
|
|
2050
|
-
> = z.nativeEnum(
|
|
2051
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type,
|
|
2052
|
-
);
|
|
2053
|
-
/** @internal */
|
|
2054
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema:
|
|
2055
|
-
z.ZodNativeEnum<
|
|
2056
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type
|
|
2057
|
-
> =
|
|
2058
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema;
|
|
2059
|
-
|
|
2060
1402
|
/** @internal */
|
|
2061
1403
|
export const GetProjectEnvContentHintProjectsResponse2$inboundSchema: z.ZodType<
|
|
2062
1404
|
GetProjectEnvContentHintProjectsResponse2,
|
|
2063
1405
|
z.ZodTypeDef,
|
|
2064
1406
|
unknown
|
|
2065
1407
|
> = z.object({
|
|
2066
|
-
type:
|
|
2067
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema,
|
|
1408
|
+
type: z.literal("redis-rest-api-url"),
|
|
2068
1409
|
storeId: z.string(),
|
|
2069
1410
|
});
|
|
2070
1411
|
/** @internal */
|
|
2071
1412
|
export type GetProjectEnvContentHintProjectsResponse2$Outbound = {
|
|
2072
|
-
type:
|
|
1413
|
+
type: "redis-rest-api-url";
|
|
2073
1414
|
storeId: string;
|
|
2074
1415
|
};
|
|
2075
1416
|
|
|
@@ -2080,8 +1421,7 @@ export const GetProjectEnvContentHintProjectsResponse2$outboundSchema:
|
|
|
2080
1421
|
z.ZodTypeDef,
|
|
2081
1422
|
GetProjectEnvContentHintProjectsResponse2
|
|
2082
1423
|
> = z.object({
|
|
2083
|
-
type:
|
|
2084
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema,
|
|
1424
|
+
type: z.literal("redis-rest-api-url"),
|
|
2085
1425
|
storeId: z.string(),
|
|
2086
1426
|
});
|
|
2087
1427
|
|
|
@@ -2111,33 +1451,18 @@ export function getProjectEnvContentHintProjectsResponse2FromJSON(
|
|
|
2111
1451
|
);
|
|
2112
1452
|
}
|
|
2113
1453
|
|
|
2114
|
-
/** @internal */
|
|
2115
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema:
|
|
2116
|
-
z.ZodNativeEnum<
|
|
2117
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
2118
|
-
> = z.nativeEnum(
|
|
2119
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type,
|
|
2120
|
-
);
|
|
2121
|
-
/** @internal */
|
|
2122
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema:
|
|
2123
|
-
z.ZodNativeEnum<
|
|
2124
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
2125
|
-
> =
|
|
2126
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema;
|
|
2127
|
-
|
|
2128
1454
|
/** @internal */
|
|
2129
1455
|
export const GetProjectEnvContentHintProjectsResponse1$inboundSchema: z.ZodType<
|
|
2130
1456
|
GetProjectEnvContentHintProjectsResponse1,
|
|
2131
1457
|
z.ZodTypeDef,
|
|
2132
1458
|
unknown
|
|
2133
1459
|
> = z.object({
|
|
2134
|
-
type:
|
|
2135
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema,
|
|
1460
|
+
type: z.literal("redis-url"),
|
|
2136
1461
|
storeId: z.string(),
|
|
2137
1462
|
});
|
|
2138
1463
|
/** @internal */
|
|
2139
1464
|
export type GetProjectEnvContentHintProjectsResponse1$Outbound = {
|
|
2140
|
-
type:
|
|
1465
|
+
type: "redis-url";
|
|
2141
1466
|
storeId: string;
|
|
2142
1467
|
};
|
|
2143
1468
|
|
|
@@ -2148,8 +1473,7 @@ export const GetProjectEnvContentHintProjectsResponse1$outboundSchema:
|
|
|
2148
1473
|
z.ZodTypeDef,
|
|
2149
1474
|
GetProjectEnvContentHintProjectsResponse1
|
|
2150
1475
|
> = z.object({
|
|
2151
|
-
type:
|
|
2152
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema,
|
|
1476
|
+
type: z.literal("redis-url"),
|
|
2153
1477
|
storeId: z.string(),
|
|
2154
1478
|
});
|
|
2155
1479
|
|
|
@@ -2186,7 +1510,6 @@ export const GetProjectEnvResponseBodyProjectsResponseContentHint$inboundSchema:
|
|
|
2186
1510
|
z.ZodTypeDef,
|
|
2187
1511
|
unknown
|
|
2188
1512
|
> = z.union([
|
|
2189
|
-
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2190
1513
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse1$inboundSchema),
|
|
2191
1514
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse2$inboundSchema),
|
|
2192
1515
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse3$inboundSchema),
|
|
@@ -2200,11 +1523,11 @@ export const GetProjectEnvResponseBodyProjectsResponseContentHint$inboundSchema:
|
|
|
2200
1523
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse11$inboundSchema),
|
|
2201
1524
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse12$inboundSchema),
|
|
2202
1525
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse13$inboundSchema),
|
|
1526
|
+
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2203
1527
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse15$inboundSchema),
|
|
2204
1528
|
]);
|
|
2205
1529
|
/** @internal */
|
|
2206
1530
|
export type GetProjectEnvResponseBodyProjectsResponseContentHint$Outbound =
|
|
2207
|
-
| GetProjectEnvContentHintProjectsResponse14$Outbound
|
|
2208
1531
|
| GetProjectEnvContentHintProjectsResponse1$Outbound
|
|
2209
1532
|
| GetProjectEnvContentHintProjectsResponse2$Outbound
|
|
2210
1533
|
| GetProjectEnvContentHintProjectsResponse3$Outbound
|
|
@@ -2218,6 +1541,7 @@ export type GetProjectEnvResponseBodyProjectsResponseContentHint$Outbound =
|
|
|
2218
1541
|
| GetProjectEnvContentHintProjectsResponse11$Outbound
|
|
2219
1542
|
| GetProjectEnvContentHintProjectsResponse12$Outbound
|
|
2220
1543
|
| GetProjectEnvContentHintProjectsResponse13$Outbound
|
|
1544
|
+
| GetProjectEnvContentHintProjectsResponse14$Outbound
|
|
2221
1545
|
| GetProjectEnvContentHintProjectsResponse15$Outbound;
|
|
2222
1546
|
|
|
2223
1547
|
/** @internal */
|
|
@@ -2227,7 +1551,6 @@ export const GetProjectEnvResponseBodyProjectsResponseContentHint$outboundSchema
|
|
|
2227
1551
|
z.ZodTypeDef,
|
|
2228
1552
|
GetProjectEnvResponseBodyProjectsResponseContentHint
|
|
2229
1553
|
> = z.union([
|
|
2230
|
-
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
2231
1554
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse1$outboundSchema),
|
|
2232
1555
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse2$outboundSchema),
|
|
2233
1556
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse3$outboundSchema),
|
|
@@ -2241,6 +1564,7 @@ export const GetProjectEnvResponseBodyProjectsResponseContentHint$outboundSchema
|
|
|
2241
1564
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse11$outboundSchema),
|
|
2242
1565
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse12$outboundSchema),
|
|
2243
1566
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse13$outboundSchema),
|
|
1567
|
+
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
2244
1568
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse15$outboundSchema),
|
|
2245
1569
|
]);
|
|
2246
1570
|
|
|
@@ -2364,7 +1688,6 @@ export const GetProjectEnvResponseBody3$inboundSchema: z.ZodType<
|
|
|
2364
1688
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2365
1689
|
contentHint: z.nullable(
|
|
2366
1690
|
z.union([
|
|
2367
|
-
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2368
1691
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse1$inboundSchema),
|
|
2369
1692
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse2$inboundSchema),
|
|
2370
1693
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse3$inboundSchema),
|
|
@@ -2378,6 +1701,7 @@ export const GetProjectEnvResponseBody3$inboundSchema: z.ZodType<
|
|
|
2378
1701
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse11$inboundSchema),
|
|
2379
1702
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse12$inboundSchema),
|
|
2380
1703
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse13$inboundSchema),
|
|
1704
|
+
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2381
1705
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse15$inboundSchema),
|
|
2382
1706
|
]),
|
|
2383
1707
|
).optional(),
|
|
@@ -2407,7 +1731,6 @@ export type GetProjectEnvResponseBody3$Outbound = {
|
|
|
2407
1731
|
edgeConfigId?: string | null | undefined;
|
|
2408
1732
|
edgeConfigTokenId?: string | null | undefined;
|
|
2409
1733
|
contentHint?:
|
|
2410
|
-
| GetProjectEnvContentHintProjectsResponse14$Outbound
|
|
2411
1734
|
| GetProjectEnvContentHintProjectsResponse1$Outbound
|
|
2412
1735
|
| GetProjectEnvContentHintProjectsResponse2$Outbound
|
|
2413
1736
|
| GetProjectEnvContentHintProjectsResponse3$Outbound
|
|
@@ -2421,6 +1744,7 @@ export type GetProjectEnvResponseBody3$Outbound = {
|
|
|
2421
1744
|
| GetProjectEnvContentHintProjectsResponse11$Outbound
|
|
2422
1745
|
| GetProjectEnvContentHintProjectsResponse12$Outbound
|
|
2423
1746
|
| GetProjectEnvContentHintProjectsResponse13$Outbound
|
|
1747
|
+
| GetProjectEnvContentHintProjectsResponse14$Outbound
|
|
2424
1748
|
| GetProjectEnvContentHintProjectsResponse15$Outbound
|
|
2425
1749
|
| null
|
|
2426
1750
|
| undefined;
|
|
@@ -2458,7 +1782,6 @@ export const GetProjectEnvResponseBody3$outboundSchema: z.ZodType<
|
|
|
2458
1782
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2459
1783
|
contentHint: z.nullable(
|
|
2460
1784
|
z.union([
|
|
2461
|
-
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
2462
1785
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse1$outboundSchema),
|
|
2463
1786
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse2$outboundSchema),
|
|
2464
1787
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse3$outboundSchema),
|
|
@@ -2472,6 +1795,7 @@ export const GetProjectEnvResponseBody3$outboundSchema: z.ZodType<
|
|
|
2472
1795
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse11$outboundSchema),
|
|
2473
1796
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse12$outboundSchema),
|
|
2474
1797
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse13$outboundSchema),
|
|
1798
|
+
z.lazy(() => GetProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
2475
1799
|
z.lazy(() => GetProjectEnvContentHintProjectsResponse15$outboundSchema),
|
|
2476
1800
|
]),
|
|
2477
1801
|
).optional(),
|
|
@@ -2579,33 +1903,18 @@ export const GetProjectEnvResponseBodyProjectsType$outboundSchema:
|
|
|
2579
1903
|
z.ZodNativeEnum<typeof GetProjectEnvResponseBodyProjectsType> =
|
|
2580
1904
|
GetProjectEnvResponseBodyProjectsType$inboundSchema;
|
|
2581
1905
|
|
|
2582
|
-
/** @internal */
|
|
2583
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema:
|
|
2584
|
-
z.ZodNativeEnum<
|
|
2585
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type
|
|
2586
|
-
> = z.nativeEnum(
|
|
2587
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type,
|
|
2588
|
-
);
|
|
2589
|
-
/** @internal */
|
|
2590
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema:
|
|
2591
|
-
z.ZodNativeEnum<
|
|
2592
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type
|
|
2593
|
-
> =
|
|
2594
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
|
|
2595
|
-
|
|
2596
1906
|
/** @internal */
|
|
2597
1907
|
export const GetProjectEnvContentHintProjects15$inboundSchema: z.ZodType<
|
|
2598
1908
|
GetProjectEnvContentHintProjects15,
|
|
2599
1909
|
z.ZodTypeDef,
|
|
2600
1910
|
unknown
|
|
2601
1911
|
> = z.object({
|
|
2602
|
-
type:
|
|
2603
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema,
|
|
1912
|
+
type: z.literal("flags-connection-string"),
|
|
2604
1913
|
projectId: z.string(),
|
|
2605
1914
|
});
|
|
2606
1915
|
/** @internal */
|
|
2607
1916
|
export type GetProjectEnvContentHintProjects15$Outbound = {
|
|
2608
|
-
type: string;
|
|
1917
|
+
type: "flags-connection-string";
|
|
2609
1918
|
projectId: string;
|
|
2610
1919
|
};
|
|
2611
1920
|
|
|
@@ -2615,8 +1924,7 @@ export const GetProjectEnvContentHintProjects15$outboundSchema: z.ZodType<
|
|
|
2615
1924
|
z.ZodTypeDef,
|
|
2616
1925
|
GetProjectEnvContentHintProjects15
|
|
2617
1926
|
> = z.object({
|
|
2618
|
-
type:
|
|
2619
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema,
|
|
1927
|
+
type: z.literal("flags-connection-string"),
|
|
2620
1928
|
projectId: z.string(),
|
|
2621
1929
|
});
|
|
2622
1930
|
|
|
@@ -2640,28 +1948,13 @@ export function getProjectEnvContentHintProjects15FromJSON(
|
|
|
2640
1948
|
);
|
|
2641
1949
|
}
|
|
2642
1950
|
|
|
2643
|
-
/** @internal */
|
|
2644
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema:
|
|
2645
|
-
z.ZodNativeEnum<
|
|
2646
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type
|
|
2647
|
-
> = z.nativeEnum(
|
|
2648
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type,
|
|
2649
|
-
);
|
|
2650
|
-
/** @internal */
|
|
2651
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema:
|
|
2652
|
-
z.ZodNativeEnum<
|
|
2653
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type
|
|
2654
|
-
> =
|
|
2655
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
|
|
2656
|
-
|
|
2657
1951
|
/** @internal */
|
|
2658
1952
|
export const GetProjectEnvContentHintProjects14$inboundSchema: z.ZodType<
|
|
2659
1953
|
GetProjectEnvContentHintProjects14,
|
|
2660
1954
|
z.ZodTypeDef,
|
|
2661
1955
|
unknown
|
|
2662
1956
|
> = z.object({
|
|
2663
|
-
type:
|
|
2664
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema,
|
|
1957
|
+
type: z.literal("integration-store-secret"),
|
|
2665
1958
|
storeId: z.string(),
|
|
2666
1959
|
integrationId: z.string(),
|
|
2667
1960
|
integrationProductId: z.string(),
|
|
@@ -2669,7 +1962,7 @@ export const GetProjectEnvContentHintProjects14$inboundSchema: z.ZodType<
|
|
|
2669
1962
|
});
|
|
2670
1963
|
/** @internal */
|
|
2671
1964
|
export type GetProjectEnvContentHintProjects14$Outbound = {
|
|
2672
|
-
type:
|
|
1965
|
+
type: "integration-store-secret";
|
|
2673
1966
|
storeId: string;
|
|
2674
1967
|
integrationId: string;
|
|
2675
1968
|
integrationProductId: string;
|
|
@@ -2682,8 +1975,7 @@ export const GetProjectEnvContentHintProjects14$outboundSchema: z.ZodType<
|
|
|
2682
1975
|
z.ZodTypeDef,
|
|
2683
1976
|
GetProjectEnvContentHintProjects14
|
|
2684
1977
|
> = z.object({
|
|
2685
|
-
type:
|
|
2686
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema,
|
|
1978
|
+
type: z.literal("integration-store-secret"),
|
|
2687
1979
|
storeId: z.string(),
|
|
2688
1980
|
integrationId: z.string(),
|
|
2689
1981
|
integrationProductId: z.string(),
|
|
@@ -2704,25 +1996,11 @@ export function getProjectEnvContentHintProjects14FromJSON(
|
|
|
2704
1996
|
): SafeParseResult<GetProjectEnvContentHintProjects14, SDKValidationError> {
|
|
2705
1997
|
return safeParse(
|
|
2706
1998
|
jsonString,
|
|
2707
|
-
(x) =>
|
|
2708
|
-
GetProjectEnvContentHintProjects14$inboundSchema.parse(JSON.parse(x)),
|
|
2709
|
-
`Failed to parse 'GetProjectEnvContentHintProjects14' from JSON`,
|
|
2710
|
-
);
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
|
-
/** @internal */
|
|
2714
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema:
|
|
2715
|
-
z.ZodNativeEnum<
|
|
2716
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type
|
|
2717
|
-
> = z.nativeEnum(
|
|
2718
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type,
|
|
1999
|
+
(x) =>
|
|
2000
|
+
GetProjectEnvContentHintProjects14$inboundSchema.parse(JSON.parse(x)),
|
|
2001
|
+
`Failed to parse 'GetProjectEnvContentHintProjects14' from JSON`,
|
|
2719
2002
|
);
|
|
2720
|
-
|
|
2721
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema:
|
|
2722
|
-
z.ZodNativeEnum<
|
|
2723
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type
|
|
2724
|
-
> =
|
|
2725
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
|
|
2003
|
+
}
|
|
2726
2004
|
|
|
2727
2005
|
/** @internal */
|
|
2728
2006
|
export const GetProjectEnvContentHintProjects13$inboundSchema: z.ZodType<
|
|
@@ -2730,13 +2008,12 @@ export const GetProjectEnvContentHintProjects13$inboundSchema: z.ZodType<
|
|
|
2730
2008
|
z.ZodTypeDef,
|
|
2731
2009
|
unknown
|
|
2732
2010
|
> = z.object({
|
|
2733
|
-
type:
|
|
2734
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema,
|
|
2011
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
2735
2012
|
storeId: z.string(),
|
|
2736
2013
|
});
|
|
2737
2014
|
/** @internal */
|
|
2738
2015
|
export type GetProjectEnvContentHintProjects13$Outbound = {
|
|
2739
|
-
type:
|
|
2016
|
+
type: "postgres-url-no-ssl";
|
|
2740
2017
|
storeId: string;
|
|
2741
2018
|
};
|
|
2742
2019
|
|
|
@@ -2746,8 +2023,7 @@ export const GetProjectEnvContentHintProjects13$outboundSchema: z.ZodType<
|
|
|
2746
2023
|
z.ZodTypeDef,
|
|
2747
2024
|
GetProjectEnvContentHintProjects13
|
|
2748
2025
|
> = z.object({
|
|
2749
|
-
type:
|
|
2750
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema,
|
|
2026
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
2751
2027
|
storeId: z.string(),
|
|
2752
2028
|
});
|
|
2753
2029
|
|
|
@@ -2771,33 +2047,18 @@ export function getProjectEnvContentHintProjects13FromJSON(
|
|
|
2771
2047
|
);
|
|
2772
2048
|
}
|
|
2773
2049
|
|
|
2774
|
-
/** @internal */
|
|
2775
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema:
|
|
2776
|
-
z.ZodNativeEnum<
|
|
2777
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type
|
|
2778
|
-
> = z.nativeEnum(
|
|
2779
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type,
|
|
2780
|
-
);
|
|
2781
|
-
/** @internal */
|
|
2782
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema:
|
|
2783
|
-
z.ZodNativeEnum<
|
|
2784
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type
|
|
2785
|
-
> =
|
|
2786
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
|
|
2787
|
-
|
|
2788
2050
|
/** @internal */
|
|
2789
2051
|
export const GetProjectEnvContentHintProjects12$inboundSchema: z.ZodType<
|
|
2790
2052
|
GetProjectEnvContentHintProjects12,
|
|
2791
2053
|
z.ZodTypeDef,
|
|
2792
2054
|
unknown
|
|
2793
2055
|
> = z.object({
|
|
2794
|
-
type:
|
|
2795
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema,
|
|
2056
|
+
type: z.literal("postgres-database"),
|
|
2796
2057
|
storeId: z.string(),
|
|
2797
2058
|
});
|
|
2798
2059
|
/** @internal */
|
|
2799
2060
|
export type GetProjectEnvContentHintProjects12$Outbound = {
|
|
2800
|
-
type:
|
|
2061
|
+
type: "postgres-database";
|
|
2801
2062
|
storeId: string;
|
|
2802
2063
|
};
|
|
2803
2064
|
|
|
@@ -2807,8 +2068,7 @@ export const GetProjectEnvContentHintProjects12$outboundSchema: z.ZodType<
|
|
|
2807
2068
|
z.ZodTypeDef,
|
|
2808
2069
|
GetProjectEnvContentHintProjects12
|
|
2809
2070
|
> = z.object({
|
|
2810
|
-
type:
|
|
2811
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema,
|
|
2071
|
+
type: z.literal("postgres-database"),
|
|
2812
2072
|
storeId: z.string(),
|
|
2813
2073
|
});
|
|
2814
2074
|
|
|
@@ -2832,33 +2092,18 @@ export function getProjectEnvContentHintProjects12FromJSON(
|
|
|
2832
2092
|
);
|
|
2833
2093
|
}
|
|
2834
2094
|
|
|
2835
|
-
/** @internal */
|
|
2836
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema:
|
|
2837
|
-
z.ZodNativeEnum<
|
|
2838
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type
|
|
2839
|
-
> = z.nativeEnum(
|
|
2840
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type,
|
|
2841
|
-
);
|
|
2842
|
-
/** @internal */
|
|
2843
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema:
|
|
2844
|
-
z.ZodNativeEnum<
|
|
2845
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type
|
|
2846
|
-
> =
|
|
2847
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
|
|
2848
|
-
|
|
2849
2095
|
/** @internal */
|
|
2850
2096
|
export const GetProjectEnvContentHintProjects11$inboundSchema: z.ZodType<
|
|
2851
2097
|
GetProjectEnvContentHintProjects11,
|
|
2852
2098
|
z.ZodTypeDef,
|
|
2853
2099
|
unknown
|
|
2854
2100
|
> = z.object({
|
|
2855
|
-
type:
|
|
2856
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema,
|
|
2101
|
+
type: z.literal("postgres-password"),
|
|
2857
2102
|
storeId: z.string(),
|
|
2858
2103
|
});
|
|
2859
2104
|
/** @internal */
|
|
2860
2105
|
export type GetProjectEnvContentHintProjects11$Outbound = {
|
|
2861
|
-
type:
|
|
2106
|
+
type: "postgres-password";
|
|
2862
2107
|
storeId: string;
|
|
2863
2108
|
};
|
|
2864
2109
|
|
|
@@ -2868,8 +2113,7 @@ export const GetProjectEnvContentHintProjects11$outboundSchema: z.ZodType<
|
|
|
2868
2113
|
z.ZodTypeDef,
|
|
2869
2114
|
GetProjectEnvContentHintProjects11
|
|
2870
2115
|
> = z.object({
|
|
2871
|
-
type:
|
|
2872
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema,
|
|
2116
|
+
type: z.literal("postgres-password"),
|
|
2873
2117
|
storeId: z.string(),
|
|
2874
2118
|
});
|
|
2875
2119
|
|
|
@@ -2893,33 +2137,18 @@ export function getProjectEnvContentHintProjects11FromJSON(
|
|
|
2893
2137
|
);
|
|
2894
2138
|
}
|
|
2895
2139
|
|
|
2896
|
-
/** @internal */
|
|
2897
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema:
|
|
2898
|
-
z.ZodNativeEnum<
|
|
2899
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type
|
|
2900
|
-
> = z.nativeEnum(
|
|
2901
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type,
|
|
2902
|
-
);
|
|
2903
|
-
/** @internal */
|
|
2904
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema:
|
|
2905
|
-
z.ZodNativeEnum<
|
|
2906
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type
|
|
2907
|
-
> =
|
|
2908
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
|
|
2909
|
-
|
|
2910
2140
|
/** @internal */
|
|
2911
2141
|
export const GetProjectEnvContentHintProjects10$inboundSchema: z.ZodType<
|
|
2912
2142
|
GetProjectEnvContentHintProjects10,
|
|
2913
2143
|
z.ZodTypeDef,
|
|
2914
2144
|
unknown
|
|
2915
2145
|
> = z.object({
|
|
2916
|
-
type:
|
|
2917
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema,
|
|
2146
|
+
type: z.literal("postgres-host"),
|
|
2918
2147
|
storeId: z.string(),
|
|
2919
2148
|
});
|
|
2920
2149
|
/** @internal */
|
|
2921
2150
|
export type GetProjectEnvContentHintProjects10$Outbound = {
|
|
2922
|
-
type:
|
|
2151
|
+
type: "postgres-host";
|
|
2923
2152
|
storeId: string;
|
|
2924
2153
|
};
|
|
2925
2154
|
|
|
@@ -2929,8 +2158,7 @@ export const GetProjectEnvContentHintProjects10$outboundSchema: z.ZodType<
|
|
|
2929
2158
|
z.ZodTypeDef,
|
|
2930
2159
|
GetProjectEnvContentHintProjects10
|
|
2931
2160
|
> = z.object({
|
|
2932
|
-
type:
|
|
2933
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema,
|
|
2161
|
+
type: z.literal("postgres-host"),
|
|
2934
2162
|
storeId: z.string(),
|
|
2935
2163
|
});
|
|
2936
2164
|
|
|
@@ -2954,33 +2182,18 @@ export function getProjectEnvContentHintProjects10FromJSON(
|
|
|
2954
2182
|
);
|
|
2955
2183
|
}
|
|
2956
2184
|
|
|
2957
|
-
/** @internal */
|
|
2958
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema:
|
|
2959
|
-
z.ZodNativeEnum<
|
|
2960
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type
|
|
2961
|
-
> = z.nativeEnum(
|
|
2962
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type,
|
|
2963
|
-
);
|
|
2964
|
-
/** @internal */
|
|
2965
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema:
|
|
2966
|
-
z.ZodNativeEnum<
|
|
2967
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type
|
|
2968
|
-
> =
|
|
2969
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
|
|
2970
|
-
|
|
2971
2185
|
/** @internal */
|
|
2972
2186
|
export const GetProjectEnvContentHintProjects9$inboundSchema: z.ZodType<
|
|
2973
2187
|
GetProjectEnvContentHintProjects9,
|
|
2974
2188
|
z.ZodTypeDef,
|
|
2975
2189
|
unknown
|
|
2976
2190
|
> = z.object({
|
|
2977
|
-
type:
|
|
2978
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema,
|
|
2191
|
+
type: z.literal("postgres-user"),
|
|
2979
2192
|
storeId: z.string(),
|
|
2980
2193
|
});
|
|
2981
2194
|
/** @internal */
|
|
2982
2195
|
export type GetProjectEnvContentHintProjects9$Outbound = {
|
|
2983
|
-
type:
|
|
2196
|
+
type: "postgres-user";
|
|
2984
2197
|
storeId: string;
|
|
2985
2198
|
};
|
|
2986
2199
|
|
|
@@ -2990,8 +2203,7 @@ export const GetProjectEnvContentHintProjects9$outboundSchema: z.ZodType<
|
|
|
2990
2203
|
z.ZodTypeDef,
|
|
2991
2204
|
GetProjectEnvContentHintProjects9
|
|
2992
2205
|
> = z.object({
|
|
2993
|
-
type:
|
|
2994
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema,
|
|
2206
|
+
type: z.literal("postgres-user"),
|
|
2995
2207
|
storeId: z.string(),
|
|
2996
2208
|
});
|
|
2997
2209
|
|
|
@@ -3014,33 +2226,18 @@ export function getProjectEnvContentHintProjects9FromJSON(
|
|
|
3014
2226
|
);
|
|
3015
2227
|
}
|
|
3016
2228
|
|
|
3017
|
-
/** @internal */
|
|
3018
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema:
|
|
3019
|
-
z.ZodNativeEnum<
|
|
3020
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type
|
|
3021
|
-
> = z.nativeEnum(
|
|
3022
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type,
|
|
3023
|
-
);
|
|
3024
|
-
/** @internal */
|
|
3025
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema:
|
|
3026
|
-
z.ZodNativeEnum<
|
|
3027
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type
|
|
3028
|
-
> =
|
|
3029
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
|
|
3030
|
-
|
|
3031
2229
|
/** @internal */
|
|
3032
2230
|
export const GetProjectEnvContentHintProjects8$inboundSchema: z.ZodType<
|
|
3033
2231
|
GetProjectEnvContentHintProjects8,
|
|
3034
2232
|
z.ZodTypeDef,
|
|
3035
2233
|
unknown
|
|
3036
2234
|
> = z.object({
|
|
3037
|
-
type:
|
|
3038
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema,
|
|
2235
|
+
type: z.literal("postgres-prisma-url"),
|
|
3039
2236
|
storeId: z.string(),
|
|
3040
2237
|
});
|
|
3041
2238
|
/** @internal */
|
|
3042
2239
|
export type GetProjectEnvContentHintProjects8$Outbound = {
|
|
3043
|
-
type:
|
|
2240
|
+
type: "postgres-prisma-url";
|
|
3044
2241
|
storeId: string;
|
|
3045
2242
|
};
|
|
3046
2243
|
|
|
@@ -3050,8 +2247,7 @@ export const GetProjectEnvContentHintProjects8$outboundSchema: z.ZodType<
|
|
|
3050
2247
|
z.ZodTypeDef,
|
|
3051
2248
|
GetProjectEnvContentHintProjects8
|
|
3052
2249
|
> = z.object({
|
|
3053
|
-
type:
|
|
3054
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema,
|
|
2250
|
+
type: z.literal("postgres-prisma-url"),
|
|
3055
2251
|
storeId: z.string(),
|
|
3056
2252
|
});
|
|
3057
2253
|
|
|
@@ -3074,33 +2270,18 @@ export function getProjectEnvContentHintProjects8FromJSON(
|
|
|
3074
2270
|
);
|
|
3075
2271
|
}
|
|
3076
2272
|
|
|
3077
|
-
/** @internal */
|
|
3078
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema:
|
|
3079
|
-
z.ZodNativeEnum<
|
|
3080
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type
|
|
3081
|
-
> = z.nativeEnum(
|
|
3082
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type,
|
|
3083
|
-
);
|
|
3084
|
-
/** @internal */
|
|
3085
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema:
|
|
3086
|
-
z.ZodNativeEnum<
|
|
3087
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type
|
|
3088
|
-
> =
|
|
3089
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema;
|
|
3090
|
-
|
|
3091
2273
|
/** @internal */
|
|
3092
2274
|
export const GetProjectEnvContentHintProjects7$inboundSchema: z.ZodType<
|
|
3093
2275
|
GetProjectEnvContentHintProjects7,
|
|
3094
2276
|
z.ZodTypeDef,
|
|
3095
2277
|
unknown
|
|
3096
2278
|
> = z.object({
|
|
3097
|
-
type:
|
|
3098
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema,
|
|
2279
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3099
2280
|
storeId: z.string(),
|
|
3100
2281
|
});
|
|
3101
2282
|
/** @internal */
|
|
3102
2283
|
export type GetProjectEnvContentHintProjects7$Outbound = {
|
|
3103
|
-
type:
|
|
2284
|
+
type: "postgres-url-non-pooling";
|
|
3104
2285
|
storeId: string;
|
|
3105
2286
|
};
|
|
3106
2287
|
|
|
@@ -3110,8 +2291,7 @@ export const GetProjectEnvContentHintProjects7$outboundSchema: z.ZodType<
|
|
|
3110
2291
|
z.ZodTypeDef,
|
|
3111
2292
|
GetProjectEnvContentHintProjects7
|
|
3112
2293
|
> = z.object({
|
|
3113
|
-
type:
|
|
3114
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema,
|
|
2294
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3115
2295
|
storeId: z.string(),
|
|
3116
2296
|
});
|
|
3117
2297
|
|
|
@@ -3134,33 +2314,18 @@ export function getProjectEnvContentHintProjects7FromJSON(
|
|
|
3134
2314
|
);
|
|
3135
2315
|
}
|
|
3136
2316
|
|
|
3137
|
-
/** @internal */
|
|
3138
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema:
|
|
3139
|
-
z.ZodNativeEnum<
|
|
3140
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type
|
|
3141
|
-
> = z.nativeEnum(
|
|
3142
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type,
|
|
3143
|
-
);
|
|
3144
|
-
/** @internal */
|
|
3145
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema:
|
|
3146
|
-
z.ZodNativeEnum<
|
|
3147
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type
|
|
3148
|
-
> =
|
|
3149
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema;
|
|
3150
|
-
|
|
3151
2317
|
/** @internal */
|
|
3152
2318
|
export const GetProjectEnvContentHintProjects6$inboundSchema: z.ZodType<
|
|
3153
2319
|
GetProjectEnvContentHintProjects6,
|
|
3154
2320
|
z.ZodTypeDef,
|
|
3155
2321
|
unknown
|
|
3156
2322
|
> = z.object({
|
|
3157
|
-
type:
|
|
3158
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema,
|
|
2323
|
+
type: z.literal("postgres-url"),
|
|
3159
2324
|
storeId: z.string(),
|
|
3160
2325
|
});
|
|
3161
2326
|
/** @internal */
|
|
3162
2327
|
export type GetProjectEnvContentHintProjects6$Outbound = {
|
|
3163
|
-
type:
|
|
2328
|
+
type: "postgres-url";
|
|
3164
2329
|
storeId: string;
|
|
3165
2330
|
};
|
|
3166
2331
|
|
|
@@ -3170,8 +2335,7 @@ export const GetProjectEnvContentHintProjects6$outboundSchema: z.ZodType<
|
|
|
3170
2335
|
z.ZodTypeDef,
|
|
3171
2336
|
GetProjectEnvContentHintProjects6
|
|
3172
2337
|
> = z.object({
|
|
3173
|
-
type:
|
|
3174
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema,
|
|
2338
|
+
type: z.literal("postgres-url"),
|
|
3175
2339
|
storeId: z.string(),
|
|
3176
2340
|
});
|
|
3177
2341
|
|
|
@@ -3194,33 +2358,18 @@ export function getProjectEnvContentHintProjects6FromJSON(
|
|
|
3194
2358
|
);
|
|
3195
2359
|
}
|
|
3196
2360
|
|
|
3197
|
-
/** @internal */
|
|
3198
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema:
|
|
3199
|
-
z.ZodNativeEnum<
|
|
3200
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type
|
|
3201
|
-
> = z.nativeEnum(
|
|
3202
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type,
|
|
3203
|
-
);
|
|
3204
|
-
/** @internal */
|
|
3205
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema:
|
|
3206
|
-
z.ZodNativeEnum<
|
|
3207
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type
|
|
3208
|
-
> =
|
|
3209
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema;
|
|
3210
|
-
|
|
3211
2361
|
/** @internal */
|
|
3212
2362
|
export const GetProjectEnvContentHintProjects5$inboundSchema: z.ZodType<
|
|
3213
2363
|
GetProjectEnvContentHintProjects5,
|
|
3214
2364
|
z.ZodTypeDef,
|
|
3215
2365
|
unknown
|
|
3216
2366
|
> = z.object({
|
|
3217
|
-
type:
|
|
3218
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema,
|
|
2367
|
+
type: z.literal("blob-read-write-token"),
|
|
3219
2368
|
storeId: z.string(),
|
|
3220
2369
|
});
|
|
3221
2370
|
/** @internal */
|
|
3222
2371
|
export type GetProjectEnvContentHintProjects5$Outbound = {
|
|
3223
|
-
type:
|
|
2372
|
+
type: "blob-read-write-token";
|
|
3224
2373
|
storeId: string;
|
|
3225
2374
|
};
|
|
3226
2375
|
|
|
@@ -3230,8 +2379,7 @@ export const GetProjectEnvContentHintProjects5$outboundSchema: z.ZodType<
|
|
|
3230
2379
|
z.ZodTypeDef,
|
|
3231
2380
|
GetProjectEnvContentHintProjects5
|
|
3232
2381
|
> = z.object({
|
|
3233
|
-
type:
|
|
3234
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema,
|
|
2382
|
+
type: z.literal("blob-read-write-token"),
|
|
3235
2383
|
storeId: z.string(),
|
|
3236
2384
|
});
|
|
3237
2385
|
|
|
@@ -3254,33 +2402,18 @@ export function getProjectEnvContentHintProjects5FromJSON(
|
|
|
3254
2402
|
);
|
|
3255
2403
|
}
|
|
3256
2404
|
|
|
3257
|
-
/** @internal */
|
|
3258
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema:
|
|
3259
|
-
z.ZodNativeEnum<
|
|
3260
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type
|
|
3261
|
-
> = z.nativeEnum(
|
|
3262
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type,
|
|
3263
|
-
);
|
|
3264
|
-
/** @internal */
|
|
3265
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema:
|
|
3266
|
-
z.ZodNativeEnum<
|
|
3267
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type
|
|
3268
|
-
> =
|
|
3269
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema;
|
|
3270
|
-
|
|
3271
2405
|
/** @internal */
|
|
3272
2406
|
export const GetProjectEnvContentHintProjects4$inboundSchema: z.ZodType<
|
|
3273
2407
|
GetProjectEnvContentHintProjects4,
|
|
3274
2408
|
z.ZodTypeDef,
|
|
3275
2409
|
unknown
|
|
3276
2410
|
> = z.object({
|
|
3277
|
-
type:
|
|
3278
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema,
|
|
2411
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3279
2412
|
storeId: z.string(),
|
|
3280
2413
|
});
|
|
3281
2414
|
/** @internal */
|
|
3282
2415
|
export type GetProjectEnvContentHintProjects4$Outbound = {
|
|
3283
|
-
type:
|
|
2416
|
+
type: "redis-rest-api-read-only-token";
|
|
3284
2417
|
storeId: string;
|
|
3285
2418
|
};
|
|
3286
2419
|
|
|
@@ -3290,8 +2423,7 @@ export const GetProjectEnvContentHintProjects4$outboundSchema: z.ZodType<
|
|
|
3290
2423
|
z.ZodTypeDef,
|
|
3291
2424
|
GetProjectEnvContentHintProjects4
|
|
3292
2425
|
> = z.object({
|
|
3293
|
-
type:
|
|
3294
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema,
|
|
2426
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3295
2427
|
storeId: z.string(),
|
|
3296
2428
|
});
|
|
3297
2429
|
|
|
@@ -3314,33 +2446,18 @@ export function getProjectEnvContentHintProjects4FromJSON(
|
|
|
3314
2446
|
);
|
|
3315
2447
|
}
|
|
3316
2448
|
|
|
3317
|
-
/** @internal */
|
|
3318
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema:
|
|
3319
|
-
z.ZodNativeEnum<
|
|
3320
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type
|
|
3321
|
-
> = z.nativeEnum(
|
|
3322
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type,
|
|
3323
|
-
);
|
|
3324
|
-
/** @internal */
|
|
3325
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema:
|
|
3326
|
-
z.ZodNativeEnum<
|
|
3327
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type
|
|
3328
|
-
> =
|
|
3329
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema;
|
|
3330
|
-
|
|
3331
2449
|
/** @internal */
|
|
3332
2450
|
export const GetProjectEnvContentHintProjects3$inboundSchema: z.ZodType<
|
|
3333
2451
|
GetProjectEnvContentHintProjects3,
|
|
3334
2452
|
z.ZodTypeDef,
|
|
3335
2453
|
unknown
|
|
3336
2454
|
> = z.object({
|
|
3337
|
-
type:
|
|
3338
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema,
|
|
2455
|
+
type: z.literal("redis-rest-api-token"),
|
|
3339
2456
|
storeId: z.string(),
|
|
3340
2457
|
});
|
|
3341
2458
|
/** @internal */
|
|
3342
2459
|
export type GetProjectEnvContentHintProjects3$Outbound = {
|
|
3343
|
-
type:
|
|
2460
|
+
type: "redis-rest-api-token";
|
|
3344
2461
|
storeId: string;
|
|
3345
2462
|
};
|
|
3346
2463
|
|
|
@@ -3350,8 +2467,7 @@ export const GetProjectEnvContentHintProjects3$outboundSchema: z.ZodType<
|
|
|
3350
2467
|
z.ZodTypeDef,
|
|
3351
2468
|
GetProjectEnvContentHintProjects3
|
|
3352
2469
|
> = z.object({
|
|
3353
|
-
type:
|
|
3354
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema,
|
|
2470
|
+
type: z.literal("redis-rest-api-token"),
|
|
3355
2471
|
storeId: z.string(),
|
|
3356
2472
|
});
|
|
3357
2473
|
|
|
@@ -3374,33 +2490,18 @@ export function getProjectEnvContentHintProjects3FromJSON(
|
|
|
3374
2490
|
);
|
|
3375
2491
|
}
|
|
3376
2492
|
|
|
3377
|
-
/** @internal */
|
|
3378
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema:
|
|
3379
|
-
z.ZodNativeEnum<
|
|
3380
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type
|
|
3381
|
-
> = z.nativeEnum(
|
|
3382
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type,
|
|
3383
|
-
);
|
|
3384
|
-
/** @internal */
|
|
3385
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema:
|
|
3386
|
-
z.ZodNativeEnum<
|
|
3387
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type
|
|
3388
|
-
> =
|
|
3389
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema;
|
|
3390
|
-
|
|
3391
2493
|
/** @internal */
|
|
3392
2494
|
export const GetProjectEnvContentHintProjects2$inboundSchema: z.ZodType<
|
|
3393
2495
|
GetProjectEnvContentHintProjects2,
|
|
3394
2496
|
z.ZodTypeDef,
|
|
3395
2497
|
unknown
|
|
3396
2498
|
> = z.object({
|
|
3397
|
-
type:
|
|
3398
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema,
|
|
2499
|
+
type: z.literal("redis-rest-api-url"),
|
|
3399
2500
|
storeId: z.string(),
|
|
3400
2501
|
});
|
|
3401
2502
|
/** @internal */
|
|
3402
2503
|
export type GetProjectEnvContentHintProjects2$Outbound = {
|
|
3403
|
-
type:
|
|
2504
|
+
type: "redis-rest-api-url";
|
|
3404
2505
|
storeId: string;
|
|
3405
2506
|
};
|
|
3406
2507
|
|
|
@@ -3410,8 +2511,7 @@ export const GetProjectEnvContentHintProjects2$outboundSchema: z.ZodType<
|
|
|
3410
2511
|
z.ZodTypeDef,
|
|
3411
2512
|
GetProjectEnvContentHintProjects2
|
|
3412
2513
|
> = z.object({
|
|
3413
|
-
type:
|
|
3414
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema,
|
|
2514
|
+
type: z.literal("redis-rest-api-url"),
|
|
3415
2515
|
storeId: z.string(),
|
|
3416
2516
|
});
|
|
3417
2517
|
|
|
@@ -3434,33 +2534,18 @@ export function getProjectEnvContentHintProjects2FromJSON(
|
|
|
3434
2534
|
);
|
|
3435
2535
|
}
|
|
3436
2536
|
|
|
3437
|
-
/** @internal */
|
|
3438
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema:
|
|
3439
|
-
z.ZodNativeEnum<
|
|
3440
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
3441
|
-
> = z.nativeEnum(
|
|
3442
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type,
|
|
3443
|
-
);
|
|
3444
|
-
/** @internal */
|
|
3445
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema:
|
|
3446
|
-
z.ZodNativeEnum<
|
|
3447
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
3448
|
-
> =
|
|
3449
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
3450
|
-
|
|
3451
2537
|
/** @internal */
|
|
3452
2538
|
export const GetProjectEnvContentHintProjects1$inboundSchema: z.ZodType<
|
|
3453
2539
|
GetProjectEnvContentHintProjects1,
|
|
3454
2540
|
z.ZodTypeDef,
|
|
3455
2541
|
unknown
|
|
3456
2542
|
> = z.object({
|
|
3457
|
-
type:
|
|
3458
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema,
|
|
2543
|
+
type: z.literal("redis-url"),
|
|
3459
2544
|
storeId: z.string(),
|
|
3460
2545
|
});
|
|
3461
2546
|
/** @internal */
|
|
3462
2547
|
export type GetProjectEnvContentHintProjects1$Outbound = {
|
|
3463
|
-
type:
|
|
2548
|
+
type: "redis-url";
|
|
3464
2549
|
storeId: string;
|
|
3465
2550
|
};
|
|
3466
2551
|
|
|
@@ -3470,8 +2555,7 @@ export const GetProjectEnvContentHintProjects1$outboundSchema: z.ZodType<
|
|
|
3470
2555
|
z.ZodTypeDef,
|
|
3471
2556
|
GetProjectEnvContentHintProjects1
|
|
3472
2557
|
> = z.object({
|
|
3473
|
-
type:
|
|
3474
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema,
|
|
2558
|
+
type: z.literal("redis-url"),
|
|
3475
2559
|
storeId: z.string(),
|
|
3476
2560
|
});
|
|
3477
2561
|
|
|
@@ -3501,7 +2585,6 @@ export const GetProjectEnvResponseBodyProjectsContentHint$inboundSchema:
|
|
|
3501
2585
|
z.ZodTypeDef,
|
|
3502
2586
|
unknown
|
|
3503
2587
|
> = z.union([
|
|
3504
|
-
z.lazy(() => GetProjectEnvContentHintProjects14$inboundSchema),
|
|
3505
2588
|
z.lazy(() => GetProjectEnvContentHintProjects1$inboundSchema),
|
|
3506
2589
|
z.lazy(() => GetProjectEnvContentHintProjects2$inboundSchema),
|
|
3507
2590
|
z.lazy(() => GetProjectEnvContentHintProjects3$inboundSchema),
|
|
@@ -3515,11 +2598,11 @@ export const GetProjectEnvResponseBodyProjectsContentHint$inboundSchema:
|
|
|
3515
2598
|
z.lazy(() => GetProjectEnvContentHintProjects11$inboundSchema),
|
|
3516
2599
|
z.lazy(() => GetProjectEnvContentHintProjects12$inboundSchema),
|
|
3517
2600
|
z.lazy(() => GetProjectEnvContentHintProjects13$inboundSchema),
|
|
2601
|
+
z.lazy(() => GetProjectEnvContentHintProjects14$inboundSchema),
|
|
3518
2602
|
z.lazy(() => GetProjectEnvContentHintProjects15$inboundSchema),
|
|
3519
2603
|
]);
|
|
3520
2604
|
/** @internal */
|
|
3521
2605
|
export type GetProjectEnvResponseBodyProjectsContentHint$Outbound =
|
|
3522
|
-
| GetProjectEnvContentHintProjects14$Outbound
|
|
3523
2606
|
| GetProjectEnvContentHintProjects1$Outbound
|
|
3524
2607
|
| GetProjectEnvContentHintProjects2$Outbound
|
|
3525
2608
|
| GetProjectEnvContentHintProjects3$Outbound
|
|
@@ -3533,6 +2616,7 @@ export type GetProjectEnvResponseBodyProjectsContentHint$Outbound =
|
|
|
3533
2616
|
| GetProjectEnvContentHintProjects11$Outbound
|
|
3534
2617
|
| GetProjectEnvContentHintProjects12$Outbound
|
|
3535
2618
|
| GetProjectEnvContentHintProjects13$Outbound
|
|
2619
|
+
| GetProjectEnvContentHintProjects14$Outbound
|
|
3536
2620
|
| GetProjectEnvContentHintProjects15$Outbound;
|
|
3537
2621
|
|
|
3538
2622
|
/** @internal */
|
|
@@ -3542,7 +2626,6 @@ export const GetProjectEnvResponseBodyProjectsContentHint$outboundSchema:
|
|
|
3542
2626
|
z.ZodTypeDef,
|
|
3543
2627
|
GetProjectEnvResponseBodyProjectsContentHint
|
|
3544
2628
|
> = z.union([
|
|
3545
|
-
z.lazy(() => GetProjectEnvContentHintProjects14$outboundSchema),
|
|
3546
2629
|
z.lazy(() => GetProjectEnvContentHintProjects1$outboundSchema),
|
|
3547
2630
|
z.lazy(() => GetProjectEnvContentHintProjects2$outboundSchema),
|
|
3548
2631
|
z.lazy(() => GetProjectEnvContentHintProjects3$outboundSchema),
|
|
@@ -3556,6 +2639,7 @@ export const GetProjectEnvResponseBodyProjectsContentHint$outboundSchema:
|
|
|
3556
2639
|
z.lazy(() => GetProjectEnvContentHintProjects11$outboundSchema),
|
|
3557
2640
|
z.lazy(() => GetProjectEnvContentHintProjects12$outboundSchema),
|
|
3558
2641
|
z.lazy(() => GetProjectEnvContentHintProjects13$outboundSchema),
|
|
2642
|
+
z.lazy(() => GetProjectEnvContentHintProjects14$outboundSchema),
|
|
3559
2643
|
z.lazy(() => GetProjectEnvContentHintProjects15$outboundSchema),
|
|
3560
2644
|
]);
|
|
3561
2645
|
|
|
@@ -3674,7 +2758,6 @@ export const GetProjectEnvResponseBody2$inboundSchema: z.ZodType<
|
|
|
3674
2758
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
3675
2759
|
contentHint: z.nullable(
|
|
3676
2760
|
z.union([
|
|
3677
|
-
z.lazy(() => GetProjectEnvContentHintProjects14$inboundSchema),
|
|
3678
2761
|
z.lazy(() => GetProjectEnvContentHintProjects1$inboundSchema),
|
|
3679
2762
|
z.lazy(() => GetProjectEnvContentHintProjects2$inboundSchema),
|
|
3680
2763
|
z.lazy(() => GetProjectEnvContentHintProjects3$inboundSchema),
|
|
@@ -3688,6 +2771,7 @@ export const GetProjectEnvResponseBody2$inboundSchema: z.ZodType<
|
|
|
3688
2771
|
z.lazy(() => GetProjectEnvContentHintProjects11$inboundSchema),
|
|
3689
2772
|
z.lazy(() => GetProjectEnvContentHintProjects12$inboundSchema),
|
|
3690
2773
|
z.lazy(() => GetProjectEnvContentHintProjects13$inboundSchema),
|
|
2774
|
+
z.lazy(() => GetProjectEnvContentHintProjects14$inboundSchema),
|
|
3691
2775
|
z.lazy(() => GetProjectEnvContentHintProjects15$inboundSchema),
|
|
3692
2776
|
]),
|
|
3693
2777
|
).optional(),
|
|
@@ -3718,7 +2802,6 @@ export type GetProjectEnvResponseBody2$Outbound = {
|
|
|
3718
2802
|
edgeConfigId?: string | null | undefined;
|
|
3719
2803
|
edgeConfigTokenId?: string | null | undefined;
|
|
3720
2804
|
contentHint?:
|
|
3721
|
-
| GetProjectEnvContentHintProjects14$Outbound
|
|
3722
2805
|
| GetProjectEnvContentHintProjects1$Outbound
|
|
3723
2806
|
| GetProjectEnvContentHintProjects2$Outbound
|
|
3724
2807
|
| GetProjectEnvContentHintProjects3$Outbound
|
|
@@ -3732,6 +2815,7 @@ export type GetProjectEnvResponseBody2$Outbound = {
|
|
|
3732
2815
|
| GetProjectEnvContentHintProjects11$Outbound
|
|
3733
2816
|
| GetProjectEnvContentHintProjects12$Outbound
|
|
3734
2817
|
| GetProjectEnvContentHintProjects13$Outbound
|
|
2818
|
+
| GetProjectEnvContentHintProjects14$Outbound
|
|
3735
2819
|
| GetProjectEnvContentHintProjects15$Outbound
|
|
3736
2820
|
| null
|
|
3737
2821
|
| undefined;
|
|
@@ -3770,7 +2854,6 @@ export const GetProjectEnvResponseBody2$outboundSchema: z.ZodType<
|
|
|
3770
2854
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
3771
2855
|
contentHint: z.nullable(
|
|
3772
2856
|
z.union([
|
|
3773
|
-
z.lazy(() => GetProjectEnvContentHintProjects14$outboundSchema),
|
|
3774
2857
|
z.lazy(() => GetProjectEnvContentHintProjects1$outboundSchema),
|
|
3775
2858
|
z.lazy(() => GetProjectEnvContentHintProjects2$outboundSchema),
|
|
3776
2859
|
z.lazy(() => GetProjectEnvContentHintProjects3$outboundSchema),
|
|
@@ -3784,6 +2867,7 @@ export const GetProjectEnvResponseBody2$outboundSchema: z.ZodType<
|
|
|
3784
2867
|
z.lazy(() => GetProjectEnvContentHintProjects11$outboundSchema),
|
|
3785
2868
|
z.lazy(() => GetProjectEnvContentHintProjects12$outboundSchema),
|
|
3786
2869
|
z.lazy(() => GetProjectEnvContentHintProjects13$outboundSchema),
|
|
2870
|
+
z.lazy(() => GetProjectEnvContentHintProjects14$outboundSchema),
|
|
3787
2871
|
z.lazy(() => GetProjectEnvContentHintProjects15$outboundSchema),
|
|
3788
2872
|
]),
|
|
3789
2873
|
).optional(),
|
|
@@ -3881,33 +2965,18 @@ export const GetProjectEnvResponseBodyType$outboundSchema: z.ZodNativeEnum<
|
|
|
3881
2965
|
typeof GetProjectEnvResponseBodyType
|
|
3882
2966
|
> = GetProjectEnvResponseBodyType$inboundSchema;
|
|
3883
2967
|
|
|
3884
|
-
/** @internal */
|
|
3885
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema:
|
|
3886
|
-
z.ZodNativeEnum<
|
|
3887
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
3888
|
-
> = z.nativeEnum(
|
|
3889
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type,
|
|
3890
|
-
);
|
|
3891
|
-
/** @internal */
|
|
3892
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema:
|
|
3893
|
-
z.ZodNativeEnum<
|
|
3894
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
3895
|
-
> =
|
|
3896
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
3897
|
-
|
|
3898
2968
|
/** @internal */
|
|
3899
2969
|
export const GetProjectEnvContentHint15$inboundSchema: z.ZodType<
|
|
3900
2970
|
GetProjectEnvContentHint15,
|
|
3901
2971
|
z.ZodTypeDef,
|
|
3902
2972
|
unknown
|
|
3903
2973
|
> = z.object({
|
|
3904
|
-
type:
|
|
3905
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
|
|
2974
|
+
type: z.literal("flags-connection-string"),
|
|
3906
2975
|
projectId: z.string(),
|
|
3907
2976
|
});
|
|
3908
2977
|
/** @internal */
|
|
3909
2978
|
export type GetProjectEnvContentHint15$Outbound = {
|
|
3910
|
-
type: string;
|
|
2979
|
+
type: "flags-connection-string";
|
|
3911
2980
|
projectId: string;
|
|
3912
2981
|
};
|
|
3913
2982
|
|
|
@@ -3917,8 +2986,7 @@ export const GetProjectEnvContentHint15$outboundSchema: z.ZodType<
|
|
|
3917
2986
|
z.ZodTypeDef,
|
|
3918
2987
|
GetProjectEnvContentHint15
|
|
3919
2988
|
> = z.object({
|
|
3920
|
-
type:
|
|
3921
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
|
|
2989
|
+
type: z.literal("flags-connection-string"),
|
|
3922
2990
|
projectId: z.string(),
|
|
3923
2991
|
});
|
|
3924
2992
|
|
|
@@ -3939,28 +3007,13 @@ export function getProjectEnvContentHint15FromJSON(
|
|
|
3939
3007
|
);
|
|
3940
3008
|
}
|
|
3941
3009
|
|
|
3942
|
-
/** @internal */
|
|
3943
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema:
|
|
3944
|
-
z.ZodNativeEnum<
|
|
3945
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
3946
|
-
> = z.nativeEnum(
|
|
3947
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type,
|
|
3948
|
-
);
|
|
3949
|
-
/** @internal */
|
|
3950
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema:
|
|
3951
|
-
z.ZodNativeEnum<
|
|
3952
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
3953
|
-
> =
|
|
3954
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
3955
|
-
|
|
3956
3010
|
/** @internal */
|
|
3957
3011
|
export const GetProjectEnvContentHint14$inboundSchema: z.ZodType<
|
|
3958
3012
|
GetProjectEnvContentHint14,
|
|
3959
3013
|
z.ZodTypeDef,
|
|
3960
3014
|
unknown
|
|
3961
3015
|
> = z.object({
|
|
3962
|
-
type:
|
|
3963
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
|
|
3016
|
+
type: z.literal("integration-store-secret"),
|
|
3964
3017
|
storeId: z.string(),
|
|
3965
3018
|
integrationId: z.string(),
|
|
3966
3019
|
integrationProductId: z.string(),
|
|
@@ -3968,7 +3021,7 @@ export const GetProjectEnvContentHint14$inboundSchema: z.ZodType<
|
|
|
3968
3021
|
});
|
|
3969
3022
|
/** @internal */
|
|
3970
3023
|
export type GetProjectEnvContentHint14$Outbound = {
|
|
3971
|
-
type:
|
|
3024
|
+
type: "integration-store-secret";
|
|
3972
3025
|
storeId: string;
|
|
3973
3026
|
integrationId: string;
|
|
3974
3027
|
integrationProductId: string;
|
|
@@ -3981,8 +3034,7 @@ export const GetProjectEnvContentHint14$outboundSchema: z.ZodType<
|
|
|
3981
3034
|
z.ZodTypeDef,
|
|
3982
3035
|
GetProjectEnvContentHint14
|
|
3983
3036
|
> = z.object({
|
|
3984
|
-
type:
|
|
3985
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
|
|
3037
|
+
type: z.literal("integration-store-secret"),
|
|
3986
3038
|
storeId: z.string(),
|
|
3987
3039
|
integrationId: z.string(),
|
|
3988
3040
|
integrationProductId: z.string(),
|
|
@@ -4006,33 +3058,18 @@ export function getProjectEnvContentHint14FromJSON(
|
|
|
4006
3058
|
);
|
|
4007
3059
|
}
|
|
4008
3060
|
|
|
4009
|
-
/** @internal */
|
|
4010
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema:
|
|
4011
|
-
z.ZodNativeEnum<
|
|
4012
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
4013
|
-
> = z.nativeEnum(
|
|
4014
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type,
|
|
4015
|
-
);
|
|
4016
|
-
/** @internal */
|
|
4017
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema:
|
|
4018
|
-
z.ZodNativeEnum<
|
|
4019
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
4020
|
-
> =
|
|
4021
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
4022
|
-
|
|
4023
3061
|
/** @internal */
|
|
4024
3062
|
export const GetProjectEnvContentHint13$inboundSchema: z.ZodType<
|
|
4025
3063
|
GetProjectEnvContentHint13,
|
|
4026
3064
|
z.ZodTypeDef,
|
|
4027
3065
|
unknown
|
|
4028
3066
|
> = z.object({
|
|
4029
|
-
type:
|
|
4030
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
|
|
3067
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
4031
3068
|
storeId: z.string(),
|
|
4032
3069
|
});
|
|
4033
3070
|
/** @internal */
|
|
4034
3071
|
export type GetProjectEnvContentHint13$Outbound = {
|
|
4035
|
-
type:
|
|
3072
|
+
type: "postgres-url-no-ssl";
|
|
4036
3073
|
storeId: string;
|
|
4037
3074
|
};
|
|
4038
3075
|
|
|
@@ -4042,8 +3079,7 @@ export const GetProjectEnvContentHint13$outboundSchema: z.ZodType<
|
|
|
4042
3079
|
z.ZodTypeDef,
|
|
4043
3080
|
GetProjectEnvContentHint13
|
|
4044
3081
|
> = z.object({
|
|
4045
|
-
type:
|
|
4046
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
|
|
3082
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
4047
3083
|
storeId: z.string(),
|
|
4048
3084
|
});
|
|
4049
3085
|
|
|
@@ -4064,33 +3100,18 @@ export function getProjectEnvContentHint13FromJSON(
|
|
|
4064
3100
|
);
|
|
4065
3101
|
}
|
|
4066
3102
|
|
|
4067
|
-
/** @internal */
|
|
4068
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema:
|
|
4069
|
-
z.ZodNativeEnum<
|
|
4070
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
4071
|
-
> = z.nativeEnum(
|
|
4072
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type,
|
|
4073
|
-
);
|
|
4074
|
-
/** @internal */
|
|
4075
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema:
|
|
4076
|
-
z.ZodNativeEnum<
|
|
4077
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
4078
|
-
> =
|
|
4079
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
4080
|
-
|
|
4081
3103
|
/** @internal */
|
|
4082
3104
|
export const GetProjectEnvContentHint12$inboundSchema: z.ZodType<
|
|
4083
3105
|
GetProjectEnvContentHint12,
|
|
4084
3106
|
z.ZodTypeDef,
|
|
4085
3107
|
unknown
|
|
4086
3108
|
> = z.object({
|
|
4087
|
-
type:
|
|
4088
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
|
|
3109
|
+
type: z.literal("postgres-database"),
|
|
4089
3110
|
storeId: z.string(),
|
|
4090
3111
|
});
|
|
4091
3112
|
/** @internal */
|
|
4092
3113
|
export type GetProjectEnvContentHint12$Outbound = {
|
|
4093
|
-
type:
|
|
3114
|
+
type: "postgres-database";
|
|
4094
3115
|
storeId: string;
|
|
4095
3116
|
};
|
|
4096
3117
|
|
|
@@ -4100,8 +3121,7 @@ export const GetProjectEnvContentHint12$outboundSchema: z.ZodType<
|
|
|
4100
3121
|
z.ZodTypeDef,
|
|
4101
3122
|
GetProjectEnvContentHint12
|
|
4102
3123
|
> = z.object({
|
|
4103
|
-
type:
|
|
4104
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
|
|
3124
|
+
type: z.literal("postgres-database"),
|
|
4105
3125
|
storeId: z.string(),
|
|
4106
3126
|
});
|
|
4107
3127
|
|
|
@@ -4122,33 +3142,18 @@ export function getProjectEnvContentHint12FromJSON(
|
|
|
4122
3142
|
);
|
|
4123
3143
|
}
|
|
4124
3144
|
|
|
4125
|
-
/** @internal */
|
|
4126
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema:
|
|
4127
|
-
z.ZodNativeEnum<
|
|
4128
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
4129
|
-
> = z.nativeEnum(
|
|
4130
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type,
|
|
4131
|
-
);
|
|
4132
|
-
/** @internal */
|
|
4133
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema:
|
|
4134
|
-
z.ZodNativeEnum<
|
|
4135
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
4136
|
-
> =
|
|
4137
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
4138
|
-
|
|
4139
3145
|
/** @internal */
|
|
4140
3146
|
export const GetProjectEnvContentHint11$inboundSchema: z.ZodType<
|
|
4141
3147
|
GetProjectEnvContentHint11,
|
|
4142
3148
|
z.ZodTypeDef,
|
|
4143
3149
|
unknown
|
|
4144
3150
|
> = z.object({
|
|
4145
|
-
type:
|
|
4146
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
|
|
3151
|
+
type: z.literal("postgres-password"),
|
|
4147
3152
|
storeId: z.string(),
|
|
4148
3153
|
});
|
|
4149
3154
|
/** @internal */
|
|
4150
3155
|
export type GetProjectEnvContentHint11$Outbound = {
|
|
4151
|
-
type:
|
|
3156
|
+
type: "postgres-password";
|
|
4152
3157
|
storeId: string;
|
|
4153
3158
|
};
|
|
4154
3159
|
|
|
@@ -4158,8 +3163,7 @@ export const GetProjectEnvContentHint11$outboundSchema: z.ZodType<
|
|
|
4158
3163
|
z.ZodTypeDef,
|
|
4159
3164
|
GetProjectEnvContentHint11
|
|
4160
3165
|
> = z.object({
|
|
4161
|
-
type:
|
|
4162
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
|
|
3166
|
+
type: z.literal("postgres-password"),
|
|
4163
3167
|
storeId: z.string(),
|
|
4164
3168
|
});
|
|
4165
3169
|
|
|
@@ -4180,33 +3184,18 @@ export function getProjectEnvContentHint11FromJSON(
|
|
|
4180
3184
|
);
|
|
4181
3185
|
}
|
|
4182
3186
|
|
|
4183
|
-
/** @internal */
|
|
4184
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema:
|
|
4185
|
-
z.ZodNativeEnum<
|
|
4186
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
4187
|
-
> = z.nativeEnum(
|
|
4188
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type,
|
|
4189
|
-
);
|
|
4190
|
-
/** @internal */
|
|
4191
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema:
|
|
4192
|
-
z.ZodNativeEnum<
|
|
4193
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
4194
|
-
> =
|
|
4195
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
4196
|
-
|
|
4197
3187
|
/** @internal */
|
|
4198
3188
|
export const GetProjectEnvContentHint10$inboundSchema: z.ZodType<
|
|
4199
3189
|
GetProjectEnvContentHint10,
|
|
4200
3190
|
z.ZodTypeDef,
|
|
4201
3191
|
unknown
|
|
4202
3192
|
> = z.object({
|
|
4203
|
-
type:
|
|
4204
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
|
|
3193
|
+
type: z.literal("postgres-host"),
|
|
4205
3194
|
storeId: z.string(),
|
|
4206
3195
|
});
|
|
4207
3196
|
/** @internal */
|
|
4208
3197
|
export type GetProjectEnvContentHint10$Outbound = {
|
|
4209
|
-
type:
|
|
3198
|
+
type: "postgres-host";
|
|
4210
3199
|
storeId: string;
|
|
4211
3200
|
};
|
|
4212
3201
|
|
|
@@ -4216,8 +3205,7 @@ export const GetProjectEnvContentHint10$outboundSchema: z.ZodType<
|
|
|
4216
3205
|
z.ZodTypeDef,
|
|
4217
3206
|
GetProjectEnvContentHint10
|
|
4218
3207
|
> = z.object({
|
|
4219
|
-
type:
|
|
4220
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
|
|
3208
|
+
type: z.literal("postgres-host"),
|
|
4221
3209
|
storeId: z.string(),
|
|
4222
3210
|
});
|
|
4223
3211
|
|
|
@@ -4238,33 +3226,18 @@ export function getProjectEnvContentHint10FromJSON(
|
|
|
4238
3226
|
);
|
|
4239
3227
|
}
|
|
4240
3228
|
|
|
4241
|
-
/** @internal */
|
|
4242
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema:
|
|
4243
|
-
z.ZodNativeEnum<
|
|
4244
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
4245
|
-
> = z.nativeEnum(
|
|
4246
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type,
|
|
4247
|
-
);
|
|
4248
|
-
/** @internal */
|
|
4249
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema:
|
|
4250
|
-
z.ZodNativeEnum<
|
|
4251
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
4252
|
-
> =
|
|
4253
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
4254
|
-
|
|
4255
3229
|
/** @internal */
|
|
4256
3230
|
export const GetProjectEnvContentHint9$inboundSchema: z.ZodType<
|
|
4257
3231
|
GetProjectEnvContentHint9,
|
|
4258
3232
|
z.ZodTypeDef,
|
|
4259
3233
|
unknown
|
|
4260
3234
|
> = z.object({
|
|
4261
|
-
type:
|
|
4262
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
|
|
3235
|
+
type: z.literal("postgres-user"),
|
|
4263
3236
|
storeId: z.string(),
|
|
4264
3237
|
});
|
|
4265
3238
|
/** @internal */
|
|
4266
3239
|
export type GetProjectEnvContentHint9$Outbound = {
|
|
4267
|
-
type:
|
|
3240
|
+
type: "postgres-user";
|
|
4268
3241
|
storeId: string;
|
|
4269
3242
|
};
|
|
4270
3243
|
|
|
@@ -4274,8 +3247,7 @@ export const GetProjectEnvContentHint9$outboundSchema: z.ZodType<
|
|
|
4274
3247
|
z.ZodTypeDef,
|
|
4275
3248
|
GetProjectEnvContentHint9
|
|
4276
3249
|
> = z.object({
|
|
4277
|
-
type:
|
|
4278
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
|
|
3250
|
+
type: z.literal("postgres-user"),
|
|
4279
3251
|
storeId: z.string(),
|
|
4280
3252
|
});
|
|
4281
3253
|
|
|
@@ -4296,33 +3268,18 @@ export function getProjectEnvContentHint9FromJSON(
|
|
|
4296
3268
|
);
|
|
4297
3269
|
}
|
|
4298
3270
|
|
|
4299
|
-
/** @internal */
|
|
4300
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema:
|
|
4301
|
-
z.ZodNativeEnum<
|
|
4302
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
4303
|
-
> = z.nativeEnum(
|
|
4304
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type,
|
|
4305
|
-
);
|
|
4306
|
-
/** @internal */
|
|
4307
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema:
|
|
4308
|
-
z.ZodNativeEnum<
|
|
4309
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
4310
|
-
> =
|
|
4311
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
4312
|
-
|
|
4313
3271
|
/** @internal */
|
|
4314
3272
|
export const GetProjectEnvContentHint8$inboundSchema: z.ZodType<
|
|
4315
3273
|
GetProjectEnvContentHint8,
|
|
4316
3274
|
z.ZodTypeDef,
|
|
4317
3275
|
unknown
|
|
4318
3276
|
> = z.object({
|
|
4319
|
-
type:
|
|
4320
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema,
|
|
3277
|
+
type: z.literal("postgres-prisma-url"),
|
|
4321
3278
|
storeId: z.string(),
|
|
4322
3279
|
});
|
|
4323
3280
|
/** @internal */
|
|
4324
3281
|
export type GetProjectEnvContentHint8$Outbound = {
|
|
4325
|
-
type:
|
|
3282
|
+
type: "postgres-prisma-url";
|
|
4326
3283
|
storeId: string;
|
|
4327
3284
|
};
|
|
4328
3285
|
|
|
@@ -4332,8 +3289,7 @@ export const GetProjectEnvContentHint8$outboundSchema: z.ZodType<
|
|
|
4332
3289
|
z.ZodTypeDef,
|
|
4333
3290
|
GetProjectEnvContentHint8
|
|
4334
3291
|
> = z.object({
|
|
4335
|
-
type:
|
|
4336
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema,
|
|
3292
|
+
type: z.literal("postgres-prisma-url"),
|
|
4337
3293
|
storeId: z.string(),
|
|
4338
3294
|
});
|
|
4339
3295
|
|
|
@@ -4354,33 +3310,18 @@ export function getProjectEnvContentHint8FromJSON(
|
|
|
4354
3310
|
);
|
|
4355
3311
|
}
|
|
4356
3312
|
|
|
4357
|
-
/** @internal */
|
|
4358
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema:
|
|
4359
|
-
z.ZodNativeEnum<
|
|
4360
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
4361
|
-
> = z.nativeEnum(
|
|
4362
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type,
|
|
4363
|
-
);
|
|
4364
|
-
/** @internal */
|
|
4365
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema:
|
|
4366
|
-
z.ZodNativeEnum<
|
|
4367
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
4368
|
-
> =
|
|
4369
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
4370
|
-
|
|
4371
3313
|
/** @internal */
|
|
4372
3314
|
export const GetProjectEnvContentHint7$inboundSchema: z.ZodType<
|
|
4373
3315
|
GetProjectEnvContentHint7,
|
|
4374
3316
|
z.ZodTypeDef,
|
|
4375
3317
|
unknown
|
|
4376
3318
|
> = z.object({
|
|
4377
|
-
type:
|
|
4378
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
|
|
3319
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4379
3320
|
storeId: z.string(),
|
|
4380
3321
|
});
|
|
4381
3322
|
/** @internal */
|
|
4382
3323
|
export type GetProjectEnvContentHint7$Outbound = {
|
|
4383
|
-
type:
|
|
3324
|
+
type: "postgres-url-non-pooling";
|
|
4384
3325
|
storeId: string;
|
|
4385
3326
|
};
|
|
4386
3327
|
|
|
@@ -4390,8 +3331,7 @@ export const GetProjectEnvContentHint7$outboundSchema: z.ZodType<
|
|
|
4390
3331
|
z.ZodTypeDef,
|
|
4391
3332
|
GetProjectEnvContentHint7
|
|
4392
3333
|
> = z.object({
|
|
4393
|
-
type:
|
|
4394
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
|
|
3334
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4395
3335
|
storeId: z.string(),
|
|
4396
3336
|
});
|
|
4397
3337
|
|
|
@@ -4412,33 +3352,18 @@ export function getProjectEnvContentHint7FromJSON(
|
|
|
4412
3352
|
);
|
|
4413
3353
|
}
|
|
4414
3354
|
|
|
4415
|
-
/** @internal */
|
|
4416
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
4417
|
-
z.ZodNativeEnum<
|
|
4418
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4419
|
-
> = z.nativeEnum(
|
|
4420
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType,
|
|
4421
|
-
);
|
|
4422
|
-
/** @internal */
|
|
4423
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
4424
|
-
z.ZodNativeEnum<
|
|
4425
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4426
|
-
> =
|
|
4427
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
4428
|
-
|
|
4429
3355
|
/** @internal */
|
|
4430
3356
|
export const GetProjectEnvContentHint6$inboundSchema: z.ZodType<
|
|
4431
3357
|
GetProjectEnvContentHint6,
|
|
4432
3358
|
z.ZodTypeDef,
|
|
4433
3359
|
unknown
|
|
4434
3360
|
> = z.object({
|
|
4435
|
-
type:
|
|
4436
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3361
|
+
type: z.literal("postgres-url"),
|
|
4437
3362
|
storeId: z.string(),
|
|
4438
3363
|
});
|
|
4439
3364
|
/** @internal */
|
|
4440
3365
|
export type GetProjectEnvContentHint6$Outbound = {
|
|
4441
|
-
type:
|
|
3366
|
+
type: "postgres-url";
|
|
4442
3367
|
storeId: string;
|
|
4443
3368
|
};
|
|
4444
3369
|
|
|
@@ -4448,8 +3373,7 @@ export const GetProjectEnvContentHint6$outboundSchema: z.ZodType<
|
|
|
4448
3373
|
z.ZodTypeDef,
|
|
4449
3374
|
GetProjectEnvContentHint6
|
|
4450
3375
|
> = z.object({
|
|
4451
|
-
type:
|
|
4452
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
3376
|
+
type: z.literal("postgres-url"),
|
|
4453
3377
|
storeId: z.string(),
|
|
4454
3378
|
});
|
|
4455
3379
|
|
|
@@ -4470,33 +3394,18 @@ export function getProjectEnvContentHint6FromJSON(
|
|
|
4470
3394
|
);
|
|
4471
3395
|
}
|
|
4472
3396
|
|
|
4473
|
-
/** @internal */
|
|
4474
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
4475
|
-
z.ZodNativeEnum<
|
|
4476
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
4477
|
-
> = z.nativeEnum(
|
|
4478
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONType,
|
|
4479
|
-
);
|
|
4480
|
-
/** @internal */
|
|
4481
|
-
export const GetProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
4482
|
-
z.ZodNativeEnum<
|
|
4483
|
-
typeof GetProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
4484
|
-
> =
|
|
4485
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
4486
|
-
|
|
4487
3397
|
/** @internal */
|
|
4488
3398
|
export const GetProjectEnvContentHint5$inboundSchema: z.ZodType<
|
|
4489
3399
|
GetProjectEnvContentHint5,
|
|
4490
3400
|
z.ZodTypeDef,
|
|
4491
3401
|
unknown
|
|
4492
3402
|
> = z.object({
|
|
4493
|
-
type:
|
|
4494
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
3403
|
+
type: z.literal("blob-read-write-token"),
|
|
4495
3404
|
storeId: z.string(),
|
|
4496
3405
|
});
|
|
4497
3406
|
/** @internal */
|
|
4498
3407
|
export type GetProjectEnvContentHint5$Outbound = {
|
|
4499
|
-
type:
|
|
3408
|
+
type: "blob-read-write-token";
|
|
4500
3409
|
storeId: string;
|
|
4501
3410
|
};
|
|
4502
3411
|
|
|
@@ -4506,8 +3415,7 @@ export const GetProjectEnvContentHint5$outboundSchema: z.ZodType<
|
|
|
4506
3415
|
z.ZodTypeDef,
|
|
4507
3416
|
GetProjectEnvContentHint5
|
|
4508
3417
|
> = z.object({
|
|
4509
|
-
type:
|
|
4510
|
-
GetProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
3418
|
+
type: z.literal("blob-read-write-token"),
|
|
4511
3419
|
storeId: z.string(),
|
|
4512
3420
|
});
|
|
4513
3421
|
|
|
@@ -4528,27 +3436,18 @@ export function getProjectEnvContentHint5FromJSON(
|
|
|
4528
3436
|
);
|
|
4529
3437
|
}
|
|
4530
3438
|
|
|
4531
|
-
/** @internal */
|
|
4532
|
-
export const GetProjectEnvContentHintProjectsResponse200Type$inboundSchema:
|
|
4533
|
-
z.ZodNativeEnum<typeof GetProjectEnvContentHintProjectsResponse200Type> = z
|
|
4534
|
-
.nativeEnum(GetProjectEnvContentHintProjectsResponse200Type);
|
|
4535
|
-
/** @internal */
|
|
4536
|
-
export const GetProjectEnvContentHintProjectsResponse200Type$outboundSchema:
|
|
4537
|
-
z.ZodNativeEnum<typeof GetProjectEnvContentHintProjectsResponse200Type> =
|
|
4538
|
-
GetProjectEnvContentHintProjectsResponse200Type$inboundSchema;
|
|
4539
|
-
|
|
4540
3439
|
/** @internal */
|
|
4541
3440
|
export const GetProjectEnvContentHint4$inboundSchema: z.ZodType<
|
|
4542
3441
|
GetProjectEnvContentHint4,
|
|
4543
3442
|
z.ZodTypeDef,
|
|
4544
3443
|
unknown
|
|
4545
3444
|
> = z.object({
|
|
4546
|
-
type:
|
|
3445
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4547
3446
|
storeId: z.string(),
|
|
4548
3447
|
});
|
|
4549
3448
|
/** @internal */
|
|
4550
3449
|
export type GetProjectEnvContentHint4$Outbound = {
|
|
4551
|
-
type:
|
|
3450
|
+
type: "redis-rest-api-read-only-token";
|
|
4552
3451
|
storeId: string;
|
|
4553
3452
|
};
|
|
4554
3453
|
|
|
@@ -4558,7 +3457,7 @@ export const GetProjectEnvContentHint4$outboundSchema: z.ZodType<
|
|
|
4558
3457
|
z.ZodTypeDef,
|
|
4559
3458
|
GetProjectEnvContentHint4
|
|
4560
3459
|
> = z.object({
|
|
4561
|
-
type:
|
|
3460
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4562
3461
|
storeId: z.string(),
|
|
4563
3462
|
});
|
|
4564
3463
|
|
|
@@ -4579,27 +3478,18 @@ export function getProjectEnvContentHint4FromJSON(
|
|
|
4579
3478
|
);
|
|
4580
3479
|
}
|
|
4581
3480
|
|
|
4582
|
-
/** @internal */
|
|
4583
|
-
export const GetProjectEnvContentHintProjectsResponseType$inboundSchema:
|
|
4584
|
-
z.ZodNativeEnum<typeof GetProjectEnvContentHintProjectsResponseType> = z
|
|
4585
|
-
.nativeEnum(GetProjectEnvContentHintProjectsResponseType);
|
|
4586
|
-
/** @internal */
|
|
4587
|
-
export const GetProjectEnvContentHintProjectsResponseType$outboundSchema:
|
|
4588
|
-
z.ZodNativeEnum<typeof GetProjectEnvContentHintProjectsResponseType> =
|
|
4589
|
-
GetProjectEnvContentHintProjectsResponseType$inboundSchema;
|
|
4590
|
-
|
|
4591
3481
|
/** @internal */
|
|
4592
3482
|
export const GetProjectEnvContentHint3$inboundSchema: z.ZodType<
|
|
4593
3483
|
GetProjectEnvContentHint3,
|
|
4594
3484
|
z.ZodTypeDef,
|
|
4595
3485
|
unknown
|
|
4596
3486
|
> = z.object({
|
|
4597
|
-
type:
|
|
3487
|
+
type: z.literal("redis-rest-api-token"),
|
|
4598
3488
|
storeId: z.string(),
|
|
4599
3489
|
});
|
|
4600
3490
|
/** @internal */
|
|
4601
3491
|
export type GetProjectEnvContentHint3$Outbound = {
|
|
4602
|
-
type:
|
|
3492
|
+
type: "redis-rest-api-token";
|
|
4603
3493
|
storeId: string;
|
|
4604
3494
|
};
|
|
4605
3495
|
|
|
@@ -4609,7 +3499,7 @@ export const GetProjectEnvContentHint3$outboundSchema: z.ZodType<
|
|
|
4609
3499
|
z.ZodTypeDef,
|
|
4610
3500
|
GetProjectEnvContentHint3
|
|
4611
3501
|
> = z.object({
|
|
4612
|
-
type:
|
|
3502
|
+
type: z.literal("redis-rest-api-token"),
|
|
4613
3503
|
storeId: z.string(),
|
|
4614
3504
|
});
|
|
4615
3505
|
|
|
@@ -4630,28 +3520,18 @@ export function getProjectEnvContentHint3FromJSON(
|
|
|
4630
3520
|
);
|
|
4631
3521
|
}
|
|
4632
3522
|
|
|
4633
|
-
/** @internal */
|
|
4634
|
-
export const GetProjectEnvContentHintProjectsType$inboundSchema:
|
|
4635
|
-
z.ZodNativeEnum<typeof GetProjectEnvContentHintProjectsType> = z.nativeEnum(
|
|
4636
|
-
GetProjectEnvContentHintProjectsType,
|
|
4637
|
-
);
|
|
4638
|
-
/** @internal */
|
|
4639
|
-
export const GetProjectEnvContentHintProjectsType$outboundSchema:
|
|
4640
|
-
z.ZodNativeEnum<typeof GetProjectEnvContentHintProjectsType> =
|
|
4641
|
-
GetProjectEnvContentHintProjectsType$inboundSchema;
|
|
4642
|
-
|
|
4643
3523
|
/** @internal */
|
|
4644
3524
|
export const GetProjectEnvContentHint2$inboundSchema: z.ZodType<
|
|
4645
3525
|
GetProjectEnvContentHint2,
|
|
4646
3526
|
z.ZodTypeDef,
|
|
4647
3527
|
unknown
|
|
4648
3528
|
> = z.object({
|
|
4649
|
-
type:
|
|
3529
|
+
type: z.literal("redis-rest-api-url"),
|
|
4650
3530
|
storeId: z.string(),
|
|
4651
3531
|
});
|
|
4652
3532
|
/** @internal */
|
|
4653
3533
|
export type GetProjectEnvContentHint2$Outbound = {
|
|
4654
|
-
type:
|
|
3534
|
+
type: "redis-rest-api-url";
|
|
4655
3535
|
storeId: string;
|
|
4656
3536
|
};
|
|
4657
3537
|
|
|
@@ -4661,7 +3541,7 @@ export const GetProjectEnvContentHint2$outboundSchema: z.ZodType<
|
|
|
4661
3541
|
z.ZodTypeDef,
|
|
4662
3542
|
GetProjectEnvContentHint2
|
|
4663
3543
|
> = z.object({
|
|
4664
|
-
type:
|
|
3544
|
+
type: z.literal("redis-rest-api-url"),
|
|
4665
3545
|
storeId: z.string(),
|
|
4666
3546
|
});
|
|
4667
3547
|
|
|
@@ -4682,27 +3562,18 @@ export function getProjectEnvContentHint2FromJSON(
|
|
|
4682
3562
|
);
|
|
4683
3563
|
}
|
|
4684
3564
|
|
|
4685
|
-
/** @internal */
|
|
4686
|
-
export const GetProjectEnvContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
4687
|
-
typeof GetProjectEnvContentHintType
|
|
4688
|
-
> = z.nativeEnum(GetProjectEnvContentHintType);
|
|
4689
|
-
/** @internal */
|
|
4690
|
-
export const GetProjectEnvContentHintType$outboundSchema: z.ZodNativeEnum<
|
|
4691
|
-
typeof GetProjectEnvContentHintType
|
|
4692
|
-
> = GetProjectEnvContentHintType$inboundSchema;
|
|
4693
|
-
|
|
4694
3565
|
/** @internal */
|
|
4695
3566
|
export const GetProjectEnvContentHint1$inboundSchema: z.ZodType<
|
|
4696
3567
|
GetProjectEnvContentHint1,
|
|
4697
3568
|
z.ZodTypeDef,
|
|
4698
3569
|
unknown
|
|
4699
3570
|
> = z.object({
|
|
4700
|
-
type:
|
|
3571
|
+
type: z.literal("redis-url"),
|
|
4701
3572
|
storeId: z.string(),
|
|
4702
3573
|
});
|
|
4703
3574
|
/** @internal */
|
|
4704
3575
|
export type GetProjectEnvContentHint1$Outbound = {
|
|
4705
|
-
type:
|
|
3576
|
+
type: "redis-url";
|
|
4706
3577
|
storeId: string;
|
|
4707
3578
|
};
|
|
4708
3579
|
|
|
@@ -4712,7 +3583,7 @@ export const GetProjectEnvContentHint1$outboundSchema: z.ZodType<
|
|
|
4712
3583
|
z.ZodTypeDef,
|
|
4713
3584
|
GetProjectEnvContentHint1
|
|
4714
3585
|
> = z.object({
|
|
4715
|
-
type:
|
|
3586
|
+
type: z.literal("redis-url"),
|
|
4716
3587
|
storeId: z.string(),
|
|
4717
3588
|
});
|
|
4718
3589
|
|
|
@@ -4739,7 +3610,6 @@ export const GetProjectEnvResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
4739
3610
|
z.ZodTypeDef,
|
|
4740
3611
|
unknown
|
|
4741
3612
|
> = z.union([
|
|
4742
|
-
z.lazy(() => GetProjectEnvContentHint14$inboundSchema),
|
|
4743
3613
|
z.lazy(() => GetProjectEnvContentHint1$inboundSchema),
|
|
4744
3614
|
z.lazy(() => GetProjectEnvContentHint2$inboundSchema),
|
|
4745
3615
|
z.lazy(() => GetProjectEnvContentHint3$inboundSchema),
|
|
@@ -4753,11 +3623,11 @@ export const GetProjectEnvResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
4753
3623
|
z.lazy(() => GetProjectEnvContentHint11$inboundSchema),
|
|
4754
3624
|
z.lazy(() => GetProjectEnvContentHint12$inboundSchema),
|
|
4755
3625
|
z.lazy(() => GetProjectEnvContentHint13$inboundSchema),
|
|
3626
|
+
z.lazy(() => GetProjectEnvContentHint14$inboundSchema),
|
|
4756
3627
|
z.lazy(() => GetProjectEnvContentHint15$inboundSchema),
|
|
4757
3628
|
]);
|
|
4758
3629
|
/** @internal */
|
|
4759
3630
|
export type GetProjectEnvResponseBodyContentHint$Outbound =
|
|
4760
|
-
| GetProjectEnvContentHint14$Outbound
|
|
4761
3631
|
| GetProjectEnvContentHint1$Outbound
|
|
4762
3632
|
| GetProjectEnvContentHint2$Outbound
|
|
4763
3633
|
| GetProjectEnvContentHint3$Outbound
|
|
@@ -4771,6 +3641,7 @@ export type GetProjectEnvResponseBodyContentHint$Outbound =
|
|
|
4771
3641
|
| GetProjectEnvContentHint11$Outbound
|
|
4772
3642
|
| GetProjectEnvContentHint12$Outbound
|
|
4773
3643
|
| GetProjectEnvContentHint13$Outbound
|
|
3644
|
+
| GetProjectEnvContentHint14$Outbound
|
|
4774
3645
|
| GetProjectEnvContentHint15$Outbound;
|
|
4775
3646
|
|
|
4776
3647
|
/** @internal */
|
|
@@ -4779,7 +3650,6 @@ export const GetProjectEnvResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
4779
3650
|
z.ZodTypeDef,
|
|
4780
3651
|
GetProjectEnvResponseBodyContentHint
|
|
4781
3652
|
> = z.union([
|
|
4782
|
-
z.lazy(() => GetProjectEnvContentHint14$outboundSchema),
|
|
4783
3653
|
z.lazy(() => GetProjectEnvContentHint1$outboundSchema),
|
|
4784
3654
|
z.lazy(() => GetProjectEnvContentHint2$outboundSchema),
|
|
4785
3655
|
z.lazy(() => GetProjectEnvContentHint3$outboundSchema),
|
|
@@ -4793,6 +3663,7 @@ export const GetProjectEnvResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
4793
3663
|
z.lazy(() => GetProjectEnvContentHint11$outboundSchema),
|
|
4794
3664
|
z.lazy(() => GetProjectEnvContentHint12$outboundSchema),
|
|
4795
3665
|
z.lazy(() => GetProjectEnvContentHint13$outboundSchema),
|
|
3666
|
+
z.lazy(() => GetProjectEnvContentHint14$outboundSchema),
|
|
4796
3667
|
z.lazy(() => GetProjectEnvContentHint15$outboundSchema),
|
|
4797
3668
|
]);
|
|
4798
3669
|
|
|
@@ -4910,7 +3781,6 @@ export const GetProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
4910
3781
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
4911
3782
|
contentHint: z.nullable(
|
|
4912
3783
|
z.union([
|
|
4913
|
-
z.lazy(() => GetProjectEnvContentHint14$inboundSchema),
|
|
4914
3784
|
z.lazy(() => GetProjectEnvContentHint1$inboundSchema),
|
|
4915
3785
|
z.lazy(() => GetProjectEnvContentHint2$inboundSchema),
|
|
4916
3786
|
z.lazy(() => GetProjectEnvContentHint3$inboundSchema),
|
|
@@ -4924,6 +3794,7 @@ export const GetProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
4924
3794
|
z.lazy(() => GetProjectEnvContentHint11$inboundSchema),
|
|
4925
3795
|
z.lazy(() => GetProjectEnvContentHint12$inboundSchema),
|
|
4926
3796
|
z.lazy(() => GetProjectEnvContentHint13$inboundSchema),
|
|
3797
|
+
z.lazy(() => GetProjectEnvContentHint14$inboundSchema),
|
|
4927
3798
|
z.lazy(() => GetProjectEnvContentHint15$inboundSchema),
|
|
4928
3799
|
]),
|
|
4929
3800
|
).optional(),
|
|
@@ -4950,7 +3821,6 @@ export type GetProjectEnvResponseBody1$Outbound = {
|
|
|
4950
3821
|
edgeConfigId?: string | null | undefined;
|
|
4951
3822
|
edgeConfigTokenId?: string | null | undefined;
|
|
4952
3823
|
contentHint?:
|
|
4953
|
-
| GetProjectEnvContentHint14$Outbound
|
|
4954
3824
|
| GetProjectEnvContentHint1$Outbound
|
|
4955
3825
|
| GetProjectEnvContentHint2$Outbound
|
|
4956
3826
|
| GetProjectEnvContentHint3$Outbound
|
|
@@ -4964,6 +3834,7 @@ export type GetProjectEnvResponseBody1$Outbound = {
|
|
|
4964
3834
|
| GetProjectEnvContentHint11$Outbound
|
|
4965
3835
|
| GetProjectEnvContentHint12$Outbound
|
|
4966
3836
|
| GetProjectEnvContentHint13$Outbound
|
|
3837
|
+
| GetProjectEnvContentHint14$Outbound
|
|
4967
3838
|
| GetProjectEnvContentHint15$Outbound
|
|
4968
3839
|
| null
|
|
4969
3840
|
| undefined;
|
|
@@ -5000,7 +3871,6 @@ export const GetProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
5000
3871
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5001
3872
|
contentHint: z.nullable(
|
|
5002
3873
|
z.union([
|
|
5003
|
-
z.lazy(() => GetProjectEnvContentHint14$outboundSchema),
|
|
5004
3874
|
z.lazy(() => GetProjectEnvContentHint1$outboundSchema),
|
|
5005
3875
|
z.lazy(() => GetProjectEnvContentHint2$outboundSchema),
|
|
5006
3876
|
z.lazy(() => GetProjectEnvContentHint3$outboundSchema),
|
|
@@ -5014,6 +3884,7 @@ export const GetProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
5014
3884
|
z.lazy(() => GetProjectEnvContentHint11$outboundSchema),
|
|
5015
3885
|
z.lazy(() => GetProjectEnvContentHint12$outboundSchema),
|
|
5016
3886
|
z.lazy(() => GetProjectEnvContentHint13$outboundSchema),
|
|
3887
|
+
z.lazy(() => GetProjectEnvContentHint14$outboundSchema),
|
|
5017
3888
|
z.lazy(() => GetProjectEnvContentHint15$outboundSchema),
|
|
5018
3889
|
]),
|
|
5019
3890
|
).optional(),
|