@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
|
@@ -18128,12 +18128,7 @@ export const generatedSchema = {
|
|
|
18128
18128
|
updateTransactionLine: {
|
|
18129
18129
|
__type: "transactionLine",
|
|
18130
18130
|
__args: {
|
|
18131
|
-
_append: "transactionLine_append_input",
|
|
18132
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18133
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18134
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18135
18131
|
_inc: "transactionLine_inc_input",
|
|
18136
|
-
_prepend: "transactionLine_prepend_input",
|
|
18137
18132
|
_set: "transactionLine_set_input",
|
|
18138
18133
|
pk_columns: "transactionLine_pk_columns_input!",
|
|
18139
18134
|
},
|
|
@@ -18141,12 +18136,7 @@ export const generatedSchema = {
|
|
|
18141
18136
|
updateTransactionLines: {
|
|
18142
18137
|
__type: "transactionLine_mutation_response",
|
|
18143
18138
|
__args: {
|
|
18144
|
-
_append: "transactionLine_append_input",
|
|
18145
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18146
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18147
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18148
18139
|
_inc: "transactionLine_inc_input",
|
|
18149
|
-
_prepend: "transactionLine_prepend_input",
|
|
18150
18140
|
_set: "transactionLine_set_input",
|
|
18151
18141
|
where: "transactionLine_bool_exp!",
|
|
18152
18142
|
},
|
|
@@ -37793,6 +37783,7 @@ export const generatedSchema = {
|
|
|
37793
37783
|
where: "setting_bool_exp",
|
|
37794
37784
|
},
|
|
37795
37785
|
},
|
|
37786
|
+
settingsData: { __type: "jsonb", __args: { path: "String" } },
|
|
37796
37787
|
settings_aggregate: {
|
|
37797
37788
|
__type: "setting_aggregate!",
|
|
37798
37789
|
__args: {
|
|
@@ -38025,6 +38016,7 @@ export const generatedSchema = {
|
|
|
38025
38016
|
tenant_append_input: {
|
|
38026
38017
|
billingAddressData: { __type: "jsonb" },
|
|
38027
38018
|
featureFlags: { __type: "jsonb" },
|
|
38019
|
+
settingsData: { __type: "jsonb" },
|
|
38028
38020
|
setup: { __type: "jsonb" },
|
|
38029
38021
|
statementAddressData: { __type: "jsonb" },
|
|
38030
38022
|
},
|
|
@@ -38137,6 +38129,7 @@ export const generatedSchema = {
|
|
|
38137
38129
|
reservations: { __type: "reservation_bool_exp" },
|
|
38138
38130
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
38139
38131
|
settings: { __type: "setting_bool_exp" },
|
|
38132
|
+
settingsData: { __type: "jsonb_comparison_exp" },
|
|
38140
38133
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
38141
38134
|
setup: { __type: "jsonb_comparison_exp" },
|
|
38142
38135
|
setupCompleted: { __type: "Boolean_comparison_exp" },
|
|
@@ -38174,18 +38167,21 @@ export const generatedSchema = {
|
|
|
38174
38167
|
tenant_delete_at_path_input: {
|
|
38175
38168
|
billingAddressData: { __type: "[String!]" },
|
|
38176
38169
|
featureFlags: { __type: "[String!]" },
|
|
38170
|
+
settingsData: { __type: "[String!]" },
|
|
38177
38171
|
setup: { __type: "[String!]" },
|
|
38178
38172
|
statementAddressData: { __type: "[String!]" },
|
|
38179
38173
|
},
|
|
38180
38174
|
tenant_delete_elem_input: {
|
|
38181
38175
|
billingAddressData: { __type: "Int" },
|
|
38182
38176
|
featureFlags: { __type: "Int" },
|
|
38177
|
+
settingsData: { __type: "Int" },
|
|
38183
38178
|
setup: { __type: "Int" },
|
|
38184
38179
|
statementAddressData: { __type: "Int" },
|
|
38185
38180
|
},
|
|
38186
38181
|
tenant_delete_key_input: {
|
|
38187
38182
|
billingAddressData: { __type: "String" },
|
|
38188
38183
|
featureFlags: { __type: "String" },
|
|
38184
|
+
settingsData: { __type: "String" },
|
|
38189
38185
|
setup: { __type: "String" },
|
|
38190
38186
|
statementAddressData: { __type: "String" },
|
|
38191
38187
|
},
|
|
@@ -38255,6 +38251,7 @@ export const generatedSchema = {
|
|
|
38255
38251
|
rates: { __type: "rate_arr_rel_insert_input" },
|
|
38256
38252
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
38257
38253
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
38254
|
+
settingsData: { __type: "jsonb" },
|
|
38258
38255
|
setup: { __type: "jsonb" },
|
|
38259
38256
|
setupCompleted: { __type: "Boolean" },
|
|
38260
38257
|
sources: { __type: "source_arr_rel_insert_input" },
|
|
@@ -38530,6 +38527,7 @@ export const generatedSchema = {
|
|
|
38530
38527
|
paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
|
|
38531
38528
|
rates_aggregate: { __type: "rate_aggregate_order_by" },
|
|
38532
38529
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
38530
|
+
settingsData: { __type: "order_by" },
|
|
38533
38531
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
38534
38532
|
setup: { __type: "order_by" },
|
|
38535
38533
|
setupCompleted: { __type: "order_by" },
|
|
@@ -38561,6 +38559,7 @@ export const generatedSchema = {
|
|
|
38561
38559
|
tenant_prepend_input: {
|
|
38562
38560
|
billingAddressData: { __type: "jsonb" },
|
|
38563
38561
|
featureFlags: { __type: "jsonb" },
|
|
38562
|
+
settingsData: { __type: "jsonb" },
|
|
38564
38563
|
setup: { __type: "jsonb" },
|
|
38565
38564
|
statementAddressData: { __type: "jsonb" },
|
|
38566
38565
|
},
|
|
@@ -38601,6 +38600,7 @@ export const generatedSchema = {
|
|
|
38601
38600
|
name: { __type: "String" },
|
|
38602
38601
|
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38603
38602
|
partnerId: { __type: "uuid" },
|
|
38603
|
+
settingsData: { __type: "jsonb" },
|
|
38604
38604
|
setup: { __type: "jsonb" },
|
|
38605
38605
|
setupCompleted: { __type: "Boolean" },
|
|
38606
38606
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -38688,6 +38688,7 @@ export const generatedSchema = {
|
|
|
38688
38688
|
name: { __type: "String" },
|
|
38689
38689
|
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38690
38690
|
partnerId: { __type: "uuid" },
|
|
38691
|
+
settingsData: { __type: "jsonb" },
|
|
38691
38692
|
setup: { __type: "jsonb" },
|
|
38692
38693
|
setupCompleted: { __type: "Boolean" },
|
|
38693
38694
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -40197,7 +40198,9 @@ export const generatedSchema = {
|
|
|
40197
40198
|
},
|
|
40198
40199
|
matchBankAccountLast4: { __type: "String" },
|
|
40199
40200
|
matchStatus: { __type: "String" },
|
|
40200
|
-
|
|
40201
|
+
match_line_type_classification: { __type: "String" },
|
|
40202
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40203
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40201
40204
|
paidAt: { __type: "timestamptz" },
|
|
40202
40205
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40203
40206
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40277,7 +40280,6 @@ export const generatedSchema = {
|
|
|
40277
40280
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40278
40281
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40279
40282
|
matchStatus: { __type: "String" },
|
|
40280
|
-
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
40281
40283
|
ownerStatement: { __type: "owner_statement" },
|
|
40282
40284
|
ownerStatementId: { __type: "uuid" },
|
|
40283
40285
|
party: { __type: "party_enum" },
|
|
@@ -40338,7 +40340,6 @@ export const generatedSchema = {
|
|
|
40338
40340
|
var_samp: { __type: "transactionLine_var_samp_order_by" },
|
|
40339
40341
|
variance: { __type: "transactionLine_variance_order_by" },
|
|
40340
40342
|
},
|
|
40341
|
-
transactionLine_append_input: { matchers: { __type: "jsonb" } },
|
|
40342
40343
|
transactionLine_arr_rel_insert_input: {
|
|
40343
40344
|
data: { __type: "[transactionLine_insert_input!]!" },
|
|
40344
40345
|
on_conflict: { __type: "transactionLine_on_conflict" },
|
|
@@ -40381,7 +40382,6 @@ export const generatedSchema = {
|
|
|
40381
40382
|
matchReservationConfirmationCode: { __type: "String_comparison_exp" },
|
|
40382
40383
|
matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
|
|
40383
40384
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40384
|
-
matchers: { __type: "jsonb_comparison_exp" },
|
|
40385
40385
|
ownerStatement: { __type: "owner_statement_bool_exp" },
|
|
40386
40386
|
ownerStatementId: { __type: "uuid_comparison_exp" },
|
|
40387
40387
|
party: { __type: "party_enum_comparison_exp" },
|
|
@@ -40397,9 +40397,6 @@ export const generatedSchema = {
|
|
|
40397
40397
|
uniqueRef: { __type: "String_comparison_exp" },
|
|
40398
40398
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40399
40399
|
},
|
|
40400
|
-
transactionLine_delete_at_path_input: { matchers: { __type: "[String!]" } },
|
|
40401
|
-
transactionLine_delete_elem_input: { matchers: { __type: "Int" } },
|
|
40402
|
-
transactionLine_delete_key_input: { matchers: { __type: "String" } },
|
|
40403
40400
|
transactionLine_inc_input: {
|
|
40404
40401
|
centTotal: { __type: "Int" },
|
|
40405
40402
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40426,7 +40423,6 @@ export const generatedSchema = {
|
|
|
40426
40423
|
matchLineTypeClassification: { __type: "String" },
|
|
40427
40424
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40428
40425
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40429
|
-
matchers: { __type: "jsonb" },
|
|
40430
40426
|
ownerStatement: { __type: "owner_statement_obj_rel_insert_input" },
|
|
40431
40427
|
ownerStatementId: { __type: "uuid" },
|
|
40432
40428
|
party: { __type: "party_enum" },
|
|
@@ -40569,7 +40565,6 @@ export const generatedSchema = {
|
|
|
40569
40565
|
matchReservationConfirmationCode: { __type: "order_by" },
|
|
40570
40566
|
matchReservationStripeGuestRef: { __type: "order_by" },
|
|
40571
40567
|
matchStatus: { __type: "order_by" },
|
|
40572
|
-
matchers: { __type: "order_by" },
|
|
40573
40568
|
ownerStatement: { __type: "owner_statement_order_by" },
|
|
40574
40569
|
ownerStatementId: { __type: "order_by" },
|
|
40575
40570
|
party: { __type: "order_by" },
|
|
@@ -40586,7 +40581,6 @@ export const generatedSchema = {
|
|
|
40586
40581
|
updatedAt: { __type: "order_by" },
|
|
40587
40582
|
},
|
|
40588
40583
|
transactionLine_pk_columns_input: { id: { __type: "uuid!" } },
|
|
40589
|
-
transactionLine_prepend_input: { matchers: { __type: "jsonb" } },
|
|
40590
40584
|
transactionLine_set_input: {
|
|
40591
40585
|
accountAssignmentType: { __type: "accountAssignmentType_enum" },
|
|
40592
40586
|
accountId: { __type: "uuid" },
|
|
@@ -40604,7 +40598,6 @@ export const generatedSchema = {
|
|
|
40604
40598
|
matchLineTypeClassification: { __type: "String" },
|
|
40605
40599
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40606
40600
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40607
|
-
matchers: { __type: "jsonb" },
|
|
40608
40601
|
ownerStatementId: { __type: "uuid" },
|
|
40609
40602
|
party: { __type: "party_enum" },
|
|
40610
40603
|
reservationId: { __type: "uuid" },
|
|
@@ -40662,7 +40655,6 @@ export const generatedSchema = {
|
|
|
40662
40655
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40663
40656
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40664
40657
|
matchStatus: { __type: "String" },
|
|
40665
|
-
matchers: { __type: "jsonb" },
|
|
40666
40658
|
ownerStatementId: { __type: "uuid" },
|
|
40667
40659
|
party: { __type: "party_enum" },
|
|
40668
40660
|
reservationId: { __type: "uuid" },
|
|
@@ -40681,12 +40673,7 @@ export const generatedSchema = {
|
|
|
40681
40673
|
markupCentTotal: { __type: "order_by" },
|
|
40682
40674
|
},
|
|
40683
40675
|
transactionLine_updates: {
|
|
40684
|
-
_append: { __type: "transactionLine_append_input" },
|
|
40685
|
-
_delete_at_path: { __type: "transactionLine_delete_at_path_input" },
|
|
40686
|
-
_delete_elem: { __type: "transactionLine_delete_elem_input" },
|
|
40687
|
-
_delete_key: { __type: "transactionLine_delete_key_input" },
|
|
40688
40676
|
_inc: { __type: "transactionLine_inc_input" },
|
|
40689
|
-
_prepend: { __type: "transactionLine_prepend_input" },
|
|
40690
40677
|
_set: { __type: "transactionLine_set_input" },
|
|
40691
40678
|
where: { __type: "transactionLine_bool_exp!" },
|
|
40692
40679
|
},
|
|
@@ -40826,10 +40813,7 @@ export const generatedSchema = {
|
|
|
40826
40813
|
var_samp: { __type: "transaction_var_samp_order_by" },
|
|
40827
40814
|
variance: { __type: "transaction_variance_order_by" },
|
|
40828
40815
|
},
|
|
40829
|
-
transaction_append_input: {
|
|
40830
|
-
matchers: { __type: "jsonb" },
|
|
40831
|
-
recurringPattern: { __type: "jsonb" },
|
|
40832
|
-
},
|
|
40816
|
+
transaction_append_input: { recurringPattern: { __type: "jsonb" } },
|
|
40833
40817
|
transaction_arr_rel_insert_input: {
|
|
40834
40818
|
data: { __type: "[transaction_insert_input!]!" },
|
|
40835
40819
|
on_conflict: { __type: "transaction_on_conflict" },
|
|
@@ -40867,7 +40851,9 @@ export const generatedSchema = {
|
|
|
40867
40851
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40868
40852
|
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40869
40853
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40870
|
-
|
|
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" },
|
|
40871
40857
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
40872
40858
|
paidStatus: { __type: "paidStatus_enum_comparison_exp" },
|
|
40873
40859
|
recurringFeeId: { __type: "uuid_comparison_exp" },
|
|
@@ -40889,17 +40875,10 @@ export const generatedSchema = {
|
|
|
40889
40875
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40890
40876
|
},
|
|
40891
40877
|
transaction_delete_at_path_input: {
|
|
40892
|
-
matchers: { __type: "[String!]" },
|
|
40893
40878
|
recurringPattern: { __type: "[String!]" },
|
|
40894
40879
|
},
|
|
40895
|
-
transaction_delete_elem_input: {
|
|
40896
|
-
|
|
40897
|
-
recurringPattern: { __type: "Int" },
|
|
40898
|
-
},
|
|
40899
|
-
transaction_delete_key_input: {
|
|
40900
|
-
matchers: { __type: "String" },
|
|
40901
|
-
recurringPattern: { __type: "String" },
|
|
40902
|
-
},
|
|
40880
|
+
transaction_delete_elem_input: { recurringPattern: { __type: "Int" } },
|
|
40881
|
+
transaction_delete_key_input: { recurringPattern: { __type: "String" } },
|
|
40903
40882
|
transaction_inc_input: { centTotal: { __type: "Int" } },
|
|
40904
40883
|
transaction_insert_input: {
|
|
40905
40884
|
account: { __type: "account_obj_rel_insert_input" },
|
|
@@ -40922,7 +40901,9 @@ export const generatedSchema = {
|
|
|
40922
40901
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40923
40902
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40924
40903
|
matchBankAccountLast4: { __type: "String" },
|
|
40925
|
-
|
|
40904
|
+
match_line_type_classification: { __type: "String" },
|
|
40905
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40906
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40926
40907
|
paidAt: { __type: "timestamptz" },
|
|
40927
40908
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40928
40909
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40953,6 +40934,9 @@ export const generatedSchema = {
|
|
|
40953
40934
|
id: { __type: "uuid" },
|
|
40954
40935
|
matchBankAccountLast4: { __type: "String" },
|
|
40955
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" },
|
|
40956
40940
|
paidAt: { __type: "timestamptz" },
|
|
40957
40941
|
recurringFeeId: { __type: "uuid" },
|
|
40958
40942
|
recurringTemplateId: { __type: "uuid" },
|
|
@@ -40974,6 +40958,9 @@ export const generatedSchema = {
|
|
|
40974
40958
|
id: { __type: "order_by" },
|
|
40975
40959
|
matchBankAccountLast4: { __type: "order_by" },
|
|
40976
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" },
|
|
40977
40964
|
paidAt: { __type: "order_by" },
|
|
40978
40965
|
recurringFeeId: { __type: "order_by" },
|
|
40979
40966
|
recurringTemplateId: { __type: "order_by" },
|
|
@@ -40996,6 +40983,9 @@ export const generatedSchema = {
|
|
|
40996
40983
|
id: { __type: "uuid" },
|
|
40997
40984
|
matchBankAccountLast4: { __type: "String" },
|
|
40998
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" },
|
|
40999
40989
|
paidAt: { __type: "timestamptz" },
|
|
41000
40990
|
recurringFeeId: { __type: "uuid" },
|
|
41001
40991
|
recurringTemplateId: { __type: "uuid" },
|
|
@@ -41017,6 +41007,9 @@ export const generatedSchema = {
|
|
|
41017
41007
|
id: { __type: "order_by" },
|
|
41018
41008
|
matchBankAccountLast4: { __type: "order_by" },
|
|
41019
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" },
|
|
41020
41013
|
paidAt: { __type: "order_by" },
|
|
41021
41014
|
recurringFeeId: { __type: "order_by" },
|
|
41022
41015
|
recurringTemplateId: { __type: "order_by" },
|
|
@@ -41062,7 +41055,9 @@ export const generatedSchema = {
|
|
|
41062
41055
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
41063
41056
|
matchBankAccountLast4: { __type: "order_by" },
|
|
41064
41057
|
matchStatus: { __type: "order_by" },
|
|
41065
|
-
|
|
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" },
|
|
41066
41061
|
paidAt: { __type: "order_by" },
|
|
41067
41062
|
paidStatus: { __type: "order_by" },
|
|
41068
41063
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -41083,10 +41078,7 @@ export const generatedSchema = {
|
|
|
41083
41078
|
updatedAt: { __type: "order_by" },
|
|
41084
41079
|
},
|
|
41085
41080
|
transaction_pk_columns_input: { id: { __type: "uuid!" } },
|
|
41086
|
-
transaction_prepend_input: {
|
|
41087
|
-
matchers: { __type: "jsonb" },
|
|
41088
|
-
recurringPattern: { __type: "jsonb" },
|
|
41089
|
-
},
|
|
41081
|
+
transaction_prepend_input: { recurringPattern: { __type: "jsonb" } },
|
|
41090
41082
|
transaction_set_input: {
|
|
41091
41083
|
accountId: { __type: "uuid" },
|
|
41092
41084
|
centTotal: { __type: "Int" },
|
|
@@ -41099,7 +41091,9 @@ export const generatedSchema = {
|
|
|
41099
41091
|
dueAt: { __type: "timestamptz" },
|
|
41100
41092
|
id: { __type: "uuid" },
|
|
41101
41093
|
matchBankAccountLast4: { __type: "String" },
|
|
41102
|
-
|
|
41094
|
+
match_line_type_classification: { __type: "String" },
|
|
41095
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41096
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41103
41097
|
paidAt: { __type: "timestamptz" },
|
|
41104
41098
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41105
41099
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -41145,7 +41139,9 @@ export const generatedSchema = {
|
|
|
41145
41139
|
id: { __type: "uuid" },
|
|
41146
41140
|
matchBankAccountLast4: { __type: "String" },
|
|
41147
41141
|
matchStatus: { __type: "String" },
|
|
41148
|
-
|
|
41142
|
+
match_line_type_classification: { __type: "String" },
|
|
41143
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41144
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41149
41145
|
paidAt: { __type: "timestamptz" },
|
|
41150
41146
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41151
41147
|
recurringFeeId: { __type: "uuid" },
|