@terrantula/sdk 0.3.0 → 0.5.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
@@ -1,5 +1,5 @@
1
- import { S as SnapshotOp, T as TokenSource, a as SchemaFn, A as AuditExportConfigResponse, b as TestConnectionResponse, c as AuditExportRunResponse, E as ExportCatalogResult, d as AdminAuditListResponse, e as AdminOrgListResponse, f as AdminOrgDetail, g as AdminSuspendResponse, h as AdminMetricsOverview } from './audit-export-DweJuhQT.mjs';
2
- export { i as AdminAuditEvent, j as AdminOrgMember, k as AdminOrgProject, l as AdminOrgSummary, m as TerrantulaError, w as withSchema } from './audit-export-DweJuhQT.mjs';
1
+ import { S as SnapshotOp, T as TokenSource, a as SchemaFn, A as AuditExportConfigResponse, b as TestConnectionResponse, c as AuditExportRunResponse, E as ExportCatalogResult, d as AdminAuditListResponse, e as AdminOrgListResponse, f as AdminOrgDetail, g as AdminSuspendResponse, h as AdminMetricsOverview, i as AdminGitHubInstallationListResponse } from './audit-export-B3I2Y03n.mjs';
2
+ export { j as AdminAuditEvent, k as AdminGitHubInstallation, l as AdminOrgMember, m as AdminOrgProject, n as AdminOrgSummary, o as TerrantulaError, w as withSchema } from './audit-export-B3I2Y03n.mjs';
3
3
  import * as _terrantula_types from '@terrantula/types';
4
4
  import * as zod from 'zod';
5
5
  import * as hono_hono_base from 'hono/hono-base';
@@ -751,7 +751,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
751
751
  title: string;
752
752
  auth: {
753
753
  type: "token";
754
- token: string;
754
+ token?: string | undefined;
755
755
  };
756
756
  repo: string;
757
757
  head: string;
@@ -785,6 +785,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
785
785
  };
786
786
  workflow: string;
787
787
  eventType: string;
788
+ repo?: string | undefined;
788
789
  } | undefined;
789
790
  } | {
790
791
  type: "terraform-cloud";
@@ -948,6 +949,13 @@ declare const projectApp: hono_hono_base.HonoBase<{
948
949
  labels?: string[] | undefined;
949
950
  reviewers?: string[] | undefined;
950
951
  teamReviewers?: string[] | undefined;
952
+ postMergeDispatch?: {
953
+ repo?: string | undefined;
954
+ workflow?: string | undefined;
955
+ inputs?: {
956
+ [x: string]: string | number | boolean;
957
+ } | undefined;
958
+ } | undefined;
951
959
  } | {
952
960
  type: "terraform-cloud";
953
961
  message?: string | undefined;
@@ -2617,7 +2625,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
2617
2625
  title: string;
2618
2626
  auth: {
2619
2627
  type: "token";
2620
- token: string;
2628
+ token?: string | undefined;
2621
2629
  };
2622
2630
  repo: string;
2623
2631
  head: string;
@@ -2651,6 +2659,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
2651
2659
  };
2652
2660
  workflow: string;
2653
2661
  eventType: string;
2662
+ repo?: string | undefined;
2654
2663
  } | undefined;
2655
2664
  } | {
2656
2665
  type: "terraform-cloud";
@@ -2814,6 +2823,13 @@ declare const projectApp: hono_hono_base.HonoBase<{
2814
2823
  labels?: string[] | undefined;
2815
2824
  reviewers?: string[] | undefined;
2816
2825
  teamReviewers?: string[] | undefined;
2826
+ postMergeDispatch?: {
2827
+ repo?: string | undefined;
2828
+ workflow?: string | undefined;
2829
+ inputs?: {
2830
+ [x: string]: string | number | boolean;
2831
+ } | undefined;
2832
+ } | undefined;
2817
2833
  } | {
2818
2834
  type: "terraform-cloud";
2819
2835
  message?: string | undefined;
@@ -3111,7 +3127,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
3111
3127
  title: string;
3112
3128
  auth: {
3113
3129
  type: "token";
3114
- token: string;
3130
+ token?: string | undefined;
3115
3131
  };
3116
3132
  repo: string;
3117
3133
  head: string;
@@ -3145,6 +3161,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
3145
3161
  };
3146
3162
  workflow: string;
3147
3163
  eventType: string;
3164
+ repo?: string | undefined;
3148
3165
  } | undefined;
3149
3166
  } | {
3150
3167
  type: "terraform-cloud";
@@ -3308,6 +3325,13 @@ declare const projectApp: hono_hono_base.HonoBase<{
3308
3325
  labels?: string[] | undefined;
3309
3326
  reviewers?: string[] | undefined;
3310
3327
  teamReviewers?: string[] | undefined;
3328
+ postMergeDispatch?: {
3329
+ repo?: string | undefined;
3330
+ workflow?: string | undefined;
3331
+ inputs?: {
3332
+ [x: string]: string | number | boolean;
3333
+ } | undefined;
3334
+ } | undefined;
3311
3335
  } | {
3312
3336
  type: "terraform-cloud";
3313
3337
  message?: string | undefined;
@@ -3604,7 +3628,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
3604
3628
  title: string;
3605
3629
  auth: {
3606
3630
  type: "token";
3607
- token: string;
3631
+ token?: string | undefined;
3608
3632
  };
3609
3633
  repo: string;
3610
3634
  head: string;
@@ -3638,6 +3662,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
3638
3662
  };
3639
3663
  workflow: string;
3640
3664
  eventType: string;
3665
+ repo?: string | undefined;
3641
3666
  } | undefined;
