@terrantula/sdk 0.5.3 → 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.mts CHANGED
@@ -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;
@@ -550,10 +554,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
550
554
  id: string;
551
555
  }>;
552
556
  nuke: SchemaFn<zod.ZodObject<{
557
+ orgId: zod.ZodString;
553
558
  projectId: zod.ZodString;
554
559
  }, "strip", zod.ZodTypeAny, {
560
+ orgId: string;
555
561
  projectId: string;
556
562
  }, {
563
+ orgId: string;
557
564
  projectId: string;
558
565
  }>, ProjectNukeResponse>;
559
566
  };
@@ -642,10 +649,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
642
649
  };
643
650
  environments: {
644
651
  list: SchemaFn<zod.ZodObject<{
652
+ orgId: zod.ZodString;
645
653
  projectId: zod.ZodString;
646
654
  }, "strip", zod.ZodTypeAny, {
655
+ orgId: string;
647
656
  projectId: string;
648
657
  }, {
658
+ orgId: string;
649
659
  projectId: string;
650
660
  }>, {
651
661
  id: string;
@@ -654,13 +664,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
654
664
  createdAt: string;
655
665
  }[]>;
656
666
  create: SchemaFn<zod.ZodObject<{
667
+ orgId: zod.ZodString;
657
668
  projectId: zod.ZodString;
658
669
  name: zod.ZodString;
659
670
  }, "strip", zod.ZodTypeAny, {
660
671
  name: string;
672
+ orgId: string;
661
673
  projectId: string;
662
674
  }, {
663
675
  name: string;
676
+ orgId: string;
664
677
  projectId: string;
665
678
  }>, {
666
679
  id: string;
@@ -669,13 +682,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
669
682
  createdAt: string;
670
683
  }>;
671
684
  delete: SchemaFn<zod.ZodObject<{
685
+ orgId: zod.ZodString;
672
686
  projectId: zod.ZodString;
673
687
  name: zod.ZodString;
674
688
  }, "strip", zod.ZodTypeAny, {
675
689
  name: string;
690
+ orgId: string;
676
691
  projectId: string;
677
692
  }, {
678
693
  name: string;
694
+ orgId: string;
679
695
  projectId: string;
680
696
  }>, {
681
697
  deleted: true;
@@ -684,12 +700,17 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
684
700
  };
685
701
  entityTypes: {
686
702
  list: SchemaFn<zod.ZodObject<{
703
+ orgId: zod.ZodString;
687
704
  projectId: zod.ZodString;
688
705
  }, "strip", zod.ZodTypeAny, {
706
+ orgId: string;
689
707
  projectId: string;
690
708
  }, {
709
+ orgId: string;
691
710
  projectId: string;
692
711
  }>, {
712
+ orgId: string;
713
+ projectId: string;
693
714
  name: string;
694
715
  displayName: string | null;
695
716
  states: string[];
@@ -732,18 +753,22 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
732
753
  applier: string | null;
733
754
  createdAt: string;
734
755
  updatedAt: string;
735
- projectId: string | null;
736
756
  }[]>;
737
757
  get: SchemaFn<zod.ZodObject<{
758
+ orgId: zod.ZodString;
738
759
  projectId: zod.ZodString;
739
760
  name: zod.ZodString;
740
761
  }, "strip", zod.ZodTypeAny, {
741
762
  name: string;
763
+ orgId: string;
742
764
  projectId: string;
743
765
  }, {
744
766
  name: string;
767
+ orgId: string;
745
768
  projectId: string;
746
769
  }>, {
770
+ orgId: string;
771
+ projectId: string;
747
772
  name: string;
748
773
  displayName: string | null;
749
774
  states: string[];
@@ -786,7 +811,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
786
811
  applier: string | null;
787
812
  createdAt: string;
788
813
  updatedAt: string;
789
- projectId: string | null;
790
814
  }>;
791
815
  create: SchemaFn<zod.ZodObject<{
792
816
  kind: zod.ZodLiteral<"EntityType">;
@@ -923,9 +947,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
923
947
  }>>;
924
948
  applier: zod.ZodOptional<zod.ZodString>;
925
949
  } & {
950
+ orgId: zod.ZodString;
926
951
  projectId: zod.ZodString;
927
952
  }, "strip", zod.ZodTypeAny, {
928
953
  name: string;
954
+ orgId: string;
929
955
  projectId: string;
930
956
  states: string[];
931
957
  initialState: string;
@@ -969,6 +995,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
969
995
  applier?: string | undefined;
970
996
  }, {
971
997
  name: string;
998
+ orgId: string;
972
999
  projectId: string;
973
1000
  states: string[];
974
1001
  initialState: string;
@@ -1014,7 +1041,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1014
1041
  name: string;
1015
1042
  createdAt: string;
1016
1043
  updatedAt: string;
1017
- projectId: string | null;
1044
+ orgId: string;
1045
+ projectId: string;
1018
1046
  displayName: string | null;
1019
1047
  states: string[];
1020
1048
  initialState: string;
@@ -1190,9 +1218,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1190
1218
  }>>;
1191
1219
  applier: zod.ZodOptional<zod.ZodString>;
1192
1220
  } & {
1221
+ orgId: zod.ZodString;
1193
1222
  projectId: zod.ZodString;
1194
1223
  }, "strip", zod.ZodTypeAny, {
1195
1224
  name: string;
1225
+ orgId: string;
1196
1226
  projectId: string;
1197
1227
  states: string[];
1198
1228
  initialState: string;
@@ -1236,6 +1266,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1236
1266
  applier?: string | undefined;
1237
1267
  }, {
1238
1268
  name: string;
1269
+ orgId: string;
1239
1270
  projectId: string;
1240
1271
  states: string[];
1241
1272
  initialState: string;
@@ -1278,6 +1309,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1278
1309
  } | undefined;
1279
1310
  applier?: string | undefined;
1280
1311
  }>, {
1312
+ orgId: string;
1313
+ projectId: string;
1281
1314
  name: string;
1282
1315
  displayName: string | null;
1283
1316
  states: string[];
@@ -1320,16 +1353,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1320
1353
  applier: string | null;
1321
1354
  createdAt: string;
1322
1355
  updatedAt: string;
1323
- projectId: string | null;
1324
1356
  }>;
1325
1357
  delete: SchemaFn<zod.ZodObject<{
1358
+ orgId: zod.ZodString;
1326
1359
  projectId: zod.ZodString;
1327
1360
  name: zod.ZodString;
1328
1361
  }, "strip", zod.ZodTypeAny, {
1329
1362
  name: string;
1363
+ orgId: string;
1330
1364
  projectId: string;
1331
1365
  }, {
1332
1366
  name: string;
1367
+ orgId: string;
1333
1368
  projectId: string;
1334
1369
  }>, {
1335
1370
  deleted: true;
@@ -1338,6 +1373,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1338
1373
  };
1339
1374
  entities: {
1340
1375
  list: SchemaFn<zod.ZodObject<{
1376
+ orgId: zod.ZodString;
1341
1377
  projectId: zod.ZodString;
1342
1378
  envName: zod.ZodString;
1343
1379
  entityType: zod.ZodOptional<zod.ZodString>;
@@ -1346,6 +1382,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1346
1382
  limit: zod.ZodOptional<zod.ZodNumber>;
1347
1383
  cursor: zod.ZodOptional<zod.ZodString>;
1348
1384
  }, "strip", zod.ZodTypeAny, {
1385
+ orgId: string;
1349
1386
  projectId: string;
1350
1387
  envName: string;
1351
1388
  limit?: number | undefined;
@@ -1354,6 +1391,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1354
1391
  cursor?: string | undefined;
1355
1392
  pool?: string | undefined;
1356
1393
  }, {
1394
+ orgId: string;
1357
1395
  projectId: string;
1358
1396
  envName: string;
1359
1397
  limit?: number | undefined;
@@ -1372,35 +1410,26 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1372
1410
  syncSource: string | null;
1373
1411
  createdAt: string;
1374
1412
  updatedAt: string;
1375
- projectId: string | null;
1413
+ orgId: string;
1414
+ projectId: string;
1376
1415
  envId: string;
1377
1416
  }[]>;
1378
1417
  get: SchemaFn<zod.ZodObject<{
1418
+ orgId: zod.ZodString;
1379
1419
  projectId: zod.ZodString;
1380
1420
  envName: zod.ZodString;
1381
1421
  id: zod.ZodString;
1382
1422
  }, "strip", zod.ZodTypeAny, {
1383
1423
  id: string;
1424
+ orgId: string;
1384
1425
  projectId: string;
1385
1426
  envName: string;
1386
1427
  }, {
1387
1428
  id: string;
1429
+ orgId: string;
1388
1430
  projectId: string;
1389
1431
  envName: string;
1390
- }>, {
1391
- id: string;
1392
- entityTypeName: string;
1393
- name: string;
1394
- state: string;
1395
- properties: hono_utils_types.JSONValue;
1396
- labels: hono_utils_types.JSONValue;
1397
- lastSyncedAt: string | null;
1398
- syncSource: string | null;
1399
- createdAt: string;
1400
- updatedAt: string;
1401
- projectId: string | null;
1402
- envId: string;
1403
- }>;
1432
+ }>, unknown>;
1404
1433
  create: SchemaFn<zod.ZodObject<{
1405
1434
  kind: zod.ZodLiteral<"Entity">;
1406
1435
  entityType: zod.ZodString;
@@ -1409,10 +1438,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1409
1438
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
1410
1439
  labels: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
1411
1440
  } & {
1441
+ orgId: zod.ZodString;
1412
1442
  projectId: zod.ZodString;
1413
1443
  envName: zod.ZodString;
1414
1444
  }, "strip", zod.ZodTypeAny, {
1415
1445
  name: string;
1446
+ orgId: string;
1416
1447
  projectId: string;
1417
1448
  envName: string;
1418
1449
  properties: Record<string, unknown>;
@@ -1422,6 +1453,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1422
1453
  state?: string | undefined;
1423
1454
  }, {
1424
1455
  name: string;
1456
+ orgId: string;
1425
1457
  projectId: string;
1426
1458
  envName: string;
1427
1459
  entityType: string;
@@ -1436,7 +1468,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1436
1468
  id: string;
1437
1469
  createdAt: string;
1438
1470
  updatedAt: string;
1439
- projectId: string | null;
1471
+ orgId: string;
1472
+ projectId: string;
1440
1473
  envId: string;
1441
1474
  state: string;
1442
1475
  properties: hono_utils_types.JSONValue;
@@ -1446,22 +1479,23 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1446
1479
  syncSource: string | null;
1447
1480
  }>;
1448
1481
  delete: SchemaFn<zod.ZodObject<{
1482
+ orgId: zod.ZodString;
1449
1483
  projectId: zod.ZodString;
1450
1484
  envName: zod.ZodString;
1451
1485
  id: zod.ZodString;
1452
1486
  }, "strip", zod.ZodTypeAny, {
1453
1487
  id: string;
1488
+ orgId: string;
1454
1489
  projectId: string;
1455
1490
  envName: string;
1456
1491
  }, {
1457
1492
  id: string;
1493
+ orgId: string;
1458
1494
  projectId: string;
1459
1495
  envName: string;
1460
- }>, {
1461
- deleted: true;
1462
- id: string;
1463
- }>;
1496
+ }>, unknown>;
1464
1497
  setMetric: SchemaFn<zod.ZodObject<{
1498
+ orgId: zod.ZodString;
1465
1499
  projectId: zod.ZodString;
1466
1500
  envName: zod.ZodString;
1467
1501
  id: zod.ZodString;
@@ -1470,21 +1504,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1470
1504
  }, "strip", zod.ZodTypeAny, {
1471
1505
  value: number;
1472
1506
  id: string;
1507
+ orgId: string;
1473
1508
  projectId: string;
1474
1509
  envName: string;
1475
1510
  metricName: string;
1476
1511
  }, {
1477
1512
  value: number;
1478
1513
  id: string;
1514
+ orgId: string;
1479
1515
  projectId: string;
1480
1516
  envName: string;
1481
1517
  metricName: string;
1482
- }>, {
1483
- entityId: string;
1484
- metricName: string;
1485
- value: any;
1486
- }>;
1518
+ }>, unknown>;
1487
1519
  trigger: SchemaFn<zod.ZodObject<{
1520
+ orgId: zod.ZodString;
1488
1521
  projectId: zod.ZodString;
1489
1522
  envName: zod.ZodString;
1490
1523
  id: zod.ZodString;
@@ -1493,6 +1526,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1493
1526
  recommendations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
1494
1527
  }, "strip", zod.ZodTypeAny, {
1495
1528
  id: string;
1529
+ orgId: string;
1496
1530
  projectId: string;
1497
1531
  envName: string;
1498
1532
  actionName: string;
@@ -1500,87 +1534,63 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1500
1534
  recommendations?: Record<string, string> | undefined;
1501
1535
  }, {
1502
1536
  id: string;
1537
+ orgId: string;
1503
1538
  projectId: string;
1504
1539
  envName: string;
1505
1540
  actionName: string;
1506
1541
  parameters?: Record<string, unknown> | undefined;
1507
1542
  recommendations?: Record<string, string> | undefined;
1508
- }>, {
1509
- status: "pending" | "running" | "succeeded" | "failed" | "cancelled" | "dispatching" | "blocked";
1510
- error: string | null;
1511
- id: string;
1512
- createdAt: string;
1513
- metadata: hono_utils_types.JSONValue;
1514
- parameters: hono_utils_types.JSONValue;
1515
- output: hono_utils_types.JSONValue;
1516
- projectId: string | null;
1517
- envId: string;
1518
- recommendations: hono_utils_types.JSONValue;
1519
- entityId: string | null;
1520
- actionName: string;
1521
- triggeredBy: string;
1522
- callbackToken: string;
1523
- callbackTokenExpiresAt: string;
1524
- operationEntityId: string | null;
1525
- startedAt: string | null;
1526
- completedAt: string | null;
1527
- }>;
1543
+ }>, unknown>;
1528
1544
  getMetrics: SchemaFn<zod.ZodObject<{
1545
+ orgId: zod.ZodString;
1529
1546
  projectId: zod.ZodString;
1530
1547
  envName: zod.ZodString;
1531
1548
  entityId: zod.ZodString;
1532
1549
  }, "strip", zod.ZodTypeAny, {
1550
+ orgId: string;
1533
1551
  projectId: string;
1534
1552
  envName: string;
1535
1553
  entityId: string;
1536
1554
  }, {
1555
+ orgId: string;
1537
1556
  projectId: string;
1538
1557
  envName: string;
1539
1558
  entityId: string;
1540
- }>, {
1541
- [x: string]: number | null;
1542
- }>;
1559
+ }>, unknown>;
1543
1560
  getMetricsBatch: SchemaFn<zod.ZodObject<{
1561
+ orgId: zod.ZodString;
1544
1562
  projectId: zod.ZodString;
1545
1563
  envName: zod.ZodString;
1546
1564
  entityIds: zod.ZodArray<zod.ZodString, "many">;
1547
1565
  }, "strip", zod.ZodTypeAny, {
1566
+ orgId: string;
1548
1567
  projectId: string;
1549
1568
  envName: string;
1550
1569
  entityIds: string[];
1551
1570
  }, {
1571
+ orgId: string;
1552
1572
  projectId: string;
1553
1573
  envName: string;
1554
1574
  entityIds: string[];
1555
- }>, {}>;
1575
+ }>, unknown>;
1556
1576
  getRelationships: SchemaFn<zod.ZodObject<{
1577
+ orgId: zod.ZodString;
1557
1578
  projectId: zod.ZodString;
1558
1579
  envName: zod.ZodString;
1559
1580
  entityId: zod.ZodString;
1560
1581
  }, "strip", zod.ZodTypeAny, {
1582
+ orgId: string;
1561
1583
  projectId: string;
1562
1584
  envName: string;
1563
1585
  entityId: string;
1564
1586
  }, {
1587
+ orgId: string;
1565
1588
  projectId: string;
1566
1589
  envName: string;
1567
1590
  entityId: string;
1568
- }>, {
1569
- id: string;
1570
- relationshipTypeName: string;
1571
- fromEntityId: string;
1572
- toEntityId: string;
1573
- state: string;
1574
- properties: hono_utils_types.JSONValue;
1575
- labels: hono_utils_types.JSONValue;
1576
- createdAt: string;
1577
- updatedAt: string;
1578
- projectId: string | null;
1579
- envId: string;
1580
- deletionScheduledAt: string | null;
1581
- deletionGracePeriodSeconds: number | null;
1582
- }[]>;
1591
+ }>, unknown>;
1583
1592
  syncStamp: SchemaFn<zod.ZodObject<{
1593
+ orgId: zod.ZodString;
1584
1594
  projectId: zod.ZodString;
1585
1595
  envName: zod.ZodString;
1586
1596
  id: zod.ZodString;
@@ -1588,30 +1598,33 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1588
1598
  observedAt: zod.ZodOptional<zod.ZodString>;
1589
1599
  }, "strip", zod.ZodTypeAny, {
1590
1600
  id: string;
1601
+ orgId: string;
1591
1602
  projectId: string;
1592
1603
  envName: string;
1593
1604
  source: string;
1594
1605
  observedAt?: string | undefined;
1595
1606
  }, {
1596
1607
  id: string;
1608
+ orgId: string;
1597
1609
  projectId: string;
1598
1610
  envName: string;
1599
1611
  source: string;
1600
1612
  observedAt?: string | undefined;
1601
- }>, {
1602
- id: string;
1603
- lastSyncedAt: string | null;
1604
- syncSource: string | null;
1605
- }>;
1613
+ }>, unknown>;
1606
1614
  };
1607
1615
  cells: {
1608
1616
  list: SchemaFn<zod.ZodObject<{
1617
+ orgId: zod.ZodString;
1609
1618
  projectId: zod.ZodString;
1610
1619
  }, "strip", zod.ZodTypeAny, {
1620
+ orgId: string;
1611
1621
  projectId: string;
1612
1622
  }, {
1623
+ orgId: string;
1613
1624
  projectId: string;
1614
1625
  }>, {
1626
+ orgId: string;
1627
+ projectId: string;
1615
1628
  name: string;
1616
1629
  displayName: string | null;
1617
1630
  entityTypeName: string;
@@ -1622,20 +1635,29 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1622
1635
  aggregate: "max" | "sum" | "avg" | "min";
1623
1636
  }[];
1624
1637
  parentCells: string[];
1638
+ membershipMode: string;
1639
+ membershipDerivedFrom: {
1640
+ property: string;
1641
+ value?: string | undefined;
1642
+ } | null;
1625
1643
  createdAt: string;
1626
1644
  updatedAt: string;
1627
- projectId: string | null;
1628
1645
  }[]>;
