@vrplatform/graphql 1.1.17 → 1.1.18

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.
@@ -10908,7 +10908,7 @@ export interface listing_bool_exp {
10908
10908
  address_id?: InputMaybe<uuid_comparison_exp>;
10909
10909
  bedrooms?: InputMaybe<Int_comparison_exp>;
10910
10910
  beds?: InputMaybe<Int_comparison_exp>;
10911
- calculatedStatus?: InputMaybe<activeStatus_enum_comparison_exp>;
10911
+ calculatedStatus?: InputMaybe<String_comparison_exp>;
10912
10912
  calculatedTitle?: InputMaybe<String_comparison_exp>;
10913
10913
  calculated_title?: InputMaybe<String_comparison_exp>;
10914
10914
  centExpenseReserve?: InputMaybe<Int_comparison_exp>;
@@ -11604,6 +11604,7 @@ export interface listing_max_order_by {
11604
11604
  address_id?: InputMaybe<order_by>;
11605
11605
  bedrooms?: InputMaybe<order_by>;
11606
11606
  beds?: InputMaybe<order_by>;
11607
+ calculatedStatus?: InputMaybe<order_by>;
11607
11608
  calculatedTitle?: InputMaybe<order_by>;
11608
11609
  calculated_title?: InputMaybe<order_by>;
11609
11610
  centExpenseReserve?: InputMaybe<order_by>;
@@ -11633,6 +11634,7 @@ export interface listing_min_order_by {
11633
11634
  address_id?: InputMaybe<order_by>;
11634
11635
  bedrooms?: InputMaybe<order_by>;
11635
11636
  beds?: InputMaybe<order_by>;
11637
+ calculatedStatus?: InputMaybe<order_by>;
11636
11638
  calculatedTitle?: InputMaybe<order_by>;
11637
11639
  calculated_title?: InputMaybe<order_by>;
11638
11640
  centExpenseReserve?: InputMaybe<order_by>;
@@ -12230,7 +12232,7 @@ export interface listing_stream_cursor_value_input {
12230
12232
  address_id?: InputMaybe<Scalars["uuid"]>;
12231
12233
  bedrooms?: InputMaybe<Scalars["Int"]>;
12232
12234
  beds?: InputMaybe<Scalars["Int"]>;
12233
- calculatedStatus?: InputMaybe<activeStatus_enum>;
12235
+ calculatedStatus?: InputMaybe<Scalars["String"]>;
12234
12236
  calculatedTitle?: InputMaybe<Scalars["String"]>;
12235
12237
  calculated_title?: InputMaybe<Scalars["String"]>;
12236
12238
  centExpenseReserve?: InputMaybe<Scalars["Int"]>;
@@ -13556,7 +13558,7 @@ export interface owner_bool_exp {
13556
13558
  ownerships?: InputMaybe<listing_owner_bool_exp>;
13557
13559
  ownerships_aggregate?: InputMaybe<listing_owner_aggregate_bool_exp>;
13558
13560
  phone?: InputMaybe<String_comparison_exp>;
13559
- pmsStatus?: InputMaybe<owner_pms_status_enum_comparison_exp>;
13561
+ pmsStatus?: InputMaybe<activeStatus_enum_comparison_exp>;
13560
13562
  settingsLeft?: InputMaybe<setting_bool_exp>;
13561
13563
  settingsLeft_aggregate?: InputMaybe<setting_aggregate_bool_exp>;
13562
13564
  settingsRight?: InputMaybe<setting_bool_exp>;
@@ -13565,7 +13567,7 @@ export interface owner_bool_exp {
13565
13567
  sourceId?: InputMaybe<uuid_comparison_exp>;
13566
13568
  statementOwnerships?: InputMaybe<owner_statement_owner_bool_exp>;
13567
13569
  statementOwnerships_aggregate?: InputMaybe<owner_statement_owner_aggregate_bool_exp>;
13568
- status?: InputMaybe<owner_status_enum_comparison_exp>;
13570
+ status?: InputMaybe<activeStatus_enum_comparison_exp>;
13569
13571
  taxId?: InputMaybe<String_comparison_exp>;
13570
13572
  taxStatements?: InputMaybe<tax_statement_bool_exp>;
13571
13573
  taxStatements_aggregate?: InputMaybe<tax_statement_aggregate_bool_exp>;
@@ -13603,13 +13605,13 @@ export interface owner_insert_input {
13603
13605
  ownershipPeriodMemberships?: InputMaybe<listingOwnershipPeriodMember_arr_rel_insert_input>;
13604
13606
  ownerships?: InputMaybe<listing_owner_arr_rel_insert_input>;
13605
13607
  phone?: InputMaybe<Scalars["String"]>;
13606
- pmsStatus?: InputMaybe<owner_pms_status_enum>;
13608
+ pmsStatus?: InputMaybe<activeStatus_enum>;
13607
13609
  settingsLeft?: InputMaybe<setting_arr_rel_insert_input>;
13608
13610
  settingsRight?: InputMaybe<setting_arr_rel_insert_input>;
13609
13611
  source?: InputMaybe<source_obj_rel_insert_input>;
13610
13612
  sourceId?: InputMaybe<Scalars["uuid"]>;
13611
13613
  statementOwnerships?: InputMaybe<owner_statement_owner_arr_rel_insert_input>;
13612
- status?: InputMaybe<owner_status_enum>;
13614
+ status?: InputMaybe<activeStatus_enum>;
13613
13615
  taxId?: InputMaybe<Scalars["String"]>;
13614
13616
  taxStatements?: InputMaybe<tax_statement_arr_rel_insert_input>;
13615
13617
  tenant?: InputMaybe<tenant_obj_rel_insert_input>;
@@ -13711,87 +13713,6 @@ export interface owner_pk_columns_input {
13711
13713
  id: Scalars["uuid"];
13712
13714
  }
13713
13715
 
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
13716
  /** select columns of table "owner" */
13796
13717
  export type owner_select_column =
13797
13718
  /** column name */
@@ -13854,9 +13775,9 @@ export interface owner_set_input {
13854
13775
  /** Lastname or company name */
13855
13776
  name?: InputMaybe<Scalars["String"]>;
13856
13777
  phone?: InputMaybe<Scalars["String"]>;
13857
- pmsStatus?: InputMaybe<owner_pms_status_enum>;
13778
+ pmsStatus?: InputMaybe<activeStatus_enum>;
13858
13779
  sourceId?: InputMaybe<Scalars["uuid"]>;
13859
- status?: InputMaybe<owner_status_enum>;
13780
+ status?: InputMaybe<activeStatus_enum>;
13860
13781
  taxId?: InputMaybe<Scalars["String"]>;
13861
13782
  tenantId?: InputMaybe<Scalars["uuid"]>;
13862
13783
  type?: InputMaybe<owner_type_enum>;
@@ -15694,87 +15615,6 @@ export interface owner_statement_variance_order_by {
15694
15615
  centTransfer?: InputMaybe<order_by>;
15695
15616
  }
15696
15617
 
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
15618
  /** Streaming cursor of the table "owner" */
15779
15619
  export interface owner_stream_cursor_input {
15780
15620
  /** Stream column input with initial value */
@@ -15796,9 +15636,9 @@ export interface owner_stream_cursor_value_input {
15796
15636
  /** Lastname or company name */
15797
15637
  name?: InputMaybe<Scalars["String"]>;
15798
15638
  phone?: InputMaybe<Scalars["String"]>;
15799
- pmsStatus?: InputMaybe<owner_pms_status_enum>;
15639
+ pmsStatus?: InputMaybe<activeStatus_enum>;
15800
15640
  sourceId?: InputMaybe<Scalars["uuid"]>;
15801
- status?: InputMaybe<owner_status_enum>;
15641
+ status?: InputMaybe<activeStatus_enum>;
15802
15642
  taxId?: InputMaybe<Scalars["String"]>;
15803
15643
  tenantId?: InputMaybe<Scalars["uuid"]>;
15804
15644
  type?: InputMaybe<owner_type_enum>;
@@ -38335,7 +38175,7 @@ export declare const generatedSchema: {
38335
38175
  address_id: { __type: "uuid" };
38336
38176
  bedrooms: { __type: "Int" };
38337
38177
  beds: { __type: "Int" };
38338
- calculatedStatus: { __type: "activeStatus_enum" };
38178
+ calculatedStatus: { __type: "String" };
38339
38179
  calculatedTitle: { __type: "String" };
38340
38180
  calculated_title: { __type: "String" };
38341
38181
  centExpenseReserve: { __type: "Int" };
@@ -39332,7 +39172,7 @@ export declare const generatedSchema: {
39332
39172
  address_id: { __type: "uuid_comparison_exp" };
39333
39173
  bedrooms: { __type: "Int_comparison_exp" };
39334
39174
  beds: { __type: "Int_comparison_exp" };
39335
- calculatedStatus: { __type: "activeStatus_enum_comparison_exp" };
39175
+ calculatedStatus: { __type: "String_comparison_exp" };
39336
39176
  calculatedTitle: { __type: "String_comparison_exp" };
39337
39177
  calculated_title: { __type: "String_comparison_exp" };
39338
39178
  centExpenseReserve: { __type: "Int_comparison_exp" };
@@ -40123,6 +39963,7 @@ export declare const generatedSchema: {
40123
39963
  address_id: { __type: "uuid" };
40124
39964
  bedrooms: { __type: "Int" };
40125
39965
  beds: { __type: "Int" };
39966
+ calculatedStatus: { __type: "String" };
40126
39967
  calculatedTitle: { __type: "String" };
40127
39968
  calculated_title: { __type: "String" };
40128
39969
  centExpenseReserve: { __type: "Int" };
@@ -40149,6 +39990,7 @@ export declare const generatedSchema: {
40149
39990
  address_id: { __type: "order_by" };
40150
39991
  bedrooms: { __type: "order_by" };
40151
39992
  beds: { __type: "order_by" };
39993
+ calculatedStatus: { __type: "order_by" };
40152
39994
  calculatedTitle: { __type: "order_by" };
40153
39995
  calculated_title: { __type: "order_by" };
40154
39996
  centExpenseReserve: { __type: "order_by" };
@@ -40176,6 +40018,7 @@ export declare const generatedSchema: {
40176
40018
  address_id: { __type: "uuid" };
40177
40019
  bedrooms: { __type: "Int" };
40178
40020
  beds: { __type: "Int" };
40021
+ calculatedStatus: { __type: "String" };
40179
40022
  calculatedTitle: { __type: "String" };
40180
40023
  calculated_title: { __type: "String" };
40181
40024
  centExpenseReserve: { __type: "Int" };
@@ -40202,6 +40045,7 @@ export declare const generatedSchema: {
40202
40045
  address_id: { __type: "order_by" };
40203
40046
  bedrooms: { __type: "order_by" };
40204
40047
  beds: { __type: "order_by" };
40048
+ calculatedStatus: { __type: "order_by" };
40205
40049
  calculatedTitle: { __type: "order_by" };
40206
40050
  calculated_title: { __type: "order_by" };
40207
40051
  centExpenseReserve: { __type: "order_by" };
@@ -40751,7 +40595,7 @@ export declare const generatedSchema: {
40751
40595
  address_id: { __type: "uuid" };
40752
40596
  bedrooms: { __type: "Int" };
40753
40597
  beds: { __type: "Int" };
40754
- calculatedStatus: { __type: "activeStatus_enum" };
40598
+ calculatedStatus: { __type: "String" };
40755
40599
  calculatedTitle: { __type: "String" };
40756
40600
  calculated_title: { __type: "String" };
40757
40601
  centExpenseReserve: { __type: "Int" };
@@ -42202,22 +42046,6 @@ export declare const generatedSchema: {
42202
42046
  __type: "listing_owner_role";
42203
42047
  __args: { name: "String!" };
42204
42048
  };
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
42049
  delete_owner_user_access_role: {
42222
42050
  __type: "owner_user_access_role_mutation_response";
42223
42051
  __args: { where: "owner_user_access_role_bool_exp!" };
@@ -43819,34 +43647,6 @@ export declare const generatedSchema: {
43819
43647
  on_conflict: "listing_owner_role_on_conflict";
43820
43648
  };
43821
43649
  };
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
43650
  insert_owner_user_access_role: {
43851
43651
  __type: "owner_user_access_role_mutation_response";
43852
43652
  __args: {
@@ -46276,24 +46076,6 @@ export declare const generatedSchema: {
46276
46076
  __type: "[listing_owner_role_mutation_response]";
46277
46077
  __args: { updates: "[listing_owner_role_updates!]!" };
46278
46078
  };
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
46079
  update_owner_statement_line_many: {
46298
46080
  __type: "[owner_statement_line_mutation_response]";
46299
46081
  __args: { updates: "[owner_statement_line_updates!]!" };
@@ -46306,24 +46088,6 @@ export declare const generatedSchema: {
46306
46088
  __type: "[owner_statement_template_mutation_response]";
46307
46089
  __args: { updates: "[owner_statement_template_updates!]!" };
46308
46090
  };
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
46091
  update_owner_user_access_role: {
46328
46092
  __type: "owner_user_access_role_mutation_response";
46329
46093
  __args: {
@@ -46793,7 +46557,7 @@ export declare const generatedSchema: {
46793
46557
  };
46794
46558
  };
46795
46559
  phone: { __type: "String" };
46796
- pmsStatus: { __type: "owner_pms_status_enum" };
46560
+ pmsStatus: { __type: "activeStatus_enum" };
46797
46561
  settingsLeft: {
46798
46562
  __type: "[setting!]!";
46799
46563
  __args: {
@@ -46856,7 +46620,7 @@ export declare const generatedSchema: {
46856
46620
  where: "owner_statement_owner_bool_exp";
46857
46621
  };
46858
46622
  };
46859
- status: { __type: "owner_status_enum" };
46623
+ status: { __type: "activeStatus_enum" };
46860
46624
  taxId: { __type: "String" };
46861
46625
  taxStatements: {
46862
46626
  __type: "[tax_statement!]!";
@@ -47260,7 +47024,7 @@ export declare const generatedSchema: {
47260
47024
  ownerships: { __type: "listing_owner_bool_exp" };
47261
47025
  ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" };
47262
47026
  phone: { __type: "String_comparison_exp" };
47263
- pmsStatus: { __type: "owner_pms_status_enum_comparison_exp" };
47027
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" };
47264
47028
  settingsLeft: { __type: "setting_bool_exp" };
47265
47029
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" };
47266
47030
  settingsRight: { __type: "setting_bool_exp" };
@@ -47271,7 +47035,7 @@ export declare const generatedSchema: {
47271
47035
  statementOwnerships_aggregate: {
47272
47036
  __type: "owner_statement_owner_aggregate_bool_exp";
47273
47037
  };
47274
- status: { __type: "owner_status_enum_comparison_exp" };
47038
+ status: { __type: "activeStatus_enum_comparison_exp" };
47275
47039
  taxId: { __type: "String_comparison_exp" };
47276
47040
  taxStatements: { __type: "tax_statement_bool_exp" };
47277
47041
  taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" };
@@ -47301,7 +47065,7 @@ export declare const generatedSchema: {
47301
47065
  };
47302
47066
  ownerships: { __type: "listing_owner_arr_rel_insert_input" };
47303
47067
  phone: { __type: "String" };
47304
- pmsStatus: { __type: "owner_pms_status_enum" };
47068
+ pmsStatus: { __type: "activeStatus_enum" };
47305
47069
  settingsLeft: { __type: "setting_arr_rel_insert_input" };
47306
47070
  settingsRight: { __type: "setting_arr_rel_insert_input" };
47307
47071
  source: { __type: "source_obj_rel_insert_input" };
@@ -47309,7 +47073,7 @@ export declare const generatedSchema: {
47309
47073
  statementOwnerships: {
47310
47074
  __type: "owner_statement_owner_arr_rel_insert_input";
47311
47075
  };
47312
- status: { __type: "owner_status_enum" };
47076
+ status: { __type: "activeStatus_enum" };
47313
47077
  taxId: { __type: "String" };
47314
47078
  taxStatements: { __type: "tax_statement_arr_rel_insert_input" };
47315
47079
  tenant: { __type: "tenant_obj_rel_insert_input" };
@@ -47436,71 +47200,6 @@ export declare const generatedSchema: {
47436
47200
  userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" };
47437
47201
  };
47438
47202
  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
47203
  owner_set_input: {
47505
47204
  addressId: { __type: "uuid" };
47506
47205
  companyType: { __type: "String" };
@@ -47512,9 +47211,9 @@ export declare const generatedSchema: {
47512
47211
  is1099PostalDelivery: { __type: "Boolean" };
47513
47212
  name: { __type: "String" };
47514
47213
  phone: { __type: "String" };
47515
- pmsStatus: { __type: "owner_pms_status_enum" };
47214
+ pmsStatus: { __type: "activeStatus_enum" };
47516
47215
  sourceId: { __type: "uuid" };
47517
- status: { __type: "owner_status_enum" };
47216
+ status: { __type: "activeStatus_enum" };
47518
47217
  taxId: { __type: "String" };
47519
47218
  tenantId: { __type: "uuid" };
47520
47219
  type: { __type: "owner_type_enum" };
@@ -49546,68 +49245,6 @@ export declare const generatedSchema: {
49546
49245
  centTotal: { __type: "order_by" };
49547
49246
  centTransfer: { __type: "order_by" };
49548
49247
  };
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
49248
  owner_stream_cursor_input: {
49612
49249
  initial_value: { __type: "owner_stream_cursor_value_input!" };
49613
49250
  ordering: { __type: "cursor_ordering" };
@@ -49623,9 +49260,9 @@ export declare const generatedSchema: {
49623
49260
  is1099PostalDelivery: { __type: "Boolean" };
49624
49261
  name: { __type: "String" };
49625
49262
  phone: { __type: "String" };
49626
- pmsStatus: { __type: "owner_pms_status_enum" };
49263
+ pmsStatus: { __type: "activeStatus_enum" };
49627
49264
  sourceId: { __type: "uuid" };
49628
- status: { __type: "owner_status_enum" };
49265
+ status: { __type: "activeStatus_enum" };
49629
49266
  taxId: { __type: "String" };
49630
49267
  tenantId: { __type: "uuid" };
49631
49268
  type: { __type: "owner_type_enum" };
@@ -53561,51 +53198,6 @@ export declare const generatedSchema: {
53561
53198
  where: "owner_user_access_bool_exp";
53562
53199
  };
53563
53200
  };
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
53201
  owner_user_access_role: {
53610
53202
  __type: "[owner_user_access_role!]!";
53611
53203
  __args: {
@@ -62505,38 +62097,6 @@ export declare const generatedSchema: {
62505
62097
  where: "owner_user_access_bool_exp";
62506
62098
  };
62507
62099
  };
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
62100
  owner_statement_line_stream: {
62541
62101
  __type: "[owner_statement_line!]!";
62542
62102
  __args: {
@@ -62561,35 +62121,6 @@ export declare const generatedSchema: {
62561
62121
  where: "owner_statement_template_bool_exp";
62562
62122
  };
62563
62123
  };
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
62124
  owner_user_access_role: {
62594
62125
  __type: "[owner_user_access_role!]!";
62595
62126
  __args: {
@@ -78914,7 +78445,7 @@ export interface listing {
78914
78445
  address_id?: Maybe<ScalarsEnums["uuid"]>;
78915
78446
  bedrooms?: Maybe<ScalarsEnums["Int"]>;
78916
78447
  beds?: Maybe<ScalarsEnums["Int"]>;
78917
- calculatedStatus?: Maybe<ScalarsEnums["activeStatus_enum"]>;
78448
+ calculatedStatus?: Maybe<ScalarsEnums["String"]>;
78918
78449
  calculatedTitle?: Maybe<ScalarsEnums["String"]>;
78919
78450
  calculated_title?: Maybe<ScalarsEnums["String"]>;
78920
78451
  centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
@@ -80875,6 +80406,7 @@ export interface listing_max_fields {
80875
80406
  address_id?: Maybe<ScalarsEnums["uuid"]>;
80876
80407
  bedrooms?: Maybe<ScalarsEnums["Int"]>;
80877
80408
  beds?: Maybe<ScalarsEnums["Int"]>;
80409
+ calculatedStatus?: Maybe<ScalarsEnums["String"]>;
80878
80410
  calculatedTitle?: Maybe<ScalarsEnums["String"]>;
80879
80411
  calculated_title?: Maybe<ScalarsEnums["String"]>;
80880
80412
  centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
@@ -80909,6 +80441,7 @@ export interface listing_min_fields {
80909
80441
  address_id?: Maybe<ScalarsEnums["uuid"]>;
80910
80442
  bedrooms?: Maybe<ScalarsEnums["Int"]>;
80911
80443
  beds?: Maybe<ScalarsEnums["Int"]>;
80444
+ calculatedStatus?: Maybe<ScalarsEnums["String"]>;
80912
80445
  calculatedTitle?: Maybe<ScalarsEnums["String"]>;
80913
80446
  calculated_title?: Maybe<ScalarsEnums["String"]>;
80914
80447
  centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
@@ -82242,18 +81775,6 @@ export interface Mutation {
82242
81775
  delete_listing_owner_role_by_pk: (args: {
82243
81776
  name: Scalars["String"];
82244
81777
  }) => 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
81778
  delete_owner_user_access_role: (args: {
82258
81779
  where: owner_user_access_role_bool_exp;
82259
81780
  }) => Maybe<owner_user_access_role_mutation_response>;
@@ -83198,22 +82719,6 @@ export interface Mutation {
83198
82719
  object: listing_owner_role_insert_input;
83199
82720
  on_conflict?: Maybe<listing_owner_role_on_conflict>;
83200
82721
  }) => 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
82722
  insert_owner_user_access_role: (args: {
83218
82723
  objects: Array<owner_user_access_role_insert_input>;
83219
82724
  on_conflict?: Maybe<owner_user_access_role_on_conflict>;
@@ -84876,17 +84381,6 @@ export interface Mutation {
84876
84381
  update_listing_owner_role_many: (args: {
84877
84382
  updates: Array<listing_owner_role_updates>;
84878
84383
  }) => 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
84384
  update_owner_statement_line_many: (args: {
84891
84385
  updates: Array<owner_statement_line_updates>;
84892
84386
  }) => Maybe<Array<Maybe<owner_statement_line_mutation_response>>>;
@@ -84896,17 +84390,6 @@ export interface Mutation {
84896
84390
  update_owner_statement_template_many: (args: {
84897
84391
  updates: Array<owner_statement_template_updates>;
84898
84392
  }) => 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
84393
  update_owner_user_access_role: (args: {
84911
84394
  _set?: Maybe<owner_user_access_role_set_input>;
84912
84395
  where: owner_user_access_role_bool_exp;
@@ -85356,7 +84839,7 @@ export interface owner {
85356
84839
  where?: Maybe<listing_owner_bool_exp>;
85357
84840
  }) => listing_owner_aggregate;
85358
84841
  phone?: Maybe<ScalarsEnums["String"]>;
85359
- pmsStatus?: Maybe<ScalarsEnums["owner_pms_status_enum"]>;
84842
+ pmsStatus?: Maybe<ScalarsEnums["activeStatus_enum"]>;
85360
84843
  /**
85361
84844
  * An array relationship
85362
84845
  */
@@ -85512,7 +84995,7 @@ export interface owner {
85512
84995
  */
85513
84996
  where?: Maybe<owner_statement_owner_bool_exp>;
85514
84997
  }) => owner_statement_owner_aggregate;
85515
- status?: Maybe<ScalarsEnums["owner_status_enum"]>;
84998
+ status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
85516
84999
  taxId?: Maybe<ScalarsEnums["String"]>;
85517
85000
  /**
85518
85001
  * An array relationship
@@ -85871,67 +85354,6 @@ export interface owner_mutation_response {
85871
85354
  returning: Array<owner>;
85872
85355
  }
85873
85356
 
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
85357
  /**
85936
85358
  * columns and relationships of "owner_statement"
85937
85359
  */
@@ -87666,67 +87088,6 @@ export interface owner_statement_variance_fields {
87666
87088
  centTransfer?: Maybe<ScalarsEnums["Float"]>;
87667
87089
  }
87668
87090
 
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
87091
  /**
87731
87092
  * columns and relationships of "owner_type"
87732
87093
  */
@@ -90961,40 +90322,6 @@ export interface Query {
90961
90322
  order_by?: Maybe<Array<owner_user_access_order_by>>;
90962
90323
  where?: Maybe<owner_user_access_bool_exp>;
90963
90324
  }) => 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
90325
  owner_user_access_role: (args?: {
90999
90326
  distinct_on?: Maybe<Array<owner_user_access_role_select_column>>;
91000
90327
  limit?: Maybe<Scalars["Int"]>;
@@ -98019,28 +97346,6 @@ export interface Subscription {
98019
97346
  order_by?: Maybe<Array<owner_user_access_order_by>>;
98020
97347
  where?: Maybe<owner_user_access_bool_exp>;
98021
97348
  }) => 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
97349
  owner_statement_line_stream: (args: {
98045
97350
  batch_size: Scalars["Int"];
98046
97351
  cursor: Array<Maybe<owner_statement_line_stream_cursor_input>>;
@@ -98056,28 +97361,6 @@ export interface Subscription {
98056
97361
  cursor: Array<Maybe<owner_statement_template_stream_cursor_input>>;
98057
97362
  where?: Maybe<owner_statement_template_bool_exp>;
98058
97363
  }) => 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
97364
  owner_user_access_role: (args?: {
98082
97365
  distinct_on?: Maybe<Array<owner_user_access_role_select_column>>;
98083
97366
  limit?: Maybe<Scalars["Int"]>;
@@ -105757,12 +105040,6 @@ export interface SchemaObjectTypes {
105757
105040
  owner_max_fields: owner_max_fields;
105758
105041
  owner_min_fields: owner_min_fields;
105759
105042
  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
105043
  owner_statement: owner_statement;
105767
105044
  owner_statement_aggregate: owner_statement_aggregate;
105768
105045
  owner_statement_aggregate_fields: owner_statement_aggregate_fields;
@@ -105831,12 +105108,6 @@ export interface SchemaObjectTypes {
105831
105108
  owner_statement_var_pop_fields: owner_statement_var_pop_fields;
105832
105109
  owner_statement_var_samp_fields: owner_statement_var_samp_fields;
105833
105110
  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
105111
  owner_type: owner_type;
105841
105112
  owner_type_aggregate: owner_type_aggregate;
105842
105113
  owner_type_aggregate_fields: owner_type_aggregate_fields;
@@ -106823,12 +106094,6 @@ export type SchemaObjectTypesNames =
106823
106094
  | "owner_max_fields"
106824
106095
  | "owner_min_fields"
106825
106096
  | "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
106097
  | "owner_statement"
106833
106098
  | "owner_statement_aggregate"
106834
106099
  | "owner_statement_aggregate_fields"
@@ -106897,12 +106162,6 @@ export type SchemaObjectTypesNames =
106897
106162
  | "owner_statement_var_pop_fields"
106898
106163
  | "owner_statement_var_samp_fields"
106899
106164
  | "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
106165
  | "owner_type"
106907
106166
  | "owner_type_aggregate"
106908
106167
  | "owner_type_aggregate_fields"
@@ -107838,10 +107097,6 @@ export interface ScalarsEnums extends Scalars {
107838
107097
  | ownerStatementLayoutListing_update_column
107839
107098
  | undefined;
107840
107099
  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
107100
  owner_select_column: owner_select_column | undefined;
107846
107101
  owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns:
107847
107102
  | owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns
@@ -107902,10 +107157,6 @@ export interface ScalarsEnums extends Scalars {
107902
107157
  | owner_statement_template_update_column
107903
107158
  | undefined;
107904
107159
  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
107160
  owner_type_constraint: owner_type_constraint | undefined;
107910
107161
  owner_type_enum: owner_type_enum | undefined;
107911
107162
  owner_type_select_column: owner_type_select_column | undefined;