@vrplatform/graphql 1.1.30 → 1.1.32
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 +102 -0
- package/build/main/gqty/schema.generated.js +34 -0
- package/build/module/gqty/schema.generated.d.ts +102 -0
- package/build/module/gqty/schema.generated.js +34 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +102 -0
- package/src/gqty/schema.generated.js +34 -0
|
@@ -26255,6 +26255,8 @@ export interface transactionLine_bool_exp {
|
|
|
26255
26255
|
createdAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
26256
26256
|
description?: InputMaybe<String_comparison_exp>;
|
|
26257
26257
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
26258
|
+
journalEntries?: InputMaybe<journalEntry_bool_exp>;
|
|
26259
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26258
26260
|
listing?: InputMaybe<listing_bool_exp>;
|
|
26259
26261
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
26260
26262
|
markupCentTotal?: InputMaybe<Int_comparison_exp>;
|
|
@@ -26319,6 +26321,7 @@ export interface transactionLine_insert_input {
|
|
|
26319
26321
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26320
26322
|
description?: InputMaybe<Scalars["String"]>;
|
|
26321
26323
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26324
|
+
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26322
26325
|
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
26323
26326
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
26324
26327
|
markupCentTotal?: InputMaybe<Scalars["Int"]>;
|
|
@@ -26414,6 +26417,7 @@ export interface transactionLine_order_by {
|
|
|
26414
26417
|
createdAt?: InputMaybe<order_by>;
|
|
26415
26418
|
description?: InputMaybe<order_by>;
|
|
26416
26419
|
id?: InputMaybe<order_by>;
|
|
26420
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26417
26421
|
listing?: InputMaybe<listing_order_by>;
|
|
26418
26422
|
listingId?: InputMaybe<order_by>;
|
|
26419
26423
|
markupCentTotal?: InputMaybe<order_by>;
|
|
@@ -26821,6 +26825,7 @@ export interface transaction_bool_exp {
|
|
|
26821
26825
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26822
26826
|
lines?: InputMaybe<transactionLine_bool_exp>;
|
|
26823
26827
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_bool_exp>;
|
|
26828
|
+
matchBankAccountLast4?: InputMaybe<String_comparison_exp>;
|
|
26824
26829
|
matchStatus?: InputMaybe<String_comparison_exp>;
|
|
26825
26830
|
matchers?: InputMaybe<jsonb_comparison_exp>;
|
|
26826
26831
|
paidAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
@@ -26892,6 +26897,7 @@ export interface transaction_insert_input {
|
|
|
26892
26897
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26893
26898
|
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26894
26899
|
lines?: InputMaybe<transactionLine_arr_rel_insert_input>;
|
|
26900
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
26895
26901
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
26896
26902
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26897
26903
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -26921,6 +26927,7 @@ export interface transaction_max_order_by {
|
|
|
26921
26927
|
description?: InputMaybe<order_by>;
|
|
26922
26928
|
dueAt?: InputMaybe<order_by>;
|
|
26923
26929
|
id?: InputMaybe<order_by>;
|
|
26930
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26924
26931
|
matchStatus?: InputMaybe<order_by>;
|
|
26925
26932
|
paidAt?: InputMaybe<order_by>;
|
|
26926
26933
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26942,6 +26949,7 @@ export interface transaction_min_order_by {
|
|
|
26942
26949
|
description?: InputMaybe<order_by>;
|
|
26943
26950
|
dueAt?: InputMaybe<order_by>;
|
|
26944
26951
|
id?: InputMaybe<order_by>;
|
|
26952
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26945
26953
|
matchStatus?: InputMaybe<order_by>;
|
|
26946
26954
|
paidAt?: InputMaybe<order_by>;
|
|
26947
26955
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26985,6 +26993,7 @@ export interface transaction_order_by {
|
|
|
26985
26993
|
id?: InputMaybe<order_by>;
|
|
26986
26994
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26987
26995
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_order_by>;
|
|
26996
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26988
26997
|
matchStatus?: InputMaybe<order_by>;
|
|
26989
26998
|
matchers?: InputMaybe<order_by>;
|
|
26990
26999
|
paidAt?: InputMaybe<order_by>;
|
|
@@ -27038,6 +27047,8 @@ export type transaction_select_column =
|
|
|
27038
27047
|
/** column name */
|
|
27039
27048
|
| "id"
|
|
27040
27049
|
/** column name */
|
|
27050
|
+
| "matchBankAccountLast4"
|
|
27051
|
+
/** column name */
|
|
27041
27052
|
| "matchStatus"
|
|
27042
27053
|
/** column name */
|
|
27043
27054
|
| "matchers"
|
|
@@ -27076,6 +27087,7 @@ export interface transaction_set_input {
|
|
|
27076
27087
|
description?: InputMaybe<Scalars["String"]>;
|
|
27077
27088
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27078
27089
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27090
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27079
27091
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27080
27092
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27081
27093
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -27125,6 +27137,7 @@ export interface transaction_stream_cursor_value_input {
|
|
|
27125
27137
|
description?: InputMaybe<Scalars["String"]>;
|
|
27126
27138
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27127
27139
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27140
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27128
27141
|
matchStatus?: InputMaybe<Scalars["String"]>;
|
|
27129
27142
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27130
27143
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -27168,6 +27181,8 @@ export type transaction_update_column =
|
|
|
27168
27181
|
/** column name */
|
|
27169
27182
|
| "id"
|
|
27170
27183
|
/** column name */
|
|
27184
|
+
| "matchBankAccountLast4"
|
|
27185
|
+
/** column name */
|
|
27171
27186
|
| "matchers"
|
|
27172
27187
|
/** column name */
|
|
27173
27188
|
| "paidAt"
|
|
@@ -68121,6 +68136,7 @@ export declare const generatedSchema: {
|
|
|
68121
68136
|
where: "transactionLine_bool_exp";
|
|
68122
68137
|
};
|
|
68123
68138
|
};
|
|
68139
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68124
68140
|
matchStatus: { __type: "String" };
|
|
68125
68141
|
matchers: { __type: "jsonb"; __args: { path: "String" } };
|
|
68126
68142
|
paidAt: { __type: "timestamptz" };
|
|
@@ -68169,6 +68185,26 @@ export declare const generatedSchema: {
|
|
|
68169
68185
|
createdAt: { __type: "timestamptz!" };
|
|
68170
68186
|
description: { __type: "String!" };
|
|
68171
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
|
+
};
|
|
68172
68208
|
listing: { __type: "listing" };
|
|
68173
68209
|
listingId: { __type: "uuid" };
|
|
68174
68210
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68269,6 +68305,8 @@ export declare const generatedSchema: {
|
|
|
68269
68305
|
createdAt: { __type: "timestamptz_comparison_exp" };
|
|
68270
68306
|
description: { __type: "String_comparison_exp" };
|
|
68271
68307
|
id: { __type: "uuid_comparison_exp" };
|
|
68308
|
+
journalEntries: { __type: "journalEntry_bool_exp" };
|
|
68309
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68272
68310
|
listing: { __type: "listing_bool_exp" };
|
|
68273
68311
|
listingId: { __type: "uuid_comparison_exp" };
|
|
68274
68312
|
markupCentTotal: { __type: "Int_comparison_exp" };
|
|
@@ -68312,6 +68350,7 @@ export declare const generatedSchema: {
|
|
|
68312
68350
|
createdAt: { __type: "timestamptz" };
|
|
68313
68351
|
description: { __type: "String" };
|
|
68314
68352
|
id: { __type: "uuid" };
|
|
68353
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68315
68354
|
listing: { __type: "listing_obj_rel_insert_input" };
|
|
68316
68355
|
listingId: { __type: "uuid" };
|
|
68317
68356
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68447,6 +68486,7 @@ export declare const generatedSchema: {
|
|
|
68447
68486
|
createdAt: { __type: "order_by" };
|
|
68448
68487
|
description: { __type: "order_by" };
|
|
68449
68488
|
id: { __type: "order_by" };
|
|
68489
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68450
68490
|
listing: { __type: "listing_order_by" };
|
|
68451
68491
|
listingId: { __type: "order_by" };
|
|
68452
68492
|
markupCentTotal: { __type: "order_by" };
|
|
@@ -68749,6 +68789,7 @@ export declare const generatedSchema: {
|
|
|
68749
68789
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68750
68790
|
lines: { __type: "transactionLine_bool_exp" };
|
|
68751
68791
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" };
|
|
68792
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" };
|
|
68752
68793
|
matchStatus: { __type: "String_comparison_exp" };
|
|
68753
68794
|
matchers: { __type: "jsonb_comparison_exp" };
|
|
68754
68795
|
paidAt: { __type: "timestamptz_comparison_exp" };
|
|
@@ -68803,6 +68844,7 @@ export declare const generatedSchema: {
|
|
|
68803
68844
|
id: { __type: "uuid" };
|
|
68804
68845
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68805
68846
|
lines: { __type: "transactionLine_arr_rel_insert_input" };
|
|
68847
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68806
68848
|
matchers: { __type: "jsonb" };
|
|
68807
68849
|
paidAt: { __type: "timestamptz" };
|
|
68808
68850
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -68831,6 +68873,7 @@ export declare const generatedSchema: {
|
|
|
68831
68873
|
description: { __type: "String" };
|
|
68832
68874
|
dueAt: { __type: "timestamptz" };
|
|
68833
68875
|
id: { __type: "uuid" };
|
|
68876
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68834
68877
|
matchStatus: { __type: "String" };
|
|
68835
68878
|
paidAt: { __type: "timestamptz" };
|
|
68836
68879
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68850,6 +68893,7 @@ export declare const generatedSchema: {
|
|
|
68850
68893
|
description: { __type: "order_by" };
|
|
68851
68894
|
dueAt: { __type: "order_by" };
|
|
68852
68895
|
id: { __type: "order_by" };
|
|
68896
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68853
68897
|
matchStatus: { __type: "order_by" };
|
|
68854
68898
|
paidAt: { __type: "order_by" };
|
|
68855
68899
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68870,6 +68914,7 @@ export declare const generatedSchema: {
|
|
|
68870
68914
|
description: { __type: "String" };
|
|
68871
68915
|
dueAt: { __type: "timestamptz" };
|
|
68872
68916
|
id: { __type: "uuid" };
|
|
68917
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68873
68918
|
matchStatus: { __type: "String" };
|
|
68874
68919
|
paidAt: { __type: "timestamptz" };
|
|
68875
68920
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68889,6 +68934,7 @@ export declare const generatedSchema: {
|
|
|
68889
68934
|
description: { __type: "order_by" };
|
|
68890
68935
|
dueAt: { __type: "order_by" };
|
|
68891
68936
|
id: { __type: "order_by" };
|
|
68937
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68892
68938
|
matchStatus: { __type: "order_by" };
|
|
68893
68939
|
paidAt: { __type: "order_by" };
|
|
68894
68940
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68932,6 +68978,7 @@ export declare const generatedSchema: {
|
|
|
68932
68978
|
id: { __type: "order_by" };
|
|
68933
68979
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68934
68980
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" };
|
|
68981
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68935
68982
|
matchStatus: { __type: "order_by" };
|
|
68936
68983
|
matchers: { __type: "order_by" };
|
|
68937
68984
|
paidAt: { __type: "order_by" };
|
|
@@ -68968,6 +69015,7 @@ export declare const generatedSchema: {
|
|
|
68968
69015
|
description: { __type: "String" };
|
|
68969
69016
|
dueAt: { __type: "timestamptz" };
|
|
68970
69017
|
id: { __type: "uuid" };
|
|
69018
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68971
69019
|
matchers: { __type: "jsonb" };
|
|
68972
69020
|
paidAt: { __type: "timestamptz" };
|
|
68973
69021
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -69011,6 +69059,7 @@ export declare const generatedSchema: {
|
|
|
69011
69059
|
description: { __type: "String" };
|
|
69012
69060
|
dueAt: { __type: "timestamptz" };
|
|
69013
69061
|
id: { __type: "uuid" };
|
|
69062
|
+
matchBankAccountLast4: { __type: "String" };
|
|
69014
69063
|
matchStatus: { __type: "String" };
|
|
69015
69064
|
matchers: { __type: "jsonb" };
|
|
69016
69065
|
paidAt: { __type: "timestamptz" };
|
|
@@ -102756,6 +102805,7 @@ export interface transaction {
|
|
|
102756
102805
|
*/
|
|
102757
102806
|
where?: Maybe<transactionLine_bool_exp>;
|
|
102758
102807
|
}) => transactionLine_aggregate;
|
|
102808
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
102759
102809
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
102760
102810
|
matchers: (args?: {
|
|
102761
102811
|
/**
|
|
@@ -102863,6 +102913,56 @@ export interface transactionLine {
|
|
|
102863
102913
|
createdAt: ScalarsEnums["timestamptz"];
|
|
102864
102914
|
description: ScalarsEnums["String"];
|
|
102865
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;
|
|
102866
102966
|
/**
|
|
102867
102967
|
* An object relationship
|
|
102868
102968
|
*/
|
|
@@ -103196,6 +103296,7 @@ export interface transaction_max_fields {
|
|
|
103196
103296
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103197
103297
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103198
103298
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103299
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103199
103300
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103200
103301
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103201
103302
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -103220,6 +103321,7 @@ export interface transaction_min_fields {
|
|
|
103220
103321
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103221
103322
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103222
103323
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103324
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103223
103325
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103224
103326
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103225
103327
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -39986,6 +39986,7 @@ exports.generatedSchema = {
|
|
|
39986
39986
|
where: "transactionLine_bool_exp",
|
|
39987
39987
|
},
|
|
39988
39988
|
},
|
|
39989
|
+
matchBankAccountLast4: { __type: "String" },
|
|
39989
39990
|
matchStatus: { __type: "String" },
|
|
39990
39991
|
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
39991
39992
|
paidAt: { __type: "timestamptz" },
|
|
@@ -40034,6 +40035,26 @@ exports.generatedSchema = {
|
|
|
40034
40035
|
createdAt: { __type: "timestamptz!" },
|
|
40035
40036
|
description: { __type: "String!" },
|
|
40036
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
|
+
},
|
|
40037
40058
|
listing: { __type: "listing" },
|
|
40038
40059
|
listingId: { __type: "uuid" },
|
|
40039
40060
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40134,6 +40155,8 @@ exports.generatedSchema = {
|
|
|
40134
40155
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
40135
40156
|
description: { __type: "String_comparison_exp" },
|
|
40136
40157
|
id: { __type: "uuid_comparison_exp" },
|
|
40158
|
+
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
40159
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40137
40160
|
listing: { __type: "listing_bool_exp" },
|
|
40138
40161
|
listingId: { __type: "uuid_comparison_exp" },
|
|
40139
40162
|
markupCentTotal: { __type: "Int_comparison_exp" },
|
|
@@ -40177,6 +40200,7 @@ exports.generatedSchema = {
|
|
|
40177
40200
|
createdAt: { __type: "timestamptz" },
|
|
40178
40201
|
description: { __type: "String" },
|
|
40179
40202
|
id: { __type: "uuid" },
|
|
40203
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40180
40204
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
40181
40205
|
listingId: { __type: "uuid" },
|
|
40182
40206
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40312,6 +40336,7 @@ exports.generatedSchema = {
|
|
|
40312
40336
|
createdAt: { __type: "order_by" },
|
|
40313
40337
|
description: { __type: "order_by" },
|
|
40314
40338
|
id: { __type: "order_by" },
|
|
40339
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40315
40340
|
listing: { __type: "listing_order_by" },
|
|
40316
40341
|
listingId: { __type: "order_by" },
|
|
40317
40342
|
markupCentTotal: { __type: "order_by" },
|
|
@@ -40614,6 +40639,7 @@ exports.generatedSchema = {
|
|
|
40614
40639
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40615
40640
|
lines: { __type: "transactionLine_bool_exp" },
|
|
40616
40641
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40642
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40617
40643
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40618
40644
|
matchers: { __type: "jsonb_comparison_exp" },
|
|
40619
40645
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -40668,6 +40694,7 @@ exports.generatedSchema = {
|
|
|
40668
40694
|
id: { __type: "uuid" },
|
|
40669
40695
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40670
40696
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40697
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40671
40698
|
matchers: { __type: "jsonb" },
|
|
40672
40699
|
paidAt: { __type: "timestamptz" },
|
|
40673
40700
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40696,6 +40723,7 @@ exports.generatedSchema = {
|
|
|
40696
40723
|
description: { __type: "String" },
|
|
40697
40724
|
dueAt: { __type: "timestamptz" },
|
|
40698
40725
|
id: { __type: "uuid" },
|
|
40726
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40699
40727
|
matchStatus: { __type: "String" },
|
|
40700
40728
|
paidAt: { __type: "timestamptz" },
|
|
40701
40729
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40715,6 +40743,7 @@ exports.generatedSchema = {
|
|
|
40715
40743
|
description: { __type: "order_by" },
|
|
40716
40744
|
dueAt: { __type: "order_by" },
|
|
40717
40745
|
id: { __type: "order_by" },
|
|
40746
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40718
40747
|
matchStatus: { __type: "order_by" },
|
|
40719
40748
|
paidAt: { __type: "order_by" },
|
|
40720
40749
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40735,6 +40764,7 @@ exports.generatedSchema = {
|
|
|
40735
40764
|
description: { __type: "String" },
|
|
40736
40765
|
dueAt: { __type: "timestamptz" },
|
|
40737
40766
|
id: { __type: "uuid" },
|
|
40767
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40738
40768
|
matchStatus: { __type: "String" },
|
|
40739
40769
|
paidAt: { __type: "timestamptz" },
|
|
40740
40770
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40754,6 +40784,7 @@ exports.generatedSchema = {
|
|
|
40754
40784
|
description: { __type: "order_by" },
|
|
40755
40785
|
dueAt: { __type: "order_by" },
|
|
40756
40786
|
id: { __type: "order_by" },
|
|
40787
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40757
40788
|
matchStatus: { __type: "order_by" },
|
|
40758
40789
|
paidAt: { __type: "order_by" },
|
|
40759
40790
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40797,6 +40828,7 @@ exports.generatedSchema = {
|
|
|
40797
40828
|
id: { __type: "order_by" },
|
|
40798
40829
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40799
40830
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
40831
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40800
40832
|
matchStatus: { __type: "order_by" },
|
|
40801
40833
|
matchers: { __type: "order_by" },
|
|
40802
40834
|
paidAt: { __type: "order_by" },
|
|
@@ -40833,6 +40865,7 @@ exports.generatedSchema = {
|
|
|
40833
40865
|
description: { __type: "String" },
|
|
40834
40866
|
dueAt: { __type: "timestamptz" },
|
|
40835
40867
|
id: { __type: "uuid" },
|
|
40868
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40836
40869
|
matchers: { __type: "jsonb" },
|
|
40837
40870
|
paidAt: { __type: "timestamptz" },
|
|
40838
40871
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40876,6 +40909,7 @@ exports.generatedSchema = {
|
|
|
40876
40909
|
description: { __type: "String" },
|
|
40877
40910
|
dueAt: { __type: "timestamptz" },
|
|
40878
40911
|
id: { __type: "uuid" },
|
|
40912
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40879
40913
|
matchStatus: { __type: "String" },
|
|
40880
40914
|
matchers: { __type: "jsonb" },
|
|
40881
40915
|
paidAt: { __type: "timestamptz" },
|
|
@@ -26255,6 +26255,8 @@ export interface transactionLine_bool_exp {
|
|
|
26255
26255
|
createdAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
26256
26256
|
description?: InputMaybe<String_comparison_exp>;
|
|
26257
26257
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
26258
|
+
journalEntries?: InputMaybe<journalEntry_bool_exp>;
|
|
26259
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26258
26260
|
listing?: InputMaybe<listing_bool_exp>;
|
|
26259
26261
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
26260
26262
|
markupCentTotal?: InputMaybe<Int_comparison_exp>;
|
|
@@ -26319,6 +26321,7 @@ export interface transactionLine_insert_input {
|
|
|
26319
26321
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26320
26322
|
description?: InputMaybe<Scalars["String"]>;
|
|
26321
26323
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26324
|
+
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26322
26325
|
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
26323
26326
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
26324
26327
|
markupCentTotal?: InputMaybe<Scalars["Int"]>;
|
|
@@ -26414,6 +26417,7 @@ export interface transactionLine_order_by {
|
|
|
26414
26417
|
createdAt?: InputMaybe<order_by>;
|
|
26415
26418
|
description?: InputMaybe<order_by>;
|
|
26416
26419
|
id?: InputMaybe<order_by>;
|
|
26420
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26417
26421
|
listing?: InputMaybe<listing_order_by>;
|
|
26418
26422
|
listingId?: InputMaybe<order_by>;
|
|
26419
26423
|
markupCentTotal?: InputMaybe<order_by>;
|
|
@@ -26821,6 +26825,7 @@ export interface transaction_bool_exp {
|
|
|
26821
26825
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26822
26826
|
lines?: InputMaybe<transactionLine_bool_exp>;
|
|
26823
26827
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_bool_exp>;
|
|
26828
|
+
matchBankAccountLast4?: InputMaybe<String_comparison_exp>;
|
|
26824
26829
|
matchStatus?: InputMaybe<String_comparison_exp>;
|
|
26825
26830
|
matchers?: InputMaybe<jsonb_comparison_exp>;
|
|
26826
26831
|
paidAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
@@ -26892,6 +26897,7 @@ export interface transaction_insert_input {
|
|
|
26892
26897
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26893
26898
|
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26894
26899
|
lines?: InputMaybe<transactionLine_arr_rel_insert_input>;
|
|
26900
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
26895
26901
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
26896
26902
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26897
26903
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -26921,6 +26927,7 @@ export interface transaction_max_order_by {
|
|
|
26921
26927
|
description?: InputMaybe<order_by>;
|
|
26922
26928
|
dueAt?: InputMaybe<order_by>;
|
|
26923
26929
|
id?: InputMaybe<order_by>;
|
|
26930
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26924
26931
|
matchStatus?: InputMaybe<order_by>;
|
|
26925
26932
|
paidAt?: InputMaybe<order_by>;
|
|
26926
26933
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26942,6 +26949,7 @@ export interface transaction_min_order_by {
|
|
|
26942
26949
|
description?: InputMaybe<order_by>;
|
|
26943
26950
|
dueAt?: InputMaybe<order_by>;
|
|
26944
26951
|
id?: InputMaybe<order_by>;
|
|
26952
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26945
26953
|
matchStatus?: InputMaybe<order_by>;
|
|
26946
26954
|
paidAt?: InputMaybe<order_by>;
|
|
26947
26955
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26985,6 +26993,7 @@ export interface transaction_order_by {
|
|
|
26985
26993
|
id?: InputMaybe<order_by>;
|
|
26986
26994
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26987
26995
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_order_by>;
|
|
26996
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26988
26997
|
matchStatus?: InputMaybe<order_by>;
|
|
26989
26998
|
matchers?: InputMaybe<order_by>;
|
|
26990
26999
|
paidAt?: InputMaybe<order_by>;
|
|
@@ -27038,6 +27047,8 @@ export type transaction_select_column =
|
|
|
27038
27047
|
/** column name */
|
|
27039
27048
|
| "id"
|
|
27040
27049
|
/** column name */
|
|
27050
|
+
| "matchBankAccountLast4"
|
|
27051
|
+
/** column name */
|
|
27041
27052
|
| "matchStatus"
|
|
27042
27053
|
/** column name */
|
|
27043
27054
|
| "matchers"
|
|
@@ -27076,6 +27087,7 @@ export interface transaction_set_input {
|
|
|
27076
27087
|
description?: InputMaybe<Scalars["String"]>;
|
|
27077
27088
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27078
27089
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27090
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27079
27091
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27080
27092
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27081
27093
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -27125,6 +27137,7 @@ export interface transaction_stream_cursor_value_input {
|
|
|
27125
27137
|
description?: InputMaybe<Scalars["String"]>;
|
|
27126
27138
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27127
27139
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27140
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27128
27141
|
matchStatus?: InputMaybe<Scalars["String"]>;
|
|
27129
27142
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27130
27143
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -27168,6 +27181,8 @@ export type transaction_update_column =
|
|
|
27168
27181
|
/** column name */
|
|
27169
27182
|
| "id"
|
|
27170
27183
|
/** column name */
|
|
27184
|
+
| "matchBankAccountLast4"
|
|
27185
|
+
/** column name */
|
|
27171
27186
|
| "matchers"
|
|
27172
27187
|
/** column name */
|
|
27173
27188
|
| "paidAt"
|
|
@@ -68121,6 +68136,7 @@ export declare const generatedSchema: {
|
|
|
68121
68136
|
where: "transactionLine_bool_exp";
|
|
68122
68137
|
};
|
|
68123
68138
|
};
|
|
68139
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68124
68140
|
matchStatus: { __type: "String" };
|
|
68125
68141
|
matchers: { __type: "jsonb"; __args: { path: "String" } };
|
|
68126
68142
|
paidAt: { __type: "timestamptz" };
|
|
@@ -68169,6 +68185,26 @@ export declare const generatedSchema: {
|
|
|
68169
68185
|
createdAt: { __type: "timestamptz!" };
|
|
68170
68186
|
description: { __type: "String!" };
|
|
68171
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
|
+
};
|
|
68172
68208
|
listing: { __type: "listing" };
|
|
68173
68209
|
listingId: { __type: "uuid" };
|
|
68174
68210
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68269,6 +68305,8 @@ export declare const generatedSchema: {
|
|
|
68269
68305
|
createdAt: { __type: "timestamptz_comparison_exp" };
|
|
68270
68306
|
description: { __type: "String_comparison_exp" };
|
|
68271
68307
|
id: { __type: "uuid_comparison_exp" };
|
|
68308
|
+
journalEntries: { __type: "journalEntry_bool_exp" };
|
|
68309
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68272
68310
|
listing: { __type: "listing_bool_exp" };
|
|
68273
68311
|
listingId: { __type: "uuid_comparison_exp" };
|
|
68274
68312
|
markupCentTotal: { __type: "Int_comparison_exp" };
|
|
@@ -68312,6 +68350,7 @@ export declare const generatedSchema: {
|
|
|
68312
68350
|
createdAt: { __type: "timestamptz" };
|
|
68313
68351
|
description: { __type: "String" };
|
|
68314
68352
|
id: { __type: "uuid" };
|
|
68353
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68315
68354
|
listing: { __type: "listing_obj_rel_insert_input" };
|
|
68316
68355
|
listingId: { __type: "uuid" };
|
|
68317
68356
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68447,6 +68486,7 @@ export declare const generatedSchema: {
|
|
|
68447
68486
|
createdAt: { __type: "order_by" };
|
|
68448
68487
|
description: { __type: "order_by" };
|
|
68449
68488
|
id: { __type: "order_by" };
|
|
68489
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68450
68490
|
listing: { __type: "listing_order_by" };
|
|
68451
68491
|
listingId: { __type: "order_by" };
|
|
68452
68492
|
markupCentTotal: { __type: "order_by" };
|
|
@@ -68749,6 +68789,7 @@ export declare const generatedSchema: {
|
|
|
68749
68789
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68750
68790
|
lines: { __type: "transactionLine_bool_exp" };
|
|
68751
68791
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" };
|
|
68792
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" };
|
|
68752
68793
|
matchStatus: { __type: "String_comparison_exp" };
|
|
68753
68794
|
matchers: { __type: "jsonb_comparison_exp" };
|
|
68754
68795
|
paidAt: { __type: "timestamptz_comparison_exp" };
|
|
@@ -68803,6 +68844,7 @@ export declare const generatedSchema: {
|
|
|
68803
68844
|
id: { __type: "uuid" };
|
|
68804
68845
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68805
68846
|
lines: { __type: "transactionLine_arr_rel_insert_input" };
|
|
68847
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68806
68848
|
matchers: { __type: "jsonb" };
|
|
68807
68849
|
paidAt: { __type: "timestamptz" };
|
|
68808
68850
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -68831,6 +68873,7 @@ export declare const generatedSchema: {
|
|
|
68831
68873
|
description: { __type: "String" };
|
|
68832
68874
|
dueAt: { __type: "timestamptz" };
|
|
68833
68875
|
id: { __type: "uuid" };
|
|
68876
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68834
68877
|
matchStatus: { __type: "String" };
|
|
68835
68878
|
paidAt: { __type: "timestamptz" };
|
|
68836
68879
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68850,6 +68893,7 @@ export declare const generatedSchema: {
|
|
|
68850
68893
|
description: { __type: "order_by" };
|
|
68851
68894
|
dueAt: { __type: "order_by" };
|
|
68852
68895
|
id: { __type: "order_by" };
|
|
68896
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68853
68897
|
matchStatus: { __type: "order_by" };
|
|
68854
68898
|
paidAt: { __type: "order_by" };
|
|
68855
68899
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68870,6 +68914,7 @@ export declare const generatedSchema: {
|
|
|
68870
68914
|
description: { __type: "String" };
|
|
68871
68915
|
dueAt: { __type: "timestamptz" };
|
|
68872
68916
|
id: { __type: "uuid" };
|
|
68917
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68873
68918
|
matchStatus: { __type: "String" };
|
|
68874
68919
|
paidAt: { __type: "timestamptz" };
|
|
68875
68920
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68889,6 +68934,7 @@ export declare const generatedSchema: {
|
|
|
68889
68934
|
description: { __type: "order_by" };
|
|
68890
68935
|
dueAt: { __type: "order_by" };
|
|
68891
68936
|
id: { __type: "order_by" };
|
|
68937
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68892
68938
|
matchStatus: { __type: "order_by" };
|
|
68893
68939
|
paidAt: { __type: "order_by" };
|
|
68894
68940
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68932,6 +68978,7 @@ export declare const generatedSchema: {
|
|
|
68932
68978
|
id: { __type: "order_by" };
|
|
68933
68979
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68934
68980
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" };
|
|
68981
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68935
68982
|
matchStatus: { __type: "order_by" };
|
|
68936
68983
|
matchers: { __type: "order_by" };
|
|
68937
68984
|
paidAt: { __type: "order_by" };
|
|
@@ -68968,6 +69015,7 @@ export declare const generatedSchema: {
|
|
|
68968
69015
|
description: { __type: "String" };
|
|
68969
69016
|
dueAt: { __type: "timestamptz" };
|
|
68970
69017
|
id: { __type: "uuid" };
|
|
69018
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68971
69019
|
matchers: { __type: "jsonb" };
|
|
68972
69020
|
paidAt: { __type: "timestamptz" };
|
|
68973
69021
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -69011,6 +69059,7 @@ export declare const generatedSchema: {
|
|
|
69011
69059
|
description: { __type: "String" };
|
|
69012
69060
|
dueAt: { __type: "timestamptz" };
|
|
69013
69061
|
id: { __type: "uuid" };
|
|
69062
|
+
matchBankAccountLast4: { __type: "String" };
|
|
69014
69063
|
matchStatus: { __type: "String" };
|
|
69015
69064
|
matchers: { __type: "jsonb" };
|
|
69016
69065
|
paidAt: { __type: "timestamptz" };
|
|
@@ -102756,6 +102805,7 @@ export interface transaction {
|
|
|
102756
102805
|
*/
|
|
102757
102806
|
where?: Maybe<transactionLine_bool_exp>;
|
|
102758
102807
|
}) => transactionLine_aggregate;
|
|
102808
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
102759
102809
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
102760
102810
|
matchers: (args?: {
|
|
102761
102811
|
/**
|
|
@@ -102863,6 +102913,56 @@ export interface transactionLine {
|
|
|
102863
102913
|
createdAt: ScalarsEnums["timestamptz"];
|
|
102864
102914
|
description: ScalarsEnums["String"];
|
|
102865
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;
|
|
102866
102966
|
/**
|
|
102867
102967
|
* An object relationship
|
|
102868
102968
|
*/
|
|
@@ -103196,6 +103296,7 @@ export interface transaction_max_fields {
|
|
|
103196
103296
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103197
103297
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103198
103298
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103299
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103199
103300
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103200
103301
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103201
103302
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -103220,6 +103321,7 @@ export interface transaction_min_fields {
|
|
|
103220
103321
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103221
103322
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103222
103323
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103324
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103223
103325
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103224
103326
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103225
103327
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -39983,6 +39983,7 @@ export const generatedSchema = {
|
|
|
39983
39983
|
where: "transactionLine_bool_exp",
|
|
39984
39984
|
},
|
|
39985
39985
|
},
|
|
39986
|
+
matchBankAccountLast4: { __type: "String" },
|
|
39986
39987
|
matchStatus: { __type: "String" },
|
|
39987
39988
|
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
39988
39989
|
paidAt: { __type: "timestamptz" },
|
|
@@ -40031,6 +40032,26 @@ export const generatedSchema = {
|
|
|
40031
40032
|
createdAt: { __type: "timestamptz!" },
|
|
40032
40033
|
description: { __type: "String!" },
|
|
40033
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
|
+
},
|
|
40034
40055
|
listing: { __type: "listing" },
|
|
40035
40056
|
listingId: { __type: "uuid" },
|
|
40036
40057
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40131,6 +40152,8 @@ export const generatedSchema = {
|
|
|
40131
40152
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
40132
40153
|
description: { __type: "String_comparison_exp" },
|
|
40133
40154
|
id: { __type: "uuid_comparison_exp" },
|
|
40155
|
+
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
40156
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40134
40157
|
listing: { __type: "listing_bool_exp" },
|
|
40135
40158
|
listingId: { __type: "uuid_comparison_exp" },
|
|
40136
40159
|
markupCentTotal: { __type: "Int_comparison_exp" },
|
|
@@ -40174,6 +40197,7 @@ export const generatedSchema = {
|
|
|
40174
40197
|
createdAt: { __type: "timestamptz" },
|
|
40175
40198
|
description: { __type: "String" },
|
|
40176
40199
|
id: { __type: "uuid" },
|
|
40200
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40177
40201
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
40178
40202
|
listingId: { __type: "uuid" },
|
|
40179
40203
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40309,6 +40333,7 @@ export const generatedSchema = {
|
|
|
40309
40333
|
createdAt: { __type: "order_by" },
|
|
40310
40334
|
description: { __type: "order_by" },
|
|
40311
40335
|
id: { __type: "order_by" },
|
|
40336
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40312
40337
|
listing: { __type: "listing_order_by" },
|
|
40313
40338
|
listingId: { __type: "order_by" },
|
|
40314
40339
|
markupCentTotal: { __type: "order_by" },
|
|
@@ -40611,6 +40636,7 @@ export const generatedSchema = {
|
|
|
40611
40636
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40612
40637
|
lines: { __type: "transactionLine_bool_exp" },
|
|
40613
40638
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40639
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40614
40640
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40615
40641
|
matchers: { __type: "jsonb_comparison_exp" },
|
|
40616
40642
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -40665,6 +40691,7 @@ export const generatedSchema = {
|
|
|
40665
40691
|
id: { __type: "uuid" },
|
|
40666
40692
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40667
40693
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40694
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40668
40695
|
matchers: { __type: "jsonb" },
|
|
40669
40696
|
paidAt: { __type: "timestamptz" },
|
|
40670
40697
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40693,6 +40720,7 @@ export const generatedSchema = {
|
|
|
40693
40720
|
description: { __type: "String" },
|
|
40694
40721
|
dueAt: { __type: "timestamptz" },
|
|
40695
40722
|
id: { __type: "uuid" },
|
|
40723
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40696
40724
|
matchStatus: { __type: "String" },
|
|
40697
40725
|
paidAt: { __type: "timestamptz" },
|
|
40698
40726
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40712,6 +40740,7 @@ export const generatedSchema = {
|
|
|
40712
40740
|
description: { __type: "order_by" },
|
|
40713
40741
|
dueAt: { __type: "order_by" },
|
|
40714
40742
|
id: { __type: "order_by" },
|
|
40743
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40715
40744
|
matchStatus: { __type: "order_by" },
|
|
40716
40745
|
paidAt: { __type: "order_by" },
|
|
40717
40746
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40732,6 +40761,7 @@ export const generatedSchema = {
|
|
|
40732
40761
|
description: { __type: "String" },
|
|
40733
40762
|
dueAt: { __type: "timestamptz" },
|
|
40734
40763
|
id: { __type: "uuid" },
|
|
40764
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40735
40765
|
matchStatus: { __type: "String" },
|
|
40736
40766
|
paidAt: { __type: "timestamptz" },
|
|
40737
40767
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40751,6 +40781,7 @@ export const generatedSchema = {
|
|
|
40751
40781
|
description: { __type: "order_by" },
|
|
40752
40782
|
dueAt: { __type: "order_by" },
|
|
40753
40783
|
id: { __type: "order_by" },
|
|
40784
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40754
40785
|
matchStatus: { __type: "order_by" },
|
|
40755
40786
|
paidAt: { __type: "order_by" },
|
|
40756
40787
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40794,6 +40825,7 @@ export const generatedSchema = {
|
|
|
40794
40825
|
id: { __type: "order_by" },
|
|
40795
40826
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40796
40827
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
40828
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40797
40829
|
matchStatus: { __type: "order_by" },
|
|
40798
40830
|
matchers: { __type: "order_by" },
|
|
40799
40831
|
paidAt: { __type: "order_by" },
|
|
@@ -40830,6 +40862,7 @@ export const generatedSchema = {
|
|
|
40830
40862
|
description: { __type: "String" },
|
|
40831
40863
|
dueAt: { __type: "timestamptz" },
|
|
40832
40864
|
id: { __type: "uuid" },
|
|
40865
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40833
40866
|
matchers: { __type: "jsonb" },
|
|
40834
40867
|
paidAt: { __type: "timestamptz" },
|
|
40835
40868
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40873,6 +40906,7 @@ export const generatedSchema = {
|
|
|
40873
40906
|
description: { __type: "String" },
|
|
40874
40907
|
dueAt: { __type: "timestamptz" },
|
|
40875
40908
|
id: { __type: "uuid" },
|
|
40909
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40876
40910
|
matchStatus: { __type: "String" },
|
|
40877
40911
|
matchers: { __type: "jsonb" },
|
|
40878
40912
|
paidAt: { __type: "timestamptz" },
|
package/package.json
CHANGED
|
@@ -26255,6 +26255,8 @@ export interface transactionLine_bool_exp {
|
|
|
26255
26255
|
createdAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
26256
26256
|
description?: InputMaybe<String_comparison_exp>;
|
|
26257
26257
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
26258
|
+
journalEntries?: InputMaybe<journalEntry_bool_exp>;
|
|
26259
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26258
26260
|
listing?: InputMaybe<listing_bool_exp>;
|
|
26259
26261
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
26260
26262
|
markupCentTotal?: InputMaybe<Int_comparison_exp>;
|
|
@@ -26319,6 +26321,7 @@ export interface transactionLine_insert_input {
|
|
|
26319
26321
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26320
26322
|
description?: InputMaybe<Scalars["String"]>;
|
|
26321
26323
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26324
|
+
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26322
26325
|
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
26323
26326
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
26324
26327
|
markupCentTotal?: InputMaybe<Scalars["Int"]>;
|
|
@@ -26414,6 +26417,7 @@ export interface transactionLine_order_by {
|
|
|
26414
26417
|
createdAt?: InputMaybe<order_by>;
|
|
26415
26418
|
description?: InputMaybe<order_by>;
|
|
26416
26419
|
id?: InputMaybe<order_by>;
|
|
26420
|
+
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26417
26421
|
listing?: InputMaybe<listing_order_by>;
|
|
26418
26422
|
listingId?: InputMaybe<order_by>;
|
|
26419
26423
|
markupCentTotal?: InputMaybe<order_by>;
|
|
@@ -26821,6 +26825,7 @@ export interface transaction_bool_exp {
|
|
|
26821
26825
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
26822
26826
|
lines?: InputMaybe<transactionLine_bool_exp>;
|
|
26823
26827
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_bool_exp>;
|
|
26828
|
+
matchBankAccountLast4?: InputMaybe<String_comparison_exp>;
|
|
26824
26829
|
matchStatus?: InputMaybe<String_comparison_exp>;
|
|
26825
26830
|
matchers?: InputMaybe<jsonb_comparison_exp>;
|
|
26826
26831
|
paidAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
@@ -26892,6 +26897,7 @@ export interface transaction_insert_input {
|
|
|
26892
26897
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
26893
26898
|
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
26894
26899
|
lines?: InputMaybe<transactionLine_arr_rel_insert_input>;
|
|
26900
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
26895
26901
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
26896
26902
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
26897
26903
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -26921,6 +26927,7 @@ export interface transaction_max_order_by {
|
|
|
26921
26927
|
description?: InputMaybe<order_by>;
|
|
26922
26928
|
dueAt?: InputMaybe<order_by>;
|
|
26923
26929
|
id?: InputMaybe<order_by>;
|
|
26930
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26924
26931
|
matchStatus?: InputMaybe<order_by>;
|
|
26925
26932
|
paidAt?: InputMaybe<order_by>;
|
|
26926
26933
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26942,6 +26949,7 @@ export interface transaction_min_order_by {
|
|
|
26942
26949
|
description?: InputMaybe<order_by>;
|
|
26943
26950
|
dueAt?: InputMaybe<order_by>;
|
|
26944
26951
|
id?: InputMaybe<order_by>;
|
|
26952
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26945
26953
|
matchStatus?: InputMaybe<order_by>;
|
|
26946
26954
|
paidAt?: InputMaybe<order_by>;
|
|
26947
26955
|
recurringFeeId?: InputMaybe<order_by>;
|
|
@@ -26985,6 +26993,7 @@ export interface transaction_order_by {
|
|
|
26985
26993
|
id?: InputMaybe<order_by>;
|
|
26986
26994
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
26987
26995
|
lines_aggregate?: InputMaybe<transactionLine_aggregate_order_by>;
|
|
26996
|
+
matchBankAccountLast4?: InputMaybe<order_by>;
|
|
26988
26997
|
matchStatus?: InputMaybe<order_by>;
|
|
26989
26998
|
matchers?: InputMaybe<order_by>;
|
|
26990
26999
|
paidAt?: InputMaybe<order_by>;
|
|
@@ -27038,6 +27047,8 @@ export type transaction_select_column =
|
|
|
27038
27047
|
/** column name */
|
|
27039
27048
|
| "id"
|
|
27040
27049
|
/** column name */
|
|
27050
|
+
| "matchBankAccountLast4"
|
|
27051
|
+
/** column name */
|
|
27041
27052
|
| "matchStatus"
|
|
27042
27053
|
/** column name */
|
|
27043
27054
|
| "matchers"
|
|
@@ -27076,6 +27087,7 @@ export interface transaction_set_input {
|
|
|
27076
27087
|
description?: InputMaybe<Scalars["String"]>;
|
|
27077
27088
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27078
27089
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27090
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27079
27091
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27080
27092
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27081
27093
|
paidStatus?: InputMaybe<paidStatus_enum>;
|
|
@@ -27125,6 +27137,7 @@ export interface transaction_stream_cursor_value_input {
|
|
|
27125
27137
|
description?: InputMaybe<Scalars["String"]>;
|
|
27126
27138
|
dueAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
27127
27139
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
27140
|
+
matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
|
|
27128
27141
|
matchStatus?: InputMaybe<Scalars["String"]>;
|
|
27129
27142
|
matchers?: InputMaybe<Scalars["jsonb"]>;
|
|
27130
27143
|
paidAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -27168,6 +27181,8 @@ export type transaction_update_column =
|
|
|
27168
27181
|
/** column name */
|
|
27169
27182
|
| "id"
|
|
27170
27183
|
/** column name */
|
|
27184
|
+
| "matchBankAccountLast4"
|
|
27185
|
+
/** column name */
|
|
27171
27186
|
| "matchers"
|
|
27172
27187
|
/** column name */
|
|
27173
27188
|
| "paidAt"
|
|
@@ -68121,6 +68136,7 @@ export declare const generatedSchema: {
|
|
|
68121
68136
|
where: "transactionLine_bool_exp";
|
|
68122
68137
|
};
|
|
68123
68138
|
};
|
|
68139
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68124
68140
|
matchStatus: { __type: "String" };
|
|
68125
68141
|
matchers: { __type: "jsonb"; __args: { path: "String" } };
|
|
68126
68142
|
paidAt: { __type: "timestamptz" };
|
|
@@ -68169,6 +68185,26 @@ export declare const generatedSchema: {
|
|
|
68169
68185
|
createdAt: { __type: "timestamptz!" };
|
|
68170
68186
|
description: { __type: "String!" };
|
|
68171
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
|
+
};
|
|
68172
68208
|
listing: { __type: "listing" };
|
|
68173
68209
|
listingId: { __type: "uuid" };
|
|
68174
68210
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68269,6 +68305,8 @@ export declare const generatedSchema: {
|
|
|
68269
68305
|
createdAt: { __type: "timestamptz_comparison_exp" };
|
|
68270
68306
|
description: { __type: "String_comparison_exp" };
|
|
68271
68307
|
id: { __type: "uuid_comparison_exp" };
|
|
68308
|
+
journalEntries: { __type: "journalEntry_bool_exp" };
|
|
68309
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68272
68310
|
listing: { __type: "listing_bool_exp" };
|
|
68273
68311
|
listingId: { __type: "uuid_comparison_exp" };
|
|
68274
68312
|
markupCentTotal: { __type: "Int_comparison_exp" };
|
|
@@ -68312,6 +68350,7 @@ export declare const generatedSchema: {
|
|
|
68312
68350
|
createdAt: { __type: "timestamptz" };
|
|
68313
68351
|
description: { __type: "String" };
|
|
68314
68352
|
id: { __type: "uuid" };
|
|
68353
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68315
68354
|
listing: { __type: "listing_obj_rel_insert_input" };
|
|
68316
68355
|
listingId: { __type: "uuid" };
|
|
68317
68356
|
markupCentTotal: { __type: "Int" };
|
|
@@ -68447,6 +68486,7 @@ export declare const generatedSchema: {
|
|
|
68447
68486
|
createdAt: { __type: "order_by" };
|
|
68448
68487
|
description: { __type: "order_by" };
|
|
68449
68488
|
id: { __type: "order_by" };
|
|
68489
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68450
68490
|
listing: { __type: "listing_order_by" };
|
|
68451
68491
|
listingId: { __type: "order_by" };
|
|
68452
68492
|
markupCentTotal: { __type: "order_by" };
|
|
@@ -68749,6 +68789,7 @@ export declare const generatedSchema: {
|
|
|
68749
68789
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
68750
68790
|
lines: { __type: "transactionLine_bool_exp" };
|
|
68751
68791
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" };
|
|
68792
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" };
|
|
68752
68793
|
matchStatus: { __type: "String_comparison_exp" };
|
|
68753
68794
|
matchers: { __type: "jsonb_comparison_exp" };
|
|
68754
68795
|
paidAt: { __type: "timestamptz_comparison_exp" };
|
|
@@ -68803,6 +68844,7 @@ export declare const generatedSchema: {
|
|
|
68803
68844
|
id: { __type: "uuid" };
|
|
68804
68845
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
68805
68846
|
lines: { __type: "transactionLine_arr_rel_insert_input" };
|
|
68847
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68806
68848
|
matchers: { __type: "jsonb" };
|
|
68807
68849
|
paidAt: { __type: "timestamptz" };
|
|
68808
68850
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -68831,6 +68873,7 @@ export declare const generatedSchema: {
|
|
|
68831
68873
|
description: { __type: "String" };
|
|
68832
68874
|
dueAt: { __type: "timestamptz" };
|
|
68833
68875
|
id: { __type: "uuid" };
|
|
68876
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68834
68877
|
matchStatus: { __type: "String" };
|
|
68835
68878
|
paidAt: { __type: "timestamptz" };
|
|
68836
68879
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68850,6 +68893,7 @@ export declare const generatedSchema: {
|
|
|
68850
68893
|
description: { __type: "order_by" };
|
|
68851
68894
|
dueAt: { __type: "order_by" };
|
|
68852
68895
|
id: { __type: "order_by" };
|
|
68896
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68853
68897
|
matchStatus: { __type: "order_by" };
|
|
68854
68898
|
paidAt: { __type: "order_by" };
|
|
68855
68899
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68870,6 +68914,7 @@ export declare const generatedSchema: {
|
|
|
68870
68914
|
description: { __type: "String" };
|
|
68871
68915
|
dueAt: { __type: "timestamptz" };
|
|
68872
68916
|
id: { __type: "uuid" };
|
|
68917
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68873
68918
|
matchStatus: { __type: "String" };
|
|
68874
68919
|
paidAt: { __type: "timestamptz" };
|
|
68875
68920
|
recurringFeeId: { __type: "uuid" };
|
|
@@ -68889,6 +68934,7 @@ export declare const generatedSchema: {
|
|
|
68889
68934
|
description: { __type: "order_by" };
|
|
68890
68935
|
dueAt: { __type: "order_by" };
|
|
68891
68936
|
id: { __type: "order_by" };
|
|
68937
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68892
68938
|
matchStatus: { __type: "order_by" };
|
|
68893
68939
|
paidAt: { __type: "order_by" };
|
|
68894
68940
|
recurringFeeId: { __type: "order_by" };
|
|
@@ -68932,6 +68978,7 @@ export declare const generatedSchema: {
|
|
|
68932
68978
|
id: { __type: "order_by" };
|
|
68933
68979
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
68934
68980
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" };
|
|
68981
|
+
matchBankAccountLast4: { __type: "order_by" };
|
|
68935
68982
|
matchStatus: { __type: "order_by" };
|
|
68936
68983
|
matchers: { __type: "order_by" };
|
|
68937
68984
|
paidAt: { __type: "order_by" };
|
|
@@ -68968,6 +69015,7 @@ export declare const generatedSchema: {
|
|
|
68968
69015
|
description: { __type: "String" };
|
|
68969
69016
|
dueAt: { __type: "timestamptz" };
|
|
68970
69017
|
id: { __type: "uuid" };
|
|
69018
|
+
matchBankAccountLast4: { __type: "String" };
|
|
68971
69019
|
matchers: { __type: "jsonb" };
|
|
68972
69020
|
paidAt: { __type: "timestamptz" };
|
|
68973
69021
|
paidStatus: { __type: "paidStatus_enum" };
|
|
@@ -69011,6 +69059,7 @@ export declare const generatedSchema: {
|
|
|
69011
69059
|
description: { __type: "String" };
|
|
69012
69060
|
dueAt: { __type: "timestamptz" };
|
|
69013
69061
|
id: { __type: "uuid" };
|
|
69062
|
+
matchBankAccountLast4: { __type: "String" };
|
|
69014
69063
|
matchStatus: { __type: "String" };
|
|
69015
69064
|
matchers: { __type: "jsonb" };
|
|
69016
69065
|
paidAt: { __type: "timestamptz" };
|
|
@@ -102756,6 +102805,7 @@ export interface transaction {
|
|
|
102756
102805
|
*/
|
|
102757
102806
|
where?: Maybe<transactionLine_bool_exp>;
|
|
102758
102807
|
}) => transactionLine_aggregate;
|
|
102808
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
102759
102809
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
102760
102810
|
matchers: (args?: {
|
|
102761
102811
|
/**
|
|
@@ -102863,6 +102913,56 @@ export interface transactionLine {
|
|
|
102863
102913
|
createdAt: ScalarsEnums["timestamptz"];
|
|
102864
102914
|
description: ScalarsEnums["String"];
|
|
102865
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;
|
|
102866
102966
|
/**
|
|
102867
102967
|
* An object relationship
|
|
102868
102968
|
*/
|
|
@@ -103196,6 +103296,7 @@ export interface transaction_max_fields {
|
|
|
103196
103296
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103197
103297
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103198
103298
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103299
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103199
103300
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103200
103301
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103201
103302
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -103220,6 +103321,7 @@ export interface transaction_min_fields {
|
|
|
103220
103321
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
103221
103322
|
dueAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103222
103323
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
103324
|
+
matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
|
|
103223
103325
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
103224
103326
|
paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
103225
103327
|
recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -40071,6 +40071,7 @@ export const generatedSchema = {
|
|
|
40071
40071
|
where: "transactionLine_bool_exp",
|
|
40072
40072
|
},
|
|
40073
40073
|
},
|
|
40074
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40074
40075
|
matchStatus: { __type: "String" },
|
|
40075
40076
|
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
40076
40077
|
paidAt: { __type: "timestamptz" },
|
|
@@ -40119,6 +40120,26 @@ export const generatedSchema = {
|
|
|
40119
40120
|
createdAt: { __type: "timestamptz!" },
|
|
40120
40121
|
description: { __type: "String!" },
|
|
40121
40122
|
id: { __type: "uuid!" },
|
|
40123
|
+
journalEntries: {
|
|
40124
|
+
__type: "[journalEntry!]!",
|
|
40125
|
+
__args: {
|
|
40126
|
+
distinct_on: "[journalEntry_select_column!]",
|
|
40127
|
+
limit: "Int",
|
|
40128
|
+
offset: "Int",
|
|
40129
|
+
order_by: "[journalEntry_order_by!]",
|
|
40130
|
+
where: "journalEntry_bool_exp",
|
|
40131
|
+
},
|
|
40132
|
+
},
|
|
40133
|
+
journalEntries_aggregate: {
|
|
40134
|
+
__type: "journalEntry_aggregate!",
|
|
40135
|
+
__args: {
|
|
40136
|
+
distinct_on: "[journalEntry_select_column!]",
|
|
40137
|
+
limit: "Int",
|
|
40138
|
+
offset: "Int",
|
|
40139
|
+
order_by: "[journalEntry_order_by!]",
|
|
40140
|
+
where: "journalEntry_bool_exp",
|
|
40141
|
+
},
|
|
40142
|
+
},
|
|
40122
40143
|
listing: { __type: "listing" },
|
|
40123
40144
|
listingId: { __type: "uuid" },
|
|
40124
40145
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40219,6 +40240,8 @@ export const generatedSchema = {
|
|
|
40219
40240
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
40220
40241
|
description: { __type: "String_comparison_exp" },
|
|
40221
40242
|
id: { __type: "uuid_comparison_exp" },
|
|
40243
|
+
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
40244
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40222
40245
|
listing: { __type: "listing_bool_exp" },
|
|
40223
40246
|
listingId: { __type: "uuid_comparison_exp" },
|
|
40224
40247
|
markupCentTotal: { __type: "Int_comparison_exp" },
|
|
@@ -40262,6 +40285,7 @@ export const generatedSchema = {
|
|
|
40262
40285
|
createdAt: { __type: "timestamptz" },
|
|
40263
40286
|
description: { __type: "String" },
|
|
40264
40287
|
id: { __type: "uuid" },
|
|
40288
|
+
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40265
40289
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
40266
40290
|
listingId: { __type: "uuid" },
|
|
40267
40291
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40397,6 +40421,7 @@ export const generatedSchema = {
|
|
|
40397
40421
|
createdAt: { __type: "order_by" },
|
|
40398
40422
|
description: { __type: "order_by" },
|
|
40399
40423
|
id: { __type: "order_by" },
|
|
40424
|
+
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40400
40425
|
listing: { __type: "listing_order_by" },
|
|
40401
40426
|
listingId: { __type: "order_by" },
|
|
40402
40427
|
markupCentTotal: { __type: "order_by" },
|
|
@@ -40699,6 +40724,7 @@ export const generatedSchema = {
|
|
|
40699
40724
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40700
40725
|
lines: { __type: "transactionLine_bool_exp" },
|
|
40701
40726
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40727
|
+
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40702
40728
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40703
40729
|
matchers: { __type: "jsonb_comparison_exp" },
|
|
40704
40730
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -40753,6 +40779,7 @@ export const generatedSchema = {
|
|
|
40753
40779
|
id: { __type: "uuid" },
|
|
40754
40780
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40755
40781
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40782
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40756
40783
|
matchers: { __type: "jsonb" },
|
|
40757
40784
|
paidAt: { __type: "timestamptz" },
|
|
40758
40785
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40781,6 +40808,7 @@ export const generatedSchema = {
|
|
|
40781
40808
|
description: { __type: "String" },
|
|
40782
40809
|
dueAt: { __type: "timestamptz" },
|
|
40783
40810
|
id: { __type: "uuid" },
|
|
40811
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40784
40812
|
matchStatus: { __type: "String" },
|
|
40785
40813
|
paidAt: { __type: "timestamptz" },
|
|
40786
40814
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40800,6 +40828,7 @@ export const generatedSchema = {
|
|
|
40800
40828
|
description: { __type: "order_by" },
|
|
40801
40829
|
dueAt: { __type: "order_by" },
|
|
40802
40830
|
id: { __type: "order_by" },
|
|
40831
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40803
40832
|
matchStatus: { __type: "order_by" },
|
|
40804
40833
|
paidAt: { __type: "order_by" },
|
|
40805
40834
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40820,6 +40849,7 @@ export const generatedSchema = {
|
|
|
40820
40849
|
description: { __type: "String" },
|
|
40821
40850
|
dueAt: { __type: "timestamptz" },
|
|
40822
40851
|
id: { __type: "uuid" },
|
|
40852
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40823
40853
|
matchStatus: { __type: "String" },
|
|
40824
40854
|
paidAt: { __type: "timestamptz" },
|
|
40825
40855
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40839,6 +40869,7 @@ export const generatedSchema = {
|
|
|
40839
40869
|
description: { __type: "order_by" },
|
|
40840
40870
|
dueAt: { __type: "order_by" },
|
|
40841
40871
|
id: { __type: "order_by" },
|
|
40872
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40842
40873
|
matchStatus: { __type: "order_by" },
|
|
40843
40874
|
paidAt: { __type: "order_by" },
|
|
40844
40875
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40882,6 +40913,7 @@ export const generatedSchema = {
|
|
|
40882
40913
|
id: { __type: "order_by" },
|
|
40883
40914
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
40884
40915
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
40916
|
+
matchBankAccountLast4: { __type: "order_by" },
|
|
40885
40917
|
matchStatus: { __type: "order_by" },
|
|
40886
40918
|
matchers: { __type: "order_by" },
|
|
40887
40919
|
paidAt: { __type: "order_by" },
|
|
@@ -40918,6 +40950,7 @@ export const generatedSchema = {
|
|
|
40918
40950
|
description: { __type: "String" },
|
|
40919
40951
|
dueAt: { __type: "timestamptz" },
|
|
40920
40952
|
id: { __type: "uuid" },
|
|
40953
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40921
40954
|
matchers: { __type: "jsonb" },
|
|
40922
40955
|
paidAt: { __type: "timestamptz" },
|
|
40923
40956
|
paidStatus: { __type: "paidStatus_enum" },
|
|
@@ -40961,6 +40994,7 @@ export const generatedSchema = {
|
|
|
40961
40994
|
description: { __type: "String" },
|
|
40962
40995
|
dueAt: { __type: "timestamptz" },
|
|
40963
40996
|
id: { __type: "uuid" },
|
|
40997
|
+
matchBankAccountLast4: { __type: "String" },
|
|
40964
40998
|
matchStatus: { __type: "String" },
|
|
40965
40999
|
matchers: { __type: "jsonb" },
|
|
40966
41000
|
paidAt: { __type: "timestamptz" },
|