@vrplatform/graphql 1.1.17 → 1.1.19
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 +128 -777
- package/build/main/gqty/schema.generated.js +50 -331
- package/build/module/gqty/schema.generated.d.ts +128 -777
- package/build/module/gqty/schema.generated.js +50 -331
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +128 -777
- package/src/gqty/schema.generated.js +50 -331
|
@@ -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;
|
|
@@ -13556,7 +13593,7 @@ export interface owner_bool_exp {
|
|
|
13556
13593
|
ownerships?: InputMaybe<listing_owner_bool_exp>;
|
|
13557
13594
|
ownerships_aggregate?: InputMaybe<listing_owner_aggregate_bool_exp>;
|
|
13558
13595
|
phone?: InputMaybe<String_comparison_exp>;
|
|
13559
|
-
pmsStatus?: InputMaybe<
|
|
13596
|
+
pmsStatus?: InputMaybe<activeStatus_enum_comparison_exp>;
|
|
13560
13597
|
settingsLeft?: InputMaybe<setting_bool_exp>;
|
|
13561
13598
|
settingsLeft_aggregate?: InputMaybe<setting_aggregate_bool_exp>;
|
|
13562
13599
|
settingsRight?: InputMaybe<setting_bool_exp>;
|
|
@@ -13565,7 +13602,7 @@ export interface owner_bool_exp {
|
|
|
13565
13602
|
sourceId?: InputMaybe<uuid_comparison_exp>;
|
|
13566
13603
|
statementOwnerships?: InputMaybe<owner_statement_owner_bool_exp>;
|
|
13567
13604
|
statementOwnerships_aggregate?: InputMaybe<owner_statement_owner_aggregate_bool_exp>;
|
|
13568
|
-
status?: InputMaybe<
|
|
13605
|
+
status?: InputMaybe<activeStatus_enum_comparison_exp>;
|
|
13569
13606
|
taxId?: InputMaybe<String_comparison_exp>;
|
|
13570
13607
|
taxStatements?: InputMaybe<tax_statement_bool_exp>;
|
|
13571
13608
|
taxStatements_aggregate?: InputMaybe<tax_statement_aggregate_bool_exp>;
|
|
@@ -13603,13 +13640,13 @@ export interface owner_insert_input {
|
|
|
13603
13640
|
ownershipPeriodMemberships?: InputMaybe<listingOwnershipPeriodMember_arr_rel_insert_input>;
|
|
13604
13641
|
ownerships?: InputMaybe<listing_owner_arr_rel_insert_input>;
|
|
13605
13642
|
phone?: InputMaybe<Scalars["String"]>;
|
|
13606
|
-
pmsStatus?: InputMaybe<
|
|
13643
|
+
pmsStatus?: InputMaybe<activeStatus_enum>;
|
|
13607
13644
|
settingsLeft?: InputMaybe<setting_arr_rel_insert_input>;
|
|
13608
13645
|
settingsRight?: InputMaybe<setting_arr_rel_insert_input>;
|
|
13609
13646
|
source?: InputMaybe<source_obj_rel_insert_input>;
|
|
13610
13647
|
sourceId?: InputMaybe<Scalars["uuid"]>;
|
|
13611
13648
|
statementOwnerships?: InputMaybe<owner_statement_owner_arr_rel_insert_input>;
|
|
13612
|
-
status?: InputMaybe<
|
|
13649
|
+
status?: InputMaybe<activeStatus_enum>;
|
|
13613
13650
|
taxId?: InputMaybe<Scalars["String"]>;
|
|
13614
13651
|
taxStatements?: InputMaybe<tax_statement_arr_rel_insert_input>;
|
|
13615
13652
|
tenant?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
@@ -13711,87 +13748,6 @@ export interface owner_pk_columns_input {
|
|
|
13711
13748
|
id: Scalars["uuid"];
|
|
13712
13749
|
}
|
|
13713
13750
|
|
|
13714
|
-
/** Boolean expression to filter rows from the table "owner_pms_status". All fields are combined with a logical 'AND'. */
|
|
13715
|
-
export interface owner_pms_status_bool_exp {
|
|
13716
|
-
_and?: InputMaybe<Array<owner_pms_status_bool_exp>>;
|
|
13717
|
-
_not?: InputMaybe<owner_pms_status_bool_exp>;
|
|
13718
|
-
_or?: InputMaybe<Array<owner_pms_status_bool_exp>>;
|
|
13719
|
-
name?: InputMaybe<String_comparison_exp>;
|
|
13720
|
-
}
|
|
13721
|
-
|
|
13722
|
-
/** unique or primary key constraints on table "owner_pms_status" */
|
|
13723
|
-
export type owner_pms_status_constraint =
|
|
13724
|
-
/** unique or primary key constraint on columns "name" */
|
|
13725
|
-
"owner_pms_status_pkey";
|
|
13726
|
-
|
|
13727
|
-
export type owner_pms_status_enum = "active" | "inactive";
|
|
13728
|
-
|
|
13729
|
-
/** Boolean expression to compare columns of type "owner_pms_status_enum". All fields are combined with logical 'AND'. */
|
|
13730
|
-
export interface owner_pms_status_enum_comparison_exp {
|
|
13731
|
-
_eq?: InputMaybe<owner_pms_status_enum>;
|
|
13732
|
-
_in?: InputMaybe<Array<owner_pms_status_enum>>;
|
|
13733
|
-
_is_null?: InputMaybe<Scalars["Boolean"]>;
|
|
13734
|
-
_neq?: InputMaybe<owner_pms_status_enum>;
|
|
13735
|
-
_nin?: InputMaybe<Array<owner_pms_status_enum>>;
|
|
13736
|
-
}
|
|
13737
|
-
|
|
13738
|
-
/** input type for inserting data into table "owner_pms_status" */
|
|
13739
|
-
export interface owner_pms_status_insert_input {
|
|
13740
|
-
name?: InputMaybe<Scalars["String"]>;
|
|
13741
|
-
}
|
|
13742
|
-
|
|
13743
|
-
/** on_conflict condition type for table "owner_pms_status" */
|
|
13744
|
-
export interface owner_pms_status_on_conflict {
|
|
13745
|
-
constraint: owner_pms_status_constraint;
|
|
13746
|
-
update_columns?: Array<owner_pms_status_update_column>;
|
|
13747
|
-
where?: InputMaybe<owner_pms_status_bool_exp>;
|
|
13748
|
-
}
|
|
13749
|
-
|
|
13750
|
-
/** Ordering options when selecting data from "owner_pms_status". */
|
|
13751
|
-
export interface owner_pms_status_order_by {
|
|
13752
|
-
name?: InputMaybe<order_by>;
|
|
13753
|
-
}
|
|
13754
|
-
|
|
13755
|
-
/** primary key columns input for table: owner_pms_status */
|
|
13756
|
-
export interface owner_pms_status_pk_columns_input {
|
|
13757
|
-
name: Scalars["String"];
|
|
13758
|
-
}
|
|
13759
|
-
|
|
13760
|
-
/** select columns of table "owner_pms_status" */
|
|
13761
|
-
export type owner_pms_status_select_column =
|
|
13762
|
-
/** column name */
|
|
13763
|
-
"name";
|
|
13764
|
-
|
|
13765
|
-
/** input type for updating data in table "owner_pms_status" */
|
|
13766
|
-
export interface owner_pms_status_set_input {
|
|
13767
|
-
name?: InputMaybe<Scalars["String"]>;
|
|
13768
|
-
}
|
|
13769
|
-
|
|
13770
|
-
/** Streaming cursor of the table "owner_pms_status" */
|
|
13771
|
-
export interface owner_pms_status_stream_cursor_input {
|
|
13772
|
-
/** Stream column input with initial value */
|
|
13773
|
-
initial_value: owner_pms_status_stream_cursor_value_input;
|
|
13774
|
-
/** cursor ordering */
|
|
13775
|
-
ordering?: InputMaybe<cursor_ordering>;
|
|
13776
|
-
}
|
|
13777
|
-
|
|
13778
|
-
/** Initial value of the column from where the streaming should start */
|
|
13779
|
-
export interface owner_pms_status_stream_cursor_value_input {
|
|
13780
|
-
name?: InputMaybe<Scalars["String"]>;
|
|
13781
|
-
}
|
|
13782
|
-
|
|
13783
|
-
/** update columns of table "owner_pms_status" */
|
|
13784
|
-
export type owner_pms_status_update_column =
|
|
13785
|
-
/** column name */
|
|
13786
|
-
"name";
|
|
13787
|
-
|
|
13788
|
-
export interface owner_pms_status_updates {
|
|
13789
|
-
/** sets the columns of the filtered rows to the given values */
|
|
13790
|
-
_set?: InputMaybe<owner_pms_status_set_input>;
|
|
13791
|
-
/** filter the rows which have to be updated */
|
|
13792
|
-
where: owner_pms_status_bool_exp;
|
|
13793
|
-
}
|
|
13794
|
-
|
|
13795
13751
|
/** select columns of table "owner" */
|
|
13796
13752
|
export type owner_select_column =
|
|
13797
13753
|
/** column name */
|
|
@@ -13854,9 +13810,9 @@ export interface owner_set_input {
|
|
|
13854
13810
|
/** Lastname or company name */
|
|
13855
13811
|
name?: InputMaybe<Scalars["String"]>;
|
|
13856
13812
|
phone?: InputMaybe<Scalars["String"]>;
|
|
13857
|
-
pmsStatus?: InputMaybe<
|
|
13813
|
+
pmsStatus?: InputMaybe<activeStatus_enum>;
|
|
13858
13814
|
sourceId?: InputMaybe<Scalars["uuid"]>;
|
|
13859
|
-
status?: InputMaybe<
|
|
13815
|
+
status?: InputMaybe<activeStatus_enum>;
|
|
13860
13816
|
taxId?: InputMaybe<Scalars["String"]>;
|
|
13861
13817
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
13862
13818
|
type?: InputMaybe<owner_type_enum>;
|
|
@@ -15694,87 +15650,6 @@ export interface owner_statement_variance_order_by {
|
|
|
15694
15650
|
centTransfer?: InputMaybe<order_by>;
|
|
15695
15651
|
}
|
|
15696
15652
|
|
|
15697
|
-
/** Boolean expression to filter rows from the table "owner_status". All fields are combined with a logical 'AND'. */
|
|
15698
|
-
export interface owner_status_bool_exp {
|
|
15699
|
-
_and?: InputMaybe<Array<owner_status_bool_exp>>;
|
|
15700
|
-
_not?: InputMaybe<owner_status_bool_exp>;
|
|
15701
|
-
_or?: InputMaybe<Array<owner_status_bool_exp>>;
|
|
15702
|
-
name?: InputMaybe<String_comparison_exp>;
|
|
15703
|
-
}
|
|
15704
|
-
|
|
15705
|
-
/** unique or primary key constraints on table "owner_status" */
|
|
15706
|
-
export type owner_status_constraint =
|
|
15707
|
-
/** unique or primary key constraint on columns "name" */
|
|
15708
|
-
"owner_status_pkey";
|
|
15709
|
-
|
|
15710
|
-
export type owner_status_enum = "active" | "inactive";
|
|
15711
|
-
|
|
15712
|
-
/** Boolean expression to compare columns of type "owner_status_enum". All fields are combined with logical 'AND'. */
|
|
15713
|
-
export interface owner_status_enum_comparison_exp {
|
|
15714
|
-
_eq?: InputMaybe<owner_status_enum>;
|
|
15715
|
-
_in?: InputMaybe<Array<owner_status_enum>>;
|
|
15716
|
-
_is_null?: InputMaybe<Scalars["Boolean"]>;
|
|
15717
|
-
_neq?: InputMaybe<owner_status_enum>;
|
|
15718
|
-
_nin?: InputMaybe<Array<owner_status_enum>>;
|
|
15719
|
-
}
|
|
15720
|
-
|
|
15721
|
-
/** input type for inserting data into table "owner_status" */
|
|
15722
|
-
export interface owner_status_insert_input {
|
|
15723
|
-
name?: InputMaybe<Scalars["String"]>;
|
|
15724
|
-
}
|
|
15725
|
-
|
|
15726
|
-
/** on_conflict condition type for table "owner_status" */
|
|
15727
|
-
export interface owner_status_on_conflict {
|
|
15728
|
-
constraint: owner_status_constraint;
|
|
15729
|
-
update_columns?: Array<owner_status_update_column>;
|
|
15730
|
-
where?: InputMaybe<owner_status_bool_exp>;
|
|
15731
|
-
}
|
|
15732
|
-
|
|
15733
|
-
/** Ordering options when selecting data from "owner_status". */
|
|
15734
|
-
export interface owner_status_order_by {
|
|
15735
|
-
name?: InputMaybe<order_by>;
|
|
15736
|
-
}
|
|
15737
|
-
|
|
15738
|
-
/** primary key columns input for table: owner_status */
|
|
15739
|
-
export interface owner_status_pk_columns_input {
|
|
15740
|
-
name: Scalars["String"];
|
|
15741
|
-
}
|
|
15742
|
-
|
|
15743
|
-
/** select columns of table "owner_status" */
|
|
15744
|
-
export type owner_status_select_column =
|
|
15745
|
-
/** column name */
|
|
15746
|
-
"name";
|
|
15747
|
-
|
|
15748
|
-
/** input type for updating data in table "owner_status" */
|
|
15749
|
-
export interface owner_status_set_input {
|
|
15750
|
-
name?: InputMaybe<Scalars["String"]>;
|
|
15751
|
-
}
|
|
15752
|
-
|
|
15753
|
-
/** Streaming cursor of the table "owner_status" */
|
|
15754
|
-
export interface owner_status_stream_cursor_input {
|
|
15755
|
-
/** Stream column input with initial value */
|
|
15756
|
-
initial_value: owner_status_stream_cursor_value_input;
|
|
15757
|
-
/** cursor ordering */
|
|
15758
|
-
ordering?: InputMaybe<cursor_ordering>;
|
|
15759
|
-
}
|
|
15760
|
-
|
|
15761
|
-
/** Initial value of the column from where the streaming should start */
|
|
15762
|
-
export interface owner_status_stream_cursor_value_input {
|
|
15763
|
-
name?: InputMaybe<Scalars["String"]>;
|
|
15764
|
-
}
|
|
15765
|
-
|
|
15766
|
-
/** update columns of table "owner_status" */
|
|
15767
|
-
export type owner_status_update_column =
|
|
15768
|
-
/** column name */
|
|
15769
|
-
"name";
|
|
15770
|
-
|
|
15771
|
-
export interface owner_status_updates {
|
|
15772
|
-
/** sets the columns of the filtered rows to the given values */
|
|
15773
|
-
_set?: InputMaybe<owner_status_set_input>;
|
|
15774
|
-
/** filter the rows which have to be updated */
|
|
15775
|
-
where: owner_status_bool_exp;
|
|
15776
|
-
}
|
|
15777
|
-
|
|
15778
15653
|
/** Streaming cursor of the table "owner" */
|
|
15779
15654
|
export interface owner_stream_cursor_input {
|
|
15780
15655
|
/** Stream column input with initial value */
|
|
@@ -15796,9 +15671,9 @@ export interface owner_stream_cursor_value_input {
|
|
|
15796
15671
|
/** Lastname or company name */
|
|
15797
15672
|
name?: InputMaybe<Scalars["String"]>;
|
|
15798
15673
|
phone?: InputMaybe<Scalars["String"]>;
|
|
15799
|
-
pmsStatus?: InputMaybe<
|
|
15674
|
+
pmsStatus?: InputMaybe<activeStatus_enum>;
|
|
15800
15675
|
sourceId?: InputMaybe<Scalars["uuid"]>;
|
|
15801
|
-
status?: InputMaybe<
|
|
15676
|
+
status?: InputMaybe<activeStatus_enum>;
|
|
15802
15677
|
taxId?: InputMaybe<Scalars["String"]>;
|
|
15803
15678
|
tenantId?: InputMaybe<Scalars["uuid"]>;
|
|
15804
15679
|
type?: InputMaybe<owner_type_enum>;
|
|
@@ -35504,13 +35379,21 @@ export declare const generatedSchema: {
|
|
|
35504
35379
|
};
|
|
35505
35380
|
core_flow_mapping: {
|
|
35506
35381
|
__typename: { __type: "String!" };
|
|
35382
|
+
account: { __type: "account" };
|
|
35507
35383
|
account_id: { __type: "uuid" };
|
|
35384
|
+
booking_channel: { __type: "booking_channel" };
|
|
35508
35385
|
booking_channel_id: { __type: "uuid" };
|
|
35386
|
+
contact: { __type: "contact" };
|
|
35509
35387
|
contact_id: { __type: "uuid" };
|
|
35388
|
+
flow: { __type: "core_flow!" };
|
|
35510
35389
|
flow_id: { __type: "uuid!" };
|
|
35511
35390
|
id: { __type: "uuid!" };
|
|
35391
|
+
listing: { __type: "listing" };
|
|
35512
35392
|
listing_id: { __type: "uuid" };
|
|
35513
35393
|
mapping_key: { __type: "String!" };
|
|
35394
|
+
rate: { __type: "rate" };
|
|
35395
|
+
rate_id: { __type: "uuid" };
|
|
35396
|
+
source: { __type: "source!" };
|
|
35514
35397
|
source_id: { __type: "uuid!" };
|
|
35515
35398
|
value: { __type: "jsonb"; __args: { path: "String" } };
|
|
35516
35399
|
};
|
|
@@ -35536,13 +35419,21 @@ export declare const generatedSchema: {
|
|
|
35536
35419
|
_and: { __type: "[core_flow_mapping_bool_exp!]" };
|
|
35537
35420
|
_not: { __type: "core_flow_mapping_bool_exp" };
|
|
35538
35421
|
_or: { __type: "[core_flow_mapping_bool_exp!]" };
|
|
35422
|
+
account: { __type: "account_bool_exp" };
|
|
35539
35423
|
account_id: { __type: "uuid_comparison_exp" };
|
|
35424
|
+
booking_channel: { __type: "booking_channel_bool_exp" };
|
|
35540
35425
|
booking_channel_id: { __type: "uuid_comparison_exp" };
|
|
35426
|
+
contact: { __type: "contact_bool_exp" };
|
|
35541
35427
|
contact_id: { __type: "uuid_comparison_exp" };
|
|
35428
|
+
flow: { __type: "core_flow_bool_exp" };
|
|
35542
35429
|
flow_id: { __type: "uuid_comparison_exp" };
|
|
35543
35430
|
id: { __type: "uuid_comparison_exp" };
|
|
35431
|
+
listing: { __type: "listing_bool_exp" };
|
|
35544
35432
|
listing_id: { __type: "uuid_comparison_exp" };
|
|
35545
35433
|
mapping_key: { __type: "String_comparison_exp" };
|
|
35434
|
+
rate: { __type: "rate_bool_exp" };
|
|
35435
|
+
rate_id: { __type: "uuid_comparison_exp" };
|
|
35436
|
+
source: { __type: "source_bool_exp" };
|
|
35546
35437
|
source_id: { __type: "uuid_comparison_exp" };
|
|
35547
35438
|
value: { __type: "jsonb_comparison_exp" };
|
|
35548
35439
|
};
|
|
@@ -35550,13 +35441,21 @@ export declare const generatedSchema: {
|
|
|
35550
35441
|
core_flow_mapping_delete_elem_input: { value: { __type: "Int" } };
|
|
35551
35442
|
core_flow_mapping_delete_key_input: { value: { __type: "String" } };
|
|
35552
35443
|
core_flow_mapping_insert_input: {
|
|
35444
|
+
account: { __type: "account_obj_rel_insert_input" };
|
|
35553
35445
|
account_id: { __type: "uuid" };
|
|
35446
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" };
|
|
35554
35447
|
booking_channel_id: { __type: "uuid" };
|
|
35448
|
+
contact: { __type: "contact_obj_rel_insert_input" };
|
|
35555
35449
|
contact_id: { __type: "uuid" };
|
|
35450
|
+
flow: { __type: "core_flow_obj_rel_insert_input" };
|
|
35556
35451
|
flow_id: { __type: "uuid" };
|
|
35557
35452
|
id: { __type: "uuid" };
|
|
35453
|
+
listing: { __type: "listing_obj_rel_insert_input" };
|
|
35558
35454
|
listing_id: { __type: "uuid" };
|
|
35559
35455
|
mapping_key: { __type: "String" };
|
|
35456
|
+
rate: { __type: "rate_obj_rel_insert_input" };
|
|
35457
|
+
rate_id: { __type: "uuid" };
|
|
35458
|
+
source: { __type: "source_obj_rel_insert_input" };
|
|
35560
35459
|
source_id: { __type: "uuid" };
|
|
35561
35460
|
value: { __type: "jsonb" };
|
|
35562
35461
|
};
|
|
@@ -35569,6 +35468,7 @@ export declare const generatedSchema: {
|
|
|
35569
35468
|
id: { __type: "uuid" };
|
|
35570
35469
|
listing_id: { __type: "uuid" };
|
|
35571
35470
|
mapping_key: { __type: "String" };
|
|
35471
|
+
rate_id: { __type: "uuid" };
|
|
35572
35472
|
source_id: { __type: "uuid" };
|
|
35573
35473
|
};
|
|
35574
35474
|
core_flow_mapping_min_fields: {
|
|
@@ -35580,6 +35480,7 @@ export declare const generatedSchema: {
|
|
|
35580
35480
|
id: { __type: "uuid" };
|
|
35581
35481
|
listing_id: { __type: "uuid" };
|
|
35582
35482
|
mapping_key: { __type: "String" };
|
|
35483
|
+
rate_id: { __type: "uuid" };
|
|
35583
35484
|
source_id: { __type: "uuid" };
|
|
35584
35485
|
};
|
|
35585
35486
|
core_flow_mapping_mutation_response: {
|
|
@@ -35593,13 +35494,21 @@ export declare const generatedSchema: {
|
|
|
35593
35494
|
where: { __type: "core_flow_mapping_bool_exp" };
|
|
35594
35495
|
};
|
|
35595
35496
|
core_flow_mapping_order_by: {
|
|
35497
|
+
account: { __type: "account_order_by" };
|
|
35596
35498
|
account_id: { __type: "order_by" };
|
|
35499
|
+
booking_channel: { __type: "booking_channel_order_by" };
|
|
35597
35500
|
booking_channel_id: { __type: "order_by" };
|
|
35501
|
+
contact: { __type: "contact_order_by" };
|
|
35598
35502
|
contact_id: { __type: "order_by" };
|
|
35503
|
+
flow: { __type: "core_flow_order_by" };
|
|
35599
35504
|
flow_id: { __type: "order_by" };
|
|
35600
35505
|
id: { __type: "order_by" };
|
|
35506
|
+
listing: { __type: "listing_order_by" };
|
|
35601
35507
|
listing_id: { __type: "order_by" };
|
|
35602
35508
|
mapping_key: { __type: "order_by" };
|
|
35509
|
+
rate: { __type: "rate_order_by" };
|
|
35510
|
+
rate_id: { __type: "order_by" };
|
|
35511
|
+
source: { __type: "source_order_by" };
|
|
35603
35512
|
source_id: { __type: "order_by" };
|
|
35604
35513
|
value: { __type: "order_by" };
|
|
35605
35514
|
};
|
|
@@ -35613,6 +35522,7 @@ export declare const generatedSchema: {
|
|
|
35613
35522
|
id: { __type: "uuid" };
|
|
35614
35523
|
listing_id: { __type: "uuid" };
|
|
35615
35524
|
mapping_key: { __type: "String" };
|
|
35525
|
+
rate_id: { __type: "uuid" };
|
|
35616
35526
|
source_id: { __type: "uuid" };
|
|
35617
35527
|
value: { __type: "jsonb" };
|
|
35618
35528
|
};
|
|
@@ -35628,6 +35538,7 @@ export declare const generatedSchema: {
|
|
|
35628
35538
|
id: { __type: "uuid" };
|
|
35629
35539
|
listing_id: { __type: "uuid" };
|
|
35630
35540
|
mapping_key: { __type: "String" };
|
|
35541
|
+
rate_id: { __type: "uuid" };
|
|
35631
35542
|
source_id: { __type: "uuid" };
|
|
35632
35543
|
value: { __type: "jsonb" };
|
|
35633
35544
|
};
|
|
@@ -35661,6 +35572,10 @@ export declare const generatedSchema: {
|
|
|
35661
35572
|
affected_rows: { __type: "Int!" };
|
|
35662
35573
|
returning: { __type: "[core_flow!]!" };
|
|
35663
35574
|
};
|
|
35575
|
+
core_flow_obj_rel_insert_input: {
|
|
35576
|
+
data: { __type: "core_flow_insert_input!" };
|
|
35577
|
+
on_conflict: { __type: "core_flow_on_conflict" };
|
|
35578
|
+
};
|
|
35664
35579
|
core_flow_on_conflict: {
|
|
35665
35580
|
constraint: { __type: "core_flow_constraint!" };
|
|
35666
35581
|
update_columns: { __type: "[core_flow_update_column!]!" };
|
|
@@ -42202,22 +42117,6 @@ export declare const generatedSchema: {
|
|
|
42202
42117
|
__type: "listing_owner_role";
|
|
42203
42118
|
__args: { name: "String!" };
|
|
42204
42119
|
};
|
|
42205
|
-
delete_owner_pms_status: {
|
|
42206
|
-
__type: "owner_pms_status_mutation_response";
|
|
42207
|
-
__args: { where: "owner_pms_status_bool_exp!" };
|
|
42208
|
-
};
|
|
42209
|
-
delete_owner_pms_status_by_pk: {
|
|
42210
|
-
__type: "owner_pms_status";
|
|
42211
|
-
__args: { name: "String!" };
|
|
42212
|
-
};
|
|
42213
|
-
delete_owner_status: {
|
|
42214
|
-
__type: "owner_status_mutation_response";
|
|
42215
|
-
__args: { where: "owner_status_bool_exp!" };
|
|
42216
|
-
};
|
|
42217
|
-
delete_owner_status_by_pk: {
|
|
42218
|
-
__type: "owner_status";
|
|
42219
|
-
__args: { name: "String!" };
|
|
42220
|
-
};
|
|
42221
42120
|
delete_owner_user_access_role: {
|
|
42222
42121
|
__type: "owner_user_access_role_mutation_response";
|
|
42223
42122
|
__args: { where: "owner_user_access_role_bool_exp!" };
|
|
@@ -43819,34 +43718,6 @@ export declare const generatedSchema: {
|
|
|
43819
43718
|
on_conflict: "listing_owner_role_on_conflict";
|
|
43820
43719
|
};
|
|
43821
43720
|
};
|
|
43822
|
-
insert_owner_pms_status: {
|
|
43823
|
-
__type: "owner_pms_status_mutation_response";
|
|
43824
|
-
__args: {
|
|
43825
|
-
objects: "[owner_pms_status_insert_input!]!";
|
|
43826
|
-
on_conflict: "owner_pms_status_on_conflict";
|
|
43827
|
-
};
|
|
43828
|
-
};
|
|
43829
|
-
insert_owner_pms_status_one: {
|
|
43830
|
-
__type: "owner_pms_status";
|
|
43831
|
-
__args: {
|
|
43832
|
-
object: "owner_pms_status_insert_input!";
|
|
43833
|
-
on_conflict: "owner_pms_status_on_conflict";
|
|
43834
|
-
};
|
|
43835
|
-
};
|
|
43836
|
-
insert_owner_status: {
|
|
43837
|
-
__type: "owner_status_mutation_response";
|
|
43838
|
-
__args: {
|
|
43839
|
-
objects: "[owner_status_insert_input!]!";
|
|
43840
|
-
on_conflict: "owner_status_on_conflict";
|
|
43841
|
-
};
|
|
43842
|
-
};
|
|
43843
|
-
insert_owner_status_one: {
|
|
43844
|
-
__type: "owner_status";
|
|
43845
|
-
__args: {
|
|
43846
|
-
object: "owner_status_insert_input!";
|
|
43847
|
-
on_conflict: "owner_status_on_conflict";
|
|
43848
|
-
};
|
|
43849
|
-
};
|
|
43850
43721
|
insert_owner_user_access_role: {
|
|
43851
43722
|
__type: "owner_user_access_role_mutation_response";
|
|
43852
43723
|
__args: {
|
|
@@ -46276,24 +46147,6 @@ export declare const generatedSchema: {
|
|
|
46276
46147
|
__type: "[listing_owner_role_mutation_response]";
|
|
46277
46148
|
__args: { updates: "[listing_owner_role_updates!]!" };
|
|
46278
46149
|
};
|
|
46279
|
-
update_owner_pms_status: {
|
|
46280
|
-
__type: "owner_pms_status_mutation_response";
|
|
46281
|
-
__args: {
|
|
46282
|
-
_set: "owner_pms_status_set_input";
|
|
46283
|
-
where: "owner_pms_status_bool_exp!";
|
|
46284
|
-
};
|
|
46285
|
-
};
|
|
46286
|
-
update_owner_pms_status_by_pk: {
|
|
46287
|
-
__type: "owner_pms_status";
|
|
46288
|
-
__args: {
|
|
46289
|
-
_set: "owner_pms_status_set_input";
|
|
46290
|
-
pk_columns: "owner_pms_status_pk_columns_input!";
|
|
46291
|
-
};
|
|
46292
|
-
};
|
|
46293
|
-
update_owner_pms_status_many: {
|
|
46294
|
-
__type: "[owner_pms_status_mutation_response]";
|
|
46295
|
-
__args: { updates: "[owner_pms_status_updates!]!" };
|
|
46296
|
-
};
|
|
46297
46150
|
update_owner_statement_line_many: {
|
|
46298
46151
|
__type: "[owner_statement_line_mutation_response]";
|
|
46299
46152
|
__args: { updates: "[owner_statement_line_updates!]!" };
|
|
@@ -46306,24 +46159,6 @@ export declare const generatedSchema: {
|
|
|
46306
46159
|
__type: "[owner_statement_template_mutation_response]";
|
|
46307
46160
|
__args: { updates: "[owner_statement_template_updates!]!" };
|
|
46308
46161
|
};
|
|
46309
|
-
update_owner_status: {
|
|
46310
|
-
__type: "owner_status_mutation_response";
|
|
46311
|
-
__args: {
|
|
46312
|
-
_set: "owner_status_set_input";
|
|
46313
|
-
where: "owner_status_bool_exp!";
|
|
46314
|
-
};
|
|
46315
|
-
};
|
|
46316
|
-
update_owner_status_by_pk: {
|
|
46317
|
-
__type: "owner_status";
|
|
46318
|
-
__args: {
|
|
46319
|
-
_set: "owner_status_set_input";
|
|
46320
|
-
pk_columns: "owner_status_pk_columns_input!";
|
|
46321
|
-
};
|
|
46322
|
-
};
|
|
46323
|
-
update_owner_status_many: {
|
|
46324
|
-
__type: "[owner_status_mutation_response]";
|
|
46325
|
-
__args: { updates: "[owner_status_updates!]!" };
|
|
46326
|
-
};
|
|
46327
46162
|
update_owner_user_access_role: {
|
|
46328
46163
|
__type: "owner_user_access_role_mutation_response";
|
|
46329
46164
|
__args: {
|
|
@@ -46793,7 +46628,7 @@ export declare const generatedSchema: {
|
|
|
46793
46628
|
};
|
|
46794
46629
|
};
|
|
46795
46630
|
phone: { __type: "String" };
|
|
46796
|
-
pmsStatus: { __type: "
|
|
46631
|
+
pmsStatus: { __type: "activeStatus_enum" };
|
|
46797
46632
|
settingsLeft: {
|
|
46798
46633
|
__type: "[setting!]!";
|
|
46799
46634
|
__args: {
|
|
@@ -46856,7 +46691,7 @@ export declare const generatedSchema: {
|
|
|
46856
46691
|
where: "owner_statement_owner_bool_exp";
|
|
46857
46692
|
};
|
|
46858
46693
|
};
|
|
46859
|
-
status: { __type: "
|
|
46694
|
+
status: { __type: "activeStatus_enum" };
|
|
46860
46695
|
taxId: { __type: "String" };
|
|
46861
46696
|
taxStatements: {
|
|
46862
46697
|
__type: "[tax_statement!]!";
|
|
@@ -47260,7 +47095,7 @@ export declare const generatedSchema: {
|
|
|
47260
47095
|
ownerships: { __type: "listing_owner_bool_exp" };
|
|
47261
47096
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" };
|
|
47262
47097
|
phone: { __type: "String_comparison_exp" };
|
|
47263
|
-
pmsStatus: { __type: "
|
|
47098
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" };
|
|
47264
47099
|
settingsLeft: { __type: "setting_bool_exp" };
|
|
47265
47100
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" };
|
|
47266
47101
|
settingsRight: { __type: "setting_bool_exp" };
|
|
@@ -47271,7 +47106,7 @@ export declare const generatedSchema: {
|
|
|
47271
47106
|
statementOwnerships_aggregate: {
|
|
47272
47107
|
__type: "owner_statement_owner_aggregate_bool_exp";
|
|
47273
47108
|
};
|
|
47274
|
-
status: { __type: "
|
|
47109
|
+
status: { __type: "activeStatus_enum_comparison_exp" };
|
|
47275
47110
|
taxId: { __type: "String_comparison_exp" };
|
|
47276
47111
|
taxStatements: { __type: "tax_statement_bool_exp" };
|
|
47277
47112
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" };
|
|
@@ -47301,7 +47136,7 @@ export declare const generatedSchema: {
|
|
|
47301
47136
|
};
|
|
47302
47137
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" };
|
|
47303
47138
|
phone: { __type: "String" };
|
|
47304
|
-
pmsStatus: { __type: "
|
|
47139
|
+
pmsStatus: { __type: "activeStatus_enum" };
|
|
47305
47140
|
settingsLeft: { __type: "setting_arr_rel_insert_input" };
|
|
47306
47141
|
settingsRight: { __type: "setting_arr_rel_insert_input" };
|
|
47307
47142
|
source: { __type: "source_obj_rel_insert_input" };
|
|
@@ -47309,7 +47144,7 @@ export declare const generatedSchema: {
|
|
|
47309
47144
|
statementOwnerships: {
|
|
47310
47145
|
__type: "owner_statement_owner_arr_rel_insert_input";
|
|
47311
47146
|
};
|
|
47312
|
-
status: { __type: "
|
|
47147
|
+
status: { __type: "activeStatus_enum" };
|
|
47313
47148
|
taxId: { __type: "String" };
|
|
47314
47149
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" };
|
|
47315
47150
|
tenant: { __type: "tenant_obj_rel_insert_input" };
|
|
@@ -47436,71 +47271,6 @@ export declare const generatedSchema: {
|
|
|
47436
47271
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" };
|
|
47437
47272
|
};
|
|
47438
47273
|
owner_pk_columns_input: { id: { __type: "uuid!" } };
|
|
47439
|
-
owner_pms_status: {
|
|
47440
|
-
__typename: { __type: "String!" };
|
|
47441
|
-
name: { __type: "String!" };
|
|
47442
|
-
};
|
|
47443
|
-
owner_pms_status_aggregate: {
|
|
47444
|
-
__typename: { __type: "String!" };
|
|
47445
|
-
aggregate: { __type: "owner_pms_status_aggregate_fields" };
|
|
47446
|
-
nodes: { __type: "[owner_pms_status!]!" };
|
|
47447
|
-
};
|
|
47448
|
-
owner_pms_status_aggregate_fields: {
|
|
47449
|
-
__typename: { __type: "String!" };
|
|
47450
|
-
count: {
|
|
47451
|
-
__type: "Int!";
|
|
47452
|
-
__args: {
|
|
47453
|
-
columns: "[owner_pms_status_select_column!]";
|
|
47454
|
-
distinct: "Boolean";
|
|
47455
|
-
};
|
|
47456
|
-
};
|
|
47457
|
-
max: { __type: "owner_pms_status_max_fields" };
|
|
47458
|
-
min: { __type: "owner_pms_status_min_fields" };
|
|
47459
|
-
};
|
|
47460
|
-
owner_pms_status_bool_exp: {
|
|
47461
|
-
_and: { __type: "[owner_pms_status_bool_exp!]" };
|
|
47462
|
-
_not: { __type: "owner_pms_status_bool_exp" };
|
|
47463
|
-
_or: { __type: "[owner_pms_status_bool_exp!]" };
|
|
47464
|
-
name: { __type: "String_comparison_exp" };
|
|
47465
|
-
};
|
|
47466
|
-
owner_pms_status_enum_comparison_exp: {
|
|
47467
|
-
_eq: { __type: "owner_pms_status_enum" };
|
|
47468
|
-
_in: { __type: "[owner_pms_status_enum!]" };
|
|
47469
|
-
_is_null: { __type: "Boolean" };
|
|
47470
|
-
_neq: { __type: "owner_pms_status_enum" };
|
|
47471
|
-
_nin: { __type: "[owner_pms_status_enum!]" };
|
|
47472
|
-
};
|
|
47473
|
-
owner_pms_status_insert_input: { name: { __type: "String" } };
|
|
47474
|
-
owner_pms_status_max_fields: {
|
|
47475
|
-
__typename: { __type: "String!" };
|
|
47476
|
-
name: { __type: "String" };
|
|
47477
|
-
};
|
|
47478
|
-
owner_pms_status_min_fields: {
|
|
47479
|
-
__typename: { __type: "String!" };
|
|
47480
|
-
name: { __type: "String" };
|
|
47481
|
-
};
|
|
47482
|
-
owner_pms_status_mutation_response: {
|
|
47483
|
-
__typename: { __type: "String!" };
|
|
47484
|
-
affected_rows: { __type: "Int!" };
|
|
47485
|
-
returning: { __type: "[owner_pms_status!]!" };
|
|
47486
|
-
};
|
|
47487
|
-
owner_pms_status_on_conflict: {
|
|
47488
|
-
constraint: { __type: "owner_pms_status_constraint!" };
|
|
47489
|
-
update_columns: { __type: "[owner_pms_status_update_column!]!" };
|
|
47490
|
-
where: { __type: "owner_pms_status_bool_exp" };
|
|
47491
|
-
};
|
|
47492
|
-
owner_pms_status_order_by: { name: { __type: "order_by" } };
|
|
47493
|
-
owner_pms_status_pk_columns_input: { name: { __type: "String!" } };
|
|
47494
|
-
owner_pms_status_set_input: { name: { __type: "String" } };
|
|
47495
|
-
owner_pms_status_stream_cursor_input: {
|
|
47496
|
-
initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" };
|
|
47497
|
-
ordering: { __type: "cursor_ordering" };
|
|
47498
|
-
};
|
|
47499
|
-
owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } };
|
|
47500
|
-
owner_pms_status_updates: {
|
|
47501
|
-
_set: { __type: "owner_pms_status_set_input" };
|
|
47502
|
-
where: { __type: "owner_pms_status_bool_exp!" };
|
|
47503
|
-
};
|
|
47504
47274
|
owner_set_input: {
|
|
47505
47275
|
addressId: { __type: "uuid" };
|
|
47506
47276
|
companyType: { __type: "String" };
|
|
@@ -47512,9 +47282,9 @@ export declare const generatedSchema: {
|
|
|
47512
47282
|
is1099PostalDelivery: { __type: "Boolean" };
|
|
47513
47283
|
name: { __type: "String" };
|
|
47514
47284
|
phone: { __type: "String" };
|
|
47515
|
-
pmsStatus: { __type: "
|
|
47285
|
+
pmsStatus: { __type: "activeStatus_enum" };
|
|
47516
47286
|
sourceId: { __type: "uuid" };
|
|
47517
|
-
status: { __type: "
|
|
47287
|
+
status: { __type: "activeStatus_enum" };
|
|
47518
47288
|
taxId: { __type: "String" };
|
|
47519
47289
|
tenantId: { __type: "uuid" };
|
|
47520
47290
|
type: { __type: "owner_type_enum" };
|
|
@@ -49546,68 +49316,6 @@ export declare const generatedSchema: {
|
|
|
49546
49316
|
centTotal: { __type: "order_by" };
|
|
49547
49317
|
centTransfer: { __type: "order_by" };
|
|
49548
49318
|
};
|
|
49549
|
-
owner_status: {
|
|
49550
|
-
__typename: { __type: "String!" };
|
|
49551
|
-
name: { __type: "String!" };
|
|
49552
|
-
};
|
|
49553
|
-
owner_status_aggregate: {
|
|
49554
|
-
__typename: { __type: "String!" };
|
|
49555
|
-
aggregate: { __type: "owner_status_aggregate_fields" };
|
|
49556
|
-
nodes: { __type: "[owner_status!]!" };
|
|
49557
|
-
};
|
|
49558
|
-
owner_status_aggregate_fields: {
|
|
49559
|
-
__typename: { __type: "String!" };
|
|
49560
|
-
count: {
|
|
49561
|
-
__type: "Int!";
|
|
49562
|
-
__args: { columns: "[owner_status_select_column!]"; distinct: "Boolean" };
|
|
49563
|
-
};
|
|
49564
|
-
max: { __type: "owner_status_max_fields" };
|
|
49565
|
-
min: { __type: "owner_status_min_fields" };
|
|
49566
|
-
};
|
|
49567
|
-
owner_status_bool_exp: {
|
|
49568
|
-
_and: { __type: "[owner_status_bool_exp!]" };
|
|
49569
|
-
_not: { __type: "owner_status_bool_exp" };
|
|
49570
|
-
_or: { __type: "[owner_status_bool_exp!]" };
|
|
49571
|
-
name: { __type: "String_comparison_exp" };
|
|
49572
|
-
};
|
|
49573
|
-
owner_status_enum_comparison_exp: {
|
|
49574
|
-
_eq: { __type: "owner_status_enum" };
|
|
49575
|
-
_in: { __type: "[owner_status_enum!]" };
|
|
49576
|
-
_is_null: { __type: "Boolean" };
|
|
49577
|
-
_neq: { __type: "owner_status_enum" };
|
|
49578
|
-
_nin: { __type: "[owner_status_enum!]" };
|
|
49579
|
-
};
|
|
49580
|
-
owner_status_insert_input: { name: { __type: "String" } };
|
|
49581
|
-
owner_status_max_fields: {
|
|
49582
|
-
__typename: { __type: "String!" };
|
|
49583
|
-
name: { __type: "String" };
|
|
49584
|
-
};
|
|
49585
|
-
owner_status_min_fields: {
|
|
49586
|
-
__typename: { __type: "String!" };
|
|
49587
|
-
name: { __type: "String" };
|
|
49588
|
-
};
|
|
49589
|
-
owner_status_mutation_response: {
|
|
49590
|
-
__typename: { __type: "String!" };
|
|
49591
|
-
affected_rows: { __type: "Int!" };
|
|
49592
|
-
returning: { __type: "[owner_status!]!" };
|
|
49593
|
-
};
|
|
49594
|
-
owner_status_on_conflict: {
|
|
49595
|
-
constraint: { __type: "owner_status_constraint!" };
|
|
49596
|
-
update_columns: { __type: "[owner_status_update_column!]!" };
|
|
49597
|
-
where: { __type: "owner_status_bool_exp" };
|
|
49598
|
-
};
|
|
49599
|
-
owner_status_order_by: { name: { __type: "order_by" } };
|
|
49600
|
-
owner_status_pk_columns_input: { name: { __type: "String!" } };
|
|
49601
|
-
owner_status_set_input: { name: { __type: "String" } };
|
|
49602
|
-
owner_status_stream_cursor_input: {
|
|
49603
|
-
initial_value: { __type: "owner_status_stream_cursor_value_input!" };
|
|
49604
|
-
ordering: { __type: "cursor_ordering" };
|
|
49605
|
-
};
|
|
49606
|
-
owner_status_stream_cursor_value_input: { name: { __type: "String" } };
|
|
49607
|
-
owner_status_updates: {
|
|
49608
|
-
_set: { __type: "owner_status_set_input" };
|
|
49609
|
-
where: { __type: "owner_status_bool_exp!" };
|
|
49610
|
-
};
|
|
49611
49319
|
owner_stream_cursor_input: {
|
|
49612
49320
|
initial_value: { __type: "owner_stream_cursor_value_input!" };
|
|
49613
49321
|
ordering: { __type: "cursor_ordering" };
|
|
@@ -49623,9 +49331,9 @@ export declare const generatedSchema: {
|
|
|
49623
49331
|
is1099PostalDelivery: { __type: "Boolean" };
|
|
49624
49332
|
name: { __type: "String" };
|
|
49625
49333
|
phone: { __type: "String" };
|
|
49626
|
-
pmsStatus: { __type: "
|
|
49334
|
+
pmsStatus: { __type: "activeStatus_enum" };
|
|
49627
49335
|
sourceId: { __type: "uuid" };
|
|
49628
|
-
status: { __type: "
|
|
49336
|
+
status: { __type: "activeStatus_enum" };
|
|
49629
49337
|
taxId: { __type: "String" };
|
|
49630
49338
|
tenantId: { __type: "uuid" };
|
|
49631
49339
|
type: { __type: "owner_type_enum" };
|
|
@@ -53561,51 +53269,6 @@ export declare const generatedSchema: {
|
|
|
53561
53269
|
where: "owner_user_access_bool_exp";
|
|
53562
53270
|
};
|
|
53563
53271
|
};
|
|
53564
|
-
owner_pms_status: {
|
|
53565
|
-
__type: "[owner_pms_status!]!";
|
|
53566
|
-
__args: {
|
|
53567
|
-
distinct_on: "[owner_pms_status_select_column!]";
|
|
53568
|
-
limit: "Int";
|
|
53569
|
-
offset: "Int";
|
|
53570
|
-
order_by: "[owner_pms_status_order_by!]";
|
|
53571
|
-
where: "owner_pms_status_bool_exp";
|
|
53572
|
-
};
|
|
53573
|
-
};
|
|
53574
|
-
owner_pms_status_aggregate: {
|
|
53575
|
-
__type: "owner_pms_status_aggregate!";
|
|
53576
|
-
__args: {
|
|
53577
|
-
distinct_on: "[owner_pms_status_select_column!]";
|
|
53578
|
-
limit: "Int";
|
|
53579
|
-
offset: "Int";
|
|
53580
|
-
order_by: "[owner_pms_status_order_by!]";
|
|
53581
|
-
where: "owner_pms_status_bool_exp";
|
|
53582
|
-
};
|
|
53583
|
-
};
|
|
53584
|
-
owner_pms_status_by_pk: {
|
|
53585
|
-
__type: "owner_pms_status";
|
|
53586
|
-
__args: { name: "String!" };
|
|
53587
|
-
};
|
|
53588
|
-
owner_status: {
|
|
53589
|
-
__type: "[owner_status!]!";
|
|
53590
|
-
__args: {
|
|
53591
|
-
distinct_on: "[owner_status_select_column!]";
|
|
53592
|
-
limit: "Int";
|
|
53593
|
-
offset: "Int";
|
|
53594
|
-
order_by: "[owner_status_order_by!]";
|
|
53595
|
-
where: "owner_status_bool_exp";
|
|
53596
|
-
};
|
|
53597
|
-
};
|
|
53598
|
-
owner_status_aggregate: {
|
|
53599
|
-
__type: "owner_status_aggregate!";
|
|
53600
|
-
__args: {
|
|
53601
|
-
distinct_on: "[owner_status_select_column!]";
|
|
53602
|
-
limit: "Int";
|
|
53603
|
-
offset: "Int";
|
|
53604
|
-
order_by: "[owner_status_order_by!]";
|
|
53605
|
-
where: "owner_status_bool_exp";
|
|
53606
|
-
};
|
|
53607
|
-
};
|
|
53608
|
-
owner_status_by_pk: { __type: "owner_status"; __args: { name: "String!" } };
|
|
53609
53272
|
owner_user_access_role: {
|
|
53610
53273
|
__type: "[owner_user_access_role!]!";
|
|
53611
53274
|
__args: {
|
|
@@ -62505,38 +62168,6 @@ export declare const generatedSchema: {
|
|
|
62505
62168
|
where: "owner_user_access_bool_exp";
|
|
62506
62169
|
};
|
|
62507
62170
|
};
|
|
62508
|
-
owner_pms_status: {
|
|
62509
|
-
__type: "[owner_pms_status!]!";
|
|
62510
|
-
__args: {
|
|
62511
|
-
distinct_on: "[owner_pms_status_select_column!]";
|
|
62512
|
-
limit: "Int";
|
|
62513
|
-
offset: "Int";
|
|
62514
|
-
order_by: "[owner_pms_status_order_by!]";
|
|
62515
|
-
where: "owner_pms_status_bool_exp";
|
|
62516
|
-
};
|
|
62517
|
-
};
|
|
62518
|
-
owner_pms_status_aggregate: {
|
|
62519
|
-
__type: "owner_pms_status_aggregate!";
|
|
62520
|
-
__args: {
|
|
62521
|
-
distinct_on: "[owner_pms_status_select_column!]";
|
|
62522
|
-
limit: "Int";
|
|
62523
|
-
offset: "Int";
|
|
62524
|
-
order_by: "[owner_pms_status_order_by!]";
|
|
62525
|
-
where: "owner_pms_status_bool_exp";
|
|
62526
|
-
};
|
|
62527
|
-
};
|
|
62528
|
-
owner_pms_status_by_pk: {
|
|
62529
|
-
__type: "owner_pms_status";
|
|
62530
|
-
__args: { name: "String!" };
|
|
62531
|
-
};
|
|
62532
|
-
owner_pms_status_stream: {
|
|
62533
|
-
__type: "[owner_pms_status!]!";
|
|
62534
|
-
__args: {
|
|
62535
|
-
batch_size: "Int!";
|
|
62536
|
-
cursor: "[owner_pms_status_stream_cursor_input]!";
|
|
62537
|
-
where: "owner_pms_status_bool_exp";
|
|
62538
|
-
};
|
|
62539
|
-
};
|
|
62540
62171
|
owner_statement_line_stream: {
|
|
62541
62172
|
__type: "[owner_statement_line!]!";
|
|
62542
62173
|
__args: {
|
|
@@ -62561,35 +62192,6 @@ export declare const generatedSchema: {
|
|
|
62561
62192
|
where: "owner_statement_template_bool_exp";
|
|
62562
62193
|
};
|
|
62563
62194
|
};
|
|
62564
|
-
owner_status: {
|
|
62565
|
-
__type: "[owner_status!]!";
|
|
62566
|
-
__args: {
|
|
62567
|
-
distinct_on: "[owner_status_select_column!]";
|
|
62568
|
-
limit: "Int";
|
|
62569
|
-
offset: "Int";
|
|
62570
|
-
order_by: "[owner_status_order_by!]";
|
|
62571
|
-
where: "owner_status_bool_exp";
|
|
62572
|
-
};
|
|
62573
|
-
};
|
|
62574
|
-
owner_status_aggregate: {
|
|
62575
|
-
__type: "owner_status_aggregate!";
|
|
62576
|
-
__args: {
|
|
62577
|
-
distinct_on: "[owner_status_select_column!]";
|
|
62578
|
-
limit: "Int";
|
|
62579
|
-
offset: "Int";
|
|
62580
|
-
order_by: "[owner_status_order_by!]";
|
|
62581
|
-
where: "owner_status_bool_exp";
|
|
62582
|
-
};
|
|
62583
|
-
};
|
|
62584
|
-
owner_status_by_pk: { __type: "owner_status"; __args: { name: "String!" } };
|
|
62585
|
-
owner_status_stream: {
|
|
62586
|
-
__type: "[owner_status!]!";
|
|
62587
|
-
__args: {
|
|
62588
|
-
batch_size: "Int!";
|
|
62589
|
-
cursor: "[owner_status_stream_cursor_input]!";
|
|
62590
|
-
where: "owner_status_bool_exp";
|
|
62591
|
-
};
|
|
62592
|
-
};
|
|
62593
62195
|
owner_user_access_role: {
|
|
62594
62196
|
__type: "[owner_user_access_role!]!";
|
|
62595
62197
|
__args: {
|
|
@@ -77075,13 +76677,42 @@ export interface core_flow_aggregate_fields {
|
|
|
77075
76677
|
*/
|
|
77076
76678
|
export interface core_flow_mapping {
|
|
77077
76679
|
__typename?: "core_flow_mapping";
|
|
76680
|
+
/**
|
|
76681
|
+
* An object relationship
|
|
76682
|
+
*/
|
|
76683
|
+
account?: Maybe<account>;
|
|
77078
76684
|
account_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76685
|
+
/**
|
|
76686
|
+
* An object relationship
|
|
76687
|
+
*/
|
|
76688
|
+
booking_channel?: Maybe<booking_channel>;
|
|
77079
76689
|
booking_channel_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76690
|
+
/**
|
|
76691
|
+
* An object relationship
|
|
76692
|
+
*/
|
|
76693
|
+
contact?: Maybe<contact>;
|
|
77080
76694
|
contact_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76695
|
+
/**
|
|
76696
|
+
* An object relationship
|
|
76697
|
+
*/
|
|
76698
|
+
flow: core_flow;
|
|
77081
76699
|
flow_id: ScalarsEnums["uuid"];
|
|
77082
76700
|
id: ScalarsEnums["uuid"];
|
|
76701
|
+
/**
|
|
76702
|
+
* An object relationship
|
|
76703
|
+
*/
|
|
76704
|
+
listing?: Maybe<listing>;
|
|
77083
76705
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77084
76706
|
mapping_key: ScalarsEnums["String"];
|
|
76707
|
+
/**
|
|
76708
|
+
* An object relationship
|
|
76709
|
+
*/
|
|
76710
|
+
rate?: Maybe<rate>;
|
|
76711
|
+
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
76712
|
+
/**
|
|
76713
|
+
* An object relationship
|
|
76714
|
+
*/
|
|
76715
|
+
source: source;
|
|
77085
76716
|
source_id: ScalarsEnums["uuid"];
|
|
77086
76717
|
value: (args?: {
|
|
77087
76718
|
/**
|
|
@@ -77125,6 +76756,7 @@ export interface core_flow_mapping_max_fields {
|
|
|
77125
76756
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77126
76757
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77127
76758
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76759
|
+
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77128
76760
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77129
76761
|
}
|
|
77130
76762
|
|
|
@@ -77140,6 +76772,7 @@ export interface core_flow_mapping_min_fields {
|
|
|
77140
76772
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77141
76773
|
listing_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77142
76774
|
mapping_key?: Maybe<ScalarsEnums["String"]>;
|
|
76775
|
+
rate_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77143
76776
|
source_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77144
76777
|
}
|
|
77145
76778
|
|
|
@@ -82242,18 +81875,6 @@ export interface Mutation {
|
|
|
82242
81875
|
delete_listing_owner_role_by_pk: (args: {
|
|
82243
81876
|
name: Scalars["String"];
|
|
82244
81877
|
}) => Maybe<listing_owner_role>;
|
|
82245
|
-
delete_owner_pms_status: (args: {
|
|
82246
|
-
where: owner_pms_status_bool_exp;
|
|
82247
|
-
}) => Maybe<owner_pms_status_mutation_response>;
|
|
82248
|
-
delete_owner_pms_status_by_pk: (args: {
|
|
82249
|
-
name: Scalars["String"];
|
|
82250
|
-
}) => Maybe<owner_pms_status>;
|
|
82251
|
-
delete_owner_status: (args: {
|
|
82252
|
-
where: owner_status_bool_exp;
|
|
82253
|
-
}) => Maybe<owner_status_mutation_response>;
|
|
82254
|
-
delete_owner_status_by_pk: (args: {
|
|
82255
|
-
name: Scalars["String"];
|
|
82256
|
-
}) => Maybe<owner_status>;
|
|
82257
81878
|
delete_owner_user_access_role: (args: {
|
|
82258
81879
|
where: owner_user_access_role_bool_exp;
|
|
82259
81880
|
}) => Maybe<owner_user_access_role_mutation_response>;
|
|
@@ -83198,22 +82819,6 @@ export interface Mutation {
|
|
|
83198
82819
|
object: listing_owner_role_insert_input;
|
|
83199
82820
|
on_conflict?: Maybe<listing_owner_role_on_conflict>;
|
|
83200
82821
|
}) => Maybe<listing_owner_role>;
|
|
83201
|
-
insert_owner_pms_status: (args: {
|
|
83202
|
-
objects: Array<owner_pms_status_insert_input>;
|
|
83203
|
-
on_conflict?: Maybe<owner_pms_status_on_conflict>;
|
|
83204
|
-
}) => Maybe<owner_pms_status_mutation_response>;
|
|
83205
|
-
insert_owner_pms_status_one: (args: {
|
|
83206
|
-
object: owner_pms_status_insert_input;
|
|
83207
|
-
on_conflict?: Maybe<owner_pms_status_on_conflict>;
|
|
83208
|
-
}) => Maybe<owner_pms_status>;
|
|
83209
|
-
insert_owner_status: (args: {
|
|
83210
|
-
objects: Array<owner_status_insert_input>;
|
|
83211
|
-
on_conflict?: Maybe<owner_status_on_conflict>;
|
|
83212
|
-
}) => Maybe<owner_status_mutation_response>;
|
|
83213
|
-
insert_owner_status_one: (args: {
|
|
83214
|
-
object: owner_status_insert_input;
|
|
83215
|
-
on_conflict?: Maybe<owner_status_on_conflict>;
|
|
83216
|
-
}) => Maybe<owner_status>;
|
|
83217
82822
|
insert_owner_user_access_role: (args: {
|
|
83218
82823
|
objects: Array<owner_user_access_role_insert_input>;
|
|
83219
82824
|
on_conflict?: Maybe<owner_user_access_role_on_conflict>;
|
|
@@ -84876,17 +84481,6 @@ export interface Mutation {
|
|
|
84876
84481
|
update_listing_owner_role_many: (args: {
|
|
84877
84482
|
updates: Array<listing_owner_role_updates>;
|
|
84878
84483
|
}) => Maybe<Array<Maybe<listing_owner_role_mutation_response>>>;
|
|
84879
|
-
update_owner_pms_status: (args: {
|
|
84880
|
-
_set?: Maybe<owner_pms_status_set_input>;
|
|
84881
|
-
where: owner_pms_status_bool_exp;
|
|
84882
|
-
}) => Maybe<owner_pms_status_mutation_response>;
|
|
84883
|
-
update_owner_pms_status_by_pk: (args: {
|
|
84884
|
-
_set?: Maybe<owner_pms_status_set_input>;
|
|
84885
|
-
pk_columns: owner_pms_status_pk_columns_input;
|
|
84886
|
-
}) => Maybe<owner_pms_status>;
|
|
84887
|
-
update_owner_pms_status_many: (args: {
|
|
84888
|
-
updates: Array<owner_pms_status_updates>;
|
|
84889
|
-
}) => Maybe<Array<Maybe<owner_pms_status_mutation_response>>>;
|
|
84890
84484
|
update_owner_statement_line_many: (args: {
|
|
84891
84485
|
updates: Array<owner_statement_line_updates>;
|
|
84892
84486
|
}) => Maybe<Array<Maybe<owner_statement_line_mutation_response>>>;
|
|
@@ -84896,17 +84490,6 @@ export interface Mutation {
|
|
|
84896
84490
|
update_owner_statement_template_many: (args: {
|
|
84897
84491
|
updates: Array<owner_statement_template_updates>;
|
|
84898
84492
|
}) => Maybe<Array<Maybe<owner_statement_template_mutation_response>>>;
|
|
84899
|
-
update_owner_status: (args: {
|
|
84900
|
-
_set?: Maybe<owner_status_set_input>;
|
|
84901
|
-
where: owner_status_bool_exp;
|
|
84902
|
-
}) => Maybe<owner_status_mutation_response>;
|
|
84903
|
-
update_owner_status_by_pk: (args: {
|
|
84904
|
-
_set?: Maybe<owner_status_set_input>;
|
|
84905
|
-
pk_columns: owner_status_pk_columns_input;
|
|
84906
|
-
}) => Maybe<owner_status>;
|
|
84907
|
-
update_owner_status_many: (args: {
|
|
84908
|
-
updates: Array<owner_status_updates>;
|
|
84909
|
-
}) => Maybe<Array<Maybe<owner_status_mutation_response>>>;
|
|
84910
84493
|
update_owner_user_access_role: (args: {
|
|
84911
84494
|
_set?: Maybe<owner_user_access_role_set_input>;
|
|
84912
84495
|
where: owner_user_access_role_bool_exp;
|
|
@@ -85356,7 +84939,7 @@ export interface owner {
|
|
|
85356
84939
|
where?: Maybe<listing_owner_bool_exp>;
|
|
85357
84940
|
}) => listing_owner_aggregate;
|
|
85358
84941
|
phone?: Maybe<ScalarsEnums["String"]>;
|
|
85359
|
-
pmsStatus?: Maybe<ScalarsEnums["
|
|
84942
|
+
pmsStatus?: Maybe<ScalarsEnums["activeStatus_enum"]>;
|
|
85360
84943
|
/**
|
|
85361
84944
|
* An array relationship
|
|
85362
84945
|
*/
|
|
@@ -85512,7 +85095,7 @@ export interface owner {
|
|
|
85512
85095
|
*/
|
|
85513
85096
|
where?: Maybe<owner_statement_owner_bool_exp>;
|
|
85514
85097
|
}) => owner_statement_owner_aggregate;
|
|
85515
|
-
status?: Maybe<ScalarsEnums["
|
|
85098
|
+
status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
|
|
85516
85099
|
taxId?: Maybe<ScalarsEnums["String"]>;
|
|
85517
85100
|
/**
|
|
85518
85101
|
* An array relationship
|
|
@@ -85871,67 +85454,6 @@ export interface owner_mutation_response {
|
|
|
85871
85454
|
returning: Array<owner>;
|
|
85872
85455
|
}
|
|
85873
85456
|
|
|
85874
|
-
/**
|
|
85875
|
-
* columns and relationships of "owner_pms_status"
|
|
85876
|
-
*/
|
|
85877
|
-
export interface owner_pms_status {
|
|
85878
|
-
__typename?: "owner_pms_status";
|
|
85879
|
-
name: ScalarsEnums["String"];
|
|
85880
|
-
}
|
|
85881
|
-
|
|
85882
|
-
/**
|
|
85883
|
-
* aggregated selection of "owner_pms_status"
|
|
85884
|
-
*/
|
|
85885
|
-
export interface owner_pms_status_aggregate {
|
|
85886
|
-
__typename?: "owner_pms_status_aggregate";
|
|
85887
|
-
aggregate?: Maybe<owner_pms_status_aggregate_fields>;
|
|
85888
|
-
nodes: Array<owner_pms_status>;
|
|
85889
|
-
}
|
|
85890
|
-
|
|
85891
|
-
/**
|
|
85892
|
-
* aggregate fields of "owner_pms_status"
|
|
85893
|
-
*/
|
|
85894
|
-
export interface owner_pms_status_aggregate_fields {
|
|
85895
|
-
__typename?: "owner_pms_status_aggregate_fields";
|
|
85896
|
-
count: (args?: {
|
|
85897
|
-
columns?: Maybe<Array<owner_pms_status_select_column>>;
|
|
85898
|
-
distinct?: Maybe<Scalars["Boolean"]>;
|
|
85899
|
-
}) => ScalarsEnums["Int"];
|
|
85900
|
-
max?: Maybe<owner_pms_status_max_fields>;
|
|
85901
|
-
min?: Maybe<owner_pms_status_min_fields>;
|
|
85902
|
-
}
|
|
85903
|
-
|
|
85904
|
-
/**
|
|
85905
|
-
* aggregate max on columns
|
|
85906
|
-
*/
|
|
85907
|
-
export interface owner_pms_status_max_fields {
|
|
85908
|
-
__typename?: "owner_pms_status_max_fields";
|
|
85909
|
-
name?: Maybe<ScalarsEnums["String"]>;
|
|
85910
|
-
}
|
|
85911
|
-
|
|
85912
|
-
/**
|
|
85913
|
-
* aggregate min on columns
|
|
85914
|
-
*/
|
|
85915
|
-
export interface owner_pms_status_min_fields {
|
|
85916
|
-
__typename?: "owner_pms_status_min_fields";
|
|
85917
|
-
name?: Maybe<ScalarsEnums["String"]>;
|
|
85918
|
-
}
|
|
85919
|
-
|
|
85920
|
-
/**
|
|
85921
|
-
* response of any mutation on the table "owner_pms_status"
|
|
85922
|
-
*/
|
|
85923
|
-
export interface owner_pms_status_mutation_response {
|
|
85924
|
-
__typename?: "owner_pms_status_mutation_response";
|
|
85925
|
-
/**
|
|
85926
|
-
* number of rows affected by the mutation
|
|
85927
|
-
*/
|
|
85928
|
-
affected_rows: ScalarsEnums["Int"];
|
|
85929
|
-
/**
|
|
85930
|
-
* data from the rows affected by the mutation
|
|
85931
|
-
*/
|
|
85932
|
-
returning: Array<owner_pms_status>;
|
|
85933
|
-
}
|
|
85934
|
-
|
|
85935
85457
|
/**
|
|
85936
85458
|
* columns and relationships of "owner_statement"
|
|
85937
85459
|
*/
|
|
@@ -87666,67 +87188,6 @@ export interface owner_statement_variance_fields {
|
|
|
87666
87188
|
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
87667
87189
|
}
|
|
87668
87190
|
|
|
87669
|
-
/**
|
|
87670
|
-
* columns and relationships of "owner_status"
|
|
87671
|
-
*/
|
|
87672
|
-
export interface owner_status {
|
|
87673
|
-
__typename?: "owner_status";
|
|
87674
|
-
name: ScalarsEnums["String"];
|
|
87675
|
-
}
|
|
87676
|
-
|
|
87677
|
-
/**
|
|
87678
|
-
* aggregated selection of "owner_status"
|
|
87679
|
-
*/
|
|
87680
|
-
export interface owner_status_aggregate {
|
|
87681
|
-
__typename?: "owner_status_aggregate";
|
|
87682
|
-
aggregate?: Maybe<owner_status_aggregate_fields>;
|
|
87683
|
-
nodes: Array<owner_status>;
|
|
87684
|
-
}
|
|
87685
|
-
|
|
87686
|
-
/**
|
|
87687
|
-
* aggregate fields of "owner_status"
|
|
87688
|
-
*/
|
|
87689
|
-
export interface owner_status_aggregate_fields {
|
|
87690
|
-
__typename?: "owner_status_aggregate_fields";
|
|
87691
|
-
count: (args?: {
|
|
87692
|
-
columns?: Maybe<Array<owner_status_select_column>>;
|
|
87693
|
-
distinct?: Maybe<Scalars["Boolean"]>;
|
|
87694
|
-
}) => ScalarsEnums["Int"];
|
|
87695
|
-
max?: Maybe<owner_status_max_fields>;
|
|
87696
|
-
min?: Maybe<owner_status_min_fields>;
|
|
87697
|
-
}
|
|
87698
|
-
|
|
87699
|
-
/**
|
|
87700
|
-
* aggregate max on columns
|
|
87701
|
-
*/
|
|
87702
|
-
export interface owner_status_max_fields {
|
|
87703
|
-
__typename?: "owner_status_max_fields";
|
|
87704
|
-
name?: Maybe<ScalarsEnums["String"]>;
|
|
87705
|
-
}
|
|
87706
|
-
|
|
87707
|
-
/**
|
|
87708
|
-
* aggregate min on columns
|
|
87709
|
-
*/
|
|
87710
|
-
export interface owner_status_min_fields {
|
|
87711
|
-
__typename?: "owner_status_min_fields";
|
|
87712
|
-
name?: Maybe<ScalarsEnums["String"]>;
|
|
87713
|
-
}
|
|
87714
|
-
|
|
87715
|
-
/**
|
|
87716
|
-
* response of any mutation on the table "owner_status"
|
|
87717
|
-
*/
|
|
87718
|
-
export interface owner_status_mutation_response {
|
|
87719
|
-
__typename?: "owner_status_mutation_response";
|
|
87720
|
-
/**
|
|
87721
|
-
* number of rows affected by the mutation
|
|
87722
|
-
*/
|
|
87723
|
-
affected_rows: ScalarsEnums["Int"];
|
|
87724
|
-
/**
|
|
87725
|
-
* data from the rows affected by the mutation
|
|
87726
|
-
*/
|
|
87727
|
-
returning: Array<owner_status>;
|
|
87728
|
-
}
|
|
87729
|
-
|
|
87730
87191
|
/**
|
|
87731
87192
|
* columns and relationships of "owner_type"
|
|
87732
87193
|
*/
|
|
@@ -90961,40 +90422,6 @@ export interface Query {
|
|
|
90961
90422
|
order_by?: Maybe<Array<owner_user_access_order_by>>;
|
|
90962
90423
|
where?: Maybe<owner_user_access_bool_exp>;
|
|
90963
90424
|
}) => Array<owner_user_access>;
|
|
90964
|
-
owner_pms_status: (args?: {
|
|
90965
|
-
distinct_on?: Maybe<Array<owner_pms_status_select_column>>;
|
|
90966
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
90967
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
90968
|
-
order_by?: Maybe<Array<owner_pms_status_order_by>>;
|
|
90969
|
-
where?: Maybe<owner_pms_status_bool_exp>;
|
|
90970
|
-
}) => Array<owner_pms_status>;
|
|
90971
|
-
owner_pms_status_aggregate: (args?: {
|
|
90972
|
-
distinct_on?: Maybe<Array<owner_pms_status_select_column>>;
|
|
90973
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
90974
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
90975
|
-
order_by?: Maybe<Array<owner_pms_status_order_by>>;
|
|
90976
|
-
where?: Maybe<owner_pms_status_bool_exp>;
|
|
90977
|
-
}) => owner_pms_status_aggregate;
|
|
90978
|
-
owner_pms_status_by_pk: (args: {
|
|
90979
|
-
name: Scalars["String"];
|
|
90980
|
-
}) => Maybe<owner_pms_status>;
|
|
90981
|
-
owner_status: (args?: {
|
|
90982
|
-
distinct_on?: Maybe<Array<owner_status_select_column>>;
|
|
90983
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
90984
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
90985
|
-
order_by?: Maybe<Array<owner_status_order_by>>;
|
|
90986
|
-
where?: Maybe<owner_status_bool_exp>;
|
|
90987
|
-
}) => Array<owner_status>;
|
|
90988
|
-
owner_status_aggregate: (args?: {
|
|
90989
|
-
distinct_on?: Maybe<Array<owner_status_select_column>>;
|
|
90990
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
90991
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
90992
|
-
order_by?: Maybe<Array<owner_status_order_by>>;
|
|
90993
|
-
where?: Maybe<owner_status_bool_exp>;
|
|
90994
|
-
}) => owner_status_aggregate;
|
|
90995
|
-
owner_status_by_pk: (args: {
|
|
90996
|
-
name: Scalars["String"];
|
|
90997
|
-
}) => Maybe<owner_status>;
|
|
90998
90425
|
owner_user_access_role: (args?: {
|
|
90999
90426
|
distinct_on?: Maybe<Array<owner_user_access_role_select_column>>;
|
|
91000
90427
|
limit?: Maybe<Scalars["Int"]>;
|
|
@@ -98019,28 +97446,6 @@ export interface Subscription {
|
|
|
98019
97446
|
order_by?: Maybe<Array<owner_user_access_order_by>>;
|
|
98020
97447
|
where?: Maybe<owner_user_access_bool_exp>;
|
|
98021
97448
|
}) => Array<owner_user_access>;
|
|
98022
|
-
owner_pms_status: (args?: {
|
|
98023
|
-
distinct_on?: Maybe<Array<owner_pms_status_select_column>>;
|
|
98024
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
98025
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
98026
|
-
order_by?: Maybe<Array<owner_pms_status_order_by>>;
|
|
98027
|
-
where?: Maybe<owner_pms_status_bool_exp>;
|
|
98028
|
-
}) => Array<owner_pms_status>;
|
|
98029
|
-
owner_pms_status_aggregate: (args?: {
|
|
98030
|
-
distinct_on?: Maybe<Array<owner_pms_status_select_column>>;
|
|
98031
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
98032
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
98033
|
-
order_by?: Maybe<Array<owner_pms_status_order_by>>;
|
|
98034
|
-
where?: Maybe<owner_pms_status_bool_exp>;
|
|
98035
|
-
}) => owner_pms_status_aggregate;
|
|
98036
|
-
owner_pms_status_by_pk: (args: {
|
|
98037
|
-
name: Scalars["String"];
|
|
98038
|
-
}) => Maybe<owner_pms_status>;
|
|
98039
|
-
owner_pms_status_stream: (args: {
|
|
98040
|
-
batch_size: Scalars["Int"];
|
|
98041
|
-
cursor: Array<Maybe<owner_pms_status_stream_cursor_input>>;
|
|
98042
|
-
where?: Maybe<owner_pms_status_bool_exp>;
|
|
98043
|
-
}) => Array<owner_pms_status>;
|
|
98044
97449
|
owner_statement_line_stream: (args: {
|
|
98045
97450
|
batch_size: Scalars["Int"];
|
|
98046
97451
|
cursor: Array<Maybe<owner_statement_line_stream_cursor_input>>;
|
|
@@ -98056,28 +97461,6 @@ export interface Subscription {
|
|
|
98056
97461
|
cursor: Array<Maybe<owner_statement_template_stream_cursor_input>>;
|
|
98057
97462
|
where?: Maybe<owner_statement_template_bool_exp>;
|
|
98058
97463
|
}) => Array<owner_statement_template>;
|
|
98059
|
-
owner_status: (args?: {
|
|
98060
|
-
distinct_on?: Maybe<Array<owner_status_select_column>>;
|
|
98061
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
98062
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
98063
|
-
order_by?: Maybe<Array<owner_status_order_by>>;
|
|
98064
|
-
where?: Maybe<owner_status_bool_exp>;
|
|
98065
|
-
}) => Array<owner_status>;
|
|
98066
|
-
owner_status_aggregate: (args?: {
|
|
98067
|
-
distinct_on?: Maybe<Array<owner_status_select_column>>;
|
|
98068
|
-
limit?: Maybe<Scalars["Int"]>;
|
|
98069
|
-
offset?: Maybe<Scalars["Int"]>;
|
|
98070
|
-
order_by?: Maybe<Array<owner_status_order_by>>;
|
|
98071
|
-
where?: Maybe<owner_status_bool_exp>;
|
|
98072
|
-
}) => owner_status_aggregate;
|
|
98073
|
-
owner_status_by_pk: (args: {
|
|
98074
|
-
name: Scalars["String"];
|
|
98075
|
-
}) => Maybe<owner_status>;
|
|
98076
|
-
owner_status_stream: (args: {
|
|
98077
|
-
batch_size: Scalars["Int"];
|
|
98078
|
-
cursor: Array<Maybe<owner_status_stream_cursor_input>>;
|
|
98079
|
-
where?: Maybe<owner_status_bool_exp>;
|
|
98080
|
-
}) => Array<owner_status>;
|
|
98081
97464
|
owner_user_access_role: (args?: {
|
|
98082
97465
|
distinct_on?: Maybe<Array<owner_user_access_role_select_column>>;
|
|
98083
97466
|
limit?: Maybe<Scalars["Int"]>;
|
|
@@ -105757,12 +105140,6 @@ export interface SchemaObjectTypes {
|
|
|
105757
105140
|
owner_max_fields: owner_max_fields;
|
|
105758
105141
|
owner_min_fields: owner_min_fields;
|
|
105759
105142
|
owner_mutation_response: owner_mutation_response;
|
|
105760
|
-
owner_pms_status: owner_pms_status;
|
|
105761
|
-
owner_pms_status_aggregate: owner_pms_status_aggregate;
|
|
105762
|
-
owner_pms_status_aggregate_fields: owner_pms_status_aggregate_fields;
|
|
105763
|
-
owner_pms_status_max_fields: owner_pms_status_max_fields;
|
|
105764
|
-
owner_pms_status_min_fields: owner_pms_status_min_fields;
|
|
105765
|
-
owner_pms_status_mutation_response: owner_pms_status_mutation_response;
|
|
105766
105143
|
owner_statement: owner_statement;
|
|
105767
105144
|
owner_statement_aggregate: owner_statement_aggregate;
|
|
105768
105145
|
owner_statement_aggregate_fields: owner_statement_aggregate_fields;
|
|
@@ -105831,12 +105208,6 @@ export interface SchemaObjectTypes {
|
|
|
105831
105208
|
owner_statement_var_pop_fields: owner_statement_var_pop_fields;
|
|
105832
105209
|
owner_statement_var_samp_fields: owner_statement_var_samp_fields;
|
|
105833
105210
|
owner_statement_variance_fields: owner_statement_variance_fields;
|
|
105834
|
-
owner_status: owner_status;
|
|
105835
|
-
owner_status_aggregate: owner_status_aggregate;
|
|
105836
|
-
owner_status_aggregate_fields: owner_status_aggregate_fields;
|
|
105837
|
-
owner_status_max_fields: owner_status_max_fields;
|
|
105838
|
-
owner_status_min_fields: owner_status_min_fields;
|
|
105839
|
-
owner_status_mutation_response: owner_status_mutation_response;
|
|
105840
105211
|
owner_type: owner_type;
|
|
105841
105212
|
owner_type_aggregate: owner_type_aggregate;
|
|
105842
105213
|
owner_type_aggregate_fields: owner_type_aggregate_fields;
|
|
@@ -106823,12 +106194,6 @@ export type SchemaObjectTypesNames =
|
|
|
106823
106194
|
| "owner_max_fields"
|
|
106824
106195
|
| "owner_min_fields"
|
|
106825
106196
|
| "owner_mutation_response"
|
|
106826
|
-
| "owner_pms_status"
|
|
106827
|
-
| "owner_pms_status_aggregate"
|
|
106828
|
-
| "owner_pms_status_aggregate_fields"
|
|
106829
|
-
| "owner_pms_status_max_fields"
|
|
106830
|
-
| "owner_pms_status_min_fields"
|
|
106831
|
-
| "owner_pms_status_mutation_response"
|
|
106832
106197
|
| "owner_statement"
|
|
106833
106198
|
| "owner_statement_aggregate"
|
|
106834
106199
|
| "owner_statement_aggregate_fields"
|
|
@@ -106897,12 +106262,6 @@ export type SchemaObjectTypesNames =
|
|
|
106897
106262
|
| "owner_statement_var_pop_fields"
|
|
106898
106263
|
| "owner_statement_var_samp_fields"
|
|
106899
106264
|
| "owner_statement_variance_fields"
|
|
106900
|
-
| "owner_status"
|
|
106901
|
-
| "owner_status_aggregate"
|
|
106902
|
-
| "owner_status_aggregate_fields"
|
|
106903
|
-
| "owner_status_max_fields"
|
|
106904
|
-
| "owner_status_min_fields"
|
|
106905
|
-
| "owner_status_mutation_response"
|
|
106906
106265
|
| "owner_type"
|
|
106907
106266
|
| "owner_type_aggregate"
|
|
106908
106267
|
| "owner_type_aggregate_fields"
|
|
@@ -107838,10 +107197,6 @@ export interface ScalarsEnums extends Scalars {
|
|
|
107838
107197
|
| ownerStatementLayoutListing_update_column
|
|
107839
107198
|
| undefined;
|
|
107840
107199
|
owner_constraint: owner_constraint | undefined;
|
|
107841
|
-
owner_pms_status_constraint: owner_pms_status_constraint | undefined;
|
|
107842
|
-
owner_pms_status_enum: owner_pms_status_enum | undefined;
|
|
107843
|
-
owner_pms_status_select_column: owner_pms_status_select_column | undefined;
|
|
107844
|
-
owner_pms_status_update_column: owner_pms_status_update_column | undefined;
|
|
107845
107200
|
owner_select_column: owner_select_column | undefined;
|
|
107846
107201
|
owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns:
|
|
107847
107202
|
| owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns
|
|
@@ -107902,10 +107257,6 @@ export interface ScalarsEnums extends Scalars {
|
|
|
107902
107257
|
| owner_statement_template_update_column
|
|
107903
107258
|
| undefined;
|
|
107904
107259
|
owner_statement_update_column: owner_statement_update_column | undefined;
|
|
107905
|
-
owner_status_constraint: owner_status_constraint | undefined;
|
|
107906
|
-
owner_status_enum: owner_status_enum | undefined;
|
|
107907
|
-
owner_status_select_column: owner_status_select_column | undefined;
|
|
107908
|
-
owner_status_update_column: owner_status_update_column | undefined;
|
|
107909
107260
|
owner_type_constraint: owner_type_constraint | undefined;
|
|
107910
107261
|
owner_type_enum: owner_type_enum | undefined;
|
|
107911
107262
|
owner_type_select_column: owner_type_select_column | undefined;
|