@vrplatform/graphql 1.1.23 → 1.1.25
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/client/index.d.ts +1 -1
- package/build/main/client/index.js +1 -1
- package/build/main/common/listings.js +1 -1
- package/build/main/common/tenant.js +1 -1
- package/build/main/gqty/schema.generated.d.ts +128 -0
- package/build/main/gqty/schema.generated.js +48 -0
- package/build/module/client/index.d.ts +1 -1
- package/build/module/client/index.js +1 -1
- package/build/module/common/listings.js +1 -1
- package/build/module/common/tenant.js +1 -1
- package/build/module/gqty/schema.generated.d.ts +128 -0
- package/build/module/gqty/schema.generated.js +48 -0
- package/package.json +2 -2
- package/src/client/index.ts +1 -1
- package/src/common/listings.ts +1 -1
- package/src/common/tenant.ts +1 -1
- package/src/gqty/schema.generated.d.ts +128 -0
- package/src/gqty/schema.generated.js +48 -0
|
@@ -6809,6 +6809,8 @@ export interface core_flow_mapping_bool_exp {
|
|
|
6809
6809
|
rate_id?: InputMaybe<uuid_comparison_exp>;
|
|
6810
6810
|
source?: InputMaybe<source_bool_exp>;
|
|
6811
6811
|
source_id?: InputMaybe<uuid_comparison_exp>;
|
|
6812
|
+
tenant?: InputMaybe<tenant_bool_exp>;
|
|
6813
|
+
tenant_id?: InputMaybe<uuid_comparison_exp>;
|
|
6812
6814
|
value?: InputMaybe<jsonb_comparison_exp>;
|
|
6813
6815
|
}
|
|
6814
6816
|
|
|
@@ -6852,6 +6854,8 @@ export interface core_flow_mapping_insert_input {
|
|
|
6852
6854
|
rate_id?: InputMaybe<Scalars["uuid"]>;
|
|
6853
6855
|
source?: InputMaybe<source_obj_rel_insert_input>;
|
|
6854
6856
|
source_id?: InputMaybe<Scalars["uuid"]>;
|
|
6857
|
+
tenant?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
6858
|
+
tenant_id?: InputMaybe<Scalars["uuid"]>;
|
|
6855
6859
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
6856
6860
|
}
|
|
6857
6861
|
|
|
@@ -6880,6 +6884,8 @@ export interface core_flow_mapping_order_by {
|
|
|
6880
6884
|
rate_id?: InputMaybe<order_by>;
|
|
6881
6885
|
source?: InputMaybe<source_order_by>;
|
|
6882
6886
|
source_id?: InputMaybe<order_by>;
|
|
6887
|
+
tenant?: InputMaybe<tenant_order_by>;
|
|
6888
|
+
tenant_id?: InputMaybe<order_by>;
|
|
6883
6889
|
value?: InputMaybe<order_by>;
|
|
6884
6890
|
}
|
|
6885
6891
|
|
|
@@ -6914,6 +6920,8 @@ export type core_flow_mapping_select_column =
|
|
|
6914
6920
|
/** column name */
|
|
6915
6921
|
| "source_id"
|
|
6916
6922
|
/** column name */
|
|
6923
|
+
| "tenant_id"
|
|
6924
|
+
/** column name */
|
|
6917
6925
|
| "value";
|
|
6918
6926
|
|
|
6919
6927
|
/** input type for updating data in table "core.flow_mapping" */
|
|
@@ -6927,6 +6935,7 @@ export interface core_flow_mapping_set_input {
|
|
|
6927
6935
|
mapping_key?: InputMaybe<Scalars["String"]>;
|
|
6928
6936
|
rate_id?: InputMaybe<Scalars["uuid"]>;
|
|
6929
6937
|
source_id?: InputMaybe<Scalars["uuid"]>;
|
|
6938
|
+
tenant_id?: InputMaybe<Scalars["uuid"]>;
|
|
6930
6939
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
6931
6940
|
}
|
|
6932
6941
|
|
|
@@ -6949,6 +6958,7 @@ export interface core_flow_mapping_stream_cursor_value_input {
|
|
|
6949
6958
|
mapping_key?: InputMaybe<Scalars["String"]>;
|
|
6950
6959
|
rate_id?: InputMaybe<Scalars["uuid"]>;
|
|
6951
6960
|
source_id?: InputMaybe<Scalars["uuid"]>;
|
|
6961
|
+
tenant_id?: InputMaybe<Scalars["uuid"]>;
|
|
6952
6962
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
6953
6963
|
}
|
|
6954
6964
|
|
|
@@ -6973,6 +6983,8 @@ export type core_flow_mapping_update_column =
|
|
|
6973
6983
|
/** column name */
|
|
6974
6984
|
| "source_id"
|
|
6975
6985
|
/** column name */
|
|
6986
|
+
| "tenant_id"
|
|
6987
|
+
/** column name */
|
|
6976
6988
|
| "value";
|
|
6977
6989
|
|
|
6978
6990
|
export interface core_flow_mapping_updates {
|
|
@@ -7066,14 +7078,22 @@ export interface core_flow_setting_bool_exp {
|
|
|
7066
7078
|
_and?: InputMaybe<Array<core_flow_setting_bool_exp>>;
|
|
7067
7079
|
_not?: InputMaybe<core_flow_setting_bool_exp>;
|
|
7068
7080
|
_or?: InputMaybe<Array<core_flow_setting_bool_exp>>;
|
|
7081
|
+
account?: InputMaybe<account_bool_exp>;
|
|
7069
7082
|
account_id?: InputMaybe<uuid_comparison_exp>;
|
|
7083
|
+
booking_channel?: InputMaybe<booking_channel_bool_exp>;
|
|
7070
7084
|
booking_channel_id?: InputMaybe<uuid_comparison_exp>;
|
|
7085
|
+
connection?: InputMaybe<connection_bool_exp>;
|
|
7071
7086
|
connection_id?: InputMaybe<uuid_comparison_exp>;
|
|
7087
|
+
contact?: InputMaybe<contact_bool_exp>;
|
|
7072
7088
|
contact_id?: InputMaybe<uuid_comparison_exp>;
|
|
7089
|
+
flow?: InputMaybe<core_flow_bool_exp>;
|
|
7073
7090
|
flow_id?: InputMaybe<uuid_comparison_exp>;
|
|
7074
7091
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
7092
|
+
listing?: InputMaybe<listing_bool_exp>;
|
|
7075
7093
|
listing_id?: InputMaybe<uuid_comparison_exp>;
|
|
7076
7094
|
setting_key?: InputMaybe<String_comparison_exp>;
|
|
7095
|
+
tenant?: InputMaybe<tenant_bool_exp>;
|
|
7096
|
+
tenant_id?: InputMaybe<uuid_comparison_exp>;
|
|
7077
7097
|
value?: InputMaybe<jsonb_comparison_exp>;
|
|
7078
7098
|
}
|
|
7079
7099
|
|
|
@@ -7101,14 +7121,22 @@ export interface core_flow_setting_delete_key_input {
|
|
|
7101
7121
|
|
|
7102
7122
|
/** input type for inserting data into table "core.flow_setting" */
|
|
7103
7123
|
export interface core_flow_setting_insert_input {
|
|
7124
|
+
account?: InputMaybe<account_obj_rel_insert_input>;
|
|
7104
7125
|
account_id?: InputMaybe<Scalars["uuid"]>;
|
|
7126
|
+
booking_channel?: InputMaybe<booking_channel_obj_rel_insert_input>;
|
|
7105
7127
|
booking_channel_id?: InputMaybe<Scalars["uuid"]>;
|
|
7128
|
+
connection?: InputMaybe<connection_obj_rel_insert_input>;
|
|
7106
7129
|
connection_id?: InputMaybe<Scalars["uuid"]>;
|
|
7130
|
+
contact?: InputMaybe<contact_obj_rel_insert_input>;
|
|
7107
7131
|
contact_id?: InputMaybe<Scalars["uuid"]>;
|
|
7132
|
+
flow?: InputMaybe<core_flow_obj_rel_insert_input>;
|
|
7108
7133
|
flow_id?: InputMaybe<Scalars["uuid"]>;
|
|
7109
7134
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7135
|
+
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
7110
7136
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
7111
7137
|
setting_key?: InputMaybe<Scalars["String"]>;
|
|
7138
|
+
tenant?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
7139
|
+
tenant_id?: InputMaybe<Scalars["uuid"]>;
|
|
7112
7140
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
7113
7141
|
}
|
|
7114
7142
|
|
|
@@ -7121,14 +7149,22 @@ export interface core_flow_setting_on_conflict {
|
|
|
7121
7149
|
|
|
7122
7150
|
/** Ordering options when selecting data from "core.flow_setting". */
|
|
7123
7151
|
export interface core_flow_setting_order_by {
|
|
7152
|
+
account?: InputMaybe<account_order_by>;
|
|
7124
7153
|
account_id?: InputMaybe<order_by>;
|
|
7154
|
+
booking_channel?: InputMaybe<booking_channel_order_by>;
|
|
7125
7155
|
booking_channel_id?: InputMaybe<order_by>;
|
|
7156
|
+
connection?: InputMaybe<connection_order_by>;
|
|
7126
7157
|
connection_id?: InputMaybe<order_by>;
|
|
7158
|
+
contact?: InputMaybe<contact_order_by>;
|
|
7127
7159
|
contact_id?: InputMaybe<order_by>;
|
|
7160
|
+
flow?: InputMaybe<core_flow_order_by>;
|
|
7128
7161
|
flow_id?: InputMaybe<order_by>;
|
|
7129
7162
|
id?: InputMaybe<order_by>;
|
|
7163
|
+
listing?: InputMaybe<listing_order_by>;
|
|
7130
7164
|
listing_id?: InputMaybe<order_by>;
|
|
7131
7165
|
setting_key?: InputMaybe<order_by>;
|
|
7166
|
+
tenant?: InputMaybe<tenant_order_by>;
|
|
7167
|
+
tenant_id?: InputMaybe<order_by>;
|
|
7132
7168
|
value?: InputMaybe<order_by>;
|
|
7133
7169
|
}
|
|
7134
7170
|
|
|
@@ -7161,6 +7197,8 @@ export type core_flow_setting_select_column =
|
|
|
7161
7197
|
/** column name */
|
|
7162
7198
|
| "setting_key"
|
|
7163
7199
|
/** column name */
|
|
7200
|
+
| "tenant_id"
|
|
7201
|
+
/** column name */
|
|
7164
7202
|
| "value";
|
|
7165
7203
|
|
|
7166
7204
|
/** input type for updating data in table "core.flow_setting" */
|
|
@@ -7173,6 +7211,7 @@ export interface core_flow_setting_set_input {
|
|
|
7173
7211
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7174
7212
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
7175
7213
|
setting_key?: InputMaybe<Scalars["String"]>;
|
|
7214
|
+
tenant_id?: InputMaybe<Scalars["uuid"]>;
|
|
7176
7215
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
7177
7216
|
}
|
|
7178
7217
|
|
|
@@ -7194,6 +7233,7 @@ export interface core_flow_setting_stream_cursor_value_input {
|
|
|
7194
7233
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7195
7234
|
listing_id?: InputMaybe<Scalars["uuid"]>;
|
|
7196
7235
|
setting_key?: InputMaybe<Scalars["String"]>;
|
|
7236
|
+
tenant_id?: InputMaybe<Scalars["uuid"]>;
|
|
7197
7237
|
value?: InputMaybe<Scalars["jsonb"]>;
|
|
7198
7238
|
}
|
|
7199
7239
|
|
|
@@ -7216,6 +7256,8 @@ export type core_flow_setting_update_column =
|
|
|
7216
7256
|
/** column name */
|
|
7217
7257
|
| "setting_key"
|
|
7218
7258
|
/** column name */
|
|
7259
|
+
| "tenant_id"
|
|
7260
|
+
/** column name */
|
|
7219
7261
|
| "value";
|
|
7220
7262
|
|
|
7221
7263
|
export interface core_flow_setting_updates {
|
|
@@ -35435,6 +35477,8 @@ export declare const generatedSchema: {
|
|
|
35435
35477
|
rate_id: { __type: "uuid" };
|
|
35436
35478
|
source: { __type: "source!" };
|
|
35437
35479
|
source_id: { __type: "uuid!" };
|
|
35480
|
+
tenant: { __type: "tenant!" };
|
|
35481
|
+
tenant_id: { __type: "uuid!" };
|
|
35438
35482
|
value: { __type: "jsonb"; __args: { path: "String" } };
|
|
35439
35483
|
};
|
|
35440
35484
|
core_flow_mapping_aggregate: {
|
|
@@ -35475,6 +35519,8 @@ export declare const generatedSchema: {
|
|
|
35475
35519
|
rate_id: { __type: "uuid_comparison_exp" };
|
|
35476
35520
|
source: { __type: "source_bool_exp" };
|
|
35477
35521
|
source_id: { __type: "uuid_comparison_exp" };
|
|
35522
|
+
tenant: { __type: "tenant_bool_exp" };
|
|
35523
|
+
tenant_id: { __type: "uuid_comparison_exp" };
|
|
35478
35524
|
value: { __type: "jsonb_comparison_exp" };
|
|
35479
35525
|
};
|
|
35480
35526
|
core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } };
|
|
@@ -35497,6 +35543,8 @@ export declare const generatedSchema: {
|
|
|
35497
35543
|
rate_id: { __type: "uuid" };
|
|
35498
35544
|
source: { __type: "source_obj_rel_insert_input" };
|
|
35499
35545
|
source_id: { __type: "uuid" };
|
|
35546
|
+
tenant: { __type: "tenant_obj_rel_insert_input" };
|
|
35547
|
+
tenant_id: { __type: "uuid" };
|
|
35500
35548
|
value: { __type: "jsonb" };
|
|
35501
35549
|
};
|
|
35502
35550
|
core_flow_mapping_max_fields: {
|
|
@@ -35510,6 +35558,7 @@ export declare const generatedSchema: {
|
|
|
35510
35558
|
mapping_key: { __type: "String" };
|
|
35511
35559
|
rate_id: { __type: "uuid" };
|
|
35512
35560
|
source_id: { __type: "uuid" };
|
|
35561
|
+
tenant_id: { __type: "uuid" };
|
|
35513
35562
|
};
|
|
35514
35563
|
core_flow_mapping_min_fields: {
|
|
35515
35564
|
__typename: { __type: "String!" };
|
|
@@ -35522,6 +35571,7 @@ export declare const generatedSchema: {
|
|
|
35522
35571
|
mapping_key: { __type: "String" };
|
|
35523
35572
|
rate_id: { __type: "uuid" };
|
|
35524
35573
|
source_id: { __type: "uuid" };
|
|
35574
|
+
tenant_id: { __type: "uuid" };
|
|
35525
35575
|
};
|
|
35526
35576
|
core_flow_mapping_mutation_response: {
|
|
35527
35577
|
__typename: { __type: "String!" };
|
|
@@ -35550,6 +35600,8 @@ export declare const generatedSchema: {
|
|
|
35550
35600
|
rate_id: { __type: "order_by" };
|
|
35551
35601
|
source: { __type: "source_order_by" };
|
|
35552
35602
|
source_id: { __type: "order_by" };
|
|
35603
|
+
tenant: { __type: "tenant_order_by" };
|
|
35604
|
+
tenant_id: { __type: "order_by" };
|
|
35553
35605
|
value: { __type: "order_by" };
|
|
35554
35606
|
};
|
|
35555
35607
|
core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } };
|
|
@@ -35564,6 +35616,7 @@ export declare const generatedSchema: {
|
|
|
35564
35616
|
mapping_key: { __type: "String" };
|
|
35565
35617
|
rate_id: { __type: "uuid" };
|
|
35566
35618
|
source_id: { __type: "uuid" };
|
|
35619
|
+
tenant_id: { __type: "uuid" };
|
|
35567
35620
|
value: { __type: "jsonb" };
|
|
35568
35621
|
};
|
|
35569
35622
|
core_flow_mapping_stream_cursor_input: {
|
|
@@ -35580,6 +35633,7 @@ export declare const generatedSchema: {
|
|
|
35580
35633
|
mapping_key: { __type: "String" };
|
|
35581
35634
|
rate_id: { __type: "uuid" };
|
|
35582
35635
|
source_id: { __type: "uuid" };
|
|
35636
|
+
tenant_id: { __type: "uuid" };
|
|
35583
35637
|
value: { __type: "jsonb" };
|
|
35584
35638
|
};
|
|
35585
35639
|
core_flow_mapping_updates: {
|
|
@@ -35646,14 +35700,22 @@ export declare const generatedSchema: {
|
|
|
35646
35700
|
};
|
|
35647
35701
|
core_flow_setting: {
|
|
35648
35702
|
__typename: { __type: "String!" };
|
|
35703
|
+
account: { __type: "account" };
|
|
35649
35704
|
account_id: { __type: "uuid" };
|
|
35705
|
+
booking_channel: { __type: "booking_channel" };
|
|
35650
35706
|
booking_channel_id: { __type: "uuid" };
|
|
35707
|
+
connection: { __type: "connection!" };
|
|
35651
35708
|
connection_id: { __type: "uuid!" };
|
|
35709
|
+
contact: { __type: "contact" };
|
|
35652
35710
|
contact_id: { __type: "uuid" };
|
|
35711
|
+
flow: { __type: "core_flow!" };
|
|
35653
35712
|
flow_id: { __type: "uuid!" };
|
|
35654
35713
|
id: { __type: "uuid!" };
|
|
35714
|
+
listing: { __type: "listing" };
|
|
35655
35715
|
listing_id: { __type: "uuid" };
|
|
35656
35716
|
setting_key: { __type: "String!" };
|
|
35717
|
+
tenant: { __type: "tenant!" };
|
|
35718
|
+
tenant_id: { __type: "uuid!" };
|
|
35657
35719
|
value: { __type: "jsonb"; __args: { path: "String" } };
|
|
35658
35720
|
};
|
|
35659
35721
|
core_flow_setting_aggregate: {
|
|
@@ -35678,28 +35740,44 @@ export declare const generatedSchema: {
|
|
|
35678
35740
|
_and: { __type: "[core_flow_setting_bool_exp!]" };
|
|
35679
35741
|
_not: { __type: "core_flow_setting_bool_exp" };
|
|
35680
35742
|
_or: { __type: "[core_flow_setting_bool_exp!]" };
|
|
35743
|
+
account: { __type: "account_bool_exp" };
|
|
35681
35744
|
account_id: { __type: "uuid_comparison_exp" };
|
|
35745
|
+
booking_channel: { __type: "booking_channel_bool_exp" };
|
|
35682
35746
|
booking_channel_id: { __type: "uuid_comparison_exp" };
|
|
35747
|
+
connection: { __type: "connection_bool_exp" };
|
|
35683
35748
|
connection_id: { __type: "uuid_comparison_exp" };
|
|
35749
|
+
contact: { __type: "contact_bool_exp" };
|
|
35684
35750
|
contact_id: { __type: "uuid_comparison_exp" };
|
|
35751
|
+
flow: { __type: "core_flow_bool_exp" };
|
|
35685
35752
|
flow_id: { __type: "uuid_comparison_exp" };
|
|
35686
35753
|
id: { __type: "uuid_comparison_exp" };
|
|
35754
|
+
listing: { __type: "listing_bool_exp" };
|
|
35687
35755
|
listing_id: { __type: "uuid_comparison_exp" };
|
|
35688
35756
|
setting_key: { __type: "String_comparison_exp" };
|
|
35757
|
+
tenant: { __type: "tenant_bool_exp" };
|
|
35758
|
+
tenant_id: { __type: "uuid_comparison_exp" };
|
|
35689
35759
|
value: { __type: "jsonb_comparison_exp" };
|
|
35690
35760
|
};
|
|
35691
35761
|
core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } };
|
|
35692
35762
|
core_flow_setting_delete_elem_input: { value: { __type: "Int" } };
|
|
35693
35763
|
core_flow_setting_delete_key_input: { value: { __type: "String" } };
|
|
35694
35764
|
core_flow_setting_insert_input: {
|
|
35765
|
+
account: { __type: "account_obj_rel_insert_input" };
|
|
35695
35766
|
account_id: { __type: "uuid" };
|
|
35767
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" };
|
|
35696
35768
|
booking_channel_id: { __type: "uuid" };
|
|
35769
|
+
connection: { __type: "connection_obj_rel_insert_input" };
|
|
35697
35770
|
connection_id: { __type: "uuid" };
|
|
35771
|
+
contact: { __type: "contact_obj_rel_insert_input" };
|
|
35698
35772
|
contact_id: { __type: "uuid" };
|
|
35773
|
+
flow: { __type: "core_flow_obj_rel_insert_input" };
|
|
35699
35774
|
flow_id: { __type: "uuid" };
|
|
35700
35775
|
id: { __type: "uuid" };
|
|
35776
|
+
listing: { __type: "listing_obj_rel_insert_input" };
|
|
35701
35777
|
listing_id: { __type: "uuid" };
|
|
35702
35778
|
setting_key: { __type: "String" };
|
|
35779
|
+
tenant: { __type: "tenant_obj_rel_insert_input" };
|
|
35780
|
+
tenant_id: { __type: "uuid" };
|
|
35703
35781
|
value: { __type: "jsonb" };
|
|
35704
35782
|
};
|
|
35705
35783
|
core_flow_setting_max_fields: {
|
|
@@ -35712,6 +35790,7 @@ export declare const generatedSchema: {
|
|
|
35712
35790
|
id: { __type: "uuid" };
|
|
35713
35791
|
listing_id: { __type: "uuid" };
|
|
35714
35792
|
setting_key: { __type: "String" };
|
|
35793
|
+
tenant_id: { __type: "uuid" };
|
|
35715
35794
|
};
|
|
35716
35795
|
core_flow_setting_min_fields: {
|
|
35717
35796
|
__typename: { __type: "String!" };
|
|
@@ -35723,6 +35802,7 @@ export declare const generatedSchema: {
|
|
|
35723
35802
|
id: { __type: "uuid" };
|
|
35724
35803
|
listing_id: { __type: "uuid" };
|
|
35725
35804
|
setting_key: { __type: "String" };
|
|
35805
|
+
tenant_id: { __type: "uuid" };
|
|
35726
35806
|
};
|
|
35727
35807
|
core_flow_setting_mutation_response: {
|
|
35728
35808
|
__typename: { __type: "String!" };
|
|
@@ -35735,14 +35815,22 @@ export declare const generatedSchema: {
|
|
|
35735
35815
|
where: { __type: "core_flow_setting_bool_exp" };
|
|
35736
35816
|
};
|
|
35737
35817
|
core_flow_setting_order_by: {
|
|
35818
|
+
account: { __type: "account_order_by" };
|
|
35738
35819
|
account_id: { __type: "order_by" };
|
|
35820
|
+
booking_channel: { __type: "booking_channel_order_by" };
|
|
35739
35821
|
booking_channel_id: { __type: "order_by" };
|
|
35822
|
+
connection: { __type: "connection_order_by" };
|
|
35740
35823
|
connection_id: { __type: "order_by" };
|
|
35824
|
+
contact: { __type: "contact_order_by" };
|
|
35741
35825
|
contact_id: { __type: "order_by" };
|
|
35826
|
+
flow: { __type: "core_flow_order_by" };
|
|
35742
35827
|
flow_id: { __type: "order_by" };
|
|
35743
35828
|
id: { __type: "order_by" };
|
|
35829
|
+
listing: { __type: "listing_order_by" };
|
|
35744
35830
|
listing_id: { __type: "order_by" };
|
|
35745
35831
|
setting_key: { __type: "order_by" };
|
|
35832
|
+
tenant: { __type: "tenant_order_by" };
|
|
35833
|
+
tenant_id: { __type: "order_by" };
|
|
35746
35834
|
value: { __type: "order_by" };
|
|
35747
35835
|
};
|
|
35748
35836
|
core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } };
|
|
@@ -35756,6 +35844,7 @@ export declare const generatedSchema: {
|
|
|
35756
35844
|
id: { __type: "uuid" };
|
|
35757
35845
|
listing_id: { __type: "uuid" };
|
|
35758
35846
|
setting_key: { __type: "String" };
|
|
35847
|
+
tenant_id: { __type: "uuid" };
|
|
35759
35848
|
value: { __type: "jsonb" };
|
|
35760
35849
|
};
|
|
35761
35850
|
core_flow_setting_stream_cursor_input: {
|
|
@@ -35771,6 +35860,7 @@ export declare const generatedSchema: {
|
|
|
35771
35860
|
id: { __type: "uuid" };
|
|
35772
35861
|
listing_id: { __type: "uuid" };
|
|
35773
35862
|
setting_key: { __type: "String" };
|
|
35863
|
+
tenant_id: { __type: "uuid" };
|
|
35774
35864
|
value: { __type: "jsonb" };
|
|
35775
35865
|
};
|
|
35776
35866
|
core_flow_setting_updates: {
|
|
@@ -76792,6 +76882,11 @@ export interface core_flow_mapping {
|
|
|
76792
76882
|
*/
|
|
76793
76883
|
source: source;
|
|
76794
76884
|
source_id: ScalarsEnums["uuid"];
|
|
76885
|
+
/**
|
|
76886
|
+
* An object relationship
|
|
76887
|
+
*/
|
|
76888
|
+
tenant: tenant;
|
|
76889
|
+
tenant_id: ScalarsEnums["uuid"];
|
|
76795
76890
|
value: (args?: {
|
|
76796
76891
|
/**
|
|
76797
76892
|
* JSON select path
|
|
@@ -76836,6 +76931,7 @@ export interface core_flow_mapping_max_fields {
|
|
|
76836
76931
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76837
76932
|
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76838
76933
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76934
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76839
76935
|
}
|
|
76840
76936
|
|
|
76841
76937
|
/**
|
|
@@ -76852,6 +76948,7 @@ export interface core_flow_mapping_min_fields {
|
|
|
76852
76948
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76853
76949
|
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76854
76950
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76951
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76855
76952
|
}
|
|
76856
76953
|
|
|
76857
76954
|
/**
|
|
@@ -76913,14 +77010,43 @@ export interface core_flow_mutation_response {
|
|
|
76913
77010
|
*/
|
|
76914
77011
|
export interface core_flow_setting {
|
|
76915
77012
|
__typename?: "core_flow_setting";
|
|
77013
|
+
/**
|
|
77014
|
+
* An object relationship
|
|
77015
|
+
*/
|
|
77016
|
+
account?: Maybe<account>;
|
|
76916
77017
|
account_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77018
|
+
/**
|
|
77019
|
+
* An object relationship
|
|
77020
|
+
*/
|
|
77021
|
+
booking_channel?: Maybe<booking_channel>;
|
|
76917
77022
|
booking_channel_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77023
|
+
/**
|
|
77024
|
+
* An object relationship
|
|
77025
|
+
*/
|
|
77026
|
+
connection: connection;
|
|
76918
77027
|
connection_id: ScalarsEnums["uuid"];
|
|
77028
|
+
/**
|
|
77029
|
+
* An object relationship
|
|
77030
|
+
*/
|
|
77031
|
+
contact?: Maybe<contact>;
|
|
76919
77032
|
contact_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77033
|
+
/**
|
|
77034
|
+
* An object relationship
|
|
77035
|
+
*/
|
|
77036
|
+
flow: core_flow;
|
|
76920
77037
|
flow_id: ScalarsEnums["uuid"];
|
|
76921
77038
|
id: ScalarsEnums["uuid"];
|
|
77039
|
+
/**
|
|
77040
|
+
* An object relationship
|
|
77041
|
+
*/
|
|
77042
|
+
listing?: Maybe<listing>;
|
|
76922
77043
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76923
77044
|
setting_key: ScalarsEnums["String"];
|
|
77045
|
+
/**
|
|
77046
|
+
* An object relationship
|
|
77047
|
+
*/
|
|
77048
|
+
tenant: tenant;
|
|
77049
|
+
tenant_id: ScalarsEnums["uuid"];
|
|
76924
77050
|
value: (args?: {
|
|
76925
77051
|
/**
|
|
76926
77052
|
* JSON select path
|
|
@@ -76964,6 +77090,7 @@ export interface core_flow_setting_max_fields {
|
|
|
76964
77090
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76965
77091
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76966
77092
|
setting_key?: Maybe<ScalarsEnums["String"]>;
|
|
77093
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76967
77094
|
}
|
|
76968
77095
|
|
|
76969
77096
|
/**
|
|
@@ -76979,6 +77106,7 @@ export interface core_flow_setting_min_fields {
|
|
|
76979
77106
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76980
77107
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76981
77108
|
setting_key?: Maybe<ScalarsEnums["String"]>;
|
|
77109
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76982
77110
|
}
|
|
76983
77111
|
|
|
76984
77112
|
/**
|
|
@@ -7513,6 +7513,8 @@ export const generatedSchema = {
|
|
|
7513
7513
|
rate_id: { __type: "uuid" },
|
|
7514
7514
|
source: { __type: "source!" },
|
|
7515
7515
|
source_id: { __type: "uuid!" },
|
|
7516
|
+
tenant: { __type: "tenant!" },
|
|
7517
|
+
tenant_id: { __type: "uuid!" },
|
|
7516
7518
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7517
7519
|
},
|
|
7518
7520
|
core_flow_mapping_aggregate: {
|
|
@@ -7553,6 +7555,8 @@ export const generatedSchema = {
|
|
|
7553
7555
|
rate_id: { __type: "uuid_comparison_exp" },
|
|
7554
7556
|
source: { __type: "source_bool_exp" },
|
|
7555
7557
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7558
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
7559
|
+
tenant_id: { __type: "uuid_comparison_exp" },
|
|
7556
7560
|
value: { __type: "jsonb_comparison_exp" },
|
|
7557
7561
|
},
|
|
7558
7562
|
core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
@@ -7575,6 +7579,8 @@ export const generatedSchema = {
|
|
|
7575
7579
|
rate_id: { __type: "uuid" },
|
|
7576
7580
|
source: { __type: "source_obj_rel_insert_input" },
|
|
7577
7581
|
source_id: { __type: "uuid" },
|
|
7582
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7583
|
+
tenant_id: { __type: "uuid" },
|
|
7578
7584
|
value: { __type: "jsonb" },
|
|
7579
7585
|
},
|
|
7580
7586
|
core_flow_mapping_max_fields: {
|
|
@@ -7588,6 +7594,7 @@ export const generatedSchema = {
|
|
|
7588
7594
|
mapping_key: { __type: "String" },
|
|
7589
7595
|
rate_id: { __type: "uuid" },
|
|
7590
7596
|
source_id: { __type: "uuid" },
|
|
7597
|
+
tenant_id: { __type: "uuid" },
|
|
7591
7598
|
},
|
|
7592
7599
|
core_flow_mapping_min_fields: {
|
|
7593
7600
|
__typename: { __type: "String!" },
|
|
@@ -7600,6 +7607,7 @@ export const generatedSchema = {
|
|
|
7600
7607
|
mapping_key: { __type: "String" },
|
|
7601
7608
|
rate_id: { __type: "uuid" },
|
|
7602
7609
|
source_id: { __type: "uuid" },
|
|
7610
|
+
tenant_id: { __type: "uuid" },
|
|
7603
7611
|
},
|
|
7604
7612
|
core_flow_mapping_mutation_response: {
|
|
7605
7613
|
__typename: { __type: "String!" },
|
|
@@ -7628,6 +7636,8 @@ export const generatedSchema = {
|
|
|
7628
7636
|
rate_id: { __type: "order_by" },
|
|
7629
7637
|
source: { __type: "source_order_by" },
|
|
7630
7638
|
source_id: { __type: "order_by" },
|
|
7639
|
+
tenant: { __type: "tenant_order_by" },
|
|
7640
|
+
tenant_id: { __type: "order_by" },
|
|
7631
7641
|
value: { __type: "order_by" },
|
|
7632
7642
|
},
|
|
7633
7643
|
core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7642,6 +7652,7 @@ export const generatedSchema = {
|
|
|
7642
7652
|
mapping_key: { __type: "String" },
|
|
7643
7653
|
rate_id: { __type: "uuid" },
|
|
7644
7654
|
source_id: { __type: "uuid" },
|
|
7655
|
+
tenant_id: { __type: "uuid" },
|
|
7645
7656
|
value: { __type: "jsonb" },
|
|
7646
7657
|
},
|
|
7647
7658
|
core_flow_mapping_stream_cursor_input: {
|
|
@@ -7658,6 +7669,7 @@ export const generatedSchema = {
|
|
|
7658
7669
|
mapping_key: { __type: "String" },
|
|
7659
7670
|
rate_id: { __type: "uuid" },
|
|
7660
7671
|
source_id: { __type: "uuid" },
|
|
7672
|
+
tenant_id: { __type: "uuid" },
|
|
7661
7673
|
value: { __type: "jsonb" },
|
|
7662
7674
|
},
|
|
7663
7675
|
core_flow_mapping_updates: {
|
|
@@ -7724,14 +7736,22 @@ export const generatedSchema = {
|
|
|
7724
7736
|
},
|
|
7725
7737
|
core_flow_setting: {
|
|
7726
7738
|
__typename: { __type: "String!" },
|
|
7739
|
+
account: { __type: "account" },
|
|
7727
7740
|
account_id: { __type: "uuid" },
|
|
7741
|
+
booking_channel: { __type: "booking_channel" },
|
|
7728
7742
|
booking_channel_id: { __type: "uuid" },
|
|
7743
|
+
connection: { __type: "connection!" },
|
|
7729
7744
|
connection_id: { __type: "uuid!" },
|
|
7745
|
+
contact: { __type: "contact" },
|
|
7730
7746
|
contact_id: { __type: "uuid" },
|
|
7747
|
+
flow: { __type: "core_flow!" },
|
|
7731
7748
|
flow_id: { __type: "uuid!" },
|
|
7732
7749
|
id: { __type: "uuid!" },
|
|
7750
|
+
listing: { __type: "listing" },
|
|
7733
7751
|
listing_id: { __type: "uuid" },
|
|
7734
7752
|
setting_key: { __type: "String!" },
|
|
7753
|
+
tenant: { __type: "tenant!" },
|
|
7754
|
+
tenant_id: { __type: "uuid!" },
|
|
7735
7755
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7736
7756
|
},
|
|
7737
7757
|
core_flow_setting_aggregate: {
|
|
@@ -7756,28 +7776,44 @@ export const generatedSchema = {
|
|
|
7756
7776
|
_and: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7757
7777
|
_not: { __type: "core_flow_setting_bool_exp" },
|
|
7758
7778
|
_or: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7779
|
+
account: { __type: "account_bool_exp" },
|
|
7759
7780
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7781
|
+
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7760
7782
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7783
|
+
connection: { __type: "connection_bool_exp" },
|
|
7761
7784
|
connection_id: { __type: "uuid_comparison_exp" },
|
|
7785
|
+
contact: { __type: "contact_bool_exp" },
|
|
7762
7786
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7787
|
+
flow: { __type: "core_flow_bool_exp" },
|
|
7763
7788
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7764
7789
|
id: { __type: "uuid_comparison_exp" },
|
|
7790
|
+
listing: { __type: "listing_bool_exp" },
|
|
7765
7791
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7766
7792
|
setting_key: { __type: "String_comparison_exp" },
|
|
7793
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
7794
|
+
tenant_id: { __type: "uuid_comparison_exp" },
|
|
7767
7795
|
value: { __type: "jsonb_comparison_exp" },
|
|
7768
7796
|
},
|
|
7769
7797
|
core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
7770
7798
|
core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
|
|
7771
7799
|
core_flow_setting_delete_key_input: { value: { __type: "String" } },
|
|
7772
7800
|
core_flow_setting_insert_input: {
|
|
7801
|
+
account: { __type: "account_obj_rel_insert_input" },
|
|
7773
7802
|
account_id: { __type: "uuid" },
|
|
7803
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7774
7804
|
booking_channel_id: { __type: "uuid" },
|
|
7805
|
+
connection: { __type: "connection_obj_rel_insert_input" },
|
|
7775
7806
|
connection_id: { __type: "uuid" },
|
|
7807
|
+
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7776
7808
|
contact_id: { __type: "uuid" },
|
|
7809
|
+
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7777
7810
|
flow_id: { __type: "uuid" },
|
|
7778
7811
|
id: { __type: "uuid" },
|
|
7812
|
+
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7779
7813
|
listing_id: { __type: "uuid" },
|
|
7780
7814
|
setting_key: { __type: "String" },
|
|
7815
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7816
|
+
tenant_id: { __type: "uuid" },
|
|
7781
7817
|
value: { __type: "jsonb" },
|
|
7782
7818
|
},
|
|
7783
7819
|
core_flow_setting_max_fields: {
|
|
@@ -7790,6 +7826,7 @@ export const generatedSchema = {
|
|
|
7790
7826
|
id: { __type: "uuid" },
|
|
7791
7827
|
listing_id: { __type: "uuid" },
|
|
7792
7828
|
setting_key: { __type: "String" },
|
|
7829
|
+
tenant_id: { __type: "uuid" },
|
|
7793
7830
|
},
|
|
7794
7831
|
core_flow_setting_min_fields: {
|
|
7795
7832
|
__typename: { __type: "String!" },
|
|
@@ -7801,6 +7838,7 @@ export const generatedSchema = {
|
|
|
7801
7838
|
id: { __type: "uuid" },
|
|
7802
7839
|
listing_id: { __type: "uuid" },
|
|
7803
7840
|
setting_key: { __type: "String" },
|
|
7841
|
+
tenant_id: { __type: "uuid" },
|
|
7804
7842
|
},
|
|
7805
7843
|
core_flow_setting_mutation_response: {
|
|
7806
7844
|
__typename: { __type: "String!" },
|
|
@@ -7813,14 +7851,22 @@ export const generatedSchema = {
|
|
|
7813
7851
|
where: { __type: "core_flow_setting_bool_exp" },
|
|
7814
7852
|
},
|
|
7815
7853
|
core_flow_setting_order_by: {
|
|
7854
|
+
account: { __type: "account_order_by" },
|
|
7816
7855
|
account_id: { __type: "order_by" },
|
|
7856
|
+
booking_channel: { __type: "booking_channel_order_by" },
|
|
7817
7857
|
booking_channel_id: { __type: "order_by" },
|
|
7858
|
+
connection: { __type: "connection_order_by" },
|
|
7818
7859
|
connection_id: { __type: "order_by" },
|
|
7860
|
+
contact: { __type: "contact_order_by" },
|
|
7819
7861
|
contact_id: { __type: "order_by" },
|
|
7862
|
+
flow: { __type: "core_flow_order_by" },
|
|
7820
7863
|
flow_id: { __type: "order_by" },
|
|
7821
7864
|
id: { __type: "order_by" },
|
|
7865
|
+
listing: { __type: "listing_order_by" },
|
|
7822
7866
|
listing_id: { __type: "order_by" },
|
|
7823
7867
|
setting_key: { __type: "order_by" },
|
|
7868
|
+
tenant: { __type: "tenant_order_by" },
|
|
7869
|
+
tenant_id: { __type: "order_by" },
|
|
7824
7870
|
value: { __type: "order_by" },
|
|
7825
7871
|
},
|
|
7826
7872
|
core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7834,6 +7880,7 @@ export const generatedSchema = {
|
|
|
7834
7880
|
id: { __type: "uuid" },
|
|
7835
7881
|
listing_id: { __type: "uuid" },
|
|
7836
7882
|
setting_key: { __type: "String" },
|
|
7883
|
+
tenant_id: { __type: "uuid" },
|
|
7837
7884
|
value: { __type: "jsonb" },
|
|
7838
7885
|
},
|
|
7839
7886
|
core_flow_setting_stream_cursor_input: {
|
|
@@ -7849,6 +7896,7 @@ export const generatedSchema = {
|
|
|
7849
7896
|
id: { __type: "uuid" },
|
|
7850
7897
|
listing_id: { __type: "uuid" },
|
|
7851
7898
|
setting_key: { __type: "String" },
|
|
7899
|
+
tenant_id: { __type: "uuid" },
|
|
7852
7900
|
value: { __type: "jsonb" },
|
|
7853
7901
|
},
|
|
7854
7902
|
core_flow_setting_updates: {
|