1629
1646
  get: SchemaFn<zod.ZodObject<{
1647
+ orgId: zod.ZodString;
1630
1648
  projectId: zod.ZodString;
1631
1649
  name: zod.ZodString;
1632
1650
  }, "strip", zod.ZodTypeAny, {
1633
1651
  name: string;
1652
+ orgId: string;
1634
1653
  projectId: string;
1635
1654
  }, {
1636
1655
  name: string;
1656
+ orgId: string;
1637
1657
  projectId: string;
1638
1658
  }>, {
1659
+ orgId: string;
1660
+ projectId: string;
1639
1661
  name: string;
1640
1662
  displayName: string | null;
1641
1663
  entityTypeName: string;
@@ -1646,9 +1668,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1646
1668
  aggregate: "max" | "sum" | "avg" | "min";
1647
1669
  }[];
1648
1670
  parentCells: string[];
1671
+ membershipMode: string;
1672
+ membershipDerivedFrom: {
1673
+ property: string;
1674
+ value?: string | undefined;
1675
+ } | null;
1649
1676
  createdAt: string;
1650
1677
  updatedAt: string;
1651
- projectId: string | null;
1652
1678
  }>;
1653
1679
  create: SchemaFn<zod.ZodObject<{
1654
1680
  kind: zod.ZodLiteral<"Cell">;
@@ -1670,10 +1696,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1670
1696
  aggregate: "max" | "sum" | "avg" | "min";
1671
1697
  }>, "many">>>;
1672
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
+ }>>;
1673
1721
  } & {
1722
+ orgId: zod.ZodString;
1674
1723
  projectId: zod.ZodString;
1675
1724
  }, "strip", zod.ZodTypeAny, {
1676
1725
  name: string;
1726
+ orgId: string;
1677
1727
  projectId: string;
1678
1728
  entityType: string;
1679
1729
  constraints: {
@@ -1685,8 +1735,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1685
1735
  parentCells: string[];
1686
1736
  kind: "Cell";
1687
1737
  displayName?: string | undefined;
1738
+ membership?: {
1739
+ derivedFrom: {
1740
+ property: string;
1741
+ value?: string | undefined;
1742
+ };
1743
+ } | undefined;
1688
1744
  }, {
1689
1745
  name: string;
1746
+ orgId: string;
1690
1747
  projectId: string;
1691
1748
  entityType: string;
1692
1749
  kind: "Cell";
@@ -1698,11 +1755,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1698
1755
  }[] | undefined;
1699
1756
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
1700
1757
  parentCells?: string[] | undefined;
1758
+ membership?: {
1759
+ derivedFrom: {
1760
+ property: string;
1761
+ value?: string | undefined;
1762
+ };
1763
+ } | undefined;
1701
1764
  }>, {
1702
1765
  name: string;
1703
1766
  createdAt: string;
1704
1767
  updatedAt: string;
1705
- projectId: string | null;
1768
+ orgId: string;
1769
+ projectId: string;
1706
1770
  displayName: string | null;
1707
1771
  constraints: {
1708
1772
  max: number;
@@ -1712,6 +1776,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1712
1776
  entityTypeName: string;
1713
1777
  placementPolicy: "least-loaded" | "round-robin" | "random";
1714
1778
  parentCells: string[];
1779
+ membershipMode: string;
1780
+ membershipDerivedFrom: {
1781
+ property: string;
1782
+ value?: string | undefined;
1783
+ } | null;
1715
1784
  }>;
1716
1785
  update: SchemaFn<zod.ZodObject<{
1717
1786
  kind: zod.ZodLiteral<"Cell">;
@@ -1733,10 +1802,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1733
1802
  aggregate: "max" | "sum" | "avg" | "min";
1734
1803
  }>, "many">>>;
1735
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
+ }>>;
1736
1827
  } & {
1828
+ orgId: zod.ZodString;
1737
1829
  projectId: zod.ZodString;
1738
1830
  }, "strip", zod.ZodTypeAny, {
1739
1831
  name: string;
1832
+ orgId: string;
1740
1833
  projectId: string;
1741
1834
  entityType: string;
1742
1835
  constraints: {
@@ -1748,8 +1841,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1748
1841
  parentCells: string[];
1749
1842
  kind: "Cell";
1750
1843
  displayName?: string | undefined;
1844
+ membership?: {
1845
+ derivedFrom: {
1846
+ property: string;
1847
+ value?: string | undefined;
1848
+ };
1849
+ } | undefined;
1751
1850
  }, {
1752
1851
  name: string;
1852
+ orgId: string;
1753
1853
  projectId: string;
1754
1854
  entityType: string;
1755
1855
  kind: "Cell";
@@ -1761,7 +1861,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1761
1861
  }[] | undefined;
1762
1862
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
1763
1863
  parentCells?: string[] | undefined;
1864
+ membership?: {
1865
+ derivedFrom: {
1866
+ property: string;
1867
+ value?: string | undefined;
1868
+ };
1869
+ } | undefined;
1764
1870
  }>, {
1871
+ orgId: string;
1872
+ projectId: string;
1765
1873
  name: string;
1766
1874
  displayName: string | null;
1767
1875
  entityTypeName: string;
@@ -1772,32 +1880,45 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1772
1880
  aggregate: "max" | "sum" | "avg" | "min";
1773
1881
  }[];
1774
1882
  parentCells: string[];
1883
+ membershipMode: string;
1884
+ membershipDerivedFrom: {
1885
+ property: string;
1886
+ value?: string | undefined;
1887
+ } | null;
1775
1888
  createdAt: string;
1776
1889
  updatedAt: string;
1777
- projectId: string | null;
1778
1890
  }>;
1779
1891
  delete: SchemaFn<zod.ZodObject<{
1892
+ orgId: zod.ZodString;
1780
1893
  projectId: zod.ZodString;
1781
1894
  name: zod.ZodString;
1782
1895
  }, "strip", zod.ZodTypeAny, {
1783
1896
  name: string;
1897
+ orgId: string;
1784
1898
  projectId: string;
1785
1899
  }, {
1786
1900
  name: string;
1901
+ orgId: string;
1787
1902
  projectId: string;
1788
1903
  }>, {
1789
1904
  deleted: true;
1790
1905
  name: string;
1791
1906
  }>;
1792
1907
  listMembers: SchemaFn<zod.ZodObject<{
1908
+ orgId: zod.ZodString;
1793
1909
  projectId: zod.ZodString;
1794
1910
  name: zod.ZodString;
1911
+ envName: zod.ZodDefault<zod.ZodString>;
1795
1912
  }, "strip", zod.ZodTypeAny, {
1796
1913
  name: string;
1914
+ orgId: string;
1797
1915
  projectId: string;
1916
+ envName: string;
1798
1917
  }, {
1799
1918
  name: string;
1919
+ orgId: string;
1800
1920
  projectId: string;
1921
+ envName?: string | undefined;
1801
1922
  }>, {
1802
1923
  id: string;
1803
1924
  entityTypeName: string;
@@ -1809,51 +1930,74 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1809
1930
  syncSource: string | null;
1810
1931
  createdAt: string;
1811
1932
  updatedAt: string;
1812
- projectId: string | null;
1933
+ orgId: string;
1934
+ projectId: string;
1813
1935
  envId: string;
1814
1936
  }[]>;
1815
1937
  addMember: SchemaFn<zod.ZodObject<{
1938
+ orgId: zod.ZodString;
1816
1939
  projectId: zod.ZodString;
1817
1940
  name: zod.ZodString;
1818
- entityId: zod.ZodString;
1941
+ entityName: zod.ZodString;
1942
+ entityTypeName: zod.ZodString;
1943
+ envName: zod.ZodDefault<zod.ZodString>;
1819
1944
  }, "strip", zod.ZodTypeAny, {
1820
1945
  name: string;
1946
+ orgId: string;
1821
1947
  projectId: string;
1822
- entityId: string;
1948
+ envName: string;
1949
+ entityTypeName: string;
1950
+ entityName: string;
1823
1951
  }, {
1824
1952
  name: string;
1953
+ orgId: string;
1825
1954
  projectId: string;
1826
- entityId: string;
1955
+ entityTypeName: string;
1956
+ entityName: string;
1957
+ envName?: string | undefined;
1827
1958
  }>, {
1828
1959
  cellName: string;
1829
- entityId: any;
1960
+ entityName: any;
1961
+ entityTypeName: any;
1962
+ envId: string;
1830
1963
  }>;
1831
1964
  removeMember: SchemaFn<zod.ZodObject<{
1965
+ orgId: zod.ZodString;
1832
1966
  projectId: zod.ZodString;
1833
1967
  name: zod.ZodString;
1834
- entityId: zod.ZodString;
1968
+ entityName: zod.ZodString;
1969
+ envName: zod.ZodDefault<zod.ZodString>;
1835
1970
  }, "strip", zod.ZodTypeAny, {
1836
1971
  name: string;
1972
+ orgId: string;
1837
1973
  projectId: string;
1838
- entityId: string;
1974
+ envName: string;
1975
+ entityName: string;
1839
1976
  }, {
1840
1977
  name: string;
1978
+ orgId: string;
1841
1979
  projectId: string;
1842
- entityId: string;
1843
- }>, {
1980
+ entityName: string;
1981
+ envName?: string | undefined;
1982
+ }>, {
1844
1983
  deleted: true;
1845
1984
  cellName: string;
1846
- entityId: string;
1985
+ entityName: string;
1847
1986
  }>;
1848
1987
  };
1849
1988
  relationshipTypes: {
1850
1989
  list: SchemaFn<zod.ZodObject<{
1990
+ orgId: zod.ZodString;
1851
1991
  projectId: zod.ZodString;
1852
1992
  }, "strip", zod.ZodTypeAny, {
1993
+ orgId: string;
1853
1994
  projectId: string;
1854
1995
  }, {
1996
+ orgId: string;
1855
1997
  projectId: string;
1856
1998
  }>, {
1999
+ orgId: string;
2000
+ projectId: string;
1857
2001
  name: string;
1858
2002
  displayName: string | null;
1859
2003
  fromEntityTypeName: string;
@@ -1876,18 +2020,22 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1876
2020
  }[];
1877
2021
  createdAt: string;
1878
2022
  updatedAt: string;
1879
- projectId: string | null;
1880
2023
  }[]>;
1881
2024
  get: SchemaFn<zod.ZodObject<{
2025
+ orgId: zod.ZodString;
1882
2026
  projectId: zod.ZodString;
1883
2027
  name: zod.ZodString;
1884
2028
  }, "strip", zod.ZodTypeAny, {
1885
2029
  name: string;
2030
+ orgId: string;
1886
2031
  projectId: string;
1887
2032
  }, {
1888
2033
  name: string;
2034
+ orgId: string;
1889
2035
  projectId: string;
1890
2036
  }>, {
2037
+ orgId: string;
2038
+ projectId: string;
1891
2039
  name: string;
1892
2040
  displayName: string | null;
1893
2041
  fromEntityTypeName: string;
@@ -1910,7 +2058,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1910
2058
  }[];
1911
2059
  createdAt: string;
1912
2060
  updatedAt: string;
1913
- projectId: string | null;
1914
2061
  }>;
1915
2062
  create: SchemaFn<zod.ZodObject<{
1916
2063
  kind: zod.ZodLiteral<"RelationshipType">;
@@ -1959,10 +2106,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1959
2106
  leq: string;
1960
2107
  }>, "many">>>;
1961
2108
  } & {
2109
+ orgId: zod.ZodString;
1962
2110
  projectId: zod.ZodString;
1963
2111
  }, "strip", zod.ZodTypeAny, {
1964
2112
  name: string;
1965
2113
  from: string;
2114
+ orgId: string;
1966
2115
  projectId: string;
1967
2116
  states: string[];
1968
2117
  properties: {
@@ -1986,6 +2135,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
1986
2135
  }, {
1987
2136
  name: string;
1988
2137
  from: string;
2138
+ orgId: string;
1989
2139
  projectId: string;
1990
2140
  states: string[];
1991
2141
  kind: "RelationshipType";
@@ -2010,7 +2160,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2010
2160
  name: string;
2011
2161
  createdAt: string;
2012
2162
  updatedAt: string;
2013
- projectId: string | null;
2163
+ orgId: string;
2164
+ projectId: string;
2014
2165
  displayName: string | null;
2015
2166
  states: string[];
2016
2167
  properties: {
@@ -2078,10 +2229,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2078
2229
  leq: string;
2079
2230
  }>, "many">>>;
2080
2231
  } & {
2232
+ orgId: zod.ZodString;
2081
2233
  projectId: zod.ZodString;
2082
2234
  }, "strip", zod.ZodTypeAny, {
2083
2235
  name: string;
2084
2236
  from: string;
2237
+ orgId: string;
2085
2238
  projectId: string;
2086
2239
  states: string[];
2087
2240
  properties: {
@@ -2105,6 +2258,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2105
2258
  }, {
2106
2259
  name: string;
2107
2260
  from: string;
2261
+ orgId: string;
2108
2262
  projectId: string;
2109
2263
  states: string[];
2110
2264
  kind: "RelationshipType";
@@ -2126,6 +2280,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2126
2280
  }[] | undefined;
2127
2281
  cardinality?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
2128
2282
  }>, {
2283
+ orgId: string;
2284
+ projectId: string;
2129
2285
  name: string;
2130
2286
  displayName: string | null;
2131
2287
  fromEntityTypeName: string;
@@ -2148,16 +2304,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2148
2304
  }[];
2149
2305
  createdAt: string;
2150
2306
  updatedAt: string;
2151
- projectId: string | null;
2152
2307
  }>;
2153
2308
  delete: SchemaFn<zod.ZodObject<{
2309
+ orgId: zod.ZodString;
2154
2310
  projectId: zod.ZodString;
2155
2311
  name: zod.ZodString;
2156
2312
  }, "strip", zod.ZodTypeAny, {
2157
2313
  name: string;
2314
+ orgId: string;
2158
2315
  projectId: string;
2159
2316
  }, {
2160
2317
  name: string;
2318
+ orgId: string;
2161
2319
  projectId: string;
2162
2320
  }>, {
2163
2321
  deleted: true;
@@ -2166,6 +2324,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2166
2324
  };
2167
2325
  relationships: {
2168
2326
  list: SchemaFn<zod.ZodObject<{
2327
+ orgId: zod.ZodString;
2169
2328
  projectId: zod.ZodString;
2170
2329
  envName: zod.ZodString;
2171
2330
  relationshipType: zod.ZodOptional<zod.ZodString>;
@@ -2176,6 +2335,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2176
2335
  toEntityPool: zod.ZodOptional<zod.ZodString>;
2177
2336
  limit: zod.ZodOptional<zod.ZodNumber>;
2178
2337
  }, "strip", zod.ZodTypeAny, {
2338
+ orgId: string;
2179
2339
  projectId: string;
2180
2340
  envName: string;
2181
2341
  limit?: number | undefined;
@@ -2186,6 +2346,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2186
2346
  fromEntityPool?: string | undefined;
2187
2347
  toEntityPool?: string | undefined;
2188
2348
  }, {
2349
+ orgId: string;
2189
2350
  projectId: string;
2190
2351
  envName: string;
2191
2352
  limit?: number | undefined;
@@ -2205,21 +2366,25 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2205
2366
  labels: hono_utils_types.JSONValue;
2206
2367
  createdAt: string;
2207
2368
  updatedAt: string;
2208
- projectId: string | null;
2369
+ projectId: string;
2370
+ orgId: string;
2209
2371
  envId: string;
2210
2372
  deletionScheduledAt: string | null;
2211
2373
  deletionGracePeriodSeconds: number | null;
2212
2374
  }[]>;
2213
2375
  get: SchemaFn<zod.ZodObject<{
2376
+ orgId: zod.ZodString;
2214
2377
  projectId: zod.ZodString;
2215
2378
  envName: zod.ZodString;
2216
2379
  id: zod.ZodString;
2217
2380
  }, "strip", zod.ZodTypeAny, {
2218
2381
  id: string;
2382
+ orgId: string;
2219
2383
  projectId: string;
2220
2384
  envName: string;
2221
2385
  }, {
2222
2386
  id: string;
2387
+ orgId: string;
2223
2388
  projectId: string;
2224
2389
  envName: string;
2225
2390
  }>, {
@@ -2232,7 +2397,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2232
2397
  labels: hono_utils_types.JSONValue;
2233
2398
  createdAt: string;
2234
2399
  updatedAt: string;
2235
- projectId: string | null;
2400
+ projectId: string;
2401
+ orgId: string;
2236
2402
  envId: string;
2237
2403
  deletionScheduledAt: string | null;
2238
2404
  deletionGracePeriodSeconds: number | null;
@@ -2246,10 +2412,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2246
2412
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
2247
2413
  labels: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
2248
2414
  } & {
2415
+ orgId: zod.ZodString;
2249
2416
  projectId: zod.ZodString;
2250
2417
  envName: zod.ZodString;
2251
2418
  }, "strip", zod.ZodTypeAny, {
2252
2419
  from: string;
2420
+ orgId: string;
2253
2421
  projectId: string;
2254
2422
  envName: string;
2255
2423
  properties: Record<string, unknown>;
@@ -2260,6 +2428,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2260
2428
  state?: string | undefined;
2261
2429
  }, {
2262
2430
  from: string;
2431
+ orgId: string;
2263
2432
  projectId: string;
2264
2433
  envName: string;
2265
2434
  relationshipType: string;
@@ -2274,7 +2443,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2274
2443
  id: string;
2275
2444
  createdAt: string;
2276
2445
  updatedAt: string;
2277
- projectId: string | null;
2446
+ orgId: string;
2447
+ projectId: string;
2278
2448
  envId: string;
2279
2449
  state: string;
2280
2450
  properties: hono_utils_types.JSONValue;
@@ -2286,15 +2456,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2286
2456
  deletionGracePeriodSeconds: number | null;
2287
2457
  }>;
2288
2458
  delete: SchemaFn<zod.ZodObject<{
2459
+ orgId: zod.ZodString;
2289
2460
  projectId: zod.ZodString;
2290
2461
  envName: zod.ZodString;
2291
2462
  id: zod.ZodString;
2292
2463
  }, "strip", zod.ZodTypeAny, {
2293
2464
  id: string;
2465
+ orgId: string;
2294
2466
  projectId: string;
2295
2467
  envName: string;
2296
2468
  }, {
2297
2469
  id: string;
2470
+ orgId: string;
2298
2471
  projectId: string;
2299
2472
  envName: string;
2300
2473
  }>, {
@@ -2304,10 +2477,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2304
2477
  };
2305
2478
  actions: {
2306
2479
  list: SchemaFn<zod.ZodObject<{
2480
+ orgId: zod.ZodString;
2307
2481
  projectId: zod.ZodString;
2308
2482
  }, "strip", zod.ZodTypeAny, {
2483
+ orgId: string;
2309
2484
  projectId: string;
2310
2485
  }, {
2486
+ orgId: string;
2311
2487
  projectId: string;
2312
2488
  }>, {
2313
2489
  associatedWith: {
@@ -2327,7 +2503,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2327
2503
  enum?: string[] | undefined;
2328
2504
  }[];
2329
2505
  description: string | null;
2330
- projectId: string | null;
2506
+ orgId: string;
2507
+ projectId: string;
2331
2508
  displayName: string | null;
2332
2509
  conditions: {
2333
2510
  value: string | number | boolean | string[];
@@ -2457,8 +2634,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2457
2634
  };
2458
2635
  trigger: {
2459
2636
  type: "webhook";
2637
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
2460
2638
  url: string;
2461
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
2462
2639
  headers?: {
2463
2640
  [x: string]: string;
2464
2641
  } | undefined;
@@ -2516,8 +2693,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2516
2693
  } | undefined;
2517
2694
  content?: string | undefined;
2518
2695
  }[];
2519
- webhookSecret?: string | undefined;
2520
2696
  body?: string | undefined;
2697
+ webhookSecret?: string | undefined;
2521
2698
  labels?: string[] | undefined;
2522
2699
  reviewers?: string[] | undefined;
2523
2700
  teamReviewers?: string[] | undefined;
@@ -2595,8 +2772,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2595
2772
  } | undefined;
2596
2773
  content?: string | undefined;
2597
2774
  }[];
