@terrantula/sdk 0.5.2 → 0.6.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/dist/local.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as SchemaFn, S as SnapshotOp, A as AuditExportConfigResponse, b as TestConnectionResponse, c as AuditExportRunResponse, E as ExportCatalogResult, d as AdminAuditListResponse, e as AdminOrgListResponse, f as AdminOrgDetail, g as AdminSuspendResponse, h as AdminProjectNukeResponse, i as AdminMetricsOverview, j as AdminGitHubInstallationListResponse } from './audit-export-D9TTRZOB.js';
1
+ import { a as SchemaFn, P as ProjectNukeResponse, S as SnapshotOp, A as AuditExportConfigResponse, b as TestConnectionResponse, c as AuditExportRunResponse, E as ExportCatalogResult, d as AdminAuditListResponse, e as AdminOrgListResponse, f as AdminOrgDetail, g as AdminSuspendResponse, h as AdminProjectNukeResponse, i as AdminMetricsOverview, j as AdminGitHubInstallationListResponse } from './projects-BxDuMQLR.js';
2
2
  import * as _terrantula_types from '@terrantula/types';
3
3
  import * as hono_utils_types from 'hono/utils/types';
4
4
  import * as zod from 'zod';
@@ -20,7 +20,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
20
20
  slug: string;
21
21
  }>, {
22
22
  name: string;
23
- slug: string | null;
23
+ slug: string;
24
24
  id: string;
25
25
  createdAt: string;
26
26
  deletedAt: string | null;
@@ -39,7 +39,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
39
39
  } | {
40
40
  id: string;
41
41
  name: string;
42
- slug: string | null;
42
+ slug: string;
43
43
  logo: string | null;
44
44
  createdAt: string;
45
45
  metadata: string | null;
@@ -53,6 +53,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
53
53
  }, {
54
54
  id: string;
55
55
  }>, {
56
+ error: string;
57
+ } | {
56
58
  id: string;
57
59
  email: string;
58
60
  name: string;
@@ -288,9 +290,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
288
290
  } | {
289
291
  error: string;
290
292
  } | {
293
+ id: string;
291
294
  name: string;
292
295
  slug: string;
293
- id: string;
294
296
  createdAt: string;
295
297
  updatedAt: string;
296
298
  metadata: {
@@ -310,6 +312,10 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
310
312
  orgId: string;
311
313
  projectId: string;
312
314
  }>, {
315
+ error: string;
316
+ } | {
317
+ error: string;
318
+ } | {
313
319
  id: string;
314
320
  orgId: string;
315
321
  name: string;
@@ -321,10 +327,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
321
327
  lastDriftRunAt: string | null;
322
328
  createdAt: string;
323
329
  updatedAt: string;
324
- } | {
325
- error: string;
326
- } | {
327
- error: string;
328
330
  }>;
329
331
  delete: SchemaFn<zod.ZodObject<{
330
332
  orgId: zod.ZodString;
@@ -506,20 +508,22 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
506
508
  projectId: string;
507
509
  role?: "member" | "owner" | "admin" | "viewer" | undefined;
508
510
  cellScopes?: string[] | null | undefined;
509
- envName?: string | undefined;
510
511
  expiresAt?: string | undefined;
512
+ envName?: string | undefined;
511
513
  }, {
512
514
  name: string;
513
515
  orgId: string;
514
516
  projectId: string;
515
517
  role?: "member" | "owner" | "admin" | "viewer" | undefined;
516
518
  cellScopes?: string[] | null | undefined;
517
- envName?: string | undefined;
518
519
  expiresAt?: string | undefined;
520
+ envName?: string | undefined;
519
521
  }>, {
520
522
  error: string;
521
523
  } | {
522
524
  error: string;
525
+ } | {
526
+ error: string;
523
527
  } | {
524
528
  id: string;
525
529
  name: string | null;
@@ -549,6 +553,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
549
553
  revoked: true;
550
554
  id: string;
551
555
  }>;
556
+ nuke: SchemaFn<zod.ZodObject<{
557
+ orgId: zod.ZodString;
558
+ projectId: zod.ZodString;
559
+ }, "strip", zod.ZodTypeAny, {
560
+ orgId: string;
561
+ projectId: string;
562
+ }, {
563
+ orgId: string;
564
+ projectId: string;
565
+ }>, ProjectNukeResponse>;
552
566
  };
553
567
  github: {
554
568
  connect: SchemaFn<zod.ZodObject<{
@@ -635,10 +649,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
635
649
  };
636
650
  environments: {
637
651
  list: SchemaFn<zod.ZodObject<{
652
+ orgId: zod.ZodString;
638
653
  projectId: zod.ZodString;
639
654
  }, "strip", zod.ZodTypeAny, {
655
+ orgId: string;
640
656
  projectId: string;
641
657
  }, {
658
+ orgId: string;
642
659
  projectId: string;
643
660
  }>, {
644
661
  id: string;
@@ -647,13 +664,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
647
664
  createdAt: string;
648
665
  }[]>;
649
666
  create: SchemaFn<zod.ZodObject<{
667
+ orgId: zod.ZodString;
650
668
  projectId: zod.ZodString;
651
669
  name: zod.ZodString;
652
670
  }, "strip", zod.ZodTypeAny, {
653
671
  name: string;
672
+ orgId: string;
654
673
  projectId: string;
655
674
  }, {
656
675
  name: string;
676
+ orgId: string;
657
677
  projectId: string;
658
678
  }>, {
659
679
  id: string;
@@ -662,13 +682,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
662
682
  createdAt: string;
663
683
  }>;
664
684
  delete: SchemaFn<zod.ZodObject<{
685
+ orgId: zod.ZodString;
665
686
  projectId: zod.ZodString;
666
687
  name: zod.ZodString;
667
688
  }, "strip", zod.ZodTypeAny, {
668
689
  name: string;
690
+ orgId: string;
669
691
  projectId: string;
670
692
  }, {
671
693
  name: string;
694
+ orgId: string;
672
695
  projectId: string;
673
696
  }>, {
674
697
  deleted: true;
@@ -677,12 +700,17 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
677
700
  };
678
701
  entityTypes: {
679
702
  list: SchemaFn<zod.ZodObject<{
703
+ orgId: zod.ZodString;
680
704
  projectId: zod.ZodString;
681
705
  }, "strip", zod.ZodTypeAny, {
706
+ orgId: string;
682
707
  projectId: string;
683
708
  }, {
709
+ orgId: string;
684
710
  projectId: string;
685
711
  }>, {
712
+ orgId: string;
713
+ projectId: string;
686
714
  name: string;
687
715
  displayName: string | null;
688
716
  states: string[];
@@ -725,18 +753,22 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
725
753
  applier: string | null;
726
754
  createdAt: string;
727
755
  updatedAt: string;
728
- projectId: string | null;
729
756
  }[]>;
730
757
  get: SchemaFn<zod.ZodObject<{
758
+ orgId: zod.ZodString;
731
759
  projectId: zod.ZodString;
732
760
  name: zod.ZodString;
733
761
  }, "strip", zod.ZodTypeAny, {
734
762
  name: string;
763
+ orgId: string;
735
764
  projectId: string;
736
765
  }, {
737
766
  name: string;
767
+ orgId: string;
738
768
  projectId: string;
739
769
  }>, {
770
+ orgId: string;
771
+ projectId: string;
740
772
  name: string;
741
773
  displayName: string | null;
742
774
  states: string[];
@@ -779,7 +811,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
779
811
  applier: string | null;
780
812
  createdAt: string;
781
813
  updatedAt: string;
782
- projectId: string | null;
783
814
  }>;
784
815
  create: SchemaFn<zod.ZodObject<{
785
816
  kind: zod.ZodLiteral<"EntityType">;
@@ -916,9 +947,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
916
947
  }>>;
917
948
  applier: zod.ZodOptional<zod.ZodString>;
918
949
  } & {
950
+ orgId: zod.ZodString;
919
951
  projectId: zod.ZodString;
920
952
  }, "strip", zod.ZodTypeAny, {
921
953
  name: string;
954
+ orgId: string;
922
955
  projectId: string;
923
956
  states: string[];
924
957
  initialState: string;
@@ -962,6 +995,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
962
995
  applier?: string | undefined;
963
996
  }, {
964
997
  name: string;
998
+ orgId: string;
965
999
  projectId: string;
966
1000
  states: string[];
967
1001
  initialState: string;
@@ -1007,7 +1041,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1007
1041
  name: string;
1008
1042
  createdAt: string;
1009
1043
  updatedAt: string;
1010
- projectId: string | null;
1044
+ orgId: string;
1045
+ projectId: string;
1011
1046
  displayName: string | null;
1012
1047
  states: string[];
1013
1048
  initialState: string;
@@ -1183,9 +1218,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1183
1218
  }>>;
1184
1219
  applier: zod.ZodOptional<zod.ZodString>;
1185
1220
  } & {
1221
+ orgId: zod.ZodString;
1186
1222
  projectId: zod.ZodString;
1187
1223
  }, "strip", zod.ZodTypeAny, {
1188
1224
  name: string;
1225
+ orgId: string;
1189
1226
  projectId: string;
1190
1227
  states: string[];
1191
1228
  initialState: string;
@@ -1229,6 +1266,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1229
1266
  applier?: string | undefined;
1230
1267
  }, {
1231
1268
  name: string;
1269
+ orgId: string;
1232
1270
  projectId: string;
1233
1271
  states: string[];
1234
1272
  initialState: string;
@@ -1271,6 +1309,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1271
1309
  } | undefined;
1272
1310
  applier?: string | undefined;
1273
1311
  }>, {
1312
+ orgId: string;
1313
+ projectId: string;
1274
1314
  name: string;
1275
1315
  displayName: string | null;
1276
1316
  states: string[];
@@ -1313,16 +1353,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1313
1353
  applier: string | null;
1314
1354
  createdAt: string;
1315
1355
  updatedAt: string;
1316
- projectId: string | null;
1317
1356
  }>;
1318
1357
  delete: SchemaFn<zod.ZodObject<{
1358
+ orgId: zod.ZodString;
1319
1359
  projectId: zod.ZodString;
1320
1360
  name: zod.ZodString;
1321
1361
  }, "strip", zod.ZodTypeAny, {
1322
1362
  name: string;
1363
+ orgId: string;
1323
1364
  projectId: string;
1324
1365
  }, {
1325
1366
  name: string;
1367
+ orgId: string;
1326
1368
  projectId: string;
1327
1369
  }>, {
1328
1370
  deleted: true;
@@ -1331,6 +1373,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1331
1373
  };
1332
1374
  entities: {
1333
1375
  list: SchemaFn<zod.ZodObject<{
1376
+ orgId: zod.ZodString;
1334
1377
  projectId: zod.ZodString;
1335
1378
  envName: zod.ZodString;
1336
1379
  entityType: zod.ZodOptional<zod.ZodString>;
@@ -1339,6 +1382,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1339
1382
  limit: zod.ZodOptional<zod.ZodNumber>;
1340
1383
  cursor: zod.ZodOptional<zod.ZodString>;
1341
1384
  }, "strip", zod.ZodTypeAny, {
1385
+ orgId: string;
1342
1386
  projectId: string;
1343
1387
  envName: string;
1344
1388
  limit?: number | undefined;
@@ -1347,6 +1391,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1347
1391
  cursor?: string | undefined;
1348
1392
  pool?: string | undefined;
1349
1393
  }, {
1394
+ orgId: string;
1350
1395
  projectId: string;
1351
1396
  envName: string;
1352
1397
  limit?: number | undefined;
@@ -1365,35 +1410,26 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1365
1410
  syncSource: string | null;
1366
1411
  createdAt: string;
1367
1412
  updatedAt: string;
1368
- projectId: string | null;
1413
+ orgId: string;
1414
+ projectId: string;
1369
1415
  envId: string;
1370
1416
  }[]>;
1371
1417
  get: SchemaFn<zod.ZodObject<{
1418
+ orgId: zod.ZodString;
1372
1419
  projectId: zod.ZodString;
1373
1420
  envName: zod.ZodString;
1374
1421
  id: zod.ZodString;
1375
1422
  }, "strip", zod.ZodTypeAny, {
1376
1423
  id: string;
1424
+ orgId: string;
1377
1425
  projectId: string;
1378
1426
  envName: string;
1379
1427
  }, {
1380
1428
  id: string;
1429
+ orgId: string;
1381
1430
  projectId: string;
1382
1431
  envName: string;
1383
- }>, {
1384
- id: string;
1385
- entityTypeName: string;
1386
- name: string;
1387
- state: string;
1388
- properties: hono_utils_types.JSONValue;
1389
- labels: hono_utils_types.JSONValue;
1390
- lastSyncedAt: string | null;
1391
- syncSource: string | null;
1392
- createdAt: string;
1393
- updatedAt: string;
1394
- projectId: string | null;
1395
- envId: string;
1396
- }>;
1432
+ }>, unknown>;
1397
1433
  create: SchemaFn<zod.ZodObject<{
1398
1434
  kind: zod.ZodLiteral<"Entity">;
1399
1435
  entityType: zod.ZodString;
@@ -1402,10 +1438,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1402
1438
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
1403
1439
  labels: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
1404
1440
  } & {
1441
+ orgId: zod.ZodString;
1405
1442
  projectId: zod.ZodString;
1406
1443
  envName: zod.ZodString;
1407
1444
  }, "strip", zod.ZodTypeAny, {
1408
1445
  name: string;
1446
+ orgId: string;
1409
1447
  projectId: string;
1410
1448
  envName: string;
1411
1449
  properties: Record<string, unknown>;
@@ -1415,6 +1453,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1415
1453
  state?: string | undefined;
1416
1454
  }, {
1417
1455
  name: string;
1456
+ orgId: string;
1418
1457
  projectId: string;
1419
1458
  envName: string;
1420
1459
  entityType: string;
@@ -1429,7 +1468,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1429
1468
  id: string;
1430
1469
  createdAt: string;
1431
1470
  updatedAt: string;
1432
- projectId: string | null;
1471
+ orgId: string;
1472
+ projectId: string;
1433
1473
  envId: string;
1434
1474
  state: string;
1435
1475
  properties: hono_utils_types.JSONValue;
@@ -1439,22 +1479,23 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1439
1479
  syncSource: string | null;
1440
1480
  }>;
1441
1481
  delete: SchemaFn<zod.ZodObject<{
1482
+ orgId: zod.ZodString;
1442
1483
  projectId: zod.ZodString;
1443
1484
  envName: zod.ZodString;
1444
1485
  id: zod.ZodString;
1445
1486
  }, "strip", zod.ZodTypeAny, {
1446
1487
  id: string;
1488
+ orgId: string;
1447
1489
  projectId: string;
1448
1490
  envName: string;
1449
1491
  }, {
1450
1492
  id: string;
1493
+ orgId: string;
1451
1494
  projectId: string;
1452
1495
  envName: string;
1453
- }>, {
1454
- deleted: true;
1455
- id: string;
1456
- }>;
1496
+ }>, unknown>;
1457
1497
  setMetric: SchemaFn<zod.ZodObject<{
1498
+ orgId: zod.ZodString;
1458
1499
  projectId: zod.ZodString;
1459
1500
  envName: zod.ZodString;
1460
1501
  id: zod.ZodString;
@@ -1463,21 +1504,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1463
1504
  }, "strip", zod.ZodTypeAny, {
1464
1505
  value: number;
1465
1506
  id: string;
1507
+ orgId: string;
1466
1508
  projectId: string;
1467
1509
  envName: string;
1468
1510
  metricName: string;
1469
1511
  }, {
1470
1512
  value: number;
1471
1513
  id: string;
1514
+ orgId: string;
1472
1515
  projectId: string;
1473
1516
  envName: string;
1474
1517
  metricName: string;
1475
- }>, {
1476
- entityId: string;
1477
- metricName: string;
1478
- value: any;
1479
- }>;
1518
+ }>, unknown>;
1480
1519
  trigger: SchemaFn<zod.ZodObject<{
1520
+ orgId: zod.ZodString;
1481
1521
  projectId: zod.ZodString;
1482
1522
  envName: zod.ZodString;
1483
1523
  id: zod.ZodString;
@@ -1486,6 +1526,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1486
1526
  recommendations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
1487
1527
  }, "strip", zod.ZodTypeAny, {
1488
1528
  id: string;
1529
+ orgId: string;
1489
1530
  projectId: string;
1490
1531
  envName: string;
1491
1532
  actionName: string;
@@ -1493,87 +1534,63 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1493
1534
  recommendations?: Record<string, string> | undefined;
1494
1535
  }, {
1495
1536
  id: string;
1537
+ orgId: string;
1496
1538
  projectId: string;
1497
1539
  envName: string;
1498
1540
  actionName: string;
1499
1541
  parameters?: Record<string, unknown> | undefined;
1500
1542
  recommendations?: Record<string, string> | undefined;
1501
- }>, {
1502
- status: "pending" | "running" | "succeeded" | "failed" | "cancelled" | "dispatching" | "blocked";
1503
- error: string | null;
1504
- id: string;
1505
- createdAt: string;
1506
- metadata: hono_utils_types.JSONValue;
1507
- parameters: hono_utils_types.JSONValue;
1508
- output: hono_utils_types.JSONValue;
1509
- projectId: string | null;
1510
- envId: string;
1511
- recommendations: hono_utils_types.JSONValue;
1512
- entityId: string | null;
1513
- actionName: string;
1514
- triggeredBy: string;
1515
- callbackToken: string;
1516
- callbackTokenExpiresAt: string;
1517
- operationEntityId: string | null;
1518
- startedAt: string | null;
1519
- completedAt: string | null;
1520
- }>;
1543
+ }>, unknown>;
1521
1544
  getMetrics: SchemaFn<zod.ZodObject<{
1545
+ orgId: zod.ZodString;
1522
1546
  projectId: zod.ZodString;
1523
1547
  envName: zod.ZodString;
1524
1548
  entityId: zod.ZodString;
1525
1549
  }, "strip", zod.ZodTypeAny, {
1550
+ orgId: string;
1526
1551
  projectId: string;
1527
1552
  envName: string;
1528
1553
  entityId: string;
1529
1554
  }, {
1555
+ orgId: string;
1530
1556
  projectId: string;
1531
1557
  envName: string;
1532
1558
  entityId: string;
1533
- }>, {
1534
- [x: string]: number | null;
1535
- }>;
1559
+ }>, unknown>;
1536
1560
  getMetricsBatch: SchemaFn<zod.ZodObject<{
1561
+ orgId: zod.ZodString;
1537
1562
  projectId: zod.ZodString;
1538
1563
  envName: zod.ZodString;
1539
1564
  entityIds: zod.ZodArray<zod.ZodString, "many">;
1540
1565
  }, "strip", zod.ZodTypeAny, {
1566
+ orgId: string;
1541
1567
  projectId: string;
1542
1568
  envName: string;
1543
1569
  entityIds: string[];
1544
1570
  }, {
1571
+ orgId: string;
1545
1572
  projectId: string;
1546
1573
  envName: string;
1547
1574
  entityIds: string[];
1548
- }>, {}>;
1575
+ }>, unknown>;
1549
1576
  getRelationships: SchemaFn<zod.ZodObject<{
1577
+ orgId: zod.ZodString;
1550
1578
  projectId: zod.ZodString;
1551
1579
  envName: zod.ZodString;
1552
1580
  entityId: zod.ZodString;
1553
1581
  }, "strip", zod.ZodTypeAny, {
1582
+ orgId: string;
1554
1583
  projectId: string;
1555
1584
  envName: string;
1556
1585
  entityId: string;
1557
1586
  }, {
1587
+ orgId: string;
1558
1588
  projectId: string;
1559
1589
  envName: string;
1560
1590
  entityId: string;
1561
- }>, {
1562
- id: string;
1563
- relationshipTypeName: string;
1564
- fromEntityId: string;
1565
- toEntityId: string;
1566
- state: string;
1567
- properties: hono_utils_types.JSONValue;
1568
- labels: hono_utils_types.JSONValue;
1569
- createdAt: string;
1570
- updatedAt: string;
1571
- projectId: string | null;
1572
- envId: string;
1573
- deletionScheduledAt: string | null;
1574
- deletionGracePeriodSeconds: number | null;
1575
- }[]>;
1591
+ }>, unknown>;
1576
1592
  syncStamp: SchemaFn<zod.ZodObject<{
1593
+ orgId: zod.ZodString;
1577
1594
  projectId: zod.ZodString;
1578
1595
  envName: zod.ZodString;
1579
1596
  id: zod.ZodString;
@@ -1581,30 +1598,33 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1581
1598
  observedAt: zod.ZodOptional<zod.ZodString>;
1582
1599
  }, "strip", zod.ZodTypeAny, {
1583
1600
  id: string;
1601
+ orgId: string;
1584
1602
  projectId: string;
1585
1603
  envName: string;
1586
1604
  source: string;
1587
1605
  observedAt?: string | undefined;
1588
1606
  }, {
1589
1607
  id: string;
1608
+ orgId: string;
1590
1609
  projectId: string;
1591
1610
  envName: string;
1592
1611
  source: string;
1593
1612
  observedAt?: string | undefined;
1594
- }>, {
1595
- id: string;
1596
- lastSyncedAt: string | null;
1597
- syncSource: string | null;
1598
- }>;
1613
+ }>, unknown>;
1599
1614
  };
