@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
|
@@ -18131,12 +18131,7 @@ exports.generatedSchema = {
|
|
|
18131
18131
|
updateTransactionLine: {
|
|
18132
18132
|
__type: "transactionLine",
|
|
18133
18133
|
__args: {
|
|
18134
|
-
_append: "transactionLine_append_input",
|
|
18135
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18136
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18137
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18138
18134
|
_inc: "transactionLine_inc_input",
|
|
18139
|
-
_prepend: "transactionLine_prepend_input",
|
|
18140
18135
|
_set: "transactionLine_set_input",
|
|
18141
18136
|
pk_columns: "transactionLine_pk_columns_input!",
|
|
18142
18137
|
},
|
|
@@ -18144,12 +18139,7 @@ exports.generatedSchema = {
|
|
|
18144
18139
|
updateTransactionLines: {
|
|
18145
18140
|
__type: "transactionLine_mutation_response",
|
|
18146
18141
|
__args: {
|
|
18147
|
-
_append: "transactionLine_append_input",
|
|
18148
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18149
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18150
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18151
18142
|
_inc: "transactionLine_inc_input",
|
|
18152
|
-
_prepend: "transactionLine_prepend_input",
|
|
18153
18143
|
_set: "transactionLine_set_input",
|
|
18154
18144
|
where: "transactionLine_bool_exp!",
|
|
18155
18145
|
},
|
|
@@ -37796,6 +37786,7 @@ exports.generatedSchema = {
|
|
|
37796
37786
|
where: "setting_bool_exp",
|
|
37797
37787
|
},
|
|
37798
37788
|
},
|
|
37789
|
+
settingsData: { __type: "jsonb", __args: { path: "String" } },
|
|
37799
37790
|
settings_aggregate: {
|
|
37800
37791
|
__type: "setting_aggregate!",
|
|
37801
37792
|
__args: {
|
|
@@ -38028,6 +38019,7 @@ exports.generatedSchema = {
|
|
|
38028
38019
|
tenant_append_input: {
|
|
38029
38020
|
billingAddressData: { __type: "jsonb" },
|
|
38030
38021
|
featureFlags: { __type: "jsonb" },
|
|
38022
|
+
settingsData: { __type: "jsonb" },
|
|
38031
38023
|
setup: { __type: "jsonb" },
|
|
38032
38024
|
statementAddressData: { __type: "jsonb" },
|
|
38033
38025
|
},
|
|
@@ -38140,6 +38132,7 @@ exports.generatedSchema = {
|
|
|
38140
38132
|
reservations: { __type: "reservation_bool_exp" },
|
|
38141
38133
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
38142
38134
|
settings: { __type: "setting_bool_exp" },
|
|
38135
|
+
settingsData: { __type: "jsonb_comparison_exp" },
|
|
38143
38136
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
38144
38137
|
setup: { __type: "jsonb_comparison_exp" },
|
|
38145
38138
|
setupCompleted: { __type: "Boolean_comparison_exp" },
|
|
@@ -38177,18 +38170,21 @@ exports.generatedSchema = {
|
|
|
38177
38170
|
tenant_delete_at_path_input: {
|
|
38178
38171
|
billingAddressData: { __type: "[String!]" },
|
|
38179
38172
|
featureFlags: { __type: "[String!]" },
|
|
38173
|
+
settingsData: { __type: "[String!]" },
|
|
38180
38174
|
setup: { __type: "[String!]" },
|
|
38181
38175
|
statementAddressData: { __type: "[String!]" },
|
|
38182
38176
|
},
|
|
38183
38177
|
tenant_delete_elem_input: {
|
|
38184
38178
|
billingAddressData: { __type: "Int" },
|
|
38185
38179
|
featureFlags: { __type: "Int" },
|
|
38180
|
+
settingsData: { __type: "Int" },
|
|
38186
38181
|
setup: { __type: "Int" },
|
|
38187
38182
|
statementAddressData: { __type: "Int" },
|
|
38188
38183
|
},
|
|
38189
38184
|
tenant_delete_key_input: {
|
|
38190
38185
|
billingAddressData: { __type: "String" },
|
|
38191
38186
|
featureFlags: { __type: "String" },
|
|
38187
|
+
settingsData: { __type: "String" },
|
|
38192
38188
|
setup: { __type: "String" },
|
|
38193
38189
|
statementAddressData: { __type: "String" },
|
|
38194
38190
|
},
|
|
@@ -38258,6 +38254,7 @@ exports.generatedSchema = {
|
|
|
38258
38254
|
rates: { __type: "rate_arr_rel_insert_input" },
|
|
38259
38255
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
38260
38256
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
38257
|
+
settingsData: { __type: "jsonb" },
|
|
38261
38258
|
setup: { __type: "jsonb" },
|
|
38262
38259
|
setupCompleted: { __type: "Boolean" },
|
|
38263
38260
|
sources: { __type: "source_arr_rel_insert_input" },
|
|
@@ -38533,6 +38530,7 @@ exports.generatedSchema = {
|
|
|
38533
38530
|
paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
|
|
38534
38531
|
rates_aggregate: { __type: "rate_aggregate_order_by" },
|
|
38535
38532
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
38533
|
+
settingsData: { __type: "order_by" },
|
|
38536
38534
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
38537
38535
|
setup: { __type: "order_by" },
|
|
38538
38536
|
setupCompleted: { __type: "order_by" },
|
|
@@ -38564,6 +38562,7 @@ exports.generatedSchema = {
|
|
|
38564
38562
|
tenant_prepend_input: {
|
|
38565
38563
|
billingAddressData: { __type: "jsonb" },
|
|
38566
38564
|
featureFlags: { __type: "jsonb" },
|
|
38565
|
+
settingsData: { __type: "jsonb" },
|
|
38567
38566
|
setup: { __type: "jsonb" },
|
|
38568
38567
|
statementAddressData: { __type: "jsonb" },
|
|
38569
38568
|
},
|
|
@@ -38604,6 +38603,7 @@ exports.generatedSchema = {
|
|
|
38604
38603
|
name: { __type: "String" },
|
|
38605
38604
|
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38606
38605
|
partnerId: { __type: "uuid" },
|
|
38606
|
+
settingsData: { __type: "jsonb" },
|
|
38607
38607
|
setup: { __type: "jsonb" },
|
|
38608
38608
|
setupCompleted: { __type: "Boolean" },
|
|
38609
38609
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -38691,6 +38691,7 @@ exports.generatedSchema = {
|
|
|
38691
38691
|
name: { __type: "String" },
|
|
38692
38692
|
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38693
38693
|
partnerId: { __type: "uuid" },
|
|
38694
|
+
settingsData: { __type: "jsonb" },
|
|
38694
38695
|
setup: { __type: "jsonb" },
|
|
38695
38696
|
setupCompleted: { __type: "Boolean" },
|
|
38696
38697
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -40200,7 +40201,9 @@ exports.generatedSchema = {
|
|
|
40200
40201
|
},
|
|
40201
40202
|
matchBankAccountLast4: { __type: "String" },
|
|
40202
40203
|
matchStatus: { __type: "String" },
|
|
40203
|
-
|
|
40204
|
+
match_line_type_classification: { __type: "String" },
|
|
40205
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40206
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40204
40207
|
paidAt: { __type: "timestamptz" },
|
|
40205
40208
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40206
40209
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40280,7 +40283,6 @@ exports.generatedSchema = {
|
|
|
40280
40283
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40281
40284
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40282
40285
|
matchStatus: { __type: "String" },
|
|
40283
|
-
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
40284
40286
|
ownerStatement: { __type: "owner_statement" },
|
|
40285
40287
|
ownerStatementId: { __type: "uuid" },
|
|
40286
40288
|
party: { __type: "party_enum" },
|
|
@@ -40341,7 +40343,6 @@ exports.generatedSchema = {
|
|
|
40341
40343
|
var_samp: { __type: "transactionLine_var_samp_order_by" },
|
|
40342
40344
|
variance: { __type: "transactionLine_variance_order_by" },
|
|
40343
40345
|
},
|
|
40344
|
-
transactionLine_append_input: { matchers: { __type: "jsonb" } },
|
|
40345
40346
|
transactionLine_arr_rel_insert_input: {
|
|
40346
40347
|
data: { __type: "[transactionLine_insert_input!]!" },
|
|
40347
40348
|
on_conflict: { __type: "transactionLine_on_conflict" },
|
|
@@ -40384,7 +40385,6 @@ exports.generatedSchema = {
|
|
|
40384
40385
|
matchReservationConfirmationCode: { __type: "String_comparison_exp" },
|
|
40385
40386
|
matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
|
|
40386
40387
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40387
|
-
matchers: { __type: "jsonb_comparison_exp" },
|
|
40388
40388
|
ownerStatement: { __type: "owner_statement_bool_exp" },
|
|
40389
40389
|
ownerStatementId: { __type: "uuid_comparison_exp" },
|
|
40390
40390
|
party: { __type: "party_enum_comparison_exp" },
|
|
@@ -40400,9 +40400,6 @@ exports.generatedSchema = {
|
|
|
40400
40400
|
uniqueRef: { __type: "String_comparison_exp" },
|
|
40401
40401
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40402
40402
|
},
|
|
40403
|
-
transactionLine_delete_at_path_input: { matchers: { __type: "[String!]" } },
|
|
40404
|
-
transactionLine_delete_elem_input: { matchers: { __type: "Int" } },
|
|
40405
|
-
transactionLine_delete_key_input: { matchers: { __type: "String" } },
|
|
40406
40403
|
transactionLine_inc_input: {
|
|
40407
40404
|
centTotal: { __type: "Int" },
|
|
40408
40405
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40429,7 +40426,6 @@ exports.generatedSchema = {
|
|
|
40429
40426
|
matchLineTypeClassification: { __type: "String" },
|
|
40430
40427
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40431
40428
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40432
|
-
matchers: { __type: "jsonb" },
|
|
40433
40429
|
ownerStatement: { __type: "owner_statement_obj_rel_insert_input" },
|
|
40434
40430
|
ownerStatementId: { __type: "uuid" },
|
|
40435
40431
|
party: { __type: "party_enum" },
|
|
@@ -40572,7 +40568,6 @@ exports.generatedSchema = {
|
|
|
40572
40568
|
matchReservationConfirmationCode: { __type: "order_by" },
|
|
40573
40569
|
matchReservationStripeGuestRef: { __type: "order_by" },
|
|
40574
40570
|
matchStatus: { __type: "order_by" },
|
|
40575
|
-
matchers: { __type: "order_by" },
|
|
40576
40571
|
ownerStatement: { __type: "owner_statement_order_by" },
|
|
40577
40572
|
ownerStatementId: { __type: "order_by" },
|
|
40578
40573
|
party: { __type: "order_by" },
|
|
@@ -40589,7 +40584,6 @@ exports.generatedSchema = {
|
|
|
40589
40584
|
updatedAt: { __type: "order_by" },
|
|
40590
40585
|
},
|
|
40591
40586
|
transactionLine_pk_columns_input: { id: { __type: "uuid!" } },
|
|
40592
|
-
transactionLine_prepend_input: { matchers: { __type: "jsonb" } },
|
|
40593
40587
|
transactionLine_set_input: {
|
|
40594
40588
|
accountAssignmentType: { __type: "accountAssignmentType_enum" },
|
|
40595
40589
|
accountId: { __type: "uuid" },
|
|
@@ -40607,7 +40601,6 @@ exports.generatedSchema = {
|
|
|
40607
40601
|
matchLineTypeClassification: { __type: "String" },
|
|
40608
40602
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40609
40603
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40610
|
-
matchers: { __type: "jsonb" },
|
|
40611
40604
|
ownerStatementId: { __type: "uuid" },
|
|
40612
40605
|
party: { __type: "party_enum" },
|
|
40613
40606
|
reservationId: { __type: "uuid" },
|
|
@@ -40665,7 +40658,6 @@ exports.generatedSchema = {
|
|
|
40665
40658
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40666
40659
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40667
40660
|
matchStatus: { __type: "String" },
|
|
40668
|
-
matchers: { __type: "jsonb" },
|
|
40669
40661
|
ownerStatementId: { __type: "uuid" },
|
|
40670
40662
|
party: { __type: "party_enum" },
|
|
40671
40663
|
reservationId: { __type: "uuid" },
|
|
@@ -40684,12 +40676,7 @@ exports.generatedSchema = {
|
|
|
40684
40676
|
markupCentTotal: { __type: "order_by" },
|
|
40685
40677
|
},
|
|
40686
40678
|
transactionLine_updates: {
|
|
40687
|
-
_append: { __type: "transactionLine_append_input" },
|
|
40688
|
-
_delete_at_path: { __type: "transactionLine_delete_at_path_input" },
|
|
40689
|
-
_delete_elem: { __type: "transactionLine_delete_elem_input" },
|
|
40690
|
-
_delete_key: { __type: "transactionLine_delete_key_input" },
|
|
40691
40679
|
_inc: { __type: "transactionLine_inc_input" },
|
|
40692
|
-
_prepend: { __type: "transactionLine_prepend_input" },
|
|
40693
40680
|
_set: { __type: "transactionLine_set_input" },
|
|
40694
40681
|
where: { __type: "transactionLine_bool_exp!" },
|
|
40695
40682
|
},
|
|
@@ -40829,10 +40816,7 @@ exports.generatedSchema = {
|
|
|
40829
40816
|
var_samp: { __type: "transaction_var_samp_order_by" },
|
|
40830
40817
|
variance: { __type: "transaction_variance_order_by" },
|
|
40831
40818
|
},
|
|
40832
|
-
transaction_append_input: {
|
|
40833
|
-
matchers: { __type: "jsonb" },
|
|
40834
|
-
recurringPattern: { __type: "jsonb" },
|
|
40835
|
-
},
|
|
40819
|
+
transaction_append_input: { recurringPattern: { __type: "jsonb" } },
|
|
40836
40820
|
transaction_arr_rel_insert_input: {
|
|
40837
40821
|
data: { __type: "[transaction_insert_input!]!" },
|
|
40838
40822
|
on_conflict: { __type: "transaction_on_conflict" },
|
|
@@ -40870,7 +40854,9 @@ exports.generatedSchema = {
|
|
|
40870
40854
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40871
40855
|
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40872
40856
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40873
|
-
|
|
40857
|
+
match_line_type_classification: { __type: "String_comparison_exp" },
|
|
40858
|
+
match_reservation_confirmation_code: { __type: "String_comparison_exp" },
|
|
40859
|
+
match_reservation_stripe_guest_ref: { __type: "String_comparison_exp" },
|
|
40874
40860
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
40875
40861
|
paidStatus: { __type: "paidStatus_enum_comparison_exp" },
|
|
40876
40862
|
recurringFeeId: { __type: "uuid_comparison_exp" },
|
|
@@ -40892,17 +40878,10 @@ exports.generatedSchema = {
|
|
|
40892
40878
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40893
40879
|
},
|
|
40894
40880
|
transaction_delete_at_path_input: {
|
|
40895
|
-
matchers: { __type: "[String!]" },
|
|
40896
40881
|
recurringPattern: { __type: "[String!]" },
|
|
40897
40882
|
},
|
|
40898
|
-
transaction_delete_elem_input: {
|
|
40899
|
-
|
|
40900
|
-
recurringPattern: { __type: "Int" },
|
|
40901
|
-
},
|
|
40902
|
-
transaction_delete_key_input: {
|
|
40903
|
-
matchers: { __type: "String" },
|
|
40904
|
-
recurringPattern: { __type: "String" },
|
|
40905
|
-
},
|
|
40883
|
+
transaction_delete_elem_input: { recurringPattern: { __type: "Int" } },
|
|
40884
|
+
transaction_delete_key_input: { recurringPattern: { __type: "String" } },
|
|
40906
40885
|
transaction_inc_input: { centTotal: { __type: "Int" } },
|
|
40907
40886
|
transaction_insert_input: {
|
|
40908
40887
|
account: { __type: "account_obj_rel_insert_input" },
|
|
@@ -40925,7 +40904,9 @@ exports.generatedSchema = {
|
|
|
40925
40904
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40926
40905
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40927
40906
|
matchBankAccountLast4: { __type: "String" },
|
|
40928
|
-
|
|
40907
|
+
match_line_type_classification: { __type: "String" },
|
|
40908
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40909
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40929
40910
|
paidAt: { __type: "timestamptz" },
|
|
40930
40911
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40931
40912
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40956,6 +40937,9 @@ exports.generatedSchema = {
|
|
|
40956
40937
|
id: { __type: "uuid" },
|
|
40957
40938
|
matchBankAccountLast4: { __type: "String" },
|
|
40958
40939
|
matchStatus: { __type: "String" },
|
|
40940
|
+
match_line_type_classification: { __type: "String" },
|
|
40941
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40942
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40959
40943
|
paidAt: { __type: "timestamptz" },
|
|
40960
40944
|
recurringFeeId: { __type: "uuid" },
|
|
40961
40945
|
recurringTemplateId: { __type: "uuid" },
|
|
@@ -40977,6 +40961,9 @@ exports.generatedSchema = {
|
|
|
40977
40961
|
id: { __type: "order_by" },
|
|
40978
40962
|
matchBankAccountLast4: { __type: "order_by" },
|
|
40979
40963
|
matchStatus: { __type: "order_by" },
|
|
40964
|
+
match_line_type_classification: { __type: "order_by" },
|
|
40965
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
40966
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
40980
40967
|
paidAt: { __type: "order_by" },
|
|
40981
40968
|
recurringFeeId: { __type: "order_by" },
|
|
40982
40969
|
recurringTemplateId: { __type: "order_by" },
|
|
@@ -40999,6 +40986,9 @@ exports.generatedSchema = {
|
|
|
40999
40986
|
id: { __type: "uuid" },
|
|
41000
40987
|
matchBankAccountLast4: { __type: "String" },
|
|
41001
40988
|
matchStatus: { __type: "String" },
|
|
40989
|
+
match_line_type_classification: { __type: "String" },
|
|
40990
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40991
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41002
40992
|
paidAt: { __type: "timestamptz" },
|
|
41003
40993
|
recurringFeeId: { __type: "uuid" },
|
|
41004
40994
|
recurringTemplateId: { __type: "uuid" },
|
|
@@ -41020,6 +41010,9 @@ exports.generatedSchema = {
|
|
|
41020
41010
|
id: { __type: "order_by" },
|
|
41021
41011
|
matchBankAccountLast4: { __type: "order_by" },
|
|
41022
41012
|
matchStatus: { __type: "order_by" },
|
|
41013
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41014
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41015
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
41023
41016
|
paidAt: { __type: "order_by" },
|
|
41024
41017
|
recurringFeeId: { __type: "order_by" },
|
|
41025
41018
|
recurringTemplateId: { __type: "order_by" },
|
|
@@ -41065,7 +41058,9 @@ exports.generatedSchema = {
|
|
|
41065
41058
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
41066
41059
|
matchBankAccountLast4: { __type: "order_by" },
|
|
41067
41060
|
matchStatus: { __type: "order_by" },
|
|
41068
|
-
|
|
41061
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41062
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41063
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
41069
41064
|
paidAt: { __type: "order_by" },
|
|
41070
41065
|
paidStatus: { __type: "order_by" },
|
|
41071
41066
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -41086,10 +41081,7 @@ exports.generatedSchema = {
|
|
|
41086
41081
|
updatedAt: { __type: "order_by" },
|
|
41087
41082
|
},
|
|
41088
41083
|
transaction_pk_columns_input: { id: { __type: "uuid!" } },
|
|
41089
|
-
transaction_prepend_input: {
|
|
41090
|
-
matchers: { __type: "jsonb" },
|
|
41091
|
-
recurringPattern: { __type: "jsonb" },
|
|
41092
|
-
},
|
|
41084
|
+
transaction_prepend_input: { recurringPattern: { __type: "jsonb" } },
|
|
41093
41085
|
transaction_set_input: {
|
|
41094
41086
|
accountId: { __type: "uuid" },
|
|
41095
41087
|
centTotal: { __type: "Int" },
|
|
@@ -41102,7 +41094,9 @@ exports.generatedSchema = {
|
|
|
41102
41094
|
dueAt: { __type: "timestamptz" },
|
|
41103
41095
|
id: { __type: "uuid" },
|
|
41104
41096
|
matchBankAccountLast4: { __type: "String" },
|
|
41105
|
-
|
|
41097
|
+
match_line_type_classification: { __type: "String" },
|
|
41098
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41099
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41106
41100
|
paidAt: { __type: "timestamptz" },
|
|
41107
41101
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41108
41102
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -41148,7 +41142,9 @@ exports.generatedSchema = {
|
|
|
41148
41142
|
id: { __type: "uuid" },
|
|
41149
41143
|
matchBankAccountLast4: { __type: "String" },
|
|
41150
41144
|
matchStatus: { __type: "String" },
|
|
41151
|
-
|
|
41145
|
+
match_line_type_classification: { __type: "String" },
|
|
41146
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41147
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41152
41148
|
paidAt: { __type: "timestamptz" },
|
|
41153
41149
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41154
41150
|
recurringFeeId: { __type: "uuid" },
|