3642
3667
  } | {
3643
3668
  type: "terraform-cloud";
@@ -3801,6 +3826,13 @@ declare const projectApp: hono_hono_base.HonoBase<{
3801
3826
  labels?: string[] | undefined;
3802
3827
  reviewers?: string[] | undefined;
3803
3828
  teamReviewers?: string[] | undefined;
3829
+ postMergeDispatch?: {
3830
+ repo?: string | undefined;
3831
+ workflow?: string | undefined;
3832
+ inputs?: {
3833
+ [x: string]: string | number | boolean;
3834
+ } | undefined;
3835
+ } | undefined;
3804
3836
  } | {
3805
3837
  type: "terraform-cloud";
3806
3838
  message?: string | undefined;
@@ -4102,7 +4134,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
4102
4134
  title: string;
4103
4135
  auth: {
4104
4136
  type: "token";
4105
- token: string;
4137
+ token?: string | undefined;
4106
4138
  };
4107
4139
  repo: string;
4108
4140
  head: string;
@@ -4136,6 +4168,7 @@ declare const projectApp: hono_hono_base.HonoBase<{
4136
4168
  };
4137
4169
  workflow: string;
4138
4170
  eventType: string;
4171
+ repo?: string | undefined;
4139
4172
  } | undefined;
4140
4173
  } | {
4141
4174
  type: "terraform-cloud";
@@ -4299,6 +4332,13 @@ declare const projectApp: hono_hono_base.HonoBase<{
4299
4332
  labels?: string[] | undefined;
4300
4333
  reviewers?: string[] | undefined;
4301
4334
  teamReviewers?: string[] | undefined;
4335
+ postMergeDispatch?: {
4336
+ repo?: string | undefined;
4337
+ workflow?: string | undefined;
4338
+ inputs?: {
4339
+ [x: string]: string | number | boolean;
4340
+ } | undefined;
4341
+ } | undefined;
4302
4342
  } | {
4303
4343
  type: "terraform-cloud";
4304
4344
  message?: string | undefined;
@@ -5352,11 +5392,6 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
5352
5392
  name: string;
5353
5393
  slug: string;
5354
5394
  isDemo: boolean;
5355
- githubRepos: {
5356
- installationId: string;
5357
- owner: string;
5358
- name: string;
5359
- }[];
5360
5395
  metadata: {
5361
5396
  [x: string]: hono_utils_types.JSONValue;
5362
5397
  };
@@ -5412,11 +5447,6 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
5412
5447
  };
5413
5448
  orgId: string;
5414
5449
  isDemo: boolean;
5415
- githubRepos: {
5416
- installationId: string;
5417
- owner: string;
5418
- name: string;
5419
- }[];
5420
5450
  lastDriftRunAt: string | null;
5421
5451
  };
5422
5452
  outputFormat: "json";
@@ -5459,11 +5489,6 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
5459
5489
  name: string;
5460
5490
  slug: string;
5461
5491
  isDemo: boolean;
5462
- githubRepos: {
5463
- installationId: string;
5464
- owner: string;
5465
- name: string;
5466
- }[];
5467
5492
  metadata: {
5468
5493
  [x: string]: hono_utils_types.JSONValue;
5469
5494
  };
@@ -5591,11 +5616,6 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
5591
5616
  name: string;
5592
5617
  slug: string;
5593
5618
  isDemo: boolean;
5594
- githubRepos: {
5595
- installationId: string;
5596
- owner: string;
5597
- name: string;
5598
- }[];
5599
5619
  metadata: {
5600
5620
  [x: string]: hono_utils_types.JSONValue;
5601
5621
  };
@@ -5840,162 +5860,6 @@ declare function _cloudAppShape(): hono_hono_base.HonoBase<hono_types.BlankEnv,
5840
5860
  status: hono_utils_http_status.ContentfulStatusCode;
5841
5861
  };
5842
5862
  };
5843
- } & {
5844
- "/:projectId/github-repos": {
5845
- $post: {
5846
- input: {
5847
- json?: any;
5848
- query?: {
5849
- [x: string]: string | string[];
5850
- } | undefined;
5851
- } & {
5852
- param: {
5853
- projectId: string;
5854
- };
5855
- };
5856
- output: {
5857
- error: string;
5858
- };
5859
- outputFormat: "json";
5860
- status: 401;
5861
- } | {
5862
- input: {
5863
- json?: any;
5864
- query?: {
5865
- [x: string]: string | string[];
5866
- } | undefined;
5867
- } & {
5868
- param: {
5869
- projectId: string;
5870
- };
5871
- };
5872
- output: {
5873
- error: string;
5874
- };
5875
- outputFormat: "json";
5876
- status: 403;
5877
- } | {
5878
- input: {
5879
- json?: any;
5880
- query?: {
5881
- [x: string]: string | string[];
5882
- } | undefined;
5883
- } & {
5884
- param: {
5885
- projectId: string;
5886
- };
5887
- };
5888
- output: {
5889
- error: string;
5890
- };
5891
- outputFormat: "json";
5892
- status: 404;
5893
- } | {
5894
- input: {
5895
- json?: any;
5896
- query?: {
5897
- [x: string]: string | string[];
5898
- } | undefined;
5899
- } & {
5900
- param: {
5901
- projectId: string;
5902
- };
5903
- };
5904
- output: {
5905
- error: string;
5906
- };
5907
- outputFormat: "json";
5908
- status: 400;
5909
- } | {
5910
- input: {
5911
- json?: any;
5912
- query?: {
5913
- [x: string]: string | string[];
5914
- } | undefined;
5915
- } & {
5916
- param: {
5917
- projectId: string;
5918
- };
5919
- };
5920
- output: {
5921
- githubRepos: {
5922
- installationId: string;
5923
- owner: string;
5924
- name: string;
5925
- }[];
5926
- };
5927
- outputFormat: "json";
5928
- status: hono_utils_http_status.ContentfulStatusCode;
5929
- };
5930
- };
5931
- } & {
5932
- "/:projectId/github-repos/:owner/:name": {
5933
- $delete: {
5934
- input: {
5935
- param: {
5936
- projectId: string;
5937
- } & {
5938
- name: string;
5939
- } & {
5940
- owner: string;
5941
- };
5942
- };
5943
- output: {
5944
- error: string;
5945
- };
5946
- outputFormat: "json";
5947
- status: 401;
5948
- } | {
5949
- input: {
5950
- param: {
5951
- projectId: string;
5952
- } & {
5953
- name: string;
5954
- } & {
5955
- owner: string;
5956
- };
5957
- };
5958
- output: {
5959
- error: string;
5960
- };
5961
- outputFormat: "json";
5962
- status: 403;
5963
- } | {
5964
- input: {
5965
- param: {
5966
- projectId: string;
5967
- } & {
5968
- name: string;
5969
- } & {
5970
- owner: string;
5971
- };
5972
- };
5973
- output: {
5974
- error: string;
5975
- };
5976
- outputFormat: "json";
5977
- status: 404;
5978
- } | {
5979
- input: {
5980
- param: {
5981
- projectId: string;
5982
- } & {
5983
- name: string;
5984
- } & {
5985
- owner: string;
5986
- };
5987
- };
5988
- output: {
5989
- githubRepos: {
5990
- installationId: string;
5991
- owner: string;
5992
- name: string;
5993
- }[];
5994
- };
5995
- outputFormat: "json";
5996
- status: hono_utils_http_status.ContentfulStatusCode;
5997
- };
5998
- };
5999
5863
  }, "/orgs/:orgId/projects"> | hono_types.MergeSchemaPath<{
6000
5864
  "/install-url": {
6001
5865
  $post: {
@@ -6332,11 +6196,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
6332
6196
  name: string;
6333
6197
  slug: string;
6334
6198
  isDemo: boolean;
6335
- githubRepos: {
6336
- installationId: string;
6337
- owner: string;
6338
- name: string;
6339
- }[];
6340
6199
  metadata: {
6341
6200
  [x: string]: hono_utils_types.JSONValue;
6342
6201
  };
@@ -6371,11 +6230,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
6371
6230
  };
6372
6231
  orgId: string;
6373
6232
  isDemo: boolean;
6374
- githubRepos: {
6375
- installationId: string;
6376
- owner: string;
6377
- name: string;
6378
- }[];
6379
6233
  lastDriftRunAt: string | null;
6380
6234
  }>;
6381
6235
  get: SchemaFn<zod.ZodObject<{
@@ -6393,11 +6247,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
6393
6247
  name: string;
6394
6248
  slug: string;
6395
6249
  isDemo: boolean;
6396
- githubRepos: {
6397
- installationId: string;
6398
- owner: string;
6399
- name: string;
6400
- }[];
6401
6250
  metadata: {
6402
6251
  [x: string]: hono_utils_types.JSONValue;
6403
6252
  };
@@ -6455,11 +6304,6 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
6455
6304
  name: string;
6456
6305
  slug: string;
6457
6306
  isDemo: boolean;
6458
- githubRepos: {
6459
- installationId: string;
6460
- owner: string;
6461
- name: string;
6462
- }[];
6463
6307
  metadata: {
6464
6308
  [x: string]: hono_utils_types.JSONValue;
6465
6309
  };
@@ -6680,67 +6524,45 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
6680
6524
  }>, unknown>;
6681
6525
  };