1600
1615
  cells: {
1601
1616
  list: SchemaFn<zod.ZodObject<{
1617
+ orgId: zod.ZodString;
1602
1618
  projectId: zod.ZodString;
1603
1619
  }, "strip", zod.ZodTypeAny, {
1620
+ orgId: string;
1604
1621
  projectId: string;
1605
1622
  }, {
1623
+ orgId: string;
1606
1624
  projectId: string;
1607
1625
  }>, {
1626
+ orgId: string;
1627
+ projectId: string;
1608
1628
  name: string;
1609
1629
  displayName: string | null;
1610
1630
  entityTypeName: string;
@@ -1615,20 +1635,29 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1615
1635
  aggregate: "max" | "sum" | "avg" | "min";
1616
1636
  }[];
1617
1637
  parentCells: string[];
1638
+ membershipMode: string;
1639
+ membershipDerivedFrom: {
1640
+ property: string;
1641
+ value?: string | undefined;
1642
+ } | null;
1618
1643
  createdAt: string;
1619
1644
  updatedAt: string;
1620
- projectId: string | null;
1621
1645
  }[]>;
1622
1646
  get: SchemaFn<zod.ZodObject<{
1647
+ orgId: zod.ZodString;
1623
1648
  projectId: zod.ZodString;
1624
1649
  name: zod.ZodString;
1625
1650
  }, "strip", zod.ZodTypeAny, {
1626
1651
  name: string;
1652
+ orgId: string;
1627
1653
  projectId: string;
1628
1654
  }, {
1629
1655
  name: string;
1656
+ orgId: string;
1630
1657
  projectId: string;
1631
1658
  }>, {
1659
+ orgId: string;
1660
+ projectId: string;
1632
1661
  name: string;
1633
1662
  displayName: string | null;
1634
1663
  entityTypeName: string;
@@ -1639,9 +1668,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1639
1668
  aggregate: "max" | "sum" | "avg" | "min";
1640
1669
  }[];
1641
1670
  parentCells: string[];
1671
+ membershipMode: string;
1672
+ membershipDerivedFrom: {
1673
+ property: string;
1674
+ value?: string | undefined;
1675
+ } | null;
1642
1676
  createdAt: string;
1643
1677
  updatedAt: string;
1644
- projectId: string | null;
1645
1678
  }>;
1646
1679
  create: SchemaFn<zod.ZodObject<{
1647
1680
  kind: zod.ZodLiteral<"Cell">;
@@ -1663,10 +1696,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1663
1696
  aggregate: "max" | "sum" | "avg" | "min";
1664
1697
  }>, "many">>>;
1665
1698
  parentCells: zod.ZodDefault<zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>>;
1699
+ membership: zod.ZodOptional<zod.ZodObject<{
1700
+ derivedFrom: zod.ZodObject<{
1701
+ property: zod.ZodString;
1702
+ value: zod.ZodOptional<zod.ZodString>;
1703
+ }, "strip", zod.ZodTypeAny, {
1704
+ property: string;
1705
+ value?: string | undefined;
1706
+ }, {
1707
+ property: string;
1708
+ value?: string | undefined;
1709
+ }>;
1710
+ }, "strip", zod.ZodTypeAny, {
1711
+ derivedFrom: {
1712
+ property: string;
1713
+ value?: string | undefined;
1714
+ };
1715
+ }, {
1716
+ derivedFrom: {
1717
+ property: string;
1718
+ value?: string | undefined;
1719
+ };
1720
+ }>>;
1666
1721
  } & {
1722
+ orgId: zod.ZodString;
1667
1723
  projectId: zod.ZodString;
1668
1724
  }, "strip", zod.ZodTypeAny, {
1669
1725
  name: string;
1726
+ orgId: string;
1670
1727
  projectId: string;
1671
1728
  entityType: string;
1672
1729
  constraints: {
@@ -1678,8 +1735,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1678
1735
  parentCells: string[];
1679
1736
  kind: "Cell";
1680
1737
  displayName?: string | undefined;
1738
+ membership?: {
1739
+ derivedFrom: {
1740
+ property: string;
1741
+ value?: string | undefined;
1742
+ };
1743
+ } | undefined;
1681
1744
  }, {
1682
1745
  name: string;
1746
+ orgId: string;
1683
1747
  projectId: string;
1684
1748
  entityType: string;
1685
1749
  kind: "Cell";
@@ -1691,11 +1755,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1691
1755
  }[] | undefined;
1692
1756
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
1693
1757
  parentCells?: string[] | undefined;
1758
+ membership?: {
1759
+ derivedFrom: {
1760
+ property: string;
1761
+ value?: string | undefined;
1762
+ };
1763
+ } | undefined;
1694
1764
  }>, {
1695
1765
  name: string;
1696
1766
  createdAt: string;
1697
1767
  updatedAt: string;
1698
- projectId: string | null;
1768
+ orgId: string;
1769
+ projectId: string;
1699
1770
  displayName: string | null;
1700
1771
  constraints: {
1701
1772
  max: number;
@@ -1705,6 +1776,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1705
1776
  entityTypeName: string;
1706
1777
  placementPolicy: "least-loaded" | "round-robin" | "random";
1707
1778
  parentCells: string[];
1779
+ membershipMode: string;
1780
+ membershipDerivedFrom: {
1781
+ property: string;
1782
+ value?: string | undefined;
1783
+ } | null;
1708
1784
  }>;
1709
1785
  update: SchemaFn<zod.ZodObject<{
1710
1786
  kind: zod.ZodLiteral<"Cell">;
@@ -1726,10 +1802,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1726
1802
  aggregate: "max" | "sum" | "avg" | "min";
1727
1803
  }>, "many">>>;
1728
1804
  parentCells: zod.ZodDefault<zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>>;
1805
+ membership: zod.ZodOptional<zod.ZodObject<{
1806
+ derivedFrom: zod.ZodObject<{
1807
+ property: zod.ZodString;
1808
+ value: zod.ZodOptional<zod.ZodString>;
1809
+ }, "strip", zod.ZodTypeAny, {
1810
+ property: string;
1811
+ value?: string | undefined;
1812
+ }, {
1813
+ property: string;
1814
+ value?: string | undefined;
1815
+ }>;
1816
+ }, "strip", zod.ZodTypeAny, {
1817
+ derivedFrom: {
1818
+ property: string;
1819
+ value?: string | undefined;
1820
+ };
1821
+ }, {
1822
+ derivedFrom: {
1823
+ property: string;
1824
+ value?: string | undefined;
1825
+ };
1826
+ }>>;
1729
1827
  } & {
1828
+ orgId: zod.ZodString;
1730
1829
  projectId: zod.ZodString;
1731
1830
  }, "strip", zod.ZodTypeAny, {
1732
1831
  name: string;
1832
+ orgId: string;
1733
1833
  projectId: string;
1734
1834
  entityType: string;
1735
1835
  constraints: {
@@ -1741,8 +1841,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1741
1841
  parentCells: string[];
1742
1842
  kind: "Cell";
1743
1843
  displayName?: string | undefined;
1844
+ membership?: {
1845
+ derivedFrom: {
1846
+ property: string;
1847
+ value?: string | undefined;
1848
+ };
1849
+ } | undefined;
1744
1850
  }, {
1745
1851
  name: string;
1852
+ orgId: string;
1746
1853
  projectId: string;
1747
1854
  entityType: string;
1748
1855
  kind: "Cell";
@@ -1754,7 +1861,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1754
1861
  }[] | undefined;
1755
1862
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
1756
1863
  parentCells?: string[] | undefined;
1864
+ membership?: {
1865
+ derivedFrom: {
1866
+ property: string;
1867
+ value?: string | undefined;
1868
+ };
1869
+ } | undefined;
1757
1870
  }>, {
1871
+ orgId: string;
1872
+ projectId: string;
1758
1873
  name: string;
1759
1874
  displayName: string | null;
1760
1875
  entityTypeName: string;
@@ -1765,32 +1880,45 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1765
1880
  aggregate: "max" | "sum" | "avg" | "min";
1766
1881
  }[];
1767
1882
  parentCells: string[];
1883
+ membershipMode: string;
1884
+ membershipDerivedFrom: {
1885
+ property: string;
1886
+ value?: string | undefined;
1887
+ } | null;
1768
1888
  createdAt: string;
1769
1889
  updatedAt: string;
1770
- projectId: string | null;
1771
1890
  }>;
1772
1891
  delete: SchemaFn<zod.ZodObject<{
1892
+ orgId: zod.ZodString;
1773
1893
  projectId: zod.ZodString;
1774
1894
  name: zod.ZodString;
1775
1895
  }, "strip", zod.ZodTypeAny, {
1776
1896
  name: string;
1897
+ orgId: string;
1777
1898
  projectId: string;
1778
1899
  }, {
1779
1900
  name: string;
1901
+ orgId: string;
1780
1902
  projectId: string;
1781
1903
  }>, {
1782
1904
  deleted: true;
1783
1905
  name: string;
1784
1906
  }>;
1785
1907
  listMembers: SchemaFn<zod.ZodObject<{
1908
+ orgId: zod.ZodString;
1786
1909
  projectId: zod.ZodString;
1787
1910
  name: zod.ZodString;
1911
+ envName: zod.ZodDefault<zod.ZodString>;
1788
1912
  }, "strip", zod.ZodTypeAny, {
1789
1913
  name: string;
1914
+ orgId: string;
1790
1915
  projectId: string;
1916
+ envName: string;
1791
1917
  }, {
1792
1918
  name: string;
1919
+ orgId: string;
1793
1920
  projectId: string;
1921
+ envName?: string | undefined;
1794
1922
  }>, {
1795
1923
  id: string;
1796
1924
  entityTypeName: string;
@@ -1802,51 +1930,74 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1802
1930
  syncSource: string | null;
1803
1931
  createdAt: string;
1804
1932
  updatedAt: string;
1805
- projectId: string | null;
1933
+ orgId: string;
1934
+ projectId: string;
1806
1935
  envId: string;
1807
1936
  }[]>;
1808
1937
  addMember: SchemaFn<zod.ZodObject<{
1938
+ orgId: zod.ZodString;
1809
1939
  projectId: zod.ZodString;
1810
1940
  name: zod.ZodString;
1811
- entityId: zod.ZodString;
1941
+ entityName: zod.ZodString;
1942
+ entityTypeName: zod.ZodString;
1943
+ envName: zod.ZodDefault<zod.ZodString>;
1812
1944
  }, "strip", zod.ZodTypeAny, {
1813
1945
  name: string;
1946
+ orgId: string;
1814
1947
  projectId: string;
1815
- entityId: string;
1948
+ envName: string;
1949
+ entityTypeName: string;
1950
+ entityName: string;
1816
1951
  }, {
1817
1952
  name: string;
1953
+ orgId: string;
1818
1954
  projectId: string;
1819
- entityId: string;
1955
+ entityTypeName: string;
1956
+ entityName: string;
1957
+ envName?: string | undefined;
1820
1958
  }>, {
1821
1959
  cellName: string;
1822
- entityId: any;
1960
+ entityName: any;
1961
+ entityTypeName: any;
1962
+ envId: string;
1823
1963
  }>;
1824
1964
  removeMember: SchemaFn<zod.ZodObject<{
1965
+ orgId: zod.ZodString;
1825
1966
  projectId: zod.ZodString;
1826
1967
  name: zod.ZodString;
1827
- entityId: zod.ZodString;
1968
+ entityName: zod.ZodString;
1969
+ envName: zod.ZodDefault<zod.ZodString>;
1828
1970
  }, "strip", zod.ZodTypeAny, {
1829
1971
  name: string;
1972
+ orgId: string;
1830
1973
  projectId: string;
1831
- entityId: string;
1974
+ envName: string;
1975
+ entityName: string;
1832
1976
  }, {
1833
1977
  name: string;
1978
+ orgId: string;
1834
1979
  projectId: string;
1835
- entityId: string;
1980
+ entityName: string;
1981
+ envName?: string | undefined;
1836
1982
  }>, {
1837
1983
  deleted: true;
1838
1984
  cellName: string;
1839
- entityId: string;
1985
+ entityName: string;
1840
1986
  }>;
1841
1987
  };
1842
1988
  relationshipTypes: {
1843
1989
  list: SchemaFn<zod.ZodObject<{
1990
+ orgId: zod.ZodString;
1844
1991
  projectId: zod.ZodString;
1845
1992
  }, "strip", zod.ZodTypeAny, {
1993
+ orgId: string;
1846
1994
  projectId: string;
1847
1995
  }, {
1996
+ orgId: string;
1848
1997
  projectId: string;
1849
1998
  }>, {
1999
+ orgId: string;
2000
+ projectId: string;
1850
2001
  name: string;
1851
2002
  displayName: string | null;
1852
2003
  fromEntityTypeName: string;
@@ -1869,18 +2020,22 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1869
2020
  }[];
1870
2021
  createdAt: string;
1871
2022
  updatedAt: string;
1872
- projectId: string | null;
1873
2023
  }[]>;
1874
2024
  get: SchemaFn<zod.ZodObject<{
2025
+ orgId: zod.ZodString;
1875
2026
  projectId: zod.ZodString;
1876
2027
  name: zod.ZodString;
1877
2028
  }, "strip", zod.ZodTypeAny, {
1878
2029
  name: string;
2030
+ orgId: string;
1879
2031
  projectId: string;
1880
2032
  }, {
1881
2033
  name: string;
2034
+ orgId: string;
1882
2035
  projectId: string;
1883
2036
  }>, {
2037
+ orgId: string;
2038
+ projectId: string;
1884
2039
  name: string;
1885
2040
  displayName: string | null;
1886
2041
  fromEntityTypeName: string;
@@ -1903,7 +2058,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1903
2058
  }[];
1904
2059
  createdAt: string;
1905
2060
  updatedAt: string;
1906
- projectId: string | null;
1907
2061
  }>;
1908
2062
  create: SchemaFn<zod.ZodObject<{
1909
2063
  kind: zod.ZodLiteral<"RelationshipType">;
@@ -1952,10 +2106,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1952
2106
  leq: string;
1953
2107
  }>, "many">>>;
1954
2108
  } & {
2109
+ orgId: zod.ZodString;
1955
2110
  projectId: zod.ZodString;
1956
2111
  }, "strip", zod.ZodTypeAny, {
1957
2112
  name: string;
1958
2113
  from: string;
2114
+ orgId: string;
1959
2115
  projectId: string;
1960
2116
  states: string[];
1961
2117
  properties: {
@@ -1979,6 +2135,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1979
2135
  }, {
1980
2136
  name: string;
1981
2137
  from: string;
2138
+ orgId: string;
1982
2139
  projectId: string;
1983
2140
  states: string[];
1984
2141
  kind: "RelationshipType";
@@ -2003,7 +2160,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2003
2160
  name: string;
2004
2161
  createdAt: string;
2005
2162
  updatedAt: string;
2006
- projectId: string | null;
2163
+ orgId: string;
2164
+ projectId: string;
2007
2165
  displayName: string | null;
2008
2166
  states: string[];
2009
2167
  properties: {
@@ -2071,10 +2229,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2071
2229
  leq: string;
2072
2230
  }>, "many">>>;
2073
2231
  } & {
2232
+ orgId: zod.ZodString;
2074
2233
  projectId: zod.ZodString;
2075
2234
  }, "strip", zod.ZodTypeAny, {
2076
2235
  name: string;
2077
2236
  from: string;
2237
+ orgId: string;
2078
2238
  projectId: string;
2079
2239
  states: string[];
2080
2240
  properties: {
@@ -2098,6 +2258,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2098
2258
  }, {
2099
2259
  name: string;
2100
2260
  from: string;
2261
+ orgId: string;
2101
2262
  projectId: string;
2102
2263
  states: string[];
2103
2264
  kind: "RelationshipType";
@@ -2119,6 +2280,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2119
2280
  }[] | undefined;
2120
2281
  cardinality?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
2121
2282
  }>, {
2283
+ orgId: string;
2284
+ projectId: string;
2122
2285
  name: string;
2123
2286
  displayName: string | null;
2124
2287
  fromEntityTypeName: string;
@@ -2141,16 +2304,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2141
2304
  }[];
2142
2305
  createdAt: string;
2143
2306
  updatedAt: string;
2144
- projectId: string | null;
2145
2307
  }>;
2146
2308
  delete: SchemaFn<zod.ZodObject<{
2309
+ orgId: zod.ZodString;
2147
2310
  projectId: zod.ZodString;
2148
2311
  name: zod.ZodString;
2149
2312
  }, "strip", zod.ZodTypeAny, {
2150
2313
  name: string;
2314
+ orgId: string;
2151
2315
  projectId: string;
2152
2316
  }, {
2153
2317
  name: string;
2318
+ orgId: string;
2154
2319
  projectId: string;
2155
2320
  }>, {
2156
2321
  deleted: true;
@@ -2159,6 +2324,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2159
2324
  };
2160
2325
  relationships: {
2161
2326
  list: SchemaFn<zod.ZodObject<{
2327
+ orgId: zod.ZodString;
2162
2328
  projectId: zod.ZodString;
2163
2329
  envName: zod.ZodString;
2164
2330
  relationshipType: zod.ZodOptional<zod.ZodString>;
@@ -2169,6 +2335,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2169
2335
  toEntityPool: zod.ZodOptional<zod.ZodString>;
2170
2336
  limit: zod.ZodOptional<zod.ZodNumber>;
2171
2337
  }, "strip", zod.ZodTypeAny, {
2338
+ orgId: string;
2172
2339
  projectId: string;
2173
2340
  envName: string;
2174
2341
  limit?: number | undefined;
@@ -2179,6 +2346,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2179
2346
  fromEntityPool?: string | undefined;
2180
2347
  toEntityPool?: string | undefined;
2181
2348
  }, {
2349
+ orgId: string;
2182
2350
  projectId: string;
2183
2351
  envName: string;
2184
2352
  limit?: number | undefined;
@@ -2198,21 +2366,25 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2198
2366
  labels: hono_utils_types.JSONValue;
2199
2367
  createdAt: string;
2200
2368
  updatedAt: string;
2201
- projectId: string | null;
2369
+ projectId: string;
2370
+ orgId: string;
2202
2371
  envId: string;
2203
2372
  deletionScheduledAt: string | null;
2204
2373
  deletionGracePeriodSeconds: number | null;
2205
2374
  }[]>;
2206
2375
  get: SchemaFn<zod.ZodObject<{
2376
+ orgId: zod.ZodString;
2207
2377
  projectId: zod.ZodString;
2208
2378
  envName: zod.ZodString;
2209
2379
  id: zod.ZodString;
2210
2380
  }, "strip", zod.ZodTypeAny, {
2211
2381
  id: string;
2382
+ orgId: string;
2212
2383
  projectId: string;
2213
2384
  envName: string;
2214
2385
  }, {
2215
2386
  id: string;
2387
+ orgId: string;
2216
2388
  projectId: string;
2217
2389
  envName: string;
2218
2390
  }>, {
@@ -2225,7 +2397,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2225
2397
  labels: hono_utils_types.JSONValue;
2226
2398
  createdAt: string;
2227
2399
  updatedAt: string;
2228
- projectId: string | null;
2400
+ projectId: string;
2401
+ orgId: string;
2229
2402
  envId: string;
2230
2403
  deletionScheduledAt: string | null;
2231
2404
  deletionGracePeriodSeconds: number | null;
@@ -2239,10 +2412,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2239
2412
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
2240
2413
  labels: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
2241
2414
  } & {
2415
+ orgId: zod.ZodString;
2242
2416
  projectId: zod.ZodString;
2243
2417
  envName: zod.ZodString;
2244
2418
  }, "strip", zod.ZodTypeAny, {
2245
2419
  from: string;
2420
+ orgId: string;
2246
2421
  projectId: string;
2247
2422
  envName: string;
2248
2423
  properties: Record<string, unknown>;
@@ -2253,6 +2428,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2253
2428
  state?: string | undefined;
2254
2429
  }, {
2255
2430
  from: string;
2431
+ orgId: string;
2256
2432
  projectId: string;
2257
2433
  envName: string;
2258
2434
  relationshipType: string;
@@ -2267,7 +2443,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2267
2443
  id: string;
2268
2444
  createdAt: string;
2269
2445
  updatedAt: string;
2270
- projectId: string | null;
2446
+ orgId: string;
2447
+ projectId: string;
2271
2448
  envId: string;
2272
2449
  state: string;
2273
2450
  properties: hono_utils_types.JSONValue;
@@ -2279,15 +2456,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2279
2456
  deletionGracePeriodSeconds: number | null;
2280
2457
  }>;
2281
2458
  delete: SchemaFn<zod.ZodObject<{
2459
+ orgId: zod.ZodString;
2282
2460
  projectId: zod.ZodString;
2283
2461
  envName: zod.ZodString;
2284
2462
  id: zod.ZodString;
2285
2463
  }, "strip", zod.ZodTypeAny, {
2286
2464
  id: string;
2465
+ orgId: string;
2287
2466
  projectId: string;
2288
2467
  envName: string;
2289
2468
  }, {
2290
2469
  id: string;
2470
+ orgId: string;
2291
2471
  projectId: string;
2292
2472
  envName: string;
2293
2473
  }>, {
@@ -2297,10 +2477,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2297
2477
  };
2298
2478
  actions: {
2299
2479
  list: SchemaFn<zod.ZodObject<{
2480
+ orgId: zod.ZodString;
2300
2481
  projectId: zod.ZodString;
2301
2482
  }, "strip", zod.ZodTypeAny, {
2483
+ orgId: string;
2302
2484
  projectId: string;
2303
2485
  }, {
2486
+ orgId: string;
2304
2487
  projectId: string;
2305
2488
  }>, {
2306
2489
  associatedWith: {
@@ -2320,7 +2503,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2320
2503
  enum?: string[] | undefined;
2321
2504
  }[];
2322
2505
  description: string | null;
2323
- projectId: string | null;
2506
+ orgId: string;
2507
+ projectId: string;
2324
2508
  displayName: string | null;
2325
2509
  conditions: {
2326
2510
  value: string | number | boolean | string[];
@@ -2450,8 +2634,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2450
2634
  };
2451
2635
  trigger: {
2452
2636
  type: "webhook";
2637
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
2453
2638
  url: string;
2454
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
2455
2639
  headers?: {
2456
2640
  [x: string]: string;
2457
2641
  } | undefined;
@@ -2509,8 +2693,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2509
2693
  } | undefined;
2510
2694
  content?: string | undefined;
2511
2695
  }[];
2512
- webhookSecret?: string | undefined;
2513
2696
  body?: string | undefined;
2697
+ webhookSecret?: string | undefined;
2514
2698
  labels?: string[] | undefined;
2515
2699
  reviewers?: string[] | undefined;
2516
2700
  teamReviewers?: string[] | undefined;
@@ -2588,8 +2772,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2588
2772
  } | undefined;
2589
2773
  content?: string | undefined;
2590
2774
  }[];
