@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.
@@ -142,6 +142,8 @@ export const scalarsEnumsHash = {
142
142
  core_flow_mapping_select_column: true,
143
143
  core_flow_mapping_update_column: true,
144
144
  core_flow_select_column: true,
145
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns: true,
146
+ core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns: true,
145
147
  core_flow_setting_constraint: true,
146
148
  core_flow_setting_select_column: true,
147
149
  core_flow_setting_update_column: true,
@@ -6850,6 +6852,7 @@ export const generatedSchema = {
6850
6852
  name: { __type: "String!" },
6851
6853
  phone: { __type: "String" },
6852
6854
  pmsStatus: { __type: "activeStatus_enum" },
6855
+ short_ref: { __type: "String" },
6853
6856
  source: { __type: "source" },
6854
6857
  sourceId: { __type: "uuid" },
6855
6858
  status: { __type: "activeStatus_enum" },
@@ -7088,6 +7091,7 @@ export const generatedSchema = {
7088
7091
  name: { __type: "String_comparison_exp" },
7089
7092
  phone: { __type: "String_comparison_exp" },
7090
7093
  pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
7094
+ short_ref: { __type: "String_comparison_exp" },
7091
7095
  source: { __type: "source_bool_exp" },
7092
7096
  sourceId: { __type: "uuid_comparison_exp" },
7093
7097
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -7128,6 +7132,7 @@ export const generatedSchema = {
7128
7132
  name: { __type: "String" },
7129
7133
  phone: { __type: "String" },
7130
7134
  pmsStatus: { __type: "activeStatus_enum" },
7135
+ short_ref: { __type: "String" },
7131
7136
  source: { __type: "source_obj_rel_insert_input" },
7132
7137
  sourceId: { __type: "uuid" },
7133
7138
  status: { __type: "activeStatus_enum" },
@@ -7151,6 +7156,7 @@ export const generatedSchema = {
7151
7156
  id: { __type: "uuid" },
7152
7157
  name: { __type: "String" },
7153
7158
  phone: { __type: "String" },
7159
+ short_ref: { __type: "String" },
7154
7160
  sourceId: { __type: "uuid" },
7155
7161
  taxId: { __type: "String" },
7156
7162
  tenantId: { __type: "uuid" },
@@ -7167,6 +7173,7 @@ export const generatedSchema = {
7167
7173
  id: { __type: "uuid" },
7168
7174
  name: { __type: "String" },
7169
7175
  phone: { __type: "String" },
7176
+ short_ref: { __type: "String" },
7170
7177
  sourceId: { __type: "uuid" },
7171
7178
  taxId: { __type: "String" },
7172
7179
  tenantId: { __type: "uuid" },
@@ -7206,6 +7213,7 @@ export const generatedSchema = {
7206
7213
  name: { __type: "order_by" },
7207
7214
  phone: { __type: "order_by" },
7208
7215
  pmsStatus: { __type: "order_by" },
7216
+ short_ref: { __type: "order_by" },
7209
7217
  source: { __type: "source_order_by" },
7210
7218
  sourceId: { __type: "order_by" },
7211
7219
  status: { __type: "order_by" },
@@ -7236,6 +7244,7 @@ export const generatedSchema = {
7236
7244
  name: { __type: "String" },
7237
7245
  phone: { __type: "String" },
7238
7246
  pmsStatus: { __type: "activeStatus_enum" },
7247
+ short_ref: { __type: "String" },
7239
7248
  sourceId: { __type: "uuid" },
7240
7249
  status: { __type: "activeStatus_enum" },
7241
7250
  taxId: { __type: "String" },
@@ -7261,6 +7270,7 @@ export const generatedSchema = {
7261
7270
  name: { __type: "String" },
7262
7271
  phone: { __type: "String" },
7263
7272
  pmsStatus: { __type: "activeStatus_enum" },
7273
+ short_ref: { __type: "String" },
7264
7274
  sourceId: { __type: "uuid" },
7265
7275
  status: { __type: "activeStatus_enum" },
7266
7276
  taxId: { __type: "String" },
@@ -7437,13 +7447,16 @@ export const generatedSchema = {
7437
7447
  app_id: { __type: "String!" },
7438
7448
  description: { __type: "String" },
7439
7449
  id: { __type: "uuid!" },
7450
+ is_public: { __type: "Boolean!" },
7440
7451
  left_type: { __type: "String" },
7441
7452
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7442
7453
  right_type: { __type: "String" },
7454
+ run_schema: { __type: "jsonb!", __args: { path: "String" } },
7443
7455
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7444
7456
  title: { __type: "String!" },
7445
7457
  type: { __type: "flow_type" },
7446
7458
  uniqueRef: { __type: "String!" },
7459
+ use_global_mapping: { __type: "Boolean!" },
7447
7460
  },
7448
7461
  core_flow_aggregate: {
7449
7462
  __typename: { __type: "String!" },
@@ -7451,8 +7464,26 @@ export const generatedSchema = {
7451
7464
  nodes: { __type: "[core_flow!]!" },
7452
7465
  },
7453
7466
  core_flow_aggregate_bool_exp: {
7467
+ bool_and: { __type: "core_flow_aggregate_bool_exp_bool_and" },
7468
+ bool_or: { __type: "core_flow_aggregate_bool_exp_bool_or" },
7454
7469
  count: { __type: "core_flow_aggregate_bool_exp_count" },
7455
7470
  },
7471
+ core_flow_aggregate_bool_exp_bool_and: {
7472
+ arguments: {
7473
+ __type: "core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns!",
7474
+ },
7475
+ distinct: { __type: "Boolean" },
7476
+ filter: { __type: "core_flow_bool_exp" },
7477
+ predicate: { __type: "Boolean_comparison_exp!" },
7478
+ },
7479
+ core_flow_aggregate_bool_exp_bool_or: {
7480
+ arguments: {
7481
+ __type: "core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns!",
7482
+ },
7483
+ distinct: { __type: "Boolean" },
7484
+ filter: { __type: "core_flow_bool_exp" },
7485
+ predicate: { __type: "Boolean_comparison_exp!" },
7486
+ },
7456
7487
  core_flow_aggregate_bool_exp_count: {
7457
7488
  arguments: { __type: "[core_flow_select_column!]" },
7458
7489
  distinct: { __type: "Boolean" },
@@ -7475,6 +7506,7 @@ export const generatedSchema = {
7475
7506
  },
7476
7507
  core_flow_append_input: {
7477
7508
  mapping_schema: { __type: "jsonb" },
7509
+ run_schema: { __type: "jsonb" },
7478
7510
  setting_schema: { __type: "jsonb" },
7479
7511
  },
7480
7512
  core_flow_arr_rel_insert_input: {
@@ -7488,37 +7520,46 @@ export const generatedSchema = {
7488
7520
  app_id: { __type: "String_comparison_exp" },
7489
7521
  description: { __type: "String_comparison_exp" },
7490
7522
  id: { __type: "uuid_comparison_exp" },
7523
+ is_public: { __type: "Boolean_comparison_exp" },
7491
7524
  left_type: { __type: "String_comparison_exp" },
7492
7525
  mapping_schema: { __type: "jsonb_comparison_exp" },
7493
7526
  right_type: { __type: "String_comparison_exp" },
7527
+ run_schema: { __type: "jsonb_comparison_exp" },
7494
7528
  setting_schema: { __type: "jsonb_comparison_exp" },
7495
7529
  title: { __type: "String_comparison_exp" },
7496
7530
  type: { __type: "flow_type_comparison_exp" },
7497
7531
  uniqueRef: { __type: "String_comparison_exp" },
7532
+ use_global_mapping: { __type: "Boolean_comparison_exp" },
7498
7533
  },
7499
7534
  core_flow_delete_at_path_input: {
7500
7535
  mapping_schema: { __type: "[String!]" },
7536
+ run_schema: { __type: "[String!]" },
7501
7537
  setting_schema: { __type: "[String!]" },
7502
7538
  },
7503
7539
  core_flow_delete_elem_input: {
7504
7540
  mapping_schema: { __type: "Int" },
7541
+ run_schema: { __type: "Int" },
7505
7542
  setting_schema: { __type: "Int" },
7506
7543
  },
7507
7544
  core_flow_delete_key_input: {
7508
7545
  mapping_schema: { __type: "String" },
7546
+ run_schema: { __type: "String" },
7509
7547
  setting_schema: { __type: "String" },
7510
7548
  },
7511
7549
  core_flow_insert_input: {
7512
7550
  app_id: { __type: "String" },
7513
7551
  description: { __type: "String" },
7514
7552
  id: { __type: "uuid" },
7553
+ is_public: { __type: "Boolean" },
7515
7554
  left_type: { __type: "String" },
7516
7555
  mapping_schema: { __type: "jsonb" },
7517
7556
  right_type: { __type: "String" },
7557
+ run_schema: { __type: "jsonb" },
7518
7558
  setting_schema: { __type: "jsonb" },
7519
7559
  title: { __type: "String" },
7520
7560
  type: { __type: "flow_type" },
7521
7561
  uniqueRef: { __type: "String" },
7562
+ use_global_mapping: { __type: "Boolean" },
7522
7563
  },
7523
7564
  core_flow_mapping: {
7524
7565
  __typename: { __type: "String!" },
@@ -7526,11 +7567,12 @@ export const generatedSchema = {
7526
7567
  account_id: { __type: "uuid" },
7527
7568
  booking_channel: { __type: "booking_channel" },
7528
7569
  booking_channel_id: { __type: "uuid" },
7570
+ connection_id: { __type: "uuid!" },
7529
7571
  contact: { __type: "contact" },
7530
7572
  contact_id: { __type: "uuid" },
7531
7573
  createdAt: { __type: "timestamptz!" },
7532
- flow: { __type: "core_flow!" },
7533
- flow_id: { __type: "uuid!" },
7574
+ flow: { __type: "core_flow" },
7575
+ flow_id: { __type: "uuid" },
7534
7576
  id: { __type: "uuid!" },
7535
7577
  listing: { __type: "listing" },
7536
7578
  listing_id: { __type: "uuid" },
@@ -7570,6 +7612,7 @@ export const generatedSchema = {
7570
7612
  account_id: { __type: "uuid_comparison_exp" },
7571
7613
  booking_channel: { __type: "booking_channel_bool_exp" },
7572
7614
  booking_channel_id: { __type: "uuid_comparison_exp" },
7615
+ connection_id: { __type: "uuid_comparison_exp" },
7573
7616
  contact: { __type: "contact_bool_exp" },
7574
7617
  contact_id: { __type: "uuid_comparison_exp" },
7575
7618
  createdAt: { __type: "timestamptz_comparison_exp" },
@@ -7596,6 +7639,7 @@ export const generatedSchema = {
7596
7639
  account_id: { __type: "uuid" },
7597
7640
  booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
7598
7641
  booking_channel_id: { __type: "uuid" },
7642
+ connection_id: { __type: "uuid" },
7599
7643
  contact: { __type: "contact_obj_rel_insert_input" },
7600
7644
  contact_id: { __type: "uuid" },
7601
7645
  createdAt: { __type: "timestamptz" },
@@ -7618,6 +7662,7 @@ export const generatedSchema = {
7618
7662
  __typename: { __type: "String!" },
7619
7663
  account_id: { __type: "uuid" },
7620
7664
  booking_channel_id: { __type: "uuid" },
7665
+ connection_id: { __type: "uuid" },
7621
7666
  contact_id: { __type: "uuid" },
7622
7667
  createdAt: { __type: "timestamptz" },
7623
7668
  flow_id: { __type: "uuid" },
@@ -7633,6 +7678,7 @@ export const generatedSchema = {
7633
7678
  __typename: { __type: "String!" },
7634
7679
  account_id: { __type: "uuid" },
7635
7680
  booking_channel_id: { __type: "uuid" },
7681
+ connection_id: { __type: "uuid" },
7636
7682
  contact_id: { __type: "uuid" },
7637
7683
  createdAt: { __type: "timestamptz" },
7638
7684
  flow_id: { __type: "uuid" },
@@ -7659,6 +7705,7 @@ export const generatedSchema = {
7659
7705
  account_id: { __type: "order_by" },
7660
7706
  booking_channel: { __type: "booking_channel_order_by" },
7661
7707
  booking_channel_id: { __type: "order_by" },
7708
+ connection_id: { __type: "order_by" },
7662
7709
  contact: { __type: "contact_order_by" },
7663
7710
  contact_id: { __type: "order_by" },
7664
7711
  createdAt: { __type: "order_by" },
@@ -7682,6 +7729,7 @@ export const generatedSchema = {
7682
7729
  core_flow_mapping_set_input: {
7683
7730
  account_id: { __type: "uuid" },
7684
7731
  booking_channel_id: { __type: "uuid" },
7732
+ connection_id: { __type: "uuid" },
7685
7733
  contact_id: { __type: "uuid" },
7686
7734
  createdAt: { __type: "timestamptz" },
7687
7735
  flow_id: { __type: "uuid" },
@@ -7701,6 +7749,7 @@ export const generatedSchema = {
7701
7749
  core_flow_mapping_stream_cursor_value_input: {
7702
7750
  account_id: { __type: "uuid" },
7703
7751
  booking_channel_id: { __type: "uuid" },
7752
+ connection_id: { __type: "uuid" },
7704
7753
  contact_id: { __type: "uuid" },
7705
7754
  createdAt: { __type: "timestamptz" },
7706
7755
  flow_id: { __type: "uuid" },
@@ -7782,30 +7831,37 @@ export const generatedSchema = {
7782
7831
  app_id: { __type: "order_by" },
7783
7832
  description: { __type: "order_by" },
7784
7833
  id: { __type: "order_by" },
7834
+ is_public: { __type: "order_by" },
7785
7835
  left_type: { __type: "order_by" },
7786
7836
  mapping_schema: { __type: "order_by" },
7787
7837
  right_type: { __type: "order_by" },
7838
+ run_schema: { __type: "order_by" },
7788
7839
  setting_schema: { __type: "order_by" },
7789
7840
  title: { __type: "order_by" },
7790
7841
  type: { __type: "order_by" },
7791
7842
  uniqueRef: { __type: "order_by" },
7843
+ use_global_mapping: { __type: "order_by" },
7792
7844
  },
7793
7845
  core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7794
7846
  core_flow_prepend_input: {
7795
7847
  mapping_schema: { __type: "jsonb" },
7848
+ run_schema: { __type: "jsonb" },
7796
7849
  setting_schema: { __type: "jsonb" },
7797
7850
  },
7798
7851
  core_flow_set_input: {
7799
7852
  app_id: { __type: "String" },
7800
7853
  description: { __type: "String" },
7801
7854
  id: { __type: "uuid" },
7855
+ is_public: { __type: "Boolean" },
7802
7856
  left_type: { __type: "String" },
7803
7857
  mapping_schema: { __type: "jsonb" },
7804
7858
  right_type: { __type: "String" },
7859
+ run_schema: { __type: "jsonb" },
7805
7860
  setting_schema: { __type: "jsonb" },
7806
7861
  title: { __type: "String" },
7807
7862
  type: { __type: "flow_type" },
7808
7863
  uniqueRef: { __type: "String" },
7864
+ use_global_mapping: { __type: "Boolean" },
7809
7865
  },
7810
7866
  core_flow_setting: {
7811
7867
  __typename: { __type: "String!" },
@@ -8017,13 +8073,16 @@ export const generatedSchema = {
8017
8073
  app_id: { __type: "String" },
8018
8074
  description: { __type: "String" },
8019
8075
  id: { __type: "uuid" },
8076
+ is_public: { __type: "Boolean" },
8020
8077
  left_type: { __type: "String" },
8021
8078
  mapping_schema: { __type: "jsonb" },
8022
8079
  right_type: { __type: "String" },
8080
+ run_schema: { __type: "jsonb" },
8023
8081
  setting_schema: { __type: "jsonb" },
8024
8082
  title: { __type: "String" },
8025
8083
  type: { __type: "flow_type" },
8026
8084
  uniqueRef: { __type: "String" },
8085
+ use_global_mapping: { __type: "Boolean" },
8027
8086
  },
8028
8087
  core_flow_updates: {
8029
8088
  _append: { __type: "core_flow_append_input" },
@@ -10828,6 +10887,7 @@ export const generatedSchema = {
10828
10887
  where: "setting_bool_exp",
10829
10888
  },
10830
10889
  },
10890
+ short_ref: { __type: "String" },
10831
10891
  source: { __type: "source" },
10832
10892
  sourceId: { __type: "uuid" },
10833
10893
  status: { __type: "activeStatus_enum" },
@@ -11583,6 +11643,7 @@ export const generatedSchema = {
11583
11643
  settingsRight: { __type: "setting_bool_exp" },
11584
11644
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
11585
11645
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11646
+ short_ref: { __type: "String_comparison_exp" },
11586
11647
  source: { __type: "source_bool_exp" },
11587
11648
  sourceId: { __type: "uuid_comparison_exp" },
11588
11649
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -12297,6 +12358,7 @@ export const generatedSchema = {
12297
12358
  settings: { __type: "setting_arr_rel_insert_input" },
12298
12359
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
12299
12360
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12361
+ short_ref: { __type: "String" },
12300
12362
  source: { __type: "source_obj_rel_insert_input" },
12301
12363
  sourceId: { __type: "uuid" },
12302
12364
  status: { __type: "activeStatus_enum" },
@@ -12328,6 +12390,7 @@ export const generatedSchema = {
12328
12390
  imageUri: { __type: "String" },
12329
12391
  name: { __type: "String" },
12330
12392
  ownerContactId: { __type: "uuid" },
12393
+ short_ref: { __type: "String" },
12331
12394
  sourceId: { __type: "uuid" },
12332
12395
  tenantId: { __type: "uuid" },
12333
12396
  title: { __type: "String" },
@@ -12354,6 +12417,7 @@ export const generatedSchema = {
12354
12417
  imageUri: { __type: "order_by" },
12355
12418
  name: { __type: "order_by" },
12356
12419
  ownerContactId: { __type: "order_by" },
12420
+ short_ref: { __type: "order_by" },
12357
12421
  sourceId: { __type: "order_by" },
12358
12422
  tenantId: { __type: "order_by" },
12359
12423
  title: { __type: "order_by" },
@@ -12381,6 +12445,7 @@ export const generatedSchema = {
12381
12445
  imageUri: { __type: "String" },
12382
12446
  name: { __type: "String" },
12383
12447
  ownerContactId: { __type: "uuid" },
12448
+ short_ref: { __type: "String" },
12384
12449
  sourceId: { __type: "uuid" },
12385
12450
  tenantId: { __type: "uuid" },
12386
12451
  title: { __type: "String" },
@@ -12407,6 +12472,7 @@ export const generatedSchema = {
12407
12472
  imageUri: { __type: "order_by" },
12408
12473
  name: { __type: "order_by" },
12409
12474
  ownerContactId: { __type: "order_by" },
12475
+ short_ref: { __type: "order_by" },
12410
12476
  sourceId: { __type: "order_by" },
12411
12477
  tenantId: { __type: "order_by" },
12412
12478
  title: { __type: "order_by" },
@@ -12477,6 +12543,7 @@ export const generatedSchema = {
12477
12543
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
12478
12544
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
12479
12545
  settings_aggregate: { __type: "setting_aggregate_order_by" },
12546
+ short_ref: { __type: "order_by" },
12480
12547
  source: { __type: "source_order_by" },
12481
12548
  sourceId: { __type: "order_by" },
12482
12549
  status: { __type: "order_by" },
@@ -12885,6 +12952,7 @@ export const generatedSchema = {
12885
12952
  ownerContactId: { __type: "uuid" },
12886
12953
  pmsAddressData: { __type: "jsonb" },
12887
12954
  pmsStatus: { __type: "activeStatus_enum" },
12955
+ short_ref: { __type: "String" },
12888
12956
  sourceId: { __type: "uuid" },
12889
12957
  status: { __type: "activeStatus_enum" },
12890
12958
  tenantId: { __type: "uuid" },
@@ -12961,6 +13029,7 @@ export const generatedSchema = {
12961
13029
  ownerContactId: { __type: "uuid" },
12962
13030
  pmsAddressData: { __type: "jsonb" },
12963
13031
  pmsStatus: { __type: "activeStatus_enum" },
13032
+ short_ref: { __type: "String" },
12964
13033
  sourceId: { __type: "uuid" },
12965
13034
  status: { __type: "activeStatus_enum" },
12966
13035
  tenantId: { __type: "uuid" },
@@ -18059,12 +18128,7 @@ export const generatedSchema = {
18059
18128
  updateTransactionLine: {
18060
18129
  __type: "transactionLine",
18061
18130
  __args: {
18062
- _append: "transactionLine_append_input",
18063
- _delete_at_path: "transactionLine_delete_at_path_input",
18064
- _delete_elem: "transactionLine_delete_elem_input",
18065
- _delete_key: "transactionLine_delete_key_input",
18066
18131
  _inc: "transactionLine_inc_input",
18067
- _prepend: "transactionLine_prepend_input",
18068
18132
  _set: "transactionLine_set_input",
18069
18133
  pk_columns: "transactionLine_pk_columns_input!",
18070
18134
  },
@@ -18072,12 +18136,7 @@ export const generatedSchema = {
18072
18136
  updateTransactionLines: {
18073
18137
  __type: "transactionLine_mutation_response",
18074
18138
  __args: {
18075
- _append: "transactionLine_append_input",
18076
- _delete_at_path: "transactionLine_delete_at_path_input",
18077
- _delete_elem: "transactionLine_delete_elem_input",
18078
- _delete_key: "transactionLine_delete_key_input",
18079
18139
  _inc: "transactionLine_inc_input",
18080
- _prepend: "transactionLine_prepend_input",
18081
18140
  _set: "transactionLine_set_input",
18082
18141
  where: "transactionLine_bool_exp!",
18083
18142
  },
@@ -28147,6 +28206,7 @@ export const generatedSchema = {
28147
28206
  },
28148
28207
  },
28149
28208
  generalLedgerPostingAt: { __type: "timestamptz" },
28209
+ general_ledger_status: { __type: "activeStatus_enum!" },
28150
28210
  guestName: { __type: "String" },
28151
28211
  guests: { __type: "Int" },
28152
28212
  id: { __type: "uuid!" },
@@ -28175,6 +28235,7 @@ export const generatedSchema = {
28175
28235
  listingConnection: { __type: "listing_connection" },
28176
28236
  listingConnectionId: { __type: "uuid" },
28177
28237
  listingId: { __type: "uuid" },
28238
+ manager_cent_total: { __type: "bigint" },
28178
28239
  matchPaymentCustomerRef: { __type: "String" },
28179
28240
  members: {
28180
28241
  __type: "[tenant_user!]!",
@@ -28220,6 +28281,7 @@ export const generatedSchema = {
28220
28281
  where: "owner_statement_line_bool_exp",
28221
28282
  },
28222
28283
  },
28284
+ owners_cent_total: { __type: "bigint" },
28223
28285
  paidStatus: { __type: "paidStatus_enum" },
28224
28286
  paymentLines: {
28225
28287
  __type: "[payment_line!]!",
@@ -28303,6 +28365,7 @@ export const generatedSchema = {
28303
28365
  where: "setting_bool_exp",
28304
28366
  },
28305
28367
  },
28368
+ short_ref: { __type: "String" },
28306
28369
  similarReservations: {
28307
28370
  __type: "[reservation!]!",
28308
28371
  __args: {
@@ -28346,6 +28409,7 @@ export const generatedSchema = {
28346
28409
  },
28347
28410
  },
28348
28411
  status: { __type: "reservation_status_enum" },
28412
+ tax_cent_total: { __type: "bigint" },
28349
28413
  tenant: { __type: "tenant" },
28350
28414
  tenantId: { __type: "uuid" },
28351
28415
  transactionLines: {
@@ -28994,7 +29058,10 @@ export const generatedSchema = {
28994
29058
  centService: { __type: "Float" },
28995
29059
  centTotal: { __type: "Float" },
28996
29060
  guests: { __type: "Float" },
29061
+ manager_cent_total: { __type: "Float" },
28997
29062
  nights: { __type: "Float" },
29063
+ owners_cent_total: { __type: "Float" },
29064
+ tax_cent_total: { __type: "Float" },
28998
29065
  },
28999
29066
  reservation_avg_order_by: {
29000
29067
  centAccommodation: { __type: "order_by" },
@@ -29008,7 +29075,10 @@ export const generatedSchema = {
29008
29075
  centService: { __type: "order_by" },
29009
29076
  centTotal: { __type: "order_by" },
29010
29077
  guests: { __type: "order_by" },
29078
+ manager_cent_total: { __type: "order_by" },
29011
29079
  nights: { __type: "order_by" },
29080
+ owners_cent_total: { __type: "order_by" },
29081
+ tax_cent_total: { __type: "order_by" },
29012
29082
  },
29013
29083
  reservation_bool_exp: {
29014
29084
  _and: { __type: "[reservation_bool_exp!]" },
@@ -29047,6 +29117,7 @@ export const generatedSchema = {
29047
29117
  files: { __type: "file_storage_bool_exp" },
29048
29118
  files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
29049
29119
  generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
29120
+ general_ledger_status: { __type: "activeStatus_enum_comparison_exp" },
29050
29121
  guestName: { __type: "String_comparison_exp" },
29051
29122
  guests: { __type: "Int_comparison_exp" },
29052
29123
  id: { __type: "uuid_comparison_exp" },
@@ -29057,6 +29128,7 @@ export const generatedSchema = {
29057
29128
  listingConnection: { __type: "listing_connection_bool_exp" },
29058
29129
  listingConnectionId: { __type: "uuid_comparison_exp" },
29059
29130
  listingId: { __type: "uuid_comparison_exp" },
29131
+ manager_cent_total: { __type: "bigint_comparison_exp" },
29060
29132
  matchPaymentCustomerRef: { __type: "String_comparison_exp" },
29061
29133
  members: { __type: "tenant_user_bool_exp" },
29062
29134
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -29068,6 +29140,7 @@ export const generatedSchema = {
29068
29140
  ownerStatementLines_aggregate: {
29069
29141
  __type: "owner_statement_line_aggregate_bool_exp",
29070
29142
  },
29143
+ owners_cent_total: { __type: "bigint_comparison_exp" },
29071
29144
  paidStatus: { __type: "paidStatus_enum_comparison_exp" },
29072
29145
  paymentLines: { __type: "payment_line_bool_exp" },
29073
29146
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
@@ -29079,6 +29152,7 @@ export const generatedSchema = {
29079
29152
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
29080
29153
  settingsRight: { __type: "setting_bool_exp" },
29081
29154
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
29155
+ short_ref: { __type: "String_comparison_exp" },
29082
29156
  similarReservations: { __type: "reservation_bool_exp" },
29083
29157
  similarReservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
29084
29158
  source: { __type: "source_bool_exp" },
@@ -29086,6 +29160,7 @@ export const generatedSchema = {
29086
29160
  sources: { __type: "source_bool_exp" },
29087
29161
  sources_aggregate: { __type: "source_aggregate_bool_exp" },
29088
29162
  status: { __type: "reservation_status_enum_comparison_exp" },
29163
+ tax_cent_total: { __type: "bigint_comparison_exp" },
29089
29164
  tenant: { __type: "tenant_bool_exp" },
29090
29165
  tenantId: { __type: "uuid_comparison_exp" },
29091
29166
  transactionLines: { __type: "transactionLine_bool_exp" },
@@ -29124,7 +29199,10 @@ export const generatedSchema = {
29124
29199
  centService: { __type: "Int" },
29125
29200
  centTotal: { __type: "bigint" },
29126
29201
  guests: { __type: "Int" },
29202
+ manager_cent_total: { __type: "bigint" },
29127
29203
  nights: { __type: "Int" },
29204
+ owners_cent_total: { __type: "bigint" },
29205
+ tax_cent_total: { __type: "bigint" },
29128
29206
  },
29129
29207
  reservation_insert_input: {
29130
29208
  bookedAt: { __type: "timestamptz" },
@@ -29156,6 +29234,7 @@ export const generatedSchema = {
29156
29234
  currency: { __type: "currency_enum" },
29157
29235
  files: { __type: "file_storage_arr_rel_insert_input" },
29158
29236
  generalLedgerPostingAt: { __type: "timestamptz" },
29237
+ general_ledger_status: { __type: "activeStatus_enum" },
29159
29238
  guestName: { __type: "String" },
29160
29239
  guests: { __type: "Int" },
29161
29240
  id: { __type: "uuid" },
@@ -29165,6 +29244,7 @@ export const generatedSchema = {
29165
29244
  listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
29166
29245
  listingConnectionId: { __type: "uuid" },
29167
29246
  listingId: { __type: "uuid" },
29247
+ manager_cent_total: { __type: "bigint" },
29168
29248
  matchPaymentCustomerRef: { __type: "String" },
29169
29249
  members: { __type: "tenant_user_arr_rel_insert_input" },
29170
29250
  metadata: { __type: "jsonb" },
@@ -29174,6 +29254,7 @@ export const generatedSchema = {
29174
29254
  ownerStatementLines: {
29175
29255
  __type: "owner_statement_line_arr_rel_insert_input",
29176
29256
  },
29257
+ owners_cent_total: { __type: "bigint" },
29177
29258
  paidStatus: { __type: "paidStatus_enum" },
29178
29259
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
29179
29260
  paymentMethod: { __type: "String" },
@@ -29181,11 +29262,13 @@ export const generatedSchema = {
29181
29262
  relatedReservations: { __type: "reservation_arr_rel_insert_input" },
29182
29263
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
29183
29264
  settingsRight: { __type: "setting_arr_rel_insert_input" },
29265
+ short_ref: { __type: "String" },
29184
29266
  similarReservations: { __type: "reservation_arr_rel_insert_input" },
29185
29267
  source: { __type: "source_obj_rel_insert_input" },
29186
29268
  sourceId: { __type: "uuid" },
29187
29269
  sources: { __type: "source_arr_rel_insert_input" },
29188
29270
  status: { __type: "reservation_status_enum" },
29271
+ tax_cent_total: { __type: "bigint" },
29189
29272
  tenant: { __type: "tenant_obj_rel_insert_input" },
29190
29273
  tenantId: { __type: "uuid" },
29191
29274
  transactionLines: { __type: "transactionLine_arr_rel_insert_input" },
@@ -29223,12 +29306,16 @@ export const generatedSchema = {
29223
29306
  id: { __type: "uuid" },
29224
29307
  listingConnectionId: { __type: "uuid" },
29225
29308
  listingId: { __type: "uuid" },
29309
+ manager_cent_total: { __type: "bigint" },
29226
29310
  matchPaymentCustomerRef: { __type: "String" },
29227
29311
  nights: { __type: "Int" },
29228
29312
  otaReservationId: { __type: "uuid" },
29313
+ owners_cent_total: { __type: "bigint" },
29229
29314
  paymentMethod: { __type: "String" },
29230
29315
  pmsReferenceCode: { __type: "String" },
29316
+ short_ref: { __type: "String" },
29231
29317
  sourceId: { __type: "uuid" },
29318
+ tax_cent_total: { __type: "bigint" },
29232
29319
  tenantId: { __type: "uuid" },
29233
29320
  uniqueRef: { __type: "String" },
29234
29321
  uniqueRef2: { __type: "String" },
@@ -29262,12 +29349,16 @@ export const generatedSchema = {
29262
29349
  id: { __type: "order_by" },
29263
29350
  listingConnectionId: { __type: "order_by" },
29264
29351
  listingId: { __type: "order_by" },
29352
+ manager_cent_total: { __type: "order_by" },
29265
29353
  matchPaymentCustomerRef: { __type: "order_by" },
29266
29354
  nights: { __type: "order_by" },
29267
29355
  otaReservationId: { __type: "order_by" },
29356
+ owners_cent_total: { __type: "order_by" },
29268
29357
  paymentMethod: { __type: "order_by" },
29269
29358
  pmsReferenceCode: { __type: "order_by" },
29359
+ short_ref: { __type: "order_by" },
29270
29360
  sourceId: { __type: "order_by" },
29361
+ tax_cent_total: { __type: "order_by" },
29271
29362
  tenantId: { __type: "order_by" },
29272
29363
  uniqueRef: { __type: "order_by" },
29273
29364
  uniqueRef2: { __type: "order_by" },
@@ -29302,12 +29393,16 @@ export const generatedSchema = {
29302
29393
  id: { __type: "uuid" },
29303
29394
  listingConnectionId: { __type: "uuid" },
29304
29395
  listingId: { __type: "uuid" },
29396
+ manager_cent_total: { __type: "bigint" },
29305
29397
  matchPaymentCustomerRef: { __type: "String" },
29306
29398
  nights: { __type: "Int" },
29307
29399
  otaReservationId: { __type: "uuid" },
29400
+ owners_cent_total: { __type: "bigint" },
29308
29401
  paymentMethod: { __type: "String" },
29309
29402
  pmsReferenceCode: { __type: "String" },
29403
+ short_ref: { __type: "String" },
29310
29404
  sourceId: { __type: "uuid" },
29405
+ tax_cent_total: { __type: "bigint" },
29311
29406
  tenantId: { __type: "uuid" },
29312
29407
  uniqueRef: { __type: "String" },
29313
29408
  uniqueRef2: { __type: "String" },
@@ -29341,12 +29436,16 @@ export const generatedSchema = {
29341
29436
  id: { __type: "order_by" },
29342
29437
  listingConnectionId: { __type: "order_by" },
29343
29438
  listingId: { __type: "order_by" },
29439
+ manager_cent_total: { __type: "order_by" },
29344
29440
  matchPaymentCustomerRef: { __type: "order_by" },
29345
29441
  nights: { __type: "order_by" },
29346
29442
  otaReservationId: { __type: "order_by" },
29443
+ owners_cent_total: { __type: "order_by" },
29347
29444
  paymentMethod: { __type: "order_by" },
29348
29445
  pmsReferenceCode: { __type: "order_by" },
29446
+ short_ref: { __type: "order_by" },
29349
29447
  sourceId: { __type: "order_by" },
29448
+ tax_cent_total: { __type: "order_by" },
29350
29449
  tenantId: { __type: "order_by" },
29351
29450
  uniqueRef: { __type: "order_by" },
29352
29451
  uniqueRef2: { __type: "order_by" },
@@ -29397,6 +29496,7 @@ export const generatedSchema = {
29397
29496
  currency: { __type: "order_by" },
29398
29497
  files_aggregate: { __type: "file_storage_aggregate_order_by" },
29399
29498
  generalLedgerPostingAt: { __type: "order_by" },
29499
+ general_ledger_status: { __type: "order_by" },
29400
29500
  guestName: { __type: "order_by" },
29401
29501
  guests: { __type: "order_by" },
29402
29502
  id: { __type: "order_by" },
@@ -29406,6 +29506,7 @@ export const generatedSchema = {
29406
29506
  listingConnection: { __type: "listing_connection_order_by" },
29407
29507
  listingConnectionId: { __type: "order_by" },
29408
29508
  listingId: { __type: "order_by" },
29509
+ manager_cent_total: { __type: "order_by" },
29409
29510
  matchPaymentCustomerRef: { __type: "order_by" },
29410
29511
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
29411
29512
  metadata: { __type: "order_by" },
@@ -29415,6 +29516,7 @@ export const generatedSchema = {
29415
29516
  ownerStatementLines_aggregate: {
29416
29517
  __type: "owner_statement_line_aggregate_order_by",
29417
29518
  },
29519
+ owners_cent_total: { __type: "order_by" },
29418
29520
  paidStatus: { __type: "order_by" },
29419
29521
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
29420
29522
  paymentMethod: { __type: "order_by" },
@@ -29422,11 +29524,13 @@ export const generatedSchema = {
29422
29524
  relatedReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29423
29525
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
29424
29526
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
29527
+ short_ref: { __type: "order_by" },
29425
29528
  similarReservations_aggregate: { __type: "reservation_aggregate_order_by" },
29426
29529
  source: { __type: "source_order_by" },
29427
29530
  sourceId: { __type: "order_by" },
29428
29531
  sources_aggregate: { __type: "source_aggregate_order_by" },
29429
29532
  status: { __type: "order_by" },
29533
+ tax_cent_total: { __type: "order_by" },
29430
29534
  tenant: { __type: "tenant_order_by" },
29431
29535
  tenantId: { __type: "order_by" },
29432
29536
  transactionLines_aggregate: {
@@ -29466,21 +29570,26 @@ export const generatedSchema = {
29466
29570
  createdAt: { __type: "timestamptz" },
29467
29571
  currency: { __type: "currency_enum" },
29468
29572
  generalLedgerPostingAt: { __type: "timestamptz" },
29573
+ general_ledger_status: { __type: "activeStatus_enum" },
29469
29574
  guestName: { __type: "String" },
29470
29575
  guests: { __type: "Int" },
29471
29576
  id: { __type: "uuid" },
29472
29577
  lineMap: { __type: "jsonb" },
29473
29578
  listingConnectionId: { __type: "uuid" },
29474
29579
  listingId: { __type: "uuid" },
29580
+ manager_cent_total: { __type: "bigint" },
29475
29581
  matchPaymentCustomerRef: { __type: "String" },
29476
29582
  metadata: { __type: "jsonb" },
29477
29583
  nights: { __type: "Int" },
29478
29584
  otaReservationId: { __type: "uuid" },
29585
+ owners_cent_total: { __type: "bigint" },
29479
29586
  paidStatus: { __type: "paidStatus_enum" },
29480
29587
  paymentMethod: { __type: "String" },
29481
29588
  pmsReferenceCode: { __type: "String" },
29589
+ short_ref: { __type: "String" },
29482
29590
  sourceId: { __type: "uuid" },
29483
29591
  status: { __type: "reservation_status_enum" },
29592
+ tax_cent_total: { __type: "bigint" },
29484
29593
  tenantId: { __type: "uuid" },
29485
29594
  uniqueRef: { __type: "String" },
29486
29595
  uniqueRef2: { __type: "String" },
@@ -29565,7 +29674,10 @@ export const generatedSchema = {
29565
29674
  centService: { __type: "Float" },
29566
29675
  centTotal: { __type: "Float" },
29567
29676
  guests: { __type: "Float" },
29677
+ manager_cent_total: { __type: "Float" },
29568
29678
  nights: { __type: "Float" },
29679
+ owners_cent_total: { __type: "Float" },
29680
+ tax_cent_total: { __type: "Float" },
29569
29681
  },
29570
29682
  reservation_stddev_order_by: {
29571
29683
  centAccommodation: { __type: "order_by" },
@@ -29579,7 +29691,10 @@ export const generatedSchema = {
29579
29691
  centService: { __type: "order_by" },
29580
29692
  centTotal: { __type: "order_by" },
29581
29693
  guests: { __type: "order_by" },
29694
+ manager_cent_total: { __type: "order_by" },
29582
29695
  nights: { __type: "order_by" },
29696
+ owners_cent_total: { __type: "order_by" },
29697
+ tax_cent_total: { __type: "order_by" },
29583
29698
  },
29584
29699
  reservation_stddev_pop_fields: {
29585
29700
  __typename: { __type: "String!" },
@@ -29594,7 +29709,10 @@ export const generatedSchema = {
29594
29709
  centService: { __type: "Float" },
29595
29710
  centTotal: { __type: "Float" },
29596
29711
  guests: { __type: "Float" },
29712
+ manager_cent_total: { __type: "Float" },
29597
29713
  nights: { __type: "Float" },
29714
+ owners_cent_total: { __type: "Float" },
29715
+ tax_cent_total: { __type: "Float" },
29598
29716
  },
29599
29717
  reservation_stddev_pop_order_by: {
29600
29718
  centAccommodation: { __type: "order_by" },
@@ -29608,7 +29726,10 @@ export const generatedSchema = {
29608
29726
  centService: { __type: "order_by" },
29609
29727
  centTotal: { __type: "order_by" },
29610
29728
  guests: { __type: "order_by" },
29729
+ manager_cent_total: { __type: "order_by" },
29611
29730
  nights: { __type: "order_by" },
29731
+ owners_cent_total: { __type: "order_by" },
29732
+ tax_cent_total: { __type: "order_by" },
29612
29733
  },
29613
29734
  reservation_stddev_samp_fields: {
29614
29735
  __typename: { __type: "String!" },
@@ -29623,7 +29744,10 @@ export const generatedSchema = {
29623
29744
  centService: { __type: "Float" },
29624
29745
  centTotal: { __type: "Float" },
29625
29746
  guests: { __type: "Float" },
29747
+ manager_cent_total: { __type: "Float" },
29626
29748
  nights: { __type: "Float" },
29749
+ owners_cent_total: { __type: "Float" },
29750
+ tax_cent_total: { __type: "Float" },
29627
29751
  },
29628
29752
  reservation_stddev_samp_order_by: {
29629
29753
  centAccommodation: { __type: "order_by" },
@@ -29637,7 +29761,10 @@ export const generatedSchema = {
29637
29761
  centService: { __type: "order_by" },
29638
29762
  centTotal: { __type: "order_by" },
29639
29763
  guests: { __type: "order_by" },
29764
+ manager_cent_total: { __type: "order_by" },
29640
29765
  nights: { __type: "order_by" },
29766
+ owners_cent_total: { __type: "order_by" },
29767
+ tax_cent_total: { __type: "order_by" },
29641
29768
  },
29642
29769
  reservation_stream_cursor_input: {
29643
29770
  initial_value: { __type: "reservation_stream_cursor_value_input!" },
@@ -29667,21 +29794,26 @@ export const generatedSchema = {
29667
29794
  createdAt: { __type: "timestamptz" },
29668
29795
  currency: { __type: "currency_enum" },
29669
29796
  generalLedgerPostingAt: { __type: "timestamptz" },
29797
+ general_ledger_status: { __type: "activeStatus_enum" },
29670
29798
  guestName: { __type: "String" },
29671
29799
  guests: { __type: "Int" },
29672
29800
  id: { __type: "uuid" },
29673
29801
  lineMap: { __type: "jsonb" },
29674
29802
  listingConnectionId: { __type: "uuid" },
29675
29803
  listingId: { __type: "uuid" },
29804
+ manager_cent_total: { __type: "bigint" },
29676
29805
  matchPaymentCustomerRef: { __type: "String" },
29677
29806
  metadata: { __type: "jsonb" },
29678
29807
  nights: { __type: "Int" },
29679
29808
  otaReservationId: { __type: "uuid" },
29809
+ owners_cent_total: { __type: "bigint" },
29680
29810
  paidStatus: { __type: "paidStatus_enum" },
29681
29811
  paymentMethod: { __type: "String" },
29682
29812
  pmsReferenceCode: { __type: "String" },
29813
+ short_ref: { __type: "String" },
29683
29814
  sourceId: { __type: "uuid" },
29684
29815
  status: { __type: "reservation_status_enum" },
29816
+ tax_cent_total: { __type: "bigint" },
29685
29817
  tenantId: { __type: "uuid" },
29686
29818
  uniqueRef: { __type: "String" },
29687
29819
  uniqueRef2: { __type: "String" },
@@ -29701,7 +29833,10 @@ export const generatedSchema = {
29701
29833
  centService: { __type: "Int" },
29702
29834
  centTotal: { __type: "bigint" },
29703
29835
  guests: { __type: "Int" },
29836
+ manager_cent_total: { __type: "bigint" },
29704
29837
  nights: { __type: "Int" },
29838
+ owners_cent_total: { __type: "bigint" },
29839
+ tax_cent_total: { __type: "bigint" },
29705
29840
  },
29706
29841
  reservation_sum_order_by: {
29707
29842
  centAccommodation: { __type: "order_by" },
@@ -29715,7 +29850,10 @@ export const generatedSchema = {
29715
29850
  centService: { __type: "order_by" },
29716
29851
  centTotal: { __type: "order_by" },
29717
29852
  guests: { __type: "order_by" },
29853
+ manager_cent_total: { __type: "order_by" },
29718
29854
  nights: { __type: "order_by" },
29855
+ owners_cent_total: { __type: "order_by" },
29856
+ tax_cent_total: { __type: "order_by" },
29719
29857
  },
29720
29858
  reservation_updates: {
29721
29859
  _append: { __type: "reservation_append_input" },
@@ -29740,7 +29878,10 @@ export const generatedSchema = {
29740
29878
  centService: { __type: "Float" },
29741
29879
  centTotal: { __type: "Float" },
29742
29880
  guests: { __type: "Float" },
29881
+ manager_cent_total: { __type: "Float" },
29743
29882
  nights: { __type: "Float" },
29883
+ owners_cent_total: { __type: "Float" },
29884
+ tax_cent_total: { __type: "Float" },
29744
29885
  },
29745
29886
  reservation_var_pop_order_by: {
29746
29887
  centAccommodation: { __type: "order_by" },
@@ -29754,7 +29895,10 @@ export const generatedSchema = {
29754
29895
  centService: { __type: "order_by" },
29755
29896
  centTotal: { __type: "order_by" },
29756
29897
  guests: { __type: "order_by" },
29898
+ manager_cent_total: { __type: "order_by" },
29757
29899
  nights: { __type: "order_by" },
29900
+ owners_cent_total: { __type: "order_by" },
29901
+ tax_cent_total: { __type: "order_by" },
29758
29902
  },
29759
29903
  reservation_var_samp_fields: {
29760
29904
  __typename: { __type: "String!" },
@@ -29769,7 +29913,10 @@ export const generatedSchema = {
29769
29913
  centService: { __type: "Float" },
29770
29914
  centTotal: { __type: "Float" },
29771
29915
  guests: { __type: "Float" },
29916
+ manager_cent_total: { __type: "Float" },
29772
29917
  nights: { __type: "Float" },
29918
+ owners_cent_total: { __type: "Float" },
29919
+ tax_cent_total: { __type: "Float" },
29773
29920
  },
29774
29921
  reservation_var_samp_order_by: {
29775
29922
  centAccommodation: { __type: "order_by" },
@@ -29783,7 +29930,10 @@ export const generatedSchema = {
29783
29930
  centService: { __type: "order_by" },
29784
29931
  centTotal: { __type: "order_by" },
29785
29932
  guests: { __type: "order_by" },
29933
+ manager_cent_total: { __type: "order_by" },
29786
29934
  nights: { __type: "order_by" },
29935
+ owners_cent_total: { __type: "order_by" },
29936
+ tax_cent_total: { __type: "order_by" },
29787
29937
  },
29788
29938
  reservation_variance_fields: {
29789
29939
  __typename: { __type: "String!" },
@@ -29798,7 +29948,10 @@ export const generatedSchema = {
29798
29948
  centService: { __type: "Float" },
29799
29949
  centTotal: { __type: "Float" },
29800
29950
  guests: { __type: "Float" },
29951
+ manager_cent_total: { __type: "Float" },
29801
29952
  nights: { __type: "Float" },
29953
+ owners_cent_total: { __type: "Float" },
29954
+ tax_cent_total: { __type: "Float" },
29802
29955
  },
29803
29956
  reservation_variance_order_by: {
29804
29957
  centAccommodation: { __type: "order_by" },
@@ -29812,7 +29965,10 @@ export const generatedSchema = {
29812
29965
  centService: { __type: "order_by" },
29813
29966
  centTotal: { __type: "order_by" },
29814
29967
  guests: { __type: "order_by" },
29968
+ manager_cent_total: { __type: "order_by" },
29815
29969
  nights: { __type: "order_by" },
29970
+ owners_cent_total: { __type: "order_by" },
29971
+ tax_cent_total: { __type: "order_by" },
29816
29972
  },
29817
29973
  setting: {
29818
29974
  __typename: { __type: "String!" },
@@ -37514,6 +37670,7 @@ export const generatedSchema = {
37514
37670
  where: "owner_statement_bool_exp",
37515
37671
  },
37516
37672
  },
37673
+ owner_portal_show_draft_statements: { __type: "Boolean" },
37517
37674
  owners: {
37518
37675
  __type: "[owner!]!",
37519
37676
  __args: {
@@ -37626,6 +37783,7 @@ export const generatedSchema = {
37626
37783
  where: "setting_bool_exp",
37627
37784
  },
37628
37785
  },
37786
+ settingsData: { __type: "jsonb", __args: { path: "String" } },
37629
37787
  settings_aggregate: {
37630
37788
  __type: "setting_aggregate!",
37631
37789
  __args: {
@@ -37858,6 +38016,7 @@ export const generatedSchema = {
37858
38016
  tenant_append_input: {
37859
38017
  billingAddressData: { __type: "jsonb" },
37860
38018
  featureFlags: { __type: "jsonb" },
38019
+ settingsData: { __type: "jsonb" },
37861
38020
  setup: { __type: "jsonb" },
37862
38021
  statementAddressData: { __type: "jsonb" },
37863
38022
  },
@@ -37956,6 +38115,7 @@ export const generatedSchema = {
37956
38115
  name: { __type: "String_comparison_exp" },
37957
38116
  ownerStatements: { __type: "owner_statement_bool_exp" },
37958
38117
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
38118
+ owner_portal_show_draft_statements: { __type: "Boolean_comparison_exp" },
37959
38119
  owners: { __type: "owner_bool_exp" },
37960
38120
  owners_aggregate: { __type: "owner_aggregate_bool_exp" },
37961
38121
  partner: { __type: "tenant_bool_exp" },
@@ -37969,6 +38129,7 @@ export const generatedSchema = {
37969
38129
  reservations: { __type: "reservation_bool_exp" },
37970
38130
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
37971
38131
  settings: { __type: "setting_bool_exp" },
38132
+ settingsData: { __type: "jsonb_comparison_exp" },
37972
38133
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
37973
38134
  setup: { __type: "jsonb_comparison_exp" },
37974
38135
  setupCompleted: { __type: "Boolean_comparison_exp" },
@@ -38006,18 +38167,21 @@ export const generatedSchema = {
38006
38167
  tenant_delete_at_path_input: {
38007
38168
  billingAddressData: { __type: "[String!]" },
38008
38169
  featureFlags: { __type: "[String!]" },
38170
+ settingsData: { __type: "[String!]" },
38009
38171
  setup: { __type: "[String!]" },
38010
38172
  statementAddressData: { __type: "[String!]" },
38011
38173
  },
38012
38174
  tenant_delete_elem_input: {
38013
38175
  billingAddressData: { __type: "Int" },
38014
38176
  featureFlags: { __type: "Int" },
38177
+ settingsData: { __type: "Int" },
38015
38178
  setup: { __type: "Int" },
38016
38179
  statementAddressData: { __type: "Int" },
38017
38180
  },
38018
38181
  tenant_delete_key_input: {
38019
38182
  billingAddressData: { __type: "String" },
38020
38183
  featureFlags: { __type: "String" },
38184
+ settingsData: { __type: "String" },
38021
38185
  setup: { __type: "String" },
38022
38186
  statementAddressData: { __type: "String" },
38023
38187
  },
@@ -38078,6 +38242,7 @@ export const generatedSchema = {
38078
38242
  monitorConnections: { __type: "monitorConnection_arr_rel_insert_input" },
38079
38243
  name: { __type: "String" },
38080
38244
  ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
38245
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38081
38246
  owners: { __type: "owner_arr_rel_insert_input" },
38082
38247
  partner: { __type: "tenant_obj_rel_insert_input" },
38083
38248
  partnerId: { __type: "uuid" },
@@ -38086,6 +38251,7 @@ export const generatedSchema = {
38086
38251
  rates: { __type: "rate_arr_rel_insert_input" },
38087
38252
  reservations: { __type: "reservation_arr_rel_insert_input" },
38088
38253
  settings: { __type: "setting_arr_rel_insert_input" },
38254
+ settingsData: { __type: "jsonb" },
38089
38255
  setup: { __type: "jsonb" },
38090
38256
  setupCompleted: { __type: "Boolean" },
38091
38257
  sources: { __type: "source_arr_rel_insert_input" },
@@ -38353,6 +38519,7 @@ export const generatedSchema = {
38353
38519
  },
38354
38520
  name: { __type: "order_by" },
38355
38521
  ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
38522
+ owner_portal_show_draft_statements: { __type: "order_by" },
38356
38523
  owners_aggregate: { __type: "owner_aggregate_order_by" },
38357
38524
  partner: { __type: "tenant_order_by" },
38358
38525
  partnerId: { __type: "order_by" },
@@ -38360,6 +38527,7 @@ export const generatedSchema = {
38360
38527
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
38361
38528
  rates_aggregate: { __type: "rate_aggregate_order_by" },
38362
38529
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
38530
+ settingsData: { __type: "order_by" },
38363
38531
  settings_aggregate: { __type: "setting_aggregate_order_by" },
38364
38532
  setup: { __type: "order_by" },
38365
38533
  setupCompleted: { __type: "order_by" },
@@ -38391,6 +38559,7 @@ export const generatedSchema = {
38391
38559
  tenant_prepend_input: {
38392
38560
  billingAddressData: { __type: "jsonb" },
38393
38561
  featureFlags: { __type: "jsonb" },
38562
+ settingsData: { __type: "jsonb" },
38394
38563
  setup: { __type: "jsonb" },
38395
38564
  statementAddressData: { __type: "jsonb" },
38396
38565
  },
@@ -38429,7 +38598,9 @@ export const generatedSchema = {
38429
38598
  logo: { __type: "String" },
38430
38599
  longTermStayNights: { __type: "Int" },
38431
38600
  name: { __type: "String" },
38601
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38432
38602
  partnerId: { __type: "uuid" },
38603
+ settingsData: { __type: "jsonb" },
38433
38604
  setup: { __type: "jsonb" },
38434
38605
  setupCompleted: { __type: "Boolean" },
38435
38606
  statementAddressData: { __type: "jsonb" },
@@ -38515,7 +38686,9 @@ export const generatedSchema = {
38515
38686
  logo: { __type: "String" },
38516
38687
  longTermStayNights: { __type: "Int" },
38517
38688
  name: { __type: "String" },
38689
+ owner_portal_show_draft_statements: { __type: "Boolean" },
38518
38690
  partnerId: { __type: "uuid" },
38691
+ settingsData: { __type: "jsonb" },
38519
38692
  setup: { __type: "jsonb" },
38520
38693
  setupCompleted: { __type: "Boolean" },
38521
38694
  statementAddressData: { __type: "jsonb" },
@@ -40025,7 +40198,9 @@ export const generatedSchema = {
40025
40198
  },
40026
40199
  matchBankAccountLast4: { __type: "String" },
40027
40200
  matchStatus: { __type: "String" },
40028
- matchers: { __type: "jsonb", __args: { path: "String" } },
40201
+ match_line_type_classification: { __type: "String" },
40202
+ match_reservation_confirmation_code: { __type: "String" },
40203
+ match_reservation_stripe_guest_ref: { __type: "String" },
40029
40204
  paidAt: { __type: "timestamptz" },
40030
40205
  paidStatus: { __type: "paidStatus_enum" },
40031
40206
  recurringFeeId: { __type: "uuid" },
@@ -40052,6 +40227,7 @@ export const generatedSchema = {
40052
40227
  where: "transaction_bool_exp",
40053
40228
  },
40054
40229
  },
40230
+ short_ref: { __type: "String" },
40055
40231
  source: { __type: "source" },
40056
40232
  sourceId: { __type: "uuid" },
40057
40233
  status: { __type: "activeStatus_enum!" },
@@ -40066,6 +40242,8 @@ export const generatedSchema = {
40066
40242
  account: { __type: "account" },
40067
40243
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40068
40244
  accountId: { __type: "uuid" },
40245
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40246
+ applied_amount_tax_rate_id: { __type: "uuid" },
40069
40247
  centTotal: { __type: "Int!" },
40070
40248
  contact: { __type: "contact" },
40071
40249
  contactId: { __type: "uuid" },
@@ -40102,7 +40280,6 @@ export const generatedSchema = {
40102
40280
  matchReservationConfirmationCode: { __type: "String" },
40103
40281
  matchReservationStripeGuestRef: { __type: "String" },
40104
40282
  matchStatus: { __type: "String" },
40105
- matchers: { __type: "jsonb", __args: { path: "String" } },
40106
40283
  ownerStatement: { __type: "owner_statement" },
40107
40284
  ownerStatementId: { __type: "uuid" },
40108
40285
  party: { __type: "party_enum" },
@@ -40163,7 +40340,6 @@ export const generatedSchema = {
40163
40340
  var_samp: { __type: "transactionLine_var_samp_order_by" },
40164
40341
  variance: { __type: "transactionLine_variance_order_by" },
40165
40342
  },
40166
- transactionLine_append_input: { matchers: { __type: "jsonb" } },
40167
40343
  transactionLine_arr_rel_insert_input: {
40168
40344
  data: { __type: "[transactionLine_insert_input!]!" },
40169
40345
  on_conflict: { __type: "transactionLine_on_conflict" },
@@ -40186,6 +40362,8 @@ export const generatedSchema = {
40186
40362
  __type: "accountAssignmentType_enum_comparison_exp",
40187
40363
  },
40188
40364
  accountId: { __type: "uuid_comparison_exp" },
40365
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum_comparison_exp" },
40366
+ applied_amount_tax_rate_id: { __type: "uuid_comparison_exp" },
40189
40367
  centTotal: { __type: "Int_comparison_exp" },
40190
40368
  contact: { __type: "contact_bool_exp" },
40191
40369
  contactId: { __type: "uuid_comparison_exp" },
@@ -40204,7 +40382,6 @@ export const generatedSchema = {
40204
40382
  matchReservationConfirmationCode: { __type: "String_comparison_exp" },
40205
40383
  matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
40206
40384
  matchStatus: { __type: "String_comparison_exp" },
40207
- matchers: { __type: "jsonb_comparison_exp" },
40208
40385
  ownerStatement: { __type: "owner_statement_bool_exp" },
40209
40386
  ownerStatementId: { __type: "uuid_comparison_exp" },
40210
40387
  party: { __type: "party_enum_comparison_exp" },
@@ -40220,9 +40397,6 @@ export const generatedSchema = {
40220
40397
  uniqueRef: { __type: "String_comparison_exp" },
40221
40398
  updatedAt: { __type: "timestamptz_comparison_exp" },
40222
40399
  },
40223
- transactionLine_delete_at_path_input: { matchers: { __type: "[String!]" } },
40224
- transactionLine_delete_elem_input: { matchers: { __type: "Int" } },
40225
- transactionLine_delete_key_input: { matchers: { __type: "String" } },
40226
40400
  transactionLine_inc_input: {
40227
40401
  centTotal: { __type: "Int" },
40228
40402
  markupCentTotal: { __type: "Int" },
@@ -40231,6 +40405,8 @@ export const generatedSchema = {
40231
40405
  account: { __type: "account_obj_rel_insert_input" },
40232
40406
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40233
40407
  accountId: { __type: "uuid" },
40408
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40409
+ applied_amount_tax_rate_id: { __type: "uuid" },
40234
40410
  centTotal: { __type: "Int" },
40235
40411
  contact: { __type: "contact_obj_rel_insert_input" },
40236
40412
  contactId: { __type: "uuid" },
@@ -40247,7 +40423,6 @@ export const generatedSchema = {
40247
40423
  matchLineTypeClassification: { __type: "String" },
40248
40424
  matchReservationConfirmationCode: { __type: "String" },
40249
40425
  matchReservationStripeGuestRef: { __type: "String" },
40250
- matchers: { __type: "jsonb" },
40251
40426
  ownerStatement: { __type: "owner_statement_obj_rel_insert_input" },
40252
40427
  ownerStatementId: { __type: "uuid" },
40253
40428
  party: { __type: "party_enum" },
@@ -40266,6 +40441,7 @@ export const generatedSchema = {
40266
40441
  transactionLine_max_fields: {
40267
40442
  __typename: { __type: "String!" },
40268
40443
  accountId: { __type: "uuid" },
40444
+ applied_amount_tax_rate_id: { __type: "uuid" },
40269
40445
  centTotal: { __type: "Int" },
40270
40446
  contactId: { __type: "uuid" },
40271
40447
  createdAt: { __type: "timestamptz" },
@@ -40287,6 +40463,7 @@ export const generatedSchema = {
40287
40463
  },
40288
40464
  transactionLine_max_order_by: {
40289
40465
  accountId: { __type: "order_by" },
40466
+ applied_amount_tax_rate_id: { __type: "order_by" },
40290
40467
  centTotal: { __type: "order_by" },
40291
40468
  contactId: { __type: "order_by" },
40292
40469
  createdAt: { __type: "order_by" },
@@ -40309,6 +40486,7 @@ export const generatedSchema = {
40309
40486
  transactionLine_min_fields: {
40310
40487
  __typename: { __type: "String!" },
40311
40488
  accountId: { __type: "uuid" },
40489
+ applied_amount_tax_rate_id: { __type: "uuid" },
40312
40490
  centTotal: { __type: "Int" },
40313
40491
  contactId: { __type: "uuid" },
40314
40492
  createdAt: { __type: "timestamptz" },
@@ -40330,6 +40508,7 @@ export const generatedSchema = {
40330
40508
  },
40331
40509
  transactionLine_min_order_by: {
40332
40510
  accountId: { __type: "order_by" },
40511
+ applied_amount_tax_rate_id: { __type: "order_by" },
40333
40512
  centTotal: { __type: "order_by" },
40334
40513
  contactId: { __type: "order_by" },
40335
40514
  createdAt: { __type: "order_by" },
@@ -40367,6 +40546,8 @@ export const generatedSchema = {
40367
40546
  account: { __type: "account_order_by" },
40368
40547
  accountAssignmentType: { __type: "order_by" },
40369
40548
  accountId: { __type: "order_by" },
40549
+ applied_amount_tax_behavior: { __type: "order_by" },
40550
+ applied_amount_tax_rate_id: { __type: "order_by" },
40370
40551
  centTotal: { __type: "order_by" },
40371
40552
  contact: { __type: "contact_order_by" },
40372
40553
  contactId: { __type: "order_by" },
@@ -40384,7 +40565,6 @@ export const generatedSchema = {
40384
40565
  matchReservationConfirmationCode: { __type: "order_by" },
40385
40566
  matchReservationStripeGuestRef: { __type: "order_by" },
40386
40567
  matchStatus: { __type: "order_by" },
40387
- matchers: { __type: "order_by" },
40388
40568
  ownerStatement: { __type: "owner_statement_order_by" },
40389
40569
  ownerStatementId: { __type: "order_by" },
40390
40570
  party: { __type: "order_by" },
@@ -40401,10 +40581,11 @@ export const generatedSchema = {
40401
40581
  updatedAt: { __type: "order_by" },
40402
40582
  },
40403
40583
  transactionLine_pk_columns_input: { id: { __type: "uuid!" } },
40404
- transactionLine_prepend_input: { matchers: { __type: "jsonb" } },
40405
40584
  transactionLine_set_input: {
40406
40585
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40407
40586
  accountId: { __type: "uuid" },
40587
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40588
+ applied_amount_tax_rate_id: { __type: "uuid" },
40408
40589
  centTotal: { __type: "Int" },
40409
40590
  contactId: { __type: "uuid" },
40410
40591
  createdAt: { __type: "timestamptz" },
@@ -40417,7 +40598,6 @@ export const generatedSchema = {
40417
40598
  matchLineTypeClassification: { __type: "String" },
40418
40599
  matchReservationConfirmationCode: { __type: "String" },
40419
40600
  matchReservationStripeGuestRef: { __type: "String" },
40420
- matchers: { __type: "jsonb" },
40421
40601
  ownerStatementId: { __type: "uuid" },
40422
40602
  party: { __type: "party_enum" },
40423
40603
  reservationId: { __type: "uuid" },
@@ -40460,6 +40640,8 @@ export const generatedSchema = {
40460
40640
  transactionLine_stream_cursor_value_input: {
40461
40641
  accountAssignmentType: { __type: "accountAssignmentType_enum" },
40462
40642
  accountId: { __type: "uuid" },
40643
+ applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
40644
+ applied_amount_tax_rate_id: { __type: "uuid" },
40463
40645
  centTotal: { __type: "Int" },
40464
40646
  contactId: { __type: "uuid" },
40465
40647
  createdAt: { __type: "timestamptz" },
@@ -40473,7 +40655,6 @@ export const generatedSchema = {
40473
40655
  matchReservationConfirmationCode: { __type: "String" },
40474
40656
  matchReservationStripeGuestRef: { __type: "String" },
40475
40657
  matchStatus: { __type: "String" },
40476
- matchers: { __type: "jsonb" },
40477
40658
  ownerStatementId: { __type: "uuid" },
40478
40659
  party: { __type: "party_enum" },
40479
40660
  reservationId: { __type: "uuid" },
@@ -40492,12 +40673,7 @@ export const generatedSchema = {
40492
40673
  markupCentTotal: { __type: "order_by" },
40493
40674
  },
40494
40675
  transactionLine_updates: {
40495
- _append: { __type: "transactionLine_append_input" },
40496
- _delete_at_path: { __type: "transactionLine_delete_at_path_input" },
40497
- _delete_elem: { __type: "transactionLine_delete_elem_input" },
40498
- _delete_key: { __type: "transactionLine_delete_key_input" },
40499
40676
  _inc: { __type: "transactionLine_inc_input" },
40500
- _prepend: { __type: "transactionLine_prepend_input" },
40501
40677
  _set: { __type: "transactionLine_set_input" },
40502
40678
  where: { __type: "transactionLine_bool_exp!" },
40503
40679
  },
@@ -40637,10 +40813,7 @@ export const generatedSchema = {
40637
40813
  var_samp: { __type: "transaction_var_samp_order_by" },
40638
40814
  variance: { __type: "transaction_variance_order_by" },
40639
40815
  },
40640
- transaction_append_input: {
40641
- matchers: { __type: "jsonb" },
40642
- recurringPattern: { __type: "jsonb" },
40643
- },
40816
+ transaction_append_input: { recurringPattern: { __type: "jsonb" } },
40644
40817
  transaction_arr_rel_insert_input: {
40645
40818
  data: { __type: "[transaction_insert_input!]!" },
40646
40819
  on_conflict: { __type: "transaction_on_conflict" },
@@ -40678,7 +40851,9 @@ export const generatedSchema = {
40678
40851
  lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
40679
40852
  matchBankAccountLast4: { __type: "String_comparison_exp" },
40680
40853
  matchStatus: { __type: "String_comparison_exp" },
40681
- matchers: { __type: "jsonb_comparison_exp" },
40854
+ match_line_type_classification: { __type: "String_comparison_exp" },
40855
+ match_reservation_confirmation_code: { __type: "String_comparison_exp" },
40856
+ match_reservation_stripe_guest_ref: { __type: "String_comparison_exp" },
40682
40857
  paidAt: { __type: "timestamptz_comparison_exp" },
40683
40858
  paidStatus: { __type: "paidStatus_enum_comparison_exp" },
40684
40859
  recurringFeeId: { __type: "uuid_comparison_exp" },
@@ -40689,6 +40864,7 @@ export const generatedSchema = {
40689
40864
  recurringTemplateInstances_aggregate: {
40690
40865
  __type: "transaction_aggregate_bool_exp",
40691
40866
  },
40867
+ short_ref: { __type: "String_comparison_exp" },
40692
40868
  source: { __type: "source_bool_exp" },
40693
40869
  sourceId: { __type: "uuid_comparison_exp" },
40694
40870
  status: { __type: "activeStatus_enum_comparison_exp" },
@@ -40699,17 +40875,10 @@ export const generatedSchema = {
40699
40875
  updatedAt: { __type: "timestamptz_comparison_exp" },
40700
40876
  },
40701
40877
  transaction_delete_at_path_input: {
40702
- matchers: { __type: "[String!]" },
40703
40878
  recurringPattern: { __type: "[String!]" },
40704
40879
  },
40705
- transaction_delete_elem_input: {
40706
- matchers: { __type: "Int" },
40707
- recurringPattern: { __type: "Int" },
40708
- },
40709
- transaction_delete_key_input: {
40710
- matchers: { __type: "String" },
40711
- recurringPattern: { __type: "String" },
40712
- },
40880
+ transaction_delete_elem_input: { recurringPattern: { __type: "Int" } },
40881
+ transaction_delete_key_input: { recurringPattern: { __type: "String" } },
40713
40882
  transaction_inc_input: { centTotal: { __type: "Int" } },
40714
40883
  transaction_insert_input: {
40715
40884
  account: { __type: "account_obj_rel_insert_input" },
@@ -40732,7 +40901,9 @@ export const generatedSchema = {
40732
40901
  journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
40733
40902
  lines: { __type: "transactionLine_arr_rel_insert_input" },
40734
40903
  matchBankAccountLast4: { __type: "String" },
40735
- matchers: { __type: "jsonb" },
40904
+ match_line_type_classification: { __type: "String" },
40905
+ match_reservation_confirmation_code: { __type: "String" },
40906
+ match_reservation_stripe_guest_ref: { __type: "String" },
40736
40907
  paidAt: { __type: "timestamptz" },
40737
40908
  paidStatus: { __type: "paidStatus_enum" },
40738
40909
  recurringFeeId: { __type: "uuid" },
@@ -40740,6 +40911,7 @@ export const generatedSchema = {
40740
40911
  recurringTemplate: { __type: "transaction_obj_rel_insert_input" },
40741
40912
  recurringTemplateId: { __type: "uuid" },
40742
40913
  recurringTemplateInstances: { __type: "transaction_arr_rel_insert_input" },
40914
+ short_ref: { __type: "String" },
40743
40915
  source: { __type: "source_obj_rel_insert_input" },
40744
40916
  sourceId: { __type: "uuid" },
40745
40917
  status: { __type: "activeStatus_enum" },
@@ -40762,9 +40934,13 @@ export const generatedSchema = {
40762
40934
  id: { __type: "uuid" },
40763
40935
  matchBankAccountLast4: { __type: "String" },
40764
40936
  matchStatus: { __type: "String" },
40937
+ match_line_type_classification: { __type: "String" },
40938
+ match_reservation_confirmation_code: { __type: "String" },
40939
+ match_reservation_stripe_guest_ref: { __type: "String" },
40765
40940
  paidAt: { __type: "timestamptz" },
40766
40941
  recurringFeeId: { __type: "uuid" },
40767
40942
  recurringTemplateId: { __type: "uuid" },
40943
+ short_ref: { __type: "String" },
40768
40944
  sourceId: { __type: "uuid" },
40769
40945
  tenantId: { __type: "uuid" },
40770
40946
  uniqueRef: { __type: "String" },
@@ -40782,9 +40958,13 @@ export const generatedSchema = {
40782
40958
  id: { __type: "order_by" },
40783
40959
  matchBankAccountLast4: { __type: "order_by" },
40784
40960
  matchStatus: { __type: "order_by" },
40961
+ match_line_type_classification: { __type: "order_by" },
40962
+ match_reservation_confirmation_code: { __type: "order_by" },
40963
+ match_reservation_stripe_guest_ref: { __type: "order_by" },
40785
40964
  paidAt: { __type: "order_by" },
40786
40965
  recurringFeeId: { __type: "order_by" },
40787
40966
  recurringTemplateId: { __type: "order_by" },
40967
+ short_ref: { __type: "order_by" },
40788
40968
  sourceId: { __type: "order_by" },
40789
40969
  tenantId: { __type: "order_by" },
40790
40970
  uniqueRef: { __type: "order_by" },
@@ -40803,9 +40983,13 @@ export const generatedSchema = {
40803
40983
  id: { __type: "uuid" },
40804
40984
  matchBankAccountLast4: { __type: "String" },
40805
40985
  matchStatus: { __type: "String" },
40986
+ match_line_type_classification: { __type: "String" },
40987
+ match_reservation_confirmation_code: { __type: "String" },
40988
+ match_reservation_stripe_guest_ref: { __type: "String" },
40806
40989
  paidAt: { __type: "timestamptz" },
40807
40990
  recurringFeeId: { __type: "uuid" },
40808
40991
  recurringTemplateId: { __type: "uuid" },
40992
+ short_ref: { __type: "String" },
40809
40993
  sourceId: { __type: "uuid" },
40810
40994
  tenantId: { __type: "uuid" },
40811
40995
  uniqueRef: { __type: "String" },
@@ -40823,9 +41007,13 @@ export const generatedSchema = {
40823
41007
  id: { __type: "order_by" },
40824
41008
  matchBankAccountLast4: { __type: "order_by" },
40825
41009
  matchStatus: { __type: "order_by" },
41010
+ match_line_type_classification: { __type: "order_by" },
41011
+ match_reservation_confirmation_code: { __type: "order_by" },
41012
+ match_reservation_stripe_guest_ref: { __type: "order_by" },
40826
41013
  paidAt: { __type: "order_by" },
40827
41014
  recurringFeeId: { __type: "order_by" },
40828
41015
  recurringTemplateId: { __type: "order_by" },
41016
+ short_ref: { __type: "order_by" },
40829
41017
  sourceId: { __type: "order_by" },
40830
41018
  tenantId: { __type: "order_by" },
40831
41019
  uniqueRef: { __type: "order_by" },
@@ -40867,7 +41055,9 @@ export const generatedSchema = {
40867
41055
  lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
40868
41056
  matchBankAccountLast4: { __type: "order_by" },
40869
41057
  matchStatus: { __type: "order_by" },
40870
- matchers: { __type: "order_by" },
41058
+ match_line_type_classification: { __type: "order_by" },
41059
+ match_reservation_confirmation_code: { __type: "order_by" },
41060
+ match_reservation_stripe_guest_ref: { __type: "order_by" },
40871
41061
  paidAt: { __type: "order_by" },
40872
41062
  paidStatus: { __type: "order_by" },
40873
41063
  recurringFeeId: { __type: "order_by" },
@@ -40877,6 +41067,7 @@ export const generatedSchema = {
40877
41067
  recurringTemplateInstances_aggregate: {
40878
41068
  __type: "transaction_aggregate_order_by",
40879
41069
  },
41070
+ short_ref: { __type: "order_by" },
40880
41071
  source: { __type: "source_order_by" },
40881
41072
  sourceId: { __type: "order_by" },
40882
41073
  status: { __type: "order_by" },
@@ -40887,10 +41078,7 @@ export const generatedSchema = {
40887
41078
  updatedAt: { __type: "order_by" },
40888
41079
  },
40889
41080
  transaction_pk_columns_input: { id: { __type: "uuid!" } },
40890
- transaction_prepend_input: {
40891
- matchers: { __type: "jsonb" },
40892
- recurringPattern: { __type: "jsonb" },
40893
- },
41081
+ transaction_prepend_input: { recurringPattern: { __type: "jsonb" } },
40894
41082
  transaction_set_input: {
40895
41083
  accountId: { __type: "uuid" },
40896
41084
  centTotal: { __type: "Int" },
@@ -40903,12 +41091,15 @@ export const generatedSchema = {
40903
41091
  dueAt: { __type: "timestamptz" },
40904
41092
  id: { __type: "uuid" },
40905
41093
  matchBankAccountLast4: { __type: "String" },
40906
- matchers: { __type: "jsonb" },
41094
+ match_line_type_classification: { __type: "String" },
41095
+ match_reservation_confirmation_code: { __type: "String" },
41096
+ match_reservation_stripe_guest_ref: { __type: "String" },
40907
41097
  paidAt: { __type: "timestamptz" },
40908
41098
  paidStatus: { __type: "paidStatus_enum" },
40909
41099
  recurringFeeId: { __type: "uuid" },
40910
41100
  recurringPattern: { __type: "jsonb" },
40911
41101
  recurringTemplateId: { __type: "uuid" },
41102
+ short_ref: { __type: "String" },
40912
41103
  sourceId: { __type: "uuid" },
40913
41104
  status: { __type: "activeStatus_enum" },
40914
41105
  tenantId: { __type: "uuid" },
@@ -40948,12 +41139,15 @@ export const generatedSchema = {
40948
41139
  id: { __type: "uuid" },
40949
41140
  matchBankAccountLast4: { __type: "String" },
40950
41141
  matchStatus: { __type: "String" },
40951
- matchers: { __type: "jsonb" },
41142
+ match_line_type_classification: { __type: "String" },
41143
+ match_reservation_confirmation_code: { __type: "String" },
41144
+ match_reservation_stripe_guest_ref: { __type: "String" },
40952
41145
  paidAt: { __type: "timestamptz" },
40953
41146
  paidStatus: { __type: "paidStatus_enum" },
40954
41147
  recurringFeeId: { __type: "uuid" },
40955
41148
  recurringPattern: { __type: "jsonb" },
40956
41149
  recurringTemplateId: { __type: "uuid" },
41150
+ short_ref: { __type: "String" },
40957
41151
  sourceId: { __type: "uuid" },
40958
41152
  status: { __type: "activeStatus_enum" },
40959
41153
  tenantId: { __type: "uuid" },