2598
- webhookSecret?: string | undefined;
2599
2775
  body?: string | undefined;
2776
+ webhookSecret?: string | undefined;
2600
2777
  labels?: string[] | undefined;
2601
2778
  reviewers?: string[] | undefined;
2602
2779
  teamReviewers?: string[] | undefined;
@@ -2627,11 +2804,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2627
2804
  envOverrides: {
2628
2805
  [x: string]: {
2629
2806
  type: "webhook";
2630
- url?: string | undefined;
2807
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
2631
2808
  headers?: {
2632
2809
  [x: string]: string;
2633
2810
  } | undefined;
2634
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
2811
+ url?: string | undefined;
2635
2812
  auth?: {
2636
2813
  token: string;
2637
2814
  type: "bearer";
@@ -2660,8 +2837,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2660
2837
  } | undefined;
2661
2838
  } | {
2662
2839
  type: "pull-request";
2663
- webhookSecret?: string | undefined;
2664
2840
  body?: string | undefined;
2841
+ webhookSecret?: string | undefined;
2665
2842
  title?: string | undefined;
2666
2843
  auth?: {
2667
2844
  token: string;
@@ -2763,8 +2940,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2763
2940
  } | undefined;
2764
2941
  content?: string | undefined;
2765
2942
  }[];
2766
- webhookSecret?: string | undefined;
2767
2943
  body?: string | undefined;
2944
+ webhookSecret?: string | undefined;
2768
2945
  labels?: string[] | undefined;
2769
2946
  reviewers?: string[] | undefined;
2770
2947
  teamReviewers?: string[] | undefined;
@@ -2796,16 +2973,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2796
2973
  relationship: string;
2797
2974
  appliedAction: string;
2798
2975
  }[] | null | undefined;
2976
+ mutatesProperty: string | null;
2799
2977
  timeoutMinutes: number | null;
2800
2978
  }[]>;
2801
2979
  get: SchemaFn<zod.ZodObject<{
2980
+ orgId: zod.ZodString;
2802
2981
  projectId: zod.ZodString;
2803
2982
  name: zod.ZodString;
2804
2983
  }, "strip", zod.ZodTypeAny, {
2805
2984
  name: string;
2985
+ orgId: string;
2806
2986
  projectId: string;
2807
2987
  }, {
2808
2988
  name: string;
2989
+ orgId: string;
2809
2990
  projectId: string;
2810
2991
  }>, {
2811
2992
  associatedWith: {
@@ -2825,7 +3006,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2825
3006
  enum?: string[] | undefined;
2826
3007
  }[];
2827
3008
  description: string | null;
2828
- projectId: string | null;
3009
+ orgId: string;
3010
+ projectId: string;
2829
3011
  displayName: string | null;
2830
3012
  conditions: {
2831
3013
  value: string | number | boolean | string[];
@@ -2955,8 +3137,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
2955
3137
  };
2956
3138
  trigger: {
2957
3139
  type: "webhook";
3140
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
2958
3141
  url: string;
2959
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
2960
3142
  headers?: {
2961
3143
  [x: string]: string;
2962
3144
  } | undefined;
@@ -3014,8 +3196,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3014
3196
  } | undefined;
3015
3197
  content?: string | undefined;
3016
3198
  }[];
3017
- webhookSecret?: string | undefined;
3018
3199
  body?: string | undefined;
3200
+ webhookSecret?: string | undefined;
3019
3201
  labels?: string[] | undefined;
3020
3202
  reviewers?: string[] | undefined;
3021
3203
  teamReviewers?: string[] | undefined;
@@ -3093,8 +3275,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3093
3275
  } | undefined;
3094
3276
  content?: string | undefined;
3095
3277
  }[];
3096
- webhookSecret?: string | undefined;
3097
3278
  body?: string | undefined;
3279
+ webhookSecret?: string | undefined;
3098
3280
  labels?: string[] | undefined;
3099
3281
  reviewers?: string[] | undefined;
3100
3282
  teamReviewers?: string[] | undefined;
@@ -3125,11 +3307,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3125
3307
  envOverrides: {
3126
3308
  [x: string]: {
3127
3309
  type: "webhook";
3128
- url?: string | undefined;
3310
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
3129
3311
  headers?: {
3130
3312
  [x: string]: string;
3131
3313
  } | undefined;
3132
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
3314
+ url?: string | undefined;
3133
3315
  auth?: {
3134
3316
  token: string;
3135
3317
  type: "bearer";
@@ -3158,8 +3340,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3158
3340
  } | undefined;
3159
3341
  } | {
3160
3342
  type: "pull-request";
3161
- webhookSecret?: string | undefined;
3162
3343
  body?: string | undefined;
3344
+ webhookSecret?: string | undefined;
3163
3345
  title?: string | undefined;
3164
3346
  auth?: {
3165
3347
  token: string;
@@ -3261,8 +3443,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3261
3443
  } | undefined;
3262
3444
  content?: string | undefined;
3263
3445
  }[];
3264
- webhookSecret?: string | undefined;
3265
3446
  body?: string | undefined;
3447
+ webhookSecret?: string | undefined;
3266
3448
  labels?: string[] | undefined;
3267
3449
  reviewers?: string[] | undefined;
3268
3450
  teamReviewers?: string[] | undefined;
@@ -3294,6 +3476,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3294
3476
  relationship: string;
3295
3477
  appliedAction: string;
3296
3478
  }[] | null | undefined;
3479
+ mutatesProperty: string | null;
3297
3480
  timeoutMinutes: number | null;
3298
3481
  }>;
3299
3482
  create: SchemaFn<zod.ZodObject<{
@@ -3857,8 +4040,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3857
4040
  }>>;
3858
4041
  }, "strip", zod.ZodTypeAny, {
3859
4042
  type: "webhook";
4043
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
3860
4044
  url: string;
3861
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
3862
4045
  headers?: Record<string, string> | undefined;
3863
4046
  auth?: {
3864
4047
  token: string;
@@ -3885,8 +4068,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
3885
4068
  }, {
3886
4069
  type: "webhook";
3887
4070
  url: string;
4071
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
3888
4072
  headers?: Record<string, string> | undefined;
3889
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
3890
4073
  auth?: {
3891
4074
  token: string;
3892
4075
  type: "bearer";
@@ -4084,8 +4267,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4084
4267
  } | undefined;
4085
4268
  content?: string | undefined;
4086
4269
  }[];
4087
- webhookSecret?: string | undefined;
4088
4270
  body?: string | undefined;
4271
+ webhookSecret?: string | undefined;
4089
4272
  labels?: string[] | undefined;
4090
4273
  reviewers?: string[] | undefined;
4091
4274
  teamReviewers?: string[] | undefined;
@@ -4122,8 +4305,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4122
4305
  operation?: "replace" | "patch" | undefined;
4123
4306
  content?: string | undefined;
4124
4307
  }[];
4125
- webhookSecret?: string | undefined;
4126
4308
  body?: string | undefined;
4309
+ webhookSecret?: string | undefined;
4127
4310
  base?: string | undefined;
4128
4311
  labels?: string[] | undefined;
4129
4312
  reviewers?: string[] | undefined;
@@ -4377,8 +4560,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4377
4560
  } | undefined;
4378
4561
  content?: string | undefined;
4379
4562
  }[];
4380
- webhookSecret?: string | undefined;
4381
4563
  body?: string | undefined;
4564
+ webhookSecret?: string | undefined;
4382
4565
  labels?: string[] | undefined;
4383
4566
  reviewers?: string[] | undefined;
4384
4567
  teamReviewers?: string[] | undefined;
@@ -4408,8 +4591,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4408
4591
  operation?: "replace" | "patch" | undefined;
4409
4592
  content?: string | undefined;
4410
4593
  }[];
4411
- webhookSecret?: string | undefined;
4412
4594
  body?: string | undefined;
4595
+ webhookSecret?: string | undefined;
4413
4596
  base?: string | undefined;
4414
4597
  labels?: string[] | undefined;
4415
4598
  reviewers?: string[] | undefined;
@@ -4464,8 +4647,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4464
4647
  } | undefined;
4465
4648
  content?: string | undefined;
4466
4649
  }[];
4467
- webhookSecret?: string | undefined;
4468
4650
  body?: string | undefined;
4651
+ webhookSecret?: string | undefined;
4469
4652
  labels?: string[] | undefined;
4470
4653
  reviewers?: string[] | undefined;
4471
4654
  teamReviewers?: string[] | undefined;
@@ -4512,8 +4695,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4512
4695
  operation?: "replace" | "patch" | undefined;
4513
4696
  content?: string | undefined;
4514
4697
  }[];
4515
- webhookSecret?: string | undefined;
4516
4698
  body?: string | undefined;
4699
+ webhookSecret?: string | undefined;
4517
4700
  base?: string | undefined;
4518
4701
  labels?: string[] | undefined;
4519
4702
  reviewers?: string[] | undefined;
@@ -4614,8 +4797,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4614
4797
  type: "noop";
4615
4798
  }>]>, {
4616
4799
  type: "webhook";
4800
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
4617
4801
  url: string;
4618
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
4619
4802
  headers?: Record<string, string> | undefined;
4620
4803
  auth?: {
4621
4804
  token: string;
@@ -4667,8 +4850,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4667
4850
  } | undefined;
4668
4851
  content?: string | undefined;
4669
4852
  }[];
4670
- webhookSecret?: string | undefined;
4671
4853
  body?: string | undefined;
4854
+ webhookSecret?: string | undefined;
4672
4855
  labels?: string[] | undefined;
4673
4856
  reviewers?: string[] | undefined;
4674
4857
  teamReviewers?: string[] | undefined;
@@ -4740,8 +4923,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4740
4923
  } | undefined;
4741
4924
  content?: string | undefined;
4742
4925
  }[];
4743
- webhookSecret?: string | undefined;
4744
4926
  body?: string | undefined;
4927
+ webhookSecret?: string | undefined;
4745
4928
  labels?: string[] | undefined;
4746
4929
  reviewers?: string[] | undefined;
4747
4930
  teamReviewers?: string[] | undefined;
@@ -4769,8 +4952,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4769
4952
  }, {
4770
4953
  type: "webhook";
4771
4954
  url: string;
4955
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
4772
4956
  headers?: Record<string, string> | undefined;
4773
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
4774
4957
  auth?: {
4775
4958
  token: string;
4776
4959
  type: "bearer";
@@ -4820,8 +5003,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4820
5003
  operation?: "replace" | "patch" | undefined;
4821
5004
  content?: string | undefined;
4822
5005
  }[];
4823
- webhookSecret?: string | undefined;
4824
5006
  body?: string | undefined;
5007
+ webhookSecret?: string | undefined;
4825
5008
  base?: string | undefined;
4826
5009
  labels?: string[] | undefined;
4827
5010
  reviewers?: string[] | undefined;
@@ -4892,8 +5075,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4892
5075
  operation?: "replace" | "patch" | undefined;
4893
5076
  content?: string | undefined;
4894
5077
  }[];
4895
- webhookSecret?: string | undefined;
4896
5078
  body?: string | undefined;
5079
+ webhookSecret?: string | undefined;
4897
5080
  base?: string | undefined;
4898
5081
  labels?: string[] | undefined;
4899
5082
  reviewers?: string[] | undefined;
@@ -4988,9 +5171,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
4988
5171
  }>>;
4989
5172
  }, "strip", zod.ZodTypeAny, {
4990
5173
  type: "webhook";
4991
- url?: string | undefined;
5174
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
4992
5175
  headers?: Record<string, string> | undefined;
4993
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
5176
+ url?: string | undefined;
4994
5177
  auth?: {
4995
5178
  token: string;
4996
5179
  type: "bearer";
@@ -5015,9 +5198,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5015
5198
  } | undefined;
5016
5199
  }, {
5017
5200
  type: "webhook";
5018
- url?: string | undefined;
5201
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
5019
5202
  headers?: Record<string, string> | undefined;
5020
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
5203
+ url?: string | undefined;
5021
5204
  auth?: {
5022
5205
  token: string;
5023
5206
  type: "bearer";
@@ -5186,8 +5369,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5186
5369
  }>>;
5187
5370
  }, "strip", zod.ZodTypeAny, {
5188
5371
  type: "pull-request";
5189
- webhookSecret?: string | undefined;
5190
5372
  body?: string | undefined;
5373
+ webhookSecret?: string | undefined;
5191
5374
  title?: string | undefined;
5192
5375
  auth?: {
5193
5376
  token: string;
@@ -5224,8 +5407,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5224
5407
  } | undefined;
5225
5408
  }, {
5226
5409
  type: "pull-request";
5227
- webhookSecret?: string | undefined;
5228
5410
  body?: string | undefined;
5411
+ webhookSecret?: string | undefined;
5229
5412
  title?: string | undefined;
5230
5413
  auth?: {
5231
5414
  token: string;
@@ -5503,8 +5686,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5503
5686
  } | undefined;
5504
5687
  content?: string | undefined;
5505
5688
  }[];
5506
- webhookSecret?: string | undefined;
5507
5689
  body?: string | undefined;
5690
+ webhookSecret?: string | undefined;
5508
5691
  labels?: string[] | undefined;
5509
5692
  reviewers?: string[] | undefined;
5510
5693
  teamReviewers?: string[] | undefined;
@@ -5534,8 +5717,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5534
5717
  operation?: "replace" | "patch" | undefined;
5535
5718
  content?: string | undefined;
5536
5719
  }[];
5537
- webhookSecret?: string | undefined;
5538
5720
  body?: string | undefined;
5721
+ webhookSecret?: string | undefined;
5539
5722
  base?: string | undefined;
5540
5723
  labels?: string[] | undefined;
5541
5724
  reviewers?: string[] | undefined;
@@ -5589,8 +5772,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5589
5772
  } | undefined;
5590
5773
  content?: string | undefined;
5591
5774
  }[];
5592
- webhookSecret?: string | undefined;
5593
5775
  body?: string | undefined;
5776
+ webhookSecret?: string | undefined;
5594
5777
  labels?: string[] | undefined;
5595
5778
  reviewers?: string[] | undefined;
5596
5779
  teamReviewers?: string[] | undefined;
@@ -5638,8 +5821,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5638
5821
  operation?: "replace" | "patch" | undefined;
5639
5822
  content?: string | undefined;
5640
5823
  }[];
5641
- webhookSecret?: string | undefined;
5642
5824
  body?: string | undefined;
5825
+ webhookSecret?: string | undefined;
5643
5826
  base?: string | undefined;
5644
5827
  labels?: string[] | undefined;
5645
5828
  reviewers?: string[] | undefined;
@@ -5744,7 +5927,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5744
5927
  appliedAction: string;
5745
5928
  }>, "many">>;
5746
5929
  timeout: zod.ZodOptional<zod.ZodNumber>;
5930
+ mutatesProperty: zod.ZodOptional<zod.ZodString>;
5747
5931
  } & {
5932
+ orgId: zod.ZodString;
5748
5933
  projectId: zod.ZodString;
5749
5934
  }, "strip", zod.ZodTypeAny, {
5750
5935
  name: string;
@@ -5757,6 +5942,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5757
5942
  title?: string | undefined;
5758
5943
  enum?: string[] | undefined;
5759
5944
  }[];
5945
+ orgId: string;
5760
5946
  projectId: string;
5761
5947
  conditions: {
5762
5948
  value: string | number | boolean | string[];
@@ -5877,8 +6063,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5877
6063
  };
5878
6064
  trigger: {
5879
6065
  type: "webhook";
6066
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
5880
6067
  url: string;
5881
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
5882
6068
  headers?: Record<string, string> | undefined;
5883
6069
  auth?: {
5884
6070
  token: string;
@@ -5930,8 +6116,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
5930
6116
  } | undefined;
5931
6117
  content?: string | undefined;
5932
6118
  }[];
5933
- webhookSecret?: string | undefined;
5934
6119
  body?: string | undefined;
6120
+ webhookSecret?: string | undefined;
5935
6121
  labels?: string[] | undefined;
5936
6122
  reviewers?: string[] | undefined;
5937
6123
  teamReviewers?: string[] | undefined;
@@ -6003,8 +6189,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6003
6189
  } | undefined;
6004
6190
  content?: string | undefined;
6005
6191
  }[];
6006
- webhookSecret?: string | undefined;
6007
6192
  body?: string | undefined;
6193
+ webhookSecret?: string | undefined;
6008
6194
  labels?: string[] | undefined;
6009
6195
  reviewers?: string[] | undefined;
