@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.
@@ -145,6 +145,8 @@ exports.scalarsEnumsHash = {
145
145
  core_flow_mapping_select_column: true,
146
146
  core_flow_mapping_update_column: true,
147
147
  core_flow_select_column: true,
148
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns: true,
149
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns: true,
148
150
  core_flow_setting_constraint: true,
149
151
  core_flow_setting_select_column: true,
150
152
  core_flow_setting_update_column: true,
@@ -6853,6 +6855,7 @@ exports.generatedSchema = {
6853
6855
  name: { __type: "String!" },
6854
6856
  phone: { __type: "String" },
6855
6857
  pmsStatus: { __type: "activeStatus_enum" },
6858
+ short_ref: { __type: "String" },
6856
6859
  source: { __type: "source" },
6857
6860
  sourceId: { __type: "uuid" },
6858
6861
  status: { __type: "activeStatus_enum" },
@@ -7091,6 +7094,7 @@ exports.generatedSchema = {
7091
7094
  name: { __type: "String_comparison_exp" },
7092
7095
  phone: { __type: "String_comparison_exp" },
7093
7096
  pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
7097
+ short_ref: { __type: "String_comparison_exp" },
7094
7098
  source: { __type: "source_bool_exp" },
7095
7099
  sourceId: { __type: "uuid_comparison_exp" },
7096
7100
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -7131,6 +7135,7 @@ exports.generatedSchema = {
7131
7135
  name: { __type: "String" },
7132
7136
  phone: { __type: "String" },
7133
7137
  pmsStatus: { __type: "activeStatus_enum" },
7138
+ short_ref: { __type: "String" },
7134
7139
  source: { __type: "source_obj_rel_insert_input" },
7135
7140
  sourceId: { __type: "uuid" },
7136
7141
  status: { __type: "activeStatus_enum" },
@@ -7154,6 +7159,7 @@ exports.generatedSchema = {
7154
7159
  id: { __type: "uuid" },
7155
7160
  name: { __type: "String" },
7156
7161
  phone: { __type: "String" },
7162
+ short_ref: { __type: "String" },
7157
7163
  sourceId: { __type: "uuid" },
7158
7164
  taxId: { __type: "String" },
7159
7165
  tenantId: { __type: "uuid" },
@@ -7170,6 +7176,7 @@ exports.generatedSchema = {
7170
7176
  id: { __type: "uuid" },
7171
7177
  name: { __type: "String" },
7172
7178
  phone: { __type: "String" },
7179
+ short_ref: { __type: "String" },
7173
7180
  sourceId: { __type: "uuid" },
7174
7181
  taxId: { __type: "String" },
7175
7182
  tenantId: { __type: "uuid" },
@@ -7209,6 +7216,7 @@ exports.generatedSchema = {
7209
7216
  name: { __type: "order_by" },
7210
7217
  phone: { __type: "order_by" },
7211
7218
  pmsStatus: { __type: "order_by" },
7219
+ short_ref: { __type: "order_by" },
7212
7220
  source: { __type: "source_order_by" },
7213
7221
  sourceId: { __type: "order_by" },
7214
7222
  status: { __type: "order_by" },
@@ -7239,6 +7247,7 @@ exports.generatedSchema = {
7239
7247
  name: { __type: "String" },
7240
7248
  phone: { __type: "String" },
7241
7249
  pmsStatus: { __type: "activeStatus_enum" },
7250
+ short_ref: { __type: "String" },
7242
7251
  sourceId: { __type: "uuid" },
7243
7252
  status: { __type: "activeStatus_enum" },
7244
7253
  taxId: { __type: "String" },
@@ -7264,6 +7273,7 @@ exports.generatedSchema = {
7264
7273
  name: { __type: "String" },
7265
7274
  phone: { __type: "String" },
7266
7275
  pmsStatus: { __type: "activeStatus_enum" },
7276
+ short_ref: { __type: "String" },
7267
7277
  sourceId: { __type: "uuid" },
7268
7278
  status: { __type: "activeStatus_enum" },
7269
7279
  taxId: { __type: "String" },
@@ -7440,13 +7450,16 @@ exports.generatedSchema = {
7440
7450
  app_id: { __type: "String!" },
7441
7451
  description: { __type: "String" },
7442
7452
  id: { __type: "uuid!" },
7453
+ is_public: { __type: "Boolean!" },
7443
7454
  left_type: { __type: "String" },
7444
7455
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7445
7456
  right_type: { __type: "String" },
7457
+ run_schema: { __type: "jsonb!", __args: { path: "String" } },
7446
7458
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7447
7459
  title: { __type: "String!" },
7448
7460
  type: { __type: "flow_type" },
7449
7461
  uniqueRef: { __type: "String!" },
7462
+ use_global_mapping: { __type: "Boolean!" },
7450
7463
  },
7451
7464
  core_flow_aggregate: {
7452
7465
  __typename: { __type: "String!" },
@@ -7454,8 +7467,26 @@ exports.generatedSchema = {
7454
7467
  nodes: { __type: "[core_flow!]!" },
7455
7468
  },
7456
7469
  core_flow_aggregate_bool_exp: {
7470
+ bool_and: { __type: "core_flow_aggregate_bool_exp_bool_and" },
7471
+ bool_or: { __type: "core_flow_aggregate_bool_exp_bool_or" },
7457
7472
  count: { __type: "core_flow_aggregate_bool_exp_count" },
7458
7473
  },
7474
+ core_flow_aggregate_bool_exp_bool_and: {
7475
+ arguments: {
7476
+ __type: "core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns!",
7477
+ },
7478
+ distinct: { __type: "Boolean" },
7479
+ filter: { __type: "core_flow_bool_exp" },
7480
+ predicate: { __type: "Boolean_comparison_exp!" },
7481
+ },
7482
+ core_flow_aggregate_bool_exp_bool_or: {
7483
+ arguments: {
7484
+ __type: "core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns!",
7485
+ },
7486
+ distinct: { __type: "Boolean" },
7487
+ filter: { __type: "core_flow_bool_exp" },
7488
+ predicate: { __type: "Boolean_comparison_exp!" },
7489
+ },
7459
7490
  core_flow_aggregate_bool_exp_count: {
7460
7491
  arguments: { __type: "[core_flow_select_column!]" },
7461
7492
  distinct: { __type: "Boolean" },
@@ -7478,6 +7509,7 @@ exports.generatedSchema = {
7478
7509
  },
7479
7510
  core_flow_append_input: {
7480
7511
  mapping_schema: { __type: "jsonb" },
7512
+ run_schema: { __type: "jsonb" },
7481
7513
  setting_schema: { __type: "jsonb" },
7482
7514
  },
7483
7515
  core_flow_arr_rel_insert_input: {
@@ -7491,37 +7523,46 @@ exports.generatedSchema = {
7491
7523
  app_id: { __type: "String_comparison_exp" },
7492
7524
  description: { __type: "String_comparison_exp" },
7493
7525
  id: { __type: "uuid_comparison_exp" },
7526
+ is_public: { __type: "Boolean_comparison_exp" },
7494
7527
  left_type: { __type: "String_comparison_exp" },
7495
7528
  mapping_schema: { __type: "jsonb_comparison_exp" },
7496
7529
  right_type: { __type: "String_comparison_exp" },
7530
+ run_schema: { __type: "jsonb_comparison_exp" },
7497
7531
  setting_schema: { __type: "jsonb_comparison_exp" },
7498
7532
  title: { __type: "String_comparison_exp" },
7499
7533
  type: { __type: "flow_type_comparison_exp" },
7500
7534
  uniqueRef: { __type: "String_comparison_exp" },
7535
+ use_global_mapping: { __type: "Boolean_comparison_exp" },
7501
7536
  },
7502
7537
  core_flow_delete_at_path_input: {
7503
7538
  mapping_schema: { __type: "[String!]" },
7539
+ run_schema: { __type: "[String!]" },
7504
7540
  setting_schema: { __type: "[String!]" },
7505
7541
  },
7506
7542
  core_flow_delete_elem_input: {
7507
7543
  mapping_schema: { __type: "Int" },
7544
+ run_schema: { __type: "Int" },
7508
7545
  setting_schema: { __type: "Int" },
7509
7546
  },
7510
7547
  core_flow_delete_key_input: {
7511
7548
  mapping_schema: { __type: "String" },
7549
+ run_schema: { __type: "String" },
7512
7550
  setting_schema: { __type: "String" },
7513
7551
  },
7514
7552
  core_flow_insert_input: {
7515
7553
  app_id: { __type: "String" },
7516
7554
  description: { __type: "String" },
7517
7555
  id: { __type: "uuid" },
7556
+ is_public: { __type: "Boolean" },
7518
7557
  left_type: { __type: "String" },
7519
7558
  mapping_schema: { __type: "jsonb" },
7520
7559
  right_type: { __type: "String" },
7560
+ run_schema: { __type: "jsonb" },
7521
7561
  setting_schema: { __type: "jsonb" },
7522
7562
  title: { __type: "String" },
7523
7563
  type: { __type: "flow_type" },
7524
7564
  uniqueRef: { __type: "String" },
7565
+ use_global_mapping: { __type: "Boolean" },
7525
7566
  },
7526
7567
  core_flow_mapping: {
7527
7568
  __typename: { __type: "String!" },
@@ -7529,11 +7570,12 @@ exports.generatedSchema = {
7529
7570
  account_id: { __type: "uuid" },
7530
7571
  booking_channel: { __type: "booking_channel" },
7531
7572
  booking_channel_id: { __type: "uuid" },
7573
+ connection_id: { __type: "uuid!" },
7532
7574
  contact: { __type: "contact" },
7533
7575
  contact_id: { __type: "uuid" },
7534
7576
  createdAt: { __type: "timestamptz!" },
7535
- flow: { __type: "core_flow!" },
7536
- flow_id: { __type: "uuid!" },
7577
+ flow: { __type: "core_flow" },
7578
+ flow_id: { __type: "uuid" },
7537
7579
  id: { __type: "uuid!" },
7538
7580
  listing: { __type: "listing" },
7539
7581
  listing_id: { __type: "uuid" },
@@ -7573,6 +7615,7 @@ exports.generatedSchema = {
7573
7615
  account_id: { __type: "uuid_comparison_exp" },
7574
7616
  booking_channel: { __type: "booking_channel_bool_exp" },
7575
7617
  booking_channel_id: { __type: "uuid_comparison_exp" },
7618
+ connection_id: { __type: "uuid_comparison_exp" },
7576
7619
  contact: { __type: "contact_bool_exp" },
7577
7620
  contact_id: { __type: "uuid_comparison_exp" },
7578
7621
  createdAt: { __type: "timestamptz_comparison_exp" },
@@ -7599,6 +7642,7 @@ exports.generatedSchema = {
7599
7642
  account_id: { __type: "uuid" },
7600
7643
  booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
7601
7644
  booking_channel_id: { __type: "uuid" },
7645
+ connection_id: { __type: "uuid" },
7602
7646
  contact: { __type: "contact_obj_rel_insert_input" },
7603
7647
  contact_id: { __type: "uuid" },
7604
7648
  createdAt: { __type: "timestamptz" },
@@ -7621,6 +7665,7 @@ exports.generatedSchema = {
7621
7665
  __typename: { __type: "String!" },
7622
7666
  account_id: { __type: "uuid" },
7623
7667
  booking_channel_id: { __type: "uuid" },
7668
+ connection_id: { __type: "uuid" },
7624
7669
  contact_id: { __type: "uuid" },
7625
7670
  createdAt: { __type: "timestamptz" },
7626
7671
  flow_id: { __type: "uuid" },
@@ -7636,6 +7681,7 @@ exports.generatedSchema = {
7636
7681
  __typename: { __type: "String!" },
7637
7682
  account_id: { __type: "uuid" },
7638
7683
  booking_channel_id: { __type: "uuid" },
7684
+ connection_id: { __type: "uuid" },
7639
7685
  contact_id: { __type: "uuid" },
7640
7686
  createdAt: { __type: "timestamptz" },
7641
7687
  flow_id: { __type: "uuid" },
@@ -7662,6 +7708,7 @@ exports.generatedSchema = {
7662
7708
  account_id: { __type: "order_by" },
7663
7709
  booking_channel: { __type: "booking_channel_order_by" },
7664
7710
  booking_channel_id: { __type: "order_by" },
7711
+ connection_id: { __type: "order_by" },
7665
7712
  contact: { __type: "contact_order_by" },
7666
7713
  contact_id: { __type: "order_by" },
7667
7714
  createdAt: { __type: "order_by" },
@@ -7685,6 +7732,7 @@ exports.generatedSchema = {
7685
7732
  core_flow_mapping_set_input: {
7686
7733
  account_id: { __type: "uuid" },
7687
7734
  booking_channel_id: { __type: "uuid" },
7735
+ connection_id: { __type: "uuid" },
7688
7736
  contact_id: { __type: "uuid" },
7689
7737
  createdAt: { __type: "timestamptz" },
7690
7738
  flow_id: { __type: "uuid" },
@@ -7704,6 +7752,7 @@ exports.generatedSchema = {
7704
7752
  core_flow_mapping_stream_cursor_value_input: {
7705
7753
  account_id: { __type: "uuid" },
7706
7754
  booking_channel_id: { __type: "uuid" },
7755
+ connection_id: { __type: "uuid" },
7707
7756
  contact_id: { __type: "uuid" },
7708
7757
  createdAt: { __type: "timestamptz" },
7709
7758
  flow_id: { __type: "uuid" },
@@ -7785,30 +7834,37 @@ exports.generatedSchema = {
7785
7834
  app_id: { __type: "order_by" },
7786
7835
  description: { __type: "order_by" },
7787
7836
  id: { __type: "order_by" },
7837
+ is_public: { __type: "order_by" },
7788
7838
  left_type: { __type: "order_by" },
7789
7839
  mapping_schema: { __type: "order_by" },
7790
7840
  right_type: { __type: "order_by" },
7841
+ run_schema: { __type: "order_by" },
7791
7842
  setting_schema: { __type: "order_by" },
7792
7843
  title: { __type: "order_by" },
7793
7844
  type: { __type: "order_by" },
7794
7845
  uniqueRef: { __type: "order_by" },
7846
+ use_global_mapping: { __type: "order_by" },
7795
7847
  },
7796
7848
  core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7797
7849
  core_flow_prepend_input: {
7798
7850
  mapping_schema: { __type: "jsonb" },
7851
+ run_schema: { __type: "jsonb" },
7799
7852
  setting_schema: { __type: "jsonb" },
7800
7853
  },
7801
7854
  core_flow_set_input: {
7802
7855
  app_id: { __type: "String" },
7803
7856
  description: { __type: "String" },
7804
7857
  id: { __type: "uuid" },
7858
+ is_public: { __type: "Boolean" },
7805
7859
  left_type: { __type: "String" },
7806
7860
  mapping_schema: { __type: "jsonb" },
7807
7861
  right_type: { __type: "String" },
7862
+ run_schema: { __type: "jsonb" },
7808
7863
  setting_schema: { __type: "jsonb" },
7809
7864
  title: { __type: "String" },
7810
7865
  type: { __type: "flow_type" },
7811
7866
  uniqueRef: { __type: "String" },
7867
+ use_global_mapping: { __type: "Boolean" },
7812
7868
  },
7813
7869
  core_flow_setting: {
7814
7870
  __typename: { __type: "String!" },
@@ -8020,13 +8076,16 @@ exports.generatedSchema = {
8020
8076
  app_id: { __type: "String" },
8021
8077
  description: { __type: "String" },
8022
8078
  id: { __type: "uuid" },
8079
+ is_public: { __type: "Boolean" },
8023
8080
  left_type: { __type: "String" },
8024
8081
  mapping_schema: { __type: "jsonb" },
8025
8082
  right_type: { __type: "String" },
8083
+ run_schema: { __type: "jsonb" },
8026
8084
  setting_schema: { __type: "jsonb" },
8027
8085
  title: { __type: "String" },
8028
8086
  type: { __type: "flow_type" },
8029
8087
  uniqueRef: { __type: "String" },
8088
+ use_global_mapping: { __type: "Boolean" },
8030
8089
  },
8031
8090
  core_flow_updates: {
8032
8091
  _append: { __type: "core_flow_append_input" },
@@ -10831,6 +10890,7 @@ exports.generatedSchema = {
10831
10890
  where: "setting_bool_exp",
10832
10891
  },
10833
10892
  },
10893
+ short_ref: { __type: "String" },
10834
10894
  source: { __type: "source" },
10835
10895
  sourceId: { __type: "uuid" },
10836
10896
  status: { __type: "activeStatus_enum" },
@@ -11586,6 +11646,7 @@ exports.generatedSchema = {
11586
11646
  settingsRight: { __type: "setting_bool_exp" },
11587
11647
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
11588
11648
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11649
+ short_ref: { __type: "String_comparison_exp" },
11589
11650
  source: { __type: "source_bool_exp" },
11590
11651
  sourceId: { __type: "uuid_comparison_exp" },
11591
11652
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -12300,6 +12361,7 @@ exports.generatedSchema = {
12300
12361
  settings: { __type: "setting_arr_rel_insert_input" },
12301
12362
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
12302
12363
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12364
+ short_ref: { __type: "String" },
12303
12365
  source: { __type: "source_obj_rel_insert_input" },
12304
12366
  sourceId: { __type: "uuid" },
12305
12367
  status: { __type: "activeStatus_enum" },
@@ -12331,6 +12393,7 @@ exports.generatedSchema = {
12331
12393
  imageUri: { __type: "String" },
12332
12394
  name: { __type: "String" },
12333
12395
  ownerContactId: { __type: "uuid" },
12396
+ short_ref: { __type: "String" },
12334
12397
  sourceId: { __type: "uuid" },
12335
12398
  tenantId: { __type: "uuid" },
12336
12399
  title: { __type: "String" },
@@ -12357,6 +12420,7 @@ exports.generatedSchema = {
12357
12420
  imageUri: { __type: "order_by" },
12358
12421
  name: { __type: "order_by" },
12359
12422
  ownerContactId: { __type: "order_by" },
12423
+ short_ref: { __type: "order_by" },
12360
12424
  sourceId: { __type: "order_by" },
12361
12425
  tenantId: { __type: "order_by" },
12362
12426
  title: { __type: "order_by" },
@@ -12384,6 +12448,7 @@ exports.generatedSchema = {
12384
12448
  imageUri: { __type: "String" },
12385
12449
  name: { __type: "String" },
12386
12450
  ownerContactId: { __type: "uuid" },
12451
+ short_ref: { __type: "String" },
12387
12452
  sourceId: { __type: "uuid" },
12388
12453
  tenantId: { __type: "uuid" },
12389
12454
  title: { __type: "String" },
@@ -12410,6 +12475,7 @@ exports.generatedSchema = {
12410
12475
  imageUri: { __type: "order_by" },
12411
12476
  name: { __type: "order_by" },
12412
12477
  ownerContactId: { __type: "order_by" },
12478
+ short_ref: { __type: "order_by" },
12413
12479
  sourceId: { __type: "order_by" },
12414
12480
  tenantId: { __type: "order_by" },
12415
12481
  title: { __type: "order_by" },
@@ -12480,6 +12546,7 @@ exports.generatedSchema = {
12480
12546
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
12481
12547
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
12482
12548
  settings_aggregate: { __type: "setting_aggregate_order_by" },
12549
+ short_ref: { __type: "order_by" },
12483
12550
  source: { __type: "source_order_by" },
12484
12551
  sourceId: { __type: "order_by" },
12485
12552
  status: { __type: "order_by" },
@@ -12888,6 +12955,7 @@ exports.generatedSchema = {
12888
12955
  ownerContactId: { __type: "uuid" },
12889
12956
  pmsAddressData: { __type: "jsonb" },
12890
12957
  pmsStatus: { __type: "activeStatus_enum" },
12958
+ short_ref: { __type: "String" },
12891
12959
  sourceId: { __type: "uuid" },
12892
12960
  status: { __type: "activeStatus_enum" },
12893
12961
  tenantId: { __type: "uuid" },
@@ -12964,6 +13032,7 @@ exports.generatedSchema = {
12964
13032
  ownerContactId: { __type: "uuid" },
12965
13033
  pmsAddressData: { __type: "jsonb" },
12966
13034
  pmsStatus: { __type: "activeStatus_enum" },
13035
+ short_ref: { __type: "String" },
12967
13036
  sourceId: { __type: "uuid" },
12968
13037
  status: { __type: "activeStatus_enum" },
12969
13038
  tenantId: { __type: "uuid" },
@@ -28150,6 +28219,7 @@ exports.generatedSchema = {
28150
28219
  },
28151
28220
  },
28152
28221
  generalLedgerPostingAt: { __type: "timestamptz" },
28222
+ general_ledger_status: { __type: "activeStatus_enum!" },
28153
28223
  guestName: { __type: "String" },
28154
28224
  guests: { __type: "Int" },
28155
28225
  id: { __type: "uuid!" },
@@ -28178,6 +28248,7 @@ exports.generatedSchema = {
28178
28248
  listingConnection: { __type: "listing_connection" },
28179
28249
  listingConnectionId: { __type: "uuid" },
28180
28250
  listingId: { __type: "uuid" },
28251
+ manager_cent_total: { __type: "bigint" },
28181
28252
  matchPaymentCustomerRef: { __type: "String" },
28182
28253
  members: {
28183
28254
  __type: "[tenant_user!]!",
@@ -28223,6 +28294,7 @@ exports.generatedSchema = {
28223
28294
  where: "owner_statement_line_bool_exp",
28224
28295
  },
28225
28296
  },
28297
+ owners_cent_total: { __type: "bigint" },
28226
28298
  paidStatus: { __type: "paidStatus_enum" },
28227
28299
  paymentLines: {
28228
28300
  __type: "[payment_line!]!",
@@ -28306,6 +28378,7 @@ exports.generatedSchema = {
28306
28378
  where: "setting_bool_exp",
28307
28379
  },
28308
28380
  },
28381
+ short_ref: { __type: "String" },
28309
28382
  similarReservations: {
28310
28383
  __type: "[reservation!]!",
28311
28384
  __args: {
@@ -28349,6 +28422,7 @@ exports.generatedSchema = {
28349
28422
  },
28350
28423
  },
28351
28424
  status: { __type: "reservation_status_enum" },
28425
+ tax_cent_total: { __type: "bigint" },
28352
28426
  tenant: { __type: "tenant" },
28353
28427
  tenantId: { __type: "uuid" },
28354
28428
  transactionLines: {
@@ -28997,7 +29071,10 @@ exports.generatedSchema = {
28997
29071
  centService: { __type: "Float" },
28998
29072
  centTotal: { __type: "Float" },
28999
29073
  guests: { __type: "Float" },
29074
+ manager_cent_total: { __type: "Float" },
29000
29075
  nights: { __type: "Float" },
29076
+ owners_cent_total: { __type: "Float" },
29077
+ tax_cent_total: { __type: "Float" },
29001
29078
  },
29002
29079
  reservation_avg_order_by: {
29003
29080
  centAccommodation: { __type: "order_by" },
@@ -29011,7 +29088,10 @@ exports.generatedSchema = {
29011
29088
  centService: { __type: "order_by" },
29012
29089
  centTotal: { __type: "order_by" },
29013
29090
  guests: { __type: "order_by" },
29091
+ manager_cent_total: { __type: "order_by" },
29014
29092
  nights: { __type: "order_by" },
29093
+ owners_cent_total: { __type: "order_by" },
29094
+ tax_cent_total: { __type: "order_by" },
29015
29095
  },
29016
29096
  reservation_bool_exp: {
29017
29097
  _and: { __type: "[reservation_bool_exp!]" },
@@ -29050,6 +29130,7 @@ exports.generatedSchema = {
29050
29130
  files: { __type: "file_storage_bool_exp" },
29051
29131
  files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
29052
29132
  generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
29133
+ general_ledger_status: { __type: "activeStatus_enum_comparison_exp" },
29053
29134
  guestName: { __type: "String_comparison_exp" },
29054
29135
  guests: { __type: "Int_comparison_exp" },
29055
29136
  id: { __type: "uuid_comparison_exp" },
@@ -29060,6 +29141,7 @@ exports.generatedSchema = {
29060
29141
  listingConnection: { __type: "listing_connection_bool_exp" },
29061
29142
  listingConnectionId: { __type: "uuid_comparison_exp" },
29062
29143
  listingId: { __type: "uuid_comparison_exp" },
29144
+ manager_cent_total: { __type: "bigint_comparison_exp" },
29063
29145
  matchPaymentCustomerRef: { __type: "String_comparison_exp" },
29064
29146
  members: { __type: "tenant_user_bool_exp" },
29065
29147
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -29071,6 +29153,7 @@ exports.generatedSchema = {
29071
29153
  ownerStatementLines_aggregate: {
29072
29154
  __type: "owner_statement_line_aggregate_bool_exp",
29073
29155
  },
29156
+ owners_cent_total: { __type: "bigint_comparison_exp" },
29074
29157
  paidStatus: { __type: "paidStatus_enum_comparison_exp" },
29075
29158
  paymentLines: { __type: "payment_line_bool_exp" },
29076
29159
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
@@ -29082,6 +29165,7 @@ exports.generatedSchema = {
29082
29165
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
29083
29166
  settingsRight: { __type: "setting_bool_exp" },
29084
29167
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
29168
+ short_ref: { __type: "String_comparison_exp" },
29085
29169
  similarReservations: { __type: "reservation_bool_exp" },
29086
29170
  similarReservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
29087
29171
  source: { __type: "source_bool_exp" },
@@ -29089,6 +29173,7 @@ exports.generatedSchema = {
29089
29173
  sources: { __type: "source_bool_exp" },
29090
29174
  sources_aggregate: { __type: "source_aggregate_bool_exp" },
29091
29175
  status: { __type: "reservation_status_enum_comparison_exp" },
29176
+ tax_cent_total: { __type: "bigint_comparison_exp" },
29092
29177
  tenant: { __type: "tenant_bool_exp" },
29093
29178
  tenantId: { __type: "uuid_comparison_exp" },
29094
29179
  transactionLines: { __type: "transactionLine_bool_exp" },
@@ -29127,7 +29212,10 @@ exports.generatedSchema = {
29127
29212
  centService: { __type: "Int" },
29128
29213
  centTotal: { __type: "bigint" },
29129
29214
  guests: { __type: "Int" },
29215
+ manager_cent_total: { __type: "bigint" },
29130
29216
  nights: { __type: "Int" },
29217
+ owners_cent_total: { __type: "bigint" },
29218
+ tax_cent_total: { __type: "bigint" },
29131
29219
  },
29132
29220
  reservation_insert_input: {
29133
29221
  bookedAt: { __type: "timestamptz" },
@@ -29159,6 +29247,7 @@ exports.generatedSchema = {
29159
29247
  currency: { __type: "currency_enum" },
29160
29248
  files: { __type: "file_storage_arr_rel_insert_input" },
29161
29249
  generalLedgerPostingAt: { __type: "timestamptz" },
29250
+ general_ledger_status: { __type: "activeStatus_enum" },
29162
29251
  guestName: { __type: "String" },
29163
29252
  guests: { __type: "Int" },
29164
29253
  id: { __type: "uuid" },
@@ -29168,6 +29257,7 @@ exports.generatedSchema = {
29168
29257
  listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
29169
29258
  listingConnectionId: { __type: "uuid" },
29170
29259
  listingId: { __type: "uuid" },
29260
+ manager_cent_total: { __type: "bigint" },
29171
29261
  matchPaymentCustomerRef: { __type: "String" },
29172
29262
  members: { __type: "tenant_user_arr_rel_insert_input" },
29173
29263
  metadata: { __type: "jsonb" },
@@ -29177,6 +29267,7 @@ exports.generatedSchema = {
29177
29267
  ownerStatementLines: {
29178
29268
  __type: "owner_statement_line_arr_rel_insert_input",
29179
29269
  },
29270
+ owners_cent_total: { __type: "bigint" },
29180
29271
  paidStatus: { __type: "paidStatus_enum" },
29181
29272
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
29182
29273
  paymentMethod: { __type: "String" },
@@ -29184,11 +29275,13 @@ exports.generatedSchema = {
29184
29275
  relatedReservations: { __type: "reservation_arr_rel_insert_input" },
29185
29276
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
29186
29277
  settingsRight: { __type: "setting_arr_rel_insert_input" },
29278
+ short_ref: { __type: "String" },
29187
29279
  similarReservations: { __type: "reservation_arr_rel_insert_input" },
29188
29280
  source: { __type: "source_obj_rel_insert_input" },
29189
29281
  sourceId: { __type: "uuid" },
29190
29282
  sources: { __type: "source_arr_rel_insert_input" },
29191
29283
  status: { __type: "reservation_status_enum" },
29284
+ tax_cent_total: { __type: "bigint" },
29192
29285
  tenant: { __type: "tenant_obj_rel_insert_input" },
29193
29286
  tenantId: { __type: "uuid" },
29194
29287
  transactionLines: { __type: "transactionLine_arr_rel_insert_input" },
@@ -29226,12 +29319,16 @@ exports.generatedSchema = {
29226
29319
  id: { __type: "uuid" },
29227
29320
  listingConnectionId: { __type: "uuid" },
29228
29321
  listingId: { __type: "uuid" },
29322
+ manager_cent_total: { __type: "bigint" },
29229
29323
  matchPaymentCustomerRef: { __type: "String" },
29230
29324
  nights: { __type: "Int" },
29231
29325
  otaReservationId: { __type: "uuid" },
29326
+ owners_cent_total: { __type: "bigint" },
29232
29327
  paymentMethod: { __type: "String" },
29233
29328
  pmsReferenceCode: { __type: "String" },
29329
+ short_ref: { __type: "String" },
29234
29330
  sourceId: { __type: "uuid" },
29331
+ tax_cent_total: { __type: "bigint" },
29235
29332
  tenantId: { __type: "uuid" },
29236
29333
  uniqueRef: { __type: "String" },
29237
29334
  uniqueRef2: { __type: "String" },
@@ -29265,12 +29362,16 @@ exports.generatedSchema = {
29265
29362
  id: { __type: "order_by" },
29266
29363
  listingConnectionId: { __type: "order_by" },
29267
29364
  listingId: { __type: "order_by" },
29365
+ manager_cent_total: { __type: "order_by" },
29268
29366
  matchPaymentCustomerRef: { __type: "order_by" },
29269
29367
  nights: { __type: "order_by" },
29270
29368
  otaReservationId: { __type: "order_by" },
29369
+ owners_cent_total: { __type: "order_by" },
29271
29370
  paymentMethod: { __type: "order_by" },
29272
29371
  pmsReferenceCode: { __type: "order_by" },
29372
+ short_ref: { __type: "order_by" },
29273
29373
  sourceId: { __type: "order_by" },
29374
+ tax_cent_total: { __type: "order_by" },
29274
29375
  tenantId: { __type: "order_by" },
29275
29376
  uniqueRef: { __type: "order_by" },
29276
29377
  uniqueRef2: { __type: "order_by" },
@@ -29305,12 +29406,16 @@ exports.generatedSchema = {
29305
29406
  id: { __type: "uuid" },
29306
29407
  listingConnectionId: { __type: "uuid" },
29307
29408
  listingId: { __type: "uuid" },
29409
+ manager_cent_total: { __type: "bigint" },
29308
29410
  matchPaymentCustomerRef: { __type: "String" },
29309
29411
  nights: { __type: "Int" },
29310
29412
  otaReservationId: { __type: "uuid" },
29413
+ owners_cent_total: { __type: "bigint" },
29311
29414
  paymentMethod: { __type: "String" },
29312
29415
  pmsReferenceCode: { __type: "String" },
29416
+ short_ref: { __type: "String" },
29313
29417
  sourceId: { __type: "uuid" },
29418
+ tax_cent_total: { __type: "bigint" },
29314
29419
  tenantId: { __type: "uuid" },
29315
29420
  uniqueRef: { __type: "String" },
29316
29421
  uniqueRef2: { __type: "String" },
@@ -29344,12 +29449,16 @@ exports.generatedSchema = {
29344
29449
  id: { __type: "order_by" },
29345
29450
  listingConnectionId: { __type: "order_by" },
29346
29451
  listingId: { __type: "order_by" },
29452
+ manager_cent_total: { __type: "order_by" },
29347
29453
  matchPaymentCustomerRef: { __type: "order_by" },
29348
29454
  nights: { __type: "order_by" },
29349
29455
  otaReservationId: { __type: "order_by" },
29456
+ owners_cent_total: { __type: "order_by" },
29350
29457
  paymentMethod: { __type: "order_by" },
29351
29458
  pmsReferenceCode: { __type: "order_by" },
29459
+ short_ref: { __type: "order_by" },
29352
29460
  sourceId: { __type: "order_by" },
29461
+ tax_cent_total: { __type: "order_by" },
29353
29462
  tenantId: { __type: "order_by" },
29354
29463
  uniqueRef: { __type: "order_by" },
29355
29464
  uniqueRef2: { __type: "order_by" },
@@ -29400,6 +29509,7 @@ exports.generatedSchema = {
29400
29509
  currency: { __type: "order_by" },
29401
29510
  files_aggregate: { __type: "file_storage_aggregate_order_by" },
29402
29511
  generalLedgerPostingAt: { __type: "order_by" },
29512
+ general_ledger_status: { __type: "order_by" },
29403
29513
  guestName: { __type: "order_by" },
29404
29514
  guests: { __type: "order_by" },
29405
29515
  id: { __type: "order_by" },
@@ -29409,6 +29519,7 @@ exports.generatedSchema = {
29409
29519
  listingConnection: { __type: "listing_connection_order_by" },
29410
29520
  listingConnectionId: { __type: "order_by" },
29411
29521
  listingId: { __type: "order_by" },
29522
+ manager_cent_total: { __type: "order_by" },
29412
29523
  matchPaymentCustomerRef: { __type: "order_by" },
29413
29524
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
29414
29525
  metadata: { __type: "order_by" },
@@ -29418,6 +29529,7 @@ exports.generatedSchema = {
29418
29529
  ownerStatementLines_aggregate: {
29419
29530
  __type: "owner_statement_line_aggregate_order_by",
29420
29531
  },
29532
+ owners_cent_total: { __type: "order_by" },
29421
29533
  paidStatus: { __type: "order_by" },
29422
29534
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
29423
29535
  paymentMethod: { __type: "order_by" },
@@ -29425,11 +29537,13 @@ exports.generatedSchema = {
29425
29537
  relatedReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29426
29538
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
29427
29539
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
29540
+ short_ref: { __type: "order_by" },
29428
29541
  similarReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29429
29542
  source: { __type: "source_order_by" },
29430
29543
  sourceId: { __type: "order_by" },
29431
29544
  sources_aggregate: { __type: "source_aggregate_order_by" },
29432
29545
  status: { __type: "order_by" },
29546
+ tax_cent_total: { __type: "order_by" },
29433
29547
  tenant: { __type: "tenant_order_by" },
29434
29548
  tenantId: { __type: "order_by" },
29435
29549
  transactionLines_aggregate: {
@@ -29469,21 +29583,26 @@ exports.generatedSchema = {
29469
29583
  createdAt: { __type: "timestamptz" },
29470
29584
  currency: { __type: "currency_enum" },
29471
29585
  generalLedgerPostingAt: { __type: "timestamptz" },
29586
+ general_ledger_status: { __type: "activeStatus_enum" },
29472
29587
  guestName: { __type: "String" },
29473
29588
  guests: { __type: "Int" },
29474
29589
  id: { __type: "uuid" },
29475
29590
  lineMap: { __type: "jsonb" },
29476
29591
  listingConnectionId: { __type: "uuid" },
29477
29592
  listingId: { __type: "uuid" },
29593
+ manager_cent_total: { __type: "bigint" },
29478
29594
  matchPaymentCustomerRef: { __type: "String" },
29479
29595
  metadata: { __type: "jsonb" },
29480
29596
  nights: { __type: "Int" },
29481
29597
  otaReservationId: { __type: "uuid" },
29598
+ owners_cent_total: { __type: "bigint" },
29482
29599
  paidStatus: { __type: "paidStatus_enum" },
29483
29600
  paymentMethod: { __type: "String" },
29484
29601
  pmsReferenceCode: { __type: "String" },
29602
+ short_ref: { __type: "String" },
29485
29603
  sourceId: { __type: "uuid" },
29486
29604
  status: { __type: "reservation_status_enum" },
29605
+ tax_cent_total: { __type: "bigint" },
29487
29606
  tenantId: { __type: "uuid" },
29488
29607
  uniqueRef: { __type: "String" },
29489
29608
  uniqueRef2: { __type: "String" },
@@ -29568,7 +29687,10 @@ exports.generatedSchema = {
29568
29687
  centService: { __type: "Float" },
29569
29688
  centTotal: { __type: "Float" },
29570
29689
  guests: { __type: "Float" },
29690
+ manager_cent_total: { __type: "Float" },
29571
29691
  nights: { __type: "Float" },
29692
+ owners_cent_total: { __type: "Float" },
29693
+ tax_cent_total: { __type: "Float" },
29572
29694
  },
29573
29695
  reservation_stddev_order_by: {
29574
29696
  centAccommodation: { __type: "order_by" },
@@ -29582,7 +29704,10 @@ exports.generatedSchema = {
29582
29704
  centService: { __type: "order_by" },
29583
29705
  centTotal: { __type: "order_by" },
29584
29706
  guests: { __type: "order_by" },
29707
+ manager_cent_total: { __type: "order_by" },
29585
29708
  nights: { __type: "order_by" },
29709
+ owners_cent_total: { __type: "order_by" },
29710
+ tax_cent_total: { __type: "order_by" },
29586
29711
  },
29587
29712
  reservation_stddev_pop_fields: {
29588
29713
  __typename: { __type: "String!" },
@@ -29597,7 +29722,10 @@ exports.generatedSchema = {
29597
29722
  centService: { __type: "Float" },
29598
29723
  centTotal: { __type: "Float" },
29599
29724
  guests: { __type: "Float" },
29725
+ manager_cent_total: { __type: "Float" },
29600
29726
  nights: { __type: "Float" },
29727
+ owners_cent_total: { __type: "Float" },
29728
+ tax_cent_total: { __type: "Float" },
29601
29729
  },
29602
29730
  reservation_stddev_pop_order_by: {
29603
29731
  centAccommodation: { __type: "order_by" },
@@ -29611,7 +29739,10 @@ exports.generatedSchema = {
29611
29739
  centService: { __type: "order_by" },
29612
29740
  centTotal: { __type: "order_by" },
29613
29741
  guests: { __type: "order_by" },
29742
+ manager_cent_total: { __type: "order_by" },
29614
29743
  nights: { __type: "order_by" },
29744
+ owners_cent_total: { __type: "order_by" },
29745
+ tax_cent_total: { __type: "order_by" },
29615
29746
  },
29616
29747
  reservation_stddev_samp_fields: {
29617
29748
  __typename: { __type: "String!" },
@@ -29626,7 +29757,10 @@ exports.generatedSchema = {
29626
29757
  centService: { __type: "Float" },
29627
29758
  centTotal: { __type: "Float" },
29628
29759
  guests: { __type: "Float" },
29760
+ manager_cent_total: { __type: "Float" },
29629
29761
  nights: { __type: "Float" },
29762
+ owners_cent_total: { __type: "Float" },
29763
+ tax_cent_total: { __type: "Float" },
29630
29764
  },
29631
29765
  reservation_stddev_samp_order_by: {
29632
29766
  centAccommodation: { __type: "order_by" },
@@ -29640,7 +29774,10 @@ exports.generatedSchema = {
29640
29774
  centService: { __type: "order_by" },
29641
29775
  centTotal: { __type: "order_by" },
29642
29776
  guests: { __type: "order_by" },
29777
+ manager_cent_total: { __type: "order_by" },
29643
29778
  nights: { __type: "order_by" },
29779
+ owners_cent_total: { __type: "order_by" },
29780
+ tax_cent_total: { __type: "order_by" },
29644
29781
  },
29645
29782
  reservation_stream_cursor_input: {
29646
29783
  initial_value: { __type: "reservation_stream_cursor_value_input!" },
@@ -29670,21 +29807,26 @@ exports.generatedSchema = {
29670
29807
  createdAt: { __type: "timestamptz" },
29671
29808
  currency: { __type: "currency_enum" },
29672
29809
  generalLedgerPostingAt: { __type: "timestamptz" },
29810
+ general_ledger_status: { __type: "activeStatus_enum" },
29673
29811
  guestName: { __type: "String" },
29674
29812
  guests: { __type: "Int" },
29675
29813
  id: { __type: "uuid" },
29676
29814
  lineMap: { __type: "jsonb" },
29677
29815
  listingConnectionId: { __type: "uuid" },
29678
29816
  listingId: { __type: "uuid" },
29817
+ manager_cent_total: { __type: "bigint" },
29679
29818
  matchPaymentCustomerRef: { __type: "String" },
29680
29819
  metadata: { __type: "jsonb" },
29681
29820
  nights: { __type: "Int" },
29682
29821
  otaReservationId: { __type: "uuid" },
29822
+ owners_cent_total: { __type: "bigint" },
29683
29823
  paidStatus: { __type: "paidStatus_enum" },
29684
29824
  paymentMethod: { __type: "String" },
29685
29825
  pmsReferenceCode: { __type: "String" },
29826
+ short_ref: { __type: "String" },
29686
29827
  sourceId: { __type: "uuid" },
29687
29828
  status: { __type: "reservation_status_enum" },
29829
+ tax_cent_total: { __type: "bigint" },
29688
29830
  tenantId: { __type: "uuid" },
29689
29831
  uniqueRef: { __type: "String" },
29690
29832
  uniqueRef2: { __type: "String" },
@@ -29704,7 +29846,10 @@ exports.generatedSchema = {
29704
29846
  centService: { __type: "Int" },
29705
29847
  centTotal: { __type: "bigint" },
29706
29848
  guests: { __type: "Int" },
29849
+ manager_cent_total: { __type: "bigint" },
29707
29850
  nights: { __type: "Int" },
29851
+ owners_cent_total: { __type: "bigint" },
29852
+ tax_cent_total: { __type: "bigint" },
29708
29853
  },
29709
29854
  reservation_sum_order_by: {
29710
29855
  centAccommodation: { __type: "order_by" },
@@ -29718,7 +29863,10 @@ exports.generatedSchema = {
29718
29863
  centService: { __type: "order_by" },
29719
29864
  centTotal: { __type: "order_by" },
29720
29865
  guests: { __type: "order_by" },
29866
+ manager_cent_total: { __type: "order_by" },
29721
29867
  nights: { __type: "order_by" },
29868
+ owners_cent_total: { __type: "order_by" },
29869
+ tax_cent_total: { __type: "order_by" },
29722
29870
  },
29723
29871
  reservation_updates: {
29724
29872
  _append: { __type: "reservation_append_input" },
@@ -29743,7 +29891,10 @@ exports.generatedSchema = {
29743
29891
  centService: { __type: "Float" },
29744
29892
  centTotal: { __type: "Float" },
29745
29893
  guests: { __type: "Float" },
29894
+ manager_cent_total: { __type: "Float" },
29746
29895
  nights: { __type: "Float" },
29896
+ owners_cent_total: { __type: "Float" },
29897
+ tax_cent_total: { __type: "Float" },
29747
29898
  },
29748
29899
  reservation_var_pop_order_by: {
29749
29900
  centAccommodation: { __type: "order_by" },
@@ -29757,7 +29908,10 @@ exports.generatedSchema = {
29757
29908
  centService: { __type: "order_by" },
29758
29909
  centTotal: { __type: "order_by" },
29759
29910
  guests: { __type: "order_by" },
29911
+ manager_cent_total: { __type: "order_by" },
29760
29912
  nights: { __type: "order_by" },
29913
+ owners_cent_total: { __type: "order_by" },
29914
+ tax_cent_total: { __type: "order_by" },
29761
29915
  },
29762
29916
  reservation_var_samp_fields: {
29763
29917
  __typename: { __type: "String!" },
@@ -29772,7 +29926,10 @@ exports.generatedSchema = {
29772
29926
  centService: { __type: "Float" },
29773
29927
  centTotal: { __type: "Float" },
29774
29928
  guests: { __type: "Float" },
29929
+ manager_cent_total: { __type: "Float" },
29775
29930
  nights: { __type: "Float" },
29931
+ owners_cent_total: { __type: "Float" },
29932
+ tax_cent_total: { __type: "Float" },
29776
29933
  },
29777
29934
  reservation_var_samp_order_by: {
29778
29935
  centAccommodation: { __type: "order_by" },
@@ -29786,7 +29943,10 @@ exports.generatedSchema = {
29786
29943
  centService: { __type: "order_by" },
29787
29944
  centTotal: { __type: "order_by" },
29788
29945
  guests: { __type: "order_by" },
29946
+ manager_cent_total: { __type: "order_by" },
29789
29947
  nights: { __type: "order_by" },
29948
+ owners_cent_total: { __type: "order_by" },
29949
+ tax_cent_total: { __type: "order_by" },
29790
29950
  },
29791
29951
  reservation_variance_fields: {
29792
29952
  __typename: { __type: "String!" },
@@ -29801,7 +29961,10 @@ exports.generatedSchema = {
29801
29961
  centService: { __type: "Float" },
29802
29962
  centTotal: { __type: "Float" },
29803
29963
  guests: { __type: "Float" },
29964
+ manager_cent_total: { __type: "Float" },
29804
29965
  nights: { __type: "Float" },
29966
+ owners_cent_total: { __type: "Float" },
29967
+ tax_cent_total: { __type: "Float" },
29805
29968
  },
29806
29969
  reservation_variance_order_by: {
29807
29970
  centAccommodation: { __type: "order_by" },
@@ -29815,7 +29978,10 @@ exports.generatedSchema = {
29815
29978
  centService: { __type: "order_by" },
29816
29979
  centTotal: { __type: "order_by" },
29817
29980
  guests: { __type: "order_by" },
29981
+ manager_cent_total: { __type: "order_by" },
29818
29982
  nights: { __type: "order_by" },
29983
+ owners_cent_total: { __type: "order_by" },
29984
+ tax_cent_total: { __type: "order_by" },
29819
29985
  },
29820
29986
  setting: {
29821
29987
  __typename: { __type: "String!" },
@@ -37517,6 +37683,7 @@ exports.generatedSchema = {
37517
37683
  where: "owner_statement_bool_exp",
37518
37684
  },
37519
37685
  },
37686
+ owner_portal_show_draft_statements: { __type: "Boolean" },
37520
37687
  owners: {
37521
37688
  __type: "[owner!]!",
37522
37689
  __args: {
@@ -37959,6 +38126,7 @@ exports.generatedSchema = {
37959
38126
  name: { __type: "String_comparison_exp" },
37960
38127
  ownerStatements: { __type: "owner_statement_bool_exp" },
37961
38128
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
38129
+ owner_portal_show_draft_statements: { __type: "Boolean_comparison_exp" },
37962
38130
  owners: { __type: "owner_bool_exp" },
37963
38131
  owners_aggregate: { __type: "owner_aggregate_bool_exp" },
37964
38132
  partner: { __type: "tenant_bool_exp" },
@@ -38081,6 +38249,7 @@ exports.generatedSchema = {
38081
38249
  monitorConnections: { __type: "monitorConnection_arr_rel_insert_input" },
38082
38250
  name: { __type: "String" },
38083
38251
  ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
38252
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38084
38253
  owners: { __type: "owner_arr_rel_insert_input" },
38085
38254
  partner: { __type: "tenant_obj_rel_insert_input" },
38086
38255
  partnerId: { __type: "uuid" },
@@ -38356,6 +38525,7 @@ exports.generatedSchema = {
38356
38525
  },
38357
38526
  name: { __type: "order_by" },
38358
38527
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
38528
+ owner_portal_show_draft_statements: { __type: "order_by" },
38359
38529
  owners_aggregate: { __type: "owner_aggregate_order_by" },
38360
38530
  partner: { __type: "tenant_order_by" },
38361
38531
  partnerId: { __type: "order_by" },
@@ -38432,6 +38602,7 @@ exports.generatedSchema = {
38432
38602
  logo: { __type: "String" },
38433
38603
  longTermStayNights: { __type: "Int" },
38434
38604
  name: { __type: "String" },
38605
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38435
38606
  partnerId: { __type: "uuid" },
38436
38607
  setup: { __type: "jsonb" },
38437
38608
  setupCompleted: { __type: "Boolean" },
@@ -38518,6 +38689,7 @@ exports.generatedSchema = {
38518
38689
  logo: { __type: "String" },
38519
38690
  longTermStayNights: { __type: "Int" },
38520
38691
  name: { __type: "String" },
38692
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38521
38693
  partnerId: { __type: "uuid" },
38522
38694
  setup: { __type: "jsonb" },
38523
38695
  setupCompleted: { __type: "Boolean" },
@@ -40055,6 +40227,7 @@ exports.generatedSchema = {
40055
40227
  where: "transaction_bool_exp",
40056
40228
  },
40057
40229
  },
40230
+ short_ref: { __type: "String" },
40058
40231
  source: { __type: "source" },
40059
40232
  sourceId: { __type: "uuid" },
40060
40233
  status: { __type: "activeStatus_enum!" },
@@ -40069,6 +40242,8 @@ exports.generatedSchema = {
40069
40242
  account: { __type: "account" },
40070
40243
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40071
40244
  accountId: { __type: "uuid" },
40245
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40246
+ applied_amount_tax_rate_id: { __type: "uuid" },
40072
40247
  centTotal: { __type: "Int!" },
40073
40248
  contact: { __type: "contact" },
40074
40249
  contactId: { __type: "uuid" },
@@ -40189,6 +40364,8 @@ exports.generatedSchema = {
40189
40364
  __type: "accountAssignmentType_enum_comparison_exp",
40190
40365
  },
40191
40366
  accountId: { __type: "uuid_comparison_exp" },
40367
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum_comparison_exp" },
40368
+ applied_amount_tax_rate_id: { __type: "uuid_comparison_exp" },
40192
40369
  centTotal: { __type: "Int_comparison_exp" },
40193
40370
  contact: { __type: "contact_bool_exp" },
40194
40371
  contactId: { __type: "uuid_comparison_exp" },
@@ -40234,6 +40411,8 @@ exports.generatedSchema = {
40234
40411
  account: { __type: "account_obj_rel_insert_input" },
40235
40412
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40236
40413
  accountId: { __type: "uuid" },
40414
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40415
+ applied_amount_tax_rate_id: { __type: "uuid" },
40237
40416
  centTotal: { __type: "Int" },
40238
40417
  contact: { __type: "contact_obj_rel_insert_input" },
40239
40418
  contactId: { __type: "uuid" },
@@ -40269,6 +40448,7 @@ exports.generatedSchema = {
40269
40448
  transactionLine_max_fields: {
40270
40449
  __typename: { __type: "String!" },
40271
40450
  accountId: { __type: "uuid" },
40451
+ applied_amount_tax_rate_id: { __type: "uuid" },
40272
40452
  centTotal: { __type: "Int" },
40273
40453
  contactId: { __type: "uuid" },
40274
40454
  createdAt: { __type: "timestamptz" },
@@ -40290,6 +40470,7 @@ exports.generatedSchema = {
40290
40470
  },
40291
40471
  transactionLine_max_order_by: {
40292
40472
  accountId: { __type: "order_by" },
40473
+ applied_amount_tax_rate_id: { __type: "order_by" },
40293
40474
  centTotal: { __type: "order_by" },
40294
40475
  contactId: { __type: "order_by" },
40295
40476
  createdAt: { __type: "order_by" },
@@ -40312,6 +40493,7 @@ exports.generatedSchema = {
40312
40493
  transactionLine_min_fields: {
40313
40494
  __typename: { __type: "String!" },
40314
40495
  accountId: { __type: "uuid" },
40496
+ applied_amount_tax_rate_id: { __type: "uuid" },
40315
40497
  centTotal: { __type: "Int" },
40316
40498
  contactId: { __type: "uuid" },
40317
40499
  createdAt: { __type: "timestamptz" },
@@ -40333,6 +40515,7 @@ exports.generatedSchema = {
40333
40515
  },
40334
40516
  transactionLine_min_order_by: {
40335
40517
  accountId: { __type: "order_by" },
40518
+ applied_amount_tax_rate_id: { __type: "order_by" },
40336
40519
  centTotal: { __type: "order_by" },
40337
40520
  contactId: { __type: "order_by" },
40338
40521
  createdAt: { __type: "order_by" },
@@ -40370,6 +40553,8 @@ exports.generatedSchema = {
40370
40553
  account: { __type: "account_order_by" },
40371
40554
  accountAssignmentType: { __type: "order_by" },
40372
40555
  accountId: { __type: "order_by" },
40556
+ applied_amount_tax_behavior: { __type: "order_by" },
40557
+ applied_amount_tax_rate_id: { __type: "order_by" },
40373
40558
  centTotal: { __type: "order_by" },
40374
40559
  contact: { __type: "contact_order_by" },
40375
40560
  contactId: { __type: "order_by" },
@@ -40408,6 +40593,8 @@ exports.generatedSchema = {
40408
40593
  transactionLine_set_input: {
40409
40594
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40410
40595
  accountId: { __type: "uuid" },
40596
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40597
+ applied_amount_tax_rate_id: { __type: "uuid" },
40411
40598
  centTotal: { __type: "Int" },
40412
40599
  contactId: { __type: "uuid" },
40413
40600
  createdAt: { __type: "timestamptz" },
@@ -40463,6 +40650,8 @@ exports.generatedSchema = {
40463
40650
  transactionLine_stream_cursor_value_input: {
40464
40651
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40465
40652
  accountId: { __type: "uuid" },
40653
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40654
+ applied_amount_tax_rate_id: { __type: "uuid" },
40466
40655
  centTotal: { __type: "Int" },
40467
40656
  contactId: { __type: "uuid" },
40468
40657
  createdAt: { __type: "timestamptz" },
@@ -40692,6 +40881,7 @@ exports.generatedSchema = {
40692
40881
  recurringTemplateInstances_aggregate: {
40693
40882
  __type: "transaction_aggregate_bool_exp",
40694
40883
  },
40884
+ short_ref: { __type: "String_comparison_exp" },
40695
40885
  source: { __type: "source_bool_exp" },
40696
40886
  sourceId: { __type: "uuid_comparison_exp" },
40697
40887
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -40743,6 +40933,7 @@ exports.generatedSchema = {
40743
40933
  recurringTemplate: { __type: "transaction_obj_rel_insert_input" },
40744
40934
  recurringTemplateId: { __type: "uuid" },
40745
40935
  recurringTemplateInstances: { __type: "transaction_arr_rel_insert_input" },
40936
+ short_ref: { __type: "String" },
40746
40937
  source: { __type: "source_obj_rel_insert_input" },
40747
40938
  sourceId: { __type: "uuid" },
40748
40939
  status: { __type: "activeStatus_enum" },
@@ -40768,6 +40959,7 @@ exports.generatedSchema = {
40768
40959
  paidAt: { __type: "timestamptz" },
40769
40960
  recurringFeeId: { __type: "uuid" },
40770
40961
  recurringTemplateId: { __type: "uuid" },
40962
+ short_ref: { __type: "String" },
40771
40963
  sourceId: { __type: "uuid" },
40772
40964
  tenantId: { __type: "uuid" },
40773
40965
  uniqueRef: { __type: "String" },
@@ -40788,6 +40980,7 @@ exports.generatedSchema = {
40788
40980
  paidAt: { __type: "order_by" },
40789
40981
  recurringFeeId: { __type: "order_by" },
40790
40982
  recurringTemplateId: { __type: "order_by" },
40983
+ short_ref: { __type: "order_by" },
40791
40984
  sourceId: { __type: "order_by" },
40792
40985
  tenantId: { __type: "order_by" },
40793
40986
  uniqueRef: { __type: "order_by" },
@@ -40809,6 +41002,7 @@ exports.generatedSchema = {
40809
41002
  paidAt: { __type: "timestamptz" },
40810
41003
  recurringFeeId: { __type: "uuid" },
40811
41004
  recurringTemplateId: { __type: "uuid" },
41005
+ short_ref: { __type: "String" },
40812
41006
  sourceId: { __type: "uuid" },
40813
41007
  tenantId: { __type: "uuid" },
40814
41008
  uniqueRef: { __type: "String" },
@@ -40829,6 +41023,7 @@ exports.generatedSchema = {
40829
41023
  paidAt: { __type: "order_by" },
40830
41024
  recurringFeeId: { __type: "order_by" },
40831
41025
  recurringTemplateId: { __type: "order_by" },
41026
+ short_ref: { __type: "order_by" },
40832
41027
  sourceId: { __type: "order_by" },
40833
41028
  tenantId: { __type: "order_by" },
40834
41029
  uniqueRef: { __type: "order_by" },
@@ -40880,6 +41075,7 @@ exports.generatedSchema = {
40880
41075
  recurringTemplateInstances_aggregate: {
40881
41076
  __type: "transaction_aggregate_order_by",
40882
41077
  },
41078
+ short_ref: { __type: "order_by" },
40883
41079
  source: { __type: "source_order_by" },
40884
41080
  sourceId: { __type: "order_by" },
40885
41081
  status: { __type: "order_by" },
@@ -40912,6 +41108,7 @@ exports.generatedSchema = {
40912
41108
  recurringFeeId: { __type: "uuid" },
40913
41109
  recurringPattern: { __type: "jsonb" },
40914
41110
  recurringTemplateId: { __type: "uuid" },
41111
+ short_ref: { __type: "String" },
40915
41112
  sourceId: { __type: "uuid" },
40916
41113
  status: { __type: "activeStatus_enum" },
40917
41114
  tenantId: { __type: "uuid" },
@@ -40957,6 +41154,7 @@ exports.generatedSchema = {
40957
41154
  recurringFeeId: { __type: "uuid" },
40958
41155
  recurringPattern: { __type: "jsonb" },
40959
41156
  recurringTemplateId: { __type: "uuid" },
41157
+ short_ref: { __type: "String" },
40960
41158
  sourceId: { __type: "uuid" },
40961
41159
  status: { __type: "activeStatus_enum" },
40962
41160
  tenantId: { __type: "uuid" },