@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
|
@@ -6793,13 +6793,21 @@ export interface core_flow_mapping_bool_exp {
|
|
|
6793
6793
|
_and?: InputMaybe<Array<core_flow_mapping_bool_exp>>;
|
|
6794
6794
|
_not?: InputMaybe<core_flow_mapping_bool_exp>;
|
|
6795
6795
|
_or?: InputMaybe<Array<core_flow_mapping_bool_exp>>;
|
|
6796
|
+
account?: InputMaybe<account_bool_exp>;
|
|
6796
6797
|
account_id?: InputMaybe<uuid_comparison_exp>;
|
|
6798
|
+
booking_channel?: InputMaybe<booking_channel_bool_exp>;
|
|
6797
6799
|
booking_channel_id?: InputMaybe<uuid_comparison_exp>;
|
|
6800
|
+
contact?: InputMaybe<contact_bool_exp>;
|
|
6798
6801
|
contact_id?: InputMaybe<uuid_comparison_exp>;
|
|
6802
|
+
flow?: InputMaybe<core_flow_bool_exp>;
|
|
6799
6803
|
flow_id?: InputMaybe<uuid_comparison_exp>;
|
|
6800
6804
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
6805
|
+
listing?: InputMaybe<listing_bool_exp>;
|
|
6801
6806
|
listing_id?: InputMaybe<uuid_comparison_exp>;
|
|
6802
6807
|
mapping_key?: InputMaybe<String_comparison_exp>;
|
|
6808
|
+
rate?: InputMaybe<rate_bool_exp>;
|
|
6809
|
+
rate_id?: InputMaybe<uuid_comparison_exp>;
|
|
6810
|
+
source?: InputMaybe<source_bool_exp>;
|
|
6803
6811
|
source_id?: InputMaybe<uuid_comparison_exp>;
|
|
6804
6812
|
value?: InputMaybe<jsonb_comparison_exp>;
|
|
6805
6813
|
}
|
|
@@ -6828,13 +6836,21 @@ export interface core_flow_mapping_delete_key_input {
|
|
|
6828
6836
|
|
|
6829
6837
|
/** input type for inserting data into table "core.flow_mapping" */
|
|
6830
6838
|
export interface core_flow_mapping_insert_input {
|
|
6839
|
+
account?: InputMaybe<account_obj_rel_insert_input>;
|
|
6831
6840
|
account_id?: InputMaybe<Scalars["uuid"]>;
|
|
6841
|
+
booking_channel?: InputMaybe<booking_channel_obj_rel_insert_input>;
|
|
6832
6842
|
booking_channel_id?: InputMaybe<Scalars["uuid"]>;
|
|
6843
|
+
contact?: InputMaybe<contact_obj_rel_insert_input>;
|
|
6833
6844
|
contact_id?: InputMaybe<Scalars["uuid"]>;
|
|
6845
|
+
flow?: InputMaybe<core_flow_obj_rel_insert_input>;
|
|
6834
6846
|
flow_id?: InputMaybe<Scalars["uuid"]>;
|
|
6835
6847
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6848
|
+
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
6836
6849
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
6837
6850
|
mapping_key?: InputMaybe<Scalars["String"]>;
|
|
6851
|
+
rate?: InputMaybe<rate_obj_rel_insert_input>;
|
|
6852
|
+
rate_id?: InputMaybe<Scalars["uuid"]>;
|
|
6853
|
+
source?: InputMaybe<source_obj_rel_insert_input>;
|
|
6838
6854
|
source_id?: InputMaybe<Scalars["uuid"]>;
|
|
6839
6855
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
6840
6856
|
}
|
|
@@ -6848,13 +6864,21 @@ export interface core_flow_mapping_on_conflict {
|
|
|
6848
6864
|
|
|
6849
6865
|
/** Ordering options when selecting data from "core.flow_mapping". */
|
|
6850
6866
|
export interface core_flow_mapping_order_by {
|
|
6867
|
+
account?: InputMaybe<account_order_by>;
|
|
6851
6868
|
account_id?: InputMaybe<order_by>;
|
|
6869
|
+
booking_channel?: InputMaybe<booking_channel_order_by>;
|
|
6852
6870
|
booking_channel_id?: InputMaybe<order_by>;
|
|
6871
|
+
contact?: InputMaybe<contact_order_by>;
|
|
6853
6872
|
contact_id?: InputMaybe<order_by>;
|
|
6873
|
+
flow?: InputMaybe<core_flow_order_by>;
|
|
6854
6874
|
flow_id?: InputMaybe<order_by>;
|
|
6855
6875
|
id?: InputMaybe<order_by>;
|
|
6876
|
+
listing?: InputMaybe<listing_order_by>;
|
|
6856
6877
|
listing_id?: InputMaybe<order_by>;
|
|
6857
6878
|
mapping_key?: InputMaybe<order_by>;
|
|
6879
|
+
rate?: InputMaybe<rate_order_by>;
|
|
6880
|
+
rate_id?: InputMaybe<order_by>;
|
|
6881
|
+
source?: InputMaybe<source_order_by>;
|
|
6858
6882
|
source_id?: InputMaybe<order_by>;
|
|
6859
6883
|
value?: InputMaybe<order_by>;
|
|
6860
6884
|
}
|
|
@@ -6886,6 +6910,8 @@ export type core_flow_mapping_select_column =
|
|
|
6886
6910
|
/** column name */
|
|
6887
6911
|
| "mapping_key"
|
|
6888
6912
|
/** column name */
|
|
6913
|
+
| "rate_id"
|
|
6914
|
+
/** column name */
|
|
6889
6915
|
| "source_id"
|
|
6890
6916
|
/** column name */
|
|
6891
6917
|
| "value";
|
|
@@ -6899,6 +6925,7 @@ export interface core_flow_mapping_set_input {
|
|
|
6899
6925
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6900
6926
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
6901
6927
|
mapping_key?: InputMaybe<Scalars["String"]>;
|
|
6928
|
+
rate_id?: InputMaybe<Scalars["uuid"]>;
|
|
6902
6929
|
source_id?: InputMaybe<Scalars["uuid"]>;
|
|
6903
6930
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
6904
6931
|
}
|
|
@@ -6920,6 +6947,7 @@ export interface core_flow_mapping_stream_cursor_value_input {
|
|
|
6920
6947
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6921
6948
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
6922
6949
|
mapping_key?: InputMaybe<Scalars["String"]>;
|
|
6950
|
+
rate_id?: InputMaybe<Scalars["uuid"]>;
|
|
6923
6951
|
source_id?: InputMaybe<Scalars["uuid"]>;
|
|
6924
6952
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
6925
6953
|
}
|
|
@@ -6941,6 +6969,8 @@ export type core_flow_mapping_update_column =
|
|
|
6941
6969
|
/** column name */
|
|
6942
6970
|
| "mapping_key"
|
|
6943
6971
|
/** column name */
|
|
6972
|
+
| "rate_id"
|
|
6973
|
+
/** column name */
|
|
6944
6974
|
| "source_id"
|
|
6945
6975
|
/** column name */
|
|
6946
6976
|
| "value";
|
|
@@ -6962,6 +6992,13 @@ export interface core_flow_mapping_updates {
|
|
|
6962
6992
|
where: core_flow_mapping_bool_exp;
|
|
6963
6993
|
}
|
|
6964
6994
|
|
|
6995
|
+
/** input type for inserting object relation for remote table "core.flow" */
|
|
6996
|
+
export interface core_flow_obj_rel_insert_input {
|
|
6997
|
+
data: core_flow_insert_input;
|
|
6998
|
+
/** upsert condition */
|
|
6999
|
+
on_conflict?: InputMaybe<core_flow_on_conflict>;
|
|
7000
|
+
}
|
|
7001
|
+
|
|
6965
7002
|
/** on_conflict condition type for table "core.flow" */
|
|
6966
7003
|
export interface core_flow_on_conflict {
|
|
6967
7004
|
constraint: core_flow_constraint;
|
|
@@ -10908,7 +10945,7 @@ export interface listing_bool_exp {
|
|
|
10908
10945
|
address_id?: InputMaybe<uuid_comparison_exp>;
|
|
10909
10946
|
bedrooms?: InputMaybe<Int_comparison_exp>;
|
|
10910
10947
|
beds?: InputMaybe<Int_comparison_exp>;
|
|
10911
|
-
calculatedStatus?: InputMaybe<
|
|
10948
|
+
calculatedStatus?: InputMaybe<activeStatus_enum_comparison_exp>;
|
|
10912
10949
|
calculatedTitle?: InputMaybe<String_comparison_exp>;
|
|
10913
10950
|
calculated_title?: InputMaybe<String_comparison_exp>;
|
|
10914
10951
|
centExpenseReserve?: InputMaybe<Int_comparison_exp>;
|
|
@@ -11604,7 +11641,6 @@ export interface listing_max_order_by {
|
|
|
11604
11641
|
address_id?: InputMaybe<order_by>;
|
|
11605
11642
|
bedrooms?: InputMaybe<order_by>;
|
|
11606
11643
|
beds?: InputMaybe<order_by>;
|
|
11607
|
-
calculatedStatus?: InputMaybe<order_by>;
|
|
11608
11644
|
calculatedTitle?: InputMaybe<order_by>;
|
|
11609
11645
|
calculated_title?: InputMaybe<order_by>;
|
|
11610
11646
|
centExpenseReserve?: InputMaybe<order_by>;
|
|
@@ -11634,7 +11670,6 @@ export interface listing_min_order_by {
|
|
|
11634
11670
|
address_id?: InputMaybe<order_by>;
|
|
11635
11671
|
bedrooms?: InputMaybe<order_by>;
|
|
11636
11672
|
beds?: InputMaybe<order_by>;
|
|
11637
|
-
calculatedStatus?: InputMaybe<order_by>;
|
|
11638
11673
|
calculatedTitle?: InputMaybe<order_by>;
|
|
11639
11674
|
calculated_title?: InputMaybe<order_by>;
|
|
11640
11675
|
centExpenseReserve?: InputMaybe<order_by>;
|
|
@@ -12232,7 +12267,7 @@ export interface listing_stream_cursor_value_input {
|
|
|
12232
12267
|
address_id?: InputMaybe<Scalars["uuid"]>;
|
|
12233
12268
|
bedrooms?: InputMaybe<Scalars["Int"]>;
|
|
12234
12269
|
beds?: InputMaybe<Scalars["Int"]>;
|
|
12235
|
-
calculatedStatus?: InputMaybe<
|
|
12270
|
+
calculatedStatus?: InputMaybe<activeStatus_enum>;
|
|
12236
12271
|
calculatedTitle?: InputMaybe<Scalars["String"]>;
|
|
12237
12272
|
calculated_title?: InputMaybe<Scalars["String"]>;
|
|
12238
12273
|
centExpenseReserve?: InputMaybe<Scalars["Int"]>;
|
|
@@ -16456,6 +16491,8 @@ export interface payment_line_bool_exp {
|
|
|
16456
16491
|
lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_bool_exp>;
|
|
16457
16492
|
listing?: InputMaybe<listing_bool_exp>;
|
|
16458
16493
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
16494
|
+
matchReservationConfirmationCode?: InputMaybe<String_comparison_exp>;
|
|
16495
|
+
matchReservationStripeGuestRef?: InputMaybe<String_comparison_exp>;
|
|
16459
16496
|
matchStatus?: InputMaybe<String_comparison_exp>;
|
|
16460
16497
|
members?: InputMaybe<tenant_user_bool_exp>;
|
|
16461
16498
|
members_aggregate?: InputMaybe<tenant_user_aggregate_bool_exp>;
|
|
@@ -16737,6 +16774,8 @@ export interface payment_line_insert_input {
|
|
|
16737
16774
|
lineTypeAccounts?: InputMaybe<accountReservationLineType_arr_rel_insert_input>;
|
|
16738
16775
|
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
16739
16776
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
16777
|
+
matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
|
|
16778
|
+
matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
|
|
16740
16779
|
members?: InputMaybe<tenant_user_arr_rel_insert_input>;
|
|
16741
16780
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
16742
16781
|
originCentTotal?: InputMaybe<Scalars["bigint"]>;
|
|
@@ -16771,6 +16810,8 @@ export interface payment_line_max_order_by {
|
|
|
16771
16810
|
id?: InputMaybe<order_by>;
|
|
16772
16811
|
lineId?: InputMaybe<order_by>;
|
|
16773
16812
|
listingId?: InputMaybe<order_by>;
|
|
16813
|
+
matchReservationConfirmationCode?: InputMaybe<order_by>;
|
|
16814
|
+
matchReservationStripeGuestRef?: InputMaybe<order_by>;
|
|
16774
16815
|
matchStatus?: InputMaybe<order_by>;
|
|
16775
16816
|
originCentTotal?: InputMaybe<order_by>;
|
|
16776
16817
|
originCurrency?: InputMaybe<order_by>;
|
|
@@ -16796,6 +16837,8 @@ export interface payment_line_min_order_by {
|
|
|
16796
16837
|
id?: InputMaybe<order_by>;
|
|
16797
16838
|
lineId?: InputMaybe<order_by>;
|
|
16798
16839
|
listingId?: InputMaybe<order_by>;
|
|
16840
|
+
matchReservationConfirmationCode?: InputMaybe<order_by>;
|
|
16841
|
+
matchReservationStripeGuestRef?: InputMaybe<order_by>;
|
|
16799
16842
|
matchStatus?: InputMaybe<order_by>;
|
|
16800
16843
|
originCentTotal?: InputMaybe<order_by>;
|
|
16801
16844
|
originCurrency?: InputMaybe<order_by>;
|
|
@@ -16843,6 +16886,8 @@ export interface payment_line_order_by {
|
|
|
16843
16886
|
lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_order_by>;
|
|
16844
16887
|
listing?: InputMaybe<listing_order_by>;
|
|
16845
16888
|
listingId?: InputMaybe<order_by>;
|
|
16889
|
+
matchReservationConfirmationCode?: InputMaybe<order_by>;
|
|
16890
|
+
matchReservationStripeGuestRef?: InputMaybe<order_by>;
|
|
16846
16891
|
matchStatus?: InputMaybe<order_by>;
|
|
16847
16892
|
members_aggregate?: InputMaybe<tenant_user_aggregate_order_by>;
|
|
16848
16893
|
metadata?: InputMaybe<order_by>;
|
|
@@ -16897,6 +16942,10 @@ export type payment_line_select_column =
|
|
|
16897
16942
|
/** column name */
|
|
16898
16943
|
| "listingId"
|
|
16899
16944
|
/** column name */
|
|
16945
|
+
| "matchReservationConfirmationCode"
|
|
16946
|
+
/** column name */
|
|
16947
|
+
| "matchReservationStripeGuestRef"
|
|
16948
|
+
/** column name */
|
|
16900
16949
|
| "matchStatus"
|
|
16901
16950
|
/** column name */
|
|
16902
16951
|
| "metadata"
|
|
@@ -16949,6 +16998,8 @@ export interface payment_line_set_input {
|
|
|
16949
16998
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
16950
16999
|
lineId?: InputMaybe<Scalars["uuid"]>;
|
|
16951
17000
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
17001
|
+
matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
|
|
17002
|
+
matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
|
|
16952
17003
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
16953
17004
|
originCentTotal?: InputMaybe<Scalars["bigint"]>;
|
|
16954
17005
|
originCurrency?: InputMaybe<Scalars["String"]>;
|
|
@@ -17005,6 +17056,8 @@ export interface payment_line_stream_cursor_value_input {
|
|
|
17005
17056
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
17006
17057
|
lineId?: InputMaybe<Scalars["uuid"]>;
|
|
17007
17058
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
17059
|
+
matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
|
|
17060
|
+
matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
|
|
17008
17061
|
matchStatus?: InputMaybe<Scalars["String"]>;
|
|
17009
17062
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
17010
17063
|
originCentTotal?: InputMaybe<Scalars["bigint"]>;
|
|
@@ -17049,6 +17102,10 @@ export type payment_line_update_column =
|
|
|
17049
17102
|
/** column name */
|
|
17050
17103
|
| "listingId"
|
|
17051
17104
|
/** column name */
|
|
17105
|
+
| "matchReservationConfirmationCode"
|
|
17106
|
+
/** column name */
|
|
17107
|
+
| "matchReservationStripeGuestRef"
|
|
17108
|
+
/** column name */
|
|
17052
17109
|
| "metadata"
|
|
17053
17110
|
/** column name */
|
|
17054
17111
|
| "originCentTotal"
|
|
@@ -35344,13 +35401,21 @@ export declare const generatedSchema: {
|
|
|
35344
35401
|
};
|
|
35345
35402
|
core_flow_mapping: {
|
|
35346
35403
|
__typename: { __type: "String!" };
|
|
35404
|
+
account: { __type: "account" };
|
|
35347
35405
|
account_id: { __type: "uuid" };
|
|
35406
|
+
booking_channel: { __type: "booking_channel" };
|
|
35348
35407
|
booking_channel_id: { __type: "uuid" };
|
|
35408
|
+
contact: { __type: "contact" };
|
|
35349
35409
|
contact_id: { __type: "uuid" };
|
|
35410
|
+
flow: { __type: "core_flow!" };
|
|
35350
35411
|
flow_id: { __type: "uuid!" };
|
|
35351
35412
|
id: { __type: "uuid!" };
|
|
35413
|
+
listing: { __type: "listing" };
|
|
35352
35414
|
listing_id: { __type: "uuid" };
|
|
35353
35415
|
mapping_key: { __type: "String!" };
|
|
35416
|
+
rate: { __type: "rate" };
|
|
35417
|
+
rate_id: { __type: "uuid" };
|
|
35418
|
+
source: { __type: "source!" };
|
|
35354
35419
|
source_id: { __type: "uuid!" };
|
|
35355
35420
|
value: { __type: "jsonb"; __args: { path: "String" } };
|
|
35356
35421
|
};
|
|
@@ -35376,13 +35441,21 @@ export declare const generatedSchema: {
|
|
|
35376
35441
|
_and: { __type: "[core_flow_mapping_bool_exp!]" };
|
|
35377
35442
|
_not: { __type: "core_flow_mapping_bool_exp" };
|
|
35378
35443
|
_or: { __type: "[core_flow_mapping_bool_exp!]" };
|
|
35444
|
+
account: { __type: "account_bool_exp" };
|
|
35379
35445
|
account_id: { __type: "uuid_comparison_exp" };
|
|
35446
|
+
booking_channel: { __type: "booking_channel_bool_exp" };
|
|
35380
35447
|
booking_channel_id: { __type: "uuid_comparison_exp" };
|
|
35448
|
+
contact: { __type: "contact_bool_exp" };
|
|
35381
35449
|
contact_id: { __type: "uuid_comparison_exp" };
|
|
35450
|
+
flow: { __type: "core_flow_bool_exp" };
|
|
35382
35451
|
flow_id: { __type: "uuid_comparison_exp" };
|
|
35383
35452
|
id: { __type: "uuid_comparison_exp" };
|
|
35453
|
+
listing: { __type: "listing_bool_exp" };
|
|
35384
35454
|
listing_id: { __type: "uuid_comparison_exp" };
|
|
35385
35455
|
mapping_key: { __type: "String_comparison_exp" };
|
|
35456
|
+
rate: { __type: "rate_bool_exp" };
|
|
35457
|
+
rate_id: { __type: "uuid_comparison_exp" };
|
|
35458
|
+
source: { __type: "source_bool_exp" };
|
|
35386
35459
|
source_id: { __type: "uuid_comparison_exp" };
|
|
35387
35460
|
value: { __type: "jsonb_comparison_exp" };
|
|
35388
35461
|
};
|
|
@@ -35390,13 +35463,21 @@ export declare const generatedSchema: {
|
|
|
35390
35463
|
core_flow_mapping_delete_elem_input: { value: { __type: "Int" } };
|
|
35391
35464
|
core_flow_mapping_delete_key_input: { value: { __type: "String" } };
|
|
35392
35465
|
core_flow_mapping_insert_input: {
|
|
35466
|
+
account: { __type: "account_obj_rel_insert_input" };
|
|
35393
35467
|
account_id: { __type: "uuid" };
|
|
35468
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" };
|
|
35394
35469
|
booking_channel_id: { __type: "uuid" };
|
|
35470
|
+
contact: { __type: "contact_obj_rel_insert_input" };
|
|
35395
35471
|
contact_id: { __type: "uuid" };
|
|
35472
|
+
flow: { __type: "core_flow_obj_rel_insert_input" };
|
|
35396
35473
|
flow_id: { __type: "uuid" };
|
|
35397
35474
|
id: { __type: "uuid" };
|
|
35475
|
+
listing: { __type: "listing_obj_rel_insert_input" };
|
|
35398
35476
|
listing_id: { __type: "uuid" };
|
|
35399
35477
|
mapping_key: { __type: "String" };
|
|
35478
|
+
rate: { __type: "rate_obj_rel_insert_input" };
|
|
35479
|
+
rate_id: { __type: "uuid" };
|
|
35480
|
+
source: { __type: "source_obj_rel_insert_input" };
|
|
35400
35481
|
source_id: { __type: "uuid" };
|
|
35401
35482
|
value: { __type: "jsonb" };
|
|
35402
35483
|
};
|
|
@@ -35409,6 +35490,7 @@ export declare const generatedSchema: {
|
|
|
35409
35490
|
id: { __type: "uuid" };
|
|
35410
35491
|
listing_id: { __type: "uuid" };
|
|
35411
35492
|
mapping_key: { __type: "String" };
|
|
35493
|
+
rate_id: { __type: "uuid" };
|
|
35412
35494
|
source_id: { __type: "uuid" };
|
|
35413
35495
|
};
|
|
35414
35496
|
core_flow_mapping_min_fields: {
|
|
@@ -35420,6 +35502,7 @@ export declare const generatedSchema: {
|
|
|
35420
35502
|
id: { __type: "uuid" };
|
|
35421
35503
|
listing_id: { __type: "uuid" };
|
|
35422
35504
|
mapping_key: { __type: "String" };
|
|
35505
|
+
rate_id: { __type: "uuid" };
|
|
35423
35506
|
source_id: { __type: "uuid" };
|
|
35424
35507
|
};
|
|
35425
35508
|
core_flow_mapping_mutation_response: {
|
|
@@ -35433,13 +35516,21 @@ export declare const generatedSchema: {
|
|
|
35433
35516
|
where: { __type: "core_flow_mapping_bool_exp" };
|
|
35434
35517
|
};
|
|
35435
35518
|
core_flow_mapping_order_by: {
|
|
35519
|
+
account: { __type: "account_order_by" };
|
|
35436
35520
|
account_id: { __type: "order_by" };
|
|
35521
|
+
booking_channel: { __type: "booking_channel_order_by" };
|
|
35437
35522
|
booking_channel_id: { __type: "order_by" };
|
|
35523
|
+
contact: { __type: "contact_order_by" };
|
|
35438
35524
|
contact_id: { __type: "order_by" };
|
|
35525
|
+
flow: { __type: "core_flow_order_by" };
|
|
35439
35526
|
flow_id: { __type: "order_by" };
|
|
35440
35527
|
id: { __type: "order_by" };
|
|
35528
|
+
listing: { __type: "listing_order_by" };
|
|
35441
35529
|
listing_id: { __type: "order_by" };
|
|
35442
35530
|
mapping_key: { __type: "order_by" };
|
|
35531
|
+
rate: { __type: "rate_order_by" };
|
|
35532
|
+
rate_id: { __type: "order_by" };
|
|
35533
|
+
source: { __type: "source_order_by" };
|
|
35443
35534
|
source_id: { __type: "order_by" };
|
|
35444
35535
|
value: { __type: "order_by" };
|
|
35445
35536
|
};
|
|
@@ -35453,6 +35544,7 @@ export declare const generatedSchema: {
|
|
|
35453
35544
|
id: { __type: "uuid" };
|
|
35454
35545
|
listing_id: { __type: "uuid" };
|
|
35455
35546
|
mapping_key: { __type: "String" };
|
|
35547
|
+
rate_id: { __type: "uuid" };
|
|
35456
35548
|
source_id: { __type: "uuid" };
|
|
35457
35549
|
value: { __type: "jsonb" };
|
|
35458
35550
|
};
|
|
@@ -35468,6 +35560,7 @@ export declare const generatedSchema: {
|
|
|
35468
35560
|
id: { __type: "uuid" };
|
|
35469
35561
|
listing_id: { __type: "uuid" };
|
|
35470
35562
|
mapping_key: { __type: "String" };
|
|
35563
|
+
rate_id: { __type: "uuid" };
|
|
35471
35564
|
source_id: { __type: "uuid" };
|
|
35472
35565
|
value: { __type: "jsonb" };
|
|
35473
35566
|
};
|
|
@@ -35501,6 +35594,10 @@ export declare const generatedSchema: {
|
|
|
35501
35594
|
affected_rows: { __type: "Int!" };
|
|
35502
35595
|
returning: { __type: "[core_flow!]!" };
|
|
35503
35596
|
};
|
|
35597
|
+
core_flow_obj_rel_insert_input: {
|
|
35598
|
+
data: { __type: "core_flow_insert_input!" };
|
|
35599
|
+
on_conflict: { __type: "core_flow_on_conflict" };
|
|
35600
|
+
};
|
|
35504
35601
|
core_flow_on_conflict: {
|
|
35505
35602
|
constraint: { __type: "core_flow_constraint!" };
|
|
35506
35603
|
update_columns: { __type: "[core_flow_update_column!]!" };
|
|
@@ -38175,7 +38272,7 @@ export declare const generatedSchema: {
|
|
|
38175
38272
|
address_id: { __type: "uuid" };
|
|
38176
38273
|
bedrooms: { __type: "Int" };
|
|
38177
38274
|
beds: { __type: "Int" };
|
|
38178
|
-
calculatedStatus: { __type: "
|
|
38275
|
+
calculatedStatus: { __type: "activeStatus_enum" };
|
|
38179
38276
|
calculatedTitle: { __type: "String" };
|
|
38180
38277
|
calculated_title: { __type: "String" };
|
|
38181
38278
|
centExpenseReserve: { __type: "Int" };
|
|
@@ -39172,7 +39269,7 @@ export declare const generatedSchema: {
|
|
|
39172
39269
|
address_id: { __type: "uuid_comparison_exp" };
|
|
39173
39270
|
bedrooms: { __type: "Int_comparison_exp" };
|
|
39174
39271
|
beds: { __type: "Int_comparison_exp" };
|
|
39175
|
-
calculatedStatus: { __type: "
|
|
39272
|
+
calculatedStatus: { __type: "activeStatus_enum_comparison_exp" };
|
|
39176
39273
|
calculatedTitle: { __type: "String_comparison_exp" };
|
|
39177
39274
|
calculated_title: { __type: "String_comparison_exp" };
|
|
39178
39275
|
centExpenseReserve: { __type: "Int_comparison_exp" };
|
|
@@ -39963,7 +40060,6 @@ export declare const generatedSchema: {
|
|
|
39963
40060
|
address_id: { __type: "uuid" };
|
|
39964
40061
|
bedrooms: { __type: "Int" };
|
|
39965
40062
|
beds: { __type: "Int" };
|
|
39966
|
-
calculatedStatus: { __type: "String" };
|
|
39967
40063
|
calculatedTitle: { __type: "String" };
|
|
39968
40064
|
calculated_title: { __type: "String" };
|
|
39969
40065
|
centExpenseReserve: { __type: "Int" };
|
|
@@ -39990,7 +40086,6 @@ export declare const generatedSchema: {
|
|
|
39990
40086
|
address_id: { __type: "order_by" };
|
|
39991
40087
|
bedrooms: { __type: "order_by" };
|
|
39992
40088
|
beds: { __type: "order_by" };
|
|
39993
|
-
calculatedStatus: { __type: "order_by" };
|
|
39994
40089
|
calculatedTitle: { __type: "order_by" };
|
|
39995
40090
|
calculated_title: { __type: "order_by" };
|
|
39996
40091
|
centExpenseReserve: { __type: "order_by" };
|
|
@@ -40018,7 +40113,6 @@ export declare const generatedSchema: {
|
|
|
40018
40113
|
address_id: { __type: "uuid" };
|
|
40019
40114
|
bedrooms: { __type: "Int" };
|
|
40020
40115
|
beds: { __type: "Int" };
|
|
40021
|
-
calculatedStatus: { __type: "String" };
|
|
40022
40116
|
calculatedTitle: { __type: "String" };
|
|
40023
40117
|
calculated_title: { __type: "String" };
|
|
40024
40118
|
centExpenseReserve: { __type: "Int" };
|
|
@@ -40045,7 +40139,6 @@ export declare const generatedSchema: {
|
|
|
40045
40139
|
address_id: { __type: "order_by" };
|
|
40046
40140
|
bedrooms: { __type: "order_by" };
|
|
40047
40141
|
beds: { __type: "order_by" };
|
|
40048
|
-
calculatedStatus: { __type: "order_by" };
|
|
40049
40142
|
calculatedTitle: { __type: "order_by" };
|
|
40050
40143
|
calculated_title: { __type: "order_by" };
|
|
40051
40144
|
centExpenseReserve: { __type: "order_by" };
|
|
@@ -40595,7 +40688,7 @@ export declare const generatedSchema: {
|
|
|
40595
40688
|
address_id: { __type: "uuid" };
|
|
40596
40689
|
bedrooms: { __type: "Int" };
|
|
40597
40690
|
beds: { __type: "Int" };
|
|
40598
|
-
calculatedStatus: { __type: "
|
|
40691
|
+
calculatedStatus: { __type: "activeStatus_enum" };
|
|
40599
40692
|
calculatedTitle: { __type: "String" };
|
|
40600
40693
|
calculated_title: { __type: "String" };
|
|
40601
40694
|
centExpenseReserve: { __type: "Int" };
|
|
@@ -50031,6 +50124,8 @@ export declare const generatedSchema: {
|
|
|
50031
50124
|
};
|
|
50032
50125
|
listing: { __type: "listing" };
|
|
50033
50126
|
listingId: { __type: "uuid" };
|
|
50127
|
+
matchReservationConfirmationCode: { __type: "String" };
|
|
50128
|
+
matchReservationStripeGuestRef: { __type: "String" };
|
|
50034
50129
|
matchStatus: { __type: "String" };
|
|
50035
50130
|
members: {
|
|
50036
50131
|
__type: "[tenant_user!]!";
|
|
@@ -50196,6 +50291,8 @@ export declare const generatedSchema: {
|
|
|
50196
50291
|
};
|
|
50197
50292
|
listing: { __type: "listing_bool_exp" };
|
|
50198
50293
|
listingId: { __type: "uuid_comparison_exp" };
|
|
50294
|
+
matchReservationConfirmationCode: { __type: "String_comparison_exp" };
|
|
50295
|
+
matchReservationStripeGuestRef: { __type: "String_comparison_exp" };
|
|
50199
50296
|
matchStatus: { __type: "String_comparison_exp" };
|
|
50200
50297
|
members: { __type: "tenant_user_bool_exp" };
|
|
50201
50298
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" };
|
|
@@ -50593,6 +50690,8 @@ export declare const generatedSchema: {
|
|
|
50593
50690
|
};
|
|
50594
50691
|
listing: { __type: "listing_obj_rel_insert_input" };
|
|
50595
50692
|
listingId: { __type: "uuid" };
|
|
50693
|
+
matchReservationConfirmationCode: { __type: "String" };
|
|
50694
|
+
matchReservationStripeGuestRef: { __type: "String" };
|
|
50596
50695
|
members: { __type: "tenant_user_arr_rel_insert_input" };
|
|
50597
50696
|
metadata: { __type: "jsonb" };
|
|
50598
50697
|
originCentTotal: { __type: "bigint" };
|
|
@@ -50626,6 +50725,8 @@ export declare const generatedSchema: {
|
|
|
50626
50725
|
id: { __type: "uuid" };
|
|
50627
50726
|
lineId: { __type: "uuid" };
|
|
50628
50727
|
listingId: { __type: "uuid" };
|
|
50728
|
+
matchReservationConfirmationCode: { __type: "String" };
|
|
50729
|
+
matchReservationStripeGuestRef: { __type: "String" };
|
|
50629
50730
|
matchStatus: { __type: "String" };
|
|
50630
50731
|
originCentTotal: { __type: "bigint" };
|
|
50631
50732
|
originCurrency: { __type: "String" };
|
|
@@ -50649,6 +50750,8 @@ export declare const generatedSchema: {
|
|
|
50649
50750
|
id: { __type: "order_by" };
|
|
50650
50751
|
lineId: { __type: "order_by" };
|
|
50651
50752
|
listingId: { __type: "order_by" };
|
|
50753
|
+
matchReservationConfirmationCode: { __type: "order_by" };
|
|
50754
|
+
matchReservationStripeGuestRef: { __type: "order_by" };
|
|
50652
50755
|
matchStatus: { __type: "order_by" };
|
|
50653
50756
|
originCentTotal: { __type: "order_by" };
|
|
50654
50757
|
originCurrency: { __type: "order_by" };
|
|
@@ -50673,6 +50776,8 @@ export declare const generatedSchema: {
|
|
|
50673
50776
|
id: { __type: "uuid" };
|
|
50674
50777
|
lineId: { __type: "uuid" };
|
|
50675
50778
|
listingId: { __type: "uuid" };
|
|
50779
|
+
matchReservationConfirmationCode: { __type: "String" };
|
|
50780
|
+
matchReservationStripeGuestRef: { __type: "String" };
|
|
50676
50781
|
matchStatus: { __type: "String" };
|
|
50677
50782
|
originCentTotal: { __type: "bigint" };
|
|
50678
50783
|
originCurrency: { __type: "String" };
|
|
@@ -50696,6 +50801,8 @@ export declare const generatedSchema: {
|
|
|
50696
50801
|
id: { __type: "order_by" };
|
|
50697
50802
|
lineId: { __type: "order_by" };
|
|
50698
50803
|
listingId: { __type: "order_by" };
|
|
50804
|
+
matchReservationConfirmationCode: { __type: "order_by" };
|
|
50805
|
+
matchReservationStripeGuestRef: { __type: "order_by" };
|
|
50699
50806
|
matchStatus: { __type: "order_by" };
|
|
50700
50807
|
originCentTotal: { __type: "order_by" };
|
|
50701
50808
|
originCurrency: { __type: "order_by" };
|
|
@@ -50743,6 +50850,8 @@ export declare const generatedSchema: {
|
|
|
50743
50850
|
};
|
|
50744
50851
|
listing: { __type: "listing_order_by" };
|
|
50745
50852
|
listingId: { __type: "order_by" };
|
|
50853
|
+
matchReservationConfirmationCode: { __type: "order_by" };
|
|
50854
|
+
matchReservationStripeGuestRef: { __type: "order_by" };
|
|
50746
50855
|
matchStatus: { __type: "order_by" };
|
|
50747
50856
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" };
|
|
50748
50857
|
metadata: { __type: "order_by" };
|
|
@@ -50778,6 +50887,8 @@ export declare const generatedSchema: {
|
|
|
50778
50887
|
id: { __type: "uuid" };
|
|
50779
50888
|
lineId: { __type: "uuid" };
|
|
50780
50889
|
listingId: { __type: "uuid" };
|
|
50890
|
+
matchReservationConfirmationCode: { __type: "String" };
|
|
50891
|
+
matchReservationStripeGuestRef: { __type: "String" };
|
|
50781
50892
|
metadata: { __type: "jsonb" };
|
|
50782
50893
|
originCentTotal: { __type: "bigint" };
|
|
50783
50894
|
originCurrency: { __type: "String" };
|
|
@@ -50840,6 +50951,8 @@ export declare const generatedSchema: {
|
|
|
50840
50951
|
id: { __type: "uuid" };
|
|
50841
50952
|
lineId: { __type: "uuid" };
|
|
50842
50953
|
listingId: { __type: "uuid" };
|
|
50954
|
+
matchReservationConfirmationCode: { __type: "String" };
|
|
50955
|
+
matchReservationStripeGuestRef: { __type: "String" };
|
|
50843
50956
|
matchStatus: { __type: "String" };
|
|
50844
50957
|
metadata: { __type: "jsonb" };
|
|
50845
50958
|
originCentTotal: { __type: "bigint" };
|
|
@@ -76606,13 +76719,42 @@ export interface core_flow_aggregate_fields {
|
|
|
76606
76719
|
*/
|
|
76607
76720
|
export interface core_flow_mapping {
|
|
76608
76721
|
__typename?: "core_flow_mapping";
|
|
76722
|
+
/**
|
|
76723
|
+
* An object relationship
|
|
76724
|
+
*/
|
|
76725
|
+
account?: Maybe<account>;
|
|
76609
76726
|
account_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76727
|
+
/**
|
|
76728
|
+
* An object relationship
|
|
76729
|
+
*/
|
|
76730
|
+
booking_channel?: Maybe<booking_channel>;
|
|
76610
76731
|
booking_channel_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76732
|
+
/**
|
|
76733
|
+
* An object relationship
|
|
76734
|
+
*/
|
|
76735
|
+
contact?: Maybe<contact>;
|
|
76611
76736
|
contact_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76737
|
+
/**
|
|
76738
|
+
* An object relationship
|
|
76739
|
+
*/
|
|
76740
|
+
flow: core_flow;
|
|
76612
76741
|
flow_id: ScalarsEnums["uuid"];
|
|
76613
76742
|
id: ScalarsEnums["uuid"];
|
|
76743
|
+
/**
|
|
76744
|
+
* An object relationship
|
|
76745
|
+
*/
|
|
76746
|
+
listing?: Maybe<listing>;
|
|
76614
76747
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76615
76748
|
mapping_key: ScalarsEnums["String"];
|
|
76749
|
+
/**
|
|
76750
|
+
* An object relationship
|
|
76751
|
+
*/
|
|
76752
|
+
rate?: Maybe<rate>;
|
|
76753
|
+
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76754
|
+
/**
|
|
76755
|
+
* An object relationship
|
|
76756
|
+
*/
|
|
76757
|
+
source: source;
|
|
76616
76758
|
source_id: ScalarsEnums["uuid"];
|
|
76617
76759
|
value: (args?: {
|
|
76618
76760
|
/**
|
|
@@ -76656,6 +76798,7 @@ export interface core_flow_mapping_max_fields {
|
|
|
76656
76798
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76657
76799
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76658
76800
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76801
|
+
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76659
76802
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76660
76803
|
}
|
|
76661
76804
|
|
|
@@ -76671,6 +76814,7 @@ export interface core_flow_mapping_min_fields {
|
|
|
76671
76814
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76672
76815
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76673
76816
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76817
|
+
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76674
76818
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76675
76819
|
}
|
|
76676
76820
|
|
|
@@ -78445,7 +78589,7 @@ export interface listing {
|
|
|
78445
78589
|
address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
78446
78590
|
bedrooms?: Maybe<ScalarsEnums["Int"]>;
|
|
78447
78591
|
beds?: Maybe<ScalarsEnums["Int"]>;
|
|
78448
|
-
calculatedStatus?: Maybe<ScalarsEnums["
|
|
78592
|
+
calculatedStatus?: Maybe<ScalarsEnums["activeStatus_enum"]>;
|
|
78449
78593
|
calculatedTitle?: Maybe<ScalarsEnums["String"]>;
|
|
78450
78594
|
calculated_title?: Maybe<ScalarsEnums["String"]>;
|
|
78451
78595
|
centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
|
|
@@ -80406,7 +80550,6 @@ export interface listing_max_fields {
|
|
|
80406
80550
|
address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
80407
80551
|
bedrooms?: Maybe<ScalarsEnums["Int"]>;
|
|
80408
80552
|
beds?: Maybe<ScalarsEnums["Int"]>;
|
|
80409
|
-
calculatedStatus?: Maybe<ScalarsEnums["String"]>;
|
|
80410
80553
|
calculatedTitle?: Maybe<ScalarsEnums["String"]>;
|
|
80411
80554
|
calculated_title?: Maybe<ScalarsEnums["String"]>;
|
|
80412
80555
|
centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
|
|
@@ -80441,7 +80584,6 @@ export interface listing_min_fields {
|
|
|
80441
80584
|
address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
80442
80585
|
bedrooms?: Maybe<ScalarsEnums["Int"]>;
|
|
80443
80586
|
beds?: Maybe<ScalarsEnums["Int"]>;
|
|
80444
|
-
calculatedStatus?: Maybe<ScalarsEnums["String"]>;
|
|
80445
80587
|
calculatedTitle?: Maybe<ScalarsEnums["String"]>;
|
|
80446
80588
|
calculated_title?: Maybe<ScalarsEnums["String"]>;
|
|
80447
80589
|
centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
|
|
@@ -87898,6 +88040,8 @@ export interface payment_line {
|
|
|
87898
88040
|
*/
|
|
87899
88041
|
listing?: Maybe<listing>;
|
|
87900
88042
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
88043
|
+
matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
|
|
88044
|
+
matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
|
|
87901
88045
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
87902
88046
|
/**
|
|
87903
88047
|
* An array relationship
|
|
@@ -88528,6 +88672,8 @@ export interface payment_line_max_fields {
|
|
|
88528
88672
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
88529
88673
|
lineId?: Maybe<ScalarsEnums["uuid"]>;
|
|
88530
88674
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
88675
|
+
matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
|
|
88676
|
+
matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
|
|
88531
88677
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
88532
88678
|
originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
|
|
88533
88679
|
originCurrency?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -88556,6 +88702,8 @@ export interface payment_line_min_fields {
|
|
|
88556
88702
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
88557
88703
|
lineId?: Maybe<ScalarsEnums["uuid"]>;
|
|
88558
88704
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
88705
|
+
matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
|
|
88706
|
+
matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
|
|
88559
88707
|
matchStatus?: Maybe<ScalarsEnums["String"]>;
|
|
88560
88708
|
originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
|
|
88561
88709
|
originCurrency?: Maybe<ScalarsEnums["String"]>;
|