2591
- webhookSecret?: string | undefined;
2592
2775
  body?: string | undefined;
2776
+ webhookSecret?: string | undefined;
2593
2777
  labels?: string[] | undefined;
2594
2778
  reviewers?: string[] | undefined;
2595
2779
  teamReviewers?: string[] | undefined;
@@ -2620,11 +2804,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2620
2804
  envOverrides: {
2621
2805
  [x: string]: {
2622
2806
  type: "webhook";
2623
- url?: string | undefined;
2807
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
2624
2808
  headers?: {
2625
2809
  [x: string]: string;
2626
2810
  } | undefined;
2627
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
2811
+ url?: string | undefined;
2628
2812
  auth?: {
2629
2813
  token: string;
2630
2814
  type: "bearer";
@@ -2653,8 +2837,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2653
2837
  } | undefined;
2654
2838
  } | {
2655
2839
  type: "pull-request";
2656
- webhookSecret?: string | undefined;
2657
2840
  body?: string | undefined;
2841
+ webhookSecret?: string | undefined;
2658
2842
  title?: string | undefined;
2659
2843
  auth?: {
2660
2844
  token: string;
@@ -2756,8 +2940,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2756
2940
  } | undefined;
2757
2941
  content?: string | undefined;
2758
2942
  }[];
2759
- webhookSecret?: string | undefined;
2760
2943
  body?: string | undefined;
2944
+ webhookSecret?: string | undefined;
2761
2945
  labels?: string[] | undefined;
2762
2946
  reviewers?: string[] | undefined;
2763
2947
  teamReviewers?: string[] | undefined;
@@ -2789,16 +2973,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2789
2973
  relationship: string;
2790
2974
  appliedAction: string;
2791
2975
  }[] | null | undefined;
2976
+ mutatesProperty: string | null;
2792
2977
  timeoutMinutes: number | null;
2793
2978
  }[]>;
2794
2979
  get: SchemaFn<zod.ZodObject<{
2980
+ orgId: zod.ZodString;
2795
2981
  projectId: zod.ZodString;
2796
2982
  name: zod.ZodString;
2797
2983
  }, "strip", zod.ZodTypeAny, {
2798
2984
  name: string;
2985
+ orgId: string;
2799
2986
  projectId: string;
2800
2987
  }, {
2801
2988
  name: string;
2989
+ orgId: string;
2802
2990
  projectId: string;
2803
2991
  }>, {
2804
2992
  associatedWith: {
@@ -2818,7 +3006,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2818
3006
  enum?: string[] | undefined;
2819
3007
  }[];
2820
3008
  description: string | null;
2821
- projectId: string | null;
3009
+ orgId: string;
3010
+ projectId: string;
2822
3011
  displayName: string | null;
2823
3012
  conditions: {
2824
3013
  value: string | number | boolean | string[];
@@ -2948,8 +3137,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2948
3137
  };
2949
3138
  trigger: {
2950
3139
  type: "webhook";
3140
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
2951
3141
  url: string;
2952
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
2953
3142
  headers?: {
2954
3143
  [x: string]: string;
2955
3144
  } | undefined;
@@ -3007,8 +3196,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3007
3196
  } | undefined;
3008
3197
  content?: string | undefined;
3009
3198
  }[];
3010
- webhookSecret?: string | undefined;
3011
3199
  body?: string | undefined;
3200
+ webhookSecret?: string | undefined;
3012
3201
  labels?: string[] | undefined;
3013
3202
  reviewers?: string[] | undefined;
3014
3203
  teamReviewers?: string[] | undefined;
@@ -3086,8 +3275,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3086
3275
  } | undefined;
3087
3276
  content?: string | undefined;
3088
3277
  }[];
3089
- webhookSecret?: string | undefined;
3090
3278
  body?: string | undefined;
3279
+ webhookSecret?: string | undefined;
3091
3280
  labels?: string[] | undefined;
3092
3281
  reviewers?: string[] | undefined;
3093
3282
  teamReviewers?: string[] | undefined;
@@ -3118,11 +3307,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3118
3307
  envOverrides: {
3119
3308
  [x: string]: {
3120
3309
  type: "webhook";
3121
- url?: string | undefined;
3310
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
3122
3311
  headers?: {
3123
3312
  [x: string]: string;
3124
3313
  } | undefined;
3125
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
3314
+ url?: string | undefined;
3126
3315
  auth?: {
3127
3316
  token: string;
3128
3317
  type: "bearer";
@@ -3151,8 +3340,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3151
3340
  } | undefined;
3152
3341
  } | {
3153
3342
  type: "pull-request";
3154
- webhookSecret?: string | undefined;
3155
3343
  body?: string | undefined;
3344
+ webhookSecret?: string | undefined;
3156
3345
  title?: string | undefined;
3157
3346
  auth?: {
3158
3347
  token: string;
@@ -3254,8 +3443,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3254
3443
  } | undefined;
3255
3444
  content?: string | undefined;
3256
3445
  }[];
3257
- webhookSecret?: string | undefined;
3258
3446
  body?: string | undefined;
3447
+ webhookSecret?: string | undefined;
3259
3448
  labels?: string[] | undefined;
3260
3449
  reviewers?: string[] | undefined;
3261
3450
  teamReviewers?: string[] | undefined;
@@ -3287,6 +3476,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3287
3476
  relationship: string;
3288
3477
  appliedAction: string;
3289
3478
  }[] | null | undefined;
3479
+ mutatesProperty: string | null;
3290
3480
  timeoutMinutes: number | null;
3291
3481
  }>;
3292
3482
  create: SchemaFn<zod.ZodObject<{
@@ -3850,8 +4040,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3850
4040
  }>>;
3851
4041
  }, "strip", zod.ZodTypeAny, {
3852
4042
  type: "webhook";
4043
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
3853
4044
  url: string;
3854
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
3855
4045
  headers?: Record<string, string> | undefined;
3856
4046
  auth?: {
3857
4047
  token: string;
@@ -3878,8 +4068,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3878
4068
  }, {
3879
4069
  type: "webhook";
3880
4070
  url: string;
4071
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
3881
4072
  headers?: Record<string, string> | undefined;
3882
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
3883
4073
  auth?: {
3884
4074
  token: string;
3885
4075
  type: "bearer";
@@ -4077,8 +4267,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4077
4267
  } | undefined;
4078
4268
  content?: string | undefined;
4079
4269
  }[];
4080
- webhookSecret?: string | undefined;
4081
4270
  body?: string | undefined;
4271
+ webhookSecret?: string | undefined;
4082
4272
  labels?: string[] | undefined;
4083
4273
  reviewers?: string[] | undefined;
4084
4274
  teamReviewers?: string[] | undefined;
@@ -4115,8 +4305,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4115
4305
  operation?: "replace" | "patch" | undefined;
4116
4306
  content?: string | undefined;
4117
4307
  }[];
4118
- webhookSecret?: string | undefined;
4119
4308
  body?: string | undefined;
4309
+ webhookSecret?: string | undefined;
4120
4310
  base?: string | undefined;
4121
4311
  labels?: string[] | undefined;
4122
4312
  reviewers?: string[] | undefined;
@@ -4370,8 +4560,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4370
4560
  } | undefined;
4371
4561
  content?: string | undefined;
4372
4562
  }[];
4373
- webhookSecret?: string | undefined;
4374
4563
  body?: string | undefined;
4564
+ webhookSecret?: string | undefined;
4375
4565
  labels?: string[] | undefined;
4376
4566
  reviewers?: string[] | undefined;
4377
4567
  teamReviewers?: string[] | undefined;
@@ -4401,8 +4591,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4401
4591
  operation?: "replace" | "patch" | undefined;
4402
4592
  content?: string | undefined;
4403
4593
  }[];
4404
- webhookSecret?: string | undefined;
4405
4594
  body?: string | undefined;
4595
+ webhookSecret?: string | undefined;
4406
4596
  base?: string | undefined;
4407
4597
  labels?: string[] | undefined;
4408
4598
  reviewers?: string[] | undefined;
@@ -4457,8 +4647,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4457
4647
  } | undefined;
4458
4648
  content?: string | undefined;
4459
4649
  }[];
4460
- webhookSecret?: string | undefined;
4461
4650
  body?: string | undefined;
4651
+ webhookSecret?: string | undefined;
4462
4652
  labels?: string[] | undefined;
4463
4653
  reviewers?: string[] | undefined;
4464
4654
  teamReviewers?: string[] | undefined;
@@ -4505,8 +4695,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4505
4695
  operation?: "replace" | "patch" | undefined;
4506
4696
  content?: string | undefined;
4507
4697
  }[];
4508
- webhookSecret?: string | undefined;
4509
4698
  body?: string | undefined;
4699
+ webhookSecret?: string | undefined;
4510
4700
  base?: string | undefined;
4511
4701
  labels?: string[] | undefined;
4512
4702
  reviewers?: string[] | undefined;
@@ -4607,8 +4797,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4607
4797
  type: "noop";
4608
4798
  }>]>, {
4609
4799
  type: "webhook";
4800
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
4610
4801
  url: string;
4611
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
4612
4802
  headers?: Record<string, string> | undefined;
4613
4803
  auth?: {
4614
4804
  token: string;
@@ -4660,8 +4850,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4660
4850
  } | undefined;
4661
4851
  content?: string | undefined;
4662
4852
  }[];
4663
- webhookSecret?: string | undefined;
4664
4853
  body?: string | undefined;
4854
+ webhookSecret?: string | undefined;
4665
4855
  labels?: string[] | undefined;
4666
4856
  reviewers?: string[] | undefined;
4667
4857
  teamReviewers?: string[] | undefined;
@@ -4733,8 +4923,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4733
4923
  } | undefined;
4734
4924
  content?: string | undefined;
4735
4925
  }[];
4736
- webhookSecret?: string | undefined;
4737
4926
  body?: string | undefined;
4927
+ webhookSecret?: string | undefined;
4738
4928
  labels?: string[] | undefined;
4739
4929
  reviewers?: string[] | undefined;
4740
4930
  teamReviewers?: string[] | undefined;
@@ -4762,8 +4952,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4762
4952
  }, {
4763
4953
  type: "webhook";
4764
4954
  url: string;
4955
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
4765
4956
  headers?: Record<string, string> | undefined;
4766
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
4767
4957
  auth?: {
4768
4958
  token: string;
4769
4959
  type: "bearer";
@@ -4813,8 +5003,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4813
5003
  operation?: "replace" | "patch" | undefined;
4814
5004
  content?: string | undefined;
4815
5005
  }[];
4816
- webhookSecret?: string | undefined;
4817
5006
  body?: string | undefined;
5007
+ webhookSecret?: string | undefined;
4818
5008
  base?: string | undefined;
4819
5009
  labels?: string[] | undefined;
4820
5010
  reviewers?: string[] | undefined;
@@ -4885,8 +5075,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4885
5075
  operation?: "replace" | "patch" | undefined;
4886
5076
  content?: string | undefined;
4887
5077
  }[];
4888
- webhookSecret?: string | undefined;
4889
5078
  body?: string | undefined;
5079
+ webhookSecret?: string | undefined;
4890
5080
  base?: string | undefined;
4891
5081
  labels?: string[] | undefined;
4892
5082
  reviewers?: string[] | undefined;
@@ -4981,9 +5171,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4981
5171
  }>>;
4982
5172
  }, "strip", zod.ZodTypeAny, {
4983
5173
  type: "webhook";
4984
- url?: string | undefined;
5174
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
4985
5175
  headers?: Record<string, string> | undefined;
4986
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
5176
+ url?: string | undefined;
4987
5177
  auth?: {
4988
5178
  token: string;
4989
5179
  type: "bearer";
@@ -5008,9 +5198,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5008
5198
  } | undefined;
5009
5199
  }, {
5010
5200
  type: "webhook";
5011
- url?: string | undefined;
5201
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
5012
5202
  headers?: Record<string, string> | undefined;
5013
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
5203
+ url?: string | undefined;
5014
5204
  auth?: {
5015
5205
  token: string;
5016
5206
  type: "bearer";
@@ -5179,8 +5369,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5179
5369
  }>>;
5180
5370
  }, "strip", zod.ZodTypeAny, {
5181
5371
  type: "pull-request";
5182
- webhookSecret?: string | undefined;
5183
5372
  body?: string | undefined;
5373
+ webhookSecret?: string | undefined;
5184
5374
  title?: string | undefined;
5185
5375
  auth?: {
5186
5376
  token: string;
@@ -5217,8 +5407,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5217
5407
  } | undefined;
5218
5408
  }, {
5219
5409
  type: "pull-request";
5220
- webhookSecret?: string | undefined;
5221
5410
  body?: string | undefined;
5411
+ webhookSecret?: string | undefined;
5222
5412
  title?: string | undefined;
5223
5413
  auth?: {
5224
5414
  token: string;
@@ -5496,8 +5686,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5496
5686
  } | undefined;
5497
5687
  content?: string | undefined;
5498
5688
  }[];
5499
- webhookSecret?: string | undefined;
5500
5689
  body?: string | undefined;
5690
+ webhookSecret?: string | undefined;
5501
5691
  labels?: string[] | undefined;
5502
5692
  reviewers?: string[] | undefined;
5503
5693
  teamReviewers?: string[] | undefined;
@@ -5527,8 +5717,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5527
5717
  operation?: "replace" | "patch" | undefined;
5528
5718
  content?: string | undefined;
5529
5719
  }[];
5530
- webhookSecret?: string | undefined;
5531
5720
  body?: string | undefined;
5721
+ webhookSecret?: string | undefined;
5532
5722
  base?: string | undefined;
5533
5723
  labels?: string[] | undefined;
5534
5724
  reviewers?: string[] | undefined;
@@ -5582,8 +5772,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5582
5772
  } | undefined;
5583
5773
  content?: string | undefined;
5584
5774
  }[];
5585
- webhookSecret?: string | undefined;
5586
5775
  body?: string | undefined;
5776
+ webhookSecret?: string | undefined;
5587
5777
  labels?: string[] | undefined;
5588
5778
  reviewers?: string[] | undefined;
5589
5779
  teamReviewers?: string[] | undefined;
@@ -5631,8 +5821,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5631
5821
  operation?: "replace" | "patch" | undefined;
5632
5822
  content?: string | undefined;
5633
5823
  }[];
5634
- webhookSecret?: string | undefined;
5635
5824
  body?: string | undefined;
5825
+ webhookSecret?: string | undefined;
5636
5826
  base?: string | undefined;
5637
5827
  labels?: string[] | undefined;
5638
5828
  reviewers?: string[] | undefined;
@@ -5737,7 +5927,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5737
5927
  appliedAction: string;
5738
5928
  }>, "many">>;
5739
5929
  timeout: zod.ZodOptional<zod.ZodNumber>;
5930
+ mutatesProperty: zod.ZodOptional<zod.ZodString>;
5740
5931
  } & {
5932
+ orgId: zod.ZodString;
5741
5933
  projectId: zod.ZodString;
5742
5934
  }, "strip", zod.ZodTypeAny, {
5743
5935
  name: string;
@@ -5750,6 +5942,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5750
5942
  title?: string | undefined;
5751
5943
  enum?: string[] | undefined;
5752
5944
  }[];
5945
+ orgId: string;
5753
5946
  projectId: string;
5754
5947
  conditions: {
5755
5948
  value: string | number | boolean | string[];
@@ -5870,8 +6063,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5870
6063
  };
5871
6064
  trigger: {
5872
6065
  type: "webhook";
6066
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
5873
6067
  url: string;
5874
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
5875
6068
  headers?: Record<string, string> | undefined;
5876
6069
  auth?: {
5877
6070
  token: string;
@@ -5923,8 +6116,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5923
6116
  } | undefined;
5924
6117
  content?: string | undefined;
5925
6118
  }[];
5926
- webhookSecret?: string | undefined;
5927
6119
  body?: string | undefined;
6120
+ webhookSecret?: string | undefined;
5928
6121
  labels?: string[] | undefined;
5929
6122
  reviewers?: string[] | undefined;
5930
6123
  teamReviewers?: string[] | undefined;
@@ -5996,8 +6189,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5996
6189
  } | undefined;
5997
6190
  content?: string | undefined;
5998
6191
  }[];
5999
- webhookSecret?: string | undefined;
6000
6192
  body?: string | undefined;
6193
+ webhookSecret?: string | undefined;
6001
6194
  labels?: string[] | undefined;
6002
6195
  reviewers?: string[] | undefined;
6003
6196
  teamReviewers?: string[] | undefined;
@@ -6027,9 +6220,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6027
6220
  displayName?: string | undefined;
6028
6221
  envOverrides?: Record<string, {
6029
6222
  type: "webhook";
6030
- url?: string | undefined;
6223
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6031
6224
  headers?: Record<string, string> | undefined;
6032
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
6225
+ url?: string | undefined;
6033
6226
  auth?: {
6034
6227
  token: string;
6035
6228
  type: "bearer";
@@ -6054,8 +6247,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6054
6247
  } | undefined;
6055
6248
  } | {
6056
6249
  type: "pull-request";
6057
- webhookSecret?: string | undefined;
6058
6250
  body?: string | undefined;
6251
+ webhookSecret?: string | undefined;
6059
6252
  title?: string | undefined;
6060
6253
  auth?: {
6061
6254
  token: string;
@@ -6151,8 +6344,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6151
6344
  } | undefined;
6152
6345
  content?: string | undefined;
6153
6346
  }[];
6154
- webhookSecret?: string | undefined;
6155
6347
  body?: string | undefined;
6348
+ webhookSecret?: string | undefined;
6156
6349
  labels?: string[] | undefined;
6157
6350
  reviewers?: string[] | undefined;
6158
6351
  teamReviewers?: string[] | undefined;
@@ -6182,8 +6375,10 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6182
6375
  appliedAction: string;
6183
6376
  }[] | undefined;
6184
6377
  timeout?: number | undefined;
