@vrplatform/graphql 1.1.41 → 1.1.42

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.
@@ -142,6 +142,8 @@ export const scalarsEnumsHash = {
142
142
  core_flow_mapping_select_column: true,
143
143
  core_flow_mapping_update_column: true,
144
144
  core_flow_select_column: true,
145
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns: true,
146
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns: true,
145
147
  core_flow_setting_constraint: true,
146
148
  core_flow_setting_select_column: true,
147
149
  core_flow_setting_update_column: true,
@@ -6850,6 +6852,7 @@ export const generatedSchema = {
6850
6852
  name: { __type: "String!" },
6851
6853
  phone: { __type: "String" },
6852
6854
  pmsStatus: { __type: "activeStatus_enum" },
6855
+ short_ref: { __type: "String" },
6853
6856
  source: { __type: "source" },
6854
6857
  sourceId: { __type: "uuid" },
6855
6858
  status: { __type: "activeStatus_enum" },
@@ -7088,6 +7091,7 @@ export const generatedSchema = {
7088
7091
  name: { __type: "String_comparison_exp" },
7089
7092
  phone: { __type: "String_comparison_exp" },
7090
7093
  pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
7094
+ short_ref: { __type: "String_comparison_exp" },
7091
7095
  source: { __type: "source_bool_exp" },
7092
7096
  sourceId: { __type: "uuid_comparison_exp" },
7093
7097
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -7128,6 +7132,7 @@ export const generatedSchema = {
7128
7132
  name: { __type: "String" },
7129
7133
  phone: { __type: "String" },
7130
7134
  pmsStatus: { __type: "activeStatus_enum" },
7135
+ short_ref: { __type: "String" },
7131
7136
  source: { __type: "source_obj_rel_insert_input" },
7132
7137
  sourceId: { __type: "uuid" },
7133
7138
  status: { __type: "activeStatus_enum" },
@@ -7151,6 +7156,7 @@ export const generatedSchema = {
7151
7156
  id: { __type: "uuid" },
7152
7157
  name: { __type: "String" },
7153
7158
  phone: { __type: "String" },
7159
+ short_ref: { __type: "String" },
7154
7160
  sourceId: { __type: "uuid" },
7155
7161
  taxId: { __type: "String" },
7156
7162
  tenantId: { __type: "uuid" },
@@ -7167,6 +7173,7 @@ export const generatedSchema = {
7167
7173
  id: { __type: "uuid" },
7168
7174
  name: { __type: "String" },
7169
7175
  phone: { __type: "String" },
7176
+ short_ref: { __type: "String" },
7170
7177
  sourceId: { __type: "uuid" },
7171
7178
  taxId: { __type: "String" },
7172
7179
  tenantId: { __type: "uuid" },
@@ -7206,6 +7213,7 @@ export const generatedSchema = {
7206
7213
  name: { __type: "order_by" },
7207
7214
  phone: { __type: "order_by" },
7208
7215
  pmsStatus: { __type: "order_by" },
7216
+ short_ref: { __type: "order_by" },
7209
7217
  source: { __type: "source_order_by" },
7210
7218
  sourceId: { __type: "order_by" },
7211
7219
  status: { __type: "order_by" },
@@ -7236,6 +7244,7 @@ export const generatedSchema = {
7236
7244
  name: { __type: "String" },
7237
7245
  phone: { __type: "String" },
7238
7246
  pmsStatus: { __type: "activeStatus_enum" },
7247
+ short_ref: { __type: "String" },
7239
7248
  sourceId: { __type: "uuid" },
7240
7249
  status: { __type: "activeStatus_enum" },
7241
7250
  taxId: { __type: "String" },
@@ -7261,6 +7270,7 @@ export const generatedSchema = {
7261
7270
  name: { __type: "String" },
7262
7271
  phone: { __type: "String" },
7263
7272
  pmsStatus: { __type: "activeStatus_enum" },
7273
+ short_ref: { __type: "String" },
7264
7274
  sourceId: { __type: "uuid" },
7265
7275
  status: { __type: "activeStatus_enum" },
7266
7276
  taxId: { __type: "String" },
@@ -7437,13 +7447,16 @@ export const generatedSchema = {
7437
7447
  app_id: { __type: "String!" },
7438
7448
  description: { __type: "String" },
7439
7449
  id: { __type: "uuid!" },
7450
+ is_public: { __type: "Boolean!" },
7440
7451
  left_type: { __type: "String" },
7441
7452
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7442
7453
  right_type: { __type: "String" },
7454
+ run_schema: { __type: "jsonb!", __args: { path: "String" } },
7443
7455
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7444
7456
  title: { __type: "String!" },
7445
7457
  type: { __type: "flow_type" },
7446
7458
  uniqueRef: { __type: "String!" },
7459
+ use_global_mapping: { __type: "Boolean!" },
7447
7460
  },
7448
7461
  core_flow_aggregate: {
7449
7462
  __typename: { __type: "String!" },
@@ -7451,8 +7464,26 @@ export const generatedSchema = {
7451
7464
  nodes: { __type: "[core_flow!]!" },
7452
7465
  },
7453
7466
  core_flow_aggregate_bool_exp: {
7467
+ bool_and: { __type: "core_flow_aggregate_bool_exp_bool_and" },
7468
+ bool_or: { __type: "core_flow_aggregate_bool_exp_bool_or" },
7454
7469
  count: { __type: "core_flow_aggregate_bool_exp_count" },
7455
7470
  },
7471
+ core_flow_aggregate_bool_exp_bool_and: {
7472
+ arguments: {
7473
+ __type: "core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns!",
7474
+ },
7475
+ distinct: { __type: "Boolean" },
7476
+ filter: { __type: "core_flow_bool_exp" },
7477
+ predicate: { __type: "Boolean_comparison_exp!" },
7478
+ },
7479
+ core_flow_aggregate_bool_exp_bool_or: {
7480
+ arguments: {
7481
+ __type: "core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns!",
7482
+ },
7483
+ distinct: { __type: "Boolean" },
7484
+ filter: { __type: "core_flow_bool_exp" },
7485
+ predicate: { __type: "Boolean_comparison_exp!" },
7486
+ },
7456
7487
  core_flow_aggregate_bool_exp_count: {
7457
7488
  arguments: { __type: "[core_flow_select_column!]" },
7458
7489
  distinct: { __type: "Boolean" },
@@ -7475,6 +7506,7 @@ export const generatedSchema = {
7475
7506
  },
7476
7507
  core_flow_append_input: {
7477
7508
  mapping_schema: { __type: "jsonb" },
7509
+ run_schema: { __type: "jsonb" },
7478
7510
  setting_schema: { __type: "jsonb" },
7479
7511
  },
7480
7512
  core_flow_arr_rel_insert_input: {
@@ -7488,37 +7520,46 @@ export const generatedSchema = {
7488
7520
  app_id: { __type: "String_comparison_exp" },
7489
7521
  description: { __type: "String_comparison_exp" },
7490
7522
  id: { __type: "uuid_comparison_exp" },
7523
+ is_public: { __type: "Boolean_comparison_exp" },
7491
7524
  left_type: { __type: "String_comparison_exp" },
7492
7525
  mapping_schema: { __type: "jsonb_comparison_exp" },
7493
7526
  right_type: { __type: "String_comparison_exp" },
7527
+ run_schema: { __type: "jsonb_comparison_exp" },
7494
7528
  setting_schema: { __type: "jsonb_comparison_exp" },
7495
7529
  title: { __type: "String_comparison_exp" },
7496
7530
  type: { __type: "flow_type_comparison_exp" },
7497
7531
  uniqueRef: { __type: "String_comparison_exp" },
7532
+ use_global_mapping: { __type: "Boolean_comparison_exp" },
7498
7533
  },
7499
7534
  core_flow_delete_at_path_input: {
7500
7535
  mapping_schema: { __type: "[String!]" },
7536
+ run_schema: { __type: "[String!]" },
7501
7537
  setting_schema: { __type: "[String!]" },
7502
7538
  },
7503
7539
  core_flow_delete_elem_input: {
7504
7540
  mapping_schema: { __type: "Int" },
7541
+ run_schema: { __type: "Int" },
7505
7542
  setting_schema: { __type: "Int" },
7506
7543
  },
7507
7544
  core_flow_delete_key_input: {
7508
7545
  mapping_schema: { __type: "String" },
7546
+ run_schema: { __type: "String" },
7509
7547
  setting_schema: { __type: "String" },
7510
7548
  },
7511
7549
  core_flow_insert_input: {
7512
7550
  app_id: { __type: "String" },
7513
7551
  description: { __type: "String" },
7514
7552
  id: { __type: "uuid" },
7553
+ is_public: { __type: "Boolean" },
7515
7554
  left_type: { __type: "String" },
7516
7555
  mapping_schema: { __type: "jsonb" },
7517
7556
  right_type: { __type: "String" },
7557
+ run_schema: { __type: "jsonb" },
7518
7558
  setting_schema: { __type: "jsonb" },
7519
7559
  title: { __type: "String" },
7520
7560
  type: { __type: "flow_type" },
7521
7561
  uniqueRef: { __type: "String" },
7562
+ use_global_mapping: { __type: "Boolean" },
7522
7563
  },
7523
7564
  core_flow_mapping: {
7524
7565
  __typename: { __type: "String!" },
@@ -7526,11 +7567,12 @@ export const generatedSchema = {
7526
7567
  account_id: { __type: "uuid" },
7527
7568
  booking_channel: { __type: "booking_channel" },
7528
7569
  booking_channel_id: { __type: "uuid" },
7570
+ connection_id: { __type: "uuid!" },
7529
7571
  contact: { __type: "contact" },
7530
7572
  contact_id: { __type: "uuid" },
7531
7573
  createdAt: { __type: "timestamptz!" },
7532
- flow: { __type: "core_flow!" },
7533
- flow_id: { __type: "uuid!" },
7574
+ flow: { __type: "core_flow" },
7575
+ flow_id: { __type: "uuid" },
7534
7576
  id: { __type: "uuid!" },
7535
7577
  listing: { __type: "listing" },
7536
7578
  listing_id: { __type: "uuid" },
@@ -7570,6 +7612,7 @@ export const generatedSchema = {
7570
7612
  account_id: { __type: "uuid_comparison_exp" },
7571
7613
  booking_channel: { __type: "booking_channel_bool_exp" },
7572
7614
  booking_channel_id: { __type: "uuid_comparison_exp" },
7615
+ connection_id: { __type: "uuid_comparison_exp" },
7573
7616
  contact: { __type: "contact_bool_exp" },
7574
7617
  contact_id: { __type: "uuid_comparison_exp" },
7575
7618
  createdAt: { __type: "timestamptz_comparison_exp" },
@@ -7596,6 +7639,7 @@ export const generatedSchema = {
7596
7639
  account_id: { __type: "uuid" },
7597
7640
  booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
7598
7641
  booking_channel_id: { __type: "uuid" },
7642
+ connection_id: { __type: "uuid" },
7599
7643
  contact: { __type: "contact_obj_rel_insert_input" },
7600
7644
  contact_id: { __type: "uuid" },
7601
7645
  createdAt: { __type: "timestamptz" },
@@ -7618,6 +7662,7 @@ export const generatedSchema = {
7618
7662
  __typename: { __type: "String!" },
7619
7663
  account_id: { __type: "uuid" },
7620
7664
  booking_channel_id: { __type: "uuid" },
7665
+ connection_id: { __type: "uuid" },
7621
7666
  contact_id: { __type: "uuid" },
7622
7667
  createdAt: { __type: "timestamptz" },
7623
7668
  flow_id: { __type: "uuid" },
@@ -7633,6 +7678,7 @@ export const generatedSchema = {
7633
7678
  __typename: { __type: "String!" },
7634
7679
  account_id: { __type: "uuid" },
7635
7680
  booking_channel_id: { __type: "uuid" },
7681
+ connection_id: { __type: "uuid" },
7636
7682
  contact_id: { __type: "uuid" },
7637
7683
  createdAt: { __type: "timestamptz" },
7638
7684
  flow_id: { __type: "uuid" },
@@ -7659,6 +7705,7 @@ export const generatedSchema = {
7659
7705
  account_id: { __type: "order_by" },
7660
7706
  booking_channel: { __type: "booking_channel_order_by" },
7661
7707
  booking_channel_id: { __type: "order_by" },
7708
+ connection_id: { __type: "order_by" },
7662
7709
  contact: { __type: "contact_order_by" },
7663
7710
  contact_id: { __type: "order_by" },
7664
7711
  createdAt: { __type: "order_by" },
@@ -7682,6 +7729,7 @@ export const generatedSchema = {
7682
7729
  core_flow_mapping_set_input: {
7683
7730
  account_id: { __type: "uuid" },
7684
7731
  booking_channel_id: { __type: "uuid" },
7732
+ connection_id: { __type: "uuid" },
7685
7733
  contact_id: { __type: "uuid" },
7686
7734
  createdAt: { __type: "timestamptz" },
7687
7735
  flow_id: { __type: "uuid" },
@@ -7701,6 +7749,7 @@ export const generatedSchema = {
7701
7749
  core_flow_mapping_stream_cursor_value_input: {
7702
7750
  account_id: { __type: "uuid" },
7703
7751
  booking_channel_id: { __type: "uuid" },
7752
+ connection_id: { __type: "uuid" },
7704
7753
  contact_id: { __type: "uuid" },
7705
7754
  createdAt: { __type: "timestamptz" },
7706
7755
  flow_id: { __type: "uuid" },
@@ -7782,30 +7831,37 @@ export const generatedSchema = {
7782
7831
  app_id: { __type: "order_by" },
7783
7832
  description: { __type: "order_by" },
7784
7833
  id: { __type: "order_by" },
7834
+ is_public: { __type: "order_by" },
7785
7835
  left_type: { __type: "order_by" },
7786
7836
  mapping_schema: { __type: "order_by" },
7787
7837
  right_type: { __type: "order_by" },
7838
+ run_schema: { __type: "order_by" },
7788
7839
  setting_schema: { __type: "order_by" },
7789
7840
  title: { __type: "order_by" },
7790
7841
  type: { __type: "order_by" },
7791
7842
  uniqueRef: { __type: "order_by" },
7843
+ use_global_mapping: { __type: "order_by" },
7792
7844
  },
7793
7845
  core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7794
7846
  core_flow_prepend_input: {
7795
7847
  mapping_schema: { __type: "jsonb" },
7848
+ run_schema: { __type: "jsonb" },
7796
7849
  setting_schema: { __type: "jsonb" },
7797
7850
  },
7798
7851
  core_flow_set_input: {
7799
7852
  app_id: { __type: "String" },
7800
7853
  description: { __type: "String" },
7801
7854
  id: { __type: "uuid" },
7855
+ is_public: { __type: "Boolean" },
7802
7856
  left_type: { __type: "String" },
7803
7857
  mapping_schema: { __type: "jsonb" },
7804
7858
  right_type: { __type: "String" },
7859
+ run_schema: { __type: "jsonb" },
7805
7860
  setting_schema: { __type: "jsonb" },
7806
7861
  title: { __type: "String" },
7807
7862
  type: { __type: "flow_type" },
7808
7863
  uniqueRef: { __type: "String" },
7864
+ use_global_mapping: { __type: "Boolean" },
7809
7865
  },
7810
7866
  core_flow_setting: {
7811
7867
  __typename: { __type: "String!" },
@@ -8017,13 +8073,16 @@ export const generatedSchema = {
8017
8073
  app_id: { __type: "String" },
8018
8074
  description: { __type: "String" },
8019
8075
  id: { __type: "uuid" },
8076
+ is_public: { __type: "Boolean" },
8020
8077
  left_type: { __type: "String" },
8021
8078
  mapping_schema: { __type: "jsonb" },
8022
8079
  right_type: { __type: "String" },
8080
+ run_schema: { __type: "jsonb" },
8023
8081
  setting_schema: { __type: "jsonb" },
8024
8082
  title: { __type: "String" },
8025
8083
  type: { __type: "flow_type" },
8026
8084
  uniqueRef: { __type: "String" },
8085
+ use_global_mapping: { __type: "Boolean" },
8027
8086
  },
8028
8087
  core_flow_updates: {
8029
8088
  _append: { __type: "core_flow_append_input" },
@@ -10828,6 +10887,7 @@ export const generatedSchema = {
10828
10887
  where: "setting_bool_exp",
10829
10888
  },
10830
10889
  },
10890
+ short_ref: { __type: "String" },
10831
10891
  source: { __type: "source" },
10832
10892
  sourceId: { __type: "uuid" },
10833
10893
  status: { __type: "activeStatus_enum" },
@@ -11583,6 +11643,7 @@ export const generatedSchema = {
11583
11643
  settingsRight: { __type: "setting_bool_exp" },
11584
11644
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
11585
11645
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11646
+ short_ref: { __type: "String_comparison_exp" },
11586
11647
  source: { __type: "source_bool_exp" },
11587
11648
  sourceId: { __type: "uuid_comparison_exp" },
11588
11649
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -12297,6 +12358,7 @@ export const generatedSchema = {
12297
12358
  settings: { __type: "setting_arr_rel_insert_input" },
12298
12359
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
12299
12360
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12361
+ short_ref: { __type: "String" },
12300
12362
  source: { __type: "source_obj_rel_insert_input" },
12301
12363
  sourceId: { __type: "uuid" },
12302
12364
  status: { __type: "activeStatus_enum" },
@@ -12328,6 +12390,7 @@ export const generatedSchema = {
12328
12390
  imageUri: { __type: "String" },
12329
12391
  name: { __type: "String" },
12330
12392
  ownerContactId: { __type: "uuid" },
12393
+ short_ref: { __type: "String" },
12331
12394
  sourceId: { __type: "uuid" },
12332
12395
  tenantId: { __type: "uuid" },
12333
12396
  title: { __type: "String" },
@@ -12354,6 +12417,7 @@ export const generatedSchema = {
12354
12417
  imageUri: { __type: "order_by" },
12355
12418
  name: { __type: "order_by" },
12356
12419
  ownerContactId: { __type: "order_by" },
12420
+ short_ref: { __type: "order_by" },
12357
12421
  sourceId: { __type: "order_by" },
12358
12422
  tenantId: { __type: "order_by" },
12359
12423
  title: { __type: "order_by" },
@@ -12381,6 +12445,7 @@ export const generatedSchema = {
12381
12445
  imageUri: { __type: "String" },
12382
12446
  name: { __type: "String" },
12383
12447
  ownerContactId: { __type: "uuid" },
12448
+ short_ref: { __type: "String" },
12384
12449
  sourceId: { __type: "uuid" },
12385
12450
  tenantId: { __type: "uuid" },
12386
12451
  title: { __type: "String" },
@@ -12407,6 +12472,7 @@ export const generatedSchema = {
12407
12472
  imageUri: { __type: "order_by" },
12408
12473
  name: { __type: "order_by" },
12409
12474
  ownerContactId: { __type: "order_by" },
12475
+ short_ref: { __type: "order_by" },
12410
12476
  sourceId: { __type: "order_by" },
12411
12477
  tenantId: { __type: "order_by" },
12412
12478
  title: { __type: "order_by" },
@@ -12477,6 +12543,7 @@ export const generatedSchema = {
12477
12543
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
12478
12544
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
12479
12545
  settings_aggregate: { __type: "setting_aggregate_order_by" },
12546
+ short_ref: { __type: "order_by" },
12480
12547
  source: { __type: "source_order_by" },
12481
12548
  sourceId: { __type: "order_by" },
12482
12549
  status: { __type: "order_by" },
@@ -12885,6 +12952,7 @@ export const generatedSchema = {
12885
12952
  ownerContactId: { __type: "uuid" },
12886
12953
  pmsAddressData: { __type: "jsonb" },
12887
12954
  pmsStatus: { __type: "activeStatus_enum" },
12955
+ short_ref: { __type: "String" },
12888
12956
  sourceId: { __type: "uuid" },
12889
12957
  status: { __type: "activeStatus_enum" },
12890
12958
  tenantId: { __type: "uuid" },
@@ -12961,6 +13029,7 @@ export const generatedSchema = {
12961
13029
  ownerContactId: { __type: "uuid" },
12962
13030
  pmsAddressData: { __type: "jsonb" },
12963
13031
  pmsStatus: { __type: "activeStatus_enum" },
13032
+ short_ref: { __type: "String" },
12964
13033
  sourceId: { __type: "uuid" },
12965
13034
  status: { __type: "activeStatus_enum" },
12966
13035
  tenantId: { __type: "uuid" },
@@ -28147,6 +28216,7 @@ export const generatedSchema = {
28147
28216
  },
28148
28217
  },
28149
28218
  generalLedgerPostingAt: { __type: "timestamptz" },
28219
+ general_ledger_status: { __type: "activeStatus_enum!" },
28150
28220
  guestName: { __type: "String" },
28151
28221
  guests: { __type: "Int" },
28152
28222
  id: { __type: "uuid!" },
@@ -28175,6 +28245,7 @@ export const generatedSchema = {
28175
28245
  listingConnection: { __type: "listing_connection" },
28176
28246
  listingConnectionId: { __type: "uuid" },
28177
28247
  listingId: { __type: "uuid" },
28248
+ manager_cent_total: { __type: "bigint" },
28178
28249
  matchPaymentCustomerRef: { __type: "String" },
28179
28250
  members: {
28180
28251
  __type: "[tenant_user!]!",
@@ -28220,6 +28291,7 @@ export const generatedSchema = {
28220
28291
  where: "owner_statement_line_bool_exp",
28221
28292
  },
28222
28293
  },
28294
+ owners_cent_total: { __type: "bigint" },
28223
28295
  paidStatus: { __type: "paidStatus_enum" },
28224
28296
  paymentLines: {
28225
28297
  __type: "[payment_line!]!",
@@ -28303,6 +28375,7 @@ export const generatedSchema = {
28303
28375
  where: "setting_bool_exp",
28304
28376
  },
28305
28377
  },
28378
+ short_ref: { __type: "String" },
28306
28379
  similarReservations: {
28307
28380
  __type: "[reservation!]!",
28308
28381
  __args: {
@@ -28346,6 +28419,7 @@ export const generatedSchema = {
28346
28419
  },
28347
28420
  },
28348
28421
  status: { __type: "reservation_status_enum" },
28422
+ tax_cent_total: { __type: "bigint" },
28349
28423
  tenant: { __type: "tenant" },
28350
28424
  tenantId: { __type: "uuid" },
28351
28425
  transactionLines: {
@@ -28994,7 +29068,10 @@ export const generatedSchema = {
28994
29068
  centService: { __type: "Float" },
28995
29069
  centTotal: { __type: "Float" },
28996
29070
  guests: { __type: "Float" },
29071
+ manager_cent_total: { __type: "Float" },
28997
29072
  nights: { __type: "Float" },
29073
+ owners_cent_total: { __type: "Float" },
29074
+ tax_cent_total: { __type: "Float" },
28998
29075
  },
28999
29076
  reservation_avg_order_by: {
29000
29077
  centAccommodation: { __type: "order_by" },
@@ -29008,7 +29085,10 @@ export const generatedSchema = {
29008
29085
  centService: { __type: "order_by" },
29009
29086
  centTotal: { __type: "order_by" },
29010
29087
  guests: { __type: "order_by" },
29088
+ manager_cent_total: { __type: "order_by" },
29011
29089
  nights: { __type: "order_by" },
29090
+ owners_cent_total: { __type: "order_by" },
29091
+ tax_cent_total: { __type: "order_by" },
29012
29092
  },
29013
29093
  reservation_bool_exp: {
29014
29094
  _and: { __type: "[reservation_bool_exp!]" },
@@ -29047,6 +29127,7 @@ export const generatedSchema = {
29047
29127
  files: { __type: "file_storage_bool_exp" },
29048
29128
  files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
29049
29129
  generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
29130
+ general_ledger_status: { __type: "activeStatus_enum_comparison_exp" },
29050
29131
  guestName: { __type: "String_comparison_exp" },
29051
29132
  guests: { __type: "Int_comparison_exp" },
29052
29133
  id: { __type: "uuid_comparison_exp" },
@@ -29057,6 +29138,7 @@ export const generatedSchema = {
29057
29138
  listingConnection: { __type: "listing_connection_bool_exp" },
29058
29139
  listingConnectionId: { __type: "uuid_comparison_exp" },
29059
29140
  listingId: { __type: "uuid_comparison_exp" },
29141
+ manager_cent_total: { __type: "bigint_comparison_exp" },
29060
29142
  matchPaymentCustomerRef: { __type: "String_comparison_exp" },
29061
29143
  members: { __type: "tenant_user_bool_exp" },
29062
29144
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -29068,6 +29150,7 @@ export const generatedSchema = {
29068
29150
  ownerStatementLines_aggregate: {
29069
29151
  __type: "owner_statement_line_aggregate_bool_exp",
29070
29152
  },
29153
+ owners_cent_total: { __type: "bigint_comparison_exp" },
29071
29154
  paidStatus: { __type: "paidStatus_enum_comparison_exp" },
29072
29155
  paymentLines: { __type: "payment_line_bool_exp" },
29073
29156
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
@@ -29079,6 +29162,7 @@ export const generatedSchema = {
29079
29162
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
29080
29163
  settingsRight: { __type: "setting_bool_exp" },
29081
29164
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
29165
+ short_ref: { __type: "String_comparison_exp" },
29082
29166
  similarReservations: { __type: "reservation_bool_exp" },
29083
29167
  similarReservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
29084
29168
  source: { __type: "source_bool_exp" },
@@ -29086,6 +29170,7 @@ export const generatedSchema = {
29086
29170
  sources: { __type: "source_bool_exp" },
29087
29171
  sources_aggregate: { __type: "source_aggregate_bool_exp" },
29088
29172
  status: { __type: "reservation_status_enum_comparison_exp" },
29173
+ tax_cent_total: { __type: "bigint_comparison_exp" },
29089
29174
  tenant: { __type: "tenant_bool_exp" },
29090
29175
  tenantId: { __type: "uuid_comparison_exp" },
29091
29176
  transactionLines: { __type: "transactionLine_bool_exp" },
@@ -29124,7 +29209,10 @@ export const generatedSchema = {
29124
29209
  centService: { __type: "Int" },
29125
29210
  centTotal: { __type: "bigint" },
29126
29211
  guests: { __type: "Int" },
29212
+ manager_cent_total: { __type: "bigint" },
29127
29213
  nights: { __type: "Int" },
29214
+ owners_cent_total: { __type: "bigint" },
29215
+ tax_cent_total: { __type: "bigint" },
29128
29216
  },
29129
29217
  reservation_insert_input: {
29130
29218
  bookedAt: { __type: "timestamptz" },
@@ -29156,6 +29244,7 @@ export const generatedSchema = {
29156
29244
  currency: { __type: "currency_enum" },
29157
29245
  files: { __type: "file_storage_arr_rel_insert_input" },
29158
29246
  generalLedgerPostingAt: { __type: "timestamptz" },
29247
+ general_ledger_status: { __type: "activeStatus_enum" },
29159
29248
  guestName: { __type: "String" },
29160
29249
  guests: { __type: "Int" },
29161
29250
  id: { __type: "uuid" },
@@ -29165,6 +29254,7 @@ export const generatedSchema = {
29165
29254
  listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
29166
29255
  listingConnectionId: { __type: "uuid" },
29167
29256
  listingId: { __type: "uuid" },
29257
+ manager_cent_total: { __type: "bigint" },
29168
29258
  matchPaymentCustomerRef: { __type: "String" },
29169
29259
  members: { __type: "tenant_user_arr_rel_insert_input" },
29170
29260
  metadata: { __type: "jsonb" },
@@ -29174,6 +29264,7 @@ export const generatedSchema = {
29174
29264
  ownerStatementLines: {
29175
29265
  __type: "owner_statement_line_arr_rel_insert_input",
29176
29266
  },
29267
+ owners_cent_total: { __type: "bigint" },
29177
29268
  paidStatus: { __type: "paidStatus_enum" },
29178
29269
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
29179
29270
  paymentMethod: { __type: "String" },
@@ -29181,11 +29272,13 @@ export const generatedSchema = {
29181
29272
  relatedReservations: { __type: "reservation_arr_rel_insert_input" },
29182
29273
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
29183
29274
  settingsRight: { __type: "setting_arr_rel_insert_input" },
29275
+ short_ref: { __type: "String" },
29184
29276
  similarReservations: { __type: "reservation_arr_rel_insert_input" },
29185
29277
  source: { __type: "source_obj_rel_insert_input" },
29186
29278
  sourceId: { __type: "uuid" },
29187
29279
  sources: { __type: "source_arr_rel_insert_input" },
29188
29280
  status: { __type: "reservation_status_enum" },
29281
+ tax_cent_total: { __type: "bigint" },
29189
29282
  tenant: { __type: "tenant_obj_rel_insert_input" },
29190
29283
  tenantId: { __type: "uuid" },
29191
29284
  transactionLines: { __type: "transactionLine_arr_rel_insert_input" },
@@ -29223,12 +29316,16 @@ export const generatedSchema = {
29223
29316
  id: { __type: "uuid" },
29224
29317
  listingConnectionId: { __type: "uuid" },
29225
29318
  listingId: { __type: "uuid" },
29319
+ manager_cent_total: { __type: "bigint" },
29226
29320
  matchPaymentCustomerRef: { __type: "String" },
29227
29321
  nights: { __type: "Int" },
29228
29322
  otaReservationId: { __type: "uuid" },
29323
+ owners_cent_total: { __type: "bigint" },
29229
29324
  paymentMethod: { __type: "String" },
29230
29325
  pmsReferenceCode: { __type: "String" },
29326
+ short_ref: { __type: "String" },
29231
29327
  sourceId: { __type: "uuid" },
29328
+ tax_cent_total: { __type: "bigint" },
29232
29329
  tenantId: { __type: "uuid" },
29233
29330
  uniqueRef: { __type: "String" },
29234
29331
  uniqueRef2: { __type: "String" },
@@ -29262,12 +29359,16 @@ export const generatedSchema = {
29262
29359
  id: { __type: "order_by" },
29263
29360
  listingConnectionId: { __type: "order_by" },
29264
29361
  listingId: { __type: "order_by" },
29362
+ manager_cent_total: { __type: "order_by" },
29265
29363
  matchPaymentCustomerRef: { __type: "order_by" },
29266
29364
  nights: { __type: "order_by" },
29267
29365
  otaReservationId: { __type: "order_by" },
29366
+ owners_cent_total: { __type: "order_by" },
29268
29367
  paymentMethod: { __type: "order_by" },
29269
29368
  pmsReferenceCode: { __type: "order_by" },
29369
+ short_ref: { __type: "order_by" },
29270
29370
  sourceId: { __type: "order_by" },
29371
+ tax_cent_total: { __type: "order_by" },
29271
29372
  tenantId: { __type: "order_by" },
29272
29373
  uniqueRef: { __type: "order_by" },
29273
29374
  uniqueRef2: { __type: "order_by" },
@@ -29302,12 +29403,16 @@ export const generatedSchema = {
29302
29403
  id: { __type: "uuid" },
29303
29404
  listingConnectionId: { __type: "uuid" },
29304
29405
  listingId: { __type: "uuid" },
29406
+ manager_cent_total: { __type: "bigint" },
29305
29407
  matchPaymentCustomerRef: { __type: "String" },
29306
29408
  nights: { __type: "Int" },
29307
29409
  otaReservationId: { __type: "uuid" },
29410
+ owners_cent_total: { __type: "bigint" },
29308
29411
  paymentMethod: { __type: "String" },
29309
29412
  pmsReferenceCode: { __type: "String" },
29413
+ short_ref: { __type: "String" },
29310
29414
  sourceId: { __type: "uuid" },
29415
+ tax_cent_total: { __type: "bigint" },
29311
29416
  tenantId: { __type: "uuid" },
29312
29417
  uniqueRef: { __type: "String" },
29313
29418
  uniqueRef2: { __type: "String" },
@@ -29341,12 +29446,16 @@ export const generatedSchema = {
29341
29446
  id: { __type: "order_by" },
29342
29447
  listingConnectionId: { __type: "order_by" },
29343
29448
  listingId: { __type: "order_by" },
29449
+ manager_cent_total: { __type: "order_by" },
29344
29450
  matchPaymentCustomerRef: { __type: "order_by" },
29345
29451
  nights: { __type: "order_by" },
29346
29452
  otaReservationId: { __type: "order_by" },
29453
+ owners_cent_total: { __type: "order_by" },
29347
29454
  paymentMethod: { __type: "order_by" },
29348
29455
  pmsReferenceCode: { __type: "order_by" },
29456
+ short_ref: { __type: "order_by" },
29349
29457
  sourceId: { __type: "order_by" },
29458
+ tax_cent_total: { __type: "order_by" },
29350
29459
  tenantId: { __type: "order_by" },
29351
29460
  uniqueRef: { __type: "order_by" },
29352
29461
  uniqueRef2: { __type: "order_by" },
@@ -29397,6 +29506,7 @@ export const generatedSchema = {
29397
29506
  currency: { __type: "order_by" },
29398
29507
  files_aggregate: { __type: "file_storage_aggregate_order_by" },
29399
29508
  generalLedgerPostingAt: { __type: "order_by" },
29509
+ general_ledger_status: { __type: "order_by" },
29400
29510
  guestName: { __type: "order_by" },
29401
29511
  guests: { __type: "order_by" },
29402
29512
  id: { __type: "order_by" },
@@ -29406,6 +29516,7 @@ export const generatedSchema = {
29406
29516
  listingConnection: { __type: "listing_connection_order_by" },
29407
29517
  listingConnectionId: { __type: "order_by" },
29408
29518
  listingId: { __type: "order_by" },
29519
+ manager_cent_total: { __type: "order_by" },
29409
29520
  matchPaymentCustomerRef: { __type: "order_by" },
29410
29521
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
29411
29522
  metadata: { __type: "order_by" },
@@ -29415,6 +29526,7 @@ export const generatedSchema = {
29415
29526
  ownerStatementLines_aggregate: {
29416
29527
  __type: "owner_statement_line_aggregate_order_by",
29417
29528
  },
29529
+ owners_cent_total: { __type: "order_by" },
29418
29530
  paidStatus: { __type: "order_by" },
29419
29531
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
29420
29532
  paymentMethod: { __type: "order_by" },
@@ -29422,11 +29534,13 @@ export const generatedSchema = {
29422
29534
  relatedReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29423
29535
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
29424
29536
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
29537
+ short_ref: { __type: "order_by" },
29425
29538
  similarReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29426
29539
  source: { __type: "source_order_by" },
29427
29540
  sourceId: { __type: "order_by" },
29428
29541
  sources_aggregate: { __type: "source_aggregate_order_by" },
29429
29542
  status: { __type: "order_by" },
29543
+ tax_cent_total: { __type: "order_by" },
29430
29544
  tenant: { __type: "tenant_order_by" },
29431
29545
  tenantId: { __type: "order_by" },
29432
29546
  transactionLines_aggregate: {
@@ -29466,21 +29580,26 @@ export const generatedSchema = {
29466
29580
  createdAt: { __type: "timestamptz" },
29467
29581
  currency: { __type: "currency_enum" },
29468
29582
  generalLedgerPostingAt: { __type: "timestamptz" },
29583
+ general_ledger_status: { __type: "activeStatus_enum" },
29469
29584
  guestName: { __type: "String" },
29470
29585
  guests: { __type: "Int" },
29471
29586
  id: { __type: "uuid" },
29472
29587
  lineMap: { __type: "jsonb" },
29473
29588
  listingConnectionId: { __type: "uuid" },
29474
29589
  listingId: { __type: "uuid" },
29590
+ manager_cent_total: { __type: "bigint" },
29475
29591
  matchPaymentCustomerRef: { __type: "String" },
29476
29592
  metadata: { __type: "jsonb" },
29477
29593
  nights: { __type: "Int" },
29478
29594
  otaReservationId: { __type: "uuid" },
29595
+ owners_cent_total: { __type: "bigint" },
29479
29596
  paidStatus: { __type: "paidStatus_enum" },
29480
29597
  paymentMethod: { __type: "String" },
29481
29598
  pmsReferenceCode: { __type: "String" },
29599
+ short_ref: { __type: "String" },
29482
29600
  sourceId: { __type: "uuid" },
29483
29601
  status: { __type: "reservation_status_enum" },
29602
+ tax_cent_total: { __type: "bigint" },
29484
29603
  tenantId: { __type: "uuid" },
29485
29604
  uniqueRef: { __type: "String" },
29486
29605
  uniqueRef2: { __type: "String" },
@@ -29565,7 +29684,10 @@ export const generatedSchema = {
29565
29684
  centService: { __type: "Float" },
29566
29685
  centTotal: { __type: "Float" },
29567
29686
  guests: { __type: "Float" },
29687
+ manager_cent_total: { __type: "Float" },
29568
29688
  nights: { __type: "Float" },
29689
+ owners_cent_total: { __type: "Float" },
29690
+ tax_cent_total: { __type: "Float" },
29569
29691
  },
29570
29692
  reservation_stddev_order_by: {
29571
29693
  centAccommodation: { __type: "order_by" },
@@ -29579,7 +29701,10 @@ export const generatedSchema = {
29579
29701
  centService: { __type: "order_by" },
29580
29702
  centTotal: { __type: "order_by" },
29581
29703
  guests: { __type: "order_by" },
29704
+ manager_cent_total: { __type: "order_by" },
29582
29705
  nights: { __type: "order_by" },
29706
+ owners_cent_total: { __type: "order_by" },
29707
+ tax_cent_total: { __type: "order_by" },
29583
29708
  },
29584
29709
  reservation_stddev_pop_fields: {
29585
29710
  __typename: { __type: "String!" },
@@ -29594,7 +29719,10 @@ export const generatedSchema = {
29594
29719
  centService: { __type: "Float" },
29595
29720
  centTotal: { __type: "Float" },
29596
29721
  guests: { __type: "Float" },
29722
+ manager_cent_total: { __type: "Float" },
29597
29723
  nights: { __type: "Float" },
29724
+ owners_cent_total: { __type: "Float" },
29725
+ tax_cent_total: { __type: "Float" },
29598
29726
  },
29599
29727
  reservation_stddev_pop_order_by: {
29600
29728
  centAccommodation: { __type: "order_by" },
@@ -29608,7 +29736,10 @@ export const generatedSchema = {
29608
29736
  centService: { __type: "order_by" },
29609
29737
  centTotal: { __type: "order_by" },
29610
29738
  guests: { __type: "order_by" },
29739
+ manager_cent_total: { __type: "order_by" },
29611
29740
  nights: { __type: "order_by" },
29741
+ owners_cent_total: { __type: "order_by" },
29742
+ tax_cent_total: { __type: "order_by" },
29612
29743
  },
29613
29744
  reservation_stddev_samp_fields: {
29614
29745
  __typename: { __type: "String!" },
@@ -29623,7 +29754,10 @@ export const generatedSchema = {
29623
29754
  centService: { __type: "Float" },
29624
29755
  centTotal: { __type: "Float" },
29625
29756
  guests: { __type: "Float" },
29757
+ manager_cent_total: { __type: "Float" },
29626
29758
  nights: { __type: "Float" },
29759
+ owners_cent_total: { __type: "Float" },
29760
+ tax_cent_total: { __type: "Float" },
29627
29761
  },
29628
29762
  reservation_stddev_samp_order_by: {
29629
29763
  centAccommodation: { __type: "order_by" },
@@ -29637,7 +29771,10 @@ export const generatedSchema = {
29637
29771
  centService: { __type: "order_by" },
29638
29772
  centTotal: { __type: "order_by" },
29639
29773
  guests: { __type: "order_by" },
29774
+ manager_cent_total: { __type: "order_by" },
29640
29775
  nights: { __type: "order_by" },
29776
+ owners_cent_total: { __type: "order_by" },
29777
+ tax_cent_total: { __type: "order_by" },
29641
29778
  },
29642
29779
  reservation_stream_cursor_input: {
29643
29780
  initial_value: { __type: "reservation_stream_cursor_value_input!" },
@@ -29667,21 +29804,26 @@ export const generatedSchema = {
29667
29804
  createdAt: { __type: "timestamptz" },
29668
29805
  currency: { __type: "currency_enum" },
29669
29806
  generalLedgerPostingAt: { __type: "timestamptz" },
29807
+ general_ledger_status: { __type: "activeStatus_enum" },
29670
29808
  guestName: { __type: "String" },
29671
29809
  guests: { __type: "Int" },
29672
29810
  id: { __type: "uuid" },
29673
29811
  lineMap: { __type: "jsonb" },
29674
29812
  listingConnectionId: { __type: "uuid" },
29675
29813
  listingId: { __type: "uuid" },
29814
+ manager_cent_total: { __type: "bigint" },
29676
29815
  matchPaymentCustomerRef: { __type: "String" },
29677
29816
  metadata: { __type: "jsonb" },
29678
29817
  nights: { __type: "Int" },
29679
29818
  otaReservationId: { __type: "uuid" },
29819
+ owners_cent_total: { __type: "bigint" },
29680
29820
  paidStatus: { __type: "paidStatus_enum" },
29681
29821
  paymentMethod: { __type: "String" },
29682
29822
  pmsReferenceCode: { __type: "String" },
29823
+ short_ref: { __type: "String" },
29683
29824
  sourceId: { __type: "uuid" },
29684
29825
  status: { __type: "reservation_status_enum" },
29826
+ tax_cent_total: { __type: "bigint" },
29685
29827
  tenantId: { __type: "uuid" },
29686
29828
  uniqueRef: { __type: "String" },
29687
29829
  uniqueRef2: { __type: "String" },
@@ -29701,7 +29843,10 @@ export const generatedSchema = {
29701
29843
  centService: { __type: "Int" },
29702
29844
  centTotal: { __type: "bigint" },
29703
29845
  guests: { __type: "Int" },
29846
+ manager_cent_total: { __type: "bigint" },
29704
29847
  nights: { __type: "Int" },
29848
+ owners_cent_total: { __type: "bigint" },
29849
+ tax_cent_total: { __type: "bigint" },
29705
29850
  },
29706
29851
  reservation_sum_order_by: {
29707
29852
  centAccommodation: { __type: "order_by" },
@@ -29715,7 +29860,10 @@ export const generatedSchema = {
29715
29860
  centService: { __type: "order_by" },
29716
29861
  centTotal: { __type: "order_by" },
29717
29862
  guests: { __type: "order_by" },
29863
+ manager_cent_total: { __type: "order_by" },
29718
29864
  nights: { __type: "order_by" },
29865
+ owners_cent_total: { __type: "order_by" },
29866
+ tax_cent_total: { __type: "order_by" },
29719
29867
  },
29720
29868
  reservation_updates: {
29721
29869
  _append: { __type: "reservation_append_input" },
@@ -29740,7 +29888,10 @@ export const generatedSchema = {
29740
29888
  centService: { __type: "Float" },
29741
29889
  centTotal: { __type: "Float" },
29742
29890
  guests: { __type: "Float" },
29891
+ manager_cent_total: { __type: "Float" },
29743
29892
  nights: { __type: "Float" },
29893
+ owners_cent_total: { __type: "Float" },
29894
+ tax_cent_total: { __type: "Float" },
29744
29895
  },
29745
29896
  reservation_var_pop_order_by: {
29746
29897
  centAccommodation: { __type: "order_by" },
@@ -29754,7 +29905,10 @@ export const generatedSchema = {
29754
29905
  centService: { __type: "order_by" },
29755
29906
  centTotal: { __type: "order_by" },
29756
29907
  guests: { __type: "order_by" },
29908
+ manager_cent_total: { __type: "order_by" },
29757
29909
  nights: { __type: "order_by" },
29910
+ owners_cent_total: { __type: "order_by" },
29911
+ tax_cent_total: { __type: "order_by" },
29758
29912
  },
29759
29913
  reservation_var_samp_fields: {
29760
29914
  __typename: { __type: "String!" },
@@ -29769,7 +29923,10 @@ export const generatedSchema = {
29769
29923
  centService: { __type: "Float" },
29770
29924
  centTotal: { __type: "Float" },
29771
29925
  guests: { __type: "Float" },
29926
+ manager_cent_total: { __type: "Float" },
29772
29927
  nights: { __type: "Float" },
29928
+ owners_cent_total: { __type: "Float" },
29929
+ tax_cent_total: { __type: "Float" },
29773
29930
  },
29774
29931
  reservation_var_samp_order_by: {
29775
29932
  centAccommodation: { __type: "order_by" },
@@ -29783,7 +29940,10 @@ export const generatedSchema = {
29783
29940
  centService: { __type: "order_by" },
29784
29941
  centTotal: { __type: "order_by" },
29785
29942
  guests: { __type: "order_by" },
29943
+ manager_cent_total: { __type: "order_by" },
29786
29944
  nights: { __type: "order_by" },
29945
+ owners_cent_total: { __type: "order_by" },
29946
+ tax_cent_total: { __type: "order_by" },
29787
29947
  },
29788
29948
  reservation_variance_fields: {
29789
29949
  __typename: { __type: "String!" },
@@ -29798,7 +29958,10 @@ export const generatedSchema = {
29798
29958
  centService: { __type: "Float" },
29799
29959
  centTotal: { __type: "Float" },
29800
29960
  guests: { __type: "Float" },
29961
+ manager_cent_total: { __type: "Float" },
29801
29962
  nights: { __type: "Float" },
29963
+ owners_cent_total: { __type: "Float" },
29964
+ tax_cent_total: { __type: "Float" },
29802
29965
  },
29803
29966
  reservation_variance_order_by: {
29804
29967
  centAccommodation: { __type: "order_by" },
@@ -29812,7 +29975,10 @@ export const generatedSchema = {
29812
29975
  centService: { __type: "order_by" },
29813
29976
  centTotal: { __type: "order_by" },
29814
29977
  guests: { __type: "order_by" },
29978
+ manager_cent_total: { __type: "order_by" },
29815
29979
  nights: { __type: "order_by" },
29980
+ owners_cent_total: { __type: "order_by" },
29981
+ tax_cent_total: { __type: "order_by" },
29816
29982
  },
29817
29983
  setting: {
29818
29984
  __typename: { __type: "String!" },
@@ -37514,6 +37680,7 @@ export const generatedSchema = {
37514
37680
  where: "owner_statement_bool_exp",
37515
37681
  },
37516
37682
  },
37683
+ owner_portal_show_draft_statements: { __type: "Boolean" },
37517
37684
  owners: {
37518
37685
  __type: "[owner!]!",
37519
37686
  __args: {
@@ -37956,6 +38123,7 @@ export const generatedSchema = {
37956
38123
  name: { __type: "String_comparison_exp" },
37957
38124
  ownerStatements: { __type: "owner_statement_bool_exp" },
37958
38125
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
38126
+ owner_portal_show_draft_statements: { __type: "Boolean_comparison_exp" },
37959
38127
  owners: { __type: "owner_bool_exp" },
37960
38128
  owners_aggregate: { __type: "owner_aggregate_bool_exp" },
37961
38129
  partner: { __type: "tenant_bool_exp" },
@@ -38078,6 +38246,7 @@ export const generatedSchema = {
38078
38246
  monitorConnections: { __type: "monitorConnection_arr_rel_insert_input" },
38079
38247
  name: { __type: "String" },
38080
38248
  ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
38249
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38081
38250
  owners: { __type: "owner_arr_rel_insert_input" },
38082
38251
  partner: { __type: "tenant_obj_rel_insert_input" },
38083
38252
  partnerId: { __type: "uuid" },
@@ -38353,6 +38522,7 @@ export const generatedSchema = {
38353
38522
  },
38354
38523
  name: { __type: "order_by" },
38355
38524
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
38525
+ owner_portal_show_draft_statements: { __type: "order_by" },
38356
38526
  owners_aggregate: { __type: "owner_aggregate_order_by" },
38357
38527
  partner: { __type: "tenant_order_by" },
38358
38528
  partnerId: { __type: "order_by" },
@@ -38429,6 +38599,7 @@ export const generatedSchema = {
38429
38599
  logo: { __type: "String" },
38430
38600
  longTermStayNights: { __type: "Int" },
38431
38601
  name: { __type: "String" },
38602
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38432
38603
  partnerId: { __type: "uuid" },
38433
38604
  setup: { __type: "jsonb" },
38434
38605
  setupCompleted: { __type: "Boolean" },
@@ -38515,6 +38686,7 @@ export const generatedSchema = {
38515
38686
  logo: { __type: "String" },
38516
38687
  longTermStayNights: { __type: "Int" },
38517
38688
  name: { __type: "String" },
38689
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38518
38690
  partnerId: { __type: "uuid" },
38519
38691
  setup: { __type: "jsonb" },
38520
38692
  setupCompleted: { __type: "Boolean" },
@@ -40052,6 +40224,7 @@ export const generatedSchema = {
40052
40224
  where: "transaction_bool_exp",
40053
40225
  },
40054
40226
  },
40227
+ short_ref: { __type: "String" },
40055
40228
  source: { __type: "source" },
40056
40229
  sourceId: { __type: "uuid" },
40057
40230
  status: { __type: "activeStatus_enum!" },
@@ -40066,6 +40239,8 @@ export const generatedSchema = {
40066
40239
  account: { __type: "account" },
40067
40240
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40068
40241
  accountId: { __type: "uuid" },
40242
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40243
+ applied_amount_tax_rate_id: { __type: "uuid" },
40069
40244
  centTotal: { __type: "Int!" },
40070
40245
  contact: { __type: "contact" },
40071
40246
  contactId: { __type: "uuid" },
@@ -40186,6 +40361,8 @@ export const generatedSchema = {
40186
40361
  __type: "accountAssignmentType_enum_comparison_exp",
40187
40362
  },
40188
40363
  accountId: { __type: "uuid_comparison_exp" },
40364
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum_comparison_exp" },
40365
+ applied_amount_tax_rate_id: { __type: "uuid_comparison_exp" },
40189
40366
  centTotal: { __type: "Int_comparison_exp" },
40190
40367
  contact: { __type: "contact_bool_exp" },
40191
40368
  contactId: { __type: "uuid_comparison_exp" },
@@ -40231,6 +40408,8 @@ export const generatedSchema = {
40231
40408
  account: { __type: "account_obj_rel_insert_input" },
40232
40409
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40233
40410
  accountId: { __type: "uuid" },
40411
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40412
+ applied_amount_tax_rate_id: { __type: "uuid" },
40234
40413
  centTotal: { __type: "Int" },
40235
40414
  contact: { __type: "contact_obj_rel_insert_input" },
40236
40415
  contactId: { __type: "uuid" },
@@ -40266,6 +40445,7 @@ export const generatedSchema = {
40266
40445
  transactionLine_max_fields: {
40267
40446
  __typename: { __type: "String!" },
40268
40447
  accountId: { __type: "uuid" },
40448
+ applied_amount_tax_rate_id: { __type: "uuid" },
40269
40449
  centTotal: { __type: "Int" },
40270
40450
  contactId: { __type: "uuid" },
40271
40451
  createdAt: { __type: "timestamptz" },
@@ -40287,6 +40467,7 @@ export const generatedSchema = {
40287
40467
  },
40288
40468
  transactionLine_max_order_by: {
40289
40469
  accountId: { __type: "order_by" },
40470
+ applied_amount_tax_rate_id: { __type: "order_by" },
40290
40471
  centTotal: { __type: "order_by" },
40291
40472
  contactId: { __type: "order_by" },
40292
40473
  createdAt: { __type: "order_by" },
@@ -40309,6 +40490,7 @@ export const generatedSchema = {
40309
40490
  transactionLine_min_fields: {
40310
40491
  __typename: { __type: "String!" },
40311
40492
  accountId: { __type: "uuid" },
40493
+ applied_amount_tax_rate_id: { __type: "uuid" },
40312
40494
  centTotal: { __type: "Int" },
40313
40495
  contactId: { __type: "uuid" },
40314
40496
  createdAt: { __type: "timestamptz" },
@@ -40330,6 +40512,7 @@ export const generatedSchema = {
40330
40512
  },
40331
40513
  transactionLine_min_order_by: {
40332
40514
  accountId: { __type: "order_by" },
40515
+ applied_amount_tax_rate_id: { __type: "order_by" },
40333
40516
  centTotal: { __type: "order_by" },
40334
40517
  contactId: { __type: "order_by" },
40335
40518
  createdAt: { __type: "order_by" },
@@ -40367,6 +40550,8 @@ export const generatedSchema = {
40367
40550
  account: { __type: "account_order_by" },
40368
40551
  accountAssignmentType: { __type: "order_by" },
40369
40552
  accountId: { __type: "order_by" },
40553
+ applied_amount_tax_behavior: { __type: "order_by" },
40554
+ applied_amount_tax_rate_id: { __type: "order_by" },
40370
40555
  centTotal: { __type: "order_by" },
40371
40556
  contact: { __type: "contact_order_by" },
40372
40557
  contactId: { __type: "order_by" },
@@ -40405,6 +40590,8 @@ export const generatedSchema = {
40405
40590
  transactionLine_set_input: {
40406
40591
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40407
40592
  accountId: { __type: "uuid" },
40593
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40594
+ applied_amount_tax_rate_id: { __type: "uuid" },
40408
40595
  centTotal: { __type: "Int" },
40409
40596
  contactId: { __type: "uuid" },
40410
40597
  createdAt: { __type: "timestamptz" },
@@ -40460,6 +40647,8 @@ export const generatedSchema = {
40460
40647
  transactionLine_stream_cursor_value_input: {
40461
40648
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40462
40649
  accountId: { __type: "uuid" },
40650
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40651
+ applied_amount_tax_rate_id: { __type: "uuid" },
40463
40652
  centTotal: { __type: "Int" },
40464
40653
  contactId: { __type: "uuid" },
40465
40654
  createdAt: { __type: "timestamptz" },
@@ -40689,6 +40878,7 @@ export const generatedSchema = {
40689
40878
  recurringTemplateInstances_aggregate: {
40690
40879
  __type: "transaction_aggregate_bool_exp",
40691
40880
  },
40881
+ short_ref: { __type: "String_comparison_exp" },
40692
40882
  source: { __type: "source_bool_exp" },
40693
40883
  sourceId: { __type: "uuid_comparison_exp" },
40694
40884
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -40740,6 +40930,7 @@ export const generatedSchema = {
40740
40930
  recurringTemplate: { __type: "transaction_obj_rel_insert_input" },
40741
40931
  recurringTemplateId: { __type: "uuid" },
40742
40932
  recurringTemplateInstances: { __type: "transaction_arr_rel_insert_input" },
40933
+ short_ref: { __type: "String" },
40743
40934
  source: { __type: "source_obj_rel_insert_input" },
40744
40935
  sourceId: { __type: "uuid" },
40745
40936
  status: { __type: "activeStatus_enum" },
@@ -40765,6 +40956,7 @@ export const generatedSchema = {
40765
40956
  paidAt: { __type: "timestamptz" },
40766
40957
  recurringFeeId: { __type: "uuid" },
40767
40958
  recurringTemplateId: { __type: "uuid" },
40959
+ short_ref: { __type: "String" },
40768
40960
  sourceId: { __type: "uuid" },
40769
40961
  tenantId: { __type: "uuid" },
40770
40962
  uniqueRef: { __type: "String" },
@@ -40785,6 +40977,7 @@ export const generatedSchema = {
40785
40977
  paidAt: { __type: "order_by" },
40786
40978
  recurringFeeId: { __type: "order_by" },
40787
40979
  recurringTemplateId: { __type: "order_by" },
40980
+ short_ref: { __type: "order_by" },
40788
40981
  sourceId: { __type: "order_by" },
40789
40982
  tenantId: { __type: "order_by" },
40790
40983
  uniqueRef: { __type: "order_by" },
@@ -40806,6 +40999,7 @@ export const generatedSchema = {
40806
40999
  paidAt: { __type: "timestamptz" },
40807
41000
  recurringFeeId: { __type: "uuid" },
40808
41001
  recurringTemplateId: { __type: "uuid" },
41002
+ short_ref: { __type: "String" },
40809
41003
  sourceId: { __type: "uuid" },
40810
41004
  tenantId: { __type: "uuid" },
40811
41005
  uniqueRef: { __type: "String" },
@@ -40826,6 +41020,7 @@ export const generatedSchema = {
40826
41020
  paidAt: { __type: "order_by" },
40827
41021
  recurringFeeId: { __type: "order_by" },
40828
41022
  recurringTemplateId: { __type: "order_by" },
41023
+ short_ref: { __type: "order_by" },
40829
41024
  sourceId: { __type: "order_by" },
40830
41025
  tenantId: { __type: "order_by" },
40831
41026
  uniqueRef: { __type: "order_by" },
@@ -40877,6 +41072,7 @@ export const generatedSchema = {
40877
41072
  recurringTemplateInstances_aggregate: {
40878
41073
  __type: "transaction_aggregate_order_by",
40879
41074
  },
41075
+ short_ref: { __type: "order_by" },
40880
41076
  source: { __type: "source_order_by" },
40881
41077
  sourceId: { __type: "order_by" },
40882
41078
  status: { __type: "order_by" },
@@ -40909,6 +41105,7 @@ export const generatedSchema = {
40909
41105
  recurringFeeId: { __type: "uuid" },
40910
41106
  recurringPattern: { __type: "jsonb" },
40911
41107
  recurringTemplateId: { __type: "uuid" },
41108
+ short_ref: { __type: "String" },
40912
41109
  sourceId: { __type: "uuid" },
40913
41110
  status: { __type: "activeStatus_enum" },
40914
41111
  tenantId: { __type: "uuid" },
@@ -40954,6 +41151,7 @@ export const generatedSchema = {
40954
41151
  recurringFeeId: { __type: "uuid" },
40955
41152
  recurringPattern: { __type: "jsonb" },
40956
41153
  recurringTemplateId: { __type: "uuid" },
41154
+ short_ref: { __type: "String" },
40957
41155
  sourceId: { __type: "uuid" },
40958
41156
  status: { __type: "activeStatus_enum" },
40959
41157
  tenantId: { __type: "uuid" },