@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.
@@ -149,6 +149,10 @@ export const scalarsEnumsHash = {
149
149
  core_flow_mapping_select_column: true,
150
150
  core_flow_mapping_update_column: true,
151
151
  core_flow_select_column: true,
152
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns:
153
+ true,
154
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns:
155
+ true,
152
156
  core_flow_setting_constraint: true,
153
157
  core_flow_setting_select_column: true,
154
158
  core_flow_setting_update_column: true,
@@ -6876,6 +6880,7 @@ export const generatedSchema = {
6876
6880
  name: { __type: "String!" },
6877
6881
  phone: { __type: "String" },
6878
6882
  pmsStatus: { __type: "activeStatus_enum" },
6883
+ short_ref: { __type: "String" },
6879
6884
  source: { __type: "source" },
6880
6885
  sourceId: { __type: "uuid" },
6881
6886
  status: { __type: "activeStatus_enum" },
@@ -7114,6 +7119,7 @@ export const generatedSchema = {
7114
7119
  name: { __type: "String_comparison_exp" },
7115
7120
  phone: { __type: "String_comparison_exp" },
7116
7121
  pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
7122
+ short_ref: { __type: "String_comparison_exp" },
7117
7123
  source: { __type: "source_bool_exp" },
7118
7124
  sourceId: { __type: "uuid_comparison_exp" },
7119
7125
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -7154,6 +7160,7 @@ export const generatedSchema = {
7154
7160
  name: { __type: "String" },
7155
7161
  phone: { __type: "String" },
7156
7162
  pmsStatus: { __type: "activeStatus_enum" },
7163
+ short_ref: { __type: "String" },
7157
7164
  source: { __type: "source_obj_rel_insert_input" },
7158
7165
  sourceId: { __type: "uuid" },
7159
7166
  status: { __type: "activeStatus_enum" },
@@ -7177,6 +7184,7 @@ export const generatedSchema = {
7177
7184
  id: { __type: "uuid" },
7178
7185
  name: { __type: "String" },
7179
7186
  phone: { __type: "String" },
7187
+ short_ref: { __type: "String" },
7180
7188
  sourceId: { __type: "uuid" },
7181
7189
  taxId: { __type: "String" },
7182
7190
  tenantId: { __type: "uuid" },
@@ -7193,6 +7201,7 @@ export const generatedSchema = {
7193
7201
  id: { __type: "uuid" },
7194
7202
  name: { __type: "String" },
7195
7203
  phone: { __type: "String" },
7204
+ short_ref: { __type: "String" },
7196
7205
  sourceId: { __type: "uuid" },
7197
7206
  taxId: { __type: "String" },
7198
7207
  tenantId: { __type: "uuid" },
@@ -7232,6 +7241,7 @@ export const generatedSchema = {
7232
7241
  name: { __type: "order_by" },
7233
7242
  phone: { __type: "order_by" },
7234
7243
  pmsStatus: { __type: "order_by" },
7244
+ short_ref: { __type: "order_by" },
7235
7245
  source: { __type: "source_order_by" },
7236
7246
  sourceId: { __type: "order_by" },
7237
7247
  status: { __type: "order_by" },
@@ -7262,6 +7272,7 @@ export const generatedSchema = {
7262
7272
  name: { __type: "String" },
7263
7273
  phone: { __type: "String" },
7264
7274
  pmsStatus: { __type: "activeStatus_enum" },
7275
+ short_ref: { __type: "String" },
7265
7276
  sourceId: { __type: "uuid" },
7266
7277
  status: { __type: "activeStatus_enum" },
7267
7278
  taxId: { __type: "String" },
@@ -7287,6 +7298,7 @@ export const generatedSchema = {
7287
7298
  name: { __type: "String" },
7288
7299
  phone: { __type: "String" },
7289
7300
  pmsStatus: { __type: "activeStatus_enum" },
7301
+ short_ref: { __type: "String" },
7290
7302
  sourceId: { __type: "uuid" },
7291
7303
  status: { __type: "activeStatus_enum" },
7292
7304
  taxId: { __type: "String" },
@@ -7463,13 +7475,16 @@ export const generatedSchema = {
7463
7475
  app_id: { __type: "String!" },
7464
7476
  description: { __type: "String" },
7465
7477
  id: { __type: "uuid!" },
7478
+ is_public: { __type: "Boolean!" },
7466
7479
  left_type: { __type: "String" },
7467
7480
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7468
7481
  right_type: { __type: "String" },
7482
+ run_schema: { __type: "jsonb!", __args: { path: "String" } },
7469
7483
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7470
7484
  title: { __type: "String!" },
7471
7485
  type: { __type: "flow_type" },
7472
7486
  uniqueRef: { __type: "String!" },
7487
+ use_global_mapping: { __type: "Boolean!" },
7473
7488
  },
7474
7489
  core_flow_aggregate: {
7475
7490
  __typename: { __type: "String!" },
@@ -7477,8 +7492,28 @@ export const generatedSchema = {
7477
7492
  nodes: { __type: "[core_flow!]!" },
7478
7493
  },
7479
7494
  core_flow_aggregate_bool_exp: {
7495
+ bool_and: { __type: "core_flow_aggregate_bool_exp_bool_and" },
7496
+ bool_or: { __type: "core_flow_aggregate_bool_exp_bool_or" },
7480
7497
  count: { __type: "core_flow_aggregate_bool_exp_count" },
7481
7498
  },
7499
+ core_flow_aggregate_bool_exp_bool_and: {
7500
+ arguments: {
7501
+ __type:
7502
+ "core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns!",
7503
+ },
7504
+ distinct: { __type: "Boolean" },
7505
+ filter: { __type: "core_flow_bool_exp" },
7506
+ predicate: { __type: "Boolean_comparison_exp!" },
7507
+ },
7508
+ core_flow_aggregate_bool_exp_bool_or: {
7509
+ arguments: {
7510
+ __type:
7511
+ "core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns!",
7512
+ },
7513
+ distinct: { __type: "Boolean" },
7514
+ filter: { __type: "core_flow_bool_exp" },
7515
+ predicate: { __type: "Boolean_comparison_exp!" },
7516
+ },
7482
7517
  core_flow_aggregate_bool_exp_count: {
7483
7518
  arguments: { __type: "[core_flow_select_column!]" },
7484
7519
  distinct: { __type: "Boolean" },
@@ -7501,6 +7536,7 @@ export const generatedSchema = {
7501
7536
  },
7502
7537
  core_flow_append_input: {
7503
7538
  mapping_schema: { __type: "jsonb" },
7539
+ run_schema: { __type: "jsonb" },
7504
7540
  setting_schema: { __type: "jsonb" },
7505
7541
  },
7506
7542
  core_flow_arr_rel_insert_input: {
@@ -7514,37 +7550,46 @@ export const generatedSchema = {
7514
7550
  app_id: { __type: "String_comparison_exp" },
7515
7551
  description: { __type: "String_comparison_exp" },
7516
7552
  id: { __type: "uuid_comparison_exp" },
7553
+ is_public: { __type: "Boolean_comparison_exp" },
7517
7554
  left_type: { __type: "String_comparison_exp" },
7518
7555
  mapping_schema: { __type: "jsonb_comparison_exp" },
7519
7556
  right_type: { __type: "String_comparison_exp" },
7557
+ run_schema: { __type: "jsonb_comparison_exp" },
7520
7558
  setting_schema: { __type: "jsonb_comparison_exp" },
7521
7559
  title: { __type: "String_comparison_exp" },
7522
7560
  type: { __type: "flow_type_comparison_exp" },
7523
7561
  uniqueRef: { __type: "String_comparison_exp" },
7562
+ use_global_mapping: { __type: "Boolean_comparison_exp" },
7524
7563
  },
7525
7564
  core_flow_delete_at_path_input: {
7526
7565
  mapping_schema: { __type: "[String!]" },
7566
+ run_schema: { __type: "[String!]" },
7527
7567
  setting_schema: { __type: "[String!]" },
7528
7568
  },
7529
7569
  core_flow_delete_elem_input: {
7530
7570
  mapping_schema: { __type: "Int" },
7571
+ run_schema: { __type: "Int" },
7531
7572
  setting_schema: { __type: "Int" },
7532
7573
  },
7533
7574
  core_flow_delete_key_input: {
7534
7575
  mapping_schema: { __type: "String" },
7576
+ run_schema: { __type: "String" },
7535
7577
  setting_schema: { __type: "String" },
7536
7578
  },
7537
7579
  core_flow_insert_input: {
7538
7580
  app_id: { __type: "String" },
7539
7581
  description: { __type: "String" },
7540
7582
  id: { __type: "uuid" },
7583
+ is_public: { __type: "Boolean" },
7541
7584
  left_type: { __type: "String" },
7542
7585
  mapping_schema: { __type: "jsonb" },
7543
7586
  right_type: { __type: "String" },
7587
+ run_schema: { __type: "jsonb" },
7544
7588
  setting_schema: { __type: "jsonb" },
7545
7589
  title: { __type: "String" },
7546
7590
  type: { __type: "flow_type" },
7547
7591
  uniqueRef: { __type: "String" },
7592
+ use_global_mapping: { __type: "Boolean" },
7548
7593
  },
7549
7594
  core_flow_mapping: {
7550
7595
  __typename: { __type: "String!" },
@@ -7552,11 +7597,12 @@ export const generatedSchema = {
7552
7597
  account_id: { __type: "uuid" },
7553
7598
  booking_channel: { __type: "booking_channel" },
7554
7599
  booking_channel_id: { __type: "uuid" },
7600
+ connection_id: { __type: "uuid!" },
7555
7601
  contact: { __type: "contact" },
7556
7602
  contact_id: { __type: "uuid" },
7557
7603
  createdAt: { __type: "timestamptz!" },
7558
- flow: { __type: "core_flow!" },
7559
- flow_id: { __type: "uuid!" },
7604
+ flow: { __type: "core_flow" },
7605
+ flow_id: { __type: "uuid" },
7560
7606
  id: { __type: "uuid!" },
7561
7607
  listing: { __type: "listing" },
7562
7608
  listing_id: { __type: "uuid" },
@@ -7596,6 +7642,7 @@ export const generatedSchema = {
7596
7642
  account_id: { __type: "uuid_comparison_exp" },
7597
7643
  booking_channel: { __type: "booking_channel_bool_exp" },
7598
7644
  booking_channel_id: { __type: "uuid_comparison_exp" },
7645
+ connection_id: { __type: "uuid_comparison_exp" },
7599
7646
  contact: { __type: "contact_bool_exp" },
7600
7647
  contact_id: { __type: "uuid_comparison_exp" },
7601
7648
  createdAt: { __type: "timestamptz_comparison_exp" },
@@ -7622,6 +7669,7 @@ export const generatedSchema = {
7622
7669
  account_id: { __type: "uuid" },
7623
7670
  booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
7624
7671
  booking_channel_id: { __type: "uuid" },
7672
+ connection_id: { __type: "uuid" },
7625
7673
  contact: { __type: "contact_obj_rel_insert_input" },
7626
7674
  contact_id: { __type: "uuid" },
7627
7675
  createdAt: { __type: "timestamptz" },
@@ -7644,6 +7692,7 @@ export const generatedSchema = {
7644
7692
  __typename: { __type: "String!" },
7645
7693
  account_id: { __type: "uuid" },
7646
7694
  booking_channel_id: { __type: "uuid" },
7695
+ connection_id: { __type: "uuid" },
7647
7696
  contact_id: { __type: "uuid" },
7648
7697
  createdAt: { __type: "timestamptz" },
7649
7698
  flow_id: { __type: "uuid" },
@@ -7659,6 +7708,7 @@ export const generatedSchema = {
7659
7708
  __typename: { __type: "String!" },
7660
7709
  account_id: { __type: "uuid" },
7661
7710
  booking_channel_id: { __type: "uuid" },
7711
+ connection_id: { __type: "uuid" },
7662
7712
  contact_id: { __type: "uuid" },
7663
7713
  createdAt: { __type: "timestamptz" },
7664
7714
  flow_id: { __type: "uuid" },
@@ -7685,6 +7735,7 @@ export const generatedSchema = {
7685
7735
  account_id: { __type: "order_by" },
7686
7736
  booking_channel: { __type: "booking_channel_order_by" },
7687
7737
  booking_channel_id: { __type: "order_by" },
7738
+ connection_id: { __type: "order_by" },
7688
7739
  contact: { __type: "contact_order_by" },
7689
7740
  contact_id: { __type: "order_by" },
7690
7741
  createdAt: { __type: "order_by" },
@@ -7708,6 +7759,7 @@ export const generatedSchema = {
7708
7759
  core_flow_mapping_set_input: {
7709
7760
  account_id: { __type: "uuid" },
7710
7761
  booking_channel_id: { __type: "uuid" },
7762
+ connection_id: { __type: "uuid" },
7711
7763
  contact_id: { __type: "uuid" },
7712
7764
  createdAt: { __type: "timestamptz" },
7713
7765
  flow_id: { __type: "uuid" },
@@ -7727,6 +7779,7 @@ export const generatedSchema = {
7727
7779
  core_flow_mapping_stream_cursor_value_input: {
7728
7780
  account_id: { __type: "uuid" },
7729
7781
  booking_channel_id: { __type: "uuid" },
7782
+ connection_id: { __type: "uuid" },
7730
7783
  contact_id: { __type: "uuid" },
7731
7784
  createdAt: { __type: "timestamptz" },
7732
7785
  flow_id: { __type: "uuid" },
@@ -7808,30 +7861,37 @@ export const generatedSchema = {
7808
7861
  app_id: { __type: "order_by" },
7809
7862
  description: { __type: "order_by" },
7810
7863
  id: { __type: "order_by" },
7864
+ is_public: { __type: "order_by" },
7811
7865
  left_type: { __type: "order_by" },
7812
7866
  mapping_schema: { __type: "order_by" },
7813
7867
  right_type: { __type: "order_by" },
7868
+ run_schema: { __type: "order_by" },
7814
7869
  setting_schema: { __type: "order_by" },
7815
7870
  title: { __type: "order_by" },
7816
7871
  type: { __type: "order_by" },
7817
7872
  uniqueRef: { __type: "order_by" },
7873
+ use_global_mapping: { __type: "order_by" },
7818
7874
  },
7819
7875
  core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7820
7876
  core_flow_prepend_input: {
7821
7877
  mapping_schema: { __type: "jsonb" },
7878
+ run_schema: { __type: "jsonb" },
7822
7879
  setting_schema: { __type: "jsonb" },
7823
7880
  },
7824
7881
  core_flow_set_input: {
7825
7882
  app_id: { __type: "String" },
7826
7883
  description: { __type: "String" },
7827
7884
  id: { __type: "uuid" },
7885
+ is_public: { __type: "Boolean" },
7828
7886
  left_type: { __type: "String" },
7829
7887
  mapping_schema: { __type: "jsonb" },
7830
7888
  right_type: { __type: "String" },
7889
+ run_schema: { __type: "jsonb" },
7831
7890
  setting_schema: { __type: "jsonb" },
7832
7891
  title: { __type: "String" },
7833
7892
  type: { __type: "flow_type" },
7834
7893
  uniqueRef: { __type: "String" },
7894
+ use_global_mapping: { __type: "Boolean" },
7835
7895
  },
7836
7896
  core_flow_setting: {
7837
7897
  __typename: { __type: "String!" },
@@ -8043,13 +8103,16 @@ export const generatedSchema = {
8043
8103
  app_id: { __type: "String" },
8044
8104
  description: { __type: "String" },
8045
8105
  id: { __type: "uuid" },
8106
+ is_public: { __type: "Boolean" },
8046
8107
  left_type: { __type: "String" },
8047
8108
  mapping_schema: { __type: "jsonb" },
8048
8109
  right_type: { __type: "String" },
8110
+ run_schema: { __type: "jsonb" },
8049
8111
  setting_schema: { __type: "jsonb" },
8050
8112
  title: { __type: "String" },
8051
8113
  type: { __type: "flow_type" },
8052
8114
  uniqueRef: { __type: "String" },
8115
+ use_global_mapping: { __type: "Boolean" },
8053
8116
  },
8054
8117
  core_flow_updates: {
8055
8118
  _append: { __type: "core_flow_append_input" },
@@ -10860,6 +10923,7 @@ export const generatedSchema = {
10860
10923
  where: "setting_bool_exp",
10861
10924
  },
10862
10925
  },
10926
+ short_ref: { __type: "String" },
10863
10927
  source: { __type: "source" },
10864
10928
  sourceId: { __type: "uuid" },
10865
10929
  status: { __type: "activeStatus_enum" },
@@ -11617,6 +11681,7 @@ export const generatedSchema = {
11617
11681
  settingsRight: { __type: "setting_bool_exp" },
11618
11682
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
11619
11683
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11684
+ short_ref: { __type: "String_comparison_exp" },
11620
11685
  source: { __type: "source_bool_exp" },
11621
11686
  sourceId: { __type: "uuid_comparison_exp" },
11622
11687
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -12331,6 +12396,7 @@ export const generatedSchema = {
12331
12396
  settings: { __type: "setting_arr_rel_insert_input" },
12332
12397
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
12333
12398
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12399
+ short_ref: { __type: "String" },
12334
12400
  source: { __type: "source_obj_rel_insert_input" },
12335
12401
  sourceId: { __type: "uuid" },
12336
12402
  status: { __type: "activeStatus_enum" },
@@ -12362,6 +12428,7 @@ export const generatedSchema = {
12362
12428
  imageUri: { __type: "String" },
12363
12429
  name: { __type: "String" },
12364
12430
  ownerContactId: { __type: "uuid" },
12431
+ short_ref: { __type: "String" },
12365
12432
  sourceId: { __type: "uuid" },
12366
12433
  tenantId: { __type: "uuid" },
12367
12434
  title: { __type: "String" },
@@ -12388,6 +12455,7 @@ export const generatedSchema = {
12388
12455
  imageUri: { __type: "order_by" },
12389
12456
  name: { __type: "order_by" },
12390
12457
  ownerContactId: { __type: "order_by" },
12458
+ short_ref: { __type: "order_by" },
12391
12459
  sourceId: { __type: "order_by" },
12392
12460
  tenantId: { __type: "order_by" },
12393
12461
  title: { __type: "order_by" },
@@ -12415,6 +12483,7 @@ export const generatedSchema = {
12415
12483
  imageUri: { __type: "String" },
12416
12484
  name: { __type: "String" },
12417
12485
  ownerContactId: { __type: "uuid" },
12486
+ short_ref: { __type: "String" },
12418
12487
  sourceId: { __type: "uuid" },
12419
12488
  tenantId: { __type: "uuid" },
12420
12489
  title: { __type: "String" },
@@ -12441,6 +12510,7 @@ export const generatedSchema = {
12441
12510
  imageUri: { __type: "order_by" },
12442
12511
  name: { __type: "order_by" },
12443
12512
  ownerContactId: { __type: "order_by" },
12513
+ short_ref: { __type: "order_by" },
12444
12514
  sourceId: { __type: "order_by" },
12445
12515
  tenantId: { __type: "order_by" },
12446
12516
  title: { __type: "order_by" },
@@ -12511,6 +12581,7 @@ export const generatedSchema = {
12511
12581
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
12512
12582
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
12513
12583
  settings_aggregate: { __type: "setting_aggregate_order_by" },
12584
+ short_ref: { __type: "order_by" },
12514
12585
  source: { __type: "source_order_by" },
12515
12586
  sourceId: { __type: "order_by" },
12516
12587
  status: { __type: "order_by" },
@@ -12919,6 +12990,7 @@ export const generatedSchema = {
12919
12990
  ownerContactId: { __type: "uuid" },
12920
12991
  pmsAddressData: { __type: "jsonb" },
12921
12992
  pmsStatus: { __type: "activeStatus_enum" },
12993
+ short_ref: { __type: "String" },
12922
12994
  sourceId: { __type: "uuid" },
12923
12995
  status: { __type: "activeStatus_enum" },
12924
12996
  tenantId: { __type: "uuid" },
@@ -12995,6 +13067,7 @@ export const generatedSchema = {
12995
13067
  ownerContactId: { __type: "uuid" },
12996
13068
  pmsAddressData: { __type: "jsonb" },
12997
13069
  pmsStatus: { __type: "activeStatus_enum" },
13070
+ short_ref: { __type: "String" },
12998
13071
  sourceId: { __type: "uuid" },
12999
13072
  status: { __type: "activeStatus_enum" },
13000
13073
  tenantId: { __type: "uuid" },
@@ -28214,6 +28287,7 @@ export const generatedSchema = {
28214
28287
  },
28215
28288
  },
28216
28289
  generalLedgerPostingAt: { __type: "timestamptz" },
28290
+ general_ledger_status: { __type: "activeStatus_enum!" },
28217
28291
  guestName: { __type: "String" },
28218
28292
  guests: { __type: "Int" },
28219
28293
  id: { __type: "uuid!" },
@@ -28242,6 +28316,7 @@ export const generatedSchema = {
28242
28316
  listingConnection: { __type: "listing_connection" },
28243
28317
  listingConnectionId: { __type: "uuid" },
28244
28318
  listingId: { __type: "uuid" },
28319
+ manager_cent_total: { __type: "bigint" },
28245
28320
  matchPaymentCustomerRef: { __type: "String" },
28246
28321
  members: {
28247
28322
  __type: "[tenant_user!]!",
@@ -28287,6 +28362,7 @@ export const generatedSchema = {
28287
28362
  where: "owner_statement_line_bool_exp",
28288
28363
  },
28289
28364
  },
28365
+ owners_cent_total: { __type: "bigint" },
28290
28366
  paidStatus: { __type: "paidStatus_enum" },
28291
28367
  paymentLines: {
28292
28368
  __type: "[payment_line!]!",
@@ -28370,6 +28446,7 @@ export const generatedSchema = {
28370
28446
  where: "setting_bool_exp",
28371
28447
  },
28372
28448
  },
28449
+ short_ref: { __type: "String" },
28373
28450
  similarReservations: {
28374
28451
  __type: "[reservation!]!",
28375
28452
  __args: {
@@ -28413,6 +28490,7 @@ export const generatedSchema = {
28413
28490
  },
28414
28491
  },
28415
28492
  status: { __type: "reservation_status_enum" },
28493
+ tax_cent_total: { __type: "bigint" },
28416
28494
  tenant: { __type: "tenant" },
28417
28495
  tenantId: { __type: "uuid" },
28418
28496
  transactionLines: {
@@ -29061,7 +29139,10 @@ export const generatedSchema = {
29061
29139
  centService: { __type: "Float" },
29062
29140
  centTotal: { __type: "Float" },
29063
29141
  guests: { __type: "Float" },
29142
+ manager_cent_total: { __type: "Float" },
29064
29143
  nights: { __type: "Float" },
29144
+ owners_cent_total: { __type: "Float" },
29145
+ tax_cent_total: { __type: "Float" },
29065
29146
  },
29066
29147
  reservation_avg_order_by: {
29067
29148
  centAccommodation: { __type: "order_by" },
@@ -29075,7 +29156,10 @@ export const generatedSchema = {
29075
29156
  centService: { __type: "order_by" },
29076
29157
  centTotal: { __type: "order_by" },
29077
29158
  guests: { __type: "order_by" },
29159
+ manager_cent_total: { __type: "order_by" },
29078
29160
  nights: { __type: "order_by" },
29161
+ owners_cent_total: { __type: "order_by" },
29162
+ tax_cent_total: { __type: "order_by" },
29079
29163
  },
29080
29164
  reservation_bool_exp: {
29081
29165
  _and: { __type: "[reservation_bool_exp!]" },
@@ -29114,6 +29198,7 @@ export const generatedSchema = {
29114
29198
  files: { __type: "file_storage_bool_exp" },
29115
29199
  files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
29116
29200
  generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
29201
+ general_ledger_status: { __type: "activeStatus_enum_comparison_exp" },
29117
29202
  guestName: { __type: "String_comparison_exp" },
29118
29203
  guests: { __type: "Int_comparison_exp" },
29119
29204
  id: { __type: "uuid_comparison_exp" },
@@ -29124,6 +29209,7 @@ export const generatedSchema = {
29124
29209
  listingConnection: { __type: "listing_connection_bool_exp" },
29125
29210
  listingConnectionId: { __type: "uuid_comparison_exp" },
29126
29211
  listingId: { __type: "uuid_comparison_exp" },
29212
+ manager_cent_total: { __type: "bigint_comparison_exp" },
29127
29213
  matchPaymentCustomerRef: { __type: "String_comparison_exp" },
29128
29214
  members: { __type: "tenant_user_bool_exp" },
29129
29215
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -29135,6 +29221,7 @@ export const generatedSchema = {
29135
29221
  ownerStatementLines_aggregate: {
29136
29222
  __type: "owner_statement_line_aggregate_bool_exp",
29137
29223
  },
29224
+ owners_cent_total: { __type: "bigint_comparison_exp" },
29138
29225
  paidStatus: { __type: "paidStatus_enum_comparison_exp" },
29139
29226
  paymentLines: { __type: "payment_line_bool_exp" },
29140
29227
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
@@ -29146,6 +29233,7 @@ export const generatedSchema = {
29146
29233
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
29147
29234
  settingsRight: { __type: "setting_bool_exp" },
29148
29235
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
29236
+ short_ref: { __type: "String_comparison_exp" },
29149
29237
  similarReservations: { __type: "reservation_bool_exp" },
29150
29238
  similarReservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
29151
29239
  source: { __type: "source_bool_exp" },
@@ -29153,6 +29241,7 @@ export const generatedSchema = {
29153
29241
  sources: { __type: "source_bool_exp" },
29154
29242
  sources_aggregate: { __type: "source_aggregate_bool_exp" },
29155
29243
  status: { __type: "reservation_status_enum_comparison_exp" },
29244
+ tax_cent_total: { __type: "bigint_comparison_exp" },
29156
29245
  tenant: { __type: "tenant_bool_exp" },
29157
29246
  tenantId: { __type: "uuid_comparison_exp" },
29158
29247
  transactionLines: { __type: "transactionLine_bool_exp" },
@@ -29191,7 +29280,10 @@ export const generatedSchema = {
29191
29280
  centService: { __type: "Int" },
29192
29281
  centTotal: { __type: "bigint" },
29193
29282
  guests: { __type: "Int" },
29283
+ manager_cent_total: { __type: "bigint" },
29194
29284
  nights: { __type: "Int" },
29285
+ owners_cent_total: { __type: "bigint" },
29286
+ tax_cent_total: { __type: "bigint" },
29195
29287
  },
29196
29288
  reservation_insert_input: {
29197
29289
  bookedAt: { __type: "timestamptz" },
@@ -29223,6 +29315,7 @@ export const generatedSchema = {
29223
29315
  currency: { __type: "currency_enum" },
29224
29316
  files: { __type: "file_storage_arr_rel_insert_input" },
29225
29317
  generalLedgerPostingAt: { __type: "timestamptz" },
29318
+ general_ledger_status: { __type: "activeStatus_enum" },
29226
29319
  guestName: { __type: "String" },
29227
29320
  guests: { __type: "Int" },
29228
29321
  id: { __type: "uuid" },
@@ -29232,6 +29325,7 @@ export const generatedSchema = {
29232
29325
  listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
29233
29326
  listingConnectionId: { __type: "uuid" },
29234
29327
  listingId: { __type: "uuid" },
29328
+ manager_cent_total: { __type: "bigint" },
29235
29329
  matchPaymentCustomerRef: { __type: "String" },
29236
29330
  members: { __type: "tenant_user_arr_rel_insert_input" },
29237
29331
  metadata: { __type: "jsonb" },
@@ -29241,6 +29335,7 @@ export const generatedSchema = {
29241
29335
  ownerStatementLines: {
29242
29336
  __type: "owner_statement_line_arr_rel_insert_input",
29243
29337
  },
29338
+ owners_cent_total: { __type: "bigint" },
29244
29339
  paidStatus: { __type: "paidStatus_enum" },
29245
29340
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
29246
29341
  paymentMethod: { __type: "String" },
@@ -29248,11 +29343,13 @@ export const generatedSchema = {
29248
29343
  relatedReservations: { __type: "reservation_arr_rel_insert_input" },
29249
29344
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
29250
29345
  settingsRight: { __type: "setting_arr_rel_insert_input" },
29346
+ short_ref: { __type: "String" },
29251
29347
  similarReservations: { __type: "reservation_arr_rel_insert_input" },
29252
29348
  source: { __type: "source_obj_rel_insert_input" },
29253
29349
  sourceId: { __type: "uuid" },
29254
29350
  sources: { __type: "source_arr_rel_insert_input" },
29255
29351
  status: { __type: "reservation_status_enum" },
29352
+ tax_cent_total: { __type: "bigint" },
29256
29353
  tenant: { __type: "tenant_obj_rel_insert_input" },
29257
29354
  tenantId: { __type: "uuid" },
29258
29355
  transactionLines: { __type: "transactionLine_arr_rel_insert_input" },
@@ -29290,12 +29387,16 @@ export const generatedSchema = {
29290
29387
  id: { __type: "uuid" },
29291
29388
  listingConnectionId: { __type: "uuid" },
29292
29389
  listingId: { __type: "uuid" },
29390
+ manager_cent_total: { __type: "bigint" },
29293
29391
  matchPaymentCustomerRef: { __type: "String" },
29294
29392
  nights: { __type: "Int" },
29295
29393
  otaReservationId: { __type: "uuid" },
29394
+ owners_cent_total: { __type: "bigint" },
29296
29395
  paymentMethod: { __type: "String" },
29297
29396
  pmsReferenceCode: { __type: "String" },
29397
+ short_ref: { __type: "String" },
29298
29398
  sourceId: { __type: "uuid" },
29399
+ tax_cent_total: { __type: "bigint" },
29299
29400
  tenantId: { __type: "uuid" },
29300
29401
  uniqueRef: { __type: "String" },
29301
29402
  uniqueRef2: { __type: "String" },
@@ -29329,12 +29430,16 @@ export const generatedSchema = {
29329
29430
  id: { __type: "order_by" },
29330
29431
  listingConnectionId: { __type: "order_by" },
29331
29432
  listingId: { __type: "order_by" },
29433
+ manager_cent_total: { __type: "order_by" },
29332
29434
  matchPaymentCustomerRef: { __type: "order_by" },
29333
29435
  nights: { __type: "order_by" },
29334
29436
  otaReservationId: { __type: "order_by" },
29437
+ owners_cent_total: { __type: "order_by" },
29335
29438
  paymentMethod: { __type: "order_by" },
29336
29439
  pmsReferenceCode: { __type: "order_by" },
29440
+ short_ref: { __type: "order_by" },
29337
29441
  sourceId: { __type: "order_by" },
29442
+ tax_cent_total: { __type: "order_by" },
29338
29443
  tenantId: { __type: "order_by" },
29339
29444
  uniqueRef: { __type: "order_by" },
29340
29445
  uniqueRef2: { __type: "order_by" },
@@ -29369,12 +29474,16 @@ export const generatedSchema = {
29369
29474
  id: { __type: "uuid" },
29370
29475
  listingConnectionId: { __type: "uuid" },
29371
29476
  listingId: { __type: "uuid" },
29477
+ manager_cent_total: { __type: "bigint" },
29372
29478
  matchPaymentCustomerRef: { __type: "String" },
29373
29479
  nights: { __type: "Int" },
29374
29480
  otaReservationId: { __type: "uuid" },
29481
+ owners_cent_total: { __type: "bigint" },
29375
29482
  paymentMethod: { __type: "String" },
29376
29483
  pmsReferenceCode: { __type: "String" },
29484
+ short_ref: { __type: "String" },
29377
29485
  sourceId: { __type: "uuid" },
29486
+ tax_cent_total: { __type: "bigint" },
29378
29487
  tenantId: { __type: "uuid" },
29379
29488
  uniqueRef: { __type: "String" },
29380
29489
  uniqueRef2: { __type: "String" },
@@ -29408,12 +29517,16 @@ export const generatedSchema = {
29408
29517
  id: { __type: "order_by" },
29409
29518
  listingConnectionId: { __type: "order_by" },
29410
29519
  listingId: { __type: "order_by" },
29520
+ manager_cent_total: { __type: "order_by" },
29411
29521
  matchPaymentCustomerRef: { __type: "order_by" },
29412
29522
  nights: { __type: "order_by" },
29413
29523
  otaReservationId: { __type: "order_by" },
29524
+ owners_cent_total: { __type: "order_by" },
29414
29525
  paymentMethod: { __type: "order_by" },
29415
29526
  pmsReferenceCode: { __type: "order_by" },
29527
+ short_ref: { __type: "order_by" },
29416
29528
  sourceId: { __type: "order_by" },
29529
+ tax_cent_total: { __type: "order_by" },
29417
29530
  tenantId: { __type: "order_by" },
29418
29531
  uniqueRef: { __type: "order_by" },
29419
29532
  uniqueRef2: { __type: "order_by" },
@@ -29464,6 +29577,7 @@ export const generatedSchema = {
29464
29577
  currency: { __type: "order_by" },
29465
29578
  files_aggregate: { __type: "file_storage_aggregate_order_by" },
29466
29579
  generalLedgerPostingAt: { __type: "order_by" },
29580
+ general_ledger_status: { __type: "order_by" },
29467
29581
  guestName: { __type: "order_by" },
29468
29582
  guests: { __type: "order_by" },
29469
29583
  id: { __type: "order_by" },
@@ -29473,6 +29587,7 @@ export const generatedSchema = {
29473
29587
  listingConnection: { __type: "listing_connection_order_by" },
29474
29588
  listingConnectionId: { __type: "order_by" },
29475
29589
  listingId: { __type: "order_by" },
29590
+ manager_cent_total: { __type: "order_by" },
29476
29591
  matchPaymentCustomerRef: { __type: "order_by" },
29477
29592
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
29478
29593
  metadata: { __type: "order_by" },
@@ -29482,6 +29597,7 @@ export const generatedSchema = {
29482
29597
  ownerStatementLines_aggregate: {
29483
29598
  __type: "owner_statement_line_aggregate_order_by",
29484
29599
  },
29600
+ owners_cent_total: { __type: "order_by" },
29485
29601
  paidStatus: { __type: "order_by" },
29486
29602
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
29487
29603
  paymentMethod: { __type: "order_by" },
@@ -29489,11 +29605,13 @@ export const generatedSchema = {
29489
29605
  relatedReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29490
29606
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
29491
29607
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
29608
+ short_ref: { __type: "order_by" },
29492
29609
  similarReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29493
29610
  source: { __type: "source_order_by" },
29494
29611
  sourceId: { __type: "order_by" },
29495
29612
  sources_aggregate: { __type: "source_aggregate_order_by" },
29496
29613
  status: { __type: "order_by" },
29614
+ tax_cent_total: { __type: "order_by" },
29497
29615
  tenant: { __type: "tenant_order_by" },
29498
29616
  tenantId: { __type: "order_by" },
29499
29617
  transactionLines_aggregate: {
@@ -29533,21 +29651,26 @@ export const generatedSchema = {
29533
29651
  createdAt: { __type: "timestamptz" },
29534
29652
  currency: { __type: "currency_enum" },
29535
29653
  generalLedgerPostingAt: { __type: "timestamptz" },
29654
+ general_ledger_status: { __type: "activeStatus_enum" },
29536
29655
  guestName: { __type: "String" },
29537
29656
  guests: { __type: "Int" },
29538
29657
  id: { __type: "uuid" },
29539
29658
  lineMap: { __type: "jsonb" },
29540
29659
  listingConnectionId: { __type: "uuid" },
29541
29660
  listingId: { __type: "uuid" },
29661
+ manager_cent_total: { __type: "bigint" },
29542
29662
  matchPaymentCustomerRef: { __type: "String" },
29543
29663
  metadata: { __type: "jsonb" },
29544
29664
  nights: { __type: "Int" },
29545
29665
  otaReservationId: { __type: "uuid" },
29666
+ owners_cent_total: { __type: "bigint" },
29546
29667
  paidStatus: { __type: "paidStatus_enum" },
29547
29668
  paymentMethod: { __type: "String" },
29548
29669
  pmsReferenceCode: { __type: "String" },
29670
+ short_ref: { __type: "String" },
29549
29671
  sourceId: { __type: "uuid" },
29550
29672
  status: { __type: "reservation_status_enum" },
29673
+ tax_cent_total: { __type: "bigint" },
29551
29674
  tenantId: { __type: "uuid" },
29552
29675
  uniqueRef: { __type: "String" },
29553
29676
  uniqueRef2: { __type: "String" },
@@ -29632,7 +29755,10 @@ export const generatedSchema = {
29632
29755
  centService: { __type: "Float" },
29633
29756
  centTotal: { __type: "Float" },
29634
29757
  guests: { __type: "Float" },
29758
+ manager_cent_total: { __type: "Float" },
29635
29759
  nights: { __type: "Float" },
29760
+ owners_cent_total: { __type: "Float" },
29761
+ tax_cent_total: { __type: "Float" },
29636
29762
  },
29637
29763
  reservation_stddev_order_by: {
29638
29764
  centAccommodation: { __type: "order_by" },
@@ -29646,7 +29772,10 @@ export const generatedSchema = {
29646
29772
  centService: { __type: "order_by" },
29647
29773
  centTotal: { __type: "order_by" },
29648
29774
  guests: { __type: "order_by" },
29775
+ manager_cent_total: { __type: "order_by" },
29649
29776
  nights: { __type: "order_by" },
29777
+ owners_cent_total: { __type: "order_by" },
29778
+ tax_cent_total: { __type: "order_by" },
29650
29779
  },
29651
29780
  reservation_stddev_pop_fields: {
29652
29781
  __typename: { __type: "String!" },
@@ -29661,7 +29790,10 @@ export const generatedSchema = {
29661
29790
  centService: { __type: "Float" },
29662
29791
  centTotal: { __type: "Float" },
29663
29792
  guests: { __type: "Float" },
29793
+ manager_cent_total: { __type: "Float" },
29664
29794
  nights: { __type: "Float" },
29795
+ owners_cent_total: { __type: "Float" },
29796
+ tax_cent_total: { __type: "Float" },
29665
29797
  },
29666
29798
  reservation_stddev_pop_order_by: {
29667
29799
  centAccommodation: { __type: "order_by" },
@@ -29675,7 +29807,10 @@ export const generatedSchema = {
29675
29807
  centService: { __type: "order_by" },
29676
29808
  centTotal: { __type: "order_by" },
29677
29809
  guests: { __type: "order_by" },
29810
+ manager_cent_total: { __type: "order_by" },
29678
29811
  nights: { __type: "order_by" },
29812
+ owners_cent_total: { __type: "order_by" },
29813
+ tax_cent_total: { __type: "order_by" },
29679
29814
  },
29680
29815
  reservation_stddev_samp_fields: {
29681
29816
  __typename: { __type: "String!" },
@@ -29690,7 +29825,10 @@ export const generatedSchema = {
29690
29825
  centService: { __type: "Float" },
29691
29826
  centTotal: { __type: "Float" },
29692
29827
  guests: { __type: "Float" },
29828
+ manager_cent_total: { __type: "Float" },
29693
29829
  nights: { __type: "Float" },
29830
+ owners_cent_total: { __type: "Float" },
29831
+ tax_cent_total: { __type: "Float" },
29694
29832
  },
29695
29833
  reservation_stddev_samp_order_by: {
29696
29834
  centAccommodation: { __type: "order_by" },
@@ -29704,7 +29842,10 @@ export const generatedSchema = {
29704
29842
  centService: { __type: "order_by" },
29705
29843
  centTotal: { __type: "order_by" },
29706
29844
  guests: { __type: "order_by" },
29845
+ manager_cent_total: { __type: "order_by" },
29707
29846
  nights: { __type: "order_by" },
29847
+ owners_cent_total: { __type: "order_by" },
29848
+ tax_cent_total: { __type: "order_by" },
29708
29849
  },
29709
29850
  reservation_stream_cursor_input: {
29710
29851
  initial_value: { __type: "reservation_stream_cursor_value_input!" },
@@ -29734,21 +29875,26 @@ export const generatedSchema = {
29734
29875
  createdAt: { __type: "timestamptz" },
29735
29876
  currency: { __type: "currency_enum" },
29736
29877
  generalLedgerPostingAt: { __type: "timestamptz" },
29878
+ general_ledger_status: { __type: "activeStatus_enum" },
29737
29879
  guestName: { __type: "String" },
29738
29880
  guests: { __type: "Int" },
29739
29881
  id: { __type: "uuid" },
29740
29882
  lineMap: { __type: "jsonb" },
29741
29883
  listingConnectionId: { __type: "uuid" },
29742
29884
  listingId: { __type: "uuid" },
29885
+ manager_cent_total: { __type: "bigint" },
29743
29886
  matchPaymentCustomerRef: { __type: "String" },
29744
29887
  metadata: { __type: "jsonb" },
29745
29888
  nights: { __type: "Int" },
29746
29889
  otaReservationId: { __type: "uuid" },
29890
+ owners_cent_total: { __type: "bigint" },
29747
29891
  paidStatus: { __type: "paidStatus_enum" },
29748
29892
  paymentMethod: { __type: "String" },
29749
29893
  pmsReferenceCode: { __type: "String" },
29894
+ short_ref: { __type: "String" },
29750
29895
  sourceId: { __type: "uuid" },
29751
29896
  status: { __type: "reservation_status_enum" },
29897
+ tax_cent_total: { __type: "bigint" },
29752
29898
  tenantId: { __type: "uuid" },
29753
29899
  uniqueRef: { __type: "String" },
29754
29900
  uniqueRef2: { __type: "String" },
@@ -29768,7 +29914,10 @@ export const generatedSchema = {
29768
29914
  centService: { __type: "Int" },
29769
29915
  centTotal: { __type: "bigint" },
29770
29916
  guests: { __type: "Int" },
29917
+ manager_cent_total: { __type: "bigint" },
29771
29918
  nights: { __type: "Int" },
29919
+ owners_cent_total: { __type: "bigint" },
29920
+ tax_cent_total: { __type: "bigint" },
29772
29921
  },
29773
29922
  reservation_sum_order_by: {
29774
29923
  centAccommodation: { __type: "order_by" },
@@ -29782,7 +29931,10 @@ export const generatedSchema = {
29782
29931
  centService: { __type: "order_by" },
29783
29932
  centTotal: { __type: "order_by" },
29784
29933
  guests: { __type: "order_by" },
29934
+ manager_cent_total: { __type: "order_by" },
29785
29935
  nights: { __type: "order_by" },
29936
+ owners_cent_total: { __type: "order_by" },
29937
+ tax_cent_total: { __type: "order_by" },
29786
29938
  },
29787
29939
  reservation_updates: {
29788
29940
  _append: { __type: "reservation_append_input" },
@@ -29807,7 +29959,10 @@ export const generatedSchema = {
29807
29959
  centService: { __type: "Float" },
29808
29960
  centTotal: { __type: "Float" },
29809
29961
  guests: { __type: "Float" },
29962
+ manager_cent_total: { __type: "Float" },
29810
29963
  nights: { __type: "Float" },
29964
+ owners_cent_total: { __type: "Float" },
29965
+ tax_cent_total: { __type: "Float" },
29811
29966
  },
29812
29967
  reservation_var_pop_order_by: {
29813
29968
  centAccommodation: { __type: "order_by" },
@@ -29821,7 +29976,10 @@ export const generatedSchema = {
29821
29976
  centService: { __type: "order_by" },
29822
29977
  centTotal: { __type: "order_by" },
29823
29978
  guests: { __type: "order_by" },
29979
+ manager_cent_total: { __type: "order_by" },
29824
29980
  nights: { __type: "order_by" },
29981
+ owners_cent_total: { __type: "order_by" },
29982
+ tax_cent_total: { __type: "order_by" },
29825
29983
  },
29826
29984
  reservation_var_samp_fields: {
29827
29985
  __typename: { __type: "String!" },
@@ -29836,7 +29994,10 @@ export const generatedSchema = {
29836
29994
  centService: { __type: "Float" },
29837
29995
  centTotal: { __type: "Float" },
29838
29996
  guests: { __type: "Float" },
29997
+ manager_cent_total: { __type: "Float" },
29839
29998
  nights: { __type: "Float" },
29999
+ owners_cent_total: { __type: "Float" },
30000
+ tax_cent_total: { __type: "Float" },
29840
30001
  },
29841
30002
  reservation_var_samp_order_by: {
29842
30003
  centAccommodation: { __type: "order_by" },
@@ -29850,7 +30011,10 @@ export const generatedSchema = {
29850
30011
  centService: { __type: "order_by" },
29851
30012
  centTotal: { __type: "order_by" },
29852
30013
  guests: { __type: "order_by" },
30014
+ manager_cent_total: { __type: "order_by" },
29853
30015
  nights: { __type: "order_by" },
30016
+ owners_cent_total: { __type: "order_by" },
30017
+ tax_cent_total: { __type: "order_by" },
29854
30018
  },
29855
30019
  reservation_variance_fields: {
29856
30020
  __typename: { __type: "String!" },
@@ -29865,7 +30029,10 @@ export const generatedSchema = {
29865
30029
  centService: { __type: "Float" },
29866
30030
  centTotal: { __type: "Float" },
29867
30031
  guests: { __type: "Float" },
30032
+ manager_cent_total: { __type: "Float" },
29868
30033
  nights: { __type: "Float" },
30034
+ owners_cent_total: { __type: "Float" },
30035
+ tax_cent_total: { __type: "Float" },
29869
30036
  },
29870
30037
  reservation_variance_order_by: {
29871
30038
  centAccommodation: { __type: "order_by" },
@@ -29879,7 +30046,10 @@ export const generatedSchema = {
29879
30046
  centService: { __type: "order_by" },
29880
30047
  centTotal: { __type: "order_by" },
29881
30048
  guests: { __type: "order_by" },
30049
+ manager_cent_total: { __type: "order_by" },
29882
30050
  nights: { __type: "order_by" },
30051
+ owners_cent_total: { __type: "order_by" },
30052
+ tax_cent_total: { __type: "order_by" },
29883
30053
  },
29884
30054
  setting: {
29885
30055
  __typename: { __type: "String!" },
@@ -37599,6 +37769,7 @@ export const generatedSchema = {
37599
37769
  where: "owner_statement_bool_exp",
37600
37770
  },
37601
37771
  },
37772
+ owner_portal_show_draft_statements: { __type: "Boolean" },
37602
37773
  owners: {
37603
37774
  __type: "[owner!]!",
37604
37775
  __args: {
@@ -38043,6 +38214,7 @@ export const generatedSchema = {
38043
38214
  name: { __type: "String_comparison_exp" },
38044
38215
  ownerStatements: { __type: "owner_statement_bool_exp" },
38045
38216
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
38217
+ owner_portal_show_draft_statements: { __type: "Boolean_comparison_exp" },
38046
38218
  owners: { __type: "owner_bool_exp" },
38047
38219
  owners_aggregate: { __type: "owner_aggregate_bool_exp" },
38048
38220
  partner: { __type: "tenant_bool_exp" },
@@ -38165,6 +38337,7 @@ export const generatedSchema = {
38165
38337
  monitorConnections: { __type: "monitorConnection_arr_rel_insert_input" },
38166
38338
  name: { __type: "String" },
38167
38339
  ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
38340
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38168
38341
  owners: { __type: "owner_arr_rel_insert_input" },
38169
38342
  partner: { __type: "tenant_obj_rel_insert_input" },
38170
38343
  partnerId: { __type: "uuid" },
@@ -38440,6 +38613,7 @@ export const generatedSchema = {
38440
38613
  },
38441
38614
  name: { __type: "order_by" },
38442
38615
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
38616
+ owner_portal_show_draft_statements: { __type: "order_by" },
38443
38617
  owners_aggregate: { __type: "owner_aggregate_order_by" },
38444
38618
  partner: { __type: "tenant_order_by" },
38445
38619
  partnerId: { __type: "order_by" },
@@ -38516,6 +38690,7 @@ export const generatedSchema = {
38516
38690
  logo: { __type: "String" },
38517
38691
  longTermStayNights: { __type: "Int" },
38518
38692
  name: { __type: "String" },
38693
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38519
38694
  partnerId: { __type: "uuid" },
38520
38695
  setup: { __type: "jsonb" },
38521
38696
  setupCompleted: { __type: "Boolean" },
@@ -38602,6 +38777,7 @@ export const generatedSchema = {
38602
38777
  logo: { __type: "String" },
38603
38778
  longTermStayNights: { __type: "Int" },
38604
38779
  name: { __type: "String" },
38780
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38605
38781
  partnerId: { __type: "uuid" },
38606
38782
  setup: { __type: "jsonb" },
38607
38783
  setupCompleted: { __type: "Boolean" },
@@ -40140,6 +40316,7 @@ export const generatedSchema = {
40140
40316
  where: "transaction_bool_exp",
40141
40317
  },
40142
40318
  },
40319
+ short_ref: { __type: "String" },
40143
40320
  source: { __type: "source" },
40144
40321
  sourceId: { __type: "uuid" },
40145
40322
  status: { __type: "activeStatus_enum!" },
@@ -40154,6 +40331,8 @@ export const generatedSchema = {
40154
40331
  account: { __type: "account" },
40155
40332
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40156
40333
  accountId: { __type: "uuid" },
40334
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40335
+ applied_amount_tax_rate_id: { __type: "uuid" },
40157
40336
  centTotal: { __type: "Int!" },
40158
40337
  contact: { __type: "contact" },
40159
40338
  contactId: { __type: "uuid" },
@@ -40274,6 +40453,8 @@ export const generatedSchema = {
40274
40453
  __type: "accountAssignmentType_enum_comparison_exp",
40275
40454
  },
40276
40455
  accountId: { __type: "uuid_comparison_exp" },
40456
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum_comparison_exp" },
40457
+ applied_amount_tax_rate_id: { __type: "uuid_comparison_exp" },
40277
40458
  centTotal: { __type: "Int_comparison_exp" },
40278
40459
  contact: { __type: "contact_bool_exp" },
40279
40460
  contactId: { __type: "uuid_comparison_exp" },
@@ -40319,6 +40500,8 @@ export const generatedSchema = {
40319
40500
  account: { __type: "account_obj_rel_insert_input" },
40320
40501
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40321
40502
  accountId: { __type: "uuid" },
40503
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40504
+ applied_amount_tax_rate_id: { __type: "uuid" },
40322
40505
  centTotal: { __type: "Int" },
40323
40506
  contact: { __type: "contact_obj_rel_insert_input" },
40324
40507
  contactId: { __type: "uuid" },
@@ -40354,6 +40537,7 @@ export const generatedSchema = {
40354
40537
  transactionLine_max_fields: {
40355
40538
  __typename: { __type: "String!" },
40356
40539
  accountId: { __type: "uuid" },
40540
+ applied_amount_tax_rate_id: { __type: "uuid" },
40357
40541
  centTotal: { __type: "Int" },
40358
40542
  contactId: { __type: "uuid" },
40359
40543
  createdAt: { __type: "timestamptz" },
@@ -40375,6 +40559,7 @@ export const generatedSchema = {
40375
40559
  },
40376
40560
  transactionLine_max_order_by: {
40377
40561
  accountId: { __type: "order_by" },
40562
+ applied_amount_tax_rate_id: { __type: "order_by" },
40378
40563
  centTotal: { __type: "order_by" },
40379
40564
  contactId: { __type: "order_by" },
40380
40565
  createdAt: { __type: "order_by" },
@@ -40397,6 +40582,7 @@ export const generatedSchema = {
40397
40582
  transactionLine_min_fields: {
40398
40583
  __typename: { __type: "String!" },
40399
40584
  accountId: { __type: "uuid" },
40585
+ applied_amount_tax_rate_id: { __type: "uuid" },
40400
40586
  centTotal: { __type: "Int" },
40401
40587
  contactId: { __type: "uuid" },
40402
40588
  createdAt: { __type: "timestamptz" },
@@ -40418,6 +40604,7 @@ export const generatedSchema = {
40418
40604
  },
40419
40605
  transactionLine_min_order_by: {
40420
40606
  accountId: { __type: "order_by" },
40607
+ applied_amount_tax_rate_id: { __type: "order_by" },
40421
40608
  centTotal: { __type: "order_by" },
40422
40609
  contactId: { __type: "order_by" },
40423
40610
  createdAt: { __type: "order_by" },
@@ -40455,6 +40642,8 @@ export const generatedSchema = {
40455
40642
  account: { __type: "account_order_by" },
40456
40643
  accountAssignmentType: { __type: "order_by" },
40457
40644
  accountId: { __type: "order_by" },
40645
+ applied_amount_tax_behavior: { __type: "order_by" },
40646
+ applied_amount_tax_rate_id: { __type: "order_by" },
40458
40647
  centTotal: { __type: "order_by" },
40459
40648
  contact: { __type: "contact_order_by" },
40460
40649
  contactId: { __type: "order_by" },
@@ -40493,6 +40682,8 @@ export const generatedSchema = {
40493
40682
  transactionLine_set_input: {
40494
40683
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40495
40684
  accountId: { __type: "uuid" },
40685
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40686
+ applied_amount_tax_rate_id: { __type: "uuid" },
40496
40687
  centTotal: { __type: "Int" },
40497
40688
  contactId: { __type: "uuid" },
40498
40689
  createdAt: { __type: "timestamptz" },
@@ -40548,6 +40739,8 @@ export const generatedSchema = {
40548
40739
  transactionLine_stream_cursor_value_input: {
40549
40740
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40550
40741
  accountId: { __type: "uuid" },
40742
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40743
+ applied_amount_tax_rate_id: { __type: "uuid" },
40551
40744
  centTotal: { __type: "Int" },
40552
40745
  contactId: { __type: "uuid" },
40553
40746
  createdAt: { __type: "timestamptz" },
@@ -40777,6 +40970,7 @@ export const generatedSchema = {
40777
40970
  recurringTemplateInstances_aggregate: {
40778
40971
  __type: "transaction_aggregate_bool_exp",
40779
40972
  },
40973
+ short_ref: { __type: "String_comparison_exp" },
40780
40974
  source: { __type: "source_bool_exp" },
40781
40975
  sourceId: { __type: "uuid_comparison_exp" },
40782
40976
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -40828,6 +41022,7 @@ export const generatedSchema = {
40828
41022
  recurringTemplate: { __type: "transaction_obj_rel_insert_input" },
40829
41023
  recurringTemplateId: { __type: "uuid" },
40830
41024
  recurringTemplateInstances: { __type: "transaction_arr_rel_insert_input" },
41025
+ short_ref: { __type: "String" },
40831
41026
  source: { __type: "source_obj_rel_insert_input" },
40832
41027
  sourceId: { __type: "uuid" },
40833
41028
  status: { __type: "activeStatus_enum" },
@@ -40853,6 +41048,7 @@ export const generatedSchema = {
40853
41048
  paidAt: { __type: "timestamptz" },
40854
41049
  recurringFeeId: { __type: "uuid" },
40855
41050
  recurringTemplateId: { __type: "uuid" },
41051
+ short_ref: { __type: "String" },
40856
41052
  sourceId: { __type: "uuid" },
40857
41053
  tenantId: { __type: "uuid" },
40858
41054
  uniqueRef: { __type: "String" },
@@ -40873,6 +41069,7 @@ export const generatedSchema = {
40873
41069
  paidAt: { __type: "order_by" },
40874
41070
  recurringFeeId: { __type: "order_by" },
40875
41071
  recurringTemplateId: { __type: "order_by" },
41072
+ short_ref: { __type: "order_by" },
40876
41073
  sourceId: { __type: "order_by" },
40877
41074
  tenantId: { __type: "order_by" },
40878
41075
  uniqueRef: { __type: "order_by" },
@@ -40894,6 +41091,7 @@ export const generatedSchema = {
40894
41091
  paidAt: { __type: "timestamptz" },
40895
41092
  recurringFeeId: { __type: "uuid" },
40896
41093
  recurringTemplateId: { __type: "uuid" },
41094
+ short_ref: { __type: "String" },
40897
41095
  sourceId: { __type: "uuid" },
40898
41096
  tenantId: { __type: "uuid" },
40899
41097
  uniqueRef: { __type: "String" },
@@ -40914,6 +41112,7 @@ export const generatedSchema = {
40914
41112
  paidAt: { __type: "order_by" },
40915
41113
  recurringFeeId: { __type: "order_by" },
40916
41114
  recurringTemplateId: { __type: "order_by" },
41115
+ short_ref: { __type: "order_by" },
40917
41116
  sourceId: { __type: "order_by" },
40918
41117
  tenantId: { __type: "order_by" },
40919
41118
  uniqueRef: { __type: "order_by" },
@@ -40965,6 +41164,7 @@ export const generatedSchema = {
40965
41164
  recurringTemplateInstances_aggregate: {
40966
41165
  __type: "transaction_aggregate_order_by",
40967
41166
  },
41167
+ short_ref: { __type: "order_by" },
40968
41168
  source: { __type: "source_order_by" },
40969
41169
  sourceId: { __type: "order_by" },
40970
41170
  status: { __type: "order_by" },
@@ -40997,6 +41197,7 @@ export const generatedSchema = {
40997
41197
  recurringFeeId: { __type: "uuid" },
40998
41198
  recurringPattern: { __type: "jsonb" },
40999
41199
  recurringTemplateId: { __type: "uuid" },
41200
+ short_ref: { __type: "String" },
41000
41201
  sourceId: { __type: "uuid" },
41001
41202
  status: { __type: "activeStatus_enum" },
41002
41203
  tenantId: { __type: "uuid" },
@@ -41042,6 +41243,7 @@ export const generatedSchema = {
41042
41243
  recurringFeeId: { __type: "uuid" },
41043
41244
  recurringPattern: { __type: "jsonb" },
41044
41245
  recurringTemplateId: { __type: "uuid" },
41246
+ short_ref: { __type: "String" },
41045
41247
  sourceId: { __type: "uuid" },
41046
41248
  status: { __type: "activeStatus_enum" },
41047
41249
  tenantId: { __type: "uuid" },