6378
+ mutatesProperty?: string | undefined;
6185
6379
  }, {
6186
6380
  name: string;
6381
+ orgId: string;
6187
6382
  projectId: string;
6188
6383
  operation: {
6189
6384
  type: "create-entity";
@@ -6292,8 +6487,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6292
6487
  trigger: {
6293
6488
  type: "webhook";
6294
6489
  url: string;
6490
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6295
6491
  headers?: Record<string, string> | undefined;
6296
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
6297
6492
  auth?: {
6298
6493
  token: string;
6299
6494
  type: "bearer";
@@ -6343,8 +6538,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6343
6538
  operation?: "replace" | "patch" | undefined;
6344
6539
  content?: string | undefined;
6345
6540
  }[];
6346
- webhookSecret?: string | undefined;
6347
6541
  body?: string | undefined;
6542
+ webhookSecret?: string | undefined;
6348
6543
  base?: string | undefined;
6349
6544
  labels?: string[] | undefined;
6350
6545
  reviewers?: string[] | undefined;
@@ -6415,8 +6610,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6415
6610
  operation?: "replace" | "patch" | undefined;
6416
6611
  content?: string | undefined;
6417
6612
  }[];
6418
- webhookSecret?: string | undefined;
6419
6613
  body?: string | undefined;
6614
+ webhookSecret?: string | undefined;
6420
6615
  base?: string | undefined;
6421
6616
  labels?: string[] | undefined;
6422
6617
  reviewers?: string[] | undefined;
@@ -6470,9 +6665,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6470
6665
  }[] | undefined;
6471
6666
  envOverrides?: Record<string, {
6472
6667
  type: "webhook";
6473
- url?: string | undefined;
6668
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6474
6669
  headers?: Record<string, string> | undefined;
6475
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
6670
+ url?: string | undefined;
6476
6671
  auth?: {
6477
6672
  token: string;
6478
6673
  type: "bearer";
@@ -6497,8 +6692,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6497
6692
  } | undefined;
6498
6693
  } | {
6499
6694
  type: "pull-request";
6500
- webhookSecret?: string | undefined;
6501
6695
  body?: string | undefined;
6696
+ webhookSecret?: string | undefined;
6502
6697
  title?: string | undefined;
6503
6698
  auth?: {
6504
6699
  token: string;
@@ -6593,8 +6788,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6593
6788
  operation?: "replace" | "patch" | undefined;
6594
6789
  content?: string | undefined;
6595
6790
  }[];
6596
- webhookSecret?: string | undefined;
6597
6791
  body?: string | undefined;
6792
+ webhookSecret?: string | undefined;
6598
6793
  base?: string | undefined;
6599
6794
  labels?: string[] | undefined;
6600
6795
  reviewers?: string[] | undefined;
@@ -6625,6 +6820,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6625
6820
  appliedAction: string;
6626
6821
  }[] | undefined;
6627
6822
  timeout?: number | undefined;
6823
+ mutatesProperty?: string | undefined;
6628
6824
  }>, {
6629
6825
  associatedWith: {
6630
6826
  entityType: string;
@@ -6643,7 +6839,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6643
6839
  enum?: string[] | undefined;
6644
6840
  }[];
6645
6841
  description: string | null;
6646
- projectId: string | null;
6842
+ orgId: string;
6843
+ projectId: string;
6647
6844
  displayName: string | null;
6648
6845
  conditions: {
6649
6846
  value: string | number | boolean | string[];
@@ -6773,8 +6970,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6773
6970
  };
6774
6971
  trigger: {
6775
6972
  type: "webhook";
6973
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
6776
6974
  url: string;
6777
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
6778
6975
  headers?: {
6779
6976
  [x: string]: string;
6780
6977
  } | undefined;
@@ -6832,8 +7029,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6832
7029
  } | undefined;
6833
7030
  content?: string | undefined;
6834
7031
  }[];
6835
- webhookSecret?: string | undefined;
6836
7032
  body?: string | undefined;
7033
+ webhookSecret?: string | undefined;
6837
7034
  labels?: string[] | undefined;
6838
7035
  reviewers?: string[] | undefined;
6839
7036
  teamReviewers?: string[] | undefined;
@@ -6911,8 +7108,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6911
7108
  } | undefined;
6912
7109
  content?: string | undefined;
6913
7110
  }[];
6914
- webhookSecret?: string | undefined;
6915
7111
  body?: string | undefined;
7112
+ webhookSecret?: string | undefined;
6916
7113
  labels?: string[] | undefined;
6917
7114
  reviewers?: string[] | undefined;
6918
7115
  teamReviewers?: string[] | undefined;
@@ -6943,11 +7140,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6943
7140
  envOverrides: {
6944
7141
  [x: string]: {
6945
7142
  type: "webhook";
6946
- url?: string | undefined;
7143
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6947
7144
  headers?: {
6948
7145
  [x: string]: string;
6949
7146
  } | undefined;
6950
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
7147
+ url?: string | undefined;
6951
7148
  auth?: {
6952
7149
  token: string;
6953
7150
  type: "bearer";
@@ -6976,8 +7173,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6976
7173
  } | undefined;
6977
7174
  } | {
6978
7175
  type: "pull-request";
6979
- webhookSecret?: string | undefined;
6980
7176
  body?: string | undefined;
7177
+ webhookSecret?: string | undefined;
6981
7178
  title?: string | undefined;
6982
7179
  auth?: {
6983
7180
  token: string;
@@ -7079,8 +7276,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7079
7276
  } | undefined;
7080
7277
  content?: string | undefined;
7081
7278
  }[];
7082
- webhookSecret?: string | undefined;
7083
7279
  body?: string | undefined;
7280
+ webhookSecret?: string | undefined;
7084
7281
  labels?: string[] | undefined;
7085
7282
  reviewers?: string[] | undefined;
7086
7283
  teamReviewers?: string[] | undefined;
@@ -7112,6 +7309,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7112
7309
  relationship: string;
7113
7310
  appliedAction: string;
7114
7311
  }[] | null | undefined;
7312
+ mutatesProperty: string | null;
7115
7313
  timeoutMinutes: number | null;
7116
7314
  }>;
7117
7315
  update: SchemaFn<zod.ZodObject<{
@@ -7675,8 +7873,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7675
7873
  }>>;
7676
7874
  }, "strip", zod.ZodTypeAny, {
7677
7875
  type: "webhook";
7876
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
7678
7877
  url: string;
7679
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
7680
7878
  headers?: Record<string, string> | undefined;
7681
7879
  auth?: {
7682
7880
  token: string;
@@ -7703,8 +7901,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7703
7901
  }, {
7704
7902
  type: "webhook";
7705
7903
  url: string;
7904
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
7706
7905
  headers?: Record<string, string> | undefined;
7707
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
7708
7906
  auth?: {
7709
7907
  token: string;
7710
7908
  type: "bearer";
@@ -7902,8 +8100,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7902
8100
  } | undefined;
7903
8101
  content?: string | undefined;
7904
8102
  }[];
7905
- webhookSecret?: string | undefined;
7906
8103
  body?: string | undefined;
8104
+ webhookSecret?: string | undefined;
7907
8105
  labels?: string[] | undefined;
7908
8106
  reviewers?: string[] | undefined;
7909
8107
  teamReviewers?: string[] | undefined;
@@ -7940,8 +8138,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7940
8138
  operation?: "replace" | "patch" | undefined;
7941
8139
  content?: string | undefined;
7942
8140
  }[];
7943
- webhookSecret?: string | undefined;
7944
8141
  body?: string | undefined;
8142
+ webhookSecret?: string | undefined;
7945
8143
  base?: string | undefined;
7946
8144
  labels?: string[] | undefined;
7947
8145
  reviewers?: string[] | undefined;
@@ -8195,8 +8393,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8195
8393
  } | undefined;
8196
8394
  content?: string | undefined;
8197
8395
  }[];
8198
- webhookSecret?: string | undefined;
8199
8396
  body?: string | undefined;
8397
+ webhookSecret?: string | undefined;
8200
8398
  labels?: string[] | undefined;
8201
8399
  reviewers?: string[] | undefined;
8202
8400
  teamReviewers?: string[] | undefined;
@@ -8226,8 +8424,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8226
8424
  operation?: "replace" | "patch" | undefined;
8227
8425
  content?: string | undefined;
8228
8426
  }[];
8229
- webhookSecret?: string | undefined;
8230
8427
  body?: string | undefined;
8428
+ webhookSecret?: string | undefined;
8231
8429
  base?: string | undefined;
8232
8430
  labels?: string[] | undefined;
8233
8431
  reviewers?: string[] | undefined;
@@ -8282,8 +8480,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8282
8480
  } | undefined;
8283
8481
  content?: string | undefined;
8284
8482
  }[];
8285
- webhookSecret?: string | undefined;
8286
8483
  body?: string | undefined;
8484
+ webhookSecret?: string | undefined;
8287
8485
  labels?: string[] | undefined;
8288
8486
  reviewers?: string[] | undefined;
8289
8487
  teamReviewers?: string[] | undefined;
@@ -8330,8 +8528,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8330
8528
  operation?: "replace" | "patch" | undefined;
8331
8529
  content?: string | undefined;
8332
8530
  }[];
8333
- webhookSecret?: string | undefined;
8334
8531
  body?: string | undefined;
8532
+ webhookSecret?: string | undefined;
8335
8533
  base?: string | undefined;
8336
8534
  labels?: string[] | undefined;
8337
8535
  reviewers?: string[] | undefined;
@@ -8432,8 +8630,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8432
8630
  type: "noop";
8433
8631
  }>]>, {
8434
8632
  type: "webhook";
8633
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
8435
8634
  url: string;
8436
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
8437
8635
  headers?: Record<string, string> | undefined;
8438
8636
  auth?: {
8439
8637
  token: string;
@@ -8485,8 +8683,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8485
8683
  } | undefined;
8486
8684
  content?: string | undefined;
8487
8685
  }[];
8488
- webhookSecret?: string | undefined;
8489
8686
  body?: string | undefined;
8687
+ webhookSecret?: string | undefined;
8490
8688
  labels?: string[] | undefined;
8491
8689
  reviewers?: string[] | undefined;
8492
8690
  teamReviewers?: string[] | undefined;
@@ -8558,8 +8756,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8558
8756
  } | undefined;
8559
8757
  content?: string | undefined;
8560
8758
  }[];
8561
- webhookSecret?: string | undefined;
8562
8759
  body?: string | undefined;
8760
+ webhookSecret?: string | undefined;
8563
8761
  labels?: string[] | undefined;
8564
8762
  reviewers?: string[] | undefined;
8565
8763
  teamReviewers?: string[] | undefined;
@@ -8587,8 +8785,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8587
8785
  }, {
8588
8786
  type: "webhook";
8589
8787
  url: string;
8788
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
8590
8789
  headers?: Record<string, string> | undefined;
8591
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
8592
8790
  auth?: {
8593
8791
  token: string;
8594
8792
  type: "bearer";
@@ -8638,8 +8836,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8638
8836
  operation?: "replace" | "patch" | undefined;
8639
8837
  content?: string | undefined;
8640
8838
  }[];
8641
- webhookSecret?: string | undefined;
8642
8839
  body?: string | undefined;
8840
+ webhookSecret?: string | undefined;
8643
8841
  base?: string | undefined;
8644
8842
  labels?: string[] | undefined;
8645
8843
  reviewers?: string[] | undefined;
@@ -8710,8 +8908,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8710
8908
  operation?: "replace" | "patch" | undefined;
8711
8909
  content?: string | undefined;
8712
8910
  }[];
8713
- webhookSecret?: string | undefined;
8714
8911
  body?: string | undefined;
8912
+ webhookSecret?: string | undefined;
8715
8913
  base?: string | undefined;
8716
8914
  labels?: string[] | undefined;
8717
8915
  reviewers?: string[] | undefined;
@@ -8806,9 +9004,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8806
9004
  }>>;
8807
9005
  }, "strip", zod.ZodTypeAny, {
8808
9006
  type: "webhook";
8809
- url?: string | undefined;
9007
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
8810
9008
  headers?: Record<string, string> | undefined;
8811
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
9009
+ url?: string | undefined;
8812
9010
  auth?: {
8813
9011
  token: string;
8814
9012
  type: "bearer";
@@ -8833,9 +9031,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8833
9031
  } | undefined;
8834
9032
  }, {
8835
9033
  type: "webhook";
8836
- url?: string | undefined;
9034
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
8837
9035
  headers?: Record<string, string> | undefined;
8838
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
9036
+ url?: string | undefined;
8839
9037
  auth?: {
8840
9038
  token: string;
8841
9039
  type: "bearer";
@@ -9004,8 +9202,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9004
9202
  }>>;
9005
9203
  }, "strip", zod.ZodTypeAny, {
9006
9204
  type: "pull-request";
9007
- webhookSecret?: string | undefined;
9008
9205
  body?: string | undefined;
9206
+ webhookSecret?: string | undefined;
9009
9207
  title?: string | undefined;
9010
9208
  auth?: {
9011
9209
  token: string;
@@ -9042,8 +9240,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9042
9240
  } | undefined;
9043
9241
  }, {
9044
9242
  type: "pull-request";
9045
- webhookSecret?: string | undefined;
9046
9243
  body?: string | undefined;
9244
+ webhookSecret?: string | undefined;
9047
9245
  title?: string | undefined;
9048
9246
  auth?: {
9049
9247
  token: string;
@@ -9321,8 +9519,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9321
9519
  } | undefined;
9322
9520
  content?: string | undefined;
9323
9521
  }[];
9324
- webhookSecret?: string | undefined;
9325
9522
  body?: string | undefined;
9523
+ webhookSecret?: string | undefined;
9326
9524
  labels?: string[] | undefined;
9327
9525
  reviewers?: string[] | undefined;
9328
9526
  teamReviewers?: string[] | undefined;
@@ -9352,8 +9550,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9352
9550
  operation?: "replace" | "patch" | undefined;
9353
9551
  content?: string | undefined;
9354
9552
  }[];
9355
- webhookSecret?: string | undefined;
9356
9553
  body?: string | undefined;
9554
+ webhookSecret?: string | undefined;
9357
9555
  base?: string | undefined;
9358
9556
  labels?: string[] | undefined;
9359
9557
  reviewers?: string[] | undefined;
@@ -9407,8 +9605,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9407
9605
  } | undefined;
9408
9606
  content?: string | undefined;
9409
9607
  }[];
9410
- webhookSecret?: string | undefined;
9411
9608
  body?: string | undefined;
9609
+ webhookSecret?: string | undefined;
9412
9610
  labels?: string[] | undefined;
9413
9611
  reviewers?: string[] | undefined;
9414
9612
  teamReviewers?: string[] | undefined;
@@ -9456,8 +9654,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9456
9654
  operation?: "replace" | "patch" | undefined;
9457
9655
  content?: string | undefined;
9458
9656
  }[];
9459
- webhookSecret?: string | undefined;
9460
9657
  body?: string | undefined;
9658
+ webhookSecret?: string | undefined;
9461
9659
  base?: string | undefined;
9462
9660
  labels?: string[] | undefined;
9463
9661
  reviewers?: string[] | undefined;
@@ -9562,7 +9760,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9562
9760
  appliedAction: string;
9563
9761
  }>, "many">>;
9564
9762
  timeout: zod.ZodOptional<zod.ZodNumber>;
9763
+ mutatesProperty: zod.ZodOptional<zod.ZodString>;
9565
9764
  } & {
9765
+ orgId: zod.ZodString;
9566
9766
  projectId: zod.ZodString;
9567
9767
  }, "strip", zod.ZodTypeAny, {
9568
9768
  name: string;
@@ -9575,6 +9775,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9575
9775
  title?: string | undefined;
9576
9776
  enum?: string[] | undefined;
9577
9777
  }[];
9778
+ orgId: string;
9578
9779
  projectId: string;
9579
9780
  conditions: {
9580
9781
  value: string | number | boolean | string[];
@@ -9695,8 +9896,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9695
9896
  };
9696
9897
  trigger: {
9697
9898
  type: "webhook";
9899
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
9698
9900
  url: string;
9699
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
9700
9901
  headers?: Record<string, string> | undefined;
9701
9902
  auth?: {
9702
9903
  token: string;
@@ -9748,8 +9949,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9748
9949
  } | undefined;
9749
9950
  content?: string | undefined;
9750
9951
  }[];
9751
- webhookSecret?: string | undefined;
9752
9952
  body?: string | undefined;
9953
+ webhookSecret?: string | undefined;
9753
9954
  labels?: string[] | undefined;
9754
9955
  reviewers?: string[] | undefined;
9755
9956
  teamReviewers?: string[] | undefined;
@@ -9821,8 +10022,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9821
10022
  } | undefined;
9822
10023
  content?: string | undefined;
9823
10024
  }[];
9824
- webhookSecret?: string | undefined;
9825
10025
  body?: string | undefined;
10026
+ webhookSecret?: string | undefined;
9826
10027
  labels?: string[] | undefined;
9827
10028
  reviewers?: string[] | undefined;
9828
10029
  teamReviewers?: string[] | undefined;
@@ -9852,9 +10053,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9852
10053
  displayName?: string | undefined;
9853
10054
  envOverrides?: Record<string, {
9854
10055
  type: "webhook";
9855
- url?: string | undefined;
10056
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
9856
10057
  headers?: Record<string, string> | undefined;
9857
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10058
+ url?: string | undefined;
9858
10059
  auth?: {
9859
10060
  token: string;
9860
10061
  type: "bearer";
@@ -9879,8 +10080,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9879
10080
  } | undefined;
9880
10081
  } | {
9881
10082
  type: "pull-request";
9882
- webhookSecret?: string | undefined;
9883
10083
  body?: string | undefined;
10084
+ webhookSecret?: string | undefined;
9884
10085
  title?: string | undefined;
9885
10086
  auth?: {
9886
10087
  token: string;
@@ -9976,8 +10177,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9976
10177
  } | undefined;
9977
10178
  content?: string | undefined;
9978
10179
  }[];
9979
- webhookSecret?: string | undefined;
9980
10180
  body?: string | undefined;
10181
+ webhookSecret?: string | undefined;
9981
10182
  labels?: string[] | undefined;
9982
10183
  reviewers?: string[] | undefined;
9983
10184
  teamReviewers?: string[] | undefined;
@@ -10007,8 +10208,10 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10007
10208
  appliedAction: string;
10008
10209
  }[] | undefined;
10009
10210
  timeout?: number | undefined;
10211
+ mutatesProperty?: string | undefined;
10010
10212
  }, {
10011
10213
  name: string;
10214
+ orgId: string;
10012
10215
  projectId: string;
10013
10216
  operation: {
10014
10217
  type: "create-entity";
@@ -10117,8 +10320,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10117
10320
  trigger: {
10118
10321
  type: "webhook";
10119
10322
  url: string;
10323
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
10120
10324
  headers?: Record<string, string> | undefined;
10121
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10122
10325
  auth?: {
10123
10326
  token: string;
10124
10327
  type: "bearer";
@@ -10168,8 +10371,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10168
10371
  operation?: "replace" | "patch" | undefined;
10169
10372
  content?: string | undefined;
10170
10373
  }[];
10171
- webhookSecret?: string | undefined;
10172
10374
  body?: string | undefined;
10375
+ webhookSecret?: string | undefined;
10173
10376
  base?: string | undefined;
10174
10377
  labels?: string[] | undefined;
10175
10378
  reviewers?: string[] | undefined;
@@ -10240,8 +10443,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10240
10443
  operation?: "replace" | "patch" | undefined;
10241
10444
  content?: string | undefined;
10242
10445
  }[];
10243
- webhookSecret?: string | undefined;
10244
10446
  body?: string | undefined;
10447
+ webhookSecret?: string | undefined;
10245
10448
  base?: string | undefined;
10246
10449
  labels?: string[] | undefined;
10247
10450
  reviewers?: string[] | undefined;
@@ -10295,9 +10498,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10295
10498
  }[] | undefined;
10296
10499
  envOverrides?: Record<string, {
10297
10500
  type: "webhook";
10298
- url?: string | undefined;
10501
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
10299
10502
  headers?: Record<string, string> | undefined;
10300
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10503
+ url?: string | undefined;
10301
10504
  auth?: {
10302
10505
  token: string;
10303
10506
  type: "bearer";
@@ -10322,8 +10525,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10322
10525
  } | undefined;
10323
10526
  } | {
10324
10527
  type: "pull-request";
10325
- webhookSecret?: string | undefined;
10326
10528
  body?: string | undefined;
10529
+ webhookSecret?: string | undefined;
10327
10530
  title?: string | undefined;
10328
10531
  auth?: {
10329
10532
  token: string;
@@ -10418,8 +10621,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10418
10621
  operation?: "replace" | "patch" | undefined;
10419
10622
  content?: string | undefined;
10420
10623
  }[];
10421
- webhookSecret?: string | undefined;
10422
10624
  body?: string | undefined;
10625
+ webhookSecret?: string | undefined;
10423
10626
  base?: string | undefined;
10424
10627
  labels?: string[] | undefined;
10425
10628
  reviewers?: string[] | undefined;
@@ -10450,6 +10653,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10450
10653
  appliedAction: string;
10451
10654
  }[] | undefined;
10452
10655
  timeout?: number | undefined;
10656
+ mutatesProperty?: string | undefined;
10453
10657
  }>, {
10454
10658
  associatedWith: {
10455
10659
  entityType: string;
@@ -10468,7 +10672,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10468
10672
  enum?: string[] | undefined;
10469
10673
  }[];
10470
10674
  description: string | null;
10471
- projectId: string | null;
10675
+ orgId: string;
10676
+ projectId: string;
10472
10677
  displayName: string | null;
10473
10678
  conditions: {
10474
10679
  value: string | number | boolean | string[];
@@ -10598,8 +10803,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10598
10803
  };
10599
10804
  trigger: {
10600
10805
  type: "webhook";
10806
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
10601
10807
  url: string;
10602
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
10603
10808
  headers?: {
10604
10809
  [x: string]: string;
10605
10810
  } | undefined;
@@ -10657,8 +10862,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10657
10862
  } | undefined;
10658
10863
  content?: string | undefined;
10659
10864
  }[];
