@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"]>;
|
|
@@ -7808,6 +7808,8 @@ exports.generatedSchema = {
|
|
|
7808
7808
|
id: { __type: "uuid!" },
|
|
7809
7809
|
listing: { __type: "listing" },
|
|
7810
7810
|
listing_id: { __type: "uuid" },
|
|
7811
|
+
rate: { __type: "rate" },
|
|
7812
|
+
rateId: { __type: "uuid" },
|
|
7811
7813
|
setting_key: { __type: "String!" },
|
|
7812
7814
|
tenant: { __type: "tenant!" },
|
|
7813
7815
|
tenantId: { __type: "uuid!" },
|
|
@@ -7850,6 +7852,8 @@ exports.generatedSchema = {
|
|
|
7850
7852
|
id: { __type: "uuid_comparison_exp" },
|
|
7851
7853
|
listing: { __type: "listing_bool_exp" },
|
|
7852
7854
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7855
|
+
rate: { __type: "rate_bool_exp" },
|
|
7856
|
+
rateId: { __type: "uuid_comparison_exp" },
|
|
7853
7857
|
setting_key: { __type: "String_comparison_exp" },
|
|
7854
7858
|
tenant: { __type: "tenant_bool_exp" },
|
|
7855
7859
|
tenantId: { __type: "uuid_comparison_exp" },
|
|
@@ -7874,6 +7878,8 @@ exports.generatedSchema = {
|
|
|
7874
7878
|
id: { __type: "uuid" },
|
|
7875
7879
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7876
7880
|
listing_id: { __type: "uuid" },
|
|
7881
|
+
rate: { __type: "rate_obj_rel_insert_input" },
|
|
7882
|
+
rateId: { __type: "uuid" },
|
|
7877
7883
|
setting_key: { __type: "String" },
|
|
7878
7884
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7879
7885
|
tenantId: { __type: "uuid" },
|
|
@@ -7890,6 +7896,7 @@ exports.generatedSchema = {
|
|
|
7890
7896
|
flow_id: { __type: "uuid" },
|
|
7891
7897
|
id: { __type: "uuid" },
|
|
7892
7898
|
listing_id: { __type: "uuid" },
|
|
7899
|
+
rateId: { __type: "uuid" },
|
|
7893
7900
|
setting_key: { __type: "String" },
|
|
7894
7901
|
tenantId: { __type: "uuid" },
|
|
7895
7902
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -7904,6 +7911,7 @@ exports.generatedSchema = {
|
|
|
7904
7911
|
flow_id: { __type: "uuid" },
|
|
7905
7912
|
id: { __type: "uuid" },
|
|
7906
7913
|
listing_id: { __type: "uuid" },
|
|
7914
|
+
rateId: { __type: "uuid" },
|
|
7907
7915
|
setting_key: { __type: "String" },
|
|
7908
7916
|
tenantId: { __type: "uuid" },
|
|
7909
7917
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -7933,6 +7941,8 @@ exports.generatedSchema = {
|
|
|
7933
7941
|
id: { __type: "order_by" },
|
|
7934
7942
|
listing: { __type: "listing_order_by" },
|
|
7935
7943
|
listing_id: { __type: "order_by" },
|
|
7944
|
+
rate: { __type: "rate_order_by" },
|
|
7945
|
+
rateId: { __type: "order_by" },
|
|
7936
7946
|
setting_key: { __type: "order_by" },
|
|
7937
7947
|
tenant: { __type: "tenant_order_by" },
|
|
7938
7948
|
tenantId: { __type: "order_by" },
|
|
@@ -7950,6 +7960,7 @@ exports.generatedSchema = {
|
|
|
7950
7960
|
flow_id: { __type: "uuid" },
|
|
7951
7961
|
id: { __type: "uuid" },
|
|
7952
7962
|
listing_id: { __type: "uuid" },
|
|
7963
|
+
rateId: { __type: "uuid" },
|
|
7953
7964
|
setting_key: { __type: "String" },
|
|
7954
7965
|
tenantId: { __type: "uuid" },
|
|
7955
7966
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -7968,6 +7979,7 @@ exports.generatedSchema = {
|
|
|
7968
7979
|
flow_id: { __type: "uuid" },
|
|
7969
7980
|
id: { __type: "uuid" },
|
|
7970
7981
|
listing_id: { __type: "uuid" },
|
|
7982
|
+
rateId: { __type: "uuid" },
|
|
7971
7983
|
setting_key: { __type: "String" },
|
|
7972
7984
|
tenantId: { __type: "uuid" },
|
|
7973
7985
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -39974,6 +39986,7 @@ exports.generatedSchema = {
|
|
|
39974
39986
|
where: "transactionLine_bool_exp",
|
|
39975
39987
|
},
|
|
39976
39988
|
},
|
|
39989
|
+
matchBankAccountLast4: { __type: "String" },
|
|
39977
39990
|
matchStatus: { __type: "String" },
|
|
39978
39991
|
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
39979
39992
|
paidAt: { __type: "timestamptz" },
|
|
@@ -40022,6 +40035,26 @@ exports.generatedSchema = {
|
|
|
40022
40035
|
createdAt: { __type: "timestamptz!" },
|
|
40023
40036
|
description: { __type: "String!" },
|
|
40024
40037
|
id: { __type: "uuid!" },
|
|
40038
|
+
journalEntries: {
|
|
40039
|
+
__type: "[journalEntry!]!",
|
|
40040
|
+
__args: {
|
|
40041
|
+
distinct_on: "[journalEntry_select_column!]",
|
|
40042
|
+
limit: "Int",
|
|
40043
|
+
offset: "Int",
|
|
40044
|
+
order_by: "[journalEntry_order_by!]",
|
|
40045
|
+
where: "journalEntry_bool_exp",
|
|
40046
|
+
},
|
|
40047
|
+
},
|
|
40048
|
+
journalEntries_aggregate: {
|
|
40049
|
+
__type: "journalEntry_aggregate!",
|
|
40050
|
+
__args: {
|
|
40051
|
+
distinct_on: "[journalEntry_select_column!]",
|
|
40052
|
+
limit: "Int",
|
|
40053
|
+
offset: "Int",
|
|
40054
|
+
order_by: "[journalEntry_order_by!]",
|
|
40055
|
+
where: "journalEntry_bool_exp",
|
|
40056
|
+
},
|
|
40057
|
+
},
|
|
40025
40058
|
listing: { __type: "listing" },
|
|
40026
40059
|
listingId: { __type: "uuid" },
|
|
40027
40060
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40122,6 +40155,8 @@ exports.generatedSchema = {
|
|
|
40122
40155
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
40123
40156
|
description: { __type: "String_comparison_exp" },
|
|
40124
40157
|
id: { __type: "uuid_comparison_exp" },
|
|
40158
|
+
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
40159
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40125
40160
|
listing: { __type: "listing_bool_exp" },
|
|
40126
40161
|
listingId: { __type: "uuid_comparison_exp" },
|
|
40127
40162
|
markupCentTotal: { __type: "Int_comparison_exp" },
|
|
@@ -40165,6 +40200,7 @@ exports.generatedSchema = {
|
|
|
40165
40200
|
createdAt: { __type: "timestamptz" },
|
|
40166
40201
|
description: { __type: "String" },
|
|
40167
40202
|
id: { __type: "uuid" },
|
|
40203
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40168
40204
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
40169
40205
|
listingId: { __type: "uuid" },
|
|
40170
40206
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40300,6 +40336,7 @@ exports.generatedSchema = {
|
|
|
40300
40336
|
createdAt: { __type: "order_by" },
|
|
40301
40337
|
description: { __type: "order_by" },
|
|
40302
40338
|
id: { __type: "order_by" },
|
|
40339
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40303
40340
|
listing: { __type: "listing_order_by" },
|
|
40304
40341
|
listingId: { __type: "order_by" },
|
|
40305
40342
|
markupCentTotal: { __type: "order_by" },
|
|
@@ -40602,6 +40639,7 @@ exports.generatedSchema = {
|
|
|
40602
40639
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40603
40640
|
lines: { __type: "transactionLine_bool_exp" },
|
|
40604
40641
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40642
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40605
40643
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40606
40644
|
matchers: { __type: "jsonb_comparison_exp" },
|
|
40607
40645
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -40656,6 +40694,7 @@ exports.generatedSchema = {
|
|
|
40656
40694
|
id: { __type: "uuid" },
|
|
40657
40695
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40658
40696
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40697
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40659
40698
|
matchers: { __type: "jsonb" },
|
|
40660
40699
|
paidAt: { __type: "timestamptz" },
|
|
40661
40700
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40684,6 +40723,7 @@ exports.generatedSchema = {
|
|
|
40684
40723
|
description: { __type: "String" },
|
|
40685
40724
|
dueAt: { __type: "timestamptz" },
|
|
40686
40725
|
id: { __type: "uuid" },
|
|
40726
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40687
40727
|
matchStatus: { __type: "String" },
|
|
40688
40728
|
paidAt: { __type: "timestamptz" },
|
|
40689
40729
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40703,6 +40743,7 @@ exports.generatedSchema = {
|
|
|
40703
40743
|
description: { __type: "order_by" },
|
|
40704
40744
|
dueAt: { __type: "order_by" },
|
|
40705
40745
|
id: { __type: "order_by" },
|
|
40746
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40706
40747
|
matchStatus: { __type: "order_by" },
|
|
40707
40748
|
paidAt: { __type: "order_by" },
|
|
40708
40749
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40723,6 +40764,7 @@ exports.generatedSchema = {
|
|
|
40723
40764
|
description: { __type: "String" },
|
|
40724
40765
|
dueAt: { __type: "timestamptz" },
|
|
40725
40766
|
id: { __type: "uuid" },
|
|
40767
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40726
40768
|
matchStatus: { __type: "String" },
|
|
40727
40769
|
paidAt: { __type: "timestamptz" },
|
|
40728
40770
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40742,6 +40784,7 @@ exports.generatedSchema = {
|
|
|
40742
40784
|
description: { __type: "order_by" },
|
|
40743
40785
|
dueAt: { __type: "order_by" },
|
|
40744
40786
|
id: { __type: "order_by" },
|
|
40787
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40745
40788
|
matchStatus: { __type: "order_by" },
|
|
40746
40789
|
paidAt: { __type: "order_by" },
|
|
40747
40790
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40785,6 +40828,7 @@ exports.generatedSchema = {
|
|
|
40785
40828
|
id: { __type: "order_by" },
|
|
40786
40829
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40787
40830
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
40831
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40788
40832
|
matchStatus: { __type: "order_by" },
|
|
40789
40833
|
matchers: { __type: "order_by" },
|
|
40790
40834
|
paidAt: { __type: "order_by" },
|
|
@@ -40821,6 +40865,7 @@ exports.generatedSchema = {
|
|
|
40821
40865
|
description: { __type: "String" },
|
|
40822
40866
|
dueAt: { __type: "timestamptz" },
|
|
40823
40867
|
id: { __type: "uuid" },
|
|
40868
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40824
40869
|
matchers: { __type: "jsonb" },
|
|
40825
40870
|
paidAt: { __type: "timestamptz" },
|
|
40826
40871
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40864,6 +40909,7 @@ exports.generatedSchema = {
|
|
|
40864
40909
|
description: { __type: "String" },
|
|
40865
40910
|
dueAt: { __type: "timestamptz" },
|
|
40866
40911
|
id: { __type: "uuid" },
|
|
40912
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40867
40913
|
matchStatus: { __type: "String" },
|
|
40868
40914
|
matchers: { __type: "jsonb" },
|
|
40869
40915
|
paidAt: { __type: "timestamptz" },
|