@vrplatform/graphql 1.1.15 → 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.
@@ -236,15 +236,7 @@ export const scalarsEnumsHash = {
236
236
  listing_owner_role_update_column: true,
237
237
  listing_owner_select_column: true,
238
238
  listing_owner_update_column: true,
239
- listing_pms_status_constraint: true,
240
- listing_pms_status_enum: true,
241
- listing_pms_status_select_column: true,
242
- listing_pms_status_update_column: true,
243
239
  listing_select_column: true,
244
- listing_status_constraint: true,
245
- listing_status_enum: true,
246
- listing_status_select_column: true,
247
- listing_status_update_column: true,
248
240
  listing_update_column: true,
249
241
  metricsActiveListingCreatedReturnType_enum_name: true,
250
242
  metricsBankRecordBalancesReturnType_enum_name: true,
@@ -269,10 +261,6 @@ export const scalarsEnumsHash = {
269
261
  ownerStatementLayoutListing_select_column: true,
270
262
  ownerStatementLayoutListing_update_column: true,
271
263
  owner_constraint: true,
272
- owner_pms_status_constraint: true,
273
- owner_pms_status_enum: true,
274
- owner_pms_status_select_column: true,
275
- owner_pms_status_update_column: true,
276
264
  owner_select_column: true,
277
265
  owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns: true,
278
266
  owner_select_column_owner_aggregate_bool_exp_bool_or_arguments_columns: true,
@@ -297,10 +285,6 @@ export const scalarsEnumsHash = {
297
285
  owner_statement_template_select_column: true,
298
286
  owner_statement_template_update_column: true,
299
287
  owner_statement_update_column: true,
300
- owner_status_constraint: true,
301
- owner_status_enum: true,
302
- owner_status_select_column: true,
303
- owner_status_update_column: true,
304
288
  owner_type_constraint: true,
305
289
  owner_type_enum: true,
306
290
  owner_type_select_column: true,
@@ -10517,7 +10501,7 @@ export const generatedSchema = {
10517
10501
  },
10518
10502
  },
10519
10503
  pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
10520
- pmsStatus: { __type: "listing_pms_status_enum" },
10504
+ pmsStatus: { __type: "activeStatus_enum" },
10521
10505
  recurringFeeSubscriptions: {
10522
10506
  __type: "[recurringFeeListingSubscription!]!",
10523
10507
  __args: {
@@ -10620,7 +10604,7 @@ export const generatedSchema = {
10620
10604
  },
10621
10605
  source: { __type: "source" },
10622
10606
  sourceId: { __type: "uuid" },
10623
- status: { __type: "listing_status_enum" },
10607
+ status: { __type: "activeStatus_enum" },
10624
10608
  tenant: { __type: "tenant!" },
10625
10609
  tenantId: { __type: "uuid!" },
10626
10610
  title: { __type: "String" },
@@ -11358,7 +11342,7 @@ export const generatedSchema = {
11358
11342
  paymentLines: { __type: "payment_line_bool_exp" },
11359
11343
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
11360
11344
  pmsAddressData: { __type: "jsonb_comparison_exp" },
11361
- pmsStatus: { __type: "listing_pms_status_enum_comparison_exp" },
11345
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
11362
11346
  recurringFeeSubscriptions: {
11363
11347
  __type: "recurringFeeListingSubscription_bool_exp",
11364
11348
  },
@@ -11375,7 +11359,7 @@ export const generatedSchema = {
11375
11359
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11376
11360
  source: { __type: "source_bool_exp" },
11377
11361
  sourceId: { __type: "uuid_comparison_exp" },
11378
- status: { __type: "listing_status_enum_comparison_exp" },
11362
+ status: { __type: "activeStatus_enum_comparison_exp" },
11379
11363
  tenant: { __type: "tenant_bool_exp" },
11380
11364
  tenantId: { __type: "uuid_comparison_exp" },
11381
11365
  title: { __type: "String_comparison_exp" },
@@ -12079,7 +12063,7 @@ export const generatedSchema = {
12079
12063
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
12080
12064
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
12081
12065
  pmsAddressData: { __type: "jsonb" },
12082
- pmsStatus: { __type: "listing_pms_status_enum" },
12066
+ pmsStatus: { __type: "activeStatus_enum" },
12083
12067
  recurringFeeSubscriptions: {
12084
12068
  __type: "recurringFeeListingSubscription_arr_rel_insert_input",
12085
12069
  },
@@ -12089,7 +12073,7 @@ export const generatedSchema = {
12089
12073
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12090
12074
  source: { __type: "source_obj_rel_insert_input" },
12091
12075
  sourceId: { __type: "uuid" },
12092
- status: { __type: "listing_status_enum" },
12076
+ status: { __type: "activeStatus_enum" },
12093
12077
  tenant: { __type: "tenant_obj_rel_insert_input" },
12094
12078
  tenantId: { __type: "uuid" },
12095
12079
  title: { __type: "String" },
@@ -12651,71 +12635,6 @@ export const generatedSchema = {
12651
12635
  },
12652
12636
  listing_owner_variance_order_by: { split: { __type: "order_by" } },
12653
12637
  listing_pk_columns_input: { id: { __type: "uuid!" } },
12654
- listing_pms_status: {
12655
- __typename: { __type: "String!" },
12656
- name: { __type: "String!" },
12657
- },
12658
- listing_pms_status_aggregate: {
12659
- __typename: { __type: "String!" },
12660
- aggregate: { __type: "listing_pms_status_aggregate_fields" },
12661
- nodes: { __type: "[listing_pms_status!]!" },
12662
- },
12663
- listing_pms_status_aggregate_fields: {
12664
- __typename: { __type: "String!" },
12665
- count: {
12666
- __type: "Int!",
12667
- __args: {
12668
- columns: "[listing_pms_status_select_column!]",
12669
- distinct: "Boolean",
12670
- },
12671
- },
12672
- max: { __type: "listing_pms_status_max_fields" },
12673
- min: { __type: "listing_pms_status_min_fields" },
12674
- },
12675
- listing_pms_status_bool_exp: {
12676
- _and: { __type: "[listing_pms_status_bool_exp!]" },
12677
- _not: { __type: "listing_pms_status_bool_exp" },
12678
- _or: { __type: "[listing_pms_status_bool_exp!]" },
12679
- name: { __type: "String_comparison_exp" },
12680
- },
12681
- listing_pms_status_enum_comparison_exp: {
12682
- _eq: { __type: "listing_pms_status_enum" },
12683
- _in: { __type: "[listing_pms_status_enum!]" },
12684
- _is_null: { __type: "Boolean" },
12685
- _neq: { __type: "listing_pms_status_enum" },
12686
- _nin: { __type: "[listing_pms_status_enum!]" },
12687
- },
12688
- listing_pms_status_insert_input: { name: { __type: "String" } },
12689
- listing_pms_status_max_fields: {
12690
- __typename: { __type: "String!" },
12691
- name: { __type: "String" },
12692
- },
12693
- listing_pms_status_min_fields: {
12694
- __typename: { __type: "String!" },
12695
- name: { __type: "String" },
12696
- },
12697
- listing_pms_status_mutation_response: {
12698
- __typename: { __type: "String!" },
12699
- affected_rows: { __type: "Int!" },
12700
- returning: { __type: "[listing_pms_status!]!" },
12701
- },
12702
- listing_pms_status_on_conflict: {
12703
- constraint: { __type: "listing_pms_status_constraint!" },
12704
- update_columns: { __type: "[listing_pms_status_update_column!]!" },
12705
- where: { __type: "listing_pms_status_bool_exp" },
12706
- },
12707
- listing_pms_status_order_by: { name: { __type: "order_by" } },
12708
- listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
12709
- listing_pms_status_set_input: { name: { __type: "String" } },
12710
- listing_pms_status_stream_cursor_input: {
12711
- initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
12712
- ordering: { __type: "cursor_ordering" },
12713
- },
12714
- listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
12715
- listing_pms_status_updates: {
12716
- _set: { __type: "listing_pms_status_set_input" },
12717
- where: { __type: "listing_pms_status_bool_exp!" },
12718
- },
12719
12638
  listing_prepend_input: {
12720
12639
  addressData: { __type: "jsonb" },
12721
12640
  metadata: { __type: "jsonb" },
@@ -12743,79 +12662,14 @@ export const generatedSchema = {
12743
12662
  name: { __type: "String" },
12744
12663
  ownerContactId: { __type: "uuid" },
12745
12664
  pmsAddressData: { __type: "jsonb" },
12746
- pmsStatus: { __type: "listing_pms_status_enum" },
12665
+ pmsStatus: { __type: "activeStatus_enum" },
12747
12666
  sourceId: { __type: "uuid" },
12748
- status: { __type: "listing_status_enum" },
12667
+ status: { __type: "activeStatus_enum" },
12749
12668
  tenantId: { __type: "uuid" },
12750
12669
  title: { __type: "String" },
12751
12670
  uniqueRef: { __type: "String" },
12752
12671
  updatedAt: { __type: "timestamptz" },
12753
12672
  },
12754
- listing_status: {
12755
- __typename: { __type: "String!" },
12756
- name: { __type: "String!" },
12757
- },
12758
- listing_status_aggregate: {
12759
- __typename: { __type: "String!" },
12760
- aggregate: { __type: "listing_status_aggregate_fields" },
12761
- nodes: { __type: "[listing_status!]!" },
12762
- },
12763
- listing_status_aggregate_fields: {
12764
- __typename: { __type: "String!" },
12765
- count: {
12766
- __type: "Int!",
12767
- __args: {
12768
- columns: "[listing_status_select_column!]",
12769
- distinct: "Boolean",
12770
- },
12771
- },
12772
- max: { __type: "listing_status_max_fields" },
12773
- min: { __type: "listing_status_min_fields" },
12774
- },
12775
- listing_status_bool_exp: {
12776
- _and: { __type: "[listing_status_bool_exp!]" },
12777
- _not: { __type: "listing_status_bool_exp" },
12778
- _or: { __type: "[listing_status_bool_exp!]" },
12779
- name: { __type: "String_comparison_exp" },
12780
- },
12781
- listing_status_enum_comparison_exp: {
12782
- _eq: { __type: "listing_status_enum" },
12783
- _in: { __type: "[listing_status_enum!]" },
12784
- _is_null: { __type: "Boolean" },
12785
- _neq: { __type: "listing_status_enum" },
12786
- _nin: { __type: "[listing_status_enum!]" },
12787
- },
12788
- listing_status_insert_input: { name: { __type: "String" } },
12789
- listing_status_max_fields: {
12790
- __typename: { __type: "String!" },
12791
- name: { __type: "String" },
12792
- },
12793
- listing_status_min_fields: {
12794
- __typename: { __type: "String!" },
12795
- name: { __type: "String" },
12796
- },
12797
- listing_status_mutation_response: {
12798
- __typename: { __type: "String!" },
12799
- affected_rows: { __type: "Int!" },
12800
- returning: { __type: "[listing_status!]!" },
12801
- },
12802
- listing_status_on_conflict: {
12803
- constraint: { __type: "listing_status_constraint!" },
12804
- update_columns: { __type: "[listing_status_update_column!]!" },
12805
- where: { __type: "listing_status_bool_exp" },
12806
- },
12807
- listing_status_order_by: { name: { __type: "order_by" } },
12808
- listing_status_pk_columns_input: { name: { __type: "String!" } },
12809
- listing_status_set_input: { name: { __type: "String" } },
12810
- listing_status_stream_cursor_input: {
12811
- initial_value: { __type: "listing_status_stream_cursor_value_input!" },
12812
- ordering: { __type: "cursor_ordering" },
12813
- },
12814
- listing_status_stream_cursor_value_input: { name: { __type: "String" } },
12815
- listing_status_updates: {
12816
- _set: { __type: "listing_status_set_input" },
12817
- where: { __type: "listing_status_bool_exp!" },
12818
- },
12819
12673
  listing_stddev_fields: {
12820
12674
  __typename: { __type: "String!" },
12821
12675
  bedrooms: { __type: "Float" },
@@ -12884,9 +12738,9 @@ export const generatedSchema = {
12884
12738
  name: { __type: "String" },
12885
12739
  ownerContactId: { __type: "uuid" },
12886
12740
  pmsAddressData: { __type: "jsonb" },
12887
- pmsStatus: { __type: "listing_pms_status_enum" },
12741
+ pmsStatus: { __type: "activeStatus_enum" },
12888
12742
  sourceId: { __type: "uuid" },
12889
- status: { __type: "listing_status_enum" },
12743
+ status: { __type: "activeStatus_enum" },
12890
12744
  tenantId: { __type: "uuid" },
12891
12745
  title: { __type: "String" },
12892
12746
  uniqueRef: { __type: "String" },
@@ -14319,38 +14173,6 @@ export const generatedSchema = {
14319
14173
  __type: "listing_owner_role",
14320
14174
  __args: { name: "String!" },
14321
14175
  },
14322
- delete_listing_pms_status: {
14323
- __type: "listing_pms_status_mutation_response",
14324
- __args: { where: "listing_pms_status_bool_exp!" },
14325
- },
14326
- delete_listing_pms_status_by_pk: {
14327
- __type: "listing_pms_status",
14328
- __args: { name: "String!" },
14329
- },
14330
- delete_listing_status: {
14331
- __type: "listing_status_mutation_response",
14332
- __args: { where: "listing_status_bool_exp!" },
14333
- },
14334
- delete_listing_status_by_pk: {
14335
- __type: "listing_status",
14336
- __args: { name: "String!" },
14337
- },
14338
- delete_owner_pms_status: {
14339
- __type: "owner_pms_status_mutation_response",
14340
- __args: { where: "owner_pms_status_bool_exp!" },
14341
- },
14342
- delete_owner_pms_status_by_pk: {
14343
- __type: "owner_pms_status",
14344
- __args: { name: "String!" },
14345
- },
14346
- delete_owner_status: {
14347
- __type: "owner_status_mutation_response",
14348
- __args: { where: "owner_status_bool_exp!" },
14349
- },
14350
- delete_owner_status_by_pk: {
14351
- __type: "owner_status",
14352
- __args: { name: "String!" },
14353
- },
14354
14176
  delete_owner_user_access_role: {
14355
14177
  __type: "owner_user_access_role_mutation_response",
14356
14178
  __args: { where: "owner_user_access_role_bool_exp!" },
@@ -15952,62 +15774,6 @@ export const generatedSchema = {
15952
15774
  on_conflict: "listing_owner_role_on_conflict",
15953
15775
  },
15954
15776
  },
15955
- insert_listing_pms_status: {
15956
- __type: "listing_pms_status_mutation_response",
15957
- __args: {
15958
- objects: "[listing_pms_status_insert_input!]!",
15959
- on_conflict: "listing_pms_status_on_conflict",
15960
- },
15961
- },
15962
- insert_listing_pms_status_one: {
15963
- __type: "listing_pms_status",
15964
- __args: {
15965
- object: "listing_pms_status_insert_input!",
15966
- on_conflict: "listing_pms_status_on_conflict",
15967
- },
15968
- },
15969
- insert_listing_status: {
15970
- __type: "listing_status_mutation_response",
15971
- __args: {
15972
- objects: "[listing_status_insert_input!]!",
15973
- on_conflict: "listing_status_on_conflict",
15974
- },
15975
- },
15976
- insert_listing_status_one: {
15977
- __type: "listing_status",
15978
- __args: {
15979
- object: "listing_status_insert_input!",
15980
- on_conflict: "listing_status_on_conflict",
15981
- },
15982
- },
15983
- insert_owner_pms_status: {
15984
- __type: "owner_pms_status_mutation_response",
15985
- __args: {
15986
- objects: "[owner_pms_status_insert_input!]!",
15987
- on_conflict: "owner_pms_status_on_conflict",
15988
- },
15989
- },
15990
- insert_owner_pms_status_one: {
15991
- __type: "owner_pms_status",
15992
- __args: {
15993
- object: "owner_pms_status_insert_input!",
15994
- on_conflict: "owner_pms_status_on_conflict",
15995
- },
15996
- },
15997
- insert_owner_status: {
15998
- __type: "owner_status_mutation_response",
15999
- __args: {
16000
- objects: "[owner_status_insert_input!]!",
16001
- on_conflict: "owner_status_on_conflict",
16002
- },
16003
- },
16004
- insert_owner_status_one: {
16005
- __type: "owner_status",
16006
- __args: {
16007
- object: "owner_status_insert_input!",
16008
- on_conflict: "owner_status_on_conflict",
16009
- },
16010
- },
16011
15777
  insert_owner_user_access_role: {
16012
15778
  __type: "owner_user_access_role_mutation_response",
16013
15779
  __args: {
@@ -18437,60 +18203,6 @@ export const generatedSchema = {
18437
18203
  __type: "[listing_owner_role_mutation_response]",
18438
18204
  __args: { updates: "[listing_owner_role_updates!]!" },
18439
18205
  },
18440
- update_listing_pms_status: {
18441
- __type: "listing_pms_status_mutation_response",
18442
- __args: {
18443
- _set: "listing_pms_status_set_input",
18444
- where: "listing_pms_status_bool_exp!",
18445
- },
18446
- },
18447
- update_listing_pms_status_by_pk: {
18448
- __type: "listing_pms_status",
18449
- __args: {
18450
- _set: "listing_pms_status_set_input",
18451
- pk_columns: "listing_pms_status_pk_columns_input!",
18452
- },
18453
- },
18454
- update_listing_pms_status_many: {
18455
- __type: "[listing_pms_status_mutation_response]",
18456
- __args: { updates: "[listing_pms_status_updates!]!" },
18457
- },
18458
- update_listing_status: {
18459
- __type: "listing_status_mutation_response",
18460
- __args: {
18461
- _set: "listing_status_set_input",
18462
- where: "listing_status_bool_exp!",
18463
- },
18464
- },
18465
- update_listing_status_by_pk: {
18466
- __type: "listing_status",
18467
- __args: {
18468
- _set: "listing_status_set_input",
18469
- pk_columns: "listing_status_pk_columns_input!",
18470
- },
18471
- },
18472
- update_listing_status_many: {
18473
- __type: "[listing_status_mutation_response]",
18474
- __args: { updates: "[listing_status_updates!]!" },
18475
- },
18476
- update_owner_pms_status: {
18477
- __type: "owner_pms_status_mutation_response",
18478
- __args: {
18479
- _set: "owner_pms_status_set_input",
18480
- where: "owner_pms_status_bool_exp!",
18481
- },
18482
- },
18483
- update_owner_pms_status_by_pk: {
18484
- __type: "owner_pms_status",
18485
- __args: {
18486
- _set: "owner_pms_status_set_input",
18487
- pk_columns: "owner_pms_status_pk_columns_input!",
18488
- },
18489
- },
18490
- update_owner_pms_status_many: {
18491
- __type: "[owner_pms_status_mutation_response]",
18492
- __args: { updates: "[owner_pms_status_updates!]!" },
18493
- },
18494
18206
  update_owner_statement_line_many: {
18495
18207
  __type: "[owner_statement_line_mutation_response]",
18496
18208
  __args: { updates: "[owner_statement_line_updates!]!" },
@@ -18503,24 +18215,6 @@ export const generatedSchema = {
18503
18215
  __type: "[owner_statement_template_mutation_response]",
18504
18216
  __args: { updates: "[owner_statement_template_updates!]!" },
18505
18217
  },
18506
- update_owner_status: {
18507
- __type: "owner_status_mutation_response",
18508
- __args: {
18509
- _set: "owner_status_set_input",
18510
- where: "owner_status_bool_exp!",
18511
- },
18512
- },
18513
- update_owner_status_by_pk: {
18514
- __type: "owner_status",
18515
- __args: {
18516
- _set: "owner_status_set_input",
18517
- pk_columns: "owner_status_pk_columns_input!",
18518
- },
18519
- },
18520
- update_owner_status_many: {
18521
- __type: "[owner_status_mutation_response]",
18522
- __args: { updates: "[owner_status_updates!]!" },
18523
- },
18524
18218
  update_owner_user_access_role: {
18525
18219
  __type: "owner_user_access_role_mutation_response",
18526
18220
  __args: {
@@ -18990,7 +18684,7 @@ export const generatedSchema = {
18990
18684
  },
18991
18685
  },
18992
18686
  phone: { __type: "String" },
18993
- pmsStatus: { __type: "owner_pms_status_enum" },
18687
+ pmsStatus: { __type: "activeStatus_enum" },
18994
18688
  settingsLeft: {
18995
18689
  __type: "[setting!]!",
18996
18690
  __args: {
@@ -19053,7 +18747,7 @@ export const generatedSchema = {
19053
18747
  where: "owner_statement_owner_bool_exp",
19054
18748
  },
19055
18749
  },
19056
- status: { __type: "owner_status_enum" },
18750
+ status: { __type: "activeStatus_enum" },
19057
18751
  taxId: { __type: "String" },
19058
18752
  taxStatements: {
19059
18753
  __type: "[tax_statement!]!",
@@ -19457,7 +19151,7 @@ export const generatedSchema = {
19457
19151
  ownerships: { __type: "listing_owner_bool_exp" },
19458
19152
  ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
19459
19153
  phone: { __type: "String_comparison_exp" },
19460
- pmsStatus: { __type: "owner_pms_status_enum_comparison_exp" },
19154
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
19461
19155
  settingsLeft: { __type: "setting_bool_exp" },
19462
19156
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
19463
19157
  settingsRight: { __type: "setting_bool_exp" },
@@ -19468,7 +19162,7 @@ export const generatedSchema = {
19468
19162
  statementOwnerships_aggregate: {
19469
19163
  __type: "owner_statement_owner_aggregate_bool_exp",
19470
19164
  },
19471
- status: { __type: "owner_status_enum_comparison_exp" },
19165
+ status: { __type: "activeStatus_enum_comparison_exp" },
19472
19166
  taxId: { __type: "String_comparison_exp" },
19473
19167
  taxStatements: { __type: "tax_statement_bool_exp" },
19474
19168
  taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
@@ -19498,7 +19192,7 @@ export const generatedSchema = {
19498
19192
  },
19499
19193
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
19500
19194
  phone: { __type: "String" },
19501
- pmsStatus: { __type: "owner_pms_status_enum" },
19195
+ pmsStatus: { __type: "activeStatus_enum" },
19502
19196
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
19503
19197
  settingsRight: { __type: "setting_arr_rel_insert_input" },
19504
19198
  source: { __type: "source_obj_rel_insert_input" },
@@ -19506,7 +19200,7 @@ export const generatedSchema = {
19506
19200
  statementOwnerships: {
19507
19201
  __type: "owner_statement_owner_arr_rel_insert_input",
19508
19202
  },
19509
- status: { __type: "owner_status_enum" },
19203
+ status: { __type: "activeStatus_enum" },
19510
19204
  taxId: { __type: "String" },
19511
19205
  taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
19512
19206
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -19633,71 +19327,6 @@ export const generatedSchema = {
19633
19327
  userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
19634
19328
  },
19635
19329
  owner_pk_columns_input: { id: { __type: "uuid!" } },
19636
- owner_pms_status: {
19637
- __typename: { __type: "String!" },
19638
- name: { __type: "String!" },
19639
- },
19640
- owner_pms_status_aggregate: {
19641
- __typename: { __type: "String!" },
19642
- aggregate: { __type: "owner_pms_status_aggregate_fields" },
19643
- nodes: { __type: "[owner_pms_status!]!" },
19644
- },
19645
- owner_pms_status_aggregate_fields: {
19646
- __typename: { __type: "String!" },
19647
- count: {
19648
- __type: "Int!",
19649
- __args: {
19650
- columns: "[owner_pms_status_select_column!]",
19651
- distinct: "Boolean",
19652
- },
19653
- },
19654
- max: { __type: "owner_pms_status_max_fields" },
19655
- min: { __type: "owner_pms_status_min_fields" },
19656
- },
19657
- owner_pms_status_bool_exp: {
19658
- _and: { __type: "[owner_pms_status_bool_exp!]" },
19659
- _not: { __type: "owner_pms_status_bool_exp" },
19660
- _or: { __type: "[owner_pms_status_bool_exp!]" },
19661
- name: { __type: "String_comparison_exp" },
19662
- },
19663
- owner_pms_status_enum_comparison_exp: {
19664
- _eq: { __type: "owner_pms_status_enum" },
19665
- _in: { __type: "[owner_pms_status_enum!]" },
19666
- _is_null: { __type: "Boolean" },
19667
- _neq: { __type: "owner_pms_status_enum" },
19668
- _nin: { __type: "[owner_pms_status_enum!]" },
19669
- },
19670
- owner_pms_status_insert_input: { name: { __type: "String" } },
19671
- owner_pms_status_max_fields: {
19672
- __typename: { __type: "String!" },
19673
- name: { __type: "String" },
19674
- },
19675
- owner_pms_status_min_fields: {
19676
- __typename: { __type: "String!" },
19677
- name: { __type: "String" },
19678
- },
19679
- owner_pms_status_mutation_response: {
19680
- __typename: { __type: "String!" },
19681
- affected_rows: { __type: "Int!" },
19682
- returning: { __type: "[owner_pms_status!]!" },
19683
- },
19684
- owner_pms_status_on_conflict: {
19685
- constraint: { __type: "owner_pms_status_constraint!" },
19686
- update_columns: { __type: "[owner_pms_status_update_column!]!" },
19687
- where: { __type: "owner_pms_status_bool_exp" },
19688
- },
19689
- owner_pms_status_order_by: { name: { __type: "order_by" } },
19690
- owner_pms_status_pk_columns_input: { name: { __type: "String!" } },
19691
- owner_pms_status_set_input: { name: { __type: "String" } },
19692
- owner_pms_status_stream_cursor_input: {
19693
- initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" },
19694
- ordering: { __type: "cursor_ordering" },
19695
- },
19696
- owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
19697
- owner_pms_status_updates: {
19698
- _set: { __type: "owner_pms_status_set_input" },
19699
- where: { __type: "owner_pms_status_bool_exp!" },
19700
- },
19701
19330
  owner_set_input: {
19702
19331
  addressId: { __type: "uuid" },
19703
19332
  companyType: { __type: "String" },
@@ -19709,9 +19338,9 @@ export const generatedSchema = {
19709
19338
  is1099PostalDelivery: { __type: "Boolean" },
19710
19339
  name: { __type: "String" },
19711
19340
  phone: { __type: "String" },
19712
- pmsStatus: { __type: "owner_pms_status_enum" },
19341
+ pmsStatus: { __type: "activeStatus_enum" },
19713
19342
  sourceId: { __type: "uuid" },
19714
- status: { __type: "owner_status_enum" },
19343
+ status: { __type: "activeStatus_enum" },
19715
19344
  taxId: { __type: "String" },
19716
19345
  tenantId: { __type: "uuid" },
19717
19346
  type: { __type: "owner_type_enum" },
@@ -21743,68 +21372,6 @@ export const generatedSchema = {
21743
21372
  centTotal: { __type: "order_by" },
21744
21373
  centTransfer: { __type: "order_by" },
21745
21374
  },
21746
- owner_status: {
21747
- __typename: { __type: "String!" },
21748
- name: { __type: "String!" },
21749
- },
21750
- owner_status_aggregate: {
21751
- __typename: { __type: "String!" },
21752
- aggregate: { __type: "owner_status_aggregate_fields" },
21753
- nodes: { __type: "[owner_status!]!" },
21754
- },
21755
- owner_status_aggregate_fields: {
21756
- __typename: { __type: "String!" },
21757
- count: {
21758
- __type: "Int!",
21759
- __args: { columns: "[owner_status_select_column!]", distinct: "Boolean" },
21760
- },
21761
- max: { __type: "owner_status_max_fields" },
21762
- min: { __type: "owner_status_min_fields" },
21763
- },
21764
- owner_status_bool_exp: {
21765
- _and: { __type: "[owner_status_bool_exp!]" },
21766
- _not: { __type: "owner_status_bool_exp" },
21767
- _or: { __type: "[owner_status_bool_exp!]" },
21768
- name: { __type: "String_comparison_exp" },
21769
- },
21770
- owner_status_enum_comparison_exp: {
21771
- _eq: { __type: "owner_status_enum" },
21772
- _in: { __type: "[owner_status_enum!]" },
21773
- _is_null: { __type: "Boolean" },
21774
- _neq: { __type: "owner_status_enum" },
21775
- _nin: { __type: "[owner_status_enum!]" },
21776
- },
21777
- owner_status_insert_input: { name: { __type: "String" } },
21778
- owner_status_max_fields: {
21779
- __typename: { __type: "String!" },
21780
- name: { __type: "String" },
21781
- },
21782
- owner_status_min_fields: {
21783
- __typename: { __type: "String!" },
21784
- name: { __type: "String" },
21785
- },
21786
- owner_status_mutation_response: {
21787
- __typename: { __type: "String!" },
21788
- affected_rows: { __type: "Int!" },
21789
- returning: { __type: "[owner_status!]!" },
21790
- },
21791
- owner_status_on_conflict: {
21792
- constraint: { __type: "owner_status_constraint!" },
21793
- update_columns: { __type: "[owner_status_update_column!]!" },
21794
- where: { __type: "owner_status_bool_exp" },
21795
- },
21796
- owner_status_order_by: { name: { __type: "order_by" } },
21797
- owner_status_pk_columns_input: { name: { __type: "String!" } },
21798
- owner_status_set_input: { name: { __type: "String" } },
21799
- owner_status_stream_cursor_input: {
21800
- initial_value: { __type: "owner_status_stream_cursor_value_input!" },
21801
- ordering: { __type: "cursor_ordering" },
21802
- },
21803
- owner_status_stream_cursor_value_input: { name: { __type: "String" } },
21804
- owner_status_updates: {
21805
- _set: { __type: "owner_status_set_input" },
21806
- where: { __type: "owner_status_bool_exp!" },
21807
- },
21808
21375
  owner_stream_cursor_input: {
21809
21376
  initial_value: { __type: "owner_stream_cursor_value_input!" },
21810
21377
  ordering: { __type: "cursor_ordering" },
@@ -21820,9 +21387,9 @@ export const generatedSchema = {
21820
21387
  is1099PostalDelivery: { __type: "Boolean" },
21821
21388
  name: { __type: "String" },
21822
21389
  phone: { __type: "String" },
21823
- pmsStatus: { __type: "owner_pms_status_enum" },
21390
+ pmsStatus: { __type: "activeStatus_enum" },
21824
21391
  sourceId: { __type: "uuid" },
21825
- status: { __type: "owner_status_enum" },
21392
+ status: { __type: "activeStatus_enum" },
21826
21393
  taxId: { __type: "String" },
21827
21394
  tenantId: { __type: "uuid" },
21828
21395
  type: { __type: "owner_type_enum" },
@@ -25342,54 +24909,6 @@ export const generatedSchema = {
25342
24909
  __type: "listing_owner_role",
25343
24910
  __args: { name: "String!" },
25344
24911
  },
25345
- listing_pms_status: {
25346
- __type: "[listing_pms_status!]!",
25347
- __args: {
25348
- distinct_on: "[listing_pms_status_select_column!]",
25349
- limit: "Int",
25350
- offset: "Int",
25351
- order_by: "[listing_pms_status_order_by!]",
25352
- where: "listing_pms_status_bool_exp",
25353
- },
25354
- },
25355
- listing_pms_status_aggregate: {
25356
- __type: "listing_pms_status_aggregate!",
25357
- __args: {
25358
- distinct_on: "[listing_pms_status_select_column!]",
25359
- limit: "Int",
25360
- offset: "Int",
25361
- order_by: "[listing_pms_status_order_by!]",
25362
- where: "listing_pms_status_bool_exp",
25363
- },
25364
- },
25365
- listing_pms_status_by_pk: {
25366
- __type: "listing_pms_status",
25367
- __args: { name: "String!" },
25368
- },
25369
- listing_status: {
25370
- __type: "[listing_status!]!",
25371
- __args: {
25372
- distinct_on: "[listing_status_select_column!]",
25373
- limit: "Int",
25374
- offset: "Int",
25375
- order_by: "[listing_status_order_by!]",
25376
- where: "listing_status_bool_exp",
25377
- },
25378
- },
25379
- listing_status_aggregate: {
25380
- __type: "listing_status_aggregate!",
25381
- __args: {
25382
- distinct_on: "[listing_status_select_column!]",
25383
- limit: "Int",
25384
- offset: "Int",
25385
- order_by: "[listing_status_order_by!]",
25386
- where: "listing_status_bool_exp",
25387
- },
25388
- },
25389
- listing_status_by_pk: {
25390
- __type: "listing_status",
25391
- __args: { name: "String!" },
25392
- },
25393
24912
  listings: {
25394
24913
  __type: "[listing!]!",
25395
24914
  __args: {
@@ -25806,51 +25325,6 @@ export const generatedSchema = {
25806
25325
  where: "owner_user_access_bool_exp",
25807
25326
  },
25808
25327
  },
25809
- owner_pms_status: {
25810
- __type: "[owner_pms_status!]!",
25811
- __args: {
25812
- distinct_on: "[owner_pms_status_select_column!]",
25813
- limit: "Int",
25814
- offset: "Int",
25815
- order_by: "[owner_pms_status_order_by!]",
25816
- where: "owner_pms_status_bool_exp",
25817
- },
25818
- },
25819
- owner_pms_status_aggregate: {
25820
- __type: "owner_pms_status_aggregate!",
25821
- __args: {
25822
- distinct_on: "[owner_pms_status_select_column!]",
25823
- limit: "Int",
25824
- offset: "Int",
25825
- order_by: "[owner_pms_status_order_by!]",
25826
- where: "owner_pms_status_bool_exp",
25827
- },
25828
- },
25829
- owner_pms_status_by_pk: {
25830
- __type: "owner_pms_status",
25831
- __args: { name: "String!" },
25832
- },
25833
- owner_status: {
25834
- __type: "[owner_status!]!",
25835
- __args: {
25836
- distinct_on: "[owner_status_select_column!]",
25837
- limit: "Int",
25838
- offset: "Int",
25839
- order_by: "[owner_status_order_by!]",
25840
- where: "owner_status_bool_exp",
25841
- },
25842
- },
25843
- owner_status_aggregate: {
25844
- __type: "owner_status_aggregate!",
25845
- __args: {
25846
- distinct_on: "[owner_status_select_column!]",
25847
- limit: "Int",
25848
- offset: "Int",
25849
- order_by: "[owner_status_order_by!]",
25850
- where: "owner_status_bool_exp",
25851
- },
25852
- },
25853
- owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
25854
25328
  owner_user_access_role: {
25855
25329
  __type: "[owner_user_access_role!]!",
25856
25330
  __args: {
@@ -34254,70 +33728,6 @@ export const generatedSchema = {
34254
33728
  where: "listing_owner_bool_exp",
34255
33729
  },
34256
33730
  },
34257
- listing_pms_status: {
34258
- __type: "[listing_pms_status!]!",
34259
- __args: {
34260
- distinct_on: "[listing_pms_status_select_column!]",
34261
- limit: "Int",
34262
- offset: "Int",
34263
- order_by: "[listing_pms_status_order_by!]",
34264
- where: "listing_pms_status_bool_exp",
34265
- },
34266
- },
34267
- listing_pms_status_aggregate: {
34268
- __type: "listing_pms_status_aggregate!",
34269
- __args: {
34270
- distinct_on: "[listing_pms_status_select_column!]",
34271
- limit: "Int",
34272
- offset: "Int",
34273
- order_by: "[listing_pms_status_order_by!]",
34274
- where: "listing_pms_status_bool_exp",
34275
- },
34276
- },
34277
- listing_pms_status_by_pk: {
34278
- __type: "listing_pms_status",
34279
- __args: { name: "String!" },
34280
- },
34281
- listing_pms_status_stream: {
34282
- __type: "[listing_pms_status!]!",
34283
- __args: {
34284
- batch_size: "Int!",
34285
- cursor: "[listing_pms_status_stream_cursor_input]!",
34286
- where: "listing_pms_status_bool_exp",
34287
- },
34288
- },
34289
- listing_status: {
34290
- __type: "[listing_status!]!",
34291
- __args: {
34292
- distinct_on: "[listing_status_select_column!]",
34293
- limit: "Int",
34294
- offset: "Int",
34295
- order_by: "[listing_status_order_by!]",
34296
- where: "listing_status_bool_exp",
34297
- },
34298
- },
34299
- listing_status_aggregate: {
34300
- __type: "listing_status_aggregate!",
34301
- __args: {
34302
- distinct_on: "[listing_status_select_column!]",
34303
- limit: "Int",
34304
- offset: "Int",
34305
- order_by: "[listing_status_order_by!]",
34306
- where: "listing_status_bool_exp",
34307
- },
34308
- },
34309
- listing_status_by_pk: {
34310
- __type: "listing_status",
34311
- __args: { name: "String!" },
34312
- },
34313
- listing_status_stream: {
34314
- __type: "[listing_status!]!",
34315
- __args: {
34316
- batch_size: "Int!",
34317
- cursor: "[listing_status_stream_cursor_input]!",
34318
- where: "listing_status_bool_exp",
34319
- },
34320
- },
34321
33731
  listing_stream: {
34322
33732
  __type: "[listing!]!",
34323
33733
  __args: {
@@ -34814,38 +34224,6 @@ export const generatedSchema = {
34814
34224
  where: "owner_user_access_bool_exp",
34815
34225
  },
34816
34226
  },
34817
- owner_pms_status: {
34818
- __type: "[owner_pms_status!]!",
34819
- __args: {
34820
- distinct_on: "[owner_pms_status_select_column!]",
34821
- limit: "Int",
34822
- offset: "Int",
34823
- order_by: "[owner_pms_status_order_by!]",
34824
- where: "owner_pms_status_bool_exp",
34825
- },
34826
- },
34827
- owner_pms_status_aggregate: {
34828
- __type: "owner_pms_status_aggregate!",
34829
- __args: {
34830
- distinct_on: "[owner_pms_status_select_column!]",
34831
- limit: "Int",
34832
- offset: "Int",
34833
- order_by: "[owner_pms_status_order_by!]",
34834
- where: "owner_pms_status_bool_exp",
34835
- },
34836
- },
34837
- owner_pms_status_by_pk: {
34838
- __type: "owner_pms_status",
34839
- __args: { name: "String!" },
34840
- },
34841
- owner_pms_status_stream: {
34842
- __type: "[owner_pms_status!]!",
34843
- __args: {
34844
- batch_size: "Int!",
34845
- cursor: "[owner_pms_status_stream_cursor_input]!",
34846
- where: "owner_pms_status_bool_exp",
34847
- },
34848
- },
34849
34227
  owner_statement_line_stream: {
34850
34228
  __type: "[owner_statement_line!]!",
34851
34229
  __args: {
@@ -34870,35 +34248,6 @@ export const generatedSchema = {
34870
34248
  where: "owner_statement_template_bool_exp",
34871
34249
  },
34872
34250
  },
34873
- owner_status: {
34874
- __type: "[owner_status!]!",
34875
- __args: {
34876
- distinct_on: "[owner_status_select_column!]",
34877
- limit: "Int",
34878
- offset: "Int",
34879
- order_by: "[owner_status_order_by!]",
34880
- where: "owner_status_bool_exp",
34881
- },
34882
- },
34883
- owner_status_aggregate: {
34884
- __type: "owner_status_aggregate!",
34885
- __args: {
34886
- distinct_on: "[owner_status_select_column!]",
34887
- limit: "Int",
34888
- offset: "Int",
34889
- order_by: "[owner_status_order_by!]",
34890
- where: "owner_status_bool_exp",
34891
- },
34892
- },
34893
- owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
34894
- owner_status_stream: {
34895
- __type: "[owner_status!]!",
34896
- __args: {
34897
- batch_size: "Int!",
34898
- cursor: "[owner_status_stream_cursor_input]!",
34899
- where: "owner_status_bool_exp",
34900
- },
34901
- },
34902
34251
  owner_user_access_role: {
34903
34252
  __type: "[owner_user_access_role!]!",
34904
34253
  __args: {