10660
- webhookSecret?: string | undefined;
10661
10865
  body?: string | undefined;
10866
+ webhookSecret?: string | undefined;
10662
10867
  labels?: string[] | undefined;
10663
10868
  reviewers?: string[] | undefined;
10664
10869
  teamReviewers?: string[] | undefined;
@@ -10736,8 +10941,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10736
10941
  } | undefined;
10737
10942
  content?: string | undefined;
10738
10943
  }[];
10739
- webhookSecret?: string | undefined;
10740
10944
  body?: string | undefined;
10945
+ webhookSecret?: string | undefined;
10741
10946
  labels?: string[] | undefined;
10742
10947
  reviewers?: string[] | undefined;
10743
10948
  teamReviewers?: string[] | undefined;
@@ -10768,11 +10973,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10768
10973
  envOverrides: {
10769
10974
  [x: string]: {
10770
10975
  type: "webhook";
10771
- url?: string | undefined;
10976
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
10772
10977
  headers?: {
10773
10978
  [x: string]: string;
10774
10979
  } | undefined;
10775
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10980
+ url?: string | undefined;
10776
10981
  auth?: {
10777
10982
  token: string;
10778
10983
  type: "bearer";
@@ -10801,8 +11006,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10801
11006
  } | undefined;
10802
11007
  } | {
10803
11008
  type: "pull-request";
10804
- webhookSecret?: string | undefined;
10805
11009
  body?: string | undefined;
11010
+ webhookSecret?: string | undefined;
10806
11011
  title?: string | undefined;
10807
11012
  auth?: {
10808
11013
  token: string;
@@ -10904,8 +11109,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10904
11109
  } | undefined;
10905
11110
  content?: string | undefined;
10906
11111
  }[];
10907
- webhookSecret?: string | undefined;
10908
11112
  body?: string | undefined;
11113
+ webhookSecret?: string | undefined;
10909
11114
  labels?: string[] | undefined;
10910
11115
  reviewers?: string[] | undefined;
10911
11116
  teamReviewers?: string[] | undefined;
@@ -10937,34 +11142,41 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10937
11142
  relationship: string;
10938
11143
  appliedAction: string;
10939
11144
  }[] | null | undefined;
11145
+ mutatesProperty: string | null;
10940
11146
  timeoutMinutes: number | null;
10941
11147
  }>;
10942
11148
  delete: SchemaFn<zod.ZodObject<{
11149
+ orgId: zod.ZodString;
10943
11150
  projectId: zod.ZodString;
10944
11151
  name: zod.ZodString;
10945
11152
  }, "strip", zod.ZodTypeAny, {
10946
11153
  name: string;
11154
+ orgId: string;
10947
11155
  projectId: string;
10948
11156
  }, {
10949
11157
  name: string;
11158
+ orgId: string;
10950
11159
  projectId: string;
10951
11160
  }>, {
10952
11161
  deleted: true;
10953
11162
  name: string;
10954
11163
  }>;
10955
11164
  run: SchemaFn<zod.ZodObject<{
11165
+ orgId: zod.ZodString;
10956
11166
  projectId: zod.ZodString;
10957
11167
  envName: zod.ZodString;
10958
11168
  actionName: zod.ZodString;
10959
11169
  parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
10960
11170
  recommendations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
10961
11171
  }, "strip", zod.ZodTypeAny, {
11172
+ orgId: string;
10962
11173
  projectId: string;
10963
11174
  envName: string;
10964
11175
  actionName: string;
10965
11176
  parameters?: Record<string, unknown> | undefined;
10966
11177
  recommendations?: Record<string, string> | undefined;
10967
11178
  }, {
11179
+ orgId: string;
10968
11180
  projectId: string;
10969
11181
  envName: string;
10970
11182
  actionName: string;
@@ -10978,7 +11190,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10978
11190
  metadata: hono_utils_types.JSONValue;
10979
11191
  parameters: hono_utils_types.JSONValue;
10980
11192
  output: hono_utils_types.JSONValue;
10981
- projectId: string | null;
11193
+ orgId: string;
11194
+ projectId: string;
10982
11195
  envId: string;
10983
11196
  recommendations: hono_utils_types.JSONValue;
10984
11197
  entityId: string | null;
@@ -10993,6 +11206,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10993
11206
  };
10994
11207
  actionRuns: {
10995
11208
  list: SchemaFn<zod.ZodObject<{
11209
+ orgId: zod.ZodString;
10996
11210
  projectId: zod.ZodString;
10997
11211
  envName: zod.ZodString;
10998
11212
  actionName: zod.ZodOptional<zod.ZodString>;
@@ -11000,6 +11214,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11000
11214
  status: zod.ZodOptional<zod.ZodEnum<["pending", "running", "succeeded", "failed", "cancelled"]>>;
11001
11215
  limit: zod.ZodOptional<zod.ZodNumber>;
11002
11216
  }, "strip", zod.ZodTypeAny, {
11217
+ orgId: string;
11003
11218
  projectId: string;
11004
11219
  envName: string;
11005
11220
  status?: "pending" | "running" | "succeeded" | "failed" | "cancelled" | undefined;
@@ -11007,6 +11222,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11007
11222
  entityId?: string | undefined;
11008
11223
  actionName?: string | undefined;
11009
11224
  }, {
11225
+ orgId: string;
11010
11226
  projectId: string;
11011
11227
  envName: string;
11012
11228
  status?: "pending" | "running" | "succeeded" | "failed" | "cancelled" | undefined;
@@ -11023,7 +11239,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11023
11239
  triggeredBy: string;
11024
11240
  callbackToken: string;
11025
11241
  callbackTokenExpiresAt: string;
11026
- projectId: string | null;
11242
+ projectId: string;
11243
+ orgId: string;
11027
11244
  envId: string;
11028
11245
  operationEntityId: string | null;
11029
11246
  createdAt: string;
@@ -11034,15 +11251,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11034
11251
  metadata: hono_utils_types.JSONValue;
11035
11252
  }[]>;
11036
11253
  get: SchemaFn<zod.ZodObject<{
11254
+ orgId: zod.ZodString;
11037
11255
  projectId: zod.ZodString;
11038
11256
  envName: zod.ZodString;
11039
11257
  id: zod.ZodString;
11040
11258
  }, "strip", zod.ZodTypeAny, {
11041
11259
  id: string;
11260
+ orgId: string;
11042
11261
  projectId: string;
11043
11262
  envName: string;
11044
11263
  }, {
11045
11264
  id: string;
11265
+ orgId: string;
11046
11266
  projectId: string;
11047
11267
  envName: string;
11048
11268
  }>, {
@@ -11055,7 +11275,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11055
11275
  triggeredBy: string;
11056
11276
  callbackToken: string;
11057
11277
  callbackTokenExpiresAt: string;
11058
- projectId: string | null;
11278
+ projectId: string;
11279
+ orgId: string;
11059
11280
  envId: string;
11060
11281
  operationEntityId: string | null;
11061
11282
  createdAt: string;
@@ -11066,15 +11287,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11066
11287
  metadata: hono_utils_types.JSONValue;
11067
11288
  }>;
11068
11289
  cancel: SchemaFn<zod.ZodObject<{
11290
+ orgId: zod.ZodString;
11069
11291
  projectId: zod.ZodString;
11070
11292
  envName: zod.ZodString;
11071
11293
  id: zod.ZodString;
11072
11294
  }, "strip", zod.ZodTypeAny, {
11073
11295
  id: string;
11296
+ orgId: string;
11074
11297
  projectId: string;
11075
11298
  envName: string;
11076
11299
  }, {
11077
11300
  id: string;
11301
+ orgId: string;
11078
11302
  projectId: string;
11079
11303
  envName: string;
11080
11304
  }>, {
@@ -11087,7 +11311,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11087
11311
  triggeredBy: string;
11088
11312
  callbackToken: string;
11089
11313
  callbackTokenExpiresAt: string;
11090
- projectId: string | null;
11314
+ projectId: string;
11315
+ orgId: string;
11091
11316
  envId: string;
11092
11317
  operationEntityId: string | null;
11093
11318
  createdAt: string;
@@ -11100,12 +11325,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11100
11325
  };
11101
11326
  secrets: {
11102
11327
  list: SchemaFn<zod.ZodObject<{
11328
+ orgId: zod.ZodString;
11103
11329
  projectId: zod.ZodString;
11104
11330
  envName: zod.ZodString;
11105
11331
  }, "strip", zod.ZodTypeAny, {
11332
+ orgId: string;
11106
11333
  projectId: string;
11107
11334
  envName: string;
11108
11335
  }, {
11336
+ orgId: string;
11109
11337
  projectId: string;
11110
11338
  envName: string;
11111
11339
  }>, {
@@ -11116,15 +11344,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11116
11344
  updatedAt: string;
11117
11345
  }[]>;
11118
11346
  get: SchemaFn<zod.ZodObject<{
11347
+ orgId: zod.ZodString;
11119
11348
  projectId: zod.ZodString;
11120
11349
  envName: zod.ZodString;
11121
11350
  name: zod.ZodString;
11122
11351
  }, "strip", zod.ZodTypeAny, {
11123
11352
  name: string;
11353
+ orgId: string;
11124
11354
  projectId: string;
11125
11355
  envName: string;
11126
11356
  }, {
11127
11357
  name: string;
11358
+ orgId: string;
11128
11359
  projectId: string;
11129
11360
  envName: string;
11130
11361
  }>, {
@@ -11135,17 +11366,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11135
11366
  updatedAt: string;
11136
11367
  }>;
11137
11368
  create: SchemaFn<zod.ZodObject<{
11369
+ orgId: zod.ZodString;
11138
11370
  projectId: zod.ZodString;
11139
11371
  envName: zod.ZodString;
11140
11372
  name: zod.ZodString;
11141
11373
  description: zod.ZodOptional<zod.ZodString>;
11142
11374
  }, "strip", zod.ZodTypeAny, {
11143
11375
  name: string;
11376
+ orgId: string;
11144
11377
  projectId: string;
11145
11378
  envName: string;
11146
11379
  description?: string | undefined;
11147
11380
  }, {
11148
11381
  name: string;
11382
+ orgId: string;
11149
11383
  projectId: string;
11150
11384
  envName: string;
11151
11385
  description?: string | undefined;
@@ -11155,15 +11389,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11155
11389
  createdAt: string;
11156
11390
  }>;
11157
11391
  delete: SchemaFn<zod.ZodObject<{
11392
+ orgId: zod.ZodString;
11158
11393
  projectId: zod.ZodString;
11159
11394
  envName: zod.ZodString;
11160
11395
  name: zod.ZodString;
11161
11396
  }, "strip", zod.ZodTypeAny, {
11162
11397
  name: string;
11398
+ orgId: string;
11163
11399
  projectId: string;
11164
11400
  envName: string;
11165
11401
  }, {
11166
11402
  name: string;
11403
+ orgId: string;
11167
11404
  projectId: string;
11168
11405
  envName: string;
11169
11406
  }>, {
@@ -11171,6 +11408,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11171
11408
  name: string;
11172
11409
  }>;
11173
11410
  setValue: SchemaFn<zod.ZodObject<{
11411
+ orgId: zod.ZodString;
11174
11412
  projectId: zod.ZodString;
11175
11413
  envName: zod.ZodString;
11176
11414
  name: zod.ZodString;
@@ -11178,11 +11416,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11178
11416
  }, "strip", zod.ZodTypeAny, {
11179
11417
  name: string;
11180
11418
  value: string;
11419
+ orgId: string;
11181
11420
  projectId: string;
11182
11421
  envName: string;
11183
11422
  }, {
11184
11423
  name: string;
11185
11424
  value: string;
11425
+ orgId: string;
11186
11426
  projectId: string;
11187
11427
  envName: string;
11188
11428
  }>, {
@@ -11429,6 +11669,28 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11429
11669
  aggregate: "max" | "sum" | "avg" | "min";
11430
11670
  }>, "many">>>;
11431
11671
  parentCells: zod.ZodDefault<zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>>;
11672
+ membership: zod.ZodOptional<zod.ZodObject<{
11673
+ derivedFrom: zod.ZodObject<{
11674
+ property: zod.ZodString;
11675
+ value: zod.ZodOptional<zod.ZodString>;
11676
+ }, "strip", zod.ZodTypeAny, {
11677
+ property: string;
11678
+ value?: string | undefined;
11679
+ }, {
11680
+ property: string;
11681
+ value?: string | undefined;
11682
+ }>;
11683
+ }, "strip", zod.ZodTypeAny, {
11684
+ derivedFrom: {
11685
+ property: string;
11686
+ value?: string | undefined;
11687
+ };
11688
+ }, {
11689
+ derivedFrom: {
11690
+ property: string;
11691
+ value?: string | undefined;
11692
+ };
11693
+ }>>;
11432
11694
  }, "strip", zod.ZodTypeAny, {
11433
11695
  name: string;
11434
11696
  entityType: string;
@@ -11441,6 +11703,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11441
11703
  parentCells: string[];
11442
11704
  kind: "Cell";
11443
11705
  displayName?: string | undefined;
11706
+ membership?: {
11707
+ derivedFrom: {
11708
+ property: string;
11709
+ value?: string | undefined;
11710
+ };
11711
+ } | undefined;
11444
11712
  }, {
11445
11713
  name: string;
11446
11714
  entityType: string;
@@ -11453,6 +11721,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11453
11721
  }[] | undefined;
11454
11722
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
11455
11723
  parentCells?: string[] | undefined;
11724
+ membership?: {
11725
+ derivedFrom: {
11726
+ property: string;
11727
+ value?: string | undefined;
11728
+ };
11729
+ } | undefined;
11456
11730
  }>, zod.ZodObject<{
11457
11731
  kind: zod.ZodLiteral<"RelationshipType">;
11458
11732
  name: zod.ZodString;
@@ -12104,8 +12378,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12104
12378
  }>>;
12105
12379
  }, "strip", zod.ZodTypeAny, {
12106
12380
  type: "webhook";
12381
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
12107
12382
  url: string;
12108
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
12109
12383
  headers?: Record<string, string> | undefined;
12110
12384
  auth?: {
12111
12385
  token: string;
@@ -12132,8 +12406,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12132
12406
  }, {
12133
12407
  type: "webhook";
12134
12408
  url: string;
12409
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
12135
12410
  headers?: Record<string, string> | undefined;
12136
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
12137
12411
  auth?: {
12138
12412
  token: string;
12139
12413
  type: "bearer";
@@ -12331,8 +12605,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12331
12605
  } | undefined;
12332
12606
  content?: string | undefined;
12333
12607
  }[];
12334
- webhookSecret?: string | undefined;
12335
12608
  body?: string | undefined;
12609
+ webhookSecret?: string | undefined;
12336
12610
  labels?: string[] | undefined;
12337
12611
  reviewers?: string[] | undefined;
12338
12612
  teamReviewers?: string[] | undefined;
@@ -12369,8 +12643,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12369
12643
  operation?: "replace" | "patch" | undefined;
12370
12644
  content?: string | undefined;
12371
12645
  }[];
12372
- webhookSecret?: string | undefined;
12373
12646
  body?: string | undefined;
12647
+ webhookSecret?: string | undefined;
12374
12648
  base?: string | undefined;
12375
12649
  labels?: string[] | undefined;
12376
12650
  reviewers?: string[] | undefined;
@@ -12624,8 +12898,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12624
12898
  } | undefined;
12625
12899
  content?: string | undefined;
12626
12900
  }[];
12627
- webhookSecret?: string | undefined;
12628
12901
  body?: string | undefined;
12902
+ webhookSecret?: string | undefined;
12629
12903
  labels?: string[] | undefined;
12630
12904
  reviewers?: string[] | undefined;
12631
12905
  teamReviewers?: string[] | undefined;
@@ -12655,8 +12929,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12655
12929
  operation?: "replace" | "patch" | undefined;
12656
12930
  content?: string | undefined;
12657
12931
  }[];
12658
- webhookSecret?: string | undefined;
12659
12932
  body?: string | undefined;
12933
+ webhookSecret?: string | undefined;
12660
12934
  base?: string | undefined;
12661
12935
  labels?: string[] | undefined;
12662
12936
  reviewers?: string[] | undefined;
@@ -12711,8 +12985,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12711
12985
  } | undefined;
12712
12986
  content?: string | undefined;
12713
12987
  }[];
12714
- webhookSecret?: string | undefined;
12715
12988
  body?: string | undefined;
12989
+ webhookSecret?: string | undefined;
12716
12990
  labels?: string[] | undefined;
12717
12991
  reviewers?: string[] | undefined;
12718
12992
  teamReviewers?: string[] | undefined;
@@ -12759,8 +13033,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12759
13033
  operation?: "replace" | "patch" | undefined;
12760
13034
  content?: string | undefined;
12761
13035
  }[];
12762
- webhookSecret?: string | undefined;
12763
13036
  body?: string | undefined;
13037
+ webhookSecret?: string | undefined;
12764
13038
  base?: string | undefined;
12765
13039
  labels?: string[] | undefined;
12766
13040
  reviewers?: string[] | undefined;
@@ -12861,8 +13135,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12861
13135
  type: "noop";
12862
13136
  }>]>, {
12863
13137
  type: "webhook";
13138
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
12864
13139
  url: string;
12865
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
12866
13140
  headers?: Record<string, string> | undefined;
12867
13141
  auth?: {
12868
13142
  token: string;
@@ -12914,8 +13188,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12914
13188
  } | undefined;
12915
13189
  content?: string | undefined;
12916
13190
  }[];
12917
- webhookSecret?: string | undefined;
12918
13191
  body?: string | undefined;
13192
+ webhookSecret?: string | undefined;
12919
13193
  labels?: string[] | undefined;
12920
13194
  reviewers?: string[] | undefined;
12921
13195
  teamReviewers?: string[] | undefined;
@@ -12987,8 +13261,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12987
13261
  } | undefined;
12988
13262
  content?: string | undefined;
12989
13263
  }[];
12990
- webhookSecret?: string | undefined;
12991
13264
  body?: string | undefined;
13265
+ webhookSecret?: string | undefined;
12992
13266
  labels?: string[] | undefined;
12993
13267
  reviewers?: string[] | undefined;
12994
13268
  teamReviewers?: string[] | undefined;
@@ -13016,8 +13290,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13016
13290
  }, {
13017
13291
  type: "webhook";
13018
13292
  url: string;
13293
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
13019
13294
  headers?: Record<string, string> | undefined;
13020
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
13021
13295
  auth?: {
13022
13296
  token: string;
13023
13297
  type: "bearer";
@@ -13067,8 +13341,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13067
13341
  operation?: "replace" | "patch" | undefined;
13068
13342
  content?: string | undefined;
13069
13343
  }[];
13070
- webhookSecret?: string | undefined;
13071
13344
  body?: string | undefined;
13345
+ webhookSecret?: string | undefined;
13072
13346
  base?: string | undefined;
13073
13347
  labels?: string[] | undefined;
13074
13348
  reviewers?: string[] | undefined;
@@ -13139,8 +13413,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13139
13413
  operation?: "replace" | "patch" | undefined;
13140
13414
  content?: string | undefined;
13141
13415
  }[];
13142
- webhookSecret?: string | undefined;
13143
13416
  body?: string | undefined;
13417
+ webhookSecret?: string | undefined;
13144
13418
  base?: string | undefined;
13145
13419
  labels?: string[] | undefined;
13146
13420
  reviewers?: string[] | undefined;
@@ -13235,9 +13509,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13235
13509
  }>>;