6010
6196
  teamReviewers?: string[] | undefined;
@@ -6034,9 +6220,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6034
6220
  displayName?: string | undefined;
6035
6221
  envOverrides?: Record<string, {
6036
6222
  type: "webhook";
6037
- url?: string | undefined;
6223
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6038
6224
  headers?: Record<string, string> | undefined;
6039
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
6225
+ url?: string | undefined;
6040
6226
  auth?: {
6041
6227
  token: string;
6042
6228
  type: "bearer";
@@ -6061,8 +6247,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6061
6247
  } | undefined;
6062
6248
  } | {
6063
6249
  type: "pull-request";
6064
- webhookSecret?: string | undefined;
6065
6250
  body?: string | undefined;
6251
+ webhookSecret?: string | undefined;
6066
6252
  title?: string | undefined;
6067
6253
  auth?: {
6068
6254
  token: string;
@@ -6158,8 +6344,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6158
6344
  } | undefined;
6159
6345
  content?: string | undefined;
6160
6346
  }[];
6161
- webhookSecret?: string | undefined;
6162
6347
  body?: string | undefined;
6348
+ webhookSecret?: string | undefined;
6163
6349
  labels?: string[] | undefined;
6164
6350
  reviewers?: string[] | undefined;
6165
6351
  teamReviewers?: string[] | undefined;
@@ -6189,8 +6375,10 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6189
6375
  appliedAction: string;
6190
6376
  }[] | undefined;
6191
6377
  timeout?: number | undefined;
6378
+ mutatesProperty?: string | undefined;
6192
6379
  }, {
6193
6380
  name: string;
6381
+ orgId: string;
6194
6382
  projectId: string;
6195
6383
  operation: {
6196
6384
  type: "create-entity";
@@ -6299,8 +6487,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6299
6487
  trigger: {
6300
6488
  type: "webhook";
6301
6489
  url: string;
6490
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6302
6491
  headers?: Record<string, string> | undefined;
6303
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
6304
6492
  auth?: {
6305
6493
  token: string;
6306
6494
  type: "bearer";
@@ -6350,8 +6538,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6350
6538
  operation?: "replace" | "patch" | undefined;
6351
6539
  content?: string | undefined;
6352
6540
  }[];
6353
- webhookSecret?: string | undefined;
6354
6541
  body?: string | undefined;
6542
+ webhookSecret?: string | undefined;
6355
6543
  base?: string | undefined;
6356
6544
  labels?: string[] | undefined;
6357
6545
  reviewers?: string[] | undefined;
@@ -6422,8 +6610,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6422
6610
  operation?: "replace" | "patch" | undefined;
6423
6611
  content?: string | undefined;
6424
6612
  }[];
6425
- webhookSecret?: string | undefined;
6426
6613
  body?: string | undefined;
6614
+ webhookSecret?: string | undefined;
6427
6615
  base?: string | undefined;
6428
6616
  labels?: string[] | undefined;
6429
6617
  reviewers?: string[] | undefined;
@@ -6477,9 +6665,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6477
6665
  }[] | undefined;
6478
6666
  envOverrides?: Record<string, {
6479
6667
  type: "webhook";
6480
- url?: string | undefined;
6668
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6481
6669
  headers?: Record<string, string> | undefined;
6482
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
6670
+ url?: string | undefined;
6483
6671
  auth?: {
6484
6672
  token: string;
6485
6673
  type: "bearer";
@@ -6504,8 +6692,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6504
6692
  } | undefined;
6505
6693
  } | {
6506
6694
  type: "pull-request";
6507
- webhookSecret?: string | undefined;
6508
6695
  body?: string | undefined;
6696
+ webhookSecret?: string | undefined;
6509
6697
  title?: string | undefined;
6510
6698
  auth?: {
6511
6699
  token: string;
@@ -6600,8 +6788,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6600
6788
  operation?: "replace" | "patch" | undefined;
6601
6789
  content?: string | undefined;
6602
6790
  }[];
6603
- webhookSecret?: string | undefined;
6604
6791
  body?: string | undefined;
6792
+ webhookSecret?: string | undefined;
6605
6793
  base?: string | undefined;
6606
6794
  labels?: string[] | undefined;
6607
6795
  reviewers?: string[] | undefined;
@@ -6632,6 +6820,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6632
6820
  appliedAction: string;
6633
6821
  }[] | undefined;
6634
6822
  timeout?: number | undefined;
6823
+ mutatesProperty?: string | undefined;
6635
6824
  }>, {
6636
6825
  associatedWith: {
6637
6826
  entityType: string;
@@ -6650,7 +6839,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6650
6839
  enum?: string[] | undefined;
6651
6840
  }[];
6652
6841
  description: string | null;
6653
- projectId: string | null;
6842
+ orgId: string;
6843
+ projectId: string;
6654
6844
  displayName: string | null;
6655
6845
  conditions: {
6656
6846
  value: string | number | boolean | string[];
@@ -6780,8 +6970,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6780
6970
  };
6781
6971
  trigger: {
6782
6972
  type: "webhook";
6973
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
6783
6974
  url: string;
6784
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
6785
6975
  headers?: {
6786
6976
  [x: string]: string;
6787
6977
  } | undefined;
@@ -6839,8 +7029,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6839
7029
  } | undefined;
6840
7030
  content?: string | undefined;
6841
7031
  }[];
6842
- webhookSecret?: string | undefined;
6843
7032
  body?: string | undefined;
7033
+ webhookSecret?: string | undefined;
6844
7034
  labels?: string[] | undefined;
6845
7035
  reviewers?: string[] | undefined;
6846
7036
  teamReviewers?: string[] | undefined;
@@ -6918,8 +7108,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6918
7108
  } | undefined;
6919
7109
  content?: string | undefined;
6920
7110
  }[];
6921
- webhookSecret?: string | undefined;
6922
7111
  body?: string | undefined;
7112
+ webhookSecret?: string | undefined;
6923
7113
  labels?: string[] | undefined;
6924
7114
  reviewers?: string[] | undefined;
6925
7115
  teamReviewers?: string[] | undefined;
@@ -6950,11 +7140,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6950
7140
  envOverrides: {
6951
7141
  [x: string]: {
6952
7142
  type: "webhook";
6953
- url?: string | undefined;
7143
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
6954
7144
  headers?: {
6955
7145
  [x: string]: string;
6956
7146
  } | undefined;
6957
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
7147
+ url?: string | undefined;
6958
7148
  auth?: {
6959
7149
  token: string;
6960
7150
  type: "bearer";
@@ -6983,8 +7173,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
6983
7173
  } | undefined;
6984
7174
  } | {
6985
7175
  type: "pull-request";
6986
- webhookSecret?: string | undefined;
6987
7176
  body?: string | undefined;
7177
+ webhookSecret?: string | undefined;
6988
7178
  title?: string | undefined;
6989
7179
  auth?: {
6990
7180
  token: string;
@@ -7086,8 +7276,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7086
7276
  } | undefined;
7087
7277
  content?: string | undefined;
7088
7278
  }[];
7089
- webhookSecret?: string | undefined;
7090
7279
  body?: string | undefined;
7280
+ webhookSecret?: string | undefined;
7091
7281
  labels?: string[] | undefined;
7092
7282
  reviewers?: string[] | undefined;
7093
7283
  teamReviewers?: string[] | undefined;
@@ -7119,6 +7309,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7119
7309
  relationship: string;
7120
7310
  appliedAction: string;
7121
7311
  }[] | null | undefined;
7312
+ mutatesProperty: string | null;
7122
7313
  timeoutMinutes: number | null;
7123
7314
  }>;
7124
7315
  update: SchemaFn<zod.ZodObject<{
@@ -7682,8 +7873,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7682
7873
  }>>;
7683
7874
  }, "strip", zod.ZodTypeAny, {
7684
7875
  type: "webhook";
7876
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
7685
7877
  url: string;
7686
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
7687
7878
  headers?: Record<string, string> | undefined;
7688
7879
  auth?: {
7689
7880
  token: string;
@@ -7710,8 +7901,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7710
7901
  }, {
7711
7902
  type: "webhook";
7712
7903
  url: string;
7904
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
7713
7905
  headers?: Record<string, string> | undefined;
7714
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
7715
7906
  auth?: {
7716
7907
  token: string;
7717
7908
  type: "bearer";
@@ -7909,8 +8100,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7909
8100
  } | undefined;
7910
8101
  content?: string | undefined;
7911
8102
  }[];
7912
- webhookSecret?: string | undefined;
7913
8103
  body?: string | undefined;
8104
+ webhookSecret?: string | undefined;
7914
8105
  labels?: string[] | undefined;
7915
8106
  reviewers?: string[] | undefined;
7916
8107
  teamReviewers?: string[] | undefined;
@@ -7947,8 +8138,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
7947
8138
  operation?: "replace" | "patch" | undefined;
7948
8139
  content?: string | undefined;
7949
8140
  }[];
7950
- webhookSecret?: string | undefined;
7951
8141
  body?: string | undefined;
8142
+ webhookSecret?: string | undefined;
7952
8143
  base?: string | undefined;
7953
8144
  labels?: string[] | undefined;
7954
8145
  reviewers?: string[] | undefined;
@@ -8202,8 +8393,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8202
8393
  } | undefined;
8203
8394
  content?: string | undefined;
8204
8395
  }[];
8205
- webhookSecret?: string | undefined;
8206
8396
  body?: string | undefined;
8397
+ webhookSecret?: string | undefined;
8207
8398
  labels?: string[] | undefined;
8208
8399
  reviewers?: string[] | undefined;
8209
8400
  teamReviewers?: string[] | undefined;
@@ -8233,8 +8424,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8233
8424
  operation?: "replace" | "patch" | undefined;
8234
8425
  content?: string | undefined;
8235
8426
  }[];
8236
- webhookSecret?: string | undefined;
8237
8427
  body?: string | undefined;
8428
+ webhookSecret?: string | undefined;
8238
8429
  base?: string | undefined;
8239
8430
  labels?: string[] | undefined;
8240
8431
  reviewers?: string[] | undefined;
@@ -8289,8 +8480,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8289
8480
  } | undefined;
8290
8481
  content?: string | undefined;
8291
8482
  }[];
8292
- webhookSecret?: string | undefined;
8293
8483
  body?: string | undefined;
8484
+ webhookSecret?: string | undefined;
8294
8485
  labels?: string[] | undefined;
8295
8486
  reviewers?: string[] | undefined;
8296
8487
  teamReviewers?: string[] | undefined;
@@ -8337,8 +8528,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8337
8528
  operation?: "replace" | "patch" | undefined;
8338
8529
  content?: string | undefined;
8339
8530
  }[];
8340
- webhookSecret?: string | undefined;
8341
8531
  body?: string | undefined;
8532
+ webhookSecret?: string | undefined;
8342
8533
  base?: string | undefined;
8343
8534
  labels?: string[] | undefined;
8344
8535
  reviewers?: string[] | undefined;
@@ -8439,8 +8630,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8439
8630
  type: "noop";
8440
8631
  }>]>, {
8441
8632
  type: "webhook";
8633
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
8442
8634
  url: string;
8443
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
8444
8635
  headers?: Record<string, string> | undefined;
8445
8636
  auth?: {
8446
8637
  token: string;
@@ -8492,8 +8683,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8492
8683
  } | undefined;
8493
8684
  content?: string | undefined;
8494
8685
  }[];
8495
- webhookSecret?: string | undefined;
8496
8686
  body?: string | undefined;
8687
+ webhookSecret?: string | undefined;
8497
8688
  labels?: string[] | undefined;
8498
8689
  reviewers?: string[] | undefined;
8499
8690
  teamReviewers?: string[] | undefined;
@@ -8565,8 +8756,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8565
8756
  } | undefined;
8566
8757
  content?: string | undefined;
8567
8758
  }[];
8568
- webhookSecret?: string | undefined;
8569
8759
  body?: string | undefined;
8760
+ webhookSecret?: string | undefined;
8570
8761
  labels?: string[] | undefined;
8571
8762
  reviewers?: string[] | undefined;
8572
8763
  teamReviewers?: string[] | undefined;
@@ -8594,8 +8785,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8594
8785
  }, {
8595
8786
  type: "webhook";
8596
8787
  url: string;
8788
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
8597
8789
  headers?: Record<string, string> | undefined;
8598
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
8599
8790
  auth?: {
8600
8791
  token: string;
8601
8792
  type: "bearer";
@@ -8645,8 +8836,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8645
8836
  operation?: "replace" | "patch" | undefined;
8646
8837
  content?: string | undefined;
8647
8838
  }[];
8648
- webhookSecret?: string | undefined;
8649
8839
  body?: string | undefined;
8840
+ webhookSecret?: string | undefined;
8650
8841
  base?: string | undefined;
8651
8842
  labels?: string[] | undefined;
8652
8843
  reviewers?: string[] | undefined;
@@ -8717,8 +8908,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8717
8908
  operation?: "replace" | "patch" | undefined;
8718
8909
  content?: string | undefined;
8719
8910
  }[];
8720
- webhookSecret?: string | undefined;
8721
8911
  body?: string | undefined;
8912
+ webhookSecret?: string | undefined;
8722
8913
  base?: string | undefined;
8723
8914
  labels?: string[] | undefined;
8724
8915
  reviewers?: string[] | undefined;
@@ -8813,9 +9004,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8813
9004
  }>>;
8814
9005
  }, "strip", zod.ZodTypeAny, {
8815
9006
  type: "webhook";
8816
- url?: string | undefined;
9007
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
8817
9008
  headers?: Record<string, string> | undefined;
8818
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
9009
+ url?: string | undefined;
8819
9010
  auth?: {
8820
9011
  token: string;
8821
9012
  type: "bearer";
@@ -8840,9 +9031,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
8840
9031
  } | undefined;
8841
9032
  }, {
8842
9033
  type: "webhook";
8843
- url?: string | undefined;
9034
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
8844
9035
  headers?: Record<string, string> | undefined;
8845
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
9036
+ url?: string | undefined;
8846
9037
  auth?: {
8847
9038
  token: string;
8848
9039
  type: "bearer";
@@ -9011,8 +9202,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9011
9202
  }>>;
9012
9203
  }, "strip", zod.ZodTypeAny, {
9013
9204
  type: "pull-request";
9014
- webhookSecret?: string | undefined;
9015
9205
  body?: string | undefined;
9206
+ webhookSecret?: string | undefined;
9016
9207
  title?: string | undefined;
9017
9208
  auth?: {
9018
9209
  token: string;
@@ -9049,8 +9240,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9049
9240
  } | undefined;
9050
9241
  }, {
9051
9242
  type: "pull-request";
9052
- webhookSecret?: string | undefined;
9053
9243
  body?: string | undefined;
9244
+ webhookSecret?: string | undefined;
9054
9245
  title?: string | undefined;
9055
9246
  auth?: {
9056
9247
  token: string;
@@ -9328,8 +9519,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9328
9519
  } | undefined;
9329
9520
  content?: string | undefined;
9330
9521
  }[];
9331
- webhookSecret?: string | undefined;
9332
9522
  body?: string | undefined;
9523
+ webhookSecret?: string | undefined;
9333
9524
  labels?: string[] | undefined;
9334
9525
  reviewers?: string[] | undefined;
9335
9526
  teamReviewers?: string[] | undefined;
@@ -9359,8 +9550,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9359
9550
  operation?: "replace" | "patch" | undefined;
9360
9551
  content?: string | undefined;
9361
9552
  }[];
9362
- webhookSecret?: string | undefined;
9363
9553
  body?: string | undefined;
9554
+ webhookSecret?: string | undefined;
9364
9555
  base?: string | undefined;
9365
9556
  labels?: string[] | undefined;
9366
9557
  reviewers?: string[] | undefined;
@@ -9414,8 +9605,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9414
9605
  } | undefined;
9415
9606
  content?: string | undefined;
9416
9607
  }[];
9417
- webhookSecret?: string | undefined;
9418
9608
  body?: string | undefined;
9609
+ webhookSecret?: string | undefined;
9419
9610
  labels?: string[] | undefined;
9420
9611
  reviewers?: string[] | undefined;
9421
9612
  teamReviewers?: string[] | undefined;
@@ -9463,8 +9654,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9463
9654
  operation?: "replace" | "patch" | undefined;
9464
9655
  content?: string | undefined;
9465
9656
  }[];
9466
- webhookSecret?: string | undefined;
9467
9657
  body?: string | undefined;
9658
+ webhookSecret?: string | undefined;
9468
9659
  base?: string | undefined;
9469
9660
  labels?: string[] | undefined;
9470
9661
  reviewers?: string[] | undefined;
@@ -9569,7 +9760,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9569
9760
  appliedAction: string;
9570
9761
  }>, "many">>;
9571
9762
  timeout: zod.ZodOptional<zod.ZodNumber>;
9763
+ mutatesProperty: zod.ZodOptional<zod.ZodString>;
9572
9764
  } & {
9765
+ orgId: zod.ZodString;
9573
9766
  projectId: zod.ZodString;
9574
9767
  }, "strip", zod.ZodTypeAny, {
9575
9768
  name: string;
@@ -9582,6 +9775,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9582
9775
  title?: string | undefined;
9583
9776
  enum?: string[] | undefined;
9584
9777
  }[];
9778
+ orgId: string;
9585
9779
  projectId: string;
9586
9780
  conditions: {
9587
9781
  value: string | number | boolean | string[];
@@ -9702,8 +9896,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9702
9896
  };
9703
9897
  trigger: {
9704
9898
  type: "webhook";
9899
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
9705
9900
  url: string;
9706
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
9707
9901
  headers?: Record<string, string> | undefined;
9708
9902
  auth?: {
9709
9903
  token: string;
@@ -9755,8 +9949,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9755
9949
  } | undefined;
9756
9950
  content?: string | undefined;
9757
9951
  }[];
9758
- webhookSecret?: string | undefined;
9759
9952
  body?: string | undefined;
9953
+ webhookSecret?: string | undefined;
9760
9954
  labels?: string[] | undefined;
9761
9955
  reviewers?: string[] | undefined;
9762
9956
  teamReviewers?: string[] | undefined;
@@ -9828,8 +10022,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9828
10022
  } | undefined;
9829
10023
  content?: string | undefined;
9830
10024
  }[];
9831
- webhookSecret?: string | undefined;
9832
10025
  body?: string | undefined;
10026
+ webhookSecret?: string | undefined;
9833
10027
  labels?: string[] | undefined;
9834
10028
  reviewers?: string[] | undefined;
