@trigger.dev/core 4.0.0-v4-beta.17 → 4.0.0-v4-beta.19
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/v3/apiClient/getBranch.d.ts +5 -0
- package/dist/commonjs/v3/apiClient/getBranch.js +25 -0
- package/dist/commonjs/v3/apiClient/getBranch.js.map +1 -0
- package/dist/commonjs/v3/apiClient/index.d.ts +3 -1
- package/dist/commonjs/v3/apiClient/index.js +25 -2
- package/dist/commonjs/v3/apiClient/index.js.map +1 -1
- package/dist/commonjs/v3/apiClientManager/index.d.ts +1 -0
- package/dist/commonjs/v3/apiClientManager/index.js +10 -2
- package/dist/commonjs/v3/apiClientManager/index.js.map +1 -1
- package/dist/commonjs/v3/apiClientManager/types.d.ts +4 -0
- package/dist/commonjs/v3/build/extensions.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +13 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js +5 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +104 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/session.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/session.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/types.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +12 -0
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +104 -0
- package/dist/commonjs/v3/runMetadata/manager.js +14 -4
- package/dist/commonjs/v3/runMetadata/manager.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/operations.d.ts +38 -0
- package/dist/commonjs/v3/runMetadata/operations.js +96 -0
- package/dist/commonjs/v3/runMetadata/operations.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +128 -0
- package/dist/commonjs/v3/schemas/api.js +12 -2
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/build.d.ts +38 -0
- package/dist/commonjs/v3/schemas/build.js +3 -0
- package/dist/commonjs/v3/schemas/build.js.map +1 -1
- package/dist/commonjs/v3/schemas/common.d.ts +248 -0
- package/dist/commonjs/v3/schemas/common.js +14 -1
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +1709 -0
- package/dist/commonjs/v3/schemas/runEngine.d.ts +104 -0
- package/dist/commonjs/v3/schemas/schemas.d.ts +288 -0
- package/dist/commonjs/v3/schemas/webhooks.d.ts +42 -0
- package/dist/commonjs/v3/schemas/webhooks.js +4 -0
- package/dist/commonjs/v3/schemas/webhooks.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/getBranch.d.ts +5 -0
- package/dist/esm/v3/apiClient/getBranch.js +22 -0
- package/dist/esm/v3/apiClient/getBranch.js.map +1 -0
- package/dist/esm/v3/apiClient/index.d.ts +3 -1
- package/dist/esm/v3/apiClient/index.js +11 -2
- package/dist/esm/v3/apiClient/index.js.map +1 -1
- package/dist/esm/v3/apiClientManager/index.d.ts +1 -0
- package/dist/esm/v3/apiClientManager/index.js +10 -2
- package/dist/esm/v3/apiClientManager/index.js.map +1 -1
- package/dist/esm/v3/apiClientManager/types.d.ts +4 -0
- package/dist/esm/v3/build/extensions.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +13 -0
- package/dist/esm/v3/runEngineWorker/supervisor/http.js +5 -0
- package/dist/esm/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +104 -0
- package/dist/esm/v3/runEngineWorker/supervisor/session.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/supervisor/session.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/types.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +12 -0
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +104 -0
- package/dist/esm/v3/runMetadata/manager.js +15 -5
- package/dist/esm/v3/runMetadata/manager.js.map +1 -1
- package/dist/esm/v3/runMetadata/operations.d.ts +38 -0
- package/dist/esm/v3/runMetadata/operations.js +95 -0
- package/dist/esm/v3/runMetadata/operations.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +128 -0
- package/dist/esm/v3/schemas/api.js +11 -1
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/build.d.ts +38 -0
- package/dist/esm/v3/schemas/build.js +3 -0
- package/dist/esm/v3/schemas/build.js.map +1 -1
- package/dist/esm/v3/schemas/common.d.ts +248 -0
- package/dist/esm/v3/schemas/common.js +13 -0
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +1709 -0
- package/dist/esm/v3/schemas/runEngine.d.ts +104 -0
- package/dist/esm/v3/schemas/schemas.d.ts +288 -0
- package/dist/esm/v3/schemas/webhooks.d.ts +42 -0
- package/dist/esm/v3/schemas/webhooks.js +4 -0
- package/dist/esm/v3/schemas/webhooks.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -2
|
@@ -1724,14 +1724,70 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1724
1724
|
id: z.ZodString;
|
|
1725
1725
|
slug: z.ZodString;
|
|
1726
1726
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
1727
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
1728
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
1729
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
1730
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
1731
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
1732
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
1733
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
1734
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
1735
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
1736
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
1737
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
1738
|
+
}, "strip", z.ZodTypeAny, {
|
|
1739
|
+
dirty?: boolean | undefined;
|
|
1740
|
+
commitAuthorName?: string | undefined;
|
|
1741
|
+
commitMessage?: string | undefined;
|
|
1742
|
+
commitRef?: string | undefined;
|
|
1743
|
+
commitSha?: string | undefined;
|
|
1744
|
+
remoteUrl?: string | undefined;
|
|
1745
|
+
pullRequestNumber?: number | undefined;
|
|
1746
|
+
pullRequestTitle?: string | undefined;
|
|
1747
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1748
|
+
}, {
|
|
1749
|
+
dirty?: boolean | undefined;
|
|
1750
|
+
commitAuthorName?: string | undefined;
|
|
1751
|
+
commitMessage?: string | undefined;
|
|
1752
|
+
commitRef?: string | undefined;
|
|
1753
|
+
commitSha?: string | undefined;
|
|
1754
|
+
remoteUrl?: string | undefined;
|
|
1755
|
+
pullRequestNumber?: number | undefined;
|
|
1756
|
+
pullRequestTitle?: string | undefined;
|
|
1757
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1758
|
+
}>>;
|
|
1727
1759
|
}, "strip", z.ZodTypeAny, {
|
|
1728
1760
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1729
1761
|
id: string;
|
|
1730
1762
|
slug: string;
|
|
1763
|
+
branchName?: string | undefined;
|
|
1764
|
+
git?: {
|
|
1765
|
+
dirty?: boolean | undefined;
|
|
1766
|
+
commitAuthorName?: string | undefined;
|
|
1767
|
+
commitMessage?: string | undefined;
|
|
1768
|
+
commitRef?: string | undefined;
|
|
1769
|
+
commitSha?: string | undefined;
|
|
1770
|
+
remoteUrl?: string | undefined;
|
|
1771
|
+
pullRequestNumber?: number | undefined;
|
|
1772
|
+
pullRequestTitle?: string | undefined;
|
|
1773
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1774
|
+
} | undefined;
|
|
1731
1775
|
}, {
|
|
1732
1776
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1733
1777
|
id: string;
|
|
1734
1778
|
slug: string;
|
|
1779
|
+
branchName?: string | undefined;
|
|
1780
|
+
git?: {
|
|
1781
|
+
dirty?: boolean | undefined;
|
|
1782
|
+
commitAuthorName?: string | undefined;
|
|
1783
|
+
commitMessage?: string | undefined;
|
|
1784
|
+
commitRef?: string | undefined;
|
|
1785
|
+
commitSha?: string | undefined;
|
|
1786
|
+
remoteUrl?: string | undefined;
|
|
1787
|
+
pullRequestNumber?: number | undefined;
|
|
1788
|
+
pullRequestTitle?: string | undefined;
|
|
1789
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1790
|
+
} | undefined;
|
|
1735
1791
|
}>;
|
|
1736
1792
|
organization: z.ZodObject<{
|
|
1737
1793
|
id: z.ZodString;
|
|
@@ -1828,6 +1884,18 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1828
1884
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1829
1885
|
id: string;
|
|
1830
1886
|
slug: string;
|
|
1887
|
+
branchName?: string | undefined;
|
|
1888
|
+
git?: {
|
|
1889
|
+
dirty?: boolean | undefined;
|
|
1890
|
+
commitAuthorName?: string | undefined;
|
|
1891
|
+
commitMessage?: string | undefined;
|
|
1892
|
+
commitRef?: string | undefined;
|
|
1893
|
+
commitSha?: string | undefined;
|
|
1894
|
+
remoteUrl?: string | undefined;
|
|
1895
|
+
pullRequestNumber?: number | undefined;
|
|
1896
|
+
pullRequestTitle?: string | undefined;
|
|
1897
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1898
|
+
} | undefined;
|
|
1831
1899
|
};
|
|
1832
1900
|
organization: {
|
|
1833
1901
|
name: string;
|
|
@@ -1892,6 +1960,18 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1892
1960
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1893
1961
|
id: string;
|
|
1894
1962
|
slug: string;
|
|
1963
|
+
branchName?: string | undefined;
|
|
1964
|
+
git?: {
|
|
1965
|
+
dirty?: boolean | undefined;
|
|
1966
|
+
commitAuthorName?: string | undefined;
|
|
1967
|
+
commitMessage?: string | undefined;
|
|
1968
|
+
commitRef?: string | undefined;
|
|
1969
|
+
commitSha?: string | undefined;
|
|
1970
|
+
remoteUrl?: string | undefined;
|
|
1971
|
+
pullRequestNumber?: number | undefined;
|
|
1972
|
+
pullRequestTitle?: string | undefined;
|
|
1973
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1974
|
+
} | undefined;
|
|
1895
1975
|
};
|
|
1896
1976
|
organization: {
|
|
1897
1977
|
name: string;
|
|
@@ -1960,6 +2040,18 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
1960
2040
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1961
2041
|
id: string;
|
|
1962
2042
|
slug: string;
|
|
2043
|
+
branchName?: string | undefined;
|
|
2044
|
+
git?: {
|
|
2045
|
+
dirty?: boolean | undefined;
|
|
2046
|
+
commitAuthorName?: string | undefined;
|
|
2047
|
+
commitMessage?: string | undefined;
|
|
2048
|
+
commitRef?: string | undefined;
|
|
2049
|
+
commitSha?: string | undefined;
|
|
2050
|
+
remoteUrl?: string | undefined;
|
|
2051
|
+
pullRequestNumber?: number | undefined;
|
|
2052
|
+
pullRequestTitle?: string | undefined;
|
|
2053
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2054
|
+
} | undefined;
|
|
1963
2055
|
};
|
|
1964
2056
|
organization: {
|
|
1965
2057
|
name: string;
|
|
@@ -2211,6 +2303,18 @@ export declare const BackgroundWorkerClientMessages: z.ZodDiscriminatedUnion<"ty
|
|
|
2211
2303
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2212
2304
|
id: string;
|
|
2213
2305
|
slug: string;
|
|
2306
|
+
branchName?: string | undefined;
|
|
2307
|
+
git?: {
|
|
2308
|
+
dirty?: boolean | undefined;
|
|
2309
|
+
commitAuthorName?: string | undefined;
|
|
2310
|
+
commitMessage?: string | undefined;
|
|
2311
|
+
commitRef?: string | undefined;
|
|
2312
|
+
commitSha?: string | undefined;
|
|
2313
|
+
remoteUrl?: string | undefined;
|
|
2314
|
+
pullRequestNumber?: number | undefined;
|
|
2315
|
+
pullRequestTitle?: string | undefined;
|
|
2316
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2317
|
+
} | undefined;
|
|
2214
2318
|
};
|
|
2215
2319
|
organization: {
|
|
2216
2320
|
name: string;
|
|
@@ -4588,14 +4692,70 @@ export declare const clientWebsocketMessages: {
|
|
|
4588
4692
|
id: z.ZodString;
|
|
4589
4693
|
slug: z.ZodString;
|
|
4590
4694
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
4695
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
4696
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
4697
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
4698
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
4699
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
4700
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
4701
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
4702
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
4703
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
4704
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
4705
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
4706
|
+
}, "strip", z.ZodTypeAny, {
|
|
4707
|
+
dirty?: boolean | undefined;
|
|
4708
|
+
commitAuthorName?: string | undefined;
|
|
4709
|
+
commitMessage?: string | undefined;
|
|
4710
|
+
commitRef?: string | undefined;
|
|
4711
|
+
commitSha?: string | undefined;
|
|
4712
|
+
remoteUrl?: string | undefined;
|
|
4713
|
+
pullRequestNumber?: number | undefined;
|
|
4714
|
+
pullRequestTitle?: string | undefined;
|
|
4715
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
4716
|
+
}, {
|
|
4717
|
+
dirty?: boolean | undefined;
|
|
4718
|
+
commitAuthorName?: string | undefined;
|
|
4719
|
+
commitMessage?: string | undefined;
|
|
4720
|
+
commitRef?: string | undefined;
|
|
4721
|
+
commitSha?: string | undefined;
|
|
4722
|
+
remoteUrl?: string | undefined;
|
|
4723
|
+
pullRequestNumber?: number | undefined;
|
|
4724
|
+
pullRequestTitle?: string | undefined;
|
|
4725
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
4726
|
+
}>>;
|
|
4591
4727
|
}, "strip", z.ZodTypeAny, {
|
|
4592
4728
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
4593
4729
|
id: string;
|
|
4594
4730
|
slug: string;
|
|
4731
|
+
branchName?: string | undefined;
|
|
4732
|
+
git?: {
|
|
4733
|
+
dirty?: boolean | undefined;
|
|
4734
|
+
commitAuthorName?: string | undefined;
|
|
4735
|
+
commitMessage?: string | undefined;
|
|
4736
|
+
commitRef?: string | undefined;
|
|
4737
|
+
commitSha?: string | undefined;
|
|
4738
|
+
remoteUrl?: string | undefined;
|
|
4739
|
+
pullRequestNumber?: number | undefined;
|
|
4740
|
+
pullRequestTitle?: string | undefined;
|
|
4741
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
4742
|
+
} | undefined;
|
|
4595
4743
|
}, {
|
|
4596
4744
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
4597
4745
|
id: string;
|
|
4598
4746
|
slug: string;
|
|
4747
|
+
branchName?: string | undefined;
|
|
4748
|
+
git?: {
|
|
4749
|
+
dirty?: boolean | undefined;
|
|
4750
|
+
commitAuthorName?: string | undefined;
|
|
4751
|
+
commitMessage?: string | undefined;
|
|
4752
|
+
commitRef?: string | undefined;
|
|
4753
|
+
commitSha?: string | undefined;
|
|
4754
|
+
remoteUrl?: string | undefined;
|
|
4755
|
+
pullRequestNumber?: number | undefined;
|
|
4756
|
+
pullRequestTitle?: string | undefined;
|
|
4757
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
4758
|
+
} | undefined;
|
|
4599
4759
|
}>;
|
|
4600
4760
|
organization: z.ZodObject<{
|
|
4601
4761
|
id: z.ZodString;
|
|
@@ -4692,6 +4852,18 @@ export declare const clientWebsocketMessages: {
|
|
|
4692
4852
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
4693
4853
|
id: string;
|
|
4694
4854
|
slug: string;
|
|
4855
|
+
branchName?: string | undefined;
|
|
4856
|
+
git?: {
|
|
4857
|
+
dirty?: boolean | undefined;
|
|
4858
|
+
commitAuthorName?: string | undefined;
|
|
4859
|
+
commitMessage?: string | undefined;
|
|
4860
|
+
commitRef?: string | undefined;
|
|
4861
|
+
commitSha?: string | undefined;
|
|
4862
|
+
remoteUrl?: string | undefined;
|
|
4863
|
+
pullRequestNumber?: number | undefined;
|
|
4864
|
+
pullRequestTitle?: string | undefined;
|
|
4865
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
4866
|
+
} | undefined;
|
|
4695
4867
|
};
|
|
4696
4868
|
organization: {
|
|
4697
4869
|
name: string;
|
|
@@ -4756,6 +4928,18 @@ export declare const clientWebsocketMessages: {
|
|
|
4756
4928
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
4757
4929
|
id: string;
|
|
4758
4930
|
slug: string;
|
|
4931
|
+
branchName?: string | undefined;
|
|
4932
|
+
git?: {
|
|
4933
|
+
dirty?: boolean | undefined;
|
|
4934
|
+
commitAuthorName?: string | undefined;
|
|
4935
|
+
commitMessage?: string | undefined;
|
|
4936
|
+
commitRef?: string | undefined;
|
|
4937
|
+
commitSha?: string | undefined;
|
|
4938
|
+
remoteUrl?: string | undefined;
|
|
4939
|
+
pullRequestNumber?: number | undefined;
|
|
4940
|
+
pullRequestTitle?: string | undefined;
|
|
4941
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
4942
|
+
} | undefined;
|
|
4759
4943
|
};
|
|
4760
4944
|
organization: {
|
|
4761
4945
|
name: string;
|
|
@@ -4824,6 +5008,18 @@ export declare const clientWebsocketMessages: {
|
|
|
4824
5008
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
4825
5009
|
id: string;
|
|
4826
5010
|
slug: string;
|
|
5011
|
+
branchName?: string | undefined;
|
|
5012
|
+
git?: {
|
|
5013
|
+
dirty?: boolean | undefined;
|
|
5014
|
+
commitAuthorName?: string | undefined;
|
|
5015
|
+
commitMessage?: string | undefined;
|
|
5016
|
+
commitRef?: string | undefined;
|
|
5017
|
+
commitSha?: string | undefined;
|
|
5018
|
+
remoteUrl?: string | undefined;
|
|
5019
|
+
pullRequestNumber?: number | undefined;
|
|
5020
|
+
pullRequestTitle?: string | undefined;
|
|
5021
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
5022
|
+
} | undefined;
|
|
4827
5023
|
};
|
|
4828
5024
|
organization: {
|
|
4829
5025
|
name: string;
|
|
@@ -5075,6 +5271,18 @@ export declare const clientWebsocketMessages: {
|
|
|
5075
5271
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
5076
5272
|
id: string;
|
|
5077
5273
|
slug: string;
|
|
5274
|
+
branchName?: string | undefined;
|
|
5275
|
+
git?: {
|
|
5276
|
+
dirty?: boolean | undefined;
|
|
5277
|
+
commitAuthorName?: string | undefined;
|
|
5278
|
+
commitMessage?: string | undefined;
|
|
5279
|
+
commitRef?: string | undefined;
|
|
5280
|
+
commitSha?: string | undefined;
|
|
5281
|
+
remoteUrl?: string | undefined;
|
|
5282
|
+
pullRequestNumber?: number | undefined;
|
|
5283
|
+
pullRequestTitle?: string | undefined;
|
|
5284
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
5285
|
+
} | undefined;
|
|
5078
5286
|
};
|
|
5079
5287
|
organization: {
|
|
5080
5288
|
name: string;
|
|
@@ -6196,6 +6404,18 @@ export declare const clientWebsocketMessages: {
|
|
|
6196
6404
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
6197
6405
|
id: string;
|
|
6198
6406
|
slug: string;
|
|
6407
|
+
branchName?: string | undefined;
|
|
6408
|
+
git?: {
|
|
6409
|
+
dirty?: boolean | undefined;
|
|
6410
|
+
commitAuthorName?: string | undefined;
|
|
6411
|
+
commitMessage?: string | undefined;
|
|
6412
|
+
commitRef?: string | undefined;
|
|
6413
|
+
commitSha?: string | undefined;
|
|
6414
|
+
remoteUrl?: string | undefined;
|
|
6415
|
+
pullRequestNumber?: number | undefined;
|
|
6416
|
+
pullRequestTitle?: string | undefined;
|
|
6417
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
6418
|
+
} | undefined;
|
|
6199
6419
|
};
|
|
6200
6420
|
organization: {
|
|
6201
6421
|
name: string;
|
|
@@ -6564,6 +6784,18 @@ export declare const clientWebsocketMessages: {
|
|
|
6564
6784
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
6565
6785
|
id: string;
|
|
6566
6786
|
slug: string;
|
|
6787
|
+
branchName?: string | undefined;
|
|
6788
|
+
git?: {
|
|
6789
|
+
dirty?: boolean | undefined;
|
|
6790
|
+
commitAuthorName?: string | undefined;
|
|
6791
|
+
commitMessage?: string | undefined;
|
|
6792
|
+
commitRef?: string | undefined;
|
|
6793
|
+
commitSha?: string | undefined;
|
|
6794
|
+
remoteUrl?: string | undefined;
|
|
6795
|
+
pullRequestNumber?: number | undefined;
|
|
6796
|
+
pullRequestTitle?: string | undefined;
|
|
6797
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
6798
|
+
} | undefined;
|
|
6567
6799
|
};
|
|
6568
6800
|
organization: {
|
|
6569
6801
|
name: string;
|
|
@@ -7102,6 +7334,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7102
7334
|
initEntryPoint: z.ZodOptional<z.ZodString>;
|
|
7103
7335
|
runtime: z.ZodEnum<["node", "node-22", "bun"]>;
|
|
7104
7336
|
customConditions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7337
|
+
timings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
7105
7338
|
otelImportHook: z.ZodOptional<z.ZodObject<{
|
|
7106
7339
|
include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7107
7340
|
exclude: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -7162,6 +7395,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7162
7395
|
exclude?: string[] | undefined;
|
|
7163
7396
|
} | undefined;
|
|
7164
7397
|
controllerEntryPoint?: string | undefined;
|
|
7398
|
+
timings?: Record<string, number> | undefined;
|
|
7165
7399
|
}, {
|
|
7166
7400
|
tasks: {
|
|
7167
7401
|
id: string;
|
|
@@ -7212,6 +7446,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7212
7446
|
exclude?: string[] | undefined;
|
|
7213
7447
|
} | undefined;
|
|
7214
7448
|
controllerEntryPoint?: string | undefined;
|
|
7449
|
+
timings?: Record<string, number> | undefined;
|
|
7215
7450
|
}>;
|
|
7216
7451
|
importErrors: z.ZodArray<z.ZodObject<{
|
|
7217
7452
|
message: z.ZodString;
|
|
@@ -7281,6 +7516,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7281
7516
|
exclude?: string[] | undefined;
|
|
7282
7517
|
} | undefined;
|
|
7283
7518
|
controllerEntryPoint?: string | undefined;
|
|
7519
|
+
timings?: Record<string, number> | undefined;
|
|
7284
7520
|
};
|
|
7285
7521
|
importErrors: {
|
|
7286
7522
|
message: string;
|
|
@@ -7339,6 +7575,7 @@ export declare const indexerToWorkerMessages: {
|
|
|
7339
7575
|
exclude?: string[] | undefined;
|
|
7340
7576
|
} | undefined;
|
|
7341
7577
|
controllerEntryPoint?: string | undefined;
|
|
7578
|
+
timings?: Record<string, number> | undefined;
|
|
7342
7579
|
};
|
|
7343
7580
|
importErrors: {
|
|
7344
7581
|
message: string;
|
|
@@ -7510,14 +7747,70 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7510
7747
|
id: z.ZodString;
|
|
7511
7748
|
slug: z.ZodString;
|
|
7512
7749
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
7750
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
7751
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
7752
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
7753
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
7754
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
7755
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
7756
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
7757
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
7758
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
7759
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
7760
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
7761
|
+
}, "strip", z.ZodTypeAny, {
|
|
7762
|
+
dirty?: boolean | undefined;
|
|
7763
|
+
commitAuthorName?: string | undefined;
|
|
7764
|
+
commitMessage?: string | undefined;
|
|
7765
|
+
commitRef?: string | undefined;
|
|
7766
|
+
commitSha?: string | undefined;
|
|
7767
|
+
remoteUrl?: string | undefined;
|
|
7768
|
+
pullRequestNumber?: number | undefined;
|
|
7769
|
+
pullRequestTitle?: string | undefined;
|
|
7770
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
7771
|
+
}, {
|
|
7772
|
+
dirty?: boolean | undefined;
|
|
7773
|
+
commitAuthorName?: string | undefined;
|
|
7774
|
+
commitMessage?: string | undefined;
|
|
7775
|
+
commitRef?: string | undefined;
|
|
7776
|
+
commitSha?: string | undefined;
|
|
7777
|
+
remoteUrl?: string | undefined;
|
|
7778
|
+
pullRequestNumber?: number | undefined;
|
|
7779
|
+
pullRequestTitle?: string | undefined;
|
|
7780
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
7781
|
+
}>>;
|
|
7513
7782
|
}, "strip", z.ZodTypeAny, {
|
|
7514
7783
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
7515
7784
|
id: string;
|
|
7516
7785
|
slug: string;
|
|
7786
|
+
branchName?: string | undefined;
|
|
7787
|
+
git?: {
|
|
7788
|
+
dirty?: boolean | undefined;
|
|
7789
|
+
commitAuthorName?: string | undefined;
|
|
7790
|
+
commitMessage?: string | undefined;
|
|
7791
|
+
commitRef?: string | undefined;
|
|
7792
|
+
commitSha?: string | undefined;
|
|
7793
|
+
remoteUrl?: string | undefined;
|
|
7794
|
+
pullRequestNumber?: number | undefined;
|
|
7795
|
+
pullRequestTitle?: string | undefined;
|
|
7796
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
7797
|
+
} | undefined;
|
|
7517
7798
|
}, {
|
|
7518
7799
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
7519
7800
|
id: string;
|
|
7520
7801
|
slug: string;
|
|
7802
|
+
branchName?: string | undefined;
|
|
7803
|
+
git?: {
|
|
7804
|
+
dirty?: boolean | undefined;
|
|
7805
|
+
commitAuthorName?: string | undefined;
|
|
7806
|
+
commitMessage?: string | undefined;
|
|
7807
|
+
commitRef?: string | undefined;
|
|
7808
|
+
commitSha?: string | undefined;
|
|
7809
|
+
remoteUrl?: string | undefined;
|
|
7810
|
+
pullRequestNumber?: number | undefined;
|
|
7811
|
+
pullRequestTitle?: string | undefined;
|
|
7812
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
7813
|
+
} | undefined;
|
|
7521
7814
|
}>;
|
|
7522
7815
|
organization: z.ZodObject<{
|
|
7523
7816
|
id: z.ZodString;
|
|
@@ -7614,6 +7907,18 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7614
7907
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
7615
7908
|
id: string;
|
|
7616
7909
|
slug: string;
|
|
7910
|
+
branchName?: string | undefined;
|
|
7911
|
+
git?: {
|
|
7912
|
+
dirty?: boolean | undefined;
|
|
7913
|
+
commitAuthorName?: string | undefined;
|
|
7914
|
+
commitMessage?: string | undefined;
|
|
7915
|
+
commitRef?: string | undefined;
|
|
7916
|
+
commitSha?: string | undefined;
|
|
7917
|
+
remoteUrl?: string | undefined;
|
|
7918
|
+
pullRequestNumber?: number | undefined;
|
|
7919
|
+
pullRequestTitle?: string | undefined;
|
|
7920
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
7921
|
+
} | undefined;
|
|
7617
7922
|
};
|
|
7618
7923
|
organization: {
|
|
7619
7924
|
name: string;
|
|
@@ -7678,6 +7983,18 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
7678
7983
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
7679
7984
|
id: string;
|
|
7680
7985
|
slug: string;
|
|
7986
|
+
branchName?: string | undefined;
|
|
7987
|
+
git?: {
|
|
7988
|
+
dirty?: boolean | undefined;
|
|
7989
|
+
commitAuthorName?: string | undefined;
|
|
7990
|
+
commitMessage?: string | undefined;
|
|
7991
|
+
commitRef?: string | undefined;
|
|
7992
|
+
commitSha?: string | undefined;
|
|
7993
|
+
remoteUrl?: string | undefined;
|
|
7994
|
+
pullRequestNumber?: number | undefined;
|
|
7995
|
+
pullRequestTitle?: string | undefined;
|
|
7996
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
7997
|
+
} | undefined;
|
|
7681
7998
|
};
|
|
7682
7999
|
organization: {
|
|
7683
8000
|
name: string;
|
|
@@ -8891,6 +9208,18 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
8891
9208
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
8892
9209
|
id: string;
|
|
8893
9210
|
slug: string;
|
|
9211
|
+
branchName?: string | undefined;
|
|
9212
|
+
git?: {
|
|
9213
|
+
dirty?: boolean | undefined;
|
|
9214
|
+
commitAuthorName?: string | undefined;
|
|
9215
|
+
commitMessage?: string | undefined;
|
|
9216
|
+
commitRef?: string | undefined;
|
|
9217
|
+
commitSha?: string | undefined;
|
|
9218
|
+
remoteUrl?: string | undefined;
|
|
9219
|
+
pullRequestNumber?: number | undefined;
|
|
9220
|
+
pullRequestTitle?: string | undefined;
|
|
9221
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
9222
|
+
} | undefined;
|
|
8894
9223
|
};
|
|
8895
9224
|
organization: {
|
|
8896
9225
|
name: string;
|
|
@@ -9141,6 +9470,18 @@ export declare const ExecutorToWorkerMessageCatalog: {
|
|
|
9141
9470
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
9142
9471
|
id: string;
|
|
9143
9472
|
slug: string;
|
|
9473
|
+
branchName?: string | undefined;
|
|
9474
|
+
git?: {
|
|
9475
|
+
dirty?: boolean | undefined;
|
|
9476
|
+
commitAuthorName?: string | undefined;
|
|
9477
|
+
commitMessage?: string | undefined;
|
|
9478
|
+
commitRef?: string | undefined;
|
|
9479
|
+
commitSha?: string | undefined;
|
|
9480
|
+
remoteUrl?: string | undefined;
|
|
9481
|
+
pullRequestNumber?: number | undefined;
|
|
9482
|
+
pullRequestTitle?: string | undefined;
|
|
9483
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
9484
|
+
} | undefined;
|
|
9144
9485
|
};
|
|
9145
9486
|
organization: {
|
|
9146
9487
|
name: string;
|
|
@@ -9540,14 +9881,70 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
9540
9881
|
id: z.ZodString;
|
|
9541
9882
|
slug: z.ZodString;
|
|
9542
9883
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
9884
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
9885
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
9886
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
9887
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
9888
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
9889
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
9890
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
9891
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
9892
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
9893
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
9894
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
9895
|
+
}, "strip", z.ZodTypeAny, {
|
|
9896
|
+
dirty?: boolean | undefined;
|
|
9897
|
+
commitAuthorName?: string | undefined;
|
|
9898
|
+
commitMessage?: string | undefined;
|
|
9899
|
+
commitRef?: string | undefined;
|
|
9900
|
+
commitSha?: string | undefined;
|
|
9901
|
+
remoteUrl?: string | undefined;
|
|
9902
|
+
pullRequestNumber?: number | undefined;
|
|
9903
|
+
pullRequestTitle?: string | undefined;
|
|
9904
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
9905
|
+
}, {
|
|
9906
|
+
dirty?: boolean | undefined;
|
|
9907
|
+
commitAuthorName?: string | undefined;
|
|
9908
|
+
commitMessage?: string | undefined;
|
|
9909
|
+
commitRef?: string | undefined;
|
|
9910
|
+
commitSha?: string | undefined;
|
|
9911
|
+
remoteUrl?: string | undefined;
|
|
9912
|
+
pullRequestNumber?: number | undefined;
|
|
9913
|
+
pullRequestTitle?: string | undefined;
|
|
9914
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
9915
|
+
}>>;
|
|
9543
9916
|
}, "strip", z.ZodTypeAny, {
|
|
9544
9917
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
9545
9918
|
id: string;
|
|
9546
9919
|
slug: string;
|
|
9920
|
+
branchName?: string | undefined;
|
|
9921
|
+
git?: {
|
|
9922
|
+
dirty?: boolean | undefined;
|
|
9923
|
+
commitAuthorName?: string | undefined;
|
|
9924
|
+
commitMessage?: string | undefined;
|
|
9925
|
+
commitRef?: string | undefined;
|
|
9926
|
+
commitSha?: string | undefined;
|
|
9927
|
+
remoteUrl?: string | undefined;
|
|
9928
|
+
pullRequestNumber?: number | undefined;
|
|
9929
|
+
pullRequestTitle?: string | undefined;
|
|
9930
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
9931
|
+
} | undefined;
|
|
9547
9932
|
}, {
|
|
9548
9933
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
9549
9934
|
id: string;
|
|
9550
9935
|
slug: string;
|
|
9936
|
+
branchName?: string | undefined;
|
|
9937
|
+
git?: {
|
|
9938
|
+
dirty?: boolean | undefined;
|
|
9939
|
+
commitAuthorName?: string | undefined;
|
|
9940
|
+
commitMessage?: string | undefined;
|
|
9941
|
+
commitRef?: string | undefined;
|
|
9942
|
+
commitSha?: string | undefined;
|
|
9943
|
+
remoteUrl?: string | undefined;
|
|
9944
|
+
pullRequestNumber?: number | undefined;
|
|
9945
|
+
pullRequestTitle?: string | undefined;
|
|
9946
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
9947
|
+
} | undefined;
|
|
9551
9948
|
}>;
|
|
9552
9949
|
organization: z.ZodObject<{
|
|
9553
9950
|
id: z.ZodString;
|
|
@@ -9644,6 +10041,18 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
9644
10041
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
9645
10042
|
id: string;
|
|
9646
10043
|
slug: string;
|
|
10044
|
+
branchName?: string | undefined;
|
|
10045
|
+
git?: {
|
|
10046
|
+
dirty?: boolean | undefined;
|
|
10047
|
+
commitAuthorName?: string | undefined;
|
|
10048
|
+
commitMessage?: string | undefined;
|
|
10049
|
+
commitRef?: string | undefined;
|
|
10050
|
+
commitSha?: string | undefined;
|
|
10051
|
+
remoteUrl?: string | undefined;
|
|
10052
|
+
pullRequestNumber?: number | undefined;
|
|
10053
|
+
pullRequestTitle?: string | undefined;
|
|
10054
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
10055
|
+
} | undefined;
|
|
9647
10056
|
};
|
|
9648
10057
|
organization: {
|
|
9649
10058
|
name: string;
|
|
@@ -9708,6 +10117,18 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
9708
10117
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
9709
10118
|
id: string;
|
|
9710
10119
|
slug: string;
|
|
10120
|
+
branchName?: string | undefined;
|
|
10121
|
+
git?: {
|
|
10122
|
+
dirty?: boolean | undefined;
|
|
10123
|
+
commitAuthorName?: string | undefined;
|
|
10124
|
+
commitMessage?: string | undefined;
|
|
10125
|
+
commitRef?: string | undefined;
|
|
10126
|
+
commitSha?: string | undefined;
|
|
10127
|
+
remoteUrl?: string | undefined;
|
|
10128
|
+
pullRequestNumber?: number | undefined;
|
|
10129
|
+
pullRequestTitle?: string | undefined;
|
|
10130
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
10131
|
+
} | undefined;
|
|
9711
10132
|
};
|
|
9712
10133
|
organization: {
|
|
9713
10134
|
name: string;
|
|
@@ -9817,6 +10238,18 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
9817
10238
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
9818
10239
|
id: string;
|
|
9819
10240
|
slug: string;
|
|
10241
|
+
branchName?: string | undefined;
|
|
10242
|
+
git?: {
|
|
10243
|
+
dirty?: boolean | undefined;
|
|
10244
|
+
commitAuthorName?: string | undefined;
|
|
10245
|
+
commitMessage?: string | undefined;
|
|
10246
|
+
commitRef?: string | undefined;
|
|
10247
|
+
commitSha?: string | undefined;
|
|
10248
|
+
remoteUrl?: string | undefined;
|
|
10249
|
+
pullRequestNumber?: number | undefined;
|
|
10250
|
+
pullRequestTitle?: string | undefined;
|
|
10251
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
10252
|
+
} | undefined;
|
|
9820
10253
|
};
|
|
9821
10254
|
organization: {
|
|
9822
10255
|
name: string;
|
|
@@ -9898,6 +10331,18 @@ export declare const WorkerToExecutorMessageCatalog: {
|
|
|
9898
10331
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
9899
10332
|
id: string;
|
|
9900
10333
|
slug: string;
|
|
10334
|
+
branchName?: string | undefined;
|
|
10335
|
+
git?: {
|
|
10336
|
+
dirty?: boolean | undefined;
|
|
10337
|
+
commitAuthorName?: string | undefined;
|
|
10338
|
+
commitMessage?: string | undefined;
|
|
10339
|
+
commitRef?: string | undefined;
|
|
10340
|
+
commitSha?: string | undefined;
|
|
10341
|
+
remoteUrl?: string | undefined;
|
|
10342
|
+
pullRequestNumber?: number | undefined;
|
|
10343
|
+
pullRequestTitle?: string | undefined;
|
|
10344
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
10345
|
+
} | undefined;
|
|
9901
10346
|
};
|
|
9902
10347
|
organization: {
|
|
9903
10348
|
name: string;
|
|
@@ -11177,14 +11622,70 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11177
11622
|
id: z.ZodString;
|
|
11178
11623
|
slug: z.ZodString;
|
|
11179
11624
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
11625
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
11626
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
11627
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
11628
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
11629
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
11630
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
11631
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
11632
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
11633
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
11634
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
11635
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
11636
|
+
}, "strip", z.ZodTypeAny, {
|
|
11637
|
+
dirty?: boolean | undefined;
|
|
11638
|
+
commitAuthorName?: string | undefined;
|
|
11639
|
+
commitMessage?: string | undefined;
|
|
11640
|
+
commitRef?: string | undefined;
|
|
11641
|
+
commitSha?: string | undefined;
|
|
11642
|
+
remoteUrl?: string | undefined;
|
|
11643
|
+
pullRequestNumber?: number | undefined;
|
|
11644
|
+
pullRequestTitle?: string | undefined;
|
|
11645
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
11646
|
+
}, {
|
|
11647
|
+
dirty?: boolean | undefined;
|
|
11648
|
+
commitAuthorName?: string | undefined;
|
|
11649
|
+
commitMessage?: string | undefined;
|
|
11650
|
+
commitRef?: string | undefined;
|
|
11651
|
+
commitSha?: string | undefined;
|
|
11652
|
+
remoteUrl?: string | undefined;
|
|
11653
|
+
pullRequestNumber?: number | undefined;
|
|
11654
|
+
pullRequestTitle?: string | undefined;
|
|
11655
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
11656
|
+
}>>;
|
|
11180
11657
|
}, "strip", z.ZodTypeAny, {
|
|
11181
11658
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11182
11659
|
id: string;
|
|
11183
11660
|
slug: string;
|
|
11661
|
+
branchName?: string | undefined;
|
|
11662
|
+
git?: {
|
|
11663
|
+
dirty?: boolean | undefined;
|
|
11664
|
+
commitAuthorName?: string | undefined;
|
|
11665
|
+
commitMessage?: string | undefined;
|
|
11666
|
+
commitRef?: string | undefined;
|
|
11667
|
+
commitSha?: string | undefined;
|
|
11668
|
+
remoteUrl?: string | undefined;
|
|
11669
|
+
pullRequestNumber?: number | undefined;
|
|
11670
|
+
pullRequestTitle?: string | undefined;
|
|
11671
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
11672
|
+
} | undefined;
|
|
11184
11673
|
}, {
|
|
11185
11674
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11186
11675
|
id: string;
|
|
11187
11676
|
slug: string;
|
|
11677
|
+
branchName?: string | undefined;
|
|
11678
|
+
git?: {
|
|
11679
|
+
dirty?: boolean | undefined;
|
|
11680
|
+
commitAuthorName?: string | undefined;
|
|
11681
|
+
commitMessage?: string | undefined;
|
|
11682
|
+
commitRef?: string | undefined;
|
|
11683
|
+
commitSha?: string | undefined;
|
|
11684
|
+
remoteUrl?: string | undefined;
|
|
11685
|
+
pullRequestNumber?: number | undefined;
|
|
11686
|
+
pullRequestTitle?: string | undefined;
|
|
11687
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
11688
|
+
} | undefined;
|
|
11188
11689
|
}>;
|
|
11189
11690
|
organization: z.ZodObject<{
|
|
11190
11691
|
id: z.ZodString;
|
|
@@ -11314,6 +11815,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11314
11815
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11315
11816
|
id: string;
|
|
11316
11817
|
slug: string;
|
|
11818
|
+
branchName?: string | undefined;
|
|
11819
|
+
git?: {
|
|
11820
|
+
dirty?: boolean | undefined;
|
|
11821
|
+
commitAuthorName?: string | undefined;
|
|
11822
|
+
commitMessage?: string | undefined;
|
|
11823
|
+
commitRef?: string | undefined;
|
|
11824
|
+
commitSha?: string | undefined;
|
|
11825
|
+
remoteUrl?: string | undefined;
|
|
11826
|
+
pullRequestNumber?: number | undefined;
|
|
11827
|
+
pullRequestTitle?: string | undefined;
|
|
11828
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
11829
|
+
} | undefined;
|
|
11317
11830
|
};
|
|
11318
11831
|
organization: {
|
|
11319
11832
|
name: string;
|
|
@@ -11384,6 +11897,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11384
11897
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11385
11898
|
id: string;
|
|
11386
11899
|
slug: string;
|
|
11900
|
+
branchName?: string | undefined;
|
|
11901
|
+
git?: {
|
|
11902
|
+
dirty?: boolean | undefined;
|
|
11903
|
+
commitAuthorName?: string | undefined;
|
|
11904
|
+
commitMessage?: string | undefined;
|
|
11905
|
+
commitRef?: string | undefined;
|
|
11906
|
+
commitSha?: string | undefined;
|
|
11907
|
+
remoteUrl?: string | undefined;
|
|
11908
|
+
pullRequestNumber?: number | undefined;
|
|
11909
|
+
pullRequestTitle?: string | undefined;
|
|
11910
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
11911
|
+
} | undefined;
|
|
11387
11912
|
};
|
|
11388
11913
|
organization: {
|
|
11389
11914
|
name: string;
|
|
@@ -11475,6 +12000,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11475
12000
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11476
12001
|
id: string;
|
|
11477
12002
|
slug: string;
|
|
12003
|
+
branchName?: string | undefined;
|
|
12004
|
+
git?: {
|
|
12005
|
+
dirty?: boolean | undefined;
|
|
12006
|
+
commitAuthorName?: string | undefined;
|
|
12007
|
+
commitMessage?: string | undefined;
|
|
12008
|
+
commitRef?: string | undefined;
|
|
12009
|
+
commitSha?: string | undefined;
|
|
12010
|
+
remoteUrl?: string | undefined;
|
|
12011
|
+
pullRequestNumber?: number | undefined;
|
|
12012
|
+
pullRequestTitle?: string | undefined;
|
|
12013
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12014
|
+
} | undefined;
|
|
11478
12015
|
};
|
|
11479
12016
|
organization: {
|
|
11480
12017
|
name: string;
|
|
@@ -11555,6 +12092,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11555
12092
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11556
12093
|
id: string;
|
|
11557
12094
|
slug: string;
|
|
12095
|
+
branchName?: string | undefined;
|
|
12096
|
+
git?: {
|
|
12097
|
+
dirty?: boolean | undefined;
|
|
12098
|
+
commitAuthorName?: string | undefined;
|
|
12099
|
+
commitMessage?: string | undefined;
|
|
12100
|
+
commitRef?: string | undefined;
|
|
12101
|
+
commitSha?: string | undefined;
|
|
12102
|
+
remoteUrl?: string | undefined;
|
|
12103
|
+
pullRequestNumber?: number | undefined;
|
|
12104
|
+
pullRequestTitle?: string | undefined;
|
|
12105
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12106
|
+
} | undefined;
|
|
11558
12107
|
};
|
|
11559
12108
|
organization: {
|
|
11560
12109
|
name: string;
|
|
@@ -11638,6 +12187,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11638
12187
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11639
12188
|
id: string;
|
|
11640
12189
|
slug: string;
|
|
12190
|
+
branchName?: string | undefined;
|
|
12191
|
+
git?: {
|
|
12192
|
+
dirty?: boolean | undefined;
|
|
12193
|
+
commitAuthorName?: string | undefined;
|
|
12194
|
+
commitMessage?: string | undefined;
|
|
12195
|
+
commitRef?: string | undefined;
|
|
12196
|
+
commitSha?: string | undefined;
|
|
12197
|
+
remoteUrl?: string | undefined;
|
|
12198
|
+
pullRequestNumber?: number | undefined;
|
|
12199
|
+
pullRequestTitle?: string | undefined;
|
|
12200
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12201
|
+
} | undefined;
|
|
11641
12202
|
};
|
|
11642
12203
|
organization: {
|
|
11643
12204
|
name: string;
|
|
@@ -11721,6 +12282,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11721
12282
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11722
12283
|
id: string;
|
|
11723
12284
|
slug: string;
|
|
12285
|
+
branchName?: string | undefined;
|
|
12286
|
+
git?: {
|
|
12287
|
+
dirty?: boolean | undefined;
|
|
12288
|
+
commitAuthorName?: string | undefined;
|
|
12289
|
+
commitMessage?: string | undefined;
|
|
12290
|
+
commitRef?: string | undefined;
|
|
12291
|
+
commitSha?: string | undefined;
|
|
12292
|
+
remoteUrl?: string | undefined;
|
|
12293
|
+
pullRequestNumber?: number | undefined;
|
|
12294
|
+
pullRequestTitle?: string | undefined;
|
|
12295
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12296
|
+
} | undefined;
|
|
11724
12297
|
};
|
|
11725
12298
|
organization: {
|
|
11726
12299
|
name: string;
|
|
@@ -11893,14 +12466,70 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
11893
12466
|
id: z.ZodString;
|
|
11894
12467
|
slug: z.ZodString;
|
|
11895
12468
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
12469
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
12470
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
12471
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
12472
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
12473
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
12474
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
12475
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
12476
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
12477
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
12478
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
12479
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
12480
|
+
}, "strip", z.ZodTypeAny, {
|
|
12481
|
+
dirty?: boolean | undefined;
|
|
12482
|
+
commitAuthorName?: string | undefined;
|
|
12483
|
+
commitMessage?: string | undefined;
|
|
12484
|
+
commitRef?: string | undefined;
|
|
12485
|
+
commitSha?: string | undefined;
|
|
12486
|
+
remoteUrl?: string | undefined;
|
|
12487
|
+
pullRequestNumber?: number | undefined;
|
|
12488
|
+
pullRequestTitle?: string | undefined;
|
|
12489
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12490
|
+
}, {
|
|
12491
|
+
dirty?: boolean | undefined;
|
|
12492
|
+
commitAuthorName?: string | undefined;
|
|
12493
|
+
commitMessage?: string | undefined;
|
|
12494
|
+
commitRef?: string | undefined;
|
|
12495
|
+
commitSha?: string | undefined;
|
|
12496
|
+
remoteUrl?: string | undefined;
|
|
12497
|
+
pullRequestNumber?: number | undefined;
|
|
12498
|
+
pullRequestTitle?: string | undefined;
|
|
12499
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12500
|
+
}>>;
|
|
11896
12501
|
}, "strip", z.ZodTypeAny, {
|
|
11897
12502
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11898
12503
|
id: string;
|
|
11899
12504
|
slug: string;
|
|
12505
|
+
branchName?: string | undefined;
|
|
12506
|
+
git?: {
|
|
12507
|
+
dirty?: boolean | undefined;
|
|
12508
|
+
commitAuthorName?: string | undefined;
|
|
12509
|
+
commitMessage?: string | undefined;
|
|
12510
|
+
commitRef?: string | undefined;
|
|
12511
|
+
commitSha?: string | undefined;
|
|
12512
|
+
remoteUrl?: string | undefined;
|
|
12513
|
+
pullRequestNumber?: number | undefined;
|
|
12514
|
+
pullRequestTitle?: string | undefined;
|
|
12515
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12516
|
+
} | undefined;
|
|
11900
12517
|
}, {
|
|
11901
12518
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
11902
12519
|
id: string;
|
|
11903
12520
|
slug: string;
|
|
12521
|
+
branchName?: string | undefined;
|
|
12522
|
+
git?: {
|
|
12523
|
+
dirty?: boolean | undefined;
|
|
12524
|
+
commitAuthorName?: string | undefined;
|
|
12525
|
+
commitMessage?: string | undefined;
|
|
12526
|
+
commitRef?: string | undefined;
|
|
12527
|
+
commitSha?: string | undefined;
|
|
12528
|
+
remoteUrl?: string | undefined;
|
|
12529
|
+
pullRequestNumber?: number | undefined;
|
|
12530
|
+
pullRequestTitle?: string | undefined;
|
|
12531
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12532
|
+
} | undefined;
|
|
11904
12533
|
}>;
|
|
11905
12534
|
organization: z.ZodObject<{
|
|
11906
12535
|
id: z.ZodString;
|
|
@@ -12030,6 +12659,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12030
12659
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12031
12660
|
id: string;
|
|
12032
12661
|
slug: string;
|
|
12662
|
+
branchName?: string | undefined;
|
|
12663
|
+
git?: {
|
|
12664
|
+
dirty?: boolean | undefined;
|
|
12665
|
+
commitAuthorName?: string | undefined;
|
|
12666
|
+
commitMessage?: string | undefined;
|
|
12667
|
+
commitRef?: string | undefined;
|
|
12668
|
+
commitSha?: string | undefined;
|
|
12669
|
+
remoteUrl?: string | undefined;
|
|
12670
|
+
pullRequestNumber?: number | undefined;
|
|
12671
|
+
pullRequestTitle?: string | undefined;
|
|
12672
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12673
|
+
} | undefined;
|
|
12033
12674
|
};
|
|
12034
12675
|
organization: {
|
|
12035
12676
|
name: string;
|
|
@@ -12100,6 +12741,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12100
12741
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12101
12742
|
id: string;
|
|
12102
12743
|
slug: string;
|
|
12744
|
+
branchName?: string | undefined;
|
|
12745
|
+
git?: {
|
|
12746
|
+
dirty?: boolean | undefined;
|
|
12747
|
+
commitAuthorName?: string | undefined;
|
|
12748
|
+
commitMessage?: string | undefined;
|
|
12749
|
+
commitRef?: string | undefined;
|
|
12750
|
+
commitSha?: string | undefined;
|
|
12751
|
+
remoteUrl?: string | undefined;
|
|
12752
|
+
pullRequestNumber?: number | undefined;
|
|
12753
|
+
pullRequestTitle?: string | undefined;
|
|
12754
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12755
|
+
} | undefined;
|
|
12103
12756
|
};
|
|
12104
12757
|
organization: {
|
|
12105
12758
|
name: string;
|
|
@@ -12191,6 +12844,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12191
12844
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12192
12845
|
id: string;
|
|
12193
12846
|
slug: string;
|
|
12847
|
+
branchName?: string | undefined;
|
|
12848
|
+
git?: {
|
|
12849
|
+
dirty?: boolean | undefined;
|
|
12850
|
+
commitAuthorName?: string | undefined;
|
|
12851
|
+
commitMessage?: string | undefined;
|
|
12852
|
+
commitRef?: string | undefined;
|
|
12853
|
+
commitSha?: string | undefined;
|
|
12854
|
+
remoteUrl?: string | undefined;
|
|
12855
|
+
pullRequestNumber?: number | undefined;
|
|
12856
|
+
pullRequestTitle?: string | undefined;
|
|
12857
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12858
|
+
} | undefined;
|
|
12194
12859
|
};
|
|
12195
12860
|
organization: {
|
|
12196
12861
|
name: string;
|
|
@@ -12271,6 +12936,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12271
12936
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12272
12937
|
id: string;
|
|
12273
12938
|
slug: string;
|
|
12939
|
+
branchName?: string | undefined;
|
|
12940
|
+
git?: {
|
|
12941
|
+
dirty?: boolean | undefined;
|
|
12942
|
+
commitAuthorName?: string | undefined;
|
|
12943
|
+
commitMessage?: string | undefined;
|
|
12944
|
+
commitRef?: string | undefined;
|
|
12945
|
+
commitSha?: string | undefined;
|
|
12946
|
+
remoteUrl?: string | undefined;
|
|
12947
|
+
pullRequestNumber?: number | undefined;
|
|
12948
|
+
pullRequestTitle?: string | undefined;
|
|
12949
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
12950
|
+
} | undefined;
|
|
12274
12951
|
};
|
|
12275
12952
|
organization: {
|
|
12276
12953
|
name: string;
|
|
@@ -12353,6 +13030,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12353
13030
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12354
13031
|
id: string;
|
|
12355
13032
|
slug: string;
|
|
13033
|
+
branchName?: string | undefined;
|
|
13034
|
+
git?: {
|
|
13035
|
+
dirty?: boolean | undefined;
|
|
13036
|
+
commitAuthorName?: string | undefined;
|
|
13037
|
+
commitMessage?: string | undefined;
|
|
13038
|
+
commitRef?: string | undefined;
|
|
13039
|
+
commitSha?: string | undefined;
|
|
13040
|
+
remoteUrl?: string | undefined;
|
|
13041
|
+
pullRequestNumber?: number | undefined;
|
|
13042
|
+
pullRequestTitle?: string | undefined;
|
|
13043
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13044
|
+
} | undefined;
|
|
12356
13045
|
};
|
|
12357
13046
|
organization: {
|
|
12358
13047
|
name: string;
|
|
@@ -12436,6 +13125,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12436
13125
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12437
13126
|
id: string;
|
|
12438
13127
|
slug: string;
|
|
13128
|
+
branchName?: string | undefined;
|
|
13129
|
+
git?: {
|
|
13130
|
+
dirty?: boolean | undefined;
|
|
13131
|
+
commitAuthorName?: string | undefined;
|
|
13132
|
+
commitMessage?: string | undefined;
|
|
13133
|
+
commitRef?: string | undefined;
|
|
13134
|
+
commitSha?: string | undefined;
|
|
13135
|
+
remoteUrl?: string | undefined;
|
|
13136
|
+
pullRequestNumber?: number | undefined;
|
|
13137
|
+
pullRequestTitle?: string | undefined;
|
|
13138
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13139
|
+
} | undefined;
|
|
12439
13140
|
};
|
|
12440
13141
|
organization: {
|
|
12441
13142
|
name: string;
|
|
@@ -12716,14 +13417,70 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12716
13417
|
id: z.ZodString;
|
|
12717
13418
|
slug: z.ZodString;
|
|
12718
13419
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
13420
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
13421
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
13422
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
13423
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
13424
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
13425
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
13426
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
13427
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
13428
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
13429
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
13430
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
13431
|
+
}, "strip", z.ZodTypeAny, {
|
|
13432
|
+
dirty?: boolean | undefined;
|
|
13433
|
+
commitAuthorName?: string | undefined;
|
|
13434
|
+
commitMessage?: string | undefined;
|
|
13435
|
+
commitRef?: string | undefined;
|
|
13436
|
+
commitSha?: string | undefined;
|
|
13437
|
+
remoteUrl?: string | undefined;
|
|
13438
|
+
pullRequestNumber?: number | undefined;
|
|
13439
|
+
pullRequestTitle?: string | undefined;
|
|
13440
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13441
|
+
}, {
|
|
13442
|
+
dirty?: boolean | undefined;
|
|
13443
|
+
commitAuthorName?: string | undefined;
|
|
13444
|
+
commitMessage?: string | undefined;
|
|
13445
|
+
commitRef?: string | undefined;
|
|
13446
|
+
commitSha?: string | undefined;
|
|
13447
|
+
remoteUrl?: string | undefined;
|
|
13448
|
+
pullRequestNumber?: number | undefined;
|
|
13449
|
+
pullRequestTitle?: string | undefined;
|
|
13450
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13451
|
+
}>>;
|
|
12719
13452
|
}, "strip", z.ZodTypeAny, {
|
|
12720
13453
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12721
13454
|
id: string;
|
|
12722
13455
|
slug: string;
|
|
13456
|
+
branchName?: string | undefined;
|
|
13457
|
+
git?: {
|
|
13458
|
+
dirty?: boolean | undefined;
|
|
13459
|
+
commitAuthorName?: string | undefined;
|
|
13460
|
+
commitMessage?: string | undefined;
|
|
13461
|
+
commitRef?: string | undefined;
|
|
13462
|
+
commitSha?: string | undefined;
|
|
13463
|
+
remoteUrl?: string | undefined;
|
|
13464
|
+
pullRequestNumber?: number | undefined;
|
|
13465
|
+
pullRequestTitle?: string | undefined;
|
|
13466
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13467
|
+
} | undefined;
|
|
12723
13468
|
}, {
|
|
12724
13469
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12725
13470
|
id: string;
|
|
12726
13471
|
slug: string;
|
|
13472
|
+
branchName?: string | undefined;
|
|
13473
|
+
git?: {
|
|
13474
|
+
dirty?: boolean | undefined;
|
|
13475
|
+
commitAuthorName?: string | undefined;
|
|
13476
|
+
commitMessage?: string | undefined;
|
|
13477
|
+
commitRef?: string | undefined;
|
|
13478
|
+
commitSha?: string | undefined;
|
|
13479
|
+
remoteUrl?: string | undefined;
|
|
13480
|
+
pullRequestNumber?: number | undefined;
|
|
13481
|
+
pullRequestTitle?: string | undefined;
|
|
13482
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13483
|
+
} | undefined;
|
|
12727
13484
|
}>;
|
|
12728
13485
|
organization: z.ZodObject<{
|
|
12729
13486
|
id: z.ZodString;
|
|
@@ -12853,6 +13610,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12853
13610
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12854
13611
|
id: string;
|
|
12855
13612
|
slug: string;
|
|
13613
|
+
branchName?: string | undefined;
|
|
13614
|
+
git?: {
|
|
13615
|
+
dirty?: boolean | undefined;
|
|
13616
|
+
commitAuthorName?: string | undefined;
|
|
13617
|
+
commitMessage?: string | undefined;
|
|
13618
|
+
commitRef?: string | undefined;
|
|
13619
|
+
commitSha?: string | undefined;
|
|
13620
|
+
remoteUrl?: string | undefined;
|
|
13621
|
+
pullRequestNumber?: number | undefined;
|
|
13622
|
+
pullRequestTitle?: string | undefined;
|
|
13623
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13624
|
+
} | undefined;
|
|
12856
13625
|
};
|
|
12857
13626
|
organization: {
|
|
12858
13627
|
name: string;
|
|
@@ -12923,6 +13692,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
12923
13692
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
12924
13693
|
id: string;
|
|
12925
13694
|
slug: string;
|
|
13695
|
+
branchName?: string | undefined;
|
|
13696
|
+
git?: {
|
|
13697
|
+
dirty?: boolean | undefined;
|
|
13698
|
+
commitAuthorName?: string | undefined;
|
|
13699
|
+
commitMessage?: string | undefined;
|
|
13700
|
+
commitRef?: string | undefined;
|
|
13701
|
+
commitSha?: string | undefined;
|
|
13702
|
+
remoteUrl?: string | undefined;
|
|
13703
|
+
pullRequestNumber?: number | undefined;
|
|
13704
|
+
pullRequestTitle?: string | undefined;
|
|
13705
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
13706
|
+
} | undefined;
|
|
12926
13707
|
};
|
|
12927
13708
|
organization: {
|
|
12928
13709
|
name: string;
|
|
@@ -14152,6 +14933,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14152
14933
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
14153
14934
|
id: string;
|
|
14154
14935
|
slug: string;
|
|
14936
|
+
branchName?: string | undefined;
|
|
14937
|
+
git?: {
|
|
14938
|
+
dirty?: boolean | undefined;
|
|
14939
|
+
commitAuthorName?: string | undefined;
|
|
14940
|
+
commitMessage?: string | undefined;
|
|
14941
|
+
commitRef?: string | undefined;
|
|
14942
|
+
commitSha?: string | undefined;
|
|
14943
|
+
remoteUrl?: string | undefined;
|
|
14944
|
+
pullRequestNumber?: number | undefined;
|
|
14945
|
+
pullRequestTitle?: string | undefined;
|
|
14946
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
14947
|
+
} | undefined;
|
|
14155
14948
|
};
|
|
14156
14949
|
organization: {
|
|
14157
14950
|
name: string;
|
|
@@ -14412,6 +15205,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14412
15205
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
14413
15206
|
id: string;
|
|
14414
15207
|
slug: string;
|
|
15208
|
+
branchName?: string | undefined;
|
|
15209
|
+
git?: {
|
|
15210
|
+
dirty?: boolean | undefined;
|
|
15211
|
+
commitAuthorName?: string | undefined;
|
|
15212
|
+
commitMessage?: string | undefined;
|
|
15213
|
+
commitRef?: string | undefined;
|
|
15214
|
+
commitSha?: string | undefined;
|
|
15215
|
+
remoteUrl?: string | undefined;
|
|
15216
|
+
pullRequestNumber?: number | undefined;
|
|
15217
|
+
pullRequestTitle?: string | undefined;
|
|
15218
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
15219
|
+
} | undefined;
|
|
14415
15220
|
};
|
|
14416
15221
|
organization: {
|
|
14417
15222
|
name: string;
|
|
@@ -14745,14 +15550,70 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14745
15550
|
id: z.ZodString;
|
|
14746
15551
|
slug: z.ZodString;
|
|
14747
15552
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
15553
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
15554
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
15555
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
15556
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
15557
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
15558
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
15559
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
15560
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
15561
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
15562
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
15563
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
15564
|
+
}, "strip", z.ZodTypeAny, {
|
|
15565
|
+
dirty?: boolean | undefined;
|
|
15566
|
+
commitAuthorName?: string | undefined;
|
|
15567
|
+
commitMessage?: string | undefined;
|
|
15568
|
+
commitRef?: string | undefined;
|
|
15569
|
+
commitSha?: string | undefined;
|
|
15570
|
+
remoteUrl?: string | undefined;
|
|
15571
|
+
pullRequestNumber?: number | undefined;
|
|
15572
|
+
pullRequestTitle?: string | undefined;
|
|
15573
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
15574
|
+
}, {
|
|
15575
|
+
dirty?: boolean | undefined;
|
|
15576
|
+
commitAuthorName?: string | undefined;
|
|
15577
|
+
commitMessage?: string | undefined;
|
|
15578
|
+
commitRef?: string | undefined;
|
|
15579
|
+
commitSha?: string | undefined;
|
|
15580
|
+
remoteUrl?: string | undefined;
|
|
15581
|
+
pullRequestNumber?: number | undefined;
|
|
15582
|
+
pullRequestTitle?: string | undefined;
|
|
15583
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
15584
|
+
}>>;
|
|
14748
15585
|
}, "strip", z.ZodTypeAny, {
|
|
14749
15586
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
14750
15587
|
id: string;
|
|
14751
15588
|
slug: string;
|
|
15589
|
+
branchName?: string | undefined;
|
|
15590
|
+
git?: {
|
|
15591
|
+
dirty?: boolean | undefined;
|
|
15592
|
+
commitAuthorName?: string | undefined;
|
|
15593
|
+
commitMessage?: string | undefined;
|
|
15594
|
+
commitRef?: string | undefined;
|
|
15595
|
+
commitSha?: string | undefined;
|
|
15596
|
+
remoteUrl?: string | undefined;
|
|
15597
|
+
pullRequestNumber?: number | undefined;
|
|
15598
|
+
pullRequestTitle?: string | undefined;
|
|
15599
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
15600
|
+
} | undefined;
|
|
14752
15601
|
}, {
|
|
14753
15602
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
14754
15603
|
id: string;
|
|
14755
15604
|
slug: string;
|
|
15605
|
+
branchName?: string | undefined;
|
|
15606
|
+
git?: {
|
|
15607
|
+
dirty?: boolean | undefined;
|
|
15608
|
+
commitAuthorName?: string | undefined;
|
|
15609
|
+
commitMessage?: string | undefined;
|
|
15610
|
+
commitRef?: string | undefined;
|
|
15611
|
+
commitSha?: string | undefined;
|
|
15612
|
+
remoteUrl?: string | undefined;
|
|
15613
|
+
pullRequestNumber?: number | undefined;
|
|
15614
|
+
pullRequestTitle?: string | undefined;
|
|
15615
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
15616
|
+
} | undefined;
|
|
14756
15617
|
}>;
|
|
14757
15618
|
organization: z.ZodObject<{
|
|
14758
15619
|
id: z.ZodString;
|
|
@@ -14882,6 +15743,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14882
15743
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
14883
15744
|
id: string;
|
|
14884
15745
|
slug: string;
|
|
15746
|
+
branchName?: string | undefined;
|
|
15747
|
+
git?: {
|
|
15748
|
+
dirty?: boolean | undefined;
|
|
15749
|
+
commitAuthorName?: string | undefined;
|
|
15750
|
+
commitMessage?: string | undefined;
|
|
15751
|
+
commitRef?: string | undefined;
|
|
15752
|
+
commitSha?: string | undefined;
|
|
15753
|
+
remoteUrl?: string | undefined;
|
|
15754
|
+
pullRequestNumber?: number | undefined;
|
|
15755
|
+
pullRequestTitle?: string | undefined;
|
|
15756
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
15757
|
+
} | undefined;
|
|
14885
15758
|
};
|
|
14886
15759
|
organization: {
|
|
14887
15760
|
name: string;
|
|
@@ -14952,6 +15825,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
14952
15825
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
14953
15826
|
id: string;
|
|
14954
15827
|
slug: string;
|
|
15828
|
+
branchName?: string | undefined;
|
|
15829
|
+
git?: {
|
|
15830
|
+
dirty?: boolean | undefined;
|
|
15831
|
+
commitAuthorName?: string | undefined;
|
|
15832
|
+
commitMessage?: string | undefined;
|
|
15833
|
+
commitRef?: string | undefined;
|
|
15834
|
+
commitSha?: string | undefined;
|
|
15835
|
+
remoteUrl?: string | undefined;
|
|
15836
|
+
pullRequestNumber?: number | undefined;
|
|
15837
|
+
pullRequestTitle?: string | undefined;
|
|
15838
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
15839
|
+
} | undefined;
|
|
14955
15840
|
};
|
|
14956
15841
|
organization: {
|
|
14957
15842
|
name: string;
|
|
@@ -16181,6 +17066,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16181
17066
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
16182
17067
|
id: string;
|
|
16183
17068
|
slug: string;
|
|
17069
|
+
branchName?: string | undefined;
|
|
17070
|
+
git?: {
|
|
17071
|
+
dirty?: boolean | undefined;
|
|
17072
|
+
commitAuthorName?: string | undefined;
|
|
17073
|
+
commitMessage?: string | undefined;
|
|
17074
|
+
commitRef?: string | undefined;
|
|
17075
|
+
commitSha?: string | undefined;
|
|
17076
|
+
remoteUrl?: string | undefined;
|
|
17077
|
+
pullRequestNumber?: number | undefined;
|
|
17078
|
+
pullRequestTitle?: string | undefined;
|
|
17079
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
17080
|
+
} | undefined;
|
|
16184
17081
|
};
|
|
16185
17082
|
organization: {
|
|
16186
17083
|
name: string;
|
|
@@ -16441,6 +17338,18 @@ export declare const CoordinatorToPlatformMessages: {
|
|
|
16441
17338
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
16442
17339
|
id: string;
|
|
16443
17340
|
slug: string;
|
|
17341
|
+
branchName?: string | undefined;
|
|
17342
|
+
git?: {
|
|
17343
|
+
dirty?: boolean | undefined;
|
|
17344
|
+
commitAuthorName?: string | undefined;
|
|
17345
|
+
commitMessage?: string | undefined;
|
|
17346
|
+
commitRef?: string | undefined;
|
|
17347
|
+
commitSha?: string | undefined;
|
|
17348
|
+
remoteUrl?: string | undefined;
|
|
17349
|
+
pullRequestNumber?: number | undefined;
|
|
17350
|
+
pullRequestTitle?: string | undefined;
|
|
17351
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
17352
|
+
} | undefined;
|
|
16444
17353
|
};
|
|
16445
17354
|
organization: {
|
|
16446
17355
|
name: string;
|
|
@@ -19026,14 +19935,70 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
19026
19935
|
id: z.ZodString;
|
|
19027
19936
|
slug: z.ZodString;
|
|
19028
19937
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
19938
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
19939
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
19940
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
19941
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
19942
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
19943
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
19944
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
19945
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
19946
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
19947
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
19948
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
19949
|
+
}, "strip", z.ZodTypeAny, {
|
|
19950
|
+
dirty?: boolean | undefined;
|
|
19951
|
+
commitAuthorName?: string | undefined;
|
|
19952
|
+
commitMessage?: string | undefined;
|
|
19953
|
+
commitRef?: string | undefined;
|
|
19954
|
+
commitSha?: string | undefined;
|
|
19955
|
+
remoteUrl?: string | undefined;
|
|
19956
|
+
pullRequestNumber?: number | undefined;
|
|
19957
|
+
pullRequestTitle?: string | undefined;
|
|
19958
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
19959
|
+
}, {
|
|
19960
|
+
dirty?: boolean | undefined;
|
|
19961
|
+
commitAuthorName?: string | undefined;
|
|
19962
|
+
commitMessage?: string | undefined;
|
|
19963
|
+
commitRef?: string | undefined;
|
|
19964
|
+
commitSha?: string | undefined;
|
|
19965
|
+
remoteUrl?: string | undefined;
|
|
19966
|
+
pullRequestNumber?: number | undefined;
|
|
19967
|
+
pullRequestTitle?: string | undefined;
|
|
19968
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
19969
|
+
}>>;
|
|
19029
19970
|
}, "strip", z.ZodTypeAny, {
|
|
19030
19971
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
19031
19972
|
id: string;
|
|
19032
19973
|
slug: string;
|
|
19974
|
+
branchName?: string | undefined;
|
|
19975
|
+
git?: {
|
|
19976
|
+
dirty?: boolean | undefined;
|
|
19977
|
+
commitAuthorName?: string | undefined;
|
|
19978
|
+
commitMessage?: string | undefined;
|
|
19979
|
+
commitRef?: string | undefined;
|
|
19980
|
+
commitSha?: string | undefined;
|
|
19981
|
+
remoteUrl?: string | undefined;
|
|
19982
|
+
pullRequestNumber?: number | undefined;
|
|
19983
|
+
pullRequestTitle?: string | undefined;
|
|
19984
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
19985
|
+
} | undefined;
|
|
19033
19986
|
}, {
|
|
19034
19987
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
19035
19988
|
id: string;
|
|
19036
19989
|
slug: string;
|
|
19990
|
+
branchName?: string | undefined;
|
|
19991
|
+
git?: {
|
|
19992
|
+
dirty?: boolean | undefined;
|
|
19993
|
+
commitAuthorName?: string | undefined;
|
|
19994
|
+
commitMessage?: string | undefined;
|
|
19995
|
+
commitRef?: string | undefined;
|
|
19996
|
+
commitSha?: string | undefined;
|
|
19997
|
+
remoteUrl?: string | undefined;
|
|
19998
|
+
pullRequestNumber?: number | undefined;
|
|
19999
|
+
pullRequestTitle?: string | undefined;
|
|
20000
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
20001
|
+
} | undefined;
|
|
19037
20002
|
}>;
|
|
19038
20003
|
organization: z.ZodObject<{
|
|
19039
20004
|
id: z.ZodString;
|
|
@@ -19130,6 +20095,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
19130
20095
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
19131
20096
|
id: string;
|
|
19132
20097
|
slug: string;
|
|
20098
|
+
branchName?: string | undefined;
|
|
20099
|
+
git?: {
|
|
20100
|
+
dirty?: boolean | undefined;
|
|
20101
|
+
commitAuthorName?: string | undefined;
|
|
20102
|
+
commitMessage?: string | undefined;
|
|
20103
|
+
commitRef?: string | undefined;
|
|
20104
|
+
commitSha?: string | undefined;
|
|
20105
|
+
remoteUrl?: string | undefined;
|
|
20106
|
+
pullRequestNumber?: number | undefined;
|
|
20107
|
+
pullRequestTitle?: string | undefined;
|
|
20108
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
20109
|
+
} | undefined;
|
|
19133
20110
|
};
|
|
19134
20111
|
organization: {
|
|
19135
20112
|
name: string;
|
|
@@ -19194,6 +20171,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
19194
20171
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
19195
20172
|
id: string;
|
|
19196
20173
|
slug: string;
|
|
20174
|
+
branchName?: string | undefined;
|
|
20175
|
+
git?: {
|
|
20176
|
+
dirty?: boolean | undefined;
|
|
20177
|
+
commitAuthorName?: string | undefined;
|
|
20178
|
+
commitMessage?: string | undefined;
|
|
20179
|
+
commitRef?: string | undefined;
|
|
20180
|
+
commitSha?: string | undefined;
|
|
20181
|
+
remoteUrl?: string | undefined;
|
|
20182
|
+
pullRequestNumber?: number | undefined;
|
|
20183
|
+
pullRequestTitle?: string | undefined;
|
|
20184
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
20185
|
+
} | undefined;
|
|
19197
20186
|
};
|
|
19198
20187
|
organization: {
|
|
19199
20188
|
name: string;
|
|
@@ -19448,6 +20437,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
19448
20437
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
19449
20438
|
id: string;
|
|
19450
20439
|
slug: string;
|
|
20440
|
+
branchName?: string | undefined;
|
|
20441
|
+
git?: {
|
|
20442
|
+
dirty?: boolean | undefined;
|
|
20443
|
+
commitAuthorName?: string | undefined;
|
|
20444
|
+
commitMessage?: string | undefined;
|
|
20445
|
+
commitRef?: string | undefined;
|
|
20446
|
+
commitSha?: string | undefined;
|
|
20447
|
+
remoteUrl?: string | undefined;
|
|
20448
|
+
pullRequestNumber?: number | undefined;
|
|
20449
|
+
pullRequestTitle?: string | undefined;
|
|
20450
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
20451
|
+
} | undefined;
|
|
19451
20452
|
};
|
|
19452
20453
|
organization: {
|
|
19453
20454
|
name: string;
|
|
@@ -19701,6 +20702,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
19701
20702
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
19702
20703
|
id: string;
|
|
19703
20704
|
slug: string;
|
|
20705
|
+
branchName?: string | undefined;
|
|
20706
|
+
git?: {
|
|
20707
|
+
dirty?: boolean | undefined;
|
|
20708
|
+
commitAuthorName?: string | undefined;
|
|
20709
|
+
commitMessage?: string | undefined;
|
|
20710
|
+
commitRef?: string | undefined;
|
|
20711
|
+
commitSha?: string | undefined;
|
|
20712
|
+
remoteUrl?: string | undefined;
|
|
20713
|
+
pullRequestNumber?: number | undefined;
|
|
20714
|
+
pullRequestTitle?: string | undefined;
|
|
20715
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
20716
|
+
} | undefined;
|
|
19704
20717
|
};
|
|
19705
20718
|
organization: {
|
|
19706
20719
|
name: string;
|
|
@@ -20989,14 +22002,70 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
20989
22002
|
id: z.ZodString;
|
|
20990
22003
|
slug: z.ZodString;
|
|
20991
22004
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
22005
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
22006
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
22007
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
22008
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
22009
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
22010
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
22011
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
22012
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
22013
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
22014
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
22015
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
22016
|
+
}, "strip", z.ZodTypeAny, {
|
|
22017
|
+
dirty?: boolean | undefined;
|
|
22018
|
+
commitAuthorName?: string | undefined;
|
|
22019
|
+
commitMessage?: string | undefined;
|
|
22020
|
+
commitRef?: string | undefined;
|
|
22021
|
+
commitSha?: string | undefined;
|
|
22022
|
+
remoteUrl?: string | undefined;
|
|
22023
|
+
pullRequestNumber?: number | undefined;
|
|
22024
|
+
pullRequestTitle?: string | undefined;
|
|
22025
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22026
|
+
}, {
|
|
22027
|
+
dirty?: boolean | undefined;
|
|
22028
|
+
commitAuthorName?: string | undefined;
|
|
22029
|
+
commitMessage?: string | undefined;
|
|
22030
|
+
commitRef?: string | undefined;
|
|
22031
|
+
commitSha?: string | undefined;
|
|
22032
|
+
remoteUrl?: string | undefined;
|
|
22033
|
+
pullRequestNumber?: number | undefined;
|
|
22034
|
+
pullRequestTitle?: string | undefined;
|
|
22035
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22036
|
+
}>>;
|
|
20992
22037
|
}, "strip", z.ZodTypeAny, {
|
|
20993
22038
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
20994
22039
|
id: string;
|
|
20995
22040
|
slug: string;
|
|
22041
|
+
branchName?: string | undefined;
|
|
22042
|
+
git?: {
|
|
22043
|
+
dirty?: boolean | undefined;
|
|
22044
|
+
commitAuthorName?: string | undefined;
|
|
22045
|
+
commitMessage?: string | undefined;
|
|
22046
|
+
commitRef?: string | undefined;
|
|
22047
|
+
commitSha?: string | undefined;
|
|
22048
|
+
remoteUrl?: string | undefined;
|
|
22049
|
+
pullRequestNumber?: number | undefined;
|
|
22050
|
+
pullRequestTitle?: string | undefined;
|
|
22051
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22052
|
+
} | undefined;
|
|
20996
22053
|
}, {
|
|
20997
22054
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
20998
22055
|
id: string;
|
|
20999
22056
|
slug: string;
|
|
22057
|
+
branchName?: string | undefined;
|
|
22058
|
+
git?: {
|
|
22059
|
+
dirty?: boolean | undefined;
|
|
22060
|
+
commitAuthorName?: string | undefined;
|
|
22061
|
+
commitMessage?: string | undefined;
|
|
22062
|
+
commitRef?: string | undefined;
|
|
22063
|
+
commitSha?: string | undefined;
|
|
22064
|
+
remoteUrl?: string | undefined;
|
|
22065
|
+
pullRequestNumber?: number | undefined;
|
|
22066
|
+
pullRequestTitle?: string | undefined;
|
|
22067
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22068
|
+
} | undefined;
|
|
21000
22069
|
}>;
|
|
21001
22070
|
organization: z.ZodObject<{
|
|
21002
22071
|
id: z.ZodString;
|
|
@@ -21093,6 +22162,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21093
22162
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
21094
22163
|
id: string;
|
|
21095
22164
|
slug: string;
|
|
22165
|
+
branchName?: string | undefined;
|
|
22166
|
+
git?: {
|
|
22167
|
+
dirty?: boolean | undefined;
|
|
22168
|
+
commitAuthorName?: string | undefined;
|
|
22169
|
+
commitMessage?: string | undefined;
|
|
22170
|
+
commitRef?: string | undefined;
|
|
22171
|
+
commitSha?: string | undefined;
|
|
22172
|
+
remoteUrl?: string | undefined;
|
|
22173
|
+
pullRequestNumber?: number | undefined;
|
|
22174
|
+
pullRequestTitle?: string | undefined;
|
|
22175
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22176
|
+
} | undefined;
|
|
21096
22177
|
};
|
|
21097
22178
|
organization: {
|
|
21098
22179
|
name: string;
|
|
@@ -21157,6 +22238,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21157
22238
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
21158
22239
|
id: string;
|
|
21159
22240
|
slug: string;
|
|
22241
|
+
branchName?: string | undefined;
|
|
22242
|
+
git?: {
|
|
22243
|
+
dirty?: boolean | undefined;
|
|
22244
|
+
commitAuthorName?: string | undefined;
|
|
22245
|
+
commitMessage?: string | undefined;
|
|
22246
|
+
commitRef?: string | undefined;
|
|
22247
|
+
commitSha?: string | undefined;
|
|
22248
|
+
remoteUrl?: string | undefined;
|
|
22249
|
+
pullRequestNumber?: number | undefined;
|
|
22250
|
+
pullRequestTitle?: string | undefined;
|
|
22251
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22252
|
+
} | undefined;
|
|
21160
22253
|
};
|
|
21161
22254
|
organization: {
|
|
21162
22255
|
name: string;
|
|
@@ -21411,6 +22504,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21411
22504
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
21412
22505
|
id: string;
|
|
21413
22506
|
slug: string;
|
|
22507
|
+
branchName?: string | undefined;
|
|
22508
|
+
git?: {
|
|
22509
|
+
dirty?: boolean | undefined;
|
|
22510
|
+
commitAuthorName?: string | undefined;
|
|
22511
|
+
commitMessage?: string | undefined;
|
|
22512
|
+
commitRef?: string | undefined;
|
|
22513
|
+
commitSha?: string | undefined;
|
|
22514
|
+
remoteUrl?: string | undefined;
|
|
22515
|
+
pullRequestNumber?: number | undefined;
|
|
22516
|
+
pullRequestTitle?: string | undefined;
|
|
22517
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22518
|
+
} | undefined;
|
|
21414
22519
|
};
|
|
21415
22520
|
organization: {
|
|
21416
22521
|
name: string;
|
|
@@ -21664,6 +22769,18 @@ export declare const PlatformToCoordinatorMessages: {
|
|
|
21664
22769
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
21665
22770
|
id: string;
|
|
21666
22771
|
slug: string;
|
|
22772
|
+
branchName?: string | undefined;
|
|
22773
|
+
git?: {
|
|
22774
|
+
dirty?: boolean | undefined;
|
|
22775
|
+
commitAuthorName?: string | undefined;
|
|
22776
|
+
commitMessage?: string | undefined;
|
|
22777
|
+
commitRef?: string | undefined;
|
|
22778
|
+
commitSha?: string | undefined;
|
|
22779
|
+
remoteUrl?: string | undefined;
|
|
22780
|
+
pullRequestNumber?: number | undefined;
|
|
22781
|
+
pullRequestTitle?: string | undefined;
|
|
22782
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
22783
|
+
} | undefined;
|
|
21667
22784
|
};
|
|
21668
22785
|
organization: {
|
|
21669
22786
|
name: string;
|
|
@@ -23089,14 +24206,70 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
23089
24206
|
id: z.ZodString;
|
|
23090
24207
|
slug: z.ZodString;
|
|
23091
24208
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
24209
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
24210
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
24211
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
24212
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
24213
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
24214
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
24215
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
24216
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
24217
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
24218
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
24219
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
24220
|
+
}, "strip", z.ZodTypeAny, {
|
|
24221
|
+
dirty?: boolean | undefined;
|
|
24222
|
+
commitAuthorName?: string | undefined;
|
|
24223
|
+
commitMessage?: string | undefined;
|
|
24224
|
+
commitRef?: string | undefined;
|
|
24225
|
+
commitSha?: string | undefined;
|
|
24226
|
+
remoteUrl?: string | undefined;
|
|
24227
|
+
pullRequestNumber?: number | undefined;
|
|
24228
|
+
pullRequestTitle?: string | undefined;
|
|
24229
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24230
|
+
}, {
|
|
24231
|
+
dirty?: boolean | undefined;
|
|
24232
|
+
commitAuthorName?: string | undefined;
|
|
24233
|
+
commitMessage?: string | undefined;
|
|
24234
|
+
commitRef?: string | undefined;
|
|
24235
|
+
commitSha?: string | undefined;
|
|
24236
|
+
remoteUrl?: string | undefined;
|
|
24237
|
+
pullRequestNumber?: number | undefined;
|
|
24238
|
+
pullRequestTitle?: string | undefined;
|
|
24239
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24240
|
+
}>>;
|
|
23092
24241
|
}, "strip", z.ZodTypeAny, {
|
|
23093
24242
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
23094
24243
|
id: string;
|
|
23095
24244
|
slug: string;
|
|
24245
|
+
branchName?: string | undefined;
|
|
24246
|
+
git?: {
|
|
24247
|
+
dirty?: boolean | undefined;
|
|
24248
|
+
commitAuthorName?: string | undefined;
|
|
24249
|
+
commitMessage?: string | undefined;
|
|
24250
|
+
commitRef?: string | undefined;
|
|
24251
|
+
commitSha?: string | undefined;
|
|
24252
|
+
remoteUrl?: string | undefined;
|
|
24253
|
+
pullRequestNumber?: number | undefined;
|
|
24254
|
+
pullRequestTitle?: string | undefined;
|
|
24255
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24256
|
+
} | undefined;
|
|
23096
24257
|
}, {
|
|
23097
24258
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
23098
24259
|
id: string;
|
|
23099
24260
|
slug: string;
|
|
24261
|
+
branchName?: string | undefined;
|
|
24262
|
+
git?: {
|
|
24263
|
+
dirty?: boolean | undefined;
|
|
24264
|
+
commitAuthorName?: string | undefined;
|
|
24265
|
+
commitMessage?: string | undefined;
|
|
24266
|
+
commitRef?: string | undefined;
|
|
24267
|
+
commitSha?: string | undefined;
|
|
24268
|
+
remoteUrl?: string | undefined;
|
|
24269
|
+
pullRequestNumber?: number | undefined;
|
|
24270
|
+
pullRequestTitle?: string | undefined;
|
|
24271
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24272
|
+
} | undefined;
|
|
23100
24273
|
}>;
|
|
23101
24274
|
organization: z.ZodObject<{
|
|
23102
24275
|
id: z.ZodString;
|
|
@@ -23193,6 +24366,18 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
23193
24366
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
23194
24367
|
id: string;
|
|
23195
24368
|
slug: string;
|
|
24369
|
+
branchName?: string | undefined;
|
|
24370
|
+
git?: {
|
|
24371
|
+
dirty?: boolean | undefined;
|
|
24372
|
+
commitAuthorName?: string | undefined;
|
|
24373
|
+
commitMessage?: string | undefined;
|
|
24374
|
+
commitRef?: string | undefined;
|
|
24375
|
+
commitSha?: string | undefined;
|
|
24376
|
+
remoteUrl?: string | undefined;
|
|
24377
|
+
pullRequestNumber?: number | undefined;
|
|
24378
|
+
pullRequestTitle?: string | undefined;
|
|
24379
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24380
|
+
} | undefined;
|
|
23196
24381
|
};
|
|
23197
24382
|
organization: {
|
|
23198
24383
|
name: string;
|
|
@@ -23257,6 +24442,18 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
23257
24442
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
23258
24443
|
id: string;
|
|
23259
24444
|
slug: string;
|
|
24445
|
+
branchName?: string | undefined;
|
|
24446
|
+
git?: {
|
|
24447
|
+
dirty?: boolean | undefined;
|
|
24448
|
+
commitAuthorName?: string | undefined;
|
|
24449
|
+
commitMessage?: string | undefined;
|
|
24450
|
+
commitRef?: string | undefined;
|
|
24451
|
+
commitSha?: string | undefined;
|
|
24452
|
+
remoteUrl?: string | undefined;
|
|
24453
|
+
pullRequestNumber?: number | undefined;
|
|
24454
|
+
pullRequestTitle?: string | undefined;
|
|
24455
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24456
|
+
} | undefined;
|
|
23260
24457
|
};
|
|
23261
24458
|
organization: {
|
|
23262
24459
|
name: string;
|
|
@@ -23325,6 +24522,18 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
23325
24522
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
23326
24523
|
id: string;
|
|
23327
24524
|
slug: string;
|
|
24525
|
+
branchName?: string | undefined;
|
|
24526
|
+
git?: {
|
|
24527
|
+
dirty?: boolean | undefined;
|
|
24528
|
+
commitAuthorName?: string | undefined;
|
|
24529
|
+
commitMessage?: string | undefined;
|
|
24530
|
+
commitRef?: string | undefined;
|
|
24531
|
+
commitSha?: string | undefined;
|
|
24532
|
+
remoteUrl?: string | undefined;
|
|
24533
|
+
pullRequestNumber?: number | undefined;
|
|
24534
|
+
pullRequestTitle?: string | undefined;
|
|
24535
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24536
|
+
} | undefined;
|
|
23328
24537
|
};
|
|
23329
24538
|
organization: {
|
|
23330
24539
|
name: string;
|
|
@@ -23576,6 +24785,18 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
23576
24785
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
23577
24786
|
id: string;
|
|
23578
24787
|
slug: string;
|
|
24788
|
+
branchName?: string | undefined;
|
|
24789
|
+
git?: {
|
|
24790
|
+
dirty?: boolean | undefined;
|
|
24791
|
+
commitAuthorName?: string | undefined;
|
|
24792
|
+
commitMessage?: string | undefined;
|
|
24793
|
+
commitRef?: string | undefined;
|
|
24794
|
+
commitSha?: string | undefined;
|
|
24795
|
+
remoteUrl?: string | undefined;
|
|
24796
|
+
pullRequestNumber?: number | undefined;
|
|
24797
|
+
pullRequestTitle?: string | undefined;
|
|
24798
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
24799
|
+
} | undefined;
|
|
23579
24800
|
};
|
|
23580
24801
|
organization: {
|
|
23581
24802
|
name: string;
|
|
@@ -24697,6 +25918,18 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
24697
25918
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
24698
25919
|
id: string;
|
|
24699
25920
|
slug: string;
|
|
25921
|
+
branchName?: string | undefined;
|
|
25922
|
+
git?: {
|
|
25923
|
+
dirty?: boolean | undefined;
|
|
25924
|
+
commitAuthorName?: string | undefined;
|
|
25925
|
+
commitMessage?: string | undefined;
|
|
25926
|
+
commitRef?: string | undefined;
|
|
25927
|
+
commitSha?: string | undefined;
|
|
25928
|
+
remoteUrl?: string | undefined;
|
|
25929
|
+
pullRequestNumber?: number | undefined;
|
|
25930
|
+
pullRequestTitle?: string | undefined;
|
|
25931
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
25932
|
+
} | undefined;
|
|
24700
25933
|
};
|
|
24701
25934
|
organization: {
|
|
24702
25935
|
name: string;
|
|
@@ -25065,6 +26298,18 @@ export declare const ClientToSharedQueueMessages: {
|
|
|
25065
26298
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
25066
26299
|
id: string;
|
|
25067
26300
|
slug: string;
|
|
26301
|
+
branchName?: string | undefined;
|
|
26302
|
+
git?: {
|
|
26303
|
+
dirty?: boolean | undefined;
|
|
26304
|
+
commitAuthorName?: string | undefined;
|
|
26305
|
+
commitMessage?: string | undefined;
|
|
26306
|
+
commitRef?: string | undefined;
|
|
26307
|
+
commitSha?: string | undefined;
|
|
26308
|
+
remoteUrl?: string | undefined;
|
|
26309
|
+
pullRequestNumber?: number | undefined;
|
|
26310
|
+
pullRequestTitle?: string | undefined;
|
|
26311
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
26312
|
+
} | undefined;
|
|
25068
26313
|
};
|
|
25069
26314
|
organization: {
|
|
25070
26315
|
name: string;
|
|
@@ -26363,14 +27608,70 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
26363
27608
|
id: z.ZodString;
|
|
26364
27609
|
slug: z.ZodString;
|
|
26365
27610
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
27611
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
27612
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
27613
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
27614
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
27615
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
27616
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
27617
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
27618
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
27619
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
27620
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
27621
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
27622
|
+
}, "strip", z.ZodTypeAny, {
|
|
27623
|
+
dirty?: boolean | undefined;
|
|
27624
|
+
commitAuthorName?: string | undefined;
|
|
27625
|
+
commitMessage?: string | undefined;
|
|
27626
|
+
commitRef?: string | undefined;
|
|
27627
|
+
commitSha?: string | undefined;
|
|
27628
|
+
remoteUrl?: string | undefined;
|
|
27629
|
+
pullRequestNumber?: number | undefined;
|
|
27630
|
+
pullRequestTitle?: string | undefined;
|
|
27631
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
27632
|
+
}, {
|
|
27633
|
+
dirty?: boolean | undefined;
|
|
27634
|
+
commitAuthorName?: string | undefined;
|
|
27635
|
+
commitMessage?: string | undefined;
|
|
27636
|
+
commitRef?: string | undefined;
|
|
27637
|
+
commitSha?: string | undefined;
|
|
27638
|
+
remoteUrl?: string | undefined;
|
|
27639
|
+
pullRequestNumber?: number | undefined;
|
|
27640
|
+
pullRequestTitle?: string | undefined;
|
|
27641
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
27642
|
+
}>>;
|
|
26366
27643
|
}, "strip", z.ZodTypeAny, {
|
|
26367
27644
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
26368
27645
|
id: string;
|
|
26369
27646
|
slug: string;
|
|
27647
|
+
branchName?: string | undefined;
|
|
27648
|
+
git?: {
|
|
27649
|
+
dirty?: boolean | undefined;
|
|
27650
|
+
commitAuthorName?: string | undefined;
|
|
27651
|
+
commitMessage?: string | undefined;
|
|
27652
|
+
commitRef?: string | undefined;
|
|
27653
|
+
commitSha?: string | undefined;
|
|
27654
|
+
remoteUrl?: string | undefined;
|
|
27655
|
+
pullRequestNumber?: number | undefined;
|
|
27656
|
+
pullRequestTitle?: string | undefined;
|
|
27657
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
27658
|
+
} | undefined;
|
|
26370
27659
|
}, {
|
|
26371
27660
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
26372
27661
|
id: string;
|
|
26373
27662
|
slug: string;
|
|
27663
|
+
branchName?: string | undefined;
|
|
27664
|
+
git?: {
|
|
27665
|
+
dirty?: boolean | undefined;
|
|
27666
|
+
commitAuthorName?: string | undefined;
|
|
27667
|
+
commitMessage?: string | undefined;
|
|
27668
|
+
commitRef?: string | undefined;
|
|
27669
|
+
commitSha?: string | undefined;
|
|
27670
|
+
remoteUrl?: string | undefined;
|
|
27671
|
+
pullRequestNumber?: number | undefined;
|
|
27672
|
+
pullRequestTitle?: string | undefined;
|
|
27673
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
27674
|
+
} | undefined;
|
|
26374
27675
|
}>;
|
|
26375
27676
|
organization: z.ZodObject<{
|
|
26376
27677
|
id: z.ZodString;
|
|
@@ -26500,6 +27801,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
26500
27801
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
26501
27802
|
id: string;
|
|
26502
27803
|
slug: string;
|
|
27804
|
+
branchName?: string | undefined;
|
|
27805
|
+
git?: {
|
|
27806
|
+
dirty?: boolean | undefined;
|
|
27807
|
+
commitAuthorName?: string | undefined;
|
|
27808
|
+
commitMessage?: string | undefined;
|
|
27809
|
+
commitRef?: string | undefined;
|
|
27810
|
+
commitSha?: string | undefined;
|
|
27811
|
+
remoteUrl?: string | undefined;
|
|
27812
|
+
pullRequestNumber?: number | undefined;
|
|
27813
|
+
pullRequestTitle?: string | undefined;
|
|
27814
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
27815
|
+
} | undefined;
|
|
26503
27816
|
};
|
|
26504
27817
|
organization: {
|
|
26505
27818
|
name: string;
|
|
@@ -26570,6 +27883,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
26570
27883
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
26571
27884
|
id: string;
|
|
26572
27885
|
slug: string;
|
|
27886
|
+
branchName?: string | undefined;
|
|
27887
|
+
git?: {
|
|
27888
|
+
dirty?: boolean | undefined;
|
|
27889
|
+
commitAuthorName?: string | undefined;
|
|
27890
|
+
commitMessage?: string | undefined;
|
|
27891
|
+
commitRef?: string | undefined;
|
|
27892
|
+
commitSha?: string | undefined;
|
|
27893
|
+
remoteUrl?: string | undefined;
|
|
27894
|
+
pullRequestNumber?: number | undefined;
|
|
27895
|
+
pullRequestTitle?: string | undefined;
|
|
27896
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
27897
|
+
} | undefined;
|
|
26573
27898
|
};
|
|
26574
27899
|
organization: {
|
|
26575
27900
|
name: string;
|
|
@@ -27789,6 +29114,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
27789
29114
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
27790
29115
|
id: string;
|
|
27791
29116
|
slug: string;
|
|
29117
|
+
branchName?: string | undefined;
|
|
29118
|
+
git?: {
|
|
29119
|
+
dirty?: boolean | undefined;
|
|
29120
|
+
commitAuthorName?: string | undefined;
|
|
29121
|
+
commitMessage?: string | undefined;
|
|
29122
|
+
commitRef?: string | undefined;
|
|
29123
|
+
commitSha?: string | undefined;
|
|
29124
|
+
remoteUrl?: string | undefined;
|
|
29125
|
+
pullRequestNumber?: number | undefined;
|
|
29126
|
+
pullRequestTitle?: string | undefined;
|
|
29127
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
29128
|
+
} | undefined;
|
|
27792
29129
|
};
|
|
27793
29130
|
organization: {
|
|
27794
29131
|
name: string;
|
|
@@ -28045,6 +29382,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
28045
29382
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
28046
29383
|
id: string;
|
|
28047
29384
|
slug: string;
|
|
29385
|
+
branchName?: string | undefined;
|
|
29386
|
+
git?: {
|
|
29387
|
+
dirty?: boolean | undefined;
|
|
29388
|
+
commitAuthorName?: string | undefined;
|
|
29389
|
+
commitMessage?: string | undefined;
|
|
29390
|
+
commitRef?: string | undefined;
|
|
29391
|
+
commitSha?: string | undefined;
|
|
29392
|
+
remoteUrl?: string | undefined;
|
|
29393
|
+
pullRequestNumber?: number | undefined;
|
|
29394
|
+
pullRequestTitle?: string | undefined;
|
|
29395
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
29396
|
+
} | undefined;
|
|
28048
29397
|
};
|
|
28049
29398
|
organization: {
|
|
28050
29399
|
name: string;
|
|
@@ -29356,14 +30705,70 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29356
30705
|
id: z.ZodString;
|
|
29357
30706
|
slug: z.ZodString;
|
|
29358
30707
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
30708
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
30709
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
30710
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
30711
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
30712
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
30713
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
30714
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
30715
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
30716
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
30717
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
30718
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
30719
|
+
}, "strip", z.ZodTypeAny, {
|
|
30720
|
+
dirty?: boolean | undefined;
|
|
30721
|
+
commitAuthorName?: string | undefined;
|
|
30722
|
+
commitMessage?: string | undefined;
|
|
30723
|
+
commitRef?: string | undefined;
|
|
30724
|
+
commitSha?: string | undefined;
|
|
30725
|
+
remoteUrl?: string | undefined;
|
|
30726
|
+
pullRequestNumber?: number | undefined;
|
|
30727
|
+
pullRequestTitle?: string | undefined;
|
|
30728
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
30729
|
+
}, {
|
|
30730
|
+
dirty?: boolean | undefined;
|
|
30731
|
+
commitAuthorName?: string | undefined;
|
|
30732
|
+
commitMessage?: string | undefined;
|
|
30733
|
+
commitRef?: string | undefined;
|
|
30734
|
+
commitSha?: string | undefined;
|
|
30735
|
+
remoteUrl?: string | undefined;
|
|
30736
|
+
pullRequestNumber?: number | undefined;
|
|
30737
|
+
pullRequestTitle?: string | undefined;
|
|
30738
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
30739
|
+
}>>;
|
|
29359
30740
|
}, "strip", z.ZodTypeAny, {
|
|
29360
30741
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29361
30742
|
id: string;
|
|
29362
30743
|
slug: string;
|
|
30744
|
+
branchName?: string | undefined;
|
|
30745
|
+
git?: {
|
|
30746
|
+
dirty?: boolean | undefined;
|
|
30747
|
+
commitAuthorName?: string | undefined;
|
|
30748
|
+
commitMessage?: string | undefined;
|
|
30749
|
+
commitRef?: string | undefined;
|
|
30750
|
+
commitSha?: string | undefined;
|
|
30751
|
+
remoteUrl?: string | undefined;
|
|
30752
|
+
pullRequestNumber?: number | undefined;
|
|
30753
|
+
pullRequestTitle?: string | undefined;
|
|
30754
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
30755
|
+
} | undefined;
|
|
29363
30756
|
}, {
|
|
29364
30757
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29365
30758
|
id: string;
|
|
29366
30759
|
slug: string;
|
|
30760
|
+
branchName?: string | undefined;
|
|
30761
|
+
git?: {
|
|
30762
|
+
dirty?: boolean | undefined;
|
|
30763
|
+
commitAuthorName?: string | undefined;
|
|
30764
|
+
commitMessage?: string | undefined;
|
|
30765
|
+
commitRef?: string | undefined;
|
|
30766
|
+
commitSha?: string | undefined;
|
|
30767
|
+
remoteUrl?: string | undefined;
|
|
30768
|
+
pullRequestNumber?: number | undefined;
|
|
30769
|
+
pullRequestTitle?: string | undefined;
|
|
30770
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
30771
|
+
} | undefined;
|
|
29367
30772
|
}>;
|
|
29368
30773
|
organization: z.ZodObject<{
|
|
29369
30774
|
id: z.ZodString;
|
|
@@ -29493,6 +30898,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29493
30898
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29494
30899
|
id: string;
|
|
29495
30900
|
slug: string;
|
|
30901
|
+
branchName?: string | undefined;
|
|
30902
|
+
git?: {
|
|
30903
|
+
dirty?: boolean | undefined;
|
|
30904
|
+
commitAuthorName?: string | undefined;
|
|
30905
|
+
commitMessage?: string | undefined;
|
|
30906
|
+
commitRef?: string | undefined;
|
|
30907
|
+
commitSha?: string | undefined;
|
|
30908
|
+
remoteUrl?: string | undefined;
|
|
30909
|
+
pullRequestNumber?: number | undefined;
|
|
30910
|
+
pullRequestTitle?: string | undefined;
|
|
30911
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
30912
|
+
} | undefined;
|
|
29496
30913
|
};
|
|
29497
30914
|
organization: {
|
|
29498
30915
|
name: string;
|
|
@@ -29563,6 +30980,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29563
30980
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29564
30981
|
id: string;
|
|
29565
30982
|
slug: string;
|
|
30983
|
+
branchName?: string | undefined;
|
|
30984
|
+
git?: {
|
|
30985
|
+
dirty?: boolean | undefined;
|
|
30986
|
+
commitAuthorName?: string | undefined;
|
|
30987
|
+
commitMessage?: string | undefined;
|
|
30988
|
+
commitRef?: string | undefined;
|
|
30989
|
+
commitSha?: string | undefined;
|
|
30990
|
+
remoteUrl?: string | undefined;
|
|
30991
|
+
pullRequestNumber?: number | undefined;
|
|
30992
|
+
pullRequestTitle?: string | undefined;
|
|
30993
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
30994
|
+
} | undefined;
|
|
29566
30995
|
};
|
|
29567
30996
|
organization: {
|
|
29568
30997
|
name: string;
|
|
@@ -29654,6 +31083,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29654
31083
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29655
31084
|
id: string;
|
|
29656
31085
|
slug: string;
|
|
31086
|
+
branchName?: string | undefined;
|
|
31087
|
+
git?: {
|
|
31088
|
+
dirty?: boolean | undefined;
|
|
31089
|
+
commitAuthorName?: string | undefined;
|
|
31090
|
+
commitMessage?: string | undefined;
|
|
31091
|
+
commitRef?: string | undefined;
|
|
31092
|
+
commitSha?: string | undefined;
|
|
31093
|
+
remoteUrl?: string | undefined;
|
|
31094
|
+
pullRequestNumber?: number | undefined;
|
|
31095
|
+
pullRequestTitle?: string | undefined;
|
|
31096
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
31097
|
+
} | undefined;
|
|
29657
31098
|
};
|
|
29658
31099
|
organization: {
|
|
29659
31100
|
name: string;
|
|
@@ -29734,6 +31175,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29734
31175
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29735
31176
|
id: string;
|
|
29736
31177
|
slug: string;
|
|
31178
|
+
branchName?: string | undefined;
|
|
31179
|
+
git?: {
|
|
31180
|
+
dirty?: boolean | undefined;
|
|
31181
|
+
commitAuthorName?: string | undefined;
|
|
31182
|
+
commitMessage?: string | undefined;
|
|
31183
|
+
commitRef?: string | undefined;
|
|
31184
|
+
commitSha?: string | undefined;
|
|
31185
|
+
remoteUrl?: string | undefined;
|
|
31186
|
+
pullRequestNumber?: number | undefined;
|
|
31187
|
+
pullRequestTitle?: string | undefined;
|
|
31188
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
31189
|
+
} | undefined;
|
|
29737
31190
|
};
|
|
29738
31191
|
organization: {
|
|
29739
31192
|
name: string;
|
|
@@ -29817,6 +31270,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29817
31270
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29818
31271
|
id: string;
|
|
29819
31272
|
slug: string;
|
|
31273
|
+
branchName?: string | undefined;
|
|
31274
|
+
git?: {
|
|
31275
|
+
dirty?: boolean | undefined;
|
|
31276
|
+
commitAuthorName?: string | undefined;
|
|
31277
|
+
commitMessage?: string | undefined;
|
|
31278
|
+
commitRef?: string | undefined;
|
|
31279
|
+
commitSha?: string | undefined;
|
|
31280
|
+
remoteUrl?: string | undefined;
|
|
31281
|
+
pullRequestNumber?: number | undefined;
|
|
31282
|
+
pullRequestTitle?: string | undefined;
|
|
31283
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
31284
|
+
} | undefined;
|
|
29820
31285
|
};
|
|
29821
31286
|
organization: {
|
|
29822
31287
|
name: string;
|
|
@@ -29900,6 +31365,18 @@ export declare const ProdWorkerToCoordinatorMessages: {
|
|
|
29900
31365
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
29901
31366
|
id: string;
|
|
29902
31367
|
slug: string;
|
|
31368
|
+
branchName?: string | undefined;
|
|
31369
|
+
git?: {
|
|
31370
|
+
dirty?: boolean | undefined;
|
|
31371
|
+
commitAuthorName?: string | undefined;
|
|
31372
|
+
commitMessage?: string | undefined;
|
|
31373
|
+
commitRef?: string | undefined;
|
|
31374
|
+
commitSha?: string | undefined;
|
|
31375
|
+
remoteUrl?: string | undefined;
|
|
31376
|
+
pullRequestNumber?: number | undefined;
|
|
31377
|
+
pullRequestTitle?: string | undefined;
|
|
31378
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
31379
|
+
} | undefined;
|
|
29903
31380
|
};
|
|
29904
31381
|
organization: {
|
|
29905
31382
|
name: string;
|
|
@@ -31248,14 +32725,70 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
31248
32725
|
id: z.ZodString;
|
|
31249
32726
|
slug: z.ZodString;
|
|
31250
32727
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
32728
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
32729
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
32730
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
32731
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
32732
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
32733
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
32734
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
32735
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
32736
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
32737
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
32738
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
32739
|
+
}, "strip", z.ZodTypeAny, {
|
|
32740
|
+
dirty?: boolean | undefined;
|
|
32741
|
+
commitAuthorName?: string | undefined;
|
|
32742
|
+
commitMessage?: string | undefined;
|
|
32743
|
+
commitRef?: string | undefined;
|
|
32744
|
+
commitSha?: string | undefined;
|
|
32745
|
+
remoteUrl?: string | undefined;
|
|
32746
|
+
pullRequestNumber?: number | undefined;
|
|
32747
|
+
pullRequestTitle?: string | undefined;
|
|
32748
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
32749
|
+
}, {
|
|
32750
|
+
dirty?: boolean | undefined;
|
|
32751
|
+
commitAuthorName?: string | undefined;
|
|
32752
|
+
commitMessage?: string | undefined;
|
|
32753
|
+
commitRef?: string | undefined;
|
|
32754
|
+
commitSha?: string | undefined;
|
|
32755
|
+
remoteUrl?: string | undefined;
|
|
32756
|
+
pullRequestNumber?: number | undefined;
|
|
32757
|
+
pullRequestTitle?: string | undefined;
|
|
32758
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
32759
|
+
}>>;
|
|
31251
32760
|
}, "strip", z.ZodTypeAny, {
|
|
31252
32761
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
31253
32762
|
id: string;
|
|
31254
32763
|
slug: string;
|
|
32764
|
+
branchName?: string | undefined;
|
|
32765
|
+
git?: {
|
|
32766
|
+
dirty?: boolean | undefined;
|
|
32767
|
+
commitAuthorName?: string | undefined;
|
|
32768
|
+
commitMessage?: string | undefined;
|
|
32769
|
+
commitRef?: string | undefined;
|
|
32770
|
+
commitSha?: string | undefined;
|
|
32771
|
+
remoteUrl?: string | undefined;
|
|
32772
|
+
pullRequestNumber?: number | undefined;
|
|
32773
|
+
pullRequestTitle?: string | undefined;
|
|
32774
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
32775
|
+
} | undefined;
|
|
31255
32776
|
}, {
|
|
31256
32777
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
31257
32778
|
id: string;
|
|
31258
32779
|
slug: string;
|
|
32780
|
+
branchName?: string | undefined;
|
|
32781
|
+
git?: {
|
|
32782
|
+
dirty?: boolean | undefined;
|
|
32783
|
+
commitAuthorName?: string | undefined;
|
|
32784
|
+
commitMessage?: string | undefined;
|
|
32785
|
+
commitRef?: string | undefined;
|
|
32786
|
+
commitSha?: string | undefined;
|
|
32787
|
+
remoteUrl?: string | undefined;
|
|
32788
|
+
pullRequestNumber?: number | undefined;
|
|
32789
|
+
pullRequestTitle?: string | undefined;
|
|
32790
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
32791
|
+
} | undefined;
|
|
31259
32792
|
}>;
|
|
31260
32793
|
organization: z.ZodObject<{
|
|
31261
32794
|
id: z.ZodString;
|
|
@@ -31352,6 +32885,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
31352
32885
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
31353
32886
|
id: string;
|
|
31354
32887
|
slug: string;
|
|
32888
|
+
branchName?: string | undefined;
|
|
32889
|
+
git?: {
|
|
32890
|
+
dirty?: boolean | undefined;
|
|
32891
|
+
commitAuthorName?: string | undefined;
|
|
32892
|
+
commitMessage?: string | undefined;
|
|
32893
|
+
commitRef?: string | undefined;
|
|
32894
|
+
commitSha?: string | undefined;
|
|
32895
|
+
remoteUrl?: string | undefined;
|
|
32896
|
+
pullRequestNumber?: number | undefined;
|
|
32897
|
+
pullRequestTitle?: string | undefined;
|
|
32898
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
32899
|
+
} | undefined;
|
|
31355
32900
|
};
|
|
31356
32901
|
organization: {
|
|
31357
32902
|
name: string;
|
|
@@ -31416,6 +32961,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
31416
32961
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
31417
32962
|
id: string;
|
|
31418
32963
|
slug: string;
|
|
32964
|
+
branchName?: string | undefined;
|
|
32965
|
+
git?: {
|
|
32966
|
+
dirty?: boolean | undefined;
|
|
32967
|
+
commitAuthorName?: string | undefined;
|
|
32968
|
+
commitMessage?: string | undefined;
|
|
32969
|
+
commitRef?: string | undefined;
|
|
32970
|
+
commitSha?: string | undefined;
|
|
32971
|
+
remoteUrl?: string | undefined;
|
|
32972
|
+
pullRequestNumber?: number | undefined;
|
|
32973
|
+
pullRequestTitle?: string | undefined;
|
|
32974
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
32975
|
+
} | undefined;
|
|
31419
32976
|
};
|
|
31420
32977
|
organization: {
|
|
31421
32978
|
name: string;
|
|
@@ -31668,6 +33225,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
31668
33225
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
31669
33226
|
id: string;
|
|
31670
33227
|
slug: string;
|
|
33228
|
+
branchName?: string | undefined;
|
|
33229
|
+
git?: {
|
|
33230
|
+
dirty?: boolean | undefined;
|
|
33231
|
+
commitAuthorName?: string | undefined;
|
|
33232
|
+
commitMessage?: string | undefined;
|
|
33233
|
+
commitRef?: string | undefined;
|
|
33234
|
+
commitSha?: string | undefined;
|
|
33235
|
+
remoteUrl?: string | undefined;
|
|
33236
|
+
pullRequestNumber?: number | undefined;
|
|
33237
|
+
pullRequestTitle?: string | undefined;
|
|
33238
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33239
|
+
} | undefined;
|
|
31671
33240
|
};
|
|
31672
33241
|
organization: {
|
|
31673
33242
|
name: string;
|
|
@@ -31919,6 +33488,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
31919
33488
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
31920
33489
|
id: string;
|
|
31921
33490
|
slug: string;
|
|
33491
|
+
branchName?: string | undefined;
|
|
33492
|
+
git?: {
|
|
33493
|
+
dirty?: boolean | undefined;
|
|
33494
|
+
commitAuthorName?: string | undefined;
|
|
33495
|
+
commitMessage?: string | undefined;
|
|
33496
|
+
commitRef?: string | undefined;
|
|
33497
|
+
commitSha?: string | undefined;
|
|
33498
|
+
remoteUrl?: string | undefined;
|
|
33499
|
+
pullRequestNumber?: number | undefined;
|
|
33500
|
+
pullRequestTitle?: string | undefined;
|
|
33501
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33502
|
+
} | undefined;
|
|
31922
33503
|
};
|
|
31923
33504
|
organization: {
|
|
31924
33505
|
name: string;
|
|
@@ -32071,14 +33652,70 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
32071
33652
|
id: z.ZodString;
|
|
32072
33653
|
slug: z.ZodString;
|
|
32073
33654
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
33655
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
33656
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
33657
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
33658
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
33659
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
33660
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
33661
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
33662
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
33663
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
33664
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
33665
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
33666
|
+
}, "strip", z.ZodTypeAny, {
|
|
33667
|
+
dirty?: boolean | undefined;
|
|
33668
|
+
commitAuthorName?: string | undefined;
|
|
33669
|
+
commitMessage?: string | undefined;
|
|
33670
|
+
commitRef?: string | undefined;
|
|
33671
|
+
commitSha?: string | undefined;
|
|
33672
|
+
remoteUrl?: string | undefined;
|
|
33673
|
+
pullRequestNumber?: number | undefined;
|
|
33674
|
+
pullRequestTitle?: string | undefined;
|
|
33675
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33676
|
+
}, {
|
|
33677
|
+
dirty?: boolean | undefined;
|
|
33678
|
+
commitAuthorName?: string | undefined;
|
|
33679
|
+
commitMessage?: string | undefined;
|
|
33680
|
+
commitRef?: string | undefined;
|
|
33681
|
+
commitSha?: string | undefined;
|
|
33682
|
+
remoteUrl?: string | undefined;
|
|
33683
|
+
pullRequestNumber?: number | undefined;
|
|
33684
|
+
pullRequestTitle?: string | undefined;
|
|
33685
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33686
|
+
}>>;
|
|
32074
33687
|
}, "strip", z.ZodTypeAny, {
|
|
32075
33688
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32076
33689
|
id: string;
|
|
32077
33690
|
slug: string;
|
|
33691
|
+
branchName?: string | undefined;
|
|
33692
|
+
git?: {
|
|
33693
|
+
dirty?: boolean | undefined;
|
|
33694
|
+
commitAuthorName?: string | undefined;
|
|
33695
|
+
commitMessage?: string | undefined;
|
|
33696
|
+
commitRef?: string | undefined;
|
|
33697
|
+
commitSha?: string | undefined;
|
|
33698
|
+
remoteUrl?: string | undefined;
|
|
33699
|
+
pullRequestNumber?: number | undefined;
|
|
33700
|
+
pullRequestTitle?: string | undefined;
|
|
33701
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33702
|
+
} | undefined;
|
|
32078
33703
|
}, {
|
|
32079
33704
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32080
33705
|
id: string;
|
|
32081
33706
|
slug: string;
|
|
33707
|
+
branchName?: string | undefined;
|
|
33708
|
+
git?: {
|
|
33709
|
+
dirty?: boolean | undefined;
|
|
33710
|
+
commitAuthorName?: string | undefined;
|
|
33711
|
+
commitMessage?: string | undefined;
|
|
33712
|
+
commitRef?: string | undefined;
|
|
33713
|
+
commitSha?: string | undefined;
|
|
33714
|
+
remoteUrl?: string | undefined;
|
|
33715
|
+
pullRequestNumber?: number | undefined;
|
|
33716
|
+
pullRequestTitle?: string | undefined;
|
|
33717
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33718
|
+
} | undefined;
|
|
32082
33719
|
}>;
|
|
32083
33720
|
organization: z.ZodObject<{
|
|
32084
33721
|
id: z.ZodString;
|
|
@@ -32208,6 +33845,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
32208
33845
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32209
33846
|
id: string;
|
|
32210
33847
|
slug: string;
|
|
33848
|
+
branchName?: string | undefined;
|
|
33849
|
+
git?: {
|
|
33850
|
+
dirty?: boolean | undefined;
|
|
33851
|
+
commitAuthorName?: string | undefined;
|
|
33852
|
+
commitMessage?: string | undefined;
|
|
33853
|
+
commitRef?: string | undefined;
|
|
33854
|
+
commitSha?: string | undefined;
|
|
33855
|
+
remoteUrl?: string | undefined;
|
|
33856
|
+
pullRequestNumber?: number | undefined;
|
|
33857
|
+
pullRequestTitle?: string | undefined;
|
|
33858
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33859
|
+
} | undefined;
|
|
32211
33860
|
};
|
|
32212
33861
|
organization: {
|
|
32213
33862
|
name: string;
|
|
@@ -32278,6 +33927,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
32278
33927
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32279
33928
|
id: string;
|
|
32280
33929
|
slug: string;
|
|
33930
|
+
branchName?: string | undefined;
|
|
33931
|
+
git?: {
|
|
33932
|
+
dirty?: boolean | undefined;
|
|
33933
|
+
commitAuthorName?: string | undefined;
|
|
33934
|
+
commitMessage?: string | undefined;
|
|
33935
|
+
commitRef?: string | undefined;
|
|
33936
|
+
commitSha?: string | undefined;
|
|
33937
|
+
remoteUrl?: string | undefined;
|
|
33938
|
+
pullRequestNumber?: number | undefined;
|
|
33939
|
+
pullRequestTitle?: string | undefined;
|
|
33940
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
33941
|
+
} | undefined;
|
|
32281
33942
|
};
|
|
32282
33943
|
organization: {
|
|
32283
33944
|
name: string;
|
|
@@ -32369,6 +34030,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
32369
34030
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32370
34031
|
id: string;
|
|
32371
34032
|
slug: string;
|
|
34033
|
+
branchName?: string | undefined;
|
|
34034
|
+
git?: {
|
|
34035
|
+
dirty?: boolean | undefined;
|
|
34036
|
+
commitAuthorName?: string | undefined;
|
|
34037
|
+
commitMessage?: string | undefined;
|
|
34038
|
+
commitRef?: string | undefined;
|
|
34039
|
+
commitSha?: string | undefined;
|
|
34040
|
+
remoteUrl?: string | undefined;
|
|
34041
|
+
pullRequestNumber?: number | undefined;
|
|
34042
|
+
pullRequestTitle?: string | undefined;
|
|
34043
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
34044
|
+
} | undefined;
|
|
32372
34045
|
};
|
|
32373
34046
|
organization: {
|
|
32374
34047
|
name: string;
|
|
@@ -32449,6 +34122,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
32449
34122
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32450
34123
|
id: string;
|
|
32451
34124
|
slug: string;
|
|
34125
|
+
branchName?: string | undefined;
|
|
34126
|
+
git?: {
|
|
34127
|
+
dirty?: boolean | undefined;
|
|
34128
|
+
commitAuthorName?: string | undefined;
|
|
34129
|
+
commitMessage?: string | undefined;
|
|
34130
|
+
commitRef?: string | undefined;
|
|
34131
|
+
commitSha?: string | undefined;
|
|
34132
|
+
remoteUrl?: string | undefined;
|
|
34133
|
+
pullRequestNumber?: number | undefined;
|
|
34134
|
+
pullRequestTitle?: string | undefined;
|
|
34135
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
34136
|
+
} | undefined;
|
|
32452
34137
|
};
|
|
32453
34138
|
organization: {
|
|
32454
34139
|
name: string;
|
|
@@ -32532,6 +34217,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
32532
34217
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32533
34218
|
id: string;
|
|
32534
34219
|
slug: string;
|
|
34220
|
+
branchName?: string | undefined;
|
|
34221
|
+
git?: {
|
|
34222
|
+
dirty?: boolean | undefined;
|
|
34223
|
+
commitAuthorName?: string | undefined;
|
|
34224
|
+
commitMessage?: string | undefined;
|
|
34225
|
+
commitRef?: string | undefined;
|
|
34226
|
+
commitSha?: string | undefined;
|
|
34227
|
+
remoteUrl?: string | undefined;
|
|
34228
|
+
pullRequestNumber?: number | undefined;
|
|
34229
|
+
pullRequestTitle?: string | undefined;
|
|
34230
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
34231
|
+
} | undefined;
|
|
32535
34232
|
};
|
|
32536
34233
|
organization: {
|
|
32537
34234
|
name: string;
|
|
@@ -32614,6 +34311,18 @@ export declare const CoordinatorToProdWorkerMessages: {
|
|
|
32614
34311
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
32615
34312
|
id: string;
|
|
32616
34313
|
slug: string;
|
|
34314
|
+
branchName?: string | undefined;
|
|
34315
|
+
git?: {
|
|
34316
|
+
dirty?: boolean | undefined;
|
|
34317
|
+
commitAuthorName?: string | undefined;
|
|
34318
|
+
commitMessage?: string | undefined;
|
|
34319
|
+
commitRef?: string | undefined;
|
|
34320
|
+
commitSha?: string | undefined;
|
|
34321
|
+
remoteUrl?: string | undefined;
|
|
34322
|
+
pullRequestNumber?: number | undefined;
|
|
34323
|
+
pullRequestTitle?: string | undefined;
|
|
34324
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
34325
|
+
} | undefined;
|
|
32617
34326
|
};
|
|
32618
34327
|
organization: {
|
|
32619
34328
|
name: string;
|