13236
13510
  }, "strip", zod.ZodTypeAny, {
13237
13511
  type: "webhook";
13238
- url?: string | undefined;
13512
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
13239
13513
  headers?: Record<string, string> | undefined;
13240
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
13514
+ url?: string | undefined;
13241
13515
  auth?: {
13242
13516
  token: string;
13243
13517
  type: "bearer";
@@ -13262,9 +13536,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13262
13536
  } | undefined;
13263
13537
  }, {
13264
13538
  type: "webhook";
13265
- url?: string | undefined;
13539
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
13266
13540
  headers?: Record<string, string> | undefined;
13267
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
13541
+ url?: string | undefined;
13268
13542
  auth?: {
13269
13543
  token: string;
13270
13544
  type: "bearer";
@@ -13433,8 +13707,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13433
13707
  }>>;
13434
13708
  }, "strip", zod.ZodTypeAny, {
13435
13709
  type: "pull-request";
13436
- webhookSecret?: string | undefined;
13437
13710
  body?: string | undefined;
13711
+ webhookSecret?: string | undefined;
13438
13712
  title?: string | undefined;
13439
13713
  auth?: {
13440
13714
  token: string;
@@ -13471,8 +13745,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13471
13745
  } | undefined;
13472
13746
  }, {
13473
13747
  type: "pull-request";
13474
- webhookSecret?: string | undefined;
13475
13748
  body?: string | undefined;
13749
+ webhookSecret?: string | undefined;
13476
13750
  title?: string | undefined;
13477
13751
  auth?: {
13478
13752
  token: string;
@@ -13750,8 +14024,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13750
14024
  } | undefined;
13751
14025
  content?: string | undefined;
13752
14026
  }[];
13753
- webhookSecret?: string | undefined;
13754
14027
  body?: string | undefined;
14028
+ webhookSecret?: string | undefined;
13755
14029
  labels?: string[] | undefined;
13756
14030
  reviewers?: string[] | undefined;
13757
14031
  teamReviewers?: string[] | undefined;
@@ -13781,8 +14055,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13781
14055
  operation?: "replace" | "patch" | undefined;
13782
14056
  content?: string | undefined;
13783
14057
  }[];
13784
- webhookSecret?: string | undefined;
13785
14058
  body?: string | undefined;
14059
+ webhookSecret?: string | undefined;
13786
14060
  base?: string | undefined;
13787
14061
  labels?: string[] | undefined;
13788
14062
  reviewers?: string[] | undefined;
@@ -13836,8 +14110,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13836
14110
  } | undefined;
13837
14111
  content?: string | undefined;
13838
14112
  }[];
13839
- webhookSecret?: string | undefined;
13840
14113
  body?: string | undefined;
14114
+ webhookSecret?: string | undefined;
13841
14115
  labels?: string[] | undefined;
13842
14116
  reviewers?: string[] | undefined;
13843
14117
  teamReviewers?: string[] | undefined;
@@ -13885,8 +14159,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13885
14159
  operation?: "replace" | "patch" | undefined;
13886
14160
  content?: string | undefined;
13887
14161
  }[];
13888
- webhookSecret?: string | undefined;
13889
14162
  body?: string | undefined;
14163
+ webhookSecret?: string | undefined;
13890
14164
  base?: string | undefined;
13891
14165
  labels?: string[] | undefined;
13892
14166
  reviewers?: string[] | undefined;
@@ -13991,6 +14265,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13991
14265
  appliedAction: string;
13992
14266
  }>, "many">>;
13993
14267
  timeout: zod.ZodOptional<zod.ZodNumber>;
14268
+ mutatesProperty: zod.ZodOptional<zod.ZodString>;
13994
14269
  }, "strip", zod.ZodTypeAny, {
13995
14270
  name: string;
13996
14271
  parameters: {
@@ -14121,8 +14396,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14121
14396
  };
14122
14397
  trigger: {
14123
14398
  type: "webhook";
14399
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
14124
14400
  url: string;
14125
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
14126
14401
  headers?: Record<string, string> | undefined;
14127
14402
  auth?: {
14128
14403
  token: string;
@@ -14174,8 +14449,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14174
14449
  } | undefined;
14175
14450
  content?: string | undefined;
14176
14451
  }[];
14177
- webhookSecret?: string | undefined;
14178
14452
  body?: string | undefined;
14453
+ webhookSecret?: string | undefined;
14179
14454
  labels?: string[] | undefined;
14180
14455
  reviewers?: string[] | undefined;
14181
14456
  teamReviewers?: string[] | undefined;
@@ -14247,8 +14522,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14247
14522
  } | undefined;
14248
14523
  content?: string | undefined;
14249
14524
  }[];
14250
- webhookSecret?: string | undefined;
14251
14525
  body?: string | undefined;
14526
+ webhookSecret?: string | undefined;
14252
14527
  labels?: string[] | undefined;
14253
14528
  reviewers?: string[] | undefined;
14254
14529
  teamReviewers?: string[] | undefined;
@@ -14278,9 +14553,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14278
14553
  displayName?: string | undefined;
14279
14554
  envOverrides?: Record<string, {
14280
14555
  type: "webhook";
14281
- url?: string | undefined;
14556
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
14282
14557
  headers?: Record<string, string> | undefined;
14283
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
14558
+ url?: string | undefined;
14284
14559
  auth?: {
14285
14560
  token: string;
14286
14561
  type: "bearer";
@@ -14305,8 +14580,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14305
14580
  } | undefined;
14306
14581
  } | {
14307
14582
  type: "pull-request";
14308
- webhookSecret?: string | undefined;
14309
14583
  body?: string | undefined;
14584
+ webhookSecret?: string | undefined;
14310
14585
  title?: string | undefined;
14311
14586
  auth?: {
14312
14587
  token: string;
@@ -14402,8 +14677,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14402
14677
  } | undefined;
14403
14678
  content?: string | undefined;
14404
14679
  }[];
14405
- webhookSecret?: string | undefined;
14406
14680
  body?: string | undefined;
14681
+ webhookSecret?: string | undefined;
14407
14682
  labels?: string[] | undefined;
14408
14683
  reviewers?: string[] | undefined;
14409
14684
  teamReviewers?: string[] | undefined;
@@ -14433,6 +14708,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14433
14708
  appliedAction: string;
14434
14709
  }[] | undefined;
14435
14710
  timeout?: number | undefined;
14711
+ mutatesProperty?: string | undefined;
14436
14712
  }, {
14437
14713
  name: string;
14438
14714
  operation: {
@@ -14542,8 +14818,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14542
14818
  trigger: {
14543
14819
  type: "webhook";
14544
14820
  url: string;
14821
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
14545
14822
  headers?: Record<string, string> | undefined;
14546
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
14547
14823
  auth?: {
14548
14824
  token: string;
14549
14825
  type: "bearer";
@@ -14593,8 +14869,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14593
14869
  operation?: "replace" | "patch" | undefined;
14594
14870
  content?: string | undefined;
14595
14871
  }[];
14596
- webhookSecret?: string | undefined;
14597
14872
  body?: string | undefined;
14873
+ webhookSecret?: string | undefined;
14598
14874
  base?: string | undefined;
14599
14875
  labels?: string[] | undefined;
14600
14876
  reviewers?: string[] | undefined;
@@ -14665,8 +14941,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14665
14941
  operation?: "replace" | "patch" | undefined;
14666
14942
  content?: string | undefined;
14667
14943
  }[];
14668
- webhookSecret?: string | undefined;
14669
14944
  body?: string | undefined;
14945
+ webhookSecret?: string | undefined;
14670
14946
  base?: string | undefined;
14671
14947
  labels?: string[] | undefined;
14672
14948
  reviewers?: string[] | undefined;
@@ -14720,9 +14996,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14720
14996
  }[] | undefined;
14721
14997
  envOverrides?: Record<string, {
14722
14998
  type: "webhook";
14723
- url?: string | undefined;
14999
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
14724
15000
  headers?: Record<string, string> | undefined;
14725
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
15001
+ url?: string | undefined;
14726
15002
  auth?: {
14727
15003
  token: string;
14728
15004
  type: "bearer";
@@ -14747,8 +15023,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14747
15023
  } | undefined;
14748
15024
  } | {
14749
15025
  type: "pull-request";
14750
- webhookSecret?: string | undefined;
14751
15026
  body?: string | undefined;
15027
+ webhookSecret?: string | undefined;
14752
15028
  title?: string | undefined;
14753
15029
  auth?: {
14754
15030
  token: string;
@@ -14843,8 +15119,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14843
15119
  operation?: "replace" | "patch" | undefined;
14844
15120
  content?: string | undefined;
14845
15121
  }[];
14846
- webhookSecret?: string | undefined;
14847
15122
  body?: string | undefined;
15123
+ webhookSecret?: string | undefined;
14848
15124
  base?: string | undefined;
14849
15125
  labels?: string[] | undefined;
14850
15126
  reviewers?: string[] | undefined;
@@ -14875,6 +15151,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14875
15151
  appliedAction: string;
14876
15152
  }[] | undefined;
14877
15153
  timeout?: number | undefined;
15154
+ mutatesProperty?: string | undefined;
14878
15155
  }>, zod.ZodObject<{
14879
15156
  kind: zod.ZodLiteral<"Secret">;
14880
15157
  name: zod.ZodString;
@@ -14946,9 +15223,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14946
15223
  }>, "many">>>;
14947
15224
  dryRun: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
14948
15225
  } & {
15226
+ orgId: zod.ZodString;
14949
15227
  projectId: zod.ZodString;
14950
15228
  envName: zod.ZodString;
14951
15229
  }, "strip", zod.ZodTypeAny, {
15230
+ orgId: string;
14952
15231
  projectId: string;
14953
15232
  envName: string;
14954
15233
  items: ({
@@ -15081,8 +15360,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15081
15360
  };
15082
15361
  trigger: {
15083
15362
  type: "webhook";
15363
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
15084
15364
  url: string;
15085
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
15086
15365
  headers?: Record<string, string> | undefined;
15087
15366
  auth?: {
15088
15367
  token: string;
@@ -15134,8 +15413,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15134
15413
  } | undefined;
15135
15414
  content?: string | undefined;
15136
15415
  }[];
15137
- webhookSecret?: string | undefined;
15138
15416
  body?: string | undefined;
15417
+ webhookSecret?: string | undefined;
15139
15418
  labels?: string[] | undefined;
15140
15419
  reviewers?: string[] | undefined;
15141
15420
  teamReviewers?: string[] | undefined;
@@ -15207,8 +15486,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15207
15486
  } | undefined;
15208
15487
  content?: string | undefined;
15209
15488
  }[];
15210
- webhookSecret?: string | undefined;
15211
15489
  body?: string | undefined;
15490
+ webhookSecret?: string | undefined;
15212
15491
  labels?: string[] | undefined;
15213
15492
  reviewers?: string[] | undefined;
15214
15493
  teamReviewers?: string[] | undefined;
@@ -15238,9 +15517,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15238
15517
  displayName?: string | undefined;
15239
15518
  envOverrides?: Record<string, {
15240
15519
  type: "webhook";
15241
- url?: string | undefined;
15520
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
15242
15521
  headers?: Record<string, string> | undefined;
15243
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
15522
+ url?: string | undefined;
15244
15523
  auth?: {
15245
15524
  token: string;
15246
15525
  type: "bearer";
@@ -15265,8 +15544,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15265
15544
  } | undefined;
15266
15545
  } | {
15267
15546
  type: "pull-request";
15268
- webhookSecret?: string | undefined;
15269
15547
  body?: string | undefined;
15548
+ webhookSecret?: string | undefined;
15270
15549
  title?: string | undefined;
15271
15550
  auth?: {
15272
15551
  token: string;
@@ -15362,8 +15641,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15362
15641
  } | undefined;
15363
15642
  content?: string | undefined;
15364
15643
  }[];
15365
- webhookSecret?: string | undefined;
15366
15644
  body?: string | undefined;
15645
+ webhookSecret?: string | undefined;
15367
15646
  labels?: string[] | undefined;
15368
15647
  reviewers?: string[] | undefined;
15369
15648
  teamReviewers?: string[] | undefined;
@@ -15393,6 +15672,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15393
15672
  appliedAction: string;
15394
15673
  }[] | undefined;
15395
15674
  timeout?: number | undefined;
15675
+ mutatesProperty?: string | undefined;
15396
15676
  } | {
15397
15677
  name: string;
15398
15678
  states: string[];
@@ -15447,6 +15727,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15447
15727
  parentCells: string[];
15448
15728
  kind: "Cell";
15449
15729
  displayName?: string | undefined;
15730
+ membership?: {
15731
+ derivedFrom: {
15732
+ property: string;
15733
+ value?: string | undefined;
15734
+ };
15735
+ } | undefined;
15450
15736
  } | {
15451
15737
  name: string;
15452
15738
  from: string;
@@ -15496,6 +15782,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15496
15782
  force: boolean;
15497
15783
  dryRun: boolean;
15498
15784
  }, {
15785
+ orgId: string;
15499
15786
  projectId: string;
15500
15787
  envName: string;
15501
15788
  items: ({
@@ -15607,8 +15894,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15607
15894
  trigger: {
15608
15895
  type: "webhook";
15609
15896
  url: string;
15897
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
15610
15898
  headers?: Record<string, string> | undefined;
15611
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
15612
15899
  auth?: {
15613
15900
  token: string;
15614
15901
  type: "bearer";
@@ -15658,8 +15945,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15658
15945
  operation?: "replace" | "patch" | undefined;
15659
15946
  content?: string | undefined;
15660
15947
  }[];
15661
- webhookSecret?: string | undefined;
15662
15948
  body?: string | undefined;
15949
+ webhookSecret?: string | undefined;
15663
15950
  base?: string | undefined;
15664
15951
  labels?: string[] | undefined;
15665
15952
  reviewers?: string[] | undefined;
@@ -15730,8 +16017,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15730
16017
  operation?: "replace" | "patch" | undefined;
15731
16018
  content?: string | undefined;
15732
16019
  }[];
15733
- webhookSecret?: string | undefined;
15734
16020
  body?: string | undefined;
16021
+ webhookSecret?: string | undefined;
15735
16022
  base?: string | undefined;
15736
16023
  labels?: string[] | undefined;
15737
16024
  reviewers?: string[] | undefined;
@@ -15785,9 +16072,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15785
16072
  }[] | undefined;
15786
16073
  envOverrides?: Record<string, {
15787
16074
  type: "webhook";
15788
- url?: string | undefined;
16075
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
15789
16076
  headers?: Record<string, string> | undefined;
15790
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
16077
+ url?: string | undefined;
15791
16078
  auth?: {
15792
16079
  token: string;
15793
16080
  type: "bearer";
@@ -15812,8 +16099,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15812
16099
  } | undefined;
15813
16100
  } | {
15814
16101
  type: "pull-request";
15815
- webhookSecret?: string | undefined;
15816
16102
  body?: string | undefined;
16103
+ webhookSecret?: string | undefined;
15817
16104
  title?: string | undefined;
15818
16105
  auth?: {
15819
16106
  token: string;
@@ -15908,8 +16195,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15908
16195
  operation?: "replace" | "patch" | undefined;
15909
16196
  content?: string | undefined;
15910
16197
  }[];
15911
- webhookSecret?: string | undefined;
15912
16198
  body?: string | undefined;
16199
+ webhookSecret?: string | undefined;
15913
16200
  base?: string | undefined;
15914
16201
  labels?: string[] | undefined;
15915
16202
  reviewers?: string[] | undefined;
@@ -15940,6 +16227,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15940
16227
  appliedAction: string;
15941
16228
  }[] | undefined;
15942
16229
  timeout?: number | undefined;
16230
+ mutatesProperty?: string | undefined;
15943
16231
  } | {
15944
16232
  name: string;
15945
16233
  states: string[];
@@ -15994,6 +16282,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15994
16282
  }[] | undefined;
15995
16283
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
15996
16284
  parentCells?: string[] | undefined;
16285
+ membership?: {
16286
+ derivedFrom: {
16287
+ property: string;
16288
+ value?: string | undefined;
16289
+ };
16290
+ } | undefined;
15997
16291
  } | {
15998
16292
  name: string;
15999
16293
  from: string;
@@ -16079,12 +16373,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16079
16373
  }>;
