@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.
@@ -245,15 +245,7 @@ export const scalarsEnumsHash = {
245
245
  listing_owner_role_update_column: true,
246
246
  listing_owner_select_column: true,
247
247
  listing_owner_update_column: true,
248
- listing_pms_status_constraint: true,
249
- listing_pms_status_enum: true,
250
- listing_pms_status_select_column: true,
251
- listing_pms_status_update_column: true,
252
248
  listing_select_column: true,
253
- listing_status_constraint: true,
254
- listing_status_enum: true,
255
- listing_status_select_column: true,
256
- listing_status_update_column: true,
257
249
  listing_update_column: true,
258
250
  metricsActiveListingCreatedReturnType_enum_name: true,
259
251
  metricsBankRecordBalancesReturnType_enum_name: true,
@@ -10350,7 +10342,7 @@ export const generatedSchema = {
10350
10342
  address_id: { __type: "uuid" },
10351
10343
  bedrooms: { __type: "Int" },
10352
10344
  beds: { __type: "Int" },
10353
- calculatedStatus: { __type: "String" },
10345
+ calculatedStatus: { __type: "activeStatus_enum" },
10354
10346
  calculatedTitle: { __type: "String" },
10355
10347
  calculated_title: { __type: "String" },
10356
10348
  centExpenseReserve: { __type: "Int" },
@@ -10549,7 +10541,7 @@ export const generatedSchema = {
10549
10541
  },
10550
10542
  },
10551
10543
  pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
10552
- pmsStatus: { __type: "listing_pms_status_enum" },
10544
+ pmsStatus: { __type: "activeStatus_enum" },
10553
10545
  recurringFeeSubscriptions: {
10554
10546
  __type: "[recurringFeeListingSubscription!]!",
10555
10547
  __args: {
@@ -10652,7 +10644,7 @@ export const generatedSchema = {
10652
10644
  },
10653
10645
  source: { __type: "source" },
10654
10646
  sourceId: { __type: "uuid" },
10655
- status: { __type: "listing_status_enum" },
10647
+ status: { __type: "activeStatus_enum" },
10656
10648
  tenant: { __type: "tenant!" },
10657
10649
  tenantId: { __type: "uuid!" },
10658
10650
  title: { __type: "String" },
@@ -11349,7 +11341,7 @@ export const generatedSchema = {
11349
11341
  address_id: { __type: "uuid_comparison_exp" },
11350
11342
  bedrooms: { __type: "Int_comparison_exp" },
11351
11343
  beds: { __type: "Int_comparison_exp" },
11352
- calculatedStatus: { __type: "String_comparison_exp" },
11344
+ calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
11353
11345
  calculatedTitle: { __type: "String_comparison_exp" },
11354
11346
  calculated_title: { __type: "String_comparison_exp" },
11355
11347
  centExpenseReserve: { __type: "Int_comparison_exp" },
@@ -11392,7 +11384,7 @@ export const generatedSchema = {
11392
11384
  paymentLines: { __type: "payment_line_bool_exp" },
11393
11385
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
11394
11386
  pmsAddressData: { __type: "jsonb_comparison_exp" },
11395
- pmsStatus: { __type: "listing_pms_status_enum_comparison_exp" },
11387
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
11396
11388
  recurringFeeSubscriptions: {
11397
11389
  __type: "recurringFeeListingSubscription_bool_exp",
11398
11390
  },
@@ -11409,7 +11401,7 @@ export const generatedSchema = {
11409
11401
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11410
11402
  source: { __type: "source_bool_exp" },
11411
11403
  sourceId: { __type: "uuid_comparison_exp" },
11412
- status: { __type: "listing_status_enum_comparison_exp" },
11404
+ status: { __type: "activeStatus_enum_comparison_exp" },
11413
11405
  tenant: { __type: "tenant_bool_exp" },
11414
11406
  tenantId: { __type: "uuid_comparison_exp" },
11415
11407
  title: { __type: "String_comparison_exp" },
@@ -12113,7 +12105,7 @@ export const generatedSchema = {
12113
12105
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
12114
12106
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
12115
12107
  pmsAddressData: { __type: "jsonb" },
12116
- pmsStatus: { __type: "listing_pms_status_enum" },
12108
+ pmsStatus: { __type: "activeStatus_enum" },
12117
12109
  recurringFeeSubscriptions: {
12118
12110
  __type: "recurringFeeListingSubscription_arr_rel_insert_input",
12119
12111
  },
@@ -12123,7 +12115,7 @@ export const generatedSchema = {
12123
12115
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12124
12116
  source: { __type: "source_obj_rel_insert_input" },
12125
12117
  sourceId: { __type: "uuid" },
12126
- status: { __type: "listing_status_enum" },
12118
+ status: { __type: "activeStatus_enum" },
12127
12119
  tenant: { __type: "tenant_obj_rel_insert_input" },
12128
12120
  tenantId: { __type: "uuid" },
12129
12121
  title: { __type: "String" },
@@ -12140,7 +12132,6 @@ export const generatedSchema = {
12140
12132
  address_id: { __type: "uuid" },
12141
12133
  bedrooms: { __type: "Int" },
12142
12134
  beds: { __type: "Int" },
12143
- calculatedStatus: { __type: "String" },
12144
12135
  calculatedTitle: { __type: "String" },
12145
12136
  calculated_title: { __type: "String" },
12146
12137
  centExpenseReserve: { __type: "Int" },
@@ -12167,7 +12158,6 @@ export const generatedSchema = {
12167
12158
  address_id: { __type: "order_by" },
12168
12159
  bedrooms: { __type: "order_by" },
12169
12160
  beds: { __type: "order_by" },
12170
- calculatedStatus: { __type: "order_by" },
12171
12161
  calculatedTitle: { __type: "order_by" },
12172
12162
  calculated_title: { __type: "order_by" },
12173
12163
  centExpenseReserve: { __type: "order_by" },
@@ -12195,7 +12185,6 @@ export const generatedSchema = {
12195
12185
  address_id: { __type: "uuid" },
12196
12186
  bedrooms: { __type: "Int" },
12197
12187
  beds: { __type: "Int" },
12198
- calculatedStatus: { __type: "String" },
12199
12188
  calculatedTitle: { __type: "String" },
12200
12189
  calculated_title: { __type: "String" },
12201
12190
  centExpenseReserve: { __type: "Int" },
@@ -12222,7 +12211,6 @@ export const generatedSchema = {
12222
12211
  address_id: { __type: "order_by" },
12223
12212
  bedrooms: { __type: "order_by" },
12224
12213
  beds: { __type: "order_by" },
12225
- calculatedStatus: { __type: "order_by" },
12226
12214
  calculatedTitle: { __type: "order_by" },
12227
12215
  calculated_title: { __type: "order_by" },
12228
12216
  centExpenseReserve: { __type: "order_by" },
@@ -12685,71 +12673,6 @@ export const generatedSchema = {
12685
12673
  },
12686
12674
  listing_owner_variance_order_by: { split: { __type: "order_by" } },
12687
12675
  listing_pk_columns_input: { id: { __type: "uuid!" } },
12688
- listing_pms_status: {
12689
- __typename: { __type: "String!" },
12690
- name: { __type: "String!" },
12691
- },
12692
- listing_pms_status_aggregate: {
12693
- __typename: { __type: "String!" },
12694
- aggregate: { __type: "listing_pms_status_aggregate_fields" },
12695
- nodes: { __type: "[listing_pms_status!]!" },
12696
- },
12697
- listing_pms_status_aggregate_fields: {
12698
- __typename: { __type: "String!" },
12699
- count: {
12700
- __type: "Int!",
12701
- __args: {
12702
- columns: "[listing_pms_status_select_column!]",
12703
- distinct: "Boolean",
12704
- },
12705
- },
12706
- max: { __type: "listing_pms_status_max_fields" },
12707
- min: { __type: "listing_pms_status_min_fields" },
12708
- },
12709
- listing_pms_status_bool_exp: {
12710
- _and: { __type: "[listing_pms_status_bool_exp!]" },
12711
- _not: { __type: "listing_pms_status_bool_exp" },
12712
- _or: { __type: "[listing_pms_status_bool_exp!]" },
12713
- name: { __type: "String_comparison_exp" },
12714
- },
12715
- listing_pms_status_enum_comparison_exp: {
12716
- _eq: { __type: "listing_pms_status_enum" },
12717
- _in: { __type: "[listing_pms_status_enum!]" },
12718
- _is_null: { __type: "Boolean" },
12719
- _neq: { __type: "listing_pms_status_enum" },
12720
- _nin: { __type: "[listing_pms_status_enum!]" },
12721
- },
12722
- listing_pms_status_insert_input: { name: { __type: "String" } },
12723
- listing_pms_status_max_fields: {
12724
- __typename: { __type: "String!" },
12725
- name: { __type: "String" },
12726
- },
12727
- listing_pms_status_min_fields: {
12728
- __typename: { __type: "String!" },
12729
- name: { __type: "String" },
12730
- },
12731
- listing_pms_status_mutation_response: {
12732
- __typename: { __type: "String!" },
12733
- affected_rows: { __type: "Int!" },
12734
- returning: { __type: "[listing_pms_status!]!" },
12735
- },
12736
- listing_pms_status_on_conflict: {
12737
- constraint: { __type: "listing_pms_status_constraint!" },
12738
- update_columns: { __type: "[listing_pms_status_update_column!]!" },
12739
- where: { __type: "listing_pms_status_bool_exp" },
12740
- },
12741
- listing_pms_status_order_by: { name: { __type: "order_by" } },
12742
- listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
12743
- listing_pms_status_set_input: { name: { __type: "String" } },
12744
- listing_pms_status_stream_cursor_input: {
12745
- initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
12746
- ordering: { __type: "cursor_ordering" },
12747
- },
12748
- listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
12749
- listing_pms_status_updates: {
12750
- _set: { __type: "listing_pms_status_set_input" },
12751
- where: { __type: "listing_pms_status_bool_exp!" },
12752
- },
12753
12676
  listing_prepend_input: {
12754
12677
  addressData: { __type: "jsonb" },
12755
12678
  metadata: { __type: "jsonb" },
@@ -12777,79 +12700,14 @@ export const generatedSchema = {
12777
12700
  name: { __type: "String" },
12778
12701
  ownerContactId: { __type: "uuid" },
12779
12702
  pmsAddressData: { __type: "jsonb" },
12780
- pmsStatus: { __type: "listing_pms_status_enum" },
12703
+ pmsStatus: { __type: "activeStatus_enum" },
12781
12704
  sourceId: { __type: "uuid" },
12782
- status: { __type: "listing_status_enum" },
12705
+ status: { __type: "activeStatus_enum" },
12783
12706
  tenantId: { __type: "uuid" },
12784
12707
  title: { __type: "String" },
12785
12708
  uniqueRef: { __type: "String" },
12786
12709
  updatedAt: { __type: "timestamptz" },
12787
12710
  },
12788
- listing_status: {
12789
- __typename: { __type: "String!" },
12790
- name: { __type: "String!" },
12791
- },
12792
- listing_status_aggregate: {
12793
- __typename: { __type: "String!" },
12794
- aggregate: { __type: "listing_status_aggregate_fields" },
12795
- nodes: { __type: "[listing_status!]!" },
12796
- },
12797
- listing_status_aggregate_fields: {
12798
- __typename: { __type: "String!" },
12799
- count: {
12800
- __type: "Int!",
12801
- __args: {
12802
- columns: "[listing_status_select_column!]",
12803
- distinct: "Boolean",
12804
- },
12805
- },
12806
- max: { __type: "listing_status_max_fields" },
12807
- min: { __type: "listing_status_min_fields" },
12808
- },
12809
- listing_status_bool_exp: {
12810
- _and: { __type: "[listing_status_bool_exp!]" },
12811
- _not: { __type: "listing_status_bool_exp" },
12812
- _or: { __type: "[listing_status_bool_exp!]" },
12813
- name: { __type: "String_comparison_exp" },
12814
- },
12815
- listing_status_enum_comparison_exp: {
12816
- _eq: { __type: "listing_status_enum" },
12817
- _in: { __type: "[listing_status_enum!]" },
12818
- _is_null: { __type: "Boolean" },
12819
- _neq: { __type: "listing_status_enum" },
12820
- _nin: { __type: "[listing_status_enum!]" },
12821
- },
12822
- listing_status_insert_input: { name: { __type: "String" } },
12823
- listing_status_max_fields: {
12824
- __typename: { __type: "String!" },
12825
- name: { __type: "String" },
12826
- },
12827
- listing_status_min_fields: {
12828
- __typename: { __type: "String!" },
12829
- name: { __type: "String" },
12830
- },
12831
- listing_status_mutation_response: {
12832
- __typename: { __type: "String!" },
12833
- affected_rows: { __type: "Int!" },
12834
- returning: { __type: "[listing_status!]!" },
12835
- },
12836
- listing_status_on_conflict: {
12837
- constraint: { __type: "listing_status_constraint!" },
12838
- update_columns: { __type: "[listing_status_update_column!]!" },
12839
- where: { __type: "listing_status_bool_exp" },
12840
- },
12841
- listing_status_order_by: { name: { __type: "order_by" } },
12842
- listing_status_pk_columns_input: { name: { __type: "String!" } },
12843
- listing_status_set_input: { name: { __type: "String" } },
12844
- listing_status_stream_cursor_input: {
12845
- initial_value: { __type: "listing_status_stream_cursor_value_input!" },
12846
- ordering: { __type: "cursor_ordering" },
12847
- },
12848
- listing_status_stream_cursor_value_input: { name: { __type: "String" } },
12849
- listing_status_updates: {
12850
- _set: { __type: "listing_status_set_input" },
12851
- where: { __type: "listing_status_bool_exp!" },
12852
- },
12853
12711
  listing_stddev_fields: {
12854
12712
  __typename: { __type: "String!" },
12855
12713
  bedrooms: { __type: "Float" },
@@ -12902,7 +12760,7 @@ export const generatedSchema = {
12902
12760
  address_id: { __type: "uuid" },
12903
12761
  bedrooms: { __type: "Int" },
12904
12762
  beds: { __type: "Int" },
12905
- calculatedStatus: { __type: "String" },
12763
+ calculatedStatus: { __type: "activeStatus_enum" },
12906
12764
  calculatedTitle: { __type: "String" },
12907
12765
  calculated_title: { __type: "String" },
12908
12766
  centExpenseReserve: { __type: "Int" },
@@ -12918,9 +12776,9 @@ export const generatedSchema = {
12918
12776
  name: { __type: "String" },
12919
12777
  ownerContactId: { __type: "uuid" },
12920
12778
  pmsAddressData: { __type: "jsonb" },
12921
- pmsStatus: { __type: "listing_pms_status_enum" },
12779
+ pmsStatus: { __type: "activeStatus_enum" },
12922
12780
  sourceId: { __type: "uuid" },
12923
- status: { __type: "listing_status_enum" },
12781
+ status: { __type: "activeStatus_enum" },
12924
12782
  tenantId: { __type: "uuid" },
12925
12783
  title: { __type: "String" },
12926
12784
  uniqueRef: { __type: "String" },
@@ -14359,22 +14217,6 @@ export const generatedSchema = {
14359
14217
  __type: "listing_owner_role",
14360
14218
  __args: { name: "String!" },
14361
14219
  },
14362
- delete_listing_pms_status: {
14363
- __type: "listing_pms_status_mutation_response",
14364
- __args: { where: "listing_pms_status_bool_exp!" },
14365
- },
14366
- delete_listing_pms_status_by_pk: {
14367
- __type: "listing_pms_status",
14368
- __args: { name: "String!" },
14369
- },
14370
- delete_listing_status: {
14371
- __type: "listing_status_mutation_response",
14372
- __args: { where: "listing_status_bool_exp!" },
14373
- },
14374
- delete_listing_status_by_pk: {
14375
- __type: "listing_status",
14376
- __args: { name: "String!" },
14377
- },
14378
14220
  delete_owner_pms_status: {
14379
14221
  __type: "owner_pms_status_mutation_response",
14380
14222
  __args: { where: "owner_pms_status_bool_exp!" },
@@ -15992,34 +15834,6 @@ export const generatedSchema = {
15992
15834
  on_conflict: "listing_owner_role_on_conflict",
15993
15835
  },
15994
15836
  },
15995
- insert_listing_pms_status: {
15996
- __type: "listing_pms_status_mutation_response",
15997
- __args: {
15998
- objects: "[listing_pms_status_insert_input!]!",
15999
- on_conflict: "listing_pms_status_on_conflict",
16000
- },
16001
- },
16002
- insert_listing_pms_status_one: {
16003
- __type: "listing_pms_status",
16004
- __args: {
16005
- object: "listing_pms_status_insert_input!",
16006
- on_conflict: "listing_pms_status_on_conflict",
16007
- },
16008
- },
16009
- insert_listing_status: {
16010
- __type: "listing_status_mutation_response",
16011
- __args: {
16012
- objects: "[listing_status_insert_input!]!",
16013
- on_conflict: "listing_status_on_conflict",
16014
- },
16015
- },
16016
- insert_listing_status_one: {
16017
- __type: "listing_status",
16018
- __args: {
16019
- object: "listing_status_insert_input!",
16020
- on_conflict: "listing_status_on_conflict",
16021
- },
16022
- },
16023
15837
  insert_owner_pms_status: {
16024
15838
  __type: "owner_pms_status_mutation_response",
16025
15839
  __args: {
@@ -18478,42 +18292,6 @@ export const generatedSchema = {
18478
18292
  __type: "[listing_owner_role_mutation_response]",
18479
18293
  __args: { updates: "[listing_owner_role_updates!]!" },
18480
18294
  },
18481
- update_listing_pms_status: {
18482
- __type: "listing_pms_status_mutation_response",
18483
- __args: {
18484
- _set: "listing_pms_status_set_input",
18485
- where: "listing_pms_status_bool_exp!",
18486
- },
18487
- },
18488
- update_listing_pms_status_by_pk: {
18489
- __type: "listing_pms_status",
18490
- __args: {
18491
- _set: "listing_pms_status_set_input",
18492
- pk_columns: "listing_pms_status_pk_columns_input!",
18493
- },
18494
- },
18495
- update_listing_pms_status_many: {
18496
- __type: "[listing_pms_status_mutation_response]",
18497
- __args: { updates: "[listing_pms_status_updates!]!" },
18498
- },
18499
- update_listing_status: {
18500
- __type: "listing_status_mutation_response",
18501
- __args: {
18502
- _set: "listing_status_set_input",
18503
- where: "listing_status_bool_exp!",
18504
- },
18505
- },
18506
- update_listing_status_by_pk: {
18507
- __type: "listing_status",
18508
- __args: {
18509
- _set: "listing_status_set_input",
18510
- pk_columns: "listing_status_pk_columns_input!",
18511
- },
18512
- },
18513
- update_listing_status_many: {
18514
- __type: "[listing_status_mutation_response]",
18515
- __args: { updates: "[listing_status_updates!]!" },
18516
- },
18517
18295
  update_owner_pms_status: {
18518
18296
  __type: "owner_pms_status_mutation_response",
18519
18297
  __args: {
@@ -25397,54 +25175,6 @@ export const generatedSchema = {
25397
25175
  __type: "listing_owner_role",
25398
25176
  __args: { name: "String!" },
25399
25177
  },
25400
- listing_pms_status: {
25401
- __type: "[listing_pms_status!]!",
25402
- __args: {
25403
- distinct_on: "[listing_pms_status_select_column!]",
25404
- limit: "Int",
25405
- offset: "Int",
25406
- order_by: "[listing_pms_status_order_by!]",
25407
- where: "listing_pms_status_bool_exp",
25408
- },
25409
- },
25410
- listing_pms_status_aggregate: {
25411
- __type: "listing_pms_status_aggregate!",
25412
- __args: {
25413
- distinct_on: "[listing_pms_status_select_column!]",
25414
- limit: "Int",
25415
- offset: "Int",
25416
- order_by: "[listing_pms_status_order_by!]",
25417
- where: "listing_pms_status_bool_exp",
25418
- },
25419
- },
25420
- listing_pms_status_by_pk: {
25421
- __type: "listing_pms_status",
25422
- __args: { name: "String!" },
25423
- },
25424
- listing_status: {
25425
- __type: "[listing_status!]!",
25426
- __args: {
25427
- distinct_on: "[listing_status_select_column!]",
25428
- limit: "Int",
25429
- offset: "Int",
25430
- order_by: "[listing_status_order_by!]",
25431
- where: "listing_status_bool_exp",
25432
- },
25433
- },
25434
- listing_status_aggregate: {
25435
- __type: "listing_status_aggregate!",
25436
- __args: {
25437
- distinct_on: "[listing_status_select_column!]",
25438
- limit: "Int",
25439
- offset: "Int",
25440
- order_by: "[listing_status_order_by!]",
25441
- where: "listing_status_bool_exp",
25442
- },
25443
- },
25444
- listing_status_by_pk: {
25445
- __type: "listing_status",
25446
- __args: { name: "String!" },
25447
- },
25448
25178
  listings: {
25449
25179
  __type: "[listing!]!",
25450
25180
  __args: {
@@ -34327,70 +34057,6 @@ export const generatedSchema = {
34327
34057
  where: "listing_owner_bool_exp",
34328
34058
  },
34329
34059
  },
34330
- listing_pms_status: {
34331
- __type: "[listing_pms_status!]!",
34332
- __args: {
34333
- distinct_on: "[listing_pms_status_select_column!]",
34334
- limit: "Int",
34335
- offset: "Int",
34336
- order_by: "[listing_pms_status_order_by!]",
34337
- where: "listing_pms_status_bool_exp",
34338
- },
34339
- },
34340
- listing_pms_status_aggregate: {
34341
- __type: "listing_pms_status_aggregate!",
34342
- __args: {
34343
- distinct_on: "[listing_pms_status_select_column!]",
34344
- limit: "Int",
34345
- offset: "Int",
34346
- order_by: "[listing_pms_status_order_by!]",
34347
- where: "listing_pms_status_bool_exp",
34348
- },
34349
- },
34350
- listing_pms_status_by_pk: {
34351
- __type: "listing_pms_status",
34352
- __args: { name: "String!" },
34353
- },
34354
- listing_pms_status_stream: {
34355
- __type: "[listing_pms_status!]!",
34356
- __args: {
34357
- batch_size: "Int!",
34358
- cursor: "[listing_pms_status_stream_cursor_input]!",
34359
- where: "listing_pms_status_bool_exp",
34360
- },
34361
- },
34362
- listing_status: {
34363
- __type: "[listing_status!]!",
34364
- __args: {
34365
- distinct_on: "[listing_status_select_column!]",
34366
- limit: "Int",
34367
- offset: "Int",
34368
- order_by: "[listing_status_order_by!]",
34369
- where: "listing_status_bool_exp",
34370
- },
34371
- },
34372
- listing_status_aggregate: {
34373
- __type: "listing_status_aggregate!",
34374
- __args: {
34375
- distinct_on: "[listing_status_select_column!]",
34376
- limit: "Int",
34377
- offset: "Int",
34378
- order_by: "[listing_status_order_by!]",
34379
- where: "listing_status_bool_exp",
34380
- },
34381
- },
34382
- listing_status_by_pk: {
34383
- __type: "listing_status",
34384
- __args: { name: "String!" },
34385
- },
34386
- listing_status_stream: {
34387
- __type: "[listing_status!]!",
34388
- __args: {
34389
- batch_size: "Int!",
34390
- cursor: "[listing_status_stream_cursor_input]!",
34391
- where: "listing_status_bool_exp",
34392
- },
34393
- },
34394
34060
  listing_stream: {
34395
34061
  __type: "[listing!]!",
34396
34062
  __args: {