@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.
@@ -239,15 +239,7 @@ exports.scalarsEnumsHash = {
239
239
  listing_owner_role_update_column: true,
240
240
  listing_owner_select_column: true,
241
241
  listing_owner_update_column: true,
242
- listing_pms_status_constraint: true,
243
- listing_pms_status_enum: true,
244
- listing_pms_status_select_column: true,
245
- listing_pms_status_update_column: true,
246
242
  listing_select_column: true,
247
- listing_status_constraint: true,
248
- listing_status_enum: true,
249
- listing_status_select_column: true,
250
- listing_status_update_column: true,
251
243
  listing_update_column: true,
252
244
  metricsActiveListingCreatedReturnType_enum_name: true,
253
245
  metricsBankRecordBalancesReturnType_enum_name: true,
@@ -10321,7 +10313,7 @@ exports.generatedSchema = {
10321
10313
  address_id: { __type: "uuid" },
10322
10314
  bedrooms: { __type: "Int" },
10323
10315
  beds: { __type: "Int" },
10324
- calculatedStatus: { __type: "String" },
10316
+ calculatedStatus: { __type: "activeStatus_enum" },
10325
10317
  calculatedTitle: { __type: "String" },
10326
10318
  calculated_title: { __type: "String" },
10327
10319
  centExpenseReserve: { __type: "Int" },
@@ -10520,7 +10512,7 @@ exports.generatedSchema = {
10520
10512
  },
10521
10513
  },
10522
10514
  pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
10523
- pmsStatus: { __type: "listing_pms_status_enum" },
10515
+ pmsStatus: { __type: "activeStatus_enum" },
10524
10516
  recurringFeeSubscriptions: {
10525
10517
  __type: "[recurringFeeListingSubscription!]!",
10526
10518
  __args: {
@@ -10623,7 +10615,7 @@ exports.generatedSchema = {
10623
10615
  },
10624
10616
  source: { __type: "source" },
10625
10617
  sourceId: { __type: "uuid" },
10626
- status: { __type: "listing_status_enum" },
10618
+ status: { __type: "activeStatus_enum" },
10627
10619
  tenant: { __type: "tenant!" },
10628
10620
  tenantId: { __type: "uuid!" },
10629
10621
  title: { __type: "String" },
@@ -11318,7 +11310,7 @@ exports.generatedSchema = {
11318
11310
  address_id: { __type: "uuid_comparison_exp" },
11319
11311
  bedrooms: { __type: "Int_comparison_exp" },
11320
11312
  beds: { __type: "Int_comparison_exp" },
11321
- calculatedStatus: { __type: "String_comparison_exp" },
11313
+ calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
11322
11314
  calculatedTitle: { __type: "String_comparison_exp" },
11323
11315
  calculated_title: { __type: "String_comparison_exp" },
11324
11316
  centExpenseReserve: { __type: "Int_comparison_exp" },
@@ -11361,7 +11353,7 @@ exports.generatedSchema = {
11361
11353
  paymentLines: { __type: "payment_line_bool_exp" },
11362
11354
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
11363
11355
  pmsAddressData: { __type: "jsonb_comparison_exp" },
11364
- pmsStatus: { __type: "listing_pms_status_enum_comparison_exp" },
11356
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
11365
11357
  recurringFeeSubscriptions: {
11366
11358
  __type: "recurringFeeListingSubscription_bool_exp",
11367
11359
  },
@@ -11378,7 +11370,7 @@ exports.generatedSchema = {
11378
11370
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11379
11371
  source: { __type: "source_bool_exp" },
11380
11372
  sourceId: { __type: "uuid_comparison_exp" },
11381
- status: { __type: "listing_status_enum_comparison_exp" },
11373
+ status: { __type: "activeStatus_enum_comparison_exp" },
11382
11374
  tenant: { __type: "tenant_bool_exp" },
11383
11375
  tenantId: { __type: "uuid_comparison_exp" },
11384
11376
  title: { __type: "String_comparison_exp" },
@@ -12082,7 +12074,7 @@ exports.generatedSchema = {
12082
12074
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
12083
12075
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
12084
12076
  pmsAddressData: { __type: "jsonb" },
12085
- pmsStatus: { __type: "listing_pms_status_enum" },
12077
+ pmsStatus: { __type: "activeStatus_enum" },
12086
12078
  recurringFeeSubscriptions: {
12087
12079
  __type: "recurringFeeListingSubscription_arr_rel_insert_input",
12088
12080
  },
@@ -12092,7 +12084,7 @@ exports.generatedSchema = {
12092
12084
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12093
12085
  source: { __type: "source_obj_rel_insert_input" },
12094
12086
  sourceId: { __type: "uuid" },
12095
- status: { __type: "listing_status_enum" },
12087
+ status: { __type: "activeStatus_enum" },
12096
12088
  tenant: { __type: "tenant_obj_rel_insert_input" },
12097
12089
  tenantId: { __type: "uuid" },
12098
12090
  title: { __type: "String" },
@@ -12109,7 +12101,6 @@ exports.generatedSchema = {
12109
12101
  address_id: { __type: "uuid" },
12110
12102
  bedrooms: { __type: "Int" },
12111
12103
  beds: { __type: "Int" },
12112
- calculatedStatus: { __type: "String" },
12113
12104
  calculatedTitle: { __type: "String" },
12114
12105
  calculated_title: { __type: "String" },
12115
12106
  centExpenseReserve: { __type: "Int" },
@@ -12136,7 +12127,6 @@ exports.generatedSchema = {
12136
12127
  address_id: { __type: "order_by" },
12137
12128
  bedrooms: { __type: "order_by" },
12138
12129
  beds: { __type: "order_by" },
12139
- calculatedStatus: { __type: "order_by" },
12140
12130
  calculatedTitle: { __type: "order_by" },
12141
12131
  calculated_title: { __type: "order_by" },
12142
12132
  centExpenseReserve: { __type: "order_by" },
@@ -12164,7 +12154,6 @@ exports.generatedSchema = {
12164
12154
  address_id: { __type: "uuid" },
12165
12155
  bedrooms: { __type: "Int" },
12166
12156
  beds: { __type: "Int" },
12167
- calculatedStatus: { __type: "String" },
12168
12157
  calculatedTitle: { __type: "String" },
12169
12158
  calculated_title: { __type: "String" },
12170
12159
  centExpenseReserve: { __type: "Int" },
@@ -12191,7 +12180,6 @@ exports.generatedSchema = {
12191
12180
  address_id: { __type: "order_by" },
12192
12181
  bedrooms: { __type: "order_by" },
12193
12182
  beds: { __type: "order_by" },
12194
- calculatedStatus: { __type: "order_by" },
12195
12183
  calculatedTitle: { __type: "order_by" },
12196
12184
  calculated_title: { __type: "order_by" },
12197
12185
  centExpenseReserve: { __type: "order_by" },
@@ -12654,71 +12642,6 @@ exports.generatedSchema = {
12654
12642
  },
12655
12643
  listing_owner_variance_order_by: { split: { __type: "order_by" } },
12656
12644
  listing_pk_columns_input: { id: { __type: "uuid!" } },
12657
- listing_pms_status: {
12658
- __typename: { __type: "String!" },
12659
- name: { __type: "String!" },
12660
- },
12661
- listing_pms_status_aggregate: {
12662
- __typename: { __type: "String!" },
12663
- aggregate: { __type: "listing_pms_status_aggregate_fields" },
12664
- nodes: { __type: "[listing_pms_status!]!" },
12665
- },
12666
- listing_pms_status_aggregate_fields: {
12667
- __typename: { __type: "String!" },
12668
- count: {
12669
- __type: "Int!",
12670
- __args: {
12671
- columns: "[listing_pms_status_select_column!]",
12672
- distinct: "Boolean",
12673
- },
12674
- },
12675
- max: { __type: "listing_pms_status_max_fields" },
12676
- min: { __type: "listing_pms_status_min_fields" },
12677
- },
12678
- listing_pms_status_bool_exp: {
12679
- _and: { __type: "[listing_pms_status_bool_exp!]" },
12680
- _not: { __type: "listing_pms_status_bool_exp" },
12681
- _or: { __type: "[listing_pms_status_bool_exp!]" },
12682
- name: { __type: "String_comparison_exp" },
12683
- },
12684
- listing_pms_status_enum_comparison_exp: {
12685
- _eq: { __type: "listing_pms_status_enum" },
12686
- _in: { __type: "[listing_pms_status_enum!]" },
12687
- _is_null: { __type: "Boolean" },
12688
- _neq: { __type: "listing_pms_status_enum" },
12689
- _nin: { __type: "[listing_pms_status_enum!]" },
12690
- },
12691
- listing_pms_status_insert_input: { name: { __type: "String" } },
12692
- listing_pms_status_max_fields: {
12693
- __typename: { __type: "String!" },
12694
- name: { __type: "String" },
12695
- },
12696
- listing_pms_status_min_fields: {
12697
- __typename: { __type: "String!" },
12698
- name: { __type: "String" },
12699
- },
12700
- listing_pms_status_mutation_response: {
12701
- __typename: { __type: "String!" },
12702
- affected_rows: { __type: "Int!" },
12703
- returning: { __type: "[listing_pms_status!]!" },
12704
- },
12705
- listing_pms_status_on_conflict: {
12706
- constraint: { __type: "listing_pms_status_constraint!" },
12707
- update_columns: { __type: "[listing_pms_status_update_column!]!" },
12708
- where: { __type: "listing_pms_status_bool_exp" },
12709
- },
12710
- listing_pms_status_order_by: { name: { __type: "order_by" } },
12711
- listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
12712
- listing_pms_status_set_input: { name: { __type: "String" } },
12713
- listing_pms_status_stream_cursor_input: {
12714
- initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
12715
- ordering: { __type: "cursor_ordering" },
12716
- },
12717
- listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
12718
- listing_pms_status_updates: {
12719
- _set: { __type: "listing_pms_status_set_input" },
12720
- where: { __type: "listing_pms_status_bool_exp!" },
12721
- },
12722
12645
  listing_prepend_input: {
12723
12646
  addressData: { __type: "jsonb" },
12724
12647
  metadata: { __type: "jsonb" },
@@ -12746,79 +12669,14 @@ exports.generatedSchema = {
12746
12669
  name: { __type: "String" },
12747
12670
  ownerContactId: { __type: "uuid" },
12748
12671
  pmsAddressData: { __type: "jsonb" },
12749
- pmsStatus: { __type: "listing_pms_status_enum" },
12672
+ pmsStatus: { __type: "activeStatus_enum" },
12750
12673
  sourceId: { __type: "uuid" },
12751
- status: { __type: "listing_status_enum" },
12674
+ status: { __type: "activeStatus_enum" },
12752
12675
  tenantId: { __type: "uuid" },
12753
12676
  title: { __type: "String" },
12754
12677
  uniqueRef: { __type: "String" },
12755
12678
  updatedAt: { __type: "timestamptz" },
12756
12679
  },
12757
- listing_status: {
12758
- __typename: { __type: "String!" },
12759
- name: { __type: "String!" },
12760
- },
12761
- listing_status_aggregate: {
12762
- __typename: { __type: "String!" },
12763
- aggregate: { __type: "listing_status_aggregate_fields" },
12764
- nodes: { __type: "[listing_status!]!" },
12765
- },
12766
- listing_status_aggregate_fields: {
12767
- __typename: { __type: "String!" },
12768
- count: {
12769
- __type: "Int!",
12770
- __args: {
12771
- columns: "[listing_status_select_column!]",
12772
- distinct: "Boolean",
12773
- },
12774
- },
12775
- max: { __type: "listing_status_max_fields" },
12776
- min: { __type: "listing_status_min_fields" },
12777
- },
12778
- listing_status_bool_exp: {
12779
- _and: { __type: "[listing_status_bool_exp!]" },
12780
- _not: { __type: "listing_status_bool_exp" },
12781
- _or: { __type: "[listing_status_bool_exp!]" },
12782
- name: { __type: "String_comparison_exp" },
12783
- },
12784
- listing_status_enum_comparison_exp: {
12785
- _eq: { __type: "listing_status_enum" },
12786
- _in: { __type: "[listing_status_enum!]" },
12787
- _is_null: { __type: "Boolean" },
12788
- _neq: { __type: "listing_status_enum" },
12789
- _nin: { __type: "[listing_status_enum!]" },
12790
- },
12791
- listing_status_insert_input: { name: { __type: "String" } },
12792
- listing_status_max_fields: {
12793
- __typename: { __type: "String!" },
12794
- name: { __type: "String" },
12795
- },
12796
- listing_status_min_fields: {
12797
- __typename: { __type: "String!" },
12798
- name: { __type: "String" },
12799
- },
12800
- listing_status_mutation_response: {
12801
- __typename: { __type: "String!" },
12802
- affected_rows: { __type: "Int!" },
12803
- returning: { __type: "[listing_status!]!" },
12804
- },
12805
- listing_status_on_conflict: {
12806
- constraint: { __type: "listing_status_constraint!" },
12807
- update_columns: { __type: "[listing_status_update_column!]!" },
12808
- where: { __type: "listing_status_bool_exp" },
12809
- },
12810
- listing_status_order_by: { name: { __type: "order_by" } },
12811
- listing_status_pk_columns_input: { name: { __type: "String!" } },
12812
- listing_status_set_input: { name: { __type: "String" } },
12813
- listing_status_stream_cursor_input: {
12814
- initial_value: { __type: "listing_status_stream_cursor_value_input!" },
12815
- ordering: { __type: "cursor_ordering" },
12816
- },
12817
- listing_status_stream_cursor_value_input: { name: { __type: "String" } },
12818
- listing_status_updates: {
12819
- _set: { __type: "listing_status_set_input" },
12820
- where: { __type: "listing_status_bool_exp!" },
12821
- },
12822
12680
  listing_stddev_fields: {
12823
12681
  __typename: { __type: "String!" },
12824
12682
  bedrooms: { __type: "Float" },
@@ -12871,7 +12729,7 @@ exports.generatedSchema = {
12871
12729
  address_id: { __type: "uuid" },
12872
12730
  bedrooms: { __type: "Int" },
12873
12731
  beds: { __type: "Int" },
12874
- calculatedStatus: { __type: "String" },
12732
+ calculatedStatus: { __type: "activeStatus_enum" },
12875
12733
  calculatedTitle: { __type: "String" },
12876
12734
  calculated_title: { __type: "String" },
12877
12735
  centExpenseReserve: { __type: "Int" },
@@ -12887,9 +12745,9 @@ exports.generatedSchema = {
12887
12745
  name: { __type: "String" },
12888
12746
  ownerContactId: { __type: "uuid" },
12889
12747
  pmsAddressData: { __type: "jsonb" },
12890
- pmsStatus: { __type: "listing_pms_status_enum" },
12748
+ pmsStatus: { __type: "activeStatus_enum" },
12891
12749
  sourceId: { __type: "uuid" },
12892
- status: { __type: "listing_status_enum" },
12750
+ status: { __type: "activeStatus_enum" },
12893
12751
  tenantId: { __type: "uuid" },
12894
12752
  title: { __type: "String" },
12895
12753
  uniqueRef: { __type: "String" },
@@ -14322,22 +14180,6 @@ exports.generatedSchema = {
14322
14180
  __type: "listing_owner_role",
14323
14181
  __args: { name: "String!" },
14324
14182
  },
14325
- delete_listing_pms_status: {
14326
- __type: "listing_pms_status_mutation_response",
14327
- __args: { where: "listing_pms_status_bool_exp!" },
14328
- },
14329
- delete_listing_pms_status_by_pk: {
14330
- __type: "listing_pms_status",
14331
- __args: { name: "String!" },
14332
- },
14333
- delete_listing_status: {
14334
- __type: "listing_status_mutation_response",
14335
- __args: { where: "listing_status_bool_exp!" },
14336
- },
14337
- delete_listing_status_by_pk: {
14338
- __type: "listing_status",
14339
- __args: { name: "String!" },
14340
- },
14341
14183
  delete_owner_pms_status: {
14342
14184
  __type: "owner_pms_status_mutation_response",
14343
14185
  __args: { where: "owner_pms_status_bool_exp!" },
@@ -15955,34 +15797,6 @@ exports.generatedSchema = {
15955
15797
  on_conflict: "listing_owner_role_on_conflict",
15956
15798
  },
15957
15799
  },
15958
- insert_listing_pms_status: {
15959
- __type: "listing_pms_status_mutation_response",
15960
- __args: {
15961
- objects: "[listing_pms_status_insert_input!]!",
15962
- on_conflict: "listing_pms_status_on_conflict",
15963
- },
15964
- },
15965
- insert_listing_pms_status_one: {
15966
- __type: "listing_pms_status",
15967
- __args: {
15968
- object: "listing_pms_status_insert_input!",
15969
- on_conflict: "listing_pms_status_on_conflict",
15970
- },
15971
- },
15972
- insert_listing_status: {
15973
- __type: "listing_status_mutation_response",
15974
- __args: {
15975
- objects: "[listing_status_insert_input!]!",
15976
- on_conflict: "listing_status_on_conflict",
15977
- },
15978
- },
15979
- insert_listing_status_one: {
15980
- __type: "listing_status",
15981
- __args: {
15982
- object: "listing_status_insert_input!",
15983
- on_conflict: "listing_status_on_conflict",
15984
- },
15985
- },
15986
15800
  insert_owner_pms_status: {
15987
15801
  __type: "owner_pms_status_mutation_response",
15988
15802
  __args: {
@@ -18440,42 +18254,6 @@ exports.generatedSchema = {
18440
18254
  __type: "[listing_owner_role_mutation_response]",
18441
18255
  __args: { updates: "[listing_owner_role_updates!]!" },
18442
18256
  },
18443
- update_listing_pms_status: {
18444
- __type: "listing_pms_status_mutation_response",
18445
- __args: {
18446
- _set: "listing_pms_status_set_input",
18447
- where: "listing_pms_status_bool_exp!",
18448
- },
18449
- },
18450
- update_listing_pms_status_by_pk: {
18451
- __type: "listing_pms_status",
18452
- __args: {
18453
- _set: "listing_pms_status_set_input",
18454
- pk_columns: "listing_pms_status_pk_columns_input!",
18455
- },
18456
- },
18457
- update_listing_pms_status_many: {
18458
- __type: "[listing_pms_status_mutation_response]",
18459
- __args: { updates: "[listing_pms_status_updates!]!" },
18460
- },
18461
- update_listing_status: {
18462
- __type: "listing_status_mutation_response",
18463
- __args: {
18464
- _set: "listing_status_set_input",
18465
- where: "listing_status_bool_exp!",
18466
- },
18467
- },
18468
- update_listing_status_by_pk: {
18469
- __type: "listing_status",
18470
- __args: {
18471
- _set: "listing_status_set_input",
18472
- pk_columns: "listing_status_pk_columns_input!",
18473
- },
18474
- },
18475
- update_listing_status_many: {
18476
- __type: "[listing_status_mutation_response]",
18477
- __args: { updates: "[listing_status_updates!]!" },
18478
- },
18479
18257
  update_owner_pms_status: {
18480
18258
  __type: "owner_pms_status_mutation_response",
18481
18259
  __args: {
@@ -25345,54 +25123,6 @@ exports.generatedSchema = {
25345
25123
  __type: "listing_owner_role",
25346
25124
  __args: { name: "String!" },
25347
25125
  },
25348
- listing_pms_status: {
25349
- __type: "[listing_pms_status!]!",
25350
- __args: {
25351
- distinct_on: "[listing_pms_status_select_column!]",
25352
- limit: "Int",
25353
- offset: "Int",
25354
- order_by: "[listing_pms_status_order_by!]",
25355
- where: "listing_pms_status_bool_exp",
25356
- },
25357
- },
25358
- listing_pms_status_aggregate: {
25359
- __type: "listing_pms_status_aggregate!",
25360
- __args: {
25361
- distinct_on: "[listing_pms_status_select_column!]",
25362
- limit: "Int",
25363
- offset: "Int",
25364
- order_by: "[listing_pms_status_order_by!]",
25365
- where: "listing_pms_status_bool_exp",
25366
- },
25367
- },
25368
- listing_pms_status_by_pk: {
25369
- __type: "listing_pms_status",
25370
- __args: { name: "String!" },
25371
- },
25372
- listing_status: {
25373
- __type: "[listing_status!]!",
25374
- __args: {
25375
- distinct_on: "[listing_status_select_column!]",
25376
- limit: "Int",
25377
- offset: "Int",
25378
- order_by: "[listing_status_order_by!]",
25379
- where: "listing_status_bool_exp",
25380
- },
25381
- },
25382
- listing_status_aggregate: {
25383
- __type: "listing_status_aggregate!",
25384
- __args: {
25385
- distinct_on: "[listing_status_select_column!]",
25386
- limit: "Int",
25387
- offset: "Int",
25388
- order_by: "[listing_status_order_by!]",
25389
- where: "listing_status_bool_exp",
25390
- },
25391
- },
25392
- listing_status_by_pk: {
25393
- __type: "listing_status",
25394
- __args: { name: "String!" },
25395
- },
25396
25126
  listings: {
25397
25127
  __type: "[listing!]!",
25398
25128
  __args: {
@@ -34257,70 +33987,6 @@ exports.generatedSchema = {
34257
33987
  where: "listing_owner_bool_exp",
34258
33988
  },
34259
33989
  },
34260
- listing_pms_status: {
34261
- __type: "[listing_pms_status!]!",
34262
- __args: {
34263
- distinct_on: "[listing_pms_status_select_column!]",
34264
- limit: "Int",
34265
- offset: "Int",
34266
- order_by: "[listing_pms_status_order_by!]",
34267
- where: "listing_pms_status_bool_exp",
34268
- },
34269
- },
34270
- listing_pms_status_aggregate: {
34271
- __type: "listing_pms_status_aggregate!",
34272
- __args: {
34273
- distinct_on: "[listing_pms_status_select_column!]",
34274
- limit: "Int",
34275
- offset: "Int",
34276
- order_by: "[listing_pms_status_order_by!]",
34277
- where: "listing_pms_status_bool_exp",
34278
- },
34279
- },
34280
- listing_pms_status_by_pk: {
34281
- __type: "listing_pms_status",
34282
- __args: { name: "String!" },
34283
- },
34284
- listing_pms_status_stream: {
34285
- __type: "[listing_pms_status!]!",
34286
- __args: {
34287
- batch_size: "Int!",
34288
- cursor: "[listing_pms_status_stream_cursor_input]!",
34289
- where: "listing_pms_status_bool_exp",
34290
- },
34291
- },
34292
- listing_status: {
34293
- __type: "[listing_status!]!",
34294
- __args: {
34295
- distinct_on: "[listing_status_select_column!]",
34296
- limit: "Int",
34297
- offset: "Int",
34298
- order_by: "[listing_status_order_by!]",
34299
- where: "listing_status_bool_exp",
34300
- },
34301
- },
34302
- listing_status_aggregate: {
34303
- __type: "listing_status_aggregate!",
34304
- __args: {
34305
- distinct_on: "[listing_status_select_column!]",
34306
- limit: "Int",
34307
- offset: "Int",
34308
- order_by: "[listing_status_order_by!]",
34309
- where: "listing_status_bool_exp",
34310
- },
34311
- },
34312
- listing_status_by_pk: {
34313
- __type: "listing_status",
34314
- __args: { name: "String!" },
34315
- },
34316
- listing_status_stream: {
34317
- __type: "[listing_status!]!",
34318
- __args: {
34319
- batch_size: "Int!",
34320
- cursor: "[listing_status_stream_cursor_input]!",
34321
- where: "listing_status_bool_exp",
34322
- },
34323
- },
34324
33990
  listing_stream: {
34325
33991
  __type: "[listing!]!",
34326
33992
  __args: {