@vrplatform/graphql 1.1.42 → 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.
@@ -24162,6 +24162,8 @@ export interface tenant_aggregate_order_by {
24162
24162
  export interface tenant_append_input {
24163
24163
  billingAddressData?: InputMaybe<Scalars["jsonb"]>;
24164
24164
  featureFlags?: InputMaybe<Scalars["jsonb"]>;
24165
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24166
+ settingsData?: InputMaybe<Scalars["jsonb"]>;
24165
24167
  setup?: InputMaybe<Scalars["jsonb"]>;
24166
24168
  statementAddressData?: InputMaybe<Scalars["jsonb"]>;
24167
24169
  }
@@ -24268,6 +24270,7 @@ export interface tenant_bool_exp {
24268
24270
  reservations?: InputMaybe<reservation_bool_exp>;
24269
24271
  reservations_aggregate?: InputMaybe<reservation_aggregate_bool_exp>;
24270
24272
  settings?: InputMaybe<setting_bool_exp>;
24273
+ settingsData?: InputMaybe<jsonb_comparison_exp>;
24271
24274
  settings_aggregate?: InputMaybe<setting_aggregate_bool_exp>;
24272
24275
  setup?: InputMaybe<jsonb_comparison_exp>;
24273
24276
  setupCompleted?: InputMaybe<Boolean_comparison_exp>;
@@ -24310,6 +24313,8 @@ export type tenant_constraint =
24310
24313
  export interface tenant_delete_at_path_input {
24311
24314
  billingAddressData?: InputMaybe<Array<Scalars["String"]>>;
24312
24315
  featureFlags?: InputMaybe<Array<Scalars["String"]>>;
24316
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24317
+ settingsData?: InputMaybe<Array<Scalars["String"]>>;
24313
24318
  setup?: InputMaybe<Array<Scalars["String"]>>;
24314
24319
  statementAddressData?: InputMaybe<Array<Scalars["String"]>>;
24315
24320
  }
@@ -24318,6 +24323,8 @@ export interface tenant_delete_at_path_input {
24318
24323
  export interface tenant_delete_elem_input {
24319
24324
  billingAddressData?: InputMaybe<Scalars["Int"]>;
24320
24325
  featureFlags?: InputMaybe<Scalars["Int"]>;
24326
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24327
+ settingsData?: InputMaybe<Scalars["Int"]>;
24321
24328
  setup?: InputMaybe<Scalars["Int"]>;
24322
24329
  statementAddressData?: InputMaybe<Scalars["Int"]>;
24323
24330
  }
@@ -24326,6 +24333,8 @@ export interface tenant_delete_elem_input {
24326
24333
  export interface tenant_delete_key_input {
24327
24334
  billingAddressData?: InputMaybe<Scalars["String"]>;
24328
24335
  featureFlags?: InputMaybe<Scalars["String"]>;
24336
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24337
+ settingsData?: InputMaybe<Scalars["String"]>;
24329
24338
  setup?: InputMaybe<Scalars["String"]>;
24330
24339
  statementAddressData?: InputMaybe<Scalars["String"]>;
24331
24340
  }
@@ -24400,6 +24409,8 @@ export interface tenant_insert_input {
24400
24409
  rates?: InputMaybe<rate_arr_rel_insert_input>;
24401
24410
  reservations?: InputMaybe<reservation_arr_rel_insert_input>;
24402
24411
  settings?: InputMaybe<setting_arr_rel_insert_input>;
24412
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24413
+ settingsData?: InputMaybe<Scalars["jsonb"]>;
24403
24414
  setup?: InputMaybe<Scalars["jsonb"]>;
24404
24415
  setupCompleted?: InputMaybe<Scalars["Boolean"]>;
24405
24416
  sources?: InputMaybe<source_arr_rel_insert_input>;
@@ -24593,6 +24604,7 @@ export interface tenant_order_by {
24593
24604
  paymentLines_aggregate?: InputMaybe<payment_line_aggregate_order_by>;
24594
24605
  rates_aggregate?: InputMaybe<rate_aggregate_order_by>;
24595
24606
  reservations_aggregate?: InputMaybe<reservation_aggregate_order_by>;
24607
+ settingsData?: InputMaybe<order_by>;
24596
24608
  settings_aggregate?: InputMaybe<setting_aggregate_order_by>;
24597
24609
  setup?: InputMaybe<order_by>;
24598
24610
  setupCompleted?: InputMaybe<order_by>;
@@ -24628,6 +24640,8 @@ export interface tenant_pk_columns_input {
24628
24640
  export interface tenant_prepend_input {
24629
24641
  billingAddressData?: InputMaybe<Scalars["jsonb"]>;
24630
24642
  featureFlags?: InputMaybe<Scalars["jsonb"]>;
24643
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24644
+ settingsData?: InputMaybe<Scalars["jsonb"]>;
24631
24645
  setup?: InputMaybe<Scalars["jsonb"]>;
24632
24646
  statementAddressData?: InputMaybe<Scalars["jsonb"]>;
24633
24647
  }
@@ -24713,6 +24727,8 @@ export type tenant_select_column =
24713
24727
  /** column name */
24714
24728
  | "partnerId"
24715
24729
  /** column name */
24730
+ | "settingsData"
24731
+ /** column name */
24716
24732
  | "setup"
24717
24733
  /** column name */
24718
24734
  | "setupCompleted"
@@ -24820,6 +24836,8 @@ export interface tenant_set_input {
24820
24836
  name?: InputMaybe<Scalars["String"]>;
24821
24837
  owner_portal_show_draft_statements?: InputMaybe<Scalars["Boolean"]>;
24822
24838
  partnerId?: InputMaybe<Scalars["uuid"]>;
24839
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24840
+ settingsData?: InputMaybe<Scalars["jsonb"]>;
24823
24841
  setup?: InputMaybe<Scalars["jsonb"]>;
24824
24842
  setupCompleted?: InputMaybe<Scalars["Boolean"]>;
24825
24843
  statementAddressData?: InputMaybe<Scalars["jsonb"]>;
@@ -24905,6 +24923,8 @@ export interface tenant_stream_cursor_value_input {
24905
24923
  name?: InputMaybe<Scalars["String"]>;
24906
24924
  owner_portal_show_draft_statements?: InputMaybe<Scalars["Boolean"]>;
24907
24925
  partnerId?: InputMaybe<Scalars["uuid"]>;
24926
+ /** JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements */
24927
+ settingsData?: InputMaybe<Scalars["jsonb"]>;
24908
24928
  setup?: InputMaybe<Scalars["jsonb"]>;
24909
24929
  setupCompleted?: InputMaybe<Scalars["Boolean"]>;
24910
24930
  statementAddressData?: InputMaybe<Scalars["jsonb"]>;
@@ -25003,6 +25023,8 @@ export type tenant_update_column =
25003
25023
  /** column name */
25004
25024
  | "partnerId"
25005
25025
  /** column name */
25026
+ | "settingsData"
25027
+ /** column name */
25006
25028
  | "setup"
25007
25029
  /** column name */
25008
25030
  | "setupCompleted"
@@ -26480,11 +26502,6 @@ export interface transactionLine_aggregate_order_by {
26480
26502
  variance?: InputMaybe<transactionLine_variance_order_by>;
26481
26503
  }
26482
26504
 
26483
- /** append existing jsonb value of filtered columns with new jsonb value */
26484
- export interface transactionLine_append_input {
26485
- matchers?: InputMaybe<Scalars["jsonb"]>;
26486
- }
26487
-
26488
26505
  /** input type for inserting array relation for remote table "accounting.transaction_line" */
26489
26506
  export interface transactionLine_arr_rel_insert_input {
26490
26507
  data: Array<transactionLine_insert_input>;
@@ -26526,7 +26543,6 @@ export interface transactionLine_bool_exp {
26526
26543
  matchReservationConfirmationCode?: InputMaybe<String_comparison_exp>;
26527
26544
  matchReservationStripeGuestRef?: InputMaybe<String_comparison_exp>;
26528
26545
  matchStatus?: InputMaybe<String_comparison_exp>;
26529
- matchers?: InputMaybe<jsonb_comparison_exp>;
26530
26546
  ownerStatement?: InputMaybe<owner_statement_bool_exp>;
26531
26547
  ownerStatementId?: InputMaybe<uuid_comparison_exp>;
26532
26548
  party?: InputMaybe<party_enum_comparison_exp>;
@@ -26548,21 +26564,6 @@ export type transactionLine_constraint =
26548
26564
  /** unique or primary key constraint on columns "unique_ref", "transaction_id" */
26549
26565
  | "transaction_line_transaction_id_unique_ref_key";
26550
26566
 
26551
- /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */
26552
- export interface transactionLine_delete_at_path_input {
26553
- matchers?: InputMaybe<Array<Scalars["String"]>>;
26554
- }
26555
-
26556
- /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */
26557
- export interface transactionLine_delete_elem_input {
26558
- matchers?: InputMaybe<Scalars["Int"]>;
26559
- }
26560
-
26561
- /** delete key/value pair or string element. key/value pairs are matched based on their key value */
26562
- export interface transactionLine_delete_key_input {
26563
- matchers?: InputMaybe<Scalars["String"]>;
26564
- }
26565
-
26566
26567
  /** input type for incrementing numeric columns in table "accounting.transaction_line" */
26567
26568
  export interface transactionLine_inc_input {
26568
26569
  centTotal?: InputMaybe<Scalars["Int"]>;
@@ -26592,7 +26593,6 @@ export interface transactionLine_insert_input {
26592
26593
  matchLineTypeClassification?: InputMaybe<Scalars["String"]>;
26593
26594
  matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
26594
26595
  matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
26595
- matchers?: InputMaybe<Scalars["jsonb"]>;
26596
26596
  ownerStatement?: InputMaybe<owner_statement_obj_rel_insert_input>;
26597
26597
  ownerStatementId?: InputMaybe<Scalars["uuid"]>;
26598
26598
  party?: InputMaybe<party_enum>;
@@ -26693,7 +26693,6 @@ export interface transactionLine_order_by {
26693
26693
  matchReservationConfirmationCode?: InputMaybe<order_by>;
26694
26694
  matchReservationStripeGuestRef?: InputMaybe<order_by>;
26695
26695
  matchStatus?: InputMaybe<order_by>;
26696
- matchers?: InputMaybe<order_by>;
26697
26696
  ownerStatement?: InputMaybe<owner_statement_order_by>;
26698
26697
  ownerStatementId?: InputMaybe<order_by>;
26699
26698
  party?: InputMaybe<order_by>;
@@ -26713,11 +26712,6 @@ export interface transactionLine_pk_columns_input {
26713
26712
  id: Scalars["uuid"];
26714
26713
  }
26715
26714
 
26716
- /** prepend existing jsonb value of filtered columns with new jsonb value */
26717
- export interface transactionLine_prepend_input {
26718
- matchers?: InputMaybe<Scalars["jsonb"]>;
26719
- }
26720
-
26721
26715
  /** select columns of table "accounting.transaction_line" */
26722
26716
  export type transactionLine_select_column =
26723
26717
  /** column name */
@@ -26755,8 +26749,6 @@ export type transactionLine_select_column =
26755
26749
  /** column name */
26756
26750
  | "matchStatus"
26757
26751
  /** column name */
26758
- | "matchers"
26759
- /** column name */
26760
26752
  | "ownerStatementId"
26761
26753
  /** column name */
26762
26754
  | "party"
@@ -26789,7 +26781,6 @@ export interface transactionLine_set_input {
26789
26781
  matchLineTypeClassification?: InputMaybe<Scalars["String"]>;
26790
26782
  matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
26791
26783
  matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
26792
- matchers?: InputMaybe<Scalars["jsonb"]>;
26793
26784
  ownerStatementId?: InputMaybe<Scalars["uuid"]>;
26794
26785
  party?: InputMaybe<party_enum>;
26795
26786
  reservationId?: InputMaybe<Scalars["uuid"]>;
@@ -26844,7 +26835,6 @@ export interface transactionLine_stream_cursor_value_input {
26844
26835
  matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
26845
26836
  matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
26846
26837
  matchStatus?: InputMaybe<Scalars["String"]>;
26847
- matchers?: InputMaybe<Scalars["jsonb"]>;
26848
26838
  ownerStatementId?: InputMaybe<Scalars["uuid"]>;
26849
26839
  party?: InputMaybe<party_enum>;
26850
26840
  reservationId?: InputMaybe<Scalars["uuid"]>;
@@ -26895,8 +26885,6 @@ export type transactionLine_update_column =
26895
26885
  /** column name */
26896
26886
  | "matchReservationStripeGuestRef"
26897
26887
  /** column name */
26898
- | "matchers"
26899
- /** column name */
26900
26888
  | "ownerStatementId"
26901
26889
  /** column name */
26902
26890
  | "party"
@@ -26912,18 +26900,8 @@ export type transactionLine_update_column =
26912
26900
  | "updatedAt";
26913
26901
 
26914
26902
  export interface transactionLine_updates {
26915
- /** append existing jsonb value of filtered columns with new jsonb value */
26916
- _append?: InputMaybe<transactionLine_append_input>;
26917
- /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */
26918
- _delete_at_path?: InputMaybe<transactionLine_delete_at_path_input>;
26919
- /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */
26920
- _delete_elem?: InputMaybe<transactionLine_delete_elem_input>;
26921
- /** delete key/value pair or string element. key/value pairs are matched based on their key value */
26922
- _delete_key?: InputMaybe<transactionLine_delete_key_input>;
26923
26903
  /** increments the numeric columns with given value of the filtered values */
26924
26904
  _inc?: InputMaybe<transactionLine_inc_input>;
26925
- /** prepend existing jsonb value of filtered columns with new jsonb value */
26926
- _prepend?: InputMaybe<transactionLine_prepend_input>;
26927
26905
  /** sets the columns of the filtered rows to the given values */
26928
26906
  _set?: InputMaybe<transactionLine_set_input>;
26929
26907
  /** filter the rows which have to be updated */
@@ -27061,7 +27039,6 @@ export interface transaction_aggregate_order_by {
27061
27039
 
27062
27040
  /** append existing jsonb value of filtered columns with new jsonb value */
27063
27041
  export interface transaction_append_input {
27064
- matchers?: InputMaybe<Scalars["jsonb"]>;
27065
27042
  recurringPattern?: InputMaybe<Scalars["jsonb"]>;
27066
27043
  }
27067
27044
 
@@ -27104,7 +27081,9 @@ export interface transaction_bool_exp {
27104
27081
  lines_aggregate?: InputMaybe<transactionLine_aggregate_bool_exp>;
27105
27082
  matchBankAccountLast4?: InputMaybe<String_comparison_exp>;
27106
27083
  matchStatus?: InputMaybe<String_comparison_exp>;
27107
- matchers?: InputMaybe<jsonb_comparison_exp>;
27084
+ match_line_type_classification?: InputMaybe<String_comparison_exp>;
27085
+ match_reservation_confirmation_code?: InputMaybe<String_comparison_exp>;
27086
+ match_reservation_stripe_guest_ref?: InputMaybe<String_comparison_exp>;
27108
27087
  paidAt?: InputMaybe<timestamptz_comparison_exp>;
27109
27088
  paidStatus?: InputMaybe<paidStatus_enum_comparison_exp>;
27110
27089
  recurringFeeId?: InputMaybe<uuid_comparison_exp>;
@@ -27137,19 +27116,16 @@ export type transaction_constraint =
27137
27116
 
27138
27117
  /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */
27139
27118
  export interface transaction_delete_at_path_input {
27140
- matchers?: InputMaybe<Array<Scalars["String"]>>;
27141
27119
  recurringPattern?: InputMaybe<Array<Scalars["String"]>>;
27142
27120
  }
27143
27121
 
27144
27122
  /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */
27145
27123
  export interface transaction_delete_elem_input {
27146
- matchers?: InputMaybe<Scalars["Int"]>;
27147
27124
  recurringPattern?: InputMaybe<Scalars["Int"]>;
27148
27125
  }
27149
27126
 
27150
27127
  /** delete key/value pair or string element. key/value pairs are matched based on their key value */
27151
27128
  export interface transaction_delete_key_input {
27152
- matchers?: InputMaybe<Scalars["String"]>;
27153
27129
  recurringPattern?: InputMaybe<Scalars["String"]>;
27154
27130
  }
27155
27131
 
@@ -27178,7 +27154,9 @@ export interface transaction_insert_input {
27178
27154
  journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
27179
27155
  lines?: InputMaybe<transactionLine_arr_rel_insert_input>;
27180
27156
  matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
27181
- matchers?: InputMaybe<Scalars["jsonb"]>;
27157
+ match_line_type_classification?: InputMaybe<Scalars["String"]>;
27158
+ match_reservation_confirmation_code?: InputMaybe<Scalars["String"]>;
27159
+ match_reservation_stripe_guest_ref?: InputMaybe<Scalars["String"]>;
27182
27160
  paidAt?: InputMaybe<Scalars["timestamptz"]>;
27183
27161
  paidStatus?: InputMaybe<paidStatus_enum>;
27184
27162
  recurringFeeId?: InputMaybe<Scalars["uuid"]>;
@@ -27211,6 +27189,9 @@ export interface transaction_max_order_by {
27211
27189
  id?: InputMaybe<order_by>;
27212
27190
  matchBankAccountLast4?: InputMaybe<order_by>;
27213
27191
  matchStatus?: InputMaybe<order_by>;
27192
+ match_line_type_classification?: InputMaybe<order_by>;
27193
+ match_reservation_confirmation_code?: InputMaybe<order_by>;
27194
+ match_reservation_stripe_guest_ref?: InputMaybe<order_by>;
27214
27195
  paidAt?: InputMaybe<order_by>;
27215
27196
  recurringFeeId?: InputMaybe<order_by>;
27216
27197
  recurringTemplateId?: InputMaybe<order_by>;
@@ -27235,6 +27216,9 @@ export interface transaction_min_order_by {
27235
27216
  id?: InputMaybe<order_by>;
27236
27217
  matchBankAccountLast4?: InputMaybe<order_by>;
27237
27218
  matchStatus?: InputMaybe<order_by>;
27219
+ match_line_type_classification?: InputMaybe<order_by>;
27220
+ match_reservation_confirmation_code?: InputMaybe<order_by>;
27221
+ match_reservation_stripe_guest_ref?: InputMaybe<order_by>;
27238
27222
  paidAt?: InputMaybe<order_by>;
27239
27223
  recurringFeeId?: InputMaybe<order_by>;
27240
27224
  recurringTemplateId?: InputMaybe<order_by>;
@@ -27281,7 +27265,9 @@ export interface transaction_order_by {
27281
27265
  lines_aggregate?: InputMaybe<transactionLine_aggregate_order_by>;
27282
27266
  matchBankAccountLast4?: InputMaybe<order_by>;
27283
27267
  matchStatus?: InputMaybe<order_by>;
27284
- matchers?: InputMaybe<order_by>;
27268
+ match_line_type_classification?: InputMaybe<order_by>;
27269
+ match_reservation_confirmation_code?: InputMaybe<order_by>;
27270
+ match_reservation_stripe_guest_ref?: InputMaybe<order_by>;
27285
27271
  paidAt?: InputMaybe<order_by>;
27286
27272
  paidStatus?: InputMaybe<order_by>;
27287
27273
  recurringFeeId?: InputMaybe<order_by>;
@@ -27307,7 +27293,6 @@ export interface transaction_pk_columns_input {
27307
27293
 
27308
27294
  /** prepend existing jsonb value of filtered columns with new jsonb value */
27309
27295
  export interface transaction_prepend_input {
27310
- matchers?: InputMaybe<Scalars["jsonb"]>;
27311
27296
  recurringPattern?: InputMaybe<Scalars["jsonb"]>;
27312
27297
  }
27313
27298
 
@@ -27338,7 +27323,11 @@ export type transaction_select_column =
27338
27323
  /** column name */
27339
27324
  | "matchStatus"
27340
27325
  /** column name */
27341
- | "matchers"
27326
+ | "match_line_type_classification"
27327
+ /** column name */
27328
+ | "match_reservation_confirmation_code"
27329
+ /** column name */
27330
+ | "match_reservation_stripe_guest_ref"
27342
27331
  /** column name */
27343
27332
  | "paidAt"
27344
27333
  /** column name */
@@ -27377,7 +27366,9 @@ export interface transaction_set_input {
27377
27366
  dueAt?: InputMaybe<Scalars["timestamptz"]>;
27378
27367
  id?: InputMaybe<Scalars["uuid"]>;
27379
27368
  matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
27380
- matchers?: InputMaybe<Scalars["jsonb"]>;
27369
+ match_line_type_classification?: InputMaybe<Scalars["String"]>;
27370
+ match_reservation_confirmation_code?: InputMaybe<Scalars["String"]>;
27371
+ match_reservation_stripe_guest_ref?: InputMaybe<Scalars["String"]>;
27381
27372
  paidAt?: InputMaybe<Scalars["timestamptz"]>;
27382
27373
  paidStatus?: InputMaybe<paidStatus_enum>;
27383
27374
  recurringFeeId?: InputMaybe<Scalars["uuid"]>;
@@ -27430,7 +27421,9 @@ export interface transaction_stream_cursor_value_input {
27430
27421
  id?: InputMaybe<Scalars["uuid"]>;
27431
27422
  matchBankAccountLast4?: InputMaybe<Scalars["String"]>;
27432
27423
  matchStatus?: InputMaybe<Scalars["String"]>;
27433
- matchers?: InputMaybe<Scalars["jsonb"]>;
27424
+ match_line_type_classification?: InputMaybe<Scalars["String"]>;
27425
+ match_reservation_confirmation_code?: InputMaybe<Scalars["String"]>;
27426
+ match_reservation_stripe_guest_ref?: InputMaybe<Scalars["String"]>;
27434
27427
  paidAt?: InputMaybe<Scalars["timestamptz"]>;
27435
27428
  paidStatus?: InputMaybe<paidStatus_enum>;
27436
27429
  recurringFeeId?: InputMaybe<Scalars["uuid"]>;
@@ -27476,7 +27469,11 @@ export type transaction_update_column =
27476
27469
  /** column name */
27477
27470
  | "matchBankAccountLast4"
27478
27471
  /** column name */
27479
- | "matchers"
27472
+ | "match_line_type_classification"
27473
+ /** column name */
27474
+ | "match_reservation_confirmation_code"
27475
+ /** column name */
27476
+ | "match_reservation_stripe_guest_ref"
27480
27477
  /** column name */
27481
27478
  | "paidAt"
27482
27479
  /** column name */
@@ -46574,12 +46571,7 @@ export declare const generatedSchema: {
46574
46571
  updateTransactionLine: {
46575
46572
  __type: "transactionLine";
46576
46573
  __args: {
46577
- _append: "transactionLine_append_input";
46578
- _delete_at_path: "transactionLine_delete_at_path_input";
46579
- _delete_elem: "transactionLine_delete_elem_input";
46580
- _delete_key: "transactionLine_delete_key_input";
46581
46574
  _inc: "transactionLine_inc_input";
46582
- _prepend: "transactionLine_prepend_input";
46583
46575
  _set: "transactionLine_set_input";
46584
46576
  pk_columns: "transactionLine_pk_columns_input!";
46585
46577
  };
@@ -46587,12 +46579,7 @@ export declare const generatedSchema: {
46587
46579
  updateTransactionLines: {
46588
46580
  __type: "transactionLine_mutation_response";
46589
46581
  __args: {
46590
- _append: "transactionLine_append_input";
46591
- _delete_at_path: "transactionLine_delete_at_path_input";
46592
- _delete_elem: "transactionLine_delete_elem_input";
46593
- _delete_key: "transactionLine_delete_key_input";
46594
46582
  _inc: "transactionLine_inc_input";
46595
- _prepend: "transactionLine_prepend_input";
46596
46583
  _set: "transactionLine_set_input";
46597
46584
  where: "transactionLine_bool_exp!";
46598
46585
  };
@@ -66239,6 +66226,7 @@ export declare const generatedSchema: {
66239
66226
  where: "setting_bool_exp";
66240
66227
  };
66241
66228
  };
66229
+ settingsData: { __type: "jsonb"; __args: { path: "String" } };
66242
66230
  settings_aggregate: {
66243
66231
  __type: "setting_aggregate!";
66244
66232
  __args: {
@@ -66471,6 +66459,7 @@ export declare const generatedSchema: {
66471
66459
  tenant_append_input: {
66472
66460
  billingAddressData: { __type: "jsonb" };
66473
66461
  featureFlags: { __type: "jsonb" };
66462
+ settingsData: { __type: "jsonb" };
66474
66463
  setup: { __type: "jsonb" };
66475
66464
  statementAddressData: { __type: "jsonb" };
66476
66465
  };
@@ -66583,6 +66572,7 @@ export declare const generatedSchema: {
66583
66572
  reservations: { __type: "reservation_bool_exp" };
66584
66573
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" };
66585
66574
  settings: { __type: "setting_bool_exp" };
66575
+ settingsData: { __type: "jsonb_comparison_exp" };
66586
66576
  settings_aggregate: { __type: "setting_aggregate_bool_exp" };
66587
66577
  setup: { __type: "jsonb_comparison_exp" };
66588
66578
  setupCompleted: { __type: "Boolean_comparison_exp" };
@@ -66620,18 +66610,21 @@ export declare const generatedSchema: {
66620
66610
  tenant_delete_at_path_input: {
66621
66611
  billingAddressData: { __type: "[String!]" };
66622
66612
  featureFlags: { __type: "[String!]" };
66613
+ settingsData: { __type: "[String!]" };
66623
66614
  setup: { __type: "[String!]" };
66624
66615
  statementAddressData: { __type: "[String!]" };
66625
66616
  };
66626
66617
  tenant_delete_elem_input: {
66627
66618
  billingAddressData: { __type: "Int" };
66628
66619
  featureFlags: { __type: "Int" };
66620
+ settingsData: { __type: "Int" };
66629
66621
  setup: { __type: "Int" };
66630
66622
  statementAddressData: { __type: "Int" };
66631
66623
  };
66632
66624
  tenant_delete_key_input: {
66633
66625
  billingAddressData: { __type: "String" };
66634
66626
  featureFlags: { __type: "String" };
66627
+ settingsData: { __type: "String" };
66635
66628
  setup: { __type: "String" };
66636
66629
  statementAddressData: { __type: "String" };
66637
66630
  };
@@ -66701,6 +66694,7 @@ export declare const generatedSchema: {
66701
66694
  rates: { __type: "rate_arr_rel_insert_input" };
66702
66695
  reservations: { __type: "reservation_arr_rel_insert_input" };
66703
66696
  settings: { __type: "setting_arr_rel_insert_input" };
66697
+ settingsData: { __type: "jsonb" };
66704
66698
  setup: { __type: "jsonb" };
66705
66699
  setupCompleted: { __type: "Boolean" };
66706
66700
  sources: { __type: "source_arr_rel_insert_input" };
@@ -66976,6 +66970,7 @@ export declare const generatedSchema: {
66976
66970
  paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" };
66977
66971
  rates_aggregate: { __type: "rate_aggregate_order_by" };
66978
66972
  reservations_aggregate: { __type: "reservation_aggregate_order_by" };
66973
+ settingsData: { __type: "order_by" };
66979
66974
  settings_aggregate: { __type: "setting_aggregate_order_by" };
66980
66975
  setup: { __type: "order_by" };
66981
66976
  setupCompleted: { __type: "order_by" };
@@ -67007,6 +67002,7 @@ export declare const generatedSchema: {
67007
67002
  tenant_prepend_input: {
67008
67003
  billingAddressData: { __type: "jsonb" };
67009
67004
  featureFlags: { __type: "jsonb" };
67005
+ settingsData: { __type: "jsonb" };
67010
67006
  setup: { __type: "jsonb" };
67011
67007
  statementAddressData: { __type: "jsonb" };
67012
67008
  };
@@ -67047,6 +67043,7 @@ export declare const generatedSchema: {
67047
67043
  name: { __type: "String" };
67048
67044
  owner_portal_show_draft_statements: { __type: "Boolean" };
67049
67045
  partnerId: { __type: "uuid" };
67046
+ settingsData: { __type: "jsonb" };
67050
67047
  setup: { __type: "jsonb" };
67051
67048
  setupCompleted: { __type: "Boolean" };
67052
67049
  statementAddressData: { __type: "jsonb" };
@@ -67134,6 +67131,7 @@ export declare const generatedSchema: {
67134
67131
  name: { __type: "String" };
67135
67132
  owner_portal_show_draft_statements: { __type: "Boolean" };
67136
67133
  partnerId: { __type: "uuid" };
67134
+ settingsData: { __type: "jsonb" };
67137
67135
  setup: { __type: "jsonb" };
67138
67136
  setupCompleted: { __type: "Boolean" };
67139
67137
  statementAddressData: { __type: "jsonb" };
@@ -68643,7 +68641,9 @@ export declare const generatedSchema: {
68643
68641
  };
68644
68642
  matchBankAccountLast4: { __type: "String" };
68645
68643
  matchStatus: { __type: "String" };
68646
- matchers: { __type: "jsonb"; __args: { path: "String" } };
68644
+ match_line_type_classification: { __type: "String" };
68645
+ match_reservation_confirmation_code: { __type: "String" };
68646
+ match_reservation_stripe_guest_ref: { __type: "String" };
68647
68647
  paidAt: { __type: "timestamptz" };
68648
68648
  paidStatus: { __type: "paidStatus_enum" };
68649
68649
  recurringFeeId: { __type: "uuid" };
@@ -68723,7 +68723,6 @@ export declare const generatedSchema: {
68723
68723
  matchReservationConfirmationCode: { __type: "String" };
68724
68724
  matchReservationStripeGuestRef: { __type: "String" };
68725
68725
  matchStatus: { __type: "String" };
68726
- matchers: { __type: "jsonb"; __args: { path: "String" } };
68727
68726
  ownerStatement: { __type: "owner_statement" };
68728
68727
  ownerStatementId: { __type: "uuid" };
68729
68728
  party: { __type: "party_enum" };
@@ -68784,7 +68783,6 @@ export declare const generatedSchema: {
68784
68783
  var_samp: { __type: "transactionLine_var_samp_order_by" };
68785
68784
  variance: { __type: "transactionLine_variance_order_by" };
68786
68785
  };
68787
- transactionLine_append_input: { matchers: { __type: "jsonb" } };
68788
68786
  transactionLine_arr_rel_insert_input: {
68789
68787
  data: { __type: "[transactionLine_insert_input!]!" };
68790
68788
  on_conflict: { __type: "transactionLine_on_conflict" };
@@ -68827,7 +68825,6 @@ export declare const generatedSchema: {
68827
68825
  matchReservationConfirmationCode: { __type: "String_comparison_exp" };
68828
68826
  matchReservationStripeGuestRef: { __type: "String_comparison_exp" };
68829
68827
  matchStatus: { __type: "String_comparison_exp" };
68830
- matchers: { __type: "jsonb_comparison_exp" };
68831
68828
  ownerStatement: { __type: "owner_statement_bool_exp" };
68832
68829
  ownerStatementId: { __type: "uuid_comparison_exp" };
68833
68830
  party: { __type: "party_enum_comparison_exp" };
@@ -68843,9 +68840,6 @@ export declare const generatedSchema: {
68843
68840
  uniqueRef: { __type: "String_comparison_exp" };
68844
68841
  updatedAt: { __type: "timestamptz_comparison_exp" };
68845
68842
  };
68846
- transactionLine_delete_at_path_input: { matchers: { __type: "[String!]" } };
68847
- transactionLine_delete_elem_input: { matchers: { __type: "Int" } };
68848
- transactionLine_delete_key_input: { matchers: { __type: "String" } };
68849
68843
  transactionLine_inc_input: {
68850
68844
  centTotal: { __type: "Int" };
68851
68845
  markupCentTotal: { __type: "Int" };
@@ -68872,7 +68866,6 @@ export declare const generatedSchema: {
68872
68866
  matchLineTypeClassification: { __type: "String" };
68873
68867
  matchReservationConfirmationCode: { __type: "String" };
68874
68868
  matchReservationStripeGuestRef: { __type: "String" };
68875
- matchers: { __type: "jsonb" };
68876
68869
  ownerStatement: { __type: "owner_statement_obj_rel_insert_input" };
68877
68870
  ownerStatementId: { __type: "uuid" };
68878
68871
  party: { __type: "party_enum" };
@@ -69015,7 +69008,6 @@ export declare const generatedSchema: {
69015
69008
  matchReservationConfirmationCode: { __type: "order_by" };
69016
69009
  matchReservationStripeGuestRef: { __type: "order_by" };
69017
69010
  matchStatus: { __type: "order_by" };
69018
- matchers: { __type: "order_by" };
69019
69011
  ownerStatement: { __type: "owner_statement_order_by" };
69020
69012
  ownerStatementId: { __type: "order_by" };
69021
69013
  party: { __type: "order_by" };
@@ -69032,7 +69024,6 @@ export declare const generatedSchema: {
69032
69024
  updatedAt: { __type: "order_by" };
69033
69025
  };
69034
69026
  transactionLine_pk_columns_input: { id: { __type: "uuid!" } };
69035
- transactionLine_prepend_input: { matchers: { __type: "jsonb" } };
69036
69027
  transactionLine_set_input: {
69037
69028
  accountAssignmentType: { __type: "accountAssignmentType_enum" };
69038
69029
  accountId: { __type: "uuid" };
@@ -69050,7 +69041,6 @@ export declare const generatedSchema: {
69050
69041
  matchLineTypeClassification: { __type: "String" };
69051
69042
  matchReservationConfirmationCode: { __type: "String" };
69052
69043
  matchReservationStripeGuestRef: { __type: "String" };
69053
- matchers: { __type: "jsonb" };
69054
69044
  ownerStatementId: { __type: "uuid" };
69055
69045
  party: { __type: "party_enum" };
69056
69046
  reservationId: { __type: "uuid" };
@@ -69108,7 +69098,6 @@ export declare const generatedSchema: {
69108
69098
  matchReservationConfirmationCode: { __type: "String" };
69109
69099
  matchReservationStripeGuestRef: { __type: "String" };
69110
69100
  matchStatus: { __type: "String" };
69111
- matchers: { __type: "jsonb" };
69112
69101
  ownerStatementId: { __type: "uuid" };
69113
69102
  party: { __type: "party_enum" };
69114
69103
  reservationId: { __type: "uuid" };
@@ -69127,12 +69116,7 @@ export declare const generatedSchema: {
69127
69116
  markupCentTotal: { __type: "order_by" };
69128
69117
  };
69129
69118
  transactionLine_updates: {
69130
- _append: { __type: "transactionLine_append_input" };
69131
- _delete_at_path: { __type: "transactionLine_delete_at_path_input" };
69132
- _delete_elem: { __type: "transactionLine_delete_elem_input" };
69133
- _delete_key: { __type: "transactionLine_delete_key_input" };
69134
69119
  _inc: { __type: "transactionLine_inc_input" };
69135
- _prepend: { __type: "transactionLine_prepend_input" };
69136
69120
  _set: { __type: "transactionLine_set_input" };
69137
69121
  where: { __type: "transactionLine_bool_exp!" };
69138
69122
  };
@@ -69272,10 +69256,7 @@ export declare const generatedSchema: {
69272
69256
  var_samp: { __type: "transaction_var_samp_order_by" };
69273
69257
  variance: { __type: "transaction_variance_order_by" };
69274
69258
  };
69275
- transaction_append_input: {
69276
- matchers: { __type: "jsonb" };
69277
- recurringPattern: { __type: "jsonb" };
69278
- };
69259
+ transaction_append_input: { recurringPattern: { __type: "jsonb" } };
69279
69260
  transaction_arr_rel_insert_input: {
69280
69261
  data: { __type: "[transaction_insert_input!]!" };
69281
69262
  on_conflict: { __type: "transaction_on_conflict" };
@@ -69313,7 +69294,9 @@ export declare const generatedSchema: {
69313
69294
  lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" };
69314
69295
  matchBankAccountLast4: { __type: "String_comparison_exp" };
69315
69296
  matchStatus: { __type: "String_comparison_exp" };
69316
- matchers: { __type: "jsonb_comparison_exp" };
69297
+ match_line_type_classification: { __type: "String_comparison_exp" };
69298
+ match_reservation_confirmation_code: { __type: "String_comparison_exp" };
69299
+ match_reservation_stripe_guest_ref: { __type: "String_comparison_exp" };
69317
69300
  paidAt: { __type: "timestamptz_comparison_exp" };
69318
69301
  paidStatus: { __type: "paidStatus_enum_comparison_exp" };
69319
69302
  recurringFeeId: { __type: "uuid_comparison_exp" };
@@ -69335,17 +69318,10 @@ export declare const generatedSchema: {
69335
69318
  updatedAt: { __type: "timestamptz_comparison_exp" };
69336
69319
  };
69337
69320
  transaction_delete_at_path_input: {
69338
- matchers: { __type: "[String!]" };
69339
69321
  recurringPattern: { __type: "[String!]" };
69340
69322
  };
69341
- transaction_delete_elem_input: {
69342
- matchers: { __type: "Int" };
69343
- recurringPattern: { __type: "Int" };
69344
- };
69345
- transaction_delete_key_input: {
69346
- matchers: { __type: "String" };
69347
- recurringPattern: { __type: "String" };
69348
- };
69323
+ transaction_delete_elem_input: { recurringPattern: { __type: "Int" } };
69324
+ transaction_delete_key_input: { recurringPattern: { __type: "String" } };
69349
69325
  transaction_inc_input: { centTotal: { __type: "Int" } };
69350
69326
  transaction_insert_input: {
69351
69327
  account: { __type: "account_obj_rel_insert_input" };
@@ -69368,7 +69344,9 @@ export declare const generatedSchema: {
69368
69344
  journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
69369
69345
  lines: { __type: "transactionLine_arr_rel_insert_input" };
69370
69346
  matchBankAccountLast4: { __type: "String" };
69371
- matchers: { __type: "jsonb" };
69347
+ match_line_type_classification: { __type: "String" };
69348
+ match_reservation_confirmation_code: { __type: "String" };
69349
+ match_reservation_stripe_guest_ref: { __type: "String" };
69372
69350
  paidAt: { __type: "timestamptz" };
69373
69351
  paidStatus: { __type: "paidStatus_enum" };
69374
69352
  recurringFeeId: { __type: "uuid" };
@@ -69399,6 +69377,9 @@ export declare const generatedSchema: {
69399
69377
  id: { __type: "uuid" };
69400
69378
  matchBankAccountLast4: { __type: "String" };
69401
69379
  matchStatus: { __type: "String" };
69380
+ match_line_type_classification: { __type: "String" };
69381
+ match_reservation_confirmation_code: { __type: "String" };
69382
+ match_reservation_stripe_guest_ref: { __type: "String" };
69402
69383
  paidAt: { __type: "timestamptz" };
69403
69384
  recurringFeeId: { __type: "uuid" };
69404
69385
  recurringTemplateId: { __type: "uuid" };
@@ -69420,6 +69401,9 @@ export declare const generatedSchema: {
69420
69401
  id: { __type: "order_by" };
69421
69402
  matchBankAccountLast4: { __type: "order_by" };
69422
69403
  matchStatus: { __type: "order_by" };
69404
+ match_line_type_classification: { __type: "order_by" };
69405
+ match_reservation_confirmation_code: { __type: "order_by" };
69406
+ match_reservation_stripe_guest_ref: { __type: "order_by" };
69423
69407
  paidAt: { __type: "order_by" };
69424
69408
  recurringFeeId: { __type: "order_by" };
69425
69409
  recurringTemplateId: { __type: "order_by" };
@@ -69442,6 +69426,9 @@ export declare const generatedSchema: {
69442
69426
  id: { __type: "uuid" };
69443
69427
  matchBankAccountLast4: { __type: "String" };
69444
69428
  matchStatus: { __type: "String" };
69429
+ match_line_type_classification: { __type: "String" };
69430
+ match_reservation_confirmation_code: { __type: "String" };
69431
+ match_reservation_stripe_guest_ref: { __type: "String" };
69445
69432
  paidAt: { __type: "timestamptz" };
69446
69433
  recurringFeeId: { __type: "uuid" };
69447
69434
  recurringTemplateId: { __type: "uuid" };
@@ -69463,6 +69450,9 @@ export declare const generatedSchema: {
69463
69450
  id: { __type: "order_by" };
69464
69451
  matchBankAccountLast4: { __type: "order_by" };
69465
69452
  matchStatus: { __type: "order_by" };
69453
+ match_line_type_classification: { __type: "order_by" };
69454
+ match_reservation_confirmation_code: { __type: "order_by" };
69455
+ match_reservation_stripe_guest_ref: { __type: "order_by" };
69466
69456
  paidAt: { __type: "order_by" };
69467
69457
  recurringFeeId: { __type: "order_by" };
69468
69458
  recurringTemplateId: { __type: "order_by" };
@@ -69508,7 +69498,9 @@ export declare const generatedSchema: {
69508
69498
  lines_aggregate: { __type: "transactionLine_aggregate_order_by" };
69509
69499
  matchBankAccountLast4: { __type: "order_by" };
69510
69500
  matchStatus: { __type: "order_by" };
69511
- matchers: { __type: "order_by" };
69501
+ match_line_type_classification: { __type: "order_by" };
69502
+ match_reservation_confirmation_code: { __type: "order_by" };
69503
+ match_reservation_stripe_guest_ref: { __type: "order_by" };
69512
69504
  paidAt: { __type: "order_by" };
69513
69505
  paidStatus: { __type: "order_by" };
69514
69506
  recurringFeeId: { __type: "order_by" };
@@ -69529,10 +69521,7 @@ export declare const generatedSchema: {
69529
69521
  updatedAt: { __type: "order_by" };
69530
69522
  };
69531
69523
  transaction_pk_columns_input: { id: { __type: "uuid!" } };
69532
- transaction_prepend_input: {
69533
- matchers: { __type: "jsonb" };
69534
- recurringPattern: { __type: "jsonb" };
69535
- };
69524
+ transaction_prepend_input: { recurringPattern: { __type: "jsonb" } };
69536
69525
  transaction_set_input: {
69537
69526
  accountId: { __type: "uuid" };
69538
69527
  centTotal: { __type: "Int" };
@@ -69545,7 +69534,9 @@ export declare const generatedSchema: {
69545
69534
  dueAt: { __type: "timestamptz" };
69546
69535
  id: { __type: "uuid" };
69547
69536
  matchBankAccountLast4: { __type: "String" };
69548
- matchers: { __type: "jsonb" };
69537
+ match_line_type_classification: { __type: "String" };
69538
+ match_reservation_confirmation_code: { __type: "String" };
69539
+ match_reservation_stripe_guest_ref: { __type: "String" };
69549
69540
  paidAt: { __type: "timestamptz" };
69550
69541
  paidStatus: { __type: "paidStatus_enum" };
69551
69542
  recurringFeeId: { __type: "uuid" };
@@ -69591,7 +69582,9 @@ export declare const generatedSchema: {
69591
69582
  id: { __type: "uuid" };
69592
69583
  matchBankAccountLast4: { __type: "String" };
69593
69584
  matchStatus: { __type: "String" };
69594
- matchers: { __type: "jsonb" };
69585
+ match_line_type_classification: { __type: "String" };
69586
+ match_reservation_confirmation_code: { __type: "String" };
69587
+ match_reservation_stripe_guest_ref: { __type: "String" };
69595
69588
  paidAt: { __type: "timestamptz" };
69596
69589
  paidStatus: { __type: "paidStatus_enum" };
69597
69590
  recurringFeeId: { __type: "uuid" };
@@ -85421,22 +85414,12 @@ export interface Mutation {
85421
85414
  pk_columns: transaction_pk_columns_input;
85422
85415
  }) => Maybe<transaction>;
85423
85416
  updateTransactionLine: (args: {
85424
- _append?: Maybe<transactionLine_append_input>;
85425
- _delete_at_path?: Maybe<transactionLine_delete_at_path_input>;
85426
- _delete_elem?: Maybe<transactionLine_delete_elem_input>;
85427
- _delete_key?: Maybe<transactionLine_delete_key_input>;
85428
85417
  _inc?: Maybe<transactionLine_inc_input>;
85429
- _prepend?: Maybe<transactionLine_prepend_input>;
85430
85418
  _set?: Maybe<transactionLine_set_input>;
85431
85419
  pk_columns: transactionLine_pk_columns_input;
85432
85420
  }) => Maybe<transactionLine>;
85433
85421
  updateTransactionLines: (args: {
85434
- _append?: Maybe<transactionLine_append_input>;
85435
- _delete_at_path?: Maybe<transactionLine_delete_at_path_input>;
85436
- _delete_elem?: Maybe<transactionLine_delete_elem_input>;
85437
- _delete_key?: Maybe<transactionLine_delete_key_input>;
85438
85422
  _inc?: Maybe<transactionLine_inc_input>;
85439
- _prepend?: Maybe<transactionLine_prepend_input>;
85440
85423
  _set?: Maybe<transactionLine_set_input>;
85441
85424
  where: transactionLine_bool_exp;
85442
85425
  }) => Maybe<transactionLine_mutation_response>;
@@ -101622,6 +101605,15 @@ export interface tenant {
101622
101605
  */
101623
101606
  where?: Maybe<setting_bool_exp>;
101624
101607
  }) => Array<setting>;
101608
+ /**
101609
+ * JSON column to hold team settings like "owner_portal_show_reservation_totals" or "owner_portal_show_draft_statements
101610
+ */
101611
+ settingsData: (args?: {
101612
+ /**
101613
+ * JSON select path
101614
+ */
101615
+ path?: Maybe<Scalars["String"]>;
101616
+ }) => Maybe<ScalarsEnums["jsonb"]>;
101625
101617
  /**
101626
101618
  * An aggregate relationship
101627
101619
  */
@@ -103432,12 +103424,9 @@ export interface transaction {
103432
103424
  }) => transactionLine_aggregate;
103433
103425
  matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
103434
103426
  matchStatus?: Maybe<ScalarsEnums["String"]>;
103435
- matchers: (args?: {
103436
- /**
103437
- * JSON select path
103438
- */
103439
- path?: Maybe<Scalars["String"]>;
103440
- }) => Maybe<ScalarsEnums["jsonb"]>;
103427
+ match_line_type_classification?: Maybe<ScalarsEnums["String"]>;
103428
+ match_reservation_confirmation_code?: Maybe<ScalarsEnums["String"]>;
103429
+ match_reservation_stripe_guest_ref?: Maybe<ScalarsEnums["String"]>;
103441
103430
  paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
103442
103431
  paidStatus?: Maybe<ScalarsEnums["paidStatus_enum"]>;
103443
103432
  recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
@@ -103610,12 +103599,6 @@ export interface transactionLine {
103610
103599
  matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
103611
103600
  matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
103612
103601
  matchStatus?: Maybe<ScalarsEnums["String"]>;
103613
- matchers: (args?: {
103614
- /**
103615
- * JSON select path
103616
- */
103617
- path?: Maybe<Scalars["String"]>;
103618
- }) => Maybe<ScalarsEnums["jsonb"]>;
103619
103602
  /**
103620
103603
  * An object relationship
103621
103604
  */
@@ -103931,6 +103914,9 @@ export interface transaction_max_fields {
103931
103914
  id?: Maybe<ScalarsEnums["uuid"]>;
103932
103915
  matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
103933
103916
  matchStatus?: Maybe<ScalarsEnums["String"]>;
103917
+ match_line_type_classification?: Maybe<ScalarsEnums["String"]>;
103918
+ match_reservation_confirmation_code?: Maybe<ScalarsEnums["String"]>;
103919
+ match_reservation_stripe_guest_ref?: Maybe<ScalarsEnums["String"]>;
103934
103920
  paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
103935
103921
  recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
103936
103922
  recurringTemplateId?: Maybe<ScalarsEnums["uuid"]>;
@@ -103960,6 +103946,9 @@ export interface transaction_min_fields {
103960
103946
  id?: Maybe<ScalarsEnums["uuid"]>;
103961
103947
  matchBankAccountLast4?: Maybe<ScalarsEnums["String"]>;
103962
103948
  matchStatus?: Maybe<ScalarsEnums["String"]>;
103949
+ match_line_type_classification?: Maybe<ScalarsEnums["String"]>;
103950
+ match_reservation_confirmation_code?: Maybe<ScalarsEnums["String"]>;
103951
+ match_reservation_stripe_guest_ref?: Maybe<ScalarsEnums["String"]>;
103963
103952
  paidAt?: Maybe<ScalarsEnums["timestamptz"]>;
103964
103953
  recurringFeeId?: Maybe<ScalarsEnums["uuid"]>;
103965
103954
  recurringTemplateId?: Maybe<ScalarsEnums["uuid"]>;