@cloudfleet/sdk 0.0.1-a4bb08f → 0.0.1-a508b9d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@tanstack/react-query.gen.d.ts +184 -289
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/@tanstack/react-query.gen.js +40 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -1
- package/dist/schemas.gen.d.ts +81 -146
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +134 -177
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +17 -1
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +27 -0
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +90 -94
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +149 -75
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +80 -42
- package/dist/zod.gen.js.map +1 -1
- package/package.json +7 -7
package/dist/zod.gen.d.ts
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import * as z from 'zod';
|
|
2
|
+
export declare const zBasicPriceConsentInput: z.ZodObject<{
|
|
3
|
+
decision: z.ZodEnum<{
|
|
4
|
+
rejected: "rejected";
|
|
5
|
+
accepted: "accepted";
|
|
6
|
+
}>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
export declare const zBasicPriceConsent: z.ZodObject<{
|
|
9
|
+
status: z.ZodEnum<{
|
|
10
|
+
pending: "pending";
|
|
11
|
+
rejected: "rejected";
|
|
12
|
+
accepted: "accepted";
|
|
13
|
+
not_applicable: "not_applicable";
|
|
14
|
+
}>;
|
|
15
|
+
decided_at: z.ZodOptional<z.ZodISODateTime>;
|
|
16
|
+
decided_by: z.ZodOptional<z.ZodString>;
|
|
17
|
+
}, z.core.$strip>;
|
|
2
18
|
export declare const zBillingContact: z.ZodObject<{
|
|
3
19
|
type: z.ZodEnum<{
|
|
4
20
|
business: "business";
|
|
@@ -189,6 +205,7 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
189
205
|
name: z.ZodString;
|
|
190
206
|
tier: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
191
207
|
basic: "basic";
|
|
208
|
+
enterprise: "enterprise";
|
|
192
209
|
pro: "pro";
|
|
193
210
|
}>>>;
|
|
194
211
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -221,6 +238,7 @@ export declare const zClusterJoinInformation: z.ZodObject<{
|
|
|
221
238
|
cluster_dns: z.ZodString;
|
|
222
239
|
pod_cidr: z.ZodString;
|
|
223
240
|
auth_key: z.ZodString;
|
|
241
|
+
login_server: z.ZodString;
|
|
224
242
|
bootstrap_token: z.ZodString;
|
|
225
243
|
versions: z.ZodObject<{
|
|
226
244
|
kubernetes: z.ZodString;
|
|
@@ -241,6 +259,7 @@ export declare const zCluster: z.ZodObject<{
|
|
|
241
259
|
name: z.ZodString;
|
|
242
260
|
tier: z.ZodDefault<z.ZodEnum<{
|
|
243
261
|
basic: "basic";
|
|
262
|
+
enterprise: "enterprise";
|
|
244
263
|
pro: "pro";
|
|
245
264
|
}>>;
|
|
246
265
|
version_channel: z.ZodDefault<z.ZodString>;
|
|
@@ -292,6 +311,7 @@ export declare const zClusterUpdateInput: z.ZodObject<{
|
|
|
292
311
|
name: z.ZodString;
|
|
293
312
|
tier: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
294
313
|
basic: "basic";
|
|
314
|
+
enterprise: "enterprise";
|
|
295
315
|
pro: "pro";
|
|
296
316
|
}>>>;
|
|
297
317
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -1178,6 +1198,8 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
1178
1198
|
basic_clusters_available: z.ZodInt;
|
|
1179
1199
|
pro_clusters_max: z.ZodInt;
|
|
1180
1200
|
pro_clusters_available: z.ZodInt;
|
|
1201
|
+
enterprise_clusters_max: z.ZodInt;
|
|
1202
|
+
enterprise_clusters_available: z.ZodInt;
|
|
1181
1203
|
fleets_max: z.ZodInt;
|
|
1182
1204
|
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
1183
1205
|
regions: z.ZodArray<z.ZodString>;
|
|
@@ -1219,6 +1241,8 @@ export declare const zPlatformQuota: z.ZodObject<{
|
|
|
1219
1241
|
basic_clusters_available: z.ZodInt;
|
|
1220
1242
|
pro_clusters_max: z.ZodInt;
|
|
1221
1243
|
pro_clusters_available: z.ZodInt;
|
|
1244
|
+
enterprise_clusters_max: z.ZodInt;
|
|
1245
|
+
enterprise_clusters_available: z.ZodInt;
|
|
1222
1246
|
fleets_max: z.ZodInt;
|
|
1223
1247
|
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
1224
1248
|
regions: z.ZodArray<z.ZodString>;
|
|
@@ -1289,42 +1313,6 @@ export declare const zTicketCreateInput: z.ZodObject<{
|
|
|
1289
1313
|
body: z.ZodString;
|
|
1290
1314
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1291
1315
|
}, z.core.$strip>;
|
|
1292
|
-
export declare const zTicketListResponse: z.ZodObject<{
|
|
1293
|
-
items: z.ZodArray<z.ZodObject<{
|
|
1294
|
-
id: z.ZodString;
|
|
1295
|
-
status: z.ZodEnum<{
|
|
1296
|
-
closed: "closed";
|
|
1297
|
-
waiting_on_us: "waiting_on_us";
|
|
1298
|
-
waiting_on_user: "waiting_on_user";
|
|
1299
|
-
}>;
|
|
1300
|
-
category: z.ZodEnum<{
|
|
1301
|
-
billing: "billing";
|
|
1302
|
-
technical: "technical";
|
|
1303
|
-
general: "general";
|
|
1304
|
-
}>;
|
|
1305
|
-
summary: z.ZodString;
|
|
1306
|
-
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1307
|
-
date_created: z.ZodISODateTime;
|
|
1308
|
-
date_updated: z.ZodISODateTime;
|
|
1309
|
-
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1310
|
-
id: z.ZodString;
|
|
1311
|
-
type: z.ZodEnum<{
|
|
1312
|
-
customer_reply: "customer_reply";
|
|
1313
|
-
agent_reply: "agent_reply";
|
|
1314
|
-
}>;
|
|
1315
|
-
body: z.ZodString;
|
|
1316
|
-
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1317
|
-
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1318
|
-
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1319
|
-
id: z.ZodString;
|
|
1320
|
-
filename: z.ZodString;
|
|
1321
|
-
content_type: z.ZodString;
|
|
1322
|
-
size: z.ZodInt;
|
|
1323
|
-
}, z.core.$strip>>>;
|
|
1324
|
-
date_created: z.ZodISODateTime;
|
|
1325
|
-
}, z.core.$strip>>>;
|
|
1326
|
-
}, z.core.$strip>>;
|
|
1327
|
-
}, z.core.$strip>;
|
|
1328
1316
|
export declare const zTicketMessageInput: z.ZodObject<{
|
|
1329
1317
|
body: z.ZodString;
|
|
1330
1318
|
}, z.core.$strip>;
|
|
@@ -1405,26 +1393,58 @@ export declare const zTokenUpdateInput: z.ZodObject<{
|
|
|
1405
1393
|
}, z.core.$strip>;
|
|
1406
1394
|
export declare const zUsageFacets: z.ZodObject<{
|
|
1407
1395
|
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1408
|
-
product: z.ZodOptional<z.ZodArray<z.
|
|
1396
|
+
product: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1397
|
+
cfke_controlplane_basic: "cfke_controlplane_basic";
|
|
1398
|
+
cfke_controlplane_pro: "cfke_controlplane_pro";
|
|
1399
|
+
cfke_controlplane_enterprise: "cfke_controlplane_enterprise";
|
|
1400
|
+
cfke_connected_nodes_basic: "cfke_connected_nodes_basic";
|
|
1401
|
+
cfke_connected_nodes_pro: "cfke_connected_nodes_pro";
|
|
1402
|
+
cfke_connected_nodes_enterprise: "cfke_connected_nodes_enterprise";
|
|
1403
|
+
cfcr_storage: "cfcr_storage";
|
|
1404
|
+
}>>>;
|
|
1409
1405
|
}, z.core.$strip>;
|
|
1410
1406
|
export declare const zUsageResponse: z.ZodObject<{
|
|
1411
1407
|
data: z.ZodArray<z.ZodObject<{
|
|
1412
1408
|
hour: z.ZodString;
|
|
1413
1409
|
cluster_id: z.ZodString;
|
|
1414
|
-
product: z.
|
|
1410
|
+
product: z.ZodEnum<{
|
|
1411
|
+
cfke_controlplane_basic: "cfke_controlplane_basic";
|
|
1412
|
+
cfke_controlplane_pro: "cfke_controlplane_pro";
|
|
1413
|
+
cfke_controlplane_enterprise: "cfke_controlplane_enterprise";
|
|
1414
|
+
cfke_connected_nodes_basic: "cfke_connected_nodes_basic";
|
|
1415
|
+
cfke_connected_nodes_pro: "cfke_connected_nodes_pro";
|
|
1416
|
+
cfke_connected_nodes_enterprise: "cfke_connected_nodes_enterprise";
|
|
1417
|
+
cfcr_storage: "cfcr_storage";
|
|
1418
|
+
}>;
|
|
1415
1419
|
value: z.ZodNumber;
|
|
1416
1420
|
price: z.ZodNumber;
|
|
1417
1421
|
total: z.ZodNumber;
|
|
1418
1422
|
}, z.core.$strip>>;
|
|
1419
1423
|
facets: z.ZodObject<{
|
|
1420
1424
|
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1421
|
-
product: z.ZodOptional<z.ZodArray<z.
|
|
1425
|
+
product: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1426
|
+
cfke_controlplane_basic: "cfke_controlplane_basic";
|
|
1427
|
+
cfke_controlplane_pro: "cfke_controlplane_pro";
|
|
1428
|
+
cfke_controlplane_enterprise: "cfke_controlplane_enterprise";
|
|
1429
|
+
cfke_connected_nodes_basic: "cfke_connected_nodes_basic";
|
|
1430
|
+
cfke_connected_nodes_pro: "cfke_connected_nodes_pro";
|
|
1431
|
+
cfke_connected_nodes_enterprise: "cfke_connected_nodes_enterprise";
|
|
1432
|
+
cfcr_storage: "cfcr_storage";
|
|
1433
|
+
}>>>;
|
|
1422
1434
|
}, z.core.$strip>;
|
|
1423
1435
|
}, z.core.$strip>;
|
|
1424
1436
|
export declare const zUsage: z.ZodObject<{
|
|
1425
1437
|
hour: z.ZodString;
|
|
1426
1438
|
cluster_id: z.ZodString;
|
|
1427
|
-
product: z.
|
|
1439
|
+
product: z.ZodEnum<{
|
|
1440
|
+
cfke_controlplane_basic: "cfke_controlplane_basic";
|
|
1441
|
+
cfke_controlplane_pro: "cfke_controlplane_pro";
|
|
1442
|
+
cfke_controlplane_enterprise: "cfke_controlplane_enterprise";
|
|
1443
|
+
cfke_connected_nodes_basic: "cfke_connected_nodes_basic";
|
|
1444
|
+
cfke_connected_nodes_pro: "cfke_connected_nodes_pro";
|
|
1445
|
+
cfke_connected_nodes_enterprise: "cfke_connected_nodes_enterprise";
|
|
1446
|
+
cfcr_storage: "cfcr_storage";
|
|
1447
|
+
}>;
|
|
1428
1448
|
value: z.ZodNumber;
|
|
1429
1449
|
price: z.ZodNumber;
|
|
1430
1450
|
total: z.ZodNumber;
|
|
@@ -1685,44 +1705,42 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
|
1685
1705
|
date_created: z.ZodISODateTime;
|
|
1686
1706
|
}, z.core.$strip>;
|
|
1687
1707
|
/**
|
|
1688
|
-
*
|
|
1708
|
+
* An array of tickets for the organization, newest first.
|
|
1689
1709
|
*/
|
|
1690
|
-
export declare const zListTicketsResponse: z.ZodObject<{
|
|
1691
|
-
|
|
1710
|
+
export declare const zListTicketsResponse: z.ZodArray<z.ZodObject<{
|
|
1711
|
+
id: z.ZodString;
|
|
1712
|
+
status: z.ZodEnum<{
|
|
1713
|
+
closed: "closed";
|
|
1714
|
+
waiting_on_us: "waiting_on_us";
|
|
1715
|
+
waiting_on_user: "waiting_on_user";
|
|
1716
|
+
}>;
|
|
1717
|
+
category: z.ZodEnum<{
|
|
1718
|
+
billing: "billing";
|
|
1719
|
+
technical: "technical";
|
|
1720
|
+
general: "general";
|
|
1721
|
+
}>;
|
|
1722
|
+
summary: z.ZodString;
|
|
1723
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1724
|
+
date_created: z.ZodISODateTime;
|
|
1725
|
+
date_updated: z.ZodISODateTime;
|
|
1726
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1692
1727
|
id: z.ZodString;
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
waiting_on_user: "waiting_on_user";
|
|
1697
|
-
}>;
|
|
1698
|
-
category: z.ZodEnum<{
|
|
1699
|
-
billing: "billing";
|
|
1700
|
-
technical: "technical";
|
|
1701
|
-
general: "general";
|
|
1728
|
+
type: z.ZodEnum<{
|
|
1729
|
+
customer_reply: "customer_reply";
|
|
1730
|
+
agent_reply: "agent_reply";
|
|
1702
1731
|
}>;
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1732
|
+
body: z.ZodString;
|
|
1733
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1734
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1735
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1708
1736
|
id: z.ZodString;
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
}>;
|
|
1713
|
-
body: z.ZodString;
|
|
1714
|
-
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1715
|
-
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1716
|
-
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1717
|
-
id: z.ZodString;
|
|
1718
|
-
filename: z.ZodString;
|
|
1719
|
-
content_type: z.ZodString;
|
|
1720
|
-
size: z.ZodInt;
|
|
1721
|
-
}, z.core.$strip>>>;
|
|
1722
|
-
date_created: z.ZodISODateTime;
|
|
1737
|
+
filename: z.ZodString;
|
|
1738
|
+
content_type: z.ZodString;
|
|
1739
|
+
size: z.ZodInt;
|
|
1723
1740
|
}, z.core.$strip>>>;
|
|
1724
|
-
|
|
1725
|
-
}, z.core.$strip
|
|
1741
|
+
date_created: z.ZodISODateTime;
|
|
1742
|
+
}, z.core.$strip>>>;
|
|
1743
|
+
}, z.core.$strip>>;
|
|
1726
1744
|
export declare const zCreateTicketBody: z.ZodObject<{
|
|
1727
1745
|
payload: z.ZodOptional<z.ZodString>;
|
|
1728
1746
|
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1964,6 +1982,8 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1964
1982
|
basic_clusters_available: z.ZodInt;
|
|
1965
1983
|
pro_clusters_max: z.ZodInt;
|
|
1966
1984
|
pro_clusters_available: z.ZodInt;
|
|
1985
|
+
enterprise_clusters_max: z.ZodInt;
|
|
1986
|
+
enterprise_clusters_available: z.ZodInt;
|
|
1967
1987
|
fleets_max: z.ZodInt;
|
|
1968
1988
|
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
1969
1989
|
regions: z.ZodArray<z.ZodString>;
|
|
@@ -2002,6 +2022,38 @@ export declare const zCreateOrganizationBody: z.ZodObject<{
|
|
|
2002
2022
|
export declare const zCreateOrganizationResponse: z.ZodObject<{
|
|
2003
2023
|
id: z.ZodString;
|
|
2004
2024
|
}, z.core.$strip>;
|
|
2025
|
+
/**
|
|
2026
|
+
* Returns the current consent status.
|
|
2027
|
+
*/
|
|
2028
|
+
export declare const zGetBasicPriceConsentResponse: z.ZodObject<{
|
|
2029
|
+
status: z.ZodEnum<{
|
|
2030
|
+
pending: "pending";
|
|
2031
|
+
rejected: "rejected";
|
|
2032
|
+
accepted: "accepted";
|
|
2033
|
+
not_applicable: "not_applicable";
|
|
2034
|
+
}>;
|
|
2035
|
+
decided_at: z.ZodOptional<z.ZodISODateTime>;
|
|
2036
|
+
decided_by: z.ZodOptional<z.ZodString>;
|
|
2037
|
+
}, z.core.$strip>;
|
|
2038
|
+
export declare const zSetBasicPriceConsentBody: z.ZodObject<{
|
|
2039
|
+
decision: z.ZodEnum<{
|
|
2040
|
+
rejected: "rejected";
|
|
2041
|
+
accepted: "accepted";
|
|
2042
|
+
}>;
|
|
2043
|
+
}, z.core.$strip>;
|
|
2044
|
+
/**
|
|
2045
|
+
* Decision recorded. Returns the updated consent status.
|
|
2046
|
+
*/
|
|
2047
|
+
export declare const zSetBasicPriceConsentResponse: z.ZodObject<{
|
|
2048
|
+
status: z.ZodEnum<{
|
|
2049
|
+
pending: "pending";
|
|
2050
|
+
rejected: "rejected";
|
|
2051
|
+
accepted: "accepted";
|
|
2052
|
+
not_applicable: "not_applicable";
|
|
2053
|
+
}>;
|
|
2054
|
+
decided_at: z.ZodOptional<z.ZodISODateTime>;
|
|
2055
|
+
decided_by: z.ZodOptional<z.ZodString>;
|
|
2056
|
+
}, z.core.$strip>;
|
|
2005
2057
|
/**
|
|
2006
2058
|
* JSON-RPC 2.0 request payload
|
|
2007
2059
|
*/
|
|
@@ -3263,6 +3315,7 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
3263
3315
|
name: z.ZodString;
|
|
3264
3316
|
tier: z.ZodDefault<z.ZodEnum<{
|
|
3265
3317
|
basic: "basic";
|
|
3318
|
+
enterprise: "enterprise";
|
|
3266
3319
|
pro: "pro";
|
|
3267
3320
|
}>>;
|
|
3268
3321
|
version_channel: z.ZodDefault<z.ZodString>;
|
|
@@ -3311,6 +3364,7 @@ export declare const zCreateClusterBody: z.ZodObject<{
|
|
|
3311
3364
|
name: z.ZodString;
|
|
3312
3365
|
tier: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3313
3366
|
basic: "basic";
|
|
3367
|
+
enterprise: "enterprise";
|
|
3314
3368
|
pro: "pro";
|
|
3315
3369
|
}>>>;
|
|
3316
3370
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -3358,6 +3412,7 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
3358
3412
|
name: z.ZodString;
|
|
3359
3413
|
tier: z.ZodDefault<z.ZodEnum<{
|
|
3360
3414
|
basic: "basic";
|
|
3415
|
+
enterprise: "enterprise";
|
|
3361
3416
|
pro: "pro";
|
|
3362
3417
|
}>>;
|
|
3363
3418
|
version_channel: z.ZodDefault<z.ZodString>;
|
|
@@ -3406,6 +3461,7 @@ export declare const zUpdateClusterBody: z.ZodObject<{
|
|
|
3406
3461
|
name: z.ZodString;
|
|
3407
3462
|
tier: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3408
3463
|
basic: "basic";
|
|
3464
|
+
enterprise: "enterprise";
|
|
3409
3465
|
pro: "pro";
|
|
3410
3466
|
}>>>;
|
|
3411
3467
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -3434,6 +3490,7 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
3434
3490
|
name: z.ZodString;
|
|
3435
3491
|
tier: z.ZodDefault<z.ZodEnum<{
|
|
3436
3492
|
basic: "basic";
|
|
3493
|
+
enterprise: "enterprise";
|
|
3437
3494
|
pro: "pro";
|
|
3438
3495
|
}>>;
|
|
3439
3496
|
version_channel: z.ZodDefault<z.ZodString>;
|
|
@@ -3490,6 +3547,7 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
|
3490
3547
|
cluster_dns: z.ZodString;
|
|
3491
3548
|
pod_cidr: z.ZodString;
|
|
3492
3549
|
auth_key: z.ZodString;
|
|
3550
|
+
login_server: z.ZodString;
|
|
3493
3551
|
bootstrap_token: z.ZodString;
|
|
3494
3552
|
versions: z.ZodObject<{
|
|
3495
3553
|
kubernetes: z.ZodString;
|
|
@@ -3517,14 +3575,30 @@ export declare const zGetUsageResponse: z.ZodObject<{
|
|
|
3517
3575
|
data: z.ZodArray<z.ZodObject<{
|
|
3518
3576
|
hour: z.ZodString;
|
|
3519
3577
|
cluster_id: z.ZodString;
|
|
3520
|
-
product: z.
|
|
3578
|
+
product: z.ZodEnum<{
|
|
3579
|
+
cfke_controlplane_basic: "cfke_controlplane_basic";
|
|
3580
|
+
cfke_controlplane_pro: "cfke_controlplane_pro";
|
|
3581
|
+
cfke_controlplane_enterprise: "cfke_controlplane_enterprise";
|
|
3582
|
+
cfke_connected_nodes_basic: "cfke_connected_nodes_basic";
|
|
3583
|
+
cfke_connected_nodes_pro: "cfke_connected_nodes_pro";
|
|
3584
|
+
cfke_connected_nodes_enterprise: "cfke_connected_nodes_enterprise";
|
|
3585
|
+
cfcr_storage: "cfcr_storage";
|
|
3586
|
+
}>;
|
|
3521
3587
|
value: z.ZodNumber;
|
|
3522
3588
|
price: z.ZodNumber;
|
|
3523
3589
|
total: z.ZodNumber;
|
|
3524
3590
|
}, z.core.$strip>>;
|
|
3525
3591
|
facets: z.ZodObject<{
|
|
3526
3592
|
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3527
|
-
product: z.ZodOptional<z.ZodArray<z.
|
|
3593
|
+
product: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3594
|
+
cfke_controlplane_basic: "cfke_controlplane_basic";
|
|
3595
|
+
cfke_controlplane_pro: "cfke_controlplane_pro";
|
|
3596
|
+
cfke_controlplane_enterprise: "cfke_controlplane_enterprise";
|
|
3597
|
+
cfke_connected_nodes_basic: "cfke_connected_nodes_basic";
|
|
3598
|
+
cfke_connected_nodes_pro: "cfke_connected_nodes_pro";
|
|
3599
|
+
cfke_connected_nodes_enterprise: "cfke_connected_nodes_enterprise";
|
|
3600
|
+
cfcr_storage: "cfcr_storage";
|
|
3601
|
+
}>>>;
|
|
3528
3602
|
}, z.core.$strip>;
|
|
3529
3603
|
}, z.core.$strip>;
|
|
3530
3604
|
/**
|
package/dist/zod.gen.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zod.gen.d.ts","sourceRoot":"","sources":["../src/zod.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+I1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;iBAS1B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;iBAM5B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;iBAWjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;iBAG5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"zod.gen.d.ts","sourceRoot":"","sources":["../src/zod.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,uBAAuB;;;;;iBAElC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;iBAS7B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+I1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;iBAS1B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;iBAM5B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;iBAWjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;iBAG5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwC9B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;iBAmBlC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA4DnB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;iBA0B9B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6P5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiQjB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA4P5B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;iBAG7B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;iBAOlB,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;iBAUnB,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;iBAInC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;iBAoB9B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;iBAOnC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+BxB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;iBAezB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;iBAezB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;iBAI9B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;iBAWtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA4BvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;iBAK5B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;iBAQ7B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;iBAE9B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;iBAazB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA8BlB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;iBAG5B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;iBAMjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;iBAG5B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;iBAWvB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BzB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;iBAejB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;iBAM3B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;iBAQhB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;iBAM3B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;iBAErC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;kBAGxC,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;kBAAiB,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;iBAAmB,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;iBAAQ,CAAC;AAEzC,eAAO,MAAM,eAAe;;iBAE1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;iBAAQ,CAAC;AAEzC,eAAO,MAAM,YAAY;;iBAEvB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;iBAAQ,CAAC;AAEtC,eAAO,MAAM,eAAe;;;;;;;;;;;;iBAAmB,CAAC;AAEhD,eAAO,MAAM,eAAe;;iBAE1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;iBAAQ,CAAC;AAEzC;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;kBAAkB,CAAC;AAEnD,eAAO,MAAM,gBAAgB;;;;;;iBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;iBAAS,CAAC;AAE3C,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH,eAAO,MAAM,aAAa;;iBAExB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;iBAAS,CAAC;AAExC,eAAO,MAAM,gBAAgB;;;;;;iBAAoB,CAAC;AAElD,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;iBAAS,CAAC;AAE3C,eAAO,MAAM,oBAAoB;;iBAE/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;iBAAS,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAmB,CAAC;AAErD,eAAO,MAAM,iBAAiB;;;iBAG5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAU,CAAC;AAE7C,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAU,CAAC;AAE5C,eAAO,MAAM,cAAc;;iBAEzB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAU,CAAC;AAE1C,eAAO,MAAM,gBAAgB;;;iBAG3B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;iBAAiB,CAAC;AAEnD,eAAO,MAAM,wBAAwB;;;iBAGnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4BAA4B,aAAa,CAAC;AAEvD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;kBAA+B,CAAC;AAEtE,eAAO,MAAM,aAAa;;;iBAGxB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;iBAA8B,CAAC;AAE7D,eAAO,MAAM,cAAc;;;;iBAIzB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;iBAItB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAe,CAAC;AAE5C;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAgB,CAAC;AAEtD,eAAO,MAAM,uBAAuB;;;;;;;;;;iBAA2B,CAAC;AAEhE;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;iBAA4B,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;iBAAqB,CAAC;AAEhE,eAAO,MAAM,yBAAyB;;;;;iBAA0B,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;iBAAqB,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;iBAQvB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;iBAW3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;kBAA+B,CAAC;AAE3E,eAAO,MAAM,6BAA6B;;;iBAGxC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;iBAA2B,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;kBAAmB,CAAC;AAErD,eAAO,MAAM,iBAAiB;;;;;;iBAAqB,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;iBAAU,CAAC;AAE7C,eAAO,MAAM,cAAc;;iBAEzB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;iBAG7B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;iBAE5B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;iBAE5B,CAAC;AAEH,eAAO,MAAM,eAAe;;iBAE1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAkB,CAAC;AAEnD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB,CAAC;AAElD,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;iBAG3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAE/C,eAAO,MAAM,aAAa;;;iBAGxB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAS,CAAC;AAExC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB,CAAC;AAElD,eAAO,MAAM,gBAAgB;;;iBAG3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAE/C,eAAO,MAAM,eAAe;;iBAE1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;kBAAkB,CAAC;AAEnD,eAAO,MAAM,gBAAgB;;;;;;iBAAoB,CAAC;AAElD,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;iBAG3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAE/C,eAAO,MAAM,aAAa;;;iBAGxB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;iBAAS,CAAC;AAExC,eAAO,MAAM,gBAAgB;;;iBAAoB,CAAC;AAElD,eAAO,MAAM,gBAAgB;;;iBAG3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAoB,CAAC;AAEvD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAsB,CAAC;AAEtD;;GAEG;AACH,eAAO,MAAM,sBAAsB,aAAa,CAAC;AAEjD,eAAO,MAAM,kBAAkB;;iBAE7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB,aAAa,CAAC;AAEjD,eAAO,MAAM,eAAe;;iBAE1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAW,CAAC;AAE5C,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;iBAAsB,CAAC;AAEtD,eAAO,MAAM,kBAAkB;;iBAE7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAW,CAAC;AAE/C,eAAO,MAAM,uBAAuB;;iBAElC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;iBAA0B,CAAC;AAEnE,eAAO,MAAM,cAAc;;;;;;iBAMzB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiB,CAAC;AAEhD;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;iBAE1C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;kBAA0B,CAAC;AAEnE,eAAO,MAAM,4BAA4B;;iBAEvC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gCAAgC,WAAW,CAAC;AAEzD,eAAO,MAAM,wBAAwB;;iBAEnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4BAA4B,WAAW,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;kBAAoB,CAAC;AAEvD;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB,CAAC;AAEnD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB,CAAC;AAEtD;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;kBAA2B,CAAC;AAE5D,eAAO,MAAM,kBAAkB;;iBAE7B,CAAC"}
|
package/dist/zod.gen.js
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
+
export const zBasicPriceConsentInput = z.object({
|
|
4
|
+
decision: z.enum(['accepted', 'rejected'])
|
|
5
|
+
});
|
|
6
|
+
export const zBasicPriceConsent = z.object({
|
|
7
|
+
status: z.enum([
|
|
8
|
+
'not_applicable',
|
|
9
|
+
'pending',
|
|
10
|
+
'accepted',
|
|
11
|
+
'rejected'
|
|
12
|
+
]),
|
|
13
|
+
decided_at: z.iso.datetime().optional(),
|
|
14
|
+
decided_by: z.string().optional()
|
|
15
|
+
});
|
|
3
16
|
export const zBillingContact = z.object({
|
|
4
17
|
type: z.enum(['business', 'personal']),
|
|
5
18
|
company: z.string().min(2).max(120).regex(/^(?!\s)(?!.*\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$/).optional(),
|
|
@@ -182,7 +195,11 @@ export const zChartUpdateInput = z.object({
|
|
|
182
195
|
*/
|
|
183
196
|
export const zClusterCreateInput = z.object({
|
|
184
197
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
185
|
-
tier: z.enum([
|
|
198
|
+
tier: z.enum([
|
|
199
|
+
'basic',
|
|
200
|
+
'pro',
|
|
201
|
+
'enterprise'
|
|
202
|
+
]).optional().default('basic'),
|
|
186
203
|
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional().default('1.x.x-cfke.x'),
|
|
187
204
|
release_channel: z.enum([
|
|
188
205
|
'rapid',
|
|
@@ -223,6 +240,7 @@ export const zClusterJoinInformation = z.object({
|
|
|
223
240
|
cluster_dns: z.string(),
|
|
224
241
|
pod_cidr: z.string(),
|
|
225
242
|
auth_key: z.string(),
|
|
243
|
+
login_server: z.string(),
|
|
226
244
|
bootstrap_token: z.string(),
|
|
227
245
|
versions: z.object({
|
|
228
246
|
kubernetes: z.string(),
|
|
@@ -241,7 +259,11 @@ export const zClusterJoinInformation = z.object({
|
|
|
241
259
|
*/
|
|
242
260
|
export const zCluster = z.object({
|
|
243
261
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
244
|
-
tier: z.enum([
|
|
262
|
+
tier: z.enum([
|
|
263
|
+
'basic',
|
|
264
|
+
'pro',
|
|
265
|
+
'enterprise'
|
|
266
|
+
]).default('basic'),
|
|
245
267
|
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).default('1.x.x-cfke.x'),
|
|
246
268
|
release_channel: z.enum([
|
|
247
269
|
'rapid',
|
|
@@ -301,7 +323,11 @@ export const zCluster = z.object({
|
|
|
301
323
|
*/
|
|
302
324
|
export const zClusterUpdateInput = z.object({
|
|
303
325
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
304
|
-
tier: z.enum([
|
|
326
|
+
tier: z.enum([
|
|
327
|
+
'basic',
|
|
328
|
+
'pro',
|
|
329
|
+
'enterprise'
|
|
330
|
+
]).optional().default('basic'),
|
|
305
331
|
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional().default('1.x.x-cfke.x'),
|
|
306
332
|
release_channel: z.enum([
|
|
307
333
|
'rapid',
|
|
@@ -1166,6 +1192,8 @@ export const zOrganization = z.object({
|
|
|
1166
1192
|
basic_clusters_available: z.int(),
|
|
1167
1193
|
pro_clusters_max: z.int().gte(0),
|
|
1168
1194
|
pro_clusters_available: z.int(),
|
|
1195
|
+
enterprise_clusters_max: z.int().gte(0),
|
|
1196
|
+
enterprise_clusters_available: z.int(),
|
|
1169
1197
|
fleets_max: z.int().gte(0),
|
|
1170
1198
|
cluster_tiers: z.array(z.string()).min(0),
|
|
1171
1199
|
regions: z.array(z.string()).min(1),
|
|
@@ -1207,6 +1235,8 @@ export const zPlatformQuota = z.object({
|
|
|
1207
1235
|
basic_clusters_available: z.int(),
|
|
1208
1236
|
pro_clusters_max: z.int().gte(0),
|
|
1209
1237
|
pro_clusters_available: z.int(),
|
|
1238
|
+
enterprise_clusters_max: z.int().gte(0),
|
|
1239
|
+
enterprise_clusters_available: z.int(),
|
|
1210
1240
|
fleets_max: z.int().gte(0),
|
|
1211
1241
|
cluster_tiers: z.array(z.string()).min(0),
|
|
1212
1242
|
regions: z.array(z.string()).min(1),
|
|
@@ -1277,39 +1307,6 @@ export const zTicketCreateInput = z.object({
|
|
|
1277
1307
|
body: z.string().min(1).max(50000).regex(/\S/),
|
|
1278
1308
|
properties: z.record(z.string(), z.unknown()).optional()
|
|
1279
1309
|
});
|
|
1280
|
-
export const zTicketListResponse = z.object({
|
|
1281
|
-
items: z.array(z.object({
|
|
1282
|
-
id: z.string(),
|
|
1283
|
-
status: z.enum([
|
|
1284
|
-
'waiting_on_us',
|
|
1285
|
-
'waiting_on_user',
|
|
1286
|
-
'closed'
|
|
1287
|
-
]),
|
|
1288
|
-
category: z.enum([
|
|
1289
|
-
'billing',
|
|
1290
|
-
'technical',
|
|
1291
|
-
'general'
|
|
1292
|
-
]),
|
|
1293
|
-
summary: z.string(),
|
|
1294
|
-
closed_at: z.iso.datetime().optional(),
|
|
1295
|
-
date_created: z.iso.datetime(),
|
|
1296
|
-
date_updated: z.iso.datetime(),
|
|
1297
|
-
messages: z.array(z.object({
|
|
1298
|
-
id: z.string(),
|
|
1299
|
-
type: z.enum(['customer_reply', 'agent_reply']),
|
|
1300
|
-
body: z.string(),
|
|
1301
|
-
author_first_name: z.string().optional(),
|
|
1302
|
-
author_last_name: z.string().optional(),
|
|
1303
|
-
attachments: z.array(z.object({
|
|
1304
|
-
id: z.string(),
|
|
1305
|
-
filename: z.string(),
|
|
1306
|
-
content_type: z.string(),
|
|
1307
|
-
size: z.int()
|
|
1308
|
-
})).optional(),
|
|
1309
|
-
date_created: z.iso.datetime()
|
|
1310
|
-
})).optional()
|
|
1311
|
-
}))
|
|
1312
|
-
});
|
|
1313
1310
|
export const zTicketMessageInput = z.object({
|
|
1314
1311
|
body: z.string().min(1).max(50000).regex(/\S/)
|
|
1315
1312
|
});
|
|
@@ -1375,26 +1372,58 @@ export const zTokenUpdateInput = z.object({
|
|
|
1375
1372
|
});
|
|
1376
1373
|
export const zUsageFacets = z.object({
|
|
1377
1374
|
cluster_id: z.array(z.string()).optional(),
|
|
1378
|
-
product: z.array(z.
|
|
1375
|
+
product: z.array(z.enum([
|
|
1376
|
+
'cfke_controlplane_basic',
|
|
1377
|
+
'cfke_controlplane_pro',
|
|
1378
|
+
'cfke_controlplane_enterprise',
|
|
1379
|
+
'cfke_connected_nodes_basic',
|
|
1380
|
+
'cfke_connected_nodes_pro',
|
|
1381
|
+
'cfke_connected_nodes_enterprise',
|
|
1382
|
+
'cfcr_storage'
|
|
1383
|
+
])).optional()
|
|
1379
1384
|
});
|
|
1380
1385
|
export const zUsageResponse = z.object({
|
|
1381
1386
|
data: z.array(z.object({
|
|
1382
1387
|
hour: z.string(),
|
|
1383
1388
|
cluster_id: z.string(),
|
|
1384
|
-
product: z.
|
|
1389
|
+
product: z.enum([
|
|
1390
|
+
'cfke_controlplane_basic',
|
|
1391
|
+
'cfke_controlplane_pro',
|
|
1392
|
+
'cfke_controlplane_enterprise',
|
|
1393
|
+
'cfke_connected_nodes_basic',
|
|
1394
|
+
'cfke_connected_nodes_pro',
|
|
1395
|
+
'cfke_connected_nodes_enterprise',
|
|
1396
|
+
'cfcr_storage'
|
|
1397
|
+
]),
|
|
1385
1398
|
value: z.number(),
|
|
1386
1399
|
price: z.number(),
|
|
1387
1400
|
total: z.number()
|
|
1388
1401
|
})),
|
|
1389
1402
|
facets: z.object({
|
|
1390
1403
|
cluster_id: z.array(z.string()).optional(),
|
|
1391
|
-
product: z.array(z.
|
|
1404
|
+
product: z.array(z.enum([
|
|
1405
|
+
'cfke_controlplane_basic',
|
|
1406
|
+
'cfke_controlplane_pro',
|
|
1407
|
+
'cfke_controlplane_enterprise',
|
|
1408
|
+
'cfke_connected_nodes_basic',
|
|
1409
|
+
'cfke_connected_nodes_pro',
|
|
1410
|
+
'cfke_connected_nodes_enterprise',
|
|
1411
|
+
'cfcr_storage'
|
|
1412
|
+
])).optional()
|
|
1392
1413
|
})
|
|
1393
1414
|
});
|
|
1394
1415
|
export const zUsage = z.object({
|
|
1395
1416
|
hour: z.string(),
|
|
1396
1417
|
cluster_id: z.string(),
|
|
1397
|
-
product: z.
|
|
1418
|
+
product: z.enum([
|
|
1419
|
+
'cfke_controlplane_basic',
|
|
1420
|
+
'cfke_controlplane_pro',
|
|
1421
|
+
'cfke_controlplane_enterprise',
|
|
1422
|
+
'cfke_connected_nodes_basic',
|
|
1423
|
+
'cfke_connected_nodes_pro',
|
|
1424
|
+
'cfke_connected_nodes_enterprise',
|
|
1425
|
+
'cfcr_storage'
|
|
1426
|
+
]),
|
|
1398
1427
|
value: z.number(),
|
|
1399
1428
|
price: z.number(),
|
|
1400
1429
|
total: z.number()
|
|
@@ -1498,9 +1527,9 @@ export const zRegenerateTokenPath = z.object({
|
|
|
1498
1527
|
*/
|
|
1499
1528
|
export const zRegenerateTokenResponse = zToken;
|
|
1500
1529
|
/**
|
|
1501
|
-
*
|
|
1530
|
+
* An array of tickets for the organization, newest first.
|
|
1502
1531
|
*/
|
|
1503
|
-
export const zListTicketsResponse =
|
|
1532
|
+
export const zListTicketsResponse = z.array(zTicket);
|
|
1504
1533
|
export const zCreateTicketBody = z.object({
|
|
1505
1534
|
payload: z.string().optional(),
|
|
1506
1535
|
attachments: z.array(z.string()).optional()
|
|
@@ -1578,6 +1607,15 @@ export const zCreateOrganizationBody = zOrganizationCreateInput;
|
|
|
1578
1607
|
*
|
|
1579
1608
|
*/
|
|
1580
1609
|
export const zCreateOrganizationResponse = zOrganizationCreateOutput;
|
|
1610
|
+
/**
|
|
1611
|
+
* Returns the current consent status.
|
|
1612
|
+
*/
|
|
1613
|
+
export const zGetBasicPriceConsentResponse = zBasicPriceConsent;
|
|
1614
|
+
export const zSetBasicPriceConsentBody = zBasicPriceConsentInput;
|
|
1615
|
+
/**
|
|
1616
|
+
* Decision recorded. Returns the updated consent status.
|
|
1617
|
+
*/
|
|
1618
|
+
export const zSetBasicPriceConsentResponse = zBasicPriceConsent;
|
|
1581
1619
|
/**
|
|
1582
1620
|
* JSON-RPC 2.0 request payload
|
|
1583
1621
|
*/
|