9835
10029
  teamReviewers?: string[] | undefined;
@@ -9859,9 +10053,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9859
10053
  displayName?: string | undefined;
9860
10054
  envOverrides?: Record<string, {
9861
10055
  type: "webhook";
9862
- url?: string | undefined;
10056
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
9863
10057
  headers?: Record<string, string> | undefined;
9864
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10058
+ url?: string | undefined;
9865
10059
  auth?: {
9866
10060
  token: string;
9867
10061
  type: "bearer";
@@ -9886,8 +10080,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9886
10080
  } | undefined;
9887
10081
  } | {
9888
10082
  type: "pull-request";
9889
- webhookSecret?: string | undefined;
9890
10083
  body?: string | undefined;
10084
+ webhookSecret?: string | undefined;
9891
10085
  title?: string | undefined;
9892
10086
  auth?: {
9893
10087
  token: string;
@@ -9983,8 +10177,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
9983
10177
  } | undefined;
9984
10178
  content?: string | undefined;
9985
10179
  }[];
9986
- webhookSecret?: string | undefined;
9987
10180
  body?: string | undefined;
10181
+ webhookSecret?: string | undefined;
9988
10182
  labels?: string[] | undefined;
9989
10183
  reviewers?: string[] | undefined;
9990
10184
  teamReviewers?: string[] | undefined;
@@ -10014,8 +10208,10 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10014
10208
  appliedAction: string;
10015
10209
  }[] | undefined;
10016
10210
  timeout?: number | undefined;
10211
+ mutatesProperty?: string | undefined;
10017
10212
  }, {
10018
10213
  name: string;
10214
+ orgId: string;
10019
10215
  projectId: string;
10020
10216
  operation: {
10021
10217
  type: "create-entity";
@@ -10124,8 +10320,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10124
10320
  trigger: {
10125
10321
  type: "webhook";
10126
10322
  url: string;
10323
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
10127
10324
  headers?: Record<string, string> | undefined;
10128
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10129
10325
  auth?: {
10130
10326
  token: string;
10131
10327
  type: "bearer";
@@ -10175,8 +10371,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10175
10371
  operation?: "replace" | "patch" | undefined;
10176
10372
  content?: string | undefined;
10177
10373
  }[];
10178
- webhookSecret?: string | undefined;
10179
10374
  body?: string | undefined;
10375
+ webhookSecret?: string | undefined;
10180
10376
  base?: string | undefined;
10181
10377
  labels?: string[] | undefined;
10182
10378
  reviewers?: string[] | undefined;
@@ -10247,8 +10443,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10247
10443
  operation?: "replace" | "patch" | undefined;
10248
10444
  content?: string | undefined;
10249
10445
  }[];
10250
- webhookSecret?: string | undefined;
10251
10446
  body?: string | undefined;
10447
+ webhookSecret?: string | undefined;
10252
10448
  base?: string | undefined;
10253
10449
  labels?: string[] | undefined;
10254
10450
  reviewers?: string[] | undefined;
@@ -10302,9 +10498,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10302
10498
  }[] | undefined;
10303
10499
  envOverrides?: Record<string, {
10304
10500
  type: "webhook";
10305
- url?: string | undefined;
10501
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
10306
10502
  headers?: Record<string, string> | undefined;
10307
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10503
+ url?: string | undefined;
10308
10504
  auth?: {
10309
10505
  token: string;
10310
10506
  type: "bearer";
@@ -10329,8 +10525,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10329
10525
  } | undefined;
10330
10526
  } | {
10331
10527
  type: "pull-request";
10332
- webhookSecret?: string | undefined;
10333
10528
  body?: string | undefined;
10529
+ webhookSecret?: string | undefined;
10334
10530
  title?: string | undefined;
10335
10531
  auth?: {
10336
10532
  token: string;
@@ -10425,8 +10621,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10425
10621
  operation?: "replace" | "patch" | undefined;
10426
10622
  content?: string | undefined;
10427
10623
  }[];
10428
- webhookSecret?: string | undefined;
10429
10624
  body?: string | undefined;
10625
+ webhookSecret?: string | undefined;
10430
10626
  base?: string | undefined;
10431
10627
  labels?: string[] | undefined;
10432
10628
  reviewers?: string[] | undefined;
@@ -10457,6 +10653,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10457
10653
  appliedAction: string;
10458
10654
  }[] | undefined;
10459
10655
  timeout?: number | undefined;
10656
+ mutatesProperty?: string | undefined;
10460
10657
  }>, {
10461
10658
  associatedWith: {
10462
10659
  entityType: string;
@@ -10475,7 +10672,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10475
10672
  enum?: string[] | undefined;
10476
10673
  }[];
10477
10674
  description: string | null;
10478
- projectId: string | null;
10675
+ orgId: string;
10676
+ projectId: string;
10479
10677
  displayName: string | null;
10480
10678
  conditions: {
10481
10679
  value: string | number | boolean | string[];
@@ -10605,8 +10803,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10605
10803
  };
10606
10804
  trigger: {
10607
10805
  type: "webhook";
10806
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
10608
10807
  url: string;
10609
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
10610
10808
  headers?: {
10611
10809
  [x: string]: string;
10612
10810
  } | undefined;
@@ -10664,8 +10862,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10664
10862
  } | undefined;
10665
10863
  content?: string | undefined;
10666
10864
  }[];
10667
- webhookSecret?: string | undefined;
10668
10865
  body?: string | undefined;
10866
+ webhookSecret?: string | undefined;
10669
10867
  labels?: string[] | undefined;
10670
10868
  reviewers?: string[] | undefined;
10671
10869
  teamReviewers?: string[] | undefined;
@@ -10743,8 +10941,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10743
10941
  } | undefined;
10744
10942
  content?: string | undefined;
10745
10943
  }[];
10746
- webhookSecret?: string | undefined;
10747
10944
  body?: string | undefined;
10945
+ webhookSecret?: string | undefined;
10748
10946
  labels?: string[] | undefined;
10749
10947
  reviewers?: string[] | undefined;
10750
10948
  teamReviewers?: string[] | undefined;
@@ -10775,11 +10973,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10775
10973
  envOverrides: {
10776
10974
  [x: string]: {
10777
10975
  type: "webhook";
10778
- url?: string | undefined;
10976
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
10779
10977
  headers?: {
10780
10978
  [x: string]: string;
10781
10979
  } | undefined;
10782
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
10980
+ url?: string | undefined;
10783
10981
  auth?: {
10784
10982
  token: string;
10785
10983
  type: "bearer";
@@ -10808,8 +11006,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10808
11006
  } | undefined;
10809
11007
  } | {
10810
11008
  type: "pull-request";
10811
- webhookSecret?: string | undefined;
10812
11009
  body?: string | undefined;
11010
+ webhookSecret?: string | undefined;
10813
11011
  title?: string | undefined;
10814
11012
  auth?: {
10815
11013
  token: string;
@@ -10911,8 +11109,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10911
11109
  } | undefined;
10912
11110
  content?: string | undefined;
10913
11111
  }[];
10914
- webhookSecret?: string | undefined;
10915
11112
  body?: string | undefined;
11113
+ webhookSecret?: string | undefined;
10916
11114
  labels?: string[] | undefined;
10917
11115
  reviewers?: string[] | undefined;
10918
11116
  teamReviewers?: string[] | undefined;
@@ -10944,34 +11142,41 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10944
11142
  relationship: string;
10945
11143
  appliedAction: string;
10946
11144
  }[] | null | undefined;
11145
+ mutatesProperty: string | null;
10947
11146
  timeoutMinutes: number | null;
10948
11147
  }>;
10949
11148
  delete: SchemaFn<zod.ZodObject<{
11149
+ orgId: zod.ZodString;
10950
11150
  projectId: zod.ZodString;
10951
11151
  name: zod.ZodString;
10952
11152
  }, "strip", zod.ZodTypeAny, {
10953
11153
  name: string;
11154
+ orgId: string;
10954
11155
  projectId: string;
10955
11156
  }, {
10956
11157
  name: string;
11158
+ orgId: string;
10957
11159
  projectId: string;
10958
11160
  }>, {
10959
11161
  deleted: true;
10960
11162
  name: string;
10961
11163
  }>;
10962
11164
  run: SchemaFn<zod.ZodObject<{
11165
+ orgId: zod.ZodString;
10963
11166
  projectId: zod.ZodString;
10964
11167
  envName: zod.ZodString;
10965
11168
  actionName: zod.ZodString;
10966
11169
  parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
10967
11170
  recommendations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
10968
11171
  }, "strip", zod.ZodTypeAny, {
11172
+ orgId: string;
10969
11173
  projectId: string;
10970
11174
  envName: string;
10971
11175
  actionName: string;
10972
11176
  parameters?: Record<string, unknown> | undefined;
10973
11177
  recommendations?: Record<string, string> | undefined;
10974
11178
  }, {
11179
+ orgId: string;
10975
11180
  projectId: string;
10976
11181
  envName: string;
10977
11182
  actionName: string;
@@ -10985,7 +11190,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
10985
11190
  metadata: hono_utils_types.JSONValue;
10986
11191
  parameters: hono_utils_types.JSONValue;
10987
11192
  output: hono_utils_types.JSONValue;
10988
- projectId: string | null;
11193
+ orgId: string;
11194
+ projectId: string;
10989
11195
  envId: string;
10990
11196
  recommendations: hono_utils_types.JSONValue;
10991
11197
  entityId: string | null;
@@ -11000,6 +11206,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11000
11206
  };
11001
11207
  actionRuns: {
11002
11208
  list: SchemaFn<zod.ZodObject<{
11209
+ orgId: zod.ZodString;
11003
11210
  projectId: zod.ZodString;
11004
11211
  envName: zod.ZodString;
11005
11212
  actionName: zod.ZodOptional<zod.ZodString>;
@@ -11007,6 +11214,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11007
11214
  status: zod.ZodOptional<zod.ZodEnum<["pending", "running", "succeeded", "failed", "cancelled"]>>;
11008
11215
  limit: zod.ZodOptional<zod.ZodNumber>;
11009
11216
  }, "strip", zod.ZodTypeAny, {
11217
+ orgId: string;
11010
11218
  projectId: string;
11011
11219
  envName: string;
11012
11220
  status?: "pending" | "running" | "succeeded" | "failed" | "cancelled" | undefined;
@@ -11014,6 +11222,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11014
11222
  entityId?: string | undefined;
11015
11223
  actionName?: string | undefined;
11016
11224
  }, {
11225
+ orgId: string;
11017
11226
  projectId: string;
11018
11227
  envName: string;
11019
11228
  status?: "pending" | "running" | "succeeded" | "failed" | "cancelled" | undefined;
@@ -11030,7 +11239,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11030
11239
  triggeredBy: string;
11031
11240
  callbackToken: string;
11032
11241
  callbackTokenExpiresAt: string;
11033
- projectId: string | null;
11242
+ projectId: string;
11243
+ orgId: string;
11034
11244
  envId: string;
11035
11245
  operationEntityId: string | null;
11036
11246
  createdAt: string;
@@ -11041,15 +11251,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11041
11251
  metadata: hono_utils_types.JSONValue;
11042
11252
  }[]>;
11043
11253
  get: SchemaFn<zod.ZodObject<{
11254
+ orgId: zod.ZodString;
11044
11255
  projectId: zod.ZodString;
11045
11256
  envName: zod.ZodString;
11046
11257
  id: zod.ZodString;
11047
11258
  }, "strip", zod.ZodTypeAny, {
11048
11259
  id: string;
11260
+ orgId: string;
11049
11261
  projectId: string;
11050
11262
  envName: string;
11051
11263
  }, {
11052
11264
  id: string;
11265
+ orgId: string;
11053
11266
  projectId: string;
11054
11267
  envName: string;
11055
11268
  }>, {
@@ -11062,7 +11275,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11062
11275
  triggeredBy: string;
11063
11276
  callbackToken: string;
11064
11277
  callbackTokenExpiresAt: string;
11065
- projectId: string | null;
11278
+ projectId: string;
11279
+ orgId: string;
11066
11280
  envId: string;
11067
11281
  operationEntityId: string | null;
11068
11282
  createdAt: string;
@@ -11073,15 +11287,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11073
11287
  metadata: hono_utils_types.JSONValue;
11074
11288
  }>;
11075
11289
  cancel: SchemaFn<zod.ZodObject<{
11290
+ orgId: zod.ZodString;
11076
11291
  projectId: zod.ZodString;
11077
11292
  envName: zod.ZodString;
11078
11293
  id: zod.ZodString;
11079
11294
  }, "strip", zod.ZodTypeAny, {
11080
11295
  id: string;
11296
+ orgId: string;
11081
11297
  projectId: string;
11082
11298
  envName: string;
11083
11299
  }, {
11084
11300
  id: string;
11301
+ orgId: string;
11085
11302
  projectId: string;
11086
11303
  envName: string;
11087
11304
  }>, {
@@ -11094,7 +11311,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11094
11311
  triggeredBy: string;
11095
11312
  callbackToken: string;
11096
11313
  callbackTokenExpiresAt: string;
11097
- projectId: string | null;
11314
+ projectId: string;
11315
+ orgId: string;
11098
11316
  envId: string;
11099
11317
  operationEntityId: string | null;
11100
11318
  createdAt: string;
@@ -11107,12 +11325,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11107
11325
  };
11108
11326
  secrets: {
11109
11327
  list: SchemaFn<zod.ZodObject<{
11328
+ orgId: zod.ZodString;
11110
11329
  projectId: zod.ZodString;
11111
11330
  envName: zod.ZodString;
11112
11331
  }, "strip", zod.ZodTypeAny, {
11332
+ orgId: string;
11113
11333
  projectId: string;
11114
11334
  envName: string;
11115
11335
  }, {
11336
+ orgId: string;
11116
11337
  projectId: string;
11117
11338
  envName: string;
11118
11339
  }>, {
@@ -11123,15 +11344,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11123
11344
  updatedAt: string;
11124
11345
  }[]>;
11125
11346
  get: SchemaFn<zod.ZodObject<{
11347
+ orgId: zod.ZodString;
11126
11348
  projectId: zod.ZodString;
11127
11349
  envName: zod.ZodString;
11128
11350
  name: zod.ZodString;
11129
11351
  }, "strip", zod.ZodTypeAny, {
11130
11352
  name: string;
11353
+ orgId: string;
11131
11354
  projectId: string;
11132
11355
  envName: string;
11133
11356
  }, {
11134
11357
  name: string;
11358
+ orgId: string;
11135
11359
  projectId: string;
11136
11360
  envName: string;
11137
11361
  }>, {
@@ -11142,17 +11366,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11142
11366
  updatedAt: string;
11143
11367
  }>;
11144
11368
  create: SchemaFn<zod.ZodObject<{
11369
+ orgId: zod.ZodString;
11145
11370
  projectId: zod.ZodString;
11146
11371
  envName: zod.ZodString;
11147
11372
  name: zod.ZodString;
11148
11373
  description: zod.ZodOptional<zod.ZodString>;
11149
11374
  }, "strip", zod.ZodTypeAny, {
11150
11375
  name: string;
11376
+ orgId: string;
11151
11377
  projectId: string;
11152
11378
  envName: string;
11153
11379
  description?: string | undefined;
11154
11380
  }, {
11155
11381
  name: string;
11382
+ orgId: string;
11156
11383
  projectId: string;
11157
11384
  envName: string;
11158
11385
  description?: string | undefined;
@@ -11162,15 +11389,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11162
11389
  createdAt: string;
11163
11390
  }>;
11164
11391
  delete: SchemaFn<zod.ZodObject<{
11392
+ orgId: zod.ZodString;
11165
11393
  projectId: zod.ZodString;
11166
11394
  envName: zod.ZodString;
11167
11395
  name: zod.ZodString;
11168
11396
  }, "strip", zod.ZodTypeAny, {
11169
11397
  name: string;
11398
+ orgId: string;
11170
11399
  projectId: string;
11171
11400
  envName: string;
11172
11401
  }, {
11173
11402
  name: string;
11403
+ orgId: string;
11174
11404
  projectId: string;
11175
11405
  envName: string;
11176
11406
  }>, {
@@ -11178,6 +11408,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11178
11408
  name: string;
11179
11409
  }>;
11180
11410
  setValue: SchemaFn<zod.ZodObject<{
11411
+ orgId: zod.ZodString;
11181
11412
  projectId: zod.ZodString;
11182
11413
  envName: zod.ZodString;
11183
11414
  name: zod.ZodString;
@@ -11185,11 +11416,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11185
11416
  }, "strip", zod.ZodTypeAny, {
11186
11417
  name: string;
11187
11418
  value: string;
11419
+ orgId: string;
11188
11420
  projectId: string;
11189
11421
  envName: string;
11190
11422
  }, {
11191
11423
  name: string;
11192
11424
  value: string;
11425
+ orgId: string;
11193
11426
  projectId: string;
11194
11427
  envName: string;
11195
11428
  }>, {
@@ -11436,6 +11669,28 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11436
11669
  aggregate: "max" | "sum" | "avg" | "min";
11437
11670
  }>, "many">>>;
11438
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
+ }>>;
11439
11694
  }, "strip", zod.ZodTypeAny, {
11440
11695
  name: string;
11441
11696
  entityType: string;
@@ -11448,6 +11703,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11448
11703
  parentCells: string[];
11449
11704
  kind: "Cell";
11450
11705
  displayName?: string | undefined;
11706
+ membership?: {
11707
+ derivedFrom: {
11708
+ property: string;
11709
+ value?: string | undefined;
11710
+ };
11711
+ } | undefined;
11451
11712
  }, {
11452
11713
  name: string;
11453
11714
  entityType: string;
@@ -11460,6 +11721,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
11460
11721
  }[] | undefined;
11461
11722
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
11462
11723
  parentCells?: string[] | undefined;
11724
+ membership?: {
11725
+ derivedFrom: {
11726
+ property: string;
11727
+ value?: string | undefined;
11728
+ };
11729
+ } | undefined;
11463
11730
  }>, zod.ZodObject<{
11464
11731
  kind: zod.ZodLiteral<"RelationshipType">;
11465
11732
  name: zod.ZodString;
@@ -12111,8 +12378,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12111
12378
  }>>;
