@cloudfleet/sdk 0.0.1-80ccdf7 → 0.0.1-825c2c1
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 +1156 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1148 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts.map +1 -1
- package/dist/client/client.gen.js +103 -119
- package/dist/client/client.gen.js.map +1 -1
- package/dist/client/types.gen.d.ts +5 -2
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.d.ts +5 -1
- package/dist/client/utils.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.js.map +1 -1
- package/dist/core/serverSentEvents.gen.d.ts +1 -1
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/core/serverSentEvents.gen.js +3 -4
- package/dist/core/serverSentEvents.gen.js.map +1 -1
- package/dist/schemas.gen.d.ts +403 -26
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +486 -28
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +47 -2
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +76 -0
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +8 -8
- package/dist/types.gen.d.ts +381 -16
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +325 -24
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +152 -8
- package/dist/zod.gen.js.map +1 -1
- package/package.json +23 -4
package/dist/zod.gen.d.ts
CHANGED
|
@@ -199,18 +199,18 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
199
199
|
basic: "basic";
|
|
200
200
|
pro: "pro";
|
|
201
201
|
}>;
|
|
202
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
202
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
203
203
|
"staging-1a": "staging-1a";
|
|
204
204
|
"northamerica-central-1": "northamerica-central-1";
|
|
205
205
|
"europe-central-1a": "europe-central-1a";
|
|
206
206
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
207
|
-
}
|
|
208
|
-
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
207
|
+
}>>>;
|
|
208
|
+
version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
209
209
|
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
210
210
|
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
211
211
|
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
212
212
|
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
213
|
-
}
|
|
213
|
+
}>>>;
|
|
214
214
|
}, z.core.$strip>;
|
|
215
215
|
export declare const zClusterJoinInformation: z.ZodObject<{
|
|
216
216
|
certificate_authority: z.ZodString;
|
|
@@ -236,12 +236,12 @@ export declare const zCluster: z.ZodObject<{
|
|
|
236
236
|
basic: "basic";
|
|
237
237
|
pro: "pro";
|
|
238
238
|
}>;
|
|
239
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
239
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
240
240
|
"staging-1a": "staging-1a";
|
|
241
241
|
"northamerica-central-1": "northamerica-central-1";
|
|
242
242
|
"europe-central-1a": "europe-central-1a";
|
|
243
243
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
244
|
-
}
|
|
244
|
+
}>>>;
|
|
245
245
|
id: z.ZodUUID;
|
|
246
246
|
status: z.ZodEnum<{
|
|
247
247
|
deleted: "deleted";
|
|
@@ -390,8 +390,6 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
390
390
|
id: z.ZodString;
|
|
391
391
|
label: z.ZodString;
|
|
392
392
|
}, z.core.$strip>>;
|
|
393
|
-
copilot_user_hourly_tokens: z.ZodInt;
|
|
394
|
-
copilot_organization_hourly_tokens: z.ZodInt;
|
|
395
393
|
cfcr_storage_gb: z.ZodInt;
|
|
396
394
|
}, z.core.$strip>;
|
|
397
395
|
status: z.ZodEnum<{
|
|
@@ -433,8 +431,6 @@ export declare const zPlatformQuota: z.ZodObject<{
|
|
|
433
431
|
id: z.ZodString;
|
|
434
432
|
label: z.ZodString;
|
|
435
433
|
}, z.core.$strip>>;
|
|
436
|
-
copilot_user_hourly_tokens: z.ZodInt;
|
|
437
|
-
copilot_organization_hourly_tokens: z.ZodInt;
|
|
438
434
|
cfcr_storage_gb: z.ZodInt;
|
|
439
435
|
}, z.core.$strip>;
|
|
440
436
|
export declare const zRegistryRepository: z.ZodObject<{
|
|
@@ -483,6 +479,111 @@ export declare const zRegistryTag: z.ZodObject<{
|
|
|
483
479
|
repository: z.ZodString;
|
|
484
480
|
uri: z.ZodString;
|
|
485
481
|
}, z.core.$strip>;
|
|
482
|
+
export declare const zTicketAttachment: z.ZodObject<{
|
|
483
|
+
id: z.ZodString;
|
|
484
|
+
filename: z.ZodString;
|
|
485
|
+
content_type: z.ZodString;
|
|
486
|
+
size: z.ZodInt;
|
|
487
|
+
}, z.core.$strip>;
|
|
488
|
+
export declare const zTicketCreateInput: z.ZodObject<{
|
|
489
|
+
category: z.ZodEnum<{
|
|
490
|
+
billing: "billing";
|
|
491
|
+
technical: "technical";
|
|
492
|
+
general: "general";
|
|
493
|
+
}>;
|
|
494
|
+
body: z.ZodString;
|
|
495
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
496
|
+
}, z.core.$strip>;
|
|
497
|
+
export declare const zTicketListResponse: z.ZodObject<{
|
|
498
|
+
items: z.ZodArray<z.ZodObject<{
|
|
499
|
+
id: z.ZodString;
|
|
500
|
+
status: z.ZodEnum<{
|
|
501
|
+
closed: "closed";
|
|
502
|
+
waiting_on_us: "waiting_on_us";
|
|
503
|
+
waiting_on_user: "waiting_on_user";
|
|
504
|
+
}>;
|
|
505
|
+
category: z.ZodEnum<{
|
|
506
|
+
billing: "billing";
|
|
507
|
+
technical: "technical";
|
|
508
|
+
general: "general";
|
|
509
|
+
}>;
|
|
510
|
+
summary: z.ZodString;
|
|
511
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
512
|
+
date_created: z.ZodISODateTime;
|
|
513
|
+
date_updated: z.ZodISODateTime;
|
|
514
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
515
|
+
id: z.ZodString;
|
|
516
|
+
type: z.ZodEnum<{
|
|
517
|
+
customer_reply: "customer_reply";
|
|
518
|
+
agent_reply: "agent_reply";
|
|
519
|
+
}>;
|
|
520
|
+
body: z.ZodString;
|
|
521
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
522
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
523
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
524
|
+
id: z.ZodString;
|
|
525
|
+
filename: z.ZodString;
|
|
526
|
+
content_type: z.ZodString;
|
|
527
|
+
size: z.ZodInt;
|
|
528
|
+
}, z.core.$strip>>>;
|
|
529
|
+
date_created: z.ZodISODateTime;
|
|
530
|
+
}, z.core.$strip>>>;
|
|
531
|
+
}, z.core.$strip>>;
|
|
532
|
+
}, z.core.$strip>;
|
|
533
|
+
export declare const zTicketMessageInput: z.ZodObject<{
|
|
534
|
+
body: z.ZodString;
|
|
535
|
+
}, z.core.$strip>;
|
|
536
|
+
export declare const zTicketMessage: z.ZodObject<{
|
|
537
|
+
id: z.ZodString;
|
|
538
|
+
type: z.ZodEnum<{
|
|
539
|
+
customer_reply: "customer_reply";
|
|
540
|
+
agent_reply: "agent_reply";
|
|
541
|
+
}>;
|
|
542
|
+
body: z.ZodString;
|
|
543
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
544
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
545
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
546
|
+
id: z.ZodString;
|
|
547
|
+
filename: z.ZodString;
|
|
548
|
+
content_type: z.ZodString;
|
|
549
|
+
size: z.ZodInt;
|
|
550
|
+
}, z.core.$strip>>>;
|
|
551
|
+
date_created: z.ZodISODateTime;
|
|
552
|
+
}, z.core.$strip>;
|
|
553
|
+
export declare const zTicket: z.ZodObject<{
|
|
554
|
+
id: z.ZodString;
|
|
555
|
+
status: z.ZodEnum<{
|
|
556
|
+
closed: "closed";
|
|
557
|
+
waiting_on_us: "waiting_on_us";
|
|
558
|
+
waiting_on_user: "waiting_on_user";
|
|
559
|
+
}>;
|
|
560
|
+
category: z.ZodEnum<{
|
|
561
|
+
billing: "billing";
|
|
562
|
+
technical: "technical";
|
|
563
|
+
general: "general";
|
|
564
|
+
}>;
|
|
565
|
+
summary: z.ZodString;
|
|
566
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
567
|
+
date_created: z.ZodISODateTime;
|
|
568
|
+
date_updated: z.ZodISODateTime;
|
|
569
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
570
|
+
id: z.ZodString;
|
|
571
|
+
type: z.ZodEnum<{
|
|
572
|
+
customer_reply: "customer_reply";
|
|
573
|
+
agent_reply: "agent_reply";
|
|
574
|
+
}>;
|
|
575
|
+
body: z.ZodString;
|
|
576
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
577
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
578
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
579
|
+
id: z.ZodString;
|
|
580
|
+
filename: z.ZodString;
|
|
581
|
+
content_type: z.ZodString;
|
|
582
|
+
size: z.ZodInt;
|
|
583
|
+
}, z.core.$strip>>>;
|
|
584
|
+
date_created: z.ZodISODateTime;
|
|
585
|
+
}, z.core.$strip>>>;
|
|
586
|
+
}, z.core.$strip>;
|
|
486
587
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
487
588
|
name: z.ZodString;
|
|
488
589
|
role: z.ZodEnum<{
|
|
@@ -577,11 +678,11 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
577
678
|
}>>;
|
|
578
679
|
}, z.core.$strip>;
|
|
579
680
|
export declare const zGetUsageQuery: z.ZodObject<{
|
|
580
|
-
granularity: z.ZodOptional<z.ZodEnum<{
|
|
681
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
581
682
|
hourly: "hourly";
|
|
582
683
|
daily: "daily";
|
|
583
684
|
monthly: "monthly";
|
|
584
|
-
}
|
|
685
|
+
}>>>;
|
|
585
686
|
}, z.core.$strip>;
|
|
586
687
|
/**
|
|
587
688
|
* Usage data with facets for filtering
|
|
@@ -1319,12 +1420,12 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1319
1420
|
basic: "basic";
|
|
1320
1421
|
pro: "pro";
|
|
1321
1422
|
}>;
|
|
1322
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1423
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1323
1424
|
"staging-1a": "staging-1a";
|
|
1324
1425
|
"northamerica-central-1": "northamerica-central-1";
|
|
1325
1426
|
"europe-central-1a": "europe-central-1a";
|
|
1326
1427
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1327
|
-
}
|
|
1428
|
+
}>>>;
|
|
1328
1429
|
id: z.ZodUUID;
|
|
1329
1430
|
status: z.ZodEnum<{
|
|
1330
1431
|
deleted: "deleted";
|
|
@@ -1351,18 +1452,18 @@ export declare const zCreateClusterBody: z.ZodObject<{
|
|
|
1351
1452
|
basic: "basic";
|
|
1352
1453
|
pro: "pro";
|
|
1353
1454
|
}>;
|
|
1354
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1455
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1355
1456
|
"staging-1a": "staging-1a";
|
|
1356
1457
|
"northamerica-central-1": "northamerica-central-1";
|
|
1357
1458
|
"europe-central-1a": "europe-central-1a";
|
|
1358
1459
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1359
|
-
}
|
|
1360
|
-
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
1460
|
+
}>>>;
|
|
1461
|
+
version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1361
1462
|
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1362
1463
|
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1363
1464
|
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1364
1465
|
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1365
|
-
}
|
|
1466
|
+
}>>>;
|
|
1366
1467
|
}, z.core.$strip>;
|
|
1367
1468
|
/**
|
|
1368
1469
|
* Successfully created. Returns created Cluster ID.
|
|
@@ -1387,12 +1488,12 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1387
1488
|
basic: "basic";
|
|
1388
1489
|
pro: "pro";
|
|
1389
1490
|
}>;
|
|
1390
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1491
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1391
1492
|
"staging-1a": "staging-1a";
|
|
1392
1493
|
"northamerica-central-1": "northamerica-central-1";
|
|
1393
1494
|
"europe-central-1a": "europe-central-1a";
|
|
1394
1495
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1395
|
-
}
|
|
1496
|
+
}>>>;
|
|
1396
1497
|
id: z.ZodUUID;
|
|
1397
1498
|
status: z.ZodEnum<{
|
|
1398
1499
|
deleted: "deleted";
|
|
@@ -1433,12 +1534,12 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1433
1534
|
basic: "basic";
|
|
1434
1535
|
pro: "pro";
|
|
1435
1536
|
}>;
|
|
1436
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1537
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1437
1538
|
"staging-1a": "staging-1a";
|
|
1438
1539
|
"northamerica-central-1": "northamerica-central-1";
|
|
1439
1540
|
"europe-central-1a": "europe-central-1a";
|
|
1440
1541
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1441
|
-
}
|
|
1542
|
+
}>>>;
|
|
1442
1543
|
id: z.ZodUUID;
|
|
1443
1544
|
status: z.ZodEnum<{
|
|
1444
1545
|
deleted: "deleted";
|
|
@@ -1459,6 +1560,13 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1459
1560
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1460
1561
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
1461
1562
|
}, z.core.$strip>;
|
|
1563
|
+
export declare const zGetClusterCaPath: z.ZodObject<{
|
|
1564
|
+
cluster_id: z.ZodString;
|
|
1565
|
+
}, z.core.$strip>;
|
|
1566
|
+
/**
|
|
1567
|
+
* PEM-encoded certificate authority of the cluster.
|
|
1568
|
+
*/
|
|
1569
|
+
export declare const zGetClusterCaResponse: z.ZodString;
|
|
1462
1570
|
export declare const zGetJoinInformationPath: z.ZodObject<{
|
|
1463
1571
|
cluster_id: z.ZodString;
|
|
1464
1572
|
}, z.core.$strip>;
|
|
@@ -1598,8 +1706,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1598
1706
|
id: z.ZodString;
|
|
1599
1707
|
label: z.ZodString;
|
|
1600
1708
|
}, z.core.$strip>>;
|
|
1601
|
-
copilot_user_hourly_tokens: z.ZodInt;
|
|
1602
|
-
copilot_organization_hourly_tokens: z.ZodInt;
|
|
1603
1709
|
cfcr_storage_gb: z.ZodInt;
|
|
1604
1710
|
}, z.core.$strip>;
|
|
1605
1711
|
status: z.ZodEnum<{
|
|
@@ -1684,6 +1790,201 @@ export declare const zGetTagResponse: z.ZodObject<{
|
|
|
1684
1790
|
repository: z.ZodString;
|
|
1685
1791
|
uri: z.ZodString;
|
|
1686
1792
|
}, z.core.$strip>;
|
|
1793
|
+
/**
|
|
1794
|
+
* Tickets for the organization.
|
|
1795
|
+
*/
|
|
1796
|
+
export declare const zListTicketsResponse: z.ZodObject<{
|
|
1797
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1798
|
+
id: z.ZodString;
|
|
1799
|
+
status: z.ZodEnum<{
|
|
1800
|
+
closed: "closed";
|
|
1801
|
+
waiting_on_us: "waiting_on_us";
|
|
1802
|
+
waiting_on_user: "waiting_on_user";
|
|
1803
|
+
}>;
|
|
1804
|
+
category: z.ZodEnum<{
|
|
1805
|
+
billing: "billing";
|
|
1806
|
+
technical: "technical";
|
|
1807
|
+
general: "general";
|
|
1808
|
+
}>;
|
|
1809
|
+
summary: z.ZodString;
|
|
1810
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1811
|
+
date_created: z.ZodISODateTime;
|
|
1812
|
+
date_updated: z.ZodISODateTime;
|
|
1813
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1814
|
+
id: z.ZodString;
|
|
1815
|
+
type: z.ZodEnum<{
|
|
1816
|
+
customer_reply: "customer_reply";
|
|
1817
|
+
agent_reply: "agent_reply";
|
|
1818
|
+
}>;
|
|
1819
|
+
body: z.ZodString;
|
|
1820
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1821
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1822
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1823
|
+
id: z.ZodString;
|
|
1824
|
+
filename: z.ZodString;
|
|
1825
|
+
content_type: z.ZodString;
|
|
1826
|
+
size: z.ZodInt;
|
|
1827
|
+
}, z.core.$strip>>>;
|
|
1828
|
+
date_created: z.ZodISODateTime;
|
|
1829
|
+
}, z.core.$strip>>>;
|
|
1830
|
+
}, z.core.$strip>>;
|
|
1831
|
+
}, z.core.$strip>;
|
|
1832
|
+
export declare const zCreateTicketBody: z.ZodObject<{
|
|
1833
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1834
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1835
|
+
}, z.core.$strip>;
|
|
1836
|
+
/**
|
|
1837
|
+
* Ticket created.
|
|
1838
|
+
*/
|
|
1839
|
+
export declare const zCreateTicketResponse: z.ZodObject<{
|
|
1840
|
+
id: z.ZodString;
|
|
1841
|
+
status: z.ZodEnum<{
|
|
1842
|
+
closed: "closed";
|
|
1843
|
+
waiting_on_us: "waiting_on_us";
|
|
1844
|
+
waiting_on_user: "waiting_on_user";
|
|
1845
|
+
}>;
|
|
1846
|
+
category: z.ZodEnum<{
|
|
1847
|
+
billing: "billing";
|
|
1848
|
+
technical: "technical";
|
|
1849
|
+
general: "general";
|
|
1850
|
+
}>;
|
|
1851
|
+
summary: z.ZodString;
|
|
1852
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1853
|
+
date_created: z.ZodISODateTime;
|
|
1854
|
+
date_updated: z.ZodISODateTime;
|
|
1855
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1856
|
+
id: z.ZodString;
|
|
1857
|
+
type: z.ZodEnum<{
|
|
1858
|
+
customer_reply: "customer_reply";
|
|
1859
|
+
agent_reply: "agent_reply";
|
|
1860
|
+
}>;
|
|
1861
|
+
body: z.ZodString;
|
|
1862
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1863
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1864
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1865
|
+
id: z.ZodString;
|
|
1866
|
+
filename: z.ZodString;
|
|
1867
|
+
content_type: z.ZodString;
|
|
1868
|
+
size: z.ZodInt;
|
|
1869
|
+
}, z.core.$strip>>>;
|
|
1870
|
+
date_created: z.ZodISODateTime;
|
|
1871
|
+
}, z.core.$strip>>>;
|
|
1872
|
+
}, z.core.$strip>;
|
|
1873
|
+
export declare const zCloseTicketPath: z.ZodObject<{
|
|
1874
|
+
ticket_id: z.ZodString;
|
|
1875
|
+
}, z.core.$strip>;
|
|
1876
|
+
/**
|
|
1877
|
+
* Ticket closed.
|
|
1878
|
+
*/
|
|
1879
|
+
export declare const zCloseTicketResponse: z.ZodObject<{
|
|
1880
|
+
id: z.ZodString;
|
|
1881
|
+
status: z.ZodEnum<{
|
|
1882
|
+
closed: "closed";
|
|
1883
|
+
waiting_on_us: "waiting_on_us";
|
|
1884
|
+
waiting_on_user: "waiting_on_user";
|
|
1885
|
+
}>;
|
|
1886
|
+
category: z.ZodEnum<{
|
|
1887
|
+
billing: "billing";
|
|
1888
|
+
technical: "technical";
|
|
1889
|
+
general: "general";
|
|
1890
|
+
}>;
|
|
1891
|
+
summary: z.ZodString;
|
|
1892
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1893
|
+
date_created: z.ZodISODateTime;
|
|
1894
|
+
date_updated: z.ZodISODateTime;
|
|
1895
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1896
|
+
id: z.ZodString;
|
|
1897
|
+
type: z.ZodEnum<{
|
|
1898
|
+
customer_reply: "customer_reply";
|
|
1899
|
+
agent_reply: "agent_reply";
|
|
1900
|
+
}>;
|
|
1901
|
+
body: z.ZodString;
|
|
1902
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1903
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1904
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1905
|
+
id: z.ZodString;
|
|
1906
|
+
filename: z.ZodString;
|
|
1907
|
+
content_type: z.ZodString;
|
|
1908
|
+
size: z.ZodInt;
|
|
1909
|
+
}, z.core.$strip>>>;
|
|
1910
|
+
date_created: z.ZodISODateTime;
|
|
1911
|
+
}, z.core.$strip>>>;
|
|
1912
|
+
}, z.core.$strip>;
|
|
1913
|
+
export declare const zGetTicketPath: z.ZodObject<{
|
|
1914
|
+
ticket_id: z.ZodString;
|
|
1915
|
+
}, z.core.$strip>;
|
|
1916
|
+
/**
|
|
1917
|
+
* Ticket with messages (internal notes excluded).
|
|
1918
|
+
*/
|
|
1919
|
+
export declare const zGetTicketResponse: z.ZodObject<{
|
|
1920
|
+
id: z.ZodString;
|
|
1921
|
+
status: z.ZodEnum<{
|
|
1922
|
+
closed: "closed";
|
|
1923
|
+
waiting_on_us: "waiting_on_us";
|
|
1924
|
+
waiting_on_user: "waiting_on_user";
|
|
1925
|
+
}>;
|
|
1926
|
+
category: z.ZodEnum<{
|
|
1927
|
+
billing: "billing";
|
|
1928
|
+
technical: "technical";
|
|
1929
|
+
general: "general";
|
|
1930
|
+
}>;
|
|
1931
|
+
summary: z.ZodString;
|
|
1932
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1933
|
+
date_created: z.ZodISODateTime;
|
|
1934
|
+
date_updated: z.ZodISODateTime;
|
|
1935
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1936
|
+
id: z.ZodString;
|
|
1937
|
+
type: z.ZodEnum<{
|
|
1938
|
+
customer_reply: "customer_reply";
|
|
1939
|
+
agent_reply: "agent_reply";
|
|
1940
|
+
}>;
|
|
1941
|
+
body: z.ZodString;
|
|
1942
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1943
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1944
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1945
|
+
id: z.ZodString;
|
|
1946
|
+
filename: z.ZodString;
|
|
1947
|
+
content_type: z.ZodString;
|
|
1948
|
+
size: z.ZodInt;
|
|
1949
|
+
}, z.core.$strip>>>;
|
|
1950
|
+
date_created: z.ZodISODateTime;
|
|
1951
|
+
}, z.core.$strip>>>;
|
|
1952
|
+
}, z.core.$strip>;
|
|
1953
|
+
export declare const zReplyTicketBody: z.ZodObject<{
|
|
1954
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1955
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1956
|
+
}, z.core.$strip>;
|
|
1957
|
+
export declare const zReplyTicketPath: z.ZodObject<{
|
|
1958
|
+
ticket_id: z.ZodString;
|
|
1959
|
+
}, z.core.$strip>;
|
|
1960
|
+
/**
|
|
1961
|
+
* Reply appended.
|
|
1962
|
+
*/
|
|
1963
|
+
export declare const zReplyTicketResponse: z.ZodObject<{
|
|
1964
|
+
id: z.ZodString;
|
|
1965
|
+
type: z.ZodEnum<{
|
|
1966
|
+
customer_reply: "customer_reply";
|
|
1967
|
+
agent_reply: "agent_reply";
|
|
1968
|
+
}>;
|
|
1969
|
+
body: z.ZodString;
|
|
1970
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1971
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1972
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1973
|
+
id: z.ZodString;
|
|
1974
|
+
filename: z.ZodString;
|
|
1975
|
+
content_type: z.ZodString;
|
|
1976
|
+
size: z.ZodInt;
|
|
1977
|
+
}, z.core.$strip>>>;
|
|
1978
|
+
date_created: z.ZodISODateTime;
|
|
1979
|
+
}, z.core.$strip>;
|
|
1980
|
+
export declare const zGetTicketAttachmentPath: z.ZodObject<{
|
|
1981
|
+
ticket_id: z.ZodString;
|
|
1982
|
+
attachment_id: z.ZodString;
|
|
1983
|
+
}, z.core.$strip>;
|
|
1984
|
+
/**
|
|
1985
|
+
* Attachment binary stream.
|
|
1986
|
+
*/
|
|
1987
|
+
export declare const zGetTicketAttachmentResponse: z.ZodString;
|
|
1687
1988
|
/**
|
|
1688
1989
|
* Returns a list of access token details with masked secrets.
|
|
1689
1990
|
*/
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA8I1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;iBAS1B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;iBAM5B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;iBA0BjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;iBAG5B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;iBAe9B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;iBAiBlC,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BnB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;iBAI9B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;iBAiB5B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;iBAiBjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;iBAgB5B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;iBAMlB,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;iBAUnB,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;iBAInC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;iBAoB9B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;iBAMnC,CAAC;AAEH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"zod.gen.d.ts","sourceRoot":"","sources":["../src/zod.gen.ts"],"names":[],"mappings":"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"}
|