@vrplatform/graphql 1.1.18 → 1.1.20
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 +162 -14
- package/build/main/gqty/schema.generated.js +63 -7
- package/build/module/gqty/schema.generated.d.ts +162 -14
- package/build/module/gqty/schema.generated.js +63 -7
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +162 -14
- package/src/gqty/schema.generated.js +63 -7
|
@@ -7474,13 +7474,21 @@ exports.generatedSchema = {
|
|
|
7474
7474
|
},
|
|
7475
7475
|
core_flow_mapping: {
|
|
7476
7476
|
__typename: { __type: "String!" },
|
|
7477
|
+
account: { __type: "account" },
|
|
7477
7478
|
account_id: { __type: "uuid" },
|
|
7479
|
+
booking_channel: { __type: "booking_channel" },
|
|
7478
7480
|
booking_channel_id: { __type: "uuid" },
|
|
7481
|
+
contact: { __type: "contact" },
|
|
7479
7482
|
contact_id: { __type: "uuid" },
|
|
7483
|
+
flow: { __type: "core_flow!" },
|
|
7480
7484
|
flow_id: { __type: "uuid!" },
|
|
7481
7485
|
id: { __type: "uuid!" },
|
|
7486
|
+
listing: { __type: "listing" },
|
|
7482
7487
|
listing_id: { __type: "uuid" },
|
|
7483
7488
|
mapping_key: { __type: "String!" },
|
|
7489
|
+
rate: { __type: "rate" },
|
|
7490
|
+
rate_id: { __type: "uuid" },
|
|
7491
|
+
source: { __type: "source!" },
|
|
7484
7492
|
source_id: { __type: "uuid!" },
|
|
7485
7493
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7486
7494
|
},
|
|
@@ -7506,13 +7514,21 @@ exports.generatedSchema = {
|
|
|
7506
7514
|
_and: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7507
7515
|
_not: { __type: "core_flow_mapping_bool_exp" },
|
|
7508
7516
|
_or: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7517
|
+
account: { __type: "account_bool_exp" },
|
|
7509
7518
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7519
|
+
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7510
7520
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7521
|
+
contact: { __type: "contact_bool_exp" },
|
|
7511
7522
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7523
|
+
flow: { __type: "core_flow_bool_exp" },
|
|
7512
7524
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7513
7525
|
id: { __type: "uuid_comparison_exp" },
|
|
7526
|
+
listing: { __type: "listing_bool_exp" },
|
|
7514
7527
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7515
7528
|
mapping_key: { __type: "String_comparison_exp" },
|
|
7529
|
+
rate: { __type: "rate_bool_exp" },
|
|
7530
|
+
rate_id: { __type: "uuid_comparison_exp" },
|
|
7531
|
+
source: { __type: "source_bool_exp" },
|
|
7516
7532
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7517
7533
|
value: { __type: "jsonb_comparison_exp" },
|
|
7518
7534
|
},
|
|
@@ -7520,13 +7536,21 @@ exports.generatedSchema = {
|
|
|
7520
7536
|
core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
|
|
7521
7537
|
core_flow_mapping_delete_key_input: { value: { __type: "String" } },
|
|
7522
7538
|
core_flow_mapping_insert_input: {
|
|
7539
|
+
account: { __type: "account_obj_rel_insert_input" },
|
|
7523
7540
|
account_id: { __type: "uuid" },
|
|
7541
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7524
7542
|
booking_channel_id: { __type: "uuid" },
|
|
7543
|
+
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7525
7544
|
contact_id: { __type: "uuid" },
|
|
7545
|
+
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7526
7546
|
flow_id: { __type: "uuid" },
|
|
7527
7547
|
id: { __type: "uuid" },
|
|
7548
|
+
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7528
7549
|
listing_id: { __type: "uuid" },
|
|
7529
7550
|
mapping_key: { __type: "String" },
|
|
7551
|
+
rate: { __type: "rate_obj_rel_insert_input" },
|
|
7552
|
+
rate_id: { __type: "uuid" },
|
|
7553
|
+
source: { __type: "source_obj_rel_insert_input" },
|
|
7530
7554
|
source_id: { __type: "uuid" },
|
|
7531
7555
|
value: { __type: "jsonb" },
|
|
7532
7556
|
},
|
|
@@ -7539,6 +7563,7 @@ exports.generatedSchema = {
|
|
|
7539
7563
|
id: { __type: "uuid" },
|
|
7540
7564
|
listing_id: { __type: "uuid" },
|
|
7541
7565
|
mapping_key: { __type: "String" },
|
|
7566
|
+
rate_id: { __type: "uuid" },
|
|
7542
7567
|
source_id: { __type: "uuid" },
|
|
7543
7568
|
},
|
|
7544
7569
|
core_flow_mapping_min_fields: {
|
|
@@ -7550,6 +7575,7 @@ exports.generatedSchema = {
|
|
|
7550
7575
|
id: { __type: "uuid" },
|
|
7551
7576
|
listing_id: { __type: "uuid" },
|
|
7552
7577
|
mapping_key: { __type: "String" },
|
|
7578
|
+
rate_id: { __type: "uuid" },
|
|
7553
7579
|
source_id: { __type: "uuid" },
|
|
7554
7580
|
},
|
|
7555
7581
|
core_flow_mapping_mutation_response: {
|
|
@@ -7563,13 +7589,21 @@ exports.generatedSchema = {
|
|
|
7563
7589
|
where: { __type: "core_flow_mapping_bool_exp" },
|
|
7564
7590
|
},
|
|
7565
7591
|
core_flow_mapping_order_by: {
|
|
7592
|
+
account: { __type: "account_order_by" },
|
|
7566
7593
|
account_id: { __type: "order_by" },
|
|
7594
|
+
booking_channel: { __type: "booking_channel_order_by" },
|
|
7567
7595
|
booking_channel_id: { __type: "order_by" },
|
|
7596
|
+
contact: { __type: "contact_order_by" },
|
|
7568
7597
|
contact_id: { __type: "order_by" },
|
|
7598
|
+
flow: { __type: "core_flow_order_by" },
|
|
7569
7599
|
flow_id: { __type: "order_by" },
|
|
7570
7600
|
id: { __type: "order_by" },
|
|
7601
|
+
listing: { __type: "listing_order_by" },
|
|
7571
7602
|
listing_id: { __type: "order_by" },
|
|
7572
7603
|
mapping_key: { __type: "order_by" },
|
|
7604
|
+
rate: { __type: "rate_order_by" },
|
|
7605
|
+
rate_id: { __type: "order_by" },
|
|
7606
|
+
source: { __type: "source_order_by" },
|
|
7573
7607
|
source_id: { __type: "order_by" },
|
|
7574
7608
|
value: { __type: "order_by" },
|
|
7575
7609
|
},
|
|
@@ -7583,6 +7617,7 @@ exports.generatedSchema = {
|
|
|
7583
7617
|
id: { __type: "uuid" },
|
|
7584
7618
|
listing_id: { __type: "uuid" },
|
|
7585
7619
|
mapping_key: { __type: "String" },
|
|
7620
|
+
rate_id: { __type: "uuid" },
|
|
7586
7621
|
source_id: { __type: "uuid" },
|
|
7587
7622
|
value: { __type: "jsonb" },
|
|
7588
7623
|
},
|
|
@@ -7598,6 +7633,7 @@ exports.generatedSchema = {
|
|
|
7598
7633
|
id: { __type: "uuid" },
|
|
7599
7634
|
listing_id: { __type: "uuid" },
|
|
7600
7635
|
mapping_key: { __type: "String" },
|
|
7636
|
+
rate_id: { __type: "uuid" },
|
|
7601
7637
|
source_id: { __type: "uuid" },
|
|
7602
7638
|
value: { __type: "jsonb" },
|
|
7603
7639
|
},
|
|
@@ -7631,6 +7667,10 @@ exports.generatedSchema = {
|
|
|
7631
7667
|
affected_rows: { __type: "Int!" },
|
|
7632
7668
|
returning: { __type: "[core_flow!]!" },
|
|
7633
7669
|
},
|
|
7670
|
+
core_flow_obj_rel_insert_input: {
|
|
7671
|
+
data: { __type: "core_flow_insert_input!" },
|
|
7672
|
+
on_conflict: { __type: "core_flow_on_conflict" },
|
|
7673
|
+
},
|
|
7634
7674
|
core_flow_on_conflict: {
|
|
7635
7675
|
constraint: { __type: "core_flow_constraint!" },
|
|
7636
7676
|
update_columns: { __type: "[core_flow_update_column!]!" },
|
|
@@ -10305,7 +10345,7 @@ exports.generatedSchema = {
|
|
|
10305
10345
|
address_id: { __type: "uuid" },
|
|
10306
10346
|
bedrooms: { __type: "Int" },
|
|
10307
10347
|
beds: { __type: "Int" },
|
|
10308
|
-
calculatedStatus: { __type: "
|
|
10348
|
+
calculatedStatus: { __type: "activeStatus_enum" },
|
|
10309
10349
|
calculatedTitle: { __type: "String" },
|
|
10310
10350
|
calculated_title: { __type: "String" },
|
|
10311
10351
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -11302,7 +11342,7 @@ exports.generatedSchema = {
|
|
|
11302
11342
|
address_id: { __type: "uuid_comparison_exp" },
|
|
11303
11343
|
bedrooms: { __type: "Int_comparison_exp" },
|
|
11304
11344
|
beds: { __type: "Int_comparison_exp" },
|
|
11305
|
-
calculatedStatus: { __type: "
|
|
11345
|
+
calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
11306
11346
|
calculatedTitle: { __type: "String_comparison_exp" },
|
|
11307
11347
|
calculated_title: { __type: "String_comparison_exp" },
|
|
11308
11348
|
centExpenseReserve: { __type: "Int_comparison_exp" },
|
|
@@ -12093,7 +12133,6 @@ exports.generatedSchema = {
|
|
|
12093
12133
|
address_id: { __type: "uuid" },
|
|
12094
12134
|
bedrooms: { __type: "Int" },
|
|
12095
12135
|
beds: { __type: "Int" },
|
|
12096
|
-
calculatedStatus: { __type: "String" },
|
|
12097
12136
|
calculatedTitle: { __type: "String" },
|
|
12098
12137
|
calculated_title: { __type: "String" },
|
|
12099
12138
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -12120,7 +12159,6 @@ exports.generatedSchema = {
|
|
|
12120
12159
|
address_id: { __type: "order_by" },
|
|
12121
12160
|
bedrooms: { __type: "order_by" },
|
|
12122
12161
|
beds: { __type: "order_by" },
|
|
12123
|
-
calculatedStatus: { __type: "order_by" },
|
|
12124
12162
|
calculatedTitle: { __type: "order_by" },
|
|
12125
12163
|
calculated_title: { __type: "order_by" },
|
|
12126
12164
|
centExpenseReserve: { __type: "order_by" },
|
|
@@ -12148,7 +12186,6 @@ exports.generatedSchema = {
|
|
|
12148
12186
|
address_id: { __type: "uuid" },
|
|
12149
12187
|
bedrooms: { __type: "Int" },
|
|
12150
12188
|
beds: { __type: "Int" },
|
|
12151
|
-
calculatedStatus: { __type: "String" },
|
|
12152
12189
|
calculatedTitle: { __type: "String" },
|
|
12153
12190
|
calculated_title: { __type: "String" },
|
|
12154
12191
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -12175,7 +12212,6 @@ exports.generatedSchema = {
|
|
|
12175
12212
|
address_id: { __type: "order_by" },
|
|
12176
12213
|
bedrooms: { __type: "order_by" },
|
|
12177
12214
|
beds: { __type: "order_by" },
|
|
12178
|
-
calculatedStatus: { __type: "order_by" },
|
|
12179
12215
|
calculatedTitle: { __type: "order_by" },
|
|
12180
12216
|
calculated_title: { __type: "order_by" },
|
|
12181
12217
|
centExpenseReserve: { __type: "order_by" },
|
|
@@ -12725,7 +12761,7 @@ exports.generatedSchema = {
|
|
|
12725
12761
|
address_id: { __type: "uuid" },
|
|
12726
12762
|
bedrooms: { __type: "Int" },
|
|
12727
12763
|
beds: { __type: "Int" },
|
|
12728
|
-
calculatedStatus: { __type: "
|
|
12764
|
+
calculatedStatus: { __type: "activeStatus_enum" },
|
|
12729
12765
|
calculatedTitle: { __type: "String" },
|
|
12730
12766
|
calculated_title: { __type: "String" },
|
|
12731
12767
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -22161,6 +22197,8 @@ exports.generatedSchema = {
|
|
|
22161
22197
|
},
|
|
22162
22198
|
listing: { __type: "listing" },
|
|
22163
22199
|
listingId: { __type: "uuid" },
|
|
22200
|
+
matchReservationConfirmationCode: { __type: "String" },
|
|
22201
|
+
matchReservationStripeGuestRef: { __type: "String" },
|
|
22164
22202
|
matchStatus: { __type: "String" },
|
|
22165
22203
|
members: {
|
|
22166
22204
|
__type: "[tenant_user!]!",
|
|
@@ -22326,6 +22364,8 @@ exports.generatedSchema = {
|
|
|
22326
22364
|
},
|
|
22327
22365
|
listing: { __type: "listing_bool_exp" },
|
|
22328
22366
|
listingId: { __type: "uuid_comparison_exp" },
|
|
22367
|
+
matchReservationConfirmationCode: { __type: "String_comparison_exp" },
|
|
22368
|
+
matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
|
|
22329
22369
|
matchStatus: { __type: "String_comparison_exp" },
|
|
22330
22370
|
members: { __type: "tenant_user_bool_exp" },
|
|
22331
22371
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
|
|
@@ -22723,6 +22763,8 @@ exports.generatedSchema = {
|
|
|
22723
22763
|
},
|
|
22724
22764
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
22725
22765
|
listingId: { __type: "uuid" },
|
|
22766
|
+
matchReservationConfirmationCode: { __type: "String" },
|
|
22767
|
+
matchReservationStripeGuestRef: { __type: "String" },
|
|
22726
22768
|
members: { __type: "tenant_user_arr_rel_insert_input" },
|
|
22727
22769
|
metadata: { __type: "jsonb" },
|
|
22728
22770
|
originCentTotal: { __type: "bigint" },
|
|
@@ -22756,6 +22798,8 @@ exports.generatedSchema = {
|
|
|
22756
22798
|
id: { __type: "uuid" },
|
|
22757
22799
|
lineId: { __type: "uuid" },
|
|
22758
22800
|
listingId: { __type: "uuid" },
|
|
22801
|
+
matchReservationConfirmationCode: { __type: "String" },
|
|
22802
|
+
matchReservationStripeGuestRef: { __type: "String" },
|
|
22759
22803
|
matchStatus: { __type: "String" },
|
|
22760
22804
|
originCentTotal: { __type: "bigint" },
|
|
22761
22805
|
originCurrency: { __type: "String" },
|
|
@@ -22779,6 +22823,8 @@ exports.generatedSchema = {
|
|
|
22779
22823
|
id: { __type: "order_by" },
|
|
22780
22824
|
lineId: { __type: "order_by" },
|
|
22781
22825
|
listingId: { __type: "order_by" },
|
|
22826
|
+
matchReservationConfirmationCode: { __type: "order_by" },
|
|
22827
|
+
matchReservationStripeGuestRef: { __type: "order_by" },
|
|
22782
22828
|
matchStatus: { __type: "order_by" },
|
|
22783
22829
|
originCentTotal: { __type: "order_by" },
|
|
22784
22830
|
originCurrency: { __type: "order_by" },
|
|
@@ -22803,6 +22849,8 @@ exports.generatedSchema = {
|
|
|
22803
22849
|
id: { __type: "uuid" },
|
|
22804
22850
|
lineId: { __type: "uuid" },
|
|
22805
22851
|
listingId: { __type: "uuid" },
|
|
22852
|
+
matchReservationConfirmationCode: { __type: "String" },
|
|
22853
|
+
matchReservationStripeGuestRef: { __type: "String" },
|
|
22806
22854
|
matchStatus: { __type: "String" },
|
|
22807
22855
|
originCentTotal: { __type: "bigint" },
|
|
22808
22856
|
originCurrency: { __type: "String" },
|
|
@@ -22826,6 +22874,8 @@ exports.generatedSchema = {
|
|
|
22826
22874
|
id: { __type: "order_by" },
|
|
22827
22875
|
lineId: { __type: "order_by" },
|
|
22828
22876
|
listingId: { __type: "order_by" },
|
|
22877
|
+
matchReservationConfirmationCode: { __type: "order_by" },
|
|
22878
|
+
matchReservationStripeGuestRef: { __type: "order_by" },
|
|
22829
22879
|
matchStatus: { __type: "order_by" },
|
|
22830
22880
|
originCentTotal: { __type: "order_by" },
|
|
22831
22881
|
originCurrency: { __type: "order_by" },
|
|
@@ -22873,6 +22923,8 @@ exports.generatedSchema = {
|
|
|
22873
22923
|
},
|
|
22874
22924
|
listing: { __type: "listing_order_by" },
|
|
22875
22925
|
listingId: { __type: "order_by" },
|
|
22926
|
+
matchReservationConfirmationCode: { __type: "order_by" },
|
|
22927
|
+
matchReservationStripeGuestRef: { __type: "order_by" },
|
|
22876
22928
|
matchStatus: { __type: "order_by" },
|
|
22877
22929
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" },
|
|
22878
22930
|
metadata: { __type: "order_by" },
|
|
@@ -22908,6 +22960,8 @@ exports.generatedSchema = {
|
|
|
22908
22960
|
id: { __type: "uuid" },
|
|
22909
22961
|
lineId: { __type: "uuid" },
|
|
22910
22962
|
listingId: { __type: "uuid" },
|
|
22963
|
+
matchReservationConfirmationCode: { __type: "String" },
|
|
22964
|
+
matchReservationStripeGuestRef: { __type: "String" },
|
|
22911
22965
|
metadata: { __type: "jsonb" },
|
|
22912
22966
|
originCentTotal: { __type: "bigint" },
|
|
22913
22967
|
originCurrency: { __type: "String" },
|
|
@@ -22970,6 +23024,8 @@ exports.generatedSchema = {
|
|
|
22970
23024
|
id: { __type: "uuid" },
|
|
22971
23025
|
lineId: { __type: "uuid" },
|
|
22972
23026
|
listingId: { __type: "uuid" },
|
|
23027
|
+
matchReservationConfirmationCode: { __type: "String" },
|
|
23028
|
+
matchReservationStripeGuestRef: { __type: "String" },
|
|
22973
23029
|
matchStatus: { __type: "String" },
|
|
22974
23030
|
metadata: { __type: "jsonb" },
|
|
22975
23031
|
originCentTotal: { __type: "bigint" },
|