6682
6526
  projects: {
6527
+ list: SchemaFn<zod.ZodObject<{
6528
+ orgId: zod.ZodString;
6529
+ projectId: zod.ZodString;
6530
+ }, "strip", zod.ZodTypeAny, {
6531
+ orgId: string;
6532
+ projectId: string;
6533
+ }, {
6534
+ orgId: string;
6535
+ projectId: string;
6536
+ }>, unknown>;
6683
6537
  linkRepo: SchemaFn<zod.ZodObject<{
6684
6538
  orgId: zod.ZodString;
6685
6539
  projectId: zod.ZodString;
6686
6540
  installationId: zod.ZodString;
6687
- owner: zod.ZodString;
6688
- name: zod.ZodString;
6541
+ repoFullName: zod.ZodString;
6689
6542
  }, "strip", zod.ZodTypeAny, {
6690
- name: string;
6691
- owner: string;
6692
6543
  orgId: string;
6693
6544
  projectId: string;
6694
6545
  installationId: string;
6546
+ repoFullName: string;
6695
6547
  }, {
6696
- name: string;
6697
- owner: string;
6698
6548
  orgId: string;
6699
6549
  projectId: string;
6700
6550
  installationId: string;
6701
- }>, {
6702
- error: string;
6703
- } | {
6704
- error: string;
6705
- } | {
6706
- error: string;
6707
- } | {
6708
- error: string;
6709
- } | {
6710
- githubRepos: {
6711
- installationId: string;
6712
- owner: string;
6713
- name: string;
6714
- }[];
6715
- }>;
6551
+ repoFullName: string;
6552
+ }>, unknown>;
6716
6553
  unlinkRepo: SchemaFn<zod.ZodObject<{
6717
6554
  orgId: zod.ZodString;
6718
6555
  projectId: zod.ZodString;
6719
- owner: zod.ZodString;
6720
- name: zod.ZodString;
6556
+ id: zod.ZodString;
6721
6557
  }, "strip", zod.ZodTypeAny, {
6722
- name: string;
6723
- owner: string;
6558
+ id: string;
6724
6559
  orgId: string;
6725
6560
  projectId: string;
6726
6561
  }, {
6727
- name: string;
6728
- owner: string;
6562
+ id: string;
6729
6563
  orgId: string;
6730
6564
  projectId: string;
6731
- }>, {
6732
- error: string;
6733
- } | {
6734
- error: string;
6735
- } | {
6736
- error: string;
6737
- } | {
6738
- githubRepos: {
6739
- installationId: string;
6740
- owner: string;
6741
- name: string;
6742
- }[];
6743
- }>;
6565
+ }>, unknown>;
6744
6566
  };
6745
6567
  };
6746
6568
  environments: {
@@ -8596,7 +8418,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8596
8418
  title: string;
8597
8419
  auth: {
8598
8420
  type: "token";
8599
- token: string;
8421
+ token?: string | undefined;
8600
8422
  };
8601
8423
  repo: string;
8602
8424
  head: string;
@@ -8630,6 +8452,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8630
8452
  };
8631
8453
  workflow: string;
8632
8454
  eventType: string;
8455
+ repo?: string | undefined;
8633
8456
  } | undefined;
8634
8457
  } | {
8635
8458
  type: "terraform-cloud";
@@ -8793,6 +8616,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
8793
8616
  labels?: string[] | undefined;
8794
8617
  reviewers?: string[] | undefined;
8795
8618
  teamReviewers?: string[] | undefined;
8619
+ postMergeDispatch?: {
8620
+ repo?: string | undefined;
8621
+ workflow?: string | undefined;
8622
+ inputs?: {
8623
+ [x: string]: string | number | boolean;
8624
+ } | undefined;
8625
+ } | undefined;
8796
8626
  } | {
8797
8627
  type: "terraform-cloud";
8798
8628
  message?: string | undefined;
@@ -9086,7 +8916,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9086
8916
  title: string;
9087
8917
  auth: {
9088
8918
  type: "token";
9089
- token: string;
8919
+ token?: string | undefined;
9090
8920
  };
9091
8921
  repo: string;
9092
8922
  head: string;
@@ -9120,6 +8950,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9120
8950
  };
9121
8951
  workflow: string;
9122
8952
  eventType: string;
8953
+ repo?: string | undefined;
9123
8954
  } | undefined;
