@databrainhq/plugin 0.9.21 → 0.9.22
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/README.md +26 -26
- package/dist/components/Alert/index.d.ts +1 -1
- package/dist/components/Chart/SingleValueChart.d.ts +16 -0
- package/dist/components/Chart/index.d.ts +21 -0
- package/dist/components/ChartModal/ChartConfig.d.ts +6 -16
- package/dist/components/ChartModal/ChartModalOptions.d.ts +7 -5
- package/dist/components/ChartPopup/components/UnderlyingData/index.d.ts +1 -1
- package/dist/components/ChartPopup/index.d.ts +1 -1
- package/dist/components/ChartSettingsPopup/components/ChartConfigure/index.d.ts +8 -0
- package/dist/components/ChartSettingsPopup/components/ChartSettings/index.d.ts +9 -0
- package/dist/components/ChartSettingsPopup/index.d.ts +9 -0
- package/dist/components/Charts/BarChart.d.ts +1 -1
- package/dist/components/Charts/LineChart.d.ts +1 -1
- package/dist/components/DataType/index.d.ts +1 -1
- package/dist/components/DateRangePicker/index.d.ts +1 -1
- package/dist/components/Error/index.d.ts +1 -1
- package/dist/components/ExternalMetricForm/index.d.ts +1 -1
- package/dist/components/FilterDropDown/index.d.ts +2 -2
- package/dist/components/FilterField/index.d.ts +2 -2
- package/dist/components/FloatingDropDown/index.d.ts +2 -2
- package/dist/components/FullScreenChart/index.d.ts +3 -4
- package/dist/components/GlobalFilters/AddFilter.d.ts +2 -2
- package/dist/components/GlobalFilters/AppliedFilter.d.ts +1 -1
- package/dist/components/GlobalFilters/NumberFilterField.d.ts +1 -1
- package/dist/components/GlobalFilters/index.d.ts +2 -2
- package/dist/components/Icons/index.d.ts +1 -1
- package/dist/components/InfoTooltip/index.d.ts +1 -1
- package/dist/components/MetricChart/ChartImageDownloadButton.d.ts +4 -4
- package/dist/components/MetricChart/CsvDownloadButton.d.ts +1 -1
- package/dist/components/MetricChart/MetricChart.d.ts +1 -1
- package/dist/components/MetricChart/index.d.ts +1 -0
- package/dist/components/MetricCreation/components/MetricOutput/MetricOutput.d.ts +1 -1
- package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/index.d.ts +6 -50
- package/dist/components/MetricCreation/components/MetricOutput/components/TableTab/index.d.ts +1 -1
- package/dist/components/MetricCreation/components/MetricOutput/components/index.d.ts +0 -1
- package/dist/components/MetricFilterDropDown/index.d.ts +1 -1
- package/dist/components/MetricList/MetricList.d.ts +3 -4
- package/dist/components/MetricList/components/{DownloadRawCsvModal.d.ts → DownloadRawCsvModal/index.d.ts} +1 -1
- package/dist/components/MetricList/components/FullScreenView/DownloadButton.d.ts +9 -0
- package/dist/components/MetricList/components/FullScreenView/index.d.ts +18 -0
- package/dist/components/MetricList/components/{LayoutAlert.d.ts → LayoutAlert/index.d.ts} +1 -1
- package/dist/components/MetricList/components/{MetricCard.d.ts → MetricCards/MetricCard.d.ts} +5 -6
- package/dist/components/MetricList/components/MetricCards/NoDataLoading.d.ts +7 -0
- package/dist/components/MetricList/components/{SingleValueCard.d.ts → MetricCards/SingleValueCard.d.ts} +1 -1
- package/dist/components/MetricList/components/{TableViewModal.d.ts → TableViewModal/index.d.ts} +1 -1
- package/dist/components/MetricList/components/index.d.ts +8 -0
- package/dist/components/MetricList/index.d.ts +1 -6
- package/dist/components/MetricTable/index.d.ts +1 -1
- package/dist/components/Modal/ModalFooter.d.ts +1 -1
- package/dist/components/PopoverMenu/index.d.ts +1 -1
- package/dist/components/Portal/index.d.ts +2 -0
- package/dist/components/ScheduleEmail/ScheduleEmailForm/index.d.ts +1 -1
- package/dist/components/Select/index.d.ts +5 -5
- package/dist/components/Tab/index.d.ts +1 -1
- package/dist/components/Table/DebouncedInput.d.ts +1 -1
- package/dist/components/Table/index.d.ts +4 -2
- package/dist/components/TagInputField/index.d.ts +1 -1
- package/dist/components/TimeGrainField/index.d.ts +1 -1
- package/dist/components/ToggleButton/SwitchInput.d.ts +1 -1
- package/dist/components/ToggleButton/ToggleInput.d.ts +1 -1
- package/dist/components/ToggleButton/index.d.ts +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/consts/metricOptions.d.ts +4 -0
- package/dist/containers/Dashboard/Dashboard.d.ts +1 -1
- package/dist/containers/Dashboard/DashboardProvider.d.ts +1 -1
- package/dist/helpers/getTimeFilterValue.d.ts +1 -1
- package/dist/helpers/timeseries.d.ts +6 -6
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useClientDashboardLayout.d.ts +1 -1
- package/dist/hooks/useExternalMetric.d.ts +3 -20
- package/dist/hooks/useGenerateEmbeddedMetric.d.ts +1 -1
- package/dist/hooks/useMetricCard.d.ts +37 -0
- package/dist/hooks/useOutsideAlerter.d.ts +1 -1
- package/dist/hooks/useScheduleEmail.d.ts +1 -1
- package/dist/index.es.js +86985 -128219
- package/dist/index.umd.js +298 -242
- package/dist/style.css +1 -1
- package/dist/types/app.d.ts +119 -61
- package/dist/types/metricCreate.d.ts +13 -87
- package/dist/utils/generated/graphql.d.ts +437 -437
- package/dist/utils/getChartAttributes.d.ts +5 -8
- package/dist/utils/getChartImage.d.ts +3 -0
- package/dist/utils/getChartOptions.d.ts +7 -0
- package/package.json +110 -98
- package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/components/ChartConfigure/index.d.ts +0 -26
- package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/components/ChartSettings/index.d.ts +0 -38
- package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/components/index.d.ts +0 -2
- package/dist/typings.d.ts +0 -17
- package/dist/utils/handleSaveChartImage.d.ts +0 -3
- /package/dist/components/MetricList/components/{ArchiveMetricModal.d.ts → ArchiveMetricModal/index.d.ts} +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { UseMutationOptions, UseQueryOptions } from 'react-query';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
2
|
+
export type Maybe<T> = T | null;
|
|
3
|
+
export type InputMaybe<T> = Maybe<T>;
|
|
4
|
+
export type Exact<T extends {
|
|
5
5
|
[key: string]: unknown;
|
|
6
6
|
}> = {
|
|
7
7
|
[K in keyof T]: T[K];
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
10
10
|
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
11
11
|
};
|
|
12
|
-
export
|
|
12
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
13
13
|
[SubKey in K]: Maybe<T[SubKey]>;
|
|
14
14
|
};
|
|
15
15
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
16
|
-
export
|
|
16
|
+
export type Scalars = {
|
|
17
17
|
ID: string;
|
|
18
18
|
String: string;
|
|
19
19
|
Boolean: boolean;
|
|
@@ -25,7 +25,7 @@ export declare type Scalars = {
|
|
|
25
25
|
uuid: any;
|
|
26
26
|
};
|
|
27
27
|
/** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */
|
|
28
|
-
export
|
|
28
|
+
export type Boolean_Comparison_Exp = {
|
|
29
29
|
_eq?: InputMaybe<Scalars['Boolean']>;
|
|
30
30
|
_gt?: InputMaybe<Scalars['Boolean']>;
|
|
31
31
|
_gte?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -36,19 +36,19 @@ export declare type Boolean_Comparison_Exp = {
|
|
|
36
36
|
_neq?: InputMaybe<Scalars['Boolean']>;
|
|
37
37
|
_nin?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
38
38
|
};
|
|
39
|
-
export
|
|
39
|
+
export type ColumnData = {
|
|
40
40
|
__typename?: 'ColumnData';
|
|
41
41
|
label: Scalars['String'];
|
|
42
42
|
value: Scalars['String'];
|
|
43
43
|
};
|
|
44
|
-
export
|
|
44
|
+
export type ColumnDataError = {
|
|
45
45
|
__typename?: 'ColumnDataError';
|
|
46
46
|
message: Scalars['String'];
|
|
47
47
|
};
|
|
48
|
-
export
|
|
48
|
+
export type EmbeddedDashboardDataInput = {
|
|
49
49
|
token: Scalars['String'];
|
|
50
50
|
};
|
|
51
|
-
export
|
|
51
|
+
export type EmbeddedDashboardDataOutput = {
|
|
52
52
|
__typename?: 'EmbeddedDashboardDataOutput';
|
|
53
53
|
clientId?: Maybe<Scalars['String']>;
|
|
54
54
|
companyId?: Maybe<Scalars['String']>;
|
|
@@ -67,11 +67,11 @@ export declare type EmbeddedDashboardDataOutput = {
|
|
|
67
67
|
rlsSettings?: Maybe<Scalars['json']>;
|
|
68
68
|
workspace?: Maybe<Scalars['json']>;
|
|
69
69
|
};
|
|
70
|
-
export
|
|
70
|
+
export type Error = {
|
|
71
71
|
__typename?: 'Error';
|
|
72
72
|
message: Scalars['String'];
|
|
73
73
|
};
|
|
74
|
-
export
|
|
74
|
+
export type ExternalMetricQueryInput = {
|
|
75
75
|
clientId?: InputMaybe<Scalars['String']>;
|
|
76
76
|
externalMetricId: Scalars['String'];
|
|
77
77
|
filterValues?: InputMaybe<Scalars['json']>;
|
|
@@ -79,75 +79,75 @@ export declare type ExternalMetricQueryInput = {
|
|
|
79
79
|
rlsConditions?: InputMaybe<Scalars['json']>;
|
|
80
80
|
tenancyLevel?: InputMaybe<Scalars['String']>;
|
|
81
81
|
};
|
|
82
|
-
export
|
|
82
|
+
export type ExternalMetricQueryOutput = {
|
|
83
83
|
__typename?: 'ExternalMetricQueryOutput';
|
|
84
84
|
data?: Maybe<Scalars['json']>;
|
|
85
85
|
timeTaken?: Maybe<Scalars['Float']>;
|
|
86
86
|
};
|
|
87
|
-
export
|
|
87
|
+
export type FetchColumnDataInput = {
|
|
88
88
|
columnName: Scalars['String'];
|
|
89
89
|
integrationId: Scalars['String'];
|
|
90
90
|
integrationName: Scalars['String'];
|
|
91
91
|
tableName: Scalars['String'];
|
|
92
92
|
};
|
|
93
|
-
export
|
|
93
|
+
export type FetchColumnDataOutput = {
|
|
94
94
|
__typename?: 'FetchColumnDataOutput';
|
|
95
95
|
data?: Maybe<Array<Maybe<ColumnData>>>;
|
|
96
96
|
error?: Maybe<ColumnDataError>;
|
|
97
97
|
};
|
|
98
|
-
export
|
|
98
|
+
export type GenerateDatasetMetricsInput = {
|
|
99
99
|
integrationId: Scalars['String'];
|
|
100
100
|
integrationName: Scalars['String'];
|
|
101
101
|
userInputs: Scalars['json'];
|
|
102
102
|
};
|
|
103
|
-
export
|
|
103
|
+
export type GenerateDatasetMetricsOutput = {
|
|
104
104
|
__typename?: 'GenerateDatasetMetricsOutput';
|
|
105
105
|
error?: Maybe<Scalars['json']>;
|
|
106
106
|
query?: Maybe<Scalars['String']>;
|
|
107
107
|
result?: Maybe<Scalars['json']>;
|
|
108
108
|
timeTaken?: Maybe<Scalars['Float']>;
|
|
109
109
|
};
|
|
110
|
-
export
|
|
110
|
+
export type GenerateEmbeddedMeticInput = {
|
|
111
111
|
clientId: Scalars['String'];
|
|
112
112
|
companyId: Scalars['String'];
|
|
113
113
|
queryPrompt: Scalars['String'];
|
|
114
114
|
timeGrain?: InputMaybe<Scalars['String']>;
|
|
115
115
|
};
|
|
116
|
-
export
|
|
116
|
+
export type GenerateEmbeddedMeticOutput = {
|
|
117
117
|
__typename?: 'GenerateEmbeddedMeticOutput';
|
|
118
118
|
error?: Maybe<Error>;
|
|
119
119
|
query?: Maybe<Scalars['String']>;
|
|
120
120
|
result?: Maybe<Scalars['json']>;
|
|
121
121
|
};
|
|
122
|
-
export
|
|
122
|
+
export type GenerateExternalMetricQueryInput = {
|
|
123
123
|
inputData: Scalars['json'];
|
|
124
124
|
};
|
|
125
|
-
export
|
|
125
|
+
export type GenerateExternalMetricQueryOutput = {
|
|
126
126
|
__typename?: 'GenerateExternalMetricQueryOutput';
|
|
127
127
|
query: Scalars['String'];
|
|
128
128
|
};
|
|
129
|
-
export
|
|
129
|
+
export type GetUnderlyingDataInput = {
|
|
130
130
|
columnName: Scalars['String'];
|
|
131
131
|
companyId: Scalars['String'];
|
|
132
132
|
query: Scalars['String'];
|
|
133
133
|
value: Scalars['json'];
|
|
134
134
|
};
|
|
135
|
-
export
|
|
135
|
+
export type GetUnderlyingDataOutput = {
|
|
136
136
|
__typename?: 'GetUnderlyingDataOutput';
|
|
137
137
|
data: Array<Maybe<Scalars['json']>>;
|
|
138
138
|
timeTaken: Scalars['Int'];
|
|
139
139
|
};
|
|
140
|
-
export
|
|
140
|
+
export type GetUnderlyingSqlQueryInput = {
|
|
141
141
|
columnName: Scalars['String'];
|
|
142
142
|
sqlQuery: Scalars['String'];
|
|
143
143
|
value: Scalars['json'];
|
|
144
144
|
};
|
|
145
|
-
export
|
|
145
|
+
export type GetUnderlyingSqlQueryOutput = {
|
|
146
146
|
__typename?: 'GetUnderlyingSqlQueryOutput';
|
|
147
147
|
query: Scalars['String'];
|
|
148
148
|
};
|
|
149
149
|
/** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */
|
|
150
|
-
export
|
|
150
|
+
export type Int_Comparison_Exp = {
|
|
151
151
|
_eq?: InputMaybe<Scalars['Int']>;
|
|
152
152
|
_gt?: InputMaybe<Scalars['Int']>;
|
|
153
153
|
_gte?: InputMaybe<Scalars['Int']>;
|
|
@@ -158,7 +158,7 @@ export declare type Int_Comparison_Exp = {
|
|
|
158
158
|
_neq?: InputMaybe<Scalars['Int']>;
|
|
159
159
|
_nin?: InputMaybe<Array<Scalars['Int']>>;
|
|
160
160
|
};
|
|
161
|
-
export
|
|
161
|
+
export type InvokeSaveRawCsvDetailsInput = {
|
|
162
162
|
configurations: Scalars['json'];
|
|
163
163
|
expireCsvFileAt: Scalars['String'];
|
|
164
164
|
expireUrlIn: Scalars['Int'];
|
|
@@ -167,46 +167,46 @@ export declare type InvokeSaveRawCsvDetailsInput = {
|
|
|
167
167
|
integrationName: Scalars['String'];
|
|
168
168
|
query: Scalars['String'];
|
|
169
169
|
};
|
|
170
|
-
export
|
|
170
|
+
export type InvokeSaveRawCsvDetailsOutput = {
|
|
171
171
|
__typename?: 'InvokeSaveRawCsvDetailsOutput';
|
|
172
172
|
error?: Maybe<Scalars['String']>;
|
|
173
173
|
statusCode?: Maybe<Scalars['Int']>;
|
|
174
174
|
};
|
|
175
|
-
export
|
|
175
|
+
export type PreviewTableData = {
|
|
176
176
|
__typename?: 'PreviewTableData';
|
|
177
177
|
data?: Maybe<Scalars['json']>;
|
|
178
178
|
isError: Scalars['Boolean'];
|
|
179
179
|
name: Scalars['String'];
|
|
180
180
|
};
|
|
181
|
-
export
|
|
181
|
+
export type PreviewTableError = {
|
|
182
182
|
__typename?: 'PreviewTableError';
|
|
183
183
|
message: Scalars['String'];
|
|
184
184
|
};
|
|
185
|
-
export
|
|
185
|
+
export type PreviewTableInput = {
|
|
186
186
|
integrationId: Scalars['String'];
|
|
187
187
|
integrationName: Scalars['String'];
|
|
188
188
|
limit: Scalars['Int'];
|
|
189
189
|
tableName: Scalars['String'];
|
|
190
190
|
};
|
|
191
|
-
export
|
|
191
|
+
export type PreviewTableOutput = {
|
|
192
192
|
__typename?: 'PreviewTableOutput';
|
|
193
193
|
data?: Maybe<PreviewTableData>;
|
|
194
194
|
error?: Maybe<PreviewTableError>;
|
|
195
195
|
};
|
|
196
|
-
export
|
|
196
|
+
export type SendRawCsvInput = {
|
|
197
197
|
companyId: Scalars['String'];
|
|
198
198
|
metricName?: InputMaybe<Scalars['String']>;
|
|
199
199
|
recipientAddress: Scalars['String'];
|
|
200
200
|
sqlQuery: Scalars['String'];
|
|
201
201
|
workspaceId?: InputMaybe<Scalars['String']>;
|
|
202
202
|
};
|
|
203
|
-
export
|
|
203
|
+
export type SendRawCsvOutput = {
|
|
204
204
|
__typename?: 'SendRawCsvOutput';
|
|
205
205
|
error?: Maybe<Error>;
|
|
206
206
|
status?: Maybe<Scalars['String']>;
|
|
207
207
|
};
|
|
208
208
|
/** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */
|
|
209
|
-
export
|
|
209
|
+
export type String_Comparison_Exp = {
|
|
210
210
|
_eq?: InputMaybe<Scalars['String']>;
|
|
211
211
|
_gt?: InputMaybe<Scalars['String']>;
|
|
212
212
|
_gte?: InputMaybe<Scalars['String']>;
|
|
@@ -237,20 +237,20 @@ export declare type String_Comparison_Exp = {
|
|
|
237
237
|
/** does the column match the given SQL regular expression */
|
|
238
238
|
_similar?: InputMaybe<Scalars['String']>;
|
|
239
239
|
};
|
|
240
|
-
export
|
|
240
|
+
export type SubsetColumns = {
|
|
241
241
|
__typename?: 'SubsetColumns';
|
|
242
242
|
as: Scalars['String'];
|
|
243
243
|
datatype: Scalars['String'];
|
|
244
244
|
name: Scalars['String'];
|
|
245
245
|
};
|
|
246
|
-
export
|
|
246
|
+
export type TableList = {
|
|
247
247
|
__typename?: 'TableList';
|
|
248
248
|
clientColumn?: Maybe<Scalars['String']>;
|
|
249
249
|
columns?: Maybe<Array<Maybe<SubsetColumns>>>;
|
|
250
250
|
tableName: Scalars['String'];
|
|
251
251
|
};
|
|
252
252
|
/** Metric resize attributes of client dashboard. */
|
|
253
|
-
export
|
|
253
|
+
export type ClientDashboardLayout = {
|
|
254
254
|
__typename?: 'clientDashboardLayout';
|
|
255
255
|
clientId: Scalars['String'];
|
|
256
256
|
/** An object relationship */
|
|
@@ -260,21 +260,21 @@ export declare type ClientDashboardLayout = {
|
|
|
260
260
|
layout: Scalars['jsonb'];
|
|
261
261
|
};
|
|
262
262
|
/** Metric resize attributes of client dashboard. */
|
|
263
|
-
export
|
|
263
|
+
export type ClientDashboardLayoutLayoutArgs = {
|
|
264
264
|
path?: InputMaybe<Scalars['String']>;
|
|
265
265
|
};
|
|
266
266
|
/** order by aggregate values of table "clientDashboardLayout" */
|
|
267
|
-
export
|
|
267
|
+
export type ClientDashboardLayout_Aggregate_Order_By = {
|
|
268
268
|
count?: InputMaybe<Order_By>;
|
|
269
269
|
max?: InputMaybe<ClientDashboardLayout_Max_Order_By>;
|
|
270
270
|
min?: InputMaybe<ClientDashboardLayout_Min_Order_By>;
|
|
271
271
|
};
|
|
272
272
|
/** append existing jsonb value of filtered columns with new jsonb value */
|
|
273
|
-
export
|
|
273
|
+
export type ClientDashboardLayout_Append_Input = {
|
|
274
274
|
layout?: InputMaybe<Scalars['jsonb']>;
|
|
275
275
|
};
|
|
276
276
|
/** Boolean expression to filter rows from the table "clientDashboardLayout". All fields are combined with a logical 'AND'. */
|
|
277
|
-
export
|
|
277
|
+
export type ClientDashboardLayout_Bool_Exp = {
|
|
278
278
|
_and?: InputMaybe<Array<ClientDashboardLayout_Bool_Exp>>;
|
|
279
279
|
_not?: InputMaybe<ClientDashboardLayout_Bool_Exp>;
|
|
280
280
|
_or?: InputMaybe<Array<ClientDashboardLayout_Bool_Exp>>;
|
|
@@ -290,36 +290,36 @@ export declare enum ClientDashboardLayout_Constraint {
|
|
|
290
290
|
ClientDashboardLayoutPkey = "clientDashboardLayout_pkey"
|
|
291
291
|
}
|
|
292
292
|
/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */
|
|
293
|
-
export
|
|
293
|
+
export type ClientDashboardLayout_Delete_At_Path_Input = {
|
|
294
294
|
layout?: InputMaybe<Array<Scalars['String']>>;
|
|
295
295
|
};
|
|
296
296
|
/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */
|
|
297
|
-
export
|
|
297
|
+
export type ClientDashboardLayout_Delete_Elem_Input = {
|
|
298
298
|
layout?: InputMaybe<Scalars['Int']>;
|
|
299
299
|
};
|
|
300
300
|
/** delete key/value pair or string element. key/value pairs are matched based on their key value */
|
|
301
|
-
export
|
|
301
|
+
export type ClientDashboardLayout_Delete_Key_Input = {
|
|
302
302
|
layout?: InputMaybe<Scalars['String']>;
|
|
303
303
|
};
|
|
304
304
|
/** input type for inserting data into table "clientDashboardLayout" */
|
|
305
|
-
export
|
|
305
|
+
export type ClientDashboardLayout_Insert_Input = {
|
|
306
306
|
clientId?: InputMaybe<Scalars['String']>;
|
|
307
307
|
externalDashboardId?: InputMaybe<Scalars['uuid']>;
|
|
308
308
|
isLocked?: InputMaybe<Scalars['Boolean']>;
|
|
309
309
|
layout?: InputMaybe<Scalars['jsonb']>;
|
|
310
310
|
};
|
|
311
311
|
/** order by max() on columns of table "clientDashboardLayout" */
|
|
312
|
-
export
|
|
312
|
+
export type ClientDashboardLayout_Max_Order_By = {
|
|
313
313
|
clientId?: InputMaybe<Order_By>;
|
|
314
314
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
315
315
|
};
|
|
316
316
|
/** order by min() on columns of table "clientDashboardLayout" */
|
|
317
|
-
export
|
|
317
|
+
export type ClientDashboardLayout_Min_Order_By = {
|
|
318
318
|
clientId?: InputMaybe<Order_By>;
|
|
319
319
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
320
320
|
};
|
|
321
321
|
/** response of any mutation on the table "clientDashboardLayout" */
|
|
322
|
-
export
|
|
322
|
+
export type ClientDashboardLayout_Mutation_Response = {
|
|
323
323
|
__typename?: 'clientDashboardLayout_mutation_response';
|
|
324
324
|
/** number of rows affected by the mutation */
|
|
325
325
|
affected_rows: Scalars['Int'];
|
|
@@ -327,13 +327,13 @@ export declare type ClientDashboardLayout_Mutation_Response = {
|
|
|
327
327
|
returning: Array<ClientDashboardLayout>;
|
|
328
328
|
};
|
|
329
329
|
/** on_conflict condition type for table "clientDashboardLayout" */
|
|
330
|
-
export
|
|
330
|
+
export type ClientDashboardLayout_On_Conflict = {
|
|
331
331
|
constraint: ClientDashboardLayout_Constraint;
|
|
332
332
|
update_columns?: Array<ClientDashboardLayout_Update_Column>;
|
|
333
333
|
where?: InputMaybe<ClientDashboardLayout_Bool_Exp>;
|
|
334
334
|
};
|
|
335
335
|
/** Ordering options when selecting data from "clientDashboardLayout". */
|
|
336
|
-
export
|
|
336
|
+
export type ClientDashboardLayout_Order_By = {
|
|
337
337
|
clientId?: InputMaybe<Order_By>;
|
|
338
338
|
externalDashboard?: InputMaybe<ExternalDashboards_Order_By>;
|
|
339
339
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
@@ -341,12 +341,12 @@ export declare type ClientDashboardLayout_Order_By = {
|
|
|
341
341
|
layout?: InputMaybe<Order_By>;
|
|
342
342
|
};
|
|
343
343
|
/** primary key columns input for table: clientDashboardLayout */
|
|
344
|
-
export
|
|
344
|
+
export type ClientDashboardLayout_Pk_Columns_Input = {
|
|
345
345
|
clientId: Scalars['String'];
|
|
346
346
|
externalDashboardId: Scalars['uuid'];
|
|
347
347
|
};
|
|
348
348
|
/** prepend existing jsonb value of filtered columns with new jsonb value */
|
|
349
|
-
export
|
|
349
|
+
export type ClientDashboardLayout_Prepend_Input = {
|
|
350
350
|
layout?: InputMaybe<Scalars['jsonb']>;
|
|
351
351
|
};
|
|
352
352
|
/** select columns of table "clientDashboardLayout" */
|
|
@@ -361,7 +361,7 @@ export declare enum ClientDashboardLayout_Select_Column {
|
|
|
361
361
|
Layout = "layout"
|
|
362
362
|
}
|
|
363
363
|
/** input type for updating data in table "clientDashboardLayout" */
|
|
364
|
-
export
|
|
364
|
+
export type ClientDashboardLayout_Set_Input = {
|
|
365
365
|
isLocked?: InputMaybe<Scalars['Boolean']>;
|
|
366
366
|
layout?: InputMaybe<Scalars['jsonb']>;
|
|
367
367
|
};
|
|
@@ -373,7 +373,7 @@ export declare enum ClientDashboardLayout_Update_Column {
|
|
|
373
373
|
Layout = "layout"
|
|
374
374
|
}
|
|
375
375
|
/** Client's dashboard metrics layout tracker. */
|
|
376
|
-
export
|
|
376
|
+
export type ClientDashboardMetrics = {
|
|
377
377
|
__typename?: 'clientDashboardMetrics';
|
|
378
378
|
clientId: Scalars['String'];
|
|
379
379
|
/** An object relationship */
|
|
@@ -381,13 +381,13 @@ export declare type ClientDashboardMetrics = {
|
|
|
381
381
|
externalDashboardId: Scalars['uuid'];
|
|
382
382
|
};
|
|
383
383
|
/** order by aggregate values of table "clientDashboardMetrics" */
|
|
384
|
-
export
|
|
384
|
+
export type ClientDashboardMetrics_Aggregate_Order_By = {
|
|
385
385
|
count?: InputMaybe<Order_By>;
|
|
386
386
|
max?: InputMaybe<ClientDashboardMetrics_Max_Order_By>;
|
|
387
387
|
min?: InputMaybe<ClientDashboardMetrics_Min_Order_By>;
|
|
388
388
|
};
|
|
389
389
|
/** Boolean expression to filter rows from the table "clientDashboardMetrics". All fields are combined with a logical 'AND'. */
|
|
390
|
-
export
|
|
390
|
+
export type ClientDashboardMetrics_Bool_Exp = {
|
|
391
391
|
_and?: InputMaybe<Array<ClientDashboardMetrics_Bool_Exp>>;
|
|
392
392
|
_not?: InputMaybe<ClientDashboardMetrics_Bool_Exp>;
|
|
393
393
|
_or?: InputMaybe<Array<ClientDashboardMetrics_Bool_Exp>>;
|
|
@@ -403,22 +403,22 @@ export declare enum ClientDashboardMetrics_Constraint {
|
|
|
403
403
|
ClientDashboardMetricsPkey = "clientDashboardMetrics_pkey"
|
|
404
404
|
}
|
|
405
405
|
/** input type for inserting data into table "clientDashboardMetrics" */
|
|
406
|
-
export
|
|
406
|
+
export type ClientDashboardMetrics_Insert_Input = {
|
|
407
407
|
clientId?: InputMaybe<Scalars['String']>;
|
|
408
408
|
externalDashboardId?: InputMaybe<Scalars['uuid']>;
|
|
409
409
|
};
|
|
410
410
|
/** order by max() on columns of table "clientDashboardMetrics" */
|
|
411
|
-
export
|
|
411
|
+
export type ClientDashboardMetrics_Max_Order_By = {
|
|
412
412
|
clientId?: InputMaybe<Order_By>;
|
|
413
413
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
414
414
|
};
|
|
415
415
|
/** order by min() on columns of table "clientDashboardMetrics" */
|
|
416
|
-
export
|
|
416
|
+
export type ClientDashboardMetrics_Min_Order_By = {
|
|
417
417
|
clientId?: InputMaybe<Order_By>;
|
|
418
418
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
419
419
|
};
|
|
420
420
|
/** response of any mutation on the table "clientDashboardMetrics" */
|
|
421
|
-
export
|
|
421
|
+
export type ClientDashboardMetrics_Mutation_Response = {
|
|
422
422
|
__typename?: 'clientDashboardMetrics_mutation_response';
|
|
423
423
|
/** number of rows affected by the mutation */
|
|
424
424
|
affected_rows: Scalars['Int'];
|
|
@@ -426,13 +426,13 @@ export declare type ClientDashboardMetrics_Mutation_Response = {
|
|
|
426
426
|
returning: Array<ClientDashboardMetrics>;
|
|
427
427
|
};
|
|
428
428
|
/** on_conflict condition type for table "clientDashboardMetrics" */
|
|
429
|
-
export
|
|
429
|
+
export type ClientDashboardMetrics_On_Conflict = {
|
|
430
430
|
constraint: ClientDashboardMetrics_Constraint;
|
|
431
431
|
update_columns?: Array<ClientDashboardMetrics_Update_Column>;
|
|
432
432
|
where?: InputMaybe<ClientDashboardMetrics_Bool_Exp>;
|
|
433
433
|
};
|
|
434
434
|
/** Ordering options when selecting data from "clientDashboardMetrics". */
|
|
435
|
-
export
|
|
435
|
+
export type ClientDashboardMetrics_Order_By = {
|
|
436
436
|
clientId?: InputMaybe<Order_By>;
|
|
437
437
|
externalDashboard?: InputMaybe<ExternalDashboards_Order_By>;
|
|
438
438
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
@@ -450,7 +450,7 @@ export declare enum ClientDashboardMetrics_Update_Column {
|
|
|
450
450
|
Placeholder = "_PLACEHOLDER"
|
|
451
451
|
}
|
|
452
452
|
/** Track metrics deleted by the end users. */
|
|
453
|
-
export
|
|
453
|
+
export type ClientDeletedMetrics = {
|
|
454
454
|
__typename?: 'clientDeletedMetrics';
|
|
455
455
|
clientId: Scalars['String'];
|
|
456
456
|
/** An object relationship */
|
|
@@ -458,19 +458,19 @@ export declare type ClientDeletedMetrics = {
|
|
|
458
458
|
externalMetricId: Scalars['uuid'];
|
|
459
459
|
};
|
|
460
460
|
/** order by aggregate values of table "clientDeletedMetrics" */
|
|
461
|
-
export
|
|
461
|
+
export type ClientDeletedMetrics_Aggregate_Order_By = {
|
|
462
462
|
count?: InputMaybe<Order_By>;
|
|
463
463
|
max?: InputMaybe<ClientDeletedMetrics_Max_Order_By>;
|
|
464
464
|
min?: InputMaybe<ClientDeletedMetrics_Min_Order_By>;
|
|
465
465
|
};
|
|
466
466
|
/** input type for inserting array relation for remote table "clientDeletedMetrics" */
|
|
467
|
-
export
|
|
467
|
+
export type ClientDeletedMetrics_Arr_Rel_Insert_Input = {
|
|
468
468
|
data: Array<ClientDeletedMetrics_Insert_Input>;
|
|
469
469
|
/** upsert condition */
|
|
470
470
|
on_conflict?: InputMaybe<ClientDeletedMetrics_On_Conflict>;
|
|
471
471
|
};
|
|
472
472
|
/** Boolean expression to filter rows from the table "clientDeletedMetrics". All fields are combined with a logical 'AND'. */
|
|
473
|
-
export
|
|
473
|
+
export type ClientDeletedMetrics_Bool_Exp = {
|
|
474
474
|
_and?: InputMaybe<Array<ClientDeletedMetrics_Bool_Exp>>;
|
|
475
475
|
_not?: InputMaybe<ClientDeletedMetrics_Bool_Exp>;
|
|
476
476
|
_or?: InputMaybe<Array<ClientDeletedMetrics_Bool_Exp>>;
|
|
@@ -484,23 +484,23 @@ export declare enum ClientDeletedMetrics_Constraint {
|
|
|
484
484
|
ClientDeletedMetricsPkey = "clientDeletedMetrics_pkey"
|
|
485
485
|
}
|
|
486
486
|
/** input type for inserting data into table "clientDeletedMetrics" */
|
|
487
|
-
export
|
|
487
|
+
export type ClientDeletedMetrics_Insert_Input = {
|
|
488
488
|
clientId?: InputMaybe<Scalars['String']>;
|
|
489
489
|
externalMetric?: InputMaybe<ExternalMetrics_Obj_Rel_Insert_Input>;
|
|
490
490
|
externalMetricId?: InputMaybe<Scalars['uuid']>;
|
|
491
491
|
};
|
|
492
492
|
/** order by max() on columns of table "clientDeletedMetrics" */
|
|
493
|
-
export
|
|
493
|
+
export type ClientDeletedMetrics_Max_Order_By = {
|
|
494
494
|
clientId?: InputMaybe<Order_By>;
|
|
495
495
|
externalMetricId?: InputMaybe<Order_By>;
|
|
496
496
|
};
|
|
497
497
|
/** order by min() on columns of table "clientDeletedMetrics" */
|
|
498
|
-
export
|
|
498
|
+
export type ClientDeletedMetrics_Min_Order_By = {
|
|
499
499
|
clientId?: InputMaybe<Order_By>;
|
|
500
500
|
externalMetricId?: InputMaybe<Order_By>;
|
|
501
501
|
};
|
|
502
502
|
/** response of any mutation on the table "clientDeletedMetrics" */
|
|
503
|
-
export
|
|
503
|
+
export type ClientDeletedMetrics_Mutation_Response = {
|
|
504
504
|
__typename?: 'clientDeletedMetrics_mutation_response';
|
|
505
505
|
/** number of rows affected by the mutation */
|
|
506
506
|
affected_rows: Scalars['Int'];
|
|
@@ -508,13 +508,13 @@ export declare type ClientDeletedMetrics_Mutation_Response = {
|
|
|
508
508
|
returning: Array<ClientDeletedMetrics>;
|
|
509
509
|
};
|
|
510
510
|
/** on_conflict condition type for table "clientDeletedMetrics" */
|
|
511
|
-
export
|
|
511
|
+
export type ClientDeletedMetrics_On_Conflict = {
|
|
512
512
|
constraint: ClientDeletedMetrics_Constraint;
|
|
513
513
|
update_columns?: Array<ClientDeletedMetrics_Update_Column>;
|
|
514
514
|
where?: InputMaybe<ClientDeletedMetrics_Bool_Exp>;
|
|
515
515
|
};
|
|
516
516
|
/** Ordering options when selecting data from "clientDeletedMetrics". */
|
|
517
|
-
export
|
|
517
|
+
export type ClientDeletedMetrics_Order_By = {
|
|
518
518
|
clientId?: InputMaybe<Order_By>;
|
|
519
519
|
externalMetric?: InputMaybe<ExternalMetrics_Order_By>;
|
|
520
520
|
externalMetricId?: InputMaybe<Order_By>;
|
|
@@ -532,7 +532,7 @@ export declare enum ClientDeletedMetrics_Update_Column {
|
|
|
532
532
|
Placeholder = "_PLACEHOLDER"
|
|
533
533
|
}
|
|
534
534
|
/** columns and relationships of "companyIntegrations" */
|
|
535
|
-
export
|
|
535
|
+
export type CompanyIntegrations = {
|
|
536
536
|
__typename?: 'companyIntegrations';
|
|
537
537
|
companyId: Scalars['uuid'];
|
|
538
538
|
/** An object relationship */
|
|
@@ -548,7 +548,7 @@ export declare type CompanyIntegrations = {
|
|
|
548
548
|
workspaceId: Scalars['uuid'];
|
|
549
549
|
};
|
|
550
550
|
/** columns and relationships of "companyIntegrations" */
|
|
551
|
-
export
|
|
551
|
+
export type CompanyIntegrationsCustomSqlColumnsArgs = {
|
|
552
552
|
distinct_on?: InputMaybe<Array<CustomSqlColumns_Select_Column>>;
|
|
553
553
|
limit?: InputMaybe<Scalars['Int']>;
|
|
554
554
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -556,7 +556,7 @@ export declare type CompanyIntegrationsCustomSqlColumnsArgs = {
|
|
|
556
556
|
where?: InputMaybe<CustomSqlColumns_Bool_Exp>;
|
|
557
557
|
};
|
|
558
558
|
/** columns and relationships of "companyIntegrations" */
|
|
559
|
-
export
|
|
559
|
+
export type CompanyIntegrationsExternalMetricsArgs = {
|
|
560
560
|
distinct_on?: InputMaybe<Array<ExternalMetrics_Select_Column>>;
|
|
561
561
|
limit?: InputMaybe<Scalars['Int']>;
|
|
562
562
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -564,13 +564,13 @@ export declare type CompanyIntegrationsExternalMetricsArgs = {
|
|
|
564
564
|
where?: InputMaybe<ExternalMetrics_Bool_Exp>;
|
|
565
565
|
};
|
|
566
566
|
/** order by aggregate values of table "companyIntegrations" */
|
|
567
|
-
export
|
|
567
|
+
export type CompanyIntegrations_Aggregate_Order_By = {
|
|
568
568
|
count?: InputMaybe<Order_By>;
|
|
569
569
|
max?: InputMaybe<CompanyIntegrations_Max_Order_By>;
|
|
570
570
|
min?: InputMaybe<CompanyIntegrations_Min_Order_By>;
|
|
571
571
|
};
|
|
572
572
|
/** Boolean expression to filter rows from the table "companyIntegrations". All fields are combined with a logical 'AND'. */
|
|
573
|
-
export
|
|
573
|
+
export type CompanyIntegrations_Bool_Exp = {
|
|
574
574
|
_and?: InputMaybe<Array<CompanyIntegrations_Bool_Exp>>;
|
|
575
575
|
_not?: InputMaybe<CompanyIntegrations_Bool_Exp>;
|
|
576
576
|
_or?: InputMaybe<Array<CompanyIntegrations_Bool_Exp>>;
|
|
@@ -584,7 +584,7 @@ export declare type CompanyIntegrations_Bool_Exp = {
|
|
|
584
584
|
workspaceId?: InputMaybe<Uuid_Comparison_Exp>;
|
|
585
585
|
};
|
|
586
586
|
/** order by max() on columns of table "companyIntegrations" */
|
|
587
|
-
export
|
|
587
|
+
export type CompanyIntegrations_Max_Order_By = {
|
|
588
588
|
companyId?: InputMaybe<Order_By>;
|
|
589
589
|
id?: InputMaybe<Order_By>;
|
|
590
590
|
/** connected source or destination id */
|
|
@@ -593,7 +593,7 @@ export declare type CompanyIntegrations_Max_Order_By = {
|
|
|
593
593
|
workspaceId?: InputMaybe<Order_By>;
|
|
594
594
|
};
|
|
595
595
|
/** order by min() on columns of table "companyIntegrations" */
|
|
596
|
-
export
|
|
596
|
+
export type CompanyIntegrations_Min_Order_By = {
|
|
597
597
|
companyId?: InputMaybe<Order_By>;
|
|
598
598
|
id?: InputMaybe<Order_By>;
|
|
599
599
|
/** connected source or destination id */
|
|
@@ -602,7 +602,7 @@ export declare type CompanyIntegrations_Min_Order_By = {
|
|
|
602
602
|
workspaceId?: InputMaybe<Order_By>;
|
|
603
603
|
};
|
|
604
604
|
/** Ordering options when selecting data from "companyIntegrations". */
|
|
605
|
-
export
|
|
605
|
+
export type CompanyIntegrations_Order_By = {
|
|
606
606
|
companyId?: InputMaybe<Order_By>;
|
|
607
607
|
companyWorkspace?: InputMaybe<CompanyWorkspaces_Order_By>;
|
|
608
608
|
customSqlColumns_aggregate?: InputMaybe<CustomSqlColumns_Aggregate_Order_By>;
|
|
@@ -625,16 +625,16 @@ export declare enum CompanyIntegrations_Select_Column {
|
|
|
625
625
|
/** column name */
|
|
626
626
|
WorkspaceId = "workspaceId"
|
|
627
627
|
}
|
|
628
|
-
export
|
|
628
|
+
export type CompanySubsetTableDataError = {
|
|
629
629
|
__typename?: 'companySubsetTableDataError';
|
|
630
630
|
message: Scalars['String'];
|
|
631
631
|
};
|
|
632
|
-
export
|
|
632
|
+
export type CompanySubsetTableDataInput = {
|
|
633
633
|
clientId: Scalars['String'];
|
|
634
634
|
companyId: Scalars['String'];
|
|
635
635
|
workspaceId: Scalars['String'];
|
|
636
636
|
};
|
|
637
|
-
export
|
|
637
|
+
export type CompanySubsetTableDataOutput = {
|
|
638
638
|
__typename?: 'companySubsetTableDataOutput';
|
|
639
639
|
companyIntegrationId?: Maybe<Scalars['String']>;
|
|
640
640
|
dbName?: Maybe<Scalars['String']>;
|
|
@@ -642,7 +642,7 @@ export declare type CompanySubsetTableDataOutput = {
|
|
|
642
642
|
tableList?: Maybe<Array<Maybe<TableList>>>;
|
|
643
643
|
};
|
|
644
644
|
/** subset of tables of user database */
|
|
645
|
-
export
|
|
645
|
+
export type CompanySubsetTables = {
|
|
646
646
|
__typename?: 'companySubsetTables';
|
|
647
647
|
companyId: Scalars['uuid'];
|
|
648
648
|
/** An object relationship */
|
|
@@ -654,11 +654,11 @@ export declare type CompanySubsetTables = {
|
|
|
654
654
|
tableList: Scalars['jsonb'];
|
|
655
655
|
};
|
|
656
656
|
/** subset of tables of user database */
|
|
657
|
-
export
|
|
657
|
+
export type CompanySubsetTablesTableListArgs = {
|
|
658
658
|
path?: InputMaybe<Scalars['String']>;
|
|
659
659
|
};
|
|
660
660
|
/** Boolean expression to filter rows from the table "companySubsetTables". All fields are combined with a logical 'AND'. */
|
|
661
|
-
export
|
|
661
|
+
export type CompanySubsetTables_Bool_Exp = {
|
|
662
662
|
_and?: InputMaybe<Array<CompanySubsetTables_Bool_Exp>>;
|
|
663
663
|
_not?: InputMaybe<CompanySubsetTables_Bool_Exp>;
|
|
664
664
|
_or?: InputMaybe<Array<CompanySubsetTables_Bool_Exp>>;
|
|
@@ -671,7 +671,7 @@ export declare type CompanySubsetTables_Bool_Exp = {
|
|
|
671
671
|
tableList?: InputMaybe<Jsonb_Comparison_Exp>;
|
|
672
672
|
};
|
|
673
673
|
/** Ordering options when selecting data from "companySubsetTables". */
|
|
674
|
-
export
|
|
674
|
+
export type CompanySubsetTables_Order_By = {
|
|
675
675
|
companyId?: InputMaybe<Order_By>;
|
|
676
676
|
companyWorkspace?: InputMaybe<CompanyWorkspaces_Order_By>;
|
|
677
677
|
isAllowChangeLayout?: InputMaybe<Order_By>;
|
|
@@ -696,7 +696,7 @@ export declare enum CompanySubsetTables_Select_Column {
|
|
|
696
696
|
TableList = "tableList"
|
|
697
697
|
}
|
|
698
698
|
/** columns and relationships of "companyWorkspaces" */
|
|
699
|
-
export
|
|
699
|
+
export type CompanyWorkspaces = {
|
|
700
700
|
__typename?: 'companyWorkspaces';
|
|
701
701
|
/** An array relationship */
|
|
702
702
|
companyIntegrations: Array<CompanyIntegrations>;
|
|
@@ -708,7 +708,7 @@ export declare type CompanyWorkspaces = {
|
|
|
708
708
|
rawCsvSettings: Scalars['jsonb'];
|
|
709
709
|
};
|
|
710
710
|
/** columns and relationships of "companyWorkspaces" */
|
|
711
|
-
export
|
|
711
|
+
export type CompanyWorkspacesCompanyIntegrationsArgs = {
|
|
712
712
|
distinct_on?: InputMaybe<Array<CompanyIntegrations_Select_Column>>;
|
|
713
713
|
limit?: InputMaybe<Scalars['Int']>;
|
|
714
714
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -716,7 +716,7 @@ export declare type CompanyWorkspacesCompanyIntegrationsArgs = {
|
|
|
716
716
|
where?: InputMaybe<CompanyIntegrations_Bool_Exp>;
|
|
717
717
|
};
|
|
718
718
|
/** columns and relationships of "companyWorkspaces" */
|
|
719
|
-
export
|
|
719
|
+
export type CompanyWorkspacesExternalDashboardsArgs = {
|
|
720
720
|
distinct_on?: InputMaybe<Array<ExternalDashboards_Select_Column>>;
|
|
721
721
|
limit?: InputMaybe<Scalars['Int']>;
|
|
722
722
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -724,11 +724,11 @@ export declare type CompanyWorkspacesExternalDashboardsArgs = {
|
|
|
724
724
|
where?: InputMaybe<ExternalDashboards_Bool_Exp>;
|
|
725
725
|
};
|
|
726
726
|
/** columns and relationships of "companyWorkspaces" */
|
|
727
|
-
export
|
|
727
|
+
export type CompanyWorkspacesRawCsvSettingsArgs = {
|
|
728
728
|
path?: InputMaybe<Scalars['String']>;
|
|
729
729
|
};
|
|
730
730
|
/** Boolean expression to filter rows from the table "companyWorkspaces". All fields are combined with a logical 'AND'. */
|
|
731
|
-
export
|
|
731
|
+
export type CompanyWorkspaces_Bool_Exp = {
|
|
732
732
|
_and?: InputMaybe<Array<CompanyWorkspaces_Bool_Exp>>;
|
|
733
733
|
_not?: InputMaybe<CompanyWorkspaces_Bool_Exp>;
|
|
734
734
|
_or?: InputMaybe<Array<CompanyWorkspaces_Bool_Exp>>;
|
|
@@ -739,7 +739,7 @@ export declare type CompanyWorkspaces_Bool_Exp = {
|
|
|
739
739
|
rawCsvSettings?: InputMaybe<Jsonb_Comparison_Exp>;
|
|
740
740
|
};
|
|
741
741
|
/** Ordering options when selecting data from "companyWorkspaces". */
|
|
742
|
-
export
|
|
742
|
+
export type CompanyWorkspaces_Order_By = {
|
|
743
743
|
companyIntegrations_aggregate?: InputMaybe<CompanyIntegrations_Aggregate_Order_By>;
|
|
744
744
|
companySubsetTable?: InputMaybe<CompanySubsetTables_Order_By>;
|
|
745
745
|
externalDashboards_aggregate?: InputMaybe<ExternalDashboards_Aggregate_Order_By>;
|
|
@@ -754,7 +754,7 @@ export declare enum CompanyWorkspaces_Select_Column {
|
|
|
754
754
|
RawCsvSettings = "rawCsvSettings"
|
|
755
755
|
}
|
|
756
756
|
/** columns and relationships of "customSqlColumns" */
|
|
757
|
-
export
|
|
757
|
+
export type CustomSqlColumns = {
|
|
758
758
|
__typename?: 'customSqlColumns';
|
|
759
759
|
/** An object relationship */
|
|
760
760
|
companyIntegration: CompanyIntegrations;
|
|
@@ -764,21 +764,21 @@ export declare type CustomSqlColumns = {
|
|
|
764
764
|
tableName: Scalars['String'];
|
|
765
765
|
};
|
|
766
766
|
/** columns and relationships of "customSqlColumns" */
|
|
767
|
-
export
|
|
767
|
+
export type CustomSqlColumnsSqlColumnsArgs = {
|
|
768
768
|
path?: InputMaybe<Scalars['String']>;
|
|
769
769
|
};
|
|
770
770
|
/** order by aggregate values of table "customSqlColumns" */
|
|
771
|
-
export
|
|
771
|
+
export type CustomSqlColumns_Aggregate_Order_By = {
|
|
772
772
|
count?: InputMaybe<Order_By>;
|
|
773
773
|
max?: InputMaybe<CustomSqlColumns_Max_Order_By>;
|
|
774
774
|
min?: InputMaybe<CustomSqlColumns_Min_Order_By>;
|
|
775
775
|
};
|
|
776
776
|
/** append existing jsonb value of filtered columns with new jsonb value */
|
|
777
|
-
export
|
|
777
|
+
export type CustomSqlColumns_Append_Input = {
|
|
778
778
|
sqlColumns?: InputMaybe<Scalars['jsonb']>;
|
|
779
779
|
};
|
|
780
780
|
/** Boolean expression to filter rows from the table "customSqlColumns". All fields are combined with a logical 'AND'. */
|
|
781
|
-
export
|
|
781
|
+
export type CustomSqlColumns_Bool_Exp = {
|
|
782
782
|
_and?: InputMaybe<Array<CustomSqlColumns_Bool_Exp>>;
|
|
783
783
|
_not?: InputMaybe<CustomSqlColumns_Bool_Exp>;
|
|
784
784
|
_or?: InputMaybe<Array<CustomSqlColumns_Bool_Exp>>;
|
|
@@ -796,38 +796,38 @@ export declare enum CustomSqlColumns_Constraint {
|
|
|
796
796
|
CustomSqlColumnsPkey = "customSqlColumns_pkey"
|
|
797
797
|
}
|
|
798
798
|
/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */
|
|
799
|
-
export
|
|
799
|
+
export type CustomSqlColumns_Delete_At_Path_Input = {
|
|
800
800
|
sqlColumns?: InputMaybe<Array<Scalars['String']>>;
|
|
801
801
|
};
|
|
802
802
|
/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */
|
|
803
|
-
export
|
|
803
|
+
export type CustomSqlColumns_Delete_Elem_Input = {
|
|
804
804
|
sqlColumns?: InputMaybe<Scalars['Int']>;
|
|
805
805
|
};
|
|
806
806
|
/** delete key/value pair or string element. key/value pairs are matched based on their key value */
|
|
807
|
-
export
|
|
807
|
+
export type CustomSqlColumns_Delete_Key_Input = {
|
|
808
808
|
sqlColumns?: InputMaybe<Scalars['String']>;
|
|
809
809
|
};
|
|
810
810
|
/** input type for inserting data into table "customSqlColumns" */
|
|
811
|
-
export
|
|
811
|
+
export type CustomSqlColumns_Insert_Input = {
|
|
812
812
|
companyIntegrationId?: InputMaybe<Scalars['uuid']>;
|
|
813
813
|
id?: InputMaybe<Scalars['uuid']>;
|
|
814
814
|
sqlColumns?: InputMaybe<Scalars['jsonb']>;
|
|
815
815
|
tableName?: InputMaybe<Scalars['String']>;
|
|
816
816
|
};
|
|
817
817
|
/** order by max() on columns of table "customSqlColumns" */
|
|
818
|
-
export
|
|
818
|
+
export type CustomSqlColumns_Max_Order_By = {
|
|
819
819
|
companyIntegrationId?: InputMaybe<Order_By>;
|
|
820
820
|
id?: InputMaybe<Order_By>;
|
|
821
821
|
tableName?: InputMaybe<Order_By>;
|
|
822
822
|
};
|
|
823
823
|
/** order by min() on columns of table "customSqlColumns" */
|
|
824
|
-
export
|
|
824
|
+
export type CustomSqlColumns_Min_Order_By = {
|
|
825
825
|
companyIntegrationId?: InputMaybe<Order_By>;
|
|
826
826
|
id?: InputMaybe<Order_By>;
|
|
827
827
|
tableName?: InputMaybe<Order_By>;
|
|
828
828
|
};
|
|
829
829
|
/** response of any mutation on the table "customSqlColumns" */
|
|
830
|
-
export
|
|
830
|
+
export type CustomSqlColumns_Mutation_Response = {
|
|
831
831
|
__typename?: 'customSqlColumns_mutation_response';
|
|
832
832
|
/** number of rows affected by the mutation */
|
|
833
833
|
affected_rows: Scalars['Int'];
|
|
@@ -835,13 +835,13 @@ export declare type CustomSqlColumns_Mutation_Response = {
|
|
|
835
835
|
returning: Array<CustomSqlColumns>;
|
|
836
836
|
};
|
|
837
837
|
/** on_conflict condition type for table "customSqlColumns" */
|
|
838
|
-
export
|
|
838
|
+
export type CustomSqlColumns_On_Conflict = {
|
|
839
839
|
constraint: CustomSqlColumns_Constraint;
|
|
840
840
|
update_columns?: Array<CustomSqlColumns_Update_Column>;
|
|
841
841
|
where?: InputMaybe<CustomSqlColumns_Bool_Exp>;
|
|
842
842
|
};
|
|
843
843
|
/** Ordering options when selecting data from "customSqlColumns". */
|
|
844
|
-
export
|
|
844
|
+
export type CustomSqlColumns_Order_By = {
|
|
845
845
|
companyIntegration?: InputMaybe<CompanyIntegrations_Order_By>;
|
|
846
846
|
companyIntegrationId?: InputMaybe<Order_By>;
|
|
847
847
|
id?: InputMaybe<Order_By>;
|
|
@@ -849,11 +849,11 @@ export declare type CustomSqlColumns_Order_By = {
|
|
|
849
849
|
tableName?: InputMaybe<Order_By>;
|
|
850
850
|
};
|
|
851
851
|
/** primary key columns input for table: customSqlColumns */
|
|
852
|
-
export
|
|
852
|
+
export type CustomSqlColumns_Pk_Columns_Input = {
|
|
853
853
|
id: Scalars['uuid'];
|
|
854
854
|
};
|
|
855
855
|
/** prepend existing jsonb value of filtered columns with new jsonb value */
|
|
856
|
-
export
|
|
856
|
+
export type CustomSqlColumns_Prepend_Input = {
|
|
857
857
|
sqlColumns?: InputMaybe<Scalars['jsonb']>;
|
|
858
858
|
};
|
|
859
859
|
/** select columns of table "customSqlColumns" */
|
|
@@ -868,7 +868,7 @@ export declare enum CustomSqlColumns_Select_Column {
|
|
|
868
868
|
TableName = "tableName"
|
|
869
869
|
}
|
|
870
870
|
/** input type for updating data in table "customSqlColumns" */
|
|
871
|
-
export
|
|
871
|
+
export type CustomSqlColumns_Set_Input = {
|
|
872
872
|
sqlColumns?: InputMaybe<Scalars['jsonb']>;
|
|
873
873
|
};
|
|
874
874
|
/** update columns of table "customSqlColumns" */
|
|
@@ -877,7 +877,7 @@ export declare enum CustomSqlColumns_Update_Column {
|
|
|
877
877
|
SqlColumns = "sqlColumns"
|
|
878
878
|
}
|
|
879
879
|
/** columns and relationships of "externalDashboardMetrics" */
|
|
880
|
-
export
|
|
880
|
+
export type ExternalDashboardMetrics = {
|
|
881
881
|
__typename?: 'externalDashboardMetrics';
|
|
882
882
|
/** An object relationship */
|
|
883
883
|
externalDashboard: ExternalDashboards;
|
|
@@ -887,19 +887,19 @@ export declare type ExternalDashboardMetrics = {
|
|
|
887
887
|
externalMetricId: Scalars['uuid'];
|
|
888
888
|
};
|
|
889
889
|
/** order by aggregate values of table "externalDashboardMetrics" */
|
|
890
|
-
export
|
|
890
|
+
export type ExternalDashboardMetrics_Aggregate_Order_By = {
|
|
891
891
|
count?: InputMaybe<Order_By>;
|
|
892
892
|
max?: InputMaybe<ExternalDashboardMetrics_Max_Order_By>;
|
|
893
893
|
min?: InputMaybe<ExternalDashboardMetrics_Min_Order_By>;
|
|
894
894
|
};
|
|
895
895
|
/** input type for inserting array relation for remote table "externalDashboardMetrics" */
|
|
896
|
-
export
|
|
896
|
+
export type ExternalDashboardMetrics_Arr_Rel_Insert_Input = {
|
|
897
897
|
data: Array<ExternalDashboardMetrics_Insert_Input>;
|
|
898
898
|
/** upsert condition */
|
|
899
899
|
on_conflict?: InputMaybe<ExternalDashboardMetrics_On_Conflict>;
|
|
900
900
|
};
|
|
901
901
|
/** Boolean expression to filter rows from the table "externalDashboardMetrics". All fields are combined with a logical 'AND'. */
|
|
902
|
-
export
|
|
902
|
+
export type ExternalDashboardMetrics_Bool_Exp = {
|
|
903
903
|
_and?: InputMaybe<Array<ExternalDashboardMetrics_Bool_Exp>>;
|
|
904
904
|
_not?: InputMaybe<ExternalDashboardMetrics_Bool_Exp>;
|
|
905
905
|
_or?: InputMaybe<Array<ExternalDashboardMetrics_Bool_Exp>>;
|
|
@@ -914,23 +914,23 @@ export declare enum ExternalDashboardMetrics_Constraint {
|
|
|
914
914
|
ExternalDashboardMetricsPkey = "externalDashboardMetrics_pkey"
|
|
915
915
|
}
|
|
916
916
|
/** input type for inserting data into table "externalDashboardMetrics" */
|
|
917
|
-
export
|
|
917
|
+
export type ExternalDashboardMetrics_Insert_Input = {
|
|
918
918
|
externalDashboardId?: InputMaybe<Scalars['uuid']>;
|
|
919
919
|
externalMetric?: InputMaybe<ExternalMetrics_Obj_Rel_Insert_Input>;
|
|
920
920
|
externalMetricId?: InputMaybe<Scalars['uuid']>;
|
|
921
921
|
};
|
|
922
922
|
/** order by max() on columns of table "externalDashboardMetrics" */
|
|
923
|
-
export
|
|
923
|
+
export type ExternalDashboardMetrics_Max_Order_By = {
|
|
924
924
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
925
925
|
externalMetricId?: InputMaybe<Order_By>;
|
|
926
926
|
};
|
|
927
927
|
/** order by min() on columns of table "externalDashboardMetrics" */
|
|
928
|
-
export
|
|
928
|
+
export type ExternalDashboardMetrics_Min_Order_By = {
|
|
929
929
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
930
930
|
externalMetricId?: InputMaybe<Order_By>;
|
|
931
931
|
};
|
|
932
932
|
/** response of any mutation on the table "externalDashboardMetrics" */
|
|
933
|
-
export
|
|
933
|
+
export type ExternalDashboardMetrics_Mutation_Response = {
|
|
934
934
|
__typename?: 'externalDashboardMetrics_mutation_response';
|
|
935
935
|
/** number of rows affected by the mutation */
|
|
936
936
|
affected_rows: Scalars['Int'];
|
|
@@ -938,13 +938,13 @@ export declare type ExternalDashboardMetrics_Mutation_Response = {
|
|
|
938
938
|
returning: Array<ExternalDashboardMetrics>;
|
|
939
939
|
};
|
|
940
940
|
/** on_conflict condition type for table "externalDashboardMetrics" */
|
|
941
|
-
export
|
|
941
|
+
export type ExternalDashboardMetrics_On_Conflict = {
|
|
942
942
|
constraint: ExternalDashboardMetrics_Constraint;
|
|
943
943
|
update_columns?: Array<ExternalDashboardMetrics_Update_Column>;
|
|
944
944
|
where?: InputMaybe<ExternalDashboardMetrics_Bool_Exp>;
|
|
945
945
|
};
|
|
946
946
|
/** Ordering options when selecting data from "externalDashboardMetrics". */
|
|
947
|
-
export
|
|
947
|
+
export type ExternalDashboardMetrics_Order_By = {
|
|
948
948
|
externalDashboard?: InputMaybe<ExternalDashboards_Order_By>;
|
|
949
949
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
950
950
|
externalMetric?: InputMaybe<ExternalMetrics_Order_By>;
|
|
@@ -963,7 +963,7 @@ export declare enum ExternalDashboardMetrics_Update_Column {
|
|
|
963
963
|
Placeholder = "_PLACEHOLDER"
|
|
964
964
|
}
|
|
965
965
|
/** External dashboard theme for a particular client. */
|
|
966
|
-
export
|
|
966
|
+
export type ExternalDashboardThemeClients = {
|
|
967
967
|
__typename?: 'externalDashboardThemeClients';
|
|
968
968
|
clientId: Scalars['String'];
|
|
969
969
|
clientName: Scalars['String'];
|
|
@@ -973,13 +973,13 @@ export declare type ExternalDashboardThemeClients = {
|
|
|
973
973
|
themeId: Scalars['uuid'];
|
|
974
974
|
};
|
|
975
975
|
/** order by aggregate values of table "externalDashboardThemeClients" */
|
|
976
|
-
export
|
|
976
|
+
export type ExternalDashboardThemeClients_Aggregate_Order_By = {
|
|
977
977
|
count?: InputMaybe<Order_By>;
|
|
978
978
|
max?: InputMaybe<ExternalDashboardThemeClients_Max_Order_By>;
|
|
979
979
|
min?: InputMaybe<ExternalDashboardThemeClients_Min_Order_By>;
|
|
980
980
|
};
|
|
981
981
|
/** Boolean expression to filter rows from the table "externalDashboardThemeClients". All fields are combined with a logical 'AND'. */
|
|
982
|
-
export
|
|
982
|
+
export type ExternalDashboardThemeClients_Bool_Exp = {
|
|
983
983
|
_and?: InputMaybe<Array<ExternalDashboardThemeClients_Bool_Exp>>;
|
|
984
984
|
_not?: InputMaybe<ExternalDashboardThemeClients_Bool_Exp>;
|
|
985
985
|
_or?: InputMaybe<Array<ExternalDashboardThemeClients_Bool_Exp>>;
|
|
@@ -990,21 +990,21 @@ export declare type ExternalDashboardThemeClients_Bool_Exp = {
|
|
|
990
990
|
themeId?: InputMaybe<Uuid_Comparison_Exp>;
|
|
991
991
|
};
|
|
992
992
|
/** order by max() on columns of table "externalDashboardThemeClients" */
|
|
993
|
-
export
|
|
993
|
+
export type ExternalDashboardThemeClients_Max_Order_By = {
|
|
994
994
|
clientId?: InputMaybe<Order_By>;
|
|
995
995
|
clientName?: InputMaybe<Order_By>;
|
|
996
996
|
id?: InputMaybe<Order_By>;
|
|
997
997
|
themeId?: InputMaybe<Order_By>;
|
|
998
998
|
};
|
|
999
999
|
/** order by min() on columns of table "externalDashboardThemeClients" */
|
|
1000
|
-
export
|
|
1000
|
+
export type ExternalDashboardThemeClients_Min_Order_By = {
|
|
1001
1001
|
clientId?: InputMaybe<Order_By>;
|
|
1002
1002
|
clientName?: InputMaybe<Order_By>;
|
|
1003
1003
|
id?: InputMaybe<Order_By>;
|
|
1004
1004
|
themeId?: InputMaybe<Order_By>;
|
|
1005
1005
|
};
|
|
1006
1006
|
/** Ordering options when selecting data from "externalDashboardThemeClients". */
|
|
1007
|
-
export
|
|
1007
|
+
export type ExternalDashboardThemeClients_Order_By = {
|
|
1008
1008
|
clientId?: InputMaybe<Order_By>;
|
|
1009
1009
|
clientName?: InputMaybe<Order_By>;
|
|
1010
1010
|
externalDashboardTheme?: InputMaybe<ExternalDashboardThemes_Order_By>;
|
|
@@ -1023,7 +1023,7 @@ export declare enum ExternalDashboardThemeClients_Select_Column {
|
|
|
1023
1023
|
ThemeId = "themeId"
|
|
1024
1024
|
}
|
|
1025
1025
|
/** Themes for external dashboard. */
|
|
1026
|
-
export
|
|
1026
|
+
export type ExternalDashboardThemes = {
|
|
1027
1027
|
__typename?: 'externalDashboardThemes';
|
|
1028
1028
|
colors: Scalars['jsonb'];
|
|
1029
1029
|
companyId: Scalars['uuid'];
|
|
@@ -1034,11 +1034,11 @@ export declare type ExternalDashboardThemes = {
|
|
|
1034
1034
|
name: Scalars['String'];
|
|
1035
1035
|
};
|
|
1036
1036
|
/** Themes for external dashboard. */
|
|
1037
|
-
export
|
|
1037
|
+
export type ExternalDashboardThemesColorsArgs = {
|
|
1038
1038
|
path?: InputMaybe<Scalars['String']>;
|
|
1039
1039
|
};
|
|
1040
1040
|
/** Themes for external dashboard. */
|
|
1041
|
-
export
|
|
1041
|
+
export type ExternalDashboardThemesExternalDashboardThemeClientsArgs = {
|
|
1042
1042
|
distinct_on?: InputMaybe<Array<ExternalDashboardThemeClients_Select_Column>>;
|
|
1043
1043
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1044
1044
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1046,7 +1046,7 @@ export declare type ExternalDashboardThemesExternalDashboardThemeClientsArgs = {
|
|
|
1046
1046
|
where?: InputMaybe<ExternalDashboardThemeClients_Bool_Exp>;
|
|
1047
1047
|
};
|
|
1048
1048
|
/** Boolean expression to filter rows from the table "externalDashboardThemes". All fields are combined with a logical 'AND'. */
|
|
1049
|
-
export
|
|
1049
|
+
export type ExternalDashboardThemes_Bool_Exp = {
|
|
1050
1050
|
_and?: InputMaybe<Array<ExternalDashboardThemes_Bool_Exp>>;
|
|
1051
1051
|
_not?: InputMaybe<ExternalDashboardThemes_Bool_Exp>;
|
|
1052
1052
|
_or?: InputMaybe<Array<ExternalDashboardThemes_Bool_Exp>>;
|
|
@@ -1058,7 +1058,7 @@ export declare type ExternalDashboardThemes_Bool_Exp = {
|
|
|
1058
1058
|
name?: InputMaybe<String_Comparison_Exp>;
|
|
1059
1059
|
};
|
|
1060
1060
|
/** Ordering options when selecting data from "externalDashboardThemes". */
|
|
1061
|
-
export
|
|
1061
|
+
export type ExternalDashboardThemes_Order_By = {
|
|
1062
1062
|
colors?: InputMaybe<Order_By>;
|
|
1063
1063
|
companyId?: InputMaybe<Order_By>;
|
|
1064
1064
|
createdAt?: InputMaybe<Order_By>;
|
|
@@ -1080,7 +1080,7 @@ export declare enum ExternalDashboardThemes_Select_Column {
|
|
|
1080
1080
|
Name = "name"
|
|
1081
1081
|
}
|
|
1082
1082
|
/** columns and relationships of "externalDashboards" */
|
|
1083
|
-
export
|
|
1083
|
+
export type ExternalDashboards = {
|
|
1084
1084
|
__typename?: 'externalDashboards';
|
|
1085
1085
|
/** An array relationship */
|
|
1086
1086
|
clientDashboardLayouts: Array<ClientDashboardLayout>;
|
|
@@ -1099,7 +1099,7 @@ export declare type ExternalDashboards = {
|
|
|
1099
1099
|
scheduleEmailReports: Array<ScheduleEmailReports>;
|
|
1100
1100
|
};
|
|
1101
1101
|
/** columns and relationships of "externalDashboards" */
|
|
1102
|
-
export
|
|
1102
|
+
export type ExternalDashboardsClientDashboardLayoutsArgs = {
|
|
1103
1103
|
distinct_on?: InputMaybe<Array<ClientDashboardLayout_Select_Column>>;
|
|
1104
1104
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1105
1105
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1107,7 +1107,7 @@ export declare type ExternalDashboardsClientDashboardLayoutsArgs = {
|
|
|
1107
1107
|
where?: InputMaybe<ClientDashboardLayout_Bool_Exp>;
|
|
1108
1108
|
};
|
|
1109
1109
|
/** columns and relationships of "externalDashboards" */
|
|
1110
|
-
export
|
|
1110
|
+
export type ExternalDashboardsClientDashboardMetricsArgs = {
|
|
1111
1111
|
distinct_on?: InputMaybe<Array<ClientDashboardMetrics_Select_Column>>;
|
|
1112
1112
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1113
1113
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1115,7 +1115,7 @@ export declare type ExternalDashboardsClientDashboardMetricsArgs = {
|
|
|
1115
1115
|
where?: InputMaybe<ClientDashboardMetrics_Bool_Exp>;
|
|
1116
1116
|
};
|
|
1117
1117
|
/** columns and relationships of "externalDashboards" */
|
|
1118
|
-
export
|
|
1118
|
+
export type ExternalDashboardsExternalDashboardMetricsArgs = {
|
|
1119
1119
|
distinct_on?: InputMaybe<Array<ExternalDashboardMetrics_Select_Column>>;
|
|
1120
1120
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1121
1121
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1123,11 +1123,11 @@ export declare type ExternalDashboardsExternalDashboardMetricsArgs = {
|
|
|
1123
1123
|
where?: InputMaybe<ExternalDashboardMetrics_Bool_Exp>;
|
|
1124
1124
|
};
|
|
1125
1125
|
/** columns and relationships of "externalDashboards" */
|
|
1126
|
-
export
|
|
1126
|
+
export type ExternalDashboardsFiltersArgs = {
|
|
1127
1127
|
path?: InputMaybe<Scalars['String']>;
|
|
1128
1128
|
};
|
|
1129
1129
|
/** columns and relationships of "externalDashboards" */
|
|
1130
|
-
export
|
|
1130
|
+
export type ExternalDashboardsScheduleEmailReportsArgs = {
|
|
1131
1131
|
distinct_on?: InputMaybe<Array<ScheduleEmailReports_Select_Column>>;
|
|
1132
1132
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1133
1133
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1135,13 +1135,13 @@ export declare type ExternalDashboardsScheduleEmailReportsArgs = {
|
|
|
1135
1135
|
where?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
1136
1136
|
};
|
|
1137
1137
|
/** order by aggregate values of table "externalDashboards" */
|
|
1138
|
-
export
|
|
1138
|
+
export type ExternalDashboards_Aggregate_Order_By = {
|
|
1139
1139
|
count?: InputMaybe<Order_By>;
|
|
1140
1140
|
max?: InputMaybe<ExternalDashboards_Max_Order_By>;
|
|
1141
1141
|
min?: InputMaybe<ExternalDashboards_Min_Order_By>;
|
|
1142
1142
|
};
|
|
1143
1143
|
/** Boolean expression to filter rows from the table "externalDashboards". All fields are combined with a logical 'AND'. */
|
|
1144
|
-
export
|
|
1144
|
+
export type ExternalDashboards_Bool_Exp = {
|
|
1145
1145
|
_and?: InputMaybe<Array<ExternalDashboards_Bool_Exp>>;
|
|
1146
1146
|
_not?: InputMaybe<ExternalDashboards_Bool_Exp>;
|
|
1147
1147
|
_or?: InputMaybe<Array<ExternalDashboards_Bool_Exp>>;
|
|
@@ -1157,21 +1157,21 @@ export declare type ExternalDashboards_Bool_Exp = {
|
|
|
1157
1157
|
scheduleEmailReports?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
1158
1158
|
};
|
|
1159
1159
|
/** order by max() on columns of table "externalDashboards" */
|
|
1160
|
-
export
|
|
1160
|
+
export type ExternalDashboards_Max_Order_By = {
|
|
1161
1161
|
companyId?: InputMaybe<Order_By>;
|
|
1162
1162
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
1163
1163
|
id?: InputMaybe<Order_By>;
|
|
1164
1164
|
name?: InputMaybe<Order_By>;
|
|
1165
1165
|
};
|
|
1166
1166
|
/** order by min() on columns of table "externalDashboards" */
|
|
1167
|
-
export
|
|
1167
|
+
export type ExternalDashboards_Min_Order_By = {
|
|
1168
1168
|
companyId?: InputMaybe<Order_By>;
|
|
1169
1169
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
1170
1170
|
id?: InputMaybe<Order_By>;
|
|
1171
1171
|
name?: InputMaybe<Order_By>;
|
|
1172
1172
|
};
|
|
1173
1173
|
/** Ordering options when selecting data from "externalDashboards". */
|
|
1174
|
-
export
|
|
1174
|
+
export type ExternalDashboards_Order_By = {
|
|
1175
1175
|
clientDashboardLayouts_aggregate?: InputMaybe<ClientDashboardLayout_Aggregate_Order_By>;
|
|
1176
1176
|
clientDashboardMetrics_aggregate?: InputMaybe<ClientDashboardMetrics_Aggregate_Order_By>;
|
|
1177
1177
|
companyId?: InputMaybe<Order_By>;
|
|
@@ -1197,7 +1197,7 @@ export declare enum ExternalDashboards_Select_Column {
|
|
|
1197
1197
|
Name = "name"
|
|
1198
1198
|
}
|
|
1199
1199
|
/** columns and relationships of "externalMetricRawCsvUrls" */
|
|
1200
|
-
export
|
|
1200
|
+
export type ExternalMetricRawCsvUrls = {
|
|
1201
1201
|
__typename?: 'externalMetricRawCsvUrls';
|
|
1202
1202
|
configurations: Scalars['jsonb'];
|
|
1203
1203
|
error?: Maybe<Scalars['String']>;
|
|
@@ -1211,20 +1211,20 @@ export declare type ExternalMetricRawCsvUrls = {
|
|
|
1211
1211
|
urls: Scalars['jsonb'];
|
|
1212
1212
|
};
|
|
1213
1213
|
/** columns and relationships of "externalMetricRawCsvUrls" */
|
|
1214
|
-
export
|
|
1214
|
+
export type ExternalMetricRawCsvUrlsConfigurationsArgs = {
|
|
1215
1215
|
path?: InputMaybe<Scalars['String']>;
|
|
1216
1216
|
};
|
|
1217
1217
|
/** columns and relationships of "externalMetricRawCsvUrls" */
|
|
1218
|
-
export
|
|
1218
|
+
export type ExternalMetricRawCsvUrlsUrlsArgs = {
|
|
1219
1219
|
path?: InputMaybe<Scalars['String']>;
|
|
1220
1220
|
};
|
|
1221
1221
|
/** append existing jsonb value of filtered columns with new jsonb value */
|
|
1222
|
-
export
|
|
1222
|
+
export type ExternalMetricRawCsvUrls_Append_Input = {
|
|
1223
1223
|
configurations?: InputMaybe<Scalars['jsonb']>;
|
|
1224
1224
|
urls?: InputMaybe<Scalars['jsonb']>;
|
|
1225
1225
|
};
|
|
1226
1226
|
/** Boolean expression to filter rows from the table "externalMetricRawCsvUrls". All fields are combined with a logical 'AND'. */
|
|
1227
|
-
export
|
|
1227
|
+
export type ExternalMetricRawCsvUrls_Bool_Exp = {
|
|
1228
1228
|
_and?: InputMaybe<Array<ExternalMetricRawCsvUrls_Bool_Exp>>;
|
|
1229
1229
|
_not?: InputMaybe<ExternalMetricRawCsvUrls_Bool_Exp>;
|
|
1230
1230
|
_or?: InputMaybe<Array<ExternalMetricRawCsvUrls_Bool_Exp>>;
|
|
@@ -1246,26 +1246,26 @@ export declare enum ExternalMetricRawCsvUrls_Constraint {
|
|
|
1246
1246
|
ExternalMetricRawCsvUrlsPkey = "externalMetricRawCsvUrls_pkey"
|
|
1247
1247
|
}
|
|
1248
1248
|
/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */
|
|
1249
|
-
export
|
|
1249
|
+
export type ExternalMetricRawCsvUrls_Delete_At_Path_Input = {
|
|
1250
1250
|
configurations?: InputMaybe<Array<Scalars['String']>>;
|
|
1251
1251
|
urls?: InputMaybe<Array<Scalars['String']>>;
|
|
1252
1252
|
};
|
|
1253
1253
|
/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */
|
|
1254
|
-
export
|
|
1254
|
+
export type ExternalMetricRawCsvUrls_Delete_Elem_Input = {
|
|
1255
1255
|
configurations?: InputMaybe<Scalars['Int']>;
|
|
1256
1256
|
urls?: InputMaybe<Scalars['Int']>;
|
|
1257
1257
|
};
|
|
1258
1258
|
/** delete key/value pair or string element. key/value pairs are matched based on their key value */
|
|
1259
|
-
export
|
|
1259
|
+
export type ExternalMetricRawCsvUrls_Delete_Key_Input = {
|
|
1260
1260
|
configurations?: InputMaybe<Scalars['String']>;
|
|
1261
1261
|
urls?: InputMaybe<Scalars['String']>;
|
|
1262
1262
|
};
|
|
1263
1263
|
/** input type for incrementing numeric columns in table "externalMetricRawCsvUrls" */
|
|
1264
|
-
export
|
|
1264
|
+
export type ExternalMetricRawCsvUrls_Inc_Input = {
|
|
1265
1265
|
expireUrlIn?: InputMaybe<Scalars['Int']>;
|
|
1266
1266
|
};
|
|
1267
1267
|
/** input type for inserting data into table "externalMetricRawCsvUrls" */
|
|
1268
|
-
export
|
|
1268
|
+
export type ExternalMetricRawCsvUrls_Insert_Input = {
|
|
1269
1269
|
configurations?: InputMaybe<Scalars['jsonb']>;
|
|
1270
1270
|
error?: InputMaybe<Scalars['String']>;
|
|
1271
1271
|
expireUrlIn?: InputMaybe<Scalars['Int']>;
|
|
@@ -1277,7 +1277,7 @@ export declare type ExternalMetricRawCsvUrls_Insert_Input = {
|
|
|
1277
1277
|
urls?: InputMaybe<Scalars['jsonb']>;
|
|
1278
1278
|
};
|
|
1279
1279
|
/** response of any mutation on the table "externalMetricRawCsvUrls" */
|
|
1280
|
-
export
|
|
1280
|
+
export type ExternalMetricRawCsvUrls_Mutation_Response = {
|
|
1281
1281
|
__typename?: 'externalMetricRawCsvUrls_mutation_response';
|
|
1282
1282
|
/** number of rows affected by the mutation */
|
|
1283
1283
|
affected_rows: Scalars['Int'];
|
|
@@ -1285,19 +1285,19 @@ export declare type ExternalMetricRawCsvUrls_Mutation_Response = {
|
|
|
1285
1285
|
returning: Array<ExternalMetricRawCsvUrls>;
|
|
1286
1286
|
};
|
|
1287
1287
|
/** input type for inserting object relation for remote table "externalMetricRawCsvUrls" */
|
|
1288
|
-
export
|
|
1288
|
+
export type ExternalMetricRawCsvUrls_Obj_Rel_Insert_Input = {
|
|
1289
1289
|
data: ExternalMetricRawCsvUrls_Insert_Input;
|
|
1290
1290
|
/** upsert condition */
|
|
1291
1291
|
on_conflict?: InputMaybe<ExternalMetricRawCsvUrls_On_Conflict>;
|
|
1292
1292
|
};
|
|
1293
1293
|
/** on_conflict condition type for table "externalMetricRawCsvUrls" */
|
|
1294
|
-
export
|
|
1294
|
+
export type ExternalMetricRawCsvUrls_On_Conflict = {
|
|
1295
1295
|
constraint: ExternalMetricRawCsvUrls_Constraint;
|
|
1296
1296
|
update_columns?: Array<ExternalMetricRawCsvUrls_Update_Column>;
|
|
1297
1297
|
where?: InputMaybe<ExternalMetricRawCsvUrls_Bool_Exp>;
|
|
1298
1298
|
};
|
|
1299
1299
|
/** Ordering options when selecting data from "externalMetricRawCsvUrls". */
|
|
1300
|
-
export
|
|
1300
|
+
export type ExternalMetricRawCsvUrls_Order_By = {
|
|
1301
1301
|
configurations?: InputMaybe<Order_By>;
|
|
1302
1302
|
error?: InputMaybe<Order_By>;
|
|
1303
1303
|
expireUrlIn?: InputMaybe<Order_By>;
|
|
@@ -1309,11 +1309,11 @@ export declare type ExternalMetricRawCsvUrls_Order_By = {
|
|
|
1309
1309
|
urls?: InputMaybe<Order_By>;
|
|
1310
1310
|
};
|
|
1311
1311
|
/** primary key columns input for table: externalMetricRawCsvUrls */
|
|
1312
|
-
export
|
|
1312
|
+
export type ExternalMetricRawCsvUrls_Pk_Columns_Input = {
|
|
1313
1313
|
id: Scalars['uuid'];
|
|
1314
1314
|
};
|
|
1315
1315
|
/** prepend existing jsonb value of filtered columns with new jsonb value */
|
|
1316
|
-
export
|
|
1316
|
+
export type ExternalMetricRawCsvUrls_Prepend_Input = {
|
|
1317
1317
|
configurations?: InputMaybe<Scalars['jsonb']>;
|
|
1318
1318
|
urls?: InputMaybe<Scalars['jsonb']>;
|
|
1319
1319
|
};
|
|
@@ -1337,7 +1337,7 @@ export declare enum ExternalMetricRawCsvUrls_Select_Column {
|
|
|
1337
1337
|
Urls = "urls"
|
|
1338
1338
|
}
|
|
1339
1339
|
/** input type for updating data in table "externalMetricRawCsvUrls" */
|
|
1340
|
-
export
|
|
1340
|
+
export type ExternalMetricRawCsvUrls_Set_Input = {
|
|
1341
1341
|
configurations?: InputMaybe<Scalars['jsonb']>;
|
|
1342
1342
|
error?: InputMaybe<Scalars['String']>;
|
|
1343
1343
|
expireUrlIn?: InputMaybe<Scalars['Int']>;
|
|
@@ -1367,7 +1367,7 @@ export declare enum ExternalMetricRawCsvUrls_Update_Column {
|
|
|
1367
1367
|
Urls = "urls"
|
|
1368
1368
|
}
|
|
1369
1369
|
/** extrnal metrics table for users client-based query */
|
|
1370
|
-
export
|
|
1370
|
+
export type ExternalMetrics = {
|
|
1371
1371
|
__typename?: 'externalMetrics';
|
|
1372
1372
|
chartOptions: Scalars['jsonb'];
|
|
1373
1373
|
clickActions: Scalars['json'];
|
|
@@ -1410,15 +1410,15 @@ export declare type ExternalMetrics = {
|
|
|
1410
1410
|
updatedAt: Scalars['timestamptz'];
|
|
1411
1411
|
};
|
|
1412
1412
|
/** extrnal metrics table for users client-based query */
|
|
1413
|
-
export
|
|
1413
|
+
export type ExternalMetricsChartOptionsArgs = {
|
|
1414
1414
|
path?: InputMaybe<Scalars['String']>;
|
|
1415
1415
|
};
|
|
1416
1416
|
/** extrnal metrics table for users client-based query */
|
|
1417
|
-
export
|
|
1417
|
+
export type ExternalMetricsClickActionsArgs = {
|
|
1418
1418
|
path?: InputMaybe<Scalars['String']>;
|
|
1419
1419
|
};
|
|
1420
1420
|
/** extrnal metrics table for users client-based query */
|
|
1421
|
-
export
|
|
1421
|
+
export type ExternalMetricsClientDeletedMetricsArgs = {
|
|
1422
1422
|
distinct_on?: InputMaybe<Array<ClientDeletedMetrics_Select_Column>>;
|
|
1423
1423
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1424
1424
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1426,15 +1426,15 @@ export declare type ExternalMetricsClientDeletedMetricsArgs = {
|
|
|
1426
1426
|
where?: InputMaybe<ClientDeletedMetrics_Bool_Exp>;
|
|
1427
1427
|
};
|
|
1428
1428
|
/** extrnal metrics table for users client-based query */
|
|
1429
|
-
export
|
|
1429
|
+
export type ExternalMetricsDatasetMetricSettingsArgs = {
|
|
1430
1430
|
path?: InputMaybe<Scalars['String']>;
|
|
1431
1431
|
};
|
|
1432
1432
|
/** extrnal metrics table for users client-based query */
|
|
1433
|
-
export
|
|
1433
|
+
export type ExternalMetricsDrillDownSettingsArgs = {
|
|
1434
1434
|
path?: InputMaybe<Scalars['String']>;
|
|
1435
1435
|
};
|
|
1436
1436
|
/** extrnal metrics table for users client-based query */
|
|
1437
|
-
export
|
|
1437
|
+
export type ExternalMetricsExternalDashboardMetricsArgs = {
|
|
1438
1438
|
distinct_on?: InputMaybe<Array<ExternalDashboardMetrics_Select_Column>>;
|
|
1439
1439
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1440
1440
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1442,7 +1442,7 @@ export declare type ExternalMetricsExternalDashboardMetricsArgs = {
|
|
|
1442
1442
|
where?: InputMaybe<ExternalDashboardMetrics_Bool_Exp>;
|
|
1443
1443
|
};
|
|
1444
1444
|
/** extrnal metrics table for users client-based query */
|
|
1445
|
-
export
|
|
1445
|
+
export type ExternalMetricsExternalMetricsRlsFiltersArgs = {
|
|
1446
1446
|
distinct_on?: InputMaybe<Array<ExternalMetricsRlsFilters_Select_Column>>;
|
|
1447
1447
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1448
1448
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1450,23 +1450,23 @@ export declare type ExternalMetricsExternalMetricsRlsFiltersArgs = {
|
|
|
1450
1450
|
where?: InputMaybe<ExternalMetricsRlsFilters_Bool_Exp>;
|
|
1451
1451
|
};
|
|
1452
1452
|
/** extrnal metrics table for users client-based query */
|
|
1453
|
-
export
|
|
1453
|
+
export type ExternalMetricsGroupByArgs = {
|
|
1454
1454
|
path?: InputMaybe<Scalars['String']>;
|
|
1455
1455
|
};
|
|
1456
1456
|
/** extrnal metrics table for users client-based query */
|
|
1457
|
-
export
|
|
1457
|
+
export type ExternalMetricsInputFieldsArgs = {
|
|
1458
1458
|
path?: InputMaybe<Scalars['String']>;
|
|
1459
1459
|
};
|
|
1460
1460
|
/** extrnal metrics table for users client-based query */
|
|
1461
|
-
export
|
|
1461
|
+
export type ExternalMetricsResizeAttributesArgs = {
|
|
1462
1462
|
path?: InputMaybe<Scalars['String']>;
|
|
1463
1463
|
};
|
|
1464
1464
|
/** extrnal metrics table for users client-based query */
|
|
1465
|
-
export
|
|
1465
|
+
export type ExternalMetricsRlsConditionsArgs = {
|
|
1466
1466
|
path?: InputMaybe<Scalars['String']>;
|
|
1467
1467
|
};
|
|
1468
1468
|
/** extrnal metrics table for users client-based query */
|
|
1469
|
-
export
|
|
1469
|
+
export type ExternalMetricsScheduleEmailReportChartsArgs = {
|
|
1470
1470
|
distinct_on?: InputMaybe<Array<ScheduleEmailReportCharts_Select_Column>>;
|
|
1471
1471
|
limit?: InputMaybe<Scalars['Int']>;
|
|
1472
1472
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -1474,11 +1474,11 @@ export declare type ExternalMetricsScheduleEmailReportChartsArgs = {
|
|
|
1474
1474
|
where?: InputMaybe<ScheduleEmailReportCharts_Bool_Exp>;
|
|
1475
1475
|
};
|
|
1476
1476
|
/** extrnal metrics table for users client-based query */
|
|
1477
|
-
export
|
|
1477
|
+
export type ExternalMetricsSelectedGroupByArgs = {
|
|
1478
1478
|
path?: InputMaybe<Scalars['String']>;
|
|
1479
1479
|
};
|
|
1480
1480
|
/** columns and relationships of "externalMetricsRlsFilters" */
|
|
1481
|
-
export
|
|
1481
|
+
export type ExternalMetricsRlsFilters = {
|
|
1482
1482
|
__typename?: 'externalMetricsRlsFilters';
|
|
1483
1483
|
companyRlsFilterId: Scalars['uuid'];
|
|
1484
1484
|
/** An object relationship */
|
|
@@ -1487,19 +1487,19 @@ export declare type ExternalMetricsRlsFilters = {
|
|
|
1487
1487
|
id: Scalars['uuid'];
|
|
1488
1488
|
};
|
|
1489
1489
|
/** order by aggregate values of table "externalMetricsRlsFilters" */
|
|
1490
|
-
export
|
|
1490
|
+
export type ExternalMetricsRlsFilters_Aggregate_Order_By = {
|
|
1491
1491
|
count?: InputMaybe<Order_By>;
|
|
1492
1492
|
max?: InputMaybe<ExternalMetricsRlsFilters_Max_Order_By>;
|
|
1493
1493
|
min?: InputMaybe<ExternalMetricsRlsFilters_Min_Order_By>;
|
|
1494
1494
|
};
|
|
1495
1495
|
/** input type for inserting array relation for remote table "externalMetricsRlsFilters" */
|
|
1496
|
-
export
|
|
1496
|
+
export type ExternalMetricsRlsFilters_Arr_Rel_Insert_Input = {
|
|
1497
1497
|
data: Array<ExternalMetricsRlsFilters_Insert_Input>;
|
|
1498
1498
|
/** upsert condition */
|
|
1499
1499
|
on_conflict?: InputMaybe<ExternalMetricsRlsFilters_On_Conflict>;
|
|
1500
1500
|
};
|
|
1501
1501
|
/** Boolean expression to filter rows from the table "externalMetricsRlsFilters". All fields are combined with a logical 'AND'. */
|
|
1502
|
-
export
|
|
1502
|
+
export type ExternalMetricsRlsFilters_Bool_Exp = {
|
|
1503
1503
|
_and?: InputMaybe<Array<ExternalMetricsRlsFilters_Bool_Exp>>;
|
|
1504
1504
|
_not?: InputMaybe<ExternalMetricsRlsFilters_Bool_Exp>;
|
|
1505
1505
|
_or?: InputMaybe<Array<ExternalMetricsRlsFilters_Bool_Exp>>;
|
|
@@ -1514,25 +1514,25 @@ export declare enum ExternalMetricsRlsFilters_Constraint {
|
|
|
1514
1514
|
ExternalMetricsRlsFiltersPkey = "externalMetricsRlsFilters_pkey"
|
|
1515
1515
|
}
|
|
1516
1516
|
/** input type for inserting data into table "externalMetricsRlsFilters" */
|
|
1517
|
-
export
|
|
1517
|
+
export type ExternalMetricsRlsFilters_Insert_Input = {
|
|
1518
1518
|
companyRlsFilterId?: InputMaybe<Scalars['uuid']>;
|
|
1519
1519
|
externalMetric?: InputMaybe<ExternalMetrics_Obj_Rel_Insert_Input>;
|
|
1520
1520
|
externalMetricId?: InputMaybe<Scalars['uuid']>;
|
|
1521
1521
|
};
|
|
1522
1522
|
/** order by max() on columns of table "externalMetricsRlsFilters" */
|
|
1523
|
-
export
|
|
1523
|
+
export type ExternalMetricsRlsFilters_Max_Order_By = {
|
|
1524
1524
|
companyRlsFilterId?: InputMaybe<Order_By>;
|
|
1525
1525
|
externalMetricId?: InputMaybe<Order_By>;
|
|
1526
1526
|
id?: InputMaybe<Order_By>;
|
|
1527
1527
|
};
|
|
1528
1528
|
/** order by min() on columns of table "externalMetricsRlsFilters" */
|
|
1529
|
-
export
|
|
1529
|
+
export type ExternalMetricsRlsFilters_Min_Order_By = {
|
|
1530
1530
|
companyRlsFilterId?: InputMaybe<Order_By>;
|
|
1531
1531
|
externalMetricId?: InputMaybe<Order_By>;
|
|
1532
1532
|
id?: InputMaybe<Order_By>;
|
|
1533
1533
|
};
|
|
1534
1534
|
/** response of any mutation on the table "externalMetricsRlsFilters" */
|
|
1535
|
-
export
|
|
1535
|
+
export type ExternalMetricsRlsFilters_Mutation_Response = {
|
|
1536
1536
|
__typename?: 'externalMetricsRlsFilters_mutation_response';
|
|
1537
1537
|
/** number of rows affected by the mutation */
|
|
1538
1538
|
affected_rows: Scalars['Int'];
|
|
@@ -1540,13 +1540,13 @@ export declare type ExternalMetricsRlsFilters_Mutation_Response = {
|
|
|
1540
1540
|
returning: Array<ExternalMetricsRlsFilters>;
|
|
1541
1541
|
};
|
|
1542
1542
|
/** on_conflict condition type for table "externalMetricsRlsFilters" */
|
|
1543
|
-
export
|
|
1543
|
+
export type ExternalMetricsRlsFilters_On_Conflict = {
|
|
1544
1544
|
constraint: ExternalMetricsRlsFilters_Constraint;
|
|
1545
1545
|
update_columns?: Array<ExternalMetricsRlsFilters_Update_Column>;
|
|
1546
1546
|
where?: InputMaybe<ExternalMetricsRlsFilters_Bool_Exp>;
|
|
1547
1547
|
};
|
|
1548
1548
|
/** Ordering options when selecting data from "externalMetricsRlsFilters". */
|
|
1549
|
-
export
|
|
1549
|
+
export type ExternalMetricsRlsFilters_Order_By = {
|
|
1550
1550
|
companyRlsFilterId?: InputMaybe<Order_By>;
|
|
1551
1551
|
externalMetric?: InputMaybe<ExternalMetrics_Order_By>;
|
|
1552
1552
|
externalMetricId?: InputMaybe<Order_By>;
|
|
@@ -1567,18 +1567,18 @@ export declare enum ExternalMetricsRlsFilters_Update_Column {
|
|
|
1567
1567
|
Placeholder = "_PLACEHOLDER"
|
|
1568
1568
|
}
|
|
1569
1569
|
/** order by aggregate values of table "externalMetrics" */
|
|
1570
|
-
export
|
|
1570
|
+
export type ExternalMetrics_Aggregate_Order_By = {
|
|
1571
1571
|
count?: InputMaybe<Order_By>;
|
|
1572
1572
|
max?: InputMaybe<ExternalMetrics_Max_Order_By>;
|
|
1573
1573
|
min?: InputMaybe<ExternalMetrics_Min_Order_By>;
|
|
1574
1574
|
};
|
|
1575
1575
|
/** append existing jsonb value of filtered columns with new jsonb value */
|
|
1576
|
-
export
|
|
1576
|
+
export type ExternalMetrics_Append_Input = {
|
|
1577
1577
|
chartOptions?: InputMaybe<Scalars['jsonb']>;
|
|
1578
1578
|
resizeAttributes?: InputMaybe<Scalars['jsonb']>;
|
|
1579
1579
|
};
|
|
1580
1580
|
/** Boolean expression to filter rows from the table "externalMetrics". All fields are combined with a logical 'AND'. */
|
|
1581
|
-
export
|
|
1581
|
+
export type ExternalMetrics_Bool_Exp = {
|
|
1582
1582
|
_and?: InputMaybe<Array<ExternalMetrics_Bool_Exp>>;
|
|
1583
1583
|
_not?: InputMaybe<ExternalMetrics_Bool_Exp>;
|
|
1584
1584
|
_or?: InputMaybe<Array<ExternalMetrics_Bool_Exp>>;
|
|
@@ -1624,22 +1624,22 @@ export declare enum ExternalMetrics_Constraint {
|
|
|
1624
1624
|
ExternalMetricsPkey = "externalMetrics_pkey"
|
|
1625
1625
|
}
|
|
1626
1626
|
/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */
|
|
1627
|
-
export
|
|
1627
|
+
export type ExternalMetrics_Delete_At_Path_Input = {
|
|
1628
1628
|
chartOptions?: InputMaybe<Array<Scalars['String']>>;
|
|
1629
1629
|
resizeAttributes?: InputMaybe<Array<Scalars['String']>>;
|
|
1630
1630
|
};
|
|
1631
1631
|
/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */
|
|
1632
|
-
export
|
|
1632
|
+
export type ExternalMetrics_Delete_Elem_Input = {
|
|
1633
1633
|
chartOptions?: InputMaybe<Scalars['Int']>;
|
|
1634
1634
|
resizeAttributes?: InputMaybe<Scalars['Int']>;
|
|
1635
1635
|
};
|
|
1636
1636
|
/** delete key/value pair or string element. key/value pairs are matched based on their key value */
|
|
1637
|
-
export
|
|
1637
|
+
export type ExternalMetrics_Delete_Key_Input = {
|
|
1638
1638
|
chartOptions?: InputMaybe<Scalars['String']>;
|
|
1639
1639
|
resizeAttributes?: InputMaybe<Scalars['String']>;
|
|
1640
1640
|
};
|
|
1641
1641
|
/** input type for inserting data into table "externalMetrics" */
|
|
1642
|
-
export
|
|
1642
|
+
export type ExternalMetrics_Insert_Input = {
|
|
1643
1643
|
chartOptions?: InputMaybe<Scalars['jsonb']>;
|
|
1644
1644
|
clientDeletedMetrics?: InputMaybe<ClientDeletedMetrics_Arr_Rel_Insert_Input>;
|
|
1645
1645
|
clientId?: InputMaybe<Scalars['String']>;
|
|
@@ -1671,7 +1671,7 @@ export declare type ExternalMetrics_Insert_Input = {
|
|
|
1671
1671
|
updatedAt?: InputMaybe<Scalars['timestamptz']>;
|
|
1672
1672
|
};
|
|
1673
1673
|
/** order by max() on columns of table "externalMetrics" */
|
|
1674
|
-
export
|
|
1674
|
+
export type ExternalMetrics_Max_Order_By = {
|
|
1675
1675
|
clientId?: InputMaybe<Order_By>;
|
|
1676
1676
|
companyId?: InputMaybe<Order_By>;
|
|
1677
1677
|
companyIntegrationId?: InputMaybe<Order_By>;
|
|
@@ -1689,7 +1689,7 @@ export declare type ExternalMetrics_Max_Order_By = {
|
|
|
1689
1689
|
updatedAt?: InputMaybe<Order_By>;
|
|
1690
1690
|
};
|
|
1691
1691
|
/** order by min() on columns of table "externalMetrics" */
|
|
1692
|
-
export
|
|
1692
|
+
export type ExternalMetrics_Min_Order_By = {
|
|
1693
1693
|
clientId?: InputMaybe<Order_By>;
|
|
1694
1694
|
companyId?: InputMaybe<Order_By>;
|
|
1695
1695
|
companyIntegrationId?: InputMaybe<Order_By>;
|
|
@@ -1707,7 +1707,7 @@ export declare type ExternalMetrics_Min_Order_By = {
|
|
|
1707
1707
|
updatedAt?: InputMaybe<Order_By>;
|
|
1708
1708
|
};
|
|
1709
1709
|
/** response of any mutation on the table "externalMetrics" */
|
|
1710
|
-
export
|
|
1710
|
+
export type ExternalMetrics_Mutation_Response = {
|
|
1711
1711
|
__typename?: 'externalMetrics_mutation_response';
|
|
1712
1712
|
/** number of rows affected by the mutation */
|
|
1713
1713
|
affected_rows: Scalars['Int'];
|
|
@@ -1715,19 +1715,19 @@ export declare type ExternalMetrics_Mutation_Response = {
|
|
|
1715
1715
|
returning: Array<ExternalMetrics>;
|
|
1716
1716
|
};
|
|
1717
1717
|
/** input type for inserting object relation for remote table "externalMetrics" */
|
|
1718
|
-
export
|
|
1718
|
+
export type ExternalMetrics_Obj_Rel_Insert_Input = {
|
|
1719
1719
|
data: ExternalMetrics_Insert_Input;
|
|
1720
1720
|
/** upsert condition */
|
|
1721
1721
|
on_conflict?: InputMaybe<ExternalMetrics_On_Conflict>;
|
|
1722
1722
|
};
|
|
1723
1723
|
/** on_conflict condition type for table "externalMetrics" */
|
|
1724
|
-
export
|
|
1724
|
+
export type ExternalMetrics_On_Conflict = {
|
|
1725
1725
|
constraint: ExternalMetrics_Constraint;
|
|
1726
1726
|
update_columns?: Array<ExternalMetrics_Update_Column>;
|
|
1727
1727
|
where?: InputMaybe<ExternalMetrics_Bool_Exp>;
|
|
1728
1728
|
};
|
|
1729
1729
|
/** Ordering options when selecting data from "externalMetrics". */
|
|
1730
|
-
export
|
|
1730
|
+
export type ExternalMetrics_Order_By = {
|
|
1731
1731
|
chartOptions?: InputMaybe<Order_By>;
|
|
1732
1732
|
clickActions?: InputMaybe<Order_By>;
|
|
1733
1733
|
clientDeletedMetrics_aggregate?: InputMaybe<ClientDeletedMetrics_Aggregate_Order_By>;
|
|
@@ -1763,11 +1763,11 @@ export declare type ExternalMetrics_Order_By = {
|
|
|
1763
1763
|
updatedAt?: InputMaybe<Order_By>;
|
|
1764
1764
|
};
|
|
1765
1765
|
/** primary key columns input for table: externalMetrics */
|
|
1766
|
-
export
|
|
1766
|
+
export type ExternalMetrics_Pk_Columns_Input = {
|
|
1767
1767
|
id: Scalars['uuid'];
|
|
1768
1768
|
};
|
|
1769
1769
|
/** prepend existing jsonb value of filtered columns with new jsonb value */
|
|
1770
|
-
export
|
|
1770
|
+
export type ExternalMetrics_Prepend_Input = {
|
|
1771
1771
|
chartOptions?: InputMaybe<Scalars['jsonb']>;
|
|
1772
1772
|
resizeAttributes?: InputMaybe<Scalars['jsonb']>;
|
|
1773
1773
|
};
|
|
@@ -1829,7 +1829,7 @@ export declare enum ExternalMetrics_Select_Column {
|
|
|
1829
1829
|
UpdatedAt = "updatedAt"
|
|
1830
1830
|
}
|
|
1831
1831
|
/** input type for updating data in table "externalMetrics" */
|
|
1832
|
-
export
|
|
1832
|
+
export type ExternalMetrics_Set_Input = {
|
|
1833
1833
|
chartOptions?: InputMaybe<Scalars['jsonb']>;
|
|
1834
1834
|
description?: InputMaybe<Scalars['String']>;
|
|
1835
1835
|
metricId?: InputMaybe<Scalars['String']>;
|
|
@@ -1853,7 +1853,7 @@ export declare enum ExternalMetrics_Update_Column {
|
|
|
1853
1853
|
UpdatedAt = "updatedAt"
|
|
1854
1854
|
}
|
|
1855
1855
|
/** columns and relationships of "guestTokens" */
|
|
1856
|
-
export
|
|
1856
|
+
export type GuestTokens = {
|
|
1857
1857
|
__typename?: 'guestTokens';
|
|
1858
1858
|
clientId: Scalars['String'];
|
|
1859
1859
|
companyId: Scalars['uuid'];
|
|
@@ -1863,11 +1863,11 @@ export declare type GuestTokens = {
|
|
|
1863
1863
|
scheduleEmailReport?: Maybe<ScheduleEmailReports>;
|
|
1864
1864
|
};
|
|
1865
1865
|
/** columns and relationships of "guestTokens" */
|
|
1866
|
-
export
|
|
1866
|
+
export type GuestTokensParamsArgs = {
|
|
1867
1867
|
path?: InputMaybe<Scalars['String']>;
|
|
1868
1868
|
};
|
|
1869
1869
|
/** Boolean expression to filter rows from the table "guestTokens". All fields are combined with a logical 'AND'. */
|
|
1870
|
-
export
|
|
1870
|
+
export type GuestTokens_Bool_Exp = {
|
|
1871
1871
|
_and?: InputMaybe<Array<GuestTokens_Bool_Exp>>;
|
|
1872
1872
|
_not?: InputMaybe<GuestTokens_Bool_Exp>;
|
|
1873
1873
|
_or?: InputMaybe<Array<GuestTokens_Bool_Exp>>;
|
|
@@ -1878,7 +1878,7 @@ export declare type GuestTokens_Bool_Exp = {
|
|
|
1878
1878
|
scheduleEmailReport?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
1879
1879
|
};
|
|
1880
1880
|
/** Ordering options when selecting data from "guestTokens". */
|
|
1881
|
-
export
|
|
1881
|
+
export type GuestTokens_Order_By = {
|
|
1882
1882
|
clientId?: InputMaybe<Order_By>;
|
|
1883
1883
|
companyId?: InputMaybe<Order_By>;
|
|
1884
1884
|
id?: InputMaybe<Order_By>;
|
|
@@ -1897,7 +1897,7 @@ export declare enum GuestTokens_Select_Column {
|
|
|
1897
1897
|
Params = "params"
|
|
1898
1898
|
}
|
|
1899
1899
|
/** Boolean expression to compare columns of type "json". All fields are combined with logical 'AND'. */
|
|
1900
|
-
export
|
|
1900
|
+
export type Json_Comparison_Exp = {
|
|
1901
1901
|
_eq?: InputMaybe<Scalars['json']>;
|
|
1902
1902
|
_gt?: InputMaybe<Scalars['json']>;
|
|
1903
1903
|
_gte?: InputMaybe<Scalars['json']>;
|
|
@@ -1908,11 +1908,11 @@ export declare type Json_Comparison_Exp = {
|
|
|
1908
1908
|
_neq?: InputMaybe<Scalars['json']>;
|
|
1909
1909
|
_nin?: InputMaybe<Array<Scalars['json']>>;
|
|
1910
1910
|
};
|
|
1911
|
-
export
|
|
1911
|
+
export type Jsonb_Cast_Exp = {
|
|
1912
1912
|
String?: InputMaybe<String_Comparison_Exp>;
|
|
1913
1913
|
};
|
|
1914
1914
|
/** Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'. */
|
|
1915
|
-
export
|
|
1915
|
+
export type Jsonb_Comparison_Exp = {
|
|
1916
1916
|
_cast?: InputMaybe<Jsonb_Cast_Exp>;
|
|
1917
1917
|
/** is the column contained in the given json value */
|
|
1918
1918
|
_contained_in?: InputMaybe<Scalars['jsonb']>;
|
|
@@ -1935,7 +1935,7 @@ export declare type Jsonb_Comparison_Exp = {
|
|
|
1935
1935
|
_nin?: InputMaybe<Array<Scalars['jsonb']>>;
|
|
1936
1936
|
};
|
|
1937
1937
|
/** mutation root */
|
|
1938
|
-
export
|
|
1938
|
+
export type Mutation_Root = {
|
|
1939
1939
|
__typename?: 'mutation_root';
|
|
1940
1940
|
companySubsetTableData?: Maybe<CompanySubsetTableDataOutput>;
|
|
1941
1941
|
/** delete data from the table: "scheduleEmailReportCharts" */
|
|
@@ -2023,171 +2023,171 @@ export declare type Mutation_Root = {
|
|
|
2023
2023
|
update_scheduleEmailReports_by_pk?: Maybe<ScheduleEmailReports>;
|
|
2024
2024
|
};
|
|
2025
2025
|
/** mutation root */
|
|
2026
|
-
export
|
|
2026
|
+
export type Mutation_RootCompanySubsetTableDataArgs = {
|
|
2027
2027
|
input: CompanySubsetTableDataInput;
|
|
2028
2028
|
};
|
|
2029
2029
|
/** mutation root */
|
|
2030
|
-
export
|
|
2030
|
+
export type Mutation_RootDelete_ScheduleEmailReportChartsArgs = {
|
|
2031
2031
|
where: ScheduleEmailReportCharts_Bool_Exp;
|
|
2032
2032
|
};
|
|
2033
2033
|
/** mutation root */
|
|
2034
|
-
export
|
|
2034
|
+
export type Mutation_RootDelete_ScheduleEmailReportCharts_By_PkArgs = {
|
|
2035
2035
|
id: Scalars['uuid'];
|
|
2036
2036
|
};
|
|
2037
2037
|
/** mutation root */
|
|
2038
|
-
export
|
|
2038
|
+
export type Mutation_RootDelete_ScheduleEmailReportsArgs = {
|
|
2039
2039
|
where: ScheduleEmailReports_Bool_Exp;
|
|
2040
2040
|
};
|
|
2041
2041
|
/** mutation root */
|
|
2042
|
-
export
|
|
2042
|
+
export type Mutation_RootDelete_ScheduleEmailReports_By_PkArgs = {
|
|
2043
2043
|
id: Scalars['uuid'];
|
|
2044
2044
|
};
|
|
2045
2045
|
/** mutation root */
|
|
2046
|
-
export
|
|
2046
|
+
export type Mutation_RootEmbeddedDashboardDataArgs = {
|
|
2047
2047
|
input: EmbeddedDashboardDataInput;
|
|
2048
2048
|
};
|
|
2049
2049
|
/** mutation root */
|
|
2050
|
-
export
|
|
2050
|
+
export type Mutation_RootEmbeddedMetricQueryArgs = {
|
|
2051
2051
|
input: ExternalMetricQueryInput;
|
|
2052
2052
|
};
|
|
2053
2053
|
/** mutation root */
|
|
2054
|
-
export
|
|
2054
|
+
export type Mutation_RootFetchColumnDataArgs = {
|
|
2055
2055
|
input: FetchColumnDataInput;
|
|
2056
2056
|
};
|
|
2057
2057
|
/** mutation root */
|
|
2058
|
-
export
|
|
2058
|
+
export type Mutation_RootGenerateDatasetMetricsArgs = {
|
|
2059
2059
|
input: GenerateDatasetMetricsInput;
|
|
2060
2060
|
};
|
|
2061
2061
|
/** mutation root */
|
|
2062
|
-
export
|
|
2062
|
+
export type Mutation_RootGenerateEmbeddedMeticArgs = {
|
|
2063
2063
|
input: GenerateEmbeddedMeticInput;
|
|
2064
2064
|
};
|
|
2065
2065
|
/** mutation root */
|
|
2066
|
-
export
|
|
2066
|
+
export type Mutation_RootGenerateExternalMetricQueryArgs = {
|
|
2067
2067
|
input: GenerateExternalMetricQueryInput;
|
|
2068
2068
|
};
|
|
2069
2069
|
/** mutation root */
|
|
2070
|
-
export
|
|
2070
|
+
export type Mutation_RootGetUnderlyingDataArgs = {
|
|
2071
2071
|
input: GetUnderlyingDataInput;
|
|
2072
2072
|
};
|
|
2073
2073
|
/** mutation root */
|
|
2074
|
-
export
|
|
2074
|
+
export type Mutation_RootGetUnderlyingSqlQueryArgs = {
|
|
2075
2075
|
input: GetUnderlyingSqlQueryInput;
|
|
2076
2076
|
};
|
|
2077
2077
|
/** mutation root */
|
|
2078
|
-
export
|
|
2078
|
+
export type Mutation_RootInsert_ClientDashboardLayoutArgs = {
|
|
2079
2079
|
objects: Array<ClientDashboardLayout_Insert_Input>;
|
|
2080
2080
|
on_conflict?: InputMaybe<ClientDashboardLayout_On_Conflict>;
|
|
2081
2081
|
};
|
|
2082
2082
|
/** mutation root */
|
|
2083
|
-
export
|
|
2083
|
+
export type Mutation_RootInsert_ClientDashboardLayout_OneArgs = {
|
|
2084
2084
|
object: ClientDashboardLayout_Insert_Input;
|
|
2085
2085
|
on_conflict?: InputMaybe<ClientDashboardLayout_On_Conflict>;
|
|
2086
2086
|
};
|
|
2087
2087
|
/** mutation root */
|
|
2088
|
-
export
|
|
2088
|
+
export type Mutation_RootInsert_ClientDashboardMetricsArgs = {
|
|
2089
2089
|
objects: Array<ClientDashboardMetrics_Insert_Input>;
|
|
2090
2090
|
on_conflict?: InputMaybe<ClientDashboardMetrics_On_Conflict>;
|
|
2091
2091
|
};
|
|
2092
2092
|
/** mutation root */
|
|
2093
|
-
export
|
|
2093
|
+
export type Mutation_RootInsert_ClientDashboardMetrics_OneArgs = {
|
|
2094
2094
|
object: ClientDashboardMetrics_Insert_Input;
|
|
2095
2095
|
on_conflict?: InputMaybe<ClientDashboardMetrics_On_Conflict>;
|
|
2096
2096
|
};
|
|
2097
2097
|
/** mutation root */
|
|
2098
|
-
export
|
|
2098
|
+
export type Mutation_RootInsert_ClientDeletedMetricsArgs = {
|
|
2099
2099
|
objects: Array<ClientDeletedMetrics_Insert_Input>;
|
|
2100
2100
|
on_conflict?: InputMaybe<ClientDeletedMetrics_On_Conflict>;
|
|
2101
2101
|
};
|
|
2102
2102
|
/** mutation root */
|
|
2103
|
-
export
|
|
2103
|
+
export type Mutation_RootInsert_ClientDeletedMetrics_OneArgs = {
|
|
2104
2104
|
object: ClientDeletedMetrics_Insert_Input;
|
|
2105
2105
|
on_conflict?: InputMaybe<ClientDeletedMetrics_On_Conflict>;
|
|
2106
2106
|
};
|
|
2107
2107
|
/** mutation root */
|
|
2108
|
-
export
|
|
2108
|
+
export type Mutation_RootInsert_CustomSqlColumnsArgs = {
|
|
2109
2109
|
objects: Array<CustomSqlColumns_Insert_Input>;
|
|
2110
2110
|
on_conflict?: InputMaybe<CustomSqlColumns_On_Conflict>;
|
|
2111
2111
|
};
|
|
2112
2112
|
/** mutation root */
|
|
2113
|
-
export
|
|
2113
|
+
export type Mutation_RootInsert_CustomSqlColumns_OneArgs = {
|
|
2114
2114
|
object: CustomSqlColumns_Insert_Input;
|
|
2115
2115
|
on_conflict?: InputMaybe<CustomSqlColumns_On_Conflict>;
|
|
2116
2116
|
};
|
|
2117
2117
|
/** mutation root */
|
|
2118
|
-
export
|
|
2118
|
+
export type Mutation_RootInsert_ExternalDashboardMetricsArgs = {
|
|
2119
2119
|
objects: Array<ExternalDashboardMetrics_Insert_Input>;
|
|
2120
2120
|
on_conflict?: InputMaybe<ExternalDashboardMetrics_On_Conflict>;
|
|
2121
2121
|
};
|
|
2122
2122
|
/** mutation root */
|
|
2123
|
-
export
|
|
2123
|
+
export type Mutation_RootInsert_ExternalDashboardMetrics_OneArgs = {
|
|
2124
2124
|
object: ExternalDashboardMetrics_Insert_Input;
|
|
2125
2125
|
on_conflict?: InputMaybe<ExternalDashboardMetrics_On_Conflict>;
|
|
2126
2126
|
};
|
|
2127
2127
|
/** mutation root */
|
|
2128
|
-
export
|
|
2128
|
+
export type Mutation_RootInsert_ExternalMetricRawCsvUrlsArgs = {
|
|
2129
2129
|
objects: Array<ExternalMetricRawCsvUrls_Insert_Input>;
|
|
2130
2130
|
on_conflict?: InputMaybe<ExternalMetricRawCsvUrls_On_Conflict>;
|
|
2131
2131
|
};
|
|
2132
2132
|
/** mutation root */
|
|
2133
|
-
export
|
|
2133
|
+
export type Mutation_RootInsert_ExternalMetricRawCsvUrls_OneArgs = {
|
|
2134
2134
|
object: ExternalMetricRawCsvUrls_Insert_Input;
|
|
2135
2135
|
on_conflict?: InputMaybe<ExternalMetricRawCsvUrls_On_Conflict>;
|
|
2136
2136
|
};
|
|
2137
2137
|
/** mutation root */
|
|
2138
|
-
export
|
|
2138
|
+
export type Mutation_RootInsert_ExternalMetricsArgs = {
|
|
2139
2139
|
objects: Array<ExternalMetrics_Insert_Input>;
|
|
2140
2140
|
on_conflict?: InputMaybe<ExternalMetrics_On_Conflict>;
|
|
2141
2141
|
};
|
|
2142
2142
|
/** mutation root */
|
|
2143
|
-
export
|
|
2143
|
+
export type Mutation_RootInsert_ExternalMetricsRlsFiltersArgs = {
|
|
2144
2144
|
objects: Array<ExternalMetricsRlsFilters_Insert_Input>;
|
|
2145
2145
|
on_conflict?: InputMaybe<ExternalMetricsRlsFilters_On_Conflict>;
|
|
2146
2146
|
};
|
|
2147
2147
|
/** mutation root */
|
|
2148
|
-
export
|
|
2148
|
+
export type Mutation_RootInsert_ExternalMetricsRlsFilters_OneArgs = {
|
|
2149
2149
|
object: ExternalMetricsRlsFilters_Insert_Input;
|
|
2150
2150
|
on_conflict?: InputMaybe<ExternalMetricsRlsFilters_On_Conflict>;
|
|
2151
2151
|
};
|
|
2152
2152
|
/** mutation root */
|
|
2153
|
-
export
|
|
2153
|
+
export type Mutation_RootInsert_ExternalMetrics_OneArgs = {
|
|
2154
2154
|
object: ExternalMetrics_Insert_Input;
|
|
2155
2155
|
on_conflict?: InputMaybe<ExternalMetrics_On_Conflict>;
|
|
2156
2156
|
};
|
|
2157
2157
|
/** mutation root */
|
|
2158
|
-
export
|
|
2158
|
+
export type Mutation_RootInsert_ScheduleEmailReportChartsArgs = {
|
|
2159
2159
|
objects: Array<ScheduleEmailReportCharts_Insert_Input>;
|
|
2160
2160
|
on_conflict?: InputMaybe<ScheduleEmailReportCharts_On_Conflict>;
|
|
2161
2161
|
};
|
|
2162
2162
|
/** mutation root */
|
|
2163
|
-
export
|
|
2163
|
+
export type Mutation_RootInsert_ScheduleEmailReportCharts_OneArgs = {
|
|
2164
2164
|
object: ScheduleEmailReportCharts_Insert_Input;
|
|
2165
2165
|
on_conflict?: InputMaybe<ScheduleEmailReportCharts_On_Conflict>;
|
|
2166
2166
|
};
|
|
2167
2167
|
/** mutation root */
|
|
2168
|
-
export
|
|
2168
|
+
export type Mutation_RootInsert_ScheduleEmailReportsArgs = {
|
|
2169
2169
|
objects: Array<ScheduleEmailReports_Insert_Input>;
|
|
2170
2170
|
on_conflict?: InputMaybe<ScheduleEmailReports_On_Conflict>;
|
|
2171
2171
|
};
|
|
2172
2172
|
/** mutation root */
|
|
2173
|
-
export
|
|
2173
|
+
export type Mutation_RootInsert_ScheduleEmailReports_OneArgs = {
|
|
2174
2174
|
object: ScheduleEmailReports_Insert_Input;
|
|
2175
2175
|
on_conflict?: InputMaybe<ScheduleEmailReports_On_Conflict>;
|
|
2176
2176
|
};
|
|
2177
2177
|
/** mutation root */
|
|
2178
|
-
export
|
|
2178
|
+
export type Mutation_RootInvokeSaveRawCsvDetailsArgs = {
|
|
2179
2179
|
input: InvokeSaveRawCsvDetailsInput;
|
|
2180
2180
|
};
|
|
2181
2181
|
/** mutation root */
|
|
2182
|
-
export
|
|
2182
|
+
export type Mutation_RootPreviewTableArgs = {
|
|
2183
2183
|
input: PreviewTableInput;
|
|
2184
2184
|
};
|
|
2185
2185
|
/** mutation root */
|
|
2186
|
-
export
|
|
2186
|
+
export type Mutation_RootSendRawCsvArgs = {
|
|
2187
2187
|
input: SendRawCsvInput;
|
|
2188
2188
|
};
|
|
2189
2189
|
/** mutation root */
|
|
2190
|
-
export
|
|
2190
|
+
export type Mutation_RootUpdate_ClientDashboardLayoutArgs = {
|
|
2191
2191
|
_append?: InputMaybe<ClientDashboardLayout_Append_Input>;
|
|
2192
2192
|
_delete_at_path?: InputMaybe<ClientDashboardLayout_Delete_At_Path_Input>;
|
|
2193
2193
|
_delete_elem?: InputMaybe<ClientDashboardLayout_Delete_Elem_Input>;
|
|
@@ -2197,7 +2197,7 @@ export declare type Mutation_RootUpdate_ClientDashboardLayoutArgs = {
|
|
|
2197
2197
|
where: ClientDashboardLayout_Bool_Exp;
|
|
2198
2198
|
};
|
|
2199
2199
|
/** mutation root */
|
|
2200
|
-
export
|
|
2200
|
+
export type Mutation_RootUpdate_ClientDashboardLayout_By_PkArgs = {
|
|
2201
2201
|
_append?: InputMaybe<ClientDashboardLayout_Append_Input>;
|
|
2202
2202
|
_delete_at_path?: InputMaybe<ClientDashboardLayout_Delete_At_Path_Input>;
|
|
2203
2203
|
_delete_elem?: InputMaybe<ClientDashboardLayout_Delete_Elem_Input>;
|
|
@@ -2207,7 +2207,7 @@ export declare type Mutation_RootUpdate_ClientDashboardLayout_By_PkArgs = {
|
|
|
2207
2207
|
pk_columns: ClientDashboardLayout_Pk_Columns_Input;
|
|
2208
2208
|
};
|
|
2209
2209
|
/** mutation root */
|
|
2210
|
-
export
|
|
2210
|
+
export type Mutation_RootUpdate_CustomSqlColumnsArgs = {
|
|
2211
2211
|
_append?: InputMaybe<CustomSqlColumns_Append_Input>;
|
|
2212
2212
|
_delete_at_path?: InputMaybe<CustomSqlColumns_Delete_At_Path_Input>;
|
|
2213
2213
|
_delete_elem?: InputMaybe<CustomSqlColumns_Delete_Elem_Input>;
|
|
@@ -2217,7 +2217,7 @@ export declare type Mutation_RootUpdate_CustomSqlColumnsArgs = {
|
|
|
2217
2217
|
where: CustomSqlColumns_Bool_Exp;
|
|
2218
2218
|
};
|
|
2219
2219
|
/** mutation root */
|
|
2220
|
-
export
|
|
2220
|
+
export type Mutation_RootUpdate_CustomSqlColumns_By_PkArgs = {
|
|
2221
2221
|
_append?: InputMaybe<CustomSqlColumns_Append_Input>;
|
|
2222
2222
|
_delete_at_path?: InputMaybe<CustomSqlColumns_Delete_At_Path_Input>;
|
|
2223
2223
|
_delete_elem?: InputMaybe<CustomSqlColumns_Delete_Elem_Input>;
|
|
@@ -2227,7 +2227,7 @@ export declare type Mutation_RootUpdate_CustomSqlColumns_By_PkArgs = {
|
|
|
2227
2227
|
pk_columns: CustomSqlColumns_Pk_Columns_Input;
|
|
2228
2228
|
};
|
|
2229
2229
|
/** mutation root */
|
|
2230
|
-
export
|
|
2230
|
+
export type Mutation_RootUpdate_ExternalMetricRawCsvUrlsArgs = {
|
|
2231
2231
|
_append?: InputMaybe<ExternalMetricRawCsvUrls_Append_Input>;
|
|
2232
2232
|
_delete_at_path?: InputMaybe<ExternalMetricRawCsvUrls_Delete_At_Path_Input>;
|
|
2233
2233
|
_delete_elem?: InputMaybe<ExternalMetricRawCsvUrls_Delete_Elem_Input>;
|
|
@@ -2238,7 +2238,7 @@ export declare type Mutation_RootUpdate_ExternalMetricRawCsvUrlsArgs = {
|
|
|
2238
2238
|
where: ExternalMetricRawCsvUrls_Bool_Exp;
|
|
2239
2239
|
};
|
|
2240
2240
|
/** mutation root */
|
|
2241
|
-
export
|
|
2241
|
+
export type Mutation_RootUpdate_ExternalMetricRawCsvUrls_By_PkArgs = {
|
|
2242
2242
|
_append?: InputMaybe<ExternalMetricRawCsvUrls_Append_Input>;
|
|
2243
2243
|
_delete_at_path?: InputMaybe<ExternalMetricRawCsvUrls_Delete_At_Path_Input>;
|
|
2244
2244
|
_delete_elem?: InputMaybe<ExternalMetricRawCsvUrls_Delete_Elem_Input>;
|
|
@@ -2249,7 +2249,7 @@ export declare type Mutation_RootUpdate_ExternalMetricRawCsvUrls_By_PkArgs = {
|
|
|
2249
2249
|
pk_columns: ExternalMetricRawCsvUrls_Pk_Columns_Input;
|
|
2250
2250
|
};
|
|
2251
2251
|
/** mutation root */
|
|
2252
|
-
export
|
|
2252
|
+
export type Mutation_RootUpdate_ExternalMetricsArgs = {
|
|
2253
2253
|
_append?: InputMaybe<ExternalMetrics_Append_Input>;
|
|
2254
2254
|
_delete_at_path?: InputMaybe<ExternalMetrics_Delete_At_Path_Input>;
|
|
2255
2255
|
_delete_elem?: InputMaybe<ExternalMetrics_Delete_Elem_Input>;
|
|
@@ -2259,7 +2259,7 @@ export declare type Mutation_RootUpdate_ExternalMetricsArgs = {
|
|
|
2259
2259
|
where: ExternalMetrics_Bool_Exp;
|
|
2260
2260
|
};
|
|
2261
2261
|
/** mutation root */
|
|
2262
|
-
export
|
|
2262
|
+
export type Mutation_RootUpdate_ExternalMetrics_By_PkArgs = {
|
|
2263
2263
|
_append?: InputMaybe<ExternalMetrics_Append_Input>;
|
|
2264
2264
|
_delete_at_path?: InputMaybe<ExternalMetrics_Delete_At_Path_Input>;
|
|
2265
2265
|
_delete_elem?: InputMaybe<ExternalMetrics_Delete_Elem_Input>;
|
|
@@ -2269,22 +2269,22 @@ export declare type Mutation_RootUpdate_ExternalMetrics_By_PkArgs = {
|
|
|
2269
2269
|
pk_columns: ExternalMetrics_Pk_Columns_Input;
|
|
2270
2270
|
};
|
|
2271
2271
|
/** mutation root */
|
|
2272
|
-
export
|
|
2272
|
+
export type Mutation_RootUpdate_ScheduleEmailReportChartsArgs = {
|
|
2273
2273
|
_set?: InputMaybe<ScheduleEmailReportCharts_Set_Input>;
|
|
2274
2274
|
where: ScheduleEmailReportCharts_Bool_Exp;
|
|
2275
2275
|
};
|
|
2276
2276
|
/** mutation root */
|
|
2277
|
-
export
|
|
2277
|
+
export type Mutation_RootUpdate_ScheduleEmailReportCharts_By_PkArgs = {
|
|
2278
2278
|
_set?: InputMaybe<ScheduleEmailReportCharts_Set_Input>;
|
|
2279
2279
|
pk_columns: ScheduleEmailReportCharts_Pk_Columns_Input;
|
|
2280
2280
|
};
|
|
2281
2281
|
/** mutation root */
|
|
2282
|
-
export
|
|
2282
|
+
export type Mutation_RootUpdate_ScheduleEmailReportsArgs = {
|
|
2283
2283
|
_set?: InputMaybe<ScheduleEmailReports_Set_Input>;
|
|
2284
2284
|
where: ScheduleEmailReports_Bool_Exp;
|
|
2285
2285
|
};
|
|
2286
2286
|
/** mutation root */
|
|
2287
|
-
export
|
|
2287
|
+
export type Mutation_RootUpdate_ScheduleEmailReports_By_PkArgs = {
|
|
2288
2288
|
_set?: InputMaybe<ScheduleEmailReports_Set_Input>;
|
|
2289
2289
|
pk_columns: ScheduleEmailReports_Pk_Columns_Input;
|
|
2290
2290
|
};
|
|
@@ -2303,7 +2303,7 @@ export declare enum Order_By {
|
|
|
2303
2303
|
/** in descending order, nulls last */
|
|
2304
2304
|
DescNullsLast = "desc_nulls_last"
|
|
2305
2305
|
}
|
|
2306
|
-
export
|
|
2306
|
+
export type Query_Root = {
|
|
2307
2307
|
__typename?: 'query_root';
|
|
2308
2308
|
/** fetch data from the table: "clientDashboardLayout" */
|
|
2309
2309
|
clientDashboardLayout: Array<ClientDashboardLayout>;
|
|
@@ -2381,202 +2381,202 @@ export declare type Query_Root = {
|
|
|
2381
2381
|
/** fetch data from the table: "themes" using primary key columns */
|
|
2382
2382
|
themes_by_pk?: Maybe<Themes>;
|
|
2383
2383
|
};
|
|
2384
|
-
export
|
|
2384
|
+
export type Query_RootClientDashboardLayoutArgs = {
|
|
2385
2385
|
distinct_on?: InputMaybe<Array<ClientDashboardLayout_Select_Column>>;
|
|
2386
2386
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2387
2387
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2388
2388
|
order_by?: InputMaybe<Array<ClientDashboardLayout_Order_By>>;
|
|
2389
2389
|
where?: InputMaybe<ClientDashboardLayout_Bool_Exp>;
|
|
2390
2390
|
};
|
|
2391
|
-
export
|
|
2391
|
+
export type Query_RootClientDashboardLayout_By_PkArgs = {
|
|
2392
2392
|
clientId: Scalars['String'];
|
|
2393
2393
|
externalDashboardId: Scalars['uuid'];
|
|
2394
2394
|
};
|
|
2395
|
-
export
|
|
2395
|
+
export type Query_RootClientDashboardMetricsArgs = {
|
|
2396
2396
|
distinct_on?: InputMaybe<Array<ClientDashboardMetrics_Select_Column>>;
|
|
2397
2397
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2398
2398
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2399
2399
|
order_by?: InputMaybe<Array<ClientDashboardMetrics_Order_By>>;
|
|
2400
2400
|
where?: InputMaybe<ClientDashboardMetrics_Bool_Exp>;
|
|
2401
2401
|
};
|
|
2402
|
-
export
|
|
2402
|
+
export type Query_RootClientDashboardMetrics_By_PkArgs = {
|
|
2403
2403
|
clientId: Scalars['String'];
|
|
2404
2404
|
externalDashboardId: Scalars['uuid'];
|
|
2405
2405
|
};
|
|
2406
|
-
export
|
|
2406
|
+
export type Query_RootClientDeletedMetricsArgs = {
|
|
2407
2407
|
distinct_on?: InputMaybe<Array<ClientDeletedMetrics_Select_Column>>;
|
|
2408
2408
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2409
2409
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2410
2410
|
order_by?: InputMaybe<Array<ClientDeletedMetrics_Order_By>>;
|
|
2411
2411
|
where?: InputMaybe<ClientDeletedMetrics_Bool_Exp>;
|
|
2412
2412
|
};
|
|
2413
|
-
export
|
|
2413
|
+
export type Query_RootClientDeletedMetrics_By_PkArgs = {
|
|
2414
2414
|
clientId: Scalars['String'];
|
|
2415
2415
|
externalMetricId: Scalars['uuid'];
|
|
2416
2416
|
};
|
|
2417
|
-
export
|
|
2417
|
+
export type Query_RootCompanyIntegrationsArgs = {
|
|
2418
2418
|
distinct_on?: InputMaybe<Array<CompanyIntegrations_Select_Column>>;
|
|
2419
2419
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2420
2420
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2421
2421
|
order_by?: InputMaybe<Array<CompanyIntegrations_Order_By>>;
|
|
2422
2422
|
where?: InputMaybe<CompanyIntegrations_Bool_Exp>;
|
|
2423
2423
|
};
|
|
2424
|
-
export
|
|
2424
|
+
export type Query_RootCompanyIntegrations_By_PkArgs = {
|
|
2425
2425
|
id: Scalars['uuid'];
|
|
2426
2426
|
};
|
|
2427
|
-
export
|
|
2427
|
+
export type Query_RootCompanySubsetTablesArgs = {
|
|
2428
2428
|
distinct_on?: InputMaybe<Array<CompanySubsetTables_Select_Column>>;
|
|
2429
2429
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2430
2430
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2431
2431
|
order_by?: InputMaybe<Array<CompanySubsetTables_Order_By>>;
|
|
2432
2432
|
where?: InputMaybe<CompanySubsetTables_Bool_Exp>;
|
|
2433
2433
|
};
|
|
2434
|
-
export
|
|
2434
|
+
export type Query_RootCompanyWorkspacesArgs = {
|
|
2435
2435
|
distinct_on?: InputMaybe<Array<CompanyWorkspaces_Select_Column>>;
|
|
2436
2436
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2437
2437
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2438
2438
|
order_by?: InputMaybe<Array<CompanyWorkspaces_Order_By>>;
|
|
2439
2439
|
where?: InputMaybe<CompanyWorkspaces_Bool_Exp>;
|
|
2440
2440
|
};
|
|
2441
|
-
export
|
|
2441
|
+
export type Query_RootCompanyWorkspaces_By_PkArgs = {
|
|
2442
2442
|
id: Scalars['uuid'];
|
|
2443
2443
|
};
|
|
2444
|
-
export
|
|
2444
|
+
export type Query_RootCustomSqlColumnsArgs = {
|
|
2445
2445
|
distinct_on?: InputMaybe<Array<CustomSqlColumns_Select_Column>>;
|
|
2446
2446
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2447
2447
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2448
2448
|
order_by?: InputMaybe<Array<CustomSqlColumns_Order_By>>;
|
|
2449
2449
|
where?: InputMaybe<CustomSqlColumns_Bool_Exp>;
|
|
2450
2450
|
};
|
|
2451
|
-
export
|
|
2451
|
+
export type Query_RootCustomSqlColumns_By_PkArgs = {
|
|
2452
2452
|
id: Scalars['uuid'];
|
|
2453
2453
|
};
|
|
2454
|
-
export
|
|
2454
|
+
export type Query_RootExternalDashboardMetricsArgs = {
|
|
2455
2455
|
distinct_on?: InputMaybe<Array<ExternalDashboardMetrics_Select_Column>>;
|
|
2456
2456
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2457
2457
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2458
2458
|
order_by?: InputMaybe<Array<ExternalDashboardMetrics_Order_By>>;
|
|
2459
2459
|
where?: InputMaybe<ExternalDashboardMetrics_Bool_Exp>;
|
|
2460
2460
|
};
|
|
2461
|
-
export
|
|
2461
|
+
export type Query_RootExternalDashboardMetrics_By_PkArgs = {
|
|
2462
2462
|
externalDashboardId: Scalars['uuid'];
|
|
2463
2463
|
externalMetricId: Scalars['uuid'];
|
|
2464
2464
|
};
|
|
2465
|
-
export
|
|
2465
|
+
export type Query_RootExternalDashboardThemeClientsArgs = {
|
|
2466
2466
|
distinct_on?: InputMaybe<Array<ExternalDashboardThemeClients_Select_Column>>;
|
|
2467
2467
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2468
2468
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2469
2469
|
order_by?: InputMaybe<Array<ExternalDashboardThemeClients_Order_By>>;
|
|
2470
2470
|
where?: InputMaybe<ExternalDashboardThemeClients_Bool_Exp>;
|
|
2471
2471
|
};
|
|
2472
|
-
export
|
|
2472
|
+
export type Query_RootExternalDashboardThemeClients_By_PkArgs = {
|
|
2473
2473
|
id: Scalars['uuid'];
|
|
2474
2474
|
};
|
|
2475
|
-
export
|
|
2475
|
+
export type Query_RootExternalDashboardThemesArgs = {
|
|
2476
2476
|
distinct_on?: InputMaybe<Array<ExternalDashboardThemes_Select_Column>>;
|
|
2477
2477
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2478
2478
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2479
2479
|
order_by?: InputMaybe<Array<ExternalDashboardThemes_Order_By>>;
|
|
2480
2480
|
where?: InputMaybe<ExternalDashboardThemes_Bool_Exp>;
|
|
2481
2481
|
};
|
|
2482
|
-
export
|
|
2482
|
+
export type Query_RootExternalDashboardThemes_By_PkArgs = {
|
|
2483
2483
|
id: Scalars['uuid'];
|
|
2484
2484
|
};
|
|
2485
|
-
export
|
|
2485
|
+
export type Query_RootExternalDashboardsArgs = {
|
|
2486
2486
|
distinct_on?: InputMaybe<Array<ExternalDashboards_Select_Column>>;
|
|
2487
2487
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2488
2488
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2489
2489
|
order_by?: InputMaybe<Array<ExternalDashboards_Order_By>>;
|
|
2490
2490
|
where?: InputMaybe<ExternalDashboards_Bool_Exp>;
|
|
2491
2491
|
};
|
|
2492
|
-
export
|
|
2492
|
+
export type Query_RootExternalDashboards_By_PkArgs = {
|
|
2493
2493
|
id: Scalars['uuid'];
|
|
2494
2494
|
};
|
|
2495
|
-
export
|
|
2495
|
+
export type Query_RootExternalMetricQueryArgs = {
|
|
2496
2496
|
input: ExternalMetricQueryInput;
|
|
2497
2497
|
};
|
|
2498
|
-
export
|
|
2498
|
+
export type Query_RootExternalMetricRawCsvUrlsArgs = {
|
|
2499
2499
|
distinct_on?: InputMaybe<Array<ExternalMetricRawCsvUrls_Select_Column>>;
|
|
2500
2500
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2501
2501
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2502
2502
|
order_by?: InputMaybe<Array<ExternalMetricRawCsvUrls_Order_By>>;
|
|
2503
2503
|
where?: InputMaybe<ExternalMetricRawCsvUrls_Bool_Exp>;
|
|
2504
2504
|
};
|
|
2505
|
-
export
|
|
2505
|
+
export type Query_RootExternalMetricRawCsvUrls_By_PkArgs = {
|
|
2506
2506
|
id: Scalars['uuid'];
|
|
2507
2507
|
};
|
|
2508
|
-
export
|
|
2508
|
+
export type Query_RootExternalMetricsArgs = {
|
|
2509
2509
|
distinct_on?: InputMaybe<Array<ExternalMetrics_Select_Column>>;
|
|
2510
2510
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2511
2511
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2512
2512
|
order_by?: InputMaybe<Array<ExternalMetrics_Order_By>>;
|
|
2513
2513
|
where?: InputMaybe<ExternalMetrics_Bool_Exp>;
|
|
2514
2514
|
};
|
|
2515
|
-
export
|
|
2515
|
+
export type Query_RootExternalMetricsRlsFiltersArgs = {
|
|
2516
2516
|
distinct_on?: InputMaybe<Array<ExternalMetricsRlsFilters_Select_Column>>;
|
|
2517
2517
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2518
2518
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2519
2519
|
order_by?: InputMaybe<Array<ExternalMetricsRlsFilters_Order_By>>;
|
|
2520
2520
|
where?: InputMaybe<ExternalMetricsRlsFilters_Bool_Exp>;
|
|
2521
2521
|
};
|
|
2522
|
-
export
|
|
2522
|
+
export type Query_RootExternalMetricsRlsFilters_By_PkArgs = {
|
|
2523
2523
|
id: Scalars['uuid'];
|
|
2524
2524
|
};
|
|
2525
|
-
export
|
|
2525
|
+
export type Query_RootExternalMetrics_By_PkArgs = {
|
|
2526
2526
|
id: Scalars['uuid'];
|
|
2527
2527
|
};
|
|
2528
|
-
export
|
|
2528
|
+
export type Query_RootGuestTokensArgs = {
|
|
2529
2529
|
distinct_on?: InputMaybe<Array<GuestTokens_Select_Column>>;
|
|
2530
2530
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2531
2531
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2532
2532
|
order_by?: InputMaybe<Array<GuestTokens_Order_By>>;
|
|
2533
2533
|
where?: InputMaybe<GuestTokens_Bool_Exp>;
|
|
2534
2534
|
};
|
|
2535
|
-
export
|
|
2535
|
+
export type Query_RootGuestTokens_By_PkArgs = {
|
|
2536
2536
|
id: Scalars['uuid'];
|
|
2537
2537
|
};
|
|
2538
|
-
export
|
|
2538
|
+
export type Query_RootScheduleEmailReportChartsArgs = {
|
|
2539
2539
|
distinct_on?: InputMaybe<Array<ScheduleEmailReportCharts_Select_Column>>;
|
|
2540
2540
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2541
2541
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2542
2542
|
order_by?: InputMaybe<Array<ScheduleEmailReportCharts_Order_By>>;
|
|
2543
2543
|
where?: InputMaybe<ScheduleEmailReportCharts_Bool_Exp>;
|
|
2544
2544
|
};
|
|
2545
|
-
export
|
|
2545
|
+
export type Query_RootScheduleEmailReportCharts_By_PkArgs = {
|
|
2546
2546
|
id: Scalars['uuid'];
|
|
2547
2547
|
};
|
|
2548
|
-
export
|
|
2548
|
+
export type Query_RootScheduleEmailReportsArgs = {
|
|
2549
2549
|
distinct_on?: InputMaybe<Array<ScheduleEmailReports_Select_Column>>;
|
|
2550
2550
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2551
2551
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2552
2552
|
order_by?: InputMaybe<Array<ScheduleEmailReports_Order_By>>;
|
|
2553
2553
|
where?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
2554
2554
|
};
|
|
2555
|
-
export
|
|
2555
|
+
export type Query_RootScheduleEmailReports_By_PkArgs = {
|
|
2556
2556
|
id: Scalars['uuid'];
|
|
2557
2557
|
};
|
|
2558
|
-
export
|
|
2558
|
+
export type Query_RootSharingSettingsArgs = {
|
|
2559
2559
|
distinct_on?: InputMaybe<Array<SharingSettings_Select_Column>>;
|
|
2560
2560
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2561
2561
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2562
2562
|
order_by?: InputMaybe<Array<SharingSettings_Order_By>>;
|
|
2563
2563
|
where?: InputMaybe<SharingSettings_Bool_Exp>;
|
|
2564
2564
|
};
|
|
2565
|
-
export
|
|
2565
|
+
export type Query_RootSharingSettings_By_PkArgs = {
|
|
2566
2566
|
id: Scalars['uuid'];
|
|
2567
2567
|
};
|
|
2568
|
-
export
|
|
2568
|
+
export type Query_RootThemesArgs = {
|
|
2569
2569
|
distinct_on?: InputMaybe<Array<Themes_Select_Column>>;
|
|
2570
2570
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2571
2571
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2572
2572
|
order_by?: InputMaybe<Array<Themes_Order_By>>;
|
|
2573
2573
|
where?: InputMaybe<Themes_Bool_Exp>;
|
|
2574
2574
|
};
|
|
2575
|
-
export
|
|
2575
|
+
export type Query_RootThemes_By_PkArgs = {
|
|
2576
2576
|
id: Scalars['uuid'];
|
|
2577
2577
|
};
|
|
2578
2578
|
/** columns and relationships of "scheduleEmailReportCharts" */
|
|
2579
|
-
export
|
|
2579
|
+
export type ScheduleEmailReportCharts = {
|
|
2580
2580
|
__typename?: 'scheduleEmailReportCharts';
|
|
2581
2581
|
/** An object relationship */
|
|
2582
2582
|
externalMetric: ExternalMetrics;
|
|
@@ -2587,19 +2587,19 @@ export declare type ScheduleEmailReportCharts = {
|
|
|
2587
2587
|
scheduleEmailReportId: Scalars['uuid'];
|
|
2588
2588
|
};
|
|
2589
2589
|
/** order by aggregate values of table "scheduleEmailReportCharts" */
|
|
2590
|
-
export
|
|
2590
|
+
export type ScheduleEmailReportCharts_Aggregate_Order_By = {
|
|
2591
2591
|
count?: InputMaybe<Order_By>;
|
|
2592
2592
|
max?: InputMaybe<ScheduleEmailReportCharts_Max_Order_By>;
|
|
2593
2593
|
min?: InputMaybe<ScheduleEmailReportCharts_Min_Order_By>;
|
|
2594
2594
|
};
|
|
2595
2595
|
/** input type for inserting array relation for remote table "scheduleEmailReportCharts" */
|
|
2596
|
-
export
|
|
2596
|
+
export type ScheduleEmailReportCharts_Arr_Rel_Insert_Input = {
|
|
2597
2597
|
data: Array<ScheduleEmailReportCharts_Insert_Input>;
|
|
2598
2598
|
/** upsert condition */
|
|
2599
2599
|
on_conflict?: InputMaybe<ScheduleEmailReportCharts_On_Conflict>;
|
|
2600
2600
|
};
|
|
2601
2601
|
/** Boolean expression to filter rows from the table "scheduleEmailReportCharts". All fields are combined with a logical 'AND'. */
|
|
2602
|
-
export
|
|
2602
|
+
export type ScheduleEmailReportCharts_Bool_Exp = {
|
|
2603
2603
|
_and?: InputMaybe<Array<ScheduleEmailReportCharts_Bool_Exp>>;
|
|
2604
2604
|
_not?: InputMaybe<ScheduleEmailReportCharts_Bool_Exp>;
|
|
2605
2605
|
_or?: InputMaybe<Array<ScheduleEmailReportCharts_Bool_Exp>>;
|
|
@@ -2617,7 +2617,7 @@ export declare enum ScheduleEmailReportCharts_Constraint {
|
|
|
2617
2617
|
ScheduleEmailReportChartsUniqueKey = "scheduleEmailReportCharts_unique_key"
|
|
2618
2618
|
}
|
|
2619
2619
|
/** input type for inserting data into table "scheduleEmailReportCharts" */
|
|
2620
|
-
export
|
|
2620
|
+
export type ScheduleEmailReportCharts_Insert_Input = {
|
|
2621
2621
|
externalMetric?: InputMaybe<ExternalMetrics_Obj_Rel_Insert_Input>;
|
|
2622
2622
|
externalMetricId?: InputMaybe<Scalars['uuid']>;
|
|
2623
2623
|
id?: InputMaybe<Scalars['uuid']>;
|
|
@@ -2625,19 +2625,19 @@ export declare type ScheduleEmailReportCharts_Insert_Input = {
|
|
|
2625
2625
|
scheduleEmailReportId?: InputMaybe<Scalars['uuid']>;
|
|
2626
2626
|
};
|
|
2627
2627
|
/** order by max() on columns of table "scheduleEmailReportCharts" */
|
|
2628
|
-
export
|
|
2628
|
+
export type ScheduleEmailReportCharts_Max_Order_By = {
|
|
2629
2629
|
externalMetricId?: InputMaybe<Order_By>;
|
|
2630
2630
|
id?: InputMaybe<Order_By>;
|
|
2631
2631
|
scheduleEmailReportId?: InputMaybe<Order_By>;
|
|
2632
2632
|
};
|
|
2633
2633
|
/** order by min() on columns of table "scheduleEmailReportCharts" */
|
|
2634
|
-
export
|
|
2634
|
+
export type ScheduleEmailReportCharts_Min_Order_By = {
|
|
2635
2635
|
externalMetricId?: InputMaybe<Order_By>;
|
|
2636
2636
|
id?: InputMaybe<Order_By>;
|
|
2637
2637
|
scheduleEmailReportId?: InputMaybe<Order_By>;
|
|
2638
2638
|
};
|
|
2639
2639
|
/** response of any mutation on the table "scheduleEmailReportCharts" */
|
|
2640
|
-
export
|
|
2640
|
+
export type ScheduleEmailReportCharts_Mutation_Response = {
|
|
2641
2641
|
__typename?: 'scheduleEmailReportCharts_mutation_response';
|
|
2642
2642
|
/** number of rows affected by the mutation */
|
|
2643
2643
|
affected_rows: Scalars['Int'];
|
|
@@ -2645,13 +2645,13 @@ export declare type ScheduleEmailReportCharts_Mutation_Response = {
|
|
|
2645
2645
|
returning: Array<ScheduleEmailReportCharts>;
|
|
2646
2646
|
};
|
|
2647
2647
|
/** on_conflict condition type for table "scheduleEmailReportCharts" */
|
|
2648
|
-
export
|
|
2648
|
+
export type ScheduleEmailReportCharts_On_Conflict = {
|
|
2649
2649
|
constraint: ScheduleEmailReportCharts_Constraint;
|
|
2650
2650
|
update_columns?: Array<ScheduleEmailReportCharts_Update_Column>;
|
|
2651
2651
|
where?: InputMaybe<ScheduleEmailReportCharts_Bool_Exp>;
|
|
2652
2652
|
};
|
|
2653
2653
|
/** Ordering options when selecting data from "scheduleEmailReportCharts". */
|
|
2654
|
-
export
|
|
2654
|
+
export type ScheduleEmailReportCharts_Order_By = {
|
|
2655
2655
|
externalMetric?: InputMaybe<ExternalMetrics_Order_By>;
|
|
2656
2656
|
externalMetricId?: InputMaybe<Order_By>;
|
|
2657
2657
|
id?: InputMaybe<Order_By>;
|
|
@@ -2659,7 +2659,7 @@ export declare type ScheduleEmailReportCharts_Order_By = {
|
|
|
2659
2659
|
scheduleEmailReportId?: InputMaybe<Order_By>;
|
|
2660
2660
|
};
|
|
2661
2661
|
/** primary key columns input for table: scheduleEmailReportCharts */
|
|
2662
|
-
export
|
|
2662
|
+
export type ScheduleEmailReportCharts_Pk_Columns_Input = {
|
|
2663
2663
|
id: Scalars['uuid'];
|
|
2664
2664
|
};
|
|
2665
2665
|
/** select columns of table "scheduleEmailReportCharts" */
|
|
@@ -2672,7 +2672,7 @@ export declare enum ScheduleEmailReportCharts_Select_Column {
|
|
|
2672
2672
|
ScheduleEmailReportId = "scheduleEmailReportId"
|
|
2673
2673
|
}
|
|
2674
2674
|
/** input type for updating data in table "scheduleEmailReportCharts" */
|
|
2675
|
-
export
|
|
2675
|
+
export type ScheduleEmailReportCharts_Set_Input = {
|
|
2676
2676
|
externalMetricId?: InputMaybe<Scalars['uuid']>;
|
|
2677
2677
|
id?: InputMaybe<Scalars['uuid']>;
|
|
2678
2678
|
scheduleEmailReportId?: InputMaybe<Scalars['uuid']>;
|
|
@@ -2687,7 +2687,7 @@ export declare enum ScheduleEmailReportCharts_Update_Column {
|
|
|
2687
2687
|
ScheduleEmailReportId = "scheduleEmailReportId"
|
|
2688
2688
|
}
|
|
2689
2689
|
/** columns and relationships of "scheduleEmailReports" */
|
|
2690
|
-
export
|
|
2690
|
+
export type ScheduleEmailReports = {
|
|
2691
2691
|
__typename?: 'scheduleEmailReports';
|
|
2692
2692
|
emails: Scalars['json'];
|
|
2693
2693
|
/** An object relationship */
|
|
@@ -2707,11 +2707,11 @@ export declare type ScheduleEmailReports = {
|
|
|
2707
2707
|
timeConfigurations: Scalars['json'];
|
|
2708
2708
|
};
|
|
2709
2709
|
/** columns and relationships of "scheduleEmailReports" */
|
|
2710
|
-
export
|
|
2710
|
+
export type ScheduleEmailReportsEmailsArgs = {
|
|
2711
2711
|
path?: InputMaybe<Scalars['String']>;
|
|
2712
2712
|
};
|
|
2713
2713
|
/** columns and relationships of "scheduleEmailReports" */
|
|
2714
|
-
export
|
|
2714
|
+
export type ScheduleEmailReportsScheduleEmailReportChartsArgs = {
|
|
2715
2715
|
distinct_on?: InputMaybe<Array<ScheduleEmailReportCharts_Select_Column>>;
|
|
2716
2716
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2717
2717
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -2719,17 +2719,17 @@ export declare type ScheduleEmailReportsScheduleEmailReportChartsArgs = {
|
|
|
2719
2719
|
where?: InputMaybe<ScheduleEmailReportCharts_Bool_Exp>;
|
|
2720
2720
|
};
|
|
2721
2721
|
/** columns and relationships of "scheduleEmailReports" */
|
|
2722
|
-
export
|
|
2722
|
+
export type ScheduleEmailReportsTimeConfigurationsArgs = {
|
|
2723
2723
|
path?: InputMaybe<Scalars['String']>;
|
|
2724
2724
|
};
|
|
2725
2725
|
/** order by aggregate values of table "scheduleEmailReports" */
|
|
2726
|
-
export
|
|
2726
|
+
export type ScheduleEmailReports_Aggregate_Order_By = {
|
|
2727
2727
|
count?: InputMaybe<Order_By>;
|
|
2728
2728
|
max?: InputMaybe<ScheduleEmailReports_Max_Order_By>;
|
|
2729
2729
|
min?: InputMaybe<ScheduleEmailReports_Min_Order_By>;
|
|
2730
2730
|
};
|
|
2731
2731
|
/** Boolean expression to filter rows from the table "scheduleEmailReports". All fields are combined with a logical 'AND'. */
|
|
2732
|
-
export
|
|
2732
|
+
export type ScheduleEmailReports_Bool_Exp = {
|
|
2733
2733
|
_and?: InputMaybe<Array<ScheduleEmailReports_Bool_Exp>>;
|
|
2734
2734
|
_not?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
2735
2735
|
_or?: InputMaybe<Array<ScheduleEmailReports_Bool_Exp>>;
|
|
@@ -2754,7 +2754,7 @@ export declare enum ScheduleEmailReports_Constraint {
|
|
|
2754
2754
|
ScheduleEmailReportsPkey = "scheduleEmailReports_pkey"
|
|
2755
2755
|
}
|
|
2756
2756
|
/** input type for inserting data into table "scheduleEmailReports" */
|
|
2757
|
-
export
|
|
2757
|
+
export type ScheduleEmailReports_Insert_Input = {
|
|
2758
2758
|
emails?: InputMaybe<Scalars['json']>;
|
|
2759
2759
|
externalDashboardId?: InputMaybe<Scalars['uuid']>;
|
|
2760
2760
|
guestToken?: InputMaybe<Scalars['uuid']>;
|
|
@@ -2766,7 +2766,7 @@ export declare type ScheduleEmailReports_Insert_Input = {
|
|
|
2766
2766
|
timeConfigurations?: InputMaybe<Scalars['json']>;
|
|
2767
2767
|
};
|
|
2768
2768
|
/** order by max() on columns of table "scheduleEmailReports" */
|
|
2769
|
-
export
|
|
2769
|
+
export type ScheduleEmailReports_Max_Order_By = {
|
|
2770
2770
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
2771
2771
|
guestToken?: InputMaybe<Order_By>;
|
|
2772
2772
|
id?: InputMaybe<Order_By>;
|
|
@@ -2775,7 +2775,7 @@ export declare type ScheduleEmailReports_Max_Order_By = {
|
|
|
2775
2775
|
subject?: InputMaybe<Order_By>;
|
|
2776
2776
|
};
|
|
2777
2777
|
/** order by min() on columns of table "scheduleEmailReports" */
|
|
2778
|
-
export
|
|
2778
|
+
export type ScheduleEmailReports_Min_Order_By = {
|
|
2779
2779
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
2780
2780
|
guestToken?: InputMaybe<Order_By>;
|
|
2781
2781
|
id?: InputMaybe<Order_By>;
|
|
@@ -2784,7 +2784,7 @@ export declare type ScheduleEmailReports_Min_Order_By = {
|
|
|
2784
2784
|
subject?: InputMaybe<Order_By>;
|
|
2785
2785
|
};
|
|
2786
2786
|
/** response of any mutation on the table "scheduleEmailReports" */
|
|
2787
|
-
export
|
|
2787
|
+
export type ScheduleEmailReports_Mutation_Response = {
|
|
2788
2788
|
__typename?: 'scheduleEmailReports_mutation_response';
|
|
2789
2789
|
/** number of rows affected by the mutation */
|
|
2790
2790
|
affected_rows: Scalars['Int'];
|
|
@@ -2792,19 +2792,19 @@ export declare type ScheduleEmailReports_Mutation_Response = {
|
|
|
2792
2792
|
returning: Array<ScheduleEmailReports>;
|
|
2793
2793
|
};
|
|
2794
2794
|
/** input type for inserting object relation for remote table "scheduleEmailReports" */
|
|
2795
|
-
export
|
|
2795
|
+
export type ScheduleEmailReports_Obj_Rel_Insert_Input = {
|
|
2796
2796
|
data: ScheduleEmailReports_Insert_Input;
|
|
2797
2797
|
/** upsert condition */
|
|
2798
2798
|
on_conflict?: InputMaybe<ScheduleEmailReports_On_Conflict>;
|
|
2799
2799
|
};
|
|
2800
2800
|
/** on_conflict condition type for table "scheduleEmailReports" */
|
|
2801
|
-
export
|
|
2801
|
+
export type ScheduleEmailReports_On_Conflict = {
|
|
2802
2802
|
constraint: ScheduleEmailReports_Constraint;
|
|
2803
2803
|
update_columns?: Array<ScheduleEmailReports_Update_Column>;
|
|
2804
2804
|
where?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
2805
2805
|
};
|
|
2806
2806
|
/** Ordering options when selecting data from "scheduleEmailReports". */
|
|
2807
|
-
export
|
|
2807
|
+
export type ScheduleEmailReports_Order_By = {
|
|
2808
2808
|
emails?: InputMaybe<Order_By>;
|
|
2809
2809
|
externalDashboard?: InputMaybe<ExternalDashboards_Order_By>;
|
|
2810
2810
|
externalDashboardId?: InputMaybe<Order_By>;
|
|
@@ -2819,7 +2819,7 @@ export declare type ScheduleEmailReports_Order_By = {
|
|
|
2819
2819
|
timeConfigurations?: InputMaybe<Order_By>;
|
|
2820
2820
|
};
|
|
2821
2821
|
/** primary key columns input for table: scheduleEmailReports */
|
|
2822
|
-
export
|
|
2822
|
+
export type ScheduleEmailReports_Pk_Columns_Input = {
|
|
2823
2823
|
id: Scalars['uuid'];
|
|
2824
2824
|
};
|
|
2825
2825
|
/** select columns of table "scheduleEmailReports" */
|
|
@@ -2842,7 +2842,7 @@ export declare enum ScheduleEmailReports_Select_Column {
|
|
|
2842
2842
|
TimeConfigurations = "timeConfigurations"
|
|
2843
2843
|
}
|
|
2844
2844
|
/** input type for updating data in table "scheduleEmailReports" */
|
|
2845
|
-
export
|
|
2845
|
+
export type ScheduleEmailReports_Set_Input = {
|
|
2846
2846
|
emails?: InputMaybe<Scalars['json']>;
|
|
2847
2847
|
externalDashboardId?: InputMaybe<Scalars['uuid']>;
|
|
2848
2848
|
guestToken?: InputMaybe<Scalars['uuid']>;
|
|
@@ -2872,7 +2872,7 @@ export declare enum ScheduleEmailReports_Update_Column {
|
|
|
2872
2872
|
TimeConfigurations = "timeConfigurations"
|
|
2873
2873
|
}
|
|
2874
2874
|
/** columns and relationships of "sharingSettings" */
|
|
2875
|
-
export
|
|
2875
|
+
export type SharingSettings = {
|
|
2876
2876
|
__typename?: 'sharingSettings';
|
|
2877
2877
|
companyId: Scalars['uuid'];
|
|
2878
2878
|
id: Scalars['uuid'];
|
|
@@ -2880,7 +2880,7 @@ export declare type SharingSettings = {
|
|
|
2880
2880
|
scheduleEmailReports: Array<ScheduleEmailReports>;
|
|
2881
2881
|
};
|
|
2882
2882
|
/** columns and relationships of "sharingSettings" */
|
|
2883
|
-
export
|
|
2883
|
+
export type SharingSettingsScheduleEmailReportsArgs = {
|
|
2884
2884
|
distinct_on?: InputMaybe<Array<ScheduleEmailReports_Select_Column>>;
|
|
2885
2885
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2886
2886
|
offset?: InputMaybe<Scalars['Int']>;
|
|
@@ -2888,7 +2888,7 @@ export declare type SharingSettingsScheduleEmailReportsArgs = {
|
|
|
2888
2888
|
where?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
2889
2889
|
};
|
|
2890
2890
|
/** Boolean expression to filter rows from the table "sharingSettings". All fields are combined with a logical 'AND'. */
|
|
2891
|
-
export
|
|
2891
|
+
export type SharingSettings_Bool_Exp = {
|
|
2892
2892
|
_and?: InputMaybe<Array<SharingSettings_Bool_Exp>>;
|
|
2893
2893
|
_not?: InputMaybe<SharingSettings_Bool_Exp>;
|
|
2894
2894
|
_or?: InputMaybe<Array<SharingSettings_Bool_Exp>>;
|
|
@@ -2897,7 +2897,7 @@ export declare type SharingSettings_Bool_Exp = {
|
|
|
2897
2897
|
scheduleEmailReports?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
2898
2898
|
};
|
|
2899
2899
|
/** Ordering options when selecting data from "sharingSettings". */
|
|
2900
|
-
export
|
|
2900
|
+
export type SharingSettings_Order_By = {
|
|
2901
2901
|
companyId?: InputMaybe<Order_By>;
|
|
2902
2902
|
id?: InputMaybe<Order_By>;
|
|
2903
2903
|
scheduleEmailReports_aggregate?: InputMaybe<ScheduleEmailReports_Aggregate_Order_By>;
|
|
@@ -2909,7 +2909,7 @@ export declare enum SharingSettings_Select_Column {
|
|
|
2909
2909
|
/** column name */
|
|
2910
2910
|
Id = "id"
|
|
2911
2911
|
}
|
|
2912
|
-
export
|
|
2912
|
+
export type Subscription_Root = {
|
|
2913
2913
|
__typename?: 'subscription_root';
|
|
2914
2914
|
/** fetch data from the table: "clientDashboardLayout" */
|
|
2915
2915
|
clientDashboardLayout: Array<ClientDashboardLayout>;
|
|
@@ -2986,199 +2986,199 @@ export declare type Subscription_Root = {
|
|
|
2986
2986
|
/** fetch data from the table: "themes" using primary key columns */
|
|
2987
2987
|
themes_by_pk?: Maybe<Themes>;
|
|
2988
2988
|
};
|
|
2989
|
-
export
|
|
2989
|
+
export type Subscription_RootClientDashboardLayoutArgs = {
|
|
2990
2990
|
distinct_on?: InputMaybe<Array<ClientDashboardLayout_Select_Column>>;
|
|
2991
2991
|
limit?: InputMaybe<Scalars['Int']>;
|
|
2992
2992
|
offset?: InputMaybe<Scalars['Int']>;
|
|
2993
2993
|
order_by?: InputMaybe<Array<ClientDashboardLayout_Order_By>>;
|
|
2994
2994
|
where?: InputMaybe<ClientDashboardLayout_Bool_Exp>;
|
|
2995
2995
|
};
|
|
2996
|
-
export
|
|
2996
|
+
export type Subscription_RootClientDashboardLayout_By_PkArgs = {
|
|
2997
2997
|
clientId: Scalars['String'];
|
|
2998
2998
|
externalDashboardId: Scalars['uuid'];
|
|
2999
2999
|
};
|
|
3000
|
-
export
|
|
3000
|
+
export type Subscription_RootClientDashboardMetricsArgs = {
|
|
3001
3001
|
distinct_on?: InputMaybe<Array<ClientDashboardMetrics_Select_Column>>;
|
|
3002
3002
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3003
3003
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3004
3004
|
order_by?: InputMaybe<Array<ClientDashboardMetrics_Order_By>>;
|
|
3005
3005
|
where?: InputMaybe<ClientDashboardMetrics_Bool_Exp>;
|
|
3006
3006
|
};
|
|
3007
|
-
export
|
|
3007
|
+
export type Subscription_RootClientDashboardMetrics_By_PkArgs = {
|
|
3008
3008
|
clientId: Scalars['String'];
|
|
3009
3009
|
externalDashboardId: Scalars['uuid'];
|
|
3010
3010
|
};
|
|
3011
|
-
export
|
|
3011
|
+
export type Subscription_RootClientDeletedMetricsArgs = {
|
|
3012
3012
|
distinct_on?: InputMaybe<Array<ClientDeletedMetrics_Select_Column>>;
|
|
3013
3013
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3014
3014
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3015
3015
|
order_by?: InputMaybe<Array<ClientDeletedMetrics_Order_By>>;
|
|
3016
3016
|
where?: InputMaybe<ClientDeletedMetrics_Bool_Exp>;
|
|
3017
3017
|
};
|
|
3018
|
-
export
|
|
3018
|
+
export type Subscription_RootClientDeletedMetrics_By_PkArgs = {
|
|
3019
3019
|
clientId: Scalars['String'];
|
|
3020
3020
|
externalMetricId: Scalars['uuid'];
|
|
3021
3021
|
};
|
|
3022
|
-
export
|
|
3022
|
+
export type Subscription_RootCompanyIntegrationsArgs = {
|
|
3023
3023
|
distinct_on?: InputMaybe<Array<CompanyIntegrations_Select_Column>>;
|
|
3024
3024
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3025
3025
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3026
3026
|
order_by?: InputMaybe<Array<CompanyIntegrations_Order_By>>;
|
|
3027
3027
|
where?: InputMaybe<CompanyIntegrations_Bool_Exp>;
|
|
3028
3028
|
};
|
|
3029
|
-
export
|
|
3029
|
+
export type Subscription_RootCompanyIntegrations_By_PkArgs = {
|
|
3030
3030
|
id: Scalars['uuid'];
|
|
3031
3031
|
};
|
|
3032
|
-
export
|
|
3032
|
+
export type Subscription_RootCompanySubsetTablesArgs = {
|
|
3033
3033
|
distinct_on?: InputMaybe<Array<CompanySubsetTables_Select_Column>>;
|
|
3034
3034
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3035
3035
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3036
3036
|
order_by?: InputMaybe<Array<CompanySubsetTables_Order_By>>;
|
|
3037
3037
|
where?: InputMaybe<CompanySubsetTables_Bool_Exp>;
|
|
3038
3038
|
};
|
|
3039
|
-
export
|
|
3039
|
+
export type Subscription_RootCompanyWorkspacesArgs = {
|
|
3040
3040
|
distinct_on?: InputMaybe<Array<CompanyWorkspaces_Select_Column>>;
|
|
3041
3041
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3042
3042
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3043
3043
|
order_by?: InputMaybe<Array<CompanyWorkspaces_Order_By>>;
|
|
3044
3044
|
where?: InputMaybe<CompanyWorkspaces_Bool_Exp>;
|
|
3045
3045
|
};
|
|
3046
|
-
export
|
|
3046
|
+
export type Subscription_RootCompanyWorkspaces_By_PkArgs = {
|
|
3047
3047
|
id: Scalars['uuid'];
|
|
3048
3048
|
};
|
|
3049
|
-
export
|
|
3049
|
+
export type Subscription_RootCustomSqlColumnsArgs = {
|
|
3050
3050
|
distinct_on?: InputMaybe<Array<CustomSqlColumns_Select_Column>>;
|
|
3051
3051
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3052
3052
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3053
3053
|
order_by?: InputMaybe<Array<CustomSqlColumns_Order_By>>;
|
|
3054
3054
|
where?: InputMaybe<CustomSqlColumns_Bool_Exp>;
|
|
3055
3055
|
};
|
|
3056
|
-
export
|
|
3056
|
+
export type Subscription_RootCustomSqlColumns_By_PkArgs = {
|
|
3057
3057
|
id: Scalars['uuid'];
|
|
3058
3058
|
};
|
|
3059
|
-
export
|
|
3059
|
+
export type Subscription_RootExternalDashboardMetricsArgs = {
|
|
3060
3060
|
distinct_on?: InputMaybe<Array<ExternalDashboardMetrics_Select_Column>>;
|
|
3061
3061
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3062
3062
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3063
3063
|
order_by?: InputMaybe<Array<ExternalDashboardMetrics_Order_By>>;
|
|
3064
3064
|
where?: InputMaybe<ExternalDashboardMetrics_Bool_Exp>;
|
|
3065
3065
|
};
|
|
3066
|
-
export
|
|
3066
|
+
export type Subscription_RootExternalDashboardMetrics_By_PkArgs = {
|
|
3067
3067
|
externalDashboardId: Scalars['uuid'];
|
|
3068
3068
|
externalMetricId: Scalars['uuid'];
|
|
3069
3069
|
};
|
|
3070
|
-
export
|
|
3070
|
+
export type Subscription_RootExternalDashboardThemeClientsArgs = {
|
|
3071
3071
|
distinct_on?: InputMaybe<Array<ExternalDashboardThemeClients_Select_Column>>;
|
|
3072
3072
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3073
3073
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3074
3074
|
order_by?: InputMaybe<Array<ExternalDashboardThemeClients_Order_By>>;
|
|
3075
3075
|
where?: InputMaybe<ExternalDashboardThemeClients_Bool_Exp>;
|
|
3076
3076
|
};
|
|
3077
|
-
export
|
|
3077
|
+
export type Subscription_RootExternalDashboardThemeClients_By_PkArgs = {
|
|
3078
3078
|
id: Scalars['uuid'];
|
|
3079
3079
|
};
|
|
3080
|
-
export
|
|
3080
|
+
export type Subscription_RootExternalDashboardThemesArgs = {
|
|
3081
3081
|
distinct_on?: InputMaybe<Array<ExternalDashboardThemes_Select_Column>>;
|
|
3082
3082
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3083
3083
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3084
3084
|
order_by?: InputMaybe<Array<ExternalDashboardThemes_Order_By>>;
|
|
3085
3085
|
where?: InputMaybe<ExternalDashboardThemes_Bool_Exp>;
|
|
3086
3086
|
};
|
|
3087
|
-
export
|
|
3087
|
+
export type Subscription_RootExternalDashboardThemes_By_PkArgs = {
|
|
3088
3088
|
id: Scalars['uuid'];
|
|
3089
3089
|
};
|
|
3090
|
-
export
|
|
3090
|
+
export type Subscription_RootExternalDashboardsArgs = {
|
|
3091
3091
|
distinct_on?: InputMaybe<Array<ExternalDashboards_Select_Column>>;
|
|
3092
3092
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3093
3093
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3094
3094
|
order_by?: InputMaybe<Array<ExternalDashboards_Order_By>>;
|
|
3095
3095
|
where?: InputMaybe<ExternalDashboards_Bool_Exp>;
|
|
3096
3096
|
};
|
|
3097
|
-
export
|
|
3097
|
+
export type Subscription_RootExternalDashboards_By_PkArgs = {
|
|
3098
3098
|
id: Scalars['uuid'];
|
|
3099
3099
|
};
|
|
3100
|
-
export
|
|
3100
|
+
export type Subscription_RootExternalMetricRawCsvUrlsArgs = {
|
|
3101
3101
|
distinct_on?: InputMaybe<Array<ExternalMetricRawCsvUrls_Select_Column>>;
|
|
3102
3102
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3103
3103
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3104
3104
|
order_by?: InputMaybe<Array<ExternalMetricRawCsvUrls_Order_By>>;
|
|
3105
3105
|
where?: InputMaybe<ExternalMetricRawCsvUrls_Bool_Exp>;
|
|
3106
3106
|
};
|
|
3107
|
-
export
|
|
3107
|
+
export type Subscription_RootExternalMetricRawCsvUrls_By_PkArgs = {
|
|
3108
3108
|
id: Scalars['uuid'];
|
|
3109
3109
|
};
|
|
3110
|
-
export
|
|
3110
|
+
export type Subscription_RootExternalMetricsArgs = {
|
|
3111
3111
|
distinct_on?: InputMaybe<Array<ExternalMetrics_Select_Column>>;
|
|
3112
3112
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3113
3113
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3114
3114
|
order_by?: InputMaybe<Array<ExternalMetrics_Order_By>>;
|
|
3115
3115
|
where?: InputMaybe<ExternalMetrics_Bool_Exp>;
|
|
3116
3116
|
};
|
|
3117
|
-
export
|
|
3117
|
+
export type Subscription_RootExternalMetricsRlsFiltersArgs = {
|
|
3118
3118
|
distinct_on?: InputMaybe<Array<ExternalMetricsRlsFilters_Select_Column>>;
|
|
3119
3119
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3120
3120
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3121
3121
|
order_by?: InputMaybe<Array<ExternalMetricsRlsFilters_Order_By>>;
|
|
3122
3122
|
where?: InputMaybe<ExternalMetricsRlsFilters_Bool_Exp>;
|
|
3123
3123
|
};
|
|
3124
|
-
export
|
|
3124
|
+
export type Subscription_RootExternalMetricsRlsFilters_By_PkArgs = {
|
|
3125
3125
|
id: Scalars['uuid'];
|
|
3126
3126
|
};
|
|
3127
|
-
export
|
|
3127
|
+
export type Subscription_RootExternalMetrics_By_PkArgs = {
|
|
3128
3128
|
id: Scalars['uuid'];
|
|
3129
3129
|
};
|
|
3130
|
-
export
|
|
3130
|
+
export type Subscription_RootGuestTokensArgs = {
|
|
3131
3131
|
distinct_on?: InputMaybe<Array<GuestTokens_Select_Column>>;
|
|
3132
3132
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3133
3133
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3134
3134
|
order_by?: InputMaybe<Array<GuestTokens_Order_By>>;
|
|
3135
3135
|
where?: InputMaybe<GuestTokens_Bool_Exp>;
|
|
3136
3136
|
};
|
|
3137
|
-
export
|
|
3137
|
+
export type Subscription_RootGuestTokens_By_PkArgs = {
|
|
3138
3138
|
id: Scalars['uuid'];
|
|
3139
3139
|
};
|
|
3140
|
-
export
|
|
3140
|
+
export type Subscription_RootScheduleEmailReportChartsArgs = {
|
|
3141
3141
|
distinct_on?: InputMaybe<Array<ScheduleEmailReportCharts_Select_Column>>;
|
|
3142
3142
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3143
3143
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3144
3144
|
order_by?: InputMaybe<Array<ScheduleEmailReportCharts_Order_By>>;
|
|
3145
3145
|
where?: InputMaybe<ScheduleEmailReportCharts_Bool_Exp>;
|
|
3146
3146
|
};
|
|
3147
|
-
export
|
|
3147
|
+
export type Subscription_RootScheduleEmailReportCharts_By_PkArgs = {
|
|
3148
3148
|
id: Scalars['uuid'];
|
|
3149
3149
|
};
|
|
3150
|
-
export
|
|
3150
|
+
export type Subscription_RootScheduleEmailReportsArgs = {
|
|
3151
3151
|
distinct_on?: InputMaybe<Array<ScheduleEmailReports_Select_Column>>;
|
|
3152
3152
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3153
3153
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3154
3154
|
order_by?: InputMaybe<Array<ScheduleEmailReports_Order_By>>;
|
|
3155
3155
|
where?: InputMaybe<ScheduleEmailReports_Bool_Exp>;
|
|
3156
3156
|
};
|
|
3157
|
-
export
|
|
3157
|
+
export type Subscription_RootScheduleEmailReports_By_PkArgs = {
|
|
3158
3158
|
id: Scalars['uuid'];
|
|
3159
3159
|
};
|
|
3160
|
-
export
|
|
3160
|
+
export type Subscription_RootSharingSettingsArgs = {
|
|
3161
3161
|
distinct_on?: InputMaybe<Array<SharingSettings_Select_Column>>;
|
|
3162
3162
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3163
3163
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3164
3164
|
order_by?: InputMaybe<Array<SharingSettings_Order_By>>;
|
|
3165
3165
|
where?: InputMaybe<SharingSettings_Bool_Exp>;
|
|
3166
3166
|
};
|
|
3167
|
-
export
|
|
3167
|
+
export type Subscription_RootSharingSettings_By_PkArgs = {
|
|
3168
3168
|
id: Scalars['uuid'];
|
|
3169
3169
|
};
|
|
3170
|
-
export
|
|
3170
|
+
export type Subscription_RootThemesArgs = {
|
|
3171
3171
|
distinct_on?: InputMaybe<Array<Themes_Select_Column>>;
|
|
3172
3172
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3173
3173
|
offset?: InputMaybe<Scalars['Int']>;
|
|
3174
3174
|
order_by?: InputMaybe<Array<Themes_Order_By>>;
|
|
3175
3175
|
where?: InputMaybe<Themes_Bool_Exp>;
|
|
3176
3176
|
};
|
|
3177
|
-
export
|
|
3177
|
+
export type Subscription_RootThemes_By_PkArgs = {
|
|
3178
3178
|
id: Scalars['uuid'];
|
|
3179
3179
|
};
|
|
3180
3180
|
/** The global theme per company. */
|
|
3181
|
-
export
|
|
3181
|
+
export type Themes = {
|
|
3182
3182
|
__typename?: 'themes';
|
|
3183
3183
|
cardDescription: Scalars['jsonb'];
|
|
3184
3184
|
cardTitle: Scalars['jsonb'];
|
|
@@ -3189,27 +3189,27 @@ export declare type Themes = {
|
|
|
3189
3189
|
id: Scalars['uuid'];
|
|
3190
3190
|
};
|
|
3191
3191
|
/** The global theme per company. */
|
|
3192
|
-
export
|
|
3192
|
+
export type ThemesCardDescriptionArgs = {
|
|
3193
3193
|
path?: InputMaybe<Scalars['String']>;
|
|
3194
3194
|
};
|
|
3195
3195
|
/** The global theme per company. */
|
|
3196
|
-
export
|
|
3196
|
+
export type ThemesCardTitleArgs = {
|
|
3197
3197
|
path?: InputMaybe<Scalars['String']>;
|
|
3198
3198
|
};
|
|
3199
3199
|
/** The global theme per company. */
|
|
3200
|
-
export
|
|
3200
|
+
export type ThemesChartArgs = {
|
|
3201
3201
|
path?: InputMaybe<Scalars['String']>;
|
|
3202
3202
|
};
|
|
3203
3203
|
/** The global theme per company. */
|
|
3204
|
-
export
|
|
3204
|
+
export type ThemesDashboardArgs = {
|
|
3205
3205
|
path?: InputMaybe<Scalars['String']>;
|
|
3206
3206
|
};
|
|
3207
3207
|
/** The global theme per company. */
|
|
3208
|
-
export
|
|
3208
|
+
export type ThemesGeneralArgs = {
|
|
3209
3209
|
path?: InputMaybe<Scalars['String']>;
|
|
3210
3210
|
};
|
|
3211
3211
|
/** Boolean expression to filter rows from the table "themes". All fields are combined with a logical 'AND'. */
|
|
3212
|
-
export
|
|
3212
|
+
export type Themes_Bool_Exp = {
|
|
3213
3213
|
_and?: InputMaybe<Array<Themes_Bool_Exp>>;
|
|
3214
3214
|
_not?: InputMaybe<Themes_Bool_Exp>;
|
|
3215
3215
|
_or?: InputMaybe<Array<Themes_Bool_Exp>>;
|
|
@@ -3222,7 +3222,7 @@ export declare type Themes_Bool_Exp = {
|
|
|
3222
3222
|
id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
3223
3223
|
};
|
|
3224
3224
|
/** Ordering options when selecting data from "themes". */
|
|
3225
|
-
export
|
|
3225
|
+
export type Themes_Order_By = {
|
|
3226
3226
|
cardDescription?: InputMaybe<Order_By>;
|
|
3227
3227
|
cardTitle?: InputMaybe<Order_By>;
|
|
3228
3228
|
chart?: InputMaybe<Order_By>;
|
|
@@ -3249,7 +3249,7 @@ export declare enum Themes_Select_Column {
|
|
|
3249
3249
|
Id = "id"
|
|
3250
3250
|
}
|
|
3251
3251
|
/** Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. */
|
|
3252
|
-
export
|
|
3252
|
+
export type Timestamptz_Comparison_Exp = {
|
|
3253
3253
|
_eq?: InputMaybe<Scalars['timestamptz']>;
|
|
3254
3254
|
_gt?: InputMaybe<Scalars['timestamptz']>;
|
|
3255
3255
|
_gte?: InputMaybe<Scalars['timestamptz']>;
|
|
@@ -3261,7 +3261,7 @@ export declare type Timestamptz_Comparison_Exp = {
|
|
|
3261
3261
|
_nin?: InputMaybe<Array<Scalars['timestamptz']>>;
|
|
3262
3262
|
};
|
|
3263
3263
|
/** Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. */
|
|
3264
|
-
export
|
|
3264
|
+
export type Uuid_Comparison_Exp = {
|
|
3265
3265
|
_eq?: InputMaybe<Scalars['uuid']>;
|
|
3266
3266
|
_gt?: InputMaybe<Scalars['uuid']>;
|
|
3267
3267
|
_gte?: InputMaybe<Scalars['uuid']>;
|
|
@@ -3272,7 +3272,7 @@ export declare type Uuid_Comparison_Exp = {
|
|
|
3272
3272
|
_neq?: InputMaybe<Scalars['uuid']>;
|
|
3273
3273
|
_nin?: InputMaybe<Array<Scalars['uuid']>>;
|
|
3274
3274
|
};
|
|
3275
|
-
export
|
|
3275
|
+
export type CreateExternalMetricMutationVariables = Exact<{
|
|
3276
3276
|
chartOptions?: InputMaybe<Scalars['jsonb']>;
|
|
3277
3277
|
companyId?: InputMaybe<Scalars['uuid']>;
|
|
3278
3278
|
companyIntegrationId?: InputMaybe<Scalars['uuid']>;
|
|
@@ -3294,7 +3294,7 @@ export declare type CreateExternalMetricMutationVariables = Exact<{
|
|
|
3294
3294
|
isEnableGroupBy?: InputMaybe<Scalars['Boolean']>;
|
|
3295
3295
|
groupBy?: InputMaybe<Scalars['jsonb']>;
|
|
3296
3296
|
}>;
|
|
3297
|
-
export
|
|
3297
|
+
export type CreateExternalMetricMutation = {
|
|
3298
3298
|
__typename?: 'mutation_root';
|
|
3299
3299
|
insert_externalMetrics_one?: {
|
|
3300
3300
|
__typename?: 'externalMetrics';
|
|
@@ -3305,33 +3305,33 @@ export declare type CreateExternalMetricMutation = {
|
|
|
3305
3305
|
}>;
|
|
3306
3306
|
} | null;
|
|
3307
3307
|
};
|
|
3308
|
-
export
|
|
3308
|
+
export type DeleteScheduleEmailReportChartsMutationVariables = Exact<{
|
|
3309
3309
|
scheduleEmailReportId?: InputMaybe<Scalars['uuid']>;
|
|
3310
3310
|
}>;
|
|
3311
|
-
export
|
|
3311
|
+
export type DeleteScheduleEmailReportChartsMutation = {
|
|
3312
3312
|
__typename?: 'mutation_root';
|
|
3313
3313
|
delete_scheduleEmailReportCharts?: {
|
|
3314
3314
|
__typename?: 'scheduleEmailReportCharts_mutation_response';
|
|
3315
3315
|
affected_rows: number;
|
|
3316
3316
|
} | null;
|
|
3317
3317
|
};
|
|
3318
|
-
export
|
|
3318
|
+
export type DeleteScheduledEmailMutationVariables = Exact<{
|
|
3319
3319
|
id?: InputMaybe<Scalars['uuid']>;
|
|
3320
3320
|
}>;
|
|
3321
|
-
export
|
|
3321
|
+
export type DeleteScheduledEmailMutation = {
|
|
3322
3322
|
__typename?: 'mutation_root';
|
|
3323
3323
|
delete_scheduleEmailReports_by_pk?: {
|
|
3324
3324
|
__typename?: 'scheduleEmailReports';
|
|
3325
3325
|
id: any;
|
|
3326
3326
|
} | null;
|
|
3327
3327
|
};
|
|
3328
|
-
export
|
|
3328
|
+
export type FetchColumnDataMutationVariables = Exact<{
|
|
3329
3329
|
tableName?: InputMaybe<Scalars['String']>;
|
|
3330
3330
|
columnName?: InputMaybe<Scalars['String']>;
|
|
3331
3331
|
integrationId?: InputMaybe<Scalars['String']>;
|
|
3332
3332
|
integrationName?: InputMaybe<Scalars['String']>;
|
|
3333
3333
|
}>;
|
|
3334
|
-
export
|
|
3334
|
+
export type FetchColumnDataMutation = {
|
|
3335
3335
|
__typename?: 'mutation_root';
|
|
3336
3336
|
fetchColumnData?: {
|
|
3337
3337
|
__typename?: 'FetchColumnDataOutput';
|
|
@@ -3346,12 +3346,12 @@ export declare type FetchColumnDataMutation = {
|
|
|
3346
3346
|
} | null;
|
|
3347
3347
|
} | null;
|
|
3348
3348
|
};
|
|
3349
|
-
export
|
|
3349
|
+
export type GenerateDatasetMetricsMutationVariables = Exact<{
|
|
3350
3350
|
userInputs?: InputMaybe<Scalars['json']>;
|
|
3351
3351
|
integrationName?: InputMaybe<Scalars['String']>;
|
|
3352
3352
|
integrationId?: InputMaybe<Scalars['String']>;
|
|
3353
3353
|
}>;
|
|
3354
|
-
export
|
|
3354
|
+
export type GenerateDatasetMetricsMutation = {
|
|
3355
3355
|
__typename?: 'mutation_root';
|
|
3356
3356
|
generateDatasetMetrics?: {
|
|
3357
3357
|
__typename?: 'GenerateDatasetMetricsOutput';
|
|
@@ -3360,13 +3360,13 @@ export declare type GenerateDatasetMetricsMutation = {
|
|
|
3360
3360
|
result?: any | null;
|
|
3361
3361
|
} | null;
|
|
3362
3362
|
};
|
|
3363
|
-
export
|
|
3363
|
+
export type GenerateEmbeddedMeticMutationVariables = Exact<{
|
|
3364
3364
|
clientId?: InputMaybe<Scalars['String']>;
|
|
3365
3365
|
companyId?: InputMaybe<Scalars['String']>;
|
|
3366
3366
|
queryPrompt?: InputMaybe<Scalars['String']>;
|
|
3367
3367
|
timeGrain?: InputMaybe<Scalars['String']>;
|
|
3368
3368
|
}>;
|
|
3369
|
-
export
|
|
3369
|
+
export type GenerateEmbeddedMeticMutation = {
|
|
3370
3370
|
__typename?: 'mutation_root';
|
|
3371
3371
|
generateEmbeddedMetic?: {
|
|
3372
3372
|
__typename?: 'GenerateEmbeddedMeticOutput';
|
|
@@ -3378,10 +3378,10 @@ export declare type GenerateEmbeddedMeticMutation = {
|
|
|
3378
3378
|
} | null;
|
|
3379
3379
|
} | null;
|
|
3380
3380
|
};
|
|
3381
|
-
export
|
|
3381
|
+
export type CompanyIntegrationQueryVariables = Exact<{
|
|
3382
3382
|
externalDashboardId?: InputMaybe<Scalars['uuid']>;
|
|
3383
3383
|
}>;
|
|
3384
|
-
export
|
|
3384
|
+
export type CompanyIntegrationQuery = {
|
|
3385
3385
|
__typename?: 'query_root';
|
|
3386
3386
|
companyIntegrations: Array<{
|
|
3387
3387
|
__typename?: 'companyIntegrations';
|
|
@@ -3391,12 +3391,12 @@ export declare type CompanyIntegrationQuery = {
|
|
|
3391
3391
|
name: string;
|
|
3392
3392
|
}>;
|
|
3393
3393
|
};
|
|
3394
|
-
export
|
|
3394
|
+
export type CompanySubsetTableDataMutationVariables = Exact<{
|
|
3395
3395
|
clientId?: InputMaybe<Scalars['String']>;
|
|
3396
3396
|
companyId?: InputMaybe<Scalars['String']>;
|
|
3397
3397
|
workspaceId?: InputMaybe<Scalars['String']>;
|
|
3398
3398
|
}>;
|
|
3399
|
-
export
|
|
3399
|
+
export type CompanySubsetTableDataMutation = {
|
|
3400
3400
|
__typename?: 'mutation_root';
|
|
3401
3401
|
companySubsetTableData?: {
|
|
3402
3402
|
__typename?: 'companySubsetTableDataOutput';
|
|
@@ -3419,11 +3419,11 @@ export declare type CompanySubsetTableDataMutation = {
|
|
|
3419
3419
|
} | null> | null;
|
|
3420
3420
|
} | null;
|
|
3421
3421
|
};
|
|
3422
|
-
export
|
|
3422
|
+
export type EmbeddedDashboardMetricsQueryVariables = Exact<{
|
|
3423
3423
|
externalDashboardId?: Scalars['String'];
|
|
3424
3424
|
clientId?: Scalars['String'];
|
|
3425
3425
|
}>;
|
|
3426
|
-
export
|
|
3426
|
+
export type EmbeddedDashboardMetricsQuery = {
|
|
3427
3427
|
__typename?: 'query_root';
|
|
3428
3428
|
externalDashboardMetrics: Array<{
|
|
3429
3429
|
__typename?: 'externalDashboardMetrics';
|
|
@@ -3465,11 +3465,11 @@ export declare type EmbeddedDashboardMetricsQuery = {
|
|
|
3465
3465
|
};
|
|
3466
3466
|
}>;
|
|
3467
3467
|
};
|
|
3468
|
-
export
|
|
3468
|
+
export type GetExternalDashboardClientThemeQueryVariables = Exact<{
|
|
3469
3469
|
companyId: Scalars['uuid'];
|
|
3470
3470
|
clientId: Scalars['String'];
|
|
3471
3471
|
}>;
|
|
3472
|
-
export
|
|
3472
|
+
export type GetExternalDashboardClientThemeQuery = {
|
|
3473
3473
|
__typename?: 'query_root';
|
|
3474
3474
|
externalDashboardThemes: Array<{
|
|
3475
3475
|
__typename?: 'externalDashboardThemes';
|
|
@@ -3479,10 +3479,10 @@ export declare type GetExternalDashboardClientThemeQuery = {
|
|
|
3479
3479
|
name: string;
|
|
3480
3480
|
}>;
|
|
3481
3481
|
};
|
|
3482
|
-
export
|
|
3482
|
+
export type GetExternalDashboardIdQueryVariables = Exact<{
|
|
3483
3483
|
externalDashboardId?: InputMaybe<Scalars['String']>;
|
|
3484
3484
|
}>;
|
|
3485
|
-
export
|
|
3485
|
+
export type GetExternalDashboardIdQuery = {
|
|
3486
3486
|
__typename?: 'query_root';
|
|
3487
3487
|
externalDashboards: Array<{
|
|
3488
3488
|
__typename?: 'externalDashboards';
|
|
@@ -3490,11 +3490,11 @@ export declare type GetExternalDashboardIdQuery = {
|
|
|
3490
3490
|
filters: any;
|
|
3491
3491
|
}>;
|
|
3492
3492
|
};
|
|
3493
|
-
export
|
|
3493
|
+
export type GetExternalDashboardLayoutQueryVariables = Exact<{
|
|
3494
3494
|
clientId: Scalars['String'];
|
|
3495
3495
|
externalDashboardId: Scalars['uuid'];
|
|
3496
3496
|
}>;
|
|
3497
|
-
export
|
|
3497
|
+
export type GetExternalDashboardLayoutQuery = {
|
|
3498
3498
|
__typename?: 'query_root';
|
|
3499
3499
|
clientDashboardLayout_by_pk?: {
|
|
3500
3500
|
__typename?: 'clientDashboardLayout';
|
|
@@ -3504,10 +3504,10 @@ export declare type GetExternalDashboardLayoutQuery = {
|
|
|
3504
3504
|
isLocked: boolean;
|
|
3505
3505
|
} | null;
|
|
3506
3506
|
};
|
|
3507
|
-
export
|
|
3507
|
+
export type ExternalDashboardListQueryVariables = Exact<{
|
|
3508
3508
|
companyId?: InputMaybe<Scalars['uuid']>;
|
|
3509
3509
|
}>;
|
|
3510
|
-
export
|
|
3510
|
+
export type ExternalDashboardListQuery = {
|
|
3511
3511
|
__typename?: 'query_root';
|
|
3512
3512
|
externalDashboards: Array<{
|
|
3513
3513
|
__typename?: 'externalDashboards';
|
|
@@ -3516,10 +3516,10 @@ export declare type ExternalDashboardListQuery = {
|
|
|
3516
3516
|
id: any;
|
|
3517
3517
|
}>;
|
|
3518
3518
|
};
|
|
3519
|
-
export
|
|
3519
|
+
export type ExternalMetricRawCsvUrlsQueryVariables = Exact<{
|
|
3520
3520
|
externalMetricId?: InputMaybe<Scalars['uuid']>;
|
|
3521
3521
|
}>;
|
|
3522
|
-
export
|
|
3522
|
+
export type ExternalMetricRawCsvUrlsQuery = {
|
|
3523
3523
|
__typename?: 'query_root';
|
|
3524
3524
|
externalMetricRawCsvUrls: Array<{
|
|
3525
3525
|
__typename?: 'externalMetricRawCsvUrls';
|
|
@@ -3533,10 +3533,10 @@ export declare type ExternalMetricRawCsvUrlsQuery = {
|
|
|
3533
3533
|
requestStatus: string;
|
|
3534
3534
|
}>;
|
|
3535
3535
|
};
|
|
3536
|
-
export
|
|
3536
|
+
export type GuestTokenParamsQueryVariables = Exact<{
|
|
3537
3537
|
id?: InputMaybe<Scalars['uuid']>;
|
|
3538
3538
|
}>;
|
|
3539
|
-
export
|
|
3539
|
+
export type GuestTokenParamsQuery = {
|
|
3540
3540
|
__typename?: 'query_root';
|
|
3541
3541
|
guestTokens_by_pk?: {
|
|
3542
3542
|
__typename?: 'guestTokens';
|
|
@@ -3546,10 +3546,10 @@ export declare type GuestTokenParamsQuery = {
|
|
|
3546
3546
|
params: any;
|
|
3547
3547
|
} | null;
|
|
3548
3548
|
};
|
|
3549
|
-
export
|
|
3549
|
+
export type MetricAccessQueryVariables = Exact<{
|
|
3550
3550
|
companyId?: InputMaybe<Scalars['uuid']>;
|
|
3551
3551
|
}>;
|
|
3552
|
-
export
|
|
3552
|
+
export type MetricAccessQuery = {
|
|
3553
3553
|
__typename?: 'query_root';
|
|
3554
3554
|
companySubsetTables: Array<{
|
|
3555
3555
|
__typename?: 'companySubsetTables';
|
|
@@ -3559,10 +3559,10 @@ export declare type MetricAccessQuery = {
|
|
|
3559
3559
|
isAllowChangeLayout: boolean;
|
|
3560
3560
|
}>;
|
|
3561
3561
|
};
|
|
3562
|
-
export
|
|
3562
|
+
export type RawCsvSettingsQueryVariables = Exact<{
|
|
3563
3563
|
id?: InputMaybe<Scalars['uuid']>;
|
|
3564
3564
|
}>;
|
|
3565
|
-
export
|
|
3565
|
+
export type RawCsvSettingsQuery = {
|
|
3566
3566
|
__typename?: 'query_root';
|
|
3567
3567
|
companyWorkspaces_by_pk?: {
|
|
3568
3568
|
__typename?: 'companyWorkspaces';
|
|
@@ -3570,10 +3570,10 @@ export declare type RawCsvSettingsQuery = {
|
|
|
3570
3570
|
id: any;
|
|
3571
3571
|
} | null;
|
|
3572
3572
|
};
|
|
3573
|
-
export
|
|
3573
|
+
export type ScheduleEmailReportQueryVariables = Exact<{
|
|
3574
3574
|
token?: InputMaybe<Scalars['uuid']>;
|
|
3575
3575
|
}>;
|
|
3576
|
-
export
|
|
3576
|
+
export type ScheduleEmailReportQuery = {
|
|
3577
3577
|
__typename?: 'query_root';
|
|
3578
3578
|
scheduleEmailReports: Array<{
|
|
3579
3579
|
__typename?: 'scheduleEmailReports';
|
|
@@ -3586,20 +3586,20 @@ export declare type ScheduleEmailReportQuery = {
|
|
|
3586
3586
|
id: any;
|
|
3587
3587
|
}>;
|
|
3588
3588
|
};
|
|
3589
|
-
export
|
|
3589
|
+
export type SharingSettingsIdQueryVariables = Exact<{
|
|
3590
3590
|
companyId?: InputMaybe<Scalars['uuid']>;
|
|
3591
3591
|
}>;
|
|
3592
|
-
export
|
|
3592
|
+
export type SharingSettingsIdQuery = {
|
|
3593
3593
|
__typename?: 'query_root';
|
|
3594
3594
|
sharingSettings: Array<{
|
|
3595
3595
|
__typename?: 'sharingSettings';
|
|
3596
3596
|
id: any;
|
|
3597
3597
|
}>;
|
|
3598
3598
|
};
|
|
3599
|
-
export
|
|
3599
|
+
export type GetThemesQueryVariables = Exact<{
|
|
3600
3600
|
companyId?: Scalars['uuid'];
|
|
3601
3601
|
}>;
|
|
3602
|
-
export
|
|
3602
|
+
export type GetThemesQuery = {
|
|
3603
3603
|
__typename?: 'query_root';
|
|
3604
3604
|
themes: Array<{
|
|
3605
3605
|
__typename?: 'themes';
|
|
@@ -3612,13 +3612,13 @@ export declare type GetThemesQuery = {
|
|
|
3612
3612
|
chart: any;
|
|
3613
3613
|
}>;
|
|
3614
3614
|
};
|
|
3615
|
-
export
|
|
3615
|
+
export type UnderlyingDataMutationVariables = Exact<{
|
|
3616
3616
|
columnName?: InputMaybe<Scalars['String']>;
|
|
3617
3617
|
companyId?: InputMaybe<Scalars['String']>;
|
|
3618
3618
|
query?: InputMaybe<Scalars['String']>;
|
|
3619
3619
|
value?: InputMaybe<Scalars['json']>;
|
|
3620
3620
|
}>;
|
|
3621
|
-
export
|
|
3621
|
+
export type UnderlyingDataMutation = {
|
|
3622
3622
|
__typename?: 'mutation_root';
|
|
3623
3623
|
getUnderlyingData?: {
|
|
3624
3624
|
__typename?: 'GetUnderlyingDataOutput';
|
|
@@ -3626,7 +3626,7 @@ export declare type UnderlyingDataMutation = {
|
|
|
3626
3626
|
timeTaken: number;
|
|
3627
3627
|
} | null;
|
|
3628
3628
|
};
|
|
3629
|
-
export
|
|
3629
|
+
export type InvokeSaveRawCsvDetailsMutationVariables = Exact<{
|
|
3630
3630
|
configurations?: InputMaybe<Scalars['json']>;
|
|
3631
3631
|
expireCsvFileAt?: InputMaybe<Scalars['String']>;
|
|
3632
3632
|
externalMetricId?: InputMaybe<Scalars['String']>;
|
|
@@ -3635,7 +3635,7 @@ export declare type InvokeSaveRawCsvDetailsMutationVariables = Exact<{
|
|
|
3635
3635
|
query?: InputMaybe<Scalars['String']>;
|
|
3636
3636
|
expireUrlIn?: InputMaybe<Scalars['Int']>;
|
|
3637
3637
|
}>;
|
|
3638
|
-
export
|
|
3638
|
+
export type InvokeSaveRawCsvDetailsMutation = {
|
|
3639
3639
|
__typename?: 'mutation_root';
|
|
3640
3640
|
invokeSaveRawCsvDetails?: {
|
|
3641
3641
|
__typename?: 'InvokeSaveRawCsvDetailsOutput';
|
|
@@ -3643,11 +3643,11 @@ export declare type InvokeSaveRawCsvDetailsMutation = {
|
|
|
3643
3643
|
statusCode?: number | null;
|
|
3644
3644
|
} | null;
|
|
3645
3645
|
};
|
|
3646
|
-
export
|
|
3646
|
+
export type MarkArchiveMetricMutationVariables = Exact<{
|
|
3647
3647
|
id?: Scalars['uuid'];
|
|
3648
3648
|
clientId?: Scalars['String'];
|
|
3649
3649
|
}>;
|
|
3650
|
-
export
|
|
3650
|
+
export type MarkArchiveMetricMutation = {
|
|
3651
3651
|
__typename?: 'mutation_root';
|
|
3652
3652
|
insert_clientDeletedMetrics_one?: {
|
|
3653
3653
|
__typename?: 'clientDeletedMetrics';
|
|
@@ -3655,13 +3655,13 @@ export declare type MarkArchiveMetricMutation = {
|
|
|
3655
3655
|
externalMetricId: any;
|
|
3656
3656
|
} | null;
|
|
3657
3657
|
};
|
|
3658
|
-
export
|
|
3658
|
+
export type PreviewTableMutationVariables = Exact<{
|
|
3659
3659
|
tableName?: InputMaybe<Scalars['String']>;
|
|
3660
3660
|
limit?: InputMaybe<Scalars['Int']>;
|
|
3661
3661
|
integrationId?: InputMaybe<Scalars['String']>;
|
|
3662
3662
|
integrationName?: InputMaybe<Scalars['String']>;
|
|
3663
3663
|
}>;
|
|
3664
|
-
export
|
|
3664
|
+
export type PreviewTableMutation = {
|
|
3665
3665
|
__typename?: 'mutation_root';
|
|
3666
3666
|
previewTable?: {
|
|
3667
3667
|
__typename?: 'PreviewTableOutput';
|
|
@@ -3677,7 +3677,7 @@ export declare type PreviewTableMutation = {
|
|
|
3677
3677
|
} | null;
|
|
3678
3678
|
} | null;
|
|
3679
3679
|
};
|
|
3680
|
-
export
|
|
3680
|
+
export type QueryExternalMetricQueryVariables = Exact<{
|
|
3681
3681
|
id?: InputMaybe<Scalars['String']>;
|
|
3682
3682
|
clientId?: InputMaybe<Scalars['String']>;
|
|
3683
3683
|
globalFilters?: InputMaybe<Scalars['json']>;
|
|
@@ -3685,7 +3685,7 @@ export declare type QueryExternalMetricQueryVariables = Exact<{
|
|
|
3685
3685
|
filterValues?: InputMaybe<Scalars['json']>;
|
|
3686
3686
|
tenancyLevel?: InputMaybe<Scalars['String']>;
|
|
3687
3687
|
}>;
|
|
3688
|
-
export
|
|
3688
|
+
export type QueryExternalMetricQuery = {
|
|
3689
3689
|
__typename?: 'query_root';
|
|
3690
3690
|
externalMetricQuery?: {
|
|
3691
3691
|
__typename?: 'ExternalMetricQueryOutput';
|
|
@@ -3693,14 +3693,14 @@ export declare type QueryExternalMetricQuery = {
|
|
|
3693
3693
|
timeTaken?: number | null;
|
|
3694
3694
|
} | null;
|
|
3695
3695
|
};
|
|
3696
|
-
export
|
|
3696
|
+
export type RawCsvMutationVariables = Exact<{
|
|
3697
3697
|
companyId?: InputMaybe<Scalars['String']>;
|
|
3698
3698
|
recipientAddress?: InputMaybe<Scalars['String']>;
|
|
3699
3699
|
sqlQuery?: InputMaybe<Scalars['String']>;
|
|
3700
3700
|
metricName?: InputMaybe<Scalars['String']>;
|
|
3701
3701
|
workspaceId?: InputMaybe<Scalars['String']>;
|
|
3702
3702
|
}>;
|
|
3703
|
-
export
|
|
3703
|
+
export type RawCsvMutation = {
|
|
3704
3704
|
__typename?: 'mutation_root';
|
|
3705
3705
|
sendRawCsv?: {
|
|
3706
3706
|
__typename?: 'SendRawCsvOutput';
|
|
@@ -3711,13 +3711,13 @@ export declare type RawCsvMutation = {
|
|
|
3711
3711
|
} | null;
|
|
3712
3712
|
} | null;
|
|
3713
3713
|
};
|
|
3714
|
-
export
|
|
3714
|
+
export type SaveExternalDashboardLayoutMutationVariables = Exact<{
|
|
3715
3715
|
clientId: Scalars['String'];
|
|
3716
3716
|
externalDashboardId: Scalars['uuid'];
|
|
3717
3717
|
layout: Scalars['jsonb'];
|
|
3718
3718
|
isLocked?: InputMaybe<Scalars['Boolean']>;
|
|
3719
3719
|
}>;
|
|
3720
|
-
export
|
|
3720
|
+
export type SaveExternalDashboardLayoutMutation = {
|
|
3721
3721
|
__typename?: 'mutation_root';
|
|
3722
3722
|
insert_clientDashboardLayout_one?: {
|
|
3723
3723
|
__typename?: 'clientDashboardLayout';
|
|
@@ -3727,7 +3727,7 @@ export declare type SaveExternalDashboardLayoutMutation = {
|
|
|
3727
3727
|
isLocked: boolean;
|
|
3728
3728
|
} | null;
|
|
3729
3729
|
};
|
|
3730
|
-
export
|
|
3730
|
+
export type SaveScheduleEmailMutationVariables = Exact<{
|
|
3731
3731
|
emails?: InputMaybe<Scalars['json']>;
|
|
3732
3732
|
externalDashboardId?: InputMaybe<Scalars['uuid']>;
|
|
3733
3733
|
guestToken?: InputMaybe<Scalars['uuid']>;
|
|
@@ -3737,7 +3737,7 @@ export declare type SaveScheduleEmailMutationVariables = Exact<{
|
|
|
3737
3737
|
timeConfigurations?: InputMaybe<Scalars['json']>;
|
|
3738
3738
|
data?: InputMaybe<Array<ScheduleEmailReportCharts_Insert_Input> | ScheduleEmailReportCharts_Insert_Input>;
|
|
3739
3739
|
}>;
|
|
3740
|
-
export
|
|
3740
|
+
export type SaveScheduleEmailMutation = {
|
|
3741
3741
|
__typename?: 'mutation_root';
|
|
3742
3742
|
insert_scheduleEmailReports_one?: {
|
|
3743
3743
|
__typename?: 'scheduleEmailReports';
|
|
@@ -3757,12 +3757,12 @@ export declare type SaveScheduleEmailMutation = {
|
|
|
3757
3757
|
}>;
|
|
3758
3758
|
} | null;
|
|
3759
3759
|
};
|
|
3760
|
-
export
|
|
3760
|
+
export type UpdateAdminMetricMutationVariables = Exact<{
|
|
3761
3761
|
externalMetricId: Scalars['uuid'];
|
|
3762
3762
|
object: ExternalMetrics_Insert_Input;
|
|
3763
3763
|
clientId: Scalars['String'];
|
|
3764
3764
|
}>;
|
|
3765
|
-
export
|
|
3765
|
+
export type UpdateAdminMetricMutation = {
|
|
3766
3766
|
__typename?: 'mutation_root';
|
|
3767
3767
|
insert_clientDeletedMetrics_one?: {
|
|
3768
3768
|
__typename?: 'clientDeletedMetrics';
|
|
@@ -3801,14 +3801,14 @@ export declare type UpdateAdminMetricMutation = {
|
|
|
3801
3801
|
};
|
|
3802
3802
|
} | null;
|
|
3803
3803
|
};
|
|
3804
|
-
export
|
|
3804
|
+
export type UpdateCsvDownloadStatusMutationVariables = Exact<{
|
|
3805
3805
|
configurations?: InputMaybe<Scalars['jsonb']>;
|
|
3806
3806
|
expireUrlIn?: InputMaybe<Scalars['Int']>;
|
|
3807
3807
|
externalMetricId?: InputMaybe<Scalars['uuid']>;
|
|
3808
3808
|
requestStatus?: InputMaybe<Scalars['String']>;
|
|
3809
3809
|
urls?: InputMaybe<Scalars['jsonb']>;
|
|
3810
3810
|
}>;
|
|
3811
|
-
export
|
|
3811
|
+
export type UpdateCsvDownloadStatusMutation = {
|
|
3812
3812
|
__typename?: 'mutation_root';
|
|
3813
3813
|
insert_externalMetricRawCsvUrls_one?: {
|
|
3814
3814
|
__typename?: 'externalMetricRawCsvUrls';
|
|
@@ -3822,11 +3822,11 @@ export declare type UpdateCsvDownloadStatusMutation = {
|
|
|
3822
3822
|
urls: any;
|
|
3823
3823
|
} | null;
|
|
3824
3824
|
};
|
|
3825
|
-
export
|
|
3825
|
+
export type UpdateExternalMetricMutationVariables = Exact<{
|
|
3826
3826
|
externalMetricId: Scalars['uuid'];
|
|
3827
3827
|
set: ExternalMetrics_Set_Input;
|
|
3828
3828
|
}>;
|
|
3829
|
-
export
|
|
3829
|
+
export type UpdateExternalMetricMutation = {
|
|
3830
3830
|
__typename?: 'mutation_root';
|
|
3831
3831
|
update_externalMetrics_by_pk?: {
|
|
3832
3832
|
__typename?: 'externalMetrics';
|