12112
12379
  }, "strip", zod.ZodTypeAny, {
12113
12380
  type: "webhook";
12381
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
12114
12382
  url: string;
12115
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
12116
12383
  headers?: Record<string, string> | undefined;
12117
12384
  auth?: {
12118
12385
  token: string;
@@ -12139,8 +12406,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12139
12406
  }, {
12140
12407
  type: "webhook";
12141
12408
  url: string;
12409
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
12142
12410
  headers?: Record<string, string> | undefined;
12143
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
12144
12411
  auth?: {
12145
12412
  token: string;
12146
12413
  type: "bearer";
@@ -12338,8 +12605,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12338
12605
  } | undefined;
12339
12606
  content?: string | undefined;
12340
12607
  }[];
12341
- webhookSecret?: string | undefined;
12342
12608
  body?: string | undefined;
12609
+ webhookSecret?: string | undefined;
12343
12610
  labels?: string[] | undefined;
12344
12611
  reviewers?: string[] | undefined;
12345
12612
  teamReviewers?: string[] | undefined;
@@ -12376,8 +12643,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12376
12643
  operation?: "replace" | "patch" | undefined;
12377
12644
  content?: string | undefined;
12378
12645
  }[];
12379
- webhookSecret?: string | undefined;
12380
12646
  body?: string | undefined;
12647
+ webhookSecret?: string | undefined;
12381
12648
  base?: string | undefined;
12382
12649
  labels?: string[] | undefined;
12383
12650
  reviewers?: string[] | undefined;
@@ -12631,8 +12898,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12631
12898
  } | undefined;
12632
12899
  content?: string | undefined;
12633
12900
  }[];
12634
- webhookSecret?: string | undefined;
12635
12901
  body?: string | undefined;
12902
+ webhookSecret?: string | undefined;
12636
12903
  labels?: string[] | undefined;
12637
12904
  reviewers?: string[] | undefined;
12638
12905
  teamReviewers?: string[] | undefined;
@@ -12662,8 +12929,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12662
12929
  operation?: "replace" | "patch" | undefined;
12663
12930
  content?: string | undefined;
12664
12931
  }[];
12665
- webhookSecret?: string | undefined;
12666
12932
  body?: string | undefined;
12933
+ webhookSecret?: string | undefined;
12667
12934
  base?: string | undefined;
12668
12935
  labels?: string[] | undefined;
12669
12936
  reviewers?: string[] | undefined;
@@ -12718,8 +12985,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12718
12985
  } | undefined;
12719
12986
  content?: string | undefined;
12720
12987
  }[];
12721
- webhookSecret?: string | undefined;
12722
12988
  body?: string | undefined;
12989
+ webhookSecret?: string | undefined;
12723
12990
  labels?: string[] | undefined;
12724
12991
  reviewers?: string[] | undefined;
12725
12992
  teamReviewers?: string[] | undefined;
@@ -12766,8 +13033,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12766
13033
  operation?: "replace" | "patch" | undefined;
12767
13034
  content?: string | undefined;
12768
13035
  }[];
12769
- webhookSecret?: string | undefined;
12770
13036
  body?: string | undefined;
13037
+ webhookSecret?: string | undefined;
12771
13038
  base?: string | undefined;
12772
13039
  labels?: string[] | undefined;
12773
13040
  reviewers?: string[] | undefined;
@@ -12868,8 +13135,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12868
13135
  type: "noop";
12869
13136
  }>]>, {
12870
13137
  type: "webhook";
13138
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
12871
13139
  url: string;
12872
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
12873
13140
  headers?: Record<string, string> | undefined;
12874
13141
  auth?: {
12875
13142
  token: string;
@@ -12921,8 +13188,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12921
13188
  } | undefined;
12922
13189
  content?: string | undefined;
12923
13190
  }[];
12924
- webhookSecret?: string | undefined;
12925
13191
  body?: string | undefined;
13192
+ webhookSecret?: string | undefined;
12926
13193
  labels?: string[] | undefined;
12927
13194
  reviewers?: string[] | undefined;
12928
13195
  teamReviewers?: string[] | undefined;
@@ -12994,8 +13261,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
12994
13261
  } | undefined;
12995
13262
  content?: string | undefined;
12996
13263
  }[];
12997
- webhookSecret?: string | undefined;
12998
13264
  body?: string | undefined;
13265
+ webhookSecret?: string | undefined;
12999
13266
  labels?: string[] | undefined;
13000
13267
  reviewers?: string[] | undefined;
13001
13268
  teamReviewers?: string[] | undefined;
@@ -13023,8 +13290,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13023
13290
  }, {
13024
13291
  type: "webhook";
13025
13292
  url: string;
13293
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
13026
13294
  headers?: Record<string, string> | undefined;
13027
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
13028
13295
  auth?: {
13029
13296
  token: string;
13030
13297
  type: "bearer";
@@ -13074,8 +13341,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13074
13341
  operation?: "replace" | "patch" | undefined;
13075
13342
  content?: string | undefined;
13076
13343
  }[];
13077
- webhookSecret?: string | undefined;
13078
13344
  body?: string | undefined;
13345
+ webhookSecret?: string | undefined;
13079
13346
  base?: string | undefined;
13080
13347
  labels?: string[] | undefined;
13081
13348
  reviewers?: string[] | undefined;
@@ -13146,8 +13413,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13146
13413
  operation?: "replace" | "patch" | undefined;
13147
13414
  content?: string | undefined;
13148
13415
  }[];
13149
- webhookSecret?: string | undefined;
13150
13416
  body?: string | undefined;
13417
+ webhookSecret?: string | undefined;
13151
13418
  base?: string | undefined;
13152
13419
  labels?: string[] | undefined;
13153
13420
  reviewers?: string[] | undefined;
@@ -13242,9 +13509,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13242
13509
  }>>;
13243
13510
  }, "strip", zod.ZodTypeAny, {
13244
13511
  type: "webhook";
13245
- url?: string | undefined;
13512
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
13246
13513
  headers?: Record<string, string> | undefined;
13247
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
13514
+ url?: string | undefined;
13248
13515
  auth?: {
13249
13516
  token: string;
13250
13517
  type: "bearer";
@@ -13269,9 +13536,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13269
13536
  } | undefined;
13270
13537
  }, {
13271
13538
  type: "webhook";
13272
- url?: string | undefined;
13539
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
13273
13540
  headers?: Record<string, string> | undefined;
13274
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
13541
+ url?: string | undefined;
13275
13542
  auth?: {
13276
13543
  token: string;
13277
13544
  type: "bearer";
@@ -13440,8 +13707,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13440
13707
  }>>;
13441
13708
  }, "strip", zod.ZodTypeAny, {
13442
13709
  type: "pull-request";
13443
- webhookSecret?: string | undefined;
13444
13710
  body?: string | undefined;
13711
+ webhookSecret?: string | undefined;
13445
13712
  title?: string | undefined;
13446
13713
  auth?: {
13447
13714
  token: string;
@@ -13478,8 +13745,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13478
13745
  } | undefined;
13479
13746
  }, {
13480
13747
  type: "pull-request";
13481
- webhookSecret?: string | undefined;
13482
13748
  body?: string | undefined;
13749
+ webhookSecret?: string | undefined;
13483
13750
  title?: string | undefined;
13484
13751
  auth?: {
13485
13752
  token: string;
@@ -13757,8 +14024,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13757
14024
  } | undefined;
13758
14025
  content?: string | undefined;
13759
14026
  }[];
13760
- webhookSecret?: string | undefined;
13761
14027
  body?: string | undefined;
14028
+ webhookSecret?: string | undefined;
13762
14029
  labels?: string[] | undefined;
13763
14030
  reviewers?: string[] | undefined;
13764
14031
  teamReviewers?: string[] | undefined;
@@ -13788,8 +14055,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13788
14055
  operation?: "replace" | "patch" | undefined;
13789
14056
  content?: string | undefined;
13790
14057
  }[];
13791
- webhookSecret?: string | undefined;
13792
14058
  body?: string | undefined;
14059
+ webhookSecret?: string | undefined;
13793
14060
  base?: string | undefined;
13794
14061
  labels?: string[] | undefined;
13795
14062
  reviewers?: string[] | undefined;
@@ -13843,8 +14110,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13843
14110
  } | undefined;
13844
14111
  content?: string | undefined;
13845
14112
  }[];
13846
- webhookSecret?: string | undefined;
13847
14113
  body?: string | undefined;
14114
+ webhookSecret?: string | undefined;
13848
14115
  labels?: string[] | undefined;
13849
14116
  reviewers?: string[] | undefined;
13850
14117
  teamReviewers?: string[] | undefined;
@@ -13892,8 +14159,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13892
14159
  operation?: "replace" | "patch" | undefined;
13893
14160
  content?: string | undefined;
13894
14161
  }[];
13895
- webhookSecret?: string | undefined;
13896
14162
  body?: string | undefined;
14163
+ webhookSecret?: string | undefined;
13897
14164
  base?: string | undefined;
13898
14165
  labels?: string[] | undefined;
13899
14166
  reviewers?: string[] | undefined;
@@ -13998,6 +14265,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
13998
14265
  appliedAction: string;
13999
14266
  }>, "many">>;
14000
14267
  timeout: zod.ZodOptional<zod.ZodNumber>;
14268
+ mutatesProperty: zod.ZodOptional<zod.ZodString>;
14001
14269
  }, "strip", zod.ZodTypeAny, {
14002
14270
  name: string;
14003
14271
  parameters: {
@@ -14128,8 +14396,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14128
14396
  };
14129
14397
  trigger: {
14130
14398
  type: "webhook";
14399
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
14131
14400
  url: string;
14132
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
14133
14401
  headers?: Record<string, string> | undefined;
14134
14402
  auth?: {
14135
14403
  token: string;
@@ -14181,8 +14449,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14181
14449
  } | undefined;
14182
14450
  content?: string | undefined;
14183
14451
  }[];
14184
- webhookSecret?: string | undefined;
14185
14452
  body?: string | undefined;
14453
+ webhookSecret?: string | undefined;
14186
14454
  labels?: string[] | undefined;
14187
14455
  reviewers?: string[] | undefined;
14188
14456
  teamReviewers?: string[] | undefined;
@@ -14254,8 +14522,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14254
14522
  } | undefined;
14255
14523
  content?: string | undefined;
14256
14524
  }[];
14257
- webhookSecret?: string | undefined;
14258
14525
  body?: string | undefined;
14526
+ webhookSecret?: string | undefined;
14259
14527
  labels?: string[] | undefined;
14260
14528
  reviewers?: string[] | undefined;
14261
14529
  teamReviewers?: string[] | undefined;
@@ -14285,9 +14553,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14285
14553
  displayName?: string | undefined;
14286
14554
  envOverrides?: Record<string, {
14287
14555
  type: "webhook";
14288
- url?: string | undefined;
14556
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
14289
14557
  headers?: Record<string, string> | undefined;
14290
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
14558
+ url?: string | undefined;
14291
14559
  auth?: {
14292
14560
  token: string;
14293
14561
  type: "bearer";
@@ -14312,8 +14580,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14312
14580
  } | undefined;
14313
14581
  } | {
14314
14582
  type: "pull-request";
14315
- webhookSecret?: string | undefined;
14316
14583
  body?: string | undefined;
14584
+ webhookSecret?: string | undefined;
14317
14585
  title?: string | undefined;
14318
14586
  auth?: {
14319
14587
  token: string;
@@ -14409,8 +14677,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14409
14677
  } | undefined;
14410
14678
  content?: string | undefined;
14411
14679
  }[];
14412
- webhookSecret?: string | undefined;
14413
14680
  body?: string | undefined;
14681
+ webhookSecret?: string | undefined;
14414
14682
  labels?: string[] | undefined;
14415
14683
  reviewers?: string[] | undefined;
14416
14684
  teamReviewers?: string[] | undefined;
@@ -14440,6 +14708,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14440
14708
  appliedAction: string;
14441
14709
  }[] | undefined;
14442
14710
  timeout?: number | undefined;
14711
+ mutatesProperty?: string | undefined;
14443
14712
  }, {
14444
14713
  name: string;
14445
14714
  operation: {
@@ -14549,8 +14818,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14549
14818
  trigger: {
14550
14819
  type: "webhook";
14551
14820
  url: string;
14821
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
14552
14822
  headers?: Record<string, string> | undefined;
14553
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
14554
14823
  auth?: {
14555
14824
  token: string;
14556
14825
  type: "bearer";
@@ -14600,8 +14869,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14600
14869
  operation?: "replace" | "patch" | undefined;
14601
14870
  content?: string | undefined;
14602
14871
  }[];
14603
- webhookSecret?: string | undefined;
14604
14872
  body?: string | undefined;
14873
+ webhookSecret?: string | undefined;
14605
14874
  base?: string | undefined;
14606
14875
  labels?: string[] | undefined;
14607
14876
  reviewers?: string[] | undefined;
@@ -14672,8 +14941,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14672
14941
  operation?: "replace" | "patch" | undefined;
14673
14942
  content?: string | undefined;
14674
14943
  }[];
14675
- webhookSecret?: string | undefined;
14676
14944
  body?: string | undefined;
14945
+ webhookSecret?: string | undefined;
14677
14946
  base?: string | undefined;
14678
14947
  labels?: string[] | undefined;
14679
14948
  reviewers?: string[] | undefined;
@@ -14727,9 +14996,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14727
14996
  }[] | undefined;
14728
14997
  envOverrides?: Record<string, {
14729
14998
  type: "webhook";
14730
- url?: string | undefined;
14999
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
14731
15000
  headers?: Record<string, string> | undefined;
14732
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
15001
+ url?: string | undefined;
14733
15002
  auth?: {
14734
15003
  token: string;
14735
15004
  type: "bearer";
@@ -14754,8 +15023,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14754
15023
  } | undefined;
14755
15024
  } | {
14756
15025
  type: "pull-request";
14757
- webhookSecret?: string | undefined;
14758
15026
  body?: string | undefined;
15027
+ webhookSecret?: string | undefined;
14759
15028
  title?: string | undefined;
14760
15029
  auth?: {
14761
15030
  token: string;
@@ -14850,8 +15119,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14850
15119
  operation?: "replace" | "patch" | undefined;
14851
15120
  content?: string | undefined;
14852
15121
  }[];
14853
- webhookSecret?: string | undefined;
14854
15122
  body?: string | undefined;
15123
+ webhookSecret?: string | undefined;
14855
15124
  base?: string | undefined;
14856
15125
  labels?: string[] | undefined;
14857
15126
  reviewers?: string[] | undefined;
@@ -14882,6 +15151,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14882
15151
  appliedAction: string;
14883
15152
  }[] | undefined;
14884
15153
  timeout?: number | undefined;
15154
+ mutatesProperty?: string | undefined;
14885
15155
  }>, zod.ZodObject<{
14886
15156
  kind: zod.ZodLiteral<"Secret">;
14887
15157
  name: zod.ZodString;
@@ -14953,9 +15223,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
14953
15223
  }>, "many">>>;
14954
15224
  dryRun: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
14955
15225
  } & {
15226
+ orgId: zod.ZodString;
14956
15227
  projectId: zod.ZodString;
14957
15228
  envName: zod.ZodString;
14958
15229
  }, "strip", zod.ZodTypeAny, {
15230
+ orgId: string;
14959
15231
  projectId: string;
14960
15232
  envName: string;
14961
15233
  items: ({
@@ -15088,8 +15360,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15088
15360
  };
15089
15361
  trigger: {
15090
15362
  type: "webhook";
15363
+ method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
15091
15364
  url: string;
15092
- method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
15093
15365
  headers?: Record<string, string> | undefined;
15094
15366
  auth?: {
15095
15367
  token: string;
@@ -15141,8 +15413,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15141
15413
  } | undefined;
15142
15414
  content?: string | undefined;
15143
15415
  }[];
15144
- webhookSecret?: string | undefined;
15145
15416
  body?: string | undefined;
15417
+ webhookSecret?: string | undefined;
15146
15418
  labels?: string[] | undefined;
15147
15419
  reviewers?: string[] | undefined;
15148
15420
  teamReviewers?: string[] | undefined;
@@ -15214,8 +15486,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15214
15486
  } | undefined;
15215
15487
  content?: string | undefined;
15216
15488
  }[];
15217
- webhookSecret?: string | undefined;
15218
15489
  body?: string | undefined;
15490
+ webhookSecret?: string | undefined;
15219
15491
  labels?: string[] | undefined;
15220
15492
  reviewers?: string[] | undefined;
15221
15493
  teamReviewers?: string[] | undefined;
@@ -15245,9 +15517,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15245
15517
  displayName?: string | undefined;
15246
15518
  envOverrides?: Record<string, {
15247
15519
  type: "webhook";
15248
- url?: string | undefined;
15520
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
15249
15521
  headers?: Record<string, string> | undefined;
15250
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
15522
+ url?: string | undefined;
15251
15523
  auth?: {
15252
15524
  token: string;
15253
15525
  type: "bearer";
@@ -15272,8 +15544,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15272
15544
  } | undefined;
15273
15545
  } | {
15274
15546
  type: "pull-request";
15275
- webhookSecret?: string | undefined;
15276
15547
  body?: string | undefined;
15548
+ webhookSecret?: string | undefined;
15277
15549
  title?: string | undefined;
15278
15550
  auth?: {
15279
15551
  token: string;
@@ -15369,8 +15641,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15369
15641
  } | undefined;
15370
15642
  content?: string | undefined;
15371
15643
  }[];
15372
- webhookSecret?: string | undefined;
15373
15644
  body?: string | undefined;
15645
+ webhookSecret?: string | undefined;
15374
15646
  labels?: string[] | undefined;
15375
15647
  reviewers?: string[] | undefined;
15376
15648
  teamReviewers?: string[] | undefined;
@@ -15400,6 +15672,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15400
15672
  appliedAction: string;
15401
15673
  }[] | undefined;
15402
15674
  timeout?: number | undefined;