9124
8955
  } | {
9125
8956
  type: "terraform-cloud";
@@ -9283,6 +9114,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
9283
9114
  labels?: string[] | undefined;
9284
9115
  reviewers?: string[] | undefined;
9285
9116
  teamReviewers?: string[] | undefined;
9117
+ postMergeDispatch?: {
9118
+ repo?: string | undefined;
9119
+ workflow?: string | undefined;
9120
+ inputs?: {
9121
+ [x: string]: string | number | boolean;
9122
+ } | undefined;
9123
+ } | undefined;
9286
9124
  } | {
9287
9125
  type: "terraform-cloud";
9288
9126
  message?: string | undefined;
@@ -10001,13 +9839,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10001
9839
  repo: zod.ZodString;
10002
9840
  auth: zod.ZodObject<{
10003
9841
  type: zod.ZodLiteral<"token">;
10004
- token: zod.ZodString;
9842
+ token: zod.ZodOptional<zod.ZodString>;
10005
9843
  }, "strip", zod.ZodTypeAny, {
10006
9844
  type: "token";
10007
- token: string;
9845
+ token?: string | undefined;
10008
9846
  }, {
10009
9847
  type: "token";
10010
- token: string;
9848
+ token?: string | undefined;
10011
9849
  }>;
10012
9850
  title: zod.ZodString;
10013
9851
  body: zod.ZodOptional<zod.ZodString>;
@@ -10130,22 +9968,25 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10130
9968
  postMergeDispatch: zod.ZodOptional<zod.ZodObject<{
10131
9969
  workflow: zod.ZodString;
10132
9970
  eventType: zod.ZodString;
9971
+ repo: zod.ZodOptional<zod.ZodString>;
10133
9972
  payload: zod.ZodRecord<zod.ZodString, zod.ZodString>;
10134
9973
  }, "strip", zod.ZodTypeAny, {
10135
9974
  payload: Record<string, string>;
10136
9975
  workflow: string;
10137
9976
  eventType: string;
9977
+ repo?: string | undefined;
10138
9978
  }, {
10139
9979
  payload: Record<string, string>;
10140
9980
  workflow: string;
10141
9981
  eventType: string;
9982
+ repo?: string | undefined;
10142
9983
  }>>;
10143
9984
  }, "strip", zod.ZodTypeAny, {
10144
9985
  type: "pull-request";
10145
9986
  title: string;
10146
9987
  auth: {
10147
9988
  type: "token";
10148
- token: string;
9989
+ token?: string | undefined;
10149
9990
  };
10150
9991
  repo: string;
10151
9992
  head: string;
@@ -10177,13 +10018,14 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10177
10018
  payload: Record<string, string>;
10178
10019
  workflow: string;
10179
10020
  eventType: string;
10021
+ repo?: string | undefined;
10180
10022
  } | undefined;
10181
10023
  }, {
10182
10024
  type: "pull-request";
10183
10025
  title: string;
10184
10026
  auth: {
10185
10027
  type: "token";
10186
- token: string;
10028
+ token?: string | undefined;
10187
10029
  };
10188
10030
  repo: string;
10189
10031
  head: string;
@@ -10215,6 +10057,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10215
10057
  payload: Record<string, string>;
10216
10058
  workflow: string;
10217
10059
  eventType: string;
10060
+ repo?: string | undefined;
10218
10061
  } | undefined;
10219
10062
  }>, zod.ZodObject<{
10220
10063
  type: zod.ZodLiteral<"terraform-cloud">;
@@ -10726,7 +10569,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10726
10569
  title: string;
10727
10570
  auth: {
10728
10571
  type: "token";
10729
- token: string;
10572
+ token?: string | undefined;
10730
10573
  };
10731
10574
  repo: string;
10732
10575
  head: string;
@@ -10758,6 +10601,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10758
10601
  payload: Record<string, string>;
10759
10602
  workflow: string;
10760
10603
  eventType: string;
10604
+ repo?: string | undefined;
10761
10605
  } | undefined;
10762
10606
  } | {
10763
10607
  type: "terraform-cloud";
@@ -10879,7 +10723,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10879
10723
  title: string;
10880
10724
  auth: {
10881
10725
  type: "token";
10882
- token: string;
10726
+ token?: string | undefined;
10883
10727
  };
10884
10728
  repo: string;
10885
10729
  head: string;
@@ -10911,6 +10755,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
10911
10755
  payload: Record<string, string>;
10912
10756
  workflow: string;
10913
10757
  eventType: string;
10758
+ repo?: string | undefined;
10914
10759
  } | undefined;
10915
10760
  } | {
10916
10761
  type: "terraform-cloud";
@@ -11251,6 +11096,19 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11251
11096
  reviewers: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
11252
11097
  teamReviewers: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
11253
11098
  webhookSecret: zod.ZodOptional<zod.ZodString>;
11099
+ postMergeDispatch: zod.ZodOptional<zod.ZodObject<{
11100
+ repo: zod.ZodOptional<zod.ZodString>;
11101
+ workflow: zod.ZodOptional<zod.ZodString>;
11102
+ inputs: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodNumber, zod.ZodBoolean]>>>;
11103
+ }, "strip", zod.ZodTypeAny, {
11104
+ repo?: string | undefined;
11105
+ workflow?: string | undefined;
11106
+ inputs?: Record<string, string | number | boolean> | undefined;
11107
+ }, {
11108
+ repo?: string | undefined;
11109
+ workflow?: string | undefined;
11110
+ inputs?: Record<string, string | number | boolean> | undefined;
11111
+ }>>;
11254
11112
  }, "strip", zod.ZodTypeAny, {
11255
11113
  type: "pull-request";
11256
11114
  webhookSecret?: string | undefined;
@@ -11284,6 +11142,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11284
11142
  labels?: string[] | undefined;
11285
11143
  reviewers?: string[] | undefined;
11286
11144
  teamReviewers?: string[] | undefined;
11145
+ postMergeDispatch?: {
11146
+ repo?: string | undefined;
11147
+ workflow?: string | undefined;
11148
+ inputs?: Record<string, string | number | boolean> | undefined;
11149
+ } | undefined;
11287
11150
  }, {
11288
11151
  type: "pull-request";
11289
11152
  webhookSecret?: string | undefined;
@@ -11317,6 +11180,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11317
11180
  labels?: string[] | undefined;
11318
11181
  reviewers?: string[] | undefined;
11319
11182
  teamReviewers?: string[] | undefined;
11183
+ postMergeDispatch?: {
11184
+ repo?: string | undefined;
11185
+ workflow?: string | undefined;
11186
+ inputs?: Record<string, string | number | boolean> | undefined;
11187
+ } | undefined;
11320
11188
  }>, zod.ZodObject<{
11321
11189
  type: zod.ZodLiteral<"terraform-cloud">;
11322
11190
  organization: zod.ZodOptional<zod.ZodString>;
@@ -11964,7 +11832,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11964
11832
  title: string;
11965
11833
  auth: {
11966
11834
  type: "token";
11967
- token: string;
11835
+ token?: string | undefined;
11968
11836
  };
11969
11837
  repo: string;
11970
11838
  head: string;
@@ -11996,6 +11864,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
11996
11864
  payload: Record<string, string>;
11997
11865
  workflow: string;
11998
11866
  eventType: string;
11867
+ repo?: string | undefined;
11999
11868
  } | undefined;
