@vrplatform/graphql 1.1.15 → 1.1.17

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<String_comparison_exp>;
10911
+ calculatedStatus?: InputMaybe<activeStatus_enum_comparison_exp>;
10912
10912
  calculatedTitle?: InputMaybe<String_comparison_exp>;
10913
10913
  calculated_title?: InputMaybe<String_comparison_exp>;
10914
10914
  centExpenseReserve?: InputMaybe<Int_comparison_exp>;
@@ -10945,7 +10945,7 @@ export interface listing_bool_exp {
10945
10945
  paymentLines?: InputMaybe<payment_line_bool_exp>;
10946
10946
  paymentLines_aggregate?: InputMaybe<payment_line_aggregate_bool_exp>;
10947
10947
  pmsAddressData?: InputMaybe<jsonb_comparison_exp>;
10948
- pmsStatus?: InputMaybe<listing_pms_status_enum_comparison_exp>;
10948
+ pmsStatus?: InputMaybe<activeStatus_enum_comparison_exp>;
10949
10949
  recurringFeeSubscriptions?: InputMaybe<recurringFeeListingSubscription_bool_exp>;
10950
10950
  recurringFeeSubscriptions_aggregate?: InputMaybe<recurringFeeListingSubscription_aggregate_bool_exp>;
10951
10951
  reservations?: InputMaybe<reservation_bool_exp>;
@@ -10958,7 +10958,7 @@ export interface listing_bool_exp {
10958
10958
  settings_aggregate?: InputMaybe<setting_aggregate_bool_exp>;
10959
10959
  source?: InputMaybe<source_bool_exp>;
10960
10960
  sourceId?: InputMaybe<uuid_comparison_exp>;
10961
- status?: InputMaybe<listing_status_enum_comparison_exp>;
10961
+ status?: InputMaybe<activeStatus_enum_comparison_exp>;
10962
10962
  tenant?: InputMaybe<tenant_bool_exp>;
10963
10963
  tenantId?: InputMaybe<uuid_comparison_exp>;
10964
10964
  title?: InputMaybe<String_comparison_exp>;
@@ -11578,7 +11578,7 @@ export interface listing_insert_input {
11578
11578
  ownerships?: InputMaybe<listing_owner_arr_rel_insert_input>;
11579
11579
  paymentLines?: InputMaybe<payment_line_arr_rel_insert_input>;
11580
11580
  pmsAddressData?: InputMaybe<Scalars["jsonb"]>;
11581
- pmsStatus?: InputMaybe<listing_pms_status_enum>;
11581
+ pmsStatus?: InputMaybe<activeStatus_enum>;
11582
11582
  recurringFeeSubscriptions?: InputMaybe<recurringFeeListingSubscription_arr_rel_insert_input>;
11583
11583
  reservations?: InputMaybe<reservation_arr_rel_insert_input>;
11584
11584
  settings?: InputMaybe<setting_arr_rel_insert_input>;
@@ -11586,7 +11586,7 @@ export interface listing_insert_input {
11586
11586
  settingsRight?: InputMaybe<setting_arr_rel_insert_input>;
11587
11587
  source?: InputMaybe<source_obj_rel_insert_input>;
11588
11588
  sourceId?: InputMaybe<Scalars["uuid"]>;
11589
- status?: InputMaybe<listing_status_enum>;
11589
+ status?: InputMaybe<activeStatus_enum>;
11590
11590
  tenant?: InputMaybe<tenant_obj_rel_insert_input>;
11591
11591
  tenantId?: InputMaybe<Scalars["uuid"]>;
11592
11592
  title?: InputMaybe<Scalars["String"]>;
@@ -11604,7 +11604,6 @@ 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>;
11608
11607
  calculatedTitle?: InputMaybe<order_by>;
11609
11608
  calculated_title?: InputMaybe<order_by>;
11610
11609
  centExpenseReserve?: InputMaybe<order_by>;
@@ -11634,7 +11633,6 @@ export interface listing_min_order_by {
11634
11633
  address_id?: InputMaybe<order_by>;
11635
11634
  bedrooms?: InputMaybe<order_by>;
11636
11635
  beds?: InputMaybe<order_by>;
11637
- calculatedStatus?: InputMaybe<order_by>;
11638
11636
  calculatedTitle?: InputMaybe<order_by>;
11639
11637
  calculated_title?: InputMaybe<order_by>;
11640
11638
  centExpenseReserve?: InputMaybe<order_by>;
@@ -12082,93 +12080,6 @@ export interface listing_pk_columns_input {
12082
12080
  id: Scalars["uuid"];
12083
12081
  }
12084
12082
 
12085
- /** Boolean expression to filter rows from the table "listing_pms_status". All fields are combined with a logical 'AND'. */
12086
- export interface listing_pms_status_bool_exp {
12087
- _and?: InputMaybe<Array<listing_pms_status_bool_exp>>;
12088
- _not?: InputMaybe<listing_pms_status_bool_exp>;
12089
- _or?: InputMaybe<Array<listing_pms_status_bool_exp>>;
12090
- name?: InputMaybe<String_comparison_exp>;
12091
- }
12092
-
12093
- /** unique or primary key constraints on table "listing_pms_status" */
12094
- export type listing_pms_status_constraint =
12095
- /** unique or primary key constraint on columns "name" */
12096
- "listing_pms_status_pkey";
12097
-
12098
- export type listing_pms_status_enum =
12099
- | "active"
12100
- | "connected"
12101
- | "disabled"
12102
- | "disconnected"
12103
- | "enabled"
12104
- | "inactive";
12105
-
12106
- /** Boolean expression to compare columns of type "listing_pms_status_enum". All fields are combined with logical 'AND'. */
12107
- export interface listing_pms_status_enum_comparison_exp {
12108
- _eq?: InputMaybe<listing_pms_status_enum>;
12109
- _in?: InputMaybe<Array<listing_pms_status_enum>>;
12110
- _is_null?: InputMaybe<Scalars["Boolean"]>;
12111
- _neq?: InputMaybe<listing_pms_status_enum>;
12112
- _nin?: InputMaybe<Array<listing_pms_status_enum>>;
12113
- }
12114
-
12115
- /** input type for inserting data into table "listing_pms_status" */
12116
- export interface listing_pms_status_insert_input {
12117
- name?: InputMaybe<Scalars["String"]>;
12118
- }
12119
-
12120
- /** on_conflict condition type for table "listing_pms_status" */
12121
- export interface listing_pms_status_on_conflict {
12122
- constraint: listing_pms_status_constraint;
12123
- update_columns?: Array<listing_pms_status_update_column>;
12124
- where?: InputMaybe<listing_pms_status_bool_exp>;
12125
- }
12126
-
12127
- /** Ordering options when selecting data from "listing_pms_status". */
12128
- export interface listing_pms_status_order_by {
12129
- name?: InputMaybe<order_by>;
12130
- }
12131
-
12132
- /** primary key columns input for table: listing_pms_status */
12133
- export interface listing_pms_status_pk_columns_input {
12134
- name: Scalars["String"];
12135
- }
12136
-
12137
- /** select columns of table "listing_pms_status" */
12138
- export type listing_pms_status_select_column =
12139
- /** column name */
12140
- "name";
12141
-
12142
- /** input type for updating data in table "listing_pms_status" */
12143
- export interface listing_pms_status_set_input {
12144
- name?: InputMaybe<Scalars["String"]>;
12145
- }
12146
-
12147
- /** Streaming cursor of the table "listing_pms_status" */
12148
- export interface listing_pms_status_stream_cursor_input {
12149
- /** Stream column input with initial value */
12150
- initial_value: listing_pms_status_stream_cursor_value_input;
12151
- /** cursor ordering */
12152
- ordering?: InputMaybe<cursor_ordering>;
12153
- }
12154
-
12155
- /** Initial value of the column from where the streaming should start */
12156
- export interface listing_pms_status_stream_cursor_value_input {
12157
- name?: InputMaybe<Scalars["String"]>;
12158
- }
12159
-
12160
- /** update columns of table "listing_pms_status" */
12161
- export type listing_pms_status_update_column =
12162
- /** column name */
12163
- "name";
12164
-
12165
- export interface listing_pms_status_updates {
12166
- /** sets the columns of the filtered rows to the given values */
12167
- _set?: InputMaybe<listing_pms_status_set_input>;
12168
- /** filter the rows which have to be updated */
12169
- where: listing_pms_status_bool_exp;
12170
- }
12171
-
12172
12083
  /** prepend existing jsonb value of filtered columns with new jsonb value */
12173
12084
  export interface listing_prepend_input {
12174
12085
  addressData?: InputMaybe<Scalars["jsonb"]>;
@@ -12265,100 +12176,15 @@ export interface listing_set_input {
12265
12176
  name?: InputMaybe<Scalars["String"]>;
12266
12177
  ownerContactId?: InputMaybe<Scalars["uuid"]>;
12267
12178
  pmsAddressData?: InputMaybe<Scalars["jsonb"]>;
12268
- pmsStatus?: InputMaybe<listing_pms_status_enum>;
12179
+ pmsStatus?: InputMaybe<activeStatus_enum>;
12269
12180
  sourceId?: InputMaybe<Scalars["uuid"]>;
12270
- status?: InputMaybe<listing_status_enum>;
12181
+ status?: InputMaybe<activeStatus_enum>;
12271
12182
  tenantId?: InputMaybe<Scalars["uuid"]>;
12272
12183
  title?: InputMaybe<Scalars["String"]>;
12273
12184
  uniqueRef?: InputMaybe<Scalars["String"]>;
12274
12185
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
12275
12186
  }
12276
12187
 
12277
- /** Boolean expression to filter rows from the table "listing_status". All fields are combined with a logical 'AND'. */
12278
- export interface listing_status_bool_exp {
12279
- _and?: InputMaybe<Array<listing_status_bool_exp>>;
12280
- _not?: InputMaybe<listing_status_bool_exp>;
12281
- _or?: InputMaybe<Array<listing_status_bool_exp>>;
12282
- name?: InputMaybe<String_comparison_exp>;
12283
- }
12284
-
12285
- /** unique or primary key constraints on table "listing_status" */
12286
- export type listing_status_constraint =
12287
- /** unique or primary key constraint on columns "name" */
12288
- "listing_status_pkey";
12289
-
12290
- export type listing_status_enum =
12291
- | "active"
12292
- | "disabled"
12293
- | "enabled"
12294
- | "inactive";
12295
-
12296
- /** Boolean expression to compare columns of type "listing_status_enum". All fields are combined with logical 'AND'. */
12297
- export interface listing_status_enum_comparison_exp {
12298
- _eq?: InputMaybe<listing_status_enum>;
12299
- _in?: InputMaybe<Array<listing_status_enum>>;
12300
- _is_null?: InputMaybe<Scalars["Boolean"]>;
12301
- _neq?: InputMaybe<listing_status_enum>;
12302
- _nin?: InputMaybe<Array<listing_status_enum>>;
12303
- }
12304
-
12305
- /** input type for inserting data into table "listing_status" */
12306
- export interface listing_status_insert_input {
12307
- name?: InputMaybe<Scalars["String"]>;
12308
- }
12309
-
12310
- /** on_conflict condition type for table "listing_status" */
12311
- export interface listing_status_on_conflict {
12312
- constraint: listing_status_constraint;
12313
- update_columns?: Array<listing_status_update_column>;
12314
- where?: InputMaybe<listing_status_bool_exp>;
12315
- }
12316
-
12317
- /** Ordering options when selecting data from "listing_status". */
12318
- export interface listing_status_order_by {
12319
- name?: InputMaybe<order_by>;
12320
- }
12321
-
12322
- /** primary key columns input for table: listing_status */
12323
- export interface listing_status_pk_columns_input {
12324
- name: Scalars["String"];
12325
- }
12326
-
12327
- /** select columns of table "listing_status" */
12328
- export type listing_status_select_column =
12329
- /** column name */
12330
- "name";
12331
-
12332
- /** input type for updating data in table "listing_status" */
12333
- export interface listing_status_set_input {
12334
- name?: InputMaybe<Scalars["String"]>;
12335
- }
12336
-
12337
- /** Streaming cursor of the table "listing_status" */
12338
- export interface listing_status_stream_cursor_input {
12339
- /** Stream column input with initial value */
12340
- initial_value: listing_status_stream_cursor_value_input;
12341
- /** cursor ordering */
12342
- ordering?: InputMaybe<cursor_ordering>;
12343
- }
12344
-
12345
- /** Initial value of the column from where the streaming should start */
12346
- export interface listing_status_stream_cursor_value_input {
12347
- name?: InputMaybe<Scalars["String"]>;
12348
- }
12349
-
12350
- /** update columns of table "listing_status" */
12351
- export type listing_status_update_column =
12352
- /** column name */
12353
- "name";
12354
-
12355
- export interface listing_status_updates {
12356
- /** sets the columns of the filtered rows to the given values */
12357
- _set?: InputMaybe<listing_status_set_input>;
12358
- /** filter the rows which have to be updated */
12359
- where: listing_status_bool_exp;
12360
- }
12361
-
12362
12188
  /** order by stddev() on columns of table "listing" */
12363
12189
  export interface listing_stddev_order_by {
12364
12190
  bedrooms?: InputMaybe<order_by>;
@@ -12404,7 +12230,7 @@ export interface listing_stream_cursor_value_input {
12404
12230
  address_id?: InputMaybe<Scalars["uuid"]>;
12405
12231
  bedrooms?: InputMaybe<Scalars["Int"]>;
12406
12232
  beds?: InputMaybe<Scalars["Int"]>;
12407
- calculatedStatus?: InputMaybe<Scalars["String"]>;
12233
+ calculatedStatus?: InputMaybe<activeStatus_enum>;
12408
12234
  calculatedTitle?: InputMaybe<Scalars["String"]>;
12409
12235
  calculated_title?: InputMaybe<Scalars["String"]>;
12410
12236
  centExpenseReserve?: InputMaybe<Scalars["Int"]>;
@@ -12421,9 +12247,9 @@ export interface listing_stream_cursor_value_input {
12421
12247
  name?: InputMaybe<Scalars["String"]>;
12422
12248
  ownerContactId?: InputMaybe<Scalars["uuid"]>;
12423
12249
  pmsAddressData?: InputMaybe<Scalars["jsonb"]>;
12424
- pmsStatus?: InputMaybe<listing_pms_status_enum>;
12250
+ pmsStatus?: InputMaybe<activeStatus_enum>;
12425
12251
  sourceId?: InputMaybe<Scalars["uuid"]>;
12426
- status?: InputMaybe<listing_status_enum>;
12252
+ status?: InputMaybe<activeStatus_enum>;
12427
12253
  tenantId?: InputMaybe<Scalars["uuid"]>;
12428
12254
  title?: InputMaybe<Scalars["String"]>;
12429
12255
  uniqueRef?: InputMaybe<Scalars["String"]>;
@@ -38509,7 +38335,7 @@ export declare const generatedSchema: {
38509
38335
  address_id: { __type: "uuid" };
38510
38336
  bedrooms: { __type: "Int" };
38511
38337
  beds: { __type: "Int" };
38512
- calculatedStatus: { __type: "String" };
38338
+ calculatedStatus: { __type: "activeStatus_enum" };
38513
38339
  calculatedTitle: { __type: "String" };
38514
38340
  calculated_title: { __type: "String" };
38515
38341
  centExpenseReserve: { __type: "Int" };
@@ -38708,7 +38534,7 @@ export declare const generatedSchema: {
38708
38534
  };
38709
38535
  };
38710
38536
  pmsAddressData: { __type: "jsonb"; __args: { path: "String" } };
38711
- pmsStatus: { __type: "listing_pms_status_enum" };
38537
+ pmsStatus: { __type: "activeStatus_enum" };
38712
38538
  recurringFeeSubscriptions: {
38713
38539
  __type: "[recurringFeeListingSubscription!]!";
38714
38540
  __args: {
@@ -38811,7 +38637,7 @@ export declare const generatedSchema: {
38811
38637
  };
38812
38638
  source: { __type: "source" };
38813
38639
  sourceId: { __type: "uuid" };
38814
- status: { __type: "listing_status_enum" };
38640
+ status: { __type: "activeStatus_enum" };
38815
38641
  tenant: { __type: "tenant!" };
38816
38642
  tenantId: { __type: "uuid!" };
38817
38643
  title: { __type: "String" };
@@ -39506,7 +39332,7 @@ export declare const generatedSchema: {
39506
39332
  address_id: { __type: "uuid_comparison_exp" };
39507
39333
  bedrooms: { __type: "Int_comparison_exp" };
39508
39334
  beds: { __type: "Int_comparison_exp" };
39509
- calculatedStatus: { __type: "String_comparison_exp" };
39335
+ calculatedStatus: { __type: "activeStatus_enum_comparison_exp" };
39510
39336
  calculatedTitle: { __type: "String_comparison_exp" };
39511
39337
  calculated_title: { __type: "String_comparison_exp" };
39512
39338
  centExpenseReserve: { __type: "Int_comparison_exp" };
@@ -39549,7 +39375,7 @@ export declare const generatedSchema: {
39549
39375
  paymentLines: { __type: "payment_line_bool_exp" };
39550
39376
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" };
39551
39377
  pmsAddressData: { __type: "jsonb_comparison_exp" };
39552
- pmsStatus: { __type: "listing_pms_status_enum_comparison_exp" };
39378
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" };
39553
39379
  recurringFeeSubscriptions: {
39554
39380
  __type: "recurringFeeListingSubscription_bool_exp";
39555
39381
  };
@@ -39566,7 +39392,7 @@ export declare const generatedSchema: {
39566
39392
  settings_aggregate: { __type: "setting_aggregate_bool_exp" };
39567
39393
  source: { __type: "source_bool_exp" };
39568
39394
  sourceId: { __type: "uuid_comparison_exp" };
39569
- status: { __type: "listing_status_enum_comparison_exp" };
39395
+ status: { __type: "activeStatus_enum_comparison_exp" };
39570
39396
  tenant: { __type: "tenant_bool_exp" };
39571
39397
  tenantId: { __type: "uuid_comparison_exp" };
39572
39398
  title: { __type: "String_comparison_exp" };
@@ -40270,7 +40096,7 @@ export declare const generatedSchema: {
40270
40096
  ownerships: { __type: "listing_owner_arr_rel_insert_input" };
40271
40097
  paymentLines: { __type: "payment_line_arr_rel_insert_input" };
40272
40098
  pmsAddressData: { __type: "jsonb" };
40273
- pmsStatus: { __type: "listing_pms_status_enum" };
40099
+ pmsStatus: { __type: "activeStatus_enum" };
40274
40100
  recurringFeeSubscriptions: {
40275
40101
  __type: "recurringFeeListingSubscription_arr_rel_insert_input";
40276
40102
  };
@@ -40280,7 +40106,7 @@ export declare const generatedSchema: {
40280
40106
  settingsRight: { __type: "setting_arr_rel_insert_input" };
40281
40107
  source: { __type: "source_obj_rel_insert_input" };
40282
40108
  sourceId: { __type: "uuid" };
40283
- status: { __type: "listing_status_enum" };
40109
+ status: { __type: "activeStatus_enum" };
40284
40110
  tenant: { __type: "tenant_obj_rel_insert_input" };
40285
40111
  tenantId: { __type: "uuid" };
40286
40112
  title: { __type: "String" };
@@ -40297,7 +40123,6 @@ export declare const generatedSchema: {
40297
40123
  address_id: { __type: "uuid" };
40298
40124
  bedrooms: { __type: "Int" };
40299
40125
  beds: { __type: "Int" };
40300
- calculatedStatus: { __type: "String" };
40301
40126
  calculatedTitle: { __type: "String" };
40302
40127
  calculated_title: { __type: "String" };
40303
40128
  centExpenseReserve: { __type: "Int" };
@@ -40324,7 +40149,6 @@ export declare const generatedSchema: {
40324
40149
  address_id: { __type: "order_by" };
40325
40150
  bedrooms: { __type: "order_by" };
40326
40151
  beds: { __type: "order_by" };
40327
- calculatedStatus: { __type: "order_by" };
40328
40152
  calculatedTitle: { __type: "order_by" };
40329
40153
  calculated_title: { __type: "order_by" };
40330
40154
  centExpenseReserve: { __type: "order_by" };
@@ -40352,7 +40176,6 @@ export declare const generatedSchema: {
40352
40176
  address_id: { __type: "uuid" };
40353
40177
  bedrooms: { __type: "Int" };
40354
40178
  beds: { __type: "Int" };
40355
- calculatedStatus: { __type: "String" };
40356
40179
  calculatedTitle: { __type: "String" };
40357
40180
  calculated_title: { __type: "String" };
40358
40181
  centExpenseReserve: { __type: "Int" };
@@ -40379,7 +40202,6 @@ export declare const generatedSchema: {
40379
40202
  address_id: { __type: "order_by" };
40380
40203
  bedrooms: { __type: "order_by" };
40381
40204
  beds: { __type: "order_by" };
40382
- calculatedStatus: { __type: "order_by" };
40383
40205
  calculatedTitle: { __type: "order_by" };
40384
40206
  calculated_title: { __type: "order_by" };
40385
40207
  centExpenseReserve: { __type: "order_by" };
@@ -40842,71 +40664,6 @@ export declare const generatedSchema: {
40842
40664
  };
40843
40665
  listing_owner_variance_order_by: { split: { __type: "order_by" } };
40844
40666
  listing_pk_columns_input: { id: { __type: "uuid!" } };
40845
- listing_pms_status: {
40846
- __typename: { __type: "String!" };
40847
- name: { __type: "String!" };
40848
- };
40849
- listing_pms_status_aggregate: {
40850
- __typename: { __type: "String!" };
40851
- aggregate: { __type: "listing_pms_status_aggregate_fields" };
40852
- nodes: { __type: "[listing_pms_status!]!" };
40853
- };
40854
- listing_pms_status_aggregate_fields: {
40855
- __typename: { __type: "String!" };
40856
- count: {
40857
- __type: "Int!";
40858
- __args: {
40859
- columns: "[listing_pms_status_select_column!]";
40860
- distinct: "Boolean";
40861
- };
40862
- };
40863
- max: { __type: "listing_pms_status_max_fields" };
40864
- min: { __type: "listing_pms_status_min_fields" };
40865
- };
40866
- listing_pms_status_bool_exp: {
40867
- _and: { __type: "[listing_pms_status_bool_exp!]" };
40868
- _not: { __type: "listing_pms_status_bool_exp" };
40869
- _or: { __type: "[listing_pms_status_bool_exp!]" };
40870
- name: { __type: "String_comparison_exp" };
40871
- };
40872
- listing_pms_status_enum_comparison_exp: {
40873
- _eq: { __type: "listing_pms_status_enum" };
40874
- _in: { __type: "[listing_pms_status_enum!]" };
40875
- _is_null: { __type: "Boolean" };
40876
- _neq: { __type: "listing_pms_status_enum" };
40877
- _nin: { __type: "[listing_pms_status_enum!]" };
40878
- };
40879
- listing_pms_status_insert_input: { name: { __type: "String" } };
40880
- listing_pms_status_max_fields: {
40881
- __typename: { __type: "String!" };
40882
- name: { __type: "String" };
40883
- };
40884
- listing_pms_status_min_fields: {
40885
- __typename: { __type: "String!" };
40886
- name: { __type: "String" };
40887
- };
40888
- listing_pms_status_mutation_response: {
40889
- __typename: { __type: "String!" };
40890
- affected_rows: { __type: "Int!" };
40891
- returning: { __type: "[listing_pms_status!]!" };
40892
- };
40893
- listing_pms_status_on_conflict: {
40894
- constraint: { __type: "listing_pms_status_constraint!" };
40895
- update_columns: { __type: "[listing_pms_status_update_column!]!" };
40896
- where: { __type: "listing_pms_status_bool_exp" };
40897
- };
40898
- listing_pms_status_order_by: { name: { __type: "order_by" } };
40899
- listing_pms_status_pk_columns_input: { name: { __type: "String!" } };
40900
- listing_pms_status_set_input: { name: { __type: "String" } };
40901
- listing_pms_status_stream_cursor_input: {
40902
- initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" };
40903
- ordering: { __type: "cursor_ordering" };
40904
- };
40905
- listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } };
40906
- listing_pms_status_updates: {
40907
- _set: { __type: "listing_pms_status_set_input" };
40908
- where: { __type: "listing_pms_status_bool_exp!" };
40909
- };
40910
40667
  listing_prepend_input: {
40911
40668
  addressData: { __type: "jsonb" };
40912
40669
  metadata: { __type: "jsonb" };
@@ -40934,79 +40691,14 @@ export declare const generatedSchema: {
40934
40691
  name: { __type: "String" };
40935
40692
  ownerContactId: { __type: "uuid" };
40936
40693
  pmsAddressData: { __type: "jsonb" };
40937
- pmsStatus: { __type: "listing_pms_status_enum" };
40694
+ pmsStatus: { __type: "activeStatus_enum" };
40938
40695
  sourceId: { __type: "uuid" };
40939
- status: { __type: "listing_status_enum" };
40696
+ status: { __type: "activeStatus_enum" };
40940
40697
  tenantId: { __type: "uuid" };
40941
40698
  title: { __type: "String" };
40942
40699
  uniqueRef: { __type: "String" };
40943
40700
  updatedAt: { __type: "timestamptz" };
40944
40701
  };
40945
- listing_status: {
40946
- __typename: { __type: "String!" };
40947
- name: { __type: "String!" };
40948
- };
40949
- listing_status_aggregate: {
40950
- __typename: { __type: "String!" };
40951
- aggregate: { __type: "listing_status_aggregate_fields" };
40952
- nodes: { __type: "[listing_status!]!" };
40953
- };
40954
- listing_status_aggregate_fields: {
40955
- __typename: { __type: "String!" };
40956
- count: {
40957
- __type: "Int!";
40958
- __args: {
40959
- columns: "[listing_status_select_column!]";
40960
- distinct: "Boolean";
40961
- };
40962
- };
40963
- max: { __type: "listing_status_max_fields" };
40964
- min: { __type: "listing_status_min_fields" };
40965
- };
40966
- listing_status_bool_exp: {
40967
- _and: { __type: "[listing_status_bool_exp!]" };
40968
- _not: { __type: "listing_status_bool_exp" };
40969
- _or: { __type: "[listing_status_bool_exp!]" };
40970
- name: { __type: "String_comparison_exp" };
40971
- };
40972
- listing_status_enum_comparison_exp: {
40973
- _eq: { __type: "listing_status_enum" };
40974
- _in: { __type: "[listing_status_enum!]" };
40975
- _is_null: { __type: "Boolean" };
40976
- _neq: { __type: "listing_status_enum" };
40977
- _nin: { __type: "[listing_status_enum!]" };
40978
- };
40979
- listing_status_insert_input: { name: { __type: "String" } };
40980
- listing_status_max_fields: {
40981
- __typename: { __type: "String!" };
40982
- name: { __type: "String" };
40983
- };
40984
- listing_status_min_fields: {
40985
- __typename: { __type: "String!" };
40986
- name: { __type: "String" };
40987
- };
40988
- listing_status_mutation_response: {
40989
- __typename: { __type: "String!" };
40990
- affected_rows: { __type: "Int!" };
40991
- returning: { __type: "[listing_status!]!" };
40992
- };
40993
- listing_status_on_conflict: {
40994
- constraint: { __type: "listing_status_constraint!" };
40995
- update_columns: { __type: "[listing_status_update_column!]!" };
40996
- where: { __type: "listing_status_bool_exp" };
40997
- };
40998
- listing_status_order_by: { name: { __type: "order_by" } };
40999
- listing_status_pk_columns_input: { name: { __type: "String!" } };
41000
- listing_status_set_input: { name: { __type: "String" } };
41001
- listing_status_stream_cursor_input: {
41002
- initial_value: { __type: "listing_status_stream_cursor_value_input!" };
41003
- ordering: { __type: "cursor_ordering" };
41004
- };
41005
- listing_status_stream_cursor_value_input: { name: { __type: "String" } };
41006
- listing_status_updates: {
41007
- _set: { __type: "listing_status_set_input" };
41008
- where: { __type: "listing_status_bool_exp!" };
41009
- };
41010
40702
  listing_stddev_fields: {
41011
40703
  __typename: { __type: "String!" };
41012
40704
  bedrooms: { __type: "Float" };
@@ -41059,7 +40751,7 @@ export declare const generatedSchema: {
41059
40751
  address_id: { __type: "uuid" };
41060
40752
  bedrooms: { __type: "Int" };
41061
40753
  beds: { __type: "Int" };
41062
- calculatedStatus: { __type: "String" };
40754
+ calculatedStatus: { __type: "activeStatus_enum" };
41063
40755
  calculatedTitle: { __type: "String" };
41064
40756
  calculated_title: { __type: "String" };
41065
40757
  centExpenseReserve: { __type: "Int" };
@@ -41075,9 +40767,9 @@ export declare const generatedSchema: {
41075
40767
  name: { __type: "String" };
41076
40768
  ownerContactId: { __type: "uuid" };
41077
40769
  pmsAddressData: { __type: "jsonb" };
41078
- pmsStatus: { __type: "listing_pms_status_enum" };
40770
+ pmsStatus: { __type: "activeStatus_enum" };
41079
40771
  sourceId: { __type: "uuid" };
41080
- status: { __type: "listing_status_enum" };
40772
+ status: { __type: "activeStatus_enum" };
41081
40773
  tenantId: { __type: "uuid" };
41082
40774
  title: { __type: "String" };
41083
40775
  uniqueRef: { __type: "String" };
@@ -42510,22 +42202,6 @@ export declare const generatedSchema: {
42510
42202
  __type: "listing_owner_role";
42511
42203
  __args: { name: "String!" };
42512
42204
  };
42513
- delete_listing_pms_status: {
42514
- __type: "listing_pms_status_mutation_response";
42515
- __args: { where: "listing_pms_status_bool_exp!" };
42516
- };
42517
- delete_listing_pms_status_by_pk: {
42518
- __type: "listing_pms_status";
42519
- __args: { name: "String!" };
42520
- };
42521
- delete_listing_status: {
42522
- __type: "listing_status_mutation_response";
42523
- __args: { where: "listing_status_bool_exp!" };
42524
- };
42525
- delete_listing_status_by_pk: {
42526
- __type: "listing_status";
42527
- __args: { name: "String!" };
42528
- };
42529
42205
  delete_owner_pms_status: {
42530
42206
  __type: "owner_pms_status_mutation_response";
42531
42207
  __args: { where: "owner_pms_status_bool_exp!" };
@@ -44143,34 +43819,6 @@ export declare const generatedSchema: {
44143
43819
  on_conflict: "listing_owner_role_on_conflict";
44144
43820
  };
44145
43821
  };
44146
- insert_listing_pms_status: {
44147
- __type: "listing_pms_status_mutation_response";
44148
- __args: {
44149
- objects: "[listing_pms_status_insert_input!]!";
44150
- on_conflict: "listing_pms_status_on_conflict";
44151
- };
44152
- };
44153
- insert_listing_pms_status_one: {
44154
- __type: "listing_pms_status";
44155
- __args: {
44156
- object: "listing_pms_status_insert_input!";
44157
- on_conflict: "listing_pms_status_on_conflict";
44158
- };
44159
- };
44160
- insert_listing_status: {
44161
- __type: "listing_status_mutation_response";
44162
- __args: {
44163
- objects: "[listing_status_insert_input!]!";
44164
- on_conflict: "listing_status_on_conflict";
44165
- };
44166
- };
44167
- insert_listing_status_one: {
44168
- __type: "listing_status";
44169
- __args: {
44170
- object: "listing_status_insert_input!";
44171
- on_conflict: "listing_status_on_conflict";
44172
- };
44173
- };
44174
43822
  insert_owner_pms_status: {
44175
43823
  __type: "owner_pms_status_mutation_response";
44176
43824
  __args: {
@@ -46628,42 +46276,6 @@ export declare const generatedSchema: {
46628
46276
  __type: "[listing_owner_role_mutation_response]";
46629
46277
  __args: { updates: "[listing_owner_role_updates!]!" };
46630
46278
  };
46631
- update_listing_pms_status: {
46632
- __type: "listing_pms_status_mutation_response";
46633
- __args: {
46634
- _set: "listing_pms_status_set_input";
46635
- where: "listing_pms_status_bool_exp!";
46636
- };
46637
- };
46638
- update_listing_pms_status_by_pk: {
46639
- __type: "listing_pms_status";
46640
- __args: {
46641
- _set: "listing_pms_status_set_input";
46642
- pk_columns: "listing_pms_status_pk_columns_input!";
46643
- };
46644
- };
46645
- update_listing_pms_status_many: {
46646
- __type: "[listing_pms_status_mutation_response]";
46647
- __args: { updates: "[listing_pms_status_updates!]!" };
46648
- };
46649
- update_listing_status: {
46650
- __type: "listing_status_mutation_response";
46651
- __args: {
46652
- _set: "listing_status_set_input";
46653
- where: "listing_status_bool_exp!";
46654
- };
46655
- };
46656
- update_listing_status_by_pk: {
46657
- __type: "listing_status";
46658
- __args: {
46659
- _set: "listing_status_set_input";
46660
- pk_columns: "listing_status_pk_columns_input!";
46661
- };
46662
- };
46663
- update_listing_status_many: {
46664
- __type: "[listing_status_mutation_response]";
46665
- __args: { updates: "[listing_status_updates!]!" };
46666
- };
46667
46279
  update_owner_pms_status: {
46668
46280
  __type: "owner_pms_status_mutation_response";
46669
46281
  __args: {
@@ -53533,54 +53145,6 @@ export declare const generatedSchema: {
53533
53145
  __type: "listing_owner_role";
53534
53146
  __args: { name: "String!" };
53535
53147
  };
53536
- listing_pms_status: {
53537
- __type: "[listing_pms_status!]!";
53538
- __args: {
53539
- distinct_on: "[listing_pms_status_select_column!]";
53540
- limit: "Int";
53541
- offset: "Int";
53542
- order_by: "[listing_pms_status_order_by!]";
53543
- where: "listing_pms_status_bool_exp";
53544
- };
53545
- };
53546
- listing_pms_status_aggregate: {
53547
- __type: "listing_pms_status_aggregate!";
53548
- __args: {
53549
- distinct_on: "[listing_pms_status_select_column!]";
53550
- limit: "Int";
53551
- offset: "Int";
53552
- order_by: "[listing_pms_status_order_by!]";
53553
- where: "listing_pms_status_bool_exp";
53554
- };
53555
- };
53556
- listing_pms_status_by_pk: {
53557
- __type: "listing_pms_status";
53558
- __args: { name: "String!" };
53559
- };
53560
- listing_status: {
53561
- __type: "[listing_status!]!";
53562
- __args: {
53563
- distinct_on: "[listing_status_select_column!]";
53564
- limit: "Int";
53565
- offset: "Int";
53566
- order_by: "[listing_status_order_by!]";
53567
- where: "listing_status_bool_exp";
53568
- };
53569
- };
53570
- listing_status_aggregate: {
53571
- __type: "listing_status_aggregate!";
53572
- __args: {
53573
- distinct_on: "[listing_status_select_column!]";
53574
- limit: "Int";
53575
- offset: "Int";
53576
- order_by: "[listing_status_order_by!]";
53577
- where: "listing_status_bool_exp";
53578
- };
53579
- };
53580
- listing_status_by_pk: {
53581
- __type: "listing_status";
53582
- __args: { name: "String!" };
53583
- };
53584
53148
  listings: {
53585
53149
  __type: "[listing!]!";
53586
53150
  __args: {
@@ -62445,70 +62009,6 @@ export declare const generatedSchema: {
62445
62009
  where: "listing_owner_bool_exp";
62446
62010
  };
62447
62011
  };
62448
- listing_pms_status: {
62449
- __type: "[listing_pms_status!]!";
62450
- __args: {
62451
- distinct_on: "[listing_pms_status_select_column!]";
62452
- limit: "Int";
62453
- offset: "Int";
62454
- order_by: "[listing_pms_status_order_by!]";
62455
- where: "listing_pms_status_bool_exp";
62456
- };
62457
- };
62458
- listing_pms_status_aggregate: {
62459
- __type: "listing_pms_status_aggregate!";
62460
- __args: {
62461
- distinct_on: "[listing_pms_status_select_column!]";
62462
- limit: "Int";
62463
- offset: "Int";
62464
- order_by: "[listing_pms_status_order_by!]";
62465
- where: "listing_pms_status_bool_exp";
62466
- };
62467
- };
62468
- listing_pms_status_by_pk: {
62469
- __type: "listing_pms_status";
62470
- __args: { name: "String!" };
62471
- };
62472
- listing_pms_status_stream: {
62473
- __type: "[listing_pms_status!]!";
62474
- __args: {
62475
- batch_size: "Int!";
62476
- cursor: "[listing_pms_status_stream_cursor_input]!";
62477
- where: "listing_pms_status_bool_exp";
62478
- };
62479
- };
62480
- listing_status: {
62481
- __type: "[listing_status!]!";
62482
- __args: {
62483
- distinct_on: "[listing_status_select_column!]";
62484
- limit: "Int";
62485
- offset: "Int";
62486
- order_by: "[listing_status_order_by!]";
62487
- where: "listing_status_bool_exp";
62488
- };
62489
- };
62490
- listing_status_aggregate: {
62491
- __type: "listing_status_aggregate!";
62492
- __args: {
62493
- distinct_on: "[listing_status_select_column!]";
62494
- limit: "Int";
62495
- offset: "Int";
62496
- order_by: "[listing_status_order_by!]";
62497
- where: "listing_status_bool_exp";
62498
- };
62499
- };
62500
- listing_status_by_pk: {
62501
- __type: "listing_status";
62502
- __args: { name: "String!" };
62503
- };
62504
- listing_status_stream: {
62505
- __type: "[listing_status!]!";
62506
- __args: {
62507
- batch_size: "Int!";
62508
- cursor: "[listing_status_stream_cursor_input]!";
62509
- where: "listing_status_bool_exp";
62510
- };
62511
- };
62512
62012
  listing_stream: {
62513
62013
  __type: "[listing!]!";
62514
62014
  __args: {
@@ -79414,7 +78914,7 @@ export interface listing {
79414
78914
  address_id?: Maybe<ScalarsEnums["uuid"]>;
79415
78915
  bedrooms?: Maybe<ScalarsEnums["Int"]>;
79416
78916
  beds?: Maybe<ScalarsEnums["Int"]>;
79417
- calculatedStatus?: Maybe<ScalarsEnums["String"]>;
78917
+ calculatedStatus?: Maybe<ScalarsEnums["activeStatus_enum"]>;
79418
78918
  calculatedTitle?: Maybe<ScalarsEnums["String"]>;
79419
78919
  calculated_title?: Maybe<ScalarsEnums["String"]>;
79420
78920
  centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
@@ -79905,7 +79405,7 @@ export interface listing {
79905
79405
  */
79906
79406
  path?: Maybe<Scalars["String"]>;
79907
79407
  }) => Maybe<ScalarsEnums["jsonb"]>;
79908
- pmsStatus?: Maybe<ScalarsEnums["listing_pms_status_enum"]>;
79408
+ pmsStatus?: Maybe<ScalarsEnums["activeStatus_enum"]>;
79909
79409
  /**
79910
79410
  * An array relationship
79911
79411
  */
@@ -80161,7 +79661,7 @@ export interface listing {
80161
79661
  */
80162
79662
  source?: Maybe<source>;
80163
79663
  sourceId?: Maybe<ScalarsEnums["uuid"]>;
80164
- status?: Maybe<ScalarsEnums["listing_status_enum"]>;
79664
+ status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
80165
79665
  /**
80166
79666
  * An object relationship
80167
79667
  */
@@ -81375,7 +80875,6 @@ export interface listing_max_fields {
81375
80875
  address_id?: Maybe<ScalarsEnums["uuid"]>;
81376
80876
  bedrooms?: Maybe<ScalarsEnums["Int"]>;
81377
80877
  beds?: Maybe<ScalarsEnums["Int"]>;
81378
- calculatedStatus?: Maybe<ScalarsEnums["String"]>;
81379
80878
  calculatedTitle?: Maybe<ScalarsEnums["String"]>;
81380
80879
  calculated_title?: Maybe<ScalarsEnums["String"]>;
81381
80880
  centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
@@ -81410,7 +80909,6 @@ export interface listing_min_fields {
81410
80909
  address_id?: Maybe<ScalarsEnums["uuid"]>;
81411
80910
  bedrooms?: Maybe<ScalarsEnums["Int"]>;
81412
80911
  beds?: Maybe<ScalarsEnums["Int"]>;
81413
- calculatedStatus?: Maybe<ScalarsEnums["String"]>;
81414
80912
  calculatedTitle?: Maybe<ScalarsEnums["String"]>;
81415
80913
  calculated_title?: Maybe<ScalarsEnums["String"]>;
81416
80914
  centExpenseReserve?: Maybe<ScalarsEnums["Int"]>;
@@ -81823,128 +81321,6 @@ export interface listing_owner_variance_fields {
81823
81321
  split?: Maybe<ScalarsEnums["Float"]>;
81824
81322
  }
81825
81323
 
81826
- /**
81827
- * columns and relationships of "listing_pms_status"
81828
- */
81829
- export interface listing_pms_status {
81830
- __typename?: "listing_pms_status";
81831
- name: ScalarsEnums["String"];
81832
- }
81833
-
81834
- /**
81835
- * aggregated selection of "listing_pms_status"
81836
- */
81837
- export interface listing_pms_status_aggregate {
81838
- __typename?: "listing_pms_status_aggregate";
81839
- aggregate?: Maybe<listing_pms_status_aggregate_fields>;
81840
- nodes: Array<listing_pms_status>;
81841
- }
81842
-
81843
- /**
81844
- * aggregate fields of "listing_pms_status"
81845
- */
81846
- export interface listing_pms_status_aggregate_fields {
81847
- __typename?: "listing_pms_status_aggregate_fields";
81848
- count: (args?: {
81849
- columns?: Maybe<Array<listing_pms_status_select_column>>;
81850
- distinct?: Maybe<Scalars["Boolean"]>;
81851
- }) => ScalarsEnums["Int"];
81852
- max?: Maybe<listing_pms_status_max_fields>;
81853
- min?: Maybe<listing_pms_status_min_fields>;
81854
- }
81855
-
81856
- /**
81857
- * aggregate max on columns
81858
- */
81859
- export interface listing_pms_status_max_fields {
81860
- __typename?: "listing_pms_status_max_fields";
81861
- name?: Maybe<ScalarsEnums["String"]>;
81862
- }
81863
-
81864
- /**
81865
- * aggregate min on columns
81866
- */
81867
- export interface listing_pms_status_min_fields {
81868
- __typename?: "listing_pms_status_min_fields";
81869
- name?: Maybe<ScalarsEnums["String"]>;
81870
- }
81871
-
81872
- /**
81873
- * response of any mutation on the table "listing_pms_status"
81874
- */
81875
- export interface listing_pms_status_mutation_response {
81876
- __typename?: "listing_pms_status_mutation_response";
81877
- /**
81878
- * number of rows affected by the mutation
81879
- */
81880
- affected_rows: ScalarsEnums["Int"];
81881
- /**
81882
- * data from the rows affected by the mutation
81883
- */
81884
- returning: Array<listing_pms_status>;
81885
- }
81886
-
81887
- /**
81888
- * columns and relationships of "listing_status"
81889
- */
81890
- export interface listing_status {
81891
- __typename?: "listing_status";
81892
- name: ScalarsEnums["String"];
81893
- }
81894
-
81895
- /**
81896
- * aggregated selection of "listing_status"
81897
- */
81898
- export interface listing_status_aggregate {
81899
- __typename?: "listing_status_aggregate";
81900
- aggregate?: Maybe<listing_status_aggregate_fields>;
81901
- nodes: Array<listing_status>;
81902
- }
81903
-
81904
- /**
81905
- * aggregate fields of "listing_status"
81906
- */
81907
- export interface listing_status_aggregate_fields {
81908
- __typename?: "listing_status_aggregate_fields";
81909
- count: (args?: {
81910
- columns?: Maybe<Array<listing_status_select_column>>;
81911
- distinct?: Maybe<Scalars["Boolean"]>;
81912
- }) => ScalarsEnums["Int"];
81913
- max?: Maybe<listing_status_max_fields>;
81914
- min?: Maybe<listing_status_min_fields>;
81915
- }
81916
-
81917
- /**
81918
- * aggregate max on columns
81919
- */
81920
- export interface listing_status_max_fields {
81921
- __typename?: "listing_status_max_fields";
81922
- name?: Maybe<ScalarsEnums["String"]>;
81923
- }
81924
-
81925
- /**
81926
- * aggregate min on columns
81927
- */
81928
- export interface listing_status_min_fields {
81929
- __typename?: "listing_status_min_fields";
81930
- name?: Maybe<ScalarsEnums["String"]>;
81931
- }
81932
-
81933
- /**
81934
- * response of any mutation on the table "listing_status"
81935
- */
81936
- export interface listing_status_mutation_response {
81937
- __typename?: "listing_status_mutation_response";
81938
- /**
81939
- * number of rows affected by the mutation
81940
- */
81941
- affected_rows: ScalarsEnums["Int"];
81942
- /**
81943
- * data from the rows affected by the mutation
81944
- */
81945
- returning: Array<listing_status>;
81946
- }
81947
-
81948
81324
  /**
81949
81325
  * aggregate stddev on columns
81950
81326
  */
@@ -82866,18 +82242,6 @@ export interface Mutation {
82866
82242
  delete_listing_owner_role_by_pk: (args: {
82867
82243
  name: Scalars["String"];
82868
82244
  }) => Maybe<listing_owner_role>;
82869
- delete_listing_pms_status: (args: {
82870
- where: listing_pms_status_bool_exp;
82871
- }) => Maybe<listing_pms_status_mutation_response>;
82872
- delete_listing_pms_status_by_pk: (args: {
82873
- name: Scalars["String"];
82874
- }) => Maybe<listing_pms_status>;
82875
- delete_listing_status: (args: {
82876
- where: listing_status_bool_exp;
82877
- }) => Maybe<listing_status_mutation_response>;
82878
- delete_listing_status_by_pk: (args: {
82879
- name: Scalars["String"];
82880
- }) => Maybe<listing_status>;
82881
82245
  delete_owner_pms_status: (args: {
82882
82246
  where: owner_pms_status_bool_exp;
82883
82247
  }) => Maybe<owner_pms_status_mutation_response>;
@@ -83834,22 +83198,6 @@ export interface Mutation {
83834
83198
  object: listing_owner_role_insert_input;
83835
83199
  on_conflict?: Maybe<listing_owner_role_on_conflict>;
83836
83200
  }) => Maybe<listing_owner_role>;
83837
- insert_listing_pms_status: (args: {
83838
- objects: Array<listing_pms_status_insert_input>;
83839
- on_conflict?: Maybe<listing_pms_status_on_conflict>;
83840
- }) => Maybe<listing_pms_status_mutation_response>;
83841
- insert_listing_pms_status_one: (args: {
83842
- object: listing_pms_status_insert_input;
83843
- on_conflict?: Maybe<listing_pms_status_on_conflict>;
83844
- }) => Maybe<listing_pms_status>;
83845
- insert_listing_status: (args: {
83846
- objects: Array<listing_status_insert_input>;
83847
- on_conflict?: Maybe<listing_status_on_conflict>;
83848
- }) => Maybe<listing_status_mutation_response>;
83849
- insert_listing_status_one: (args: {
83850
- object: listing_status_insert_input;
83851
- on_conflict?: Maybe<listing_status_on_conflict>;
83852
- }) => Maybe<listing_status>;
83853
83201
  insert_owner_pms_status: (args: {
83854
83202
  objects: Array<owner_pms_status_insert_input>;
83855
83203
  on_conflict?: Maybe<owner_pms_status_on_conflict>;
@@ -85528,28 +84876,6 @@ export interface Mutation {
85528
84876
  update_listing_owner_role_many: (args: {
85529
84877
  updates: Array<listing_owner_role_updates>;
85530
84878
  }) => Maybe<Array<Maybe<listing_owner_role_mutation_response>>>;
85531
- update_listing_pms_status: (args: {
85532
- _set?: Maybe<listing_pms_status_set_input>;
85533
- where: listing_pms_status_bool_exp;
85534
- }) => Maybe<listing_pms_status_mutation_response>;
85535
- update_listing_pms_status_by_pk: (args: {
85536
- _set?: Maybe<listing_pms_status_set_input>;
85537
- pk_columns: listing_pms_status_pk_columns_input;
85538
- }) => Maybe<listing_pms_status>;
85539
- update_listing_pms_status_many: (args: {
85540
- updates: Array<listing_pms_status_updates>;
85541
- }) => Maybe<Array<Maybe<listing_pms_status_mutation_response>>>;
85542
- update_listing_status: (args: {
85543
- _set?: Maybe<listing_status_set_input>;
85544
- where: listing_status_bool_exp;
85545
- }) => Maybe<listing_status_mutation_response>;
85546
- update_listing_status_by_pk: (args: {
85547
- _set?: Maybe<listing_status_set_input>;
85548
- pk_columns: listing_status_pk_columns_input;
85549
- }) => Maybe<listing_status>;
85550
- update_listing_status_many: (args: {
85551
- updates: Array<listing_status_updates>;
85552
- }) => Maybe<Array<Maybe<listing_status_mutation_response>>>;
85553
84879
  update_owner_pms_status: (args: {
85554
84880
  _set?: Maybe<owner_pms_status_set_input>;
85555
84881
  where: owner_pms_status_bool_exp;
@@ -91319,40 +90645,6 @@ export interface Query {
91319
90645
  listing_owner_role_by_pk: (args: {
91320
90646
  name: Scalars["String"];
91321
90647
  }) => Maybe<listing_owner_role>;
91322
- listing_pms_status: (args?: {
91323
- distinct_on?: Maybe<Array<listing_pms_status_select_column>>;
91324
- limit?: Maybe<Scalars["Int"]>;
91325
- offset?: Maybe<Scalars["Int"]>;
91326
- order_by?: Maybe<Array<listing_pms_status_order_by>>;
91327
- where?: Maybe<listing_pms_status_bool_exp>;
91328
- }) => Array<listing_pms_status>;
91329
- listing_pms_status_aggregate: (args?: {
91330
- distinct_on?: Maybe<Array<listing_pms_status_select_column>>;
91331
- limit?: Maybe<Scalars["Int"]>;
91332
- offset?: Maybe<Scalars["Int"]>;
91333
- order_by?: Maybe<Array<listing_pms_status_order_by>>;
91334
- where?: Maybe<listing_pms_status_bool_exp>;
91335
- }) => listing_pms_status_aggregate;
91336
- listing_pms_status_by_pk: (args: {
91337
- name: Scalars["String"];
91338
- }) => Maybe<listing_pms_status>;
91339
- listing_status: (args?: {
91340
- distinct_on?: Maybe<Array<listing_status_select_column>>;
91341
- limit?: Maybe<Scalars["Int"]>;
91342
- offset?: Maybe<Scalars["Int"]>;
91343
- order_by?: Maybe<Array<listing_status_order_by>>;
91344
- where?: Maybe<listing_status_bool_exp>;
91345
- }) => Array<listing_status>;
91346
- listing_status_aggregate: (args?: {
91347
- distinct_on?: Maybe<Array<listing_status_select_column>>;
91348
- limit?: Maybe<Scalars["Int"]>;
91349
- offset?: Maybe<Scalars["Int"]>;
91350
- order_by?: Maybe<Array<listing_status_order_by>>;
91351
- where?: Maybe<listing_status_bool_exp>;
91352
- }) => listing_status_aggregate;
91353
- listing_status_by_pk: (args: {
91354
- name: Scalars["String"];
91355
- }) => Maybe<listing_status>;
91356
90648
  listings: (args?: {
91357
90649
  distinct_on?: Maybe<Array<listing_select_column>>;
91358
90650
  limit?: Maybe<Scalars["Int"]>;
@@ -98361,50 +97653,6 @@ export interface Subscription {
98361
97653
  cursor: Array<Maybe<listing_owner_stream_cursor_input>>;
98362
97654
  where?: Maybe<listing_owner_bool_exp>;
98363
97655
  }) => Array<listing_owner>;
98364
- listing_pms_status: (args?: {
98365
- distinct_on?: Maybe<Array<listing_pms_status_select_column>>;
98366
- limit?: Maybe<Scalars["Int"]>;
98367
- offset?: Maybe<Scalars["Int"]>;
98368
- order_by?: Maybe<Array<listing_pms_status_order_by>>;
98369
- where?: Maybe<listing_pms_status_bool_exp>;
98370
- }) => Array<listing_pms_status>;
98371
- listing_pms_status_aggregate: (args?: {
98372
- distinct_on?: Maybe<Array<listing_pms_status_select_column>>;
98373
- limit?: Maybe<Scalars["Int"]>;
98374
- offset?: Maybe<Scalars["Int"]>;
98375
- order_by?: Maybe<Array<listing_pms_status_order_by>>;
98376
- where?: Maybe<listing_pms_status_bool_exp>;
98377
- }) => listing_pms_status_aggregate;
98378
- listing_pms_status_by_pk: (args: {
98379
- name: Scalars["String"];
98380
- }) => Maybe<listing_pms_status>;
98381
- listing_pms_status_stream: (args: {
98382
- batch_size: Scalars["Int"];
98383
- cursor: Array<Maybe<listing_pms_status_stream_cursor_input>>;
98384
- where?: Maybe<listing_pms_status_bool_exp>;
98385
- }) => Array<listing_pms_status>;
98386
- listing_status: (args?: {
98387
- distinct_on?: Maybe<Array<listing_status_select_column>>;
98388
- limit?: Maybe<Scalars["Int"]>;
98389
- offset?: Maybe<Scalars["Int"]>;
98390
- order_by?: Maybe<Array<listing_status_order_by>>;
98391
- where?: Maybe<listing_status_bool_exp>;
98392
- }) => Array<listing_status>;
98393
- listing_status_aggregate: (args?: {
98394
- distinct_on?: Maybe<Array<listing_status_select_column>>;
98395
- limit?: Maybe<Scalars["Int"]>;
98396
- offset?: Maybe<Scalars["Int"]>;
98397
- order_by?: Maybe<Array<listing_status_order_by>>;
98398
- where?: Maybe<listing_status_bool_exp>;
98399
- }) => listing_status_aggregate;
98400
- listing_status_by_pk: (args: {
98401
- name: Scalars["String"];
98402
- }) => Maybe<listing_status>;
98403
- listing_status_stream: (args: {
98404
- batch_size: Scalars["Int"];
98405
- cursor: Array<Maybe<listing_status_stream_cursor_input>>;
98406
- where?: Maybe<listing_status_bool_exp>;
98407
- }) => Array<listing_status>;
98408
97656
  listing_stream: (args: {
98409
97657
  batch_size: Scalars["Int"];
98410
97658
  cursor: Array<Maybe<listing_stream_cursor_input>>;
@@ -106459,18 +105707,6 @@ export interface SchemaObjectTypes {
106459
105707
  listing_owner_var_pop_fields: listing_owner_var_pop_fields;
106460
105708
  listing_owner_var_samp_fields: listing_owner_var_samp_fields;
106461
105709
  listing_owner_variance_fields: listing_owner_variance_fields;
106462
- listing_pms_status: listing_pms_status;
106463
- listing_pms_status_aggregate: listing_pms_status_aggregate;
106464
- listing_pms_status_aggregate_fields: listing_pms_status_aggregate_fields;
106465
- listing_pms_status_max_fields: listing_pms_status_max_fields;
106466
- listing_pms_status_min_fields: listing_pms_status_min_fields;
106467
- listing_pms_status_mutation_response: listing_pms_status_mutation_response;
106468
- listing_status: listing_status;
106469
- listing_status_aggregate: listing_status_aggregate;
106470
- listing_status_aggregate_fields: listing_status_aggregate_fields;
106471
- listing_status_max_fields: listing_status_max_fields;
106472
- listing_status_min_fields: listing_status_min_fields;
106473
- listing_status_mutation_response: listing_status_mutation_response;
106474
105710
  listing_stddev_fields: listing_stddev_fields;
106475
105711
  listing_stddev_pop_fields: listing_stddev_pop_fields;
106476
105712
  listing_stddev_samp_fields: listing_stddev_samp_fields;
@@ -107537,18 +106773,6 @@ export type SchemaObjectTypesNames =
107537
106773
  | "listing_owner_var_pop_fields"
107538
106774
  | "listing_owner_var_samp_fields"
107539
106775
  | "listing_owner_variance_fields"
107540
- | "listing_pms_status"
107541
- | "listing_pms_status_aggregate"
107542
- | "listing_pms_status_aggregate_fields"
107543
- | "listing_pms_status_max_fields"
107544
- | "listing_pms_status_min_fields"
107545
- | "listing_pms_status_mutation_response"
107546
- | "listing_status"
107547
- | "listing_status_aggregate"
107548
- | "listing_status_aggregate_fields"
107549
- | "listing_status_max_fields"
107550
- | "listing_status_min_fields"
107551
- | "listing_status_mutation_response"
107552
106776
  | "listing_stddev_fields"
107553
106777
  | "listing_stddev_pop_fields"
107554
106778
  | "listing_stddev_samp_fields"
@@ -108556,19 +107780,7 @@ export interface ScalarsEnums extends Scalars {
108556
107780
  | undefined;
108557
107781
  listing_owner_select_column: listing_owner_select_column | undefined;
108558
107782
  listing_owner_update_column: listing_owner_update_column | undefined;
108559
- listing_pms_status_constraint: listing_pms_status_constraint | undefined;
108560
- listing_pms_status_enum: listing_pms_status_enum | undefined;
108561
- listing_pms_status_select_column:
108562
- | listing_pms_status_select_column
108563
- | undefined;
108564
- listing_pms_status_update_column:
108565
- | listing_pms_status_update_column
108566
- | undefined;
108567
107783
  listing_select_column: listing_select_column | undefined;
108568
- listing_status_constraint: listing_status_constraint | undefined;
108569
- listing_status_enum: listing_status_enum | undefined;
108570
- listing_status_select_column: listing_status_select_column | undefined;
108571
- listing_status_update_column: listing_status_update_column | undefined;
108572
107784
  listing_update_column: listing_update_column | undefined;
108573
107785
  metricsActiveListingCreatedReturnType_enum_name:
108574
107786
  | metricsActiveListingCreatedReturnType_enum_name