@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
|
@@ -45,130 +45,70 @@ export declare const RemoveProjectEnvResponseBodyProjectsResponseType: {
|
|
|
45
45
|
readonly Secret: "secret";
|
|
46
46
|
};
|
|
47
47
|
export type RemoveProjectEnvResponseBodyProjectsResponseType = ClosedEnum<typeof RemoveProjectEnvResponseBodyProjectsResponseType>;
|
|
48
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type: {
|
|
49
|
-
readonly FlagsConnectionString: "flags-connection-string";
|
|
50
|
-
};
|
|
51
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type>;
|
|
52
48
|
export type RemoveProjectEnvContentHintProjectsResponse15 = {
|
|
53
|
-
type:
|
|
49
|
+
type: "flags-connection-string";
|
|
54
50
|
projectId: string;
|
|
55
51
|
};
|
|
56
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type: {
|
|
57
|
-
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
58
|
-
};
|
|
59
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type>;
|
|
60
52
|
export type RemoveProjectEnvContentHintProjectsResponse14 = {
|
|
61
|
-
type:
|
|
53
|
+
type: "integration-store-secret";
|
|
62
54
|
storeId: string;
|
|
63
55
|
integrationId: string;
|
|
64
56
|
integrationProductId: string;
|
|
65
57
|
integrationConfigurationId: string;
|
|
66
58
|
};
|
|
67
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type: {
|
|
68
|
-
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
69
|
-
};
|
|
70
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type>;
|
|
71
59
|
export type RemoveProjectEnvContentHintProjectsResponse13 = {
|
|
72
|
-
type:
|
|
60
|
+
type: "postgres-url-no-ssl";
|
|
73
61
|
storeId: string;
|
|
74
62
|
};
|
|
75
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type: {
|
|
76
|
-
readonly PostgresDatabase: "postgres-database";
|
|
77
|
-
};
|
|
78
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type>;
|
|
79
63
|
export type RemoveProjectEnvContentHintProjectsResponse12 = {
|
|
80
|
-
type:
|
|
64
|
+
type: "postgres-database";
|
|
81
65
|
storeId: string;
|
|
82
66
|
};
|
|
83
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type: {
|
|
84
|
-
readonly PostgresPassword: "postgres-password";
|
|
85
|
-
};
|
|
86
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type>;
|
|
87
67
|
export type RemoveProjectEnvContentHintProjectsResponse11 = {
|
|
88
|
-
type:
|
|
68
|
+
type: "postgres-password";
|
|
89
69
|
storeId: string;
|
|
90
70
|
};
|
|
91
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type: {
|
|
92
|
-
readonly PostgresHost: "postgres-host";
|
|
93
|
-
};
|
|
94
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type>;
|
|
95
71
|
export type RemoveProjectEnvContentHintProjectsResponse10 = {
|
|
96
|
-
type:
|
|
72
|
+
type: "postgres-host";
|
|
97
73
|
storeId: string;
|
|
98
74
|
};
|
|
99
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type: {
|
|
100
|
-
readonly PostgresUser: "postgres-user";
|
|
101
|
-
};
|
|
102
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type>;
|
|
103
75
|
export type RemoveProjectEnvContentHintProjectsResponse9 = {
|
|
104
|
-
type:
|
|
76
|
+
type: "postgres-user";
|
|
105
77
|
storeId: string;
|
|
106
78
|
};
|
|
107
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type: {
|
|
108
|
-
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
109
|
-
};
|
|
110
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type>;
|
|
111
79
|
export type RemoveProjectEnvContentHintProjectsResponse8 = {
|
|
112
|
-
type:
|
|
80
|
+
type: "postgres-prisma-url";
|
|
113
81
|
storeId: string;
|
|
114
82
|
};
|
|
115
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type: {
|
|
116
|
-
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
117
|
-
};
|
|
118
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type>;
|
|
119
83
|
export type RemoveProjectEnvContentHintProjectsResponse7 = {
|
|
120
|
-
type:
|
|
84
|
+
type: "postgres-url-non-pooling";
|
|
121
85
|
storeId: string;
|
|
122
86
|
};
|
|
123
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type: {
|
|
124
|
-
readonly PostgresUrl: "postgres-url";
|
|
125
|
-
};
|
|
126
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type>;
|
|
127
87
|
export type RemoveProjectEnvContentHintProjectsResponse6 = {
|
|
128
|
-
type:
|
|
88
|
+
type: "postgres-url";
|
|
129
89
|
storeId: string;
|
|
130
90
|
};
|
|
131
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type: {
|
|
132
|
-
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
133
|
-
};
|
|
134
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type>;
|
|
135
91
|
export type RemoveProjectEnvContentHintProjectsResponse5 = {
|
|
136
|
-
type:
|
|
92
|
+
type: "blob-read-write-token";
|
|
137
93
|
storeId: string;
|
|
138
94
|
};
|
|
139
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type: {
|
|
140
|
-
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
141
|
-
};
|
|
142
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type>;
|
|
143
95
|
export type RemoveProjectEnvContentHintProjectsResponse4 = {
|
|
144
|
-
type:
|
|
96
|
+
type: "redis-rest-api-read-only-token";
|
|
145
97
|
storeId: string;
|
|
146
98
|
};
|
|
147
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type: {
|
|
148
|
-
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
149
|
-
};
|
|
150
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type>;
|
|
151
99
|
export type RemoveProjectEnvContentHintProjectsResponse3 = {
|
|
152
|
-
type:
|
|
100
|
+
type: "redis-rest-api-token";
|
|
153
101
|
storeId: string;
|
|
154
102
|
};
|
|
155
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type: {
|
|
156
|
-
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
157
|
-
};
|
|
158
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type>;
|
|
159
103
|
export type RemoveProjectEnvContentHintProjectsResponse2 = {
|
|
160
|
-
type:
|
|
104
|
+
type: "redis-rest-api-url";
|
|
161
105
|
storeId: string;
|
|
162
106
|
};
|
|
163
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type: {
|
|
164
|
-
readonly RedisUrl: "redis-url";
|
|
165
|
-
};
|
|
166
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type>;
|
|
167
107
|
export type RemoveProjectEnvContentHintProjectsResponse1 = {
|
|
168
|
-
type:
|
|
108
|
+
type: "redis-url";
|
|
169
109
|
storeId: string;
|
|
170
110
|
};
|
|
171
|
-
export type RemoveProjectEnvResponseBodyProjectsResponseContentHint =
|
|
111
|
+
export type RemoveProjectEnvResponseBodyProjectsResponseContentHint = RemoveProjectEnvContentHintProjectsResponse1 | RemoveProjectEnvContentHintProjectsResponse2 | RemoveProjectEnvContentHintProjectsResponse3 | RemoveProjectEnvContentHintProjectsResponse4 | RemoveProjectEnvContentHintProjectsResponse5 | RemoveProjectEnvContentHintProjectsResponse6 | RemoveProjectEnvContentHintProjectsResponse7 | RemoveProjectEnvContentHintProjectsResponse8 | RemoveProjectEnvContentHintProjectsResponse9 | RemoveProjectEnvContentHintProjectsResponse10 | RemoveProjectEnvContentHintProjectsResponse11 | RemoveProjectEnvContentHintProjectsResponse12 | RemoveProjectEnvContentHintProjectsResponse13 | RemoveProjectEnvContentHintProjectsResponse14 | RemoveProjectEnvContentHintProjectsResponse15;
|
|
172
112
|
export declare const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type: {
|
|
173
113
|
readonly FlagsSecret: "flags-secret";
|
|
174
114
|
};
|
|
@@ -203,7 +143,7 @@ export type RemoveProjectEnvResponseBody3 = {
|
|
|
203
143
|
gitBranch?: string | undefined;
|
|
204
144
|
edgeConfigId?: string | null | undefined;
|
|
205
145
|
edgeConfigTokenId?: string | null | undefined;
|
|
206
|
-
contentHint?:
|
|
146
|
+
contentHint?: RemoveProjectEnvContentHintProjectsResponse1 | RemoveProjectEnvContentHintProjectsResponse2 | RemoveProjectEnvContentHintProjectsResponse3 | RemoveProjectEnvContentHintProjectsResponse4 | RemoveProjectEnvContentHintProjectsResponse5 | RemoveProjectEnvContentHintProjectsResponse6 | RemoveProjectEnvContentHintProjectsResponse7 | RemoveProjectEnvContentHintProjectsResponse8 | RemoveProjectEnvContentHintProjectsResponse9 | RemoveProjectEnvContentHintProjectsResponse10 | RemoveProjectEnvContentHintProjectsResponse11 | RemoveProjectEnvContentHintProjectsResponse12 | RemoveProjectEnvContentHintProjectsResponse13 | RemoveProjectEnvContentHintProjectsResponse14 | RemoveProjectEnvContentHintProjectsResponse15 | null | undefined;
|
|
207
147
|
/**
|
|
208
148
|
* Similar to `contentHints`, but should not be exposed to the user.
|
|
209
149
|
*/
|
|
@@ -232,130 +172,70 @@ export declare const RemoveProjectEnvResponseBodyProjectsType: {
|
|
|
232
172
|
readonly Secret: "secret";
|
|
233
173
|
};
|
|
234
174
|
export type RemoveProjectEnvResponseBodyProjectsType = ClosedEnum<typeof RemoveProjectEnvResponseBodyProjectsType>;
|
|
235
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type: {
|
|
236
|
-
readonly FlagsConnectionString: "flags-connection-string";
|
|
237
|
-
};
|
|
238
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type>;
|
|
239
175
|
export type RemoveProjectEnvContentHintProjects15 = {
|
|
240
|
-
type:
|
|
176
|
+
type: "flags-connection-string";
|
|
241
177
|
projectId: string;
|
|
242
178
|
};
|
|
243
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type: {
|
|
244
|
-
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
245
|
-
};
|
|
246
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type>;
|
|
247
179
|
export type RemoveProjectEnvContentHintProjects14 = {
|
|
248
|
-
type:
|
|
180
|
+
type: "integration-store-secret";
|
|
249
181
|
storeId: string;
|
|
250
182
|
integrationId: string;
|
|
251
183
|
integrationProductId: string;
|
|
252
184
|
integrationConfigurationId: string;
|
|
253
185
|
};
|
|
254
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type: {
|
|
255
|
-
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
256
|
-
};
|
|
257
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type>;
|
|
258
186
|
export type RemoveProjectEnvContentHintProjects13 = {
|
|
259
|
-
type:
|
|
187
|
+
type: "postgres-url-no-ssl";
|
|
260
188
|
storeId: string;
|
|
261
189
|
};
|
|
262
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type: {
|
|
263
|
-
readonly PostgresDatabase: "postgres-database";
|
|
264
|
-
};
|
|
265
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type>;
|
|
266
190
|
export type RemoveProjectEnvContentHintProjects12 = {
|
|
267
|
-
type:
|
|
191
|
+
type: "postgres-database";
|
|
268
192
|
storeId: string;
|
|
269
193
|
};
|
|
270
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type: {
|
|
271
|
-
readonly PostgresPassword: "postgres-password";
|
|
272
|
-
};
|
|
273
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type>;
|
|
274
194
|
export type RemoveProjectEnvContentHintProjects11 = {
|
|
275
|
-
type:
|
|
195
|
+
type: "postgres-password";
|
|
276
196
|
storeId: string;
|
|
277
197
|
};
|
|
278
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type: {
|
|
279
|
-
readonly PostgresHost: "postgres-host";
|
|
280
|
-
};
|
|
281
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type>;
|
|
282
198
|
export type RemoveProjectEnvContentHintProjects10 = {
|
|
283
|
-
type:
|
|
199
|
+
type: "postgres-host";
|
|
284
200
|
storeId: string;
|
|
285
201
|
};
|
|
286
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type: {
|
|
287
|
-
readonly PostgresUser: "postgres-user";
|
|
288
|
-
};
|
|
289
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type>;
|
|
290
202
|
export type RemoveProjectEnvContentHintProjects9 = {
|
|
291
|
-
type:
|
|
203
|
+
type: "postgres-user";
|
|
292
204
|
storeId: string;
|
|
293
205
|
};
|
|
294
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type: {
|
|
295
|
-
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
296
|
-
};
|
|
297
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type>;
|
|
298
206
|
export type RemoveProjectEnvContentHintProjects8 = {
|
|
299
|
-
type:
|
|
207
|
+
type: "postgres-prisma-url";
|
|
300
208
|
storeId: string;
|
|
301
209
|
};
|
|
302
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type: {
|
|
303
|
-
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
304
|
-
};
|
|
305
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type>;
|
|
306
210
|
export type RemoveProjectEnvContentHintProjects7 = {
|
|
307
|
-
type:
|
|
211
|
+
type: "postgres-url-non-pooling";
|
|
308
212
|
storeId: string;
|
|
309
213
|
};
|
|
310
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type: {
|
|
311
|
-
readonly PostgresUrl: "postgres-url";
|
|
312
|
-
};
|
|
313
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type>;
|
|
314
214
|
export type RemoveProjectEnvContentHintProjects6 = {
|
|
315
|
-
type:
|
|
215
|
+
type: "postgres-url";
|
|
316
216
|
storeId: string;
|
|
317
217
|
};
|
|
318
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type: {
|
|
319
|
-
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
320
|
-
};
|
|
321
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type>;
|
|
322
218
|
export type RemoveProjectEnvContentHintProjects5 = {
|
|
323
|
-
type:
|
|
219
|
+
type: "blob-read-write-token";
|
|
324
220
|
storeId: string;
|
|
325
221
|
};
|
|
326
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type: {
|
|
327
|
-
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
328
|
-
};
|
|
329
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type>;
|
|
330
222
|
export type RemoveProjectEnvContentHintProjects4 = {
|
|
331
|
-
type:
|
|
223
|
+
type: "redis-rest-api-read-only-token";
|
|
332
224
|
storeId: string;
|
|
333
225
|
};
|
|
334
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type: {
|
|
335
|
-
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
336
|
-
};
|
|
337
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type>;
|
|
338
226
|
export type RemoveProjectEnvContentHintProjects3 = {
|
|
339
|
-
type:
|
|
227
|
+
type: "redis-rest-api-token";
|
|
340
228
|
storeId: string;
|
|
341
229
|
};
|
|
342
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type: {
|
|
343
|
-
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
344
|
-
};
|
|
345
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type>;
|
|
346
230
|
export type RemoveProjectEnvContentHintProjects2 = {
|
|
347
|
-
type:
|
|
231
|
+
type: "redis-rest-api-url";
|
|
348
232
|
storeId: string;
|
|
349
233
|
};
|
|
350
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type: {
|
|
351
|
-
readonly RedisUrl: "redis-url";
|
|
352
|
-
};
|
|
353
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type>;
|
|
354
234
|
export type RemoveProjectEnvContentHintProjects1 = {
|
|
355
|
-
type:
|
|
235
|
+
type: "redis-url";
|
|
356
236
|
storeId: string;
|
|
357
237
|
};
|
|
358
|
-
export type RemoveProjectEnvResponseBodyProjectsContentHint =
|
|
238
|
+
export type RemoveProjectEnvResponseBodyProjectsContentHint = RemoveProjectEnvContentHintProjects1 | RemoveProjectEnvContentHintProjects2 | RemoveProjectEnvContentHintProjects3 | RemoveProjectEnvContentHintProjects4 | RemoveProjectEnvContentHintProjects5 | RemoveProjectEnvContentHintProjects6 | RemoveProjectEnvContentHintProjects7 | RemoveProjectEnvContentHintProjects8 | RemoveProjectEnvContentHintProjects9 | RemoveProjectEnvContentHintProjects10 | RemoveProjectEnvContentHintProjects11 | RemoveProjectEnvContentHintProjects12 | RemoveProjectEnvContentHintProjects13 | RemoveProjectEnvContentHintProjects14 | RemoveProjectEnvContentHintProjects15;
|
|
359
239
|
export declare const RemoveProjectEnvResponseBodyProjectsResponse200Type: {
|
|
360
240
|
readonly FlagsSecret: "flags-secret";
|
|
361
241
|
};
|
|
@@ -391,7 +271,7 @@ export type RemoveProjectEnvResponseBody2 = {
|
|
|
391
271
|
gitBranch?: string | undefined;
|
|
392
272
|
edgeConfigId?: string | null | undefined;
|
|
393
273
|
edgeConfigTokenId?: string | null | undefined;
|
|
394
|
-
contentHint?:
|
|
274
|
+
contentHint?: RemoveProjectEnvContentHintProjects1 | RemoveProjectEnvContentHintProjects2 | RemoveProjectEnvContentHintProjects3 | RemoveProjectEnvContentHintProjects4 | RemoveProjectEnvContentHintProjects5 | RemoveProjectEnvContentHintProjects6 | RemoveProjectEnvContentHintProjects7 | RemoveProjectEnvContentHintProjects8 | RemoveProjectEnvContentHintProjects9 | RemoveProjectEnvContentHintProjects10 | RemoveProjectEnvContentHintProjects11 | RemoveProjectEnvContentHintProjects12 | RemoveProjectEnvContentHintProjects13 | RemoveProjectEnvContentHintProjects14 | RemoveProjectEnvContentHintProjects15 | null | undefined;
|
|
395
275
|
/**
|
|
396
276
|
* Similar to `contentHints`, but should not be exposed to the user.
|
|
397
277
|
*/
|
|
@@ -420,130 +300,70 @@ export declare const RemoveProjectEnvResponseBodyType: {
|
|
|
420
300
|
readonly Secret: "secret";
|
|
421
301
|
};
|
|
422
302
|
export type RemoveProjectEnvResponseBodyType = ClosedEnum<typeof RemoveProjectEnvResponseBodyType>;
|
|
423
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type: {
|
|
424
|
-
readonly FlagsConnectionString: "flags-connection-string";
|
|
425
|
-
};
|
|
426
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type>;
|
|
427
303
|
export type RemoveProjectEnvContentHint15 = {
|
|
428
|
-
type:
|
|
304
|
+
type: "flags-connection-string";
|
|
429
305
|
projectId: string;
|
|
430
306
|
};
|
|
431
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type: {
|
|
432
|
-
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
433
|
-
};
|
|
434
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type>;
|
|
435
307
|
export type RemoveProjectEnvContentHint14 = {
|
|
436
|
-
type:
|
|
308
|
+
type: "integration-store-secret";
|
|
437
309
|
storeId: string;
|
|
438
310
|
integrationId: string;
|
|
439
311
|
integrationProductId: string;
|
|
440
312
|
integrationConfigurationId: string;
|
|
441
313
|
};
|
|
442
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type: {
|
|
443
|
-
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
444
|
-
};
|
|
445
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type>;
|
|
446
314
|
export type RemoveProjectEnvContentHint13 = {
|
|
447
|
-
type:
|
|
315
|
+
type: "postgres-url-no-ssl";
|
|
448
316
|
storeId: string;
|
|
449
317
|
};
|
|
450
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type: {
|
|
451
|
-
readonly PostgresDatabase: "postgres-database";
|
|
452
|
-
};
|
|
453
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type>;
|
|
454
318
|
export type RemoveProjectEnvContentHint12 = {
|
|
455
|
-
type:
|
|
319
|
+
type: "postgres-database";
|
|
456
320
|
storeId: string;
|
|
457
321
|
};
|
|
458
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type: {
|
|
459
|
-
readonly PostgresPassword: "postgres-password";
|
|
460
|
-
};
|
|
461
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type>;
|
|
462
322
|
export type RemoveProjectEnvContentHint11 = {
|
|
463
|
-
type:
|
|
323
|
+
type: "postgres-password";
|
|
464
324
|
storeId: string;
|
|
465
325
|
};
|
|
466
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type: {
|
|
467
|
-
readonly PostgresHost: "postgres-host";
|
|
468
|
-
};
|
|
469
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type>;
|
|
470
326
|
export type RemoveProjectEnvContentHint10 = {
|
|
471
|
-
type:
|
|
327
|
+
type: "postgres-host";
|
|
472
328
|
storeId: string;
|
|
473
329
|
};
|
|
474
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type: {
|
|
475
|
-
readonly PostgresUser: "postgres-user";
|
|
476
|
-
};
|
|
477
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type>;
|
|
478
330
|
export type RemoveProjectEnvContentHint9 = {
|
|
479
|
-
type:
|
|
331
|
+
type: "postgres-user";
|
|
480
332
|
storeId: string;
|
|
481
333
|
};
|
|
482
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type: {
|
|
483
|
-
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
484
|
-
};
|
|
485
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type>;
|
|
486
334
|
export type RemoveProjectEnvContentHint8 = {
|
|
487
|
-
type:
|
|
335
|
+
type: "postgres-prisma-url";
|
|
488
336
|
storeId: string;
|
|
489
337
|
};
|
|
490
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type: {
|
|
491
|
-
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
492
|
-
};
|
|
493
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type>;
|
|
494
338
|
export type RemoveProjectEnvContentHint7 = {
|
|
495
|
-
type:
|
|
339
|
+
type: "postgres-url-non-pooling";
|
|
496
340
|
storeId: string;
|
|
497
341
|
};
|
|
498
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
499
|
-
readonly PostgresUrl: "postgres-url";
|
|
500
|
-
};
|
|
501
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
502
342
|
export type RemoveProjectEnvContentHint6 = {
|
|
503
|
-
type:
|
|
343
|
+
type: "postgres-url";
|
|
504
344
|
storeId: string;
|
|
505
345
|
};
|
|
506
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType: {
|
|
507
|
-
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
508
|
-
};
|
|
509
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType>;
|
|
510
346
|
export type RemoveProjectEnvContentHint5 = {
|
|
511
|
-
type:
|
|
347
|
+
type: "blob-read-write-token";
|
|
512
348
|
storeId: string;
|
|
513
349
|
};
|
|
514
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200Type: {
|
|
515
|
-
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
516
|
-
};
|
|
517
|
-
export type RemoveProjectEnvContentHintProjectsResponse200Type = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponse200Type>;
|
|
518
350
|
export type RemoveProjectEnvContentHint4 = {
|
|
519
|
-
type:
|
|
351
|
+
type: "redis-rest-api-read-only-token";
|
|
520
352
|
storeId: string;
|
|
521
353
|
};
|
|
522
|
-
export declare const RemoveProjectEnvContentHintProjectsResponseType: {
|
|
523
|
-
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
524
|
-
};
|
|
525
|
-
export type RemoveProjectEnvContentHintProjectsResponseType = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsResponseType>;
|
|
526
354
|
export type RemoveProjectEnvContentHint3 = {
|
|
527
|
-
type:
|
|
355
|
+
type: "redis-rest-api-token";
|
|
528
356
|
storeId: string;
|
|
529
357
|
};
|
|
530
|
-
export declare const RemoveProjectEnvContentHintProjectsType: {
|
|
531
|
-
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
532
|
-
};
|
|
533
|
-
export type RemoveProjectEnvContentHintProjectsType = ClosedEnum<typeof RemoveProjectEnvContentHintProjectsType>;
|
|
534
358
|
export type RemoveProjectEnvContentHint2 = {
|
|
535
|
-
type:
|
|
359
|
+
type: "redis-rest-api-url";
|
|
536
360
|
storeId: string;
|
|
537
361
|
};
|
|
538
|
-
export declare const RemoveProjectEnvContentHintType: {
|
|
539
|
-
readonly RedisUrl: "redis-url";
|
|
540
|
-
};
|
|
541
|
-
export type RemoveProjectEnvContentHintType = ClosedEnum<typeof RemoveProjectEnvContentHintType>;
|
|
542
362
|
export type RemoveProjectEnvContentHint1 = {
|
|
543
|
-
type:
|
|
363
|
+
type: "redis-url";
|
|
544
364
|
storeId: string;
|
|
545
365
|
};
|
|
546
|
-
export type RemoveProjectEnvResponseBodyContentHint =
|
|
366
|
+
export type RemoveProjectEnvResponseBodyContentHint = RemoveProjectEnvContentHint1 | RemoveProjectEnvContentHint2 | RemoveProjectEnvContentHint3 | RemoveProjectEnvContentHint4 | RemoveProjectEnvContentHint5 | RemoveProjectEnvContentHint6 | RemoveProjectEnvContentHint7 | RemoveProjectEnvContentHint8 | RemoveProjectEnvContentHint9 | RemoveProjectEnvContentHint10 | RemoveProjectEnvContentHint11 | RemoveProjectEnvContentHint12 | RemoveProjectEnvContentHint13 | RemoveProjectEnvContentHint14 | RemoveProjectEnvContentHint15;
|
|
547
367
|
export declare const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType: {
|
|
548
368
|
readonly FlagsSecret: "flags-secret";
|
|
549
369
|
};
|
|
@@ -578,7 +398,7 @@ export type RemoveProjectEnvResponseBody1 = {
|
|
|
578
398
|
gitBranch?: string | undefined;
|
|
579
399
|
edgeConfigId?: string | null | undefined;
|
|
580
400
|
edgeConfigTokenId?: string | null | undefined;
|
|
581
|
-
contentHint?:
|
|
401
|
+
contentHint?: RemoveProjectEnvContentHint1 | RemoveProjectEnvContentHint2 | RemoveProjectEnvContentHint3 | RemoveProjectEnvContentHint4 | RemoveProjectEnvContentHint5 | RemoveProjectEnvContentHint6 | RemoveProjectEnvContentHint7 | RemoveProjectEnvContentHint8 | RemoveProjectEnvContentHint9 | RemoveProjectEnvContentHint10 | RemoveProjectEnvContentHint11 | RemoveProjectEnvContentHint12 | RemoveProjectEnvContentHint13 | RemoveProjectEnvContentHint14 | RemoveProjectEnvContentHint15 | null | undefined;
|
|
582
402
|
/**
|
|
583
403
|
* Similar to `contentHints`, but should not be exposed to the user.
|
|
584
404
|
*/
|
|
@@ -625,14 +445,10 @@ export declare const RemoveProjectEnvResponseBodyProjectsResponseType$inboundSch
|
|
|
625
445
|
/** @internal */
|
|
626
446
|
export declare const RemoveProjectEnvResponseBodyProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvResponseBodyProjectsResponseType>;
|
|
627
447
|
/** @internal */
|
|
628
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type>;
|
|
629
|
-
/** @internal */
|
|
630
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type>;
|
|
631
|
-
/** @internal */
|
|
632
448
|
export declare const RemoveProjectEnvContentHintProjectsResponse15$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse15, z.ZodTypeDef, unknown>;
|
|
633
449
|
/** @internal */
|
|
634
450
|
export type RemoveProjectEnvContentHintProjectsResponse15$Outbound = {
|
|
635
|
-
type: string;
|
|
451
|
+
type: "flags-connection-string";
|
|
636
452
|
projectId: string;
|
|
637
453
|
};
|
|
638
454
|
/** @internal */
|
|
@@ -640,14 +456,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse15$outboundSchem
|
|
|
640
456
|
export declare function removeProjectEnvContentHintProjectsResponse15ToJSON(removeProjectEnvContentHintProjectsResponse15: RemoveProjectEnvContentHintProjectsResponse15): string;
|
|
641
457
|
export declare function removeProjectEnvContentHintProjectsResponse15FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse15, SDKValidationError>;
|
|
642
458
|
/** @internal */
|
|
643
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type>;
|
|
644
|
-
/** @internal */
|
|
645
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type>;
|
|
646
|
-
/** @internal */
|
|
647
459
|
export declare const RemoveProjectEnvContentHintProjectsResponse14$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse14, z.ZodTypeDef, unknown>;
|
|
648
460
|
/** @internal */
|
|
649
461
|
export type RemoveProjectEnvContentHintProjectsResponse14$Outbound = {
|
|
650
|
-
type:
|
|
462
|
+
type: "integration-store-secret";
|
|
651
463
|
storeId: string;
|
|
652
464
|
integrationId: string;
|
|
653
465
|
integrationProductId: string;
|
|
@@ -658,14 +470,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse14$outboundSchem
|
|
|
658
470
|
export declare function removeProjectEnvContentHintProjectsResponse14ToJSON(removeProjectEnvContentHintProjectsResponse14: RemoveProjectEnvContentHintProjectsResponse14): string;
|
|
659
471
|
export declare function removeProjectEnvContentHintProjectsResponse14FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse14, SDKValidationError>;
|
|
660
472
|
/** @internal */
|
|
661
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type>;
|
|
662
|
-
/** @internal */
|
|
663
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type>;
|
|
664
|
-
/** @internal */
|
|
665
473
|
export declare const RemoveProjectEnvContentHintProjectsResponse13$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse13, z.ZodTypeDef, unknown>;
|
|
666
474
|
/** @internal */
|
|
667
475
|
export type RemoveProjectEnvContentHintProjectsResponse13$Outbound = {
|
|
668
|
-
type:
|
|
476
|
+
type: "postgres-url-no-ssl";
|
|
669
477
|
storeId: string;
|
|
670
478
|
};
|
|
671
479
|
/** @internal */
|
|
@@ -673,14 +481,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse13$outboundSchem
|
|
|
673
481
|
export declare function removeProjectEnvContentHintProjectsResponse13ToJSON(removeProjectEnvContentHintProjectsResponse13: RemoveProjectEnvContentHintProjectsResponse13): string;
|
|
674
482
|
export declare function removeProjectEnvContentHintProjectsResponse13FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse13, SDKValidationError>;
|
|
675
483
|
/** @internal */
|
|
676
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type>;
|
|
677
|
-
/** @internal */
|
|
678
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type>;
|
|
679
|
-
/** @internal */
|
|
680
484
|
export declare const RemoveProjectEnvContentHintProjectsResponse12$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse12, z.ZodTypeDef, unknown>;
|
|
681
485
|
/** @internal */
|
|
682
486
|
export type RemoveProjectEnvContentHintProjectsResponse12$Outbound = {
|
|
683
|
-
type:
|
|
487
|
+
type: "postgres-database";
|
|
684
488
|
storeId: string;
|
|
685
489
|
};
|
|
686
490
|
/** @internal */
|
|
@@ -688,14 +492,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse12$outboundSchem
|
|
|
688
492
|
export declare function removeProjectEnvContentHintProjectsResponse12ToJSON(removeProjectEnvContentHintProjectsResponse12: RemoveProjectEnvContentHintProjectsResponse12): string;
|
|
689
493
|
export declare function removeProjectEnvContentHintProjectsResponse12FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse12, SDKValidationError>;
|
|
690
494
|
/** @internal */
|
|
691
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type>;
|
|
692
|
-
/** @internal */
|
|
693
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type>;
|
|
694
|
-
/** @internal */
|
|
695
495
|
export declare const RemoveProjectEnvContentHintProjectsResponse11$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse11, z.ZodTypeDef, unknown>;
|
|
696
496
|
/** @internal */
|
|
697
497
|
export type RemoveProjectEnvContentHintProjectsResponse11$Outbound = {
|
|
698
|
-
type:
|
|
498
|
+
type: "postgres-password";
|
|
699
499
|
storeId: string;
|
|
700
500
|
};
|
|
701
501
|
/** @internal */
|
|
@@ -703,14 +503,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse11$outboundSchem
|
|
|
703
503
|
export declare function removeProjectEnvContentHintProjectsResponse11ToJSON(removeProjectEnvContentHintProjectsResponse11: RemoveProjectEnvContentHintProjectsResponse11): string;
|
|
704
504
|
export declare function removeProjectEnvContentHintProjectsResponse11FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse11, SDKValidationError>;
|
|
705
505
|
/** @internal */
|
|
706
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type>;
|
|
707
|
-
/** @internal */
|
|
708
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type>;
|
|
709
|
-
/** @internal */
|
|
710
506
|
export declare const RemoveProjectEnvContentHintProjectsResponse10$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse10, z.ZodTypeDef, unknown>;
|
|
711
507
|
/** @internal */
|
|
712
508
|
export type RemoveProjectEnvContentHintProjectsResponse10$Outbound = {
|
|
713
|
-
type:
|
|
509
|
+
type: "postgres-host";
|
|
714
510
|
storeId: string;
|
|
715
511
|
};
|
|
716
512
|
/** @internal */
|
|
@@ -718,14 +514,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse10$outboundSchem
|
|
|
718
514
|
export declare function removeProjectEnvContentHintProjectsResponse10ToJSON(removeProjectEnvContentHintProjectsResponse10: RemoveProjectEnvContentHintProjectsResponse10): string;
|
|
719
515
|
export declare function removeProjectEnvContentHintProjectsResponse10FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse10, SDKValidationError>;
|
|
720
516
|
/** @internal */
|
|
721
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type>;
|
|
722
|
-
/** @internal */
|
|
723
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type>;
|
|
724
|
-
/** @internal */
|
|
725
517
|
export declare const RemoveProjectEnvContentHintProjectsResponse9$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse9, z.ZodTypeDef, unknown>;
|
|
726
518
|
/** @internal */
|
|
727
519
|
export type RemoveProjectEnvContentHintProjectsResponse9$Outbound = {
|
|
728
|
-
type:
|
|
520
|
+
type: "postgres-user";
|
|
729
521
|
storeId: string;
|
|
730
522
|
};
|
|
731
523
|
/** @internal */
|
|
@@ -733,14 +525,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse9$outboundSchema
|
|
|
733
525
|
export declare function removeProjectEnvContentHintProjectsResponse9ToJSON(removeProjectEnvContentHintProjectsResponse9: RemoveProjectEnvContentHintProjectsResponse9): string;
|
|
734
526
|
export declare function removeProjectEnvContentHintProjectsResponse9FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse9, SDKValidationError>;
|
|
735
527
|
/** @internal */
|
|
736
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type>;
|
|
737
|
-
/** @internal */
|
|
738
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type>;
|
|
739
|
-
/** @internal */
|
|
740
528
|
export declare const RemoveProjectEnvContentHintProjectsResponse8$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse8, z.ZodTypeDef, unknown>;
|
|
741
529
|
/** @internal */
|
|
742
530
|
export type RemoveProjectEnvContentHintProjectsResponse8$Outbound = {
|
|
743
|
-
type:
|
|
531
|
+
type: "postgres-prisma-url";
|
|
744
532
|
storeId: string;
|
|
745
533
|
};
|
|
746
534
|
/** @internal */
|
|
@@ -748,14 +536,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse8$outboundSchema
|
|
|
748
536
|
export declare function removeProjectEnvContentHintProjectsResponse8ToJSON(removeProjectEnvContentHintProjectsResponse8: RemoveProjectEnvContentHintProjectsResponse8): string;
|
|
749
537
|
export declare function removeProjectEnvContentHintProjectsResponse8FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse8, SDKValidationError>;
|
|
750
538
|
/** @internal */
|
|
751
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type>;
|
|
752
|
-
/** @internal */
|
|
753
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type>;
|
|
754
|
-
/** @internal */
|
|
755
539
|
export declare const RemoveProjectEnvContentHintProjectsResponse7$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse7, z.ZodTypeDef, unknown>;
|
|
756
540
|
/** @internal */
|
|
757
541
|
export type RemoveProjectEnvContentHintProjectsResponse7$Outbound = {
|
|
758
|
-
type:
|
|
542
|
+
type: "postgres-url-non-pooling";
|
|
759
543
|
storeId: string;
|
|
760
544
|
};
|
|
761
545
|
/** @internal */
|
|
@@ -763,14 +547,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse7$outboundSchema
|
|
|
763
547
|
export declare function removeProjectEnvContentHintProjectsResponse7ToJSON(removeProjectEnvContentHintProjectsResponse7: RemoveProjectEnvContentHintProjectsResponse7): string;
|
|
764
548
|
export declare function removeProjectEnvContentHintProjectsResponse7FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse7, SDKValidationError>;
|
|
765
549
|
/** @internal */
|
|
766
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type>;
|
|
767
|
-
/** @internal */
|
|
768
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type>;
|
|
769
|
-
/** @internal */
|
|
770
550
|
export declare const RemoveProjectEnvContentHintProjectsResponse6$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse6, z.ZodTypeDef, unknown>;
|
|
771
551
|
/** @internal */
|
|
772
552
|
export type RemoveProjectEnvContentHintProjectsResponse6$Outbound = {
|
|
773
|
-
type:
|
|
553
|
+
type: "postgres-url";
|
|
774
554
|
storeId: string;
|
|
775
555
|
};
|
|
776
556
|
/** @internal */
|
|
@@ -778,14 +558,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse6$outboundSchema
|
|
|
778
558
|
export declare function removeProjectEnvContentHintProjectsResponse6ToJSON(removeProjectEnvContentHintProjectsResponse6: RemoveProjectEnvContentHintProjectsResponse6): string;
|
|
779
559
|
export declare function removeProjectEnvContentHintProjectsResponse6FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse6, SDKValidationError>;
|
|
780
560
|
/** @internal */
|
|
781
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type>;
|
|
782
|
-
/** @internal */
|
|
783
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type>;
|
|
784
|
-
/** @internal */
|
|
785
561
|
export declare const RemoveProjectEnvContentHintProjectsResponse5$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse5, z.ZodTypeDef, unknown>;
|
|
786
562
|
/** @internal */
|
|
787
563
|
export type RemoveProjectEnvContentHintProjectsResponse5$Outbound = {
|
|
788
|
-
type:
|
|
564
|
+
type: "blob-read-write-token";
|
|
789
565
|
storeId: string;
|
|
790
566
|
};
|
|
791
567
|
/** @internal */
|
|
@@ -793,14 +569,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse5$outboundSchema
|
|
|
793
569
|
export declare function removeProjectEnvContentHintProjectsResponse5ToJSON(removeProjectEnvContentHintProjectsResponse5: RemoveProjectEnvContentHintProjectsResponse5): string;
|
|
794
570
|
export declare function removeProjectEnvContentHintProjectsResponse5FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse5, SDKValidationError>;
|
|
795
571
|
/** @internal */
|
|
796
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type>;
|
|
797
|
-
/** @internal */
|
|
798
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type>;
|
|
799
|
-
/** @internal */
|
|
800
572
|
export declare const RemoveProjectEnvContentHintProjectsResponse4$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse4, z.ZodTypeDef, unknown>;
|
|
801
573
|
/** @internal */
|
|
802
574
|
export type RemoveProjectEnvContentHintProjectsResponse4$Outbound = {
|
|
803
|
-
type:
|
|
575
|
+
type: "redis-rest-api-read-only-token";
|
|
804
576
|
storeId: string;
|
|
805
577
|
};
|
|
806
578
|
/** @internal */
|
|
@@ -808,14 +580,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse4$outboundSchema
|
|
|
808
580
|
export declare function removeProjectEnvContentHintProjectsResponse4ToJSON(removeProjectEnvContentHintProjectsResponse4: RemoveProjectEnvContentHintProjectsResponse4): string;
|
|
809
581
|
export declare function removeProjectEnvContentHintProjectsResponse4FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse4, SDKValidationError>;
|
|
810
582
|
/** @internal */
|
|
811
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type>;
|
|
812
|
-
/** @internal */
|
|
813
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type>;
|
|
814
|
-
/** @internal */
|
|
815
583
|
export declare const RemoveProjectEnvContentHintProjectsResponse3$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse3, z.ZodTypeDef, unknown>;
|
|
816
584
|
/** @internal */
|
|
817
585
|
export type RemoveProjectEnvContentHintProjectsResponse3$Outbound = {
|
|
818
|
-
type:
|
|
586
|
+
type: "redis-rest-api-token";
|
|
819
587
|
storeId: string;
|
|
820
588
|
};
|
|
821
589
|
/** @internal */
|
|
@@ -823,14 +591,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse3$outboundSchema
|
|
|
823
591
|
export declare function removeProjectEnvContentHintProjectsResponse3ToJSON(removeProjectEnvContentHintProjectsResponse3: RemoveProjectEnvContentHintProjectsResponse3): string;
|
|
824
592
|
export declare function removeProjectEnvContentHintProjectsResponse3FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse3, SDKValidationError>;
|
|
825
593
|
/** @internal */
|
|
826
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type>;
|
|
827
|
-
/** @internal */
|
|
828
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type>;
|
|
829
|
-
/** @internal */
|
|
830
594
|
export declare const RemoveProjectEnvContentHintProjectsResponse2$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse2, z.ZodTypeDef, unknown>;
|
|
831
595
|
/** @internal */
|
|
832
596
|
export type RemoveProjectEnvContentHintProjectsResponse2$Outbound = {
|
|
833
|
-
type:
|
|
597
|
+
type: "redis-rest-api-url";
|
|
834
598
|
storeId: string;
|
|
835
599
|
};
|
|
836
600
|
/** @internal */
|
|
@@ -838,14 +602,10 @@ export declare const RemoveProjectEnvContentHintProjectsResponse2$outboundSchema
|
|
|
838
602
|
export declare function removeProjectEnvContentHintProjectsResponse2ToJSON(removeProjectEnvContentHintProjectsResponse2: RemoveProjectEnvContentHintProjectsResponse2): string;
|
|
839
603
|
export declare function removeProjectEnvContentHintProjectsResponse2FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjectsResponse2, SDKValidationError>;
|
|
840
604
|
/** @internal */
|
|
841
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type>;
|
|
842
|
-
/** @internal */
|
|
843
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type>;
|
|
844
|
-
/** @internal */
|
|
845
605
|
export declare const RemoveProjectEnvContentHintProjectsResponse1$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjectsResponse1, z.ZodTypeDef, unknown>;
|
|
846
606
|
/** @internal */
|
|
847
607
|
export type RemoveProjectEnvContentHintProjectsResponse1$Outbound = {
|
|
848
|
-
type:
|
|
608
|
+
type: "redis-url";
|
|
849
609
|
storeId: string;
|
|
850
610
|
};
|
|
851
611
|
/** @internal */
|
|
@@ -855,7 +615,7 @@ export declare function removeProjectEnvContentHintProjectsResponse1FromJSON(jso
|
|
|
855
615
|
/** @internal */
|
|
856
616
|
export declare const RemoveProjectEnvResponseBodyProjectsResponseContentHint$inboundSchema: z.ZodType<RemoveProjectEnvResponseBodyProjectsResponseContentHint, z.ZodTypeDef, unknown>;
|
|
857
617
|
/** @internal */
|
|
858
|
-
export type RemoveProjectEnvResponseBodyProjectsResponseContentHint$Outbound =
|
|
618
|
+
export type RemoveProjectEnvResponseBodyProjectsResponseContentHint$Outbound = RemoveProjectEnvContentHintProjectsResponse1$Outbound | RemoveProjectEnvContentHintProjectsResponse2$Outbound | RemoveProjectEnvContentHintProjectsResponse3$Outbound | RemoveProjectEnvContentHintProjectsResponse4$Outbound | RemoveProjectEnvContentHintProjectsResponse5$Outbound | RemoveProjectEnvContentHintProjectsResponse6$Outbound | RemoveProjectEnvContentHintProjectsResponse7$Outbound | RemoveProjectEnvContentHintProjectsResponse8$Outbound | RemoveProjectEnvContentHintProjectsResponse9$Outbound | RemoveProjectEnvContentHintProjectsResponse10$Outbound | RemoveProjectEnvContentHintProjectsResponse11$Outbound | RemoveProjectEnvContentHintProjectsResponse12$Outbound | RemoveProjectEnvContentHintProjectsResponse13$Outbound | RemoveProjectEnvContentHintProjectsResponse14$Outbound | RemoveProjectEnvContentHintProjectsResponse15$Outbound;
|
|
859
619
|
/** @internal */
|
|
860
620
|
export declare const RemoveProjectEnvResponseBodyProjectsResponseContentHint$outboundSchema: z.ZodType<RemoveProjectEnvResponseBodyProjectsResponseContentHint$Outbound, z.ZodTypeDef, RemoveProjectEnvResponseBodyProjectsResponseContentHint>;
|
|
861
621
|
export declare function removeProjectEnvResponseBodyProjectsResponseContentHintToJSON(removeProjectEnvResponseBodyProjectsResponseContentHint: RemoveProjectEnvResponseBodyProjectsResponseContentHint): string;
|
|
@@ -895,7 +655,7 @@ export type RemoveProjectEnvResponseBody3$Outbound = {
|
|
|
895
655
|
gitBranch?: string | undefined;
|
|
896
656
|
edgeConfigId?: string | null | undefined;
|
|
897
657
|
edgeConfigTokenId?: string | null | undefined;
|
|
898
|
-
contentHint?:
|
|
658
|
+
contentHint?: RemoveProjectEnvContentHintProjectsResponse1$Outbound | RemoveProjectEnvContentHintProjectsResponse2$Outbound | RemoveProjectEnvContentHintProjectsResponse3$Outbound | RemoveProjectEnvContentHintProjectsResponse4$Outbound | RemoveProjectEnvContentHintProjectsResponse5$Outbound | RemoveProjectEnvContentHintProjectsResponse6$Outbound | RemoveProjectEnvContentHintProjectsResponse7$Outbound | RemoveProjectEnvContentHintProjectsResponse8$Outbound | RemoveProjectEnvContentHintProjectsResponse9$Outbound | RemoveProjectEnvContentHintProjectsResponse10$Outbound | RemoveProjectEnvContentHintProjectsResponse11$Outbound | RemoveProjectEnvContentHintProjectsResponse12$Outbound | RemoveProjectEnvContentHintProjectsResponse13$Outbound | RemoveProjectEnvContentHintProjectsResponse14$Outbound | RemoveProjectEnvContentHintProjectsResponse15$Outbound | null | undefined;
|
|
899
659
|
internalContentHint?: RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$Outbound | null | undefined;
|
|
900
660
|
comment?: string | undefined;
|
|
901
661
|
customEnvironmentIds?: Array<string> | undefined;
|
|
@@ -925,14 +685,10 @@ export declare const RemoveProjectEnvResponseBodyProjectsType$inboundSchema: z.Z
|
|
|
925
685
|
/** @internal */
|
|
926
686
|
export declare const RemoveProjectEnvResponseBodyProjectsType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvResponseBodyProjectsType>;
|
|
927
687
|
/** @internal */
|
|
928
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type>;
|
|
929
|
-
/** @internal */
|
|
930
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type>;
|
|
931
|
-
/** @internal */
|
|
932
688
|
export declare const RemoveProjectEnvContentHintProjects15$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects15, z.ZodTypeDef, unknown>;
|
|
933
689
|
/** @internal */
|
|
934
690
|
export type RemoveProjectEnvContentHintProjects15$Outbound = {
|
|
935
|
-
type: string;
|
|
691
|
+
type: "flags-connection-string";
|
|
936
692
|
projectId: string;
|
|
937
693
|
};
|
|
938
694
|
/** @internal */
|
|
@@ -940,14 +696,10 @@ export declare const RemoveProjectEnvContentHintProjects15$outboundSchema: z.Zod
|
|
|
940
696
|
export declare function removeProjectEnvContentHintProjects15ToJSON(removeProjectEnvContentHintProjects15: RemoveProjectEnvContentHintProjects15): string;
|
|
941
697
|
export declare function removeProjectEnvContentHintProjects15FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects15, SDKValidationError>;
|
|
942
698
|
/** @internal */
|
|
943
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type>;
|
|
944
|
-
/** @internal */
|
|
945
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type>;
|
|
946
|
-
/** @internal */
|
|
947
699
|
export declare const RemoveProjectEnvContentHintProjects14$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects14, z.ZodTypeDef, unknown>;
|
|
948
700
|
/** @internal */
|
|
949
701
|
export type RemoveProjectEnvContentHintProjects14$Outbound = {
|
|
950
|
-
type:
|
|
702
|
+
type: "integration-store-secret";
|
|
951
703
|
storeId: string;
|
|
952
704
|
integrationId: string;
|
|
953
705
|
integrationProductId: string;
|
|
@@ -958,14 +710,10 @@ export declare const RemoveProjectEnvContentHintProjects14$outboundSchema: z.Zod
|
|
|
958
710
|
export declare function removeProjectEnvContentHintProjects14ToJSON(removeProjectEnvContentHintProjects14: RemoveProjectEnvContentHintProjects14): string;
|
|
959
711
|
export declare function removeProjectEnvContentHintProjects14FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects14, SDKValidationError>;
|
|
960
712
|
/** @internal */
|
|
961
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type>;
|
|
962
|
-
/** @internal */
|
|
963
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type>;
|
|
964
|
-
/** @internal */
|
|
965
713
|
export declare const RemoveProjectEnvContentHintProjects13$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects13, z.ZodTypeDef, unknown>;
|
|
966
714
|
/** @internal */
|
|
967
715
|
export type RemoveProjectEnvContentHintProjects13$Outbound = {
|
|
968
|
-
type:
|
|
716
|
+
type: "postgres-url-no-ssl";
|
|
969
717
|
storeId: string;
|
|
970
718
|
};
|
|
971
719
|
/** @internal */
|
|
@@ -973,14 +721,10 @@ export declare const RemoveProjectEnvContentHintProjects13$outboundSchema: z.Zod
|
|
|
973
721
|
export declare function removeProjectEnvContentHintProjects13ToJSON(removeProjectEnvContentHintProjects13: RemoveProjectEnvContentHintProjects13): string;
|
|
974
722
|
export declare function removeProjectEnvContentHintProjects13FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects13, SDKValidationError>;
|
|
975
723
|
/** @internal */
|
|
976
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type>;
|
|
977
|
-
/** @internal */
|
|
978
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type>;
|
|
979
|
-
/** @internal */
|
|
980
724
|
export declare const RemoveProjectEnvContentHintProjects12$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects12, z.ZodTypeDef, unknown>;
|
|
981
725
|
/** @internal */
|
|
982
726
|
export type RemoveProjectEnvContentHintProjects12$Outbound = {
|
|
983
|
-
type:
|
|
727
|
+
type: "postgres-database";
|
|
984
728
|
storeId: string;
|
|
985
729
|
};
|
|
986
730
|
/** @internal */
|
|
@@ -988,14 +732,10 @@ export declare const RemoveProjectEnvContentHintProjects12$outboundSchema: z.Zod
|
|
|
988
732
|
export declare function removeProjectEnvContentHintProjects12ToJSON(removeProjectEnvContentHintProjects12: RemoveProjectEnvContentHintProjects12): string;
|
|
989
733
|
export declare function removeProjectEnvContentHintProjects12FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects12, SDKValidationError>;
|
|
990
734
|
/** @internal */
|
|
991
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type>;
|
|
992
|
-
/** @internal */
|
|
993
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type>;
|
|
994
|
-
/** @internal */
|
|
995
735
|
export declare const RemoveProjectEnvContentHintProjects11$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects11, z.ZodTypeDef, unknown>;
|
|
996
736
|
/** @internal */
|
|
997
737
|
export type RemoveProjectEnvContentHintProjects11$Outbound = {
|
|
998
|
-
type:
|
|
738
|
+
type: "postgres-password";
|
|
999
739
|
storeId: string;
|
|
1000
740
|
};
|
|
1001
741
|
/** @internal */
|
|
@@ -1003,14 +743,10 @@ export declare const RemoveProjectEnvContentHintProjects11$outboundSchema: z.Zod
|
|
|
1003
743
|
export declare function removeProjectEnvContentHintProjects11ToJSON(removeProjectEnvContentHintProjects11: RemoveProjectEnvContentHintProjects11): string;
|
|
1004
744
|
export declare function removeProjectEnvContentHintProjects11FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects11, SDKValidationError>;
|
|
1005
745
|
/** @internal */
|
|
1006
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type>;
|
|
1007
|
-
/** @internal */
|
|
1008
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type>;
|
|
1009
|
-
/** @internal */
|
|
1010
746
|
export declare const RemoveProjectEnvContentHintProjects10$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects10, z.ZodTypeDef, unknown>;
|
|
1011
747
|
/** @internal */
|
|
1012
748
|
export type RemoveProjectEnvContentHintProjects10$Outbound = {
|
|
1013
|
-
type:
|
|
749
|
+
type: "postgres-host";
|
|
1014
750
|
storeId: string;
|
|
1015
751
|
};
|
|
1016
752
|
/** @internal */
|
|
@@ -1018,14 +754,10 @@ export declare const RemoveProjectEnvContentHintProjects10$outboundSchema: z.Zod
|
|
|
1018
754
|
export declare function removeProjectEnvContentHintProjects10ToJSON(removeProjectEnvContentHintProjects10: RemoveProjectEnvContentHintProjects10): string;
|
|
1019
755
|
export declare function removeProjectEnvContentHintProjects10FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects10, SDKValidationError>;
|
|
1020
756
|
/** @internal */
|
|
1021
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type>;
|
|
1022
|
-
/** @internal */
|
|
1023
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type>;
|
|
1024
|
-
/** @internal */
|
|
1025
757
|
export declare const RemoveProjectEnvContentHintProjects9$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects9, z.ZodTypeDef, unknown>;
|
|
1026
758
|
/** @internal */
|
|
1027
759
|
export type RemoveProjectEnvContentHintProjects9$Outbound = {
|
|
1028
|
-
type:
|
|
760
|
+
type: "postgres-user";
|
|
1029
761
|
storeId: string;
|
|
1030
762
|
};
|
|
1031
763
|
/** @internal */
|
|
@@ -1033,14 +765,10 @@ export declare const RemoveProjectEnvContentHintProjects9$outboundSchema: z.ZodT
|
|
|
1033
765
|
export declare function removeProjectEnvContentHintProjects9ToJSON(removeProjectEnvContentHintProjects9: RemoveProjectEnvContentHintProjects9): string;
|
|
1034
766
|
export declare function removeProjectEnvContentHintProjects9FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects9, SDKValidationError>;
|
|
1035
767
|
/** @internal */
|
|
1036
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type>;
|
|
1037
|
-
/** @internal */
|
|
1038
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type>;
|
|
1039
|
-
/** @internal */
|
|
1040
768
|
export declare const RemoveProjectEnvContentHintProjects8$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects8, z.ZodTypeDef, unknown>;
|
|
1041
769
|
/** @internal */
|
|
1042
770
|
export type RemoveProjectEnvContentHintProjects8$Outbound = {
|
|
1043
|
-
type:
|
|
771
|
+
type: "postgres-prisma-url";
|
|
1044
772
|
storeId: string;
|
|
1045
773
|
};
|
|
1046
774
|
/** @internal */
|
|
@@ -1048,14 +776,10 @@ export declare const RemoveProjectEnvContentHintProjects8$outboundSchema: z.ZodT
|
|
|
1048
776
|
export declare function removeProjectEnvContentHintProjects8ToJSON(removeProjectEnvContentHintProjects8: RemoveProjectEnvContentHintProjects8): string;
|
|
1049
777
|
export declare function removeProjectEnvContentHintProjects8FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects8, SDKValidationError>;
|
|
1050
778
|
/** @internal */
|
|
1051
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type>;
|
|
1052
|
-
/** @internal */
|
|
1053
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type>;
|
|
1054
|
-
/** @internal */
|
|
1055
779
|
export declare const RemoveProjectEnvContentHintProjects7$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects7, z.ZodTypeDef, unknown>;
|
|
1056
780
|
/** @internal */
|
|
1057
781
|
export type RemoveProjectEnvContentHintProjects7$Outbound = {
|
|
1058
|
-
type:
|
|
782
|
+
type: "postgres-url-non-pooling";
|
|
1059
783
|
storeId: string;
|
|
1060
784
|
};
|
|
1061
785
|
/** @internal */
|
|
@@ -1063,14 +787,10 @@ export declare const RemoveProjectEnvContentHintProjects7$outboundSchema: z.ZodT
|
|
|
1063
787
|
export declare function removeProjectEnvContentHintProjects7ToJSON(removeProjectEnvContentHintProjects7: RemoveProjectEnvContentHintProjects7): string;
|
|
1064
788
|
export declare function removeProjectEnvContentHintProjects7FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects7, SDKValidationError>;
|
|
1065
789
|
/** @internal */
|
|
1066
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type>;
|
|
1067
|
-
/** @internal */
|
|
1068
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type>;
|
|
1069
|
-
/** @internal */
|
|
1070
790
|
export declare const RemoveProjectEnvContentHintProjects6$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects6, z.ZodTypeDef, unknown>;
|
|
1071
791
|
/** @internal */
|
|
1072
792
|
export type RemoveProjectEnvContentHintProjects6$Outbound = {
|
|
1073
|
-
type:
|
|
793
|
+
type: "postgres-url";
|
|
1074
794
|
storeId: string;
|
|
1075
795
|
};
|
|
1076
796
|
/** @internal */
|
|
@@ -1078,14 +798,10 @@ export declare const RemoveProjectEnvContentHintProjects6$outboundSchema: z.ZodT
|
|
|
1078
798
|
export declare function removeProjectEnvContentHintProjects6ToJSON(removeProjectEnvContentHintProjects6: RemoveProjectEnvContentHintProjects6): string;
|
|
1079
799
|
export declare function removeProjectEnvContentHintProjects6FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects6, SDKValidationError>;
|
|
1080
800
|
/** @internal */
|
|
1081
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type>;
|
|
1082
|
-
/** @internal */
|
|
1083
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type>;
|
|
1084
|
-
/** @internal */
|
|
1085
801
|
export declare const RemoveProjectEnvContentHintProjects5$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects5, z.ZodTypeDef, unknown>;
|
|
1086
802
|
/** @internal */
|
|
1087
803
|
export type RemoveProjectEnvContentHintProjects5$Outbound = {
|
|
1088
|
-
type:
|
|
804
|
+
type: "blob-read-write-token";
|
|
1089
805
|
storeId: string;
|
|
1090
806
|
};
|
|
1091
807
|
/** @internal */
|
|
@@ -1093,14 +809,10 @@ export declare const RemoveProjectEnvContentHintProjects5$outboundSchema: z.ZodT
|
|
|
1093
809
|
export declare function removeProjectEnvContentHintProjects5ToJSON(removeProjectEnvContentHintProjects5: RemoveProjectEnvContentHintProjects5): string;
|
|
1094
810
|
export declare function removeProjectEnvContentHintProjects5FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects5, SDKValidationError>;
|
|
1095
811
|
/** @internal */
|
|
1096
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type>;
|
|
1097
|
-
/** @internal */
|
|
1098
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type>;
|
|
1099
|
-
/** @internal */
|
|
1100
812
|
export declare const RemoveProjectEnvContentHintProjects4$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects4, z.ZodTypeDef, unknown>;
|
|
1101
813
|
/** @internal */
|
|
1102
814
|
export type RemoveProjectEnvContentHintProjects4$Outbound = {
|
|
1103
|
-
type:
|
|
815
|
+
type: "redis-rest-api-read-only-token";
|
|
1104
816
|
storeId: string;
|
|
1105
817
|
};
|
|
1106
818
|
/** @internal */
|
|
@@ -1108,14 +820,10 @@ export declare const RemoveProjectEnvContentHintProjects4$outboundSchema: z.ZodT
|
|
|
1108
820
|
export declare function removeProjectEnvContentHintProjects4ToJSON(removeProjectEnvContentHintProjects4: RemoveProjectEnvContentHintProjects4): string;
|
|
1109
821
|
export declare function removeProjectEnvContentHintProjects4FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects4, SDKValidationError>;
|
|
1110
822
|
/** @internal */
|
|
1111
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type>;
|
|
1112
|
-
/** @internal */
|
|
1113
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type>;
|
|
1114
|
-
/** @internal */
|
|
1115
823
|
export declare const RemoveProjectEnvContentHintProjects3$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects3, z.ZodTypeDef, unknown>;
|
|
1116
824
|
/** @internal */
|
|
1117
825
|
export type RemoveProjectEnvContentHintProjects3$Outbound = {
|
|
1118
|
-
type:
|
|
826
|
+
type: "redis-rest-api-token";
|
|
1119
827
|
storeId: string;
|
|
1120
828
|
};
|
|
1121
829
|
/** @internal */
|
|
@@ -1123,14 +831,10 @@ export declare const RemoveProjectEnvContentHintProjects3$outboundSchema: z.ZodT
|
|
|
1123
831
|
export declare function removeProjectEnvContentHintProjects3ToJSON(removeProjectEnvContentHintProjects3: RemoveProjectEnvContentHintProjects3): string;
|
|
1124
832
|
export declare function removeProjectEnvContentHintProjects3FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects3, SDKValidationError>;
|
|
1125
833
|
/** @internal */
|
|
1126
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type>;
|
|
1127
|
-
/** @internal */
|
|
1128
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type>;
|
|
1129
|
-
/** @internal */
|
|
1130
834
|
export declare const RemoveProjectEnvContentHintProjects2$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects2, z.ZodTypeDef, unknown>;
|
|
1131
835
|
/** @internal */
|
|
1132
836
|
export type RemoveProjectEnvContentHintProjects2$Outbound = {
|
|
1133
|
-
type:
|
|
837
|
+
type: "redis-rest-api-url";
|
|
1134
838
|
storeId: string;
|
|
1135
839
|
};
|
|
1136
840
|
/** @internal */
|
|
@@ -1138,14 +842,10 @@ export declare const RemoveProjectEnvContentHintProjects2$outboundSchema: z.ZodT
|
|
|
1138
842
|
export declare function removeProjectEnvContentHintProjects2ToJSON(removeProjectEnvContentHintProjects2: RemoveProjectEnvContentHintProjects2): string;
|
|
1139
843
|
export declare function removeProjectEnvContentHintProjects2FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHintProjects2, SDKValidationError>;
|
|
1140
844
|
/** @internal */
|
|
1141
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type>;
|
|
1142
|
-
/** @internal */
|
|
1143
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type>;
|
|
1144
|
-
/** @internal */
|
|
1145
845
|
export declare const RemoveProjectEnvContentHintProjects1$inboundSchema: z.ZodType<RemoveProjectEnvContentHintProjects1, z.ZodTypeDef, unknown>;
|
|
1146
846
|
/** @internal */
|
|
1147
847
|
export type RemoveProjectEnvContentHintProjects1$Outbound = {
|
|
1148
|
-
type:
|
|
848
|
+
type: "redis-url";
|
|
1149
849
|
storeId: string;
|
|
1150
850
|
};
|
|
1151
851
|
/** @internal */
|
|
@@ -1155,7 +855,7 @@ export declare function removeProjectEnvContentHintProjects1FromJSON(jsonString:
|
|
|
1155
855
|
/** @internal */
|
|
1156
856
|
export declare const RemoveProjectEnvResponseBodyProjectsContentHint$inboundSchema: z.ZodType<RemoveProjectEnvResponseBodyProjectsContentHint, z.ZodTypeDef, unknown>;
|
|
1157
857
|
/** @internal */
|
|
1158
|
-
export type RemoveProjectEnvResponseBodyProjectsContentHint$Outbound =
|
|
858
|
+
export type RemoveProjectEnvResponseBodyProjectsContentHint$Outbound = RemoveProjectEnvContentHintProjects1$Outbound | RemoveProjectEnvContentHintProjects2$Outbound | RemoveProjectEnvContentHintProjects3$Outbound | RemoveProjectEnvContentHintProjects4$Outbound | RemoveProjectEnvContentHintProjects5$Outbound | RemoveProjectEnvContentHintProjects6$Outbound | RemoveProjectEnvContentHintProjects7$Outbound | RemoveProjectEnvContentHintProjects8$Outbound | RemoveProjectEnvContentHintProjects9$Outbound | RemoveProjectEnvContentHintProjects10$Outbound | RemoveProjectEnvContentHintProjects11$Outbound | RemoveProjectEnvContentHintProjects12$Outbound | RemoveProjectEnvContentHintProjects13$Outbound | RemoveProjectEnvContentHintProjects14$Outbound | RemoveProjectEnvContentHintProjects15$Outbound;
|
|
1159
859
|
/** @internal */
|
|
1160
860
|
export declare const RemoveProjectEnvResponseBodyProjectsContentHint$outboundSchema: z.ZodType<RemoveProjectEnvResponseBodyProjectsContentHint$Outbound, z.ZodTypeDef, RemoveProjectEnvResponseBodyProjectsContentHint>;
|
|
1161
861
|
export declare function removeProjectEnvResponseBodyProjectsContentHintToJSON(removeProjectEnvResponseBodyProjectsContentHint: RemoveProjectEnvResponseBodyProjectsContentHint): string;
|
|
@@ -1196,7 +896,7 @@ export type RemoveProjectEnvResponseBody2$Outbound = {
|
|
|
1196
896
|
gitBranch?: string | undefined;
|
|
1197
897
|
edgeConfigId?: string | null | undefined;
|
|
1198
898
|
edgeConfigTokenId?: string | null | undefined;
|
|
1199
|
-
contentHint?:
|
|
899
|
+
contentHint?: RemoveProjectEnvContentHintProjects1$Outbound | RemoveProjectEnvContentHintProjects2$Outbound | RemoveProjectEnvContentHintProjects3$Outbound | RemoveProjectEnvContentHintProjects4$Outbound | RemoveProjectEnvContentHintProjects5$Outbound | RemoveProjectEnvContentHintProjects6$Outbound | RemoveProjectEnvContentHintProjects7$Outbound | RemoveProjectEnvContentHintProjects8$Outbound | RemoveProjectEnvContentHintProjects9$Outbound | RemoveProjectEnvContentHintProjects10$Outbound | RemoveProjectEnvContentHintProjects11$Outbound | RemoveProjectEnvContentHintProjects12$Outbound | RemoveProjectEnvContentHintProjects13$Outbound | RemoveProjectEnvContentHintProjects14$Outbound | RemoveProjectEnvContentHintProjects15$Outbound | null | undefined;
|
|
1200
900
|
internalContentHint?: RemoveProjectEnvResponseBodyProjectsInternalContentHint$Outbound | null | undefined;
|
|
1201
901
|
comment?: string | undefined;
|
|
1202
902
|
customEnvironmentIds?: Array<string> | undefined;
|
|
@@ -1226,14 +926,10 @@ export declare const RemoveProjectEnvResponseBodyType$inboundSchema: z.ZodNative
|
|
|
1226
926
|
/** @internal */
|
|
1227
927
|
export declare const RemoveProjectEnvResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvResponseBodyType>;
|
|
1228
928
|
/** @internal */
|
|
1229
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type>;
|
|
1230
|
-
/** @internal */
|
|
1231
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type>;
|
|
1232
|
-
/** @internal */
|
|
1233
929
|
export declare const RemoveProjectEnvContentHint15$inboundSchema: z.ZodType<RemoveProjectEnvContentHint15, z.ZodTypeDef, unknown>;
|
|
1234
930
|
/** @internal */
|
|
1235
931
|
export type RemoveProjectEnvContentHint15$Outbound = {
|
|
1236
|
-
type: string;
|
|
932
|
+
type: "flags-connection-string";
|
|
1237
933
|
projectId: string;
|
|
1238
934
|
};
|
|
1239
935
|
/** @internal */
|
|
@@ -1241,14 +937,10 @@ export declare const RemoveProjectEnvContentHint15$outboundSchema: z.ZodType<Rem
|
|
|
1241
937
|
export declare function removeProjectEnvContentHint15ToJSON(removeProjectEnvContentHint15: RemoveProjectEnvContentHint15): string;
|
|
1242
938
|
export declare function removeProjectEnvContentHint15FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint15, SDKValidationError>;
|
|
1243
939
|
/** @internal */
|
|
1244
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type>;
|
|
1245
|
-
/** @internal */
|
|
1246
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type>;
|
|
1247
|
-
/** @internal */
|
|
1248
940
|
export declare const RemoveProjectEnvContentHint14$inboundSchema: z.ZodType<RemoveProjectEnvContentHint14, z.ZodTypeDef, unknown>;
|
|
1249
941
|
/** @internal */
|
|
1250
942
|
export type RemoveProjectEnvContentHint14$Outbound = {
|
|
1251
|
-
type:
|
|
943
|
+
type: "integration-store-secret";
|
|
1252
944
|
storeId: string;
|
|
1253
945
|
integrationId: string;
|
|
1254
946
|
integrationProductId: string;
|
|
@@ -1259,14 +951,10 @@ export declare const RemoveProjectEnvContentHint14$outboundSchema: z.ZodType<Rem
|
|
|
1259
951
|
export declare function removeProjectEnvContentHint14ToJSON(removeProjectEnvContentHint14: RemoveProjectEnvContentHint14): string;
|
|
1260
952
|
export declare function removeProjectEnvContentHint14FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint14, SDKValidationError>;
|
|
1261
953
|
/** @internal */
|
|
1262
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type>;
|
|
1263
|
-
/** @internal */
|
|
1264
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type>;
|
|
1265
|
-
/** @internal */
|
|
1266
954
|
export declare const RemoveProjectEnvContentHint13$inboundSchema: z.ZodType<RemoveProjectEnvContentHint13, z.ZodTypeDef, unknown>;
|
|
1267
955
|
/** @internal */
|
|
1268
956
|
export type RemoveProjectEnvContentHint13$Outbound = {
|
|
1269
|
-
type:
|
|
957
|
+
type: "postgres-url-no-ssl";
|
|
1270
958
|
storeId: string;
|
|
1271
959
|
};
|
|
1272
960
|
/** @internal */
|
|
@@ -1274,14 +962,10 @@ export declare const RemoveProjectEnvContentHint13$outboundSchema: z.ZodType<Rem
|
|
|
1274
962
|
export declare function removeProjectEnvContentHint13ToJSON(removeProjectEnvContentHint13: RemoveProjectEnvContentHint13): string;
|
|
1275
963
|
export declare function removeProjectEnvContentHint13FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint13, SDKValidationError>;
|
|
1276
964
|
/** @internal */
|
|
1277
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type>;
|
|
1278
|
-
/** @internal */
|
|
1279
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type>;
|
|
1280
|
-
/** @internal */
|
|
1281
965
|
export declare const RemoveProjectEnvContentHint12$inboundSchema: z.ZodType<RemoveProjectEnvContentHint12, z.ZodTypeDef, unknown>;
|
|
1282
966
|
/** @internal */
|
|
1283
967
|
export type RemoveProjectEnvContentHint12$Outbound = {
|
|
1284
|
-
type:
|
|
968
|
+
type: "postgres-database";
|
|
1285
969
|
storeId: string;
|
|
1286
970
|
};
|
|
1287
971
|
/** @internal */
|
|
@@ -1289,14 +973,10 @@ export declare const RemoveProjectEnvContentHint12$outboundSchema: z.ZodType<Rem
|
|
|
1289
973
|
export declare function removeProjectEnvContentHint12ToJSON(removeProjectEnvContentHint12: RemoveProjectEnvContentHint12): string;
|
|
1290
974
|
export declare function removeProjectEnvContentHint12FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint12, SDKValidationError>;
|
|
1291
975
|
/** @internal */
|
|
1292
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type>;
|
|
1293
|
-
/** @internal */
|
|
1294
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type>;
|
|
1295
|
-
/** @internal */
|
|
1296
976
|
export declare const RemoveProjectEnvContentHint11$inboundSchema: z.ZodType<RemoveProjectEnvContentHint11, z.ZodTypeDef, unknown>;
|
|
1297
977
|
/** @internal */
|
|
1298
978
|
export type RemoveProjectEnvContentHint11$Outbound = {
|
|
1299
|
-
type:
|
|
979
|
+
type: "postgres-password";
|
|
1300
980
|
storeId: string;
|
|
1301
981
|
};
|
|
1302
982
|
/** @internal */
|
|
@@ -1304,14 +984,10 @@ export declare const RemoveProjectEnvContentHint11$outboundSchema: z.ZodType<Rem
|
|
|
1304
984
|
export declare function removeProjectEnvContentHint11ToJSON(removeProjectEnvContentHint11: RemoveProjectEnvContentHint11): string;
|
|
1305
985
|
export declare function removeProjectEnvContentHint11FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint11, SDKValidationError>;
|
|
1306
986
|
/** @internal */
|
|
1307
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type>;
|
|
1308
|
-
/** @internal */
|
|
1309
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type>;
|
|
1310
|
-
/** @internal */
|
|
1311
987
|
export declare const RemoveProjectEnvContentHint10$inboundSchema: z.ZodType<RemoveProjectEnvContentHint10, z.ZodTypeDef, unknown>;
|
|
1312
988
|
/** @internal */
|
|
1313
989
|
export type RemoveProjectEnvContentHint10$Outbound = {
|
|
1314
|
-
type:
|
|
990
|
+
type: "postgres-host";
|
|
1315
991
|
storeId: string;
|
|
1316
992
|
};
|
|
1317
993
|
/** @internal */
|
|
@@ -1319,14 +995,10 @@ export declare const RemoveProjectEnvContentHint10$outboundSchema: z.ZodType<Rem
|
|
|
1319
995
|
export declare function removeProjectEnvContentHint10ToJSON(removeProjectEnvContentHint10: RemoveProjectEnvContentHint10): string;
|
|
1320
996
|
export declare function removeProjectEnvContentHint10FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint10, SDKValidationError>;
|
|
1321
997
|
/** @internal */
|
|
1322
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type>;
|
|
1323
|
-
/** @internal */
|
|
1324
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type>;
|
|
1325
|
-
/** @internal */
|
|
1326
998
|
export declare const RemoveProjectEnvContentHint9$inboundSchema: z.ZodType<RemoveProjectEnvContentHint9, z.ZodTypeDef, unknown>;
|
|
1327
999
|
/** @internal */
|
|
1328
1000
|
export type RemoveProjectEnvContentHint9$Outbound = {
|
|
1329
|
-
type:
|
|
1001
|
+
type: "postgres-user";
|
|
1330
1002
|
storeId: string;
|
|
1331
1003
|
};
|
|
1332
1004
|
/** @internal */
|
|
@@ -1334,14 +1006,10 @@ export declare const RemoveProjectEnvContentHint9$outboundSchema: z.ZodType<Remo
|
|
|
1334
1006
|
export declare function removeProjectEnvContentHint9ToJSON(removeProjectEnvContentHint9: RemoveProjectEnvContentHint9): string;
|
|
1335
1007
|
export declare function removeProjectEnvContentHint9FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint9, SDKValidationError>;
|
|
1336
1008
|
/** @internal */
|
|
1337
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type>;
|
|
1338
|
-
/** @internal */
|
|
1339
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type>;
|
|
1340
|
-
/** @internal */
|
|
1341
1009
|
export declare const RemoveProjectEnvContentHint8$inboundSchema: z.ZodType<RemoveProjectEnvContentHint8, z.ZodTypeDef, unknown>;
|
|
1342
1010
|
/** @internal */
|
|
1343
1011
|
export type RemoveProjectEnvContentHint8$Outbound = {
|
|
1344
|
-
type:
|
|
1012
|
+
type: "postgres-prisma-url";
|
|
1345
1013
|
storeId: string;
|
|
1346
1014
|
};
|
|
1347
1015
|
/** @internal */
|
|
@@ -1349,14 +1017,10 @@ export declare const RemoveProjectEnvContentHint8$outboundSchema: z.ZodType<Remo
|
|
|
1349
1017
|
export declare function removeProjectEnvContentHint8ToJSON(removeProjectEnvContentHint8: RemoveProjectEnvContentHint8): string;
|
|
1350
1018
|
export declare function removeProjectEnvContentHint8FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint8, SDKValidationError>;
|
|
1351
1019
|
/** @internal */
|
|
1352
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type>;
|
|
1353
|
-
/** @internal */
|
|
1354
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type>;
|
|
1355
|
-
/** @internal */
|
|
1356
1020
|
export declare const RemoveProjectEnvContentHint7$inboundSchema: z.ZodType<RemoveProjectEnvContentHint7, z.ZodTypeDef, unknown>;
|
|
1357
1021
|
/** @internal */
|
|
1358
1022
|
export type RemoveProjectEnvContentHint7$Outbound = {
|
|
1359
|
-
type:
|
|
1023
|
+
type: "postgres-url-non-pooling";
|
|
1360
1024
|
storeId: string;
|
|
1361
1025
|
};
|
|
1362
1026
|
/** @internal */
|
|
@@ -1364,14 +1028,10 @@ export declare const RemoveProjectEnvContentHint7$outboundSchema: z.ZodType<Remo
|
|
|
1364
1028
|
export declare function removeProjectEnvContentHint7ToJSON(removeProjectEnvContentHint7: RemoveProjectEnvContentHint7): string;
|
|
1365
1029
|
export declare function removeProjectEnvContentHint7FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint7, SDKValidationError>;
|
|
1366
1030
|
/** @internal */
|
|
1367
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1368
|
-
/** @internal */
|
|
1369
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1370
|
-
/** @internal */
|
|
1371
1031
|
export declare const RemoveProjectEnvContentHint6$inboundSchema: z.ZodType<RemoveProjectEnvContentHint6, z.ZodTypeDef, unknown>;
|
|
1372
1032
|
/** @internal */
|
|
1373
1033
|
export type RemoveProjectEnvContentHint6$Outbound = {
|
|
1374
|
-
type:
|
|
1034
|
+
type: "postgres-url";
|
|
1375
1035
|
storeId: string;
|
|
1376
1036
|
};
|
|
1377
1037
|
/** @internal */
|
|
@@ -1379,14 +1039,10 @@ export declare const RemoveProjectEnvContentHint6$outboundSchema: z.ZodType<Remo
|
|
|
1379
1039
|
export declare function removeProjectEnvContentHint6ToJSON(removeProjectEnvContentHint6: RemoveProjectEnvContentHint6): string;
|
|
1380
1040
|
export declare function removeProjectEnvContentHint6FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint6, SDKValidationError>;
|
|
1381
1041
|
/** @internal */
|
|
1382
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType>;
|
|
1383
|
-
/** @internal */
|
|
1384
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType>;
|
|
1385
|
-
/** @internal */
|
|
1386
1042
|
export declare const RemoveProjectEnvContentHint5$inboundSchema: z.ZodType<RemoveProjectEnvContentHint5, z.ZodTypeDef, unknown>;
|
|
1387
1043
|
/** @internal */
|
|
1388
1044
|
export type RemoveProjectEnvContentHint5$Outbound = {
|
|
1389
|
-
type:
|
|
1045
|
+
type: "blob-read-write-token";
|
|
1390
1046
|
storeId: string;
|
|
1391
1047
|
};
|
|
1392
1048
|
/** @internal */
|
|
@@ -1394,14 +1050,10 @@ export declare const RemoveProjectEnvContentHint5$outboundSchema: z.ZodType<Remo
|
|
|
1394
1050
|
export declare function removeProjectEnvContentHint5ToJSON(removeProjectEnvContentHint5: RemoveProjectEnvContentHint5): string;
|
|
1395
1051
|
export declare function removeProjectEnvContentHint5FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint5, SDKValidationError>;
|
|
1396
1052
|
/** @internal */
|
|
1397
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200Type>;
|
|
1398
|
-
/** @internal */
|
|
1399
|
-
export declare const RemoveProjectEnvContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200Type>;
|
|
1400
|
-
/** @internal */
|
|
1401
1053
|
export declare const RemoveProjectEnvContentHint4$inboundSchema: z.ZodType<RemoveProjectEnvContentHint4, z.ZodTypeDef, unknown>;
|
|
1402
1054
|
/** @internal */
|
|
1403
1055
|
export type RemoveProjectEnvContentHint4$Outbound = {
|
|
1404
|
-
type:
|
|
1056
|
+
type: "redis-rest-api-read-only-token";
|
|
1405
1057
|
storeId: string;
|
|
1406
1058
|
};
|
|
1407
1059
|
/** @internal */
|
|
@@ -1409,14 +1061,10 @@ export declare const RemoveProjectEnvContentHint4$outboundSchema: z.ZodType<Remo
|
|
|
1409
1061
|
export declare function removeProjectEnvContentHint4ToJSON(removeProjectEnvContentHint4: RemoveProjectEnvContentHint4): string;
|
|
1410
1062
|
export declare function removeProjectEnvContentHint4FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint4, SDKValidationError>;
|
|
1411
1063
|
/** @internal */
|
|
1412
|
-
export declare const RemoveProjectEnvContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponseType>;
|
|
1413
|
-
/** @internal */
|
|
1414
|
-
export declare const RemoveProjectEnvContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponseType>;
|
|
1415
|
-
/** @internal */
|
|
1416
1064
|
export declare const RemoveProjectEnvContentHint3$inboundSchema: z.ZodType<RemoveProjectEnvContentHint3, z.ZodTypeDef, unknown>;
|
|
1417
1065
|
/** @internal */
|
|
1418
1066
|
export type RemoveProjectEnvContentHint3$Outbound = {
|
|
1419
|
-
type:
|
|
1067
|
+
type: "redis-rest-api-token";
|
|
1420
1068
|
storeId: string;
|
|
1421
1069
|
};
|
|
1422
1070
|
/** @internal */
|
|
@@ -1424,14 +1072,10 @@ export declare const RemoveProjectEnvContentHint3$outboundSchema: z.ZodType<Remo
|
|
|
1424
1072
|
export declare function removeProjectEnvContentHint3ToJSON(removeProjectEnvContentHint3: RemoveProjectEnvContentHint3): string;
|
|
1425
1073
|
export declare function removeProjectEnvContentHint3FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint3, SDKValidationError>;
|
|
1426
1074
|
/** @internal */
|
|
1427
|
-
export declare const RemoveProjectEnvContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsType>;
|
|
1428
|
-
/** @internal */
|
|
1429
|
-
export declare const RemoveProjectEnvContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsType>;
|
|
1430
|
-
/** @internal */
|
|
1431
1075
|
export declare const RemoveProjectEnvContentHint2$inboundSchema: z.ZodType<RemoveProjectEnvContentHint2, z.ZodTypeDef, unknown>;
|
|
1432
1076
|
/** @internal */
|
|
1433
1077
|
export type RemoveProjectEnvContentHint2$Outbound = {
|
|
1434
|
-
type:
|
|
1078
|
+
type: "redis-rest-api-url";
|
|
1435
1079
|
storeId: string;
|
|
1436
1080
|
};
|
|
1437
1081
|
/** @internal */
|
|
@@ -1439,14 +1083,10 @@ export declare const RemoveProjectEnvContentHint2$outboundSchema: z.ZodType<Remo
|
|
|
1439
1083
|
export declare function removeProjectEnvContentHint2ToJSON(removeProjectEnvContentHint2: RemoveProjectEnvContentHint2): string;
|
|
1440
1084
|
export declare function removeProjectEnvContentHint2FromJSON(jsonString: string): SafeParseResult<RemoveProjectEnvContentHint2, SDKValidationError>;
|
|
1441
1085
|
/** @internal */
|
|
1442
|
-
export declare const RemoveProjectEnvContentHintType$inboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintType>;
|
|
1443
|
-
/** @internal */
|
|
1444
|
-
export declare const RemoveProjectEnvContentHintType$outboundSchema: z.ZodNativeEnum<typeof RemoveProjectEnvContentHintType>;
|
|
1445
|
-
/** @internal */
|
|
1446
1086
|
export declare const RemoveProjectEnvContentHint1$inboundSchema: z.ZodType<RemoveProjectEnvContentHint1, z.ZodTypeDef, unknown>;
|
|
1447
1087
|
/** @internal */
|
|
1448
1088
|
export type RemoveProjectEnvContentHint1$Outbound = {
|
|
1449
|
-
type:
|
|
1089
|
+
type: "redis-url";
|
|
1450
1090
|
storeId: string;
|
|
1451
1091
|
};
|
|
1452
1092
|
/** @internal */
|
|
@@ -1456,7 +1096,7 @@ export declare function removeProjectEnvContentHint1FromJSON(jsonString: string)
|
|
|
1456
1096
|
/** @internal */
|
|
1457
1097
|
export declare const RemoveProjectEnvResponseBodyContentHint$inboundSchema: z.ZodType<RemoveProjectEnvResponseBodyContentHint, z.ZodTypeDef, unknown>;
|
|
1458
1098
|
/** @internal */
|
|
1459
|
-
export type RemoveProjectEnvResponseBodyContentHint$Outbound =
|
|
1099
|
+
export type RemoveProjectEnvResponseBodyContentHint$Outbound = RemoveProjectEnvContentHint1$Outbound | RemoveProjectEnvContentHint2$Outbound | RemoveProjectEnvContentHint3$Outbound | RemoveProjectEnvContentHint4$Outbound | RemoveProjectEnvContentHint5$Outbound | RemoveProjectEnvContentHint6$Outbound | RemoveProjectEnvContentHint7$Outbound | RemoveProjectEnvContentHint8$Outbound | RemoveProjectEnvContentHint9$Outbound | RemoveProjectEnvContentHint10$Outbound | RemoveProjectEnvContentHint11$Outbound | RemoveProjectEnvContentHint12$Outbound | RemoveProjectEnvContentHint13$Outbound | RemoveProjectEnvContentHint14$Outbound | RemoveProjectEnvContentHint15$Outbound;
|
|
1460
1100
|
/** @internal */
|
|
1461
1101
|
export declare const RemoveProjectEnvResponseBodyContentHint$outboundSchema: z.ZodType<RemoveProjectEnvResponseBodyContentHint$Outbound, z.ZodTypeDef, RemoveProjectEnvResponseBodyContentHint>;
|
|
1462
1102
|
export declare function removeProjectEnvResponseBodyContentHintToJSON(removeProjectEnvResponseBodyContentHint: RemoveProjectEnvResponseBodyContentHint): string;
|
|
@@ -1496,7 +1136,7 @@ export type RemoveProjectEnvResponseBody1$Outbound = {
|
|
|
1496
1136
|
gitBranch?: string | undefined;
|
|
1497
1137
|
edgeConfigId?: string | null | undefined;
|
|
1498
1138
|
edgeConfigTokenId?: string | null | undefined;
|
|
1499
|
-
contentHint?:
|
|
1139
|
+
contentHint?: RemoveProjectEnvContentHint1$Outbound | RemoveProjectEnvContentHint2$Outbound | RemoveProjectEnvContentHint3$Outbound | RemoveProjectEnvContentHint4$Outbound | RemoveProjectEnvContentHint5$Outbound | RemoveProjectEnvContentHint6$Outbound | RemoveProjectEnvContentHint7$Outbound | RemoveProjectEnvContentHint8$Outbound | RemoveProjectEnvContentHint9$Outbound | RemoveProjectEnvContentHint10$Outbound | RemoveProjectEnvContentHint11$Outbound | RemoveProjectEnvContentHint12$Outbound | RemoveProjectEnvContentHint13$Outbound | RemoveProjectEnvContentHint14$Outbound | RemoveProjectEnvContentHint15$Outbound | null | undefined;
|
|
1500
1140
|
internalContentHint?: RemoveProjectEnvResponseBodyInternalContentHint$Outbound | null | undefined;
|
|
1501
1141
|
comment?: string | undefined;
|
|
1502
1142
|
customEnvironmentIds?: Array<string> | undefined;
|