12000
11869
  } | {
12001
11870
  type: "terraform-cloud";
@@ -12148,6 +12017,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
12148
12017
  labels?: string[] | undefined;
12149
12018
  reviewers?: string[] | undefined;
12150
12019
  teamReviewers?: string[] | undefined;
12020
+ postMergeDispatch?: {
12021
+ repo?: string | undefined;
12022
+ workflow?: string | undefined;
12023
+ inputs?: Record<string, string | number | boolean> | undefined;
12024
+ } | undefined;
12151
12025
  } | {
12152
12026
  type: "terraform-cloud";
12153
12027
  message?: string | undefined;
@@ -12379,7 +12253,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
12379
12253
  title: string;
12380
12254
  auth: {
12381
12255
  type: "token";
12382
- token: string;
12256
+ token?: string | undefined;
12383
12257
  };
12384
12258
  repo: string;
12385
12259
  head: string;
@@ -12411,6 +12285,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
12411
12285
  payload: Record<string, string>;
12412
12286
  workflow: string;
12413
12287
  eventType: string;
12288
+ repo?: string | undefined;
12414
12289
  } | undefined;
12415
12290
  } | {
12416
12291
  type: "terraform-cloud";
@@ -12585,6 +12460,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
12585
12460
  labels?: string[] | undefined;
12586
12461
  reviewers?: string[] | undefined;
12587
12462
  teamReviewers?: string[] | undefined;
12463
+ postMergeDispatch?: {
12464
+ repo?: string | undefined;
12465
+ workflow?: string | undefined;
12466
+ inputs?: Record<string, string | number | boolean> | undefined;
12467
+ } | undefined;
12588
12468
  } | {
12589
12469
  type: "terraform-cloud";
12590
12470
  message?: string | undefined;
@@ -12861,7 +12741,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
12861
12741
  title: string;
12862
12742
  auth: {
12863
12743
  type: "token";
12864
- token: string;
12744
+ token?: string | undefined;
12865
12745
  };
12866
12746
  repo: string;
12867
12747
  head: string;
@@ -12895,6 +12775,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
12895
12775
  };
12896
12776
  workflow: string;
12897
12777
  eventType: string;
12778
+ repo?: string | undefined;
12898
12779
  } | undefined;
12899
12780
  } | {
12900
12781
  type: "terraform-cloud";
@@ -13058,6 +12939,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13058
12939
  labels?: string[] | undefined;
13059
12940
  reviewers?: string[] | undefined;
13060
12941
  teamReviewers?: string[] | undefined;
12942
+ postMergeDispatch?: {
12943
+ repo?: string | undefined;
12944
+ workflow?: string | undefined;
12945
+ inputs?: {
12946
+ [x: string]: string | number | boolean;
12947
+ } | undefined;
12948
+ } | undefined;
13061
12949
  } | {
13062
12950
  type: "terraform-cloud";
13063
12951
  message?: string | undefined;
@@ -13776,13 +13664,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13776
13664
  repo: zod.ZodString;
13777
13665
  auth: zod.ZodObject<{
13778
13666
  type: zod.ZodLiteral<"token">;
13779
- token: zod.ZodString;
13667
+ token: zod.ZodOptional<zod.ZodString>;
13780
13668
  }, "strip", zod.ZodTypeAny, {
13781
13669
  type: "token";
13782
- token: string;
13670
+ token?: string | undefined;
13783
13671
  }, {
13784
13672
  type: "token";
13785
- token: string;
13673
+ token?: string | undefined;
13786
13674
  }>;
13787
13675
  title: zod.ZodString;
13788
13676
  body: zod.ZodOptional<zod.ZodString>;
@@ -13905,22 +13793,25 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13905
13793
  postMergeDispatch: zod.ZodOptional<zod.ZodObject<{
13906
13794
  workflow: zod.ZodString;
13907
13795
  eventType: zod.ZodString;
13796
+ repo: zod.ZodOptional<zod.ZodString>;
13908
13797
  payload: zod.ZodRecord<zod.ZodString, zod.ZodString>;
13909
13798
  }, "strip", zod.ZodTypeAny, {
13910
13799
  payload: Record<string, string>;
13911
13800
  workflow: string;
13912
13801
  eventType: string;
13802
+ repo?: string | undefined;
13913
13803
  }, {
13914
13804
  payload: Record<string, string>;
13915
13805
  workflow: string;
13916
13806
  eventType: string;
13807
+ repo?: string | undefined;
13917
13808
  }>>;
13918
13809
  }, "strip", zod.ZodTypeAny, {
13919
13810
  type: "pull-request";
13920
13811
  title: string;
13921
13812
  auth: {
13922
13813
  type: "token";
13923
- token: string;
13814
+ token?: string | undefined;
13924
13815
  };
13925
13816
  repo: string;
13926
13817
  head: string;
@@ -13952,13 +13843,14 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13952
13843
  payload: Record<string, string>;
13953
13844
  workflow: string;
13954
13845
  eventType: string;
13846
+ repo?: string | undefined;
13955
13847
  } | undefined;
13956
13848
  }, {
13957
13849
  type: "pull-request";
13958
13850
  title: string;
13959
13851
  auth: {
13960
13852
  type: "token";
13961
- token: string;
13853
+ token?: string | undefined;
13962
13854
  };
13963
13855
  repo: string;
13964
13856
  head: string;
@@ -13990,6 +13882,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
13990
13882
  payload: Record<string, string>;
13991
13883
  workflow: string;
13992
13884
  eventType: string;
13885
+ repo?: string | undefined;
13993
13886
  } | undefined;
