@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.
- package/build/main/gqty/schema.generated.d.ts +116 -127
- package/build/main/gqty/schema.generated.js +45 -49
- package/build/module/gqty/schema.generated.d.ts +116 -127
- package/build/module/gqty/schema.generated.js +45 -49
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +116 -127
- package/src/gqty/schema.generated.js +45 -49
|
@@ -18173,12 +18173,7 @@ export const generatedSchema = {
|
|
|
18173
18173
|
updateTransactionLine: {
|
|
18174
18174
|
__type: "transactionLine",
|
|
18175
18175
|
__args: {
|
|
18176
|
-
_append: "transactionLine_append_input",
|
|
18177
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18178
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18179
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18180
18176
|
_inc: "transactionLine_inc_input",
|
|
18181
|
-
_prepend: "transactionLine_prepend_input",
|
|
18182
18177
|
_set: "transactionLine_set_input",
|
|
18183
18178
|
pk_columns: "transactionLine_pk_columns_input!",
|
|
18184
18179
|
},
|
|
@@ -18186,12 +18181,7 @@ export const generatedSchema = {
|
|
|
18186
18181
|
updateTransactionLines: {
|
|
18187
18182
|
__type: "transactionLine_mutation_response",
|
|
18188
18183
|
__args: {
|
|
18189
|
-
_append: "transactionLine_append_input",
|
|
18190
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18191
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18192
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18193
18184
|
_inc: "transactionLine_inc_input",
|
|
18194
|
-
_prepend: "transactionLine_prepend_input",
|
|
18195
18185
|
_set: "transactionLine_set_input",
|
|
18196
18186
|
where: "transactionLine_bool_exp!",
|
|
18197
18187
|
},
|
|
@@ -37882,6 +37872,7 @@ export const generatedSchema = {
|
|
|
37882
37872
|
where: "setting_bool_exp",
|
|
37883
37873
|
},
|
|
37884
37874
|
},
|
|
37875
|
+
settingsData: { __type: "jsonb", __args: { path: "String" } },
|
|
37885
37876
|
settings_aggregate: {
|
|
37886
37877
|
__type: "setting_aggregate!",
|
|
37887
37878
|
__args: {
|
|
@@ -38116,6 +38107,7 @@ export const generatedSchema = {
|
|
|
38116
38107
|
tenant_append_input: {
|
|
38117
38108
|
billingAddressData: { __type: "jsonb" },
|
|
38118
38109
|
featureFlags: { __type: "jsonb" },
|
|
38110
|
+
settingsData: { __type: "jsonb" },
|
|
38119
38111
|
setup: { __type: "jsonb" },
|
|
38120
38112
|
statementAddressData: { __type: "jsonb" },
|
|
38121
38113
|
},
|
|
@@ -38228,6 +38220,7 @@ export const generatedSchema = {
|
|
|
38228
38220
|
reservations: { __type: "reservation_bool_exp" },
|
|
38229
38221
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
38230
38222
|
settings: { __type: "setting_bool_exp" },
|
|
38223
|
+
settingsData: { __type: "jsonb_comparison_exp" },
|
|
38231
38224
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
38232
38225
|
setup: { __type: "jsonb_comparison_exp" },
|
|
38233
38226
|
setupCompleted: { __type: "Boolean_comparison_exp" },
|
|
@@ -38265,18 +38258,21 @@ export const generatedSchema = {
|
|
|
38265
38258
|
tenant_delete_at_path_input: {
|
|
38266
38259
|
billingAddressData: { __type: "[String!]" },
|
|
38267
38260
|
featureFlags: { __type: "[String!]" },
|
|
38261
|
+
settingsData: { __type: "[String!]" },
|
|
38268
38262
|
setup: { __type: "[String!]" },
|
|
38269
38263
|
statementAddressData: { __type: "[String!]" },
|
|
38270
38264
|
},
|
|
38271
38265
|
tenant_delete_elem_input: {
|
|
38272
38266
|
billingAddressData: { __type: "Int" },
|
|
38273
38267
|
featureFlags: { __type: "Int" },
|
|
38268
|
+
settingsData: { __type: "Int" },
|
|
38274
38269
|
setup: { __type: "Int" },
|
|
38275
38270
|
statementAddressData: { __type: "Int" },
|
|
38276
38271
|
},
|
|
38277
38272
|
tenant_delete_key_input: {
|
|
38278
38273
|
billingAddressData: { __type: "String" },
|
|
38279
38274
|
featureFlags: { __type: "String" },
|
|
38275
|
+
settingsData: { __type: "String" },
|
|
38280
38276
|
setup: { __type: "String" },
|
|
38281
38277
|
statementAddressData: { __type: "String" },
|
|
38282
38278
|
},
|
|
@@ -38346,6 +38342,7 @@ export const generatedSchema = {
|
|
|
38346
38342
|
rates: { __type: "rate_arr_rel_insert_input" },
|
|
38347
38343
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
38348
38344
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
38345
|
+
settingsData: { __type: "jsonb" },
|
|
38349
38346
|
setup: { __type: "jsonb" },
|
|
38350
38347
|
setupCompleted: { __type: "Boolean" },
|
|
38351
38348
|
sources: { __type: "source_arr_rel_insert_input" },
|
|
@@ -38621,6 +38618,7 @@ export const generatedSchema = {
|
|
|
38621
38618
|
paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
|
|
38622
38619
|
rates_aggregate: { __type: "rate_aggregate_order_by" },
|
|
38623
38620
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
38621
|
+
settingsData: { __type: "order_by" },
|
|
38624
38622
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
38625
38623
|
setup: { __type: "order_by" },
|
|
38626
38624
|
setupCompleted: { __type: "order_by" },
|
|
@@ -38652,6 +38650,7 @@ export const generatedSchema = {
|
|
|
38652
38650
|
tenant_prepend_input: {
|
|
38653
38651
|
billingAddressData: { __type: "jsonb" },
|
|
38654
38652
|
featureFlags: { __type: "jsonb" },
|
|
38653
|
+
settingsData: { __type: "jsonb" },
|
|
38655
38654
|
setup: { __type: "jsonb" },
|
|
38656
38655
|
statementAddressData: { __type: "jsonb" },
|
|
38657
38656
|
},
|
|
@@ -38692,6 +38691,7 @@ export const generatedSchema = {
|
|
|
38692
38691
|
name: { __type: "String" },
|
|
38693
38692
|
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38694
38693
|
partnerId: { __type: "uuid" },
|
|
38694
|
+
settingsData: { __type: "jsonb" },
|
|
38695
38695
|
setup: { __type: "jsonb" },
|
|
38696
38696
|
setupCompleted: { __type: "Boolean" },
|
|
38697
38697
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -38779,6 +38779,7 @@ export const generatedSchema = {
|
|
|
38779
38779
|
name: { __type: "String" },
|
|
38780
38780
|
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38781
38781
|
partnerId: { __type: "uuid" },
|
|
38782
|
+
settingsData: { __type: "jsonb" },
|
|
38782
38783
|
setup: { __type: "jsonb" },
|
|
38783
38784
|
setupCompleted: { __type: "Boolean" },
|
|
38784
38785
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -40289,7 +40290,9 @@ export const generatedSchema = {
|
|
|
40289
40290
|
},
|
|
40290
40291
|
matchBankAccountLast4: { __type: "String" },
|
|
40291
40292
|
matchStatus: { __type: "String" },
|
|
40292
|
-
|
|
40293
|
+
match_line_type_classification: { __type: "String" },
|
|
40294
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40295
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40293
40296
|
paidAt: { __type: "timestamptz" },
|
|
40294
40297
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40295
40298
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40369,7 +40372,6 @@ export const generatedSchema = {
|
|
|
40369
40372
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40370
40373
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40371
40374
|
matchStatus: { __type: "String" },
|
|
40372
|
-
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
40373
40375
|
ownerStatement: { __type: "owner_statement" },
|
|
40374
40376
|
ownerStatementId: { __type: "uuid" },
|
|
40375
40377
|
party: { __type: "party_enum" },
|
|
@@ -40430,7 +40432,6 @@ export const generatedSchema = {
|
|
|
40430
40432
|
var_samp: { __type: "transactionLine_var_samp_order_by" },
|
|
40431
40433
|
variance: { __type: "transactionLine_variance_order_by" },
|
|
40432
40434
|
},
|
|
40433
|
-
transactionLine_append_input: { matchers: { __type: "jsonb" } },
|
|
40434
40435
|
transactionLine_arr_rel_insert_input: {
|
|
40435
40436
|
data: { __type: "[transactionLine_insert_input!]!" },
|
|
40436
40437
|
on_conflict: { __type: "transactionLine_on_conflict" },
|
|
@@ -40473,7 +40474,6 @@ export const generatedSchema = {
|
|
|
40473
40474
|
matchReservationConfirmationCode: { __type: "String_comparison_exp" },
|
|
40474
40475
|
matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
|
|
40475
40476
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40476
|
-
matchers: { __type: "jsonb_comparison_exp" },
|
|
40477
40477
|
ownerStatement: { __type: "owner_statement_bool_exp" },
|
|
40478
40478
|
ownerStatementId: { __type: "uuid_comparison_exp" },
|
|
40479
40479
|
party: { __type: "party_enum_comparison_exp" },
|
|
@@ -40489,9 +40489,6 @@ export const generatedSchema = {
|
|
|
40489
40489
|
uniqueRef: { __type: "String_comparison_exp" },
|
|
40490
40490
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40491
40491
|
},
|
|
40492
|
-
transactionLine_delete_at_path_input: { matchers: { __type: "[String!]" } },
|
|
40493
|
-
transactionLine_delete_elem_input: { matchers: { __type: "Int" } },
|
|
40494
|
-
transactionLine_delete_key_input: { matchers: { __type: "String" } },
|
|
40495
40492
|
transactionLine_inc_input: {
|
|
40496
40493
|
centTotal: { __type: "Int" },
|
|
40497
40494
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40518,7 +40515,6 @@ export const generatedSchema = {
|
|
|
40518
40515
|
matchLineTypeClassification: { __type: "String" },
|
|
40519
40516
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40520
40517
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40521
|
-
matchers: { __type: "jsonb" },
|
|
40522
40518
|
ownerStatement: { __type: "owner_statement_obj_rel_insert_input" },
|
|
40523
40519
|
ownerStatementId: { __type: "uuid" },
|
|
40524
40520
|
party: { __type: "party_enum" },
|
|
@@ -40661,7 +40657,6 @@ export const generatedSchema = {
|
|
|
40661
40657
|
matchReservationConfirmationCode: { __type: "order_by" },
|
|
40662
40658
|
matchReservationStripeGuestRef: { __type: "order_by" },
|
|
40663
40659
|
matchStatus: { __type: "order_by" },
|
|
40664
|
-
matchers: { __type: "order_by" },
|
|
40665
40660
|
ownerStatement: { __type: "owner_statement_order_by" },
|
|
40666
40661
|
ownerStatementId: { __type: "order_by" },
|
|
40667
40662
|
party: { __type: "order_by" },
|
|
@@ -40678,7 +40673,6 @@ export const generatedSchema = {
|
|
|
40678
40673
|
updatedAt: { __type: "order_by" },
|
|
40679
40674
|
},
|
|
40680
40675
|
transactionLine_pk_columns_input: { id: { __type: "uuid!" } },
|
|
40681
|
-
transactionLine_prepend_input: { matchers: { __type: "jsonb" } },
|
|
40682
40676
|
transactionLine_set_input: {
|
|
40683
40677
|
accountAssignmentType: { __type: "accountAssignmentType_enum" },
|
|
40684
40678
|
accountId: { __type: "uuid" },
|
|
@@ -40696,7 +40690,6 @@ export const generatedSchema = {
|
|
|
40696
40690
|
matchLineTypeClassification: { __type: "String" },
|
|
40697
40691
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40698
40692
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40699
|
-
matchers: { __type: "jsonb" },
|
|
40700
40693
|
ownerStatementId: { __type: "uuid" },
|
|
40701
40694
|
party: { __type: "party_enum" },
|
|
40702
40695
|
reservationId: { __type: "uuid" },
|
|
@@ -40754,7 +40747,6 @@ export const generatedSchema = {
|
|
|
40754
40747
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40755
40748
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40756
40749
|
matchStatus: { __type: "String" },
|
|
40757
|
-
matchers: { __type: "jsonb" },
|
|
40758
40750
|
ownerStatementId: { __type: "uuid" },
|
|
40759
40751
|
party: { __type: "party_enum" },
|
|
40760
40752
|
reservationId: { __type: "uuid" },
|
|
@@ -40773,12 +40765,7 @@ export const generatedSchema = {
|
|
|
40773
40765
|
markupCentTotal: { __type: "order_by" },
|
|
40774
40766
|
},
|
|
40775
40767
|
transactionLine_updates: {
|
|
40776
|
-
_append: { __type: "transactionLine_append_input" },
|
|
40777
|
-
_delete_at_path: { __type: "transactionLine_delete_at_path_input" },
|
|
40778
|
-
_delete_elem: { __type: "transactionLine_delete_elem_input" },
|
|
40779
|
-
_delete_key: { __type: "transactionLine_delete_key_input" },
|
|
40780
40768
|
_inc: { __type: "transactionLine_inc_input" },
|
|
40781
|
-
_prepend: { __type: "transactionLine_prepend_input" },
|
|
40782
40769
|
_set: { __type: "transactionLine_set_input" },
|
|
40783
40770
|
where: { __type: "transactionLine_bool_exp!" },
|
|
40784
40771
|
},
|
|
@@ -40918,10 +40905,7 @@ export const generatedSchema = {
|
|
|
40918
40905
|
var_samp: { __type: "transaction_var_samp_order_by" },
|
|
40919
40906
|
variance: { __type: "transaction_variance_order_by" },
|
|
40920
40907
|
},
|
|
40921
|
-
transaction_append_input: {
|
|
40922
|
-
matchers: { __type: "jsonb" },
|
|
40923
|
-
recurringPattern: { __type: "jsonb" },
|
|
40924
|
-
},
|
|
40908
|
+
transaction_append_input: { recurringPattern: { __type: "jsonb" } },
|
|
40925
40909
|
transaction_arr_rel_insert_input: {
|
|
40926
40910
|
data: { __type: "[transaction_insert_input!]!" },
|
|
40927
40911
|
on_conflict: { __type: "transaction_on_conflict" },
|
|
@@ -40959,7 +40943,9 @@ export const generatedSchema = {
|
|
|
40959
40943
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40960
40944
|
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40961
40945
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40962
|
-
|
|
40946
|
+
match_line_type_classification: { __type: "String_comparison_exp" },
|
|
40947
|
+
match_reservation_confirmation_code: { __type: "String_comparison_exp" },
|
|
40948
|
+
match_reservation_stripe_guest_ref: { __type: "String_comparison_exp" },
|
|
40963
40949
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
40964
40950
|
paidStatus: { __type: "paidStatus_enum_comparison_exp" },
|
|
40965
40951
|
recurringFeeId: { __type: "uuid_comparison_exp" },
|
|
@@ -40981,17 +40967,10 @@ export const generatedSchema = {
|
|
|
40981
40967
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40982
40968
|
},
|
|
40983
40969
|
transaction_delete_at_path_input: {
|
|
40984
|
-
matchers: { __type: "[String!]" },
|
|
40985
40970
|
recurringPattern: { __type: "[String!]" },
|
|
40986
40971
|
},
|
|
40987
|
-
transaction_delete_elem_input: {
|
|
40988
|
-
|
|
40989
|
-
recurringPattern: { __type: "Int" },
|
|
40990
|
-
},
|
|
40991
|
-
transaction_delete_key_input: {
|
|
40992
|
-
matchers: { __type: "String" },
|
|
40993
|
-
recurringPattern: { __type: "String" },
|
|
40994
|
-
},
|
|
40972
|
+
transaction_delete_elem_input: { recurringPattern: { __type: "Int" } },
|
|
40973
|
+
transaction_delete_key_input: { recurringPattern: { __type: "String" } },
|
|
40995
40974
|
transaction_inc_input: { centTotal: { __type: "Int" } },
|
|
40996
40975
|
transaction_insert_input: {
|
|
40997
40976
|
account: { __type: "account_obj_rel_insert_input" },
|
|
@@ -41014,7 +40993,9 @@ export const generatedSchema = {
|
|
|
41014
40993
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
41015
40994
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
41016
40995
|
matchBankAccountLast4: { __type: "String" },
|
|
41017
|
-
|
|
40996
|
+
match_line_type_classification: { __type: "String" },
|
|
40997
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40998
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41018
40999
|
paidAt: { __type: "timestamptz" },
|
|
41019
41000
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41020
41001
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -41045,6 +41026,9 @@ export const generatedSchema = {
|
|
|
41045
41026
|
id: { __type: "uuid" },
|
|
41046
41027
|
matchBankAccountLast4: { __type: "String" },
|
|
41047
41028
|
matchStatus: { __type: "String" },
|
|
41029
|
+
match_line_type_classification: { __type: "String" },
|
|
41030
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41031
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41048
41032
|
paidAt: { __type: "timestamptz" },
|
|
41049
41033
|
recurringFeeId: { __type: "uuid" },
|
|
41050
41034
|
recurringTemplateId: { __type: "uuid" },
|
|
@@ -41066,6 +41050,9 @@ export const generatedSchema = {
|
|
|
41066
41050
|
id: { __type: "order_by" },
|
|
41067
41051
|
matchBankAccountLast4: { __type: "order_by" },
|
|
41068
41052
|
matchStatus: { __type: "order_by" },
|
|
41053
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41054
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41055
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
41069
41056
|
paidAt: { __type: "order_by" },
|
|
41070
41057
|
recurringFeeId: { __type: "order_by" },
|
|
41071
41058
|
recurringTemplateId: { __type: "order_by" },
|
|
@@ -41088,6 +41075,9 @@ export const generatedSchema = {
|
|
|
41088
41075
|
id: { __type: "uuid" },
|
|
41089
41076
|
matchBankAccountLast4: { __type: "String" },
|
|
41090
41077
|
matchStatus: { __type: "String" },
|
|
41078
|
+
match_line_type_classification: { __type: "String" },
|
|
41079
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41080
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41091
41081
|
paidAt: { __type: "timestamptz" },
|
|
41092
41082
|
recurringFeeId: { __type: "uuid" },
|
|
41093
41083
|
recurringTemplateId: { __type: "uuid" },
|
|
@@ -41109,6 +41099,9 @@ export const generatedSchema = {
|
|
|
41109
41099
|
id: { __type: "order_by" },
|
|
41110
41100
|
matchBankAccountLast4: { __type: "order_by" },
|
|
41111
41101
|
matchStatus: { __type: "order_by" },
|
|
41102
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41103
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41104
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
41112
41105
|
paidAt: { __type: "order_by" },
|
|
41113
41106
|
recurringFeeId: { __type: "order_by" },
|
|
41114
41107
|
recurringTemplateId: { __type: "order_by" },
|
|
@@ -41154,7 +41147,9 @@ export const generatedSchema = {
|
|
|
41154
41147
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
41155
41148
|
matchBankAccountLast4: { __type: "order_by" },
|
|
41156
41149
|
matchStatus: { __type: "order_by" },
|
|
41157
|
-
|
|
41150
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41151
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41152
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
41158
41153
|
paidAt: { __type: "order_by" },
|
|
41159
41154
|
paidStatus: { __type: "order_by" },
|
|
41160
41155
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -41175,10 +41170,7 @@ export const generatedSchema = {
|
|
|
41175
41170
|
updatedAt: { __type: "order_by" },
|
|
41176
41171
|
},
|
|
41177
41172
|
transaction_pk_columns_input: { id: { __type: "uuid!" } },
|
|
41178
|
-
transaction_prepend_input: {
|
|
41179
|
-
matchers: { __type: "jsonb" },
|
|
41180
|
-
recurringPattern: { __type: "jsonb" },
|
|
41181
|
-
},
|
|
41173
|
+
transaction_prepend_input: { recurringPattern: { __type: "jsonb" } },
|
|
41182
41174
|
transaction_set_input: {
|
|
41183
41175
|
accountId: { __type: "uuid" },
|
|
41184
41176
|
centTotal: { __type: "Int" },
|
|
@@ -41191,7 +41183,9 @@ export const generatedSchema = {
|
|
|
41191
41183
|
dueAt: { __type: "timestamptz" },
|
|
41192
41184
|
id: { __type: "uuid" },
|
|
41193
41185
|
matchBankAccountLast4: { __type: "String" },
|
|
41194
|
-
|
|
41186
|
+
match_line_type_classification: { __type: "String" },
|
|
41187
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41188
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41195
41189
|
paidAt: { __type: "timestamptz" },
|
|
41196
41190
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41197
41191
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -41237,7 +41231,9 @@ export const generatedSchema = {
|
|
|
41237
41231
|
id: { __type: "uuid" },
|
|
41238
41232
|
matchBankAccountLast4: { __type: "String" },
|
|
41239
41233
|
matchStatus: { __type: "String" },
|
|
41240
|
-
|
|
41234
|
+
match_line_type_classification: { __type: "String" },
|
|
41235
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41236
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41241
41237
|
paidAt: { __type: "timestamptz" },
|
|
41242
41238
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41243
41239
|
recurringFeeId: { __type: "uuid" },
|