@vrplatform/graphql 1.1.29 → 1.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/main/gqty/schema.generated.d.ts +133 -0
- package/build/main/gqty/schema.generated.js +46 -0
- package/build/module/gqty/schema.generated.d.ts +133 -0
- package/build/module/gqty/schema.generated.js +46 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +133 -0
- package/src/gqty/schema.generated.js +46 -0
|
@@ -7167,6 +7167,8 @@ export interface core_flow_setting_bool_exp {
|
|
|
7167
7167
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
7168
7168
|
listing?: InputMaybe<listing_bool_exp>;
|
|
7169
7169
|
listing_id?: InputMaybe<uuid_comparison_exp>;
|
|
7170
|
+
rate?: InputMaybe<rate_bool_exp>;
|
|
7171
|
+
rateId?: InputMaybe<uuid_comparison_exp>;
|
|
7170
7172
|
setting_key?: InputMaybe<String_comparison_exp>;
|
|
7171
7173
|
tenant?: InputMaybe<tenant_bool_exp>;
|
|
7172
7174
|
tenantId?: InputMaybe<uuid_comparison_exp>;
|
|
@@ -7212,6 +7214,8 @@ export interface core_flow_setting_insert_input {
|
|
|
7212
7214
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7213
7215
|
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
7214
7216
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
7217
|
+
rate?: InputMaybe<rate_obj_rel_insert_input>;
|
|
7218
|
+
rateId?: InputMaybe<Scalars["uuid"]>;
|
|
7215
7219
|
setting_key?: InputMaybe<Scalars["String"]>;
|
|
7216
7220
|
tenant?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
7217
7221
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -7242,6 +7246,8 @@ export interface core_flow_setting_order_by {
|
|
|
7242
7246
|
id?: InputMaybe<order_by>;
|
|
7243
7247
|
listing?: InputMaybe<listing_order_by>;
|
|
7244
7248
|
listing_id?: InputMaybe<order_by>;
|
|
7249
|
+
rate?: InputMaybe<rate_order_by>;
|
|
7250
|
+
rateId?: InputMaybe<order_by>;
|
|
7245
7251
|
setting_key?: InputMaybe<order_by>;
|
|
7246
7252
|
tenant?: InputMaybe<tenant_order_by>;
|
|
7247
7253
|
tenantId?: InputMaybe<order_by>;
|
|
@@ -7278,6 +7284,8 @@ export type core_flow_setting_select_column =
|
|
|
7278
7284
|
/** column name */
|
|
7279
7285
|
| "listing_id"
|
|
7280
7286
|
/** column name */
|
|
7287
|
+
| "rateId"
|
|
7288
|
+
/** column name */
|
|
7281
7289
|
| "setting_key"
|
|
7282
7290
|
/** column name */
|
|
7283
7291
|
| "tenantId"
|
|
@@ -7296,6 +7304,7 @@ export interface core_flow_setting_set_input {
|
|
|
7296
7304
|
flow_id?: InputMaybe<Scalars["uuid"]>;
|
|
7297
7305
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7298
7306
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
7307
|
+
rateId?: InputMaybe<Scalars["uuid"]>;
|
|
7299
7308
|
setting_key?: InputMaybe<Scalars["String"]>;
|
|
7300
7309
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
7301
7310
|
updatedAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -7320,6 +7329,7 @@ export interface core_flow_setting_stream_cursor_value_input {
|
|
|
7320
7329
|
flow_id?: InputMaybe<Scalars["uuid"]>;
|
|
7321
7330
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7322
7331
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
7332
|
+
rateId?: InputMaybe<Scalars["uuid"]>;
|
|
7323
7333
|
setting_key?: InputMaybe<Scalars["String"]>;
|
|
7324
7334
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
7325
7335
|
updatedAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -7345,6 +7355,8 @@ export type core_flow_setting_update_column =
|
|
|
7345
7355
|
/** column name */
|
|
7346
7356
|
| "listing_id"
|
|
7347
7357
|
/** column name */
|
|
7358
|
+
| "rateId"
|
|
7359
|
+
/** column name */
|
|
7348
7360
|
| "setting_key"
|
|
7349
7361
|
/** column name */
|
|
7350
7362
|
| "tenantId"
|
|
@@ -26243,6 +26255,8 @@ export interface transactionLine_bool_exp {
|
|
|
26243
26255
|
createdAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
26244
26256
|
description?: InputMaybe<String_comparison_exp>;
|
|
26245
26257
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
26258
|
+
journalEntries?: InputMaybe<journalEntry_bool_exp>;
|
|
26259
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26246
26260
|
listing?: InputMaybe<listing_bool_exp>;
|
|
26247
26261
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
26248
26262
|
markupCentTotal?: InputMaybe<Int_comparison_exp>;
|
|
@@ -26307,6 +26321,7 @@ export interface transactionLine_insert_input {
|
|
|
26307
26321
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26308
26322
|
description?: InputMaybe<Scalars["String"]>;
|
|
26309
26323
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26324
|
+
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26310
26325
|
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
26311
26326
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
26312
26327
|
markupCentTotal?: InputMaybe<Scalars["Int"]>;
|
|
@@ -26402,6 +26417,7 @@ export interface transactionLine_order_by {
|
|
|
26402
26417
|
createdAt?: InputMaybe<order_by>;
|
|
26403
26418
|
description?: InputMaybe<order_by>;
|
|
26404
26419
|
id?: InputMaybe<order_by>;
|
|
26420
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26405
26421
|
listing?: InputMaybe<listing_order_by>;
|
|
26406
26422
|
listingId?: InputMaybe<order_by>;
|
|
26407
26423
|
markupCentTotal?: InputMaybe<order_by>;
|
|
@@ -26809,6 +26825,7 @@ export interface transaction_bool_exp {
|
|
|
26809
26825
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26810
26826
|
lines?: InputMaybe<transactionLine_bool_exp>;
|
|
26811
26827
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_bool_exp>;
|
|
26828
|
+
matchBankAccountLast4?: InputMaybe<String_comparison_exp>;
|
|
26812
26829
|
matchStatus?: InputMaybe<String_comparison_exp>;
|
|
26813
26830
|
matchers?: InputMaybe<jsonb_comparison_exp>;
|
|
26814
26831
|
paidAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
@@ -26880,6 +26897,7 @@ export interface transaction_insert_input {
|
|
|
26880
26897
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26881
26898
|
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26882
26899
|
lines?: InputMaybe<transactionLine_arr_rel_insert_input>;
|
|
26900
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
26883
26901
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
26884
26902
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26885
26903
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -26909,6 +26927,7 @@ export interface transaction_max_order_by {
|
|
|
26909
26927
|
description?: InputMaybe<order_by>;
|
|
26910
26928
|
dueAt?: InputMaybe<order_by>;
|
|
26911
26929
|
id?: InputMaybe<order_by>;
|
|
26930
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26912
26931
|
matchStatus?: InputMaybe<order_by>;
|
|
26913
26932
|
paidAt?: InputMaybe<order_by>;
|
|
26914
26933
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26930,6 +26949,7 @@ export interface transaction_min_order_by {
|
|
|
26930
26949
|
description?: InputMaybe<order_by>;
|
|
26931
26950
|
dueAt?: InputMaybe<order_by>;
|
|
26932
26951
|
id?: InputMaybe<order_by>;
|
|
26952
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26933
26953
|
matchStatus?: InputMaybe<order_by>;
|
|
26934
26954
|
paidAt?: InputMaybe<order_by>;
|
|
26935
26955
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26973,6 +26993,7 @@ export interface transaction_order_by {
|
|
|
26973
26993
|
id?: InputMaybe<order_by>;
|
|
26974
26994
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26975
26995
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_order_by>;
|
|
26996
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26976
26997
|
matchStatus?: InputMaybe<order_by>;
|
|
26977
26998
|
matchers?: InputMaybe<order_by>;
|
|
26978
26999
|
paidAt?: InputMaybe<order_by>;
|
|
@@ -27026,6 +27047,8 @@ export type transaction_select_column =
|
|
|
27026
27047
|
/** column name */
|
|
27027
27048
|
| "id"
|
|
27028
27049
|
/** column name */
|
|
27050
|
+
| "matchBankAccountLast4"
|
|
27051
|
+
/** column name */
|
|
27029
27052
|
| "matchStatus"
|
|
27030
27053
|
/** column name */
|
|
27031
27054
|
| "matchers"
|
|
@@ -27064,6 +27087,7 @@ export interface transaction_set_input {
|
|
|
27064
27087
|
description?: InputMaybe<Scalars["String"]>;
|
|
27065
27088
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27066
27089
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27090
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27067
27091
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27068
27092
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27069
27093
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -27113,6 +27137,7 @@ export interface transaction_stream_cursor_value_input {
|
|
|
27113
27137
|
description?: InputMaybe<Scalars["String"]>;
|
|
27114
27138
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27115
27139
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27140
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27116
27141
|
matchStatus?: InputMaybe<Scalars["String"]>;
|
|
27117
27142
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27118
27143
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -27156,6 +27181,8 @@ export type transaction_update_column =
|
|
|
27156
27181
|
/** column name */
|
|
27157
27182
|
| "id"
|
|
27158
27183
|
/** column name */
|
|
27184
|
+
| "matchBankAccountLast4"
|
|
27185
|
+
/** column name */
|
|
27159
27186
|
| "matchers"
|
|
27160
27187
|
/** column name */
|
|
27161
27188
|
| "paidAt"
|
|
@@ -35931,6 +35958,8 @@ export declare const generatedSchema: {
|
|
|
35931
35958
|
id: { __type: "uuid!" };
|
|
35932
35959
|
listing: { __type: "listing" };
|
|
35933
35960
|
listing_id: { __type: "uuid" };
|
|
35961
|
+
rate: { __type: "rate" };
|
|
35962
|
+
rateId: { __type: "uuid" };
|
|
35934
35963
|
setting_key: { __type: "String!" };
|
|
35935
35964
|
tenant: { __type: "tenant!" };
|
|
35936
35965
|
tenantId: { __type: "uuid!" };
|
|
@@ -35973,6 +36002,8 @@ export declare const generatedSchema: {
|
|
|
35973
36002
|
id: { __type: "uuid_comparison_exp" };
|
|
35974
36003
|
listing: { __type: "listing_bool_exp" };
|
|
35975
36004
|
listing_id: { __type: "uuid_comparison_exp" };
|
|
36005
|
+
rate: { __type: "rate_bool_exp" };
|
|
36006
|
+
rateId: { __type: "uuid_comparison_exp" };
|
|
35976
36007
|
setting_key: { __type: "String_comparison_exp" };
|
|
35977
36008
|
tenant: { __type: "tenant_bool_exp" };
|
|
35978
36009
|
tenantId: { __type: "uuid_comparison_exp" };
|
|
@@ -35997,6 +36028,8 @@ export declare const generatedSchema: {
|
|
|
35997
36028
|
id: { __type: "uuid" };
|
|
35998
36029
|
listing: { __type: "listing_obj_rel_insert_input" };
|
|
35999
36030
|
listing_id: { __type: "uuid" };
|
|
36031
|
+
rate: { __type: "rate_obj_rel_insert_input" };
|
|
36032
|
+
rateId: { __type: "uuid" };
|
|
36000
36033
|
setting_key: { __type: "String" };
|
|
36001
36034
|
tenant: { __type: "tenant_obj_rel_insert_input" };
|
|
36002
36035
|
tenantId: { __type: "uuid" };
|
|
@@ -36013,6 +36046,7 @@ export declare const generatedSchema: {
|
|
|
36013
36046
|
flow_id: { __type: "uuid" };
|
|
36014
36047
|
id: { __type: "uuid" };
|
|
36015
36048
|
listing_id: { __type: "uuid" };
|
|
36049
|
+
rateId: { __type: "uuid" };
|
|
36016
36050
|
setting_key: { __type: "String" };
|
|
36017
36051
|
tenantId: { __type: "uuid" };
|
|
36018
36052
|
updatedAt: { __type: "timestamptz" };
|
|
@@ -36027,6 +36061,7 @@ export declare const generatedSchema: {
|
|
|
36027
36061
|
flow_id: { __type: "uuid" };
|
|
36028
36062
|
id: { __type: "uuid" };
|
|
36029
36063
|
listing_id: { __type: "uuid" };
|
|
36064
|
+
rateId: { __type: "uuid" };
|
|
36030
36065
|
setting_key: { __type: "String" };
|
|
36031
36066
|
tenantId: { __type: "uuid" };
|
|
36032
36067
|
updatedAt: { __type: "timestamptz" };
|
|
@@ -36056,6 +36091,8 @@ export declare const generatedSchema: {
|
|
|
36056
36091
|
id: { __type: "order_by" };
|
|
36057
36092
|
listing: { __type: "listing_order_by" };
|
|
36058
36093
|
listing_id: { __type: "order_by" };
|
|
36094
|
+
rate: { __type: "rate_order_by" };
|
|
36095
|
+
rateId: { __type: "order_by" };
|
|
36059
36096
|
setting_key: { __type: "order_by" };
|
|
36060
36097
|
tenant: { __type: "tenant_order_by" };
|
|
36061
36098
|
tenantId: { __type: "order_by" };
|
|
@@ -36073,6 +36110,7 @@ export declare const generatedSchema: {
|
|
|
36073
36110
|
flow_id: { __type: "uuid" };
|
|
36074
36111
|
id: { __type: "uuid" };
|
|
36075
36112
|
listing_id: { __type: "uuid" };
|
|
36113
|
+
rateId: { __type: "uuid" };
|
|
36076
36114
|
setting_key: { __type: "String" };
|
|
36077
36115
|
tenantId: { __type: "uuid" };
|
|
36078
36116
|
updatedAt: { __type: "timestamptz" };
|
|
@@ -36091,6 +36129,7 @@ export declare const generatedSchema: {
|
|
|
36091
36129
|
flow_id: { __type: "uuid" };
|
|
36092
36130
|
id: { __type: "uuid" };
|
|
36093
36131
|
listing_id: { __type: "uuid" };
|
|
36132
|
+
rateId: { __type: "uuid" };
|
|
36094
36133
|
setting_key: { __type: "String" };
|
|
36095
36134
|
tenantId: { __type: "uuid" };
|
|
36096
36135
|
updatedAt: { __type: "timestamptz" };
|
|
@@ -68097,6 +68136,7 @@ export declare const generatedSchema: {
|
|
|
68097
68136
|
where: "transactionLine_bool_exp";
|
|
68098
68137
|
};
|
|
68099
68138
|
};
|
|
68139
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68100
68140
|
matchStatus: { __type: "String" };
|
|
68101
68141
|
matchers: { __type: "jsonb"; __args: { path: "String" } };
|
|
68102
68142
|
paidAt: { __type: "timestamptz" };
|
|
@@ -68145,6 +68185,26 @@ export declare const generatedSchema: {
|
|
|
68145
68185
|
createdAt: { __type: "timestamptz!" };
|
|
68146
68186
|
description: { __type: "String!" };
|
|
68147
68187
|
id: { __type: "uuid!" };
|
|
68188
|
+
journalEntries: {
|
|
68189
|
+
__type: "[journalEntry!]!";
|
|
68190
|
+
__args: {
|
|
68191
|
+
distinct_on: "[journalEntry_select_column!]";
|
|
68192
|
+
limit: "Int";
|
|
68193
|
+
offset: "Int";
|
|
68194
|
+
order_by: "[journalEntry_order_by!]";
|
|
68195
|
+
where: "journalEntry_bool_exp";
|
|
68196
|
+
};
|
|
68197
|
+
};
|
|
68198
|
+
journalEntries_aggregate: {
|
|
68199
|
+
__type: "journalEntry_aggregate!";
|
|
68200
|
+
__args: {
|
|
68201
|
+
distinct_on: "[journalEntry_select_column!]";
|
|
68202
|
+
limit: "Int";
|
|
68203
|
+
offset: "Int";
|
|
68204
|
+
order_by: "[journalEntry_order_by!]";
|
|
68205
|
+
where: "journalEntry_bool_exp";
|
|
68206
|
+
};
|
|
68207
|
+
};
|
|
68148
68208
|
listing: { __type: "listing" };
|
|
68149
68209
|
listingId: { __type: "uuid" };
|
|
68150
68210
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68245,6 +68305,8 @@ export declare const generatedSchema: {
|
|
|
68245
68305
|
createdAt: { __type: "timestamptz_comparison_exp" };
|
|
68246
68306
|
description: { __type: "String_comparison_exp" };
|
|
68247
68307
|
id: { __type: "uuid_comparison_exp" };
|
|
68308
|
+
journalEntries: { __type: "journalEntry_bool_exp" };
|
|
68309
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68248
68310
|
listing: { __type: "listing_bool_exp" };
|
|
68249
68311
|
listingId: { __type: "uuid_comparison_exp" };
|
|
68250
68312
|
markupCentTotal: { __type: "Int_comparison_exp" };
|
|
@@ -68288,6 +68350,7 @@ export declare const generatedSchema: {
|
|
|
68288
68350
|
createdAt: { __type: "timestamptz" };
|
|
68289
68351
|
description: { __type: "String" };
|
|
68290
68352
|
id: { __type: "uuid" };
|
|
68353
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68291
68354
|
listing: { __type: "listing_obj_rel_insert_input" };
|
|
68292
68355
|
listingId: { __type: "uuid" };
|
|
68293
68356
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68423,6 +68486,7 @@ export declare const generatedSchema: {
|
|
|
68423
68486
|
createdAt: { __type: "order_by" };
|
|
68424
68487
|
description: { __type: "order_by" };
|
|
68425
68488
|
id: { __type: "order_by" };
|
|
68489
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68426
68490
|
listing: { __type: "listing_order_by" };
|
|
68427
68491
|
listingId: { __type: "order_by" };
|
|
68428
68492
|
markupCentTotal: { __type: "order_by" };
|
|
@@ -68725,6 +68789,7 @@ export declare const generatedSchema: {
|
|
|
68725
68789
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68726
68790
|
lines: { __type: "transactionLine_bool_exp" };
|
|
68727
68791
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" };
|
|
68792
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" };
|
|
68728
68793
|
matchStatus: { __type: "String_comparison_exp" };
|
|
68729
68794
|
matchers: { __type: "jsonb_comparison_exp" };
|
|
68730
68795
|
paidAt: { __type: "timestamptz_comparison_exp" };
|
|
@@ -68779,6 +68844,7 @@ export declare const generatedSchema: {
|
|
|
68779
68844
|
id: { __type: "uuid" };
|
|
68780
68845
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68781
68846
|
lines: { __type: "transactionLine_arr_rel_insert_input" };
|
|
68847
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68782
68848
|
matchers: { __type: "jsonb" };
|
|
68783
68849
|
paidAt: { __type: "timestamptz" };
|
|
68784
68850
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -68807,6 +68873,7 @@ export declare const generatedSchema: {
|
|
|
68807
68873
|
description: { __type: "String" };
|
|
68808
68874
|
dueAt: { __type: "timestamptz" };
|
|
68809
68875
|
id: { __type: "uuid" };
|
|
68876
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68810
68877
|
matchStatus: { __type: "String" };
|
|
68811
68878
|
paidAt: { __type: "timestamptz" };
|
|
68812
68879
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68826,6 +68893,7 @@ export declare const generatedSchema: {
|
|
|
68826
68893
|
description: { __type: "order_by" };
|
|
68827
68894
|
dueAt: { __type: "order_by" };
|
|
68828
68895
|
id: { __type: "order_by" };
|
|
68896
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68829
68897
|
matchStatus: { __type: "order_by" };
|
|
68830
68898
|
paidAt: { __type: "order_by" };
|
|
68831
68899
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68846,6 +68914,7 @@ export declare const generatedSchema: {
|
|
|
68846
68914
|
description: { __type: "String" };
|
|
68847
68915
|
dueAt: { __type: "timestamptz" };
|
|
68848
68916
|
id: { __type: "uuid" };
|
|
68917
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68849
68918
|
matchStatus: { __type: "String" };
|
|
68850
68919
|
paidAt: { __type: "timestamptz" };
|
|
68851
68920
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68865,6 +68934,7 @@ export declare const generatedSchema: {
|
|
|
68865
68934
|
description: { __type: "order_by" };
|
|
68866
68935
|
dueAt: { __type: "order_by" };
|
|
68867
68936
|
id: { __type: "order_by" };
|
|
68937
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68868
68938
|
matchStatus: { __type: "order_by" };
|
|
68869
68939
|
paidAt: { __type: "order_by" };
|
|
68870
68940
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68908,6 +68978,7 @@ export declare const generatedSchema: {
|
|
|
68908
68978
|
id: { __type: "order_by" };
|
|
68909
68979
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68910
68980
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" };
|
|
68981
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68911
68982
|
matchStatus: { __type: "order_by" };
|
|
68912
68983
|
matchers: { __type: "order_by" };
|
|
68913
68984
|
paidAt: { __type: "order_by" };
|
|
@@ -68944,6 +69015,7 @@ export declare const generatedSchema: {
|
|
|
68944
69015
|
description: { __type: "String" };
|
|
68945
69016
|
dueAt: { __type: "timestamptz" };
|
|
68946
69017
|
id: { __type: "uuid" };
|
|
69018
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68947
69019
|
matchers: { __type: "jsonb" };
|
|
68948
69020
|
paidAt: { __type: "timestamptz" };
|
|
68949
69021
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -68987,6 +69059,7 @@ export declare const generatedSchema: {
|
|
|
68987
69059
|
description: { __type: "String" };
|
|
68988
69060
|
dueAt: { __type: "timestamptz" };
|
|
68989
69061
|
id: { __type: "uuid" };
|
|
69062
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68990
69063
|
matchStatus: { __type: "String" };
|
|
68991
69064
|
matchers: { __type: "jsonb" };
|
|
68992
69065
|
paidAt: { __type: "timestamptz" };
|
|
@@ -77371,6 +77444,11 @@ export interface core_flow_setting {
|
|
|
77371
77444
|
*/
|
|
77372
77445
|
listing?: Maybe<listing>;
|
|
77373
77446
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77447
|
+
/**
|
|
77448
|
+
* An object relationship
|
|
77449
|
+
*/
|
|
77450
|
+
rate?: Maybe<rate>;
|
|
77451
|
+
rateId?: Maybe<ScalarsEnums["uuid"]>;
|
|
77374
77452
|
setting_key: ScalarsEnums["String"];
|
|
77375
77453
|
/**
|
|
77376
77454
|
* An object relationship
|
|
@@ -77421,6 +77499,7 @@ export interface core_flow_setting_max_fields {
|
|
|
77421
77499
|
flow_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77422
77500
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77423
77501
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77502
|
+
rateId?: Maybe<ScalarsEnums["uuid"]>;
|
|
77424
77503
|
setting_key?: Maybe<ScalarsEnums["String"]>;
|
|
77425
77504
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
77426
77505
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
@@ -77439,6 +77518,7 @@ export interface core_flow_setting_min_fields {
|
|
|
77439
77518
|
flow_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77440
77519
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77441
77520
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77521
|
+
rateId?: Maybe<ScalarsEnums["uuid"]>;
|
|
77442
77522
|
setting_key?: Maybe<ScalarsEnums["String"]>;
|
|
77443
77523
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
77444
77524
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
@@ -102725,6 +102805,7 @@ export interface transaction {
|
|
|
102725
102805
|
*/
|
|
102726
102806
|
where?: Maybe<transactionLine_bool_exp>;
|
|
102727
102807
|
}) => transactionLine_aggregate;
|
|
102808
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
102728
102809
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
102729
102810
|
matchers: (args?: {
|
|
102730
102811
|
/**
|
|
@@ -102832,6 +102913,56 @@ export interface transactionLine {
|
|
|
102832
102913
|
createdAt: ScalarsEnums["timestamptz"];
|
|
102833
102914
|
description: ScalarsEnums["String"];
|
|
102834
102915
|
id: ScalarsEnums["uuid"];
|
|
102916
|
+
/**
|
|
102917
|
+
* An array relationship
|
|
102918
|
+
*/
|
|
102919
|
+
journalEntries: (args?: {
|
|
102920
|
+
/**
|
|
102921
|
+
* distinct select on columns
|
|
102922
|
+
*/
|
|
102923
|
+
distinct_on?: Maybe<Array<journalEntry_select_column>>;
|
|
102924
|
+
/**
|
|
102925
|
+
* limit the number of rows returned
|
|
102926
|
+
*/
|
|
102927
|
+
limit?: Maybe<Scalars["Int"]>;
|
|
102928
|
+
/**
|
|
102929
|
+
* skip the first n rows. Use only with order_by
|
|
102930
|
+
*/
|
|
102931
|
+
offset?: Maybe<Scalars["Int"]>;
|
|
102932
|
+
/**
|
|
102933
|
+
* sort the rows by one or more columns
|
|
102934
|
+
*/
|
|
102935
|
+
order_by?: Maybe<Array<journalEntry_order_by>>;
|
|
102936
|
+
/**
|
|
102937
|
+
* filter the rows returned
|
|
102938
|
+
*/
|
|
102939
|
+
where?: Maybe<journalEntry_bool_exp>;
|
|
102940
|
+
}) => Array<journalEntry>;
|
|
102941
|
+
/**
|
|
102942
|
+
* An aggregate relationship
|
|
102943
|
+
*/
|
|
102944
|
+
journalEntries_aggregate: (args?: {
|
|
102945
|
+
/**
|
|
102946
|
+
* distinct select on columns
|
|
102947
|
+
*/
|
|
102948
|
+
distinct_on?: Maybe<Array<journalEntry_select_column>>;
|
|
102949
|
+
/**
|
|
102950
|
+
* limit the number of rows returned
|
|
102951
|
+
*/
|
|
102952
|
+
limit?: Maybe<Scalars["Int"]>;
|
|
102953
|
+
/**
|
|
102954
|
+
* skip the first n rows. Use only with order_by
|
|
102955
|
+
*/
|
|
102956
|
+
offset?: Maybe<Scalars["Int"]>;
|
|
102957
|
+
/**
|
|
102958
|
+
* sort the rows by one or more columns
|
|
102959
|
+
*/
|
|
102960
|
+
order_by?: Maybe<Array<journalEntry_order_by>>;
|
|
102961
|
+
/**
|
|
102962
|
+
* filter the rows returned
|
|
102963
|
+
*/
|
|
102964
|
+
where?: Maybe<journalEntry_bool_exp>;
|
|
102965
|
+
}) => journalEntry_aggregate;
|
|
102835
102966
|
/**
|
|
102836
102967
|
* An object relationship
|
|
102837
102968
|
*/
|
|
@@ -103165,6 +103296,7 @@ export interface transaction_max_fields {
|
|
|
103165
103296
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103166
103297
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103167
103298
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103299
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103168
103300
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103169
103301
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103170
103302
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -103189,6 +103321,7 @@ export interface transaction_min_fields {
|
|
|
103189
103321
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103190
103322
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103191
103323
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103324
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103192
103325
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103193
103326
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103194
103327
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -7805,6 +7805,8 @@ export const generatedSchema = {
|
|
|
7805
7805
|
id: { __type: "uuid!" },
|
|
7806
7806
|
listing: { __type: "listing" },
|
|
7807
7807
|
listing_id: { __type: "uuid" },
|
|
7808
|
+
rate: { __type: "rate" },
|
|
7809
|
+
rateId: { __type: "uuid" },
|
|
7808
7810
|
setting_key: { __type: "String!" },
|
|
7809
7811
|
tenant: { __type: "tenant!" },
|
|
7810
7812
|
tenantId: { __type: "uuid!" },
|
|
@@ -7847,6 +7849,8 @@ export const generatedSchema = {
|
|
|
7847
7849
|
id: { __type: "uuid_comparison_exp" },
|
|
7848
7850
|
listing: { __type: "listing_bool_exp" },
|
|
7849
7851
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7852
|
+
rate: { __type: "rate_bool_exp" },
|
|
7853
|
+
rateId: { __type: "uuid_comparison_exp" },
|
|
7850
7854
|
setting_key: { __type: "String_comparison_exp" },
|
|
7851
7855
|
tenant: { __type: "tenant_bool_exp" },
|
|
7852
7856
|
tenantId: { __type: "uuid_comparison_exp" },
|
|
@@ -7871,6 +7875,8 @@ export const generatedSchema = {
|
|
|
7871
7875
|
id: { __type: "uuid" },
|
|
7872
7876
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7873
7877
|
listing_id: { __type: "uuid" },
|
|
7878
|
+
rate: { __type: "rate_obj_rel_insert_input" },
|
|
7879
|
+
rateId: { __type: "uuid" },
|
|
7874
7880
|
setting_key: { __type: "String" },
|
|
7875
7881
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7876
7882
|
tenantId: { __type: "uuid" },
|
|
@@ -7887,6 +7893,7 @@ export const generatedSchema = {
|
|
|
7887
7893
|
flow_id: { __type: "uuid" },
|
|
7888
7894
|
id: { __type: "uuid" },
|
|
7889
7895
|
listing_id: { __type: "uuid" },
|
|
7896
|
+
rateId: { __type: "uuid" },
|
|
7890
7897
|
setting_key: { __type: "String" },
|
|
7891
7898
|
tenantId: { __type: "uuid" },
|
|
7892
7899
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -7901,6 +7908,7 @@ export const generatedSchema = {
|
|
|
7901
7908
|
flow_id: { __type: "uuid" },
|
|
7902
7909
|
id: { __type: "uuid" },
|
|
7903
7910
|
listing_id: { __type: "uuid" },
|
|
7911
|
+
rateId: { __type: "uuid" },
|
|
7904
7912
|
setting_key: { __type: "String" },
|
|
7905
7913
|
tenantId: { __type: "uuid" },
|
|
7906
7914
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -7930,6 +7938,8 @@ export const generatedSchema = {
|
|
|
7930
7938
|
id: { __type: "order_by" },
|
|
7931
7939
|
listing: { __type: "listing_order_by" },
|
|
7932
7940
|
listing_id: { __type: "order_by" },
|
|
7941
|
+
rate: { __type: "rate_order_by" },
|
|
7942
|
+
rateId: { __type: "order_by" },
|
|
7933
7943
|
setting_key: { __type: "order_by" },
|
|
7934
7944
|
tenant: { __type: "tenant_order_by" },
|
|
7935
7945
|
tenantId: { __type: "order_by" },
|
|
@@ -7947,6 +7957,7 @@ export const generatedSchema = {
|
|
|
7947
7957
|
flow_id: { __type: "uuid" },
|
|
7948
7958
|
id: { __type: "uuid" },
|
|
7949
7959
|
listing_id: { __type: "uuid" },
|
|
7960
|
+
rateId: { __type: "uuid" },
|
|
7950
7961
|
setting_key: { __type: "String" },
|
|
7951
7962
|
tenantId: { __type: "uuid" },
|
|
7952
7963
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -7965,6 +7976,7 @@ export const generatedSchema = {
|
|
|
7965
7976
|
flow_id: { __type: "uuid" },
|
|
7966
7977
|
id: { __type: "uuid" },
|
|
7967
7978
|
listing_id: { __type: "uuid" },
|
|
7979
|
+
rateId: { __type: "uuid" },
|
|
7968
7980
|
setting_key: { __type: "String" },
|
|
7969
7981
|
tenantId: { __type: "uuid" },
|
|
7970
7982
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -39971,6 +39983,7 @@ export const generatedSchema = {
|
|
|
39971
39983
|
where: "transactionLine_bool_exp",
|
|
39972
39984
|
},
|
|
39973
39985
|
},
|
|
39986
|
+
matchBankAccountLast4: { __type: "String" },
|
|
39974
39987
|
matchStatus: { __type: "String" },
|
|
39975
39988
|
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
39976
39989
|
paidAt: { __type: "timestamptz" },
|
|
@@ -40019,6 +40032,26 @@ export const generatedSchema = {
|
|
|
40019
40032
|
createdAt: { __type: "timestamptz!" },
|
|
40020
40033
|
description: { __type: "String!" },
|
|
40021
40034
|
id: { __type: "uuid!" },
|
|
40035
|
+
journalEntries: {
|
|
40036
|
+
__type: "[journalEntry!]!",
|
|
40037
|
+
__args: {
|
|
40038
|
+
distinct_on: "[journalEntry_select_column!]",
|
|
40039
|
+
limit: "Int",
|
|
40040
|
+
offset: "Int",
|
|
40041
|
+
order_by: "[journalEntry_order_by!]",
|
|
40042
|
+
where: "journalEntry_bool_exp",
|
|
40043
|
+
},
|
|
40044
|
+
},
|
|
40045
|
+
journalEntries_aggregate: {
|
|
40046
|
+
__type: "journalEntry_aggregate!",
|
|
40047
|
+
__args: {
|
|
40048
|
+
distinct_on: "[journalEntry_select_column!]",
|
|
40049
|
+
limit: "Int",
|
|
40050
|
+
offset: "Int",
|
|
40051
|
+
order_by: "[journalEntry_order_by!]",
|
|
40052
|
+
where: "journalEntry_bool_exp",
|
|
40053
|
+
},
|
|
40054
|
+
},
|
|
40022
40055
|
listing: { __type: "listing" },
|
|
40023
40056
|
listingId: { __type: "uuid" },
|
|
40024
40057
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40119,6 +40152,8 @@ export const generatedSchema = {
|
|
|
40119
40152
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
40120
40153
|
description: { __type: "String_comparison_exp" },
|
|
40121
40154
|
id: { __type: "uuid_comparison_exp" },
|
|
40155
|
+
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
40156
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40122
40157
|
listing: { __type: "listing_bool_exp" },
|
|
40123
40158
|
listingId: { __type: "uuid_comparison_exp" },
|
|
40124
40159
|
markupCentTotal: { __type: "Int_comparison_exp" },
|
|
@@ -40162,6 +40197,7 @@ export const generatedSchema = {
|
|
|
40162
40197
|
createdAt: { __type: "timestamptz" },
|
|
40163
40198
|
description: { __type: "String" },
|
|
40164
40199
|
id: { __type: "uuid" },
|
|
40200
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40165
40201
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
40166
40202
|
listingId: { __type: "uuid" },
|
|
40167
40203
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40297,6 +40333,7 @@ export const generatedSchema = {
|
|
|
40297
40333
|
createdAt: { __type: "order_by" },
|
|
40298
40334
|
description: { __type: "order_by" },
|
|
40299
40335
|
id: { __type: "order_by" },
|
|
40336
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40300
40337
|
listing: { __type: "listing_order_by" },
|
|
40301
40338
|
listingId: { __type: "order_by" },
|
|
40302
40339
|
markupCentTotal: { __type: "order_by" },
|
|
@@ -40599,6 +40636,7 @@ export const generatedSchema = {
|
|
|
40599
40636
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40600
40637
|
lines: { __type: "transactionLine_bool_exp" },
|
|
40601
40638
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40639
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40602
40640
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40603
40641
|
matchers: { __type: "jsonb_comparison_exp" },
|
|
40604
40642
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -40653,6 +40691,7 @@ export const generatedSchema = {
|
|
|
40653
40691
|
id: { __type: "uuid" },
|
|
40654
40692
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40655
40693
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40694
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40656
40695
|
matchers: { __type: "jsonb" },
|
|
40657
40696
|
paidAt: { __type: "timestamptz" },
|
|
40658
40697
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40681,6 +40720,7 @@ export const generatedSchema = {
|
|
|
40681
40720
|
description: { __type: "String" },
|
|
40682
40721
|
dueAt: { __type: "timestamptz" },
|
|
40683
40722
|
id: { __type: "uuid" },
|
|
40723
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40684
40724
|
matchStatus: { __type: "String" },
|
|
40685
40725
|
paidAt: { __type: "timestamptz" },
|
|
40686
40726
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40700,6 +40740,7 @@ export const generatedSchema = {
|
|
|
40700
40740
|
description: { __type: "order_by" },
|
|
40701
40741
|
dueAt: { __type: "order_by" },
|
|
40702
40742
|
id: { __type: "order_by" },
|
|
40743
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40703
40744
|
matchStatus: { __type: "order_by" },
|
|
40704
40745
|
paidAt: { __type: "order_by" },
|
|
40705
40746
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40720,6 +40761,7 @@ export const generatedSchema = {
|
|
|
40720
40761
|
description: { __type: "String" },
|
|
40721
40762
|
dueAt: { __type: "timestamptz" },
|
|
40722
40763
|
id: { __type: "uuid" },
|
|
40764
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40723
40765
|
matchStatus: { __type: "String" },
|
|
40724
40766
|
paidAt: { __type: "timestamptz" },
|
|
40725
40767
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40739,6 +40781,7 @@ export const generatedSchema = {
|
|
|
40739
40781
|
description: { __type: "order_by" },
|
|
40740
40782
|
dueAt: { __type: "order_by" },
|
|
40741
40783
|
id: { __type: "order_by" },
|
|
40784
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40742
40785
|
matchStatus: { __type: "order_by" },
|
|
40743
40786
|
paidAt: { __type: "order_by" },
|
|
40744
40787
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40782,6 +40825,7 @@ export const generatedSchema = {
|
|
|
40782
40825
|
id: { __type: "order_by" },
|
|
40783
40826
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40784
40827
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
40828
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40785
40829
|
matchStatus: { __type: "order_by" },
|
|
40786
40830
|
matchers: { __type: "order_by" },
|
|
40787
40831
|
paidAt: { __type: "order_by" },
|
|
@@ -40818,6 +40862,7 @@ export const generatedSchema = {
|
|
|
40818
40862
|
description: { __type: "String" },
|
|
40819
40863
|
dueAt: { __type: "timestamptz" },
|
|
40820
40864
|
id: { __type: "uuid" },
|
|
40865
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40821
40866
|
matchers: { __type: "jsonb" },
|
|
40822
40867
|
paidAt: { __type: "timestamptz" },
|
|
40823
40868
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40861,6 +40906,7 @@ export const generatedSchema = {
|
|
|
40861
40906
|
description: { __type: "String" },
|
|
40862
40907
|
dueAt: { __type: "timestamptz" },
|
|
40863
40908
|
id: { __type: "uuid" },
|
|
40909
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40864
40910
|
matchStatus: { __type: "String" },
|
|
40865
40911
|
matchers: { __type: "jsonb" },
|
|
40866
40912
|
paidAt: { __type: "timestamptz" },
|