16080
16374
  catalogRevisions: {
16081
16375
  list: SchemaFn<zod.ZodObject<{
16376
+ orgId: zod.ZodString;
16082
16377
  projectId: zod.ZodString;
16083
16378
  limit: zod.ZodOptional<zod.ZodNumber>;
16084
16379
  }, "strip", zod.ZodTypeAny, {
16380
+ orgId: string;
16085
16381
  projectId: string;
16086
16382
  limit?: number | undefined;
16087
16383
  }, {
16384
+ orgId: string;
16088
16385
  projectId: string;
16089
16386
  limit?: number | undefined;
16090
16387
  }>, {
@@ -16098,13 +16395,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16098
16395
  version: number;
16099
16396
  }[]>;
16100
16397
  get: SchemaFn<zod.ZodObject<{
16398
+ orgId: zod.ZodString;
16101
16399
  projectId: zod.ZodString;
16102
16400
  id: zod.ZodString;
16103
16401
  }, "strip", zod.ZodTypeAny, {
16104
16402
  id: string;
16403
+ orgId: string;
16105
16404
  projectId: string;
16106
16405
  }, {
16107
16406
  id: string;
16407
+ orgId: string;
16108
16408
  projectId: string;
16109
16409
  }>, {
16110
16410
  id: string;
@@ -16122,13 +16422,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16122
16422
  force: boolean;
16123
16423
  }>;
16124
16424
  snapshots: SchemaFn<zod.ZodObject<{
16425
+ orgId: zod.ZodString;
16125
16426
  projectId: zod.ZodString;
16126
16427
  id: zod.ZodString;
16127
16428
  }, "strip", zod.ZodTypeAny, {
16128
16429
  id: string;
16430
+ orgId: string;
16129
16431
  projectId: string;
16130
16432
  }, {
16131
16433
  id: string;
16434
+ orgId: string;
16132
16435
  projectId: string;
16133
16436
  }>, {
16134
16437
  id: string;
@@ -16145,17 +16448,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16145
16448
  error: string | null;
16146
16449
  }[]>;
16147
16450
  rollback: SchemaFn<zod.ZodObject<{
16451
+ orgId: zod.ZodString;
16148
16452
  projectId: zod.ZodString;
16149
16453
  id: zod.ZodString;
16150
16454
  hunkId: zod.ZodOptional<zod.ZodString>;
16151
16455
  force: zod.ZodOptional<zod.ZodBoolean>;
16152
16456
  }, "strip", zod.ZodTypeAny, {
16153
16457
  id: string;
16458
+ orgId: string;
16154
16459
  projectId: string;
16155
16460
  force?: boolean | undefined;
16156
16461
  hunkId?: string | undefined;
16157
16462
  }, {
16158
16463
  id: string;
16464
+ orgId: string;
16159
16465
  projectId: string;
16160
16466
  force?: boolean | undefined;
16161
16467
  hunkId?: string | undefined;
@@ -16181,6 +16487,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16181
16487
  };
16182
16488
  auditEvents: {
16183
16489
  list: SchemaFn<zod.ZodObject<{
16490
+ orgId: zod.ZodString;
16184
16491
  projectId: zod.ZodString;
16185
16492
  envName: zod.ZodOptional<zod.ZodString>;
16186
16493
  actorType: zod.ZodOptional<zod.ZodEnum<["user", "token"]>>;
@@ -16190,6 +16497,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16190
16497
  since: zod.ZodOptional<zod.ZodString>;
16191
16498
  limit: zod.ZodOptional<zod.ZodNumber>;
16192
16499
  }, "strip", zod.ZodTypeAny, {
16500
+ orgId: string;
16193
16501
  projectId: string;
16194
16502
  limit?: number | undefined;
16195
16503
  envName?: string | undefined;
@@ -16199,6 +16507,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16199
16507
  resourceKind?: string | undefined;
16200
16508
  since?: string | undefined;
16201
16509
  }, {
16510
+ orgId: string;
16202
16511
  projectId: string;
16203
16512
  limit?: number | undefined;
16204
16513
  envName?: string | undefined;
@@ -16228,6 +16537,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16228
16537
  };
16229
16538
  driftEvents: {
16230
16539
  list: SchemaFn<zod.ZodObject<{
16540
+ orgId: zod.ZodString;
16231
16541
  projectId: zod.ZodString;
16232
16542
  envName: zod.ZodString;
16233
16543
  status: zod.ZodOptional<zod.ZodEnum<["open", "accepted", "reapplied", "snoozed"]>>;
@@ -16236,6 +16546,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16236
16546
  since: zod.ZodOptional<zod.ZodString>;
16237
16547
  limit: zod.ZodOptional<zod.ZodNumber>;
16238
16548
  }, "strip", zod.ZodTypeAny, {
16549
+ orgId: string;
16239
16550
  projectId: string;
16240
16551
  envName: string;
16241
16552
  status?: "open" | "accepted" | "reapplied" | "snoozed" | undefined;
@@ -16244,6 +16555,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16244
16555
  entityId?: string | undefined;
16245
16556
  since?: string | undefined;
16246
16557
  }, {
16558
+ orgId: string;
16247
16559
  projectId: string;
16248
16560
  envName: string;
16249
16561
  status?: "open" | "accepted" | "reapplied" | "snoozed" | undefined;
@@ -16259,36 +16571,42 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16259
16571
  projectId: string | null;
16260
16572
  envId: string;
16261
16573
  entityId: string;
16574
+ entityName: string | null;
16575
+ entityTypeName: string | null;
16262
16576
  fieldPath: string;
16263
16577
  catalogValue: hono_utils_types.JSONValue;
16264
16578
  actualValue: hono_utils_types.JSONValue;
16265
16579
  source: string;
16266
16580
  status: string;
16267
- entityName: string;
16268
- entityTypeName: string;
16269
16581
  }[]>;
16270
16582
  count: SchemaFn<zod.ZodObject<{
16583
+ orgId: zod.ZodString;
16271
16584
  projectId: zod.ZodString;
16272
16585
  envName: zod.ZodString;
16273
16586
  }, "strip", zod.ZodTypeAny, {
16587
+ orgId: string;
16274
16588
  projectId: string;
16275
16589
  envName: string;
16276
16590
  }, {
16591
+ orgId: string;
16277
16592
  projectId: string;
16278
16593
  envName: string;
16279
16594
  }>, {
16280
16595
  count: number;
16281
16596
  }>;
16282
16597
  get: SchemaFn<zod.ZodObject<{
16598
+ orgId: zod.ZodString;
16283
16599
  projectId: zod.ZodString;
16284
16600
  envName: zod.ZodString;
16285
16601
  id: zod.ZodString;
16286
16602
  }, "strip", zod.ZodTypeAny, {
16287
16603
  id: string;
16604
+ orgId: string;
16288
16605
  projectId: string;
16289
16606
  envName: string;
16290
16607
  }, {
16291
16608
  id: string;
16609
+ orgId: string;
16292
16610
  projectId: string;
16293
16611
  envName: string;
16294
16612
  }>, {
@@ -16299,24 +16617,27 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16299
16617
  projectId: string | null;
16300
16618
  envId: string;
16301
16619
  entityId: string;
16620
+ entityName: string | null;
16621
+ entityTypeName: string | null;
16302
16622
  fieldPath: string;
16303
16623
  catalogValue: hono_utils_types.JSONValue;
16304
16624
  actualValue: hono_utils_types.JSONValue;
16305
16625
  source: string;
16306
16626
  status: string;
16307
- entityName: string;
16308
- entityTypeName: string;
16309
16627
  }>;
16310
16628
  accept: SchemaFn<zod.ZodObject<{
16629
+ orgId: zod.ZodString;
16311
16630
  projectId: zod.ZodString;
16312
16631
  envName: zod.ZodString;
16313
16632
  id: zod.ZodString;
16314
16633
  }, "strip", zod.ZodTypeAny, {
16315
16634
  id: string;
16635
+ orgId: string;
16316
16636
  projectId: string;
16317
16637
  envName: string;
16318
16638
  }, {
16319
16639
  id: string;
16640
+ orgId: string;
16320
16641
  projectId: string;
16321
16642
  envName: string;
16322
16643
  }>, {
@@ -16334,15 +16655,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16334
16655
  status: string;
16335
16656
  }>;
16336
16657
  reapply: SchemaFn<zod.ZodObject<{
16658
+ orgId: zod.ZodString;
16337
16659
  projectId: zod.ZodString;
16338
16660
  envName: zod.ZodString;
16339
16661
  id: zod.ZodString;
16340
16662
  }, "strip", zod.ZodTypeAny, {
16341
16663
  id: string;
16664
+ orgId: string;
16342
16665
  projectId: string;
16343
16666
  envName: string;
16344
16667
  }, {
16345
16668
  id: string;
16669
+ orgId: string;
16346
16670
  projectId: string;
16347
16671
  envName: string;
16348
16672
  }>, {
@@ -16361,23 +16685,25 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16361
16685
  status: string;
16362
16686
  };
16363
16687
  entity: {
16364
- id: string;
16365
16688
  entityTypeName: string;
16366
16689
  name: string;
16367
16690
  };
16368
16691
  }>;
16369
16692
  snooze: SchemaFn<zod.ZodObject<{
16693
+ orgId: zod.ZodString;
16370
16694
  projectId: zod.ZodString;
16371
16695
  envName: zod.ZodString;
16372
16696
  id: zod.ZodString;
16373
16697
  untilSeconds: zod.ZodOptional<zod.ZodNumber>;
16374
16698
  }, "strip", zod.ZodTypeAny, {
16375
16699
  id: string;
16700
+ orgId: string;
16376
16701
  projectId: string;
16377
16702
  envName: string;
16378
16703
  untilSeconds?: number | undefined;
16379
16704
  }, {
16380
16705
  id: string;
16706
+ orgId: string;
16381
16707
  projectId: string;
16382
16708
  envName: string;
16383
16709
  untilSeconds?: number | undefined;
@@ -16398,14 +16724,17 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16398
16724
  };
16399
16725
  stats: {
16400
16726
  entitiesByState: SchemaFn<zod.ZodObject<{
16727
+ orgId: zod.ZodString;
16401
16728
  projectId: zod.ZodString;
16402
16729
  window: zod.ZodOptional<zod.ZodEnum<["1h", "24h", "7d"]>>;
16403
16730
  bucket: zod.ZodOptional<zod.ZodEnum<["1m", "5m", "1h", "1d"]>>;
16404
16731
  }, "strip", zod.ZodTypeAny, {
16732
+ orgId: string;
16405
16733
  projectId: string;
16406
16734
  bucket?: "1h" | "1m" | "5m" | "1d" | undefined;
16407
16735
  window?: "1h" | "24h" | "7d" | undefined;
16408
16736
  }, {
16737
+ orgId: string;
16409
16738
  projectId: string;
16410
16739
  bucket?: "1h" | "1m" | "5m" | "1d" | undefined;
16411
16740
  window?: "1h" | "24h" | "7d" | undefined;
@@ -16418,12 +16747,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16418
16747
  }[];
16419
16748
  }>;
16420
16749
  runsByType: SchemaFn<zod.ZodObject<{
16750
+ orgId: zod.ZodString;
16421
16751
  projectId: zod.ZodString;
16422
16752
  window: zod.ZodOptional<zod.ZodEnum<["1h", "24h", "7d"]>>;
16423
16753
  }, "strip", zod.ZodTypeAny, {
16754
+ orgId: string;
16424
16755
  projectId: string;
16425
16756
  window?: "1h" | "24h" | "7d" | undefined;
16426
16757
  }, {
16758
+ orgId: string;
16427
16759
  projectId: string;
16428
16760
  window?: "1h" | "24h" | "7d" | undefined;
16429
16761
  }>, {
@@ -16437,12 +16769,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16437
16769
  }[];
16438
16770
  }>;
16439
16771
  failingKinds: SchemaFn<zod.ZodObject<{
16772
+ orgId: zod.ZodString;
16440
16773
  projectId: zod.ZodString;
16441
16774
  window: zod.ZodOptional<zod.ZodEnum<["1h", "24h", "7d"]>>;
16442
16775
  }, "strip", zod.ZodTypeAny, {
16776
+ orgId: string;
16443
16777
  projectId: string;
16444
16778
  window?: "1h" | "24h" | "7d" | undefined;
16445
16779
  }, {
16780
+ orgId: string;
16446
16781
  projectId: string;
16447
16782
  window?: "1h" | "24h" | "7d" | undefined;
16448
16783
  }>, {
@@ -16453,12 +16788,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16453
16788
  }[];
16454
16789
  }>;
16455
16790
  driftDensity: SchemaFn<zod.ZodObject<{
16791
+ orgId: zod.ZodString;
16456
16792
  projectId: zod.ZodString;
16457
16793
  dim: zod.ZodOptional<zod.ZodString>;
16458
16794
  }, "strip", zod.ZodTypeAny, {
16795
+ orgId: string;
16459
16796
  projectId: string;
16460
16797
  dim?: string | undefined;
16461
16798
  }, {
16799
+ orgId: string;
16462
16800
  projectId: string;
16463
16801
  dim?: string | undefined;
16464
16802
  }>, {
@@ -16467,6 +16805,354 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16467
16805
  counts: number[][];
16468
16806
  }>;
16469
16807
  };
16808
+ graphViews: {
16809
+ list: SchemaFn<zod.ZodObject<{
16810
+ orgId: zod.ZodString;
16811
+ projectId: zod.ZodString;
16812
+ }, "strip", zod.ZodTypeAny, {
16813
+ orgId: string;
16814
+ projectId: string;
16815
+ }, {
16816
+ orgId: string;
16817
+ projectId: string;
16818
+ }>, {
16819
+ id: string;
16820
+ orgId: string;
16821
+ projectId: string;
16822
+ scope: "user" | "project";
16823
+ ownerUserId: string | null;
16824
+ name: string;
16825
+ isDefault: boolean;
16826
+ config: {
16827
+ sort: {
16828
+ cells: "name" | "memberCount" | "capacityUsed";
16829
+ entities: "name" | "updatedAt" | "state";
16830
+ };
16831
+ filter: {
16832
+ entityTypes: string[];
16833
+ states: string[];
16834
+ labels: {
16835
+ [x: string]: string[];
16836
+ };
16837
+ };
16838
+ grouping: {
16839
+ cellsEnabled: boolean;
16840
+ partitionsEnabled: boolean;
16841
+ };
16842
+ cardDisplay: {
16843
+ properties: string[] | "all" | "required";
16844
+ showState: boolean;
16845
+ inlineRelationships: boolean;
16846
+ maxRelsPerCard: number;
16847
+ drawEdges: boolean;
16848
+ };
16849
+ layout: {
16850
+ mode: "auto" | "free";
16851
+ positionsPinned: boolean;
16852
+ };
16853
+ };
16854
+ pinnedPositions: {
16855
+ [x: string]: {
16856
+ x: number;
16857
+ y: number;
16858
+ };
16859
+ } | null;
16860
+ createdAt: string;
16861
+ updatedAt: string;
16862
+ }[]>;
16863
+ get: SchemaFn<zod.ZodObject<{
16864
+ orgId: zod.ZodString;
16865
+ projectId: zod.ZodString;
16866
+ id: zod.ZodString;
16867
+ }, "strip", zod.ZodTypeAny, {
16868
+ id: string;
16869
+ orgId: string;
16870
+ projectId: string;
16871
+ }, {
16872
+ id: string;
16873
+ orgId: string;
16874
+ projectId: string;
16875
+ }>, {
16876
+ id: string;
16877
+ orgId: string;
16878
+ projectId: string;
16879
+ scope: "user" | "project";
16880
+ ownerUserId: string | null;
16881
+ name: string;
16882
+ isDefault: boolean;
16883
+ config: {
16884
+ sort: {
16885
+ cells: "name" | "memberCount" | "capacityUsed";
16886
+ entities: "name" | "updatedAt" | "state";
16887
+ };
16888
+ filter: {
16889
+ entityTypes: string[];
16890
+ states: string[];
16891
+ labels: {
16892
+ [x: string]: string[];
16893
+ };
16894
+ };
16895
+ grouping: {
16896
+ cellsEnabled: boolean;
16897
+ partitionsEnabled: boolean;
16898
+ };
16899
+ cardDisplay: {
16900
+ properties: string[] | "all" | "required";
16901
+ showState: boolean;
16902
+ inlineRelationships: boolean;
16903
+ maxRelsPerCard: number;
16904
+ drawEdges: boolean;
16905
+ };
16906
+ layout: {
16907
+ mode: "auto" | "free";
16908
+ positionsPinned: boolean;
16909
+ };
16910
+ };
16911
+ pinnedPositions: {
16912
+ [x: string]: {
16913
+ x: number;
16914
+ y: number;
16915
+ };
16916
+ } | null;
16917
+ createdAt: string;
16918
+ updatedAt: string;
16919
+ }>;
16920
+ create: SchemaFn<zod.ZodObject<{
16921
+ orgId: zod.ZodString;
16922
+ projectId: zod.ZodString;
16923
+ name: zod.ZodString;
16924
+ scope: zod.ZodEnum<["user", "project"]>;
16925
+ config: zod.ZodUnknown;
16926
+ pinnedPositions: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
16927
+ x: zod.ZodNumber;
16928
+ y: zod.ZodNumber;
16929
+ }, "strip", zod.ZodTypeAny, {
16930
+ x: number;
16931
+ y: number;
16932
+ }, {
16933
+ x: number;
16934
+ y: number;
16935
+ }>>>>;
16936
+ }, "strip", zod.ZodTypeAny, {
16937
+ name: string;
16938
+ orgId: string;
16939
+ projectId: string;
16940
+ scope: "user" | "project";
16941
+ config?: unknown;
16942
+ pinnedPositions?: Record<string, {
16943
+ x: number;
16944
+ y: number;
16945
+ }> | null | undefined;
16946
+ }, {
16947
+ name: string;
16948
+ orgId: string;
16949
+ projectId: string;
16950
+ scope: "user" | "project";
16951
+ config?: unknown;
16952
+ pinnedPositions?: Record<string, {
16953
+ x: number;
16954
+ y: number;
16955
+ }> | null | undefined;
16956
+ }>, {
16957
+ name: string;
16958
+ id: string;
16959
+ createdAt: string;
16960
+ updatedAt: string;
16961
+ orgId: string;
16962
+ projectId: string;
16963
+ scope: "user" | "project";
16964
+ isDefault: boolean;
16965
+ ownerUserId: string | null;
16966
+ config: {
16967
+ sort: {
16968
+ cells: "name" | "memberCount" | "capacityUsed";
16969
+ entities: "name" | "updatedAt" | "state";
16970
+ };
16971
+ filter: {
16972
+ entityTypes: string[];
16973
+ states: string[];
16974
+ labels: {
16975
+ [x: string]: string[];
16976
+ };
16977
+ };
16978
+ grouping: {
16979
+ cellsEnabled: boolean;
16980
+ partitionsEnabled: boolean;
16981
+ };
16982
+ cardDisplay: {
16983
+ properties: string[] | "all" | "required";
16984
+ showState: boolean;
16985
+ inlineRelationships: boolean;
16986
+ maxRelsPerCard: number;
16987
+ drawEdges: boolean;
16988
+ };
16989
+ layout: {
16990
+ mode: "auto" | "free";
16991
+ positionsPinned: boolean;
16992
+ };
16993
+ };
16994
+ pinnedPositions: {
16995
+ [x: string]: {
16996
+ x: number;
16997
+ y: number;
16998
+ };
16999
+ } | null;
17000
+ }>;
17001
+ update: SchemaFn<zod.ZodObject<{
17002
+ orgId: zod.ZodString;
17003
+ projectId: zod.ZodString;
17004
+ id: zod.ZodString;
17005
+ name: zod.ZodOptional<zod.ZodString>;
17006
+ config: zod.ZodOptional<zod.ZodUnknown>;
17007
+ pinnedPositions: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
17008
+ x: zod.ZodNumber;
17009
+ y: zod.ZodNumber;
17010
+ }, "strip", zod.ZodTypeAny, {
17011
+ x: number;
17012
+ y: number;
17013
+ }, {
17014
+ x: number;
17015
+ y: number;
17016
+ }>>>>;
17017
+ }, "strip", zod.ZodTypeAny, {
17018
+ id: string;
17019
+ orgId: string;
17020
+ projectId: string;
17021
+ name?: string | undefined;
17022
+ config?: unknown;
17023
+ pinnedPositions?: Record<string, {
17024
+ x: number;
17025
+ y: number;
17026
+ }> | null | undefined;
17027
+ }, {
17028
+ id: string;
17029
+ orgId: string;
17030
+ projectId: string;
17031
+ name?: string | undefined;
17032
+ config?: unknown;
17033
+ pinnedPositions?: Record<string, {
17034
+ x: number;
17035
+ y: number;
17036
+ }> | null | undefined;
17037
+ }>, {
17038
+ id: string;
17039
+ orgId: string;
17040
+ projectId: string;
17041
+ scope: "user" | "project";
17042
+ ownerUserId: string | null;
17043
+ name: string;
17044
+ isDefault: boolean;
17045
+ config: {
17046
+ sort: {
17047
+ cells: "name" | "memberCount" | "capacityUsed";
17048
+ entities: "name" | "updatedAt" | "state";
17049
+ };
17050
+ filter: {
17051
+ entityTypes: string[];
17052
+ states: string[];
17053
+ labels: {
17054
+ [x: string]: string[];
17055
+ };
17056
+ };
17057
+ grouping: {
17058
+ cellsEnabled: boolean;
17059
+ partitionsEnabled: boolean;
17060
+ };
17061
+ cardDisplay: {
17062
+ properties: string[] | "all" | "required";
17063
+ showState: boolean;
17064
+ inlineRelationships: boolean;
17065
+ maxRelsPerCard: number;
17066
+ drawEdges: boolean;
17067
+ };
17068
+ layout: {
17069
+ mode: "auto" | "free";
17070
+ positionsPinned: boolean;
17071
+ };
17072
+ };
17073
+ pinnedPositions: {
17074
+ [x: string]: {
17075
+ x: number;
17076
+ y: number;
17077
+ };
17078
+ } | null;
17079
+ createdAt: string;
17080
+ updatedAt: string;
17081
+ }>;
17082
+ delete: SchemaFn<zod.ZodObject<{
17083
+ orgId: zod.ZodString;
17084
+ projectId: zod.ZodString;
17085
+ id: zod.ZodString;
17086
+ }, "strip", zod.ZodTypeAny, {
17087
+ id: string;
17088
+ orgId: string;
17089
+ projectId: string;
17090
+ }, {
17091
+ id: string;
17092
+ orgId: string;
17093
+ projectId: string;
17094
+ }>, {
17095
+ deleted: true;
17096
+ id: string;
17097
+ }>;
17098
+ setDefault: SchemaFn<zod.ZodObject<{
17099
+ orgId: zod.ZodString;
17100
+ projectId: zod.ZodString;
17101
+ id: zod.ZodString;
17102
+ }, "strip", zod.ZodTypeAny, {
17103
+ id: string;
17104
+ orgId: string;
17105
+ projectId: string;
17106
+ }, {
17107
+ id: string;
17108
+ orgId: string;
17109
+ projectId: string;
17110
+ }>, {
17111
+ id: string;
17112
+ orgId: string;
17113
+ projectId: string;
17114
+ scope: "user" | "project";
17115
+ ownerUserId: string | null;
17116
+ name: string;
17117
+ isDefault: boolean;
17118
+ config: {
17119
+ sort: {
17120
+ cells: "name" | "memberCount" | "capacityUsed";
17121
+ entities: "name" | "updatedAt" | "state";
17122
+ };
17123
+ filter: {
17124
+ entityTypes: string[];
17125
+ states: string[];
17126
+ labels: {
17127
+ [x: string]: string[];
17128
+ };
17129
+ };
17130
+ grouping: {
17131
+ cellsEnabled: boolean;
17132
+ partitionsEnabled: boolean;
17133
+ };
17134
+ cardDisplay: {
17135
+ properties: string[] | "all" | "required";
17136
+ showState: boolean;
17137
+ inlineRelationships: boolean;
17138
+ maxRelsPerCard: number;
17139
+ drawEdges: boolean;
17140
+ };
17141
+ layout: {
17142
+ mode: "auto" | "free";
17143
+ positionsPinned: boolean;
17144
+ };
17145
+ };
17146
+ pinnedPositions: {
17147
+ [x: string]: {
17148
+ x: number;
17149
+ y: number;
17150
+ };
17151
+ } | null;
17152
+ createdAt: string;
17153
+ updatedAt: string;
17154
+ }>;
17155
+ };
16470
17156
  notifications: {
16471
17157
  list: SchemaFn<zod.ZodObject<{
16472
17158
  limit: zod.ZodOptional<zod.ZodNumber>;
@@ -16580,10 +17266,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16580
17266
  };
16581
17267
  importSources: {
16582
17268
  list: SchemaFn<zod.ZodObject<{
17269
+ orgId: zod.ZodString;
16583
17270
  projectId: zod.ZodString;
16584
17271
  }, "strip", zod.ZodTypeAny, {
17272
+ orgId: string;
16585
17273
  projectId: string;
16586
17274
  }, {
17275
+ orgId: string;
16587
17276
  projectId: string;
16588
17277
  }>, {
16589
17278
  id: string;
@@ -16599,13 +17288,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16599
17288
  updatedAt: string;
16600
17289
  }[]>;
16601
17290
  get: SchemaFn<zod.ZodObject<{
17291
+ orgId: zod.ZodString;
16602
17292
  projectId: zod.ZodString;
16603
17293
  id: zod.ZodString;
16604
17294
  }, "strip", zod.ZodTypeAny, {
16605
17295
  id: string;
17296
+ orgId: string;
16606
17297
  projectId: string;
16607
17298
  }, {
16608
17299
  id: string;
17300
+ orgId: string;
16609
17301
  projectId: string;
16610
17302
  }>, {
16611
17303
  id: string;
@@ -16621,18 +17313,21 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16621
17313
  updatedAt: string;
16622
17314
  }>;
16623
17315
  registerOrUpdate: SchemaFn<zod.ZodObject<{
17316
+ orgId: zod.ZodString;
16624
17317
  projectId: zod.ZodString;
16625
17318
  envName: zod.ZodString;
16626
17319
  sourceKind: zod.ZodEnum<["tf-state", "atmos-manifests"]>;
16627
17320
  sourceUri: zod.ZodString;
16628
17321
  reconciliationPolicy: zod.ZodOptional<zod.ZodEnum<["auto-update", "human-approval"]>>;
16629
17322
  }, "strip", zod.ZodTypeAny, {
17323
+ orgId: string;
16630
17324
  projectId: string;
16631
17325
  envName: string;
16632
17326
  sourceKind: "tf-state" | "atmos-manifests";
16633
17327
  sourceUri: string;
16634
17328
  reconciliationPolicy?: "auto-update" | "human-approval" | undefined;
16635
17329
  }, {
17330
+ orgId: string;
16636
17331
  projectId: string;
16637
17332
  envName: string;
16638
17333
  sourceKind: "tf-state" | "atmos-manifests";
@@ -16664,6 +17359,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16664
17359
  lastScanSummary: hono_utils_types.JSONValue;
16665
17360
  }>;
16666
17361
  rescan: SchemaFn<zod.ZodObject<{
17362
+ orgId: zod.ZodString;
16667
17363
  projectId: zod.ZodString;
16668
17364
  id: zod.ZodString;
16669
17365
  envName: zod.ZodString;
@@ -16680,6 +17376,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16680
17376
  }>, "many">>;
16681
17377
  }, "strip", zod.ZodTypeAny, {
16682
17378
  id: string;
17379
+ orgId: string;
16683
17380
  projectId: string;
16684
17381
  envName: string;
16685
17382
  items: unknown[];
@@ -16689,6 +17386,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16689
17386
  }[] | undefined;
16690
17387
  }, {
16691
17388
  id: string;
17389
+ orgId: string;
16692
17390
  projectId: string;
16693
17391
  envName: string;
16694
17392
  items: unknown[];
@@ -16716,13 +17414,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16716
17414
  lastScanStatus: string;
16717
17415
  }>;
