@vrplatform/graphql 1.1.5 → 1.1.6
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/build/main/gqty/schema.generated.d.ts +188 -422
- package/build/main/gqty/schema.generated.js +87 -159
- package/build/module/gqty/schema.generated.d.ts +188 -422
- package/build/module/gqty/schema.generated.js +87 -159
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +188 -422
- package/src/gqty/schema.generated.js +87 -159
|
@@ -1712,7 +1712,7 @@ export interface action_arr_rel_insert_input {
|
|
|
1712
1712
|
|
|
1713
1713
|
/** order by avg() on columns of table "core.action" */
|
|
1714
1714
|
export interface action_avg_order_by {
|
|
1715
|
-
|
|
1715
|
+
job_index?: InputMaybe<order_by>;
|
|
1716
1716
|
}
|
|
1717
1717
|
|
|
1718
1718
|
/** Boolean expression to filter rows from the table "core.action". All fields are combined with a logical 'AND'. */
|
|
@@ -1722,29 +1722,23 @@ export interface action_bool_exp {
|
|
|
1722
1722
|
_or?: InputMaybe<Array<action_bool_exp>>;
|
|
1723
1723
|
appId?: InputMaybe<String_comparison_exp>;
|
|
1724
1724
|
automationId?: InputMaybe<uuid_comparison_exp>;
|
|
1725
|
-
changes?: InputMaybe<change_bool_exp>;
|
|
1726
|
-
changes_aggregate?: InputMaybe<change_aggregate_bool_exp>;
|
|
1727
1725
|
connection?: InputMaybe<connection_bool_exp>;
|
|
1728
1726
|
connectionId?: InputMaybe<uuid_comparison_exp>;
|
|
1729
1727
|
createdAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
1730
1728
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
1731
1729
|
inputJson?: InputMaybe<jsonb_comparison_exp>;
|
|
1732
1730
|
isCurrent?: InputMaybe<Boolean_comparison_exp>;
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1731
|
+
job_id?: InputMaybe<uuid_comparison_exp>;
|
|
1732
|
+
job_index?: InputMaybe<Int_comparison_exp>;
|
|
1733
|
+
job_page_id?: InputMaybe<uuid_comparison_exp>;
|
|
1734
|
+
job_plan_id?: InputMaybe<uuid_comparison_exp>;
|
|
1737
1735
|
objectId?: InputMaybe<uuid_comparison_exp>;
|
|
1738
|
-
|
|
1736
|
+
op_id?: InputMaybe<uuid_comparison_exp>;
|
|
1739
1737
|
outputJson?: InputMaybe<jsonb_comparison_exp>;
|
|
1740
|
-
previousActions?: InputMaybe<action_bool_exp>;
|
|
1741
|
-
previousActions3?: InputMaybe<action_bool_exp>;
|
|
1742
|
-
previousActions3_aggregate?: InputMaybe<action_aggregate_bool_exp>;
|
|
1743
1738
|
previousActionsByType?: InputMaybe<action_bool_exp>;
|
|
1744
1739
|
previousActionsByType_aggregate?: InputMaybe<action_aggregate_bool_exp>;
|
|
1745
|
-
previousActions_aggregate?: InputMaybe<action_aggregate_bool_exp>;
|
|
1746
1740
|
refs?: InputMaybe<jsonb_comparison_exp>;
|
|
1747
|
-
|
|
1741
|
+
schema_id?: InputMaybe<uuid_comparison_exp>;
|
|
1748
1742
|
source?: InputMaybe<source_bool_exp>;
|
|
1749
1743
|
sourceId?: InputMaybe<uuid_comparison_exp>;
|
|
1750
1744
|
status?: InputMaybe<String_comparison_exp>;
|
|
@@ -1784,32 +1778,29 @@ export interface action_delete_key_input {
|
|
|
1784
1778
|
|
|
1785
1779
|
/** input type for incrementing numeric columns in table "core.action" */
|
|
1786
1780
|
export interface action_inc_input {
|
|
1787
|
-
|
|
1781
|
+
job_index?: InputMaybe<Scalars["Int"]>;
|
|
1788
1782
|
}
|
|
1789
1783
|
|
|
1790
1784
|
/** input type for inserting data into table "core.action" */
|
|
1791
1785
|
export interface action_insert_input {
|
|
1792
1786
|
appId?: InputMaybe<Scalars["String"]>;
|
|
1793
1787
|
automationId?: InputMaybe<Scalars["uuid"]>;
|
|
1794
|
-
changes?: InputMaybe<change_arr_rel_insert_input>;
|
|
1795
1788
|
connection?: InputMaybe<connection_obj_rel_insert_input>;
|
|
1796
1789
|
connectionId?: InputMaybe<Scalars["uuid"]>;
|
|
1797
1790
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
1798
1791
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
1799
1792
|
inputJson?: InputMaybe<Scalars["jsonb"]>;
|
|
1800
1793
|
isCurrent?: InputMaybe<Scalars["Boolean"]>;
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1794
|
+
job_id?: InputMaybe<Scalars["uuid"]>;
|
|
1795
|
+
job_index?: InputMaybe<Scalars["Int"]>;
|
|
1796
|
+
job_page_id?: InputMaybe<Scalars["uuid"]>;
|
|
1797
|
+
job_plan_id?: InputMaybe<Scalars["uuid"]>;
|
|
1805
1798
|
objectId?: InputMaybe<Scalars["uuid"]>;
|
|
1806
|
-
|
|
1799
|
+
op_id?: InputMaybe<Scalars["uuid"]>;
|
|
1807
1800
|
outputJson?: InputMaybe<Scalars["jsonb"]>;
|
|
1808
|
-
previousActions?: InputMaybe<action_arr_rel_insert_input>;
|
|
1809
|
-
previousActions3?: InputMaybe<action_arr_rel_insert_input>;
|
|
1810
1801
|
previousActionsByType?: InputMaybe<action_arr_rel_insert_input>;
|
|
1811
1802
|
refs?: InputMaybe<Scalars["jsonb"]>;
|
|
1812
|
-
|
|
1803
|
+
schema_id?: InputMaybe<Scalars["uuid"]>;
|
|
1813
1804
|
source?: InputMaybe<source_obj_rel_insert_input>;
|
|
1814
1805
|
sourceId?: InputMaybe<Scalars["uuid"]>;
|
|
1815
1806
|
status?: InputMaybe<Scalars["String"]>;
|
|
@@ -1828,13 +1819,13 @@ export interface action_max_order_by {
|
|
|
1828
1819
|
connectionId?: InputMaybe<order_by>;
|
|
1829
1820
|
createdAt?: InputMaybe<order_by>;
|
|
1830
1821
|
id?: InputMaybe<order_by>;
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1822
|
+
job_id?: InputMaybe<order_by>;
|
|
1823
|
+
job_index?: InputMaybe<order_by>;
|
|
1824
|
+
job_page_id?: InputMaybe<order_by>;
|
|
1825
|
+
job_plan_id?: InputMaybe<order_by>;
|
|
1835
1826
|
objectId?: InputMaybe<order_by>;
|
|
1836
|
-
|
|
1837
|
-
|
|
1827
|
+
op_id?: InputMaybe<order_by>;
|
|
1828
|
+
schema_id?: InputMaybe<order_by>;
|
|
1838
1829
|
sourceId?: InputMaybe<order_by>;
|
|
1839
1830
|
status?: InputMaybe<order_by>;
|
|
1840
1831
|
tenantId?: InputMaybe<order_by>;
|
|
@@ -1851,13 +1842,13 @@ export interface action_min_order_by {
|
|
|
1851
1842
|
connectionId?: InputMaybe<order_by>;
|
|
1852
1843
|
createdAt?: InputMaybe<order_by>;
|
|
1853
1844
|
id?: InputMaybe<order_by>;
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1845
|
+
job_id?: InputMaybe<order_by>;
|
|
1846
|
+
job_index?: InputMaybe<order_by>;
|
|
1847
|
+
job_page_id?: InputMaybe<order_by>;
|
|
1848
|
+
job_plan_id?: InputMaybe<order_by>;
|
|
1858
1849
|
objectId?: InputMaybe<order_by>;
|
|
1859
|
-
|
|
1860
|
-
|
|
1850
|
+
op_id?: InputMaybe<order_by>;
|
|
1851
|
+
schema_id?: InputMaybe<order_by>;
|
|
1861
1852
|
sourceId?: InputMaybe<order_by>;
|
|
1862
1853
|
status?: InputMaybe<order_by>;
|
|
1863
1854
|
tenantId?: InputMaybe<order_by>;
|
|
@@ -1878,25 +1869,22 @@ export interface action_on_conflict {
|
|
|
1878
1869
|
export interface action_order_by {
|
|
1879
1870
|
appId?: InputMaybe<order_by>;
|
|
1880
1871
|
automationId?: InputMaybe<order_by>;
|
|
1881
|
-
changes_aggregate?: InputMaybe<change_aggregate_order_by>;
|
|
1882
1872
|
connection?: InputMaybe<connection_order_by>;
|
|
1883
1873
|
connectionId?: InputMaybe<order_by>;
|
|
1884
1874
|
createdAt?: InputMaybe<order_by>;
|
|
1885
1875
|
id?: InputMaybe<order_by>;
|
|
1886
1876
|
inputJson?: InputMaybe<order_by>;
|
|
1887
1877
|
isCurrent?: InputMaybe<order_by>;
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1878
|
+
job_id?: InputMaybe<order_by>;
|
|
1879
|
+
job_index?: InputMaybe<order_by>;
|
|
1880
|
+
job_page_id?: InputMaybe<order_by>;
|
|
1881
|
+
job_plan_id?: InputMaybe<order_by>;
|
|
1892
1882
|
objectId?: InputMaybe<order_by>;
|
|
1893
|
-
|
|
1883
|
+
op_id?: InputMaybe<order_by>;
|
|
1894
1884
|
outputJson?: InputMaybe<order_by>;
|
|
1895
|
-
previousActions3_aggregate?: InputMaybe<action_aggregate_order_by>;
|
|
1896
1885
|
previousActionsByType_aggregate?: InputMaybe<action_aggregate_order_by>;
|
|
1897
|
-
previousActions_aggregate?: InputMaybe<action_aggregate_order_by>;
|
|
1898
1886
|
refs?: InputMaybe<order_by>;
|
|
1899
|
-
|
|
1887
|
+
schema_id?: InputMaybe<order_by>;
|
|
1900
1888
|
source?: InputMaybe<source_order_by>;
|
|
1901
1889
|
sourceId?: InputMaybe<order_by>;
|
|
1902
1890
|
status?: InputMaybe<order_by>;
|
|
@@ -1937,23 +1925,23 @@ export type action_select_column =
|
|
|
1937
1925
|
/** column name */
|
|
1938
1926
|
| "isCurrent"
|
|
1939
1927
|
/** column name */
|
|
1940
|
-
| "
|
|
1928
|
+
| "job_id"
|
|
1941
1929
|
/** column name */
|
|
1942
|
-
| "
|
|
1930
|
+
| "job_index"
|
|
1943
1931
|
/** column name */
|
|
1944
|
-
| "
|
|
1932
|
+
| "job_page_id"
|
|
1945
1933
|
/** column name */
|
|
1946
|
-
| "
|
|
1934
|
+
| "job_plan_id"
|
|
1947
1935
|
/** column name */
|
|
1948
1936
|
| "objectId"
|
|
1949
1937
|
/** column name */
|
|
1950
|
-
| "
|
|
1938
|
+
| "op_id"
|
|
1951
1939
|
/** column name */
|
|
1952
1940
|
| "outputJson"
|
|
1953
1941
|
/** column name */
|
|
1954
1942
|
| "refs"
|
|
1955
1943
|
/** column name */
|
|
1956
|
-
| "
|
|
1944
|
+
| "schema_id"
|
|
1957
1945
|
/** column name */
|
|
1958
1946
|
| "sourceId"
|
|
1959
1947
|
/** column name */
|
|
@@ -1988,15 +1976,15 @@ export interface action_set_input {
|
|
|
1988
1976
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
1989
1977
|
inputJson?: InputMaybe<Scalars["jsonb"]>;
|
|
1990
1978
|
isCurrent?: InputMaybe<Scalars["Boolean"]>;
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1979
|
+
job_id?: InputMaybe<Scalars["uuid"]>;
|
|
1980
|
+
job_index?: InputMaybe<Scalars["Int"]>;
|
|
1981
|
+
job_page_id?: InputMaybe<Scalars["uuid"]>;
|
|
1982
|
+
job_plan_id?: InputMaybe<Scalars["uuid"]>;
|
|
1995
1983
|
objectId?: InputMaybe<Scalars["uuid"]>;
|
|
1996
|
-
|
|
1984
|
+
op_id?: InputMaybe<Scalars["uuid"]>;
|
|
1997
1985
|
outputJson?: InputMaybe<Scalars["jsonb"]>;
|
|
1998
1986
|
refs?: InputMaybe<Scalars["jsonb"]>;
|
|
1999
|
-
|
|
1987
|
+
schema_id?: InputMaybe<Scalars["uuid"]>;
|
|
2000
1988
|
sourceId?: InputMaybe<Scalars["uuid"]>;
|
|
2001
1989
|
status?: InputMaybe<Scalars["String"]>;
|
|
2002
1990
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -2008,17 +1996,17 @@ export interface action_set_input {
|
|
|
2008
1996
|
|
|
2009
1997
|
/** order by stddev() on columns of table "core.action" */
|
|
2010
1998
|
export interface action_stddev_order_by {
|
|
2011
|
-
|
|
1999
|
+
job_index?: InputMaybe<order_by>;
|
|
2012
2000
|
}
|
|
2013
2001
|
|
|
2014
2002
|
/** order by stddev_pop() on columns of table "core.action" */
|
|
2015
2003
|
export interface action_stddev_pop_order_by {
|
|
2016
|
-
|
|
2004
|
+
job_index?: InputMaybe<order_by>;
|
|
2017
2005
|
}
|
|
2018
2006
|
|
|
2019
2007
|
/** order by stddev_samp() on columns of table "core.action" */
|
|
2020
2008
|
export interface action_stddev_samp_order_by {
|
|
2021
|
-
|
|
2009
|
+
job_index?: InputMaybe<order_by>;
|
|
2022
2010
|
}
|
|
2023
2011
|
|
|
2024
2012
|
/** Streaming cursor of the table "action" */
|
|
@@ -2038,15 +2026,15 @@ export interface action_stream_cursor_value_input {
|
|
|
2038
2026
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
2039
2027
|
inputJson?: InputMaybe<Scalars["jsonb"]>;
|
|
2040
2028
|
isCurrent?: InputMaybe<Scalars["Boolean"]>;
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2029
|
+
job_id?: InputMaybe<Scalars["uuid"]>;
|
|
2030
|
+
job_index?: InputMaybe<Scalars["Int"]>;
|
|
2031
|
+
job_page_id?: InputMaybe<Scalars["uuid"]>;
|
|
2032
|
+
job_plan_id?: InputMaybe<Scalars["uuid"]>;
|
|
2045
2033
|
objectId?: InputMaybe<Scalars["uuid"]>;
|
|
2046
|
-
|
|
2034
|
+
op_id?: InputMaybe<Scalars["uuid"]>;
|
|
2047
2035
|
outputJson?: InputMaybe<Scalars["jsonb"]>;
|
|
2048
2036
|
refs?: InputMaybe<Scalars["jsonb"]>;
|
|
2049
|
-
|
|
2037
|
+
schema_id?: InputMaybe<Scalars["uuid"]>;
|
|
2050
2038
|
sourceId?: InputMaybe<Scalars["uuid"]>;
|
|
2051
2039
|
status?: InputMaybe<Scalars["String"]>;
|
|
2052
2040
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -2058,7 +2046,7 @@ export interface action_stream_cursor_value_input {
|
|
|
2058
2046
|
|
|
2059
2047
|
/** order by sum() on columns of table "core.action" */
|
|
2060
2048
|
export interface action_sum_order_by {
|
|
2061
|
-
|
|
2049
|
+
job_index?: InputMaybe<order_by>;
|
|
2062
2050
|
}
|
|
2063
2051
|
|
|
2064
2052
|
/** update columns of table "core.action" */
|
|
@@ -2078,23 +2066,23 @@ export type action_update_column =
|
|
|
2078
2066
|
/** column name */
|
|
2079
2067
|
| "isCurrent"
|
|
2080
2068
|
/** column name */
|
|
2081
|
-
| "
|
|
2069
|
+
| "job_id"
|
|
2082
2070
|
/** column name */
|
|
2083
|
-
| "
|
|
2071
|
+
| "job_index"
|
|
2084
2072
|
/** column name */
|
|
2085
|
-
| "
|
|
2073
|
+
| "job_page_id"
|
|
2086
2074
|
/** column name */
|
|
2087
|
-
| "
|
|
2075
|
+
| "job_plan_id"
|
|
2088
2076
|
/** column name */
|
|
2089
2077
|
| "objectId"
|
|
2090
2078
|
/** column name */
|
|
2091
|
-
| "
|
|
2079
|
+
| "op_id"
|
|
2092
2080
|
/** column name */
|
|
2093
2081
|
| "outputJson"
|
|
2094
2082
|
/** column name */
|
|
2095
2083
|
| "refs"
|
|
2096
2084
|
/** column name */
|
|
2097
|
-
| "
|
|
2085
|
+
| "schema_id"
|
|
2098
2086
|
/** column name */
|
|
2099
2087
|
| "sourceId"
|
|
2100
2088
|
/** column name */
|
|
@@ -2131,17 +2119,17 @@ export interface action_updates {
|
|
|
2131
2119
|
|
|
2132
2120
|
/** order by var_pop() on columns of table "core.action" */
|
|
2133
2121
|
export interface action_var_pop_order_by {
|
|
2134
|
-
|
|
2122
|
+
job_index?: InputMaybe<order_by>;
|
|
2135
2123
|
}
|
|
2136
2124
|
|
|
2137
2125
|
/** order by var_samp() on columns of table "core.action" */
|
|
2138
2126
|
export interface action_var_samp_order_by {
|
|
2139
|
-
|
|
2127
|
+
job_index?: InputMaybe<order_by>;
|
|
2140
2128
|
}
|
|
2141
2129
|
|
|
2142
2130
|
/** order by variance() on columns of table "core.action" */
|
|
2143
2131
|
export interface action_variance_order_by {
|
|
2144
|
-
|
|
2132
|
+
job_index?: InputMaybe<order_by>;
|
|
2145
2133
|
}
|
|
2146
2134
|
|
|
2147
2135
|
/** Boolean expression to filter rows from the table "core.active_status". All fields are combined with a logical 'AND'. */
|
|
@@ -21310,7 +21298,7 @@ export interface source_bool_exp {
|
|
|
21310
21298
|
reservationId?: InputMaybe<uuid_comparison_exp>;
|
|
21311
21299
|
reservations?: InputMaybe<reservation_bool_exp>;
|
|
21312
21300
|
reservations_aggregate?: InputMaybe<reservation_aggregate_bool_exp>;
|
|
21313
|
-
|
|
21301
|
+
schema_id?: InputMaybe<uuid_comparison_exp>;
|
|
21314
21302
|
settings?: InputMaybe<setting_bool_exp>;
|
|
21315
21303
|
settingsLeft?: InputMaybe<setting_bool_exp>;
|
|
21316
21304
|
settingsLeft_aggregate?: InputMaybe<setting_aggregate_bool_exp>;
|
|
@@ -21401,7 +21389,7 @@ export interface source_insert_input {
|
|
|
21401
21389
|
reservation?: InputMaybe<reservation_obj_rel_insert_input>;
|
|
21402
21390
|
reservationId?: InputMaybe<Scalars["uuid"]>;
|
|
21403
21391
|
reservations?: InputMaybe<reservation_arr_rel_insert_input>;
|
|
21404
|
-
|
|
21392
|
+
schema_id?: InputMaybe<Scalars["uuid"]>;
|
|
21405
21393
|
settings?: InputMaybe<setting_arr_rel_insert_input>;
|
|
21406
21394
|
settingsLeft?: InputMaybe<setting_arr_rel_insert_input>;
|
|
21407
21395
|
settingsRight?: InputMaybe<setting_arr_rel_insert_input>;
|
|
@@ -21437,7 +21425,7 @@ export interface source_max_order_by {
|
|
|
21437
21425
|
parentId?: InputMaybe<order_by>;
|
|
21438
21426
|
remoteId?: InputMaybe<order_by>;
|
|
21439
21427
|
reservationId?: InputMaybe<order_by>;
|
|
21440
|
-
|
|
21428
|
+
schema_id?: InputMaybe<order_by>;
|
|
21441
21429
|
status?: InputMaybe<order_by>;
|
|
21442
21430
|
tenantId?: InputMaybe<order_by>;
|
|
21443
21431
|
transformType?: InputMaybe<order_by>;
|
|
@@ -21465,7 +21453,7 @@ export interface source_min_order_by {
|
|
|
21465
21453
|
parentId?: InputMaybe<order_by>;
|
|
21466
21454
|
remoteId?: InputMaybe<order_by>;
|
|
21467
21455
|
reservationId?: InputMaybe<order_by>;
|
|
21468
|
-
|
|
21456
|
+
schema_id?: InputMaybe<order_by>;
|
|
21469
21457
|
status?: InputMaybe<order_by>;
|
|
21470
21458
|
tenantId?: InputMaybe<order_by>;
|
|
21471
21459
|
transformType?: InputMaybe<order_by>;
|
|
@@ -21522,7 +21510,7 @@ export interface source_order_by {
|
|
|
21522
21510
|
reservation?: InputMaybe<reservation_order_by>;
|
|
21523
21511
|
reservationId?: InputMaybe<order_by>;
|
|
21524
21512
|
reservations_aggregate?: InputMaybe<reservation_aggregate_order_by>;
|
|
21525
|
-
|
|
21513
|
+
schema_id?: InputMaybe<order_by>;
|
|
21526
21514
|
settingsLeft_aggregate?: InputMaybe<setting_aggregate_order_by>;
|
|
21527
21515
|
settingsRight_aggregate?: InputMaybe<setting_aggregate_order_by>;
|
|
21528
21516
|
settings_aggregate?: InputMaybe<setting_aggregate_order_by>;
|
|
@@ -21588,7 +21576,7 @@ export type source_select_column =
|
|
|
21588
21576
|
/** column name */
|
|
21589
21577
|
| "reservationId"
|
|
21590
21578
|
/** column name */
|
|
21591
|
-
| "
|
|
21579
|
+
| "schema_id"
|
|
21592
21580
|
/** column name */
|
|
21593
21581
|
| "status"
|
|
21594
21582
|
/** column name */
|
|
@@ -21636,7 +21624,7 @@ export interface source_set_input {
|
|
|
21636
21624
|
parentId?: InputMaybe<Scalars["uuid"]>;
|
|
21637
21625
|
remoteId?: InputMaybe<Scalars["String"]>;
|
|
21638
21626
|
reservationId?: InputMaybe<Scalars["uuid"]>;
|
|
21639
|
-
|
|
21627
|
+
schema_id?: InputMaybe<Scalars["uuid"]>;
|
|
21640
21628
|
status?: InputMaybe<Scalars["String"]>;
|
|
21641
21629
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
21642
21630
|
transformJson?: InputMaybe<Scalars["jsonb"]>;
|
|
@@ -21691,7 +21679,7 @@ export interface source_stream_cursor_value_input {
|
|
|
21691
21679
|
parentId?: InputMaybe<Scalars["uuid"]>;
|
|
21692
21680
|
remoteId?: InputMaybe<Scalars["String"]>;
|
|
21693
21681
|
reservationId?: InputMaybe<Scalars["uuid"]>;
|
|
21694
|
-
|
|
21682
|
+
schema_id?: InputMaybe<Scalars["uuid"]>;
|
|
21695
21683
|
status?: InputMaybe<Scalars["String"]>;
|
|
21696
21684
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
21697
21685
|
transformJson?: InputMaybe<Scalars["jsonb"]>;
|
|
@@ -21743,7 +21731,7 @@ export type source_update_column =
|
|
|
21743
21731
|
/** column name */
|
|
21744
21732
|
| "reservationId"
|
|
21745
21733
|
/** column name */
|
|
21746
|
-
| "
|
|
21734
|
+
| "schema_id"
|
|
21747
21735
|
/** column name */
|
|
21748
21736
|
| "status"
|
|
21749
21737
|
/** column name */
|
|
@@ -30489,69 +30477,19 @@ export declare const generatedSchema: {
|
|
|
30489
30477
|
__typename: { __type: "String!" };
|
|
30490
30478
|
appId: { __type: "String" };
|
|
30491
30479
|
automationId: { __type: "uuid" };
|
|
30492
|
-
changes: {
|
|
30493
|
-
__type: "[change!]!";
|
|
30494
|
-
__args: {
|
|
30495
|
-
distinct_on: "[change_select_column!]";
|
|
30496
|
-
limit: "Int";
|
|
30497
|
-
offset: "Int";
|
|
30498
|
-
order_by: "[change_order_by!]";
|
|
30499
|
-
where: "change_bool_exp";
|
|
30500
|
-
};
|
|
30501
|
-
};
|
|
30502
|
-
changes_aggregate: {
|
|
30503
|
-
__type: "change_aggregate!";
|
|
30504
|
-
__args: {
|
|
30505
|
-
distinct_on: "[change_select_column!]";
|
|
30506
|
-
limit: "Int";
|
|
30507
|
-
offset: "Int";
|
|
30508
|
-
order_by: "[change_order_by!]";
|
|
30509
|
-
where: "change_bool_exp";
|
|
30510
|
-
};
|
|
30511
|
-
};
|
|
30512
30480
|
connection: { __type: "connection" };
|
|
30513
30481
|
connectionId: { __type: "uuid" };
|
|
30514
30482
|
createdAt: { __type: "timestamptz" };
|
|
30515
30483
|
id: { __type: "uuid!" };
|
|
30516
30484
|
inputJson: { __type: "jsonb"; __args: { path: "String" } };
|
|
30517
30485
|
isCurrent: { __type: "Boolean" };
|
|
30518
|
-
|
|
30519
|
-
|
|
30520
|
-
|
|
30521
|
-
|
|
30486
|
+
job_id: { __type: "uuid" };
|
|
30487
|
+
job_index: { __type: "Int" };
|
|
30488
|
+
job_page_id: { __type: "uuid" };
|
|
30489
|
+
job_plan_id: { __type: "uuid" };
|
|
30522
30490
|
objectId: { __type: "uuid" };
|
|
30523
|
-
|
|
30491
|
+
op_id: { __type: "uuid" };
|
|
30524
30492
|
outputJson: { __type: "jsonb"; __args: { path: "String" } };
|
|
30525
|
-
previousActions: {
|
|
30526
|
-
__type: "[action!]!";
|
|
30527
|
-
__args: {
|
|
30528
|
-
distinct_on: "[action_select_column!]";
|
|
30529
|
-
limit: "Int";
|
|
30530
|
-
offset: "Int";
|
|
30531
|
-
order_by: "[action_order_by!]";
|
|
30532
|
-
where: "action_bool_exp";
|
|
30533
|
-
};
|
|
30534
|
-
};
|
|
30535
|
-
previousActions3: {
|
|
30536
|
-
__type: "[action!]!";
|
|
30537
|
-
__args: {
|
|
30538
|
-
distinct_on: "[action_select_column!]";
|
|
30539
|
-
limit: "Int";
|
|
30540
|
-
offset: "Int";
|
|
30541
|
-
order_by: "[action_order_by!]";
|
|
30542
|
-
where: "action_bool_exp";
|
|
30543
|
-
};
|
|
30544
|
-
};
|
|
30545
|
-
previousActions3_aggregate: {
|
|
30546
|
-
__type: "action_aggregate!";
|
|
30547
|
-
__args: {
|
|
30548
|
-
distinct_on: "[action_select_column!]";
|
|
30549
|
-
limit: "Int";
|
|
30550
|
-
offset: "Int";
|
|
30551
|
-
order_by: "[action_order_by!]";
|
|
30552
|
-
where: "action_bool_exp";
|
|
30553
|
-
};
|
|
30554
|
-
};
|
|
30555
30493
|
previousActionsByType: {
|
|
30556
30494
|
__type: "[action!]!";
|
|
30557
30495
|
__args: {
|
|
@@ -30572,18 +30510,8 @@ export declare const generatedSchema: {
|
|
|
30572
30510
|
where: "action_bool_exp";
|
|
30573
30511
|
};
|
|
30574
30512
|
};
|
|
30575
|
-
previousActions_aggregate: {
|
|
30576
|
-
__type: "action_aggregate!";
|
|
30577
|
-
__args: {
|
|
30578
|
-
distinct_on: "[action_select_column!]";
|
|
30579
|
-
limit: "Int";
|
|
30580
|
-
offset: "Int";
|
|
30581
|
-
order_by: "[action_order_by!]";
|
|
30582
|
-
where: "action_bool_exp";
|
|
30583
|
-
};
|
|
30584
|
-
};
|
|
30585
30513
|
refs: { __type: "jsonb"; __args: { path: "String" } };
|
|
30586
|
-
|
|
30514
|
+
schema_id: { __type: "uuid" };
|
|
30587
30515
|
source: { __type: "source" };
|
|
30588
30516
|
sourceId: { __type: "uuid" };
|
|
30589
30517
|
status: { __type: "String" };
|
|
@@ -30667,38 +30595,32 @@ export declare const generatedSchema: {
|
|
|
30667
30595
|
};
|
|
30668
30596
|
action_avg_fields: {
|
|
30669
30597
|
__typename: { __type: "String!" };
|
|
30670
|
-
|
|
30598
|
+
job_index: { __type: "Float" };
|
|
30671
30599
|
};
|
|
30672
|
-
action_avg_order_by: {
|
|
30600
|
+
action_avg_order_by: { job_index: { __type: "order_by" } };
|
|
30673
30601
|
action_bool_exp: {
|
|
30674
30602
|
_and: { __type: "[action_bool_exp!]" };
|
|
30675
30603
|
_not: { __type: "action_bool_exp" };
|
|
30676
30604
|
_or: { __type: "[action_bool_exp!]" };
|
|
30677
30605
|
appId: { __type: "String_comparison_exp" };
|
|
30678
30606
|
automationId: { __type: "uuid_comparison_exp" };
|
|
30679
|
-
changes: { __type: "change_bool_exp" };
|
|
30680
|
-
changes_aggregate: { __type: "change_aggregate_bool_exp" };
|
|
30681
30607
|
connection: { __type: "connection_bool_exp" };
|
|
30682
30608
|
connectionId: { __type: "uuid_comparison_exp" };
|
|
30683
30609
|
createdAt: { __type: "timestamptz_comparison_exp" };
|
|
30684
30610
|
id: { __type: "uuid_comparison_exp" };
|
|
30685
30611
|
inputJson: { __type: "jsonb_comparison_exp" };
|
|
30686
30612
|
isCurrent: { __type: "Boolean_comparison_exp" };
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
|
|
30690
|
-
|
|
30613
|
+
job_id: { __type: "uuid_comparison_exp" };
|
|
30614
|
+
job_index: { __type: "Int_comparison_exp" };
|
|
30615
|
+
job_page_id: { __type: "uuid_comparison_exp" };
|
|
30616
|
+
job_plan_id: { __type: "uuid_comparison_exp" };
|
|
30691
30617
|
objectId: { __type: "uuid_comparison_exp" };
|
|
30692
|
-
|
|
30618
|
+
op_id: { __type: "uuid_comparison_exp" };
|
|
30693
30619
|
outputJson: { __type: "jsonb_comparison_exp" };
|
|
30694
|
-
previousActions: { __type: "action_bool_exp" };
|
|
30695
|
-
previousActions3: { __type: "action_bool_exp" };
|
|
30696
|
-
previousActions3_aggregate: { __type: "action_aggregate_bool_exp" };
|
|
30697
30620
|
previousActionsByType: { __type: "action_bool_exp" };
|
|
30698
30621
|
previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" };
|
|
30699
|
-
previousActions_aggregate: { __type: "action_aggregate_bool_exp" };
|
|
30700
30622
|
refs: { __type: "jsonb_comparison_exp" };
|
|
30701
|
-
|
|
30623
|
+
schema_id: { __type: "uuid_comparison_exp" };
|
|
30702
30624
|
source: { __type: "source_bool_exp" };
|
|
30703
30625
|
sourceId: { __type: "uuid_comparison_exp" };
|
|
30704
30626
|
status: { __type: "String_comparison_exp" };
|
|
@@ -30724,29 +30646,26 @@ export declare const generatedSchema: {
|
|
|
30724
30646
|
outputJson: { __type: "String" };
|
|
30725
30647
|
refs: { __type: "String" };
|
|
30726
30648
|
};
|
|
30727
|
-
action_inc_input: {
|
|
30649
|
+
action_inc_input: { job_index: { __type: "Int" } };
|
|
30728
30650
|
action_insert_input: {
|
|
30729
30651
|
appId: { __type: "String" };
|
|
30730
30652
|
automationId: { __type: "uuid" };
|
|
30731
|
-
changes: { __type: "change_arr_rel_insert_input" };
|
|
30732
30653
|
connection: { __type: "connection_obj_rel_insert_input" };
|
|
30733
30654
|
connectionId: { __type: "uuid" };
|
|
30734
30655
|
createdAt: { __type: "timestamptz" };
|
|
30735
30656
|
id: { __type: "uuid" };
|
|
30736
30657
|
inputJson: { __type: "jsonb" };
|
|
30737
30658
|
isCurrent: { __type: "Boolean" };
|
|
30738
|
-
|
|
30739
|
-
|
|
30740
|
-
|
|
30741
|
-
|
|
30659
|
+
job_id: { __type: "uuid" };
|
|
30660
|
+
job_index: { __type: "Int" };
|
|
30661
|
+
job_page_id: { __type: "uuid" };
|
|
30662
|
+
job_plan_id: { __type: "uuid" };
|
|
30742
30663
|
objectId: { __type: "uuid" };
|
|
30743
|
-
|
|
30664
|
+
op_id: { __type: "uuid" };
|
|
30744
30665
|
outputJson: { __type: "jsonb" };
|
|
30745
|
-
previousActions: { __type: "action_arr_rel_insert_input" };
|
|
30746
|
-
previousActions3: { __type: "action_arr_rel_insert_input" };
|
|
30747
30666
|
previousActionsByType: { __type: "action_arr_rel_insert_input" };
|
|
30748
30667
|
refs: { __type: "jsonb" };
|
|
30749
|
-
|
|
30668
|
+
schema_id: { __type: "uuid" };
|
|
30750
30669
|
source: { __type: "source_obj_rel_insert_input" };
|
|
30751
30670
|
sourceId: { __type: "uuid" };
|
|
30752
30671
|
status: { __type: "String" };
|
|
@@ -30764,13 +30683,13 @@ export declare const generatedSchema: {
|
|
|
30764
30683
|
connectionId: { __type: "uuid" };
|
|
30765
30684
|
createdAt: { __type: "timestamptz" };
|
|
30766
30685
|
id: { __type: "uuid" };
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
|
|
30770
|
-
|
|
30686
|
+
job_id: { __type: "uuid" };
|
|
30687
|
+
job_index: { __type: "Int" };
|
|
30688
|
+
job_page_id: { __type: "uuid" };
|
|
30689
|
+
job_plan_id: { __type: "uuid" };
|
|
30771
30690
|
objectId: { __type: "uuid" };
|
|
30772
|
-
|
|
30773
|
-
|
|
30691
|
+
op_id: { __type: "uuid" };
|
|
30692
|
+
schema_id: { __type: "uuid" };
|
|
30774
30693
|
sourceId: { __type: "uuid" };
|
|
30775
30694
|
status: { __type: "String" };
|
|
30776
30695
|
tenantId: { __type: "uuid" };
|
|
@@ -30785,13 +30704,13 @@ export declare const generatedSchema: {
|
|
|
30785
30704
|
connectionId: { __type: "order_by" };
|
|
30786
30705
|
createdAt: { __type: "order_by" };
|
|
30787
30706
|
id: { __type: "order_by" };
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30707
|
+
job_id: { __type: "order_by" };
|
|
30708
|
+
job_index: { __type: "order_by" };
|
|
30709
|
+
job_page_id: { __type: "order_by" };
|
|
30710
|
+
job_plan_id: { __type: "order_by" };
|
|
30792
30711
|
objectId: { __type: "order_by" };
|
|
30793
|
-
|
|
30794
|
-
|
|
30712
|
+
op_id: { __type: "order_by" };
|
|
30713
|
+
schema_id: { __type: "order_by" };
|
|
30795
30714
|
sourceId: { __type: "order_by" };
|
|
30796
30715
|
status: { __type: "order_by" };
|
|
30797
30716
|
tenantId: { __type: "order_by" };
|
|
@@ -30807,13 +30726,13 @@ export declare const generatedSchema: {
|
|
|
30807
30726
|
connectionId: { __type: "uuid" };
|
|
30808
30727
|
createdAt: { __type: "timestamptz" };
|
|
30809
30728
|
id: { __type: "uuid" };
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30729
|
+
job_id: { __type: "uuid" };
|
|
30730
|
+
job_index: { __type: "Int" };
|
|
30731
|
+
job_page_id: { __type: "uuid" };
|
|
30732
|
+
job_plan_id: { __type: "uuid" };
|
|
30814
30733
|
objectId: { __type: "uuid" };
|
|
30815
|
-
|
|
30816
|
-
|
|
30734
|
+
op_id: { __type: "uuid" };
|
|
30735
|
+
schema_id: { __type: "uuid" };
|
|
30817
30736
|
sourceId: { __type: "uuid" };
|
|
30818
30737
|
status: { __type: "String" };
|
|
30819
30738
|
tenantId: { __type: "uuid" };
|
|
@@ -30828,13 +30747,13 @@ export declare const generatedSchema: {
|
|
|
30828
30747
|
connectionId: { __type: "order_by" };
|
|
30829
30748
|
createdAt: { __type: "order_by" };
|
|
30830
30749
|
id: { __type: "order_by" };
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30750
|
+
job_id: { __type: "order_by" };
|
|
30751
|
+
job_index: { __type: "order_by" };
|
|
30752
|
+
job_page_id: { __type: "order_by" };
|
|
30753
|
+
job_plan_id: { __type: "order_by" };
|
|
30835
30754
|
objectId: { __type: "order_by" };
|
|
30836
|
-
|
|
30837
|
-
|
|
30755
|
+
op_id: { __type: "order_by" };
|
|
30756
|
+
schema_id: { __type: "order_by" };
|
|
30838
30757
|
sourceId: { __type: "order_by" };
|
|
30839
30758
|
status: { __type: "order_by" };
|
|
30840
30759
|
tenantId: { __type: "order_by" };
|
|
@@ -30856,25 +30775,22 @@ export declare const generatedSchema: {
|
|
|
30856
30775
|
action_order_by: {
|
|
30857
30776
|
appId: { __type: "order_by" };
|
|
30858
30777
|
automationId: { __type: "order_by" };
|
|
30859
|
-
changes_aggregate: { __type: "change_aggregate_order_by" };
|
|
30860
30778
|
connection: { __type: "connection_order_by" };
|
|
30861
30779
|
connectionId: { __type: "order_by" };
|
|
30862
30780
|
createdAt: { __type: "order_by" };
|
|
30863
30781
|
id: { __type: "order_by" };
|
|
30864
30782
|
inputJson: { __type: "order_by" };
|
|
30865
30783
|
isCurrent: { __type: "order_by" };
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
|
|
30869
|
-
|
|
30784
|
+
job_id: { __type: "order_by" };
|
|
30785
|
+
job_index: { __type: "order_by" };
|
|
30786
|
+
job_page_id: { __type: "order_by" };
|
|
30787
|
+
job_plan_id: { __type: "order_by" };
|
|
30870
30788
|
objectId: { __type: "order_by" };
|
|
30871
|
-
|
|
30789
|
+
op_id: { __type: "order_by" };
|
|
30872
30790
|
outputJson: { __type: "order_by" };
|
|
30873
|
-
previousActions3_aggregate: { __type: "action_aggregate_order_by" };
|
|
30874
30791
|
previousActionsByType_aggregate: { __type: "action_aggregate_order_by" };
|
|
30875
|
-
previousActions_aggregate: { __type: "action_aggregate_order_by" };
|
|
30876
30792
|
refs: { __type: "order_by" };
|
|
30877
|
-
|
|
30793
|
+
schema_id: { __type: "order_by" };
|
|
30878
30794
|
source: { __type: "source_order_by" };
|
|
30879
30795
|
sourceId: { __type: "order_by" };
|
|
30880
30796
|
status: { __type: "order_by" };
|
|
@@ -30899,15 +30815,15 @@ export declare const generatedSchema: {
|
|
|
30899
30815
|
id: { __type: "uuid" };
|
|
30900
30816
|
inputJson: { __type: "jsonb" };
|
|
30901
30817
|
isCurrent: { __type: "Boolean" };
|
|
30902
|
-
|
|
30903
|
-
|
|
30904
|
-
|
|
30905
|
-
|
|
30818
|
+
job_id: { __type: "uuid" };
|
|
30819
|
+
job_index: { __type: "Int" };
|
|
30820
|
+
job_page_id: { __type: "uuid" };
|
|
30821
|
+
job_plan_id: { __type: "uuid" };
|
|
30906
30822
|
objectId: { __type: "uuid" };
|
|
30907
|
-
|
|
30823
|
+
op_id: { __type: "uuid" };
|
|
30908
30824
|
outputJson: { __type: "jsonb" };
|
|
30909
30825
|
refs: { __type: "jsonb" };
|
|
30910
|
-
|
|
30826
|
+
schema_id: { __type: "uuid" };
|
|
30911
30827
|
sourceId: { __type: "uuid" };
|
|
30912
30828
|
status: { __type: "String" };
|
|
30913
30829
|
tenantId: { __type: "uuid" };
|
|
@@ -30918,19 +30834,19 @@ export declare const generatedSchema: {
|
|
|
30918
30834
|
};
|
|
30919
30835
|
action_stddev_fields: {
|
|
30920
30836
|
__typename: { __type: "String!" };
|
|
30921
|
-
|
|
30837
|
+
job_index: { __type: "Float" };
|
|
30922
30838
|
};
|
|
30923
|
-
action_stddev_order_by: {
|
|
30839
|
+
action_stddev_order_by: { job_index: { __type: "order_by" } };
|
|
30924
30840
|
action_stddev_pop_fields: {
|
|
30925
30841
|
__typename: { __type: "String!" };
|
|
30926
|
-
|
|
30842
|
+
job_index: { __type: "Float" };
|
|
30927
30843
|
};
|
|
30928
|
-
action_stddev_pop_order_by: {
|
|
30844
|
+
action_stddev_pop_order_by: { job_index: { __type: "order_by" } };
|
|
30929
30845
|
action_stddev_samp_fields: {
|
|
30930
30846
|
__typename: { __type: "String!" };
|
|
30931
|
-
|
|
30847
|
+
job_index: { __type: "Float" };
|
|
30932
30848
|
};
|
|
30933
|
-
action_stddev_samp_order_by: {
|
|
30849
|
+
action_stddev_samp_order_by: { job_index: { __type: "order_by" } };
|
|
30934
30850
|
action_stream_cursor_input: {
|
|
30935
30851
|
initial_value: { __type: "action_stream_cursor_value_input!" };
|
|
30936
30852
|
ordering: { __type: "cursor_ordering" };
|
|
@@ -30943,15 +30859,15 @@ export declare const generatedSchema: {
|
|
|
30943
30859
|
id: { __type: "uuid" };
|
|
30944
30860
|
inputJson: { __type: "jsonb" };
|
|
30945
30861
|
isCurrent: { __type: "Boolean" };
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
|
|
30862
|
+
job_id: { __type: "uuid" };
|
|
30863
|
+
job_index: { __type: "Int" };
|
|
30864
|
+
job_page_id: { __type: "uuid" };
|
|
30865
|
+
job_plan_id: { __type: "uuid" };
|
|
30950
30866
|
objectId: { __type: "uuid" };
|
|
30951
|
-
|
|
30867
|
+
op_id: { __type: "uuid" };
|
|
30952
30868
|
outputJson: { __type: "jsonb" };
|
|
30953
30869
|
refs: { __type: "jsonb" };
|
|
30954
|
-
|
|
30870
|
+
schema_id: { __type: "uuid" };
|
|
30955
30871
|
sourceId: { __type: "uuid" };
|
|
30956
30872
|
status: { __type: "String" };
|
|
30957
30873
|
tenantId: { __type: "uuid" };
|
|
@@ -30962,9 +30878,9 @@ export declare const generatedSchema: {
|
|
|
30962
30878
|
};
|
|
30963
30879
|
action_sum_fields: {
|
|
30964
30880
|
__typename: { __type: "String!" };
|
|
30965
|
-
|
|
30881
|
+
job_index: { __type: "Int" };
|
|
30966
30882
|
};
|
|
30967
|
-
action_sum_order_by: {
|
|
30883
|
+
action_sum_order_by: { job_index: { __type: "order_by" } };
|
|
30968
30884
|
action_updates: {
|
|
30969
30885
|
_append: { __type: "action_append_input" };
|
|
30970
30886
|
_delete_at_path: { __type: "action_delete_at_path_input" };
|
|
@@ -30977,19 +30893,19 @@ export declare const generatedSchema: {
|
|
|
30977
30893
|
};
|
|
30978
30894
|
action_var_pop_fields: {
|
|
30979
30895
|
__typename: { __type: "String!" };
|
|
30980
|
-
|
|
30896
|
+
job_index: { __type: "Float" };
|
|
30981
30897
|
};
|
|
30982
|
-
action_var_pop_order_by: {
|
|
30898
|
+
action_var_pop_order_by: { job_index: { __type: "order_by" } };
|
|
30983
30899
|
action_var_samp_fields: {
|
|
30984
30900
|
__typename: { __type: "String!" };
|
|
30985
|
-
|
|
30901
|
+
job_index: { __type: "Float" };
|
|
30986
30902
|
};
|
|
30987
|
-
action_var_samp_order_by: {
|
|
30903
|
+
action_var_samp_order_by: { job_index: { __type: "order_by" } };
|
|
30988
30904
|
action_variance_fields: {
|
|
30989
30905
|
__typename: { __type: "String!" };
|
|
30990
|
-
|
|
30906
|
+
job_index: { __type: "Float" };
|
|
30991
30907
|
};
|
|
30992
|
-
action_variance_order_by: {
|
|
30908
|
+
action_variance_order_by: { job_index: { __type: "order_by" } };
|
|
30993
30909
|
activeStatus: {
|
|
30994
30910
|
__typename: { __type: "String!" };
|
|
30995
30911
|
name: { __type: "String!" };
|
|
@@ -59288,7 +59204,7 @@ export declare const generatedSchema: {
|
|
|
59288
59204
|
where: "reservation_bool_exp";
|
|
59289
59205
|
};
|
|
59290
59206
|
};
|
|
59291
|
-
|
|
59207
|
+
schema_id: { __type: "uuid" };
|
|
59292
59208
|
settings: {
|
|
59293
59209
|
__type: "[setting!]!";
|
|
59294
59210
|
__args: {
|
|
@@ -59501,7 +59417,7 @@ export declare const generatedSchema: {
|
|
|
59501
59417
|
reservationId: { __type: "uuid_comparison_exp" };
|
|
59502
59418
|
reservations: { __type: "reservation_bool_exp" };
|
|
59503
59419
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" };
|
|
59504
|
-
|
|
59420
|
+
schema_id: { __type: "uuid_comparison_exp" };
|
|
59505
59421
|
settings: { __type: "setting_bool_exp" };
|
|
59506
59422
|
settingsLeft: { __type: "setting_bool_exp" };
|
|
59507
59423
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" };
|
|
@@ -59572,7 +59488,7 @@ export declare const generatedSchema: {
|
|
|
59572
59488
|
reservation: { __type: "reservation_obj_rel_insert_input" };
|
|
59573
59489
|
reservationId: { __type: "uuid" };
|
|
59574
59490
|
reservations: { __type: "reservation_arr_rel_insert_input" };
|
|
59575
|
-
|
|
59491
|
+
schema_id: { __type: "uuid" };
|
|
59576
59492
|
settings: { __type: "setting_arr_rel_insert_input" };
|
|
59577
59493
|
settingsLeft: { __type: "setting_arr_rel_insert_input" };
|
|
59578
59494
|
settingsRight: { __type: "setting_arr_rel_insert_input" };
|
|
@@ -59604,7 +59520,7 @@ export declare const generatedSchema: {
|
|
|
59604
59520
|
parentId: { __type: "uuid" };
|
|
59605
59521
|
remoteId: { __type: "String" };
|
|
59606
59522
|
reservationId: { __type: "uuid" };
|
|
59607
|
-
|
|
59523
|
+
schema_id: { __type: "uuid" };
|
|
59608
59524
|
status: { __type: "String" };
|
|
59609
59525
|
tenantId: { __type: "uuid" };
|
|
59610
59526
|
transformType: { __type: "String" };
|
|
@@ -59627,7 +59543,7 @@ export declare const generatedSchema: {
|
|
|
59627
59543
|
parentId: { __type: "order_by" };
|
|
59628
59544
|
remoteId: { __type: "order_by" };
|
|
59629
59545
|
reservationId: { __type: "order_by" };
|
|
59630
|
-
|
|
59546
|
+
schema_id: { __type: "order_by" };
|
|
59631
59547
|
status: { __type: "order_by" };
|
|
59632
59548
|
tenantId: { __type: "order_by" };
|
|
59633
59549
|
transformType: { __type: "order_by" };
|
|
@@ -59651,7 +59567,7 @@ export declare const generatedSchema: {
|
|
|
59651
59567
|
parentId: { __type: "uuid" };
|
|
59652
59568
|
remoteId: { __type: "String" };
|
|
59653
59569
|
reservationId: { __type: "uuid" };
|
|
59654
|
-
|
|
59570
|
+
schema_id: { __type: "uuid" };
|
|
59655
59571
|
status: { __type: "String" };
|
|
59656
59572
|
tenantId: { __type: "uuid" };
|
|
59657
59573
|
transformType: { __type: "String" };
|
|
@@ -59674,7 +59590,7 @@ export declare const generatedSchema: {
|
|
|
59674
59590
|
parentId: { __type: "order_by" };
|
|
59675
59591
|
remoteId: { __type: "order_by" };
|
|
59676
59592
|
reservationId: { __type: "order_by" };
|
|
59677
|
-
|
|
59593
|
+
schema_id: { __type: "order_by" };
|
|
59678
59594
|
status: { __type: "order_by" };
|
|
59679
59595
|
tenantId: { __type: "order_by" };
|
|
59680
59596
|
transformType: { __type: "order_by" };
|
|
@@ -59733,7 +59649,7 @@ export declare const generatedSchema: {
|
|
|
59733
59649
|
reservation: { __type: "reservation_order_by" };
|
|
59734
59650
|
reservationId: { __type: "order_by" };
|
|
59735
59651
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" };
|
|
59736
|
-
|
|
59652
|
+
schema_id: { __type: "order_by" };
|
|
59737
59653
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" };
|
|
59738
59654
|
settingsRight_aggregate: { __type: "setting_aggregate_order_by" };
|
|
59739
59655
|
settings_aggregate: { __type: "setting_aggregate_order_by" };
|
|
@@ -59773,7 +59689,7 @@ export declare const generatedSchema: {
|
|
|
59773
59689
|
parentId: { __type: "uuid" };
|
|
59774
59690
|
remoteId: { __type: "String" };
|
|
59775
59691
|
reservationId: { __type: "uuid" };
|
|
59776
|
-
|
|
59692
|
+
schema_id: { __type: "uuid" };
|
|
59777
59693
|
status: { __type: "String" };
|
|
59778
59694
|
tenantId: { __type: "uuid" };
|
|
59779
59695
|
transformJson: { __type: "jsonb" };
|
|
@@ -59819,7 +59735,7 @@ export declare const generatedSchema: {
|
|
|
59819
59735
|
parentId: { __type: "uuid" };
|
|
59820
59736
|
remoteId: { __type: "String" };
|
|
59821
59737
|
reservationId: { __type: "uuid" };
|
|
59822
|
-
|
|
59738
|
+
schema_id: { __type: "uuid" };
|
|
59823
59739
|
status: { __type: "String" };
|
|
59824
59740
|
tenantId: { __type: "uuid" };
|
|
59825
59741
|
transformJson: { __type: "jsonb" };
|
|
@@ -73192,56 +73108,6 @@ export interface action {
|
|
|
73192
73108
|
__typename?: "action";
|
|
73193
73109
|
appId?: Maybe<ScalarsEnums["String"]>;
|
|
73194
73110
|
automationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73195
|
-
/**
|
|
73196
|
-
* An array relationship
|
|
73197
|
-
*/
|
|
73198
|
-
changes: (args?: {
|
|
73199
|
-
/**
|
|
73200
|
-
* distinct select on columns
|
|
73201
|
-
*/
|
|
73202
|
-
distinct_on?: Maybe<Array<change_select_column>>;
|
|
73203
|
-
/**
|
|
73204
|
-
* limit the number of rows returned
|
|
73205
|
-
*/
|
|
73206
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
73207
|
-
/**
|
|
73208
|
-
* skip the first n rows. Use only with order_by
|
|
73209
|
-
*/
|
|
73210
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
73211
|
-
/**
|
|
73212
|
-
* sort the rows by one or more columns
|
|
73213
|
-
*/
|
|
73214
|
-
order_by?: Maybe<Array<change_order_by>>;
|
|
73215
|
-
/**
|
|
73216
|
-
* filter the rows returned
|
|
73217
|
-
*/
|
|
73218
|
-
where?: Maybe<change_bool_exp>;
|
|
73219
|
-
}) => Array<change>;
|
|
73220
|
-
/**
|
|
73221
|
-
* An aggregate relationship
|
|
73222
|
-
*/
|
|
73223
|
-
changes_aggregate: (args?: {
|
|
73224
|
-
/**
|
|
73225
|
-
* distinct select on columns
|
|
73226
|
-
*/
|
|
73227
|
-
distinct_on?: Maybe<Array<change_select_column>>;
|
|
73228
|
-
/**
|
|
73229
|
-
* limit the number of rows returned
|
|
73230
|
-
*/
|
|
73231
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
73232
|
-
/**
|
|
73233
|
-
* skip the first n rows. Use only with order_by
|
|
73234
|
-
*/
|
|
73235
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
73236
|
-
/**
|
|
73237
|
-
* sort the rows by one or more columns
|
|
73238
|
-
*/
|
|
73239
|
-
order_by?: Maybe<Array<change_order_by>>;
|
|
73240
|
-
/**
|
|
73241
|
-
* filter the rows returned
|
|
73242
|
-
*/
|
|
73243
|
-
where?: Maybe<change_bool_exp>;
|
|
73244
|
-
}) => change_aggregate;
|
|
73245
73111
|
/**
|
|
73246
73112
|
* An object relationship
|
|
73247
73113
|
*/
|
|
@@ -73256,93 +73122,18 @@ export interface action {
|
|
|
73256
73122
|
path?: Maybe<Scalars["String"]>;
|
|
73257
73123
|
}) => Maybe<ScalarsEnums["jsonb"]>;
|
|
73258
73124
|
isCurrent?: Maybe<ScalarsEnums["Boolean"]>;
|
|
73259
|
-
|
|
73260
|
-
|
|
73261
|
-
|
|
73262
|
-
|
|
73125
|
+
job_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73126
|
+
job_index?: Maybe<ScalarsEnums["Int"]>;
|
|
73127
|
+
job_page_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73128
|
+
job_plan_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73263
73129
|
objectId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73264
|
-
|
|
73130
|
+
op_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73265
73131
|
outputJson: (args?: {
|
|
73266
73132
|
/**
|
|
73267
73133
|
* JSON select path
|
|
73268
73134
|
*/
|
|
73269
73135
|
path?: Maybe<Scalars["String"]>;
|
|
73270
73136
|
}) => Maybe<ScalarsEnums["jsonb"]>;
|
|
73271
|
-
/**
|
|
73272
|
-
* An array relationship
|
|
73273
|
-
*/
|
|
73274
|
-
previousActions: (args?: {
|
|
73275
|
-
/**
|
|
73276
|
-
* distinct select on columns
|
|
73277
|
-
*/
|
|
73278
|
-
distinct_on?: Maybe<Array<action_select_column>>;
|
|
73279
|
-
/**
|
|
73280
|
-
* limit the number of rows returned
|
|
73281
|
-
*/
|
|
73282
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
73283
|
-
/**
|
|
73284
|
-
* skip the first n rows. Use only with order_by
|
|
73285
|
-
*/
|
|
73286
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
73287
|
-
/**
|
|
73288
|
-
* sort the rows by one or more columns
|
|
73289
|
-
*/
|
|
73290
|
-
order_by?: Maybe<Array<action_order_by>>;
|
|
73291
|
-
/**
|
|
73292
|
-
* filter the rows returned
|
|
73293
|
-
*/
|
|
73294
|
-
where?: Maybe<action_bool_exp>;
|
|
73295
|
-
}) => Array<action>;
|
|
73296
|
-
/**
|
|
73297
|
-
* An array relationship
|
|
73298
|
-
*/
|
|
73299
|
-
previousActions3: (args?: {
|
|
73300
|
-
/**
|
|
73301
|
-
* distinct select on columns
|
|
73302
|
-
*/
|
|
73303
|
-
distinct_on?: Maybe<Array<action_select_column>>;
|
|
73304
|
-
/**
|
|
73305
|
-
* limit the number of rows returned
|
|
73306
|
-
*/
|
|
73307
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
73308
|
-
/**
|
|
73309
|
-
* skip the first n rows. Use only with order_by
|
|
73310
|
-
*/
|
|
73311
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
73312
|
-
/**
|
|
73313
|
-
* sort the rows by one or more columns
|
|
73314
|
-
*/
|
|
73315
|
-
order_by?: Maybe<Array<action_order_by>>;
|
|
73316
|
-
/**
|
|
73317
|
-
* filter the rows returned
|
|
73318
|
-
*/
|
|
73319
|
-
where?: Maybe<action_bool_exp>;
|
|
73320
|
-
}) => Array<action>;
|
|
73321
|
-
/**
|
|
73322
|
-
* An aggregate relationship
|
|
73323
|
-
*/
|
|
73324
|
-
previousActions3_aggregate: (args?: {
|
|
73325
|
-
/**
|
|
73326
|
-
* distinct select on columns
|
|
73327
|
-
*/
|
|
73328
|
-
distinct_on?: Maybe<Array<action_select_column>>;
|
|
73329
|
-
/**
|
|
73330
|
-
* limit the number of rows returned
|
|
73331
|
-
*/
|
|
73332
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
73333
|
-
/**
|
|
73334
|
-
* skip the first n rows. Use only with order_by
|
|
73335
|
-
*/
|
|
73336
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
73337
|
-
/**
|
|
73338
|
-
* sort the rows by one or more columns
|
|
73339
|
-
*/
|
|
73340
|
-
order_by?: Maybe<Array<action_order_by>>;
|
|
73341
|
-
/**
|
|
73342
|
-
* filter the rows returned
|
|
73343
|
-
*/
|
|
73344
|
-
where?: Maybe<action_bool_exp>;
|
|
73345
|
-
}) => action_aggregate;
|
|
73346
73137
|
/**
|
|
73347
73138
|
* An array relationship
|
|
73348
73139
|
*/
|
|
@@ -73393,38 +73184,13 @@ export interface action {
|
|
|
73393
73184
|
*/
|
|
73394
73185
|
where?: Maybe<action_bool_exp>;
|
|
73395
73186
|
}) => action_aggregate;
|
|
73396
|
-
/**
|
|
73397
|
-
* An aggregate relationship
|
|
73398
|
-
*/
|
|
73399
|
-
previousActions_aggregate: (args?: {
|
|
73400
|
-
/**
|
|
73401
|
-
* distinct select on columns
|
|
73402
|
-
*/
|
|
73403
|
-
distinct_on?: Maybe<Array<action_select_column>>;
|
|
73404
|
-
/**
|
|
73405
|
-
* limit the number of rows returned
|
|
73406
|
-
*/
|
|
73407
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
73408
|
-
/**
|
|
73409
|
-
* skip the first n rows. Use only with order_by
|
|
73410
|
-
*/
|
|
73411
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
73412
|
-
/**
|
|
73413
|
-
* sort the rows by one or more columns
|
|
73414
|
-
*/
|
|
73415
|
-
order_by?: Maybe<Array<action_order_by>>;
|
|
73416
|
-
/**
|
|
73417
|
-
* filter the rows returned
|
|
73418
|
-
*/
|
|
73419
|
-
where?: Maybe<action_bool_exp>;
|
|
73420
|
-
}) => action_aggregate;
|
|
73421
73187
|
refs: (args?: {
|
|
73422
73188
|
/**
|
|
73423
73189
|
* JSON select path
|
|
73424
73190
|
*/
|
|
73425
73191
|
path?: Maybe<Scalars["String"]>;
|
|
73426
73192
|
}) => Maybe<ScalarsEnums["jsonb"]>;
|
|
73427
|
-
|
|
73193
|
+
schema_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73428
73194
|
/**
|
|
73429
73195
|
* An object relationship
|
|
73430
73196
|
*/
|
|
@@ -73477,7 +73243,7 @@ export interface action_aggregate_fields {
|
|
|
73477
73243
|
*/
|
|
73478
73244
|
export interface action_avg_fields {
|
|
73479
73245
|
__typename?: "action_avg_fields";
|
|
73480
|
-
|
|
73246
|
+
job_index?: Maybe<ScalarsEnums["Float"]>;
|
|
73481
73247
|
}
|
|
73482
73248
|
|
|
73483
73249
|
/**
|
|
@@ -73490,13 +73256,13 @@ export interface action_max_fields {
|
|
|
73490
73256
|
connectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73491
73257
|
createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
73492
73258
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73493
|
-
|
|
73494
|
-
|
|
73495
|
-
|
|
73496
|
-
|
|
73259
|
+
job_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73260
|
+
job_index?: Maybe<ScalarsEnums["Int"]>;
|
|
73261
|
+
job_page_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73262
|
+
job_plan_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73497
73263
|
objectId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73498
|
-
|
|
73499
|
-
|
|
73264
|
+
op_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73265
|
+
schema_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73500
73266
|
sourceId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73501
73267
|
status?: Maybe<ScalarsEnums["String"]>;
|
|
73502
73268
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -73516,13 +73282,13 @@ export interface action_min_fields {
|
|
|
73516
73282
|
connectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73517
73283
|
createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
73518
73284
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73519
|
-
|
|
73520
|
-
|
|
73521
|
-
|
|
73522
|
-
|
|
73285
|
+
job_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73286
|
+
job_index?: Maybe<ScalarsEnums["Int"]>;
|
|
73287
|
+
job_page_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73288
|
+
job_plan_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73523
73289
|
objectId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73524
|
-
|
|
73525
|
-
|
|
73290
|
+
op_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73291
|
+
schema_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
73526
73292
|
sourceId?: Maybe<ScalarsEnums["uuid"]>;
|
|
73527
73293
|
status?: Maybe<ScalarsEnums["String"]>;
|
|
73528
73294
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -73552,7 +73318,7 @@ export interface action_mutation_response {
|
|
|
73552
73318
|
*/
|
|
73553
73319
|
export interface action_stddev_fields {
|
|
73554
73320
|
__typename?: "action_stddev_fields";
|
|
73555
|
-
|
|
73321
|
+
job_index?: Maybe<ScalarsEnums["Float"]>;
|
|
73556
73322
|
}
|
|
73557
73323
|
|
|
73558
73324
|
/**
|
|
@@ -73560,7 +73326,7 @@ export interface action_stddev_fields {
|
|
|
73560
73326
|
*/
|
|
73561
73327
|
export interface action_stddev_pop_fields {
|
|
73562
73328
|
__typename?: "action_stddev_pop_fields";
|
|
73563
|
-
|
|
73329
|
+
job_index?: Maybe<ScalarsEnums["Float"]>;
|
|
73564
73330
|
}
|
|
73565
73331
|
|
|
73566
73332
|
/**
|
|
@@ -73568,7 +73334,7 @@ export interface action_stddev_pop_fields {
|
|
|
73568
73334
|
*/
|
|
73569
73335
|
export interface action_stddev_samp_fields {
|
|
73570
73336
|
__typename?: "action_stddev_samp_fields";
|
|
73571
|
-
|
|
73337
|
+
job_index?: Maybe<ScalarsEnums["Float"]>;
|
|
73572
73338
|
}
|
|
73573
73339
|
|
|
73574
73340
|
/**
|
|
@@ -73576,7 +73342,7 @@ export interface action_stddev_samp_fields {
|
|
|
73576
73342
|
*/
|
|
73577
73343
|
export interface action_sum_fields {
|
|
73578
73344
|
__typename?: "action_sum_fields";
|
|
73579
|
-
|
|
73345
|
+
job_index?: Maybe<ScalarsEnums["Int"]>;
|
|
73580
73346
|
}
|
|
73581
73347
|
|
|
73582
73348
|
/**
|
|
@@ -73584,7 +73350,7 @@ export interface action_sum_fields {
|
|
|
73584
73350
|
*/
|
|
73585
73351
|
export interface action_var_pop_fields {
|
|
73586
73352
|
__typename?: "action_var_pop_fields";
|
|
73587
|
-
|
|
73353
|
+
job_index?: Maybe<ScalarsEnums["Float"]>;
|
|
73588
73354
|
}
|
|
73589
73355
|
|
|
73590
73356
|
/**
|
|
@@ -73592,7 +73358,7 @@ export interface action_var_pop_fields {
|
|
|
73592
73358
|
*/
|
|
73593
73359
|
export interface action_var_samp_fields {
|
|
73594
73360
|
__typename?: "action_var_samp_fields";
|
|
73595
|
-
|
|
73361
|
+
job_index?: Maybe<ScalarsEnums["Float"]>;
|
|
73596
73362
|
}
|
|
73597
73363
|
|
|
73598
73364
|
/**
|
|
@@ -73600,7 +73366,7 @@ export interface action_var_samp_fields {
|
|
|
73600
73366
|
*/
|
|
73601
73367
|
export interface action_variance_fields {
|
|
73602
73368
|
__typename?: "action_variance_fields";
|
|
73603
|
-
|
|
73369
|
+
job_index?: Maybe<ScalarsEnums["Float"]>;
|
|
73604
73370
|
}
|
|
73605
73371
|
|
|
73606
73372
|
/**
|
|
@@ -96453,7 +96219,7 @@ export interface source {
|
|
|
96453
96219
|
*/
|
|
96454
96220
|
where?: Maybe<reservation_bool_exp>;
|
|
96455
96221
|
}) => reservation_aggregate;
|
|
96456
|
-
|
|
96222
|
+
schema_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
96457
96223
|
/**
|
|
96458
96224
|
* An array relationship
|
|
96459
96225
|
*/
|
|
@@ -96746,7 +96512,7 @@ export interface source_max_fields {
|
|
|
96746
96512
|
parentId?: Maybe<ScalarsEnums["uuid"]>;
|
|
96747
96513
|
remoteId?: Maybe<ScalarsEnums["String"]>;
|
|
96748
96514
|
reservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
96749
|
-
|
|
96515
|
+
schema_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
96750
96516
|
status?: Maybe<ScalarsEnums["String"]>;
|
|
96751
96517
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
96752
96518
|
transformType?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -96783,7 +96549,7 @@ export interface source_min_fields {
|
|
|
96783
96549
|
parentId?: Maybe<ScalarsEnums["uuid"]>;
|
|
96784
96550
|
remoteId?: Maybe<ScalarsEnums["String"]>;
|
|
96785
96551
|
reservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
96786
|
-
|
|
96552
|
+
schema_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
96787
96553
|
status?: Maybe<ScalarsEnums["String"]>;
|
|
96788
96554
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
96789
96555
|
transformType?: Maybe<ScalarsEnums["String"]>;
|