13994
13887
  }>, zod.ZodObject<{
13995
13888
  type: zod.ZodLiteral<"terraform-cloud">;
@@ -14501,7 +14394,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14501
14394
  title: string;
14502
14395
  auth: {
14503
14396
  type: "token";
14504
- token: string;
14397
+ token?: string | undefined;
14505
14398
  };
14506
14399
  repo: string;
14507
14400
  head: string;
@@ -14533,6 +14426,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14533
14426
  payload: Record<string, string>;
14534
14427
  workflow: string;
14535
14428
  eventType: string;
14429
+ repo?: string | undefined;
14536
14430
  } | undefined;
14537
14431
  } | {
14538
14432
  type: "terraform-cloud";
@@ -14654,7 +14548,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14654
14548
  title: string;
14655
14549
  auth: {
14656
14550
  type: "token";
14657
- token: string;
14551
+ token?: string | undefined;
14658
14552
  };
14659
14553
  repo: string;
14660
14554
  head: string;
@@ -14686,6 +14580,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
14686
14580
  payload: Record<string, string>;
14687
14581
  workflow: string;
14688
14582
  eventType: string;
14583
+ repo?: string | undefined;
14689
14584
  } | undefined;
14690
14585
  } | {
14691
14586
  type: "terraform-cloud";
@@ -15026,6 +14921,19 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15026
14921
  reviewers: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
15027
14922
  teamReviewers: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
15028
14923
  webhookSecret: zod.ZodOptional<zod.ZodString>;
14924
+ postMergeDispatch: zod.ZodOptional<zod.ZodObject<{
14925
+ repo: zod.ZodOptional<zod.ZodString>;
14926
+ workflow: zod.ZodOptional<zod.ZodString>;
14927
+ inputs: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodNumber, zod.ZodBoolean]>>>;
14928
+ }, "strip", zod.ZodTypeAny, {
14929
+ repo?: string | undefined;
14930
+ workflow?: string | undefined;
14931
+ inputs?: Record<string, string | number | boolean> | undefined;
14932
+ }, {
14933
+ repo?: string | undefined;
14934
+ workflow?: string | undefined;
14935
+ inputs?: Record<string, string | number | boolean> | undefined;
14936
+ }>>;
15029
14937
  }, "strip", zod.ZodTypeAny, {
15030
14938
  type: "pull-request";
15031
14939
  webhookSecret?: string | undefined;
@@ -15059,6 +14967,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15059
14967
  labels?: string[] | undefined;
15060
14968
  reviewers?: string[] | undefined;
15061
14969
  teamReviewers?: string[] | undefined;
14970
+ postMergeDispatch?: {
14971
+ repo?: string | undefined;
14972
+ workflow?: string | undefined;
14973
+ inputs?: Record<string, string | number | boolean> | undefined;
14974
+ } | undefined;
15062
14975
  }, {
15063
14976
  type: "pull-request";
15064
14977
  webhookSecret?: string | undefined;
@@ -15092,6 +15005,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15092
15005
  labels?: string[] | undefined;
15093
15006
  reviewers?: string[] | undefined;
15094
15007
  teamReviewers?: string[] | undefined;
15008
+ postMergeDispatch?: {
15009
+ repo?: string | undefined;
15010
+ workflow?: string | undefined;
15011
+ inputs?: Record<string, string | number | boolean> | undefined;
15012
+ } | undefined;
15095
15013
  }>, zod.ZodObject<{
15096
15014
  type: zod.ZodLiteral<"terraform-cloud">;
15097
15015
  organization: zod.ZodOptional<zod.ZodString>;
@@ -15739,7 +15657,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15739
15657
  title: string;
15740
15658
  auth: {
15741
15659
  type: "token";
15742
- token: string;
15660
+ token?: string | undefined;
15743
15661
  };
15744
15662
  repo: string;
15745
15663
  head: string;
@@ -15771,6 +15689,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15771
15689
  payload: Record<string, string>;
15772
15690
  workflow: string;
15773
15691
  eventType: string;
15692
+ repo?: string | undefined;
15774
15693
  } | undefined;
15775
15694
  } | {
15776
15695
  type: "terraform-cloud";
@@ -15923,6 +15842,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
15923
15842
  labels?: string[] | undefined;
15924
15843
  reviewers?: string[] | undefined;
15925
15844
  teamReviewers?: string[] | undefined;
15845
+ postMergeDispatch?: {
15846
+ repo?: string | undefined;
15847
+ workflow?: string | undefined;
15848
+ inputs?: Record<string, string | number | boolean> | undefined;
15849
+ } | undefined;
15926
15850
  } | {
15927
15851
  type: "terraform-cloud";
15928
15852
  message?: string | undefined;
@@ -16154,7 +16078,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
16154
16078
  title: string;
16155
16079
  auth: {
16156
16080
  type: "token";
16157
- token: string;
16081
+ token?: string | undefined;
16158
16082
  };
16159
16083
  repo: string;
16160
16084
  head: string;
@@ -16186,6 +16110,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
16186
16110
  payload: Record<string, string>;
16187
16111
  workflow: string;
16188
16112
  eventType: string;
16113
+ repo?: string | undefined;
16189
16114
  } | undefined;
16190
16115
  } | {
16191
16116
  type: "terraform-cloud";
@@ -16360,6 +16285,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
16360
16285
  labels?: string[] | undefined;
16361
16286
  reviewers?: string[] | undefined;
16362
16287
  teamReviewers?: string[] | undefined;
16288
+ postMergeDispatch?: {
16289
+ repo?: string | undefined;
16290
+ workflow?: string | undefined;
16291
+ inputs?: Record<string, string | number | boolean> | undefined;
16292
+ } | undefined;
16363
16293
  } | {
16364
16294
  type: "terraform-cloud";
16365
16295
  message?: string | undefined;
@@ -16636,7 +16566,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
16636
16566
  title: string;
16637
16567
  auth: {
16638
16568
  type: "token";
16639
- token: string;
16569
+ token?: string | undefined;
16640
16570
  };
16641
16571
  repo: string;
16642
16572
  head: string;
@@ -16670,6 +16600,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
16670
16600
  };
16671
16601
  workflow: string;
16672
16602
  eventType: string;
16603
+ repo?: string | undefined;
16673
16604
  } | undefined;
