@vrplatform/graphql 1.1.43 → 1.1.45
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 +1139 -8
- package/build/main/gqty/schema.generated.js +467 -0
- package/build/module/gqty/schema.generated.d.ts +1139 -8
- package/build/module/gqty/schema.generated.js +467 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +1139 -8
- package/src/gqty/schema.generated.js +471 -0
|
@@ -90,6 +90,9 @@ export const scalarsEnumsHash = {
|
|
|
90
90
|
billing_payment_method_type_enum: true,
|
|
91
91
|
billing_payment_method_type_select_column: true,
|
|
92
92
|
billing_payment_method_type_update_column: true,
|
|
93
|
+
bookingChannelIconCandidate_constraint: true,
|
|
94
|
+
bookingChannelIconCandidate_select_column: true,
|
|
95
|
+
bookingChannelIconCandidate_update_column: true,
|
|
93
96
|
booking_channel_constraint: true,
|
|
94
97
|
booking_channel_select_column: true,
|
|
95
98
|
booking_channel_update_column: true,
|
|
@@ -210,6 +213,8 @@ export const scalarsEnumsHash = {
|
|
|
210
213
|
journalEntry_constraint: true,
|
|
211
214
|
journalEntry_select_column: true,
|
|
212
215
|
journalEntry_update_column: true,
|
|
216
|
+
journal_entry_inactive_reason: true,
|
|
217
|
+
journal_entry_ledger: true,
|
|
213
218
|
json: true,
|
|
214
219
|
jsonb: true,
|
|
215
220
|
listingOwnershipPeriodBusinessModel_constraint: true,
|
|
@@ -447,6 +452,8 @@ export const scalarsEnumsHash = {
|
|
|
447
452
|
transactionType_update_column: true,
|
|
448
453
|
transaction_constraint: true,
|
|
449
454
|
transaction_select_column: true,
|
|
455
|
+
transaction_select_column_transaction_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
456
|
+
transaction_select_column_transaction_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
450
457
|
transaction_update_column: true,
|
|
451
458
|
user_company_type_constraint: true,
|
|
452
459
|
user_company_type_enum: true,
|
|
@@ -4888,6 +4895,130 @@ export const generatedSchema = {
|
|
|
4888
4895
|
_set: { __type: "billing_payment_method_type_set_input" },
|
|
4889
4896
|
where: { __type: "billing_payment_method_type_bool_exp!" },
|
|
4890
4897
|
},
|
|
4898
|
+
bookingChannelIconCandidate: {
|
|
4899
|
+
__typename: { __type: "String!" },
|
|
4900
|
+
bookingChannel: { __type: "booking_channel!" },
|
|
4901
|
+
bookingChannelId: { __type: "uuid!" },
|
|
4902
|
+
comment: { __type: "String" },
|
|
4903
|
+
createdAt: { __type: "timestamptz!" },
|
|
4904
|
+
fileStorage: { __type: "file_storage!" },
|
|
4905
|
+
fileStorageId: { __type: "uuid!" },
|
|
4906
|
+
id: { __type: "uuid!" },
|
|
4907
|
+
source: { __type: "String" },
|
|
4908
|
+
updatedAt: { __type: "timestamptz!" },
|
|
4909
|
+
},
|
|
4910
|
+
bookingChannelIconCandidate_aggregate: {
|
|
4911
|
+
__typename: { __type: "String!" },
|
|
4912
|
+
aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
|
|
4913
|
+
nodes: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4914
|
+
},
|
|
4915
|
+
bookingChannelIconCandidate_aggregate_fields: {
|
|
4916
|
+
__typename: { __type: "String!" },
|
|
4917
|
+
count: {
|
|
4918
|
+
__type: "Int!",
|
|
4919
|
+
__args: {
|
|
4920
|
+
columns: "[bookingChannelIconCandidate_select_column!]",
|
|
4921
|
+
distinct: "Boolean",
|
|
4922
|
+
},
|
|
4923
|
+
},
|
|
4924
|
+
max: { __type: "bookingChannelIconCandidate_max_fields" },
|
|
4925
|
+
min: { __type: "bookingChannelIconCandidate_min_fields" },
|
|
4926
|
+
},
|
|
4927
|
+
bookingChannelIconCandidate_bool_exp: {
|
|
4928
|
+
_and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4929
|
+
_not: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4930
|
+
_or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4931
|
+
bookingChannel: { __type: "booking_channel_bool_exp" },
|
|
4932
|
+
bookingChannelId: { __type: "uuid_comparison_exp" },
|
|
4933
|
+
comment: { __type: "String_comparison_exp" },
|
|
4934
|
+
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
4935
|
+
fileStorage: { __type: "file_storage_bool_exp" },
|
|
4936
|
+
fileStorageId: { __type: "uuid_comparison_exp" },
|
|
4937
|
+
id: { __type: "uuid_comparison_exp" },
|
|
4938
|
+
source: { __type: "String_comparison_exp" },
|
|
4939
|
+
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
4940
|
+
},
|
|
4941
|
+
bookingChannelIconCandidate_insert_input: {
|
|
4942
|
+
bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
4943
|
+
bookingChannelId: { __type: "uuid" },
|
|
4944
|
+
comment: { __type: "String" },
|
|
4945
|
+
createdAt: { __type: "timestamptz" },
|
|
4946
|
+
fileStorage: { __type: "file_storage_obj_rel_insert_input" },
|
|
4947
|
+
fileStorageId: { __type: "uuid" },
|
|
4948
|
+
id: { __type: "uuid" },
|
|
4949
|
+
source: { __type: "String" },
|
|
4950
|
+
updatedAt: { __type: "timestamptz" },
|
|
4951
|
+
},
|
|
4952
|
+
bookingChannelIconCandidate_max_fields: {
|
|
4953
|
+
__typename: { __type: "String!" },
|
|
4954
|
+
bookingChannelId: { __type: "uuid" },
|
|
4955
|
+
comment: { __type: "String" },
|
|
4956
|
+
createdAt: { __type: "timestamptz" },
|
|
4957
|
+
fileStorageId: { __type: "uuid" },
|
|
4958
|
+
id: { __type: "uuid" },
|
|
4959
|
+
source: { __type: "String" },
|
|
4960
|
+
updatedAt: { __type: "timestamptz" },
|
|
4961
|
+
},
|
|
4962
|
+
bookingChannelIconCandidate_min_fields: {
|
|
4963
|
+
__typename: { __type: "String!" },
|
|
4964
|
+
bookingChannelId: { __type: "uuid" },
|
|
4965
|
+
comment: { __type: "String" },
|
|
4966
|
+
createdAt: { __type: "timestamptz" },
|
|
4967
|
+
fileStorageId: { __type: "uuid" },
|
|
4968
|
+
id: { __type: "uuid" },
|
|
4969
|
+
source: { __type: "String" },
|
|
4970
|
+
updatedAt: { __type: "timestamptz" },
|
|
4971
|
+
},
|
|
4972
|
+
bookingChannelIconCandidate_mutation_response: {
|
|
4973
|
+
__typename: { __type: "String!" },
|
|
4974
|
+
affected_rows: { __type: "Int!" },
|
|
4975
|
+
returning: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4976
|
+
},
|
|
4977
|
+
bookingChannelIconCandidate_on_conflict: {
|
|
4978
|
+
constraint: { __type: "bookingChannelIconCandidate_constraint!" },
|
|
4979
|
+
update_columns: { __type: "[bookingChannelIconCandidate_update_column!]!" },
|
|
4980
|
+
where: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4981
|
+
},
|
|
4982
|
+
bookingChannelIconCandidate_order_by: {
|
|
4983
|
+
bookingChannel: { __type: "booking_channel_order_by" },
|
|
4984
|
+
bookingChannelId: { __type: "order_by" },
|
|
4985
|
+
comment: { __type: "order_by" },
|
|
4986
|
+
createdAt: { __type: "order_by" },
|
|
4987
|
+
fileStorage: { __type: "file_storage_order_by" },
|
|
4988
|
+
fileStorageId: { __type: "order_by" },
|
|
4989
|
+
id: { __type: "order_by" },
|
|
4990
|
+
source: { __type: "order_by" },
|
|
4991
|
+
updatedAt: { __type: "order_by" },
|
|
4992
|
+
},
|
|
4993
|
+
bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
|
|
4994
|
+
bookingChannelIconCandidate_set_input: {
|
|
4995
|
+
bookingChannelId: { __type: "uuid" },
|
|
4996
|
+
comment: { __type: "String" },
|
|
4997
|
+
createdAt: { __type: "timestamptz" },
|
|
4998
|
+
fileStorageId: { __type: "uuid" },
|
|
4999
|
+
id: { __type: "uuid" },
|
|
5000
|
+
source: { __type: "String" },
|
|
5001
|
+
updatedAt: { __type: "timestamptz" },
|
|
5002
|
+
},
|
|
5003
|
+
bookingChannelIconCandidate_stream_cursor_input: {
|
|
5004
|
+
initial_value: {
|
|
5005
|
+
__type: "bookingChannelIconCandidate_stream_cursor_value_input!",
|
|
5006
|
+
},
|
|
5007
|
+
ordering: { __type: "cursor_ordering" },
|
|
5008
|
+
},
|
|
5009
|
+
bookingChannelIconCandidate_stream_cursor_value_input: {
|
|
5010
|
+
bookingChannelId: { __type: "uuid" },
|
|
5011
|
+
comment: { __type: "String" },
|
|
5012
|
+
createdAt: { __type: "timestamptz" },
|
|
5013
|
+
fileStorageId: { __type: "uuid" },
|
|
5014
|
+
id: { __type: "uuid" },
|
|
5015
|
+
source: { __type: "String" },
|
|
5016
|
+
updatedAt: { __type: "timestamptz" },
|
|
5017
|
+
},
|
|
5018
|
+
bookingChannelIconCandidate_updates: {
|
|
5019
|
+
_set: { __type: "bookingChannelIconCandidate_set_input" },
|
|
5020
|
+
where: { __type: "bookingChannelIconCandidate_bool_exp!" },
|
|
5021
|
+
},
|
|
4891
5022
|
booking_channel: {
|
|
4892
5023
|
__typename: { __type: "String!" },
|
|
4893
5024
|
channelRef: { __type: "String" },
|
|
@@ -4914,6 +5045,7 @@ export const generatedSchema = {
|
|
|
4914
5045
|
where: "reservation_bool_exp",
|
|
4915
5046
|
},
|
|
4916
5047
|
},
|
|
5048
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
4917
5049
|
settings: {
|
|
4918
5050
|
__type: "[setting!]!",
|
|
4919
5051
|
__args: {
|
|
@@ -5004,6 +5136,7 @@ export const generatedSchema = {
|
|
|
5004
5136
|
id: { __type: "uuid_comparison_exp" },
|
|
5005
5137
|
reservations: { __type: "reservation_bool_exp" },
|
|
5006
5138
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
5139
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
|
|
5007
5140
|
settings: { __type: "setting_bool_exp" },
|
|
5008
5141
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
5009
5142
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
@@ -5019,6 +5152,7 @@ export const generatedSchema = {
|
|
|
5019
5152
|
icon: { __type: "String" },
|
|
5020
5153
|
id: { __type: "uuid" },
|
|
5021
5154
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
5155
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5022
5156
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
5023
5157
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
5024
5158
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -5031,6 +5165,7 @@ export const generatedSchema = {
|
|
|
5031
5165
|
createdAt: { __type: "timestamptz" },
|
|
5032
5166
|
icon: { __type: "String" },
|
|
5033
5167
|
id: { __type: "uuid" },
|
|
5168
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5034
5169
|
uniqueRef: { __type: "String" },
|
|
5035
5170
|
updatedAt: { __type: "timestamptz" },
|
|
5036
5171
|
},
|
|
@@ -5040,6 +5175,7 @@ export const generatedSchema = {
|
|
|
5040
5175
|
createdAt: { __type: "timestamptz" },
|
|
5041
5176
|
icon: { __type: "String" },
|
|
5042
5177
|
id: { __type: "uuid" },
|
|
5178
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5043
5179
|
uniqueRef: { __type: "String" },
|
|
5044
5180
|
updatedAt: { __type: "timestamptz" },
|
|
5045
5181
|
},
|
|
@@ -5063,6 +5199,7 @@ export const generatedSchema = {
|
|
|
5063
5199
|
icon: { __type: "order_by" },
|
|
5064
5200
|
id: { __type: "order_by" },
|
|
5065
5201
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
5202
|
+
selectedBookingChannelIconCandidateId: { __type: "order_by" },
|
|
5066
5203
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
5067
5204
|
settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
|
|
5068
5205
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -5075,6 +5212,7 @@ export const generatedSchema = {
|
|
|
5075
5212
|
createdAt: { __type: "timestamptz" },
|
|
5076
5213
|
icon: { __type: "String" },
|
|
5077
5214
|
id: { __type: "uuid" },
|
|
5215
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5078
5216
|
uniqueRef: { __type: "String" },
|
|
5079
5217
|
updatedAt: { __type: "timestamptz" },
|
|
5080
5218
|
},
|
|
@@ -5087,6 +5225,7 @@ export const generatedSchema = {
|
|
|
5087
5225
|
createdAt: { __type: "timestamptz" },
|
|
5088
5226
|
icon: { __type: "String" },
|
|
5089
5227
|
id: { __type: "uuid" },
|
|
5228
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5090
5229
|
uniqueRef: { __type: "String" },
|
|
5091
5230
|
updatedAt: { __type: "timestamptz" },
|
|
5092
5231
|
},
|
|
@@ -9830,6 +9969,8 @@ export const generatedSchema = {
|
|
|
9830
9969
|
entitySortNum: { __type: "Int" },
|
|
9831
9970
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
9832
9971
|
id: { __type: "uuid!" },
|
|
9972
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
9973
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
9833
9974
|
line: { __type: "payment_line" },
|
|
9834
9975
|
lineId: { __type: "uuid" },
|
|
9835
9976
|
lineUniqueRef: { __type: "String" },
|
|
@@ -10143,6 +10284,8 @@ export const generatedSchema = {
|
|
|
10143
10284
|
entitySortNum: { __type: "Int_comparison_exp" },
|
|
10144
10285
|
entityType: { __type: "journalEntryEntityType_enum_comparison_exp" },
|
|
10145
10286
|
id: { __type: "uuid_comparison_exp" },
|
|
10287
|
+
inactive_reason: { __type: "journal_entry_inactive_reason_comparison_exp" },
|
|
10288
|
+
ledger: { __type: "journal_entry_ledger_comparison_exp" },
|
|
10146
10289
|
line: { __type: "payment_line_bool_exp" },
|
|
10147
10290
|
lineId: { __type: "uuid_comparison_exp" },
|
|
10148
10291
|
lineUniqueRef: { __type: "String_comparison_exp" },
|
|
@@ -10198,6 +10341,8 @@ export const generatedSchema = {
|
|
|
10198
10341
|
entitySortNum: { __type: "Int" },
|
|
10199
10342
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
10200
10343
|
id: { __type: "uuid" },
|
|
10344
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10345
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10201
10346
|
line: { __type: "payment_line_obj_rel_insert_input" },
|
|
10202
10347
|
lineId: { __type: "uuid" },
|
|
10203
10348
|
lineUniqueRef: { __type: "String" },
|
|
@@ -10243,6 +10388,8 @@ export const generatedSchema = {
|
|
|
10243
10388
|
description: { __type: "String" },
|
|
10244
10389
|
entitySortNum: { __type: "Int" },
|
|
10245
10390
|
id: { __type: "uuid" },
|
|
10391
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10392
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10246
10393
|
lineId: { __type: "uuid" },
|
|
10247
10394
|
lineUniqueRef: { __type: "String" },
|
|
10248
10395
|
listingId: { __type: "uuid" },
|
|
@@ -10269,6 +10416,8 @@ export const generatedSchema = {
|
|
|
10269
10416
|
description: { __type: "order_by" },
|
|
10270
10417
|
entitySortNum: { __type: "order_by" },
|
|
10271
10418
|
id: { __type: "order_by" },
|
|
10419
|
+
inactive_reason: { __type: "order_by" },
|
|
10420
|
+
ledger: { __type: "order_by" },
|
|
10272
10421
|
lineId: { __type: "order_by" },
|
|
10273
10422
|
lineUniqueRef: { __type: "order_by" },
|
|
10274
10423
|
listingId: { __type: "order_by" },
|
|
@@ -10296,6 +10445,8 @@ export const generatedSchema = {
|
|
|
10296
10445
|
description: { __type: "String" },
|
|
10297
10446
|
entitySortNum: { __type: "Int" },
|
|
10298
10447
|
id: { __type: "uuid" },
|
|
10448
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10449
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10299
10450
|
lineId: { __type: "uuid" },
|
|
10300
10451
|
lineUniqueRef: { __type: "String" },
|
|
10301
10452
|
listingId: { __type: "uuid" },
|
|
@@ -10322,6 +10473,8 @@ export const generatedSchema = {
|
|
|
10322
10473
|
description: { __type: "order_by" },
|
|
10323
10474
|
entitySortNum: { __type: "order_by" },
|
|
10324
10475
|
id: { __type: "order_by" },
|
|
10476
|
+
inactive_reason: { __type: "order_by" },
|
|
10477
|
+
ledger: { __type: "order_by" },
|
|
10325
10478
|
lineId: { __type: "order_by" },
|
|
10326
10479
|
lineUniqueRef: { __type: "order_by" },
|
|
10327
10480
|
listingId: { __type: "order_by" },
|
|
@@ -10363,6 +10516,8 @@ export const generatedSchema = {
|
|
|
10363
10516
|
entitySortNum: { __type: "order_by" },
|
|
10364
10517
|
entityType: { __type: "order_by" },
|
|
10365
10518
|
id: { __type: "order_by" },
|
|
10519
|
+
inactive_reason: { __type: "order_by" },
|
|
10520
|
+
ledger: { __type: "order_by" },
|
|
10366
10521
|
line: { __type: "payment_line_order_by" },
|
|
10367
10522
|
lineId: { __type: "order_by" },
|
|
10368
10523
|
lineUniqueRef: { __type: "order_by" },
|
|
@@ -10409,6 +10564,8 @@ export const generatedSchema = {
|
|
|
10409
10564
|
entitySortNum: { __type: "Int" },
|
|
10410
10565
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
10411
10566
|
id: { __type: "uuid" },
|
|
10567
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10568
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10412
10569
|
lineId: { __type: "uuid" },
|
|
10413
10570
|
lineUniqueRef: { __type: "String" },
|
|
10414
10571
|
listingId: { __type: "uuid" },
|
|
@@ -10477,6 +10634,8 @@ export const generatedSchema = {
|
|
|
10477
10634
|
entitySortNum: { __type: "Int" },
|
|
10478
10635
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
10479
10636
|
id: { __type: "uuid" },
|
|
10637
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10638
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10480
10639
|
lineId: { __type: "uuid" },
|
|
10481
10640
|
lineUniqueRef: { __type: "String" },
|
|
10482
10641
|
listingId: { __type: "uuid" },
|
|
@@ -10547,6 +10706,28 @@ export const generatedSchema = {
|
|
|
10547
10706
|
entitySortNum: { __type: "order_by" },
|
|
10548
10707
|
txnNum: { __type: "order_by" },
|
|
10549
10708
|
},
|
|
10709
|
+
journal_entry_inactive_reason_comparison_exp: {
|
|
10710
|
+
_eq: { __type: "journal_entry_inactive_reason" },
|
|
10711
|
+
_gt: { __type: "journal_entry_inactive_reason" },
|
|
10712
|
+
_gte: { __type: "journal_entry_inactive_reason" },
|
|
10713
|
+
_in: { __type: "[journal_entry_inactive_reason!]" },
|
|
10714
|
+
_is_null: { __type: "Boolean" },
|
|
10715
|
+
_lt: { __type: "journal_entry_inactive_reason" },
|
|
10716
|
+
_lte: { __type: "journal_entry_inactive_reason" },
|
|
10717
|
+
_neq: { __type: "journal_entry_inactive_reason" },
|
|
10718
|
+
_nin: { __type: "[journal_entry_inactive_reason!]" },
|
|
10719
|
+
},
|
|
10720
|
+
journal_entry_ledger_comparison_exp: {
|
|
10721
|
+
_eq: { __type: "journal_entry_ledger" },
|
|
10722
|
+
_gt: { __type: "journal_entry_ledger" },
|
|
10723
|
+
_gte: { __type: "journal_entry_ledger" },
|
|
10724
|
+
_in: { __type: "[journal_entry_ledger!]" },
|
|
10725
|
+
_is_null: { __type: "Boolean" },
|
|
10726
|
+
_lt: { __type: "journal_entry_ledger" },
|
|
10727
|
+
_lte: { __type: "journal_entry_ledger" },
|
|
10728
|
+
_neq: { __type: "journal_entry_ledger" },
|
|
10729
|
+
_nin: { __type: "[journal_entry_ledger!]" },
|
|
10730
|
+
},
|
|
10550
10731
|
json_comparison_exp: {
|
|
10551
10732
|
_eq: { __type: "json" },
|
|
10552
10733
|
_gt: { __type: "json" },
|
|
@@ -10985,6 +11166,7 @@ export const generatedSchema = {
|
|
|
10985
11166
|
where: "owner_statement_bool_exp",
|
|
10986
11167
|
},
|
|
10987
11168
|
},
|
|
11169
|
+
reserve_cent_total: { __type: "bigint!" },
|
|
10988
11170
|
setListingInactive: { __type: "Boolean" },
|
|
10989
11171
|
startAt: { __type: "timestamptz" },
|
|
10990
11172
|
tenant: { __type: "tenant!" },
|
|
@@ -11342,6 +11524,7 @@ export const generatedSchema = {
|
|
|
11342
11524
|
},
|
|
11343
11525
|
listingOwnershipPeriod_aggregate_fields: {
|
|
11344
11526
|
__typename: { __type: "String!" },
|
|
11527
|
+
avg: { __type: "listingOwnershipPeriod_avg_fields" },
|
|
11345
11528
|
count: {
|
|
11346
11529
|
__type: "Int!",
|
|
11347
11530
|
__args: {
|
|
@@ -11351,16 +11534,38 @@ export const generatedSchema = {
|
|
|
11351
11534
|
},
|
|
11352
11535
|
max: { __type: "listingOwnershipPeriod_max_fields" },
|
|
11353
11536
|
min: { __type: "listingOwnershipPeriod_min_fields" },
|
|
11537
|
+
stddev: { __type: "listingOwnershipPeriod_stddev_fields" },
|
|
11538
|
+
stddev_pop: { __type: "listingOwnershipPeriod_stddev_pop_fields" },
|
|
11539
|
+
stddev_samp: { __type: "listingOwnershipPeriod_stddev_samp_fields" },
|
|
11540
|
+
sum: { __type: "listingOwnershipPeriod_sum_fields" },
|
|
11541
|
+
var_pop: { __type: "listingOwnershipPeriod_var_pop_fields" },
|
|
11542
|
+
var_samp: { __type: "listingOwnershipPeriod_var_samp_fields" },
|
|
11543
|
+
variance: { __type: "listingOwnershipPeriod_variance_fields" },
|
|
11354
11544
|
},
|
|
11355
11545
|
listingOwnershipPeriod_aggregate_order_by: {
|
|
11546
|
+
avg: { __type: "listingOwnershipPeriod_avg_order_by" },
|
|
11356
11547
|
count: { __type: "order_by" },
|
|
11357
11548
|
max: { __type: "listingOwnershipPeriod_max_order_by" },
|
|
11358
11549
|
min: { __type: "listingOwnershipPeriod_min_order_by" },
|
|
11550
|
+
stddev: { __type: "listingOwnershipPeriod_stddev_order_by" },
|
|
11551
|
+
stddev_pop: { __type: "listingOwnershipPeriod_stddev_pop_order_by" },
|
|
11552
|
+
stddev_samp: { __type: "listingOwnershipPeriod_stddev_samp_order_by" },
|
|
11553
|
+
sum: { __type: "listingOwnershipPeriod_sum_order_by" },
|
|
11554
|
+
var_pop: { __type: "listingOwnershipPeriod_var_pop_order_by" },
|
|
11555
|
+
var_samp: { __type: "listingOwnershipPeriod_var_samp_order_by" },
|
|
11556
|
+
variance: { __type: "listingOwnershipPeriod_variance_order_by" },
|
|
11359
11557
|
},
|
|
11360
11558
|
listingOwnershipPeriod_arr_rel_insert_input: {
|
|
11361
11559
|
data: { __type: "[listingOwnershipPeriod_insert_input!]!" },
|
|
11362
11560
|
on_conflict: { __type: "listingOwnershipPeriod_on_conflict" },
|
|
11363
11561
|
},
|
|
11562
|
+
listingOwnershipPeriod_avg_fields: {
|
|
11563
|
+
__typename: { __type: "String!" },
|
|
11564
|
+
reserve_cent_total: { __type: "Float" },
|
|
11565
|
+
},
|
|
11566
|
+
listingOwnershipPeriod_avg_order_by: {
|
|
11567
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11568
|
+
},
|
|
11364
11569
|
listingOwnershipPeriod_bool_exp: {
|
|
11365
11570
|
_and: { __type: "[listingOwnershipPeriod_bool_exp!]" },
|
|
11366
11571
|
_not: { __type: "listingOwnershipPeriod_bool_exp" },
|
|
@@ -11381,12 +11586,16 @@ export const generatedSchema = {
|
|
|
11381
11586
|
},
|
|
11382
11587
|
ownerStatements: { __type: "owner_statement_bool_exp" },
|
|
11383
11588
|
ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
|
|
11589
|
+
reserve_cent_total: { __type: "bigint_comparison_exp" },
|
|
11384
11590
|
setListingInactive: { __type: "Boolean_comparison_exp" },
|
|
11385
11591
|
startAt: { __type: "timestamptz_comparison_exp" },
|
|
11386
11592
|
tenant: { __type: "tenant_bool_exp" },
|
|
11387
11593
|
tenantId: { __type: "uuid_comparison_exp" },
|
|
11388
11594
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
11389
11595
|
},
|
|
11596
|
+
listingOwnershipPeriod_inc_input: {
|
|
11597
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11598
|
+
},
|
|
11390
11599
|
listingOwnershipPeriod_insert_input: {
|
|
11391
11600
|
businessModel: { __type: "listingOwnershipPeriodBusinessModel_enum" },
|
|
11392
11601
|
createdAt: { __type: "timestamptz" },
|
|
@@ -11397,6 +11606,7 @@ export const generatedSchema = {
|
|
|
11397
11606
|
listingId: { __type: "uuid" },
|
|
11398
11607
|
members: { __type: "listingOwnershipPeriodMember_arr_rel_insert_input" },
|
|
11399
11608
|
ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
|
|
11609
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11400
11610
|
setListingInactive: { __type: "Boolean" },
|
|
11401
11611
|
startAt: { __type: "timestamptz" },
|
|
11402
11612
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -11409,6 +11619,7 @@ export const generatedSchema = {
|
|
|
11409
11619
|
endAt: { __type: "timestamptz" },
|
|
11410
11620
|
id: { __type: "uuid" },
|
|
11411
11621
|
listingId: { __type: "uuid" },
|
|
11622
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11412
11623
|
startAt: { __type: "timestamptz" },
|
|
11413
11624
|
tenantId: { __type: "uuid" },
|
|
11414
11625
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -11418,6 +11629,7 @@ export const generatedSchema = {
|
|
|
11418
11629
|
endAt: { __type: "order_by" },
|
|
11419
11630
|
id: { __type: "order_by" },
|
|
11420
11631
|
listingId: { __type: "order_by" },
|
|
11632
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11421
11633
|
startAt: { __type: "order_by" },
|
|
11422
11634
|
tenantId: { __type: "order_by" },
|
|
11423
11635
|
updatedAt: { __type: "order_by" },
|
|
@@ -11428,6 +11640,7 @@ export const generatedSchema = {
|
|
|
11428
11640
|
endAt: { __type: "timestamptz" },
|
|
11429
11641
|
id: { __type: "uuid" },
|
|
11430
11642
|
listingId: { __type: "uuid" },
|
|
11643
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11431
11644
|
startAt: { __type: "timestamptz" },
|
|
11432
11645
|
tenantId: { __type: "uuid" },
|
|
11433
11646
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -11437,6 +11650,7 @@ export const generatedSchema = {
|
|
|
11437
11650
|
endAt: { __type: "order_by" },
|
|
11438
11651
|
id: { __type: "order_by" },
|
|
11439
11652
|
listingId: { __type: "order_by" },
|
|
11653
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11440
11654
|
startAt: { __type: "order_by" },
|
|
11441
11655
|
tenantId: { __type: "order_by" },
|
|
11442
11656
|
updatedAt: { __type: "order_by" },
|
|
@@ -11467,6 +11681,7 @@ export const generatedSchema = {
|
|
|
11467
11681
|
__type: "listingOwnershipPeriodMember_aggregate_order_by",
|
|
11468
11682
|
},
|
|
11469
11683
|
ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
|
|
11684
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11470
11685
|
setListingInactive: { __type: "order_by" },
|
|
11471
11686
|
startAt: { __type: "order_by" },
|
|
11472
11687
|
tenant: { __type: "tenant_order_by" },
|
|
@@ -11480,11 +11695,33 @@ export const generatedSchema = {
|
|
|
11480
11695
|
endAt: { __type: "timestamptz" },
|
|
11481
11696
|
id: { __type: "uuid" },
|
|
11482
11697
|
listingId: { __type: "uuid" },
|
|
11698
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11483
11699
|
setListingInactive: { __type: "Boolean" },
|
|
11484
11700
|
startAt: { __type: "timestamptz" },
|
|
11485
11701
|
tenantId: { __type: "uuid" },
|
|
11486
11702
|
updatedAt: { __type: "timestamptz" },
|
|
11487
11703
|
},
|
|
11704
|
+
listingOwnershipPeriod_stddev_fields: {
|
|
11705
|
+
__typename: { __type: "String!" },
|
|
11706
|
+
reserve_cent_total: { __type: "Float" },
|
|
11707
|
+
},
|
|
11708
|
+
listingOwnershipPeriod_stddev_order_by: {
|
|
11709
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11710
|
+
},
|
|
11711
|
+
listingOwnershipPeriod_stddev_pop_fields: {
|
|
11712
|
+
__typename: { __type: "String!" },
|
|
11713
|
+
reserve_cent_total: { __type: "Float" },
|
|
11714
|
+
},
|
|
11715
|
+
listingOwnershipPeriod_stddev_pop_order_by: {
|
|
11716
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11717
|
+
},
|
|
11718
|
+
listingOwnershipPeriod_stddev_samp_fields: {
|
|
11719
|
+
__typename: { __type: "String!" },
|
|
11720
|
+
reserve_cent_total: { __type: "Float" },
|
|
11721
|
+
},
|
|
11722
|
+
listingOwnershipPeriod_stddev_samp_order_by: {
|
|
11723
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11724
|
+
},
|
|
11488
11725
|
listingOwnershipPeriod_stream_cursor_input: {
|
|
11489
11726
|
initial_value: {
|
|
11490
11727
|
__type: "listingOwnershipPeriod_stream_cursor_value_input!",
|
|
@@ -11497,15 +11734,45 @@ export const generatedSchema = {
|
|
|
11497
11734
|
endAt: { __type: "timestamptz" },
|
|
11498
11735
|
id: { __type: "uuid" },
|
|
11499
11736
|
listingId: { __type: "uuid" },
|
|
11737
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11500
11738
|
setListingInactive: { __type: "Boolean" },
|
|
11501
11739
|
startAt: { __type: "timestamptz" },
|
|
11502
11740
|
tenantId: { __type: "uuid" },
|
|
11503
11741
|
updatedAt: { __type: "timestamptz" },
|
|
11504
11742
|
},
|
|
11743
|
+
listingOwnershipPeriod_sum_fields: {
|
|
11744
|
+
__typename: { __type: "String!" },
|
|
11745
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11746
|
+
},
|
|
11747
|
+
listingOwnershipPeriod_sum_order_by: {
|
|
11748
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11749
|
+
},
|
|
11505
11750
|
listingOwnershipPeriod_updates: {
|
|
11751
|
+
_inc: { __type: "listingOwnershipPeriod_inc_input" },
|
|
11506
11752
|
_set: { __type: "listingOwnershipPeriod_set_input" },
|
|
11507
11753
|
where: { __type: "listingOwnershipPeriod_bool_exp!" },
|
|
11508
11754
|
},
|
|
11755
|
+
listingOwnershipPeriod_var_pop_fields: {
|
|
11756
|
+
__typename: { __type: "String!" },
|
|
11757
|
+
reserve_cent_total: { __type: "Float" },
|
|
11758
|
+
},
|
|
11759
|
+
listingOwnershipPeriod_var_pop_order_by: {
|
|
11760
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11761
|
+
},
|
|
11762
|
+
listingOwnershipPeriod_var_samp_fields: {
|
|
11763
|
+
__typename: { __type: "String!" },
|
|
11764
|
+
reserve_cent_total: { __type: "Float" },
|
|
11765
|
+
},
|
|
11766
|
+
listingOwnershipPeriod_var_samp_order_by: {
|
|
11767
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11768
|
+
},
|
|
11769
|
+
listingOwnershipPeriod_variance_fields: {
|
|
11770
|
+
__typename: { __type: "String!" },
|
|
11771
|
+
reserve_cent_total: { __type: "Float" },
|
|
11772
|
+
},
|
|
11773
|
+
listingOwnershipPeriod_variance_order_by: {
|
|
11774
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11775
|
+
},
|
|
11509
11776
|
listing_aggregate: {
|
|
11510
11777
|
__typename: { __type: "String!" },
|
|
11511
11778
|
aggregate: { __type: "listing_aggregate_fields" },
|
|
@@ -13893,6 +14160,14 @@ export const generatedSchema = {
|
|
|
13893
14160
|
__type: "booking_channel",
|
|
13894
14161
|
__args: { id: "uuid!" },
|
|
13895
14162
|
},
|
|
14163
|
+
deleteBookingChannelIconCandidate: {
|
|
14164
|
+
__type: "bookingChannelIconCandidate",
|
|
14165
|
+
__args: { id: "uuid!" },
|
|
14166
|
+
},
|
|
14167
|
+
deleteBookingChannelIconCandidates: {
|
|
14168
|
+
__type: "bookingChannelIconCandidate_mutation_response",
|
|
14169
|
+
__args: { where: "bookingChannelIconCandidate_bool_exp!" },
|
|
14170
|
+
},
|
|
13896
14171
|
deleteBookingChannels: {
|
|
13897
14172
|
__type: "booking_channel_mutation_response",
|
|
13898
14173
|
__args: { where: "booking_channel_bool_exp!" },
|
|
@@ -14865,6 +15140,20 @@ export const generatedSchema = {
|
|
|
14865
15140
|
on_conflict: "booking_channel_on_conflict",
|
|
14866
15141
|
},
|
|
14867
15142
|
},
|
|
15143
|
+
insertBookingChannelIconCandidate: {
|
|
15144
|
+
__type: "bookingChannelIconCandidate",
|
|
15145
|
+
__args: {
|
|
15146
|
+
object: "bookingChannelIconCandidate_insert_input!",
|
|
15147
|
+
on_conflict: "bookingChannelIconCandidate_on_conflict",
|
|
15148
|
+
},
|
|
15149
|
+
},
|
|
15150
|
+
insertBookingChannelIconCandidates: {
|
|
15151
|
+
__type: "bookingChannelIconCandidate_mutation_response",
|
|
15152
|
+
__args: {
|
|
15153
|
+
objects: "[bookingChannelIconCandidate_insert_input!]!",
|
|
15154
|
+
on_conflict: "bookingChannelIconCandidate_on_conflict",
|
|
15155
|
+
},
|
|
15156
|
+
},
|
|
14868
15157
|
insertBookingChannels: {
|
|
14869
15158
|
__type: "booking_channel_mutation_response",
|
|
14870
15159
|
__args: {
|
|
@@ -16617,6 +16906,20 @@ export const generatedSchema = {
|
|
|
16617
16906
|
pk_columns: "booking_channel_pk_columns_input!",
|
|
16618
16907
|
},
|
|
16619
16908
|
},
|
|
16909
|
+
updateBookingChannelIconCandidate: {
|
|
16910
|
+
__type: "bookingChannelIconCandidate",
|
|
16911
|
+
__args: {
|
|
16912
|
+
_set: "bookingChannelIconCandidate_set_input",
|
|
16913
|
+
pk_columns: "bookingChannelIconCandidate_pk_columns_input!",
|
|
16914
|
+
},
|
|
16915
|
+
},
|
|
16916
|
+
updateBookingChannelIconCandidates: {
|
|
16917
|
+
__type: "bookingChannelIconCandidate_mutation_response",
|
|
16918
|
+
__args: {
|
|
16919
|
+
_set: "bookingChannelIconCandidate_set_input",
|
|
16920
|
+
where: "bookingChannelIconCandidate_bool_exp!",
|
|
16921
|
+
},
|
|
16922
|
+
},
|
|
16620
16923
|
updateBookingChannels: {
|
|
16621
16924
|
__type: "booking_channel_mutation_response",
|
|
16622
16925
|
__args: {
|
|
@@ -17133,6 +17436,7 @@ export const generatedSchema = {
|
|
|
17133
17436
|
updateListingOwnershipPeriod: {
|
|
17134
17437
|
__type: "listingOwnershipPeriod",
|
|
17135
17438
|
__args: {
|
|
17439
|
+
_inc: "listingOwnershipPeriod_inc_input",
|
|
17136
17440
|
_set: "listingOwnershipPeriod_set_input",
|
|
17137
17441
|
pk_columns: "listingOwnershipPeriod_pk_columns_input!",
|
|
17138
17442
|
},
|
|
@@ -17170,6 +17474,7 @@ export const generatedSchema = {
|
|
|
17170
17474
|
updateListingOwnershipPeriods: {
|
|
17171
17475
|
__type: "listingOwnershipPeriod_mutation_response",
|
|
17172
17476
|
__args: {
|
|
17477
|
+
_inc: "listingOwnershipPeriod_inc_input",
|
|
17173
17478
|
_set: "listingOwnershipPeriod_set_input",
|
|
17174
17479
|
where: "listingOwnershipPeriod_bool_exp!",
|
|
17175
17480
|
},
|
|
@@ -17247,6 +17552,10 @@ export const generatedSchema = {
|
|
|
17247
17552
|
__type: "[bankRecord_mutation_response]",
|
|
17248
17553
|
__args: { updates: "[bankRecord_updates!]!" },
|
|
17249
17554
|
},
|
|
17555
|
+
updateManyBookingChannelIconCandidates: {
|
|
17556
|
+
__type: "[bookingChannelIconCandidate_mutation_response]",
|
|
17557
|
+
__args: { updates: "[bookingChannelIconCandidate_updates!]!" },
|
|
17558
|
+
},
|
|
17250
17559
|
updateManyBookingChannels: {
|
|
17251
17560
|
__type: "[booking_channel_mutation_response]",
|
|
17252
17561
|
__args: { updates: "[booking_channel_updates!]!" },
|
|
@@ -22395,6 +22704,8 @@ export const generatedSchema = {
|
|
|
22395
22704
|
connectionId: { __type: "uuid" },
|
|
22396
22705
|
createdAt: { __type: "timestamptz!" },
|
|
22397
22706
|
description: { __type: "String" },
|
|
22707
|
+
edited_type: { __type: "String" },
|
|
22708
|
+
effective_type: { __type: "String" },
|
|
22398
22709
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
22399
22710
|
id: { __type: "uuid!" },
|
|
22400
22711
|
journalEntries: {
|
|
@@ -22597,6 +22908,8 @@ export const generatedSchema = {
|
|
|
22597
22908
|
connectionId: { __type: "uuid_comparison_exp" },
|
|
22598
22909
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
22599
22910
|
description: { __type: "String_comparison_exp" },
|
|
22911
|
+
edited_type: { __type: "String_comparison_exp" },
|
|
22912
|
+
effective_type: { __type: "String_comparison_exp" },
|
|
22600
22913
|
generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
|
|
22601
22914
|
id: { __type: "uuid_comparison_exp" },
|
|
22602
22915
|
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
@@ -22999,6 +23312,7 @@ export const generatedSchema = {
|
|
|
22999
23312
|
connectionId: { __type: "uuid" },
|
|
23000
23313
|
createdAt: { __type: "timestamptz" },
|
|
23001
23314
|
description: { __type: "String" },
|
|
23315
|
+
edited_type: { __type: "String" },
|
|
23002
23316
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23003
23317
|
id: { __type: "uuid" },
|
|
23004
23318
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
@@ -23040,6 +23354,8 @@ export const generatedSchema = {
|
|
|
23040
23354
|
connectionId: { __type: "uuid" },
|
|
23041
23355
|
createdAt: { __type: "timestamptz" },
|
|
23042
23356
|
description: { __type: "String" },
|
|
23357
|
+
edited_type: { __type: "String" },
|
|
23358
|
+
effective_type: { __type: "String" },
|
|
23043
23359
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23044
23360
|
id: { __type: "uuid" },
|
|
23045
23361
|
lineId: { __type: "uuid" },
|
|
@@ -23066,6 +23382,8 @@ export const generatedSchema = {
|
|
|
23066
23382
|
connectionId: { __type: "order_by" },
|
|
23067
23383
|
createdAt: { __type: "order_by" },
|
|
23068
23384
|
description: { __type: "order_by" },
|
|
23385
|
+
edited_type: { __type: "order_by" },
|
|
23386
|
+
effective_type: { __type: "order_by" },
|
|
23069
23387
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
23070
23388
|
id: { __type: "order_by" },
|
|
23071
23389
|
lineId: { __type: "order_by" },
|
|
@@ -23093,6 +23411,8 @@ export const generatedSchema = {
|
|
|
23093
23411
|
connectionId: { __type: "uuid" },
|
|
23094
23412
|
createdAt: { __type: "timestamptz" },
|
|
23095
23413
|
description: { __type: "String" },
|
|
23414
|
+
edited_type: { __type: "String" },
|
|
23415
|
+
effective_type: { __type: "String" },
|
|
23096
23416
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23097
23417
|
id: { __type: "uuid" },
|
|
23098
23418
|
lineId: { __type: "uuid" },
|
|
@@ -23119,6 +23439,8 @@ export const generatedSchema = {
|
|
|
23119
23439
|
connectionId: { __type: "order_by" },
|
|
23120
23440
|
createdAt: { __type: "order_by" },
|
|
23121
23441
|
description: { __type: "order_by" },
|
|
23442
|
+
edited_type: { __type: "order_by" },
|
|
23443
|
+
effective_type: { __type: "order_by" },
|
|
23122
23444
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
23123
23445
|
id: { __type: "order_by" },
|
|
23124
23446
|
lineId: { __type: "order_by" },
|
|
@@ -23164,6 +23486,8 @@ export const generatedSchema = {
|
|
|
23164
23486
|
connectionId: { __type: "order_by" },
|
|
23165
23487
|
createdAt: { __type: "order_by" },
|
|
23166
23488
|
description: { __type: "order_by" },
|
|
23489
|
+
edited_type: { __type: "order_by" },
|
|
23490
|
+
effective_type: { __type: "order_by" },
|
|
23167
23491
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
23168
23492
|
id: { __type: "order_by" },
|
|
23169
23493
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
@@ -23207,6 +23531,7 @@ export const generatedSchema = {
|
|
|
23207
23531
|
connectionId: { __type: "uuid" },
|
|
23208
23532
|
createdAt: { __type: "timestamptz" },
|
|
23209
23533
|
description: { __type: "String" },
|
|
23534
|
+
edited_type: { __type: "String" },
|
|
23210
23535
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23211
23536
|
id: { __type: "uuid" },
|
|
23212
23537
|
lineId: { __type: "uuid" },
|
|
@@ -23272,6 +23597,8 @@ export const generatedSchema = {
|
|
|
23272
23597
|
connectionId: { __type: "uuid" },
|
|
23273
23598
|
createdAt: { __type: "timestamptz" },
|
|
23274
23599
|
description: { __type: "String" },
|
|
23600
|
+
edited_type: { __type: "String" },
|
|
23601
|
+
effective_type: { __type: "String" },
|
|
23275
23602
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23276
23603
|
id: { __type: "uuid" },
|
|
23277
23604
|
lineId: { __type: "uuid" },
|
|
@@ -24222,6 +24549,30 @@ export const generatedSchema = {
|
|
|
24222
24549
|
where: "booking_channel_bool_exp",
|
|
24223
24550
|
},
|
|
24224
24551
|
},
|
|
24552
|
+
bookingChannelIconCandidate: {
|
|
24553
|
+
__type: "bookingChannelIconCandidate",
|
|
24554
|
+
__args: { id: "uuid!" },
|
|
24555
|
+
},
|
|
24556
|
+
bookingChannelIconCandidateAggregate: {
|
|
24557
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
24558
|
+
__args: {
|
|
24559
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
24560
|
+
limit: "Int",
|
|
24561
|
+
offset: "Int",
|
|
24562
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
24563
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
24564
|
+
},
|
|
24565
|
+
},
|
|
24566
|
+
bookingChannelIconCandidates: {
|
|
24567
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
24568
|
+
__args: {
|
|
24569
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
24570
|
+
limit: "Int",
|
|
24571
|
+
offset: "Int",
|
|
24572
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
24573
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
24574
|
+
},
|
|
24575
|
+
},
|
|
24225
24576
|
bookingChannels: {
|
|
24226
24577
|
__type: "[booking_channel!]!",
|
|
24227
24578
|
__args: {
|
|
@@ -28185,6 +28536,11 @@ export const generatedSchema = {
|
|
|
28185
28536
|
connectionId: { __type: "uuid" },
|
|
28186
28537
|
createdAt: { __type: "timestamptz" },
|
|
28187
28538
|
currency: { __type: "currency_enum" },
|
|
28539
|
+
edited_check_in: { __type: "timestamptz" },
|
|
28540
|
+
edited_check_out: { __type: "timestamptz" },
|
|
28541
|
+
effective_check_in: { __type: "timestamptz" },
|
|
28542
|
+
effective_check_out: { __type: "timestamptz" },
|
|
28543
|
+
effective_nights: { __type: "Int" },
|
|
28188
28544
|
files: {
|
|
28189
28545
|
__type: "[file_storage!]!",
|
|
28190
28546
|
__args: {
|
|
@@ -29057,6 +29413,7 @@ export const generatedSchema = {
|
|
|
29057
29413
|
centPaymentFee: { __type: "Float" },
|
|
29058
29414
|
centService: { __type: "Float" },
|
|
29059
29415
|
centTotal: { __type: "Float" },
|
|
29416
|
+
effective_nights: { __type: "Float" },
|
|
29060
29417
|
guests: { __type: "Float" },
|
|
29061
29418
|
manager_cent_total: { __type: "Float" },
|
|
29062
29419
|
nights: { __type: "Float" },
|
|
@@ -29074,6 +29431,7 @@ export const generatedSchema = {
|
|
|
29074
29431
|
centPaymentFee: { __type: "order_by" },
|
|
29075
29432
|
centService: { __type: "order_by" },
|
|
29076
29433
|
centTotal: { __type: "order_by" },
|
|
29434
|
+
effective_nights: { __type: "order_by" },
|
|
29077
29435
|
guests: { __type: "order_by" },
|
|
29078
29436
|
manager_cent_total: { __type: "order_by" },
|
|
29079
29437
|
nights: { __type: "order_by" },
|
|
@@ -29114,6 +29472,11 @@ export const generatedSchema = {
|
|
|
29114
29472
|
connectionId: { __type: "uuid_comparison_exp" },
|
|
29115
29473
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
29116
29474
|
currency: { __type: "currency_enum_comparison_exp" },
|
|
29475
|
+
edited_check_in: { __type: "timestamptz_comparison_exp" },
|
|
29476
|
+
edited_check_out: { __type: "timestamptz_comparison_exp" },
|
|
29477
|
+
effective_check_in: { __type: "timestamptz_comparison_exp" },
|
|
29478
|
+
effective_check_out: { __type: "timestamptz_comparison_exp" },
|
|
29479
|
+
effective_nights: { __type: "Int_comparison_exp" },
|
|
29117
29480
|
files: { __type: "file_storage_bool_exp" },
|
|
29118
29481
|
files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
|
|
29119
29482
|
generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -29232,6 +29595,8 @@ export const generatedSchema = {
|
|
|
29232
29595
|
connectionId: { __type: "uuid" },
|
|
29233
29596
|
createdAt: { __type: "timestamptz" },
|
|
29234
29597
|
currency: { __type: "currency_enum" },
|
|
29598
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29599
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29235
29600
|
files: { __type: "file_storage_arr_rel_insert_input" },
|
|
29236
29601
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29237
29602
|
general_ledger_status: { __type: "activeStatus_enum" },
|
|
@@ -29300,6 +29665,11 @@ export const generatedSchema = {
|
|
|
29300
29665
|
confirmationCode: { __type: "String" },
|
|
29301
29666
|
connectionId: { __type: "uuid" },
|
|
29302
29667
|
createdAt: { __type: "timestamptz" },
|
|
29668
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29669
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29670
|
+
effective_check_in: { __type: "timestamptz" },
|
|
29671
|
+
effective_check_out: { __type: "timestamptz" },
|
|
29672
|
+
effective_nights: { __type: "Int" },
|
|
29303
29673
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29304
29674
|
guestName: { __type: "String" },
|
|
29305
29675
|
guests: { __type: "Int" },
|
|
@@ -29343,6 +29713,11 @@ export const generatedSchema = {
|
|
|
29343
29713
|
confirmationCode: { __type: "order_by" },
|
|
29344
29714
|
connectionId: { __type: "order_by" },
|
|
29345
29715
|
createdAt: { __type: "order_by" },
|
|
29716
|
+
edited_check_in: { __type: "order_by" },
|
|
29717
|
+
edited_check_out: { __type: "order_by" },
|
|
29718
|
+
effective_check_in: { __type: "order_by" },
|
|
29719
|
+
effective_check_out: { __type: "order_by" },
|
|
29720
|
+
effective_nights: { __type: "order_by" },
|
|
29346
29721
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
29347
29722
|
guestName: { __type: "order_by" },
|
|
29348
29723
|
guests: { __type: "order_by" },
|
|
@@ -29387,6 +29762,11 @@ export const generatedSchema = {
|
|
|
29387
29762
|
confirmationCode: { __type: "String" },
|
|
29388
29763
|
connectionId: { __type: "uuid" },
|
|
29389
29764
|
createdAt: { __type: "timestamptz" },
|
|
29765
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29766
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29767
|
+
effective_check_in: { __type: "timestamptz" },
|
|
29768
|
+
effective_check_out: { __type: "timestamptz" },
|
|
29769
|
+
effective_nights: { __type: "Int" },
|
|
29390
29770
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29391
29771
|
guestName: { __type: "String" },
|
|
29392
29772
|
guests: { __type: "Int" },
|
|
@@ -29430,6 +29810,11 @@ export const generatedSchema = {
|
|
|
29430
29810
|
confirmationCode: { __type: "order_by" },
|
|
29431
29811
|
connectionId: { __type: "order_by" },
|
|
29432
29812
|
createdAt: { __type: "order_by" },
|
|
29813
|
+
edited_check_in: { __type: "order_by" },
|
|
29814
|
+
edited_check_out: { __type: "order_by" },
|
|
29815
|
+
effective_check_in: { __type: "order_by" },
|
|
29816
|
+
effective_check_out: { __type: "order_by" },
|
|
29817
|
+
effective_nights: { __type: "order_by" },
|
|
29433
29818
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
29434
29819
|
guestName: { __type: "order_by" },
|
|
29435
29820
|
guests: { __type: "order_by" },
|
|
@@ -29494,6 +29879,11 @@ export const generatedSchema = {
|
|
|
29494
29879
|
connectionId: { __type: "order_by" },
|
|
29495
29880
|
createdAt: { __type: "order_by" },
|
|
29496
29881
|
currency: { __type: "order_by" },
|
|
29882
|
+
edited_check_in: { __type: "order_by" },
|
|
29883
|
+
edited_check_out: { __type: "order_by" },
|
|
29884
|
+
effective_check_in: { __type: "order_by" },
|
|
29885
|
+
effective_check_out: { __type: "order_by" },
|
|
29886
|
+
effective_nights: { __type: "order_by" },
|
|
29497
29887
|
files_aggregate: { __type: "file_storage_aggregate_order_by" },
|
|
29498
29888
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
29499
29889
|
general_ledger_status: { __type: "order_by" },
|
|
@@ -29569,6 +29959,8 @@ export const generatedSchema = {
|
|
|
29569
29959
|
connectionId: { __type: "uuid" },
|
|
29570
29960
|
createdAt: { __type: "timestamptz" },
|
|
29571
29961
|
currency: { __type: "currency_enum" },
|
|
29962
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29963
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29572
29964
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29573
29965
|
general_ledger_status: { __type: "activeStatus_enum" },
|
|
29574
29966
|
guestName: { __type: "String" },
|
|
@@ -29673,6 +30065,7 @@ export const generatedSchema = {
|
|
|
29673
30065
|
centPaymentFee: { __type: "Float" },
|
|
29674
30066
|
centService: { __type: "Float" },
|
|
29675
30067
|
centTotal: { __type: "Float" },
|
|
30068
|
+
effective_nights: { __type: "Float" },
|
|
29676
30069
|
guests: { __type: "Float" },
|
|
29677
30070
|
manager_cent_total: { __type: "Float" },
|
|
29678
30071
|
nights: { __type: "Float" },
|
|
@@ -29690,6 +30083,7 @@ export const generatedSchema = {
|
|
|
29690
30083
|
centPaymentFee: { __type: "order_by" },
|
|
29691
30084
|
centService: { __type: "order_by" },
|
|
29692
30085
|
centTotal: { __type: "order_by" },
|
|
30086
|
+
effective_nights: { __type: "order_by" },
|
|
29693
30087
|
guests: { __type: "order_by" },
|
|
29694
30088
|
manager_cent_total: { __type: "order_by" },
|
|
29695
30089
|
nights: { __type: "order_by" },
|
|
@@ -29708,6 +30102,7 @@ export const generatedSchema = {
|
|
|
29708
30102
|
centPaymentFee: { __type: "Float" },
|
|
29709
30103
|
centService: { __type: "Float" },
|
|
29710
30104
|
centTotal: { __type: "Float" },
|
|
30105
|
+
effective_nights: { __type: "Float" },
|
|
29711
30106
|
guests: { __type: "Float" },
|
|
29712
30107
|
manager_cent_total: { __type: "Float" },
|
|
29713
30108
|
nights: { __type: "Float" },
|
|
@@ -29725,6 +30120,7 @@ export const generatedSchema = {
|
|
|
29725
30120
|
centPaymentFee: { __type: "order_by" },
|
|
29726
30121
|
centService: { __type: "order_by" },
|
|
29727
30122
|
centTotal: { __type: "order_by" },
|
|
30123
|
+
effective_nights: { __type: "order_by" },
|
|
29728
30124
|
guests: { __type: "order_by" },
|
|
29729
30125
|
manager_cent_total: { __type: "order_by" },
|
|
29730
30126
|
nights: { __type: "order_by" },
|
|
@@ -29743,6 +30139,7 @@ export const generatedSchema = {
|
|
|
29743
30139
|
centPaymentFee: { __type: "Float" },
|
|
29744
30140
|
centService: { __type: "Float" },
|
|
29745
30141
|
centTotal: { __type: "Float" },
|
|
30142
|
+
effective_nights: { __type: "Float" },
|
|
29746
30143
|
guests: { __type: "Float" },
|
|
29747
30144
|
manager_cent_total: { __type: "Float" },
|
|
29748
30145
|
nights: { __type: "Float" },
|
|
@@ -29760,6 +30157,7 @@ export const generatedSchema = {
|
|
|
29760
30157
|
centPaymentFee: { __type: "order_by" },
|
|
29761
30158
|
centService: { __type: "order_by" },
|
|
29762
30159
|
centTotal: { __type: "order_by" },
|
|
30160
|
+
effective_nights: { __type: "order_by" },
|
|
29763
30161
|
guests: { __type: "order_by" },
|
|
29764
30162
|
manager_cent_total: { __type: "order_by" },
|
|
29765
30163
|
nights: { __type: "order_by" },
|
|
@@ -29793,6 +30191,11 @@ export const generatedSchema = {
|
|
|
29793
30191
|
connectionId: { __type: "uuid" },
|
|
29794
30192
|
createdAt: { __type: "timestamptz" },
|
|
29795
30193
|
currency: { __type: "currency_enum" },
|
|
30194
|
+
edited_check_in: { __type: "timestamptz" },
|
|
30195
|
+
edited_check_out: { __type: "timestamptz" },
|
|
30196
|
+
effective_check_in: { __type: "timestamptz" },
|
|
30197
|
+
effective_check_out: { __type: "timestamptz" },
|
|
30198
|
+
effective_nights: { __type: "Int" },
|
|
29796
30199
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29797
30200
|
general_ledger_status: { __type: "activeStatus_enum" },
|
|
29798
30201
|
guestName: { __type: "String" },
|
|
@@ -29832,6 +30235,7 @@ export const generatedSchema = {
|
|
|
29832
30235
|
centPaymentFee: { __type: "Int" },
|
|
29833
30236
|
centService: { __type: "Int" },
|
|
29834
30237
|
centTotal: { __type: "bigint" },
|
|
30238
|
+
effective_nights: { __type: "Int" },
|
|
29835
30239
|
guests: { __type: "Int" },
|
|
29836
30240
|
manager_cent_total: { __type: "bigint" },
|
|
29837
30241
|
nights: { __type: "Int" },
|
|
@@ -29849,6 +30253,7 @@ export const generatedSchema = {
|
|
|
29849
30253
|
centPaymentFee: { __type: "order_by" },
|
|
29850
30254
|
centService: { __type: "order_by" },
|
|
29851
30255
|
centTotal: { __type: "order_by" },
|
|
30256
|
+
effective_nights: { __type: "order_by" },
|
|
29852
30257
|
guests: { __type: "order_by" },
|
|
29853
30258
|
manager_cent_total: { __type: "order_by" },
|
|
29854
30259
|
nights: { __type: "order_by" },
|
|
@@ -29877,6 +30282,7 @@ export const generatedSchema = {
|
|
|
29877
30282
|
centPaymentFee: { __type: "Float" },
|
|
29878
30283
|
centService: { __type: "Float" },
|
|
29879
30284
|
centTotal: { __type: "Float" },
|
|
30285
|
+
effective_nights: { __type: "Float" },
|
|
29880
30286
|
guests: { __type: "Float" },
|
|
29881
30287
|
manager_cent_total: { __type: "Float" },
|
|
29882
30288
|
nights: { __type: "Float" },
|
|
@@ -29894,6 +30300,7 @@ export const generatedSchema = {
|
|
|
29894
30300
|
centPaymentFee: { __type: "order_by" },
|
|
29895
30301
|
centService: { __type: "order_by" },
|
|
29896
30302
|
centTotal: { __type: "order_by" },
|
|
30303
|
+
effective_nights: { __type: "order_by" },
|
|
29897
30304
|
guests: { __type: "order_by" },
|
|
29898
30305
|
manager_cent_total: { __type: "order_by" },
|
|
29899
30306
|
nights: { __type: "order_by" },
|
|
@@ -29912,6 +30319,7 @@ export const generatedSchema = {
|
|
|
29912
30319
|
centPaymentFee: { __type: "Float" },
|
|
29913
30320
|
centService: { __type: "Float" },
|
|
29914
30321
|
centTotal: { __type: "Float" },
|
|
30322
|
+
effective_nights: { __type: "Float" },
|
|
29915
30323
|
guests: { __type: "Float" },
|
|
29916
30324
|
manager_cent_total: { __type: "Float" },
|
|
29917
30325
|
nights: { __type: "Float" },
|
|
@@ -29929,6 +30337,7 @@ export const generatedSchema = {
|
|
|
29929
30337
|
centPaymentFee: { __type: "order_by" },
|
|
29930
30338
|
centService: { __type: "order_by" },
|
|
29931
30339
|
centTotal: { __type: "order_by" },
|
|
30340
|
+
effective_nights: { __type: "order_by" },
|
|
29932
30341
|
guests: { __type: "order_by" },
|
|
29933
30342
|
manager_cent_total: { __type: "order_by" },
|
|
29934
30343
|
nights: { __type: "order_by" },
|
|
@@ -29947,6 +30356,7 @@ export const generatedSchema = {
|
|
|
29947
30356
|
centPaymentFee: { __type: "Float" },
|
|
29948
30357
|
centService: { __type: "Float" },
|
|
29949
30358
|
centTotal: { __type: "Float" },
|
|
30359
|
+
effective_nights: { __type: "Float" },
|
|
29950
30360
|
guests: { __type: "Float" },
|
|
29951
30361
|
manager_cent_total: { __type: "Float" },
|
|
29952
30362
|
nights: { __type: "Float" },
|
|
@@ -29964,6 +30374,7 @@ export const generatedSchema = {
|
|
|
29964
30374
|
centPaymentFee: { __type: "order_by" },
|
|
29965
30375
|
centService: { __type: "order_by" },
|
|
29966
30376
|
centTotal: { __type: "order_by" },
|
|
30377
|
+
effective_nights: { __type: "order_by" },
|
|
29967
30378
|
guests: { __type: "order_by" },
|
|
29968
30379
|
manager_cent_total: { __type: "order_by" },
|
|
29969
30380
|
nights: { __type: "order_by" },
|
|
@@ -32858,6 +33269,38 @@ export const generatedSchema = {
|
|
|
32858
33269
|
where: "booking_channel_bool_exp",
|
|
32859
33270
|
},
|
|
32860
33271
|
},
|
|
33272
|
+
bookingChannelIconCandidate: {
|
|
33273
|
+
__type: "bookingChannelIconCandidate",
|
|
33274
|
+
__args: { id: "uuid!" },
|
|
33275
|
+
},
|
|
33276
|
+
bookingChannelIconCandidateAggregate: {
|
|
33277
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
33278
|
+
__args: {
|
|
33279
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
33280
|
+
limit: "Int",
|
|
33281
|
+
offset: "Int",
|
|
33282
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
33283
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
33284
|
+
},
|
|
33285
|
+
},
|
|
33286
|
+
bookingChannelIconCandidateStream: {
|
|
33287
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
33288
|
+
__args: {
|
|
33289
|
+
batch_size: "Int!",
|
|
33290
|
+
cursor: "[bookingChannelIconCandidate_stream_cursor_input]!",
|
|
33291
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
33292
|
+
},
|
|
33293
|
+
},
|
|
33294
|
+
bookingChannelIconCandidates: {
|
|
33295
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
33296
|
+
__args: {
|
|
33297
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
33298
|
+
limit: "Int",
|
|
33299
|
+
offset: "Int",
|
|
33300
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
33301
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
33302
|
+
},
|
|
33303
|
+
},
|
|
32861
33304
|
bookingChannelStream: {
|
|
32862
33305
|
__type: "[booking_channel!]!",
|
|
32863
33306
|
__args: {
|
|
@@ -40156,6 +40599,7 @@ export const generatedSchema = {
|
|
|
40156
40599
|
description: { __type: "String!" },
|
|
40157
40600
|
dueAt: { __type: "timestamptz" },
|
|
40158
40601
|
id: { __type: "uuid!" },
|
|
40602
|
+
is_opening_balance: { __type: "Boolean!" },
|
|
40159
40603
|
journalEntries: {
|
|
40160
40604
|
__type: "[journalEntry!]!",
|
|
40161
40605
|
__args: {
|
|
@@ -40775,8 +41219,26 @@ export const generatedSchema = {
|
|
|
40775
41219
|
nodes: { __type: "[transaction!]!" },
|
|
40776
41220
|
},
|
|
40777
41221
|
transaction_aggregate_bool_exp: {
|
|
41222
|
+
bool_and: { __type: "transaction_aggregate_bool_exp_bool_and" },
|
|
41223
|
+
bool_or: { __type: "transaction_aggregate_bool_exp_bool_or" },
|
|
40778
41224
|
count: { __type: "transaction_aggregate_bool_exp_count" },
|
|
40779
41225
|
},
|
|
41226
|
+
transaction_aggregate_bool_exp_bool_and: {
|
|
41227
|
+
arguments: {
|
|
41228
|
+
__type: "transaction_select_column_transaction_aggregate_bool_exp_bool_and_arguments_columns!",
|
|
41229
|
+
},
|
|
41230
|
+
distinct: { __type: "Boolean" },
|
|
41231
|
+
filter: { __type: "transaction_bool_exp" },
|
|
41232
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
41233
|
+
},
|
|
41234
|
+
transaction_aggregate_bool_exp_bool_or: {
|
|
41235
|
+
arguments: {
|
|
41236
|
+
__type: "transaction_select_column_transaction_aggregate_bool_exp_bool_or_arguments_columns!",
|
|
41237
|
+
},
|
|
41238
|
+
distinct: { __type: "Boolean" },
|
|
41239
|
+
filter: { __type: "transaction_bool_exp" },
|
|
41240
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
41241
|
+
},
|
|
40780
41242
|
transaction_aggregate_bool_exp_count: {
|
|
40781
41243
|
arguments: { __type: "[transaction_select_column!]" },
|
|
40782
41244
|
distinct: { __type: "Boolean" },
|
|
@@ -40845,6 +41307,7 @@ export const generatedSchema = {
|
|
|
40845
41307
|
description: { __type: "String_comparison_exp" },
|
|
40846
41308
|
dueAt: { __type: "timestamptz_comparison_exp" },
|
|
40847
41309
|
id: { __type: "uuid_comparison_exp" },
|
|
41310
|
+
is_opening_balance: { __type: "Boolean_comparison_exp" },
|
|
40848
41311
|
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
40849
41312
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40850
41313
|
lines: { __type: "transactionLine_bool_exp" },
|
|
@@ -40898,6 +41361,7 @@ export const generatedSchema = {
|
|
|
40898
41361
|
description: { __type: "String" },
|
|
40899
41362
|
dueAt: { __type: "timestamptz" },
|
|
40900
41363
|
id: { __type: "uuid" },
|
|
41364
|
+
is_opening_balance: { __type: "Boolean" },
|
|
40901
41365
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40902
41366
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40903
41367
|
matchBankAccountLast4: { __type: "String" },
|
|
@@ -41051,6 +41515,7 @@ export const generatedSchema = {
|
|
|
41051
41515
|
description: { __type: "order_by" },
|
|
41052
41516
|
dueAt: { __type: "order_by" },
|
|
41053
41517
|
id: { __type: "order_by" },
|
|
41518
|
+
is_opening_balance: { __type: "order_by" },
|
|
41054
41519
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
41055
41520
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
41056
41521
|
matchBankAccountLast4: { __type: "order_by" },
|
|
@@ -41090,6 +41555,7 @@ export const generatedSchema = {
|
|
|
41090
41555
|
description: { __type: "String" },
|
|
41091
41556
|
dueAt: { __type: "timestamptz" },
|
|
41092
41557
|
id: { __type: "uuid" },
|
|
41558
|
+
is_opening_balance: { __type: "Boolean" },
|
|
41093
41559
|
matchBankAccountLast4: { __type: "String" },
|
|
41094
41560
|
match_line_type_classification: { __type: "String" },
|
|
41095
41561
|
match_reservation_confirmation_code: { __type: "String" },
|
|
@@ -41137,6 +41603,7 @@ export const generatedSchema = {
|
|
|
41137
41603
|
description: { __type: "String" },
|
|
41138
41604
|
dueAt: { __type: "timestamptz" },
|
|
41139
41605
|
id: { __type: "uuid" },
|
|
41606
|
+
is_opening_balance: { __type: "Boolean" },
|
|
41140
41607
|
matchBankAccountLast4: { __type: "String" },
|
|
41141
41608
|
matchStatus: { __type: "String" },
|
|
41142
41609
|
match_line_type_classification: { __type: "String" },
|