15675
+ mutatesProperty?: string | undefined;
15403
15676
  } | {
15404
15677
  name: string;
15405
15678
  states: string[];
@@ -15454,6 +15727,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15454
15727
  parentCells: string[];
15455
15728
  kind: "Cell";
15456
15729
  displayName?: string | undefined;
15730
+ membership?: {
15731
+ derivedFrom: {
15732
+ property: string;
15733
+ value?: string | undefined;
15734
+ };
15735
+ } | undefined;
15457
15736
  } | {
15458
15737
  name: string;
15459
15738
  from: string;
@@ -15503,6 +15782,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15503
15782
  force: boolean;
15504
15783
  dryRun: boolean;
15505
15784
  }, {
15785
+ orgId: string;
15506
15786
  projectId: string;
15507
15787
  envName: string;
15508
15788
  items: ({
@@ -15614,8 +15894,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15614
15894
  trigger: {
15615
15895
  type: "webhook";
15616
15896
  url: string;
15897
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
15617
15898
  headers?: Record<string, string> | undefined;
15618
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
15619
15899
  auth?: {
15620
15900
  token: string;
15621
15901
  type: "bearer";
@@ -15665,8 +15945,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15665
15945
  operation?: "replace" | "patch" | undefined;
15666
15946
  content?: string | undefined;
15667
15947
  }[];
15668
- webhookSecret?: string | undefined;
15669
15948
  body?: string | undefined;
15949
+ webhookSecret?: string | undefined;
15670
15950
  base?: string | undefined;
15671
15951
  labels?: string[] | undefined;
15672
15952
  reviewers?: string[] | undefined;
@@ -15737,8 +16017,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15737
16017
  operation?: "replace" | "patch" | undefined;
15738
16018
  content?: string | undefined;
15739
16019
  }[];
15740
- webhookSecret?: string | undefined;
15741
16020
  body?: string | undefined;
16021
+ webhookSecret?: string | undefined;
15742
16022
  base?: string | undefined;
15743
16023
  labels?: string[] | undefined;
15744
16024
  reviewers?: string[] | undefined;
@@ -15792,9 +16072,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15792
16072
  }[] | undefined;
15793
16073
  envOverrides?: Record<string, {
15794
16074
  type: "webhook";
15795
- url?: string | undefined;
16075
+ method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
15796
16076
  headers?: Record<string, string> | undefined;
15797
- method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
16077
+ url?: string | undefined;
15798
16078
  auth?: {
15799
16079
  token: string;
15800
16080
  type: "bearer";
@@ -15819,8 +16099,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15819
16099
  } | undefined;
15820
16100
  } | {
15821
16101
  type: "pull-request";
15822
- webhookSecret?: string | undefined;
15823
16102
  body?: string | undefined;
16103
+ webhookSecret?: string | undefined;
15824
16104
  title?: string | undefined;
15825
16105
  auth?: {
15826
16106
  token: string;
@@ -15915,8 +16195,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15915
16195
  operation?: "replace" | "patch" | undefined;
15916
16196
  content?: string | undefined;
15917
16197
  }[];
15918
- webhookSecret?: string | undefined;
15919
16198
  body?: string | undefined;
16199
+ webhookSecret?: string | undefined;
15920
16200
  base?: string | undefined;
15921
16201
  labels?: string[] | undefined;
15922
16202
  reviewers?: string[] | undefined;
@@ -15947,6 +16227,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
15947
16227
  appliedAction: string;
15948
16228
  }[] | undefined;
15949
16229
  timeout?: number | undefined;
16230
+ mutatesProperty?: string | undefined;
15950
16231
  } | {
15951
16232
  name: string;
15952
16233
  states: string[];
@@ -16001,6 +16282,12 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16001
16282
  }[] | undefined;
16002
16283
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
16003
16284
  parentCells?: string[] | undefined;
16285
+ membership?: {
16286
+ derivedFrom: {
16287
+ property: string;
16288
+ value?: string | undefined;
16289
+ };
16290
+ } | undefined;
16004
16291
  } | {
16005
16292
  name: string;
16006
16293
  from: string;
@@ -16086,12 +16373,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16086
16373
  }>;
16087
16374
  catalogRevisions: {
16088
16375
  list: SchemaFn<zod.ZodObject<{
16376
+ orgId: zod.ZodString;
16089
16377
  projectId: zod.ZodString;
16090
16378
  limit: zod.ZodOptional<zod.ZodNumber>;
16091
16379
  }, "strip", zod.ZodTypeAny, {
16380
+ orgId: string;
16092
16381
  projectId: string;
16093
16382
  limit?: number | undefined;
16094
16383
  }, {
16384
+ orgId: string;
16095
16385
  projectId: string;
16096
16386
  limit?: number | undefined;
16097
16387
  }>, {
@@ -16105,13 +16395,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16105
16395
  version: number;
16106
16396
  }[]>;
16107
16397
  get: SchemaFn<zod.ZodObject<{
16398
+ orgId: zod.ZodString;
16108
16399
  projectId: zod.ZodString;
16109
16400
  id: zod.ZodString;
16110
16401
  }, "strip", zod.ZodTypeAny, {
16111
16402
  id: string;
16403
+ orgId: string;
16112
16404
  projectId: string;
16113
16405
  }, {
16114
16406
  id: string;
16407
+ orgId: string;
16115
16408
  projectId: string;
16116
16409
  }>, {
16117
16410
  id: string;
@@ -16129,13 +16422,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16129
16422
  force: boolean;
16130
16423
  }>;
16131
16424
  snapshots: SchemaFn<zod.ZodObject<{
16425
+ orgId: zod.ZodString;
16132
16426
  projectId: zod.ZodString;
16133
16427
  id: zod.ZodString;
16134
16428
  }, "strip", zod.ZodTypeAny, {
16135
16429
  id: string;
16430
+ orgId: string;
16136
16431
  projectId: string;
16137
16432
  }, {
16138
16433
  id: string;
16434
+ orgId: string;
16139
16435
  projectId: string;
16140
16436
  }>, {
16141
16437
  id: string;
@@ -16152,17 +16448,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16152
16448
  error: string | null;
16153
16449
  }[]>;
16154
16450
  rollback: SchemaFn<zod.ZodObject<{
16451
+ orgId: zod.ZodString;
16155
16452
  projectId: zod.ZodString;
16156
16453
  id: zod.ZodString;
16157
16454
  hunkId: zod.ZodOptional<zod.ZodString>;
16158
16455
  force: zod.ZodOptional<zod.ZodBoolean>;
16159
16456
  }, "strip", zod.ZodTypeAny, {
16160
16457
  id: string;
16458
+ orgId: string;
16161
16459
  projectId: string;
16162
16460
  force?: boolean | undefined;
16163
16461
  hunkId?: string | undefined;
16164
16462
  }, {
16165
16463
  id: string;
16464
+ orgId: string;
16166
16465
  projectId: string;
16167
16466
  force?: boolean | undefined;
16168
16467
  hunkId?: string | undefined;
@@ -16188,6 +16487,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16188
16487
  };
16189
16488
  auditEvents: {
16190
16489
  list: SchemaFn<zod.ZodObject<{
16490
+ orgId: zod.ZodString;
16191
16491
  projectId: zod.ZodString;
16192
16492
  envName: zod.ZodOptional<zod.ZodString>;
16193
16493
  actorType: zod.ZodOptional<zod.ZodEnum<["user", "token"]>>;
@@ -16197,6 +16497,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16197
16497
  since: zod.ZodOptional<zod.ZodString>;
16198
16498
  limit: zod.ZodOptional<zod.ZodNumber>;
16199
16499
  }, "strip", zod.ZodTypeAny, {
16500
+ orgId: string;
16200
16501
  projectId: string;
16201
16502
  limit?: number | undefined;
16202
16503
  envName?: string | undefined;
@@ -16206,6 +16507,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16206
16507
  resourceKind?: string | undefined;
16207
16508
  since?: string | undefined;
16208
16509
  }, {
16510
+ orgId: string;
16209
16511
  projectId: string;
16210
16512
  limit?: number | undefined;
16211
16513
  envName?: string | undefined;
@@ -16235,6 +16537,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16235
16537
  };
16236
16538
  driftEvents: {
16237
16539
  list: SchemaFn<zod.ZodObject<{
16540
+ orgId: zod.ZodString;
16238
16541
  projectId: zod.ZodString;
16239
16542
  envName: zod.ZodString;
16240
16543
  status: zod.ZodOptional<zod.ZodEnum<["open", "accepted", "reapplied", "snoozed"]>>;
@@ -16243,6 +16546,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16243
16546
  since: zod.ZodOptional<zod.ZodString>;
16244
16547
  limit: zod.ZodOptional<zod.ZodNumber>;
16245
16548
  }, "strip", zod.ZodTypeAny, {
16549
+ orgId: string;
16246
16550
  projectId: string;
16247
16551
  envName: string;
16248
16552
  status?: "open" | "accepted" | "reapplied" | "snoozed" | undefined;
@@ -16251,6 +16555,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16251
16555
  entityId?: string | undefined;
16252
16556
  since?: string | undefined;
16253
16557
  }, {
16558
+ orgId: string;
16254
16559
  projectId: string;
16255
16560
  envName: string;
16256
16561
  status?: "open" | "accepted" | "reapplied" | "snoozed" | undefined;
@@ -16266,36 +16571,42 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16266
16571
  projectId: string | null;
16267
16572
  envId: string;
16268
16573
  entityId: string;
16574
+ entityName: string | null;
16575
+ entityTypeName: string | null;
16269
16576
  fieldPath: string;
16270
16577
  catalogValue: hono_utils_types.JSONValue;
16271
16578
  actualValue: hono_utils_types.JSONValue;
16272
16579
  source: string;
16273
16580
  status: string;
16274
- entityName: string;
16275
- entityTypeName: string;
16276
16581
  }[]>;
16277
16582
  count: SchemaFn<zod.ZodObject<{
16583
+ orgId: zod.ZodString;
16278
16584
  projectId: zod.ZodString;
16279
16585
  envName: zod.ZodString;
16280
16586
  }, "strip", zod.ZodTypeAny, {
16587
+ orgId: string;
16281
16588
  projectId: string;
16282
16589
  envName: string;
16283
16590
  }, {
16591
+ orgId: string;
16284
16592
  projectId: string;
16285
16593
  envName: string;
16286
16594
  }>, {
16287
16595
  count: number;
16288
16596
  }>;
16289
16597
  get: SchemaFn<zod.ZodObject<{
16598
+ orgId: zod.ZodString;
16290
16599
  projectId: zod.ZodString;
16291
16600
  envName: zod.ZodString;
16292
16601
  id: zod.ZodString;
16293
16602
  }, "strip", zod.ZodTypeAny, {
16294
16603
  id: string;
16604
+ orgId: string;
16295
16605
  projectId: string;
16296
16606
  envName: string;
16297
16607
  }, {
16298
16608
  id: string;
16609
+ orgId: string;
16299
16610
  projectId: string;
16300
16611
  envName: string;
16301
16612
  }>, {
@@ -16306,24 +16617,27 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16306
16617
  projectId: string | null;
16307
16618
  envId: string;
16308
16619
  entityId: string;
16620
+ entityName: string | null;
16621
+ entityTypeName: string | null;
16309
16622
  fieldPath: string;
16310
16623
  catalogValue: hono_utils_types.JSONValue;
16311
16624
  actualValue: hono_utils_types.JSONValue;
16312
16625
  source: string;
16313
16626
  status: string;
16314
- entityName: string;
16315
- entityTypeName: string;
16316
16627
  }>;
16317
16628
  accept: SchemaFn<zod.ZodObject<{
16629
+ orgId: zod.ZodString;
16318
16630
  projectId: zod.ZodString;
16319
16631
  envName: zod.ZodString;
16320
16632
  id: zod.ZodString;
16321
16633
  }, "strip", zod.ZodTypeAny, {
16322
16634
  id: string;
16635
+ orgId: string;
16323
16636
  projectId: string;
16324
16637
  envName: string;
16325
16638
  }, {
16326
16639
  id: string;
16640
+ orgId: string;
16327
16641
  projectId: string;
16328
16642
  envName: string;
16329
16643
  }>, {
@@ -16341,15 +16655,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16341
16655
  status: string;
16342
16656
  }>;
16343
16657
  reapply: SchemaFn<zod.ZodObject<{
16658
+ orgId: zod.ZodString;
16344
16659
  projectId: zod.ZodString;
16345
16660
  envName: zod.ZodString;
16346
16661
  id: zod.ZodString;
16347
16662
  }, "strip", zod.ZodTypeAny, {
16348
16663
  id: string;
16664
+ orgId: string;
16349
16665
  projectId: string;
16350
16666
  envName: string;
16351
16667
  }, {
16352
16668
  id: string;
16669
+ orgId: string;
16353
16670
  projectId: string;
16354
16671
  envName: string;
16355
16672
  }>, {
@@ -16368,23 +16685,25 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16368
16685
  status: string;
16369
16686
  };
16370
16687
  entity: {
16371
- id: string;
16372
16688
  entityTypeName: string;
16373
16689
  name: string;
16374
16690
  };
16375
16691
  }>;
16376
16692
  snooze: SchemaFn<zod.ZodObject<{
16693
+ orgId: zod.ZodString;
16377
16694
  projectId: zod.ZodString;
16378
16695
  envName: zod.ZodString;
16379
16696
  id: zod.ZodString;
16380
16697
  untilSeconds: zod.ZodOptional<zod.ZodNumber>;
16381
16698
  }, "strip", zod.ZodTypeAny, {
16382
16699
  id: string;
16700
+ orgId: string;
16383
16701
  projectId: string;
16384
16702
  envName: string;
16385
16703
  untilSeconds?: number | undefined;
16386
16704
  }, {
16387
16705
  id: string;
16706
+ orgId: string;
16388
16707
  projectId: string;
16389
16708
  envName: string;
16390
16709
  untilSeconds?: number | undefined;
@@ -16405,14 +16724,17 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16405
16724
  };
16406
16725
  stats: {
16407
16726
  entitiesByState: SchemaFn<zod.ZodObject<{
16727
+ orgId: zod.ZodString;
16408
16728
  projectId: zod.ZodString;
16409
16729
  window: zod.ZodOptional<zod.ZodEnum<["1h", "24h", "7d"]>>;
16410
16730
  bucket: zod.ZodOptional<zod.ZodEnum<["1m", "5m", "1h", "1d"]>>;
16411
16731
  }, "strip", zod.ZodTypeAny, {
16732
+ orgId: string;
16412
16733
  projectId: string;
16413
16734
  bucket?: "1h" | "1m" | "5m" | "1d" | undefined;
16414
16735
  window?: "1h" | "24h" | "7d" | undefined;
16415
16736
  }, {
16737
+ orgId: string;
16416
16738
  projectId: string;
16417
16739
  bucket?: "1h" | "1m" | "5m" | "1d" | undefined;
16418
16740
  window?: "1h" | "24h" | "7d" | undefined;
@@ -16425,12 +16747,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16425
16747
  }[];
16426
16748
  }>;
16427
16749
  runsByType: SchemaFn<zod.ZodObject<{
16750
+ orgId: zod.ZodString;
16428
16751
  projectId: zod.ZodString;
16429
16752
  window: zod.ZodOptional<zod.ZodEnum<["1h", "24h", "7d"]>>;
16430
16753
  }, "strip", zod.ZodTypeAny, {
16754
+ orgId: string;
16431
16755
  projectId: string;
16432
16756
  window?: "1h" | "24h" | "7d" | undefined;
16433
16757
  }, {
16758
+ orgId: string;
16434
16759
  projectId: string;
16435
16760
  window?: "1h" | "24h" | "7d" | undefined;
16436
16761
  }>, {
@@ -16444,12 +16769,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16444
16769
  }[];
16445
16770
  }>;
16446
16771
  failingKinds: SchemaFn<zod.ZodObject<{
16772
+ orgId: zod.ZodString;
16447
16773
  projectId: zod.ZodString;
16448
16774
  window: zod.ZodOptional<zod.ZodEnum<["1h", "24h", "7d"]>>;
16449
16775
  }, "strip", zod.ZodTypeAny, {
16776
+ orgId: string;
16450
16777
  projectId: string;
16451
16778
  window?: "1h" | "24h" | "7d" | undefined;
16452
16779
  }, {
16780
+ orgId: string;
16453
16781
  projectId: string;
16454
16782
  window?: "1h" | "24h" | "7d" | undefined;
16455
16783
  }>, {
@@ -16460,12 +16788,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16460
16788
  }[];
16461
16789
  }>;
16462
16790
  driftDensity: SchemaFn<zod.ZodObject<{
16791
+ orgId: zod.ZodString;
16463
16792
  projectId: zod.ZodString;
16464
16793
  dim: zod.ZodOptional<zod.ZodString>;
16465
16794
  }, "strip", zod.ZodTypeAny, {
16795
+ orgId: string;
16466
16796
  projectId: string;
16467
16797
  dim?: string | undefined;
16468
16798
  }, {
16799
+ orgId: string;
16469
16800
  projectId: string;
16470
16801
  dim?: string | undefined;
16471
16802
  }>, {
@@ -16474,6 +16805,354 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16474
16805
  counts: number[][];
16475
16806
  }>;
16476
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
+ };
16477
17156
  notifications: {
16478
17157
  list: SchemaFn<zod.ZodObject<{
16479
17158
  limit: zod.ZodOptional<zod.ZodNumber>;
@@ -16587,10 +17266,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16587
17266
  };
16588
17267
  importSources: {
16589
17268
  list: SchemaFn<zod.ZodObject<{
17269
+ orgId: zod.ZodString;
16590
17270
  projectId: zod.ZodString;
16591
17271
  }, "strip", zod.ZodTypeAny, {
17272
+ orgId: string;
16592
17273
  projectId: string;
16593
17274
  }, {
17275
+ orgId: string;
16594
17276
  projectId: string;
16595
17277
  }>, {
16596
17278
  id: string;
@@ -16606,13 +17288,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16606
17288
  updatedAt: string;
16607
17289
  }[]>;
16608
17290
  get: SchemaFn<zod.ZodObject<{
17291
+ orgId: zod.ZodString;
16609
17292
  projectId: zod.ZodString;
16610
17293
  id: zod.ZodString;
16611
17294
  }, "strip", zod.ZodTypeAny, {
16612
17295
  id: string;
17296
+ orgId: string;
16613
17297
  projectId: string;
16614
17298
  }, {
16615
17299
  id: string;
17300
+ orgId: string;
16616
17301
  projectId: string;
16617
17302
  }>, {
16618
17303
  id: string;
@@ -16628,18 +17313,21 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16628
17313
  updatedAt: string;
16629
17314
  }>;
16630
17315
  registerOrUpdate: SchemaFn<zod.ZodObject<{
17316
+ orgId: zod.ZodString;
16631
17317
  projectId: zod.ZodString;
16632
17318
  envName: zod.ZodString;
16633
17319
  sourceKind: zod.ZodEnum<["tf-state", "atmos-manifests"]>;
16634
17320
  sourceUri: zod.ZodString;
16635
17321
  reconciliationPolicy: zod.ZodOptional<zod.ZodEnum<["auto-update", "human-approval"]>>;
16636
17322
  }, "strip", zod.ZodTypeAny, {
17323
+ orgId: string;
16637
17324
  projectId: string;
16638
17325
  envName: string;
16639
17326
  sourceKind: "tf-state" | "atmos-manifests";
16640
17327
  sourceUri: string;
16641
17328
  reconciliationPolicy?: "auto-update" | "human-approval" | undefined;
16642
17329
  }, {
17330
+ orgId: string;
16643
17331
  projectId: string;
16644
17332
  envName: string;
16645
17333
  sourceKind: "tf-state" | "atmos-manifests";
@@ -16671,6 +17359,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16671
17359
  lastScanSummary: hono_utils_types.JSONValue;
16672
17360
  }>;
16673
17361
  rescan: SchemaFn<zod.ZodObject<{
17362
+ orgId: zod.ZodString;
16674
17363
  projectId: zod.ZodString;
16675
17364
  id: zod.ZodString;
16676
17365
  envName: zod.ZodString;
@@ -16687,6 +17376,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16687
17376
  }>, "many">>;
16688
17377
  }, "strip", zod.ZodTypeAny, {
16689
17378
  id: string;
17379
+ orgId: string;
16690
17380
  projectId: string;
16691
17381
  envName: string;
16692
17382
  items: unknown[];
@@ -16696,6 +17386,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16696
17386
  }[] | undefined;
16697
17387
  }, {
16698
17388
  id: string;
17389
+ orgId: string;
16699
17390
  projectId: string;
16700
17391
  envName: string;
16701
17392
  items: unknown[];
@@ -16723,13 +17414,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16723
17414
  lastScanStatus: string;
16724
17415
  }>;