16674
16605
  } | {
16675
16606
  type: "terraform-cloud";
@@ -16833,6 +16764,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
16833
16764
  labels?: string[] | undefined;
16834
16765
  reviewers?: string[] | undefined;
16835
16766
  teamReviewers?: string[] | undefined;
16767
+ postMergeDispatch?: {
16768
+ repo?: string | undefined;
16769
+ workflow?: string | undefined;
16770
+ inputs?: {
16771
+ [x: string]: string | number | boolean;
16772
+ } | undefined;
16773
+ } | undefined;
16836
16774
  } | {
16837
16775
  type: "terraform-cloud";
16838
16776
  message?: string | undefined;
@@ -18155,13 +18093,13 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18155
18093
  repo: zod.ZodString;
18156
18094
  auth: zod.ZodObject<{
18157
18095
  type: zod.ZodLiteral<"token">;
18158
- token: zod.ZodString;
18096
+ token: zod.ZodOptional<zod.ZodString>;
18159
18097
  }, "strip", zod.ZodTypeAny, {
18160
18098
  type: "token";
18161
- token: string;
18099
+ token?: string | undefined;
18162
18100
  }, {
18163
18101
  type: "token";
18164
- token: string;
18102
+ token?: string | undefined;
18165
18103
  }>;
18166
18104
  title: zod.ZodString;
18167
18105
  body: zod.ZodOptional<zod.ZodString>;
@@ -18284,22 +18222,25 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18284
18222
  postMergeDispatch: zod.ZodOptional<zod.ZodObject<{
18285
18223
  workflow: zod.ZodString;
18286
18224
  eventType: zod.ZodString;
18225
+ repo: zod.ZodOptional<zod.ZodString>;
18287
18226
  payload: zod.ZodRecord<zod.ZodString, zod.ZodString>;
18288
18227
  }, "strip", zod.ZodTypeAny, {
18289
18228
  payload: Record<string, string>;
18290
18229
  workflow: string;
18291
18230
  eventType: string;
18231
+ repo?: string | undefined;
18292
18232
  }, {
18293
18233
  payload: Record<string, string>;
18294
18234
  workflow: string;
18295
18235
  eventType: string;
18236
+ repo?: string | undefined;
18296
18237
  }>>;
18297
18238
  }, "strip", zod.ZodTypeAny, {
18298
18239
  type: "pull-request";
18299
18240
  title: string;
18300
18241
  auth: {
18301
18242
  type: "token";
18302
- token: string;
18243
+ token?: string | undefined;
18303
18244
  };
18304
18245
  repo: string;
18305
18246
  head: string;
@@ -18331,13 +18272,14 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18331
18272
  payload: Record<string, string>;
18332
18273
  workflow: string;
18333
18274
  eventType: string;
18275
+ repo?: string | undefined;
18334
18276
  } | undefined;
18335
18277
  }, {
18336
18278
  type: "pull-request";
18337
18279
  title: string;
18338
18280
  auth: {
18339
18281
  type: "token";
18340
- token: string;
18282
+ token?: string | undefined;
18341
18283
  };
18342
18284
  repo: string;
18343
18285
  head: string;
@@ -18369,6 +18311,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18369
18311
  payload: Record<string, string>;
18370
18312
  workflow: string;
18371
18313
  eventType: string;
18314
+ repo?: string | undefined;
18372
18315
  } | undefined;
18373
18316
  }>, zod.ZodObject<{
18374
18317
  type: zod.ZodLiteral<"terraform-cloud">;
@@ -18880,7 +18823,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18880
18823
  title: string;
18881
18824
  auth: {
18882
18825
  type: "token";
18883
- token: string;
18826
+ token?: string | undefined;
18884
18827
  };
18885
18828
  repo: string;
18886
18829
  head: string;
@@ -18912,6 +18855,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
18912
18855
  payload: Record<string, string>;
18913
18856
  workflow: string;
18914
18857
  eventType: string;
18858
+ repo?: string | undefined;
18915
18859
  } | undefined;
18916
18860
  } | {
18917
18861
  type: "terraform-cloud";
@@ -19033,7 +18977,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19033
18977
  title: string;
19034
18978
  auth: {
19035
18979
  type: "token";
19036
- token: string;
18980
+ token?: string | undefined;
19037
18981
  };
19038
18982
  repo: string;
19039
18983
  head: string;
@@ -19065,6 +19009,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19065
19009
  payload: Record<string, string>;
19066
19010
  workflow: string;
19067
19011
  eventType: string;
19012
+ repo?: string | undefined;
19068
19013
  } | undefined;
19069
19014
  } | {
19070
19015
  type: "terraform-cloud";
@@ -19405,6 +19350,19 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19405
19350
  reviewers: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
19406
19351
  teamReviewers: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
19407
19352
  webhookSecret: zod.ZodOptional<zod.ZodString>;
19353
+ postMergeDispatch: zod.ZodOptional<zod.ZodObject<{
19354
+ repo: zod.ZodOptional<zod.ZodString>;
19355
+ workflow: zod.ZodOptional<zod.ZodString>;
19356
+ inputs: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodNumber, zod.ZodBoolean]>>>;
19357
+ }, "strip", zod.ZodTypeAny, {
19358
+ repo?: string | undefined;
19359
+ workflow?: string | undefined;
19360
+ inputs?: Record<string, string | number | boolean> | undefined;
19361
+ }, {
19362
+ repo?: string | undefined;
19363
+ workflow?: string | undefined;
19364
+ inputs?: Record<string, string | number | boolean> | undefined;
19365
+ }>>;
19408
19366
  }, "strip", zod.ZodTypeAny, {
19409
19367
  type: "pull-request";
19410
19368
  webhookSecret?: string | undefined;
@@ -19438,6 +19396,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19438
19396
  labels?: string[] | undefined;
19439
19397
  reviewers?: string[] | undefined;
19440
19398
  teamReviewers?: string[] | undefined;
19399
+ postMergeDispatch?: {
19400
+ repo?: string | undefined;
19401
+ workflow?: string | undefined;
19402
+ inputs?: Record<string, string | number | boolean> | undefined;
19403
+ } | undefined;
19441
19404
  }, {
19442
19405
  type: "pull-request";
19443
19406
  webhookSecret?: string | undefined;
@@ -19471,6 +19434,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
19471
19434
  labels?: string[] | undefined;
19472
19435
  reviewers?: string[] | undefined;
19473
19436
  teamReviewers?: string[] | undefined;
19437
+ postMergeDispatch?: {
19438
+ repo?: string | undefined;
19439
+ workflow?: string | undefined;
19440
+ inputs?: Record<string, string | number | boolean> | undefined;
19441
+ } | undefined;
19474
19442
  }>, zod.ZodObject<{
19475
19443
  type: zod.ZodLiteral<"terraform-cloud">;
19476
19444
  organization: zod.ZodOptional<zod.ZodString>;
@@ -20115,7 +20083,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20115
20083
  title: string;
20116
20084
  auth: {
20117
20085
  type: "token";
20118
- token: string;
20086
+ token?: string | undefined;
20119
20087
  };
20120
20088
  repo: string;
20121
20089
  head: string;
@@ -20147,6 +20115,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20147
20115
  payload: Record<string, string>;
20148
20116
  workflow: string;
20149
20117
  eventType: string;
20118
+ repo?: string | undefined;
20150
20119
  } | undefined;