16718
17416
  drift: SchemaFn<zod.ZodObject<{
17417
+ orgId: zod.ZodString;
16719
17418
  projectId: zod.ZodString;
16720
17419
  id: zod.ZodString;
16721
17420
  }, "strip", zod.ZodTypeAny, {
16722
17421
  id: string;
17422
+ orgId: string;
16723
17423
  projectId: string;
16724
17424
  }, {
16725
17425
  id: string;
17426
+ orgId: string;
16726
17427
  projectId: string;
16727
17428
  }>, {
16728
17429
  source: {
@@ -16746,7 +17447,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16746
17447
  pendingProposals: number;
16747
17448
  };
16748
17449
  entities: {
16749
- id: string;
16750
17450
  name: string;
16751
17451
  entityType: string;
16752
17452
  lastSyncedAt: string | null;
@@ -16766,15 +17466,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16766
17466
  }[];
16767
17467
  }>;
16768
17468
  approveProposal: SchemaFn<zod.ZodObject<{
17469
+ orgId: zod.ZodString;
16769
17470
  projectId: zod.ZodString;
16770
17471
  id: zod.ZodString;
16771
17472
  proposalId: zod.ZodString;
16772
17473
  }, "strip", zod.ZodTypeAny, {
16773
17474
  id: string;
17475
+ orgId: string;
16774
17476
  projectId: string;
16775
17477
  proposalId: string;
16776
17478
  }, {
16777
17479
  id: string;
17480
+ orgId: string;
16778
17481
  projectId: string;
16779
17482
  proposalId: string;
16780
17483
  }>, {
@@ -16790,15 +17493,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16790
17493
  decidedBy: string | null;
16791
17494
  }>;
16792
17495
  rejectProposal: SchemaFn<zod.ZodObject<{
17496
+ orgId: zod.ZodString;
16793
17497
  projectId: zod.ZodString;
16794
17498
  id: zod.ZodString;
16795
17499
  proposalId: zod.ZodString;
16796
17500
  }, "strip", zod.ZodTypeAny, {
16797
17501
  id: string;
17502
+ orgId: string;
16798
17503
  projectId: string;
16799
17504
  proposalId: string;
16800
17505
  }, {
16801
17506
  id: string;
17507
+ orgId: string;
16802
17508
  projectId: string;
16803
17509
  proposalId: string;
16804
17510
  }>, {
@@ -16815,12 +17521,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16815
17521
  }>;
16816
17522
  };
16817
17523
  exportCatalog: SchemaFn<zod.ZodObject<{
17524
+ orgId: zod.ZodString;
16818
17525
  projectId: zod.ZodString;
16819
17526
  envName: zod.ZodString;
16820
17527
  }, "strip", zod.ZodTypeAny, {
17528
+ orgId: string;
16821
17529
  projectId: string;
16822
17530
  envName: string;
16823
17531
  }, {
17532
+ orgId: string;
16824
17533
  projectId: string;
16825
17534
  envName: string;
16826
17535
  }>, ExportCatalogResult>;
@@ -16897,12 +17606,17 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16897
17606
  } & {
16898
17607
  pools: {
16899
17608
  list: SchemaFn<zod.ZodObject<{
17609
+ orgId: zod.ZodString;
16900
17610
  projectId: zod.ZodString;
16901
17611
  }, "strip", zod.ZodTypeAny, {
17612
+ orgId: string;
16902
17613
  projectId: string;
16903
17614
  }, {
17615
+ orgId: string;
16904
17616
  projectId: string;
16905
17617
  }>, {
17618
+ orgId: string;
17619
+ projectId: string;
16906
17620
  name: string;
16907
17621
  displayName: string | null;
16908
17622
  entityTypeName: string;
@@ -16913,20 +17627,29 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16913
17627
  aggregate: "max" | "sum" | "avg" | "min";
16914
17628
  }[];
16915
17629
  parentCells: string[];
17630
+ membershipMode: string;
17631
+ membershipDerivedFrom: {
17632
+ property: string;
17633
+ value?: string | undefined;
17634
+ } | null;
16916
17635
  createdAt: string;
16917
17636
  updatedAt: string;
16918
- projectId: string | null;
16919
17637
  }[]>;
16920
17638
  get: SchemaFn<zod.ZodObject<{
17639
+ orgId: zod.ZodString;
16921
17640
  projectId: zod.ZodString;
16922
17641
  name: zod.ZodString;
16923
17642
  }, "strip", zod.ZodTypeAny, {
16924
17643
  name: string;
17644
+ orgId: string;
16925
17645
  projectId: string;
16926
17646
  }, {
16927
17647
  name: string;
17648
+ orgId: string;
16928
17649
  projectId: string;
16929
17650
  }>, {
17651
+ orgId: string;
17652
+ projectId: string;
16930
17653
  name: string;
16931
17654
  displayName: string | null;
16932
17655
  entityTypeName: string;
@@ -16937,9 +17660,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16937
17660
  aggregate: "max" | "sum" | "avg" | "min";
16938
17661
  }[];
16939
17662
  parentCells: string[];
17663
+ membershipMode: string;
17664
+ membershipDerivedFrom: {
17665
+ property: string;
17666
+ value?: string | undefined;
17667
+ } | null;
16940
17668
  createdAt: string;
16941
17669
  updatedAt: string;
16942
- projectId: string | null;
16943
17670
  }>;
16944
17671
  create: SchemaFn<zod.ZodObject<{
16945
17672
  kind: zod.ZodLiteral<"Cell">;
@@ -16961,10 +17688,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16961
17688
  aggregate: "max" | "sum" | "avg" | "min";
16962
17689
  }>, "many">>>;
16963
17690
  parentCells: zod.ZodDefault<zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>>;
17691
+ membership: zod.ZodOptional<zod.ZodObject<{
17692
+ derivedFrom: zod.ZodObject<{
17693
+ property: zod.ZodString;
17694
+ value: zod.ZodOptional<zod.ZodString>;
17695
+ }, "strip", zod.ZodTypeAny, {
17696
+ property: string;
17697
+ value?: string | undefined;
17698
+ }, {
17699
+ property: string;
17700
+ value?: string | undefined;
17701
+ }>;
17702
+ }, "strip", zod.ZodTypeAny, {
17703
+ derivedFrom: {
17704
+ property: string;
17705
+ value?: string | undefined;
17706
+ };
17707
+ }, {
17708
+ derivedFrom: {
17709
+ property: string;
17710
+ value?: string | undefined;
17711
+ };
17712
+ }>>;
16964
17713
  } & {
17714
+ orgId: zod.ZodString;
16965
17715
  projectId: zod.ZodString;
16966
17716
  }, "strip", zod.ZodTypeAny, {
16967
17717
  name: string;
17718
+ orgId: string;
16968
17719
  projectId: string;
16969
17720
  entityType: string;
16970
17721
  constraints: {
@@ -16976,8 +17727,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16976
17727
  parentCells: string[];
16977
17728
  kind: "Cell";
16978
17729
  displayName?: string | undefined;
17730
+ membership?: {
17731
+ derivedFrom: {
17732
+ property: string;
17733
+ value?: string | undefined;
17734
+ };
17735
+ } | undefined;
16979
17736
  }, {
16980
17737
  name: string;
17738
+ orgId: string;
16981
17739
  projectId: string;
16982
17740
  entityType: string;
16983
17741
  kind: "Cell";
@@ -16989,11 +17747,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16989
17747
  }[] | undefined;
16990
17748
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
16991
17749
  parentCells?: string[] | undefined;
17750
+ membership?: {
17751
+ derivedFrom: {
17752
+ property: string;
17753
+ value?: string | undefined;
17754
+ };
17755
+ } | undefined;
16992
17756
  }>, {
16993
17757
  name: string;
16994
17758
  createdAt: string;
16995
17759
  updatedAt: string;
16996
- projectId: string | null;
17760
+ orgId: string;
17761
+ projectId: string;
16997
17762
  displayName: string | null;
16998
17763
  constraints: {
16999
17764
  max: number;
@@ -17003,6 +17768,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17003
17768
  entityTypeName: string;
17004
17769
  placementPolicy: "least-loaded" | "round-robin" | "random";
17005
17770
  parentCells: string[];
17771
+ membershipMode: string;
17772
+ membershipDerivedFrom: {
17773
+ property: string;
17774
+ value?: string | undefined;
17775
+ } | null;
17006
17776
  }>;
17007
17777
  update: SchemaFn<zod.ZodObject<{
17008
17778
  kind: zod.ZodLiteral<"Cell">;
@@ -17024,10 +17794,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17024
17794
  aggregate: "max" | "sum" | "avg" | "min";
17025
17795
  }>, "many">>>;
17026
17796
  parentCells: zod.ZodDefault<zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>>;
17797
+ membership: zod.ZodOptional<zod.ZodObject<{
17798
+ derivedFrom: zod.ZodObject<{
17799
+ property: zod.ZodString;
17800
+ value: zod.ZodOptional<zod.ZodString>;
17801
+ }, "strip", zod.ZodTypeAny, {
17802
+ property: string;
17803
+ value?: string | undefined;
17804
+ }, {
17805
+ property: string;
17806
+ value?: string | undefined;
17807
+ }>;
17808
+ }, "strip", zod.ZodTypeAny, {
17809
+ derivedFrom: {
17810
+ property: string;
17811
+ value?: string | undefined;
17812
+ };
17813
+ }, {
17814
+ derivedFrom: {
17815
+ property: string;
17816
+ value?: string | undefined;
17817
+ };
17818
+ }>>;
17027
17819
  } & {
17820
+ orgId: zod.ZodString;
17028
17821
  projectId: zod.ZodString;
17029
17822
  }, "strip", zod.ZodTypeAny, {
17030
17823
  name: string;
17824
+ orgId: string;
17031
17825
  projectId: string;
17032
17826
  entityType: string;
17033
17827
  constraints: {
@@ -17039,8 +17833,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17039
17833
  parentCells: string[];
17040
17834
  kind: "Cell";
17041
17835
  displayName?: string | undefined;
17836
+ membership?: {
17837
+ derivedFrom: {
17838
+ property: string;
17839
+ value?: string | undefined;
17840
+ };
17841
+ } | undefined;
17042
17842
  }, {
17043
17843
  name: string;
17844
+ orgId: string;
17044
17845
  projectId: string;
17045
17846
  entityType: string;
17046
17847
  kind: "Cell";
@@ -17052,7 +17853,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17052
17853
  }[] | undefined;
17053
17854
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
17054
17855
  parentCells?: string[] | undefined;
17856
+ membership?: {
17857
+ derivedFrom: {
17858
+ property: string;
17859
+ value?: string | undefined;
17860
+ };
17861
+ } | undefined;
17055
17862
  }>, {
17863
+ orgId: string;
17864
+ projectId: string;
17056
17865
  name: string;
17057
17866
  displayName: string | null;
17058
17867
  entityTypeName: string;
@@ -17063,32 +17872,45 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17063
17872
  aggregate: "max" | "sum" | "avg" | "min";
17064
17873
  }[];
17065
17874
  parentCells: string[];
17875
+ membershipMode: string;
17876
+ membershipDerivedFrom: {
17877
+ property: string;
17878
+ value?: string | undefined;
17879
+ } | null;
17066
17880
  createdAt: string;
17067
17881
  updatedAt: string;
17068
- projectId: string | null;
17069
17882
  }>;
17070
17883
  delete: SchemaFn<zod.ZodObject<{
17884
+ orgId: zod.ZodString;
17071
17885
  projectId: zod.ZodString;
17072
17886
  name: zod.ZodString;
17073
17887
  }, "strip", zod.ZodTypeAny, {
17074
17888
  name: string;
17889
+ orgId: string;
17075
17890
  projectId: string;
17076
17891
  }, {
17077
17892
  name: string;
17893
+ orgId: string;
17078
17894
  projectId: string;
17079
17895
  }>, {
17080
17896
  deleted: true;
17081
17897
  name: string;
17082
17898
  }>;
17083
17899
  listMembers: SchemaFn<zod.ZodObject<{
17900
+ orgId: zod.ZodString;
17084
17901
  projectId: zod.ZodString;
17085
17902
  name: zod.ZodString;
17903
+ envName: zod.ZodDefault<zod.ZodString>;
17086
17904
  }, "strip", zod.ZodTypeAny, {
17087
17905
  name: string;
17906
+ orgId: string;
17088
17907
  projectId: string;
17908
+ envName: string;
17089
17909
  }, {
17090
17910
  name: string;
17911
+ orgId: string;
17091
17912
  projectId: string;
17913
+ envName?: string | undefined;
17092
17914
  }>, {
17093
17915
  id: string;
17094
17916
  entityTypeName: string;
@@ -17100,51 +17922,72 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17100
17922
  syncSource: string | null;
17101
17923
  createdAt: string;
17102
17924
  updatedAt: string;
17103
- projectId: string | null;
17925
+ orgId: string;
17926
+ projectId: string;
17104
17927
  envId: string;
17105
17928
  }[]>;
17106
17929
  addMember: SchemaFn<zod.ZodObject<{
17930
+ orgId: zod.ZodString;
17107
17931
  projectId: zod.ZodString;
17108
17932
  name: zod.ZodString;
17109
- entityId: zod.ZodString;
17933
+ entityName: zod.ZodString;
17934
+ entityTypeName: zod.ZodString;
17935
+ envName: zod.ZodDefault<zod.ZodString>;
17110
17936
  }, "strip", zod.ZodTypeAny, {
17111
17937
  name: string;
17938
+ orgId: string;
17112
17939
  projectId: string;
17113
- entityId: string;
17940
+ envName: string;
17941
+ entityTypeName: string;
17942
+ entityName: string;
17114
17943
  }, {
17115
17944
  name: string;
17945
+ orgId: string;
17116
17946
  projectId: string;
17117
- entityId: string;
17947
+ entityTypeName: string;
17948
+ entityName: string;
17949
+ envName?: string | undefined;
17118
17950
  }>, {
17119
17951
  cellName: string;
17120
- entityId: any;
17952
+ entityName: any;
17953
+ entityTypeName: any;
17954
+ envId: string;
17121
17955
  }>;
17122
17956
  removeMember: SchemaFn<zod.ZodObject<{
17957
+ orgId: zod.ZodString;
17123
17958
  projectId: zod.ZodString;
17124
17959
  name: zod.ZodString;
17125
- entityId: zod.ZodString;
17960
+ entityName: zod.ZodString;
17961
+ envName: zod.ZodDefault<zod.ZodString>;
17126
17962
  }, "strip", zod.ZodTypeAny, {
17127
17963
  name: string;
17964
+ orgId: string;
17128
17965
  projectId: string;
17129
- entityId: string;
17966
+ envName: string;
17967
+ entityName: string;
17130
17968
  }, {
17131
17969
  name: string;
17970
+ orgId: string;
17132
17971
  projectId: string;
17133
- entityId: string;
17972
+ entityName: string;
17973
+ envName?: string | undefined;
17134
17974
  }>, {
17135
17975
  deleted: true;
17136
17976
  cellName: string;
17137
- entityId: string;
17977
+ entityName: string;
17138
17978
  }>;
17139
17979
  };
17140
17980
  applyRevisions: {
17141
17981
  list: SchemaFn<zod.ZodObject<{
17982
+ orgId: zod.ZodString;
17142
17983
  projectId: zod.ZodString;
17143
17984
  limit: zod.ZodOptional<zod.ZodNumber>;
17144
17985
  }, "strip", zod.ZodTypeAny, {
17986
+ orgId: string;
17145
17987
  projectId: string;
17146
17988
  limit?: number | undefined;
17147
17989
  }, {
17990
+ orgId: string;
17148
17991
  projectId: string;
17149
17992
  limit?: number | undefined;
17150
17993
  }>, {
@@ -17158,13 +18001,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17158
18001
  version: number;
17159
18002
  }[]>;
17160
18003
  get: SchemaFn<zod.ZodObject<{
18004
+ orgId: zod.ZodString;
17161
18005
  projectId: zod.ZodString;
17162
18006
  id: zod.ZodString;
17163
18007
  }, "strip", zod.ZodTypeAny, {
17164
18008
  id: string;
18009
+ orgId: string;
17165
18010
  projectId: string;
17166
18011
  }, {
17167
18012
  id: string;
18013
+ orgId: string;
17168
18014
  projectId: string;
17169
18015
  }>, {
17170
18016
  id: string;
@@ -17182,13 +18028,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17182
18028
  force: boolean;
17183
18029
  }>;
17184
18030
  snapshots: SchemaFn<zod.ZodObject<{
18031
+ orgId: zod.ZodString;
17185
18032
  projectId: zod.ZodString;
17186
18033
  id: zod.ZodString;
17187
18034
  }, "strip", zod.ZodTypeAny, {
17188
18035
  id: string;
18036
+ orgId: string;
17189
18037
  projectId: string;
17190
18038
  }, {
17191
18039
  id: string;
18040
+ orgId: string;
17192
18041
  projectId: string;
17193
18042
  }>, {
17194
18043
  id: string;
@@ -17205,17 +18054,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17205
18054
  error: string | null;
17206
18055
  }[]>;
17207
18056
  rollback: SchemaFn<zod.ZodObject<{
18057
+ orgId: zod.ZodString;
17208
18058
  projectId: zod.ZodString;
17209
18059
  id: zod.ZodString;
17210
18060
  hunkId: zod.ZodOptional<zod.ZodString>;
17211
18061
  force: zod.ZodOptional<zod.ZodBoolean>;
17212
18062
  }, "strip", zod.ZodTypeAny, {
17213
18063
  id: string;
18064
+ orgId: string;
17214
18065
  projectId: string;
17215
18066
  force?: boolean | undefined;
17216
18067
  hunkId?: string | undefined;
17217
18068
  }, {
17218
18069
  id: string;
18070
+ orgId: string;
17219
18071
  projectId: string;
17220
18072
  force?: boolean | undefined;
17221
18073
  hunkId?: string | undefined;
@@ -17240,12 +18092,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17240
18092
  }>;
17241
18093
  };
17242
18094
  exportSchema: SchemaFn<zod.ZodObject<{
18095
+ orgId: zod.ZodString;
17243
18096
  projectId: zod.ZodString;
17244
18097
  envName: zod.ZodString;
17245
18098
  }, "strip", zod.ZodTypeAny, {
18099
+ orgId: string;
17246
18100
  projectId: string;
17247
18101
  envName: string;
17248
18102
  }, {
18103
+ orgId: string;
17249
18104
  projectId: string;
17250
18105
  envName: string;
17251
18106
  }>, ExportCatalogResult>;