16725
17416
  drift: SchemaFn<zod.ZodObject<{
17417
+ orgId: zod.ZodString;
16726
17418
  projectId: zod.ZodString;
16727
17419
  id: zod.ZodString;
16728
17420
  }, "strip", zod.ZodTypeAny, {
16729
17421
  id: string;
17422
+ orgId: string;
16730
17423
  projectId: string;
16731
17424
  }, {
16732
17425
  id: string;
17426
+ orgId: string;
16733
17427
  projectId: string;
16734
17428
  }>, {
16735
17429
  source: {
@@ -16753,7 +17447,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16753
17447
  pendingProposals: number;
16754
17448
  };
16755
17449
  entities: {
16756
- id: string;
16757
17450
  name: string;
16758
17451
  entityType: string;
16759
17452
  lastSyncedAt: string | null;
@@ -16773,15 +17466,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16773
17466
  }[];
16774
17467
  }>;
16775
17468
  approveProposal: SchemaFn<zod.ZodObject<{
17469
+ orgId: zod.ZodString;
16776
17470
  projectId: zod.ZodString;
16777
17471
  id: zod.ZodString;
16778
17472
  proposalId: zod.ZodString;
16779
17473
  }, "strip", zod.ZodTypeAny, {
16780
17474
  id: string;
17475
+ orgId: string;
16781
17476
  projectId: string;
16782
17477
  proposalId: string;
16783
17478
  }, {
16784
17479
  id: string;
17480
+ orgId: string;
16785
17481
  projectId: string;
16786
17482
  proposalId: string;
16787
17483
  }>, {
@@ -16797,15 +17493,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16797
17493
  decidedBy: string | null;
16798
17494
  }>;
16799
17495
  rejectProposal: SchemaFn<zod.ZodObject<{
17496
+ orgId: zod.ZodString;
16800
17497
  projectId: zod.ZodString;
16801
17498
  id: zod.ZodString;
16802
17499
  proposalId: zod.ZodString;
16803
17500
  }, "strip", zod.ZodTypeAny, {
16804
17501
  id: string;
17502
+ orgId: string;
16805
17503
  projectId: string;
16806
17504
  proposalId: string;
16807
17505
  }, {
16808
17506
  id: string;
17507
+ orgId: string;
16809
17508
  projectId: string;
16810
17509
  proposalId: string;
16811
17510
  }>, {
@@ -16822,12 +17521,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16822
17521
  }>;
16823
17522
  };
16824
17523
  exportCatalog: SchemaFn<zod.ZodObject<{
17524
+ orgId: zod.ZodString;
16825
17525
  projectId: zod.ZodString;
16826
17526
  envName: zod.ZodString;
16827
17527
  }, "strip", zod.ZodTypeAny, {
17528
+ orgId: string;
16828
17529
  projectId: string;
16829
17530
  envName: string;
16830
17531
  }, {
17532
+ orgId: string;
16831
17533
  projectId: string;
16832
17534
  envName: string;
16833
17535
  }>, ExportCatalogResult>;
@@ -16904,12 +17606,17 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16904
17606
  } & {
16905
17607
  pools: {
16906
17608
  list: SchemaFn<zod.ZodObject<{
17609
+ orgId: zod.ZodString;
16907
17610
  projectId: zod.ZodString;
16908
17611
  }, "strip", zod.ZodTypeAny, {
17612
+ orgId: string;
16909
17613
  projectId: string;
16910
17614
  }, {
17615
+ orgId: string;
16911
17616
  projectId: string;
16912
17617
  }>, {
17618
+ orgId: string;
17619
+ projectId: string;
16913
17620
  name: string;
16914
17621
  displayName: string | null;
16915
17622
  entityTypeName: string;
@@ -16920,20 +17627,29 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16920
17627
  aggregate: "max" | "sum" | "avg" | "min";
16921
17628
  }[];
16922
17629
  parentCells: string[];
17630
+ membershipMode: string;
17631
+ membershipDerivedFrom: {
17632
+ property: string;
17633
+ value?: string | undefined;
17634
+ } | null;
16923
17635
  createdAt: string;
16924
17636
  updatedAt: string;
16925
- projectId: string | null;
16926
17637
  }[]>;
16927
17638
  get: SchemaFn<zod.ZodObject<{
17639
+ orgId: zod.ZodString;
16928
17640
  projectId: zod.ZodString;
16929
17641
  name: zod.ZodString;
16930
17642
  }, "strip", zod.ZodTypeAny, {
16931
17643
  name: string;
17644
+ orgId: string;
16932
17645
  projectId: string;
16933
17646
  }, {
16934
17647
  name: string;
17648
+ orgId: string;
16935
17649
  projectId: string;
16936
17650
  }>, {
17651
+ orgId: string;
17652
+ projectId: string;
16937
17653
  name: string;
16938
17654
  displayName: string | null;
16939
17655
  entityTypeName: string;
@@ -16944,9 +17660,13 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16944
17660
  aggregate: "max" | "sum" | "avg" | "min";
16945
17661
  }[];
16946
17662
  parentCells: string[];
17663
+ membershipMode: string;
17664
+ membershipDerivedFrom: {
17665
+ property: string;
17666
+ value?: string | undefined;
17667
+ } | null;
16947
17668
  createdAt: string;
16948
17669
  updatedAt: string;
16949
- projectId: string | null;
16950
17670
  }>;
16951
17671
  create: SchemaFn<zod.ZodObject<{
16952
17672
  kind: zod.ZodLiteral<"Cell">;
@@ -16968,10 +17688,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16968
17688
  aggregate: "max" | "sum" | "avg" | "min";
16969
17689
  }>, "many">>>;
16970
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
+ }>>;
16971
17713
  } & {
17714
+ orgId: zod.ZodString;
16972
17715
  projectId: zod.ZodString;
16973
17716
  }, "strip", zod.ZodTypeAny, {
16974
17717
  name: string;
17718
+ orgId: string;
16975
17719
  projectId: string;
16976
17720
  entityType: string;
16977
17721
  constraints: {
@@ -16983,8 +17727,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16983
17727
  parentCells: string[];
16984
17728
  kind: "Cell";
16985
17729
  displayName?: string | undefined;
17730
+ membership?: {
17731
+ derivedFrom: {
17732
+ property: string;
17733
+ value?: string | undefined;
17734
+ };
17735
+ } | undefined;
16986
17736
  }, {
16987
17737
  name: string;
17738
+ orgId: string;
16988
17739
  projectId: string;
16989
17740
  entityType: string;
16990
17741
  kind: "Cell";
@@ -16996,11 +17747,18 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
16996
17747
  }[] | undefined;
16997
17748
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
16998
17749
  parentCells?: string[] | undefined;
17750
+ membership?: {
17751
+ derivedFrom: {
17752
+ property: string;
17753
+ value?: string | undefined;
17754
+ };
17755
+ } | undefined;
16999
17756
  }>, {
17000
17757
  name: string;
17001
17758
  createdAt: string;
17002
17759
  updatedAt: string;
17003
- projectId: string | null;
17760
+ orgId: string;
17761
+ projectId: string;
17004
17762
  displayName: string | null;
17005
17763
  constraints: {
17006
17764
  max: number;
@@ -17010,6 +17768,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17010
17768
  entityTypeName: string;
17011
17769
  placementPolicy: "least-loaded" | "round-robin" | "random";
17012
17770
  parentCells: string[];
17771
+ membershipMode: string;
17772
+ membershipDerivedFrom: {
17773
+ property: string;
17774
+ value?: string | undefined;
17775
+ } | null;
17013
17776
  }>;
17014
17777
  update: SchemaFn<zod.ZodObject<{
17015
17778
  kind: zod.ZodLiteral<"Cell">;
@@ -17031,10 +17794,34 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17031
17794
  aggregate: "max" | "sum" | "avg" | "min";
17032
17795
  }>, "many">>>;
17033
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
+ }>>;
17034
17819
  } & {
17820
+ orgId: zod.ZodString;
17035
17821
  projectId: zod.ZodString;
17036
17822
  }, "strip", zod.ZodTypeAny, {
17037
17823
  name: string;
17824
+ orgId: string;
17038
17825
  projectId: string;
17039
17826
  entityType: string;
17040
17827
  constraints: {
@@ -17046,8 +17833,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17046
17833
  parentCells: string[];
17047
17834
  kind: "Cell";
17048
17835
  displayName?: string | undefined;
17836
+ membership?: {
17837
+ derivedFrom: {
17838
+ property: string;
17839
+ value?: string | undefined;
17840
+ };
17841
+ } | undefined;
17049
17842
  }, {
17050
17843
  name: string;
17844
+ orgId: string;
17051
17845
  projectId: string;
17052
17846
  entityType: string;
17053
17847
  kind: "Cell";
@@ -17059,7 +17853,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17059
17853
  }[] | undefined;
17060
17854
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
17061
17855
  parentCells?: string[] | undefined;
17856
+ membership?: {
17857
+ derivedFrom: {
17858
+ property: string;
17859
+ value?: string | undefined;
17860
+ };
17861
+ } | undefined;
17062
17862
  }>, {
17863
+ orgId: string;
17864
+ projectId: string;
17063
17865
  name: string;
17064
17866
  displayName: string | null;
17065
17867
  entityTypeName: string;
@@ -17070,32 +17872,45 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17070
17872
  aggregate: "max" | "sum" | "avg" | "min";
17071
17873
  }[];
17072
17874
  parentCells: string[];
17875
+ membershipMode: string;
17876
+ membershipDerivedFrom: {
17877
+ property: string;
17878
+ value?: string | undefined;
17879
+ } | null;
17073
17880
  createdAt: string;
17074
17881
  updatedAt: string;
17075
- projectId: string | null;
17076
17882
  }>;
17077
17883
  delete: SchemaFn<zod.ZodObject<{
17884
+ orgId: zod.ZodString;
17078
17885
  projectId: zod.ZodString;
17079
17886
  name: zod.ZodString;
17080
17887
  }, "strip", zod.ZodTypeAny, {
17081
17888
  name: string;
17889
+ orgId: string;
17082
17890
  projectId: string;
17083
17891
  }, {
17084
17892
  name: string;
17893
+ orgId: string;
17085
17894
  projectId: string;
17086
17895
  }>, {
17087
17896
  deleted: true;
17088
17897
  name: string;
17089
17898
  }>;
17090
17899
  listMembers: SchemaFn<zod.ZodObject<{
17900
+ orgId: zod.ZodString;
17091
17901
  projectId: zod.ZodString;
17092
17902
  name: zod.ZodString;
17903
+ envName: zod.ZodDefault<zod.ZodString>;
17093
17904
  }, "strip", zod.ZodTypeAny, {
17094
17905
  name: string;
17906
+ orgId: string;
17095
17907
  projectId: string;
17908
+ envName: string;
17096
17909
  }, {
17097
17910
  name: string;
17911
+ orgId: string;
17098
17912
  projectId: string;
17913
+ envName?: string | undefined;
17099
17914
  }>, {
17100
17915
  id: string;
17101
17916
  entityTypeName: string;
@@ -17107,51 +17922,72 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17107
17922
  syncSource: string | null;
17108
17923
  createdAt: string;
17109
17924
  updatedAt: string;
17110
- projectId: string | null;
17925
+ orgId: string;
17926
+ projectId: string;
17111
17927
  envId: string;
17112
17928
  }[]>;
17113
17929
  addMember: SchemaFn<zod.ZodObject<{
17930
+ orgId: zod.ZodString;
17114
17931
  projectId: zod.ZodString;
17115
17932
  name: zod.ZodString;
17116
- entityId: zod.ZodString;
17933
+ entityName: zod.ZodString;
17934
+ entityTypeName: zod.ZodString;
17935
+ envName: zod.ZodDefault<zod.ZodString>;
17117
17936
  }, "strip", zod.ZodTypeAny, {
17118
17937
  name: string;
17938
+ orgId: string;
17119
17939
  projectId: string;
17120
- entityId: string;
17940
+ envName: string;
17941
+ entityTypeName: string;
17942
+ entityName: string;
17121
17943
  }, {
17122
17944
  name: string;
17945
+ orgId: string;
17123
17946
  projectId: string;
17124
- entityId: string;
17947
+ entityTypeName: string;
17948
+ entityName: string;
17949
+ envName?: string | undefined;
17125
17950
  }>, {
17126
17951
  cellName: string;
17127
- entityId: any;
17952
+ entityName: any;
17953
+ entityTypeName: any;
17954
+ envId: string;
17128
17955
  }>;
17129
17956
  removeMember: SchemaFn<zod.ZodObject<{
17957
+ orgId: zod.ZodString;
17130
17958
  projectId: zod.ZodString;
17131
17959
  name: zod.ZodString;
17132
- entityId: zod.ZodString;
17960
+ entityName: zod.ZodString;
17961
+ envName: zod.ZodDefault<zod.ZodString>;
17133
17962
  }, "strip", zod.ZodTypeAny, {
17134
17963
  name: string;
17964
+ orgId: string;
17135
17965
  projectId: string;
17136
- entityId: string;
17966
+ envName: string;
17967
+ entityName: string;
17137
17968
  }, {
17138
17969
  name: string;
17970
+ orgId: string;
17139
17971
  projectId: string;
17140
- entityId: string;
17972
+ entityName: string;
17973
+ envName?: string | undefined;
17141
17974
  }>, {
17142
17975
  deleted: true;
17143
17976
  cellName: string;
17144
- entityId: string;
17977
+ entityName: string;
17145
17978
  }>;
17146
17979
  };
17147
17980
  applyRevisions: {
17148
17981
  list: SchemaFn<zod.ZodObject<{
17982
+ orgId: zod.ZodString;
17149
17983
  projectId: zod.ZodString;
17150
17984
  limit: zod.ZodOptional<zod.ZodNumber>;
17151
17985
  }, "strip", zod.ZodTypeAny, {
17986
+ orgId: string;
17152
17987
  projectId: string;
17153
17988
  limit?: number | undefined;
17154
17989
  }, {
17990
+ orgId: string;
17155
17991
  projectId: string;
17156
17992
  limit?: number | undefined;
17157
17993
  }>, {
@@ -17165,13 +18001,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17165
18001
  version: number;
17166
18002
  }[]>;
17167
18003
  get: SchemaFn<zod.ZodObject<{
18004
+ orgId: zod.ZodString;
17168
18005
  projectId: zod.ZodString;
17169
18006
  id: zod.ZodString;
17170
18007
  }, "strip", zod.ZodTypeAny, {
17171
18008
  id: string;
18009
+ orgId: string;
17172
18010
  projectId: string;
17173
18011
  }, {
17174
18012
  id: string;
18013
+ orgId: string;
17175
18014
  projectId: string;
17176
18015
  }>, {
17177
18016
  id: string;
@@ -17189,13 +18028,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17189
18028
  force: boolean;
17190
18029
  }>;
17191
18030
  snapshots: SchemaFn<zod.ZodObject<{
18031
+ orgId: zod.ZodString;
17192
18032
  projectId: zod.ZodString;
17193
18033
  id: zod.ZodString;
17194
18034
  }, "strip", zod.ZodTypeAny, {
17195
18035
  id: string;
18036
+ orgId: string;
17196
18037
  projectId: string;
17197
18038
  }, {
17198
18039
  id: string;
18040
+ orgId: string;
17199
18041
  projectId: string;
17200
18042
  }>, {
17201
18043
  id: string;
@@ -17212,17 +18054,20 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17212
18054
  error: string | null;
17213
18055
  }[]>;
17214
18056
  rollback: SchemaFn<zod.ZodObject<{
18057
+ orgId: zod.ZodString;
17215
18058
  projectId: zod.ZodString;
17216
18059
  id: zod.ZodString;
17217
18060
  hunkId: zod.ZodOptional<zod.ZodString>;
17218
18061
  force: zod.ZodOptional<zod.ZodBoolean>;
17219
18062
  }, "strip", zod.ZodTypeAny, {
17220
18063
  id: string;
18064
+ orgId: string;
17221
18065
  projectId: string;
17222
18066
  force?: boolean | undefined;
17223
18067
  hunkId?: string | undefined;
17224
18068
  }, {
17225
18069
  id: string;
18070
+ orgId: string;
17226
18071
  projectId: string;
17227
18072
  force?: boolean | undefined;
17228
18073
  hunkId?: string | undefined;
@@ -17247,12 +18092,15 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
17247
18092
  }>;
17248
18093
  };
17249
18094
  exportSchema: SchemaFn<zod.ZodObject<{
18095
+ orgId: zod.ZodString;
17250
18096
  projectId: zod.ZodString;
17251
18097
  envName: zod.ZodString;
17252
18098
  }, "strip", zod.ZodTypeAny, {
18099
+ orgId: string;
17253
18100
  projectId: string;
17254
18101
  envName: string;
17255
18102
  }, {
18103
+ orgId: string;
17256
18104
  projectId: string;
17257
18105
  envName: string;
17258
18106
  }>, ExportCatalogResult>;