@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
|
@@ -93,6 +93,9 @@ exports.scalarsEnumsHash = {
|
|
|
93
93
|
billing_payment_method_type_enum: true,
|
|
94
94
|
billing_payment_method_type_select_column: true,
|
|
95
95
|
billing_payment_method_type_update_column: true,
|
|
96
|
+
bookingChannelIconCandidate_constraint: true,
|
|
97
|
+
bookingChannelIconCandidate_select_column: true,
|
|
98
|
+
bookingChannelIconCandidate_update_column: true,
|
|
96
99
|
booking_channel_constraint: true,
|
|
97
100
|
booking_channel_select_column: true,
|
|
98
101
|
booking_channel_update_column: true,
|
|
@@ -213,6 +216,8 @@ exports.scalarsEnumsHash = {
|
|
|
213
216
|
journalEntry_constraint: true,
|
|
214
217
|
journalEntry_select_column: true,
|
|
215
218
|
journalEntry_update_column: true,
|
|
219
|
+
journal_entry_inactive_reason: true,
|
|
220
|
+
journal_entry_ledger: true,
|
|
216
221
|
json: true,
|
|
217
222
|
jsonb: true,
|
|
218
223
|
listingOwnershipPeriodBusinessModel_constraint: true,
|
|
@@ -450,6 +455,8 @@ exports.scalarsEnumsHash = {
|
|
|
450
455
|
transactionType_update_column: true,
|
|
451
456
|
transaction_constraint: true,
|
|
452
457
|
transaction_select_column: true,
|
|
458
|
+
transaction_select_column_transaction_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
459
|
+
transaction_select_column_transaction_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
453
460
|
transaction_update_column: true,
|
|
454
461
|
user_company_type_constraint: true,
|
|
455
462
|
user_company_type_enum: true,
|
|
@@ -4891,6 +4898,130 @@ exports.generatedSchema = {
|
|
|
4891
4898
|
_set: { __type: "billing_payment_method_type_set_input" },
|
|
4892
4899
|
where: { __type: "billing_payment_method_type_bool_exp!" },
|
|
4893
4900
|
},
|
|
4901
|
+
bookingChannelIconCandidate: {
|
|
4902
|
+
__typename: { __type: "String!" },
|
|
4903
|
+
bookingChannel: { __type: "booking_channel!" },
|
|
4904
|
+
bookingChannelId: { __type: "uuid!" },
|
|
4905
|
+
comment: { __type: "String" },
|
|
4906
|
+
createdAt: { __type: "timestamptz!" },
|
|
4907
|
+
fileStorage: { __type: "file_storage!" },
|
|
4908
|
+
fileStorageId: { __type: "uuid!" },
|
|
4909
|
+
id: { __type: "uuid!" },
|
|
4910
|
+
source: { __type: "String" },
|
|
4911
|
+
updatedAt: { __type: "timestamptz!" },
|
|
4912
|
+
},
|
|
4913
|
+
bookingChannelIconCandidate_aggregate: {
|
|
4914
|
+
__typename: { __type: "String!" },
|
|
4915
|
+
aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
|
|
4916
|
+
nodes: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4917
|
+
},
|
|
4918
|
+
bookingChannelIconCandidate_aggregate_fields: {
|
|
4919
|
+
__typename: { __type: "String!" },
|
|
4920
|
+
count: {
|
|
4921
|
+
__type: "Int!",
|
|
4922
|
+
__args: {
|
|
4923
|
+
columns: "[bookingChannelIconCandidate_select_column!]",
|
|
4924
|
+
distinct: "Boolean",
|
|
4925
|
+
},
|
|
4926
|
+
},
|
|
4927
|
+
max: { __type: "bookingChannelIconCandidate_max_fields" },
|
|
4928
|
+
min: { __type: "bookingChannelIconCandidate_min_fields" },
|
|
4929
|
+
},
|
|
4930
|
+
bookingChannelIconCandidate_bool_exp: {
|
|
4931
|
+
_and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4932
|
+
_not: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4933
|
+
_or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4934
|
+
bookingChannel: { __type: "booking_channel_bool_exp" },
|
|
4935
|
+
bookingChannelId: { __type: "uuid_comparison_exp" },
|
|
4936
|
+
comment: { __type: "String_comparison_exp" },
|
|
4937
|
+
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
4938
|
+
fileStorage: { __type: "file_storage_bool_exp" },
|
|
4939
|
+
fileStorageId: { __type: "uuid_comparison_exp" },
|
|
4940
|
+
id: { __type: "uuid_comparison_exp" },
|
|
4941
|
+
source: { __type: "String_comparison_exp" },
|
|
4942
|
+
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
4943
|
+
},
|
|
4944
|
+
bookingChannelIconCandidate_insert_input: {
|
|
4945
|
+
bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
4946
|
+
bookingChannelId: { __type: "uuid" },
|
|
4947
|
+
comment: { __type: "String" },
|
|
4948
|
+
createdAt: { __type: "timestamptz" },
|
|
4949
|
+
fileStorage: { __type: "file_storage_obj_rel_insert_input" },
|
|
4950
|
+
fileStorageId: { __type: "uuid" },
|
|
4951
|
+
id: { __type: "uuid" },
|
|
4952
|
+
source: { __type: "String" },
|
|
4953
|
+
updatedAt: { __type: "timestamptz" },
|
|
4954
|
+
},
|
|
4955
|
+
bookingChannelIconCandidate_max_fields: {
|
|
4956
|
+
__typename: { __type: "String!" },
|
|
4957
|
+
bookingChannelId: { __type: "uuid" },
|
|
4958
|
+
comment: { __type: "String" },
|
|
4959
|
+
createdAt: { __type: "timestamptz" },
|
|
4960
|
+
fileStorageId: { __type: "uuid" },
|
|
4961
|
+
id: { __type: "uuid" },
|
|
4962
|
+
source: { __type: "String" },
|
|
4963
|
+
updatedAt: { __type: "timestamptz" },
|
|
4964
|
+
},
|
|
4965
|
+
bookingChannelIconCandidate_min_fields: {
|
|
4966
|
+
__typename: { __type: "String!" },
|
|
4967
|
+
bookingChannelId: { __type: "uuid" },
|
|
4968
|
+
comment: { __type: "String" },
|
|
4969
|
+
createdAt: { __type: "timestamptz" },
|
|
4970
|
+
fileStorageId: { __type: "uuid" },
|
|
4971
|
+
id: { __type: "uuid" },
|
|
4972
|
+
source: { __type: "String" },
|
|
4973
|
+
updatedAt: { __type: "timestamptz" },
|
|
4974
|
+
},
|
|
4975
|
+
bookingChannelIconCandidate_mutation_response: {
|
|
4976
|
+
__typename: { __type: "String!" },
|
|
4977
|
+
affected_rows: { __type: "Int!" },
|
|
4978
|
+
returning: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4979
|
+
},
|
|
4980
|
+
bookingChannelIconCandidate_on_conflict: {
|
|
4981
|
+
constraint: { __type: "bookingChannelIconCandidate_constraint!" },
|
|
4982
|
+
update_columns: { __type: "[bookingChannelIconCandidate_update_column!]!" },
|
|
4983
|
+
where: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4984
|
+
},
|
|
4985
|
+
bookingChannelIconCandidate_order_by: {
|
|
4986
|
+
bookingChannel: { __type: "booking_channel_order_by" },
|
|
4987
|
+
bookingChannelId: { __type: "order_by" },
|
|
4988
|
+
comment: { __type: "order_by" },
|
|
4989
|
+
createdAt: { __type: "order_by" },
|
|
4990
|
+
fileStorage: { __type: "file_storage_order_by" },
|
|
4991
|
+
fileStorageId: { __type: "order_by" },
|
|
4992
|
+
id: { __type: "order_by" },
|
|
4993
|
+
source: { __type: "order_by" },
|
|
4994
|
+
updatedAt: { __type: "order_by" },
|
|
4995
|
+
},
|
|
4996
|
+
bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
|
|
4997
|
+
bookingChannelIconCandidate_set_input: {
|
|
4998
|
+
bookingChannelId: { __type: "uuid" },
|
|
4999
|
+
comment: { __type: "String" },
|
|
5000
|
+
createdAt: { __type: "timestamptz" },
|
|
5001
|
+
fileStorageId: { __type: "uuid" },
|
|
5002
|
+
id: { __type: "uuid" },
|
|
5003
|
+
source: { __type: "String" },
|
|
5004
|
+
updatedAt: { __type: "timestamptz" },
|
|
5005
|
+
},
|
|
5006
|
+
bookingChannelIconCandidate_stream_cursor_input: {
|
|
5007
|
+
initial_value: {
|
|
5008
|
+
__type: "bookingChannelIconCandidate_stream_cursor_value_input!",
|
|
5009
|
+
},
|
|
5010
|
+
ordering: { __type: "cursor_ordering" },
|
|
5011
|
+
},
|
|
5012
|
+
bookingChannelIconCandidate_stream_cursor_value_input: {
|
|
5013
|
+
bookingChannelId: { __type: "uuid" },
|
|
5014
|
+
comment: { __type: "String" },
|
|
5015
|
+
createdAt: { __type: "timestamptz" },
|
|
5016
|
+
fileStorageId: { __type: "uuid" },
|
|
5017
|
+
id: { __type: "uuid" },
|
|
5018
|
+
source: { __type: "String" },
|
|
5019
|
+
updatedAt: { __type: "timestamptz" },
|
|
5020
|
+
},
|
|
5021
|
+
bookingChannelIconCandidate_updates: {
|
|
5022
|
+
_set: { __type: "bookingChannelIconCandidate_set_input" },
|
|
5023
|
+
where: { __type: "bookingChannelIconCandidate_bool_exp!" },
|
|
5024
|
+
},
|
|
4894
5025
|
booking_channel: {
|
|
4895
5026
|
__typename: { __type: "String!" },
|
|
4896
5027
|
channelRef: { __type: "String" },
|
|
@@ -4917,6 +5048,7 @@ exports.generatedSchema = {
|
|
|
4917
5048
|
where: "reservation_bool_exp",
|
|
4918
5049
|
},
|
|
4919
5050
|
},
|
|
5051
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
4920
5052
|
settings: {
|
|
4921
5053
|
__type: "[setting!]!",
|
|
4922
5054
|
__args: {
|
|
@@ -5007,6 +5139,7 @@ exports.generatedSchema = {
|
|
|
5007
5139
|
id: { __type: "uuid_comparison_exp" },
|
|
5008
5140
|
reservations: { __type: "reservation_bool_exp" },
|
|
5009
5141
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
5142
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
|
|
5010
5143
|
settings: { __type: "setting_bool_exp" },
|
|
5011
5144
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
5012
5145
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
@@ -5022,6 +5155,7 @@ exports.generatedSchema = {
|
|
|
5022
5155
|
icon: { __type: "String" },
|
|
5023
5156
|
id: { __type: "uuid" },
|
|
5024
5157
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
5158
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5025
5159
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
5026
5160
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
5027
5161
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -5034,6 +5168,7 @@ exports.generatedSchema = {
|
|
|
5034
5168
|
createdAt: { __type: "timestamptz" },
|
|
5035
5169
|
icon: { __type: "String" },
|
|
5036
5170
|
id: { __type: "uuid" },
|
|
5171
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5037
5172
|
uniqueRef: { __type: "String" },
|
|
5038
5173
|
updatedAt: { __type: "timestamptz" },
|
|
5039
5174
|
},
|
|
@@ -5043,6 +5178,7 @@ exports.generatedSchema = {
|
|
|
5043
5178
|
createdAt: { __type: "timestamptz" },
|
|
5044
5179
|
icon: { __type: "String" },
|
|
5045
5180
|
id: { __type: "uuid" },
|
|
5181
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5046
5182
|
uniqueRef: { __type: "String" },
|
|
5047
5183
|
updatedAt: { __type: "timestamptz" },
|
|
5048
5184
|
},
|
|
@@ -5066,6 +5202,7 @@ exports.generatedSchema = {
|
|
|
5066
5202
|
icon: { __type: "order_by" },
|
|
5067
5203
|
id: { __type: "order_by" },
|
|
5068
5204
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
5205
|
+
selectedBookingChannelIconCandidateId: { __type: "order_by" },
|
|
5069
5206
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
5070
5207
|
settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
|
|
5071
5208
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -5078,6 +5215,7 @@ exports.generatedSchema = {
|
|
|
5078
5215
|
createdAt: { __type: "timestamptz" },
|
|
5079
5216
|
icon: { __type: "String" },
|
|
5080
5217
|
id: { __type: "uuid" },
|
|
5218
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5081
5219
|
uniqueRef: { __type: "String" },
|
|
5082
5220
|
updatedAt: { __type: "timestamptz" },
|
|
5083
5221
|
},
|
|
@@ -5090,6 +5228,7 @@ exports.generatedSchema = {
|
|
|
5090
5228
|
createdAt: { __type: "timestamptz" },
|
|
5091
5229
|
icon: { __type: "String" },
|
|
5092
5230
|
id: { __type: "uuid" },
|
|
5231
|
+
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5093
5232
|
uniqueRef: { __type: "String" },
|
|
5094
5233
|
updatedAt: { __type: "timestamptz" },
|
|
5095
5234
|
},
|
|
@@ -9833,6 +9972,8 @@ exports.generatedSchema = {
|
|
|
9833
9972
|
entitySortNum: { __type: "Int" },
|
|
9834
9973
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
9835
9974
|
id: { __type: "uuid!" },
|
|
9975
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
9976
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
9836
9977
|
line: { __type: "payment_line" },
|
|
9837
9978
|
lineId: { __type: "uuid" },
|
|
9838
9979
|
lineUniqueRef: { __type: "String" },
|
|
@@ -10146,6 +10287,8 @@ exports.generatedSchema = {
|
|
|
10146
10287
|
entitySortNum: { __type: "Int_comparison_exp" },
|
|
10147
10288
|
entityType: { __type: "journalEntryEntityType_enum_comparison_exp" },
|
|
10148
10289
|
id: { __type: "uuid_comparison_exp" },
|
|
10290
|
+
inactive_reason: { __type: "journal_entry_inactive_reason_comparison_exp" },
|
|
10291
|
+
ledger: { __type: "journal_entry_ledger_comparison_exp" },
|
|
10149
10292
|
line: { __type: "payment_line_bool_exp" },
|
|
10150
10293
|
lineId: { __type: "uuid_comparison_exp" },
|
|
10151
10294
|
lineUniqueRef: { __type: "String_comparison_exp" },
|
|
@@ -10201,6 +10344,8 @@ exports.generatedSchema = {
|
|
|
10201
10344
|
entitySortNum: { __type: "Int" },
|
|
10202
10345
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
10203
10346
|
id: { __type: "uuid" },
|
|
10347
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10348
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10204
10349
|
line: { __type: "payment_line_obj_rel_insert_input" },
|
|
10205
10350
|
lineId: { __type: "uuid" },
|
|
10206
10351
|
lineUniqueRef: { __type: "String" },
|
|
@@ -10246,6 +10391,8 @@ exports.generatedSchema = {
|
|
|
10246
10391
|
description: { __type: "String" },
|
|
10247
10392
|
entitySortNum: { __type: "Int" },
|
|
10248
10393
|
id: { __type: "uuid" },
|
|
10394
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10395
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10249
10396
|
lineId: { __type: "uuid" },
|
|
10250
10397
|
lineUniqueRef: { __type: "String" },
|
|
10251
10398
|
listingId: { __type: "uuid" },
|
|
@@ -10272,6 +10419,8 @@ exports.generatedSchema = {
|
|
|
10272
10419
|
description: { __type: "order_by" },
|
|
10273
10420
|
entitySortNum: { __type: "order_by" },
|
|
10274
10421
|
id: { __type: "order_by" },
|
|
10422
|
+
inactive_reason: { __type: "order_by" },
|
|
10423
|
+
ledger: { __type: "order_by" },
|
|
10275
10424
|
lineId: { __type: "order_by" },
|
|
10276
10425
|
lineUniqueRef: { __type: "order_by" },
|
|
10277
10426
|
listingId: { __type: "order_by" },
|
|
@@ -10299,6 +10448,8 @@ exports.generatedSchema = {
|
|
|
10299
10448
|
description: { __type: "String" },
|
|
10300
10449
|
entitySortNum: { __type: "Int" },
|
|
10301
10450
|
id: { __type: "uuid" },
|
|
10451
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10452
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10302
10453
|
lineId: { __type: "uuid" },
|
|
10303
10454
|
lineUniqueRef: { __type: "String" },
|
|
10304
10455
|
listingId: { __type: "uuid" },
|
|
@@ -10325,6 +10476,8 @@ exports.generatedSchema = {
|
|
|
10325
10476
|
description: { __type: "order_by" },
|
|
10326
10477
|
entitySortNum: { __type: "order_by" },
|
|
10327
10478
|
id: { __type: "order_by" },
|
|
10479
|
+
inactive_reason: { __type: "order_by" },
|
|
10480
|
+
ledger: { __type: "order_by" },
|
|
10328
10481
|
lineId: { __type: "order_by" },
|
|
10329
10482
|
lineUniqueRef: { __type: "order_by" },
|
|
10330
10483
|
listingId: { __type: "order_by" },
|
|
@@ -10366,6 +10519,8 @@ exports.generatedSchema = {
|
|
|
10366
10519
|
entitySortNum: { __type: "order_by" },
|
|
10367
10520
|
entityType: { __type: "order_by" },
|
|
10368
10521
|
id: { __type: "order_by" },
|
|
10522
|
+
inactive_reason: { __type: "order_by" },
|
|
10523
|
+
ledger: { __type: "order_by" },
|
|
10369
10524
|
line: { __type: "payment_line_order_by" },
|
|
10370
10525
|
lineId: { __type: "order_by" },
|
|
10371
10526
|
lineUniqueRef: { __type: "order_by" },
|
|
@@ -10412,6 +10567,8 @@ exports.generatedSchema = {
|
|
|
10412
10567
|
entitySortNum: { __type: "Int" },
|
|
10413
10568
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
10414
10569
|
id: { __type: "uuid" },
|
|
10570
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10571
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10415
10572
|
lineId: { __type: "uuid" },
|
|
10416
10573
|
lineUniqueRef: { __type: "String" },
|
|
10417
10574
|
listingId: { __type: "uuid" },
|
|
@@ -10480,6 +10637,8 @@ exports.generatedSchema = {
|
|
|
10480
10637
|
entitySortNum: { __type: "Int" },
|
|
10481
10638
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
10482
10639
|
id: { __type: "uuid" },
|
|
10640
|
+
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10641
|
+
ledger: { __type: "journal_entry_ledger" },
|
|
10483
10642
|
lineId: { __type: "uuid" },
|
|
10484
10643
|
lineUniqueRef: { __type: "String" },
|
|
10485
10644
|
listingId: { __type: "uuid" },
|
|
@@ -10550,6 +10709,28 @@ exports.generatedSchema = {
|
|
|
10550
10709
|
entitySortNum: { __type: "order_by" },
|
|
10551
10710
|
txnNum: { __type: "order_by" },
|
|
10552
10711
|
},
|
|
10712
|
+
journal_entry_inactive_reason_comparison_exp: {
|
|
10713
|
+
_eq: { __type: "journal_entry_inactive_reason" },
|
|
10714
|
+
_gt: { __type: "journal_entry_inactive_reason" },
|
|
10715
|
+
_gte: { __type: "journal_entry_inactive_reason" },
|
|
10716
|
+
_in: { __type: "[journal_entry_inactive_reason!]" },
|
|
10717
|
+
_is_null: { __type: "Boolean" },
|
|
10718
|
+
_lt: { __type: "journal_entry_inactive_reason" },
|
|
10719
|
+
_lte: { __type: "journal_entry_inactive_reason" },
|
|
10720
|
+
_neq: { __type: "journal_entry_inactive_reason" },
|
|
10721
|
+
_nin: { __type: "[journal_entry_inactive_reason!]" },
|
|
10722
|
+
},
|
|
10723
|
+
journal_entry_ledger_comparison_exp: {
|
|
10724
|
+
_eq: { __type: "journal_entry_ledger" },
|
|
10725
|
+
_gt: { __type: "journal_entry_ledger" },
|
|
10726
|
+
_gte: { __type: "journal_entry_ledger" },
|
|
10727
|
+
_in: { __type: "[journal_entry_ledger!]" },
|
|
10728
|
+
_is_null: { __type: "Boolean" },
|
|
10729
|
+
_lt: { __type: "journal_entry_ledger" },
|
|
10730
|
+
_lte: { __type: "journal_entry_ledger" },
|
|
10731
|
+
_neq: { __type: "journal_entry_ledger" },
|
|
10732
|
+
_nin: { __type: "[journal_entry_ledger!]" },
|
|
10733
|
+
},
|
|
10553
10734
|
json_comparison_exp: {
|
|
10554
10735
|
_eq: { __type: "json" },
|
|
10555
10736
|
_gt: { __type: "json" },
|
|
@@ -10988,6 +11169,7 @@ exports.generatedSchema = {
|
|
|
10988
11169
|
where: "owner_statement_bool_exp",
|
|
10989
11170
|
},
|
|
10990
11171
|
},
|
|
11172
|
+
reserve_cent_total: { __type: "bigint!" },
|
|
10991
11173
|
setListingInactive: { __type: "Boolean" },
|
|
10992
11174
|
startAt: { __type: "timestamptz" },
|
|
10993
11175
|
tenant: { __type: "tenant!" },
|
|
@@ -11345,6 +11527,7 @@ exports.generatedSchema = {
|
|
|
11345
11527
|
},
|
|
11346
11528
|
listingOwnershipPeriod_aggregate_fields: {
|
|
11347
11529
|
__typename: { __type: "String!" },
|
|
11530
|
+
avg: { __type: "listingOwnershipPeriod_avg_fields" },
|
|
11348
11531
|
count: {
|
|
11349
11532
|
__type: "Int!",
|
|
11350
11533
|
__args: {
|
|
@@ -11354,16 +11537,38 @@ exports.generatedSchema = {
|
|
|
11354
11537
|
},
|
|
11355
11538
|
max: { __type: "listingOwnershipPeriod_max_fields" },
|
|
11356
11539
|
min: { __type: "listingOwnershipPeriod_min_fields" },
|
|
11540
|
+
stddev: { __type: "listingOwnershipPeriod_stddev_fields" },
|
|
11541
|
+
stddev_pop: { __type: "listingOwnershipPeriod_stddev_pop_fields" },
|
|
11542
|
+
stddev_samp: { __type: "listingOwnershipPeriod_stddev_samp_fields" },
|
|
11543
|
+
sum: { __type: "listingOwnershipPeriod_sum_fields" },
|
|
11544
|
+
var_pop: { __type: "listingOwnershipPeriod_var_pop_fields" },
|
|
11545
|
+
var_samp: { __type: "listingOwnershipPeriod_var_samp_fields" },
|
|
11546
|
+
variance: { __type: "listingOwnershipPeriod_variance_fields" },
|
|
11357
11547
|
},
|
|
11358
11548
|
listingOwnershipPeriod_aggregate_order_by: {
|
|
11549
|
+
avg: { __type: "listingOwnershipPeriod_avg_order_by" },
|
|
11359
11550
|
count: { __type: "order_by" },
|
|
11360
11551
|
max: { __type: "listingOwnershipPeriod_max_order_by" },
|
|
11361
11552
|
min: { __type: "listingOwnershipPeriod_min_order_by" },
|
|
11553
|
+
stddev: { __type: "listingOwnershipPeriod_stddev_order_by" },
|
|
11554
|
+
stddev_pop: { __type: "listingOwnershipPeriod_stddev_pop_order_by" },
|
|
11555
|
+
stddev_samp: { __type: "listingOwnershipPeriod_stddev_samp_order_by" },
|
|
11556
|
+
sum: { __type: "listingOwnershipPeriod_sum_order_by" },
|
|
11557
|
+
var_pop: { __type: "listingOwnershipPeriod_var_pop_order_by" },
|
|
11558
|
+
var_samp: { __type: "listingOwnershipPeriod_var_samp_order_by" },
|
|
11559
|
+
variance: { __type: "listingOwnershipPeriod_variance_order_by" },
|
|
11362
11560
|
},
|
|
11363
11561
|
listingOwnershipPeriod_arr_rel_insert_input: {
|
|
11364
11562
|
data: { __type: "[listingOwnershipPeriod_insert_input!]!" },
|
|
11365
11563
|
on_conflict: { __type: "listingOwnershipPeriod_on_conflict" },
|
|
11366
11564
|
},
|
|
11565
|
+
listingOwnershipPeriod_avg_fields: {
|
|
11566
|
+
__typename: { __type: "String!" },
|
|
11567
|
+
reserve_cent_total: { __type: "Float" },
|
|
11568
|
+
},
|
|
11569
|
+
listingOwnershipPeriod_avg_order_by: {
|
|
11570
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11571
|
+
},
|
|
11367
11572
|
listingOwnershipPeriod_bool_exp: {
|
|
11368
11573
|
_and: { __type: "[listingOwnershipPeriod_bool_exp!]" },
|
|
11369
11574
|
_not: { __type: "listingOwnershipPeriod_bool_exp" },
|
|
@@ -11384,12 +11589,16 @@ exports.generatedSchema = {
|
|
|
11384
11589
|
},
|
|
11385
11590
|
ownerStatements: { __type: "owner_statement_bool_exp" },
|
|
11386
11591
|
ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
|
|
11592
|
+
reserve_cent_total: { __type: "bigint_comparison_exp" },
|
|
11387
11593
|
setListingInactive: { __type: "Boolean_comparison_exp" },
|
|
11388
11594
|
startAt: { __type: "timestamptz_comparison_exp" },
|
|
11389
11595
|
tenant: { __type: "tenant_bool_exp" },
|
|
11390
11596
|
tenantId: { __type: "uuid_comparison_exp" },
|
|
11391
11597
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
11392
11598
|
},
|
|
11599
|
+
listingOwnershipPeriod_inc_input: {
|
|
11600
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11601
|
+
},
|
|
11393
11602
|
listingOwnershipPeriod_insert_input: {
|
|
11394
11603
|
businessModel: { __type: "listingOwnershipPeriodBusinessModel_enum" },
|
|
11395
11604
|
createdAt: { __type: "timestamptz" },
|
|
@@ -11400,6 +11609,7 @@ exports.generatedSchema = {
|
|
|
11400
11609
|
listingId: { __type: "uuid" },
|
|
11401
11610
|
members: { __type: "listingOwnershipPeriodMember_arr_rel_insert_input" },
|
|
11402
11611
|
ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
|
|
11612
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11403
11613
|
setListingInactive: { __type: "Boolean" },
|
|
11404
11614
|
startAt: { __type: "timestamptz" },
|
|
11405
11615
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -11412,6 +11622,7 @@ exports.generatedSchema = {
|
|
|
11412
11622
|
endAt: { __type: "timestamptz" },
|
|
11413
11623
|
id: { __type: "uuid" },
|
|
11414
11624
|
listingId: { __type: "uuid" },
|
|
11625
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11415
11626
|
startAt: { __type: "timestamptz" },
|
|
11416
11627
|
tenantId: { __type: "uuid" },
|
|
11417
11628
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -11421,6 +11632,7 @@ exports.generatedSchema = {
|
|
|
11421
11632
|
endAt: { __type: "order_by" },
|
|
11422
11633
|
id: { __type: "order_by" },
|
|
11423
11634
|
listingId: { __type: "order_by" },
|
|
11635
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11424
11636
|
startAt: { __type: "order_by" },
|
|
11425
11637
|
tenantId: { __type: "order_by" },
|
|
11426
11638
|
updatedAt: { __type: "order_by" },
|
|
@@ -11431,6 +11643,7 @@ exports.generatedSchema = {
|
|
|
11431
11643
|
endAt: { __type: "timestamptz" },
|
|
11432
11644
|
id: { __type: "uuid" },
|
|
11433
11645
|
listingId: { __type: "uuid" },
|
|
11646
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11434
11647
|
startAt: { __type: "timestamptz" },
|
|
11435
11648
|
tenantId: { __type: "uuid" },
|
|
11436
11649
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -11440,6 +11653,7 @@ exports.generatedSchema = {
|
|
|
11440
11653
|
endAt: { __type: "order_by" },
|
|
11441
11654
|
id: { __type: "order_by" },
|
|
11442
11655
|
listingId: { __type: "order_by" },
|
|
11656
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11443
11657
|
startAt: { __type: "order_by" },
|
|
11444
11658
|
tenantId: { __type: "order_by" },
|
|
11445
11659
|
updatedAt: { __type: "order_by" },
|
|
@@ -11470,6 +11684,7 @@ exports.generatedSchema = {
|
|
|
11470
11684
|
__type: "listingOwnershipPeriodMember_aggregate_order_by",
|
|
11471
11685
|
},
|
|
11472
11686
|
ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
|
|
11687
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11473
11688
|
setListingInactive: { __type: "order_by" },
|
|
11474
11689
|
startAt: { __type: "order_by" },
|
|
11475
11690
|
tenant: { __type: "tenant_order_by" },
|
|
@@ -11483,11 +11698,33 @@ exports.generatedSchema = {
|
|
|
11483
11698
|
endAt: { __type: "timestamptz" },
|
|
11484
11699
|
id: { __type: "uuid" },
|
|
11485
11700
|
listingId: { __type: "uuid" },
|
|
11701
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11486
11702
|
setListingInactive: { __type: "Boolean" },
|
|
11487
11703
|
startAt: { __type: "timestamptz" },
|
|
11488
11704
|
tenantId: { __type: "uuid" },
|
|
11489
11705
|
updatedAt: { __type: "timestamptz" },
|
|
11490
11706
|
},
|
|
11707
|
+
listingOwnershipPeriod_stddev_fields: {
|
|
11708
|
+
__typename: { __type: "String!" },
|
|
11709
|
+
reserve_cent_total: { __type: "Float" },
|
|
11710
|
+
},
|
|
11711
|
+
listingOwnershipPeriod_stddev_order_by: {
|
|
11712
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11713
|
+
},
|
|
11714
|
+
listingOwnershipPeriod_stddev_pop_fields: {
|
|
11715
|
+
__typename: { __type: "String!" },
|
|
11716
|
+
reserve_cent_total: { __type: "Float" },
|
|
11717
|
+
},
|
|
11718
|
+
listingOwnershipPeriod_stddev_pop_order_by: {
|
|
11719
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11720
|
+
},
|
|
11721
|
+
listingOwnershipPeriod_stddev_samp_fields: {
|
|
11722
|
+
__typename: { __type: "String!" },
|
|
11723
|
+
reserve_cent_total: { __type: "Float" },
|
|
11724
|
+
},
|
|
11725
|
+
listingOwnershipPeriod_stddev_samp_order_by: {
|
|
11726
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11727
|
+
},
|
|
11491
11728
|
listingOwnershipPeriod_stream_cursor_input: {
|
|
11492
11729
|
initial_value: {
|
|
11493
11730
|
__type: "listingOwnershipPeriod_stream_cursor_value_input!",
|
|
@@ -11500,15 +11737,45 @@ exports.generatedSchema = {
|
|
|
11500
11737
|
endAt: { __type: "timestamptz" },
|
|
11501
11738
|
id: { __type: "uuid" },
|
|
11502
11739
|
listingId: { __type: "uuid" },
|
|
11740
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11503
11741
|
setListingInactive: { __type: "Boolean" },
|
|
11504
11742
|
startAt: { __type: "timestamptz" },
|
|
11505
11743
|
tenantId: { __type: "uuid" },
|
|
11506
11744
|
updatedAt: { __type: "timestamptz" },
|
|
11507
11745
|
},
|
|
11746
|
+
listingOwnershipPeriod_sum_fields: {
|
|
11747
|
+
__typename: { __type: "String!" },
|
|
11748
|
+
reserve_cent_total: { __type: "bigint" },
|
|
11749
|
+
},
|
|
11750
|
+
listingOwnershipPeriod_sum_order_by: {
|
|
11751
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11752
|
+
},
|
|
11508
11753
|
listingOwnershipPeriod_updates: {
|
|
11754
|
+
_inc: { __type: "listingOwnershipPeriod_inc_input" },
|
|
11509
11755
|
_set: { __type: "listingOwnershipPeriod_set_input" },
|
|
11510
11756
|
where: { __type: "listingOwnershipPeriod_bool_exp!" },
|
|
11511
11757
|
},
|
|
11758
|
+
listingOwnershipPeriod_var_pop_fields: {
|
|
11759
|
+
__typename: { __type: "String!" },
|
|
11760
|
+
reserve_cent_total: { __type: "Float" },
|
|
11761
|
+
},
|
|
11762
|
+
listingOwnershipPeriod_var_pop_order_by: {
|
|
11763
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11764
|
+
},
|
|
11765
|
+
listingOwnershipPeriod_var_samp_fields: {
|
|
11766
|
+
__typename: { __type: "String!" },
|
|
11767
|
+
reserve_cent_total: { __type: "Float" },
|
|
11768
|
+
},
|
|
11769
|
+
listingOwnershipPeriod_var_samp_order_by: {
|
|
11770
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11771
|
+
},
|
|
11772
|
+
listingOwnershipPeriod_variance_fields: {
|
|
11773
|
+
__typename: { __type: "String!" },
|
|
11774
|
+
reserve_cent_total: { __type: "Float" },
|
|
11775
|
+
},
|
|
11776
|
+
listingOwnershipPeriod_variance_order_by: {
|
|
11777
|
+
reserve_cent_total: { __type: "order_by" },
|
|
11778
|
+
},
|
|
11512
11779
|
listing_aggregate: {
|
|
11513
11780
|
__typename: { __type: "String!" },
|
|
11514
11781
|
aggregate: { __type: "listing_aggregate_fields" },
|
|
@@ -13896,6 +14163,14 @@ exports.generatedSchema = {
|
|
|
13896
14163
|
__type: "booking_channel",
|
|
13897
14164
|
__args: { id: "uuid!" },
|
|
13898
14165
|
},
|
|
14166
|
+
deleteBookingChannelIconCandidate: {
|
|
14167
|
+
__type: "bookingChannelIconCandidate",
|
|
14168
|
+
__args: { id: "uuid!" },
|
|
14169
|
+
},
|
|
14170
|
+
deleteBookingChannelIconCandidates: {
|
|
14171
|
+
__type: "bookingChannelIconCandidate_mutation_response",
|
|
14172
|
+
__args: { where: "bookingChannelIconCandidate_bool_exp!" },
|
|
14173
|
+
},
|
|
13899
14174
|
deleteBookingChannels: {
|
|
13900
14175
|
__type: "booking_channel_mutation_response",
|
|
13901
14176
|
__args: { where: "booking_channel_bool_exp!" },
|
|
@@ -14868,6 +15143,20 @@ exports.generatedSchema = {
|
|
|
14868
15143
|
on_conflict: "booking_channel_on_conflict",
|
|
14869
15144
|
},
|
|
14870
15145
|
},
|
|
15146
|
+
insertBookingChannelIconCandidate: {
|
|
15147
|
+
__type: "bookingChannelIconCandidate",
|
|
15148
|
+
__args: {
|
|
15149
|
+
object: "bookingChannelIconCandidate_insert_input!",
|
|
15150
|
+
on_conflict: "bookingChannelIconCandidate_on_conflict",
|
|
15151
|
+
},
|
|
15152
|
+
},
|
|
15153
|
+
insertBookingChannelIconCandidates: {
|
|
15154
|
+
__type: "bookingChannelIconCandidate_mutation_response",
|
|
15155
|
+
__args: {
|
|
15156
|
+
objects: "[bookingChannelIconCandidate_insert_input!]!",
|
|
15157
|
+
on_conflict: "bookingChannelIconCandidate_on_conflict",
|
|
15158
|
+
},
|
|
15159
|
+
},
|
|
14871
15160
|
insertBookingChannels: {
|
|
14872
15161
|
__type: "booking_channel_mutation_response",
|
|
14873
15162
|
__args: {
|
|
@@ -16620,6 +16909,20 @@ exports.generatedSchema = {
|
|
|
16620
16909
|
pk_columns: "booking_channel_pk_columns_input!",
|
|
16621
16910
|
},
|
|
16622
16911
|
},
|
|
16912
|
+
updateBookingChannelIconCandidate: {
|
|
16913
|
+
__type: "bookingChannelIconCandidate",
|
|
16914
|
+
__args: {
|
|
16915
|
+
_set: "bookingChannelIconCandidate_set_input",
|
|
16916
|
+
pk_columns: "bookingChannelIconCandidate_pk_columns_input!",
|
|
16917
|
+
},
|
|
16918
|
+
},
|
|
16919
|
+
updateBookingChannelIconCandidates: {
|
|
16920
|
+
__type: "bookingChannelIconCandidate_mutation_response",
|
|
16921
|
+
__args: {
|
|
16922
|
+
_set: "bookingChannelIconCandidate_set_input",
|
|
16923
|
+
where: "bookingChannelIconCandidate_bool_exp!",
|
|
16924
|
+
},
|
|
16925
|
+
},
|
|
16623
16926
|
updateBookingChannels: {
|
|
16624
16927
|
__type: "booking_channel_mutation_response",
|
|
16625
16928
|
__args: {
|
|
@@ -17136,6 +17439,7 @@ exports.generatedSchema = {
|
|
|
17136
17439
|
updateListingOwnershipPeriod: {
|
|
17137
17440
|
__type: "listingOwnershipPeriod",
|
|
17138
17441
|
__args: {
|
|
17442
|
+
_inc: "listingOwnershipPeriod_inc_input",
|
|
17139
17443
|
_set: "listingOwnershipPeriod_set_input",
|
|
17140
17444
|
pk_columns: "listingOwnershipPeriod_pk_columns_input!",
|
|
17141
17445
|
},
|
|
@@ -17173,6 +17477,7 @@ exports.generatedSchema = {
|
|
|
17173
17477
|
updateListingOwnershipPeriods: {
|
|
17174
17478
|
__type: "listingOwnershipPeriod_mutation_response",
|
|
17175
17479
|
__args: {
|
|
17480
|
+
_inc: "listingOwnershipPeriod_inc_input",
|
|
17176
17481
|
_set: "listingOwnershipPeriod_set_input",
|
|
17177
17482
|
where: "listingOwnershipPeriod_bool_exp!",
|
|
17178
17483
|
},
|
|
@@ -17250,6 +17555,10 @@ exports.generatedSchema = {
|
|
|
17250
17555
|
__type: "[bankRecord_mutation_response]",
|
|
17251
17556
|
__args: { updates: "[bankRecord_updates!]!" },
|
|
17252
17557
|
},
|
|
17558
|
+
updateManyBookingChannelIconCandidates: {
|
|
17559
|
+
__type: "[bookingChannelIconCandidate_mutation_response]",
|
|
17560
|
+
__args: { updates: "[bookingChannelIconCandidate_updates!]!" },
|
|
17561
|
+
},
|
|
17253
17562
|
updateManyBookingChannels: {
|
|
17254
17563
|
__type: "[booking_channel_mutation_response]",
|
|
17255
17564
|
__args: { updates: "[booking_channel_updates!]!" },
|
|
@@ -22398,6 +22707,8 @@ exports.generatedSchema = {
|
|
|
22398
22707
|
connectionId: { __type: "uuid" },
|
|
22399
22708
|
createdAt: { __type: "timestamptz!" },
|
|
22400
22709
|
description: { __type: "String" },
|
|
22710
|
+
edited_type: { __type: "String" },
|
|
22711
|
+
effective_type: { __type: "String" },
|
|
22401
22712
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
22402
22713
|
id: { __type: "uuid!" },
|
|
22403
22714
|
journalEntries: {
|
|
@@ -22600,6 +22911,8 @@ exports.generatedSchema = {
|
|
|
22600
22911
|
connectionId: { __type: "uuid_comparison_exp" },
|
|
22601
22912
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
22602
22913
|
description: { __type: "String_comparison_exp" },
|
|
22914
|
+
edited_type: { __type: "String_comparison_exp" },
|
|
22915
|
+
effective_type: { __type: "String_comparison_exp" },
|
|
22603
22916
|
generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
|
|
22604
22917
|
id: { __type: "uuid_comparison_exp" },
|
|
22605
22918
|
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
@@ -23002,6 +23315,7 @@ exports.generatedSchema = {
|
|
|
23002
23315
|
connectionId: { __type: "uuid" },
|
|
23003
23316
|
createdAt: { __type: "timestamptz" },
|
|
23004
23317
|
description: { __type: "String" },
|
|
23318
|
+
edited_type: { __type: "String" },
|
|
23005
23319
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23006
23320
|
id: { __type: "uuid" },
|
|
23007
23321
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
@@ -23043,6 +23357,8 @@ exports.generatedSchema = {
|
|
|
23043
23357
|
connectionId: { __type: "uuid" },
|
|
23044
23358
|
createdAt: { __type: "timestamptz" },
|
|
23045
23359
|
description: { __type: "String" },
|
|
23360
|
+
edited_type: { __type: "String" },
|
|
23361
|
+
effective_type: { __type: "String" },
|
|
23046
23362
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23047
23363
|
id: { __type: "uuid" },
|
|
23048
23364
|
lineId: { __type: "uuid" },
|
|
@@ -23069,6 +23385,8 @@ exports.generatedSchema = {
|
|
|
23069
23385
|
connectionId: { __type: "order_by" },
|
|
23070
23386
|
createdAt: { __type: "order_by" },
|
|
23071
23387
|
description: { __type: "order_by" },
|
|
23388
|
+
edited_type: { __type: "order_by" },
|
|
23389
|
+
effective_type: { __type: "order_by" },
|
|
23072
23390
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
23073
23391
|
id: { __type: "order_by" },
|
|
23074
23392
|
lineId: { __type: "order_by" },
|
|
@@ -23096,6 +23414,8 @@ exports.generatedSchema = {
|
|
|
23096
23414
|
connectionId: { __type: "uuid" },
|
|
23097
23415
|
createdAt: { __type: "timestamptz" },
|
|
23098
23416
|
description: { __type: "String" },
|
|
23417
|
+
edited_type: { __type: "String" },
|
|
23418
|
+
effective_type: { __type: "String" },
|
|
23099
23419
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23100
23420
|
id: { __type: "uuid" },
|
|
23101
23421
|
lineId: { __type: "uuid" },
|
|
@@ -23122,6 +23442,8 @@ exports.generatedSchema = {
|
|
|
23122
23442
|
connectionId: { __type: "order_by" },
|
|
23123
23443
|
createdAt: { __type: "order_by" },
|
|
23124
23444
|
description: { __type: "order_by" },
|
|
23445
|
+
edited_type: { __type: "order_by" },
|
|
23446
|
+
effective_type: { __type: "order_by" },
|
|
23125
23447
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
23126
23448
|
id: { __type: "order_by" },
|
|
23127
23449
|
lineId: { __type: "order_by" },
|
|
@@ -23167,6 +23489,8 @@ exports.generatedSchema = {
|
|
|
23167
23489
|
connectionId: { __type: "order_by" },
|
|
23168
23490
|
createdAt: { __type: "order_by" },
|
|
23169
23491
|
description: { __type: "order_by" },
|
|
23492
|
+
edited_type: { __type: "order_by" },
|
|
23493
|
+
effective_type: { __type: "order_by" },
|
|
23170
23494
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
23171
23495
|
id: { __type: "order_by" },
|
|
23172
23496
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
@@ -23210,6 +23534,7 @@ exports.generatedSchema = {
|
|
|
23210
23534
|
connectionId: { __type: "uuid" },
|
|
23211
23535
|
createdAt: { __type: "timestamptz" },
|
|
23212
23536
|
description: { __type: "String" },
|
|
23537
|
+
edited_type: { __type: "String" },
|
|
23213
23538
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23214
23539
|
id: { __type: "uuid" },
|
|
23215
23540
|
lineId: { __type: "uuid" },
|
|
@@ -23275,6 +23600,8 @@ exports.generatedSchema = {
|
|
|
23275
23600
|
connectionId: { __type: "uuid" },
|
|
23276
23601
|
createdAt: { __type: "timestamptz" },
|
|
23277
23602
|
description: { __type: "String" },
|
|
23603
|
+
edited_type: { __type: "String" },
|
|
23604
|
+
effective_type: { __type: "String" },
|
|
23278
23605
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23279
23606
|
id: { __type: "uuid" },
|
|
23280
23607
|
lineId: { __type: "uuid" },
|
|
@@ -24225,6 +24552,30 @@ exports.generatedSchema = {
|
|
|
24225
24552
|
where: "booking_channel_bool_exp",
|
|
24226
24553
|
},
|
|
24227
24554
|
},
|
|
24555
|
+
bookingChannelIconCandidate: {
|
|
24556
|
+
__type: "bookingChannelIconCandidate",
|
|
24557
|
+
__args: { id: "uuid!" },
|
|
24558
|
+
},
|
|
24559
|
+
bookingChannelIconCandidateAggregate: {
|
|
24560
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
24561
|
+
__args: {
|
|
24562
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
24563
|
+
limit: "Int",
|
|
24564
|
+
offset: "Int",
|
|
24565
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
24566
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
24567
|
+
},
|
|
24568
|
+
},
|
|
24569
|
+
bookingChannelIconCandidates: {
|
|
24570
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
24571
|
+
__args: {
|
|
24572
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
24573
|
+
limit: "Int",
|
|
24574
|
+
offset: "Int",
|
|
24575
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
24576
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
24577
|
+
},
|
|
24578
|
+
},
|
|
24228
24579
|
bookingChannels: {
|
|
24229
24580
|
__type: "[booking_channel!]!",
|
|
24230
24581
|
__args: {
|
|
@@ -28188,6 +28539,11 @@ exports.generatedSchema = {
|
|
|
28188
28539
|
connectionId: { __type: "uuid" },
|
|
28189
28540
|
createdAt: { __type: "timestamptz" },
|
|
28190
28541
|
currency: { __type: "currency_enum" },
|
|
28542
|
+
edited_check_in: { __type: "timestamptz" },
|
|
28543
|
+
edited_check_out: { __type: "timestamptz" },
|
|
28544
|
+
effective_check_in: { __type: "timestamptz" },
|
|
28545
|
+
effective_check_out: { __type: "timestamptz" },
|
|
28546
|
+
effective_nights: { __type: "Int" },
|
|
28191
28547
|
files: {
|
|
28192
28548
|
__type: "[file_storage!]!",
|
|
28193
28549
|
__args: {
|
|
@@ -29060,6 +29416,7 @@ exports.generatedSchema = {
|
|
|
29060
29416
|
centPaymentFee: { __type: "Float" },
|
|
29061
29417
|
centService: { __type: "Float" },
|
|
29062
29418
|
centTotal: { __type: "Float" },
|
|
29419
|
+
effective_nights: { __type: "Float" },
|
|
29063
29420
|
guests: { __type: "Float" },
|
|
29064
29421
|
manager_cent_total: { __type: "Float" },
|
|
29065
29422
|
nights: { __type: "Float" },
|
|
@@ -29077,6 +29434,7 @@ exports.generatedSchema = {
|
|
|
29077
29434
|
centPaymentFee: { __type: "order_by" },
|
|
29078
29435
|
centService: { __type: "order_by" },
|
|
29079
29436
|
centTotal: { __type: "order_by" },
|
|
29437
|
+
effective_nights: { __type: "order_by" },
|
|
29080
29438
|
guests: { __type: "order_by" },
|
|
29081
29439
|
manager_cent_total: { __type: "order_by" },
|
|
29082
29440
|
nights: { __type: "order_by" },
|
|
@@ -29117,6 +29475,11 @@ exports.generatedSchema = {
|
|
|
29117
29475
|
connectionId: { __type: "uuid_comparison_exp" },
|
|
29118
29476
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
29119
29477
|
currency: { __type: "currency_enum_comparison_exp" },
|
|
29478
|
+
edited_check_in: { __type: "timestamptz_comparison_exp" },
|
|
29479
|
+
edited_check_out: { __type: "timestamptz_comparison_exp" },
|
|
29480
|
+
effective_check_in: { __type: "timestamptz_comparison_exp" },
|
|
29481
|
+
effective_check_out: { __type: "timestamptz_comparison_exp" },
|
|
29482
|
+
effective_nights: { __type: "Int_comparison_exp" },
|
|
29120
29483
|
files: { __type: "file_storage_bool_exp" },
|
|
29121
29484
|
files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
|
|
29122
29485
|
generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -29235,6 +29598,8 @@ exports.generatedSchema = {
|
|
|
29235
29598
|
connectionId: { __type: "uuid" },
|
|
29236
29599
|
createdAt: { __type: "timestamptz" },
|
|
29237
29600
|
currency: { __type: "currency_enum" },
|
|
29601
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29602
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29238
29603
|
files: { __type: "file_storage_arr_rel_insert_input" },
|
|
29239
29604
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29240
29605
|
general_ledger_status: { __type: "activeStatus_enum" },
|
|
@@ -29303,6 +29668,11 @@ exports.generatedSchema = {
|
|
|
29303
29668
|
confirmationCode: { __type: "String" },
|
|
29304
29669
|
connectionId: { __type: "uuid" },
|
|
29305
29670
|
createdAt: { __type: "timestamptz" },
|
|
29671
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29672
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29673
|
+
effective_check_in: { __type: "timestamptz" },
|
|
29674
|
+
effective_check_out: { __type: "timestamptz" },
|
|
29675
|
+
effective_nights: { __type: "Int" },
|
|
29306
29676
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29307
29677
|
guestName: { __type: "String" },
|
|
29308
29678
|
guests: { __type: "Int" },
|
|
@@ -29346,6 +29716,11 @@ exports.generatedSchema = {
|
|
|
29346
29716
|
confirmationCode: { __type: "order_by" },
|
|
29347
29717
|
connectionId: { __type: "order_by" },
|
|
29348
29718
|
createdAt: { __type: "order_by" },
|
|
29719
|
+
edited_check_in: { __type: "order_by" },
|
|
29720
|
+
edited_check_out: { __type: "order_by" },
|
|
29721
|
+
effective_check_in: { __type: "order_by" },
|
|
29722
|
+
effective_check_out: { __type: "order_by" },
|
|
29723
|
+
effective_nights: { __type: "order_by" },
|
|
29349
29724
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
29350
29725
|
guestName: { __type: "order_by" },
|
|
29351
29726
|
guests: { __type: "order_by" },
|
|
@@ -29390,6 +29765,11 @@ exports.generatedSchema = {
|
|
|
29390
29765
|
confirmationCode: { __type: "String" },
|
|
29391
29766
|
connectionId: { __type: "uuid" },
|
|
29392
29767
|
createdAt: { __type: "timestamptz" },
|
|
29768
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29769
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29770
|
+
effective_check_in: { __type: "timestamptz" },
|
|
29771
|
+
effective_check_out: { __type: "timestamptz" },
|
|
29772
|
+
effective_nights: { __type: "Int" },
|
|
29393
29773
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29394
29774
|
guestName: { __type: "String" },
|
|
29395
29775
|
guests: { __type: "Int" },
|
|
@@ -29433,6 +29813,11 @@ exports.generatedSchema = {
|
|
|
29433
29813
|
confirmationCode: { __type: "order_by" },
|
|
29434
29814
|
connectionId: { __type: "order_by" },
|
|
29435
29815
|
createdAt: { __type: "order_by" },
|
|
29816
|
+
edited_check_in: { __type: "order_by" },
|
|
29817
|
+
edited_check_out: { __type: "order_by" },
|
|
29818
|
+
effective_check_in: { __type: "order_by" },
|
|
29819
|
+
effective_check_out: { __type: "order_by" },
|
|
29820
|
+
effective_nights: { __type: "order_by" },
|
|
29436
29821
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
29437
29822
|
guestName: { __type: "order_by" },
|
|
29438
29823
|
guests: { __type: "order_by" },
|
|
@@ -29497,6 +29882,11 @@ exports.generatedSchema = {
|
|
|
29497
29882
|
connectionId: { __type: "order_by" },
|
|
29498
29883
|
createdAt: { __type: "order_by" },
|
|
29499
29884
|
currency: { __type: "order_by" },
|
|
29885
|
+
edited_check_in: { __type: "order_by" },
|
|
29886
|
+
edited_check_out: { __type: "order_by" },
|
|
29887
|
+
effective_check_in: { __type: "order_by" },
|
|
29888
|
+
effective_check_out: { __type: "order_by" },
|
|
29889
|
+
effective_nights: { __type: "order_by" },
|
|
29500
29890
|
files_aggregate: { __type: "file_storage_aggregate_order_by" },
|
|
29501
29891
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
29502
29892
|
general_ledger_status: { __type: "order_by" },
|
|
@@ -29572,6 +29962,8 @@ exports.generatedSchema = {
|
|
|
29572
29962
|
connectionId: { __type: "uuid" },
|
|
29573
29963
|
createdAt: { __type: "timestamptz" },
|
|
29574
29964
|
currency: { __type: "currency_enum" },
|
|
29965
|
+
edited_check_in: { __type: "timestamptz" },
|
|
29966
|
+
edited_check_out: { __type: "timestamptz" },
|
|
29575
29967
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29576
29968
|
general_ledger_status: { __type: "activeStatus_enum" },
|
|
29577
29969
|
guestName: { __type: "String" },
|
|
@@ -29676,6 +30068,7 @@ exports.generatedSchema = {
|
|
|
29676
30068
|
centPaymentFee: { __type: "Float" },
|
|
29677
30069
|
centService: { __type: "Float" },
|
|
29678
30070
|
centTotal: { __type: "Float" },
|
|
30071
|
+
effective_nights: { __type: "Float" },
|
|
29679
30072
|
guests: { __type: "Float" },
|
|
29680
30073
|
manager_cent_total: { __type: "Float" },
|
|
29681
30074
|
nights: { __type: "Float" },
|
|
@@ -29693,6 +30086,7 @@ exports.generatedSchema = {
|
|
|
29693
30086
|
centPaymentFee: { __type: "order_by" },
|
|
29694
30087
|
centService: { __type: "order_by" },
|
|
29695
30088
|
centTotal: { __type: "order_by" },
|
|
30089
|
+
effective_nights: { __type: "order_by" },
|
|
29696
30090
|
guests: { __type: "order_by" },
|
|
29697
30091
|
manager_cent_total: { __type: "order_by" },
|
|
29698
30092
|
nights: { __type: "order_by" },
|
|
@@ -29711,6 +30105,7 @@ exports.generatedSchema = {
|
|
|
29711
30105
|
centPaymentFee: { __type: "Float" },
|
|
29712
30106
|
centService: { __type: "Float" },
|
|
29713
30107
|
centTotal: { __type: "Float" },
|
|
30108
|
+
effective_nights: { __type: "Float" },
|
|
29714
30109
|
guests: { __type: "Float" },
|
|
29715
30110
|
manager_cent_total: { __type: "Float" },
|
|
29716
30111
|
nights: { __type: "Float" },
|
|
@@ -29728,6 +30123,7 @@ exports.generatedSchema = {
|
|
|
29728
30123
|
centPaymentFee: { __type: "order_by" },
|
|
29729
30124
|
centService: { __type: "order_by" },
|
|
29730
30125
|
centTotal: { __type: "order_by" },
|
|
30126
|
+
effective_nights: { __type: "order_by" },
|
|
29731
30127
|
guests: { __type: "order_by" },
|
|
29732
30128
|
manager_cent_total: { __type: "order_by" },
|
|
29733
30129
|
nights: { __type: "order_by" },
|
|
@@ -29746,6 +30142,7 @@ exports.generatedSchema = {
|
|
|
29746
30142
|
centPaymentFee: { __type: "Float" },
|
|
29747
30143
|
centService: { __type: "Float" },
|
|
29748
30144
|
centTotal: { __type: "Float" },
|
|
30145
|
+
effective_nights: { __type: "Float" },
|
|
29749
30146
|
guests: { __type: "Float" },
|
|
29750
30147
|
manager_cent_total: { __type: "Float" },
|
|
29751
30148
|
nights: { __type: "Float" },
|
|
@@ -29763,6 +30160,7 @@ exports.generatedSchema = {
|
|
|
29763
30160
|
centPaymentFee: { __type: "order_by" },
|
|
29764
30161
|
centService: { __type: "order_by" },
|
|
29765
30162
|
centTotal: { __type: "order_by" },
|
|
30163
|
+
effective_nights: { __type: "order_by" },
|
|
29766
30164
|
guests: { __type: "order_by" },
|
|
29767
30165
|
manager_cent_total: { __type: "order_by" },
|
|
29768
30166
|
nights: { __type: "order_by" },
|
|
@@ -29796,6 +30194,11 @@ exports.generatedSchema = {
|
|
|
29796
30194
|
connectionId: { __type: "uuid" },
|
|
29797
30195
|
createdAt: { __type: "timestamptz" },
|
|
29798
30196
|
currency: { __type: "currency_enum" },
|
|
30197
|
+
edited_check_in: { __type: "timestamptz" },
|
|
30198
|
+
edited_check_out: { __type: "timestamptz" },
|
|
30199
|
+
effective_check_in: { __type: "timestamptz" },
|
|
30200
|
+
effective_check_out: { __type: "timestamptz" },
|
|
30201
|
+
effective_nights: { __type: "Int" },
|
|
29799
30202
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29800
30203
|
general_ledger_status: { __type: "activeStatus_enum" },
|
|
29801
30204
|
guestName: { __type: "String" },
|
|
@@ -29835,6 +30238,7 @@ exports.generatedSchema = {
|
|
|
29835
30238
|
centPaymentFee: { __type: "Int" },
|
|
29836
30239
|
centService: { __type: "Int" },
|
|
29837
30240
|
centTotal: { __type: "bigint" },
|
|
30241
|
+
effective_nights: { __type: "Int" },
|
|
29838
30242
|
guests: { __type: "Int" },
|
|
29839
30243
|
manager_cent_total: { __type: "bigint" },
|
|
29840
30244
|
nights: { __type: "Int" },
|
|
@@ -29852,6 +30256,7 @@ exports.generatedSchema = {
|
|
|
29852
30256
|
centPaymentFee: { __type: "order_by" },
|
|
29853
30257
|
centService: { __type: "order_by" },
|
|
29854
30258
|
centTotal: { __type: "order_by" },
|
|
30259
|
+
effective_nights: { __type: "order_by" },
|
|
29855
30260
|
guests: { __type: "order_by" },
|
|
29856
30261
|
manager_cent_total: { __type: "order_by" },
|
|
29857
30262
|
nights: { __type: "order_by" },
|
|
@@ -29880,6 +30285,7 @@ exports.generatedSchema = {
|
|
|
29880
30285
|
centPaymentFee: { __type: "Float" },
|
|
29881
30286
|
centService: { __type: "Float" },
|
|
29882
30287
|
centTotal: { __type: "Float" },
|
|
30288
|
+
effective_nights: { __type: "Float" },
|
|
29883
30289
|
guests: { __type: "Float" },
|
|
29884
30290
|
manager_cent_total: { __type: "Float" },
|
|
29885
30291
|
nights: { __type: "Float" },
|
|
@@ -29897,6 +30303,7 @@ exports.generatedSchema = {
|
|
|
29897
30303
|
centPaymentFee: { __type: "order_by" },
|
|
29898
30304
|
centService: { __type: "order_by" },
|
|
29899
30305
|
centTotal: { __type: "order_by" },
|
|
30306
|
+
effective_nights: { __type: "order_by" },
|
|
29900
30307
|
guests: { __type: "order_by" },
|
|
29901
30308
|
manager_cent_total: { __type: "order_by" },
|
|
29902
30309
|
nights: { __type: "order_by" },
|
|
@@ -29915,6 +30322,7 @@ exports.generatedSchema = {
|
|
|
29915
30322
|
centPaymentFee: { __type: "Float" },
|
|
29916
30323
|
centService: { __type: "Float" },
|
|
29917
30324
|
centTotal: { __type: "Float" },
|
|
30325
|
+
effective_nights: { __type: "Float" },
|
|
29918
30326
|
guests: { __type: "Float" },
|
|
29919
30327
|
manager_cent_total: { __type: "Float" },
|
|
29920
30328
|
nights: { __type: "Float" },
|
|
@@ -29932,6 +30340,7 @@ exports.generatedSchema = {
|
|
|
29932
30340
|
centPaymentFee: { __type: "order_by" },
|
|
29933
30341
|
centService: { __type: "order_by" },
|
|
29934
30342
|
centTotal: { __type: "order_by" },
|
|
30343
|
+
effective_nights: { __type: "order_by" },
|
|
29935
30344
|
guests: { __type: "order_by" },
|
|
29936
30345
|
manager_cent_total: { __type: "order_by" },
|
|
29937
30346
|
nights: { __type: "order_by" },
|
|
@@ -29950,6 +30359,7 @@ exports.generatedSchema = {
|
|
|
29950
30359
|
centPaymentFee: { __type: "Float" },
|
|
29951
30360
|
centService: { __type: "Float" },
|
|
29952
30361
|
centTotal: { __type: "Float" },
|
|
30362
|
+
effective_nights: { __type: "Float" },
|
|
29953
30363
|
guests: { __type: "Float" },
|
|
29954
30364
|
manager_cent_total: { __type: "Float" },
|
|
29955
30365
|
nights: { __type: "Float" },
|
|
@@ -29967,6 +30377,7 @@ exports.generatedSchema = {
|
|
|
29967
30377
|
centPaymentFee: { __type: "order_by" },
|
|
29968
30378
|
centService: { __type: "order_by" },
|
|
29969
30379
|
centTotal: { __type: "order_by" },
|
|
30380
|
+
effective_nights: { __type: "order_by" },
|
|
29970
30381
|
guests: { __type: "order_by" },
|
|
29971
30382
|
manager_cent_total: { __type: "order_by" },
|
|
29972
30383
|
nights: { __type: "order_by" },
|
|
@@ -32861,6 +33272,38 @@ exports.generatedSchema = {
|
|
|
32861
33272
|
where: "booking_channel_bool_exp",
|
|
32862
33273
|
},
|
|
32863
33274
|
},
|
|
33275
|
+
bookingChannelIconCandidate: {
|
|
33276
|
+
__type: "bookingChannelIconCandidate",
|
|
33277
|
+
__args: { id: "uuid!" },
|
|
33278
|
+
},
|
|
33279
|
+
bookingChannelIconCandidateAggregate: {
|
|
33280
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
33281
|
+
__args: {
|
|
33282
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
33283
|
+
limit: "Int",
|
|
33284
|
+
offset: "Int",
|
|
33285
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
33286
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
33287
|
+
},
|
|
33288
|
+
},
|
|
33289
|
+
bookingChannelIconCandidateStream: {
|
|
33290
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
33291
|
+
__args: {
|
|
33292
|
+
batch_size: "Int!",
|
|
33293
|
+
cursor: "[bookingChannelIconCandidate_stream_cursor_input]!",
|
|
33294
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
33295
|
+
},
|
|
33296
|
+
},
|
|
33297
|
+
bookingChannelIconCandidates: {
|
|
33298
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
33299
|
+
__args: {
|
|
33300
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
33301
|
+
limit: "Int",
|
|
33302
|
+
offset: "Int",
|
|
33303
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
33304
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
33305
|
+
},
|
|
33306
|
+
},
|
|
32864
33307
|
bookingChannelStream: {
|
|
32865
33308
|
__type: "[booking_channel!]!",
|
|
32866
33309
|
__args: {
|
|
@@ -40159,6 +40602,7 @@ exports.generatedSchema = {
|
|
|
40159
40602
|
description: { __type: "String!" },
|
|
40160
40603
|
dueAt: { __type: "timestamptz" },
|
|
40161
40604
|
id: { __type: "uuid!" },
|
|
40605
|
+
is_opening_balance: { __type: "Boolean!" },
|
|
40162
40606
|
journalEntries: {
|
|
40163
40607
|
__type: "[journalEntry!]!",
|
|
40164
40608
|
__args: {
|
|
@@ -40778,8 +41222,26 @@ exports.generatedSchema = {
|
|
|
40778
41222
|
nodes: { __type: "[transaction!]!" },
|
|
40779
41223
|
},
|
|
40780
41224
|
transaction_aggregate_bool_exp: {
|
|
41225
|
+
bool_and: { __type: "transaction_aggregate_bool_exp_bool_and" },
|
|
41226
|
+
bool_or: { __type: "transaction_aggregate_bool_exp_bool_or" },
|
|
40781
41227
|
count: { __type: "transaction_aggregate_bool_exp_count" },
|
|
40782
41228
|
},
|
|
41229
|
+
transaction_aggregate_bool_exp_bool_and: {
|
|
41230
|
+
arguments: {
|
|
41231
|
+
__type: "transaction_select_column_transaction_aggregate_bool_exp_bool_and_arguments_columns!",
|
|
41232
|
+
},
|
|
41233
|
+
distinct: { __type: "Boolean" },
|
|
41234
|
+
filter: { __type: "transaction_bool_exp" },
|
|
41235
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
41236
|
+
},
|
|
41237
|
+
transaction_aggregate_bool_exp_bool_or: {
|
|
41238
|
+
arguments: {
|
|
41239
|
+
__type: "transaction_select_column_transaction_aggregate_bool_exp_bool_or_arguments_columns!",
|
|
41240
|
+
},
|
|
41241
|
+
distinct: { __type: "Boolean" },
|
|
41242
|
+
filter: { __type: "transaction_bool_exp" },
|
|
41243
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
41244
|
+
},
|
|
40783
41245
|
transaction_aggregate_bool_exp_count: {
|
|
40784
41246
|
arguments: { __type: "[transaction_select_column!]" },
|
|
40785
41247
|
distinct: { __type: "Boolean" },
|
|
@@ -40848,6 +41310,7 @@ exports.generatedSchema = {
|
|
|
40848
41310
|
description: { __type: "String_comparison_exp" },
|
|
40849
41311
|
dueAt: { __type: "timestamptz_comparison_exp" },
|
|
40850
41312
|
id: { __type: "uuid_comparison_exp" },
|
|
41313
|
+
is_opening_balance: { __type: "Boolean_comparison_exp" },
|
|
40851
41314
|
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
40852
41315
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
40853
41316
|
lines: { __type: "transactionLine_bool_exp" },
|
|
@@ -40901,6 +41364,7 @@ exports.generatedSchema = {
|
|
|
40901
41364
|
description: { __type: "String" },
|
|
40902
41365
|
dueAt: { __type: "timestamptz" },
|
|
40903
41366
|
id: { __type: "uuid" },
|
|
41367
|
+
is_opening_balance: { __type: "Boolean" },
|
|
40904
41368
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40905
41369
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40906
41370
|
matchBankAccountLast4: { __type: "String" },
|
|
@@ -41054,6 +41518,7 @@ exports.generatedSchema = {
|
|
|
41054
41518
|
description: { __type: "order_by" },
|
|
41055
41519
|
dueAt: { __type: "order_by" },
|
|
41056
41520
|
id: { __type: "order_by" },
|
|
41521
|
+
is_opening_balance: { __type: "order_by" },
|
|
41057
41522
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
41058
41523
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
41059
41524
|
matchBankAccountLast4: { __type: "order_by" },
|
|
@@ -41093,6 +41558,7 @@ exports.generatedSchema = {
|
|
|
41093
41558
|
description: { __type: "String" },
|
|
41094
41559
|
dueAt: { __type: "timestamptz" },
|
|
41095
41560
|
id: { __type: "uuid" },
|
|
41561
|
+
is_opening_balance: { __type: "Boolean" },
|
|
41096
41562
|
matchBankAccountLast4: { __type: "String" },
|
|
41097
41563
|
match_line_type_classification: { __type: "String" },
|
|
41098
41564
|
match_reservation_confirmation_code: { __type: "String" },
|
|
@@ -41140,6 +41606,7 @@ exports.generatedSchema = {
|
|
|
41140
41606
|
description: { __type: "String" },
|
|
41141
41607
|
dueAt: { __type: "timestamptz" },
|
|
41142
41608
|
id: { __type: "uuid" },
|
|
41609
|
+
is_opening_balance: { __type: "Boolean" },
|
|
41143
41610
|
matchBankAccountLast4: { __type: "String" },
|
|
41144
41611
|
matchStatus: { __type: "String" },
|
|
41145
41612
|
match_line_type_classification: { __type: "String" },
|