@vrplatform/graphql 1.1.22 → 1.1.24
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/LICENSE +3 -0
- package/build/main/client/index.js +1 -0
- package/build/main/gqty/schema.generated.d.ts +146 -0
- package/build/main/gqty/schema.generated.js +56 -0
- package/build/module/client/index.js +1 -0
- package/build/module/gqty/schema.generated.d.ts +146 -0
- package/build/module/gqty/schema.generated.js +56 -0
- package/package.json +1 -1
- package/src/client/index.ts +1 -0
- package/src/gqty/schema.generated.d.ts +146 -0
- package/src/gqty/schema.generated.js +56 -0
package/LICENSE
ADDED
|
@@ -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 {
|
|
@@ -9845,6 +9887,7 @@ export interface journalEntry_bool_exp {
|
|
|
9845
9887
|
triggerType?: InputMaybe<journalEntryTriggerType_enum_comparison_exp>;
|
|
9846
9888
|
txnAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
9847
9889
|
txnNum?: InputMaybe<Int_comparison_exp>;
|
|
9890
|
+
txn_code?: InputMaybe<String_comparison_exp>;
|
|
9848
9891
|
type?: InputMaybe<journalEntryType_enum_comparison_exp>;
|
|
9849
9892
|
uniqueRef?: InputMaybe<String_comparison_exp>;
|
|
9850
9893
|
updatedAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
@@ -9934,6 +9977,7 @@ export interface journalEntry_max_order_by {
|
|
|
9934
9977
|
triggerId?: InputMaybe<order_by>;
|
|
9935
9978
|
txnAt?: InputMaybe<order_by>;
|
|
9936
9979
|
txnNum?: InputMaybe<order_by>;
|
|
9980
|
+
txn_code?: InputMaybe<order_by>;
|
|
9937
9981
|
uniqueRef?: InputMaybe<order_by>;
|
|
9938
9982
|
updatedAt?: InputMaybe<order_by>;
|
|
9939
9983
|
}
|
|
@@ -9961,6 +10005,7 @@ export interface journalEntry_min_order_by {
|
|
|
9961
10005
|
triggerId?: InputMaybe<order_by>;
|
|
9962
10006
|
txnAt?: InputMaybe<order_by>;
|
|
9963
10007
|
txnNum?: InputMaybe<order_by>;
|
|
10008
|
+
txn_code?: InputMaybe<order_by>;
|
|
9964
10009
|
uniqueRef?: InputMaybe<order_by>;
|
|
9965
10010
|
updatedAt?: InputMaybe<order_by>;
|
|
9966
10011
|
}
|
|
@@ -10014,6 +10059,7 @@ export interface journalEntry_order_by {
|
|
|
10014
10059
|
triggerType?: InputMaybe<order_by>;
|
|
10015
10060
|
txnAt?: InputMaybe<order_by>;
|
|
10016
10061
|
txnNum?: InputMaybe<order_by>;
|
|
10062
|
+
txn_code?: InputMaybe<order_by>;
|
|
10017
10063
|
type?: InputMaybe<order_by>;
|
|
10018
10064
|
uniqueRef?: InputMaybe<order_by>;
|
|
10019
10065
|
updatedAt?: InputMaybe<order_by>;
|
|
@@ -10079,6 +10125,8 @@ export type journalEntry_select_column =
|
|
|
10079
10125
|
/** column name */
|
|
10080
10126
|
| "txnNum"
|
|
10081
10127
|
/** column name */
|
|
10128
|
+
| "txn_code"
|
|
10129
|
+
/** column name */
|
|
10082
10130
|
| "type"
|
|
10083
10131
|
/** column name */
|
|
10084
10132
|
| "uniqueRef"
|
|
@@ -10175,6 +10223,7 @@ export interface journalEntry_stream_cursor_value_input {
|
|
|
10175
10223
|
triggerType?: InputMaybe<journalEntryTriggerType_enum>;
|
|
10176
10224
|
txnAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
10177
10225
|
txnNum?: InputMaybe<Scalars["Int"]>;
|
|
10226
|
+
txn_code?: InputMaybe<Scalars["String"]>;
|
|
10178
10227
|
type?: InputMaybe<journalEntryType_enum>;
|
|
10179
10228
|
uniqueRef?: InputMaybe<Scalars["String"]>;
|
|
10180
10229
|
updatedAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -35428,6 +35477,8 @@ export declare const generatedSchema: {
|
|
|
35428
35477
|
rate_id: { __type: "uuid" };
|
|
35429
35478
|
source: { __type: "source!" };
|
|
35430
35479
|
source_id: { __type: "uuid!" };
|
|
35480
|
+
tenant: { __type: "tenant!" };
|
|
35481
|
+
tenant_id: { __type: "uuid!" };
|
|
35431
35482
|
value: { __type: "jsonb"; __args: { path: "String" } };
|
|
35432
35483
|
};
|
|
35433
35484
|
core_flow_mapping_aggregate: {
|
|
@@ -35468,6 +35519,8 @@ export declare const generatedSchema: {
|
|
|
35468
35519
|
rate_id: { __type: "uuid_comparison_exp" };
|
|
35469
35520
|
source: { __type: "source_bool_exp" };
|
|
35470
35521
|
source_id: { __type: "uuid_comparison_exp" };
|
|
35522
|
+
tenant: { __type: "tenant_bool_exp" };
|
|
35523
|
+
tenant_id: { __type: "uuid_comparison_exp" };
|
|
35471
35524
|
value: { __type: "jsonb_comparison_exp" };
|
|
35472
35525
|
};
|
|
35473
35526
|
core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } };
|
|
@@ -35490,6 +35543,8 @@ export declare const generatedSchema: {
|
|
|
35490
35543
|
rate_id: { __type: "uuid" };
|
|
35491
35544
|
source: { __type: "source_obj_rel_insert_input" };
|
|
35492
35545
|
source_id: { __type: "uuid" };
|
|
35546
|
+
tenant: { __type: "tenant_obj_rel_insert_input" };
|
|
35547
|
+
tenant_id: { __type: "uuid" };
|
|
35493
35548
|
value: { __type: "jsonb" };
|
|
35494
35549
|
};
|
|
35495
35550
|
core_flow_mapping_max_fields: {
|
|
@@ -35503,6 +35558,7 @@ export declare const generatedSchema: {
|
|
|
35503
35558
|
mapping_key: { __type: "String" };
|
|
35504
35559
|
rate_id: { __type: "uuid" };
|
|
35505
35560
|
source_id: { __type: "uuid" };
|
|
35561
|
+
tenant_id: { __type: "uuid" };
|
|
35506
35562
|
};
|
|
35507
35563
|
core_flow_mapping_min_fields: {
|
|
35508
35564
|
__typename: { __type: "String!" };
|
|
@@ -35515,6 +35571,7 @@ export declare const generatedSchema: {
|
|
|
35515
35571
|
mapping_key: { __type: "String" };
|
|
35516
35572
|
rate_id: { __type: "uuid" };
|
|
35517
35573
|
source_id: { __type: "uuid" };
|
|
35574
|
+
tenant_id: { __type: "uuid" };
|
|
35518
35575
|
};
|
|
35519
35576
|
core_flow_mapping_mutation_response: {
|
|
35520
35577
|
__typename: { __type: "String!" };
|
|
@@ -35543,6 +35600,8 @@ export declare const generatedSchema: {
|
|
|
35543
35600
|
rate_id: { __type: "order_by" };
|
|
35544
35601
|
source: { __type: "source_order_by" };
|
|
35545
35602
|
source_id: { __type: "order_by" };
|
|
35603
|
+
tenant: { __type: "tenant_order_by" };
|
|
35604
|
+
tenant_id: { __type: "order_by" };
|
|
35546
35605
|
value: { __type: "order_by" };
|
|
35547
35606
|
};
|
|
35548
35607
|
core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } };
|
|
@@ -35557,6 +35616,7 @@ export declare const generatedSchema: {
|
|
|
35557
35616
|
mapping_key: { __type: "String" };
|
|
35558
35617
|
rate_id: { __type: "uuid" };
|
|
35559
35618
|
source_id: { __type: "uuid" };
|
|
35619
|
+
tenant_id: { __type: "uuid" };
|
|
35560
35620
|
value: { __type: "jsonb" };
|
|
35561
35621
|
};
|
|
35562
35622
|
core_flow_mapping_stream_cursor_input: {
|
|
@@ -35573,6 +35633,7 @@ export declare const generatedSchema: {
|
|
|
35573
35633
|
mapping_key: { __type: "String" };
|
|
35574
35634
|
rate_id: { __type: "uuid" };
|
|
35575
35635
|
source_id: { __type: "uuid" };
|
|
35636
|
+
tenant_id: { __type: "uuid" };
|
|
35576
35637
|
value: { __type: "jsonb" };
|
|
35577
35638
|
};
|
|
35578
35639
|
core_flow_mapping_updates: {
|
|
@@ -35639,14 +35700,22 @@ export declare const generatedSchema: {
|
|
|
35639
35700
|
};
|
|
35640
35701
|
core_flow_setting: {
|
|
35641
35702
|
__typename: { __type: "String!" };
|
|
35703
|
+
account: { __type: "account" };
|
|
35642
35704
|
account_id: { __type: "uuid" };
|
|
35705
|
+
booking_channel: { __type: "booking_channel" };
|
|
35643
35706
|
booking_channel_id: { __type: "uuid" };
|
|
35707
|
+
connection: { __type: "connection!" };
|
|
35644
35708
|
connection_id: { __type: "uuid!" };
|
|
35709
|
+
contact: { __type: "contact" };
|
|
35645
35710
|
contact_id: { __type: "uuid" };
|
|
35711
|
+
flow: { __type: "core_flow!" };
|
|
35646
35712
|
flow_id: { __type: "uuid!" };
|
|
35647
35713
|
id: { __type: "uuid!" };
|
|
35714
|
+
listing: { __type: "listing" };
|
|
35648
35715
|
listing_id: { __type: "uuid" };
|
|
35649
35716
|
setting_key: { __type: "String!" };
|
|
35717
|
+
tenant: { __type: "tenant!" };
|
|
35718
|
+
tenant_id: { __type: "uuid!" };
|
|
35650
35719
|
value: { __type: "jsonb"; __args: { path: "String" } };
|
|
35651
35720
|
};
|
|
35652
35721
|
core_flow_setting_aggregate: {
|
|
@@ -35671,28 +35740,44 @@ export declare const generatedSchema: {
|
|
|
35671
35740
|
_and: { __type: "[core_flow_setting_bool_exp!]" };
|
|
35672
35741
|
_not: { __type: "core_flow_setting_bool_exp" };
|
|
35673
35742
|
_or: { __type: "[core_flow_setting_bool_exp!]" };
|
|
35743
|
+
account: { __type: "account_bool_exp" };
|
|
35674
35744
|
account_id: { __type: "uuid_comparison_exp" };
|
|
35745
|
+
booking_channel: { __type: "booking_channel_bool_exp" };
|
|
35675
35746
|
booking_channel_id: { __type: "uuid_comparison_exp" };
|
|
35747
|
+
connection: { __type: "connection_bool_exp" };
|
|
35676
35748
|
connection_id: { __type: "uuid_comparison_exp" };
|
|
35749
|
+
contact: { __type: "contact_bool_exp" };
|
|
35677
35750
|
contact_id: { __type: "uuid_comparison_exp" };
|
|
35751
|
+
flow: { __type: "core_flow_bool_exp" };
|
|
35678
35752
|
flow_id: { __type: "uuid_comparison_exp" };
|
|
35679
35753
|
id: { __type: "uuid_comparison_exp" };
|
|
35754
|
+
listing: { __type: "listing_bool_exp" };
|
|
35680
35755
|
listing_id: { __type: "uuid_comparison_exp" };
|
|
35681
35756
|
setting_key: { __type: "String_comparison_exp" };
|
|
35757
|
+
tenant: { __type: "tenant_bool_exp" };
|
|
35758
|
+
tenant_id: { __type: "uuid_comparison_exp" };
|
|
35682
35759
|
value: { __type: "jsonb_comparison_exp" };
|
|
35683
35760
|
};
|
|
35684
35761
|
core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } };
|
|
35685
35762
|
core_flow_setting_delete_elem_input: { value: { __type: "Int" } };
|
|
35686
35763
|
core_flow_setting_delete_key_input: { value: { __type: "String" } };
|
|
35687
35764
|
core_flow_setting_insert_input: {
|
|
35765
|
+
account: { __type: "account_obj_rel_insert_input" };
|
|
35688
35766
|
account_id: { __type: "uuid" };
|
|
35767
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" };
|
|
35689
35768
|
booking_channel_id: { __type: "uuid" };
|
|
35769
|
+
connection: { __type: "connection_obj_rel_insert_input" };
|
|
35690
35770
|
connection_id: { __type: "uuid" };
|
|
35771
|
+
contact: { __type: "contact_obj_rel_insert_input" };
|
|
35691
35772
|
contact_id: { __type: "uuid" };
|
|
35773
|
+
flow: { __type: "core_flow_obj_rel_insert_input" };
|
|
35692
35774
|
flow_id: { __type: "uuid" };
|
|
35693
35775
|
id: { __type: "uuid" };
|
|
35776
|
+
listing: { __type: "listing_obj_rel_insert_input" };
|
|
35694
35777
|
listing_id: { __type: "uuid" };
|
|
35695
35778
|
setting_key: { __type: "String" };
|
|
35779
|
+
tenant: { __type: "tenant_obj_rel_insert_input" };
|
|
35780
|
+
tenant_id: { __type: "uuid" };
|
|
35696
35781
|
value: { __type: "jsonb" };
|
|
35697
35782
|
};
|
|
35698
35783
|
core_flow_setting_max_fields: {
|
|
@@ -35705,6 +35790,7 @@ export declare const generatedSchema: {
|
|
|
35705
35790
|
id: { __type: "uuid" };
|
|
35706
35791
|
listing_id: { __type: "uuid" };
|
|
35707
35792
|
setting_key: { __type: "String" };
|
|
35793
|
+
tenant_id: { __type: "uuid" };
|
|
35708
35794
|
};
|
|
35709
35795
|
core_flow_setting_min_fields: {
|
|
35710
35796
|
__typename: { __type: "String!" };
|
|
@@ -35716,6 +35802,7 @@ export declare const generatedSchema: {
|
|
|
35716
35802
|
id: { __type: "uuid" };
|
|
35717
35803
|
listing_id: { __type: "uuid" };
|
|
35718
35804
|
setting_key: { __type: "String" };
|
|
35805
|
+
tenant_id: { __type: "uuid" };
|
|
35719
35806
|
};
|
|
35720
35807
|
core_flow_setting_mutation_response: {
|
|
35721
35808
|
__typename: { __type: "String!" };
|
|
@@ -35728,14 +35815,22 @@ export declare const generatedSchema: {
|
|
|
35728
35815
|
where: { __type: "core_flow_setting_bool_exp" };
|
|
35729
35816
|
};
|
|
35730
35817
|
core_flow_setting_order_by: {
|
|
35818
|
+
account: { __type: "account_order_by" };
|
|
35731
35819
|
account_id: { __type: "order_by" };
|
|
35820
|
+
booking_channel: { __type: "booking_channel_order_by" };
|
|
35732
35821
|
booking_channel_id: { __type: "order_by" };
|
|
35822
|
+
connection: { __type: "connection_order_by" };
|
|
35733
35823
|
connection_id: { __type: "order_by" };
|
|
35824
|
+
contact: { __type: "contact_order_by" };
|
|
35734
35825
|
contact_id: { __type: "order_by" };
|
|
35826
|
+
flow: { __type: "core_flow_order_by" };
|
|
35735
35827
|
flow_id: { __type: "order_by" };
|
|
35736
35828
|
id: { __type: "order_by" };
|
|
35829
|
+
listing: { __type: "listing_order_by" };
|
|
35737
35830
|
listing_id: { __type: "order_by" };
|
|
35738
35831
|
setting_key: { __type: "order_by" };
|
|
35832
|
+
tenant: { __type: "tenant_order_by" };
|
|
35833
|
+
tenant_id: { __type: "order_by" };
|
|
35739
35834
|
value: { __type: "order_by" };
|
|
35740
35835
|
};
|
|
35741
35836
|
core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } };
|
|
@@ -35749,6 +35844,7 @@ export declare const generatedSchema: {
|
|
|
35749
35844
|
id: { __type: "uuid" };
|
|
35750
35845
|
listing_id: { __type: "uuid" };
|
|
35751
35846
|
setting_key: { __type: "String" };
|
|
35847
|
+
tenant_id: { __type: "uuid" };
|
|
35752
35848
|
value: { __type: "jsonb" };
|
|
35753
35849
|
};
|
|
35754
35850
|
core_flow_setting_stream_cursor_input: {
|
|
@@ -35764,6 +35860,7 @@ export declare const generatedSchema: {
|
|
|
35764
35860
|
id: { __type: "uuid" };
|
|
35765
35861
|
listing_id: { __type: "uuid" };
|
|
35766
35862
|
setting_key: { __type: "String" };
|
|
35863
|
+
tenant_id: { __type: "uuid" };
|
|
35767
35864
|
value: { __type: "jsonb" };
|
|
35768
35865
|
};
|
|
35769
35866
|
core_flow_setting_updates: {
|
|
@@ -37563,6 +37660,7 @@ export declare const generatedSchema: {
|
|
|
37563
37660
|
triggerType: { __type: "journalEntryTriggerType_enum" };
|
|
37564
37661
|
txnAt: { __type: "timestamptz" };
|
|
37565
37662
|
txnNum: { __type: "Int" };
|
|
37663
|
+
txn_code: { __type: "String" };
|
|
37566
37664
|
type: { __type: "journalEntryType_enum" };
|
|
37567
37665
|
uniqueRef: { __type: "String" };
|
|
37568
37666
|
updatedAt: { __type: "timestamptz" };
|
|
@@ -37875,6 +37973,7 @@ export declare const generatedSchema: {
|
|
|
37875
37973
|
triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" };
|
|
37876
37974
|
txnAt: { __type: "timestamptz_comparison_exp" };
|
|
37877
37975
|
txnNum: { __type: "Int_comparison_exp" };
|
|
37976
|
+
txn_code: { __type: "String_comparison_exp" };
|
|
37878
37977
|
type: { __type: "journalEntryType_enum_comparison_exp" };
|
|
37879
37978
|
uniqueRef: { __type: "String_comparison_exp" };
|
|
37880
37979
|
updatedAt: { __type: "timestamptz_comparison_exp" };
|
|
@@ -37958,6 +38057,7 @@ export declare const generatedSchema: {
|
|
|
37958
38057
|
triggerId: { __type: "uuid" };
|
|
37959
38058
|
txnAt: { __type: "timestamptz" };
|
|
37960
38059
|
txnNum: { __type: "Int" };
|
|
38060
|
+
txn_code: { __type: "String" };
|
|
37961
38061
|
uniqueRef: { __type: "String" };
|
|
37962
38062
|
updatedAt: { __type: "timestamptz" };
|
|
37963
38063
|
};
|
|
@@ -37983,6 +38083,7 @@ export declare const generatedSchema: {
|
|
|
37983
38083
|
triggerId: { __type: "order_by" };
|
|
37984
38084
|
txnAt: { __type: "order_by" };
|
|
37985
38085
|
txnNum: { __type: "order_by" };
|
|
38086
|
+
txn_code: { __type: "order_by" };
|
|
37986
38087
|
uniqueRef: { __type: "order_by" };
|
|
37987
38088
|
updatedAt: { __type: "order_by" };
|
|
37988
38089
|
};
|
|
@@ -38009,6 +38110,7 @@ export declare const generatedSchema: {
|
|
|
38009
38110
|
triggerId: { __type: "uuid" };
|
|
38010
38111
|
txnAt: { __type: "timestamptz" };
|
|
38011
38112
|
txnNum: { __type: "Int" };
|
|
38113
|
+
txn_code: { __type: "String" };
|
|
38012
38114
|
uniqueRef: { __type: "String" };
|
|
38013
38115
|
updatedAt: { __type: "timestamptz" };
|
|
38014
38116
|
};
|
|
@@ -38034,6 +38136,7 @@ export declare const generatedSchema: {
|
|
|
38034
38136
|
triggerId: { __type: "order_by" };
|
|
38035
38137
|
txnAt: { __type: "order_by" };
|
|
38036
38138
|
txnNum: { __type: "order_by" };
|
|
38139
|
+
txn_code: { __type: "order_by" };
|
|
38037
38140
|
uniqueRef: { __type: "order_by" };
|
|
38038
38141
|
updatedAt: { __type: "order_by" };
|
|
38039
38142
|
};
|
|
@@ -38090,6 +38193,7 @@ export declare const generatedSchema: {
|
|
|
38090
38193
|
triggerType: { __type: "order_by" };
|
|
38091
38194
|
txnAt: { __type: "order_by" };
|
|
38092
38195
|
txnNum: { __type: "order_by" };
|
|
38196
|
+
txn_code: { __type: "order_by" };
|
|
38093
38197
|
type: { __type: "order_by" };
|
|
38094
38198
|
uniqueRef: { __type: "order_by" };
|
|
38095
38199
|
updatedAt: { __type: "order_by" };
|
|
@@ -38190,6 +38294,7 @@ export declare const generatedSchema: {
|
|
|
38190
38294
|
triggerType: { __type: "journalEntryTriggerType_enum" };
|
|
38191
38295
|
txnAt: { __type: "timestamptz" };
|
|
38192
38296
|
txnNum: { __type: "Int" };
|
|
38297
|
+
txn_code: { __type: "String" };
|
|
38193
38298
|
type: { __type: "journalEntryType_enum" };
|
|
38194
38299
|
uniqueRef: { __type: "String" };
|
|
38195
38300
|
updatedAt: { __type: "timestamptz" };
|
|
@@ -76777,6 +76882,11 @@ export interface core_flow_mapping {
|
|
|
76777
76882
|
*/
|
|
76778
76883
|
source: source;
|
|
76779
76884
|
source_id: ScalarsEnums["uuid"];
|
|
76885
|
+
/**
|
|
76886
|
+
* An object relationship
|
|
76887
|
+
*/
|
|
76888
|
+
tenant: tenant;
|
|
76889
|
+
tenant_id: ScalarsEnums["uuid"];
|
|
76780
76890
|
value: (args?: {
|
|
76781
76891
|
/**
|
|
76782
76892
|
* JSON select path
|
|
@@ -76821,6 +76931,7 @@ export interface core_flow_mapping_max_fields {
|
|
|
76821
76931
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76822
76932
|
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76823
76933
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76934
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76824
76935
|
}
|
|
76825
76936
|
|
|
76826
76937
|
/**
|
|
@@ -76837,6 +76948,7 @@ export interface core_flow_mapping_min_fields {
|
|
|
76837
76948
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76838
76949
|
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76839
76950
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76951
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76840
76952
|
}
|
|
76841
76953
|
|
|
76842
76954
|
/**
|
|
@@ -76898,14 +77010,43 @@ export interface core_flow_mutation_response {
|
|
|
76898
77010
|
*/
|
|
76899
77011
|
export interface core_flow_setting {
|
|
76900
77012
|
__typename?: "core_flow_setting";
|
|
77013
|
+
/**
|
|
77014
|
+
* An object relationship
|
|
77015
|
+
*/
|
|
77016
|
+
account?: Maybe<account>;
|
|
76901
77017
|
account_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77018
|
+
/**
|
|
77019
|
+
* An object relationship
|
|
77020
|
+
*/
|
|
77021
|
+
booking_channel?: Maybe<booking_channel>;
|
|
76902
77022
|
booking_channel_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77023
|
+
/**
|
|
77024
|
+
* An object relationship
|
|
77025
|
+
*/
|
|
77026
|
+
connection: connection;
|
|
76903
77027
|
connection_id: ScalarsEnums["uuid"];
|
|
77028
|
+
/**
|
|
77029
|
+
* An object relationship
|
|
77030
|
+
*/
|
|
77031
|
+
contact?: Maybe<contact>;
|
|
76904
77032
|
contact_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77033
|
+
/**
|
|
77034
|
+
* An object relationship
|
|
77035
|
+
*/
|
|
77036
|
+
flow: core_flow;
|
|
76905
77037
|
flow_id: ScalarsEnums["uuid"];
|
|
76906
77038
|
id: ScalarsEnums["uuid"];
|
|
77039
|
+
/**
|
|
77040
|
+
* An object relationship
|
|
77041
|
+
*/
|
|
77042
|
+
listing?: Maybe<listing>;
|
|
76907
77043
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76908
77044
|
setting_key: ScalarsEnums["String"];
|
|
77045
|
+
/**
|
|
77046
|
+
* An object relationship
|
|
77047
|
+
*/
|
|
77048
|
+
tenant: tenant;
|
|
77049
|
+
tenant_id: ScalarsEnums["uuid"];
|
|
76909
77050
|
value: (args?: {
|
|
76910
77051
|
/**
|
|
76911
77052
|
* JSON select path
|
|
@@ -76949,6 +77090,7 @@ export interface core_flow_setting_max_fields {
|
|
|
76949
77090
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76950
77091
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76951
77092
|
setting_key?: Maybe<ScalarsEnums["String"]>;
|
|
77093
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76952
77094
|
}
|
|
76953
77095
|
|
|
76954
77096
|
/**
|
|
@@ -76964,6 +77106,7 @@ export interface core_flow_setting_min_fields {
|
|
|
76964
77106
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76965
77107
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76966
77108
|
setting_key?: Maybe<ScalarsEnums["String"]>;
|
|
77109
|
+
tenant_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76967
77110
|
}
|
|
76968
77111
|
|
|
76969
77112
|
/**
|
|
@@ -78215,6 +78358,7 @@ export interface journalEntry {
|
|
|
78215
78358
|
triggerType?: Maybe<ScalarsEnums["journalEntryTriggerType_enum"]>;
|
|
78216
78359
|
txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
78217
78360
|
txnNum?: Maybe<ScalarsEnums["Int"]>;
|
|
78361
|
+
txn_code?: Maybe<ScalarsEnums["String"]>;
|
|
78218
78362
|
type?: Maybe<ScalarsEnums["journalEntryType_enum"]>;
|
|
78219
78363
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
78220
78364
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
@@ -78469,6 +78613,7 @@ export interface journalEntry_max_fields {
|
|
|
78469
78613
|
triggerId?: Maybe<ScalarsEnums["uuid"]>;
|
|
78470
78614
|
txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
78471
78615
|
txnNum?: Maybe<ScalarsEnums["Int"]>;
|
|
78616
|
+
txn_code?: Maybe<ScalarsEnums["String"]>;
|
|
78472
78617
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
78473
78618
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
78474
78619
|
}
|
|
@@ -78499,6 +78644,7 @@ export interface journalEntry_min_fields {
|
|
|
78499
78644
|
triggerId?: Maybe<ScalarsEnums["uuid"]>;
|
|
78500
78645
|
txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
78501
78646
|
txnNum?: Maybe<ScalarsEnums["Int"]>;
|
|
78647
|
+
txn_code?: Maybe<ScalarsEnums["String"]>;
|
|
78502
78648
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
78503
78649
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
78504
78650
|
}
|