@vrplatform/graphql 1.1.44 → 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.
@@ -93,6 +93,9 @@ export const 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,
@@ -219,6 +222,8 @@ export const scalarsEnumsHash = {
219
222
  journalEntry_constraint: true,
220
223
  journalEntry_select_column: true,
221
224
  journalEntry_update_column: true,
225
+ journal_entry_inactive_reason: true,
226
+ journal_entry_ledger: true,
222
227
  json: true,
223
228
  jsonb: true,
224
229
  listingOwnershipPeriodBusinessModel_constraint: true,
@@ -468,6 +473,10 @@ export const scalarsEnumsHash = {
468
473
  transactionType_update_column: true,
469
474
  transaction_constraint: true,
470
475
  transaction_select_column: true,
476
+ transaction_select_column_transaction_aggregate_bool_exp_bool_and_arguments_columns:
477
+ true,
478
+ transaction_select_column_transaction_aggregate_bool_exp_bool_or_arguments_columns:
479
+ true,
471
480
  transaction_update_column: true,
472
481
  user_company_type_constraint: true,
473
482
  user_company_type_enum: true,
@@ -4912,6 +4921,130 @@ export const generatedSchema = {
4912
4921
  _set: { __type: "billing_payment_method_type_set_input" },
4913
4922
  where: { __type: "billing_payment_method_type_bool_exp!" },
4914
4923
  },
4924
+ bookingChannelIconCandidate: {
4925
+ __typename: { __type: "String!" },
4926
+ bookingChannel: { __type: "booking_channel!" },
4927
+ bookingChannelId: { __type: "uuid!" },
4928
+ comment: { __type: "String" },
4929
+ createdAt: { __type: "timestamptz!" },
4930
+ fileStorage: { __type: "file_storage!" },
4931
+ fileStorageId: { __type: "uuid!" },
4932
+ id: { __type: "uuid!" },
4933
+ source: { __type: "String" },
4934
+ updatedAt: { __type: "timestamptz!" },
4935
+ },
4936
+ bookingChannelIconCandidate_aggregate: {
4937
+ __typename: { __type: "String!" },
4938
+ aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
4939
+ nodes: { __type: "[bookingChannelIconCandidate!]!" },
4940
+ },
4941
+ bookingChannelIconCandidate_aggregate_fields: {
4942
+ __typename: { __type: "String!" },
4943
+ count: {
4944
+ __type: "Int!",
4945
+ __args: {
4946
+ columns: "[bookingChannelIconCandidate_select_column!]",
4947
+ distinct: "Boolean",
4948
+ },
4949
+ },
4950
+ max: { __type: "bookingChannelIconCandidate_max_fields" },
4951
+ min: { __type: "bookingChannelIconCandidate_min_fields" },
4952
+ },
4953
+ bookingChannelIconCandidate_bool_exp: {
4954
+ _and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
4955
+ _not: { __type: "bookingChannelIconCandidate_bool_exp" },
4956
+ _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
4957
+ bookingChannel: { __type: "booking_channel_bool_exp" },
4958
+ bookingChannelId: { __type: "uuid_comparison_exp" },
4959
+ comment: { __type: "String_comparison_exp" },
4960
+ createdAt: { __type: "timestamptz_comparison_exp" },
4961
+ fileStorage: { __type: "file_storage_bool_exp" },
4962
+ fileStorageId: { __type: "uuid_comparison_exp" },
4963
+ id: { __type: "uuid_comparison_exp" },
4964
+ source: { __type: "String_comparison_exp" },
4965
+ updatedAt: { __type: "timestamptz_comparison_exp" },
4966
+ },
4967
+ bookingChannelIconCandidate_insert_input: {
4968
+ bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
4969
+ bookingChannelId: { __type: "uuid" },
4970
+ comment: { __type: "String" },
4971
+ createdAt: { __type: "timestamptz" },
4972
+ fileStorage: { __type: "file_storage_obj_rel_insert_input" },
4973
+ fileStorageId: { __type: "uuid" },
4974
+ id: { __type: "uuid" },
4975
+ source: { __type: "String" },
4976
+ updatedAt: { __type: "timestamptz" },
4977
+ },
4978
+ bookingChannelIconCandidate_max_fields: {
4979
+ __typename: { __type: "String!" },
4980
+ bookingChannelId: { __type: "uuid" },
4981
+ comment: { __type: "String" },
4982
+ createdAt: { __type: "timestamptz" },
4983
+ fileStorageId: { __type: "uuid" },
4984
+ id: { __type: "uuid" },
4985
+ source: { __type: "String" },
4986
+ updatedAt: { __type: "timestamptz" },
4987
+ },
4988
+ bookingChannelIconCandidate_min_fields: {
4989
+ __typename: { __type: "String!" },
4990
+ bookingChannelId: { __type: "uuid" },
4991
+ comment: { __type: "String" },
4992
+ createdAt: { __type: "timestamptz" },
4993
+ fileStorageId: { __type: "uuid" },
4994
+ id: { __type: "uuid" },
4995
+ source: { __type: "String" },
4996
+ updatedAt: { __type: "timestamptz" },
4997
+ },
4998
+ bookingChannelIconCandidate_mutation_response: {
4999
+ __typename: { __type: "String!" },
5000
+ affected_rows: { __type: "Int!" },
5001
+ returning: { __type: "[bookingChannelIconCandidate!]!" },
5002
+ },
5003
+ bookingChannelIconCandidate_on_conflict: {
5004
+ constraint: { __type: "bookingChannelIconCandidate_constraint!" },
5005
+ update_columns: { __type: "[bookingChannelIconCandidate_update_column!]!" },
5006
+ where: { __type: "bookingChannelIconCandidate_bool_exp" },
5007
+ },
5008
+ bookingChannelIconCandidate_order_by: {
5009
+ bookingChannel: { __type: "booking_channel_order_by" },
5010
+ bookingChannelId: { __type: "order_by" },
5011
+ comment: { __type: "order_by" },
5012
+ createdAt: { __type: "order_by" },
5013
+ fileStorage: { __type: "file_storage_order_by" },
5014
+ fileStorageId: { __type: "order_by" },
5015
+ id: { __type: "order_by" },
5016
+ source: { __type: "order_by" },
5017
+ updatedAt: { __type: "order_by" },
5018
+ },
5019
+ bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
5020
+ bookingChannelIconCandidate_set_input: {
5021
+ bookingChannelId: { __type: "uuid" },
5022
+ comment: { __type: "String" },
5023
+ createdAt: { __type: "timestamptz" },
5024
+ fileStorageId: { __type: "uuid" },
5025
+ id: { __type: "uuid" },
5026
+ source: { __type: "String" },
5027
+ updatedAt: { __type: "timestamptz" },
5028
+ },
5029
+ bookingChannelIconCandidate_stream_cursor_input: {
5030
+ initial_value: {
5031
+ __type: "bookingChannelIconCandidate_stream_cursor_value_input!",
5032
+ },
5033
+ ordering: { __type: "cursor_ordering" },
5034
+ },
5035
+ bookingChannelIconCandidate_stream_cursor_value_input: {
5036
+ bookingChannelId: { __type: "uuid" },
5037
+ comment: { __type: "String" },
5038
+ createdAt: { __type: "timestamptz" },
5039
+ fileStorageId: { __type: "uuid" },
5040
+ id: { __type: "uuid" },
5041
+ source: { __type: "String" },
5042
+ updatedAt: { __type: "timestamptz" },
5043
+ },
5044
+ bookingChannelIconCandidate_updates: {
5045
+ _set: { __type: "bookingChannelIconCandidate_set_input" },
5046
+ where: { __type: "bookingChannelIconCandidate_bool_exp!" },
5047
+ },
4915
5048
  booking_channel: {
4916
5049
  __typename: { __type: "String!" },
4917
5050
  channelRef: { __type: "String" },
@@ -4938,6 +5071,7 @@ export const generatedSchema = {
4938
5071
  where: "reservation_bool_exp",
4939
5072
  },
4940
5073
  },
5074
+ selectedBookingChannelIconCandidateId: { __type: "uuid" },
4941
5075
  settings: {
4942
5076
  __type: "[setting!]!",
4943
5077
  __args: {
@@ -5028,6 +5162,7 @@ export const generatedSchema = {
5028
5162
  id: { __type: "uuid_comparison_exp" },
5029
5163
  reservations: { __type: "reservation_bool_exp" },
5030
5164
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
5165
+ selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
5031
5166
  settings: { __type: "setting_bool_exp" },
5032
5167
  settingsLeft: { __type: "setting_bool_exp" },
5033
5168
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
@@ -5043,6 +5178,7 @@ export const generatedSchema = {
5043
5178
  icon: { __type: "String" },
5044
5179
  id: { __type: "uuid" },
5045
5180
  reservations: { __type: "reservation_arr_rel_insert_input" },
5181
+ selectedBookingChannelIconCandidateId: { __type: "uuid" },
5046
5182
  settings: { __type: "setting_arr_rel_insert_input" },
5047
5183
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
5048
5184
  settingsRight: { __type: "setting_arr_rel_insert_input" },
@@ -5055,6 +5191,7 @@ export const generatedSchema = {
5055
5191
  createdAt: { __type: "timestamptz" },
5056
5192
  icon: { __type: "String" },
5057
5193
  id: { __type: "uuid" },
5194
+ selectedBookingChannelIconCandidateId: { __type: "uuid" },
5058
5195
  uniqueRef: { __type: "String" },
5059
5196
  updatedAt: { __type: "timestamptz" },
5060
5197
  },
@@ -5064,6 +5201,7 @@ export const generatedSchema = {
5064
5201
  createdAt: { __type: "timestamptz" },
5065
5202
  icon: { __type: "String" },
5066
5203
  id: { __type: "uuid" },
5204
+ selectedBookingChannelIconCandidateId: { __type: "uuid" },
5067
5205
  uniqueRef: { __type: "String" },
5068
5206
  updatedAt: { __type: "timestamptz" },
5069
5207
  },
@@ -5087,6 +5225,7 @@ export const generatedSchema = {
5087
5225
  icon: { __type: "order_by" },
5088
5226
  id: { __type: "order_by" },
5089
5227
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
5228
+ selectedBookingChannelIconCandidateId: { __type: "order_by" },
5090
5229
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
5091
5230
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
5092
5231
  settings_aggregate: { __type: "setting_aggregate_order_by" },
@@ -5099,6 +5238,7 @@ export const generatedSchema = {
5099
5238
  createdAt: { __type: "timestamptz" },
5100
5239
  icon: { __type: "String" },
5101
5240
  id: { __type: "uuid" },
5241
+ selectedBookingChannelIconCandidateId: { __type: "uuid" },
5102
5242
  uniqueRef: { __type: "String" },
5103
5243
  updatedAt: { __type: "timestamptz" },
5104
5244
  },
@@ -5111,6 +5251,7 @@ export const generatedSchema = {
5111
5251
  createdAt: { __type: "timestamptz" },
5112
5252
  icon: { __type: "String" },
5113
5253
  id: { __type: "uuid" },
5254
+ selectedBookingChannelIconCandidateId: { __type: "uuid" },
5114
5255
  uniqueRef: { __type: "String" },
5115
5256
  updatedAt: { __type: "timestamptz" },
5116
5257
  },
@@ -9866,6 +10007,8 @@ export const generatedSchema = {
9866
10007
  entitySortNum: { __type: "Int" },
9867
10008
  entityType: { __type: "journalEntryEntityType_enum" },
9868
10009
  id: { __type: "uuid!" },
10010
+ inactive_reason: { __type: "journal_entry_inactive_reason" },
10011
+ ledger: { __type: "journal_entry_ledger" },
9869
10012
  line: { __type: "payment_line" },
9870
10013
  lineId: { __type: "uuid" },
9871
10014
  lineUniqueRef: { __type: "String" },
@@ -10179,6 +10322,8 @@ export const generatedSchema = {
10179
10322
  entitySortNum: { __type: "Int_comparison_exp" },
10180
10323
  entityType: { __type: "journalEntryEntityType_enum_comparison_exp" },
10181
10324
  id: { __type: "uuid_comparison_exp" },
10325
+ inactive_reason: { __type: "journal_entry_inactive_reason_comparison_exp" },
10326
+ ledger: { __type: "journal_entry_ledger_comparison_exp" },
10182
10327
  line: { __type: "payment_line_bool_exp" },
10183
10328
  lineId: { __type: "uuid_comparison_exp" },
10184
10329
  lineUniqueRef: { __type: "String_comparison_exp" },
@@ -10234,6 +10379,8 @@ export const generatedSchema = {
10234
10379
  entitySortNum: { __type: "Int" },
10235
10380
  entityType: { __type: "journalEntryEntityType_enum" },
10236
10381
  id: { __type: "uuid" },
10382
+ inactive_reason: { __type: "journal_entry_inactive_reason" },
10383
+ ledger: { __type: "journal_entry_ledger" },
10237
10384
  line: { __type: "payment_line_obj_rel_insert_input" },
10238
10385
  lineId: { __type: "uuid" },
10239
10386
  lineUniqueRef: { __type: "String" },
@@ -10279,6 +10426,8 @@ export const generatedSchema = {
10279
10426
  description: { __type: "String" },
10280
10427
  entitySortNum: { __type: "Int" },
10281
10428
  id: { __type: "uuid" },
10429
+ inactive_reason: { __type: "journal_entry_inactive_reason" },
10430
+ ledger: { __type: "journal_entry_ledger" },
10282
10431
  lineId: { __type: "uuid" },
10283
10432
  lineUniqueRef: { __type: "String" },
10284
10433
  listingId: { __type: "uuid" },
@@ -10305,6 +10454,8 @@ export const generatedSchema = {
10305
10454
  description: { __type: "order_by" },
10306
10455
  entitySortNum: { __type: "order_by" },
10307
10456
  id: { __type: "order_by" },
10457
+ inactive_reason: { __type: "order_by" },
10458
+ ledger: { __type: "order_by" },
10308
10459
  lineId: { __type: "order_by" },
10309
10460
  lineUniqueRef: { __type: "order_by" },
10310
10461
  listingId: { __type: "order_by" },
@@ -10332,6 +10483,8 @@ export const generatedSchema = {
10332
10483
  description: { __type: "String" },
10333
10484
  entitySortNum: { __type: "Int" },
10334
10485
  id: { __type: "uuid" },
10486
+ inactive_reason: { __type: "journal_entry_inactive_reason" },
10487
+ ledger: { __type: "journal_entry_ledger" },
10335
10488
  lineId: { __type: "uuid" },
10336
10489
  lineUniqueRef: { __type: "String" },
10337
10490
  listingId: { __type: "uuid" },
@@ -10358,6 +10511,8 @@ export const generatedSchema = {
10358
10511
  description: { __type: "order_by" },
10359
10512
  entitySortNum: { __type: "order_by" },
10360
10513
  id: { __type: "order_by" },
10514
+ inactive_reason: { __type: "order_by" },
10515
+ ledger: { __type: "order_by" },
10361
10516
  lineId: { __type: "order_by" },
10362
10517
  lineUniqueRef: { __type: "order_by" },
10363
10518
  listingId: { __type: "order_by" },
@@ -10399,6 +10554,8 @@ export const generatedSchema = {
10399
10554
  entitySortNum: { __type: "order_by" },
10400
10555
  entityType: { __type: "order_by" },
10401
10556
  id: { __type: "order_by" },
10557
+ inactive_reason: { __type: "order_by" },
10558
+ ledger: { __type: "order_by" },
10402
10559
  line: { __type: "payment_line_order_by" },
10403
10560
  lineId: { __type: "order_by" },
10404
10561
  lineUniqueRef: { __type: "order_by" },
@@ -10445,6 +10602,8 @@ export const generatedSchema = {
10445
10602
  entitySortNum: { __type: "Int" },
10446
10603
  entityType: { __type: "journalEntryEntityType_enum" },
10447
10604
  id: { __type: "uuid" },
10605
+ inactive_reason: { __type: "journal_entry_inactive_reason" },
10606
+ ledger: { __type: "journal_entry_ledger" },
10448
10607
  lineId: { __type: "uuid" },
10449
10608
  lineUniqueRef: { __type: "String" },
10450
10609
  listingId: { __type: "uuid" },
@@ -10513,6 +10672,8 @@ export const generatedSchema = {
10513
10672
  entitySortNum: { __type: "Int" },
10514
10673
  entityType: { __type: "journalEntryEntityType_enum" },
10515
10674
  id: { __type: "uuid" },
10675
+ inactive_reason: { __type: "journal_entry_inactive_reason" },
10676
+ ledger: { __type: "journal_entry_ledger" },
10516
10677
  lineId: { __type: "uuid" },
10517
10678
  lineUniqueRef: { __type: "String" },
10518
10679
  listingId: { __type: "uuid" },
@@ -10583,6 +10744,28 @@ export const generatedSchema = {
10583
10744
  entitySortNum: { __type: "order_by" },
10584
10745
  txnNum: { __type: "order_by" },
10585
10746
  },
10747
+ journal_entry_inactive_reason_comparison_exp: {
10748
+ _eq: { __type: "journal_entry_inactive_reason" },
10749
+ _gt: { __type: "journal_entry_inactive_reason" },
10750
+ _gte: { __type: "journal_entry_inactive_reason" },
10751
+ _in: { __type: "[journal_entry_inactive_reason!]" },
10752
+ _is_null: { __type: "Boolean" },
10753
+ _lt: { __type: "journal_entry_inactive_reason" },
10754
+ _lte: { __type: "journal_entry_inactive_reason" },
10755
+ _neq: { __type: "journal_entry_inactive_reason" },
10756
+ _nin: { __type: "[journal_entry_inactive_reason!]" },
10757
+ },
10758
+ journal_entry_ledger_comparison_exp: {
10759
+ _eq: { __type: "journal_entry_ledger" },
10760
+ _gt: { __type: "journal_entry_ledger" },
10761
+ _gte: { __type: "journal_entry_ledger" },
10762
+ _in: { __type: "[journal_entry_ledger!]" },
10763
+ _is_null: { __type: "Boolean" },
10764
+ _lt: { __type: "journal_entry_ledger" },
10765
+ _lte: { __type: "journal_entry_ledger" },
10766
+ _neq: { __type: "journal_entry_ledger" },
10767
+ _nin: { __type: "[journal_entry_ledger!]" },
10768
+ },
10586
10769
  json_comparison_exp: {
10587
10770
  _eq: { __type: "json" },
10588
10771
  _gt: { __type: "json" },
@@ -11021,6 +11204,7 @@ export const generatedSchema = {
11021
11204
  where: "owner_statement_bool_exp",
11022
11205
  },
11023
11206
  },
11207
+ reserve_cent_total: { __type: "bigint!" },
11024
11208
  setListingInactive: { __type: "Boolean" },
11025
11209
  startAt: { __type: "timestamptz" },
11026
11210
  tenant: { __type: "tenant!" },
@@ -11380,6 +11564,7 @@ export const generatedSchema = {
11380
11564
  },
11381
11565
  listingOwnershipPeriod_aggregate_fields: {
11382
11566
  __typename: { __type: "String!" },
11567
+ avg: { __type: "listingOwnershipPeriod_avg_fields" },
11383
11568
  count: {
11384
11569
  __type: "Int!",
11385
11570
  __args: {
@@ -11389,16 +11574,38 @@ export const generatedSchema = {
11389
11574
  },
11390
11575
  max: { __type: "listingOwnershipPeriod_max_fields" },
11391
11576
  min: { __type: "listingOwnershipPeriod_min_fields" },
11577
+ stddev: { __type: "listingOwnershipPeriod_stddev_fields" },
11578
+ stddev_pop: { __type: "listingOwnershipPeriod_stddev_pop_fields" },
11579
+ stddev_samp: { __type: "listingOwnershipPeriod_stddev_samp_fields" },
11580
+ sum: { __type: "listingOwnershipPeriod_sum_fields" },
11581
+ var_pop: { __type: "listingOwnershipPeriod_var_pop_fields" },
11582
+ var_samp: { __type: "listingOwnershipPeriod_var_samp_fields" },
11583
+ variance: { __type: "listingOwnershipPeriod_variance_fields" },
11392
11584
  },
11393
11585
  listingOwnershipPeriod_aggregate_order_by: {
11586
+ avg: { __type: "listingOwnershipPeriod_avg_order_by" },
11394
11587
  count: { __type: "order_by" },
11395
11588
  max: { __type: "listingOwnershipPeriod_max_order_by" },
11396
11589
  min: { __type: "listingOwnershipPeriod_min_order_by" },
11590
+ stddev: { __type: "listingOwnershipPeriod_stddev_order_by" },
11591
+ stddev_pop: { __type: "listingOwnershipPeriod_stddev_pop_order_by" },
11592
+ stddev_samp: { __type: "listingOwnershipPeriod_stddev_samp_order_by" },
11593
+ sum: { __type: "listingOwnershipPeriod_sum_order_by" },
11594
+ var_pop: { __type: "listingOwnershipPeriod_var_pop_order_by" },
11595
+ var_samp: { __type: "listingOwnershipPeriod_var_samp_order_by" },
11596
+ variance: { __type: "listingOwnershipPeriod_variance_order_by" },
11397
11597
  },
11398
11598
  listingOwnershipPeriod_arr_rel_insert_input: {
11399
11599
  data: { __type: "[listingOwnershipPeriod_insert_input!]!" },
11400
11600
  on_conflict: { __type: "listingOwnershipPeriod_on_conflict" },
11401
11601
  },
11602
+ listingOwnershipPeriod_avg_fields: {
11603
+ __typename: { __type: "String!" },
11604
+ reserve_cent_total: { __type: "Float" },
11605
+ },
11606
+ listingOwnershipPeriod_avg_order_by: {
11607
+ reserve_cent_total: { __type: "order_by" },
11608
+ },
11402
11609
  listingOwnershipPeriod_bool_exp: {
11403
11610
  _and: { __type: "[listingOwnershipPeriod_bool_exp!]" },
11404
11611
  _not: { __type: "listingOwnershipPeriod_bool_exp" },
@@ -11419,12 +11626,16 @@ export const generatedSchema = {
11419
11626
  },
11420
11627
  ownerStatements: { __type: "owner_statement_bool_exp" },
11421
11628
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
11629
+ reserve_cent_total: { __type: "bigint_comparison_exp" },
11422
11630
  setListingInactive: { __type: "Boolean_comparison_exp" },
11423
11631
  startAt: { __type: "timestamptz_comparison_exp" },
11424
11632
  tenant: { __type: "tenant_bool_exp" },
11425
11633
  tenantId: { __type: "uuid_comparison_exp" },
11426
11634
  updatedAt: { __type: "timestamptz_comparison_exp" },
11427
11635
  },
11636
+ listingOwnershipPeriod_inc_input: {
11637
+ reserve_cent_total: { __type: "bigint" },
11638
+ },
11428
11639
  listingOwnershipPeriod_insert_input: {
11429
11640
  businessModel: { __type: "listingOwnershipPeriodBusinessModel_enum" },
11430
11641
  createdAt: { __type: "timestamptz" },
@@ -11435,6 +11646,7 @@ export const generatedSchema = {
11435
11646
  listingId: { __type: "uuid" },
11436
11647
  members: { __type: "listingOwnershipPeriodMember_arr_rel_insert_input" },
11437
11648
  ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
11649
+ reserve_cent_total: { __type: "bigint" },
11438
11650
  setListingInactive: { __type: "Boolean" },
11439
11651
  startAt: { __type: "timestamptz" },
11440
11652
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -11447,6 +11659,7 @@ export const generatedSchema = {
11447
11659
  endAt: { __type: "timestamptz" },
11448
11660
  id: { __type: "uuid" },
11449
11661
  listingId: { __type: "uuid" },
11662
+ reserve_cent_total: { __type: "bigint" },
11450
11663
  startAt: { __type: "timestamptz" },
11451
11664
  tenantId: { __type: "uuid" },
11452
11665
  updatedAt: { __type: "timestamptz" },
@@ -11456,6 +11669,7 @@ export const generatedSchema = {
11456
11669
  endAt: { __type: "order_by" },
11457
11670
  id: { __type: "order_by" },
11458
11671
  listingId: { __type: "order_by" },
11672
+ reserve_cent_total: { __type: "order_by" },
11459
11673
  startAt: { __type: "order_by" },
11460
11674
  tenantId: { __type: "order_by" },
11461
11675
  updatedAt: { __type: "order_by" },
@@ -11466,6 +11680,7 @@ export const generatedSchema = {
11466
11680
  endAt: { __type: "timestamptz" },
11467
11681
  id: { __type: "uuid" },
11468
11682
  listingId: { __type: "uuid" },
11683
+ reserve_cent_total: { __type: "bigint" },
11469
11684
  startAt: { __type: "timestamptz" },
11470
11685
  tenantId: { __type: "uuid" },
11471
11686
  updatedAt: { __type: "timestamptz" },
@@ -11475,6 +11690,7 @@ export const generatedSchema = {
11475
11690
  endAt: { __type: "order_by" },
11476
11691
  id: { __type: "order_by" },
11477
11692
  listingId: { __type: "order_by" },
11693
+ reserve_cent_total: { __type: "order_by" },
11478
11694
  startAt: { __type: "order_by" },
11479
11695
  tenantId: { __type: "order_by" },
11480
11696
  updatedAt: { __type: "order_by" },
@@ -11505,6 +11721,7 @@ export const generatedSchema = {
11505
11721
  __type: "listingOwnershipPeriodMember_aggregate_order_by",
11506
11722
  },
11507
11723
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
11724
+ reserve_cent_total: { __type: "order_by" },
11508
11725
  setListingInactive: { __type: "order_by" },
11509
11726
  startAt: { __type: "order_by" },
11510
11727
  tenant: { __type: "tenant_order_by" },
@@ -11518,11 +11735,33 @@ export const generatedSchema = {
11518
11735
  endAt: { __type: "timestamptz" },
11519
11736
  id: { __type: "uuid" },
11520
11737
  listingId: { __type: "uuid" },
11738
+ reserve_cent_total: { __type: "bigint" },
11521
11739
  setListingInactive: { __type: "Boolean" },
11522
11740
  startAt: { __type: "timestamptz" },
11523
11741
  tenantId: { __type: "uuid" },
11524
11742
  updatedAt: { __type: "timestamptz" },
11525
11743
  },
11744
+ listingOwnershipPeriod_stddev_fields: {
11745
+ __typename: { __type: "String!" },
11746
+ reserve_cent_total: { __type: "Float" },
11747
+ },
11748
+ listingOwnershipPeriod_stddev_order_by: {
11749
+ reserve_cent_total: { __type: "order_by" },
11750
+ },
11751
+ listingOwnershipPeriod_stddev_pop_fields: {
11752
+ __typename: { __type: "String!" },
11753
+ reserve_cent_total: { __type: "Float" },
11754
+ },
11755
+ listingOwnershipPeriod_stddev_pop_order_by: {
11756
+ reserve_cent_total: { __type: "order_by" },
11757
+ },
11758
+ listingOwnershipPeriod_stddev_samp_fields: {
11759
+ __typename: { __type: "String!" },
11760
+ reserve_cent_total: { __type: "Float" },
11761
+ },
11762
+ listingOwnershipPeriod_stddev_samp_order_by: {
11763
+ reserve_cent_total: { __type: "order_by" },
11764
+ },
11526
11765
  listingOwnershipPeriod_stream_cursor_input: {
11527
11766
  initial_value: {
11528
11767
  __type: "listingOwnershipPeriod_stream_cursor_value_input!",
@@ -11535,15 +11774,45 @@ export const generatedSchema = {
11535
11774
  endAt: { __type: "timestamptz" },
11536
11775
  id: { __type: "uuid" },
11537
11776
  listingId: { __type: "uuid" },
11777
+ reserve_cent_total: { __type: "bigint" },
11538
11778
  setListingInactive: { __type: "Boolean" },
11539
11779
  startAt: { __type: "timestamptz" },
11540
11780
  tenantId: { __type: "uuid" },
11541
11781
  updatedAt: { __type: "timestamptz" },
11542
11782
  },
11783
+ listingOwnershipPeriod_sum_fields: {
11784
+ __typename: { __type: "String!" },
11785
+ reserve_cent_total: { __type: "bigint" },
11786
+ },
11787
+ listingOwnershipPeriod_sum_order_by: {
11788
+ reserve_cent_total: { __type: "order_by" },
11789
+ },
11543
11790
  listingOwnershipPeriod_updates: {
11791
+ _inc: { __type: "listingOwnershipPeriod_inc_input" },
11544
11792
  _set: { __type: "listingOwnershipPeriod_set_input" },
11545
11793
  where: { __type: "listingOwnershipPeriod_bool_exp!" },
11546
11794
  },
11795
+ listingOwnershipPeriod_var_pop_fields: {
11796
+ __typename: { __type: "String!" },
11797
+ reserve_cent_total: { __type: "Float" },
11798
+ },
11799
+ listingOwnershipPeriod_var_pop_order_by: {
11800
+ reserve_cent_total: { __type: "order_by" },
11801
+ },
11802
+ listingOwnershipPeriod_var_samp_fields: {
11803
+ __typename: { __type: "String!" },
11804
+ reserve_cent_total: { __type: "Float" },
11805
+ },
11806
+ listingOwnershipPeriod_var_samp_order_by: {
11807
+ reserve_cent_total: { __type: "order_by" },
11808
+ },
11809
+ listingOwnershipPeriod_variance_fields: {
11810
+ __typename: { __type: "String!" },
11811
+ reserve_cent_total: { __type: "Float" },
11812
+ },
11813
+ listingOwnershipPeriod_variance_order_by: {
11814
+ reserve_cent_total: { __type: "order_by" },
11815
+ },
11547
11816
  listing_aggregate: {
11548
11817
  __typename: { __type: "String!" },
11549
11818
  aggregate: { __type: "listing_aggregate_fields" },
@@ -13937,6 +14206,14 @@ export const generatedSchema = {
13937
14206
  __type: "booking_channel",
13938
14207
  __args: { id: "uuid!" },
13939
14208
  },
14209
+ deleteBookingChannelIconCandidate: {
14210
+ __type: "bookingChannelIconCandidate",
14211
+ __args: { id: "uuid!" },
14212
+ },
14213
+ deleteBookingChannelIconCandidates: {
14214
+ __type: "bookingChannelIconCandidate_mutation_response",
14215
+ __args: { where: "bookingChannelIconCandidate_bool_exp!" },
14216
+ },
13940
14217
  deleteBookingChannels: {
13941
14218
  __type: "booking_channel_mutation_response",
13942
14219
  __args: { where: "booking_channel_bool_exp!" },
@@ -14909,6 +15186,20 @@ export const generatedSchema = {
14909
15186
  on_conflict: "booking_channel_on_conflict",
14910
15187
  },
14911
15188
  },
15189
+ insertBookingChannelIconCandidate: {
15190
+ __type: "bookingChannelIconCandidate",
15191
+ __args: {
15192
+ object: "bookingChannelIconCandidate_insert_input!",
15193
+ on_conflict: "bookingChannelIconCandidate_on_conflict",
15194
+ },
15195
+ },
15196
+ insertBookingChannelIconCandidates: {
15197
+ __type: "bookingChannelIconCandidate_mutation_response",
15198
+ __args: {
15199
+ objects: "[bookingChannelIconCandidate_insert_input!]!",
15200
+ on_conflict: "bookingChannelIconCandidate_on_conflict",
15201
+ },
15202
+ },
14912
15203
  insertBookingChannels: {
14913
15204
  __type: "booking_channel_mutation_response",
14914
15205
  __args: {
@@ -16662,6 +16953,20 @@ export const generatedSchema = {
16662
16953
  pk_columns: "booking_channel_pk_columns_input!",
16663
16954
  },
16664
16955
  },
16956
+ updateBookingChannelIconCandidate: {
16957
+ __type: "bookingChannelIconCandidate",
16958
+ __args: {
16959
+ _set: "bookingChannelIconCandidate_set_input",
16960
+ pk_columns: "bookingChannelIconCandidate_pk_columns_input!",
16961
+ },
16962
+ },
16963
+ updateBookingChannelIconCandidates: {
16964
+ __type: "bookingChannelIconCandidate_mutation_response",
16965
+ __args: {
16966
+ _set: "bookingChannelIconCandidate_set_input",
16967
+ where: "bookingChannelIconCandidate_bool_exp!",
16968
+ },
16969
+ },
16665
16970
  updateBookingChannels: {
16666
16971
  __type: "booking_channel_mutation_response",
16667
16972
  __args: {
@@ -17178,6 +17483,7 @@ export const generatedSchema = {
17178
17483
  updateListingOwnershipPeriod: {
17179
17484
  __type: "listingOwnershipPeriod",
17180
17485
  __args: {
17486
+ _inc: "listingOwnershipPeriod_inc_input",
17181
17487
  _set: "listingOwnershipPeriod_set_input",
17182
17488
  pk_columns: "listingOwnershipPeriod_pk_columns_input!",
17183
17489
  },
@@ -17215,6 +17521,7 @@ export const generatedSchema = {
17215
17521
  updateListingOwnershipPeriods: {
17216
17522
  __type: "listingOwnershipPeriod_mutation_response",
17217
17523
  __args: {
17524
+ _inc: "listingOwnershipPeriod_inc_input",
17218
17525
  _set: "listingOwnershipPeriod_set_input",
17219
17526
  where: "listingOwnershipPeriod_bool_exp!",
17220
17527
  },
@@ -17292,6 +17599,10 @@ export const generatedSchema = {
17292
17599
  __type: "[bankRecord_mutation_response]",
17293
17600
  __args: { updates: "[bankRecord_updates!]!" },
17294
17601
  },
17602
+ updateManyBookingChannelIconCandidates: {
17603
+ __type: "[bookingChannelIconCandidate_mutation_response]",
17604
+ __args: { updates: "[bookingChannelIconCandidate_updates!]!" },
17605
+ },
17295
17606
  updateManyBookingChannels: {
17296
17607
  __type: "[booking_channel_mutation_response]",
17297
17608
  __args: { updates: "[booking_channel_updates!]!" },
@@ -22448,6 +22759,8 @@ export const generatedSchema = {
22448
22759
  connectionId: { __type: "uuid" },
22449
22760
  createdAt: { __type: "timestamptz!" },
22450
22761
  description: { __type: "String" },
22762
+ edited_type: { __type: "String" },
22763
+ effective_type: { __type: "String" },
22451
22764
  generalLedgerPostingAt: { __type: "timestamptz" },
22452
22765
  id: { __type: "uuid!" },
22453
22766
  journalEntries: {
@@ -22652,6 +22965,8 @@ export const generatedSchema = {
22652
22965
  connectionId: { __type: "uuid_comparison_exp" },
22653
22966
  createdAt: { __type: "timestamptz_comparison_exp" },
22654
22967
  description: { __type: "String_comparison_exp" },
22968
+ edited_type: { __type: "String_comparison_exp" },
22969
+ effective_type: { __type: "String_comparison_exp" },
22655
22970
  generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
22656
22971
  id: { __type: "uuid_comparison_exp" },
22657
22972
  journalEntries: { __type: "journalEntry_bool_exp" },
@@ -23054,6 +23369,7 @@ export const generatedSchema = {
23054
23369
  connectionId: { __type: "uuid" },
23055
23370
  createdAt: { __type: "timestamptz" },
23056
23371
  description: { __type: "String" },
23372
+ edited_type: { __type: "String" },
23057
23373
  generalLedgerPostingAt: { __type: "timestamptz" },
23058
23374
  id: { __type: "uuid" },
23059
23375
  journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
@@ -23095,6 +23411,8 @@ export const generatedSchema = {
23095
23411
  connectionId: { __type: "uuid" },
23096
23412
  createdAt: { __type: "timestamptz" },
23097
23413
  description: { __type: "String" },
23414
+ edited_type: { __type: "String" },
23415
+ effective_type: { __type: "String" },
23098
23416
  generalLedgerPostingAt: { __type: "timestamptz" },
23099
23417
  id: { __type: "uuid" },
23100
23418
  lineId: { __type: "uuid" },
@@ -23121,6 +23439,8 @@ export const generatedSchema = {
23121
23439
  connectionId: { __type: "order_by" },
23122
23440
  createdAt: { __type: "order_by" },
23123
23441
  description: { __type: "order_by" },
23442
+ edited_type: { __type: "order_by" },
23443
+ effective_type: { __type: "order_by" },
23124
23444
  generalLedgerPostingAt: { __type: "order_by" },
23125
23445
  id: { __type: "order_by" },
23126
23446
  lineId: { __type: "order_by" },
@@ -23148,6 +23468,8 @@ export const generatedSchema = {
23148
23468
  connectionId: { __type: "uuid" },
23149
23469
  createdAt: { __type: "timestamptz" },
23150
23470
  description: { __type: "String" },
23471
+ edited_type: { __type: "String" },
23472
+ effective_type: { __type: "String" },
23151
23473
  generalLedgerPostingAt: { __type: "timestamptz" },
23152
23474
  id: { __type: "uuid" },
23153
23475
  lineId: { __type: "uuid" },
@@ -23174,6 +23496,8 @@ export const generatedSchema = {
23174
23496
  connectionId: { __type: "order_by" },
23175
23497
  createdAt: { __type: "order_by" },
23176
23498
  description: { __type: "order_by" },
23499
+ edited_type: { __type: "order_by" },
23500
+ effective_type: { __type: "order_by" },
23177
23501
  generalLedgerPostingAt: { __type: "order_by" },
23178
23502
  id: { __type: "order_by" },
23179
23503
  lineId: { __type: "order_by" },
@@ -23219,6 +23543,8 @@ export const generatedSchema = {
23219
23543
  connectionId: { __type: "order_by" },
23220
23544
  createdAt: { __type: "order_by" },
23221
23545
  description: { __type: "order_by" },
23546
+ edited_type: { __type: "order_by" },
23547
+ effective_type: { __type: "order_by" },
23222
23548
  generalLedgerPostingAt: { __type: "order_by" },
23223
23549
  id: { __type: "order_by" },
23224
23550
  journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
@@ -23262,6 +23588,7 @@ export const generatedSchema = {
23262
23588
  connectionId: { __type: "uuid" },
23263
23589
  createdAt: { __type: "timestamptz" },
23264
23590
  description: { __type: "String" },
23591
+ edited_type: { __type: "String" },
23265
23592
  generalLedgerPostingAt: { __type: "timestamptz" },
23266
23593
  id: { __type: "uuid" },
23267
23594
  lineId: { __type: "uuid" },
@@ -23327,6 +23654,8 @@ export const generatedSchema = {
23327
23654
  connectionId: { __type: "uuid" },
23328
23655
  createdAt: { __type: "timestamptz" },
23329
23656
  description: { __type: "String" },
23657
+ edited_type: { __type: "String" },
23658
+ effective_type: { __type: "String" },
23330
23659
  generalLedgerPostingAt: { __type: "timestamptz" },
23331
23660
  id: { __type: "uuid" },
23332
23661
  lineId: { __type: "uuid" },
@@ -24277,6 +24606,30 @@ export const generatedSchema = {
24277
24606
  where: "booking_channel_bool_exp",
24278
24607
  },
24279
24608
  },
24609
+ bookingChannelIconCandidate: {
24610
+ __type: "bookingChannelIconCandidate",
24611
+ __args: { id: "uuid!" },
24612
+ },
24613
+ bookingChannelIconCandidateAggregate: {
24614
+ __type: "bookingChannelIconCandidate_aggregate!",
24615
+ __args: {
24616
+ distinct_on: "[bookingChannelIconCandidate_select_column!]",
24617
+ limit: "Int",
24618
+ offset: "Int",
24619
+ order_by: "[bookingChannelIconCandidate_order_by!]",
24620
+ where: "bookingChannelIconCandidate_bool_exp",
24621
+ },
24622
+ },
24623
+ bookingChannelIconCandidates: {
24624
+ __type: "[bookingChannelIconCandidate!]!",
24625
+ __args: {
24626
+ distinct_on: "[bookingChannelIconCandidate_select_column!]",
24627
+ limit: "Int",
24628
+ offset: "Int",
24629
+ order_by: "[bookingChannelIconCandidate_order_by!]",
24630
+ where: "bookingChannelIconCandidate_bool_exp",
24631
+ },
24632
+ },
24280
24633
  bookingChannels: {
24281
24634
  __type: "[booking_channel!]!",
24282
24635
  __args: {
@@ -28256,6 +28609,11 @@ export const generatedSchema = {
28256
28609
  connectionId: { __type: "uuid" },
28257
28610
  createdAt: { __type: "timestamptz" },
28258
28611
  currency: { __type: "currency_enum" },
28612
+ edited_check_in: { __type: "timestamptz" },
28613
+ edited_check_out: { __type: "timestamptz" },
28614
+ effective_check_in: { __type: "timestamptz" },
28615
+ effective_check_out: { __type: "timestamptz" },
28616
+ effective_nights: { __type: "Int" },
28259
28617
  files: {
28260
28618
  __type: "[file_storage!]!",
28261
28619
  __args: {
@@ -29128,6 +29486,7 @@ export const generatedSchema = {
29128
29486
  centPaymentFee: { __type: "Float" },
29129
29487
  centService: { __type: "Float" },
29130
29488
  centTotal: { __type: "Float" },
29489
+ effective_nights: { __type: "Float" },
29131
29490
  guests: { __type: "Float" },
29132
29491
  manager_cent_total: { __type: "Float" },
29133
29492
  nights: { __type: "Float" },
@@ -29145,6 +29504,7 @@ export const generatedSchema = {
29145
29504
  centPaymentFee: { __type: "order_by" },
29146
29505
  centService: { __type: "order_by" },
29147
29506
  centTotal: { __type: "order_by" },
29507
+ effective_nights: { __type: "order_by" },
29148
29508
  guests: { __type: "order_by" },
29149
29509
  manager_cent_total: { __type: "order_by" },
29150
29510
  nights: { __type: "order_by" },
@@ -29185,6 +29545,11 @@ export const generatedSchema = {
29185
29545
  connectionId: { __type: "uuid_comparison_exp" },
29186
29546
  createdAt: { __type: "timestamptz_comparison_exp" },
29187
29547
  currency: { __type: "currency_enum_comparison_exp" },
29548
+ edited_check_in: { __type: "timestamptz_comparison_exp" },
29549
+ edited_check_out: { __type: "timestamptz_comparison_exp" },
29550
+ effective_check_in: { __type: "timestamptz_comparison_exp" },
29551
+ effective_check_out: { __type: "timestamptz_comparison_exp" },
29552
+ effective_nights: { __type: "Int_comparison_exp" },
29188
29553
  files: { __type: "file_storage_bool_exp" },
29189
29554
  files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
29190
29555
  generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
@@ -29303,6 +29668,8 @@ export const generatedSchema = {
29303
29668
  connectionId: { __type: "uuid" },
29304
29669
  createdAt: { __type: "timestamptz" },
29305
29670
  currency: { __type: "currency_enum" },
29671
+ edited_check_in: { __type: "timestamptz" },
29672
+ edited_check_out: { __type: "timestamptz" },
29306
29673
  files: { __type: "file_storage_arr_rel_insert_input" },
29307
29674
  generalLedgerPostingAt: { __type: "timestamptz" },
29308
29675
  general_ledger_status: { __type: "activeStatus_enum" },
@@ -29371,6 +29738,11 @@ export const generatedSchema = {
29371
29738
  confirmationCode: { __type: "String" },
29372
29739
  connectionId: { __type: "uuid" },
29373
29740
  createdAt: { __type: "timestamptz" },
29741
+ edited_check_in: { __type: "timestamptz" },
29742
+ edited_check_out: { __type: "timestamptz" },
29743
+ effective_check_in: { __type: "timestamptz" },
29744
+ effective_check_out: { __type: "timestamptz" },
29745
+ effective_nights: { __type: "Int" },
29374
29746
  generalLedgerPostingAt: { __type: "timestamptz" },
29375
29747
  guestName: { __type: "String" },
29376
29748
  guests: { __type: "Int" },
@@ -29414,6 +29786,11 @@ export const generatedSchema = {
29414
29786
  confirmationCode: { __type: "order_by" },
29415
29787
  connectionId: { __type: "order_by" },
29416
29788
  createdAt: { __type: "order_by" },
29789
+ edited_check_in: { __type: "order_by" },
29790
+ edited_check_out: { __type: "order_by" },
29791
+ effective_check_in: { __type: "order_by" },
29792
+ effective_check_out: { __type: "order_by" },
29793
+ effective_nights: { __type: "order_by" },
29417
29794
  generalLedgerPostingAt: { __type: "order_by" },
29418
29795
  guestName: { __type: "order_by" },
29419
29796
  guests: { __type: "order_by" },
@@ -29458,6 +29835,11 @@ export const generatedSchema = {
29458
29835
  confirmationCode: { __type: "String" },
29459
29836
  connectionId: { __type: "uuid" },
29460
29837
  createdAt: { __type: "timestamptz" },
29838
+ edited_check_in: { __type: "timestamptz" },
29839
+ edited_check_out: { __type: "timestamptz" },
29840
+ effective_check_in: { __type: "timestamptz" },
29841
+ effective_check_out: { __type: "timestamptz" },
29842
+ effective_nights: { __type: "Int" },
29461
29843
  generalLedgerPostingAt: { __type: "timestamptz" },
29462
29844
  guestName: { __type: "String" },
29463
29845
  guests: { __type: "Int" },
@@ -29501,6 +29883,11 @@ export const generatedSchema = {
29501
29883
  confirmationCode: { __type: "order_by" },
29502
29884
  connectionId: { __type: "order_by" },
29503
29885
  createdAt: { __type: "order_by" },
29886
+ edited_check_in: { __type: "order_by" },
29887
+ edited_check_out: { __type: "order_by" },
29888
+ effective_check_in: { __type: "order_by" },
29889
+ effective_check_out: { __type: "order_by" },
29890
+ effective_nights: { __type: "order_by" },
29504
29891
  generalLedgerPostingAt: { __type: "order_by" },
29505
29892
  guestName: { __type: "order_by" },
29506
29893
  guests: { __type: "order_by" },
@@ -29565,6 +29952,11 @@ export const generatedSchema = {
29565
29952
  connectionId: { __type: "order_by" },
29566
29953
  createdAt: { __type: "order_by" },
29567
29954
  currency: { __type: "order_by" },
29955
+ edited_check_in: { __type: "order_by" },
29956
+ edited_check_out: { __type: "order_by" },
29957
+ effective_check_in: { __type: "order_by" },
29958
+ effective_check_out: { __type: "order_by" },
29959
+ effective_nights: { __type: "order_by" },
29568
29960
  files_aggregate: { __type: "file_storage_aggregate_order_by" },
29569
29961
  generalLedgerPostingAt: { __type: "order_by" },
29570
29962
  general_ledger_status: { __type: "order_by" },
@@ -29640,6 +30032,8 @@ export const generatedSchema = {
29640
30032
  connectionId: { __type: "uuid" },
29641
30033
  createdAt: { __type: "timestamptz" },
29642
30034
  currency: { __type: "currency_enum" },
30035
+ edited_check_in: { __type: "timestamptz" },
30036
+ edited_check_out: { __type: "timestamptz" },
29643
30037
  generalLedgerPostingAt: { __type: "timestamptz" },
29644
30038
  general_ledger_status: { __type: "activeStatus_enum" },
29645
30039
  guestName: { __type: "String" },
@@ -29744,6 +30138,7 @@ export const generatedSchema = {
29744
30138
  centPaymentFee: { __type: "Float" },
29745
30139
  centService: { __type: "Float" },
29746
30140
  centTotal: { __type: "Float" },
30141
+ effective_nights: { __type: "Float" },
29747
30142
  guests: { __type: "Float" },
29748
30143
  manager_cent_total: { __type: "Float" },
29749
30144
  nights: { __type: "Float" },
@@ -29761,6 +30156,7 @@ export const generatedSchema = {
29761
30156
  centPaymentFee: { __type: "order_by" },
29762
30157
  centService: { __type: "order_by" },
29763
30158
  centTotal: { __type: "order_by" },
30159
+ effective_nights: { __type: "order_by" },
29764
30160
  guests: { __type: "order_by" },
29765
30161
  manager_cent_total: { __type: "order_by" },
29766
30162
  nights: { __type: "order_by" },
@@ -29779,6 +30175,7 @@ export const generatedSchema = {
29779
30175
  centPaymentFee: { __type: "Float" },
29780
30176
  centService: { __type: "Float" },
29781
30177
  centTotal: { __type: "Float" },
30178
+ effective_nights: { __type: "Float" },
29782
30179
  guests: { __type: "Float" },
29783
30180
  manager_cent_total: { __type: "Float" },
29784
30181
  nights: { __type: "Float" },
@@ -29796,6 +30193,7 @@ export const generatedSchema = {
29796
30193
  centPaymentFee: { __type: "order_by" },
29797
30194
  centService: { __type: "order_by" },
29798
30195
  centTotal: { __type: "order_by" },
30196
+ effective_nights: { __type: "order_by" },
29799
30197
  guests: { __type: "order_by" },
29800
30198
  manager_cent_total: { __type: "order_by" },
29801
30199
  nights: { __type: "order_by" },
@@ -29814,6 +30212,7 @@ export const generatedSchema = {
29814
30212
  centPaymentFee: { __type: "Float" },
29815
30213
  centService: { __type: "Float" },
29816
30214
  centTotal: { __type: "Float" },
30215
+ effective_nights: { __type: "Float" },
29817
30216
  guests: { __type: "Float" },
29818
30217
  manager_cent_total: { __type: "Float" },
29819
30218
  nights: { __type: "Float" },
@@ -29831,6 +30230,7 @@ export const generatedSchema = {
29831
30230
  centPaymentFee: { __type: "order_by" },
29832
30231
  centService: { __type: "order_by" },
29833
30232
  centTotal: { __type: "order_by" },
30233
+ effective_nights: { __type: "order_by" },
29834
30234
  guests: { __type: "order_by" },
29835
30235
  manager_cent_total: { __type: "order_by" },
29836
30236
  nights: { __type: "order_by" },
@@ -29864,6 +30264,11 @@ export const generatedSchema = {
29864
30264
  connectionId: { __type: "uuid" },
29865
30265
  createdAt: { __type: "timestamptz" },
29866
30266
  currency: { __type: "currency_enum" },
30267
+ edited_check_in: { __type: "timestamptz" },
30268
+ edited_check_out: { __type: "timestamptz" },
30269
+ effective_check_in: { __type: "timestamptz" },
30270
+ effective_check_out: { __type: "timestamptz" },
30271
+ effective_nights: { __type: "Int" },
29867
30272
  generalLedgerPostingAt: { __type: "timestamptz" },
29868
30273
  general_ledger_status: { __type: "activeStatus_enum" },
29869
30274
  guestName: { __type: "String" },
@@ -29903,6 +30308,7 @@ export const generatedSchema = {
29903
30308
  centPaymentFee: { __type: "Int" },
29904
30309
  centService: { __type: "Int" },
29905
30310
  centTotal: { __type: "bigint" },
30311
+ effective_nights: { __type: "Int" },
29906
30312
  guests: { __type: "Int" },
29907
30313
  manager_cent_total: { __type: "bigint" },
29908
30314
  nights: { __type: "Int" },
@@ -29920,6 +30326,7 @@ export const generatedSchema = {
29920
30326
  centPaymentFee: { __type: "order_by" },
29921
30327
  centService: { __type: "order_by" },
29922
30328
  centTotal: { __type: "order_by" },
30329
+ effective_nights: { __type: "order_by" },
29923
30330
  guests: { __type: "order_by" },
29924
30331
  manager_cent_total: { __type: "order_by" },
29925
30332
  nights: { __type: "order_by" },
@@ -29948,6 +30355,7 @@ export const generatedSchema = {
29948
30355
  centPaymentFee: { __type: "Float" },
29949
30356
  centService: { __type: "Float" },
29950
30357
  centTotal: { __type: "Float" },
30358
+ effective_nights: { __type: "Float" },
29951
30359
  guests: { __type: "Float" },
29952
30360
  manager_cent_total: { __type: "Float" },
29953
30361
  nights: { __type: "Float" },
@@ -29965,6 +30373,7 @@ export const generatedSchema = {
29965
30373
  centPaymentFee: { __type: "order_by" },
29966
30374
  centService: { __type: "order_by" },
29967
30375
  centTotal: { __type: "order_by" },
30376
+ effective_nights: { __type: "order_by" },
29968
30377
  guests: { __type: "order_by" },
29969
30378
  manager_cent_total: { __type: "order_by" },
29970
30379
  nights: { __type: "order_by" },
@@ -29983,6 +30392,7 @@ export const generatedSchema = {
29983
30392
  centPaymentFee: { __type: "Float" },
29984
30393
  centService: { __type: "Float" },
29985
30394
  centTotal: { __type: "Float" },
30395
+ effective_nights: { __type: "Float" },
29986
30396
  guests: { __type: "Float" },
29987
30397
  manager_cent_total: { __type: "Float" },
29988
30398
  nights: { __type: "Float" },
@@ -30000,6 +30410,7 @@ export const generatedSchema = {
30000
30410
  centPaymentFee: { __type: "order_by" },
30001
30411
  centService: { __type: "order_by" },
30002
30412
  centTotal: { __type: "order_by" },
30413
+ effective_nights: { __type: "order_by" },
30003
30414
  guests: { __type: "order_by" },
30004
30415
  manager_cent_total: { __type: "order_by" },
30005
30416
  nights: { __type: "order_by" },
@@ -30018,6 +30429,7 @@ export const generatedSchema = {
30018
30429
  centPaymentFee: { __type: "Float" },
30019
30430
  centService: { __type: "Float" },
30020
30431
  centTotal: { __type: "Float" },
30432
+ effective_nights: { __type: "Float" },
30021
30433
  guests: { __type: "Float" },
30022
30434
  manager_cent_total: { __type: "Float" },
30023
30435
  nights: { __type: "Float" },
@@ -30035,6 +30447,7 @@ export const generatedSchema = {
30035
30447
  centPaymentFee: { __type: "order_by" },
30036
30448
  centService: { __type: "order_by" },
30037
30449
  centTotal: { __type: "order_by" },
30450
+ effective_nights: { __type: "order_by" },
30038
30451
  guests: { __type: "order_by" },
30039
30452
  manager_cent_total: { __type: "order_by" },
30040
30453
  nights: { __type: "order_by" },
@@ -32931,6 +33344,38 @@ export const generatedSchema = {
32931
33344
  where: "booking_channel_bool_exp",
32932
33345
  },
32933
33346
  },
33347
+ bookingChannelIconCandidate: {
33348
+ __type: "bookingChannelIconCandidate",
33349
+ __args: { id: "uuid!" },
33350
+ },
33351
+ bookingChannelIconCandidateAggregate: {
33352
+ __type: "bookingChannelIconCandidate_aggregate!",
33353
+ __args: {
33354
+ distinct_on: "[bookingChannelIconCandidate_select_column!]",
33355
+ limit: "Int",
33356
+ offset: "Int",
33357
+ order_by: "[bookingChannelIconCandidate_order_by!]",
33358
+ where: "bookingChannelIconCandidate_bool_exp",
33359
+ },
33360
+ },
33361
+ bookingChannelIconCandidateStream: {
33362
+ __type: "[bookingChannelIconCandidate!]!",
33363
+ __args: {
33364
+ batch_size: "Int!",
33365
+ cursor: "[bookingChannelIconCandidate_stream_cursor_input]!",
33366
+ where: "bookingChannelIconCandidate_bool_exp",
33367
+ },
33368
+ },
33369
+ bookingChannelIconCandidates: {
33370
+ __type: "[bookingChannelIconCandidate!]!",
33371
+ __args: {
33372
+ distinct_on: "[bookingChannelIconCandidate_select_column!]",
33373
+ limit: "Int",
33374
+ offset: "Int",
33375
+ order_by: "[bookingChannelIconCandidate_order_by!]",
33376
+ where: "bookingChannelIconCandidate_bool_exp",
33377
+ },
33378
+ },
32934
33379
  bookingChannelStream: {
32935
33380
  __type: "[booking_channel!]!",
32936
33381
  __args: {
@@ -40248,6 +40693,7 @@ export const generatedSchema = {
40248
40693
  description: { __type: "String!" },
40249
40694
  dueAt: { __type: "timestamptz" },
40250
40695
  id: { __type: "uuid!" },
40696
+ is_opening_balance: { __type: "Boolean!" },
40251
40697
  journalEntries: {
40252
40698
  __type: "[journalEntry!]!",
40253
40699
  __args: {
@@ -40867,8 +41313,28 @@ export const generatedSchema = {
40867
41313
  nodes: { __type: "[transaction!]!" },
40868
41314
  },
40869
41315
  transaction_aggregate_bool_exp: {
41316
+ bool_and: { __type: "transaction_aggregate_bool_exp_bool_and" },
41317
+ bool_or: { __type: "transaction_aggregate_bool_exp_bool_or" },
40870
41318
  count: { __type: "transaction_aggregate_bool_exp_count" },
40871
41319
  },
41320
+ transaction_aggregate_bool_exp_bool_and: {
41321
+ arguments: {
41322
+ __type:
41323
+ "transaction_select_column_transaction_aggregate_bool_exp_bool_and_arguments_columns!",
41324
+ },
41325
+ distinct: { __type: "Boolean" },
41326
+ filter: { __type: "transaction_bool_exp" },
41327
+ predicate: { __type: "Boolean_comparison_exp!" },
41328
+ },
41329
+ transaction_aggregate_bool_exp_bool_or: {
41330
+ arguments: {
41331
+ __type:
41332
+ "transaction_select_column_transaction_aggregate_bool_exp_bool_or_arguments_columns!",
41333
+ },
41334
+ distinct: { __type: "Boolean" },
41335
+ filter: { __type: "transaction_bool_exp" },
41336
+ predicate: { __type: "Boolean_comparison_exp!" },
41337
+ },
40872
41338
  transaction_aggregate_bool_exp_count: {
40873
41339
  arguments: { __type: "[transaction_select_column!]" },
40874
41340
  distinct: { __type: "Boolean" },
@@ -40937,6 +41403,7 @@ export const generatedSchema = {
40937
41403
  description: { __type: "String_comparison_exp" },
40938
41404
  dueAt: { __type: "timestamptz_comparison_exp" },
40939
41405
  id: { __type: "uuid_comparison_exp" },
41406
+ is_opening_balance: { __type: "Boolean_comparison_exp" },
40940
41407
  journalEntries: { __type: "journalEntry_bool_exp" },
40941
41408
  journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
40942
41409
  lines: { __type: "transactionLine_bool_exp" },
@@ -40990,6 +41457,7 @@ export const generatedSchema = {
40990
41457
  description: { __type: "String" },
40991
41458
  dueAt: { __type: "timestamptz" },
40992
41459
  id: { __type: "uuid" },
41460
+ is_opening_balance: { __type: "Boolean" },
40993
41461
  journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
40994
41462
  lines: { __type: "transactionLine_arr_rel_insert_input" },
40995
41463
  matchBankAccountLast4: { __type: "String" },
@@ -41143,6 +41611,7 @@ export const generatedSchema = {
41143
41611
  description: { __type: "order_by" },
41144
41612
  dueAt: { __type: "order_by" },
41145
41613
  id: { __type: "order_by" },
41614
+ is_opening_balance: { __type: "order_by" },
41146
41615
  journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
41147
41616
  lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
41148
41617
  matchBankAccountLast4: { __type: "order_by" },
@@ -41182,6 +41651,7 @@ export const generatedSchema = {
41182
41651
  description: { __type: "String" },
41183
41652
  dueAt: { __type: "timestamptz" },
41184
41653
  id: { __type: "uuid" },
41654
+ is_opening_balance: { __type: "Boolean" },
41185
41655
  matchBankAccountLast4: { __type: "String" },
41186
41656
  match_line_type_classification: { __type: "String" },
41187
41657
  match_reservation_confirmation_code: { __type: "String" },
@@ -41229,6 +41699,7 @@ export const generatedSchema = {
41229
41699
  description: { __type: "String" },
41230
41700
  dueAt: { __type: "timestamptz" },
41231
41701
  id: { __type: "uuid" },
41702
+ is_opening_balance: { __type: "Boolean" },
41232
41703
  matchBankAccountLast4: { __type: "String" },
41233
41704
  matchStatus: { __type: "String" },
41234
41705
  match_line_type_classification: { __type: "String" },