@vrplatform/graphql 1.1.41 → 1.1.43

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" },
@@ -18062,12 +18131,7 @@ exports.generatedSchema = {
18062
18131
  updateTransactionLine: {
18063
18132
  __type: "transactionLine",
18064
18133
  __args: {
18065
- _append: "transactionLine_append_input",
18066
- _delete_at_path: "transactionLine_delete_at_path_input",
18067
- _delete_elem: "transactionLine_delete_elem_input",
18068
- _delete_key: "transactionLine_delete_key_input",
18069
18134
  _inc: "transactionLine_inc_input",
18070
- _prepend: "transactionLine_prepend_input",
18071
18135
  _set: "transactionLine_set_input",
18072
18136
  pk_columns: "transactionLine_pk_columns_input!",
18073
18137
  },
@@ -18075,12 +18139,7 @@ exports.generatedSchema = {
18075
18139
  updateTransactionLines: {
18076
18140
  __type: "transactionLine_mutation_response",
18077
18141
  __args: {
18078
- _append: "transactionLine_append_input",
18079
- _delete_at_path: "transactionLine_delete_at_path_input",
18080
- _delete_elem: "transactionLine_delete_elem_input",
18081
- _delete_key: "transactionLine_delete_key_input",
18082
18142
  _inc: "transactionLine_inc_input",
18083
- _prepend: "transactionLine_prepend_input",
18084
18143
  _set: "transactionLine_set_input",
18085
18144
  where: "transactionLine_bool_exp!",
18086
18145
  },
@@ -28150,6 +28209,7 @@ exports.generatedSchema = {
28150
28209
  },
28151
28210
  },
28152
28211
  generalLedgerPostingAt: { __type: "timestamptz" },
28212
+ general_ledger_status: { __type: "activeStatus_enum!" },
28153
28213
  guestName: { __type: "String" },
28154
28214
  guests: { __type: "Int" },
28155
28215
  id: { __type: "uuid!" },
@@ -28178,6 +28238,7 @@ exports.generatedSchema = {
28178
28238
  listingConnection: { __type: "listing_connection" },
28179
28239
  listingConnectionId: { __type: "uuid" },
28180
28240
  listingId: { __type: "uuid" },
28241
+ manager_cent_total: { __type: "bigint" },
28181
28242
  matchPaymentCustomerRef: { __type: "String" },
28182
28243
  members: {
28183
28244
  __type: "[tenant_user!]!",
@@ -28223,6 +28284,7 @@ exports.generatedSchema = {
28223
28284
  where: "owner_statement_line_bool_exp",
28224
28285
  },
28225
28286
  },
28287
+ owners_cent_total: { __type: "bigint" },
28226
28288
  paidStatus: { __type: "paidStatus_enum" },
28227
28289
  paymentLines: {
28228
28290
  __type: "[payment_line!]!",
@@ -28306,6 +28368,7 @@ exports.generatedSchema = {
28306
28368
  where: "setting_bool_exp",
28307
28369
  },
28308
28370
  },
28371
+ short_ref: { __type: "String" },
28309
28372
  similarReservations: {
28310
28373
  __type: "[reservation!]!",
28311
28374
  __args: {
@@ -28349,6 +28412,7 @@ exports.generatedSchema = {
28349
28412
  },
28350
28413
  },
28351
28414
  status: { __type: "reservation_status_enum" },
28415
+ tax_cent_total: { __type: "bigint" },
28352
28416
  tenant: { __type: "tenant" },
28353
28417
  tenantId: { __type: "uuid" },
28354
28418
  transactionLines: {
@@ -28997,7 +29061,10 @@ exports.generatedSchema = {
28997
29061
  centService: { __type: "Float" },
28998
29062
  centTotal: { __type: "Float" },
28999
29063
  guests: { __type: "Float" },
29064
+ manager_cent_total: { __type: "Float" },
29000
29065
  nights: { __type: "Float" },
29066
+ owners_cent_total: { __type: "Float" },
29067
+ tax_cent_total: { __type: "Float" },
29001
29068
  },
29002
29069
  reservation_avg_order_by: {
29003
29070
  centAccommodation: { __type: "order_by" },
@@ -29011,7 +29078,10 @@ exports.generatedSchema = {
29011
29078
  centService: { __type: "order_by" },
29012
29079
  centTotal: { __type: "order_by" },
29013
29080
  guests: { __type: "order_by" },
29081
+ manager_cent_total: { __type: "order_by" },
29014
29082
  nights: { __type: "order_by" },
29083
+ owners_cent_total: { __type: "order_by" },
29084
+ tax_cent_total: { __type: "order_by" },
29015
29085
  },
29016
29086
  reservation_bool_exp: {
29017
29087
  _and: { __type: "[reservation_bool_exp!]" },
@@ -29050,6 +29120,7 @@ exports.generatedSchema = {
29050
29120
  files: { __type: "file_storage_bool_exp" },
29051
29121
  files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
29052
29122
  generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
29123
+ general_ledger_status: { __type: "activeStatus_enum_comparison_exp" },
29053
29124
  guestName: { __type: "String_comparison_exp" },
29054
29125
  guests: { __type: "Int_comparison_exp" },
29055
29126
  id: { __type: "uuid_comparison_exp" },
@@ -29060,6 +29131,7 @@ exports.generatedSchema = {
29060
29131
  listingConnection: { __type: "listing_connection_bool_exp" },
29061
29132
  listingConnectionId: { __type: "uuid_comparison_exp" },
29062
29133
  listingId: { __type: "uuid_comparison_exp" },
29134
+ manager_cent_total: { __type: "bigint_comparison_exp" },
29063
29135
  matchPaymentCustomerRef: { __type: "String_comparison_exp" },
29064
29136
  members: { __type: "tenant_user_bool_exp" },
29065
29137
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -29071,6 +29143,7 @@ exports.generatedSchema = {
29071
29143
  ownerStatementLines_aggregate: {
29072
29144
  __type: "owner_statement_line_aggregate_bool_exp",
29073
29145
  },
29146
+ owners_cent_total: { __type: "bigint_comparison_exp" },
29074
29147
  paidStatus: { __type: "paidStatus_enum_comparison_exp" },
29075
29148
  paymentLines: { __type: "payment_line_bool_exp" },
29076
29149
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
@@ -29082,6 +29155,7 @@ exports.generatedSchema = {
29082
29155
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
29083
29156
  settingsRight: { __type: "setting_bool_exp" },
29084
29157
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
29158
+ short_ref: { __type: "String_comparison_exp" },
29085
29159
  similarReservations: { __type: "reservation_bool_exp" },
29086
29160
  similarReservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
29087
29161
  source: { __type: "source_bool_exp" },
@@ -29089,6 +29163,7 @@ exports.generatedSchema = {
29089
29163
  sources: { __type: "source_bool_exp" },
29090
29164
  sources_aggregate: { __type: "source_aggregate_bool_exp" },
29091
29165
  status: { __type: "reservation_status_enum_comparison_exp" },
29166
+ tax_cent_total: { __type: "bigint_comparison_exp" },
29092
29167
  tenant: { __type: "tenant_bool_exp" },
29093
29168
  tenantId: { __type: "uuid_comparison_exp" },
29094
29169
  transactionLines: { __type: "transactionLine_bool_exp" },
@@ -29127,7 +29202,10 @@ exports.generatedSchema = {
29127
29202
  centService: { __type: "Int" },
29128
29203
  centTotal: { __type: "bigint" },
29129
29204
  guests: { __type: "Int" },
29205
+ manager_cent_total: { __type: "bigint" },
29130
29206
  nights: { __type: "Int" },
29207
+ owners_cent_total: { __type: "bigint" },
29208
+ tax_cent_total: { __type: "bigint" },
29131
29209
  },
29132
29210
  reservation_insert_input: {
29133
29211
  bookedAt: { __type: "timestamptz" },
@@ -29159,6 +29237,7 @@ exports.generatedSchema = {
29159
29237
  currency: { __type: "currency_enum" },
29160
29238
  files: { __type: "file_storage_arr_rel_insert_input" },
29161
29239
  generalLedgerPostingAt: { __type: "timestamptz" },
29240
+ general_ledger_status: { __type: "activeStatus_enum" },
29162
29241
  guestName: { __type: "String" },
29163
29242
  guests: { __type: "Int" },
29164
29243
  id: { __type: "uuid" },
@@ -29168,6 +29247,7 @@ exports.generatedSchema = {
29168
29247
  listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
29169
29248
  listingConnectionId: { __type: "uuid" },
29170
29249
  listingId: { __type: "uuid" },
29250
+ manager_cent_total: { __type: "bigint" },
29171
29251
  matchPaymentCustomerRef: { __type: "String" },
29172
29252
  members: { __type: "tenant_user_arr_rel_insert_input" },
29173
29253
  metadata: { __type: "jsonb" },
@@ -29177,6 +29257,7 @@ exports.generatedSchema = {
29177
29257
  ownerStatementLines: {
29178
29258
  __type: "owner_statement_line_arr_rel_insert_input",
29179
29259
  },
29260
+ owners_cent_total: { __type: "bigint" },
29180
29261
  paidStatus: { __type: "paidStatus_enum" },
29181
29262
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
29182
29263
  paymentMethod: { __type: "String" },
@@ -29184,11 +29265,13 @@ exports.generatedSchema = {
29184
29265
  relatedReservations: { __type: "reservation_arr_rel_insert_input" },
29185
29266
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
29186
29267
  settingsRight: { __type: "setting_arr_rel_insert_input" },
29268
+ short_ref: { __type: "String" },
29187
29269
  similarReservations: { __type: "reservation_arr_rel_insert_input" },
29188
29270
  source: { __type: "source_obj_rel_insert_input" },
29189
29271
  sourceId: { __type: "uuid" },
29190
29272
  sources: { __type: "source_arr_rel_insert_input" },
29191
29273
  status: { __type: "reservation_status_enum" },
29274
+ tax_cent_total: { __type: "bigint" },
29192
29275
  tenant: { __type: "tenant_obj_rel_insert_input" },
29193
29276
  tenantId: { __type: "uuid" },
29194
29277
  transactionLines: { __type: "transactionLine_arr_rel_insert_input" },
@@ -29226,12 +29309,16 @@ exports.generatedSchema = {
29226
29309
  id: { __type: "uuid" },
29227
29310
  listingConnectionId: { __type: "uuid" },
29228
29311
  listingId: { __type: "uuid" },
29312
+ manager_cent_total: { __type: "bigint" },
29229
29313
  matchPaymentCustomerRef: { __type: "String" },
29230
29314
  nights: { __type: "Int" },
29231
29315
  otaReservationId: { __type: "uuid" },
29316
+ owners_cent_total: { __type: "bigint" },
29232
29317
  paymentMethod: { __type: "String" },
29233
29318
  pmsReferenceCode: { __type: "String" },
29319
+ short_ref: { __type: "String" },
29234
29320
  sourceId: { __type: "uuid" },
29321
+ tax_cent_total: { __type: "bigint" },
29235
29322
  tenantId: { __type: "uuid" },
29236
29323
  uniqueRef: { __type: "String" },
29237
29324
  uniqueRef2: { __type: "String" },
@@ -29265,12 +29352,16 @@ exports.generatedSchema = {
29265
29352
  id: { __type: "order_by" },
29266
29353
  listingConnectionId: { __type: "order_by" },
29267
29354
  listingId: { __type: "order_by" },
29355
+ manager_cent_total: { __type: "order_by" },
29268
29356
  matchPaymentCustomerRef: { __type: "order_by" },
29269
29357
  nights: { __type: "order_by" },
29270
29358
  otaReservationId: { __type: "order_by" },
29359
+ owners_cent_total: { __type: "order_by" },
29271
29360
  paymentMethod: { __type: "order_by" },
29272
29361
  pmsReferenceCode: { __type: "order_by" },
29362
+ short_ref: { __type: "order_by" },
29273
29363
  sourceId: { __type: "order_by" },
29364
+ tax_cent_total: { __type: "order_by" },
29274
29365
  tenantId: { __type: "order_by" },
29275
29366
  uniqueRef: { __type: "order_by" },
29276
29367
  uniqueRef2: { __type: "order_by" },
@@ -29305,12 +29396,16 @@ exports.generatedSchema = {
29305
29396
  id: { __type: "uuid" },
29306
29397
  listingConnectionId: { __type: "uuid" },
29307
29398
  listingId: { __type: "uuid" },
29399
+ manager_cent_total: { __type: "bigint" },
29308
29400
  matchPaymentCustomerRef: { __type: "String" },
29309
29401
  nights: { __type: "Int" },
29310
29402
  otaReservationId: { __type: "uuid" },
29403
+ owners_cent_total: { __type: "bigint" },
29311
29404
  paymentMethod: { __type: "String" },
29312
29405
  pmsReferenceCode: { __type: "String" },
29406
+ short_ref: { __type: "String" },
29313
29407
  sourceId: { __type: "uuid" },
29408
+ tax_cent_total: { __type: "bigint" },
29314
29409
  tenantId: { __type: "uuid" },
29315
29410
  uniqueRef: { __type: "String" },
29316
29411
  uniqueRef2: { __type: "String" },
@@ -29344,12 +29439,16 @@ exports.generatedSchema = {
29344
29439
  id: { __type: "order_by" },
29345
29440
  listingConnectionId: { __type: "order_by" },
29346
29441
  listingId: { __type: "order_by" },
29442
+ manager_cent_total: { __type: "order_by" },
29347
29443
  matchPaymentCustomerRef: { __type: "order_by" },
29348
29444
  nights: { __type: "order_by" },
29349
29445
  otaReservationId: { __type: "order_by" },
29446
+ owners_cent_total: { __type: "order_by" },
29350
29447
  paymentMethod: { __type: "order_by" },
29351
29448
  pmsReferenceCode: { __type: "order_by" },
29449
+ short_ref: { __type: "order_by" },
29352
29450
  sourceId: { __type: "order_by" },
29451
+ tax_cent_total: { __type: "order_by" },
29353
29452
  tenantId: { __type: "order_by" },
29354
29453
  uniqueRef: { __type: "order_by" },
29355
29454
  uniqueRef2: { __type: "order_by" },
@@ -29400,6 +29499,7 @@ exports.generatedSchema = {
29400
29499
  currency: { __type: "order_by" },
29401
29500
  files_aggregate: { __type: "file_storage_aggregate_order_by" },
29402
29501
  generalLedgerPostingAt: { __type: "order_by" },
29502
+ general_ledger_status: { __type: "order_by" },
29403
29503
  guestName: { __type: "order_by" },
29404
29504
  guests: { __type: "order_by" },
29405
29505
  id: { __type: "order_by" },
@@ -29409,6 +29509,7 @@ exports.generatedSchema = {
29409
29509
  listingConnection: { __type: "listing_connection_order_by" },
29410
29510
  listingConnectionId: { __type: "order_by" },
29411
29511
  listingId: { __type: "order_by" },
29512
+ manager_cent_total: { __type: "order_by" },
29412
29513
  matchPaymentCustomerRef: { __type: "order_by" },
29413
29514
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
29414
29515
  metadata: { __type: "order_by" },
@@ -29418,6 +29519,7 @@ exports.generatedSchema = {
29418
29519
  ownerStatementLines_aggregate: {
29419
29520
  __type: "owner_statement_line_aggregate_order_by",
29420
29521
  },
29522
+ owners_cent_total: { __type: "order_by" },
29421
29523
  paidStatus: { __type: "order_by" },
29422
29524
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
29423
29525
  paymentMethod: { __type: "order_by" },
@@ -29425,11 +29527,13 @@ exports.generatedSchema = {
29425
29527
  relatedReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29426
29528
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
29427
29529
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
29530
+ short_ref: { __type: "order_by" },
29428
29531
  similarReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29429
29532
  source: { __type: "source_order_by" },
29430
29533
  sourceId: { __type: "order_by" },
29431
29534
  sources_aggregate: { __type: "source_aggregate_order_by" },
29432
29535
  status: { __type: "order_by" },
29536
+ tax_cent_total: { __type: "order_by" },
29433
29537
  tenant: { __type: "tenant_order_by" },
29434
29538
  tenantId: { __type: "order_by" },
29435
29539
  transactionLines_aggregate: {
@@ -29469,21 +29573,26 @@ exports.generatedSchema = {
29469
29573
  createdAt: { __type: "timestamptz" },
29470
29574
  currency: { __type: "currency_enum" },
29471
29575
  generalLedgerPostingAt: { __type: "timestamptz" },
29576
+ general_ledger_status: { __type: "activeStatus_enum" },
29472
29577
  guestName: { __type: "String" },
29473
29578
  guests: { __type: "Int" },
29474
29579
  id: { __type: "uuid" },
29475
29580
  lineMap: { __type: "jsonb" },
29476
29581
  listingConnectionId: { __type: "uuid" },
29477
29582
  listingId: { __type: "uuid" },
29583
+ manager_cent_total: { __type: "bigint" },
29478
29584
  matchPaymentCustomerRef: { __type: "String" },
29479
29585
  metadata: { __type: "jsonb" },
29480
29586
  nights: { __type: "Int" },
29481
29587
  otaReservationId: { __type: "uuid" },
29588
+ owners_cent_total: { __type: "bigint" },
29482
29589
  paidStatus: { __type: "paidStatus_enum" },
29483
29590
  paymentMethod: { __type: "String" },
29484
29591
  pmsReferenceCode: { __type: "String" },
29592
+ short_ref: { __type: "String" },
29485
29593
  sourceId: { __type: "uuid" },
29486
29594
  status: { __type: "reservation_status_enum" },
29595
+ tax_cent_total: { __type: "bigint" },
29487
29596
  tenantId: { __type: "uuid" },
29488
29597
  uniqueRef: { __type: "String" },
29489
29598
  uniqueRef2: { __type: "String" },
@@ -29568,7 +29677,10 @@ exports.generatedSchema = {
29568
29677
  centService: { __type: "Float" },
29569
29678
  centTotal: { __type: "Float" },
29570
29679
  guests: { __type: "Float" },
29680
+ manager_cent_total: { __type: "Float" },
29571
29681
  nights: { __type: "Float" },
29682
+ owners_cent_total: { __type: "Float" },
29683
+ tax_cent_total: { __type: "Float" },
29572
29684
  },
29573
29685
  reservation_stddev_order_by: {
29574
29686
  centAccommodation: { __type: "order_by" },
@@ -29582,7 +29694,10 @@ exports.generatedSchema = {
29582
29694
  centService: { __type: "order_by" },
29583
29695
  centTotal: { __type: "order_by" },
29584
29696
  guests: { __type: "order_by" },
29697
+ manager_cent_total: { __type: "order_by" },
29585
29698
  nights: { __type: "order_by" },
29699
+ owners_cent_total: { __type: "order_by" },
29700
+ tax_cent_total: { __type: "order_by" },
29586
29701
  },
29587
29702
  reservation_stddev_pop_fields: {
29588
29703
  __typename: { __type: "String!" },
@@ -29597,7 +29712,10 @@ exports.generatedSchema = {
29597
29712
  centService: { __type: "Float" },
29598
29713
  centTotal: { __type: "Float" },
29599
29714
  guests: { __type: "Float" },
29715
+ manager_cent_total: { __type: "Float" },
29600
29716
  nights: { __type: "Float" },
29717
+ owners_cent_total: { __type: "Float" },
29718
+ tax_cent_total: { __type: "Float" },
29601
29719
  },
29602
29720
  reservation_stddev_pop_order_by: {
29603
29721
  centAccommodation: { __type: "order_by" },
@@ -29611,7 +29729,10 @@ exports.generatedSchema = {
29611
29729
  centService: { __type: "order_by" },
29612
29730
  centTotal: { __type: "order_by" },
29613
29731
  guests: { __type: "order_by" },
29732
+ manager_cent_total: { __type: "order_by" },
29614
29733
  nights: { __type: "order_by" },
29734
+ owners_cent_total: { __type: "order_by" },
29735
+ tax_cent_total: { __type: "order_by" },
29615
29736
  },
29616
29737
  reservation_stddev_samp_fields: {
29617
29738
  __typename: { __type: "String!" },
@@ -29626,7 +29747,10 @@ exports.generatedSchema = {
29626
29747
  centService: { __type: "Float" },
29627
29748
  centTotal: { __type: "Float" },
29628
29749
  guests: { __type: "Float" },
29750
+ manager_cent_total: { __type: "Float" },
29629
29751
  nights: { __type: "Float" },
29752
+ owners_cent_total: { __type: "Float" },
29753
+ tax_cent_total: { __type: "Float" },
29630
29754
  },
29631
29755
  reservation_stddev_samp_order_by: {
29632
29756
  centAccommodation: { __type: "order_by" },
@@ -29640,7 +29764,10 @@ exports.generatedSchema = {
29640
29764
  centService: { __type: "order_by" },
29641
29765
  centTotal: { __type: "order_by" },
29642
29766
  guests: { __type: "order_by" },
29767
+ manager_cent_total: { __type: "order_by" },
29643
29768
  nights: { __type: "order_by" },
29769
+ owners_cent_total: { __type: "order_by" },
29770
+ tax_cent_total: { __type: "order_by" },
29644
29771
  },
29645
29772
  reservation_stream_cursor_input: {
29646
29773
  initial_value: { __type: "reservation_stream_cursor_value_input!" },
@@ -29670,21 +29797,26 @@ exports.generatedSchema = {
29670
29797
  createdAt: { __type: "timestamptz" },
29671
29798
  currency: { __type: "currency_enum" },
29672
29799
  generalLedgerPostingAt: { __type: "timestamptz" },
29800
+ general_ledger_status: { __type: "activeStatus_enum" },
29673
29801
  guestName: { __type: "String" },
29674
29802
  guests: { __type: "Int" },
29675
29803
  id: { __type: "uuid" },
29676
29804
  lineMap: { __type: "jsonb" },
29677
29805
  listingConnectionId: { __type: "uuid" },
29678
29806
  listingId: { __type: "uuid" },
29807
+ manager_cent_total: { __type: "bigint" },
29679
29808
  matchPaymentCustomerRef: { __type: "String" },
29680
29809
  metadata: { __type: "jsonb" },
29681
29810
  nights: { __type: "Int" },
29682
29811
  otaReservationId: { __type: "uuid" },
29812
+ owners_cent_total: { __type: "bigint" },
29683
29813
  paidStatus: { __type: "paidStatus_enum" },
29684
29814
  paymentMethod: { __type: "String" },
29685
29815
  pmsReferenceCode: { __type: "String" },
29816
+ short_ref: { __type: "String" },
29686
29817
  sourceId: { __type: "uuid" },
29687
29818
  status: { __type: "reservation_status_enum" },
29819
+ tax_cent_total: { __type: "bigint" },
29688
29820
  tenantId: { __type: "uuid" },
29689
29821
  uniqueRef: { __type: "String" },
29690
29822
  uniqueRef2: { __type: "String" },
@@ -29704,7 +29836,10 @@ exports.generatedSchema = {
29704
29836
  centService: { __type: "Int" },
29705
29837
  centTotal: { __type: "bigint" },
29706
29838
  guests: { __type: "Int" },
29839
+ manager_cent_total: { __type: "bigint" },
29707
29840
  nights: { __type: "Int" },
29841
+ owners_cent_total: { __type: "bigint" },
29842
+ tax_cent_total: { __type: "bigint" },
29708
29843
  },
29709
29844
  reservation_sum_order_by: {
29710
29845
  centAccommodation: { __type: "order_by" },
@@ -29718,7 +29853,10 @@ exports.generatedSchema = {
29718
29853
  centService: { __type: "order_by" },
29719
29854
  centTotal: { __type: "order_by" },
29720
29855
  guests: { __type: "order_by" },
29856
+ manager_cent_total: { __type: "order_by" },
29721
29857
  nights: { __type: "order_by" },
29858
+ owners_cent_total: { __type: "order_by" },
29859
+ tax_cent_total: { __type: "order_by" },
29722
29860
  },
29723
29861
  reservation_updates: {
29724
29862
  _append: { __type: "reservation_append_input" },
@@ -29743,7 +29881,10 @@ exports.generatedSchema = {
29743
29881
  centService: { __type: "Float" },
29744
29882
  centTotal: { __type: "Float" },
29745
29883
  guests: { __type: "Float" },
29884
+ manager_cent_total: { __type: "Float" },
29746
29885
  nights: { __type: "Float" },
29886
+ owners_cent_total: { __type: "Float" },
29887
+ tax_cent_total: { __type: "Float" },
29747
29888
  },
29748
29889
  reservation_var_pop_order_by: {
29749
29890
  centAccommodation: { __type: "order_by" },
@@ -29757,7 +29898,10 @@ exports.generatedSchema = {
29757
29898
  centService: { __type: "order_by" },
29758
29899
  centTotal: { __type: "order_by" },
29759
29900
  guests: { __type: "order_by" },
29901
+ manager_cent_total: { __type: "order_by" },
29760
29902
  nights: { __type: "order_by" },
29903
+ owners_cent_total: { __type: "order_by" },
29904
+ tax_cent_total: { __type: "order_by" },
29761
29905
  },
29762
29906
  reservation_var_samp_fields: {
29763
29907
  __typename: { __type: "String!" },
@@ -29772,7 +29916,10 @@ exports.generatedSchema = {
29772
29916
  centService: { __type: "Float" },
29773
29917
  centTotal: { __type: "Float" },
29774
29918
  guests: { __type: "Float" },
29919
+ manager_cent_total: { __type: "Float" },
29775
29920
  nights: { __type: "Float" },
29921
+ owners_cent_total: { __type: "Float" },
29922
+ tax_cent_total: { __type: "Float" },
29776
29923
  },
29777
29924
  reservation_var_samp_order_by: {
29778
29925
  centAccommodation: { __type: "order_by" },
@@ -29786,7 +29933,10 @@ exports.generatedSchema = {
29786
29933
  centService: { __type: "order_by" },
29787
29934
  centTotal: { __type: "order_by" },
29788
29935
  guests: { __type: "order_by" },
29936
+ manager_cent_total: { __type: "order_by" },
29789
29937
  nights: { __type: "order_by" },
29938
+ owners_cent_total: { __type: "order_by" },
29939
+ tax_cent_total: { __type: "order_by" },
29790
29940
  },
29791
29941
  reservation_variance_fields: {
29792
29942
  __typename: { __type: "String!" },
@@ -29801,7 +29951,10 @@ exports.generatedSchema = {
29801
29951
  centService: { __type: "Float" },
29802
29952
  centTotal: { __type: "Float" },
29803
29953
  guests: { __type: "Float" },
29954
+ manager_cent_total: { __type: "Float" },
29804
29955
  nights: { __type: "Float" },
29956
+ owners_cent_total: { __type: "Float" },
29957
+ tax_cent_total: { __type: "Float" },
29805
29958
  },
29806
29959
  reservation_variance_order_by: {
29807
29960
  centAccommodation: { __type: "order_by" },
@@ -29815,7 +29968,10 @@ exports.generatedSchema = {
29815
29968
  centService: { __type: "order_by" },
29816
29969
  centTotal: { __type: "order_by" },
29817
29970
  guests: { __type: "order_by" },
29971
+ manager_cent_total: { __type: "order_by" },
29818
29972
  nights: { __type: "order_by" },
29973
+ owners_cent_total: { __type: "order_by" },
29974
+ tax_cent_total: { __type: "order_by" },
29819
29975
  },
29820
29976
  setting: {
29821
29977
  __typename: { __type: "String!" },
@@ -37517,6 +37673,7 @@ exports.generatedSchema = {
37517
37673
  where: "owner_statement_bool_exp",
37518
37674
  },
37519
37675
  },
37676
+ owner_portal_show_draft_statements: { __type: "Boolean" },
37520
37677
  owners: {
37521
37678
  __type: "[owner!]!",
37522
37679
  __args: {
@@ -37629,6 +37786,7 @@ exports.generatedSchema = {
37629
37786
  where: "setting_bool_exp",
37630
37787
  },
37631
37788
  },
37789
+ settingsData: { __type: "jsonb", __args: { path: "String" } },
37632
37790
  settings_aggregate: {
37633
37791
  __type: "setting_aggregate!",
37634
37792
  __args: {
@@ -37861,6 +38019,7 @@ exports.generatedSchema = {
37861
38019
  tenant_append_input: {
37862
38020
  billingAddressData: { __type: "jsonb" },
37863
38021
  featureFlags: { __type: "jsonb" },
38022
+ settingsData: { __type: "jsonb" },
37864
38023
  setup: { __type: "jsonb" },
37865
38024
  statementAddressData: { __type: "jsonb" },
37866
38025
  },
@@ -37959,6 +38118,7 @@ exports.generatedSchema = {
37959
38118
  name: { __type: "String_comparison_exp" },
37960
38119
  ownerStatements: { __type: "owner_statement_bool_exp" },
37961
38120
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
38121
+ owner_portal_show_draft_statements: { __type: "Boolean_comparison_exp" },
37962
38122
  owners: { __type: "owner_bool_exp" },
37963
38123
  owners_aggregate: { __type: "owner_aggregate_bool_exp" },
37964
38124
  partner: { __type: "tenant_bool_exp" },
@@ -37972,6 +38132,7 @@ exports.generatedSchema = {
37972
38132
  reservations: { __type: "reservation_bool_exp" },
37973
38133
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
37974
38134
  settings: { __type: "setting_bool_exp" },
38135
+ settingsData: { __type: "jsonb_comparison_exp" },
37975
38136
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
37976
38137
  setup: { __type: "jsonb_comparison_exp" },
37977
38138
  setupCompleted: { __type: "Boolean_comparison_exp" },
@@ -38009,18 +38170,21 @@ exports.generatedSchema = {
38009
38170
  tenant_delete_at_path_input: {
38010
38171
  billingAddressData: { __type: "[String!]" },
38011
38172
  featureFlags: { __type: "[String!]" },
38173
+ settingsData: { __type: "[String!]" },
38012
38174
  setup: { __type: "[String!]" },
38013
38175
  statementAddressData: { __type: "[String!]" },
38014
38176
  },
38015
38177
  tenant_delete_elem_input: {
38016
38178
  billingAddressData: { __type: "Int" },
38017
38179
  featureFlags: { __type: "Int" },
38180
+ settingsData: { __type: "Int" },
38018
38181
  setup: { __type: "Int" },
38019
38182
  statementAddressData: { __type: "Int" },
38020
38183
  },
38021
38184
  tenant_delete_key_input: {
38022
38185
  billingAddressData: { __type: "String" },
38023
38186
  featureFlags: { __type: "String" },
38187
+ settingsData: { __type: "String" },
38024
38188
  setup: { __type: "String" },
38025
38189
  statementAddressData: { __type: "String" },
38026
38190
  },
@@ -38081,6 +38245,7 @@ exports.generatedSchema = {
38081
38245
  monitorConnections: { __type: "monitorConnection_arr_rel_insert_input" },
38082
38246
  name: { __type: "String" },
38083
38247
  ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
38248
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38084
38249
  owners: { __type: "owner_arr_rel_insert_input" },
38085
38250
  partner: { __type: "tenant_obj_rel_insert_input" },
38086
38251
  partnerId: { __type: "uuid" },
@@ -38089,6 +38254,7 @@ exports.generatedSchema = {
38089
38254
  rates: { __type: "rate_arr_rel_insert_input" },
38090
38255
  reservations: { __type: "reservation_arr_rel_insert_input" },
38091
38256
  settings: { __type: "setting_arr_rel_insert_input" },
38257
+ settingsData: { __type: "jsonb" },
38092
38258
  setup: { __type: "jsonb" },
38093
38259
  setupCompleted: { __type: "Boolean" },
38094
38260
  sources: { __type: "source_arr_rel_insert_input" },
@@ -38356,6 +38522,7 @@ exports.generatedSchema = {
38356
38522
  },
38357
38523
  name: { __type: "order_by" },
38358
38524
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
38525
+ owner_portal_show_draft_statements: { __type: "order_by" },
38359
38526
  owners_aggregate: { __type: "owner_aggregate_order_by" },
38360
38527
  partner: { __type: "tenant_order_by" },
38361
38528
  partnerId: { __type: "order_by" },
@@ -38363,6 +38530,7 @@ exports.generatedSchema = {
38363
38530
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
38364
38531
  rates_aggregate: { __type: "rate_aggregate_order_by" },
38365
38532
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
38533
+ settingsData: { __type: "order_by" },
38366
38534
  settings_aggregate: { __type: "setting_aggregate_order_by" },
38367
38535
  setup: { __type: "order_by" },
38368
38536
  setupCompleted: { __type: "order_by" },
@@ -38394,6 +38562,7 @@ exports.generatedSchema = {
38394
38562
  tenant_prepend_input: {
38395
38563
  billingAddressData: { __type: "jsonb" },
38396
38564
  featureFlags: { __type: "jsonb" },
38565
+ settingsData: { __type: "jsonb" },
38397
38566
  setup: { __type: "jsonb" },
38398
38567
  statementAddressData: { __type: "jsonb" },
38399
38568
  },
@@ -38432,7 +38601,9 @@ exports.generatedSchema = {
38432
38601
  logo: { __type: "String" },
38433
38602
  longTermStayNights: { __type: "Int" },
38434
38603
  name: { __type: "String" },
38604
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38435
38605
  partnerId: { __type: "uuid" },
38606
+ settingsData: { __type: "jsonb" },
38436
38607
  setup: { __type: "jsonb" },
38437
38608
  setupCompleted: { __type: "Boolean" },
38438
38609
  statementAddressData: { __type: "jsonb" },
@@ -38518,7 +38689,9 @@ 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" },
38694
+ settingsData: { __type: "jsonb" },
38522
38695
  setup: { __type: "jsonb" },
38523
38696
  setupCompleted: { __type: "Boolean" },
38524
38697
  statementAddressData: { __type: "jsonb" },
@@ -40028,7 +40201,9 @@ exports.generatedSchema = {
40028
40201
  },
40029
40202
  matchBankAccountLast4: { __type: "String" },
40030
40203
  matchStatus: { __type: "String" },
40031
- matchers: { __type: "jsonb", __args: { path: "String" } },
40204
+ match_line_type_classification: { __type: "String" },
40205
+ match_reservation_confirmation_code: { __type: "String" },
40206
+ match_reservation_stripe_guest_ref: { __type: "String" },
40032
40207
  paidAt: { __type: "timestamptz" },
40033
40208
  paidStatus: { __type: "paidStatus_enum" },
40034
40209
  recurringFeeId: { __type: "uuid" },
@@ -40055,6 +40230,7 @@ exports.generatedSchema = {
40055
40230
  where: "transaction_bool_exp",
40056
40231
  },
40057
40232
  },
40233
+ short_ref: { __type: "String" },
40058
40234
  source: { __type: "source" },
40059
40235
  sourceId: { __type: "uuid" },
40060
40236
  status: { __type: "activeStatus_enum!" },
@@ -40069,6 +40245,8 @@ exports.generatedSchema = {
40069
40245
  account: { __type: "account" },
40070
40246
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40071
40247
  accountId: { __type: "uuid" },
40248
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40249
+ applied_amount_tax_rate_id: { __type: "uuid" },
40072
40250
  centTotal: { __type: "Int!" },
40073
40251
  contact: { __type: "contact" },
40074
40252
  contactId: { __type: "uuid" },
@@ -40105,7 +40283,6 @@ exports.generatedSchema = {
40105
40283
  matchReservationConfirmationCode: { __type: "String" },
40106
40284
  matchReservationStripeGuestRef: { __type: "String" },
40107
40285
  matchStatus: { __type: "String" },
40108
- matchers: { __type: "jsonb", __args: { path: "String" } },
40109
40286
  ownerStatement: { __type: "owner_statement" },
40110
40287
  ownerStatementId: { __type: "uuid" },
40111
40288
  party: { __type: "party_enum" },
@@ -40166,7 +40343,6 @@ exports.generatedSchema = {
40166
40343
  var_samp: { __type: "transactionLine_var_samp_order_by" },
40167
40344
  variance: { __type: "transactionLine_variance_order_by" },
40168
40345
  },
40169
- transactionLine_append_input: { matchers: { __type: "jsonb" } },
40170
40346
  transactionLine_arr_rel_insert_input: {
40171
40347
  data: { __type: "[transactionLine_insert_input!]!" },
40172
40348
  on_conflict: { __type: "transactionLine_on_conflict" },
@@ -40189,6 +40365,8 @@ exports.generatedSchema = {
40189
40365
  __type: "accountAssignmentType_enum_comparison_exp",
40190
40366
  },
40191
40367
  accountId: { __type: "uuid_comparison_exp" },
40368
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum_comparison_exp" },
40369
+ applied_amount_tax_rate_id: { __type: "uuid_comparison_exp" },
40192
40370
  centTotal: { __type: "Int_comparison_exp" },
40193
40371
  contact: { __type: "contact_bool_exp" },
40194
40372
  contactId: { __type: "uuid_comparison_exp" },
@@ -40207,7 +40385,6 @@ exports.generatedSchema = {
40207
40385
  matchReservationConfirmationCode: { __type: "String_comparison_exp" },
40208
40386
  matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
40209
40387
  matchStatus: { __type: "String_comparison_exp" },
40210
- matchers: { __type: "jsonb_comparison_exp" },
40211
40388
  ownerStatement: { __type: "owner_statement_bool_exp" },
40212
40389
  ownerStatementId: { __type: "uuid_comparison_exp" },
40213
40390
  party: { __type: "party_enum_comparison_exp" },
@@ -40223,9 +40400,6 @@ exports.generatedSchema = {
40223
40400
  uniqueRef: { __type: "String_comparison_exp" },
40224
40401
  updatedAt: { __type: "timestamptz_comparison_exp" },
40225
40402
  },
40226
- transactionLine_delete_at_path_input: { matchers: { __type: "[String!]" } },
40227
- transactionLine_delete_elem_input: { matchers: { __type: "Int" } },
40228
- transactionLine_delete_key_input: { matchers: { __type: "String" } },
40229
40403
  transactionLine_inc_input: {
40230
40404
  centTotal: { __type: "Int" },
40231
40405
  markupCentTotal: { __type: "Int" },
@@ -40234,6 +40408,8 @@ exports.generatedSchema = {
40234
40408
  account: { __type: "account_obj_rel_insert_input" },
40235
40409
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40236
40410
  accountId: { __type: "uuid" },
40411
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40412
+ applied_amount_tax_rate_id: { __type: "uuid" },
40237
40413
  centTotal: { __type: "Int" },
40238
40414
  contact: { __type: "contact_obj_rel_insert_input" },
40239
40415
  contactId: { __type: "uuid" },
@@ -40250,7 +40426,6 @@ exports.generatedSchema = {
40250
40426
  matchLineTypeClassification: { __type: "String" },
40251
40427
  matchReservationConfirmationCode: { __type: "String" },
40252
40428
  matchReservationStripeGuestRef: { __type: "String" },
40253
- matchers: { __type: "jsonb" },
40254
40429
  ownerStatement: { __type: "owner_statement_obj_rel_insert_input" },
40255
40430
  ownerStatementId: { __type: "uuid" },
40256
40431
  party: { __type: "party_enum" },
@@ -40269,6 +40444,7 @@ exports.generatedSchema = {
40269
40444
  transactionLine_max_fields: {
40270
40445
  __typename: { __type: "String!" },
40271
40446
  accountId: { __type: "uuid" },
40447
+ applied_amount_tax_rate_id: { __type: "uuid" },
40272
40448
  centTotal: { __type: "Int" },
40273
40449
  contactId: { __type: "uuid" },
40274
40450
  createdAt: { __type: "timestamptz" },
@@ -40290,6 +40466,7 @@ exports.generatedSchema = {
40290
40466
  },
40291
40467
  transactionLine_max_order_by: {
40292
40468
  accountId: { __type: "order_by" },
40469
+ applied_amount_tax_rate_id: { __type: "order_by" },
40293
40470
  centTotal: { __type: "order_by" },
40294
40471
  contactId: { __type: "order_by" },
40295
40472
  createdAt: { __type: "order_by" },
@@ -40312,6 +40489,7 @@ exports.generatedSchema = {
40312
40489
  transactionLine_min_fields: {
40313
40490
  __typename: { __type: "String!" },
40314
40491
  accountId: { __type: "uuid" },
40492
+ applied_amount_tax_rate_id: { __type: "uuid" },
40315
40493
  centTotal: { __type: "Int" },
40316
40494
  contactId: { __type: "uuid" },
40317
40495
  createdAt: { __type: "timestamptz" },
@@ -40333,6 +40511,7 @@ exports.generatedSchema = {
40333
40511
  },
40334
40512
  transactionLine_min_order_by: {
40335
40513
  accountId: { __type: "order_by" },
40514
+ applied_amount_tax_rate_id: { __type: "order_by" },
40336
40515
  centTotal: { __type: "order_by" },
40337
40516
  contactId: { __type: "order_by" },
40338
40517
  createdAt: { __type: "order_by" },
@@ -40370,6 +40549,8 @@ exports.generatedSchema = {
40370
40549
  account: { __type: "account_order_by" },
40371
40550
  accountAssignmentType: { __type: "order_by" },
40372
40551
  accountId: { __type: "order_by" },
40552
+ applied_amount_tax_behavior: { __type: "order_by" },
40553
+ applied_amount_tax_rate_id: { __type: "order_by" },
40373
40554
  centTotal: { __type: "order_by" },
40374
40555
  contact: { __type: "contact_order_by" },
40375
40556
  contactId: { __type: "order_by" },
@@ -40387,7 +40568,6 @@ exports.generatedSchema = {
40387
40568
  matchReservationConfirmationCode: { __type: "order_by" },
40388
40569
  matchReservationStripeGuestRef: { __type: "order_by" },
40389
40570
  matchStatus: { __type: "order_by" },
40390
- matchers: { __type: "order_by" },
40391
40571
  ownerStatement: { __type: "owner_statement_order_by" },
40392
40572
  ownerStatementId: { __type: "order_by" },
40393
40573
  party: { __type: "order_by" },
@@ -40404,10 +40584,11 @@ exports.generatedSchema = {
40404
40584
  updatedAt: { __type: "order_by" },
40405
40585
  },
40406
40586
  transactionLine_pk_columns_input: { id: { __type: "uuid!" } },
40407
- transactionLine_prepend_input: { matchers: { __type: "jsonb" } },
40408
40587
  transactionLine_set_input: {
40409
40588
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40410
40589
  accountId: { __type: "uuid" },
40590
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40591
+ applied_amount_tax_rate_id: { __type: "uuid" },
40411
40592
  centTotal: { __type: "Int" },
40412
40593
  contactId: { __type: "uuid" },
40413
40594
  createdAt: { __type: "timestamptz" },
@@ -40420,7 +40601,6 @@ exports.generatedSchema = {
40420
40601
  matchLineTypeClassification: { __type: "String" },
40421
40602
  matchReservationConfirmationCode: { __type: "String" },
40422
40603
  matchReservationStripeGuestRef: { __type: "String" },
40423
- matchers: { __type: "jsonb" },
40424
40604
  ownerStatementId: { __type: "uuid" },
40425
40605
  party: { __type: "party_enum" },
40426
40606
  reservationId: { __type: "uuid" },
@@ -40463,6 +40643,8 @@ exports.generatedSchema = {
40463
40643
  transactionLine_stream_cursor_value_input: {
40464
40644
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40465
40645
  accountId: { __type: "uuid" },
40646
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40647
+ applied_amount_tax_rate_id: { __type: "uuid" },
40466
40648
  centTotal: { __type: "Int" },
40467
40649
  contactId: { __type: "uuid" },
40468
40650
  createdAt: { __type: "timestamptz" },
@@ -40476,7 +40658,6 @@ exports.generatedSchema = {
40476
40658
  matchReservationConfirmationCode: { __type: "String" },
40477
40659
  matchReservationStripeGuestRef: { __type: "String" },
40478
40660
  matchStatus: { __type: "String" },
40479
- matchers: { __type: "jsonb" },
40480
40661
  ownerStatementId: { __type: "uuid" },
40481
40662
  party: { __type: "party_enum" },
40482
40663
  reservationId: { __type: "uuid" },
@@ -40495,12 +40676,7 @@ exports.generatedSchema = {
40495
40676
  markupCentTotal: { __type: "order_by" },
40496
40677
  },
40497
40678
  transactionLine_updates: {
40498
- _append: { __type: "transactionLine_append_input" },
40499
- _delete_at_path: { __type: "transactionLine_delete_at_path_input" },
40500
- _delete_elem: { __type: "transactionLine_delete_elem_input" },
40501
- _delete_key: { __type: "transactionLine_delete_key_input" },
40502
40679
  _inc: { __type: "transactionLine_inc_input" },
40503
- _prepend: { __type: "transactionLine_prepend_input" },
40504
40680
  _set: { __type: "transactionLine_set_input" },
40505
40681
  where: { __type: "transactionLine_bool_exp!" },
40506
40682
  },
@@ -40640,10 +40816,7 @@ exports.generatedSchema = {
40640
40816
  var_samp: { __type: "transaction_var_samp_order_by" },
40641
40817
  variance: { __type: "transaction_variance_order_by" },
40642
40818
  },
40643
- transaction_append_input: {
40644
- matchers: { __type: "jsonb" },
40645
- recurringPattern: { __type: "jsonb" },
40646
- },
40819
+ transaction_append_input: { recurringPattern: { __type: "jsonb" } },
40647
40820
  transaction_arr_rel_insert_input: {
40648
40821
  data: { __type: "[transaction_insert_input!]!" },
40649
40822
  on_conflict: { __type: "transaction_on_conflict" },
@@ -40681,7 +40854,9 @@ exports.generatedSchema = {
40681
40854
  lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
40682
40855
  matchBankAccountLast4: { __type: "String_comparison_exp" },
40683
40856
  matchStatus: { __type: "String_comparison_exp" },
40684
- matchers: { __type: "jsonb_comparison_exp" },
40857
+ match_line_type_classification: { __type: "String_comparison_exp" },
40858
+ match_reservation_confirmation_code: { __type: "String_comparison_exp" },
40859
+ match_reservation_stripe_guest_ref: { __type: "String_comparison_exp" },
40685
40860
  paidAt: { __type: "timestamptz_comparison_exp" },
40686
40861
  paidStatus: { __type: "paidStatus_enum_comparison_exp" },
40687
40862
  recurringFeeId: { __type: "uuid_comparison_exp" },
@@ -40692,6 +40867,7 @@ exports.generatedSchema = {
40692
40867
  recurringTemplateInstances_aggregate: {
40693
40868
  __type: "transaction_aggregate_bool_exp",
40694
40869
  },
40870
+ short_ref: { __type: "String_comparison_exp" },
40695
40871
  source: { __type: "source_bool_exp" },
40696
40872
  sourceId: { __type: "uuid_comparison_exp" },
40697
40873
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -40702,17 +40878,10 @@ exports.generatedSchema = {
40702
40878
  updatedAt: { __type: "timestamptz_comparison_exp" },
40703
40879
  },
40704
40880
  transaction_delete_at_path_input: {
40705
- matchers: { __type: "[String!]" },
40706
40881
  recurringPattern: { __type: "[String!]" },
40707
40882
  },
40708
- transaction_delete_elem_input: {
40709
- matchers: { __type: "Int" },
40710
- recurringPattern: { __type: "Int" },
40711
- },
40712
- transaction_delete_key_input: {
40713
- matchers: { __type: "String" },
40714
- recurringPattern: { __type: "String" },
40715
- },
40883
+ transaction_delete_elem_input: { recurringPattern: { __type: "Int" } },
40884
+ transaction_delete_key_input: { recurringPattern: { __type: "String" } },
40716
40885
  transaction_inc_input: { centTotal: { __type: "Int" } },
40717
40886
  transaction_insert_input: {
40718
40887
  account: { __type: "account_obj_rel_insert_input" },
@@ -40735,7 +40904,9 @@ exports.generatedSchema = {
40735
40904
  journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
40736
40905
  lines: { __type: "transactionLine_arr_rel_insert_input" },
40737
40906
  matchBankAccountLast4: { __type: "String" },
40738
- matchers: { __type: "jsonb" },
40907
+ match_line_type_classification: { __type: "String" },
40908
+ match_reservation_confirmation_code: { __type: "String" },
40909
+ match_reservation_stripe_guest_ref: { __type: "String" },
40739
40910
  paidAt: { __type: "timestamptz" },
40740
40911
  paidStatus: { __type: "paidStatus_enum" },
40741
40912
  recurringFeeId: { __type: "uuid" },
@@ -40743,6 +40914,7 @@ exports.generatedSchema = {
40743
40914
  recurringTemplate: { __type: "transaction_obj_rel_insert_input" },
40744
40915
  recurringTemplateId: { __type: "uuid" },
40745
40916
  recurringTemplateInstances: { __type: "transaction_arr_rel_insert_input" },
40917
+ short_ref: { __type: "String" },
40746
40918
  source: { __type: "source_obj_rel_insert_input" },
40747
40919
  sourceId: { __type: "uuid" },
40748
40920
  status: { __type: "activeStatus_enum" },
@@ -40765,9 +40937,13 @@ exports.generatedSchema = {
40765
40937
  id: { __type: "uuid" },
40766
40938
  matchBankAccountLast4: { __type: "String" },
40767
40939
  matchStatus: { __type: "String" },
40940
+ match_line_type_classification: { __type: "String" },
40941
+ match_reservation_confirmation_code: { __type: "String" },
40942
+ match_reservation_stripe_guest_ref: { __type: "String" },
40768
40943
  paidAt: { __type: "timestamptz" },
40769
40944
  recurringFeeId: { __type: "uuid" },
40770
40945
  recurringTemplateId: { __type: "uuid" },
40946
+ short_ref: { __type: "String" },
40771
40947
  sourceId: { __type: "uuid" },
40772
40948
  tenantId: { __type: "uuid" },
40773
40949
  uniqueRef: { __type: "String" },
@@ -40785,9 +40961,13 @@ exports.generatedSchema = {
40785
40961
  id: { __type: "order_by" },
40786
40962
  matchBankAccountLast4: { __type: "order_by" },
40787
40963
  matchStatus: { __type: "order_by" },
40964
+ match_line_type_classification: { __type: "order_by" },
40965
+ match_reservation_confirmation_code: { __type: "order_by" },
40966
+ match_reservation_stripe_guest_ref: { __type: "order_by" },
40788
40967
  paidAt: { __type: "order_by" },
40789
40968
  recurringFeeId: { __type: "order_by" },
40790
40969
  recurringTemplateId: { __type: "order_by" },
40970
+ short_ref: { __type: "order_by" },
40791
40971
  sourceId: { __type: "order_by" },
40792
40972
  tenantId: { __type: "order_by" },
40793
40973
  uniqueRef: { __type: "order_by" },
@@ -40806,9 +40986,13 @@ exports.generatedSchema = {
40806
40986
  id: { __type: "uuid" },
40807
40987
  matchBankAccountLast4: { __type: "String" },
40808
40988
  matchStatus: { __type: "String" },
40989
+ match_line_type_classification: { __type: "String" },
40990
+ match_reservation_confirmation_code: { __type: "String" },
40991
+ match_reservation_stripe_guest_ref: { __type: "String" },
40809
40992
  paidAt: { __type: "timestamptz" },
40810
40993
  recurringFeeId: { __type: "uuid" },
40811
40994
  recurringTemplateId: { __type: "uuid" },
40995
+ short_ref: { __type: "String" },
40812
40996
  sourceId: { __type: "uuid" },
40813
40997
  tenantId: { __type: "uuid" },
40814
40998
  uniqueRef: { __type: "String" },
@@ -40826,9 +41010,13 @@ exports.generatedSchema = {
40826
41010
  id: { __type: "order_by" },
40827
41011
  matchBankAccountLast4: { __type: "order_by" },
40828
41012
  matchStatus: { __type: "order_by" },
41013
+ match_line_type_classification: { __type: "order_by" },
41014
+ match_reservation_confirmation_code: { __type: "order_by" },
41015
+ match_reservation_stripe_guest_ref: { __type: "order_by" },
40829
41016
  paidAt: { __type: "order_by" },
40830
41017
  recurringFeeId: { __type: "order_by" },
40831
41018
  recurringTemplateId: { __type: "order_by" },
41019
+ short_ref: { __type: "order_by" },
40832
41020
  sourceId: { __type: "order_by" },
40833
41021
  tenantId: { __type: "order_by" },
40834
41022
  uniqueRef: { __type: "order_by" },
@@ -40870,7 +41058,9 @@ exports.generatedSchema = {
40870
41058
  lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
40871
41059
  matchBankAccountLast4: { __type: "order_by" },
40872
41060
  matchStatus: { __type: "order_by" },
40873
- matchers: { __type: "order_by" },
41061
+ match_line_type_classification: { __type: "order_by" },
41062
+ match_reservation_confirmation_code: { __type: "order_by" },
41063
+ match_reservation_stripe_guest_ref: { __type: "order_by" },
40874
41064
  paidAt: { __type: "order_by" },
40875
41065
  paidStatus: { __type: "order_by" },
40876
41066
  recurringFeeId: { __type: "order_by" },
@@ -40880,6 +41070,7 @@ exports.generatedSchema = {
40880
41070
  recurringTemplateInstances_aggregate: {
40881
41071
  __type: "transaction_aggregate_order_by",
40882
41072
  },
41073
+ short_ref: { __type: "order_by" },
40883
41074
  source: { __type: "source_order_by" },
40884
41075
  sourceId: { __type: "order_by" },
40885
41076
  status: { __type: "order_by" },
@@ -40890,10 +41081,7 @@ exports.generatedSchema = {
40890
41081
  updatedAt: { __type: "order_by" },
40891
41082
  },
40892
41083
  transaction_pk_columns_input: { id: { __type: "uuid!" } },
40893
- transaction_prepend_input: {
40894
- matchers: { __type: "jsonb" },
40895
- recurringPattern: { __type: "jsonb" },
40896
- },
41084
+ transaction_prepend_input: { recurringPattern: { __type: "jsonb" } },
40897
41085
  transaction_set_input: {
40898
41086
  accountId: { __type: "uuid" },
40899
41087
  centTotal: { __type: "Int" },
@@ -40906,12 +41094,15 @@ exports.generatedSchema = {
40906
41094
  dueAt: { __type: "timestamptz" },
40907
41095
  id: { __type: "uuid" },
40908
41096
  matchBankAccountLast4: { __type: "String" },
40909
- matchers: { __type: "jsonb" },
41097
+ match_line_type_classification: { __type: "String" },
41098
+ match_reservation_confirmation_code: { __type: "String" },
41099
+ match_reservation_stripe_guest_ref: { __type: "String" },
40910
41100
  paidAt: { __type: "timestamptz" },
40911
41101
  paidStatus: { __type: "paidStatus_enum" },
40912
41102
  recurringFeeId: { __type: "uuid" },
40913
41103
  recurringPattern: { __type: "jsonb" },
40914
41104
  recurringTemplateId: { __type: "uuid" },
41105
+ short_ref: { __type: "String" },
40915
41106
  sourceId: { __type: "uuid" },
40916
41107
  status: { __type: "activeStatus_enum" },
40917
41108
  tenantId: { __type: "uuid" },
@@ -40951,12 +41142,15 @@ exports.generatedSchema = {
40951
41142
  id: { __type: "uuid" },
40952
41143
  matchBankAccountLast4: { __type: "String" },
40953
41144
  matchStatus: { __type: "String" },
40954
- matchers: { __type: "jsonb" },
41145
+ match_line_type_classification: { __type: "String" },
41146
+ match_reservation_confirmation_code: { __type: "String" },
41147
+ match_reservation_stripe_guest_ref: { __type: "String" },
40955
41148
  paidAt: { __type: "timestamptz" },
40956
41149
  paidStatus: { __type: "paidStatus_enum" },
40957
41150
  recurringFeeId: { __type: "uuid" },
40958
41151
  recurringPattern: { __type: "jsonb" },
40959
41152
  recurringTemplateId: { __type: "uuid" },
41153
+ short_ref: { __type: "String" },
40960
41154
  sourceId: { __type: "uuid" },
40961
41155
  status: { __type: "activeStatus_enum" },
40962
41156
  tenantId: { __type: "uuid" },