@trigger.dev/core 4.0.0-v4-beta.27 → 4.0.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/commonjs/logger.js +2 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/v3/config.d.ts +2 -2
- package/dist/commonjs/v3/isomorphic/traceContext.d.ts +2 -1
- package/dist/commonjs/v3/isomorphic/traceContext.js +4 -4
- package/dist/commonjs/v3/isomorphic/traceContext.js.map +1 -1
- package/dist/commonjs/v3/otel/tracingSDK.js +57 -3
- package/dist/commonjs/v3/otel/tracingSDK.js.map +1 -1
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.js +3 -3
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +16 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +108 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +12 -0
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +90 -0
- package/dist/commonjs/v3/schemas/api.d.ts +66 -0
- package/dist/commonjs/v3/schemas/checkpoints.d.ts +18 -0
- package/dist/commonjs/v3/schemas/common.d.ts +248 -0
- package/dist/commonjs/v3/schemas/common.js +5 -0
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +768 -0
- package/dist/commonjs/v3/schemas/runEngine.d.ts +101 -0
- package/dist/commonjs/v3/schemas/runEngine.js +6 -1
- package/dist/commonjs/v3/schemas/runEngine.js.map +1 -1
- package/dist/commonjs/v3/schemas/schemas.d.ts +136 -0
- package/dist/commonjs/v3/serverOnly/index.d.ts +1 -0
- package/dist/commonjs/v3/serverOnly/index.js +1 -0
- package/dist/commonjs/v3/serverOnly/index.js.map +1 -1
- package/dist/commonjs/v3/serverOnly/placementTags.d.ts +20 -0
- package/dist/commonjs/v3/serverOnly/placementTags.js +49 -0
- package/dist/commonjs/v3/serverOnly/placementTags.js.map +1 -0
- package/dist/commonjs/v3/traceContext/api.d.ts +1 -0
- package/dist/commonjs/v3/traceContext/manager.d.ts +1 -0
- package/dist/commonjs/v3/traceContext/manager.js +7 -5
- package/dist/commonjs/v3/traceContext/manager.js.map +1 -1
- package/dist/commonjs/v3/traceContext/types.d.ts +1 -0
- package/dist/commonjs/v3/types/tasks.d.ts +1 -0
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/logger.js +2 -0
- package/dist/esm/logger.js.map +1 -1
- package/dist/esm/v3/config.d.ts +2 -2
- package/dist/esm/v3/isomorphic/traceContext.d.ts +2 -1
- package/dist/esm/v3/isomorphic/traceContext.js +4 -4
- package/dist/esm/v3/isomorphic/traceContext.js.map +1 -1
- package/dist/esm/v3/otel/tracingSDK.js +59 -5
- package/dist/esm/v3/otel/tracingSDK.js.map +1 -1
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.js +3 -3
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +16 -0
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +108 -0
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +12 -0
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +90 -0
- package/dist/esm/v3/schemas/api.d.ts +66 -0
- package/dist/esm/v3/schemas/checkpoints.d.ts +18 -0
- package/dist/esm/v3/schemas/common.d.ts +248 -0
- package/dist/esm/v3/schemas/common.js +5 -0
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +768 -0
- package/dist/esm/v3/schemas/runEngine.d.ts +101 -0
- package/dist/esm/v3/schemas/runEngine.js +5 -0
- package/dist/esm/v3/schemas/runEngine.js.map +1 -1
- package/dist/esm/v3/schemas/schemas.d.ts +136 -0
- package/dist/esm/v3/serverOnly/index.d.ts +1 -0
- package/dist/esm/v3/serverOnly/index.js +1 -0
- package/dist/esm/v3/serverOnly/index.js.map +1 -1
- package/dist/esm/v3/serverOnly/placementTags.d.ts +20 -0
- package/dist/esm/v3/serverOnly/placementTags.js +44 -0
- package/dist/esm/v3/serverOnly/placementTags.js.map +1 -0
- package/dist/esm/v3/traceContext/api.d.ts +1 -0
- package/dist/esm/v3/traceContext/manager.d.ts +1 -0
- package/dist/esm/v3/traceContext/manager.js +8 -6
- package/dist/esm/v3/traceContext/manager.js.map +1 -1
- package/dist/esm/v3/traceContext/types.d.ts +1 -0
- package/dist/esm/v3/types/tasks.d.ts +1 -0
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -1759,6 +1759,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1759
1759
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
1760
1760
|
branchName: z.ZodOptional<z.ZodString>;
|
|
1761
1761
|
git: z.ZodOptional<z.ZodObject<{
|
|
1762
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
1763
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
1764
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
1765
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
1762
1766
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
1763
1767
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
1764
1768
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -1770,6 +1774,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1770
1774
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
1771
1775
|
}, "strip", z.ZodTypeAny, {
|
|
1772
1776
|
dirty?: boolean | undefined;
|
|
1777
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
1778
|
+
provider?: string | undefined;
|
|
1779
|
+
ghUsername?: string | undefined;
|
|
1780
|
+
ghUserAvatarUrl?: string | undefined;
|
|
1773
1781
|
commitAuthorName?: string | undefined;
|
|
1774
1782
|
commitMessage?: string | undefined;
|
|
1775
1783
|
commitRef?: string | undefined;
|
|
@@ -1780,6 +1788,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1780
1788
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1781
1789
|
}, {
|
|
1782
1790
|
dirty?: boolean | undefined;
|
|
1791
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
1792
|
+
provider?: string | undefined;
|
|
1793
|
+
ghUsername?: string | undefined;
|
|
1794
|
+
ghUserAvatarUrl?: string | undefined;
|
|
1783
1795
|
commitAuthorName?: string | undefined;
|
|
1784
1796
|
commitMessage?: string | undefined;
|
|
1785
1797
|
commitRef?: string | undefined;
|
|
@@ -1796,6 +1808,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1796
1808
|
branchName?: string | undefined;
|
|
1797
1809
|
git?: {
|
|
1798
1810
|
dirty?: boolean | undefined;
|
|
1811
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
1812
|
+
provider?: string | undefined;
|
|
1813
|
+
ghUsername?: string | undefined;
|
|
1814
|
+
ghUserAvatarUrl?: string | undefined;
|
|
1799
1815
|
commitAuthorName?: string | undefined;
|
|
1800
1816
|
commitMessage?: string | undefined;
|
|
1801
1817
|
commitRef?: string | undefined;
|
|
@@ -1812,6 +1828,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1812
1828
|
branchName?: string | undefined;
|
|
1813
1829
|
git?: {
|
|
1814
1830
|
dirty?: boolean | undefined;
|
|
1831
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
1832
|
+
provider?: string | undefined;
|
|
1833
|
+
ghUsername?: string | undefined;
|
|
1834
|
+
ghUserAvatarUrl?: string | undefined;
|
|
1815
1835
|
commitAuthorName?: string | undefined;
|
|
1816
1836
|
commitMessage?: string | undefined;
|
|
1817
1837
|
commitRef?: string | undefined;
|
|
@@ -1891,6 +1911,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1891
1911
|
branchName?: string | undefined;
|
|
1892
1912
|
git?: {
|
|
1893
1913
|
dirty?: boolean | undefined;
|
|
1914
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
1915
|
+
provider?: string | undefined;
|
|
1916
|
+
ghUsername?: string | undefined;
|
|
1917
|
+
ghUserAvatarUrl?: string | undefined;
|
|
1894
1918
|
commitAuthorName?: string | undefined;
|
|
1895
1919
|
commitMessage?: string | undefined;
|
|
1896
1920
|
commitRef?: string | undefined;
|
|
@@ -1966,6 +1990,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1966
1990
|
branchName?: string | undefined;
|
|
1967
1991
|
git?: {
|
|
1968
1992
|
dirty?: boolean | undefined;
|
|
1993
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
1994
|
+
provider?: string | undefined;
|
|
1995
|
+
ghUsername?: string | undefined;
|
|
1996
|
+
ghUserAvatarUrl?: string | undefined;
|
|
1969
1997
|
commitAuthorName?: string | undefined;
|
|
1970
1998
|
commitMessage?: string | undefined;
|
|
1971
1999
|
commitRef?: string | undefined;
|
|
@@ -2045,6 +2073,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
2045
2073
|
branchName?: string | undefined;
|
|
2046
2074
|
git?: {
|
|
2047
2075
|
dirty?: boolean | undefined;
|
|
2076
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
2077
|
+
provider?: string | undefined;
|
|
2078
|
+
ghUsername?: string | undefined;
|
|
2079
|
+
ghUserAvatarUrl?: string | undefined;
|
|
2048
2080
|
commitAuthorName?: string | undefined;
|
|
2049
2081
|
commitMessage?: string | undefined;
|
|
2050
2082
|
commitRef?: string | undefined;
|
|
@@ -2315,6 +2347,10 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
2315
2347
|
branchName?: string | undefined;
|
|
2316
2348
|
git?: {
|
|
2317
2349
|
dirty?: boolean | undefined;
|
|
2350
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
2351
|
+
provider?: string | undefined;
|
|
2352
|
+
ghUsername?: string | undefined;
|
|
2353
|
+
ghUserAvatarUrl?: string | undefined;
|
|
2318
2354
|
commitAuthorName?: string | undefined;
|
|
2319
2355
|
commitMessage?: string | undefined;
|
|
2320
2356
|
commitRef?: string | undefined;
|
|
@@ -4798,6 +4834,10 @@ export declare const clientWebsocketMessages: {
|
|
|
4798
4834
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
4799
4835
|
branchName: z.ZodOptional<z.ZodString>;
|
|
4800
4836
|
git: z.ZodOptional<z.ZodObject<{
|
|
4837
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
4838
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
4839
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
4840
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
4801
4841
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
4802
4842
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
4803
4843
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -4809,6 +4849,10 @@ export declare const clientWebsocketMessages: {
|
|
|
4809
4849
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
4810
4850
|
}, "strip", z.ZodTypeAny, {
|
|
4811
4851
|
dirty?: boolean | undefined;
|
|
4852
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
4853
|
+
provider?: string | undefined;
|
|
4854
|
+
ghUsername?: string | undefined;
|
|
4855
|
+
ghUserAvatarUrl?: string | undefined;
|
|
4812
4856
|
commitAuthorName?: string | undefined;
|
|
4813
4857
|
commitMessage?: string | undefined;
|
|
4814
4858
|
commitRef?: string | undefined;
|
|
@@ -4819,6 +4863,10 @@ export declare const clientWebsocketMessages: {
|
|
|
4819
4863
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
4820
4864
|
}, {
|
|
4821
4865
|
dirty?: boolean | undefined;
|
|
4866
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
4867
|
+
provider?: string | undefined;
|
|
4868
|
+
ghUsername?: string | undefined;
|
|
4869
|
+
ghUserAvatarUrl?: string | undefined;
|
|
4822
4870
|
commitAuthorName?: string | undefined;
|
|
4823
4871
|
commitMessage?: string | undefined;
|
|
4824
4872
|
commitRef?: string | undefined;
|
|
@@ -4835,6 +4883,10 @@ export declare const clientWebsocketMessages: {
|
|
|
4835
4883
|
branchName?: string | undefined;
|
|
4836
4884
|
git?: {
|
|
4837
4885
|
dirty?: boolean | undefined;
|
|
4886
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
4887
|
+
provider?: string | undefined;
|
|
4888
|
+
ghUsername?: string | undefined;
|
|
4889
|
+
ghUserAvatarUrl?: string | undefined;
|
|
4838
4890
|
commitAuthorName?: string | undefined;
|
|
4839
4891
|
commitMessage?: string | undefined;
|
|
4840
4892
|
commitRef?: string | undefined;
|
|
@@ -4851,6 +4903,10 @@ export declare const clientWebsocketMessages: {
|
|
|
4851
4903
|
branchName?: string | undefined;
|
|
4852
4904
|
git?: {
|
|
4853
4905
|
dirty?: boolean | undefined;
|
|
4906
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
4907
|
+
provider?: string | undefined;
|
|
4908
|
+
ghUsername?: string | undefined;
|
|
4909
|
+
ghUserAvatarUrl?: string | undefined;
|
|
4854
4910
|
commitAuthorName?: string | undefined;
|
|
4855
4911
|
commitMessage?: string | undefined;
|
|
4856
4912
|
commitRef?: string | undefined;
|
|
@@ -4930,6 +4986,10 @@ export declare const clientWebsocketMessages: {
|
|
|
4930
4986
|
branchName?: string | undefined;
|
|
4931
4987
|
git?: {
|
|
4932
4988
|
dirty?: boolean | undefined;
|
|
4989
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
4990
|
+
provider?: string | undefined;
|
|
4991
|
+
ghUsername?: string | undefined;
|
|
4992
|
+
ghUserAvatarUrl?: string | undefined;
|
|
4933
4993
|
commitAuthorName?: string | undefined;
|
|
4934
4994
|
commitMessage?: string | undefined;
|
|
4935
4995
|
commitRef?: string | undefined;
|
|
@@ -5005,6 +5065,10 @@ export declare const clientWebsocketMessages: {
|
|
|
5005
5065
|
branchName?: string | undefined;
|
|
5006
5066
|
git?: {
|
|
5007
5067
|
dirty?: boolean | undefined;
|
|
5068
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
5069
|
+
provider?: string | undefined;
|
|
5070
|
+
ghUsername?: string | undefined;
|
|
5071
|
+
ghUserAvatarUrl?: string | undefined;
|
|
5008
5072
|
commitAuthorName?: string | undefined;
|
|
5009
5073
|
commitMessage?: string | undefined;
|
|
5010
5074
|
commitRef?: string | undefined;
|
|
@@ -5084,6 +5148,10 @@ export declare const clientWebsocketMessages: {
|
|
|
5084
5148
|
branchName?: string | undefined;
|
|
5085
5149
|
git?: {
|
|
5086
5150
|
dirty?: boolean | undefined;
|
|
5151
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
5152
|
+
provider?: string | undefined;
|
|
5153
|
+
ghUsername?: string | undefined;
|
|
5154
|
+
ghUserAvatarUrl?: string | undefined;
|
|
5087
5155
|
commitAuthorName?: string | undefined;
|
|
5088
5156
|
commitMessage?: string | undefined;
|
|
5089
5157
|
commitRef?: string | undefined;
|
|
@@ -5354,6 +5422,10 @@ export declare const clientWebsocketMessages: {
|
|
|
5354
5422
|
branchName?: string | undefined;
|
|
5355
5423
|
git?: {
|
|
5356
5424
|
dirty?: boolean | undefined;
|
|
5425
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
5426
|
+
provider?: string | undefined;
|
|
5427
|
+
ghUsername?: string | undefined;
|
|
5428
|
+
ghUserAvatarUrl?: string | undefined;
|
|
5357
5429
|
commitAuthorName?: string | undefined;
|
|
5358
5430
|
commitMessage?: string | undefined;
|
|
5359
5431
|
commitRef?: string | undefined;
|
|
@@ -6520,6 +6592,10 @@ export declare const clientWebsocketMessages: {
|
|
|
6520
6592
|
branchName?: string | undefined;
|
|
6521
6593
|
git?: {
|
|
6522
6594
|
dirty?: boolean | undefined;
|
|
6595
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
6596
|
+
provider?: string | undefined;
|
|
6597
|
+
ghUsername?: string | undefined;
|
|
6598
|
+
ghUserAvatarUrl?: string | undefined;
|
|
6523
6599
|
commitAuthorName?: string | undefined;
|
|
6524
6600
|
commitMessage?: string | undefined;
|
|
6525
6601
|
commitRef?: string | undefined;
|
|
@@ -6911,6 +6987,10 @@ export declare const clientWebsocketMessages: {
|
|
|
6911
6987
|
branchName?: string | undefined;
|
|
6912
6988
|
git?: {
|
|
6913
6989
|
dirty?: boolean | undefined;
|
|
6990
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
6991
|
+
provider?: string | undefined;
|
|
6992
|
+
ghUsername?: string | undefined;
|
|
6993
|
+
ghUserAvatarUrl?: string | undefined;
|
|
6914
6994
|
commitAuthorName?: string | undefined;
|
|
6915
6995
|
commitMessage?: string | undefined;
|
|
6916
6996
|
commitRef?: string | undefined;
|
|
@@ -7857,6 +7937,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7857
7937
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
7858
7938
|
branchName: z.ZodOptional<z.ZodString>;
|
|
7859
7939
|
git: z.ZodOptional<z.ZodObject<{
|
|
7940
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
7941
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
7942
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
7943
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
7860
7944
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
7861
7945
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
7862
7946
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -7868,6 +7952,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7868
7952
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
7869
7953
|
}, "strip", z.ZodTypeAny, {
|
|
7870
7954
|
dirty?: boolean | undefined;
|
|
7955
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
7956
|
+
provider?: string | undefined;
|
|
7957
|
+
ghUsername?: string | undefined;
|
|
7958
|
+
ghUserAvatarUrl?: string | undefined;
|
|
7871
7959
|
commitAuthorName?: string | undefined;
|
|
7872
7960
|
commitMessage?: string | undefined;
|
|
7873
7961
|
commitRef?: string | undefined;
|
|
@@ -7878,6 +7966,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7878
7966
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
7879
7967
|
}, {
|
|
7880
7968
|
dirty?: boolean | undefined;
|
|
7969
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
7970
|
+
provider?: string | undefined;
|
|
7971
|
+
ghUsername?: string | undefined;
|
|
7972
|
+
ghUserAvatarUrl?: string | undefined;
|
|
7881
7973
|
commitAuthorName?: string | undefined;
|
|
7882
7974
|
commitMessage?: string | undefined;
|
|
7883
7975
|
commitRef?: string | undefined;
|
|
@@ -7894,6 +7986,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7894
7986
|
branchName?: string | undefined;
|
|
7895
7987
|
git?: {
|
|
7896
7988
|
dirty?: boolean | undefined;
|
|
7989
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
7990
|
+
provider?: string | undefined;
|
|
7991
|
+
ghUsername?: string | undefined;
|
|
7992
|
+
ghUserAvatarUrl?: string | undefined;
|
|
7897
7993
|
commitAuthorName?: string | undefined;
|
|
7898
7994
|
commitMessage?: string | undefined;
|
|
7899
7995
|
commitRef?: string | undefined;
|
|
@@ -7910,6 +8006,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7910
8006
|
branchName?: string | undefined;
|
|
7911
8007
|
git?: {
|
|
7912
8008
|
dirty?: boolean | undefined;
|
|
8009
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8010
|
+
provider?: string | undefined;
|
|
8011
|
+
ghUsername?: string | undefined;
|
|
8012
|
+
ghUserAvatarUrl?: string | undefined;
|
|
7913
8013
|
commitAuthorName?: string | undefined;
|
|
7914
8014
|
commitMessage?: string | undefined;
|
|
7915
8015
|
commitRef?: string | undefined;
|
|
@@ -7979,6 +8079,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7979
8079
|
runtime: z.ZodString;
|
|
7980
8080
|
runtimeVersion: z.ZodString;
|
|
7981
8081
|
git: z.ZodOptional<z.ZodObject<{
|
|
8082
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
8083
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
8084
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
8085
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
7982
8086
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
7983
8087
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
7984
8088
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -7990,6 +8094,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7990
8094
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
7991
8095
|
}, "strip", z.ZodTypeAny, {
|
|
7992
8096
|
dirty?: boolean | undefined;
|
|
8097
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8098
|
+
provider?: string | undefined;
|
|
8099
|
+
ghUsername?: string | undefined;
|
|
8100
|
+
ghUserAvatarUrl?: string | undefined;
|
|
7993
8101
|
commitAuthorName?: string | undefined;
|
|
7994
8102
|
commitMessage?: string | undefined;
|
|
7995
8103
|
commitRef?: string | undefined;
|
|
@@ -8000,6 +8108,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8000
8108
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
8001
8109
|
}, {
|
|
8002
8110
|
dirty?: boolean | undefined;
|
|
8111
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8112
|
+
provider?: string | undefined;
|
|
8113
|
+
ghUsername?: string | undefined;
|
|
8114
|
+
ghUserAvatarUrl?: string | undefined;
|
|
8003
8115
|
commitAuthorName?: string | undefined;
|
|
8004
8116
|
commitMessage?: string | undefined;
|
|
8005
8117
|
commitRef?: string | undefined;
|
|
@@ -8017,6 +8129,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8017
8129
|
runtimeVersion: string;
|
|
8018
8130
|
git?: {
|
|
8019
8131
|
dirty?: boolean | undefined;
|
|
8132
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8133
|
+
provider?: string | undefined;
|
|
8134
|
+
ghUsername?: string | undefined;
|
|
8135
|
+
ghUserAvatarUrl?: string | undefined;
|
|
8020
8136
|
commitAuthorName?: string | undefined;
|
|
8021
8137
|
commitMessage?: string | undefined;
|
|
8022
8138
|
commitRef?: string | undefined;
|
|
@@ -8034,6 +8150,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8034
8150
|
runtimeVersion: string;
|
|
8035
8151
|
git?: {
|
|
8036
8152
|
dirty?: boolean | undefined;
|
|
8153
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8154
|
+
provider?: string | undefined;
|
|
8155
|
+
ghUsername?: string | undefined;
|
|
8156
|
+
ghUserAvatarUrl?: string | undefined;
|
|
8037
8157
|
commitAuthorName?: string | undefined;
|
|
8038
8158
|
commitMessage?: string | undefined;
|
|
8039
8159
|
commitRef?: string | undefined;
|
|
@@ -8139,6 +8259,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8139
8259
|
branchName?: string | undefined;
|
|
8140
8260
|
git?: {
|
|
8141
8261
|
dirty?: boolean | undefined;
|
|
8262
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8263
|
+
provider?: string | undefined;
|
|
8264
|
+
ghUsername?: string | undefined;
|
|
8265
|
+
ghUserAvatarUrl?: string | undefined;
|
|
8142
8266
|
commitAuthorName?: string | undefined;
|
|
8143
8267
|
commitMessage?: string | undefined;
|
|
8144
8268
|
commitRef?: string | undefined;
|
|
@@ -8206,6 +8330,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8206
8330
|
runtimeVersion: string;
|
|
8207
8331
|
git?: {
|
|
8208
8332
|
dirty?: boolean | undefined;
|
|
8333
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8334
|
+
provider?: string | undefined;
|
|
8335
|
+
ghUsername?: string | undefined;
|
|
8336
|
+
ghUserAvatarUrl?: string | undefined;
|
|
8209
8337
|
commitAuthorName?: string | undefined;
|
|
8210
8338
|
commitMessage?: string | undefined;
|
|
8211
8339
|
commitRef?: string | undefined;
|
|
@@ -8234,6 +8362,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8234
8362
|
branchName?: string | undefined;
|
|
8235
8363
|
git?: {
|
|
8236
8364
|
dirty?: boolean | undefined;
|
|
8365
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8366
|
+
provider?: string | undefined;
|
|
8367
|
+
ghUsername?: string | undefined;
|
|
8368
|
+
ghUserAvatarUrl?: string | undefined;
|
|
8237
8369
|
commitAuthorName?: string | undefined;
|
|
8238
8370
|
commitMessage?: string | undefined;
|
|
8239
8371
|
commitRef?: string | undefined;
|
|
@@ -8301,6 +8433,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8301
8433
|
runtimeVersion: string;
|
|
8302
8434
|
git?: {
|
|
8303
8435
|
dirty?: boolean | undefined;
|
|
8436
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
8437
|
+
provider?: string | undefined;
|
|
8438
|
+
ghUsername?: string | undefined;
|
|
8439
|
+
ghUserAvatarUrl?: string | undefined;
|
|
8304
8440
|
commitAuthorName?: string | undefined;
|
|
8305
8441
|
commitMessage?: string | undefined;
|
|
8306
8442
|
commitRef?: string | undefined;
|
|
@@ -9514,6 +9650,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9514
9650
|
branchName?: string | undefined;
|
|
9515
9651
|
git?: {
|
|
9516
9652
|
dirty?: boolean | undefined;
|
|
9653
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
9654
|
+
provider?: string | undefined;
|
|
9655
|
+
ghUsername?: string | undefined;
|
|
9656
|
+
ghUserAvatarUrl?: string | undefined;
|
|
9517
9657
|
commitAuthorName?: string | undefined;
|
|
9518
9658
|
commitMessage?: string | undefined;
|
|
9519
9659
|
commitRef?: string | undefined;
|
|
@@ -9581,6 +9721,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9581
9721
|
runtimeVersion: string;
|
|
9582
9722
|
git?: {
|
|
9583
9723
|
dirty?: boolean | undefined;
|
|
9724
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
9725
|
+
provider?: string | undefined;
|
|
9726
|
+
ghUsername?: string | undefined;
|
|
9727
|
+
ghUserAvatarUrl?: string | undefined;
|
|
9584
9728
|
commitAuthorName?: string | undefined;
|
|
9585
9729
|
commitMessage?: string | undefined;
|
|
9586
9730
|
commitRef?: string | undefined;
|
|
@@ -9803,6 +9947,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9803
9947
|
branchName?: string | undefined;
|
|
9804
9948
|
git?: {
|
|
9805
9949
|
dirty?: boolean | undefined;
|
|
9950
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
9951
|
+
provider?: string | undefined;
|
|
9952
|
+
ghUsername?: string | undefined;
|
|
9953
|
+
ghUserAvatarUrl?: string | undefined;
|
|
9806
9954
|
commitAuthorName?: string | undefined;
|
|
9807
9955
|
commitMessage?: string | undefined;
|
|
9808
9956
|
commitRef?: string | undefined;
|
|
@@ -9870,6 +10018,10 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9870
10018
|
runtimeVersion: string;
|
|
9871
10019
|
git?: {
|
|
9872
10020
|
dirty?: boolean | undefined;
|
|
10021
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10022
|
+
provider?: string | undefined;
|
|
10023
|
+
ghUsername?: string | undefined;
|
|
10024
|
+
ghUserAvatarUrl?: string | undefined;
|
|
9873
10025
|
commitAuthorName?: string | undefined;
|
|
9874
10026
|
commitMessage?: string | undefined;
|
|
9875
10027
|
commitRef?: string | undefined;
|
|
@@ -10182,6 +10334,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10182
10334
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
10183
10335
|
branchName: z.ZodOptional<z.ZodString>;
|
|
10184
10336
|
git: z.ZodOptional<z.ZodObject<{
|
|
10337
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
10338
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
10339
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
10340
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
10185
10341
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
10186
10342
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
10187
10343
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -10193,6 +10349,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10193
10349
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
10194
10350
|
}, "strip", z.ZodTypeAny, {
|
|
10195
10351
|
dirty?: boolean | undefined;
|
|
10352
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10353
|
+
provider?: string | undefined;
|
|
10354
|
+
ghUsername?: string | undefined;
|
|
10355
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10196
10356
|
commitAuthorName?: string | undefined;
|
|
10197
10357
|
commitMessage?: string | undefined;
|
|
10198
10358
|
commitRef?: string | undefined;
|
|
@@ -10203,6 +10363,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10203
10363
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
10204
10364
|
}, {
|
|
10205
10365
|
dirty?: boolean | undefined;
|
|
10366
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10367
|
+
provider?: string | undefined;
|
|
10368
|
+
ghUsername?: string | undefined;
|
|
10369
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10206
10370
|
commitAuthorName?: string | undefined;
|
|
10207
10371
|
commitMessage?: string | undefined;
|
|
10208
10372
|
commitRef?: string | undefined;
|
|
@@ -10219,6 +10383,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10219
10383
|
branchName?: string | undefined;
|
|
10220
10384
|
git?: {
|
|
10221
10385
|
dirty?: boolean | undefined;
|
|
10386
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10387
|
+
provider?: string | undefined;
|
|
10388
|
+
ghUsername?: string | undefined;
|
|
10389
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10222
10390
|
commitAuthorName?: string | undefined;
|
|
10223
10391
|
commitMessage?: string | undefined;
|
|
10224
10392
|
commitRef?: string | undefined;
|
|
@@ -10235,6 +10403,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10235
10403
|
branchName?: string | undefined;
|
|
10236
10404
|
git?: {
|
|
10237
10405
|
dirty?: boolean | undefined;
|
|
10406
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10407
|
+
provider?: string | undefined;
|
|
10408
|
+
ghUsername?: string | undefined;
|
|
10409
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10238
10410
|
commitAuthorName?: string | undefined;
|
|
10239
10411
|
commitMessage?: string | undefined;
|
|
10240
10412
|
commitRef?: string | undefined;
|
|
@@ -10304,6 +10476,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10304
10476
|
runtime: z.ZodString;
|
|
10305
10477
|
runtimeVersion: z.ZodString;
|
|
10306
10478
|
git: z.ZodOptional<z.ZodObject<{
|
|
10479
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
10480
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
10481
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
10482
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
10307
10483
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
10308
10484
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
10309
10485
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -10315,6 +10491,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10315
10491
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
10316
10492
|
}, "strip", z.ZodTypeAny, {
|
|
10317
10493
|
dirty?: boolean | undefined;
|
|
10494
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10495
|
+
provider?: string | undefined;
|
|
10496
|
+
ghUsername?: string | undefined;
|
|
10497
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10318
10498
|
commitAuthorName?: string | undefined;
|
|
10319
10499
|
commitMessage?: string | undefined;
|
|
10320
10500
|
commitRef?: string | undefined;
|
|
@@ -10325,6 +10505,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10325
10505
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
10326
10506
|
}, {
|
|
10327
10507
|
dirty?: boolean | undefined;
|
|
10508
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10509
|
+
provider?: string | undefined;
|
|
10510
|
+
ghUsername?: string | undefined;
|
|
10511
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10328
10512
|
commitAuthorName?: string | undefined;
|
|
10329
10513
|
commitMessage?: string | undefined;
|
|
10330
10514
|
commitRef?: string | undefined;
|
|
@@ -10342,6 +10526,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10342
10526
|
runtimeVersion: string;
|
|
10343
10527
|
git?: {
|
|
10344
10528
|
dirty?: boolean | undefined;
|
|
10529
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10530
|
+
provider?: string | undefined;
|
|
10531
|
+
ghUsername?: string | undefined;
|
|
10532
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10345
10533
|
commitAuthorName?: string | undefined;
|
|
10346
10534
|
commitMessage?: string | undefined;
|
|
10347
10535
|
commitRef?: string | undefined;
|
|
@@ -10359,6 +10547,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10359
10547
|
runtimeVersion: string;
|
|
10360
10548
|
git?: {
|
|
10361
10549
|
dirty?: boolean | undefined;
|
|
10550
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10551
|
+
provider?: string | undefined;
|
|
10552
|
+
ghUsername?: string | undefined;
|
|
10553
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10362
10554
|
commitAuthorName?: string | undefined;
|
|
10363
10555
|
commitMessage?: string | undefined;
|
|
10364
10556
|
commitRef?: string | undefined;
|
|
@@ -10464,6 +10656,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10464
10656
|
branchName?: string | undefined;
|
|
10465
10657
|
git?: {
|
|
10466
10658
|
dirty?: boolean | undefined;
|
|
10659
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10660
|
+
provider?: string | undefined;
|
|
10661
|
+
ghUsername?: string | undefined;
|
|
10662
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10467
10663
|
commitAuthorName?: string | undefined;
|
|
10468
10664
|
commitMessage?: string | undefined;
|
|
10469
10665
|
commitRef?: string | undefined;
|
|
@@ -10531,6 +10727,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10531
10727
|
runtimeVersion: string;
|
|
10532
10728
|
git?: {
|
|
10533
10729
|
dirty?: boolean | undefined;
|
|
10730
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10731
|
+
provider?: string | undefined;
|
|
10732
|
+
ghUsername?: string | undefined;
|
|
10733
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10534
10734
|
commitAuthorName?: string | undefined;
|
|
10535
10735
|
commitMessage?: string | undefined;
|
|
10536
10736
|
commitRef?: string | undefined;
|
|
@@ -10559,6 +10759,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10559
10759
|
branchName?: string | undefined;
|
|
10560
10760
|
git?: {
|
|
10561
10761
|
dirty?: boolean | undefined;
|
|
10762
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10763
|
+
provider?: string | undefined;
|
|
10764
|
+
ghUsername?: string | undefined;
|
|
10765
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10562
10766
|
commitAuthorName?: string | undefined;
|
|
10563
10767
|
commitMessage?: string | undefined;
|
|
10564
10768
|
commitRef?: string | undefined;
|
|
@@ -10626,6 +10830,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10626
10830
|
runtimeVersion: string;
|
|
10627
10831
|
git?: {
|
|
10628
10832
|
dirty?: boolean | undefined;
|
|
10833
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10834
|
+
provider?: string | undefined;
|
|
10835
|
+
ghUsername?: string | undefined;
|
|
10836
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10629
10837
|
commitAuthorName?: string | undefined;
|
|
10630
10838
|
commitMessage?: string | undefined;
|
|
10631
10839
|
commitRef?: string | undefined;
|
|
@@ -10699,6 +10907,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10699
10907
|
branchName?: string | undefined;
|
|
10700
10908
|
git?: {
|
|
10701
10909
|
dirty?: boolean | undefined;
|
|
10910
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10911
|
+
provider?: string | undefined;
|
|
10912
|
+
ghUsername?: string | undefined;
|
|
10913
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10702
10914
|
commitAuthorName?: string | undefined;
|
|
10703
10915
|
commitMessage?: string | undefined;
|
|
10704
10916
|
commitRef?: string | undefined;
|
|
@@ -10766,6 +10978,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10766
10978
|
runtimeVersion: string;
|
|
10767
10979
|
git?: {
|
|
10768
10980
|
dirty?: boolean | undefined;
|
|
10981
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
10982
|
+
provider?: string | undefined;
|
|
10983
|
+
ghUsername?: string | undefined;
|
|
10984
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10769
10985
|
commitAuthorName?: string | undefined;
|
|
10770
10986
|
commitMessage?: string | undefined;
|
|
10771
10987
|
commitRef?: string | undefined;
|
|
@@ -10811,6 +11027,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10811
11027
|
branchName?: string | undefined;
|
|
10812
11028
|
git?: {
|
|
10813
11029
|
dirty?: boolean | undefined;
|
|
11030
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
11031
|
+
provider?: string | undefined;
|
|
11032
|
+
ghUsername?: string | undefined;
|
|
11033
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10814
11034
|
commitAuthorName?: string | undefined;
|
|
10815
11035
|
commitMessage?: string | undefined;
|
|
10816
11036
|
commitRef?: string | undefined;
|
|
@@ -10878,6 +11098,10 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
10878
11098
|
runtimeVersion: string;
|
|
10879
11099
|
git?: {
|
|
10880
11100
|
dirty?: boolean | undefined;
|
|
11101
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
11102
|
+
provider?: string | undefined;
|
|
11103
|
+
ghUsername?: string | undefined;
|
|
11104
|
+
ghUserAvatarUrl?: string | undefined;
|
|
10881
11105
|
commitAuthorName?: string | undefined;
|
|
10882
11106
|
commitMessage?: string | undefined;
|
|
10883
11107
|
commitRef?: string | undefined;
|
|
@@ -12157,6 +12381,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12157
12381
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
12158
12382
|
branchName: z.ZodOptional<z.ZodString>;
|
|
12159
12383
|
git: z.ZodOptional<z.ZodObject<{
|
|
12384
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
12385
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
12386
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
12387
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
12160
12388
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
12161
12389
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
12162
12390
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -12168,6 +12396,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12168
12396
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
12169
12397
|
}, "strip", z.ZodTypeAny, {
|
|
12170
12398
|
dirty?: boolean | undefined;
|
|
12399
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12400
|
+
provider?: string | undefined;
|
|
12401
|
+
ghUsername?: string | undefined;
|
|
12402
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12171
12403
|
commitAuthorName?: string | undefined;
|
|
12172
12404
|
commitMessage?: string | undefined;
|
|
12173
12405
|
commitRef?: string | undefined;
|
|
@@ -12178,6 +12410,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12178
12410
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12179
12411
|
}, {
|
|
12180
12412
|
dirty?: boolean | undefined;
|
|
12413
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12414
|
+
provider?: string | undefined;
|
|
12415
|
+
ghUsername?: string | undefined;
|
|
12416
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12181
12417
|
commitAuthorName?: string | undefined;
|
|
12182
12418
|
commitMessage?: string | undefined;
|
|
12183
12419
|
commitRef?: string | undefined;
|
|
@@ -12194,6 +12430,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12194
12430
|
branchName?: string | undefined;
|
|
12195
12431
|
git?: {
|
|
12196
12432
|
dirty?: boolean | undefined;
|
|
12433
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12434
|
+
provider?: string | undefined;
|
|
12435
|
+
ghUsername?: string | undefined;
|
|
12436
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12197
12437
|
commitAuthorName?: string | undefined;
|
|
12198
12438
|
commitMessage?: string | undefined;
|
|
12199
12439
|
commitRef?: string | undefined;
|
|
@@ -12210,6 +12450,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12210
12450
|
branchName?: string | undefined;
|
|
12211
12451
|
git?: {
|
|
12212
12452
|
dirty?: boolean | undefined;
|
|
12453
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12454
|
+
provider?: string | undefined;
|
|
12455
|
+
ghUsername?: string | undefined;
|
|
12456
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12213
12457
|
commitAuthorName?: string | undefined;
|
|
12214
12458
|
commitMessage?: string | undefined;
|
|
12215
12459
|
commitRef?: string | undefined;
|
|
@@ -12306,6 +12550,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12306
12550
|
branchName?: string | undefined;
|
|
12307
12551
|
git?: {
|
|
12308
12552
|
dirty?: boolean | undefined;
|
|
12553
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12554
|
+
provider?: string | undefined;
|
|
12555
|
+
ghUsername?: string | undefined;
|
|
12556
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12309
12557
|
commitAuthorName?: string | undefined;
|
|
12310
12558
|
commitMessage?: string | undefined;
|
|
12311
12559
|
commitRef?: string | undefined;
|
|
@@ -12387,6 +12635,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12387
12635
|
branchName?: string | undefined;
|
|
12388
12636
|
git?: {
|
|
12389
12637
|
dirty?: boolean | undefined;
|
|
12638
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12639
|
+
provider?: string | undefined;
|
|
12640
|
+
ghUsername?: string | undefined;
|
|
12641
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12390
12642
|
commitAuthorName?: string | undefined;
|
|
12391
12643
|
commitMessage?: string | undefined;
|
|
12392
12644
|
commitRef?: string | undefined;
|
|
@@ -12489,6 +12741,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12489
12741
|
branchName?: string | undefined;
|
|
12490
12742
|
git?: {
|
|
12491
12743
|
dirty?: boolean | undefined;
|
|
12744
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12745
|
+
provider?: string | undefined;
|
|
12746
|
+
ghUsername?: string | undefined;
|
|
12747
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12492
12748
|
commitAuthorName?: string | undefined;
|
|
12493
12749
|
commitMessage?: string | undefined;
|
|
12494
12750
|
commitRef?: string | undefined;
|
|
@@ -12580,6 +12836,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12580
12836
|
branchName?: string | undefined;
|
|
12581
12837
|
git?: {
|
|
12582
12838
|
dirty?: boolean | undefined;
|
|
12839
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12840
|
+
provider?: string | undefined;
|
|
12841
|
+
ghUsername?: string | undefined;
|
|
12842
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12583
12843
|
commitAuthorName?: string | undefined;
|
|
12584
12844
|
commitMessage?: string | undefined;
|
|
12585
12845
|
commitRef?: string | undefined;
|
|
@@ -12674,6 +12934,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12674
12934
|
branchName?: string | undefined;
|
|
12675
12935
|
git?: {
|
|
12676
12936
|
dirty?: boolean | undefined;
|
|
12937
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
12938
|
+
provider?: string | undefined;
|
|
12939
|
+
ghUsername?: string | undefined;
|
|
12940
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12677
12941
|
commitAuthorName?: string | undefined;
|
|
12678
12942
|
commitMessage?: string | undefined;
|
|
12679
12943
|
commitRef?: string | undefined;
|
|
@@ -12768,6 +13032,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12768
13032
|
branchName?: string | undefined;
|
|
12769
13033
|
git?: {
|
|
12770
13034
|
dirty?: boolean | undefined;
|
|
13035
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13036
|
+
provider?: string | undefined;
|
|
13037
|
+
ghUsername?: string | undefined;
|
|
13038
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12771
13039
|
commitAuthorName?: string | undefined;
|
|
12772
13040
|
commitMessage?: string | undefined;
|
|
12773
13041
|
commitRef?: string | undefined;
|
|
@@ -12976,6 +13244,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12976
13244
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
12977
13245
|
branchName: z.ZodOptional<z.ZodString>;
|
|
12978
13246
|
git: z.ZodOptional<z.ZodObject<{
|
|
13247
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
13248
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
13249
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
13250
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
12979
13251
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
12980
13252
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
12981
13253
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -12987,6 +13259,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12987
13259
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
12988
13260
|
}, "strip", z.ZodTypeAny, {
|
|
12989
13261
|
dirty?: boolean | undefined;
|
|
13262
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13263
|
+
provider?: string | undefined;
|
|
13264
|
+
ghUsername?: string | undefined;
|
|
13265
|
+
ghUserAvatarUrl?: string | undefined;
|
|
12990
13266
|
commitAuthorName?: string | undefined;
|
|
12991
13267
|
commitMessage?: string | undefined;
|
|
12992
13268
|
commitRef?: string | undefined;
|
|
@@ -12997,6 +13273,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12997
13273
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12998
13274
|
}, {
|
|
12999
13275
|
dirty?: boolean | undefined;
|
|
13276
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13277
|
+
provider?: string | undefined;
|
|
13278
|
+
ghUsername?: string | undefined;
|
|
13279
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13000
13280
|
commitAuthorName?: string | undefined;
|
|
13001
13281
|
commitMessage?: string | undefined;
|
|
13002
13282
|
commitRef?: string | undefined;
|
|
@@ -13013,6 +13293,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13013
13293
|
branchName?: string | undefined;
|
|
13014
13294
|
git?: {
|
|
13015
13295
|
dirty?: boolean | undefined;
|
|
13296
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13297
|
+
provider?: string | undefined;
|
|
13298
|
+
ghUsername?: string | undefined;
|
|
13299
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13016
13300
|
commitAuthorName?: string | undefined;
|
|
13017
13301
|
commitMessage?: string | undefined;
|
|
13018
13302
|
commitRef?: string | undefined;
|
|
@@ -13029,6 +13313,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13029
13313
|
branchName?: string | undefined;
|
|
13030
13314
|
git?: {
|
|
13031
13315
|
dirty?: boolean | undefined;
|
|
13316
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13317
|
+
provider?: string | undefined;
|
|
13318
|
+
ghUsername?: string | undefined;
|
|
13319
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13032
13320
|
commitAuthorName?: string | undefined;
|
|
13033
13321
|
commitMessage?: string | undefined;
|
|
13034
13322
|
commitRef?: string | undefined;
|
|
@@ -13125,6 +13413,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13125
13413
|
branchName?: string | undefined;
|
|
13126
13414
|
git?: {
|
|
13127
13415
|
dirty?: boolean | undefined;
|
|
13416
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13417
|
+
provider?: string | undefined;
|
|
13418
|
+
ghUsername?: string | undefined;
|
|
13419
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13128
13420
|
commitAuthorName?: string | undefined;
|
|
13129
13421
|
commitMessage?: string | undefined;
|
|
13130
13422
|
commitRef?: string | undefined;
|
|
@@ -13206,6 +13498,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13206
13498
|
branchName?: string | undefined;
|
|
13207
13499
|
git?: {
|
|
13208
13500
|
dirty?: boolean | undefined;
|
|
13501
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13502
|
+
provider?: string | undefined;
|
|
13503
|
+
ghUsername?: string | undefined;
|
|
13504
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13209
13505
|
commitAuthorName?: string | undefined;
|
|
13210
13506
|
commitMessage?: string | undefined;
|
|
13211
13507
|
commitRef?: string | undefined;
|
|
@@ -13308,6 +13604,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13308
13604
|
branchName?: string | undefined;
|
|
13309
13605
|
git?: {
|
|
13310
13606
|
dirty?: boolean | undefined;
|
|
13607
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13608
|
+
provider?: string | undefined;
|
|
13609
|
+
ghUsername?: string | undefined;
|
|
13610
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13311
13611
|
commitAuthorName?: string | undefined;
|
|
13312
13612
|
commitMessage?: string | undefined;
|
|
13313
13613
|
commitRef?: string | undefined;
|
|
@@ -13399,6 +13699,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13399
13699
|
branchName?: string | undefined;
|
|
13400
13700
|
git?: {
|
|
13401
13701
|
dirty?: boolean | undefined;
|
|
13702
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13703
|
+
provider?: string | undefined;
|
|
13704
|
+
ghUsername?: string | undefined;
|
|
13705
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13402
13706
|
commitAuthorName?: string | undefined;
|
|
13403
13707
|
commitMessage?: string | undefined;
|
|
13404
13708
|
commitRef?: string | undefined;
|
|
@@ -13492,6 +13796,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13492
13796
|
branchName?: string | undefined;
|
|
13493
13797
|
git?: {
|
|
13494
13798
|
dirty?: boolean | undefined;
|
|
13799
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13800
|
+
provider?: string | undefined;
|
|
13801
|
+
ghUsername?: string | undefined;
|
|
13802
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13495
13803
|
commitAuthorName?: string | undefined;
|
|
13496
13804
|
commitMessage?: string | undefined;
|
|
13497
13805
|
commitRef?: string | undefined;
|
|
@@ -13586,6 +13894,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13586
13894
|
branchName?: string | undefined;
|
|
13587
13895
|
git?: {
|
|
13588
13896
|
dirty?: boolean | undefined;
|
|
13897
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
13898
|
+
provider?: string | undefined;
|
|
13899
|
+
ghUsername?: string | undefined;
|
|
13900
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13589
13901
|
commitAuthorName?: string | undefined;
|
|
13590
13902
|
commitMessage?: string | undefined;
|
|
13591
13903
|
commitRef?: string | undefined;
|
|
@@ -13902,6 +14214,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13902
14214
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
13903
14215
|
branchName: z.ZodOptional<z.ZodString>;
|
|
13904
14216
|
git: z.ZodOptional<z.ZodObject<{
|
|
14217
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
14218
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
14219
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
14220
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
13905
14221
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
13906
14222
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
13907
14223
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -13913,6 +14229,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13913
14229
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
13914
14230
|
}, "strip", z.ZodTypeAny, {
|
|
13915
14231
|
dirty?: boolean | undefined;
|
|
14232
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
14233
|
+
provider?: string | undefined;
|
|
14234
|
+
ghUsername?: string | undefined;
|
|
14235
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13916
14236
|
commitAuthorName?: string | undefined;
|
|
13917
14237
|
commitMessage?: string | undefined;
|
|
13918
14238
|
commitRef?: string | undefined;
|
|
@@ -13923,6 +14243,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13923
14243
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13924
14244
|
}, {
|
|
13925
14245
|
dirty?: boolean | undefined;
|
|
14246
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
14247
|
+
provider?: string | undefined;
|
|
14248
|
+
ghUsername?: string | undefined;
|
|
14249
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13926
14250
|
commitAuthorName?: string | undefined;
|
|
13927
14251
|
commitMessage?: string | undefined;
|
|
13928
14252
|
commitRef?: string | undefined;
|
|
@@ -13939,6 +14263,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13939
14263
|
branchName?: string | undefined;
|
|
13940
14264
|
git?: {
|
|
13941
14265
|
dirty?: boolean | undefined;
|
|
14266
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
14267
|
+
provider?: string | undefined;
|
|
14268
|
+
ghUsername?: string | undefined;
|
|
14269
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13942
14270
|
commitAuthorName?: string | undefined;
|
|
13943
14271
|
commitMessage?: string | undefined;
|
|
13944
14272
|
commitRef?: string | undefined;
|
|
@@ -13955,6 +14283,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
13955
14283
|
branchName?: string | undefined;
|
|
13956
14284
|
git?: {
|
|
13957
14285
|
dirty?: boolean | undefined;
|
|
14286
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
14287
|
+
provider?: string | undefined;
|
|
14288
|
+
ghUsername?: string | undefined;
|
|
14289
|
+
ghUserAvatarUrl?: string | undefined;
|
|
13958
14290
|
commitAuthorName?: string | undefined;
|
|
13959
14291
|
commitMessage?: string | undefined;
|
|
13960
14292
|
commitRef?: string | undefined;
|
|
@@ -14051,6 +14383,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14051
14383
|
branchName?: string | undefined;
|
|
14052
14384
|
git?: {
|
|
14053
14385
|
dirty?: boolean | undefined;
|
|
14386
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
14387
|
+
provider?: string | undefined;
|
|
14388
|
+
ghUsername?: string | undefined;
|
|
14389
|
+
ghUserAvatarUrl?: string | undefined;
|
|
14054
14390
|
commitAuthorName?: string | undefined;
|
|
14055
14391
|
commitMessage?: string | undefined;
|
|
14056
14392
|
commitRef?: string | undefined;
|
|
@@ -14132,6 +14468,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14132
14468
|
branchName?: string | undefined;
|
|
14133
14469
|
git?: {
|
|
14134
14470
|
dirty?: boolean | undefined;
|
|
14471
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
14472
|
+
provider?: string | undefined;
|
|
14473
|
+
ghUsername?: string | undefined;
|
|
14474
|
+
ghUserAvatarUrl?: string | undefined;
|
|
14135
14475
|
commitAuthorName?: string | undefined;
|
|
14136
14476
|
commitMessage?: string | undefined;
|
|
14137
14477
|
commitRef?: string | undefined;
|
|
@@ -15408,6 +15748,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
15408
15748
|
branchName?: string | undefined;
|
|
15409
15749
|
git?: {
|
|
15410
15750
|
dirty?: boolean | undefined;
|
|
15751
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
15752
|
+
provider?: string | undefined;
|
|
15753
|
+
ghUsername?: string | undefined;
|
|
15754
|
+
ghUserAvatarUrl?: string | undefined;
|
|
15411
15755
|
commitAuthorName?: string | undefined;
|
|
15412
15756
|
commitMessage?: string | undefined;
|
|
15413
15757
|
commitRef?: string | undefined;
|
|
@@ -15687,6 +16031,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
15687
16031
|
branchName?: string | undefined;
|
|
15688
16032
|
git?: {
|
|
15689
16033
|
dirty?: boolean | undefined;
|
|
16034
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
16035
|
+
provider?: string | undefined;
|
|
16036
|
+
ghUsername?: string | undefined;
|
|
16037
|
+
ghUserAvatarUrl?: string | undefined;
|
|
15690
16038
|
commitAuthorName?: string | undefined;
|
|
15691
16039
|
commitMessage?: string | undefined;
|
|
15692
16040
|
commitRef?: string | undefined;
|
|
@@ -16064,6 +16412,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16064
16412
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
16065
16413
|
branchName: z.ZodOptional<z.ZodString>;
|
|
16066
16414
|
git: z.ZodOptional<z.ZodObject<{
|
|
16415
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
16416
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
16417
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
16418
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
16067
16419
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
16068
16420
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
16069
16421
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -16075,6 +16427,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16075
16427
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
16076
16428
|
}, "strip", z.ZodTypeAny, {
|
|
16077
16429
|
dirty?: boolean | undefined;
|
|
16430
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
16431
|
+
provider?: string | undefined;
|
|
16432
|
+
ghUsername?: string | undefined;
|
|
16433
|
+
ghUserAvatarUrl?: string | undefined;
|
|
16078
16434
|
commitAuthorName?: string | undefined;
|
|
16079
16435
|
commitMessage?: string | undefined;
|
|
16080
16436
|
commitRef?: string | undefined;
|
|
@@ -16085,6 +16441,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16085
16441
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
16086
16442
|
}, {
|
|
16087
16443
|
dirty?: boolean | undefined;
|
|
16444
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
16445
|
+
provider?: string | undefined;
|
|
16446
|
+
ghUsername?: string | undefined;
|
|
16447
|
+
ghUserAvatarUrl?: string | undefined;
|
|
16088
16448
|
commitAuthorName?: string | undefined;
|
|
16089
16449
|
commitMessage?: string | undefined;
|
|
16090
16450
|
commitRef?: string | undefined;
|
|
@@ -16101,6 +16461,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16101
16461
|
branchName?: string | undefined;
|
|
16102
16462
|
git?: {
|
|
16103
16463
|
dirty?: boolean | undefined;
|
|
16464
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
16465
|
+
provider?: string | undefined;
|
|
16466
|
+
ghUsername?: string | undefined;
|
|
16467
|
+
ghUserAvatarUrl?: string | undefined;
|
|
16104
16468
|
commitAuthorName?: string | undefined;
|
|
16105
16469
|
commitMessage?: string | undefined;
|
|
16106
16470
|
commitRef?: string | undefined;
|
|
@@ -16117,6 +16481,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16117
16481
|
branchName?: string | undefined;
|
|
16118
16482
|
git?: {
|
|
16119
16483
|
dirty?: boolean | undefined;
|
|
16484
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
16485
|
+
provider?: string | undefined;
|
|
16486
|
+
ghUsername?: string | undefined;
|
|
16487
|
+
ghUserAvatarUrl?: string | undefined;
|
|
16120
16488
|
commitAuthorName?: string | undefined;
|
|
16121
16489
|
commitMessage?: string | undefined;
|
|
16122
16490
|
commitRef?: string | undefined;
|
|
@@ -16213,6 +16581,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16213
16581
|
branchName?: string | undefined;
|
|
16214
16582
|
git?: {
|
|
16215
16583
|
dirty?: boolean | undefined;
|
|
16584
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
16585
|
+
provider?: string | undefined;
|
|
16586
|
+
ghUsername?: string | undefined;
|
|
16587
|
+
ghUserAvatarUrl?: string | undefined;
|
|
16216
16588
|
commitAuthorName?: string | undefined;
|
|
16217
16589
|
commitMessage?: string | undefined;
|
|
16218
16590
|
commitRef?: string | undefined;
|
|
@@ -16294,6 +16666,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16294
16666
|
branchName?: string | undefined;
|
|
16295
16667
|
git?: {
|
|
16296
16668
|
dirty?: boolean | undefined;
|
|
16669
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
16670
|
+
provider?: string | undefined;
|
|
16671
|
+
ghUsername?: string | undefined;
|
|
16672
|
+
ghUserAvatarUrl?: string | undefined;
|
|
16297
16673
|
commitAuthorName?: string | undefined;
|
|
16298
16674
|
commitMessage?: string | undefined;
|
|
16299
16675
|
commitRef?: string | undefined;
|
|
@@ -17570,6 +17946,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
17570
17946
|
branchName?: string | undefined;
|
|
17571
17947
|
git?: {
|
|
17572
17948
|
dirty?: boolean | undefined;
|
|
17949
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
17950
|
+
provider?: string | undefined;
|
|
17951
|
+
ghUsername?: string | undefined;
|
|
17952
|
+
ghUserAvatarUrl?: string | undefined;
|
|
17573
17953
|
commitAuthorName?: string | undefined;
|
|
17574
17954
|
commitMessage?: string | undefined;
|
|
17575
17955
|
commitRef?: string | undefined;
|
|
@@ -17849,6 +18229,10 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
17849
18229
|
branchName?: string | undefined;
|
|
17850
18230
|
git?: {
|
|
17851
18231
|
dirty?: boolean | undefined;
|
|
18232
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
18233
|
+
provider?: string | undefined;
|
|
18234
|
+
ghUsername?: string | undefined;
|
|
18235
|
+
ghUserAvatarUrl?: string | undefined;
|
|
17852
18236
|
commitAuthorName?: string | undefined;
|
|
17853
18237
|
commitMessage?: string | undefined;
|
|
17854
18238
|
commitRef?: string | undefined;
|
|
@@ -20457,6 +20841,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20457
20841
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
20458
20842
|
branchName: z.ZodOptional<z.ZodString>;
|
|
20459
20843
|
git: z.ZodOptional<z.ZodObject<{
|
|
20844
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
20845
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
20846
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
20847
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
20460
20848
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
20461
20849
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
20462
20850
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -20468,6 +20856,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20468
20856
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
20469
20857
|
}, "strip", z.ZodTypeAny, {
|
|
20470
20858
|
dirty?: boolean | undefined;
|
|
20859
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
20860
|
+
provider?: string | undefined;
|
|
20861
|
+
ghUsername?: string | undefined;
|
|
20862
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20471
20863
|
commitAuthorName?: string | undefined;
|
|
20472
20864
|
commitMessage?: string | undefined;
|
|
20473
20865
|
commitRef?: string | undefined;
|
|
@@ -20478,6 +20870,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20478
20870
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
20479
20871
|
}, {
|
|
20480
20872
|
dirty?: boolean | undefined;
|
|
20873
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
20874
|
+
provider?: string | undefined;
|
|
20875
|
+
ghUsername?: string | undefined;
|
|
20876
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20481
20877
|
commitAuthorName?: string | undefined;
|
|
20482
20878
|
commitMessage?: string | undefined;
|
|
20483
20879
|
commitRef?: string | undefined;
|
|
@@ -20494,6 +20890,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20494
20890
|
branchName?: string | undefined;
|
|
20495
20891
|
git?: {
|
|
20496
20892
|
dirty?: boolean | undefined;
|
|
20893
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
20894
|
+
provider?: string | undefined;
|
|
20895
|
+
ghUsername?: string | undefined;
|
|
20896
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20497
20897
|
commitAuthorName?: string | undefined;
|
|
20498
20898
|
commitMessage?: string | undefined;
|
|
20499
20899
|
commitRef?: string | undefined;
|
|
@@ -20510,6 +20910,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20510
20910
|
branchName?: string | undefined;
|
|
20511
20911
|
git?: {
|
|
20512
20912
|
dirty?: boolean | undefined;
|
|
20913
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
20914
|
+
provider?: string | undefined;
|
|
20915
|
+
ghUsername?: string | undefined;
|
|
20916
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20513
20917
|
commitAuthorName?: string | undefined;
|
|
20514
20918
|
commitMessage?: string | undefined;
|
|
20515
20919
|
commitRef?: string | undefined;
|
|
@@ -20579,6 +20983,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20579
20983
|
runtime: z.ZodString;
|
|
20580
20984
|
runtimeVersion: z.ZodString;
|
|
20581
20985
|
git: z.ZodOptional<z.ZodObject<{
|
|
20986
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
20987
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
20988
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
20989
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
20582
20990
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
20583
20991
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
20584
20992
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -20590,6 +20998,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20590
20998
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
20591
20999
|
}, "strip", z.ZodTypeAny, {
|
|
20592
21000
|
dirty?: boolean | undefined;
|
|
21001
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21002
|
+
provider?: string | undefined;
|
|
21003
|
+
ghUsername?: string | undefined;
|
|
21004
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20593
21005
|
commitAuthorName?: string | undefined;
|
|
20594
21006
|
commitMessage?: string | undefined;
|
|
20595
21007
|
commitRef?: string | undefined;
|
|
@@ -20600,6 +21012,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20600
21012
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
20601
21013
|
}, {
|
|
20602
21014
|
dirty?: boolean | undefined;
|
|
21015
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21016
|
+
provider?: string | undefined;
|
|
21017
|
+
ghUsername?: string | undefined;
|
|
21018
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20603
21019
|
commitAuthorName?: string | undefined;
|
|
20604
21020
|
commitMessage?: string | undefined;
|
|
20605
21021
|
commitRef?: string | undefined;
|
|
@@ -20617,6 +21033,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20617
21033
|
runtimeVersion: string;
|
|
20618
21034
|
git?: {
|
|
20619
21035
|
dirty?: boolean | undefined;
|
|
21036
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21037
|
+
provider?: string | undefined;
|
|
21038
|
+
ghUsername?: string | undefined;
|
|
21039
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20620
21040
|
commitAuthorName?: string | undefined;
|
|
20621
21041
|
commitMessage?: string | undefined;
|
|
20622
21042
|
commitRef?: string | undefined;
|
|
@@ -20634,6 +21054,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20634
21054
|
runtimeVersion: string;
|
|
20635
21055
|
git?: {
|
|
20636
21056
|
dirty?: boolean | undefined;
|
|
21057
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21058
|
+
provider?: string | undefined;
|
|
21059
|
+
ghUsername?: string | undefined;
|
|
21060
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20637
21061
|
commitAuthorName?: string | undefined;
|
|
20638
21062
|
commitMessage?: string | undefined;
|
|
20639
21063
|
commitRef?: string | undefined;
|
|
@@ -20739,6 +21163,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20739
21163
|
branchName?: string | undefined;
|
|
20740
21164
|
git?: {
|
|
20741
21165
|
dirty?: boolean | undefined;
|
|
21166
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21167
|
+
provider?: string | undefined;
|
|
21168
|
+
ghUsername?: string | undefined;
|
|
21169
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20742
21170
|
commitAuthorName?: string | undefined;
|
|
20743
21171
|
commitMessage?: string | undefined;
|
|
20744
21172
|
commitRef?: string | undefined;
|
|
@@ -20806,6 +21234,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20806
21234
|
runtimeVersion: string;
|
|
20807
21235
|
git?: {
|
|
20808
21236
|
dirty?: boolean | undefined;
|
|
21237
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21238
|
+
provider?: string | undefined;
|
|
21239
|
+
ghUsername?: string | undefined;
|
|
21240
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20809
21241
|
commitAuthorName?: string | undefined;
|
|
20810
21242
|
commitMessage?: string | undefined;
|
|
20811
21243
|
commitRef?: string | undefined;
|
|
@@ -20834,6 +21266,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20834
21266
|
branchName?: string | undefined;
|
|
20835
21267
|
git?: {
|
|
20836
21268
|
dirty?: boolean | undefined;
|
|
21269
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21270
|
+
provider?: string | undefined;
|
|
21271
|
+
ghUsername?: string | undefined;
|
|
21272
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20837
21273
|
commitAuthorName?: string | undefined;
|
|
20838
21274
|
commitMessage?: string | undefined;
|
|
20839
21275
|
commitRef?: string | undefined;
|
|
@@ -20901,6 +21337,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20901
21337
|
runtimeVersion: string;
|
|
20902
21338
|
git?: {
|
|
20903
21339
|
dirty?: boolean | undefined;
|
|
21340
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21341
|
+
provider?: string | undefined;
|
|
21342
|
+
ghUsername?: string | undefined;
|
|
21343
|
+
ghUserAvatarUrl?: string | undefined;
|
|
20904
21344
|
commitAuthorName?: string | undefined;
|
|
20905
21345
|
commitMessage?: string | undefined;
|
|
20906
21346
|
commitRef?: string | undefined;
|
|
@@ -21127,6 +21567,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21127
21567
|
branchName?: string | undefined;
|
|
21128
21568
|
git?: {
|
|
21129
21569
|
dirty?: boolean | undefined;
|
|
21570
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21571
|
+
provider?: string | undefined;
|
|
21572
|
+
ghUsername?: string | undefined;
|
|
21573
|
+
ghUserAvatarUrl?: string | undefined;
|
|
21130
21574
|
commitAuthorName?: string | undefined;
|
|
21131
21575
|
commitMessage?: string | undefined;
|
|
21132
21576
|
commitRef?: string | undefined;
|
|
@@ -21194,6 +21638,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21194
21638
|
runtimeVersion: string;
|
|
21195
21639
|
git?: {
|
|
21196
21640
|
dirty?: boolean | undefined;
|
|
21641
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21642
|
+
provider?: string | undefined;
|
|
21643
|
+
ghUsername?: string | undefined;
|
|
21644
|
+
ghUserAvatarUrl?: string | undefined;
|
|
21197
21645
|
commitAuthorName?: string | undefined;
|
|
21198
21646
|
commitMessage?: string | undefined;
|
|
21199
21647
|
commitRef?: string | undefined;
|
|
@@ -21419,6 +21867,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21419
21867
|
branchName?: string | undefined;
|
|
21420
21868
|
git?: {
|
|
21421
21869
|
dirty?: boolean | undefined;
|
|
21870
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21871
|
+
provider?: string | undefined;
|
|
21872
|
+
ghUsername?: string | undefined;
|
|
21873
|
+
ghUserAvatarUrl?: string | undefined;
|
|
21422
21874
|
commitAuthorName?: string | undefined;
|
|
21423
21875
|
commitMessage?: string | undefined;
|
|
21424
21876
|
commitRef?: string | undefined;
|
|
@@ -21486,6 +21938,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21486
21938
|
runtimeVersion: string;
|
|
21487
21939
|
git?: {
|
|
21488
21940
|
dirty?: boolean | undefined;
|
|
21941
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
21942
|
+
provider?: string | undefined;
|
|
21943
|
+
ghUsername?: string | undefined;
|
|
21944
|
+
ghUserAvatarUrl?: string | undefined;
|
|
21489
21945
|
commitAuthorName?: string | undefined;
|
|
21490
21946
|
commitMessage?: string | undefined;
|
|
21491
21947
|
commitRef?: string | undefined;
|
|
@@ -22715,6 +23171,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22715
23171
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
22716
23172
|
branchName: z.ZodOptional<z.ZodString>;
|
|
22717
23173
|
git: z.ZodOptional<z.ZodObject<{
|
|
23174
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
23175
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
23176
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
23177
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
22718
23178
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
22719
23179
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
22720
23180
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -22726,6 +23186,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22726
23186
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
22727
23187
|
}, "strip", z.ZodTypeAny, {
|
|
22728
23188
|
dirty?: boolean | undefined;
|
|
23189
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23190
|
+
provider?: string | undefined;
|
|
23191
|
+
ghUsername?: string | undefined;
|
|
23192
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22729
23193
|
commitAuthorName?: string | undefined;
|
|
22730
23194
|
commitMessage?: string | undefined;
|
|
22731
23195
|
commitRef?: string | undefined;
|
|
@@ -22736,6 +23200,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22736
23200
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22737
23201
|
}, {
|
|
22738
23202
|
dirty?: boolean | undefined;
|
|
23203
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23204
|
+
provider?: string | undefined;
|
|
23205
|
+
ghUsername?: string | undefined;
|
|
23206
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22739
23207
|
commitAuthorName?: string | undefined;
|
|
22740
23208
|
commitMessage?: string | undefined;
|
|
22741
23209
|
commitRef?: string | undefined;
|
|
@@ -22752,6 +23220,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22752
23220
|
branchName?: string | undefined;
|
|
22753
23221
|
git?: {
|
|
22754
23222
|
dirty?: boolean | undefined;
|
|
23223
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23224
|
+
provider?: string | undefined;
|
|
23225
|
+
ghUsername?: string | undefined;
|
|
23226
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22755
23227
|
commitAuthorName?: string | undefined;
|
|
22756
23228
|
commitMessage?: string | undefined;
|
|
22757
23229
|
commitRef?: string | undefined;
|
|
@@ -22768,6 +23240,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22768
23240
|
branchName?: string | undefined;
|
|
22769
23241
|
git?: {
|
|
22770
23242
|
dirty?: boolean | undefined;
|
|
23243
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23244
|
+
provider?: string | undefined;
|
|
23245
|
+
ghUsername?: string | undefined;
|
|
23246
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22771
23247
|
commitAuthorName?: string | undefined;
|
|
22772
23248
|
commitMessage?: string | undefined;
|
|
22773
23249
|
commitRef?: string | undefined;
|
|
@@ -22837,6 +23313,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22837
23313
|
runtime: z.ZodString;
|
|
22838
23314
|
runtimeVersion: z.ZodString;
|
|
22839
23315
|
git: z.ZodOptional<z.ZodObject<{
|
|
23316
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
23317
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
23318
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
23319
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
22840
23320
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
22841
23321
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
22842
23322
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -22848,6 +23328,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22848
23328
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
22849
23329
|
}, "strip", z.ZodTypeAny, {
|
|
22850
23330
|
dirty?: boolean | undefined;
|
|
23331
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23332
|
+
provider?: string | undefined;
|
|
23333
|
+
ghUsername?: string | undefined;
|
|
23334
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22851
23335
|
commitAuthorName?: string | undefined;
|
|
22852
23336
|
commitMessage?: string | undefined;
|
|
22853
23337
|
commitRef?: string | undefined;
|
|
@@ -22858,6 +23342,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22858
23342
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22859
23343
|
}, {
|
|
22860
23344
|
dirty?: boolean | undefined;
|
|
23345
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23346
|
+
provider?: string | undefined;
|
|
23347
|
+
ghUsername?: string | undefined;
|
|
23348
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22861
23349
|
commitAuthorName?: string | undefined;
|
|
22862
23350
|
commitMessage?: string | undefined;
|
|
22863
23351
|
commitRef?: string | undefined;
|
|
@@ -22875,6 +23363,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22875
23363
|
runtimeVersion: string;
|
|
22876
23364
|
git?: {
|
|
22877
23365
|
dirty?: boolean | undefined;
|
|
23366
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23367
|
+
provider?: string | undefined;
|
|
23368
|
+
ghUsername?: string | undefined;
|
|
23369
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22878
23370
|
commitAuthorName?: string | undefined;
|
|
22879
23371
|
commitMessage?: string | undefined;
|
|
22880
23372
|
commitRef?: string | undefined;
|
|
@@ -22892,6 +23384,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22892
23384
|
runtimeVersion: string;
|
|
22893
23385
|
git?: {
|
|
22894
23386
|
dirty?: boolean | undefined;
|
|
23387
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23388
|
+
provider?: string | undefined;
|
|
23389
|
+
ghUsername?: string | undefined;
|
|
23390
|
+
ghUserAvatarUrl?: string | undefined;
|
|
22895
23391
|
commitAuthorName?: string | undefined;
|
|
22896
23392
|
commitMessage?: string | undefined;
|
|
22897
23393
|
commitRef?: string | undefined;
|
|
@@ -22997,6 +23493,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
22997
23493
|
branchName?: string | undefined;
|
|
22998
23494
|
git?: {
|
|
22999
23495
|
dirty?: boolean | undefined;
|
|
23496
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23497
|
+
provider?: string | undefined;
|
|
23498
|
+
ghUsername?: string | undefined;
|
|
23499
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23000
23500
|
commitAuthorName?: string | undefined;
|
|
23001
23501
|
commitMessage?: string | undefined;
|
|
23002
23502
|
commitRef?: string | undefined;
|
|
@@ -23064,6 +23564,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23064
23564
|
runtimeVersion: string;
|
|
23065
23565
|
git?: {
|
|
23066
23566
|
dirty?: boolean | undefined;
|
|
23567
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23568
|
+
provider?: string | undefined;
|
|
23569
|
+
ghUsername?: string | undefined;
|
|
23570
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23067
23571
|
commitAuthorName?: string | undefined;
|
|
23068
23572
|
commitMessage?: string | undefined;
|
|
23069
23573
|
commitRef?: string | undefined;
|
|
@@ -23092,6 +23596,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23092
23596
|
branchName?: string | undefined;
|
|
23093
23597
|
git?: {
|
|
23094
23598
|
dirty?: boolean | undefined;
|
|
23599
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23600
|
+
provider?: string | undefined;
|
|
23601
|
+
ghUsername?: string | undefined;
|
|
23602
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23095
23603
|
commitAuthorName?: string | undefined;
|
|
23096
23604
|
commitMessage?: string | undefined;
|
|
23097
23605
|
commitRef?: string | undefined;
|
|
@@ -23159,6 +23667,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23159
23667
|
runtimeVersion: string;
|
|
23160
23668
|
git?: {
|
|
23161
23669
|
dirty?: boolean | undefined;
|
|
23670
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23671
|
+
provider?: string | undefined;
|
|
23672
|
+
ghUsername?: string | undefined;
|
|
23673
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23162
23674
|
commitAuthorName?: string | undefined;
|
|
23163
23675
|
commitMessage?: string | undefined;
|
|
23164
23676
|
commitRef?: string | undefined;
|
|
@@ -23385,6 +23897,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23385
23897
|
branchName?: string | undefined;
|
|
23386
23898
|
git?: {
|
|
23387
23899
|
dirty?: boolean | undefined;
|
|
23900
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23901
|
+
provider?: string | undefined;
|
|
23902
|
+
ghUsername?: string | undefined;
|
|
23903
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23388
23904
|
commitAuthorName?: string | undefined;
|
|
23389
23905
|
commitMessage?: string | undefined;
|
|
23390
23906
|
commitRef?: string | undefined;
|
|
@@ -23452,6 +23968,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23452
23968
|
runtimeVersion: string;
|
|
23453
23969
|
git?: {
|
|
23454
23970
|
dirty?: boolean | undefined;
|
|
23971
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
23972
|
+
provider?: string | undefined;
|
|
23973
|
+
ghUsername?: string | undefined;
|
|
23974
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23455
23975
|
commitAuthorName?: string | undefined;
|
|
23456
23976
|
commitMessage?: string | undefined;
|
|
23457
23977
|
commitRef?: string | undefined;
|
|
@@ -23677,6 +24197,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23677
24197
|
branchName?: string | undefined;
|
|
23678
24198
|
git?: {
|
|
23679
24199
|
dirty?: boolean | undefined;
|
|
24200
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
24201
|
+
provider?: string | undefined;
|
|
24202
|
+
ghUsername?: string | undefined;
|
|
24203
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23680
24204
|
commitAuthorName?: string | undefined;
|
|
23681
24205
|
commitMessage?: string | undefined;
|
|
23682
24206
|
commitRef?: string | undefined;
|
|
@@ -23744,6 +24268,10 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
23744
24268
|
runtimeVersion: string;
|
|
23745
24269
|
git?: {
|
|
23746
24270
|
dirty?: boolean | undefined;
|
|
24271
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
24272
|
+
provider?: string | undefined;
|
|
24273
|
+
ghUsername?: string | undefined;
|
|
24274
|
+
ghUserAvatarUrl?: string | undefined;
|
|
23747
24275
|
commitAuthorName?: string | undefined;
|
|
23748
24276
|
commitMessage?: string | undefined;
|
|
23749
24277
|
commitRef?: string | undefined;
|
|
@@ -25193,6 +25721,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25193
25721
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
25194
25722
|
branchName: z.ZodOptional<z.ZodString>;
|
|
25195
25723
|
git: z.ZodOptional<z.ZodObject<{
|
|
25724
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
25725
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
25726
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
25727
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
25196
25728
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
25197
25729
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
25198
25730
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -25204,6 +25736,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25204
25736
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
25205
25737
|
}, "strip", z.ZodTypeAny, {
|
|
25206
25738
|
dirty?: boolean | undefined;
|
|
25739
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
25740
|
+
provider?: string | undefined;
|
|
25741
|
+
ghUsername?: string | undefined;
|
|
25742
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25207
25743
|
commitAuthorName?: string | undefined;
|
|
25208
25744
|
commitMessage?: string | undefined;
|
|
25209
25745
|
commitRef?: string | undefined;
|
|
@@ -25214,6 +25750,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25214
25750
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
25215
25751
|
}, {
|
|
25216
25752
|
dirty?: boolean | undefined;
|
|
25753
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
25754
|
+
provider?: string | undefined;
|
|
25755
|
+
ghUsername?: string | undefined;
|
|
25756
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25217
25757
|
commitAuthorName?: string | undefined;
|
|
25218
25758
|
commitMessage?: string | undefined;
|
|
25219
25759
|
commitRef?: string | undefined;
|
|
@@ -25230,6 +25770,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25230
25770
|
branchName?: string | undefined;
|
|
25231
25771
|
git?: {
|
|
25232
25772
|
dirty?: boolean | undefined;
|
|
25773
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
25774
|
+
provider?: string | undefined;
|
|
25775
|
+
ghUsername?: string | undefined;
|
|
25776
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25233
25777
|
commitAuthorName?: string | undefined;
|
|
25234
25778
|
commitMessage?: string | undefined;
|
|
25235
25779
|
commitRef?: string | undefined;
|
|
@@ -25246,6 +25790,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25246
25790
|
branchName?: string | undefined;
|
|
25247
25791
|
git?: {
|
|
25248
25792
|
dirty?: boolean | undefined;
|
|
25793
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
25794
|
+
provider?: string | undefined;
|
|
25795
|
+
ghUsername?: string | undefined;
|
|
25796
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25249
25797
|
commitAuthorName?: string | undefined;
|
|
25250
25798
|
commitMessage?: string | undefined;
|
|
25251
25799
|
commitRef?: string | undefined;
|
|
@@ -25325,6 +25873,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25325
25873
|
branchName?: string | undefined;
|
|
25326
25874
|
git?: {
|
|
25327
25875
|
dirty?: boolean | undefined;
|
|
25876
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
25877
|
+
provider?: string | undefined;
|
|
25878
|
+
ghUsername?: string | undefined;
|
|
25879
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25328
25880
|
commitAuthorName?: string | undefined;
|
|
25329
25881
|
commitMessage?: string | undefined;
|
|
25330
25882
|
commitRef?: string | undefined;
|
|
@@ -25400,6 +25952,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25400
25952
|
branchName?: string | undefined;
|
|
25401
25953
|
git?: {
|
|
25402
25954
|
dirty?: boolean | undefined;
|
|
25955
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
25956
|
+
provider?: string | undefined;
|
|
25957
|
+
ghUsername?: string | undefined;
|
|
25958
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25403
25959
|
commitAuthorName?: string | undefined;
|
|
25404
25960
|
commitMessage?: string | undefined;
|
|
25405
25961
|
commitRef?: string | undefined;
|
|
@@ -25479,6 +26035,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25479
26035
|
branchName?: string | undefined;
|
|
25480
26036
|
git?: {
|
|
25481
26037
|
dirty?: boolean | undefined;
|
|
26038
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
26039
|
+
provider?: string | undefined;
|
|
26040
|
+
ghUsername?: string | undefined;
|
|
26041
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25482
26042
|
commitAuthorName?: string | undefined;
|
|
25483
26043
|
commitMessage?: string | undefined;
|
|
25484
26044
|
commitRef?: string | undefined;
|
|
@@ -25749,6 +26309,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25749
26309
|
branchName?: string | undefined;
|
|
25750
26310
|
git?: {
|
|
25751
26311
|
dirty?: boolean | undefined;
|
|
26312
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
26313
|
+
provider?: string | undefined;
|
|
26314
|
+
ghUsername?: string | undefined;
|
|
26315
|
+
ghUserAvatarUrl?: string | undefined;
|
|
25752
26316
|
commitAuthorName?: string | undefined;
|
|
25753
26317
|
commitMessage?: string | undefined;
|
|
25754
26318
|
commitRef?: string | undefined;
|
|
@@ -26915,6 +27479,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
26915
27479
|
branchName?: string | undefined;
|
|
26916
27480
|
git?: {
|
|
26917
27481
|
dirty?: boolean | undefined;
|
|
27482
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
27483
|
+
provider?: string | undefined;
|
|
27484
|
+
ghUsername?: string | undefined;
|
|
27485
|
+
ghUserAvatarUrl?: string | undefined;
|
|
26918
27486
|
commitAuthorName?: string | undefined;
|
|
26919
27487
|
commitMessage?: string | undefined;
|
|
26920
27488
|
commitRef?: string | undefined;
|
|
@@ -27306,6 +27874,10 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
27306
27874
|
branchName?: string | undefined;
|
|
27307
27875
|
git?: {
|
|
27308
27876
|
dirty?: boolean | undefined;
|
|
27877
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
27878
|
+
provider?: string | undefined;
|
|
27879
|
+
ghUsername?: string | undefined;
|
|
27880
|
+
ghUserAvatarUrl?: string | undefined;
|
|
27309
27881
|
commitAuthorName?: string | undefined;
|
|
27310
27882
|
commitMessage?: string | undefined;
|
|
27311
27883
|
commitRef?: string | undefined;
|
|
@@ -28658,6 +29230,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28658
29230
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
28659
29231
|
branchName: z.ZodOptional<z.ZodString>;
|
|
28660
29232
|
git: z.ZodOptional<z.ZodObject<{
|
|
29233
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
29234
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
29235
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
29236
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
28661
29237
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
28662
29238
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
28663
29239
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -28669,6 +29245,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28669
29245
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
28670
29246
|
}, "strip", z.ZodTypeAny, {
|
|
28671
29247
|
dirty?: boolean | undefined;
|
|
29248
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
29249
|
+
provider?: string | undefined;
|
|
29250
|
+
ghUsername?: string | undefined;
|
|
29251
|
+
ghUserAvatarUrl?: string | undefined;
|
|
28672
29252
|
commitAuthorName?: string | undefined;
|
|
28673
29253
|
commitMessage?: string | undefined;
|
|
28674
29254
|
commitRef?: string | undefined;
|
|
@@ -28679,6 +29259,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28679
29259
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
28680
29260
|
}, {
|
|
28681
29261
|
dirty?: boolean | undefined;
|
|
29262
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
29263
|
+
provider?: string | undefined;
|
|
29264
|
+
ghUsername?: string | undefined;
|
|
29265
|
+
ghUserAvatarUrl?: string | undefined;
|
|
28682
29266
|
commitAuthorName?: string | undefined;
|
|
28683
29267
|
commitMessage?: string | undefined;
|
|
28684
29268
|
commitRef?: string | undefined;
|
|
@@ -28695,6 +29279,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28695
29279
|
branchName?: string | undefined;
|
|
28696
29280
|
git?: {
|
|
28697
29281
|
dirty?: boolean | undefined;
|
|
29282
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
29283
|
+
provider?: string | undefined;
|
|
29284
|
+
ghUsername?: string | undefined;
|
|
29285
|
+
ghUserAvatarUrl?: string | undefined;
|
|
28698
29286
|
commitAuthorName?: string | undefined;
|
|
28699
29287
|
commitMessage?: string | undefined;
|
|
28700
29288
|
commitRef?: string | undefined;
|
|
@@ -28711,6 +29299,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28711
29299
|
branchName?: string | undefined;
|
|
28712
29300
|
git?: {
|
|
28713
29301
|
dirty?: boolean | undefined;
|
|
29302
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
29303
|
+
provider?: string | undefined;
|
|
29304
|
+
ghUsername?: string | undefined;
|
|
29305
|
+
ghUserAvatarUrl?: string | undefined;
|
|
28714
29306
|
commitAuthorName?: string | undefined;
|
|
28715
29307
|
commitMessage?: string | undefined;
|
|
28716
29308
|
commitRef?: string | undefined;
|
|
@@ -28807,6 +29399,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28807
29399
|
branchName?: string | undefined;
|
|
28808
29400
|
git?: {
|
|
28809
29401
|
dirty?: boolean | undefined;
|
|
29402
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
29403
|
+
provider?: string | undefined;
|
|
29404
|
+
ghUsername?: string | undefined;
|
|
29405
|
+
ghUserAvatarUrl?: string | undefined;
|
|
28810
29406
|
commitAuthorName?: string | undefined;
|
|
28811
29407
|
commitMessage?: string | undefined;
|
|
28812
29408
|
commitRef?: string | undefined;
|
|
@@ -28888,6 +29484,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28888
29484
|
branchName?: string | undefined;
|
|
28889
29485
|
git?: {
|
|
28890
29486
|
dirty?: boolean | undefined;
|
|
29487
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
29488
|
+
provider?: string | undefined;
|
|
29489
|
+
ghUsername?: string | undefined;
|
|
29490
|
+
ghUserAvatarUrl?: string | undefined;
|
|
28891
29491
|
commitAuthorName?: string | undefined;
|
|
28892
29492
|
commitMessage?: string | undefined;
|
|
28893
29493
|
commitRef?: string | undefined;
|
|
@@ -30154,6 +30754,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
30154
30754
|
branchName?: string | undefined;
|
|
30155
30755
|
git?: {
|
|
30156
30756
|
dirty?: boolean | undefined;
|
|
30757
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
30758
|
+
provider?: string | undefined;
|
|
30759
|
+
ghUsername?: string | undefined;
|
|
30760
|
+
ghUserAvatarUrl?: string | undefined;
|
|
30157
30761
|
commitAuthorName?: string | undefined;
|
|
30158
30762
|
commitMessage?: string | undefined;
|
|
30159
30763
|
commitRef?: string | undefined;
|
|
@@ -30429,6 +31033,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
30429
31033
|
branchName?: string | undefined;
|
|
30430
31034
|
git?: {
|
|
30431
31035
|
dirty?: boolean | undefined;
|
|
31036
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
31037
|
+
provider?: string | undefined;
|
|
31038
|
+
ghUsername?: string | undefined;
|
|
31039
|
+
ghUserAvatarUrl?: string | undefined;
|
|
30432
31040
|
commitAuthorName?: string | undefined;
|
|
30433
31041
|
commitMessage?: string | undefined;
|
|
30434
31042
|
commitRef?: string | undefined;
|
|
@@ -31810,6 +32418,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31810
32418
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
31811
32419
|
branchName: z.ZodOptional<z.ZodString>;
|
|
31812
32420
|
git: z.ZodOptional<z.ZodObject<{
|
|
32421
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
32422
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
32423
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
32424
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
31813
32425
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
31814
32426
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
31815
32427
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -31821,6 +32433,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31821
32433
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
31822
32434
|
}, "strip", z.ZodTypeAny, {
|
|
31823
32435
|
dirty?: boolean | undefined;
|
|
32436
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32437
|
+
provider?: string | undefined;
|
|
32438
|
+
ghUsername?: string | undefined;
|
|
32439
|
+
ghUserAvatarUrl?: string | undefined;
|
|
31824
32440
|
commitAuthorName?: string | undefined;
|
|
31825
32441
|
commitMessage?: string | undefined;
|
|
31826
32442
|
commitRef?: string | undefined;
|
|
@@ -31831,6 +32447,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31831
32447
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
31832
32448
|
}, {
|
|
31833
32449
|
dirty?: boolean | undefined;
|
|
32450
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32451
|
+
provider?: string | undefined;
|
|
32452
|
+
ghUsername?: string | undefined;
|
|
32453
|
+
ghUserAvatarUrl?: string | undefined;
|
|
31834
32454
|
commitAuthorName?: string | undefined;
|
|
31835
32455
|
commitMessage?: string | undefined;
|
|
31836
32456
|
commitRef?: string | undefined;
|
|
@@ -31847,6 +32467,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31847
32467
|
branchName?: string | undefined;
|
|
31848
32468
|
git?: {
|
|
31849
32469
|
dirty?: boolean | undefined;
|
|
32470
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32471
|
+
provider?: string | undefined;
|
|
32472
|
+
ghUsername?: string | undefined;
|
|
32473
|
+
ghUserAvatarUrl?: string | undefined;
|
|
31850
32474
|
commitAuthorName?: string | undefined;
|
|
31851
32475
|
commitMessage?: string | undefined;
|
|
31852
32476
|
commitRef?: string | undefined;
|
|
@@ -31863,6 +32487,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31863
32487
|
branchName?: string | undefined;
|
|
31864
32488
|
git?: {
|
|
31865
32489
|
dirty?: boolean | undefined;
|
|
32490
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32491
|
+
provider?: string | undefined;
|
|
32492
|
+
ghUsername?: string | undefined;
|
|
32493
|
+
ghUserAvatarUrl?: string | undefined;
|
|
31866
32494
|
commitAuthorName?: string | undefined;
|
|
31867
32495
|
commitMessage?: string | undefined;
|
|
31868
32496
|
commitRef?: string | undefined;
|
|
@@ -31959,6 +32587,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
31959
32587
|
branchName?: string | undefined;
|
|
31960
32588
|
git?: {
|
|
31961
32589
|
dirty?: boolean | undefined;
|
|
32590
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32591
|
+
provider?: string | undefined;
|
|
32592
|
+
ghUsername?: string | undefined;
|
|
32593
|
+
ghUserAvatarUrl?: string | undefined;
|
|
31962
32594
|
commitAuthorName?: string | undefined;
|
|
31963
32595
|
commitMessage?: string | undefined;
|
|
31964
32596
|
commitRef?: string | undefined;
|
|
@@ -32040,6 +32672,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32040
32672
|
branchName?: string | undefined;
|
|
32041
32673
|
git?: {
|
|
32042
32674
|
dirty?: boolean | undefined;
|
|
32675
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32676
|
+
provider?: string | undefined;
|
|
32677
|
+
ghUsername?: string | undefined;
|
|
32678
|
+
ghUserAvatarUrl?: string | undefined;
|
|
32043
32679
|
commitAuthorName?: string | undefined;
|
|
32044
32680
|
commitMessage?: string | undefined;
|
|
32045
32681
|
commitRef?: string | undefined;
|
|
@@ -32142,6 +32778,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32142
32778
|
branchName?: string | undefined;
|
|
32143
32779
|
git?: {
|
|
32144
32780
|
dirty?: boolean | undefined;
|
|
32781
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32782
|
+
provider?: string | undefined;
|
|
32783
|
+
ghUsername?: string | undefined;
|
|
32784
|
+
ghUserAvatarUrl?: string | undefined;
|
|
32145
32785
|
commitAuthorName?: string | undefined;
|
|
32146
32786
|
commitMessage?: string | undefined;
|
|
32147
32787
|
commitRef?: string | undefined;
|
|
@@ -32233,6 +32873,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32233
32873
|
branchName?: string | undefined;
|
|
32234
32874
|
git?: {
|
|
32235
32875
|
dirty?: boolean | undefined;
|
|
32876
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32877
|
+
provider?: string | undefined;
|
|
32878
|
+
ghUsername?: string | undefined;
|
|
32879
|
+
ghUserAvatarUrl?: string | undefined;
|
|
32236
32880
|
commitAuthorName?: string | undefined;
|
|
32237
32881
|
commitMessage?: string | undefined;
|
|
32238
32882
|
commitRef?: string | undefined;
|
|
@@ -32327,6 +32971,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32327
32971
|
branchName?: string | undefined;
|
|
32328
32972
|
git?: {
|
|
32329
32973
|
dirty?: boolean | undefined;
|
|
32974
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
32975
|
+
provider?: string | undefined;
|
|
32976
|
+
ghUsername?: string | undefined;
|
|
32977
|
+
ghUserAvatarUrl?: string | undefined;
|
|
32330
32978
|
commitAuthorName?: string | undefined;
|
|
32331
32979
|
commitMessage?: string | undefined;
|
|
32332
32980
|
commitRef?: string | undefined;
|
|
@@ -32421,6 +33069,10 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
32421
33069
|
branchName?: string | undefined;
|
|
32422
33070
|
git?: {
|
|
32423
33071
|
dirty?: boolean | undefined;
|
|
33072
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
33073
|
+
provider?: string | undefined;
|
|
33074
|
+
ghUsername?: string | undefined;
|
|
33075
|
+
ghUserAvatarUrl?: string | undefined;
|
|
32424
33076
|
commitAuthorName?: string | undefined;
|
|
32425
33077
|
commitMessage?: string | undefined;
|
|
32426
33078
|
commitRef?: string | undefined;
|
|
@@ -33758,6 +34410,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33758
34410
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
33759
34411
|
branchName: z.ZodOptional<z.ZodString>;
|
|
33760
34412
|
git: z.ZodOptional<z.ZodObject<{
|
|
34413
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
34414
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
34415
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
34416
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
33761
34417
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
33762
34418
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
33763
34419
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -33769,6 +34425,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33769
34425
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
33770
34426
|
}, "strip", z.ZodTypeAny, {
|
|
33771
34427
|
dirty?: boolean | undefined;
|
|
34428
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34429
|
+
provider?: string | undefined;
|
|
34430
|
+
ghUsername?: string | undefined;
|
|
34431
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33772
34432
|
commitAuthorName?: string | undefined;
|
|
33773
34433
|
commitMessage?: string | undefined;
|
|
33774
34434
|
commitRef?: string | undefined;
|
|
@@ -33779,6 +34439,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33779
34439
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33780
34440
|
}, {
|
|
33781
34441
|
dirty?: boolean | undefined;
|
|
34442
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34443
|
+
provider?: string | undefined;
|
|
34444
|
+
ghUsername?: string | undefined;
|
|
34445
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33782
34446
|
commitAuthorName?: string | undefined;
|
|
33783
34447
|
commitMessage?: string | undefined;
|
|
33784
34448
|
commitRef?: string | undefined;
|
|
@@ -33795,6 +34459,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33795
34459
|
branchName?: string | undefined;
|
|
33796
34460
|
git?: {
|
|
33797
34461
|
dirty?: boolean | undefined;
|
|
34462
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34463
|
+
provider?: string | undefined;
|
|
34464
|
+
ghUsername?: string | undefined;
|
|
34465
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33798
34466
|
commitAuthorName?: string | undefined;
|
|
33799
34467
|
commitMessage?: string | undefined;
|
|
33800
34468
|
commitRef?: string | undefined;
|
|
@@ -33811,6 +34479,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33811
34479
|
branchName?: string | undefined;
|
|
33812
34480
|
git?: {
|
|
33813
34481
|
dirty?: boolean | undefined;
|
|
34482
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34483
|
+
provider?: string | undefined;
|
|
34484
|
+
ghUsername?: string | undefined;
|
|
34485
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33814
34486
|
commitAuthorName?: string | undefined;
|
|
33815
34487
|
commitMessage?: string | undefined;
|
|
33816
34488
|
commitRef?: string | undefined;
|
|
@@ -33880,6 +34552,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33880
34552
|
runtime: z.ZodString;
|
|
33881
34553
|
runtimeVersion: z.ZodString;
|
|
33882
34554
|
git: z.ZodOptional<z.ZodObject<{
|
|
34555
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
34556
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
34557
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
34558
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
33883
34559
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
33884
34560
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
33885
34561
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -33891,6 +34567,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33891
34567
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
33892
34568
|
}, "strip", z.ZodTypeAny, {
|
|
33893
34569
|
dirty?: boolean | undefined;
|
|
34570
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34571
|
+
provider?: string | undefined;
|
|
34572
|
+
ghUsername?: string | undefined;
|
|
34573
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33894
34574
|
commitAuthorName?: string | undefined;
|
|
33895
34575
|
commitMessage?: string | undefined;
|
|
33896
34576
|
commitRef?: string | undefined;
|
|
@@ -33901,6 +34581,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33901
34581
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33902
34582
|
}, {
|
|
33903
34583
|
dirty?: boolean | undefined;
|
|
34584
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34585
|
+
provider?: string | undefined;
|
|
34586
|
+
ghUsername?: string | undefined;
|
|
34587
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33904
34588
|
commitAuthorName?: string | undefined;
|
|
33905
34589
|
commitMessage?: string | undefined;
|
|
33906
34590
|
commitRef?: string | undefined;
|
|
@@ -33918,6 +34602,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33918
34602
|
runtimeVersion: string;
|
|
33919
34603
|
git?: {
|
|
33920
34604
|
dirty?: boolean | undefined;
|
|
34605
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34606
|
+
provider?: string | undefined;
|
|
34607
|
+
ghUsername?: string | undefined;
|
|
34608
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33921
34609
|
commitAuthorName?: string | undefined;
|
|
33922
34610
|
commitMessage?: string | undefined;
|
|
33923
34611
|
commitRef?: string | undefined;
|
|
@@ -33935,6 +34623,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
33935
34623
|
runtimeVersion: string;
|
|
33936
34624
|
git?: {
|
|
33937
34625
|
dirty?: boolean | undefined;
|
|
34626
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34627
|
+
provider?: string | undefined;
|
|
34628
|
+
ghUsername?: string | undefined;
|
|
34629
|
+
ghUserAvatarUrl?: string | undefined;
|
|
33938
34630
|
commitAuthorName?: string | undefined;
|
|
33939
34631
|
commitMessage?: string | undefined;
|
|
33940
34632
|
commitRef?: string | undefined;
|
|
@@ -34040,6 +34732,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34040
34732
|
branchName?: string | undefined;
|
|
34041
34733
|
git?: {
|
|
34042
34734
|
dirty?: boolean | undefined;
|
|
34735
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34736
|
+
provider?: string | undefined;
|
|
34737
|
+
ghUsername?: string | undefined;
|
|
34738
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34043
34739
|
commitAuthorName?: string | undefined;
|
|
34044
34740
|
commitMessage?: string | undefined;
|
|
34045
34741
|
commitRef?: string | undefined;
|
|
@@ -34107,6 +34803,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34107
34803
|
runtimeVersion: string;
|
|
34108
34804
|
git?: {
|
|
34109
34805
|
dirty?: boolean | undefined;
|
|
34806
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34807
|
+
provider?: string | undefined;
|
|
34808
|
+
ghUsername?: string | undefined;
|
|
34809
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34110
34810
|
commitAuthorName?: string | undefined;
|
|
34111
34811
|
commitMessage?: string | undefined;
|
|
34112
34812
|
commitRef?: string | undefined;
|
|
@@ -34135,6 +34835,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34135
34835
|
branchName?: string | undefined;
|
|
34136
34836
|
git?: {
|
|
34137
34837
|
dirty?: boolean | undefined;
|
|
34838
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34839
|
+
provider?: string | undefined;
|
|
34840
|
+
ghUsername?: string | undefined;
|
|
34841
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34138
34842
|
commitAuthorName?: string | undefined;
|
|
34139
34843
|
commitMessage?: string | undefined;
|
|
34140
34844
|
commitRef?: string | undefined;
|
|
@@ -34202,6 +34906,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34202
34906
|
runtimeVersion: string;
|
|
34203
34907
|
git?: {
|
|
34204
34908
|
dirty?: boolean | undefined;
|
|
34909
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
34910
|
+
provider?: string | undefined;
|
|
34911
|
+
ghUsername?: string | undefined;
|
|
34912
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34205
34913
|
commitAuthorName?: string | undefined;
|
|
34206
34914
|
commitMessage?: string | undefined;
|
|
34207
34915
|
commitRef?: string | undefined;
|
|
@@ -34426,6 +35134,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34426
35134
|
branchName?: string | undefined;
|
|
34427
35135
|
git?: {
|
|
34428
35136
|
dirty?: boolean | undefined;
|
|
35137
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35138
|
+
provider?: string | undefined;
|
|
35139
|
+
ghUsername?: string | undefined;
|
|
35140
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34429
35141
|
commitAuthorName?: string | undefined;
|
|
34430
35142
|
commitMessage?: string | undefined;
|
|
34431
35143
|
commitRef?: string | undefined;
|
|
@@ -34493,6 +35205,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34493
35205
|
runtimeVersion: string;
|
|
34494
35206
|
git?: {
|
|
34495
35207
|
dirty?: boolean | undefined;
|
|
35208
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35209
|
+
provider?: string | undefined;
|
|
35210
|
+
ghUsername?: string | undefined;
|
|
35211
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34496
35212
|
commitAuthorName?: string | undefined;
|
|
34497
35213
|
commitMessage?: string | undefined;
|
|
34498
35214
|
commitRef?: string | undefined;
|
|
@@ -34716,6 +35432,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34716
35432
|
branchName?: string | undefined;
|
|
34717
35433
|
git?: {
|
|
34718
35434
|
dirty?: boolean | undefined;
|
|
35435
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35436
|
+
provider?: string | undefined;
|
|
35437
|
+
ghUsername?: string | undefined;
|
|
35438
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34719
35439
|
commitAuthorName?: string | undefined;
|
|
34720
35440
|
commitMessage?: string | undefined;
|
|
34721
35441
|
commitRef?: string | undefined;
|
|
@@ -34783,6 +35503,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34783
35503
|
runtimeVersion: string;
|
|
34784
35504
|
git?: {
|
|
34785
35505
|
dirty?: boolean | undefined;
|
|
35506
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35507
|
+
provider?: string | undefined;
|
|
35508
|
+
ghUsername?: string | undefined;
|
|
35509
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34786
35510
|
commitAuthorName?: string | undefined;
|
|
34787
35511
|
commitMessage?: string | undefined;
|
|
34788
35512
|
commitRef?: string | undefined;
|
|
@@ -34923,6 +35647,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34923
35647
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
34924
35648
|
branchName: z.ZodOptional<z.ZodString>;
|
|
34925
35649
|
git: z.ZodOptional<z.ZodObject<{
|
|
35650
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
35651
|
+
source: z.ZodOptional<z.ZodEnum<["trigger_github_app", "github_actions", "local"]>>;
|
|
35652
|
+
ghUsername: z.ZodOptional<z.ZodString>;
|
|
35653
|
+
ghUserAvatarUrl: z.ZodOptional<z.ZodString>;
|
|
34926
35654
|
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
34927
35655
|
commitMessage: z.ZodOptional<z.ZodString>;
|
|
34928
35656
|
commitRef: z.ZodOptional<z.ZodString>;
|
|
@@ -34934,6 +35662,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34934
35662
|
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
34935
35663
|
}, "strip", z.ZodTypeAny, {
|
|
34936
35664
|
dirty?: boolean | undefined;
|
|
35665
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35666
|
+
provider?: string | undefined;
|
|
35667
|
+
ghUsername?: string | undefined;
|
|
35668
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34937
35669
|
commitAuthorName?: string | undefined;
|
|
34938
35670
|
commitMessage?: string | undefined;
|
|
34939
35671
|
commitRef?: string | undefined;
|
|
@@ -34944,6 +35676,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34944
35676
|
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
34945
35677
|
}, {
|
|
34946
35678
|
dirty?: boolean | undefined;
|
|
35679
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35680
|
+
provider?: string | undefined;
|
|
35681
|
+
ghUsername?: string | undefined;
|
|
35682
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34947
35683
|
commitAuthorName?: string | undefined;
|
|
34948
35684
|
commitMessage?: string | undefined;
|
|
34949
35685
|
commitRef?: string | undefined;
|
|
@@ -34960,6 +35696,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34960
35696
|
branchName?: string | undefined;
|
|
34961
35697
|
git?: {
|
|
34962
35698
|
dirty?: boolean | undefined;
|
|
35699
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35700
|
+
provider?: string | undefined;
|
|
35701
|
+
ghUsername?: string | undefined;
|
|
35702
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34963
35703
|
commitAuthorName?: string | undefined;
|
|
34964
35704
|
commitMessage?: string | undefined;
|
|
34965
35705
|
commitRef?: string | undefined;
|
|
@@ -34976,6 +35716,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
34976
35716
|
branchName?: string | undefined;
|
|
34977
35717
|
git?: {
|
|
34978
35718
|
dirty?: boolean | undefined;
|
|
35719
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35720
|
+
provider?: string | undefined;
|
|
35721
|
+
ghUsername?: string | undefined;
|
|
35722
|
+
ghUserAvatarUrl?: string | undefined;
|
|
34979
35723
|
commitAuthorName?: string | undefined;
|
|
34980
35724
|
commitMessage?: string | undefined;
|
|
34981
35725
|
commitRef?: string | undefined;
|
|
@@ -35072,6 +35816,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35072
35816
|
branchName?: string | undefined;
|
|
35073
35817
|
git?: {
|
|
35074
35818
|
dirty?: boolean | undefined;
|
|
35819
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35820
|
+
provider?: string | undefined;
|
|
35821
|
+
ghUsername?: string | undefined;
|
|
35822
|
+
ghUserAvatarUrl?: string | undefined;
|
|
35075
35823
|
commitAuthorName?: string | undefined;
|
|
35076
35824
|
commitMessage?: string | undefined;
|
|
35077
35825
|
commitRef?: string | undefined;
|
|
@@ -35153,6 +35901,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35153
35901
|
branchName?: string | undefined;
|
|
35154
35902
|
git?: {
|
|
35155
35903
|
dirty?: boolean | undefined;
|
|
35904
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
35905
|
+
provider?: string | undefined;
|
|
35906
|
+
ghUsername?: string | undefined;
|
|
35907
|
+
ghUserAvatarUrl?: string | undefined;
|
|
35156
35908
|
commitAuthorName?: string | undefined;
|
|
35157
35909
|
commitMessage?: string | undefined;
|
|
35158
35910
|
commitRef?: string | undefined;
|
|
@@ -35255,6 +36007,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35255
36007
|
branchName?: string | undefined;
|
|
35256
36008
|
git?: {
|
|
35257
36009
|
dirty?: boolean | undefined;
|
|
36010
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
36011
|
+
provider?: string | undefined;
|
|
36012
|
+
ghUsername?: string | undefined;
|
|
36013
|
+
ghUserAvatarUrl?: string | undefined;
|
|
35258
36014
|
commitAuthorName?: string | undefined;
|
|
35259
36015
|
commitMessage?: string | undefined;
|
|
35260
36016
|
commitRef?: string | undefined;
|
|
@@ -35346,6 +36102,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35346
36102
|
branchName?: string | undefined;
|
|
35347
36103
|
git?: {
|
|
35348
36104
|
dirty?: boolean | undefined;
|
|
36105
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
36106
|
+
provider?: string | undefined;
|
|
36107
|
+
ghUsername?: string | undefined;
|
|
36108
|
+
ghUserAvatarUrl?: string | undefined;
|
|
35349
36109
|
commitAuthorName?: string | undefined;
|
|
35350
36110
|
commitMessage?: string | undefined;
|
|
35351
36111
|
commitRef?: string | undefined;
|
|
@@ -35440,6 +36200,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35440
36200
|
branchName?: string | undefined;
|
|
35441
36201
|
git?: {
|
|
35442
36202
|
dirty?: boolean | undefined;
|
|
36203
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
36204
|
+
provider?: string | undefined;
|
|
36205
|
+
ghUsername?: string | undefined;
|
|
36206
|
+
ghUserAvatarUrl?: string | undefined;
|
|
35443
36207
|
commitAuthorName?: string | undefined;
|
|
35444
36208
|
commitMessage?: string | undefined;
|
|
35445
36209
|
commitRef?: string | undefined;
|
|
@@ -35533,6 +36297,10 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
35533
36297
|
branchName?: string | undefined;
|
|
35534
36298
|
git?: {
|
|
35535
36299
|
dirty?: boolean | undefined;
|
|
36300
|
+
source?: "trigger_github_app" | "github_actions" | "local" | undefined;
|
|
36301
|
+
provider?: string | undefined;
|
|
36302
|
+
ghUsername?: string | undefined;
|
|
36303
|
+
ghUserAvatarUrl?: string | undefined;
|
|
35536
36304
|
commitAuthorName?: string | undefined;
|
|
35537
36305
|
commitMessage?: string | undefined;
|
|
35538
36306
|
commitRef?: string | undefined;
|