@terrantula/sdk 0.11.2 → 0.12.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/index.d.mts CHANGED
@@ -4,8 +4,8 @@ import * as _terrantula_types from '@terrantula/types';
4
4
  export { RegistryInput, RegistryOutput } from '@terrantula/types';
5
5
  import * as zod from 'zod';
6
6
  import * as hono_hono_base from 'hono/hono-base';
7
- import * as hono_utils_types from 'hono/utils/types';
8
7
  import * as hono_utils_http_status from 'hono/utils/http-status';
8
+ import * as hono_utils_types from 'hono/utils/types';
9
9
  import * as hono_types from 'hono/types';
10
10
 
11
11
  /**
@@ -402,8 +402,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
402
402
  envId: string;
403
403
  state: string;
404
404
  properties: hono_utils_types.JSONValue;
405
- entityTypeName: string;
406
405
  labels: hono_utils_types.JSONValue;
406
+ entityTypeName: string;
407
407
  lastSyncedAt: string | null;
408
408
  syncSource: string | null;
409
409
  };
@@ -964,6 +964,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
964
964
  webhookSecret?: string | undefined;
965
965
  body?: string | undefined;
966
966
  title?: string | undefined;
967
+ labels?: string[] | undefined;
967
968
  auth?: {
968
969
  type: "token";
969
970
  token: string;
@@ -988,7 +989,6 @@ declare const projectApp: hono_hono_base.HonoBase<{
988
989
  value?: hono_utils_types.JSONValue | undefined;
989
990
  } | undefined;
990
991
  }[] | undefined;
991
- labels?: string[] | undefined;
992
992
  reviewers?: string[] | undefined;
993
993
  teamReviewers?: string[] | undefined;
994
994
  postMergeDispatch?: {
@@ -1125,8 +1125,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
1125
1125
  status: "failed" | "pending" | "running" | "succeeded" | "cancelled" | "dispatching" | "blocked";
1126
1126
  id: string;
1127
1127
  createdAt: string;
1128
- error: string | null;
1129
1128
  metadata: hono_utils_types.JSONValue;
1129
+ error: string | null;
1130
1130
  output: hono_utils_types.JSONValue;
1131
1131
  orgId: string;
1132
1132
  projectId: string;
@@ -1557,8 +1557,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
1557
1557
  status: "failed" | "pending" | "running" | "succeeded" | "cancelled" | "dispatching" | "blocked";
1558
1558
  id: string;
1559
1559
  createdAt: string;
1560
- error: string | null;
1561
1560
  metadata: hono_utils_types.JSONValue;
1561
+ error: string | null;
1562
1562
  output: hono_utils_types.JSONValue;
1563
1563
  orgId: string;
1564
1564
  projectId: string;
@@ -1919,6 +1919,12 @@ declare const projectApp: hono_hono_base.HonoBase<{
1919
1919
  yellowSeconds?: number | undefined;
1920
1920
  } | null;
1921
1921
  applier: string | null;
1922
+ labels: {
1923
+ [x: string]: string;
1924
+ };
1925
+ labelMappings: {
1926
+ [x: string]: string;
1927
+ };
1922
1928
  createdAt: string;
1923
1929
  updatedAt: string;
1924
1930
  }[];
@@ -1985,6 +1991,12 @@ declare const projectApp: hono_hono_base.HonoBase<{
1985
1991
  yellowSeconds?: number | undefined;
1986
1992
  } | null;
1987
1993
  applier: string | null;
1994
+ labels: {
1995
+ [x: string]: string;
1996
+ };
1997
+ labelMappings: {
1998
+ [x: string]: string;
1999
+ };
1988
2000
  };
1989
2001
  outputFormat: "json";
1990
2002
  status: 201;
@@ -2046,6 +2058,12 @@ declare const projectApp: hono_hono_base.HonoBase<{
2046
2058
  yellowSeconds?: number | undefined;
2047
2059
  } | null;
2048
2060
  applier: string | null;
2061
+ labels: {
2062
+ [x: string]: string;
2063
+ };
2064
+ labelMappings: {
2065
+ [x: string]: string;
2066
+ };
2049
2067
  createdAt: string;
2050
2068
  updatedAt: string;
2051
2069
  };
@@ -2114,6 +2132,12 @@ declare const projectApp: hono_hono_base.HonoBase<{
2114
2132
  yellowSeconds?: number | undefined;
2115
2133
  } | null;
2116
2134
  applier: string | null;
2135
+ labels: {
2136
+ [x: string]: string;
2137
+ };
2138
+ labelMappings: {
2139
+ [x: string]: string;
2140
+ };
2117
2141
  createdAt: string;
2118
2142
  updatedAt: string;
2119
2143
  };
@@ -2156,6 +2180,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2156
2180
  [x: string]: string;
2157
2181
  };
2158
2182
  capacity: number | null;
2183
+ labels: {
2184
+ [x: string]: string;
2185
+ };
2159
2186
  createdAt: string;
2160
2187
  updatedAt: string;
2161
2188
  }[];
@@ -2184,6 +2211,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2184
2211
  properties: {
2185
2212
  [x: string]: string;
2186
2213
  };
2214
+ labels: {
2215
+ [x: string]: string;
2216
+ };
2187
2217
  config: {
2188
2218
  [x: string]: hono_utils_types.JSONValue;
2189
2219
  };
@@ -2217,6 +2247,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2217
2247
  [x: string]: string;
2218
2248
  };
2219
2249
  capacity: number | null;
2250
+ labels: {
2251
+ [x: string]: string;
2252
+ };
2220
2253
  createdAt: string;
2221
2254
  updatedAt: string;
2222
2255
  };
@@ -2252,6 +2285,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2252
2285
  [x: string]: string;
2253
2286
  };
2254
2287
  capacity: number | null;
2288
+ labels: {
2289
+ [x: string]: string;
2290
+ };
2255
2291
  createdAt: string;
2256
2292
  updatedAt: string;
2257
2293
  };
@@ -2288,7 +2324,13 @@ declare const projectApp: hono_hono_base.HonoBase<{
2288
2324
  properties: {
2289
2325
  [x: string]: string;
2290
2326
  };
2327
+ config: {
2328
+ [x: string]: hono_utils_types.JSONValue;
2329
+ };
2291
2330
  credentialRef: string | null;
2331
+ labels: {
2332
+ [x: string]: string;
2333
+ };
2292
2334
  createdAt: string;
2293
2335
  updatedAt: string;
2294
2336
  }[];
@@ -2313,7 +2355,13 @@ declare const projectApp: hono_hono_base.HonoBase<{
2313
2355
  properties: {
2314
2356
  [x: string]: string;
2315
2357
  };
2358
+ config: {
2359
+ [x: string]: hono_utils_types.JSONValue;
2360
+ };
2316
2361
  credentialRef: string | null;
2362
+ labels: {
2363
+ [x: string]: string;
2364
+ };
2317
2365
  createdAt: string;
2318
2366
  updatedAt: string;
2319
2367
  };
@@ -2345,6 +2393,12 @@ declare const projectApp: hono_hono_base.HonoBase<{
2345
2393
  properties: {
2346
2394
  [x: string]: string;
2347
2395
  };
2396
+ labels: {
2397
+ [x: string]: string;
2398
+ };
2399
+ config: {
2400
+ [x: string]: hono_utils_types.JSONValue;
2401
+ };
2348
2402
  credentialRef: string | null;
2349
2403
  };
2350
2404
  outputFormat: "json";
@@ -2425,6 +2479,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2425
2479
  };
2426
2480
  } | undefined;
2427
2481
  } | null;
2482
+ labels: {
2483
+ [x: string]: string;
2484
+ };
2428
2485
  createdAt: string;
2429
2486
  updatedAt: string;
2430
2487
  }[];
@@ -2453,6 +2510,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2453
2510
  metric: string;
2454
2511
  aggregate: "max" | "sum" | "avg" | "min";
2455
2512
  }[];
2513
+ labels: {
2514
+ [x: string]: string;
2515
+ };
2456
2516
  entityTypeName: string;
2457
2517
  placementPolicy: "least-loaded" | "round-robin" | "random";
2458
2518
  parentCells: string[];
@@ -2564,6 +2624,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2564
2624
  };
2565
2625
  } | undefined;
2566
2626
  } | null;
2627
+ labels: {
2628
+ [x: string]: string;
2629
+ };
2567
2630
  createdAt: string;
2568
2631
  updatedAt: string;
2569
2632
  };
@@ -2638,6 +2701,9 @@ declare const projectApp: hono_hono_base.HonoBase<{
2638
2701
  };
2639
2702
  } | undefined;
2640
2703
  } | null;
2704
+ labels: {
2705
+ [x: string]: string;
2706
+ };
2641
2707
  createdAt: string;
2642
2708
  updatedAt: string;
2643
2709
  };
@@ -2759,8 +2825,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
2759
2825
  envId: string;
2760
2826
  state: string;
2761
2827
  properties: hono_utils_types.JSONValue;
2762
- entityTypeName: string;
2763
2828
  labels: hono_utils_types.JSONValue;
2829
+ entityTypeName: string;
2764
2830
  lastSyncedAt: string | null;
2765
2831
  syncSource: string | null;
2766
2832
  };
@@ -3317,6 +3383,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
3317
3383
  webhookSecret?: string | undefined;
3318
3384
  body?: string | undefined;
3319
3385
  title?: string | undefined;
3386
+ labels?: string[] | undefined;
3320
3387
  auth?: {
3321
3388
  type: "token";
3322
3389
  token: string;
@@ -3341,7 +3408,6 @@ declare const projectApp: hono_hono_base.HonoBase<{
3341
3408
  value?: hono_utils_types.JSONValue | undefined;
3342
3409
  } | undefined;
3343
3410
  }[] | undefined;
3344
- labels?: string[] | undefined;
3345
3411
  reviewers?: string[] | undefined;
3346
3412
  teamReviewers?: string[] | undefined;
3347
3413
  postMergeDispatch?: {
@@ -3821,6 +3887,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
3821
3887
  webhookSecret?: string | undefined;
3822
3888
  body?: string | undefined;
3823
3889
  title?: string | undefined;
3890
+ labels?: string[] | undefined;
3824
3891
  auth?: {
3825
3892
  type: "token";
3826
3893
  token: string;
@@ -3845,7 +3912,6 @@ declare const projectApp: hono_hono_base.HonoBase<{
3845
3912
  value?: hono_utils_types.JSONValue | undefined;
3846
3913
  } | undefined;
3847
3914
  }[] | undefined;
3848
- labels?: string[] | undefined;
3849
3915
  reviewers?: string[] | undefined;
3850
3916
  teamReviewers?: string[] | undefined;
3851
3917
  postMergeDispatch?: {
@@ -4324,6 +4390,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
4324
4390
  webhookSecret?: string | undefined;
4325
4391
  body?: string | undefined;
4326
4392
  title?: string | undefined;
4393
+ labels?: string[] | undefined;
4327
4394
  auth?: {
4328
4395
  type: "token";
4329
4396
  token: string;
@@ -4348,7 +4415,6 @@ declare const projectApp: hono_hono_base.HonoBase<{
4348
4415
  value?: hono_utils_types.JSONValue | undefined;
4349
4416
  } | undefined;
4350
4417
  }[] | undefined;
4351
- labels?: string[] | undefined;
4352
4418
  reviewers?: string[] | undefined;
4353
4419
  teamReviewers?: string[] | undefined;
4354
4420
  postMergeDispatch?: {
@@ -4832,6 +4898,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
4832
4898
  webhookSecret?: string | undefined;
4833
4899
  body?: string | undefined;
4834
4900
  title?: string | undefined;
4901
+ labels?: string[] | undefined;
4835
4902
  auth?: {
4836
4903
  type: "token";
4837
4904
  token: string;
@@ -4856,7 +4923,6 @@ declare const projectApp: hono_hono_base.HonoBase<{
4856
4923
  value?: hono_utils_types.JSONValue | undefined;
4857
4924
  } | undefined;
4858
4925
  }[] | undefined;
4859
- labels?: string[] | undefined;
4860
4926
  reviewers?: string[] | undefined;
4861
4927
  teamReviewers?: string[] | undefined;
4862
4928
  postMergeDispatch?: {
@@ -5092,6 +5158,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
5092
5158
  labels: {
5093
5159
  [x: string]: string[];
5094
5160
  };
5161
+ relationshipTypes?: string[] | undefined;
5162
+ cellNames?: string[] | undefined;
5095
5163
  };
5096
5164
  grouping: {
5097
5165
  cellsEnabled: boolean;
@@ -5145,6 +5213,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
5145
5213
  labels: {
5146
5214
  [x: string]: string[];
5147
5215
  };
5216
+ relationshipTypes?: string[] | undefined;
5217
+ cellNames?: string[] | undefined;
5148
5218
  };
5149
5219
  grouping: {
5150
5220
  cellsEnabled: boolean;
@@ -5194,6 +5264,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
5194
5264
  labels: {
5195
5265
  [x: string]: string[];
5196
5266
  };
5267
+ relationshipTypes?: string[] | undefined;
5268
+ cellNames?: string[] | undefined;
5197
5269
  };
5198
5270
  grouping: {
5199
5271
  cellsEnabled: boolean;
@@ -5244,6 +5316,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
5244
5316
  labels: {
5245
5317
  [x: string]: string[];
5246
5318
  };
5319
+ relationshipTypes?: string[] | undefined;
5320
+ cellNames?: string[] | undefined;
5247
5321
  };
5248
5322
  grouping: {
5249
5323
  cellsEnabled: boolean;
@@ -5303,6 +5377,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
5303
5377
  labels: {
5304
5378
  [x: string]: string[];
5305
5379
  };
5380
+ relationshipTypes?: string[] | undefined;
5381
+ cellNames?: string[] | undefined;
5306
5382
  };
5307
5383
  grouping: {
5308
5384
  cellsEnabled: boolean;
@@ -5364,6 +5440,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
5364
5440
  labels: {
5365
5441
  [x: string]: string[];
5366
5442
  };
5443
+ relationshipTypes?: string[] | undefined;
5444
+ cellNames?: string[] | undefined;
5367
5445
  };
5368
5446
  grouping: {
5369
5447
  cellsEnabled: boolean;
@@ -5437,6 +5515,8 @@ declare const projectApp: hono_hono_base.HonoBase<{
5437
5515
  labels: {
5438
5516
  [x: string]: string[];
5439
5517
  };
5518
+ relationshipTypes?: string[] | undefined;
5519
+ cellNames?: string[] | undefined;
5440
5520
  };
5441
5521
  grouping: {
5442
5522
  cellsEnabled: boolean;
@@ -5807,9 +5887,9 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
5807
5887
  slug: string;
5808
5888
  id: string;
5809
5889
  createdAt: string;
5890
+ metadata: string | null;
5810
5891
  deletedAt: string | null;
5811
5892
  logo: string | null;
5812
- metadata: string | null;
5813
5893
  suspendedAt: string | null;
5814
5894
  };
5815
5895
  outputFormat: "json";
@@ -5836,12 +5916,14 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
5836
5916
  };
5837
5917
  };
5838
5918
  output: {
5919
+ metadata: {
5920
+ [x: string]: hono_utils_types.JSONValue;
5921
+ } | null;
5839
5922
  id: string;
5840
5923
  name: string;
5841
5924
  slug: string;
5842
5925
  logo: string | null;
5843
5926
  createdAt: string;
5844
- metadata: string | null;
5845
5927
  deletedAt: string | null;
5846
5928
  suspendedAt: string | null;
5847
5929
  };
@@ -6405,10 +6487,10 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
6405
6487
  name: string;
6406
6488
  slug: string;
6407
6489
  createdAt: string;
6408
- updatedAt: string;
6409
6490
  metadata: {
6410
6491
  [x: string]: hono_utils_types.JSONValue;
6411
6492
  };
6493
+ updatedAt: string;
6412
6494
  orgId: string;
6413
6495
  isDemo: boolean;
6414
6496
  lastDriftRunAt: string | null;
@@ -7146,9 +7228,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
7146
7228
  slug: string;
7147
7229
  id: string;
7148
7230
  createdAt: string;
7231
+ metadata: string | null;
7149
7232
  deletedAt: string | null;
7150
7233
  logo: string | null;
7151
- metadata: string | null;
7152
7234
  suspendedAt: string | null;
7153
7235
  }>;
7154
7236
  get: SchemaFn<zod.ZodObject<{
@@ -7160,12 +7242,14 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
7160
7242
  }>, {
7161
7243
  error: string;
7162
7244
  } | {
7245
+ metadata: {
7246
+ [x: string]: hono_utils_types.JSONValue;
7247
+ } | null;
7163
7248
  id: string;
7164
7249
  name: string;
7165
7250
  slug: string;
7166
7251
  logo: string | null;
7167
7252
  createdAt: string;
7168
- metadata: string | null;
7169
7253
  deletedAt: string | null;
7170
7254
  suspendedAt: string | null;
7171
7255
  }>;
@@ -7417,10 +7501,10 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
7417
7501
  name: string;
7418
7502
  slug: string;
7419
7503
  createdAt: string;
7420
- updatedAt: string;
7421
7504
  metadata: {
7422
7505
  [x: string]: hono_utils_types.JSONValue;
7423
7506
  };
7507
+ updatedAt: string;
7424
7508
  orgId: string;
7425
7509
  isDemo: boolean;
7426
7510
  lastDriftRunAt: string | null;
@@ -8069,6 +8153,12 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8069
8153
  yellowSeconds?: number | undefined;
8070
8154
  } | null;
8071
8155
  applier: string | null;
8156
+ labels: {
8157
+ [x: string]: string;
8158
+ };
8159
+ labelMappings: {
8160
+ [x: string]: string;
8161
+ };
8072
8162
  createdAt: string;
8073
8163
  updatedAt: string;
8074
8164
  }[]>;
@@ -8132,6 +8222,12 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8132
8222
  yellowSeconds?: number | undefined;
8133
8223
  } | null;
8134
8224
  applier: string | null;
8225
+ labels: {
8226
+ [x: string]: string;
8227
+ };
8228
+ labelMappings: {
8229
+ [x: string]: string;
8230
+ };
8135
8231
  createdAt: string;
8136
8232
  updatedAt: string;
8137
8233
  }>;
@@ -8282,6 +8378,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8282
8378
  kind: "data" | "resource" | "module";
8283
8379
  address: string;
8284
8380
  }>, "many">>;
8381
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
8382
+ labelMappings: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
8285
8383
  } & {
8286
8384
  orgId: zod.ZodString;
8287
8385
  projectId: zod.ZodString;
@@ -8334,6 +8432,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8334
8432
  yellowSeconds?: number | undefined;
8335
8433
  } | undefined;
8336
8434
  applier?: string | undefined;
8435
+ labels?: Record<string, string> | undefined;
8436
+ labelMappings?: Record<string, string> | undefined;
8337
8437
  }, {
8338
8438
  name: string;
8339
8439
  orgId: string;
@@ -8383,6 +8483,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8383
8483
  yellowSeconds?: number | undefined;
8384
8484
  } | undefined;
8385
8485
  applier?: string | undefined;
8486
+ labels?: Record<string, string> | undefined;
8487
+ labelMappings?: Record<string, string> | undefined;
8386
8488
  }>, {
8387
8489
  name: string;
8388
8490
  createdAt: string;
@@ -8433,6 +8535,12 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8433
8535
  yellowSeconds?: number | undefined;
8434
8536
  } | null;
8435
8537
  applier: string | null;
8538
+ labels: {
8539
+ [x: string]: string;
8540
+ };
8541
+ labelMappings: {
8542
+ [x: string]: string;
8543
+ };
8436
8544
  }>;
8437
8545
  update: SchemaFn<zod.ZodObject<{
8438
8546
  kind: zod.ZodLiteral<"EntityType">;
@@ -8581,6 +8689,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8581
8689
  kind: "data" | "resource" | "module";
8582
8690
  address: string;
8583
8691
  }>, "many">>;
8692
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
8693
+ labelMappings: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
8584
8694
  } & {
8585
8695
  orgId: zod.ZodString;
8586
8696
  projectId: zod.ZodString;
@@ -8633,6 +8743,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8633
8743
  yellowSeconds?: number | undefined;
8634
8744
  } | undefined;
8635
8745
  applier?: string | undefined;
8746
+ labels?: Record<string, string> | undefined;
8747
+ labelMappings?: Record<string, string> | undefined;
8636
8748
  }, {
8637
8749
  name: string;
8638
8750
  orgId: string;
@@ -8682,6 +8794,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8682
8794
  yellowSeconds?: number | undefined;
8683
8795
  } | undefined;
8684
8796
  applier?: string | undefined;
8797
+ labels?: Record<string, string> | undefined;
8798
+ labelMappings?: Record<string, string> | undefined;
8685
8799
  }>, {
8686
8800
  orgId: string;
8687
8801
  projectId: string;
@@ -8730,6 +8844,12 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8730
8844
  yellowSeconds?: number | undefined;
8731
8845
  } | null;
8732
8846
  applier: string | null;
8847
+ labels: {
8848
+ [x: string]: string;
8849
+ };
8850
+ labelMappings: {
8851
+ [x: string]: string;
8852
+ };
8733
8853
  createdAt: string;
8734
8854
  updatedAt: string;
8735
8855
  }>;
@@ -8775,6 +8895,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8775
8895
  [x: string]: string;
8776
8896
  };
8777
8897
  capacity: number | null;
8898
+ labels: {
8899
+ [x: string]: string;
8900
+ };
8778
8901
  createdAt: string;
8779
8902
  updatedAt: string;
8780
8903
  }[]>;
@@ -8805,6 +8928,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8805
8928
  [x: string]: string;
8806
8929
  };
8807
8930
  capacity: number | null;
8931
+ labels: {
8932
+ [x: string]: string;
8933
+ };
8808
8934
  createdAt: string;
8809
8935
  updatedAt: string;
8810
8936
  }>;
@@ -8818,6 +8944,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8818
8944
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
8819
8945
  capacity: zod.ZodOptional<zod.ZodNumber>;
8820
8946
  credentialRef: zod.ZodOptional<zod.ZodString>;
8947
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
8821
8948
  } & {
8822
8949
  orgId: zod.ZodString;
8823
8950
  projectId: zod.ZodString;
@@ -8831,6 +8958,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8831
8958
  set?: string | undefined;
8832
8959
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
8833
8960
  displayName?: string | undefined;
8961
+ labels?: Record<string, string> | undefined;
8834
8962
  credentialRef?: string | undefined;
8835
8963
  capacity?: number | undefined;
8836
8964
  }, {
@@ -8842,6 +8970,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8842
8970
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
8843
8971
  displayName?: string | undefined;
8844
8972
  properties?: Record<string, string> | undefined;
8973
+ labels?: Record<string, string> | undefined;
8845
8974
  config?: Record<string, unknown> | undefined;
8846
8975
  credentialRef?: string | undefined;
8847
8976
  capacity?: number | undefined;
@@ -8857,6 +8986,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8857
8986
  properties: {
8858
8987
  [x: string]: string;
8859
8988
  };
8989
+ labels: {
8990
+ [x: string]: string;
8991
+ };
8860
8992
  config: {
8861
8993
  [x: string]: hono_utils_types.JSONValue;
8862
8994
  };
@@ -8873,6 +9005,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8873
9005
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
8874
9006
  capacity: zod.ZodOptional<zod.ZodNumber>;
8875
9007
  credentialRef: zod.ZodOptional<zod.ZodString>;
9008
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
8876
9009
  } & {
8877
9010
  orgId: zod.ZodString;
8878
9011
  projectId: zod.ZodString;
@@ -8886,6 +9019,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8886
9019
  set?: string | undefined;
8887
9020
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
8888
9021
  displayName?: string | undefined;
9022
+ labels?: Record<string, string> | undefined;
8889
9023
  credentialRef?: string | undefined;
8890
9024
  capacity?: number | undefined;
8891
9025
  }, {
@@ -8897,6 +9031,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8897
9031
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
8898
9032
  displayName?: string | undefined;
8899
9033
  properties?: Record<string, string> | undefined;
9034
+ labels?: Record<string, string> | undefined;
8900
9035
  config?: Record<string, unknown> | undefined;
8901
9036
  credentialRef?: string | undefined;
8902
9037
  capacity?: number | undefined;
@@ -8915,6 +9050,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8915
9050
  [x: string]: string;
8916
9051
  };
8917
9052
  capacity: number | null;
9053
+ labels: {
9054
+ [x: string]: string;
9055
+ };
8918
9056
  createdAt: string;
8919
9057
  updatedAt: string;
8920
9058
  }>;
@@ -8954,7 +9092,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8954
9092
  properties: {
8955
9093
  [x: string]: string;
8956
9094
  };
9095
+ config: {
9096
+ [x: string]: hono_utils_types.JSONValue;
9097
+ };
8957
9098
  credentialRef: string | null;
9099
+ labels: {
9100
+ [x: string]: string;
9101
+ };
8958
9102
  createdAt: string;
8959
9103
  updatedAt: string;
8960
9104
  }[]>;
@@ -8979,7 +9123,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8979
9123
  properties: {
8980
9124
  [x: string]: string;
8981
9125
  };
9126
+ config: {
9127
+ [x: string]: hono_utils_types.JSONValue;
9128
+ };
8982
9129
  credentialRef: string | null;
9130
+ labels: {
9131
+ [x: string]: string;
9132
+ };
8983
9133
  createdAt: string;
8984
9134
  updatedAt: string;
8985
9135
  }>;
@@ -8989,7 +9139,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8989
9139
  displayName: zod.ZodOptional<zod.ZodString>;
8990
9140
  provider: zod.ZodEnum<["aws", "gcp", "s3-backend", "tfc-workspace", "generic"]>;
8991
9141
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
9142
+ config: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
8992
9143
  credentialRef: zod.ZodOptional<zod.ZodString>;
9144
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
8993
9145
  } & {
8994
9146
  orgId: zod.ZodString;
8995
9147
  projectId: zod.ZodString;
@@ -9001,6 +9153,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9001
9153
  properties: Record<string, string>;
9002
9154
  kind: "DeploymentTargetSet";
9003
9155
  displayName?: string | undefined;
9156
+ labels?: Record<string, string> | undefined;
9157
+ config?: Record<string, unknown> | undefined;
9004
9158
  credentialRef?: string | undefined;
9005
9159
  }, {
9006
9160
  name: string;
@@ -9010,6 +9164,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9010
9164
  kind: "DeploymentTargetSet";
9011
9165
  displayName?: string | undefined;
9012
9166
  properties?: Record<string, string> | undefined;
9167
+ labels?: Record<string, string> | undefined;
9168
+ config?: Record<string, unknown> | undefined;
9013
9169
  credentialRef?: string | undefined;
9014
9170
  }>, {
9015
9171
  name: string;
@@ -9022,6 +9178,12 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9022
9178
  properties: {
9023
9179
  [x: string]: string;
9024
9180
  };
9181
+ labels: {
9182
+ [x: string]: string;
9183
+ };
9184
+ config: {
9185
+ [x: string]: hono_utils_types.JSONValue;
9186
+ };
9025
9187
  credentialRef: string | null;
9026
9188
  }>;
9027
9189
  delete: SchemaFn<zod.ZodObject<{
@@ -9209,8 +9371,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9209
9371
  envId: string;
9210
9372
  state: string;
9211
9373
  properties: hono_utils_types.JSONValue;
9212
- entityTypeName: string;
9213
9374
  labels: hono_utils_types.JSONValue;
9375
+ entityTypeName: string;
9214
9376
  lastSyncedAt: string | null;
9215
9377
  syncSource: string | null;
9216
9378
  }>;
@@ -9288,8 +9450,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9288
9450
  status: "failed" | "pending" | "running" | "succeeded" | "cancelled" | "dispatching" | "blocked";
9289
9451
  id: string;
9290
9452
  createdAt: string;
9291
- error: string | null;
9292
9453
  metadata: hono_utils_types.JSONValue;
9454
+ error: string | null;
9293
9455
  output: hono_utils_types.JSONValue;
9294
9456
  orgId: string;
9295
9457
  projectId: string;
@@ -9463,6 +9625,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9463
9625
  };
9464
9626
  } | undefined;
9465
9627
  } | null;
9628
+ labels: {
9629
+ [x: string]: string;
9630
+ };
9466
9631
  createdAt: string;
9467
9632
  updatedAt: string;
9468
9633
  }[]>;
@@ -9532,6 +9697,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9532
9697
  };
9533
9698
  } | undefined;
9534
9699
  } | null;
9700
+ labels: {
9701
+ [x: string]: string;
9702
+ };
9535
9703
  createdAt: string;
9536
9704
  updatedAt: string;
9537
9705
  }>;
@@ -9813,6 +9981,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9813
9981
  policy?: "least-loaded" | "round-robin" | "random" | undefined;
9814
9982
  }> | undefined;
9815
9983
  }>>;
9984
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
9816
9985
  } & {
9817
9986
  orgId: zod.ZodString;
9818
9987
  projectId: zod.ZodString;
@@ -9830,6 +9999,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9830
9999
  placementPolicy: "least-loaded" | "round-robin" | "random";
9831
10000
  parentCells: string[];
9832
10001
  displayName?: string | undefined;
10002
+ labels?: Record<string, string> | undefined;
9833
10003
  targetSelector?: {
9834
10004
  primary: {
9835
10005
  set: string;
@@ -9882,6 +10052,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9882
10052
  metric: string;
9883
10053
  aggregate: "max" | "sum" | "avg" | "min";
9884
10054
  }[] | undefined;
10055
+ labels?: Record<string, string> | undefined;
9885
10056
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
9886
10057
  parentCells?: string[] | undefined;
9887
10058
  targetSelector?: {
@@ -9936,6 +10107,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9936
10107
  metric: string;
9937
10108
  aggregate: "max" | "sum" | "avg" | "min";
9938
10109
  }[];
10110
+ labels: {
10111
+ [x: string]: string;
10112
+ };
9939
10113
  entityTypeName: string;
9940
10114
  placementPolicy: "least-loaded" | "round-robin" | "random";
9941
10115
  parentCells: string[];
@@ -10259,6 +10433,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10259
10433
  policy?: "least-loaded" | "round-robin" | "random" | undefined;
10260
10434
  }> | undefined;
10261
10435
  }>>;
10436
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
10262
10437
  } & {
10263
10438
  orgId: zod.ZodString;
10264
10439
  projectId: zod.ZodString;
@@ -10276,6 +10451,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10276
10451
  placementPolicy: "least-loaded" | "round-robin" | "random";
10277
10452
  parentCells: string[];
10278
10453
  displayName?: string | undefined;
10454
+ labels?: Record<string, string> | undefined;
10279
10455
  targetSelector?: {
10280
10456
  primary: {
10281
10457
  set: string;
@@ -10328,6 +10504,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10328
10504
  metric: string;
10329
10505
  aggregate: "max" | "sum" | "avg" | "min";
10330
10506
  }[] | undefined;
10507
+ labels?: Record<string, string> | undefined;
10331
10508
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
10332
10509
  parentCells?: string[] | undefined;
10333
10510
  targetSelector?: {
@@ -10424,6 +10601,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10424
10601
  };
10425
10602
  } | undefined;
10426
10603
  } | null;
10604
+ labels: {
10605
+ [x: string]: string;
10606
+ };
10427
10607
  createdAt: string;
10428
10608
  updatedAt: string;
10429
10609
  }>;
@@ -10546,8 +10726,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10546
10726
  envId: string;
10547
10727
  state: string;
10548
10728
  properties: hono_utils_types.JSONValue;
10549
- entityTypeName: string;
10550
10729
  labels: hono_utils_types.JSONValue;
10730
+ entityTypeName: string;
10551
10731
  lastSyncedAt: string | null;
10552
10732
  syncSource: string | null;
10553
10733
  };
@@ -11050,8 +11230,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11050
11230
  properties: Record<string, unknown>;
11051
11231
  relationshipType: string;
11052
11232
  kind: "Relationship";
11053
- to: string;
11054
11233
  labels: Record<string, string>;
11234
+ to: string;
11055
11235
  state?: string | undefined;
11056
11236
  }, {
11057
11237
  from: string;
@@ -11468,6 +11648,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11468
11648
  webhookSecret?: string | undefined;
11469
11649
  body?: string | undefined;
11470
11650
  title?: string | undefined;
11651
+ labels?: string[] | undefined;
11471
11652
  auth?: {
11472
11653
  type: "token";
11473
11654
  token: string;
@@ -11492,7 +11673,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11492
11673
  value?: hono_utils_types.JSONValue | undefined;
11493
11674
  } | undefined;
11494
11675
  }[] | undefined;
11495
- labels?: string[] | undefined;
11496
11676
  reviewers?: string[] | undefined;
11497
11677
  teamReviewers?: string[] | undefined;
11498
11678
  postMergeDispatch?: {
@@ -11971,6 +12151,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11971
12151
  webhookSecret?: string | undefined;
11972
12152
  body?: string | undefined;
11973
12153
  title?: string | undefined;
12154
+ labels?: string[] | undefined;
11974
12155
  auth?: {
11975
12156
  type: "token";
11976
12157
  token: string;
@@ -11995,7 +12176,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11995
12176
  value?: hono_utils_types.JSONValue | undefined;
11996
12177
  } | undefined;
11997
12178
  }[] | undefined;
11998
- labels?: string[] | undefined;
11999
12179
  reviewers?: string[] | undefined;
12000
12180
  teamReviewers?: string[] | undefined;
12001
12181
  postMergeDispatch?: {
@@ -12934,8 +13114,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
12934
13114
  }[];
12935
13115
  webhookSecret?: string | undefined;
12936
13116
  body?: string | undefined;
12937
- base?: string | undefined;
12938
13117
  labels?: string[] | undefined;
13118
+ base?: string | undefined;
12939
13119
  reviewers?: string[] | undefined;
12940
13120
  teamReviewers?: string[] | undefined;
12941
13121
  postMergeDispatch?: {
@@ -13220,8 +13400,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13220
13400
  }[];
13221
13401
  webhookSecret?: string | undefined;
13222
13402
  body?: string | undefined;
13223
- base?: string | undefined;
13224
13403
  labels?: string[] | undefined;
13404
+ base?: string | undefined;
13225
13405
  reviewers?: string[] | undefined;
13226
13406
  teamReviewers?: string[] | undefined;
13227
13407
  }>>;
@@ -13324,8 +13504,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13324
13504
  }[];
13325
13505
  webhookSecret?: string | undefined;
13326
13506
  body?: string | undefined;
13327
- base?: string | undefined;
13328
13507
  labels?: string[] | undefined;
13508
+ base?: string | undefined;
13329
13509
  reviewers?: string[] | undefined;
13330
13510
  teamReviewers?: string[] | undefined;
13331
13511
  } | undefined;
@@ -13632,8 +13812,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13632
13812
  }[];
13633
13813
  webhookSecret?: string | undefined;
13634
13814
  body?: string | undefined;
13635
- base?: string | undefined;
13636
13815
  labels?: string[] | undefined;
13816
+ base?: string | undefined;
13637
13817
  reviewers?: string[] | undefined;
13638
13818
  teamReviewers?: string[] | undefined;
13639
13819
  postMergeDispatch?: {
@@ -13704,8 +13884,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13704
13884
  }[];
13705
13885
  webhookSecret?: string | undefined;
13706
13886
  body?: string | undefined;
13707
- base?: string | undefined;
13708
13887
  labels?: string[] | undefined;
13888
+ base?: string | undefined;
13709
13889
  reviewers?: string[] | undefined;
13710
13890
  teamReviewers?: string[] | undefined;
13711
13891
  } | undefined;
@@ -14000,6 +14180,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14000
14180
  webhookSecret?: string | undefined;
14001
14181
  body?: string | undefined;
14002
14182
  title?: string | undefined;
14183
+ labels?: string[] | undefined;
14003
14184
  auth?: {
14004
14185
  type: "token";
14005
14186
  token: string;
@@ -14024,7 +14205,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14024
14205
  value?: unknown;
14025
14206
  } | undefined;
14026
14207
  }[] | undefined;
14027
- labels?: string[] | undefined;
14028
14208
  reviewers?: string[] | undefined;
14029
14209
  teamReviewers?: string[] | undefined;
14030
14210
  postMergeDispatch?: {
@@ -14038,6 +14218,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14038
14218
  webhookSecret?: string | undefined;
14039
14219
  body?: string | undefined;
14040
14220
  title?: string | undefined;
14221
+ labels?: string[] | undefined;
14041
14222
  auth?: {
14042
14223
  type: "token";
14043
14224
  token: string;
@@ -14062,7 +14243,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14062
14243
  } | undefined;
14063
14244
  operation?: "replace" | "patch" | undefined;
14064
14245
  }[] | undefined;
14065
- labels?: string[] | undefined;
14066
14246
  reviewers?: string[] | undefined;
14067
14247
  teamReviewers?: string[] | undefined;
14068
14248
  postMergeDispatch?: {
@@ -14346,8 +14526,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14346
14526
  }[];
14347
14527
  webhookSecret?: string | undefined;
14348
14528
  body?: string | undefined;
14349
- base?: string | undefined;
14350
14529
  labels?: string[] | undefined;
14530
+ base?: string | undefined;
14351
14531
  reviewers?: string[] | undefined;
14352
14532
  teamReviewers?: string[] | undefined;
14353
14533
  }>>;
@@ -14450,8 +14630,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14450
14630
  }[];
14451
14631
  webhookSecret?: string | undefined;
14452
14632
  body?: string | undefined;
14453
- base?: string | undefined;
14454
14633
  labels?: string[] | undefined;
14634
+ base?: string | undefined;
14455
14635
  reviewers?: string[] | undefined;
14456
14636
  teamReviewers?: string[] | undefined;
14457
14637
  } | undefined;
@@ -14878,6 +15058,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14878
15058
  webhookSecret?: string | undefined;
14879
15059
  body?: string | undefined;
14880
15060
  title?: string | undefined;
15061
+ labels?: string[] | undefined;
14881
15062
  auth?: {
14882
15063
  type: "token";
14883
15064
  token: string;
@@ -14902,7 +15083,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14902
15083
  value?: unknown;
14903
15084
  } | undefined;
14904
15085
  }[] | undefined;
14905
- labels?: string[] | undefined;
14906
15086
  reviewers?: string[] | undefined;
14907
15087
  teamReviewers?: string[] | undefined;
14908
15088
  postMergeDispatch?: {
@@ -15167,8 +15347,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15167
15347
  }[];
15168
15348
  webhookSecret?: string | undefined;
15169
15349
  body?: string | undefined;
15170
- base?: string | undefined;
15171
15350
  labels?: string[] | undefined;
15351
+ base?: string | undefined;
15172
15352
  reviewers?: string[] | undefined;
15173
15353
  teamReviewers?: string[] | undefined;
15174
15354
  postMergeDispatch?: {
@@ -15239,8 +15419,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15239
15419
  }[];
15240
15420
  webhookSecret?: string | undefined;
15241
15421
  body?: string | undefined;
15242
- base?: string | undefined;
15243
15422
  labels?: string[] | undefined;
15423
+ base?: string | undefined;
15244
15424
  reviewers?: string[] | undefined;
15245
15425
  teamReviewers?: string[] | undefined;
15246
15426
  } | undefined;
@@ -15323,6 +15503,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15323
15503
  webhookSecret?: string | undefined;
15324
15504
  body?: string | undefined;
15325
15505
  title?: string | undefined;
15506
+ labels?: string[] | undefined;
15326
15507
  auth?: {
15327
15508
  type: "token";
15328
15509
  token: string;
@@ -15347,7 +15528,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15347
15528
  } | undefined;
15348
15529
  operation?: "replace" | "patch" | undefined;
15349
15530
  }[] | undefined;
15350
- labels?: string[] | undefined;
15351
15531
  reviewers?: string[] | undefined;
15352
15532
  teamReviewers?: string[] | undefined;
15353
15533
  postMergeDispatch?: {
@@ -15417,8 +15597,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15417
15597
  }[];
15418
15598
  webhookSecret?: string | undefined;
15419
15599
  body?: string | undefined;
15420
- base?: string | undefined;
15421
15600
  labels?: string[] | undefined;
15601
+ base?: string | undefined;
15422
15602
  reviewers?: string[] | undefined;
15423
15603
  teamReviewers?: string[] | undefined;
15424
15604
  } | undefined;
@@ -15804,6 +15984,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15804
15984
  webhookSecret?: string | undefined;
15805
15985
  body?: string | undefined;
15806
15986
  title?: string | undefined;
15987
+ labels?: string[] | undefined;
15807
15988
  auth?: {
15808
15989
  type: "token";
15809
15990
  token: string;
@@ -15828,7 +16009,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15828
16009
  value?: hono_utils_types.JSONValue | undefined;
15829
16010
  } | undefined;
15830
16011
  }[] | undefined;
15831
- labels?: string[] | undefined;
15832
16012
  reviewers?: string[] | undefined;
15833
16013
  teamReviewers?: string[] | undefined;
15834
16014
  postMergeDispatch?: {
@@ -16767,8 +16947,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
16767
16947
  }[];
16768
16948
  webhookSecret?: string | undefined;
16769
16949
  body?: string | undefined;
16770
- base?: string | undefined;
16771
16950
  labels?: string[] | undefined;
16951
+ base?: string | undefined;
16772
16952
  reviewers?: string[] | undefined;
16773
16953
  teamReviewers?: string[] | undefined;
16774
16954
  postMergeDispatch?: {
@@ -17053,8 +17233,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17053
17233
  }[];
17054
17234
  webhookSecret?: string | undefined;
17055
17235
  body?: string | undefined;
17056
- base?: string | undefined;
17057
17236
  labels?: string[] | undefined;
17237
+ base?: string | undefined;
17058
17238
  reviewers?: string[] | undefined;
17059
17239
  teamReviewers?: string[] | undefined;
17060
17240
  }>>;
@@ -17157,8 +17337,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17157
17337
  }[];
17158
17338
  webhookSecret?: string | undefined;
17159
17339
  body?: string | undefined;
17160
- base?: string | undefined;
17161
17340
  labels?: string[] | undefined;
17341
+ base?: string | undefined;
17162
17342
  reviewers?: string[] | undefined;
17163
17343
  teamReviewers?: string[] | undefined;
17164
17344
  } | undefined;
@@ -17465,8 +17645,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17465
17645
  }[];
17466
17646
  webhookSecret?: string | undefined;
17467
17647
  body?: string | undefined;
17468
- base?: string | undefined;
17469
17648
  labels?: string[] | undefined;
17649
+ base?: string | undefined;
17470
17650
  reviewers?: string[] | undefined;
17471
17651
  teamReviewers?: string[] | undefined;
17472
17652
  postMergeDispatch?: {
@@ -17537,8 +17717,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17537
17717
  }[];
17538
17718
  webhookSecret?: string | undefined;
17539
17719
  body?: string | undefined;
17540
- base?: string | undefined;
17541
17720
  labels?: string[] | undefined;
17721
+ base?: string | undefined;
17542
17722
  reviewers?: string[] | undefined;
17543
17723
  teamReviewers?: string[] | undefined;
17544
17724
  } | undefined;
@@ -17833,6 +18013,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17833
18013
  webhookSecret?: string | undefined;
17834
18014
  body?: string | undefined;
17835
18015
  title?: string | undefined;
18016
+ labels?: string[] | undefined;
17836
18017
  auth?: {
17837
18018
  type: "token";
17838
18019
  token: string;
@@ -17857,7 +18038,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17857
18038
  value?: unknown;
17858
18039
  } | undefined;
17859
18040
  }[] | undefined;
17860
- labels?: string[] | undefined;
17861
18041
  reviewers?: string[] | undefined;
17862
18042
  teamReviewers?: string[] | undefined;
17863
18043
  postMergeDispatch?: {
@@ -17871,6 +18051,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17871
18051
  webhookSecret?: string | undefined;
17872
18052
  body?: string | undefined;
17873
18053
  title?: string | undefined;
18054
+ labels?: string[] | undefined;
17874
18055
  auth?: {
17875
18056
  type: "token";
17876
18057
  token: string;
@@ -17895,7 +18076,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
17895
18076
  } | undefined;
17896
18077
  operation?: "replace" | "patch" | undefined;
17897
18078
  }[] | undefined;
17898
- labels?: string[] | undefined;
17899
18079
  reviewers?: string[] | undefined;
17900
18080
  teamReviewers?: string[] | undefined;
17901
18081
  postMergeDispatch?: {
@@ -18179,8 +18359,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18179
18359
  }[];
18180
18360
  webhookSecret?: string | undefined;
18181
18361
  body?: string | undefined;
18182
- base?: string | undefined;
18183
18362
  labels?: string[] | undefined;
18363
+ base?: string | undefined;
18184
18364
  reviewers?: string[] | undefined;
18185
18365
  teamReviewers?: string[] | undefined;
18186
18366
  }>>;
@@ -18283,8 +18463,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18283
18463
  }[];
18284
18464
  webhookSecret?: string | undefined;
18285
18465
  body?: string | undefined;
18286
- base?: string | undefined;
18287
18466
  labels?: string[] | undefined;
18467
+ base?: string | undefined;
18288
18468
  reviewers?: string[] | undefined;
18289
18469
  teamReviewers?: string[] | undefined;
18290
18470
  } | undefined;
@@ -18711,6 +18891,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18711
18891
  webhookSecret?: string | undefined;
18712
18892
  body?: string | undefined;
18713
18893
  title?: string | undefined;
18894
+ labels?: string[] | undefined;
18714
18895
  auth?: {
18715
18896
  type: "token";
18716
18897
  token: string;
@@ -18735,7 +18916,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18735
18916
  value?: unknown;
18736
18917
  } | undefined;
18737
18918
  }[] | undefined;
18738
- labels?: string[] | undefined;
18739
18919
  reviewers?: string[] | undefined;
18740
18920
  teamReviewers?: string[] | undefined;
18741
18921
  postMergeDispatch?: {
@@ -19000,8 +19180,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19000
19180
  }[];
19001
19181
  webhookSecret?: string | undefined;
19002
19182
  body?: string | undefined;
19003
- base?: string | undefined;
19004
19183
  labels?: string[] | undefined;
19184
+ base?: string | undefined;
19005
19185
  reviewers?: string[] | undefined;
19006
19186
  teamReviewers?: string[] | undefined;
19007
19187
  postMergeDispatch?: {
@@ -19072,8 +19252,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19072
19252
  }[];
19073
19253
  webhookSecret?: string | undefined;
19074
19254
  body?: string | undefined;
19075
- base?: string | undefined;
19076
19255
  labels?: string[] | undefined;
19256
+ base?: string | undefined;
19077
19257
  reviewers?: string[] | undefined;
19078
19258
  teamReviewers?: string[] | undefined;
19079
19259
  } | undefined;
@@ -19156,6 +19336,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19156
19336
  webhookSecret?: string | undefined;
19157
19337
  body?: string | undefined;
19158
19338
  title?: string | undefined;
19339
+ labels?: string[] | undefined;
19159
19340
  auth?: {
19160
19341
  type: "token";
19161
19342
  token: string;
@@ -19180,7 +19361,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19180
19361
  } | undefined;
19181
19362
  operation?: "replace" | "patch" | undefined;
19182
19363
  }[] | undefined;
19183
- labels?: string[] | undefined;
19184
19364
  reviewers?: string[] | undefined;
19185
19365
  teamReviewers?: string[] | undefined;
19186
19366
  postMergeDispatch?: {
@@ -19250,8 +19430,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19250
19430
  }[];
19251
19431
  webhookSecret?: string | undefined;
19252
19432
  body?: string | undefined;
19253
- base?: string | undefined;
19254
19433
  labels?: string[] | undefined;
19434
+ base?: string | undefined;
19255
19435
  reviewers?: string[] | undefined;
19256
19436
  teamReviewers?: string[] | undefined;
19257
19437
  } | undefined;
@@ -19637,6 +19817,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19637
19817
  webhookSecret?: string | undefined;
19638
19818
  body?: string | undefined;
19639
19819
  title?: string | undefined;
19820
+ labels?: string[] | undefined;
19640
19821
  auth?: {
19641
19822
  type: "token";
19642
19823
  token: string;
@@ -19661,7 +19842,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19661
19842
  value?: hono_utils_types.JSONValue | undefined;
19662
19843
  } | undefined;
19663
19844
  }[] | undefined;
19664
- labels?: string[] | undefined;
19665
19845
  reviewers?: string[] | undefined;
19666
19846
  teamReviewers?: string[] | undefined;
19667
19847
  postMergeDispatch?: {
@@ -19814,8 +19994,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19814
19994
  status: "failed" | "pending" | "running" | "succeeded" | "cancelled" | "dispatching" | "blocked";
19815
19995
  id: string;
19816
19996
  createdAt: string;
19817
- error: string | null;
19818
19997
  metadata: hono_utils_types.JSONValue;
19998
+ error: string | null;
19819
19999
  output: hono_utils_types.JSONValue;
19820
20000
  orgId: string;
19821
20001
  projectId: string;
@@ -20207,6 +20387,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20207
20387
  kind: "data" | "resource" | "module";
20208
20388
  address: string;
20209
20389
  }>, "many">>;
20390
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
20391
+ labelMappings: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
20210
20392
  }, "strip", zod.ZodTypeAny, {
20211
20393
  name: string;
20212
20394
  states: string[];
@@ -20254,6 +20436,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20254
20436
  yellowSeconds?: number | undefined;
20255
20437
  } | undefined;
20256
20438
  applier?: string | undefined;
20439
+ labels?: Record<string, string> | undefined;
20440
+ labelMappings?: Record<string, string> | undefined;
20257
20441
  }, {
20258
20442
  name: string;
20259
20443
  states: string[];
@@ -20301,6 +20485,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20301
20485
  yellowSeconds?: number | undefined;
20302
20486
  } | undefined;
20303
20487
  applier?: string | undefined;
20488
+ labels?: Record<string, string> | undefined;
20489
+ labelMappings?: Record<string, string> | undefined;
20304
20490
  }>, zod.ZodObject<{
20305
20491
  kind: zod.ZodLiteral<"Cell">;
20306
20492
  name: zod.ZodString;
@@ -20579,6 +20765,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20579
20765
  policy?: "least-loaded" | "round-robin" | "random" | undefined;
20580
20766
  }> | undefined;
20581
20767
  }>>;
20768
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
20582
20769
  }, "strip", zod.ZodTypeAny, {
20583
20770
  name: string;
20584
20771
  entityType: string;
@@ -20591,6 +20778,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20591
20778
  placementPolicy: "least-loaded" | "round-robin" | "random";
20592
20779
  parentCells: string[];
20593
20780
  displayName?: string | undefined;
20781
+ labels?: Record<string, string> | undefined;
20594
20782
  targetSelector?: {
20595
20783
  primary: {
20596
20784
  set: string;
@@ -20641,6 +20829,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20641
20829
  metric: string;
20642
20830
  aggregate: "max" | "sum" | "avg" | "min";
20643
20831
  }[] | undefined;
20832
+ labels?: Record<string, string> | undefined;
20644
20833
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
20645
20834
  parentCells?: string[] | undefined;
20646
20835
  targetSelector?: {
@@ -21619,8 +21808,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21619
21808
  }[];
21620
21809
  webhookSecret?: string | undefined;
21621
21810
  body?: string | undefined;
21622
- base?: string | undefined;
21623
21811
  labels?: string[] | undefined;
21812
+ base?: string | undefined;
21624
21813
  reviewers?: string[] | undefined;
21625
21814
  teamReviewers?: string[] | undefined;
21626
21815
  postMergeDispatch?: {
@@ -21905,8 +22094,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21905
22094
  }[];
21906
22095
  webhookSecret?: string | undefined;
21907
22096
  body?: string | undefined;
21908
- base?: string | undefined;
21909
22097
  labels?: string[] | undefined;
22098
+ base?: string | undefined;
21910
22099
  reviewers?: string[] | undefined;
21911
22100
  teamReviewers?: string[] | undefined;
21912
22101
  }>>;
@@ -22009,8 +22198,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22009
22198
  }[];
22010
22199
  webhookSecret?: string | undefined;
22011
22200
  body?: string | undefined;
22012
- base?: string | undefined;
22013
22201
  labels?: string[] | undefined;
22202
+ base?: string | undefined;
22014
22203
  reviewers?: string[] | undefined;
22015
22204
  teamReviewers?: string[] | undefined;
22016
22205
  } | undefined;
@@ -22317,8 +22506,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22317
22506
  }[];
22318
22507
  webhookSecret?: string | undefined;
22319
22508
  body?: string | undefined;
22320
- base?: string | undefined;
22321
22509
  labels?: string[] | undefined;
22510
+ base?: string | undefined;
22322
22511
  reviewers?: string[] | undefined;
22323
22512
  teamReviewers?: string[] | undefined;
22324
22513
  postMergeDispatch?: {
@@ -22389,8 +22578,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22389
22578
  }[];
22390
22579
  webhookSecret?: string | undefined;
22391
22580
  body?: string | undefined;
22392
- base?: string | undefined;
22393
22581
  labels?: string[] | undefined;
22582
+ base?: string | undefined;
22394
22583
  reviewers?: string[] | undefined;
22395
22584
  teamReviewers?: string[] | undefined;
22396
22585
  } | undefined;
@@ -22685,6 +22874,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22685
22874
  webhookSecret?: string | undefined;
22686
22875
  body?: string | undefined;
22687
22876
  title?: string | undefined;
22877
+ labels?: string[] | undefined;
22688
22878
  auth?: {
22689
22879
  type: "token";
22690
22880
  token: string;
@@ -22709,7 +22899,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22709
22899
  value?: unknown;
22710
22900
  } | undefined;
22711
22901
  }[] | undefined;
22712
- labels?: string[] | undefined;
22713
22902
  reviewers?: string[] | undefined;
22714
22903
  teamReviewers?: string[] | undefined;
22715
22904
  postMergeDispatch?: {
@@ -22723,6 +22912,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22723
22912
  webhookSecret?: string | undefined;
22724
22913
  body?: string | undefined;
22725
22914
  title?: string | undefined;
22915
+ labels?: string[] | undefined;
22726
22916
  auth?: {
22727
22917
  type: "token";
22728
22918
  token: string;
@@ -22747,7 +22937,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22747
22937
  } | undefined;
22748
22938
  operation?: "replace" | "patch" | undefined;
22749
22939
  }[] | undefined;
22750
- labels?: string[] | undefined;
22751
22940
  reviewers?: string[] | undefined;
22752
22941
  teamReviewers?: string[] | undefined;
22753
22942
  postMergeDispatch?: {
@@ -23031,8 +23220,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
23031
23220
  }[];
23032
23221
  webhookSecret?: string | undefined;
23033
23222
  body?: string | undefined;
23034
- base?: string | undefined;
23035
23223
  labels?: string[] | undefined;
23224
+ base?: string | undefined;
23036
23225
  reviewers?: string[] | undefined;
23037
23226
  teamReviewers?: string[] | undefined;
23038
23227
  }>>;
@@ -23135,8 +23324,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
23135
23324
  }[];
23136
23325
  webhookSecret?: string | undefined;
23137
23326
  body?: string | undefined;
23138
- base?: string | undefined;
23139
23327
  labels?: string[] | undefined;
23328
+ base?: string | undefined;
23140
23329
  reviewers?: string[] | undefined;
23141
23330
  teamReviewers?: string[] | undefined;
23142
23331
  } | undefined;
@@ -23558,6 +23747,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
23558
23747
  webhookSecret?: string | undefined;
23559
23748
  body?: string | undefined;
23560
23749
  title?: string | undefined;
23750
+ labels?: string[] | undefined;
23561
23751
  auth?: {
23562
23752
  type: "token";
23563
23753
  token: string;
@@ -23582,7 +23772,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
23582
23772
  value?: unknown;
23583
23773
  } | undefined;
23584
23774
  }[] | undefined;
23585
- labels?: string[] | undefined;
23586
23775
  reviewers?: string[] | undefined;
23587
23776
  teamReviewers?: string[] | undefined;
23588
23777
  postMergeDispatch?: {
@@ -23845,8 +24034,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
23845
24034
  }[];
23846
24035
  webhookSecret?: string | undefined;
23847
24036
  body?: string | undefined;
23848
- base?: string | undefined;
23849
24037
  labels?: string[] | undefined;
24038
+ base?: string | undefined;
23850
24039
  reviewers?: string[] | undefined;
23851
24040
  teamReviewers?: string[] | undefined;
23852
24041
  postMergeDispatch?: {
@@ -23917,8 +24106,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
23917
24106
  }[];
23918
24107
  webhookSecret?: string | undefined;
23919
24108
  body?: string | undefined;
23920
- base?: string | undefined;
23921
24109
  labels?: string[] | undefined;
24110
+ base?: string | undefined;
23922
24111
  reviewers?: string[] | undefined;
23923
24112
  teamReviewers?: string[] | undefined;
23924
24113
  } | undefined;
@@ -24001,6 +24190,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24001
24190
  webhookSecret?: string | undefined;
24002
24191
  body?: string | undefined;
24003
24192
  title?: string | undefined;
24193
+ labels?: string[] | undefined;
24004
24194
  auth?: {
24005
24195
  type: "token";
24006
24196
  token: string;
@@ -24025,7 +24215,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24025
24215
  } | undefined;
24026
24216
  operation?: "replace" | "patch" | undefined;
24027
24217
  }[] | undefined;
24028
- labels?: string[] | undefined;
24029
24218
  reviewers?: string[] | undefined;
24030
24219
  teamReviewers?: string[] | undefined;
24031
24220
  postMergeDispatch?: {
@@ -24095,8 +24284,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24095
24284
  }[];
24096
24285
  webhookSecret?: string | undefined;
24097
24286
  body?: string | undefined;
24098
- base?: string | undefined;
24099
24287
  labels?: string[] | undefined;
24288
+ base?: string | undefined;
24100
24289
  reviewers?: string[] | undefined;
24101
24290
  teamReviewers?: string[] | undefined;
24102
24291
  } | undefined;
@@ -24178,8 +24367,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24178
24367
  properties: Record<string, unknown>;
24179
24368
  relationshipType: string;
24180
24369
  kind: "Relationship";
24181
- to: string;
24182
24370
  labels: Record<string, string>;
24371
+ to: string;
24183
24372
  state?: string | undefined;
24184
24373
  }, {
24185
24374
  from: string;
@@ -24199,6 +24388,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24199
24388
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
24200
24389
  capacity: zod.ZodOptional<zod.ZodNumber>;
24201
24390
  credentialRef: zod.ZodOptional<zod.ZodString>;
24391
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
24202
24392
  }, "strip", zod.ZodTypeAny, {
24203
24393
  name: string;
24204
24394
  properties: Record<string, string>;
@@ -24207,6 +24397,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24207
24397
  set?: string | undefined;
24208
24398
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
24209
24399
  displayName?: string | undefined;
24400
+ labels?: Record<string, string> | undefined;
24210
24401
  credentialRef?: string | undefined;
24211
24402
  capacity?: number | undefined;
24212
24403
  }, {
@@ -24216,6 +24407,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24216
24407
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
24217
24408
  displayName?: string | undefined;
24218
24409
  properties?: Record<string, string> | undefined;
24410
+ labels?: Record<string, string> | undefined;
24219
24411
  config?: Record<string, unknown> | undefined;
24220
24412
  credentialRef?: string | undefined;
24221
24413
  capacity?: number | undefined;
@@ -24225,13 +24417,17 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24225
24417
  displayName: zod.ZodOptional<zod.ZodString>;
24226
24418
  provider: zod.ZodEnum<["aws", "gcp", "s3-backend", "tfc-workspace", "generic"]>;
24227
24419
  properties: zod.ZodDefault<zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
24420
+ config: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
24228
24421
  credentialRef: zod.ZodOptional<zod.ZodString>;
24422
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
24229
24423
  }, "strip", zod.ZodTypeAny, {
24230
24424
  name: string;
24231
24425
  provider: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic";
24232
24426
  properties: Record<string, string>;
24233
24427
  kind: "DeploymentTargetSet";
24234
24428
  displayName?: string | undefined;
24429
+ labels?: Record<string, string> | undefined;
24430
+ config?: Record<string, unknown> | undefined;
24235
24431
  credentialRef?: string | undefined;
24236
24432
  }, {
24237
24433
  name: string;
@@ -24239,6 +24435,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24239
24435
  kind: "DeploymentTargetSet";
24240
24436
  displayName?: string | undefined;
24241
24437
  properties?: Record<string, string> | undefined;
24438
+ labels?: Record<string, string> | undefined;
24439
+ config?: Record<string, unknown> | undefined;
24242
24440
  credentialRef?: string | undefined;
24243
24441
  }>]>, "many">;
24244
24442
  force: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
@@ -24579,6 +24777,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24579
24777
  webhookSecret?: string | undefined;
24580
24778
  body?: string | undefined;
24581
24779
  title?: string | undefined;
24780
+ labels?: string[] | undefined;
24582
24781
  auth?: {
24583
24782
  type: "token";
24584
24783
  token: string;
@@ -24603,7 +24802,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24603
24802
  value?: unknown;
24604
24803
  } | undefined;
24605
24804
  }[] | undefined;
24606
- labels?: string[] | undefined;
24607
24805
  reviewers?: string[] | undefined;
24608
24806
  teamReviewers?: string[] | undefined;
24609
24807
  postMergeDispatch?: {
@@ -24751,6 +24949,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24751
24949
  yellowSeconds?: number | undefined;
24752
24950
  } | undefined;
24753
24951
  applier?: string | undefined;
24952
+ labels?: Record<string, string> | undefined;
24953
+ labelMappings?: Record<string, string> | undefined;
24754
24954
  } | {
24755
24955
  name: string;
24756
24956
  entityType: string;
@@ -24763,6 +24963,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24763
24963
  placementPolicy: "least-loaded" | "round-robin" | "random";
24764
24964
  parentCells: string[];
24765
24965
  displayName?: string | undefined;
24966
+ labels?: Record<string, string> | undefined;
24766
24967
  targetSelector?: {
24767
24968
  primary: {
24768
24969
  set: string;
@@ -24847,8 +25048,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24847
25048
  properties: Record<string, unknown>;
24848
25049
  relationshipType: string;
24849
25050
  kind: "Relationship";
24850
- to: string;
24851
25051
  labels: Record<string, string>;
25052
+ to: string;
24852
25053
  state?: string | undefined;
24853
25054
  } | {
24854
25055
  name: string;
@@ -24858,6 +25059,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24858
25059
  set?: string | undefined;
24859
25060
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
24860
25061
  displayName?: string | undefined;
25062
+ labels?: Record<string, string> | undefined;
24861
25063
  credentialRef?: string | undefined;
24862
25064
  capacity?: number | undefined;
24863
25065
  } | {
@@ -24866,6 +25068,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
24866
25068
  properties: Record<string, string>;
24867
25069
  kind: "DeploymentTargetSet";
24868
25070
  displayName?: string | undefined;
25071
+ labels?: Record<string, string> | undefined;
25072
+ config?: Record<string, unknown> | undefined;
24869
25073
  credentialRef?: string | undefined;
24870
25074
  })[];
24871
25075
  deletions: {
@@ -25040,8 +25244,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25040
25244
  }[];
25041
25245
  webhookSecret?: string | undefined;
25042
25246
  body?: string | undefined;
25043
- base?: string | undefined;
25044
25247
  labels?: string[] | undefined;
25248
+ base?: string | undefined;
25045
25249
  reviewers?: string[] | undefined;
25046
25250
  teamReviewers?: string[] | undefined;
25047
25251
  postMergeDispatch?: {
@@ -25112,8 +25316,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25112
25316
  }[];
25113
25317
  webhookSecret?: string | undefined;
25114
25318
  body?: string | undefined;
25115
- base?: string | undefined;
25116
25319
  labels?: string[] | undefined;
25320
+ base?: string | undefined;
25117
25321
  reviewers?: string[] | undefined;
25118
25322
  teamReviewers?: string[] | undefined;
25119
25323
  } | undefined;
@@ -25196,6 +25400,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25196
25400
  webhookSecret?: string | undefined;
25197
25401
  body?: string | undefined;
25198
25402
  title?: string | undefined;
25403
+ labels?: string[] | undefined;
25199
25404
  auth?: {
25200
25405
  type: "token";
25201
25406
  token: string;
@@ -25220,7 +25425,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25220
25425
  } | undefined;
25221
25426
  operation?: "replace" | "patch" | undefined;
25222
25427
  }[] | undefined;
25223
- labels?: string[] | undefined;
25224
25428
  reviewers?: string[] | undefined;
25225
25429
  teamReviewers?: string[] | undefined;
25226
25430
  postMergeDispatch?: {
@@ -25290,8 +25494,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25290
25494
  }[];
25291
25495
  webhookSecret?: string | undefined;
25292
25496
  body?: string | undefined;
25293
- base?: string | undefined;
25294
25497
  labels?: string[] | undefined;
25498
+ base?: string | undefined;
25295
25499
  reviewers?: string[] | undefined;
25296
25500
  teamReviewers?: string[] | undefined;
25297
25501
  } | undefined;
@@ -25368,6 +25572,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25368
25572
  yellowSeconds?: number | undefined;
25369
25573
  } | undefined;
25370
25574
  applier?: string | undefined;
25575
+ labels?: Record<string, string> | undefined;
25576
+ labelMappings?: Record<string, string> | undefined;
25371
25577
  } | {
25372
25578
  name: string;
25373
25579
  entityType: string;
@@ -25378,6 +25584,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25378
25584
  metric: string;
25379
25585
  aggregate: "max" | "sum" | "avg" | "min";
25380
25586
  }[] | undefined;
25587
+ labels?: Record<string, string> | undefined;
25381
25588
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
25382
25589
  parentCells?: string[] | undefined;
25383
25590
  targetSelector?: {
@@ -25474,6 +25681,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25474
25681
  provider?: "aws" | "gcp" | "s3-backend" | "tfc-workspace" | "generic" | undefined;
25475
25682
  displayName?: string | undefined;
25476
25683
  properties?: Record<string, string> | undefined;
25684
+ labels?: Record<string, string> | undefined;
25477
25685
  config?: Record<string, unknown> | undefined;
25478
25686
  credentialRef?: string | undefined;
25479
25687
  capacity?: number | undefined;
@@ -25483,6 +25691,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25483
25691
  kind: "DeploymentTargetSet";
25484
25692
  displayName?: string | undefined;
25485
25693
  properties?: Record<string, string> | undefined;
25694
+ labels?: Record<string, string> | undefined;
25695
+ config?: Record<string, unknown> | undefined;
25486
25696
  credentialRef?: string | undefined;
25487
25697
  })[];
25488
25698
  deletions?: {
@@ -25531,14 +25741,17 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25531
25741
  orgId: zod.ZodString;
25532
25742
  projectId: zod.ZodString;
25533
25743
  limit: zod.ZodOptional<zod.ZodNumber>;
25744
+ before: zod.ZodOptional<zod.ZodString>;
25534
25745
  }, "strip", zod.ZodTypeAny, {
25535
25746
  orgId: string;
25536
25747
  projectId: string;
25537
25748
  limit?: number | undefined;
25749
+ before?: string | undefined;
25538
25750
  }, {
25539
25751
  orgId: string;
25540
25752
  projectId: string;
25541
25753
  limit?: number | undefined;
25754
+ before?: string | undefined;
25542
25755
  }>, {
25543
25756
  id: string;
25544
25757
  projectId: string | null;
@@ -25650,6 +25863,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25650
25863
  action: zod.ZodOptional<zod.ZodString>;
25651
25864
  resourceKind: zod.ZodOptional<zod.ZodString>;
25652
25865
  since: zod.ZodOptional<zod.ZodString>;
25866
+ before: zod.ZodOptional<zod.ZodString>;
25653
25867
  limit: zod.ZodOptional<zod.ZodNumber>;
25654
25868
  }, "strip", zod.ZodTypeAny, {
25655
25869
  orgId: string;
@@ -25660,6 +25874,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25660
25874
  actorId?: string | undefined;
25661
25875
  action?: string | undefined;
25662
25876
  resourceKind?: string | undefined;
25877
+ before?: string | undefined;
25663
25878
  since?: string | undefined;
25664
25879
  }, {
25665
25880
  orgId: string;
@@ -25670,6 +25885,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25670
25885
  actorId?: string | undefined;
25671
25886
  action?: string | undefined;
25672
25887
  resourceKind?: string | undefined;
25888
+ before?: string | undefined;
25673
25889
  since?: string | undefined;
25674
25890
  }>, {
25675
25891
  id: string;
@@ -25699,6 +25915,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25699
25915
  kind: zod.ZodOptional<zod.ZodString>;
25700
25916
  entityName: zod.ZodOptional<zod.ZodString>;
25701
25917
  since: zod.ZodOptional<zod.ZodString>;
25918
+ before: zod.ZodOptional<zod.ZodString>;
25702
25919
  limit: zod.ZodOptional<zod.ZodNumber>;
25703
25920
  }, "strip", zod.ZodTypeAny, {
25704
25921
  orgId: string;
@@ -25708,6 +25925,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25708
25925
  limit?: number | undefined;
25709
25926
  kind?: string | undefined;
25710
25927
  entityName?: string | undefined;
25928
+ before?: string | undefined;
25711
25929
  since?: string | undefined;
25712
25930
  }, {
25713
25931
  orgId: string;
@@ -25717,6 +25935,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25717
25935
  limit?: number | undefined;
25718
25936
  kind?: string | undefined;
25719
25937
  entityName?: string | undefined;
25938
+ before?: string | undefined;
25720
25939
  since?: string | undefined;
25721
25940
  }>, {
25722
25941
  detectedAt: string;
@@ -25989,6 +26208,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
25989
26208
  labels: {
25990
26209
  [x: string]: string[];
25991
26210
  };
26211
+ relationshipTypes?: string[] | undefined;
26212
+ cellNames?: string[] | undefined;
25992
26213
  };
25993
26214
  grouping: {
25994
26215
  cellsEnabled: boolean;
@@ -26046,6 +26267,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
26046
26267
  labels: {
26047
26268
  [x: string]: string[];
26048
26269
  };
26270
+ relationshipTypes?: string[] | undefined;
26271
+ cellNames?: string[] | undefined;
26049
26272
  };
26050
26273
  grouping: {
26051
26274
  cellsEnabled: boolean;
@@ -26128,6 +26351,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
26128
26351
  labels: {
26129
26352
  [x: string]: string[];
26130
26353
  };
26354
+ relationshipTypes?: string[] | undefined;
26355
+ cellNames?: string[] | undefined;
26131
26356
  };
26132
26357
  grouping: {
26133
26358
  cellsEnabled: boolean;
@@ -26208,6 +26433,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
26208
26433
  labels: {
26209
26434
  [x: string]: string[];
26210
26435
  };
26436
+ relationshipTypes?: string[] | undefined;
26437
+ cellNames?: string[] | undefined;
26211
26438
  };
26212
26439
  grouping: {
26213
26440
  cellsEnabled: boolean;
@@ -26281,6 +26508,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
26281
26508
  labels: {
26282
26509
  [x: string]: string[];
26283
26510
  };
26511
+ relationshipTypes?: string[] | undefined;
26512
+ cellNames?: string[] | undefined;
26284
26513
  };
26285
26514
  grouping: {
26286
26515
  cellsEnabled: boolean;
@@ -26847,6 +27076,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
26847
27076
  };
26848
27077
  } | undefined;
26849
27078
  } | null;
27079
+ labels: {
27080
+ [x: string]: string;
27081
+ };
26850
27082
  createdAt: string;
26851
27083
  updatedAt: string;
26852
27084
  }[]>;
@@ -26916,6 +27148,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
26916
27148
  };
26917
27149
  } | undefined;
26918
27150
  } | null;
27151
+ labels: {
27152
+ [x: string]: string;
27153
+ };
26919
27154
  createdAt: string;
26920
27155
  updatedAt: string;
26921
27156
  }>;
@@ -27197,6 +27432,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27197
27432
  policy?: "least-loaded" | "round-robin" | "random" | undefined;
27198
27433
  }> | undefined;
27199
27434
  }>>;
27435
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
27200
27436
  } & {
27201
27437
  orgId: zod.ZodString;
27202
27438
  projectId: zod.ZodString;
@@ -27214,6 +27450,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27214
27450
  placementPolicy: "least-loaded" | "round-robin" | "random";
27215
27451
  parentCells: string[];
27216
27452
  displayName?: string | undefined;
27453
+ labels?: Record<string, string> | undefined;
27217
27454
  targetSelector?: {
27218
27455
  primary: {
27219
27456
  set: string;
@@ -27266,6 +27503,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27266
27503
  metric: string;
27267
27504
  aggregate: "max" | "sum" | "avg" | "min";
27268
27505
  }[] | undefined;
27506
+ labels?: Record<string, string> | undefined;
27269
27507
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
27270
27508
  parentCells?: string[] | undefined;
27271
27509
  targetSelector?: {
@@ -27320,6 +27558,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27320
27558
  metric: string;
27321
27559
  aggregate: "max" | "sum" | "avg" | "min";
27322
27560
  }[];
27561
+ labels: {
27562
+ [x: string]: string;
27563
+ };
27323
27564
  entityTypeName: string;
27324
27565
  placementPolicy: "least-loaded" | "round-robin" | "random";
27325
27566
  parentCells: string[];
@@ -27643,6 +27884,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27643
27884
  policy?: "least-loaded" | "round-robin" | "random" | undefined;
27644
27885
  }> | undefined;
27645
27886
  }>>;
27887
+ labels: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
27646
27888
  } & {
27647
27889
  orgId: zod.ZodString;
27648
27890
  projectId: zod.ZodString;
@@ -27660,6 +27902,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27660
27902
  placementPolicy: "least-loaded" | "round-robin" | "random";
27661
27903
  parentCells: string[];
27662
27904
  displayName?: string | undefined;
27905
+ labels?: Record<string, string> | undefined;
27663
27906
  targetSelector?: {
27664
27907
  primary: {
27665
27908
  set: string;
@@ -27712,6 +27955,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27712
27955
  metric: string;
27713
27956
  aggregate: "max" | "sum" | "avg" | "min";
27714
27957
  }[] | undefined;
27958
+ labels?: Record<string, string> | undefined;
27715
27959
  placementPolicy?: "least-loaded" | "round-robin" | "random" | undefined;
27716
27960
  parentCells?: string[] | undefined;
27717
27961
  targetSelector?: {
@@ -27808,6 +28052,9 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27808
28052
  };
27809
28053
  } | undefined;
27810
28054
  } | null;
28055
+ labels: {
28056
+ [x: string]: string;
28057
+ };
27811
28058
  createdAt: string;
27812
28059
  updatedAt: string;
27813
28060
  }>;
@@ -27930,8 +28177,8 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27930
28177
  envId: string;
27931
28178
  state: string;
27932
28179
  properties: hono_utils_types.JSONValue;
27933
- entityTypeName: string;
27934
28180
  labels: hono_utils_types.JSONValue;
28181
+ entityTypeName: string;
27935
28182
  lastSyncedAt: string | null;
27936
28183
  syncSource: string | null;
27937
28184
  };
@@ -27944,14 +28191,17 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
27944
28191
  orgId: zod.ZodString;
27945
28192
  projectId: zod.ZodString;
27946
28193
  limit: zod.ZodOptional<zod.ZodNumber>;
28194
+ before: zod.ZodOptional<zod.ZodString>;
27947
28195
  }, "strip", zod.ZodTypeAny, {
27948
28196
  orgId: string;
27949
28197
  projectId: string;
27950
28198
  limit?: number | undefined;
28199
+ before?: string | undefined;
27951
28200
  }, {
27952
28201
  orgId: string;
27953
28202
  projectId: string;
27954
28203
  limit?: number | undefined;
28204
+ before?: string | undefined;
27955
28205
  }>, {
27956
28206
  id: string;
27957
28207
  projectId: string | null;