@terrantula/sdk 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-NVHWMOWP.mjs → chunk-OXOF623W.mjs} +128 -114
- package/dist/index.d.mts +430 -246
- package/dist/index.d.ts +430 -246
- package/dist/index.js +128 -114
- package/dist/index.mjs +1 -1
- package/dist/local.d.mts +301 -209
- package/dist/local.d.ts +301 -209
- package/dist/local.js +128 -114
- package/dist/local.mjs +1 -1
- package/dist/{projects-BxDuMQLR.d.mts → projects-CT3fGCOp.d.mts} +2 -2
- package/dist/{projects-BxDuMQLR.d.ts → projects-CT3fGCOp.d.ts} +2 -2
- package/package.json +3 -3
package/dist/local.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as SchemaFn, P as ProjectNukeResponse, S as SnapshotOp, A as AuditExportConfigResponse, b as TestConnectionResponse, c as AuditExportRunResponse, E as ExportCatalogResult, d as AdminAuditListResponse, e as AdminOrgListResponse, f as AdminOrgDetail, g as AdminSuspendResponse, h as AdminProjectNukeResponse, i as AdminMetricsOverview, j as AdminGitHubInstallationListResponse } from './projects-
|
|
1
|
+
import { a as SchemaFn, P as ProjectNukeResponse, S as SnapshotOp, A as AuditExportConfigResponse, b as TestConnectionResponse, c as AuditExportRunResponse, E as ExportCatalogResult, d as AdminAuditListResponse, e as AdminOrgListResponse, f as AdminOrgDetail, g as AdminSuspendResponse, h as AdminProjectNukeResponse, i as AdminMetricsOverview, j as AdminGitHubInstallationListResponse } from './projects-CT3fGCOp.mjs';
|
|
2
2
|
import * as _terrantula_types from '@terrantula/types';
|
|
3
3
|
import * as hono_utils_types from 'hono/utils/types';
|
|
4
4
|
import * as zod from 'zod';
|
|
@@ -508,16 +508,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
508
508
|
projectId: string;
|
|
509
509
|
role?: "member" | "owner" | "admin" | "viewer" | undefined;
|
|
510
510
|
cellScopes?: string[] | null | undefined;
|
|
511
|
-
expiresAt?: string | undefined;
|
|
512
511
|
envName?: string | undefined;
|
|
512
|
+
expiresAt?: string | undefined;
|
|
513
513
|
}, {
|
|
514
514
|
name: string;
|
|
515
515
|
orgId: string;
|
|
516
516
|
projectId: string;
|
|
517
517
|
role?: "member" | "owner" | "admin" | "viewer" | undefined;
|
|
518
518
|
cellScopes?: string[] | null | undefined;
|
|
519
|
-
expiresAt?: string | undefined;
|
|
520
519
|
envName?: string | undefined;
|
|
520
|
+
expiresAt?: string | undefined;
|
|
521
521
|
}>, {
|
|
522
522
|
error: string;
|
|
523
523
|
} | {
|
|
@@ -571,7 +571,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
571
571
|
projectId: string;
|
|
572
572
|
}, {
|
|
573
573
|
projectId: string;
|
|
574
|
-
}>,
|
|
574
|
+
}>, {
|
|
575
|
+
url: string;
|
|
576
|
+
}>;
|
|
575
577
|
installations: {
|
|
576
578
|
list: SchemaFn<zod.ZodObject<{
|
|
577
579
|
orgId: zod.ZodString;
|
|
@@ -603,7 +605,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
603
605
|
}, {
|
|
604
606
|
orgId: string;
|
|
605
607
|
installationId: number;
|
|
606
|
-
}>,
|
|
608
|
+
}>, {
|
|
609
|
+
id: string;
|
|
610
|
+
githubInstallationId: number;
|
|
611
|
+
githubOrgLogin: string;
|
|
612
|
+
}>;
|
|
607
613
|
};
|
|
608
614
|
projects: {
|
|
609
615
|
list: SchemaFn<zod.ZodObject<{
|
|
@@ -615,7 +621,14 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
615
621
|
}, {
|
|
616
622
|
orgId: string;
|
|
617
623
|
projectId: string;
|
|
618
|
-
}>,
|
|
624
|
+
}>, {
|
|
625
|
+
id: string;
|
|
626
|
+
installationId: string;
|
|
627
|
+
repoFullName: string;
|
|
628
|
+
repoNodeId: string;
|
|
629
|
+
linkedAt: string;
|
|
630
|
+
linkedBy: string | null;
|
|
631
|
+
}[]>;
|
|
619
632
|
linkRepo: SchemaFn<zod.ZodObject<{
|
|
620
633
|
orgId: zod.ZodString;
|
|
621
634
|
projectId: zod.ZodString;
|
|
@@ -631,7 +644,16 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
631
644
|
projectId: string;
|
|
632
645
|
installationId: string;
|
|
633
646
|
repoFullName: string;
|
|
634
|
-
}>,
|
|
647
|
+
}>, {
|
|
648
|
+
id: string;
|
|
649
|
+
orgId: string;
|
|
650
|
+
projectId: string;
|
|
651
|
+
installationId: string;
|
|
652
|
+
repoFullName: string;
|
|
653
|
+
repoNodeId: string;
|
|
654
|
+
linkedAt: string;
|
|
655
|
+
linkedBy: string | null;
|
|
656
|
+
}>;
|
|
635
657
|
unlinkRepo: SchemaFn<zod.ZodObject<{
|
|
636
658
|
orgId: zod.ZodString;
|
|
637
659
|
projectId: zod.ZodString;
|
|
@@ -644,7 +666,10 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
644
666
|
id: string;
|
|
645
667
|
orgId: string;
|
|
646
668
|
projectId: string;
|
|
647
|
-
}>,
|
|
669
|
+
}>, {
|
|
670
|
+
deleted: true;
|
|
671
|
+
id: string;
|
|
672
|
+
}>;
|
|
648
673
|
};
|
|
649
674
|
};
|
|
650
675
|
blueprints: {
|
|
@@ -1686,7 +1711,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
1686
1711
|
envName: zod.ZodString;
|
|
1687
1712
|
entityType: zod.ZodOptional<zod.ZodString>;
|
|
1688
1713
|
state: zod.ZodOptional<zod.ZodString>;
|
|
1689
|
-
pool: zod.ZodOptional<zod.ZodString>;
|
|
1690
1714
|
limit: zod.ZodOptional<zod.ZodNumber>;
|
|
1691
1715
|
cursor: zod.ZodOptional<zod.ZodString>;
|
|
1692
1716
|
}, "strip", zod.ZodTypeAny, {
|
|
@@ -1697,7 +1721,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
1697
1721
|
state?: string | undefined;
|
|
1698
1722
|
entityType?: string | undefined;
|
|
1699
1723
|
cursor?: string | undefined;
|
|
1700
|
-
pool?: string | undefined;
|
|
1701
1724
|
}, {
|
|
1702
1725
|
orgId: string;
|
|
1703
1726
|
projectId: string;
|
|
@@ -1706,7 +1729,6 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
1706
1729
|
state?: string | undefined;
|
|
1707
1730
|
entityType?: string | undefined;
|
|
1708
1731
|
cursor?: string | undefined;
|
|
1709
|
-
pool?: string | undefined;
|
|
1710
1732
|
}>, {
|
|
1711
1733
|
id: string;
|
|
1712
1734
|
entityTypeName: string;
|
|
@@ -1726,18 +1748,32 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
1726
1748
|
orgId: zod.ZodString;
|
|
1727
1749
|
projectId: zod.ZodString;
|
|
1728
1750
|
envName: zod.ZodString;
|
|
1729
|
-
|
|
1751
|
+
name: zod.ZodString;
|
|
1730
1752
|
}, "strip", zod.ZodTypeAny, {
|
|
1731
|
-
|
|
1753
|
+
name: string;
|
|
1732
1754
|
orgId: string;
|
|
1733
1755
|
projectId: string;
|
|
1734
1756
|
envName: string;
|
|
1735
1757
|
}, {
|
|
1736
|
-
|
|
1758
|
+
name: string;
|
|
1737
1759
|
orgId: string;
|
|
1738
1760
|
projectId: string;
|
|
1739
1761
|
envName: string;
|
|
1740
|
-
}>,
|
|
1762
|
+
}>, {
|
|
1763
|
+
id: string;
|
|
1764
|
+
entityTypeName: string;
|
|
1765
|
+
name: string;
|
|
1766
|
+
state: string;
|
|
1767
|
+
properties: hono_utils_types.JSONValue;
|
|
1768
|
+
labels: hono_utils_types.JSONValue;
|
|
1769
|
+
lastSyncedAt: string | null;
|
|
1770
|
+
syncSource: string | null;
|
|
1771
|
+
createdAt: string;
|
|
1772
|
+
updatedAt: string;
|
|
1773
|
+
orgId: string;
|
|
1774
|
+
projectId: string;
|
|
1775
|
+
envId: string;
|
|
1776
|
+
}>;
|
|
1741
1777
|
create: SchemaFn<zod.ZodObject<{
|
|
1742
1778
|
kind: zod.ZodLiteral<"Entity">;
|
|
1743
1779
|
entityType: zod.ZodString;
|
|
@@ -1790,50 +1826,57 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
1790
1826
|
orgId: zod.ZodString;
|
|
1791
1827
|
projectId: zod.ZodString;
|
|
1792
1828
|
envName: zod.ZodString;
|
|
1793
|
-
|
|
1829
|
+
name: zod.ZodString;
|
|
1794
1830
|
}, "strip", zod.ZodTypeAny, {
|
|
1795
|
-
|
|
1831
|
+
name: string;
|
|
1796
1832
|
orgId: string;
|
|
1797
1833
|
projectId: string;
|
|
1798
1834
|
envName: string;
|
|
1799
1835
|
}, {
|
|
1800
|
-
|
|
1836
|
+
name: string;
|
|
1801
1837
|
orgId: string;
|
|
1802
1838
|
projectId: string;
|
|
1803
1839
|
envName: string;
|
|
1804
|
-
}>,
|
|
1840
|
+
}>, {
|
|
1841
|
+
deleted: true;
|
|
1842
|
+
name: string;
|
|
1843
|
+
}>;
|
|
1805
1844
|
setMetric: SchemaFn<zod.ZodObject<{
|
|
1806
1845
|
orgId: zod.ZodString;
|
|
1807
1846
|
projectId: zod.ZodString;
|
|
1808
1847
|
envName: zod.ZodString;
|
|
1809
|
-
|
|
1848
|
+
name: zod.ZodString;
|
|
1810
1849
|
metricName: zod.ZodString;
|
|
1811
1850
|
value: zod.ZodNumber;
|
|
1812
1851
|
}, "strip", zod.ZodTypeAny, {
|
|
1852
|
+
name: string;
|
|
1813
1853
|
value: number;
|
|
1814
|
-
id: string;
|
|
1815
1854
|
orgId: string;
|
|
1816
1855
|
projectId: string;
|
|
1817
1856
|
envName: string;
|
|
1818
1857
|
metricName: string;
|
|
1819
1858
|
}, {
|
|
1859
|
+
name: string;
|
|
1820
1860
|
value: number;
|
|
1821
|
-
id: string;
|
|
1822
1861
|
orgId: string;
|
|
1823
1862
|
projectId: string;
|
|
1824
1863
|
envName: string;
|
|
1825
1864
|
metricName: string;
|
|
1826
|
-
}>,
|
|
1865
|
+
}>, {
|
|
1866
|
+
entityName: string;
|
|
1867
|
+
metricName: string;
|
|
1868
|
+
value: any;
|
|
1869
|
+
}>;
|
|
1827
1870
|
trigger: SchemaFn<zod.ZodObject<{
|
|
1828
1871
|
orgId: zod.ZodString;
|
|
1829
1872
|
projectId: zod.ZodString;
|
|
1830
1873
|
envName: zod.ZodString;
|
|
1831
|
-
|
|
1874
|
+
name: zod.ZodString;
|
|
1832
1875
|
actionName: zod.ZodString;
|
|
1833
1876
|
parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
|
|
1834
1877
|
recommendations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
|
|
1835
1878
|
}, "strip", zod.ZodTypeAny, {
|
|
1836
|
-
|
|
1879
|
+
name: string;
|
|
1837
1880
|
orgId: string;
|
|
1838
1881
|
projectId: string;
|
|
1839
1882
|
envName: string;
|
|
@@ -1841,84 +1884,128 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
1841
1884
|
parameters?: Record<string, unknown> | undefined;
|
|
1842
1885
|
recommendations?: Record<string, string> | undefined;
|
|
1843
1886
|
}, {
|
|
1844
|
-
|
|
1887
|
+
name: string;
|
|
1845
1888
|
orgId: string;
|
|
1846
1889
|
projectId: string;
|
|
1847
1890
|
envName: string;
|
|
1848
1891
|
actionName: string;
|
|
1849
1892
|
parameters?: Record<string, unknown> | undefined;
|
|
1850
1893
|
recommendations?: Record<string, string> | undefined;
|
|
1851
|
-
}>,
|
|
1894
|
+
}>, {
|
|
1895
|
+
parameters: hono_utils_types.JSONValue;
|
|
1896
|
+
status: "failed" | "pending" | "running" | "succeeded" | "cancelled" | "dispatching" | "blocked";
|
|
1897
|
+
id: string;
|
|
1898
|
+
createdAt: string;
|
|
1899
|
+
error: string | null;
|
|
1900
|
+
metadata: hono_utils_types.JSONValue;
|
|
1901
|
+
output: hono_utils_types.JSONValue;
|
|
1902
|
+
orgId: string;
|
|
1903
|
+
projectId: string;
|
|
1904
|
+
envId: string;
|
|
1905
|
+
recommendations: hono_utils_types.JSONValue;
|
|
1906
|
+
entityId: string | null;
|
|
1907
|
+
actionName: string;
|
|
1908
|
+
triggeredBy: string;
|
|
1909
|
+
callbackToken: string;
|
|
1910
|
+
callbackTokenExpiresAt: string;
|
|
1911
|
+
operationEntityId: string | null;
|
|
1912
|
+
startedAt: string | null;
|
|
1913
|
+
completedAt: string | null;
|
|
1914
|
+
}>;
|
|
1852
1915
|
getMetrics: SchemaFn<zod.ZodObject<{
|
|
1853
1916
|
orgId: zod.ZodString;
|
|
1854
1917
|
projectId: zod.ZodString;
|
|
1855
1918
|
envName: zod.ZodString;
|
|
1856
|
-
|
|
1919
|
+
name: zod.ZodString;
|
|
1857
1920
|
}, "strip", zod.ZodTypeAny, {
|
|
1921
|
+
name: string;
|
|
1858
1922
|
orgId: string;
|
|
1859
1923
|
projectId: string;
|
|
1860
1924
|
envName: string;
|
|
1861
|
-
entityId: string;
|
|
1862
1925
|
}, {
|
|
1926
|
+
name: string;
|
|
1863
1927
|
orgId: string;
|
|
1864
1928
|
projectId: string;
|
|
1865
1929
|
envName: string;
|
|
1866
|
-
|
|
1867
|
-
|
|
1930
|
+
}>, {
|
|
1931
|
+
[x: string]: number | null;
|
|
1932
|
+
}>;
|
|
1868
1933
|
getMetricsBatch: SchemaFn<zod.ZodObject<{
|
|
1869
1934
|
orgId: zod.ZodString;
|
|
1870
1935
|
projectId: zod.ZodString;
|
|
1871
1936
|
envName: zod.ZodString;
|
|
1872
|
-
|
|
1937
|
+
names: zod.ZodArray<zod.ZodString, "many">;
|
|
1873
1938
|
}, "strip", zod.ZodTypeAny, {
|
|
1874
1939
|
orgId: string;
|
|
1875
1940
|
projectId: string;
|
|
1876
1941
|
envName: string;
|
|
1877
|
-
|
|
1942
|
+
names: string[];
|
|
1878
1943
|
}, {
|
|
1879
1944
|
orgId: string;
|
|
1880
1945
|
projectId: string;
|
|
1881
1946
|
envName: string;
|
|
1882
|
-
|
|
1883
|
-
}>,
|
|
1947
|
+
names: string[];
|
|
1948
|
+
}>, {}>;
|
|
1884
1949
|
getRelationships: SchemaFn<zod.ZodObject<{
|
|
1885
1950
|
orgId: zod.ZodString;
|
|
1886
1951
|
projectId: zod.ZodString;
|
|
1887
1952
|
envName: zod.ZodString;
|
|
1888
|
-
|
|
1953
|
+
name: zod.ZodString;
|
|
1889
1954
|
}, "strip", zod.ZodTypeAny, {
|
|
1955
|
+
name: string;
|
|
1890
1956
|
orgId: string;
|
|
1891
1957
|
projectId: string;
|
|
1892
1958
|
envName: string;
|
|
1893
|
-
entityId: string;
|
|
1894
1959
|
}, {
|
|
1960
|
+
name: string;
|
|
1895
1961
|
orgId: string;
|
|
1896
1962
|
projectId: string;
|
|
1897
1963
|
envName: string;
|
|
1898
|
-
|
|
1899
|
-
|
|
1964
|
+
}>, {
|
|
1965
|
+
fromEntityName: string;
|
|
1966
|
+
toEntityName: string;
|
|
1967
|
+
id: string;
|
|
1968
|
+
relationshipTypeName: string;
|
|
1969
|
+
fromEntityId: string;
|
|
1970
|
+
toEntityId: string;
|
|
1971
|
+
state: string;
|
|
1972
|
+
properties: hono_utils_types.JSONValue;
|
|
1973
|
+
labels: hono_utils_types.JSONValue;
|
|
1974
|
+
createdAt: string;
|
|
1975
|
+
updatedAt: string;
|
|
1976
|
+
projectId: string;
|
|
1977
|
+
orgId: string;
|
|
1978
|
+
envId: string;
|
|
1979
|
+
deletionScheduledAt: string | null;
|
|
1980
|
+
deletionGracePeriodSeconds: number | null;
|
|
1981
|
+
}[]>;
|
|
1900
1982
|
syncStamp: SchemaFn<zod.ZodObject<{
|
|
1901
1983
|
orgId: zod.ZodString;
|
|
1902
1984
|
projectId: zod.ZodString;
|
|
1903
1985
|
envName: zod.ZodString;
|
|
1904
|
-
|
|
1986
|
+
name: zod.ZodString;
|
|
1905
1987
|
source: zod.ZodString;
|
|
1906
1988
|
observedAt: zod.ZodOptional<zod.ZodString>;
|
|
1907
1989
|
}, "strip", zod.ZodTypeAny, {
|
|
1908
|
-
|
|
1990
|
+
name: string;
|
|
1909
1991
|
orgId: string;
|
|
1910
1992
|
projectId: string;
|
|
1911
1993
|
envName: string;
|
|
1912
1994
|
source: string;
|
|
1913
1995
|
observedAt?: string | undefined;
|
|
1914
1996
|
}, {
|
|
1915
|
-
|
|
1997
|
+
name: string;
|
|
1916
1998
|
orgId: string;
|
|
1917
1999
|
projectId: string;
|
|
1918
2000
|
envName: string;
|
|
1919
2001
|
source: string;
|
|
1920
2002
|
observedAt?: string | undefined;
|
|
1921
|
-
}>,
|
|
2003
|
+
}>, {
|
|
2004
|
+
id: string;
|
|
2005
|
+
name: string;
|
|
2006
|
+
lastSyncedAt: string | null;
|
|
2007
|
+
syncSource: string | null;
|
|
2008
|
+
}>;
|
|
1922
2009
|
};
|
|
1923
2010
|
cells: {
|
|
1924
2011
|
list: SchemaFn<zod.ZodObject<{
|
|
@@ -2649,8 +2736,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
2649
2736
|
state: zod.ZodOptional<zod.ZodString>;
|
|
2650
2737
|
fromEntity: zod.ZodOptional<zod.ZodString>;
|
|
2651
2738
|
toEntity: zod.ZodOptional<zod.ZodString>;
|
|
2652
|
-
|
|
2653
|
-
|
|
2739
|
+
fromEntityCell: zod.ZodOptional<zod.ZodString>;
|
|
2740
|
+
toEntityCell: zod.ZodOptional<zod.ZodString>;
|
|
2654
2741
|
limit: zod.ZodOptional<zod.ZodNumber>;
|
|
2655
2742
|
}, "strip", zod.ZodTypeAny, {
|
|
2656
2743
|
orgId: string;
|
|
@@ -2661,8 +2748,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
2661
2748
|
relationshipType?: string | undefined;
|
|
2662
2749
|
fromEntity?: string | undefined;
|
|
2663
2750
|
toEntity?: string | undefined;
|
|
2664
|
-
|
|
2665
|
-
|
|
2751
|
+
fromEntityCell?: string | undefined;
|
|
2752
|
+
toEntityCell?: string | undefined;
|
|
2666
2753
|
}, {
|
|
2667
2754
|
orgId: string;
|
|
2668
2755
|
projectId: string;
|
|
@@ -2672,9 +2759,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
2672
2759
|
relationshipType?: string | undefined;
|
|
2673
2760
|
fromEntity?: string | undefined;
|
|
2674
2761
|
toEntity?: string | undefined;
|
|
2675
|
-
|
|
2676
|
-
|
|
2762
|
+
fromEntityCell?: string | undefined;
|
|
2763
|
+
toEntityCell?: string | undefined;
|
|
2677
2764
|
}>, {
|
|
2765
|
+
fromEntityName: string;
|
|
2766
|
+
toEntityName: string;
|
|
2678
2767
|
id: string;
|
|
2679
2768
|
relationshipTypeName: string;
|
|
2680
2769
|
fromEntityId: string;
|
|
@@ -2952,8 +3041,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
2952
3041
|
};
|
|
2953
3042
|
trigger: {
|
|
2954
3043
|
type: "webhook";
|
|
2955
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
2956
3044
|
url: string;
|
|
3045
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
2957
3046
|
headers?: {
|
|
2958
3047
|
[x: string]: string;
|
|
2959
3048
|
} | undefined;
|
|
@@ -3011,8 +3100,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3011
3100
|
value?: hono_utils_types.JSONValue | undefined;
|
|
3012
3101
|
} | undefined;
|
|
3013
3102
|
}[];
|
|
3014
|
-
body?: string | undefined;
|
|
3015
3103
|
webhookSecret?: string | undefined;
|
|
3104
|
+
body?: string | undefined;
|
|
3016
3105
|
labels?: string[] | undefined;
|
|
3017
3106
|
reviewers?: string[] | undefined;
|
|
3018
3107
|
teamReviewers?: string[] | undefined;
|
|
@@ -3090,8 +3179,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3090
3179
|
value?: hono_utils_types.JSONValue | undefined;
|
|
3091
3180
|
} | undefined;
|
|
3092
3181
|
}[];
|
|
3093
|
-
body?: string | undefined;
|
|
3094
3182
|
webhookSecret?: string | undefined;
|
|
3183
|
+
body?: string | undefined;
|
|
3095
3184
|
labels?: string[] | undefined;
|
|
3096
3185
|
reviewers?: string[] | undefined;
|
|
3097
3186
|
teamReviewers?: string[] | undefined;
|
|
@@ -3122,11 +3211,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3122
3211
|
envOverrides: {
|
|
3123
3212
|
[x: string]: {
|
|
3124
3213
|
type: "webhook";
|
|
3125
|
-
|
|
3214
|
+
url?: string | undefined;
|
|
3126
3215
|
headers?: {
|
|
3127
3216
|
[x: string]: string;
|
|
3128
3217
|
} | undefined;
|
|
3129
|
-
|
|
3218
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
3130
3219
|
auth?: {
|
|
3131
3220
|
token: string;
|
|
3132
3221
|
type: "bearer";
|
|
@@ -3155,9 +3244,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3155
3244
|
} | undefined;
|
|
3156
3245
|
} | {
|
|
3157
3246
|
type: "pull-request";
|
|
3158
|
-
body?: string | undefined;
|
|
3159
3247
|
repo?: string | undefined;
|
|
3160
3248
|
webhookSecret?: string | undefined;
|
|
3249
|
+
body?: string | undefined;
|
|
3161
3250
|
title?: string | undefined;
|
|
3162
3251
|
auth?: {
|
|
3163
3252
|
token: string;
|
|
@@ -3258,8 +3347,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3258
3347
|
value?: hono_utils_types.JSONValue | undefined;
|
|
3259
3348
|
} | undefined;
|
|
3260
3349
|
}[];
|
|
3261
|
-
body?: string | undefined;
|
|
3262
3350
|
webhookSecret?: string | undefined;
|
|
3351
|
+
body?: string | undefined;
|
|
3263
3352
|
labels?: string[] | undefined;
|
|
3264
3353
|
reviewers?: string[] | undefined;
|
|
3265
3354
|
teamReviewers?: string[] | undefined;
|
|
@@ -3455,8 +3544,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3455
3544
|
};
|
|
3456
3545
|
trigger: {
|
|
3457
3546
|
type: "webhook";
|
|
3458
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
3459
3547
|
url: string;
|
|
3548
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
3460
3549
|
headers?: {
|
|
3461
3550
|
[x: string]: string;
|
|
3462
3551
|
} | undefined;
|
|
@@ -3514,8 +3603,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3514
3603
|
value?: hono_utils_types.JSONValue | undefined;
|
|
3515
3604
|
} | undefined;
|
|
3516
3605
|
}[];
|
|
3517
|
-
body?: string | undefined;
|
|
3518
3606
|
webhookSecret?: string | undefined;
|
|
3607
|
+
body?: string | undefined;
|
|
3519
3608
|
labels?: string[] | undefined;
|
|
3520
3609
|
reviewers?: string[] | undefined;
|
|
3521
3610
|
teamReviewers?: string[] | undefined;
|
|
@@ -3593,8 +3682,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3593
3682
|
value?: hono_utils_types.JSONValue | undefined;
|
|
3594
3683
|
} | undefined;
|
|
3595
3684
|
}[];
|
|
3596
|
-
body?: string | undefined;
|
|
3597
3685
|
webhookSecret?: string | undefined;
|
|
3686
|
+
body?: string | undefined;
|
|
3598
3687
|
labels?: string[] | undefined;
|
|
3599
3688
|
reviewers?: string[] | undefined;
|
|
3600
3689
|
teamReviewers?: string[] | undefined;
|
|
@@ -3625,11 +3714,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3625
3714
|
envOverrides: {
|
|
3626
3715
|
[x: string]: {
|
|
3627
3716
|
type: "webhook";
|
|
3628
|
-
|
|
3717
|
+
url?: string | undefined;
|
|
3629
3718
|
headers?: {
|
|
3630
3719
|
[x: string]: string;
|
|
3631
3720
|
} | undefined;
|
|
3632
|
-
|
|
3721
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
3633
3722
|
auth?: {
|
|
3634
3723
|
token: string;
|
|
3635
3724
|
type: "bearer";
|
|
@@ -3658,9 +3747,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3658
3747
|
} | undefined;
|
|
3659
3748
|
} | {
|
|
3660
3749
|
type: "pull-request";
|
|
3661
|
-
body?: string | undefined;
|
|
3662
3750
|
repo?: string | undefined;
|
|
3663
3751
|
webhookSecret?: string | undefined;
|
|
3752
|
+
body?: string | undefined;
|
|
3664
3753
|
title?: string | undefined;
|
|
3665
3754
|
auth?: {
|
|
3666
3755
|
token: string;
|
|
@@ -3761,8 +3850,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
3761
3850
|
value?: hono_utils_types.JSONValue | undefined;
|
|
3762
3851
|
} | undefined;
|
|
3763
3852
|
}[];
|
|
3764
|
-
body?: string | undefined;
|
|
3765
3853
|
webhookSecret?: string | undefined;
|
|
3854
|
+
body?: string | undefined;
|
|
3766
3855
|
labels?: string[] | undefined;
|
|
3767
3856
|
reviewers?: string[] | undefined;
|
|
3768
3857
|
teamReviewers?: string[] | undefined;
|
|
@@ -4358,8 +4447,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
4358
4447
|
}>>;
|
|
4359
4448
|
}, "strip", zod.ZodTypeAny, {
|
|
4360
4449
|
type: "webhook";
|
|
4361
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
4362
4450
|
url: string;
|
|
4451
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
4363
4452
|
headers?: Record<string, string> | undefined;
|
|
4364
4453
|
auth?: {
|
|
4365
4454
|
token: string;
|
|
@@ -4386,8 +4475,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
4386
4475
|
}, {
|
|
4387
4476
|
type: "webhook";
|
|
4388
4477
|
url: string;
|
|
4389
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
4390
4478
|
headers?: Record<string, string> | undefined;
|
|
4479
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
4391
4480
|
auth?: {
|
|
4392
4481
|
token: string;
|
|
4393
4482
|
type: "bearer";
|
|
@@ -4585,8 +4674,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
4585
4674
|
value?: unknown;
|
|
4586
4675
|
} | undefined;
|
|
4587
4676
|
}[];
|
|
4588
|
-
body?: string | undefined;
|
|
4589
4677
|
webhookSecret?: string | undefined;
|
|
4678
|
+
body?: string | undefined;
|
|
4590
4679
|
labels?: string[] | undefined;
|
|
4591
4680
|
reviewers?: string[] | undefined;
|
|
4592
4681
|
teamReviewers?: string[] | undefined;
|
|
@@ -4623,8 +4712,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
4623
4712
|
} | undefined;
|
|
4624
4713
|
operation?: "replace" | "patch" | undefined;
|
|
4625
4714
|
}[];
|
|
4626
|
-
body?: string | undefined;
|
|
4627
4715
|
webhookSecret?: string | undefined;
|
|
4716
|
+
body?: string | undefined;
|
|
4628
4717
|
base?: string | undefined;
|
|
4629
4718
|
labels?: string[] | undefined;
|
|
4630
4719
|
reviewers?: string[] | undefined;
|
|
@@ -4878,8 +4967,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
4878
4967
|
value?: unknown;
|
|
4879
4968
|
} | undefined;
|
|
4880
4969
|
}[];
|
|
4881
|
-
body?: string | undefined;
|
|
4882
4970
|
webhookSecret?: string | undefined;
|
|
4971
|
+
body?: string | undefined;
|
|
4883
4972
|
labels?: string[] | undefined;
|
|
4884
4973
|
reviewers?: string[] | undefined;
|
|
4885
4974
|
teamReviewers?: string[] | undefined;
|
|
@@ -4909,8 +4998,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
4909
4998
|
} | undefined;
|
|
4910
4999
|
operation?: "replace" | "patch" | undefined;
|
|
4911
5000
|
}[];
|
|
4912
|
-
body?: string | undefined;
|
|
4913
5001
|
webhookSecret?: string | undefined;
|
|
5002
|
+
body?: string | undefined;
|
|
4914
5003
|
base?: string | undefined;
|
|
4915
5004
|
labels?: string[] | undefined;
|
|
4916
5005
|
reviewers?: string[] | undefined;
|
|
@@ -4965,8 +5054,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
4965
5054
|
value?: unknown;
|
|
4966
5055
|
} | undefined;
|
|
4967
5056
|
}[];
|
|
4968
|
-
body?: string | undefined;
|
|
4969
5057
|
webhookSecret?: string | undefined;
|
|
5058
|
+
body?: string | undefined;
|
|
4970
5059
|
labels?: string[] | undefined;
|
|
4971
5060
|
reviewers?: string[] | undefined;
|
|
4972
5061
|
teamReviewers?: string[] | undefined;
|
|
@@ -5013,8 +5102,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5013
5102
|
} | undefined;
|
|
5014
5103
|
operation?: "replace" | "patch" | undefined;
|
|
5015
5104
|
}[];
|
|
5016
|
-
body?: string | undefined;
|
|
5017
5105
|
webhookSecret?: string | undefined;
|
|
5106
|
+
body?: string | undefined;
|
|
5018
5107
|
base?: string | undefined;
|
|
5019
5108
|
labels?: string[] | undefined;
|
|
5020
5109
|
reviewers?: string[] | undefined;
|
|
@@ -5115,8 +5204,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5115
5204
|
type: "noop";
|
|
5116
5205
|
}>]>, {
|
|
5117
5206
|
type: "webhook";
|
|
5118
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
5119
5207
|
url: string;
|
|
5208
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
5120
5209
|
headers?: Record<string, string> | undefined;
|
|
5121
5210
|
auth?: {
|
|
5122
5211
|
token: string;
|
|
@@ -5168,8 +5257,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5168
5257
|
value?: unknown;
|
|
5169
5258
|
} | undefined;
|
|
5170
5259
|
}[];
|
|
5171
|
-
body?: string | undefined;
|
|
5172
5260
|
webhookSecret?: string | undefined;
|
|
5261
|
+
body?: string | undefined;
|
|
5173
5262
|
labels?: string[] | undefined;
|
|
5174
5263
|
reviewers?: string[] | undefined;
|
|
5175
5264
|
teamReviewers?: string[] | undefined;
|
|
@@ -5241,8 +5330,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5241
5330
|
value?: unknown;
|
|
5242
5331
|
} | undefined;
|
|
5243
5332
|
}[];
|
|
5244
|
-
body?: string | undefined;
|
|
5245
5333
|
webhookSecret?: string | undefined;
|
|
5334
|
+
body?: string | undefined;
|
|
5246
5335
|
labels?: string[] | undefined;
|
|
5247
5336
|
reviewers?: string[] | undefined;
|
|
5248
5337
|
teamReviewers?: string[] | undefined;
|
|
@@ -5270,8 +5359,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5270
5359
|
}, {
|
|
5271
5360
|
type: "webhook";
|
|
5272
5361
|
url: string;
|
|
5273
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
5274
5362
|
headers?: Record<string, string> | undefined;
|
|
5363
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
5275
5364
|
auth?: {
|
|
5276
5365
|
token: string;
|
|
5277
5366
|
type: "bearer";
|
|
@@ -5321,8 +5410,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5321
5410
|
} | undefined;
|
|
5322
5411
|
operation?: "replace" | "patch" | undefined;
|
|
5323
5412
|
}[];
|
|
5324
|
-
body?: string | undefined;
|
|
5325
5413
|
webhookSecret?: string | undefined;
|
|
5414
|
+
body?: string | undefined;
|
|
5326
5415
|
base?: string | undefined;
|
|
5327
5416
|
labels?: string[] | undefined;
|
|
5328
5417
|
reviewers?: string[] | undefined;
|
|
@@ -5393,8 +5482,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5393
5482
|
} | undefined;
|
|
5394
5483
|
operation?: "replace" | "patch" | undefined;
|
|
5395
5484
|
}[];
|
|
5396
|
-
body?: string | undefined;
|
|
5397
5485
|
webhookSecret?: string | undefined;
|
|
5486
|
+
body?: string | undefined;
|
|
5398
5487
|
base?: string | undefined;
|
|
5399
5488
|
labels?: string[] | undefined;
|
|
5400
5489
|
reviewers?: string[] | undefined;
|
|
@@ -5489,9 +5578,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5489
5578
|
}>>;
|
|
5490
5579
|
}, "strip", zod.ZodTypeAny, {
|
|
5491
5580
|
type: "webhook";
|
|
5492
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
5493
|
-
headers?: Record<string, string> | undefined;
|
|
5494
5581
|
url?: string | undefined;
|
|
5582
|
+
headers?: Record<string, string> | undefined;
|
|
5583
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
5495
5584
|
auth?: {
|
|
5496
5585
|
token: string;
|
|
5497
5586
|
type: "bearer";
|
|
@@ -5516,9 +5605,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5516
5605
|
} | undefined;
|
|
5517
5606
|
}, {
|
|
5518
5607
|
type: "webhook";
|
|
5519
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
5520
|
-
headers?: Record<string, string> | undefined;
|
|
5521
5608
|
url?: string | undefined;
|
|
5609
|
+
headers?: Record<string, string> | undefined;
|
|
5610
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
5522
5611
|
auth?: {
|
|
5523
5612
|
token: string;
|
|
5524
5613
|
type: "bearer";
|
|
@@ -5687,9 +5776,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5687
5776
|
}>>;
|
|
5688
5777
|
}, "strip", zod.ZodTypeAny, {
|
|
5689
5778
|
type: "pull-request";
|
|
5690
|
-
body?: string | undefined;
|
|
5691
5779
|
repo?: string | undefined;
|
|
5692
5780
|
webhookSecret?: string | undefined;
|
|
5781
|
+
body?: string | undefined;
|
|
5693
5782
|
title?: string | undefined;
|
|
5694
5783
|
auth?: {
|
|
5695
5784
|
token: string;
|
|
@@ -5725,9 +5814,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
5725
5814
|
} | undefined;
|
|
5726
5815
|
}, {
|
|
5727
5816
|
type: "pull-request";
|
|
5728
|
-
body?: string | undefined;
|
|
5729
5817
|
repo?: string | undefined;
|
|
5730
5818
|
webhookSecret?: string | undefined;
|
|
5819
|
+
body?: string | undefined;
|
|
5731
5820
|
title?: string | undefined;
|
|
5732
5821
|
auth?: {
|
|
5733
5822
|
token: string;
|
|
@@ -6004,8 +6093,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6004
6093
|
value?: unknown;
|
|
6005
6094
|
} | undefined;
|
|
6006
6095
|
}[];
|
|
6007
|
-
body?: string | undefined;
|
|
6008
6096
|
webhookSecret?: string | undefined;
|
|
6097
|
+
body?: string | undefined;
|
|
6009
6098
|
labels?: string[] | undefined;
|
|
6010
6099
|
reviewers?: string[] | undefined;
|
|
6011
6100
|
teamReviewers?: string[] | undefined;
|
|
@@ -6035,8 +6124,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6035
6124
|
} | undefined;
|
|
6036
6125
|
operation?: "replace" | "patch" | undefined;
|
|
6037
6126
|
}[];
|
|
6038
|
-
body?: string | undefined;
|
|
6039
6127
|
webhookSecret?: string | undefined;
|
|
6128
|
+
body?: string | undefined;
|
|
6040
6129
|
base?: string | undefined;
|
|
6041
6130
|
labels?: string[] | undefined;
|
|
6042
6131
|
reviewers?: string[] | undefined;
|
|
@@ -6090,8 +6179,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6090
6179
|
value?: unknown;
|
|
6091
6180
|
} | undefined;
|
|
6092
6181
|
}[];
|
|
6093
|
-
body?: string | undefined;
|
|
6094
6182
|
webhookSecret?: string | undefined;
|
|
6183
|
+
body?: string | undefined;
|
|
6095
6184
|
labels?: string[] | undefined;
|
|
6096
6185
|
reviewers?: string[] | undefined;
|
|
6097
6186
|
teamReviewers?: string[] | undefined;
|
|
@@ -6139,8 +6228,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6139
6228
|
} | undefined;
|
|
6140
6229
|
operation?: "replace" | "patch" | undefined;
|
|
6141
6230
|
}[];
|
|
6142
|
-
body?: string | undefined;
|
|
6143
6231
|
webhookSecret?: string | undefined;
|
|
6232
|
+
body?: string | undefined;
|
|
6144
6233
|
base?: string | undefined;
|
|
6145
6234
|
labels?: string[] | undefined;
|
|
6146
6235
|
reviewers?: string[] | undefined;
|
|
@@ -6381,8 +6470,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6381
6470
|
};
|
|
6382
6471
|
trigger: {
|
|
6383
6472
|
type: "webhook";
|
|
6384
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
6385
6473
|
url: string;
|
|
6474
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
6386
6475
|
headers?: Record<string, string> | undefined;
|
|
6387
6476
|
auth?: {
|
|
6388
6477
|
token: string;
|
|
@@ -6434,8 +6523,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6434
6523
|
value?: unknown;
|
|
6435
6524
|
} | undefined;
|
|
6436
6525
|
}[];
|
|
6437
|
-
body?: string | undefined;
|
|
6438
6526
|
webhookSecret?: string | undefined;
|
|
6527
|
+
body?: string | undefined;
|
|
6439
6528
|
labels?: string[] | undefined;
|
|
6440
6529
|
reviewers?: string[] | undefined;
|
|
6441
6530
|
teamReviewers?: string[] | undefined;
|
|
@@ -6507,8 +6596,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6507
6596
|
value?: unknown;
|
|
6508
6597
|
} | undefined;
|
|
6509
6598
|
}[];
|
|
6510
|
-
body?: string | undefined;
|
|
6511
6599
|
webhookSecret?: string | undefined;
|
|
6600
|
+
body?: string | undefined;
|
|
6512
6601
|
labels?: string[] | undefined;
|
|
6513
6602
|
reviewers?: string[] | undefined;
|
|
6514
6603
|
teamReviewers?: string[] | undefined;
|
|
@@ -6538,9 +6627,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6538
6627
|
displayName?: string | undefined;
|
|
6539
6628
|
envOverrides?: Record<string, {
|
|
6540
6629
|
type: "webhook";
|
|
6541
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
6542
|
-
headers?: Record<string, string> | undefined;
|
|
6543
6630
|
url?: string | undefined;
|
|
6631
|
+
headers?: Record<string, string> | undefined;
|
|
6632
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
6544
6633
|
auth?: {
|
|
6545
6634
|
token: string;
|
|
6546
6635
|
type: "bearer";
|
|
@@ -6565,9 +6654,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6565
6654
|
} | undefined;
|
|
6566
6655
|
} | {
|
|
6567
6656
|
type: "pull-request";
|
|
6568
|
-
body?: string | undefined;
|
|
6569
6657
|
repo?: string | undefined;
|
|
6570
6658
|
webhookSecret?: string | undefined;
|
|
6659
|
+
body?: string | undefined;
|
|
6571
6660
|
title?: string | undefined;
|
|
6572
6661
|
auth?: {
|
|
6573
6662
|
token: string;
|
|
@@ -6662,8 +6751,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6662
6751
|
value?: unknown;
|
|
6663
6752
|
} | undefined;
|
|
6664
6753
|
}[];
|
|
6665
|
-
body?: string | undefined;
|
|
6666
6754
|
webhookSecret?: string | undefined;
|
|
6755
|
+
body?: string | undefined;
|
|
6667
6756
|
labels?: string[] | undefined;
|
|
6668
6757
|
reviewers?: string[] | undefined;
|
|
6669
6758
|
teamReviewers?: string[] | undefined;
|
|
@@ -6805,8 +6894,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6805
6894
|
trigger: {
|
|
6806
6895
|
type: "webhook";
|
|
6807
6896
|
url: string;
|
|
6808
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
6809
6897
|
headers?: Record<string, string> | undefined;
|
|
6898
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
6810
6899
|
auth?: {
|
|
6811
6900
|
token: string;
|
|
6812
6901
|
type: "bearer";
|
|
@@ -6856,8 +6945,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6856
6945
|
} | undefined;
|
|
6857
6946
|
operation?: "replace" | "patch" | undefined;
|
|
6858
6947
|
}[];
|
|
6859
|
-
body?: string | undefined;
|
|
6860
6948
|
webhookSecret?: string | undefined;
|
|
6949
|
+
body?: string | undefined;
|
|
6861
6950
|
base?: string | undefined;
|
|
6862
6951
|
labels?: string[] | undefined;
|
|
6863
6952
|
reviewers?: string[] | undefined;
|
|
@@ -6928,8 +7017,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6928
7017
|
} | undefined;
|
|
6929
7018
|
operation?: "replace" | "patch" | undefined;
|
|
6930
7019
|
}[];
|
|
6931
|
-
body?: string | undefined;
|
|
6932
7020
|
webhookSecret?: string | undefined;
|
|
7021
|
+
body?: string | undefined;
|
|
6933
7022
|
base?: string | undefined;
|
|
6934
7023
|
labels?: string[] | undefined;
|
|
6935
7024
|
reviewers?: string[] | undefined;
|
|
@@ -6983,9 +7072,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
6983
7072
|
}[] | undefined;
|
|
6984
7073
|
envOverrides?: Record<string, {
|
|
6985
7074
|
type: "webhook";
|
|
6986
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
6987
|
-
headers?: Record<string, string> | undefined;
|
|
6988
7075
|
url?: string | undefined;
|
|
7076
|
+
headers?: Record<string, string> | undefined;
|
|
7077
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
6989
7078
|
auth?: {
|
|
6990
7079
|
token: string;
|
|
6991
7080
|
type: "bearer";
|
|
@@ -7010,9 +7099,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7010
7099
|
} | undefined;
|
|
7011
7100
|
} | {
|
|
7012
7101
|
type: "pull-request";
|
|
7013
|
-
body?: string | undefined;
|
|
7014
7102
|
repo?: string | undefined;
|
|
7015
7103
|
webhookSecret?: string | undefined;
|
|
7104
|
+
body?: string | undefined;
|
|
7016
7105
|
title?: string | undefined;
|
|
7017
7106
|
auth?: {
|
|
7018
7107
|
token: string;
|
|
@@ -7106,8 +7195,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7106
7195
|
} | undefined;
|
|
7107
7196
|
operation?: "replace" | "patch" | undefined;
|
|
7108
7197
|
}[];
|
|
7109
|
-
body?: string | undefined;
|
|
7110
7198
|
webhookSecret?: string | undefined;
|
|
7199
|
+
body?: string | undefined;
|
|
7111
7200
|
base?: string | undefined;
|
|
7112
7201
|
labels?: string[] | undefined;
|
|
7113
7202
|
reviewers?: string[] | undefined;
|
|
@@ -7288,8 +7377,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7288
7377
|
};
|
|
7289
7378
|
trigger: {
|
|
7290
7379
|
type: "webhook";
|
|
7291
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
7292
7380
|
url: string;
|
|
7381
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
7293
7382
|
headers?: {
|
|
7294
7383
|
[x: string]: string;
|
|
7295
7384
|
} | undefined;
|
|
@@ -7347,8 +7436,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7347
7436
|
value?: hono_utils_types.JSONValue | undefined;
|
|
7348
7437
|
} | undefined;
|
|
7349
7438
|
}[];
|
|
7350
|
-
body?: string | undefined;
|
|
7351
7439
|
webhookSecret?: string | undefined;
|
|
7440
|
+
body?: string | undefined;
|
|
7352
7441
|
labels?: string[] | undefined;
|
|
7353
7442
|
reviewers?: string[] | undefined;
|
|
7354
7443
|
teamReviewers?: string[] | undefined;
|
|
@@ -7426,8 +7515,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7426
7515
|
value?: hono_utils_types.JSONValue | undefined;
|
|
7427
7516
|
} | undefined;
|
|
7428
7517
|
}[];
|
|
7429
|
-
body?: string | undefined;
|
|
7430
7518
|
webhookSecret?: string | undefined;
|
|
7519
|
+
body?: string | undefined;
|
|
7431
7520
|
labels?: string[] | undefined;
|
|
7432
7521
|
reviewers?: string[] | undefined;
|
|
7433
7522
|
teamReviewers?: string[] | undefined;
|
|
@@ -7458,11 +7547,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7458
7547
|
envOverrides: {
|
|
7459
7548
|
[x: string]: {
|
|
7460
7549
|
type: "webhook";
|
|
7461
|
-
|
|
7550
|
+
url?: string | undefined;
|
|
7462
7551
|
headers?: {
|
|
7463
7552
|
[x: string]: string;
|
|
7464
7553
|
} | undefined;
|
|
7465
|
-
|
|
7554
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
7466
7555
|
auth?: {
|
|
7467
7556
|
token: string;
|
|
7468
7557
|
type: "bearer";
|
|
@@ -7491,9 +7580,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7491
7580
|
} | undefined;
|
|
7492
7581
|
} | {
|
|
7493
7582
|
type: "pull-request";
|
|
7494
|
-
body?: string | undefined;
|
|
7495
7583
|
repo?: string | undefined;
|
|
7496
7584
|
webhookSecret?: string | undefined;
|
|
7585
|
+
body?: string | undefined;
|
|
7497
7586
|
title?: string | undefined;
|
|
7498
7587
|
auth?: {
|
|
7499
7588
|
token: string;
|
|
@@ -7594,8 +7683,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
7594
7683
|
value?: hono_utils_types.JSONValue | undefined;
|
|
7595
7684
|
} | undefined;
|
|
7596
7685
|
}[];
|
|
7597
|
-
body?: string | undefined;
|
|
7598
7686
|
webhookSecret?: string | undefined;
|
|
7687
|
+
body?: string | undefined;
|
|
7599
7688
|
labels?: string[] | undefined;
|
|
7600
7689
|
reviewers?: string[] | undefined;
|
|
7601
7690
|
teamReviewers?: string[] | undefined;
|
|
@@ -8191,8 +8280,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8191
8280
|
}>>;
|
|
8192
8281
|
}, "strip", zod.ZodTypeAny, {
|
|
8193
8282
|
type: "webhook";
|
|
8194
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
8195
8283
|
url: string;
|
|
8284
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
8196
8285
|
headers?: Record<string, string> | undefined;
|
|
8197
8286
|
auth?: {
|
|
8198
8287
|
token: string;
|
|
@@ -8219,8 +8308,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8219
8308
|
}, {
|
|
8220
8309
|
type: "webhook";
|
|
8221
8310
|
url: string;
|
|
8222
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
8223
8311
|
headers?: Record<string, string> | undefined;
|
|
8312
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
8224
8313
|
auth?: {
|
|
8225
8314
|
token: string;
|
|
8226
8315
|
type: "bearer";
|
|
@@ -8418,8 +8507,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8418
8507
|
value?: unknown;
|
|
8419
8508
|
} | undefined;
|
|
8420
8509
|
}[];
|
|
8421
|
-
body?: string | undefined;
|
|
8422
8510
|
webhookSecret?: string | undefined;
|
|
8511
|
+
body?: string | undefined;
|
|
8423
8512
|
labels?: string[] | undefined;
|
|
8424
8513
|
reviewers?: string[] | undefined;
|
|
8425
8514
|
teamReviewers?: string[] | undefined;
|
|
@@ -8456,8 +8545,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8456
8545
|
} | undefined;
|
|
8457
8546
|
operation?: "replace" | "patch" | undefined;
|
|
8458
8547
|
}[];
|
|
8459
|
-
body?: string | undefined;
|
|
8460
8548
|
webhookSecret?: string | undefined;
|
|
8549
|
+
body?: string | undefined;
|
|
8461
8550
|
base?: string | undefined;
|
|
8462
8551
|
labels?: string[] | undefined;
|
|
8463
8552
|
reviewers?: string[] | undefined;
|
|
@@ -8711,8 +8800,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8711
8800
|
value?: unknown;
|
|
8712
8801
|
} | undefined;
|
|
8713
8802
|
}[];
|
|
8714
|
-
body?: string | undefined;
|
|
8715
8803
|
webhookSecret?: string | undefined;
|
|
8804
|
+
body?: string | undefined;
|
|
8716
8805
|
labels?: string[] | undefined;
|
|
8717
8806
|
reviewers?: string[] | undefined;
|
|
8718
8807
|
teamReviewers?: string[] | undefined;
|
|
@@ -8742,8 +8831,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8742
8831
|
} | undefined;
|
|
8743
8832
|
operation?: "replace" | "patch" | undefined;
|
|
8744
8833
|
}[];
|
|
8745
|
-
body?: string | undefined;
|
|
8746
8834
|
webhookSecret?: string | undefined;
|
|
8835
|
+
body?: string | undefined;
|
|
8747
8836
|
base?: string | undefined;
|
|
8748
8837
|
labels?: string[] | undefined;
|
|
8749
8838
|
reviewers?: string[] | undefined;
|
|
@@ -8798,8 +8887,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8798
8887
|
value?: unknown;
|
|
8799
8888
|
} | undefined;
|
|
8800
8889
|
}[];
|
|
8801
|
-
body?: string | undefined;
|
|
8802
8890
|
webhookSecret?: string | undefined;
|
|
8891
|
+
body?: string | undefined;
|
|
8803
8892
|
labels?: string[] | undefined;
|
|
8804
8893
|
reviewers?: string[] | undefined;
|
|
8805
8894
|
teamReviewers?: string[] | undefined;
|
|
@@ -8846,8 +8935,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8846
8935
|
} | undefined;
|
|
8847
8936
|
operation?: "replace" | "patch" | undefined;
|
|
8848
8937
|
}[];
|
|
8849
|
-
body?: string | undefined;
|
|
8850
8938
|
webhookSecret?: string | undefined;
|
|
8939
|
+
body?: string | undefined;
|
|
8851
8940
|
base?: string | undefined;
|
|
8852
8941
|
labels?: string[] | undefined;
|
|
8853
8942
|
reviewers?: string[] | undefined;
|
|
@@ -8948,8 +9037,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
8948
9037
|
type: "noop";
|
|
8949
9038
|
}>]>, {
|
|
8950
9039
|
type: "webhook";
|
|
8951
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
8952
9040
|
url: string;
|
|
9041
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
8953
9042
|
headers?: Record<string, string> | undefined;
|
|
8954
9043
|
auth?: {
|
|
8955
9044
|
token: string;
|
|
@@ -9001,8 +9090,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9001
9090
|
value?: unknown;
|
|
9002
9091
|
} | undefined;
|
|
9003
9092
|
}[];
|
|
9004
|
-
body?: string | undefined;
|
|
9005
9093
|
webhookSecret?: string | undefined;
|
|
9094
|
+
body?: string | undefined;
|
|
9006
9095
|
labels?: string[] | undefined;
|
|
9007
9096
|
reviewers?: string[] | undefined;
|
|
9008
9097
|
teamReviewers?: string[] | undefined;
|
|
@@ -9074,8 +9163,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9074
9163
|
value?: unknown;
|
|
9075
9164
|
} | undefined;
|
|
9076
9165
|
}[];
|
|
9077
|
-
body?: string | undefined;
|
|
9078
9166
|
webhookSecret?: string | undefined;
|
|
9167
|
+
body?: string | undefined;
|
|
9079
9168
|
labels?: string[] | undefined;
|
|
9080
9169
|
reviewers?: string[] | undefined;
|
|
9081
9170
|
teamReviewers?: string[] | undefined;
|
|
@@ -9103,8 +9192,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9103
9192
|
}, {
|
|
9104
9193
|
type: "webhook";
|
|
9105
9194
|
url: string;
|
|
9106
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
9107
9195
|
headers?: Record<string, string> | undefined;
|
|
9196
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
9108
9197
|
auth?: {
|
|
9109
9198
|
token: string;
|
|
9110
9199
|
type: "bearer";
|
|
@@ -9154,8 +9243,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9154
9243
|
} | undefined;
|
|
9155
9244
|
operation?: "replace" | "patch" | undefined;
|
|
9156
9245
|
}[];
|
|
9157
|
-
body?: string | undefined;
|
|
9158
9246
|
webhookSecret?: string | undefined;
|
|
9247
|
+
body?: string | undefined;
|
|
9159
9248
|
base?: string | undefined;
|
|
9160
9249
|
labels?: string[] | undefined;
|
|
9161
9250
|
reviewers?: string[] | undefined;
|
|
@@ -9226,8 +9315,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9226
9315
|
} | undefined;
|
|
9227
9316
|
operation?: "replace" | "patch" | undefined;
|
|
9228
9317
|
}[];
|
|
9229
|
-
body?: string | undefined;
|
|
9230
9318
|
webhookSecret?: string | undefined;
|
|
9319
|
+
body?: string | undefined;
|
|
9231
9320
|
base?: string | undefined;
|
|
9232
9321
|
labels?: string[] | undefined;
|
|
9233
9322
|
reviewers?: string[] | undefined;
|
|
@@ -9322,9 +9411,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9322
9411
|
}>>;
|
|
9323
9412
|
}, "strip", zod.ZodTypeAny, {
|
|
9324
9413
|
type: "webhook";
|
|
9325
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
9326
|
-
headers?: Record<string, string> | undefined;
|
|
9327
9414
|
url?: string | undefined;
|
|
9415
|
+
headers?: Record<string, string> | undefined;
|
|
9416
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
9328
9417
|
auth?: {
|
|
9329
9418
|
token: string;
|
|
9330
9419
|
type: "bearer";
|
|
@@ -9349,9 +9438,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9349
9438
|
} | undefined;
|
|
9350
9439
|
}, {
|
|
9351
9440
|
type: "webhook";
|
|
9352
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
9353
|
-
headers?: Record<string, string> | undefined;
|
|
9354
9441
|
url?: string | undefined;
|
|
9442
|
+
headers?: Record<string, string> | undefined;
|
|
9443
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
9355
9444
|
auth?: {
|
|
9356
9445
|
token: string;
|
|
9357
9446
|
type: "bearer";
|
|
@@ -9520,9 +9609,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9520
9609
|
}>>;
|
|
9521
9610
|
}, "strip", zod.ZodTypeAny, {
|
|
9522
9611
|
type: "pull-request";
|
|
9523
|
-
body?: string | undefined;
|
|
9524
9612
|
repo?: string | undefined;
|
|
9525
9613
|
webhookSecret?: string | undefined;
|
|
9614
|
+
body?: string | undefined;
|
|
9526
9615
|
title?: string | undefined;
|
|
9527
9616
|
auth?: {
|
|
9528
9617
|
token: string;
|
|
@@ -9558,9 +9647,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9558
9647
|
} | undefined;
|
|
9559
9648
|
}, {
|
|
9560
9649
|
type: "pull-request";
|
|
9561
|
-
body?: string | undefined;
|
|
9562
9650
|
repo?: string | undefined;
|
|
9563
9651
|
webhookSecret?: string | undefined;
|
|
9652
|
+
body?: string | undefined;
|
|
9564
9653
|
title?: string | undefined;
|
|
9565
9654
|
auth?: {
|
|
9566
9655
|
token: string;
|
|
@@ -9837,8 +9926,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9837
9926
|
value?: unknown;
|
|
9838
9927
|
} | undefined;
|
|
9839
9928
|
}[];
|
|
9840
|
-
body?: string | undefined;
|
|
9841
9929
|
webhookSecret?: string | undefined;
|
|
9930
|
+
body?: string | undefined;
|
|
9842
9931
|
labels?: string[] | undefined;
|
|
9843
9932
|
reviewers?: string[] | undefined;
|
|
9844
9933
|
teamReviewers?: string[] | undefined;
|
|
@@ -9868,8 +9957,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9868
9957
|
} | undefined;
|
|
9869
9958
|
operation?: "replace" | "patch" | undefined;
|
|
9870
9959
|
}[];
|
|
9871
|
-
body?: string | undefined;
|
|
9872
9960
|
webhookSecret?: string | undefined;
|
|
9961
|
+
body?: string | undefined;
|
|
9873
9962
|
base?: string | undefined;
|
|
9874
9963
|
labels?: string[] | undefined;
|
|
9875
9964
|
reviewers?: string[] | undefined;
|
|
@@ -9923,8 +10012,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9923
10012
|
value?: unknown;
|
|
9924
10013
|
} | undefined;
|
|
9925
10014
|
}[];
|
|
9926
|
-
body?: string | undefined;
|
|
9927
10015
|
webhookSecret?: string | undefined;
|
|
10016
|
+
body?: string | undefined;
|
|
9928
10017
|
labels?: string[] | undefined;
|
|
9929
10018
|
reviewers?: string[] | undefined;
|
|
9930
10019
|
teamReviewers?: string[] | undefined;
|
|
@@ -9972,8 +10061,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
9972
10061
|
} | undefined;
|
|
9973
10062
|
operation?: "replace" | "patch" | undefined;
|
|
9974
10063
|
}[];
|
|
9975
|
-
body?: string | undefined;
|
|
9976
10064
|
webhookSecret?: string | undefined;
|
|
10065
|
+
body?: string | undefined;
|
|
9977
10066
|
base?: string | undefined;
|
|
9978
10067
|
labels?: string[] | undefined;
|
|
9979
10068
|
reviewers?: string[] | undefined;
|
|
@@ -10214,8 +10303,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10214
10303
|
};
|
|
10215
10304
|
trigger: {
|
|
10216
10305
|
type: "webhook";
|
|
10217
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
10218
10306
|
url: string;
|
|
10307
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
10219
10308
|
headers?: Record<string, string> | undefined;
|
|
10220
10309
|
auth?: {
|
|
10221
10310
|
token: string;
|
|
@@ -10267,8 +10356,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10267
10356
|
value?: unknown;
|
|
10268
10357
|
} | undefined;
|
|
10269
10358
|
}[];
|
|
10270
|
-
body?: string | undefined;
|
|
10271
10359
|
webhookSecret?: string | undefined;
|
|
10360
|
+
body?: string | undefined;
|
|
10272
10361
|
labels?: string[] | undefined;
|
|
10273
10362
|
reviewers?: string[] | undefined;
|
|
10274
10363
|
teamReviewers?: string[] | undefined;
|
|
@@ -10340,8 +10429,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10340
10429
|
value?: unknown;
|
|
10341
10430
|
} | undefined;
|
|
10342
10431
|
}[];
|
|
10343
|
-
body?: string | undefined;
|
|
10344
10432
|
webhookSecret?: string | undefined;
|
|
10433
|
+
body?: string | undefined;
|
|
10345
10434
|
labels?: string[] | undefined;
|
|
10346
10435
|
reviewers?: string[] | undefined;
|
|
10347
10436
|
teamReviewers?: string[] | undefined;
|
|
@@ -10371,9 +10460,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10371
10460
|
displayName?: string | undefined;
|
|
10372
10461
|
envOverrides?: Record<string, {
|
|
10373
10462
|
type: "webhook";
|
|
10374
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
10375
|
-
headers?: Record<string, string> | undefined;
|
|
10376
10463
|
url?: string | undefined;
|
|
10464
|
+
headers?: Record<string, string> | undefined;
|
|
10465
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
10377
10466
|
auth?: {
|
|
10378
10467
|
token: string;
|
|
10379
10468
|
type: "bearer";
|
|
@@ -10398,9 +10487,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10398
10487
|
} | undefined;
|
|
10399
10488
|
} | {
|
|
10400
10489
|
type: "pull-request";
|
|
10401
|
-
body?: string | undefined;
|
|
10402
10490
|
repo?: string | undefined;
|
|
10403
10491
|
webhookSecret?: string | undefined;
|
|
10492
|
+
body?: string | undefined;
|
|
10404
10493
|
title?: string | undefined;
|
|
10405
10494
|
auth?: {
|
|
10406
10495
|
token: string;
|
|
@@ -10495,8 +10584,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10495
10584
|
value?: unknown;
|
|
10496
10585
|
} | undefined;
|
|
10497
10586
|
}[];
|
|
10498
|
-
body?: string | undefined;
|
|
10499
10587
|
webhookSecret?: string | undefined;
|
|
10588
|
+
body?: string | undefined;
|
|
10500
10589
|
labels?: string[] | undefined;
|
|
10501
10590
|
reviewers?: string[] | undefined;
|
|
10502
10591
|
teamReviewers?: string[] | undefined;
|
|
@@ -10638,8 +10727,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10638
10727
|
trigger: {
|
|
10639
10728
|
type: "webhook";
|
|
10640
10729
|
url: string;
|
|
10641
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
10642
10730
|
headers?: Record<string, string> | undefined;
|
|
10731
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
10643
10732
|
auth?: {
|
|
10644
10733
|
token: string;
|
|
10645
10734
|
type: "bearer";
|
|
@@ -10689,8 +10778,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10689
10778
|
} | undefined;
|
|
10690
10779
|
operation?: "replace" | "patch" | undefined;
|
|
10691
10780
|
}[];
|
|
10692
|
-
body?: string | undefined;
|
|
10693
10781
|
webhookSecret?: string | undefined;
|
|
10782
|
+
body?: string | undefined;
|
|
10694
10783
|
base?: string | undefined;
|
|
10695
10784
|
labels?: string[] | undefined;
|
|
10696
10785
|
reviewers?: string[] | undefined;
|
|
@@ -10761,8 +10850,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10761
10850
|
} | undefined;
|
|
10762
10851
|
operation?: "replace" | "patch" | undefined;
|
|
10763
10852
|
}[];
|
|
10764
|
-
body?: string | undefined;
|
|
10765
10853
|
webhookSecret?: string | undefined;
|
|
10854
|
+
body?: string | undefined;
|
|
10766
10855
|
base?: string | undefined;
|
|
10767
10856
|
labels?: string[] | undefined;
|
|
10768
10857
|
reviewers?: string[] | undefined;
|
|
@@ -10816,9 +10905,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10816
10905
|
}[] | undefined;
|
|
10817
10906
|
envOverrides?: Record<string, {
|
|
10818
10907
|
type: "webhook";
|
|
10819
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
10820
|
-
headers?: Record<string, string> | undefined;
|
|
10821
10908
|
url?: string | undefined;
|
|
10909
|
+
headers?: Record<string, string> | undefined;
|
|
10910
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
10822
10911
|
auth?: {
|
|
10823
10912
|
token: string;
|
|
10824
10913
|
type: "bearer";
|
|
@@ -10843,9 +10932,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10843
10932
|
} | undefined;
|
|
10844
10933
|
} | {
|
|
10845
10934
|
type: "pull-request";
|
|
10846
|
-
body?: string | undefined;
|
|
10847
10935
|
repo?: string | undefined;
|
|
10848
10936
|
webhookSecret?: string | undefined;
|
|
10937
|
+
body?: string | undefined;
|
|
10849
10938
|
title?: string | undefined;
|
|
10850
10939
|
auth?: {
|
|
10851
10940
|
token: string;
|
|
@@ -10939,8 +11028,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
10939
11028
|
} | undefined;
|
|
10940
11029
|
operation?: "replace" | "patch" | undefined;
|
|
10941
11030
|
}[];
|
|
10942
|
-
body?: string | undefined;
|
|
10943
11031
|
webhookSecret?: string | undefined;
|
|
11032
|
+
body?: string | undefined;
|
|
10944
11033
|
base?: string | undefined;
|
|
10945
11034
|
labels?: string[] | undefined;
|
|
10946
11035
|
reviewers?: string[] | undefined;
|
|
@@ -11121,8 +11210,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
11121
11210
|
};
|
|
11122
11211
|
trigger: {
|
|
11123
11212
|
type: "webhook";
|
|
11124
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
11125
11213
|
url: string;
|
|
11214
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
11126
11215
|
headers?: {
|
|
11127
11216
|
[x: string]: string;
|
|
11128
11217
|
} | undefined;
|
|
@@ -11180,8 +11269,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
11180
11269
|
value?: hono_utils_types.JSONValue | undefined;
|
|
11181
11270
|
} | undefined;
|
|
11182
11271
|
}[];
|
|
11183
|
-
body?: string | undefined;
|
|
11184
11272
|
webhookSecret?: string | undefined;
|
|
11273
|
+
body?: string | undefined;
|
|
11185
11274
|
labels?: string[] | undefined;
|
|
11186
11275
|
reviewers?: string[] | undefined;
|
|
11187
11276
|
teamReviewers?: string[] | undefined;
|
|
@@ -11259,8 +11348,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
11259
11348
|
value?: hono_utils_types.JSONValue | undefined;
|
|
11260
11349
|
} | undefined;
|
|
11261
11350
|
}[];
|
|
11262
|
-
body?: string | undefined;
|
|
11263
11351
|
webhookSecret?: string | undefined;
|
|
11352
|
+
body?: string | undefined;
|
|
11264
11353
|
labels?: string[] | undefined;
|
|
11265
11354
|
reviewers?: string[] | undefined;
|
|
11266
11355
|
teamReviewers?: string[] | undefined;
|
|
@@ -11291,11 +11380,11 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
11291
11380
|
envOverrides: {
|
|
11292
11381
|
[x: string]: {
|
|
11293
11382
|
type: "webhook";
|
|
11294
|
-
|
|
11383
|
+
url?: string | undefined;
|
|
11295
11384
|
headers?: {
|
|
11296
11385
|
[x: string]: string;
|
|
11297
11386
|
} | undefined;
|
|
11298
|
-
|
|
11387
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
11299
11388
|
auth?: {
|
|
11300
11389
|
token: string;
|
|
11301
11390
|
type: "bearer";
|
|
@@ -11324,9 +11413,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
11324
11413
|
} | undefined;
|
|
11325
11414
|
} | {
|
|
11326
11415
|
type: "pull-request";
|
|
11327
|
-
body?: string | undefined;
|
|
11328
11416
|
repo?: string | undefined;
|
|
11329
11417
|
webhookSecret?: string | undefined;
|
|
11418
|
+
body?: string | undefined;
|
|
11330
11419
|
title?: string | undefined;
|
|
11331
11420
|
auth?: {
|
|
11332
11421
|
token: string;
|
|
@@ -11427,8 +11516,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
11427
11516
|
value?: hono_utils_types.JSONValue | undefined;
|
|
11428
11517
|
} | undefined;
|
|
11429
11518
|
}[];
|
|
11430
|
-
body?: string | undefined;
|
|
11431
11519
|
webhookSecret?: string | undefined;
|
|
11520
|
+
body?: string | undefined;
|
|
11432
11521
|
labels?: string[] | undefined;
|
|
11433
11522
|
reviewers?: string[] | undefined;
|
|
11434
11523
|
teamReviewers?: string[] | undefined;
|
|
@@ -11548,6 +11637,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
11548
11637
|
entityId?: string | undefined;
|
|
11549
11638
|
actionName?: string | undefined;
|
|
11550
11639
|
}>, {
|
|
11640
|
+
entityName: string | null;
|
|
11641
|
+
operationEntityName: string | null;
|
|
11551
11642
|
id: string;
|
|
11552
11643
|
actionName: string;
|
|
11553
11644
|
entityId: string | null;
|
|
@@ -12699,8 +12790,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
12699
12790
|
}>>;
|
|
12700
12791
|
}, "strip", zod.ZodTypeAny, {
|
|
12701
12792
|
type: "webhook";
|
|
12702
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
12703
12793
|
url: string;
|
|
12794
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
12704
12795
|
headers?: Record<string, string> | undefined;
|
|
12705
12796
|
auth?: {
|
|
12706
12797
|
token: string;
|
|
@@ -12727,8 +12818,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
12727
12818
|
}, {
|
|
12728
12819
|
type: "webhook";
|
|
12729
12820
|
url: string;
|
|
12730
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
12731
12821
|
headers?: Record<string, string> | undefined;
|
|
12822
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
12732
12823
|
auth?: {
|
|
12733
12824
|
token: string;
|
|
12734
12825
|
type: "bearer";
|
|
@@ -12926,8 +13017,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
12926
13017
|
value?: unknown;
|
|
12927
13018
|
} | undefined;
|
|
12928
13019
|
}[];
|
|
12929
|
-
body?: string | undefined;
|
|
12930
13020
|
webhookSecret?: string | undefined;
|
|
13021
|
+
body?: string | undefined;
|
|
12931
13022
|
labels?: string[] | undefined;
|
|
12932
13023
|
reviewers?: string[] | undefined;
|
|
12933
13024
|
teamReviewers?: string[] | undefined;
|
|
@@ -12964,8 +13055,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
12964
13055
|
} | undefined;
|
|
12965
13056
|
operation?: "replace" | "patch" | undefined;
|
|
12966
13057
|
}[];
|
|
12967
|
-
body?: string | undefined;
|
|
12968
13058
|
webhookSecret?: string | undefined;
|
|
13059
|
+
body?: string | undefined;
|
|
12969
13060
|
base?: string | undefined;
|
|
12970
13061
|
labels?: string[] | undefined;
|
|
12971
13062
|
reviewers?: string[] | undefined;
|
|
@@ -13219,8 +13310,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13219
13310
|
value?: unknown;
|
|
13220
13311
|
} | undefined;
|
|
13221
13312
|
}[];
|
|
13222
|
-
body?: string | undefined;
|
|
13223
13313
|
webhookSecret?: string | undefined;
|
|
13314
|
+
body?: string | undefined;
|
|
13224
13315
|
labels?: string[] | undefined;
|
|
13225
13316
|
reviewers?: string[] | undefined;
|
|
13226
13317
|
teamReviewers?: string[] | undefined;
|
|
@@ -13250,8 +13341,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13250
13341
|
} | undefined;
|
|
13251
13342
|
operation?: "replace" | "patch" | undefined;
|
|
13252
13343
|
}[];
|
|
13253
|
-
body?: string | undefined;
|
|
13254
13344
|
webhookSecret?: string | undefined;
|
|
13345
|
+
body?: string | undefined;
|
|
13255
13346
|
base?: string | undefined;
|
|
13256
13347
|
labels?: string[] | undefined;
|
|
13257
13348
|
reviewers?: string[] | undefined;
|
|
@@ -13306,8 +13397,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13306
13397
|
value?: unknown;
|
|
13307
13398
|
} | undefined;
|
|
13308
13399
|
}[];
|
|
13309
|
-
body?: string | undefined;
|
|
13310
13400
|
webhookSecret?: string | undefined;
|
|
13401
|
+
body?: string | undefined;
|
|
13311
13402
|
labels?: string[] | undefined;
|
|
13312
13403
|
reviewers?: string[] | undefined;
|
|
13313
13404
|
teamReviewers?: string[] | undefined;
|
|
@@ -13354,8 +13445,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13354
13445
|
} | undefined;
|
|
13355
13446
|
operation?: "replace" | "patch" | undefined;
|
|
13356
13447
|
}[];
|
|
13357
|
-
body?: string | undefined;
|
|
13358
13448
|
webhookSecret?: string | undefined;
|
|
13449
|
+
body?: string | undefined;
|
|
13359
13450
|
base?: string | undefined;
|
|
13360
13451
|
labels?: string[] | undefined;
|
|
13361
13452
|
reviewers?: string[] | undefined;
|
|
@@ -13456,8 +13547,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13456
13547
|
type: "noop";
|
|
13457
13548
|
}>]>, {
|
|
13458
13549
|
type: "webhook";
|
|
13459
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
13460
13550
|
url: string;
|
|
13551
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
13461
13552
|
headers?: Record<string, string> | undefined;
|
|
13462
13553
|
auth?: {
|
|
13463
13554
|
token: string;
|
|
@@ -13509,8 +13600,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13509
13600
|
value?: unknown;
|
|
13510
13601
|
} | undefined;
|
|
13511
13602
|
}[];
|
|
13512
|
-
body?: string | undefined;
|
|
13513
13603
|
webhookSecret?: string | undefined;
|
|
13604
|
+
body?: string | undefined;
|
|
13514
13605
|
labels?: string[] | undefined;
|
|
13515
13606
|
reviewers?: string[] | undefined;
|
|
13516
13607
|
teamReviewers?: string[] | undefined;
|
|
@@ -13582,8 +13673,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13582
13673
|
value?: unknown;
|
|
13583
13674
|
} | undefined;
|
|
13584
13675
|
}[];
|
|
13585
|
-
body?: string | undefined;
|
|
13586
13676
|
webhookSecret?: string | undefined;
|
|
13677
|
+
body?: string | undefined;
|
|
13587
13678
|
labels?: string[] | undefined;
|
|
13588
13679
|
reviewers?: string[] | undefined;
|
|
13589
13680
|
teamReviewers?: string[] | undefined;
|
|
@@ -13611,8 +13702,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13611
13702
|
}, {
|
|
13612
13703
|
type: "webhook";
|
|
13613
13704
|
url: string;
|
|
13614
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
13615
13705
|
headers?: Record<string, string> | undefined;
|
|
13706
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
13616
13707
|
auth?: {
|
|
13617
13708
|
token: string;
|
|
13618
13709
|
type: "bearer";
|
|
@@ -13662,8 +13753,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13662
13753
|
} | undefined;
|
|
13663
13754
|
operation?: "replace" | "patch" | undefined;
|
|
13664
13755
|
}[];
|
|
13665
|
-
body?: string | undefined;
|
|
13666
13756
|
webhookSecret?: string | undefined;
|
|
13757
|
+
body?: string | undefined;
|
|
13667
13758
|
base?: string | undefined;
|
|
13668
13759
|
labels?: string[] | undefined;
|
|
13669
13760
|
reviewers?: string[] | undefined;
|
|
@@ -13734,8 +13825,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13734
13825
|
} | undefined;
|
|
13735
13826
|
operation?: "replace" | "patch" | undefined;
|
|
13736
13827
|
}[];
|
|
13737
|
-
body?: string | undefined;
|
|
13738
13828
|
webhookSecret?: string | undefined;
|
|
13829
|
+
body?: string | undefined;
|
|
13739
13830
|
base?: string | undefined;
|
|
13740
13831
|
labels?: string[] | undefined;
|
|
13741
13832
|
reviewers?: string[] | undefined;
|
|
@@ -13830,9 +13921,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13830
13921
|
}>>;
|
|
13831
13922
|
}, "strip", zod.ZodTypeAny, {
|
|
13832
13923
|
type: "webhook";
|
|
13833
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
13834
|
-
headers?: Record<string, string> | undefined;
|
|
13835
13924
|
url?: string | undefined;
|
|
13925
|
+
headers?: Record<string, string> | undefined;
|
|
13926
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
13836
13927
|
auth?: {
|
|
13837
13928
|
token: string;
|
|
13838
13929
|
type: "bearer";
|
|
@@ -13857,9 +13948,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
13857
13948
|
} | undefined;
|
|
13858
13949
|
}, {
|
|
13859
13950
|
type: "webhook";
|
|
13860
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
13861
|
-
headers?: Record<string, string> | undefined;
|
|
13862
13951
|
url?: string | undefined;
|
|
13952
|
+
headers?: Record<string, string> | undefined;
|
|
13953
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
13863
13954
|
auth?: {
|
|
13864
13955
|
token: string;
|
|
13865
13956
|
type: "bearer";
|
|
@@ -14028,9 +14119,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14028
14119
|
}>>;
|
|
14029
14120
|
}, "strip", zod.ZodTypeAny, {
|
|
14030
14121
|
type: "pull-request";
|
|
14031
|
-
body?: string | undefined;
|
|
14032
14122
|
repo?: string | undefined;
|
|
14033
14123
|
webhookSecret?: string | undefined;
|
|
14124
|
+
body?: string | undefined;
|
|
14034
14125
|
title?: string | undefined;
|
|
14035
14126
|
auth?: {
|
|
14036
14127
|
token: string;
|
|
@@ -14066,9 +14157,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14066
14157
|
} | undefined;
|
|
14067
14158
|
}, {
|
|
14068
14159
|
type: "pull-request";
|
|
14069
|
-
body?: string | undefined;
|
|
14070
14160
|
repo?: string | undefined;
|
|
14071
14161
|
webhookSecret?: string | undefined;
|
|
14162
|
+
body?: string | undefined;
|
|
14072
14163
|
title?: string | undefined;
|
|
14073
14164
|
auth?: {
|
|
14074
14165
|
token: string;
|
|
@@ -14345,8 +14436,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14345
14436
|
value?: unknown;
|
|
14346
14437
|
} | undefined;
|
|
14347
14438
|
}[];
|
|
14348
|
-
body?: string | undefined;
|
|
14349
14439
|
webhookSecret?: string | undefined;
|
|
14440
|
+
body?: string | undefined;
|
|
14350
14441
|
labels?: string[] | undefined;
|
|
14351
14442
|
reviewers?: string[] | undefined;
|
|
14352
14443
|
teamReviewers?: string[] | undefined;
|
|
@@ -14376,8 +14467,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14376
14467
|
} | undefined;
|
|
14377
14468
|
operation?: "replace" | "patch" | undefined;
|
|
14378
14469
|
}[];
|
|
14379
|
-
body?: string | undefined;
|
|
14380
14470
|
webhookSecret?: string | undefined;
|
|
14471
|
+
body?: string | undefined;
|
|
14381
14472
|
base?: string | undefined;
|
|
14382
14473
|
labels?: string[] | undefined;
|
|
14383
14474
|
reviewers?: string[] | undefined;
|
|
@@ -14431,8 +14522,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14431
14522
|
value?: unknown;
|
|
14432
14523
|
} | undefined;
|
|
14433
14524
|
}[];
|
|
14434
|
-
body?: string | undefined;
|
|
14435
14525
|
webhookSecret?: string | undefined;
|
|
14526
|
+
body?: string | undefined;
|
|
14436
14527
|
labels?: string[] | undefined;
|
|
14437
14528
|
reviewers?: string[] | undefined;
|
|
14438
14529
|
teamReviewers?: string[] | undefined;
|
|
@@ -14480,8 +14571,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14480
14571
|
} | undefined;
|
|
14481
14572
|
operation?: "replace" | "patch" | undefined;
|
|
14482
14573
|
}[];
|
|
14483
|
-
body?: string | undefined;
|
|
14484
14574
|
webhookSecret?: string | undefined;
|
|
14575
|
+
body?: string | undefined;
|
|
14485
14576
|
base?: string | undefined;
|
|
14486
14577
|
labels?: string[] | undefined;
|
|
14487
14578
|
reviewers?: string[] | undefined;
|
|
@@ -14717,8 +14808,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14717
14808
|
};
|
|
14718
14809
|
trigger: {
|
|
14719
14810
|
type: "webhook";
|
|
14720
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
14721
14811
|
url: string;
|
|
14812
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
14722
14813
|
headers?: Record<string, string> | undefined;
|
|
14723
14814
|
auth?: {
|
|
14724
14815
|
token: string;
|
|
@@ -14770,8 +14861,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14770
14861
|
value?: unknown;
|
|
14771
14862
|
} | undefined;
|
|
14772
14863
|
}[];
|
|
14773
|
-
body?: string | undefined;
|
|
14774
14864
|
webhookSecret?: string | undefined;
|
|
14865
|
+
body?: string | undefined;
|
|
14775
14866
|
labels?: string[] | undefined;
|
|
14776
14867
|
reviewers?: string[] | undefined;
|
|
14777
14868
|
teamReviewers?: string[] | undefined;
|
|
@@ -14843,8 +14934,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14843
14934
|
value?: unknown;
|
|
14844
14935
|
} | undefined;
|
|
14845
14936
|
}[];
|
|
14846
|
-
body?: string | undefined;
|
|
14847
14937
|
webhookSecret?: string | undefined;
|
|
14938
|
+
body?: string | undefined;
|
|
14848
14939
|
labels?: string[] | undefined;
|
|
14849
14940
|
reviewers?: string[] | undefined;
|
|
14850
14941
|
teamReviewers?: string[] | undefined;
|
|
@@ -14874,9 +14965,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14874
14965
|
displayName?: string | undefined;
|
|
14875
14966
|
envOverrides?: Record<string, {
|
|
14876
14967
|
type: "webhook";
|
|
14877
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
14878
|
-
headers?: Record<string, string> | undefined;
|
|
14879
14968
|
url?: string | undefined;
|
|
14969
|
+
headers?: Record<string, string> | undefined;
|
|
14970
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
14880
14971
|
auth?: {
|
|
14881
14972
|
token: string;
|
|
14882
14973
|
type: "bearer";
|
|
@@ -14901,9 +14992,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14901
14992
|
} | undefined;
|
|
14902
14993
|
} | {
|
|
14903
14994
|
type: "pull-request";
|
|
14904
|
-
body?: string | undefined;
|
|
14905
14995
|
repo?: string | undefined;
|
|
14906
14996
|
webhookSecret?: string | undefined;
|
|
14997
|
+
body?: string | undefined;
|
|
14907
14998
|
title?: string | undefined;
|
|
14908
14999
|
auth?: {
|
|
14909
15000
|
token: string;
|
|
@@ -14998,8 +15089,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
14998
15089
|
value?: unknown;
|
|
14999
15090
|
} | undefined;
|
|
15000
15091
|
}[];
|
|
15001
|
-
body?: string | undefined;
|
|
15002
15092
|
webhookSecret?: string | undefined;
|
|
15093
|
+
body?: string | undefined;
|
|
15003
15094
|
labels?: string[] | undefined;
|
|
15004
15095
|
reviewers?: string[] | undefined;
|
|
15005
15096
|
teamReviewers?: string[] | undefined;
|
|
@@ -15139,8 +15230,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15139
15230
|
trigger: {
|
|
15140
15231
|
type: "webhook";
|
|
15141
15232
|
url: string;
|
|
15142
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
15143
15233
|
headers?: Record<string, string> | undefined;
|
|
15234
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
15144
15235
|
auth?: {
|
|
15145
15236
|
token: string;
|
|
15146
15237
|
type: "bearer";
|
|
@@ -15190,8 +15281,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15190
15281
|
} | undefined;
|
|
15191
15282
|
operation?: "replace" | "patch" | undefined;
|
|
15192
15283
|
}[];
|
|
15193
|
-
body?: string | undefined;
|
|
15194
15284
|
webhookSecret?: string | undefined;
|
|
15285
|
+
body?: string | undefined;
|
|
15195
15286
|
base?: string | undefined;
|
|
15196
15287
|
labels?: string[] | undefined;
|
|
15197
15288
|
reviewers?: string[] | undefined;
|
|
@@ -15262,8 +15353,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15262
15353
|
} | undefined;
|
|
15263
15354
|
operation?: "replace" | "patch" | undefined;
|
|
15264
15355
|
}[];
|
|
15265
|
-
body?: string | undefined;
|
|
15266
15356
|
webhookSecret?: string | undefined;
|
|
15357
|
+
body?: string | undefined;
|
|
15267
15358
|
base?: string | undefined;
|
|
15268
15359
|
labels?: string[] | undefined;
|
|
15269
15360
|
reviewers?: string[] | undefined;
|
|
@@ -15317,9 +15408,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15317
15408
|
}[] | undefined;
|
|
15318
15409
|
envOverrides?: Record<string, {
|
|
15319
15410
|
type: "webhook";
|
|
15320
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
15321
|
-
headers?: Record<string, string> | undefined;
|
|
15322
15411
|
url?: string | undefined;
|
|
15412
|
+
headers?: Record<string, string> | undefined;
|
|
15413
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
15323
15414
|
auth?: {
|
|
15324
15415
|
token: string;
|
|
15325
15416
|
type: "bearer";
|
|
@@ -15344,9 +15435,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15344
15435
|
} | undefined;
|
|
15345
15436
|
} | {
|
|
15346
15437
|
type: "pull-request";
|
|
15347
|
-
body?: string | undefined;
|
|
15348
15438
|
repo?: string | undefined;
|
|
15349
15439
|
webhookSecret?: string | undefined;
|
|
15440
|
+
body?: string | undefined;
|
|
15350
15441
|
title?: string | undefined;
|
|
15351
15442
|
auth?: {
|
|
15352
15443
|
token: string;
|
|
@@ -15440,8 +15531,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15440
15531
|
} | undefined;
|
|
15441
15532
|
operation?: "replace" | "patch" | undefined;
|
|
15442
15533
|
}[];
|
|
15443
|
-
body?: string | undefined;
|
|
15444
15534
|
webhookSecret?: string | undefined;
|
|
15535
|
+
body?: string | undefined;
|
|
15445
15536
|
base?: string | undefined;
|
|
15446
15537
|
labels?: string[] | undefined;
|
|
15447
15538
|
reviewers?: string[] | undefined;
|
|
@@ -15702,8 +15793,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15702
15793
|
};
|
|
15703
15794
|
trigger: {
|
|
15704
15795
|
type: "webhook";
|
|
15705
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
15706
15796
|
url: string;
|
|
15797
|
+
method: "POST" | "DELETE" | "PATCH" | "GET" | "PUT";
|
|
15707
15798
|
headers?: Record<string, string> | undefined;
|
|
15708
15799
|
auth?: {
|
|
15709
15800
|
token: string;
|
|
@@ -15755,8 +15846,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15755
15846
|
value?: unknown;
|
|
15756
15847
|
} | undefined;
|
|
15757
15848
|
}[];
|
|
15758
|
-
body?: string | undefined;
|
|
15759
15849
|
webhookSecret?: string | undefined;
|
|
15850
|
+
body?: string | undefined;
|
|
15760
15851
|
labels?: string[] | undefined;
|
|
15761
15852
|
reviewers?: string[] | undefined;
|
|
15762
15853
|
teamReviewers?: string[] | undefined;
|
|
@@ -15828,8 +15919,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15828
15919
|
value?: unknown;
|
|
15829
15920
|
} | undefined;
|
|
15830
15921
|
}[];
|
|
15831
|
-
body?: string | undefined;
|
|
15832
15922
|
webhookSecret?: string | undefined;
|
|
15923
|
+
body?: string | undefined;
|
|
15833
15924
|
labels?: string[] | undefined;
|
|
15834
15925
|
reviewers?: string[] | undefined;
|
|
15835
15926
|
teamReviewers?: string[] | undefined;
|
|
@@ -15859,9 +15950,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15859
15950
|
displayName?: string | undefined;
|
|
15860
15951
|
envOverrides?: Record<string, {
|
|
15861
15952
|
type: "webhook";
|
|
15862
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
15863
|
-
headers?: Record<string, string> | undefined;
|
|
15864
15953
|
url?: string | undefined;
|
|
15954
|
+
headers?: Record<string, string> | undefined;
|
|
15955
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
15865
15956
|
auth?: {
|
|
15866
15957
|
token: string;
|
|
15867
15958
|
type: "bearer";
|
|
@@ -15886,9 +15977,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15886
15977
|
} | undefined;
|
|
15887
15978
|
} | {
|
|
15888
15979
|
type: "pull-request";
|
|
15889
|
-
body?: string | undefined;
|
|
15890
15980
|
repo?: string | undefined;
|
|
15891
15981
|
webhookSecret?: string | undefined;
|
|
15982
|
+
body?: string | undefined;
|
|
15892
15983
|
title?: string | undefined;
|
|
15893
15984
|
auth?: {
|
|
15894
15985
|
token: string;
|
|
@@ -15983,8 +16074,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
15983
16074
|
value?: unknown;
|
|
15984
16075
|
} | undefined;
|
|
15985
16076
|
}[];
|
|
15986
|
-
body?: string | undefined;
|
|
15987
16077
|
webhookSecret?: string | undefined;
|
|
16078
|
+
body?: string | undefined;
|
|
15988
16079
|
labels?: string[] | undefined;
|
|
15989
16080
|
reviewers?: string[] | undefined;
|
|
15990
16081
|
teamReviewers?: string[] | undefined;
|
|
@@ -16244,8 +16335,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16244
16335
|
trigger: {
|
|
16245
16336
|
type: "webhook";
|
|
16246
16337
|
url: string;
|
|
16247
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
16248
16338
|
headers?: Record<string, string> | undefined;
|
|
16339
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
16249
16340
|
auth?: {
|
|
16250
16341
|
token: string;
|
|
16251
16342
|
type: "bearer";
|
|
@@ -16295,8 +16386,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16295
16386
|
} | undefined;
|
|
16296
16387
|
operation?: "replace" | "patch" | undefined;
|
|
16297
16388
|
}[];
|
|
16298
|
-
body?: string | undefined;
|
|
16299
16389
|
webhookSecret?: string | undefined;
|
|
16390
|
+
body?: string | undefined;
|
|
16300
16391
|
base?: string | undefined;
|
|
16301
16392
|
labels?: string[] | undefined;
|
|
16302
16393
|
reviewers?: string[] | undefined;
|
|
@@ -16367,8 +16458,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16367
16458
|
} | undefined;
|
|
16368
16459
|
operation?: "replace" | "patch" | undefined;
|
|
16369
16460
|
}[];
|
|
16370
|
-
body?: string | undefined;
|
|
16371
16461
|
webhookSecret?: string | undefined;
|
|
16462
|
+
body?: string | undefined;
|
|
16372
16463
|
base?: string | undefined;
|
|
16373
16464
|
labels?: string[] | undefined;
|
|
16374
16465
|
reviewers?: string[] | undefined;
|
|
@@ -16422,9 +16513,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16422
16513
|
}[] | undefined;
|
|
16423
16514
|
envOverrides?: Record<string, {
|
|
16424
16515
|
type: "webhook";
|
|
16425
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
16426
|
-
headers?: Record<string, string> | undefined;
|
|
16427
16516
|
url?: string | undefined;
|
|
16517
|
+
headers?: Record<string, string> | undefined;
|
|
16518
|
+
method?: "POST" | "DELETE" | "PATCH" | "GET" | "PUT" | undefined;
|
|
16428
16519
|
auth?: {
|
|
16429
16520
|
token: string;
|
|
16430
16521
|
type: "bearer";
|
|
@@ -16449,9 +16540,9 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16449
16540
|
} | undefined;
|
|
16450
16541
|
} | {
|
|
16451
16542
|
type: "pull-request";
|
|
16452
|
-
body?: string | undefined;
|
|
16453
16543
|
repo?: string | undefined;
|
|
16454
16544
|
webhookSecret?: string | undefined;
|
|
16545
|
+
body?: string | undefined;
|
|
16455
16546
|
title?: string | undefined;
|
|
16456
16547
|
auth?: {
|
|
16457
16548
|
token: string;
|
|
@@ -16545,8 +16636,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16545
16636
|
} | undefined;
|
|
16546
16637
|
operation?: "replace" | "patch" | undefined;
|
|
16547
16638
|
}[];
|
|
16548
|
-
body?: string | undefined;
|
|
16549
16639
|
webhookSecret?: string | undefined;
|
|
16640
|
+
body?: string | undefined;
|
|
16550
16641
|
base?: string | undefined;
|
|
16551
16642
|
labels?: string[] | undefined;
|
|
16552
16643
|
reviewers?: string[] | undefined;
|
|
@@ -16900,7 +16991,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16900
16991
|
envName: zod.ZodString;
|
|
16901
16992
|
status: zod.ZodOptional<zod.ZodEnum<["open", "accepted", "reapplied", "snoozed"]>>;
|
|
16902
16993
|
kind: zod.ZodOptional<zod.ZodString>;
|
|
16903
|
-
|
|
16994
|
+
entityName: zod.ZodOptional<zod.ZodString>;
|
|
16904
16995
|
since: zod.ZodOptional<zod.ZodString>;
|
|
16905
16996
|
limit: zod.ZodOptional<zod.ZodNumber>;
|
|
16906
16997
|
}, "strip", zod.ZodTypeAny, {
|
|
@@ -16910,7 +17001,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16910
17001
|
status?: "open" | "accepted" | "reapplied" | "snoozed" | undefined;
|
|
16911
17002
|
limit?: number | undefined;
|
|
16912
17003
|
kind?: string | undefined;
|
|
16913
|
-
|
|
17004
|
+
entityName?: string | undefined;
|
|
16914
17005
|
since?: string | undefined;
|
|
16915
17006
|
}, {
|
|
16916
17007
|
orgId: string;
|
|
@@ -16919,7 +17010,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
16919
17010
|
status?: "open" | "accepted" | "reapplied" | "snoozed" | undefined;
|
|
16920
17011
|
limit?: number | undefined;
|
|
16921
17012
|
kind?: string | undefined;
|
|
16922
|
-
|
|
17013
|
+
entityName?: string | undefined;
|
|
16923
17014
|
since?: string | undefined;
|
|
16924
17015
|
}>, {
|
|
16925
17016
|
detectedAt: string;
|
|
@@ -17318,8 +17409,8 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
17318
17409
|
updatedAt: string;
|
|
17319
17410
|
orgId: string;
|
|
17320
17411
|
projectId: string;
|
|
17321
|
-
scope: "user" | "project";
|
|
17322
17412
|
isDefault: boolean;
|
|
17413
|
+
scope: "user" | "project";
|
|
17323
17414
|
config: {
|
|
17324
17415
|
sort: {
|
|
17325
17416
|
cells: "name" | "memberCount" | "capacityUsed";
|
|
@@ -17811,6 +17902,7 @@ declare const createLocalClient: (options?: CreateLocalClientOptions) => {
|
|
|
17811
17902
|
driftStatus: _terrantula_types.DriftStatus | null;
|
|
17812
17903
|
}[];
|
|
17813
17904
|
pendingProposals: {
|
|
17905
|
+
entityName: string | null;
|
|
17814
17906
|
id: string;
|
|
17815
17907
|
importSourceId: string;
|
|
17816
17908
|
projectId: string | null;
|