20151
20120
  } | {
20152
20121
  type: "terraform-cloud";
@@ -20299,6 +20268,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20299
20268
  labels?: string[] | undefined;
20300
20269
  reviewers?: string[] | undefined;
20301
20270
  teamReviewers?: string[] | undefined;
20271
+ postMergeDispatch?: {
20272
+ repo?: string | undefined;
20273
+ workflow?: string | undefined;
20274
+ inputs?: Record<string, string | number | boolean> | undefined;
20275
+ } | undefined;
20302
20276
  } | {
20303
20277
  type: "terraform-cloud";
20304
20278
  message?: string | undefined;
@@ -20529,7 +20503,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20529
20503
  title: string;
20530
20504
  auth: {
20531
20505
  type: "token";
20532
- token: string;
20506
+ token?: string | undefined;
20533
20507
  };
20534
20508
  repo: string;
20535
20509
  head: string;
@@ -20561,6 +20535,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20561
20535
  payload: Record<string, string>;
20562
20536
  workflow: string;
20563
20537
  eventType: string;
20538
+ repo?: string | undefined;
20564
20539
  } | undefined;
20565
20540
  } | {
20566
20541
  type: "terraform-cloud";
@@ -20735,6 +20710,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
20735
20710
  labels?: string[] | undefined;
20736
20711
  reviewers?: string[] | undefined;
20737
20712
  teamReviewers?: string[] | undefined;
20713
+ postMergeDispatch?: {
20714
+ repo?: string | undefined;
20715
+ workflow?: string | undefined;
20716
+ inputs?: Record<string, string | number | boolean> | undefined;
20717
+ } | undefined;
20738
20718
  } | {
20739
20719
  type: "terraform-cloud";
20740
20720
  message?: string | undefined;
@@ -21063,7 +21043,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21063
21043
  title: string;
21064
21044
  auth: {
21065
21045
  type: "token";
21066
- token: string;
21046
+ token?: string | undefined;
21067
21047
  };
21068
21048
  repo: string;
21069
21049
  head: string;
@@ -21095,6 +21075,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21095
21075
  payload: Record<string, string>;
21096
21076
  workflow: string;
21097
21077
  eventType: string;
21078
+ repo?: string | undefined;
21098
21079
  } | undefined;
21099
21080
  } | {
21100
21081
  type: "terraform-cloud";
@@ -21247,6 +21228,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21247
21228
  labels?: string[] | undefined;
21248
21229
  reviewers?: string[] | undefined;
21249
21230
  teamReviewers?: string[] | undefined;
21231
+ postMergeDispatch?: {
21232
+ repo?: string | undefined;
21233
+ workflow?: string | undefined;
21234
+ inputs?: Record<string, string | number | boolean> | undefined;
21235
+ } | undefined;
21250
21236
  } | {
21251
21237
  type: "terraform-cloud";
21252
21238
  message?: string | undefined;
@@ -21582,7 +21568,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21582
21568
  title: string;
21583
21569
  auth: {
21584
21570
  type: "token";
21585
- token: string;
21571
+ token?: string | undefined;
21586
21572
  };
21587
21573
  repo: string;
21588
21574
  head: string;
@@ -21614,6 +21600,7 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21614
21600
  payload: Record<string, string>;
21615
21601
  workflow: string;
21616
21602
  eventType: string;
21603
+ repo?: string | undefined;
21617
21604
  } | undefined;
21618
21605
  } | {
21619
21606
  type: "terraform-cloud";
@@ -21788,6 +21775,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
21788
21775
  labels?: string[] | undefined;
21789
21776
  reviewers?: string[] | undefined;
21790
21777
  teamReviewers?: string[] | undefined;
21778
+ postMergeDispatch?: {
21779
+ repo?: string | undefined;
21780
+ workflow?: string | undefined;
21781
+ inputs?: Record<string, string | number | boolean> | undefined;
21782
+ } | undefined;
21791
21783
  } | {
21792
21784
  type: "terraform-cloud";
21793
21785
  message?: string | undefined;
@@ -22819,6 +22811,11 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
22819
22811
  metrics: {
22820
22812
  overview: SchemaFn<zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>, AdminMetricsOverview>;
22821
22813
  };
22814
+ integrations: {
22815
+ githubInstallations: {
22816
+ list: SchemaFn<zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>, AdminGitHubInstallationListResponse>;
22817
+ };
22818
+ };
22822
22819
  };
22823
22820
  } & {
22824
22821
  pools: {
@@ -23178,4 +23175,4 @@ declare const createClient: (baseUrl: string, options?: CreateClientOptions | To
23178
23175
  };
23179
23176
  type TerrantulaCloudClient = ReturnType<typeof createClient>;
23180
23177
 
23181
- export { AdminAuditListResponse, AdminMetricsOverview, AdminOrgDetail, AdminOrgListResponse, AdminSuspendResponse, AuditExportConfigResponse, AuditExportRunResponse, type CloudAppType, type CreateClientOptions, type ProjectAppType, SchemaFn, type TerrantulaCloudClient, TestConnectionResponse, TokenSource, createClient };
23178
+ export { AdminAuditListResponse, AdminGitHubInstallationListResponse, AdminMetricsOverview, AdminOrgDetail, AdminOrgListResponse, AdminSuspendResponse, AuditExportConfigResponse, AuditExportRunResponse, type CloudAppType, type CreateClientOptions, type ProjectAppType, SchemaFn, type TerrantulaCloudClient, TestConnectionResponse, TokenSource, createClient };