@vrplatform/graphql 1.1.13 → 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.
@@ -62,10 +62,6 @@ export const scalarsEnumsHash = {
62
62
  audit_log_update_column: true,
63
63
  automation_constraint: true,
64
64
  automation_select_column: true,
65
- automation_status_constraint: true,
66
- automation_status_enum: true,
67
- automation_status_select_column: true,
68
- automation_status_update_column: true,
69
65
  automation_template_constraint: true,
70
66
  automation_template_select_column: true,
71
67
  automation_template_update_column: true,
@@ -126,9 +122,6 @@ export const scalarsEnumsHash = {
126
122
  connection_select_column: true,
127
123
  connection_select_column_connection_aggregate_bool_exp_bool_and_arguments_columns: true,
128
124
  connection_select_column_connection_aggregate_bool_exp_bool_or_arguments_columns: true,
129
- connection_status_temporary_constraint: true,
130
- connection_status_temporary_select_column: true,
131
- connection_status_temporary_update_column: true,
132
125
  connection_update_column: true,
133
126
  contactCompanyType_constraint: true,
134
127
  contactCompanyType_enum: true,
@@ -243,15 +236,7 @@ export const scalarsEnumsHash = {
243
236
  listing_owner_role_update_column: true,
244
237
  listing_owner_select_column: true,
245
238
  listing_owner_update_column: true,
246
- listing_pms_status_constraint: true,
247
- listing_pms_status_enum: true,
248
- listing_pms_status_select_column: true,
249
- listing_pms_status_update_column: true,
250
239
  listing_select_column: true,
251
- listing_status_constraint: true,
252
- listing_status_enum: true,
253
- listing_status_select_column: true,
254
- listing_status_update_column: true,
255
240
  listing_update_column: true,
256
241
  metricsActiveListingCreatedReturnType_enum_name: true,
257
242
  metricsBankRecordBalancesReturnType_enum_name: true,
@@ -3192,7 +3177,7 @@ export const generatedSchema = {
3192
3177
  where: "setting_bool_exp",
3193
3178
  },
3194
3179
  },
3195
- status: { __type: "automation_status_enum!" },
3180
+ status: { __type: "activeStatus_enum!" },
3196
3181
  syncs: {
3197
3182
  __type: "[sync!]!",
3198
3183
  __args: {
@@ -3283,7 +3268,7 @@ export const generatedSchema = {
3283
3268
  scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
3284
3269
  settings: { __type: "setting_bool_exp" },
3285
3270
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
3286
- status: { __type: "automation_status_enum_comparison_exp" },
3271
+ status: { __type: "activeStatus_enum_comparison_exp" },
3287
3272
  syncs: { __type: "sync_bool_exp" },
3288
3273
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
3289
3274
  template: { __type: "String_comparison_exp" },
@@ -3324,7 +3309,7 @@ export const generatedSchema = {
3324
3309
  runSettings: { __type: "jsonb" },
3325
3310
  scheduleStatus: { __type: "activeStatus_enum" },
3326
3311
  settings: { __type: "setting_arr_rel_insert_input" },
3327
- status: { __type: "automation_status_enum" },
3312
+ status: { __type: "activeStatus_enum" },
3328
3313
  syncs: { __type: "sync_arr_rel_insert_input" },
3329
3314
  template: { __type: "String" },
3330
3315
  templateId: { __type: "uuid" },
@@ -3445,7 +3430,7 @@ export const generatedSchema = {
3445
3430
  rightConnectionId: { __type: "uuid" },
3446
3431
  runSettings: { __type: "jsonb" },
3447
3432
  scheduleStatus: { __type: "activeStatus_enum" },
3448
- status: { __type: "automation_status_enum" },
3433
+ status: { __type: "activeStatus_enum" },
3449
3434
  template: { __type: "String" },
3450
3435
  templateId: { __type: "uuid" },
3451
3436
  tenantId: { __type: "uuid" },
@@ -3454,71 +3439,6 @@ export const generatedSchema = {
3454
3439
  updatedAt: { __type: "timestamptz" },
3455
3440
  viewSettings: { __type: "jsonb" },
3456
3441
  },
3457
- automation_status: {
3458
- __typename: { __type: "String!" },
3459
- name: { __type: "String!" },
3460
- },
3461
- automation_status_aggregate: {
3462
- __typename: { __type: "String!" },
3463
- aggregate: { __type: "automation_status_aggregate_fields" },
3464
- nodes: { __type: "[automation_status!]!" },
3465
- },
3466
- automation_status_aggregate_fields: {
3467
- __typename: { __type: "String!" },
3468
- count: {
3469
- __type: "Int!",
3470
- __args: {
3471
- columns: "[automation_status_select_column!]",
3472
- distinct: "Boolean",
3473
- },
3474
- },
3475
- max: { __type: "automation_status_max_fields" },
3476
- min: { __type: "automation_status_min_fields" },
3477
- },
3478
- automation_status_bool_exp: {
3479
- _and: { __type: "[automation_status_bool_exp!]" },
3480
- _not: { __type: "automation_status_bool_exp" },
3481
- _or: { __type: "[automation_status_bool_exp!]" },
3482
- name: { __type: "String_comparison_exp" },
3483
- },
3484
- automation_status_enum_comparison_exp: {
3485
- _eq: { __type: "automation_status_enum" },
3486
- _in: { __type: "[automation_status_enum!]" },
3487
- _is_null: { __type: "Boolean" },
3488
- _neq: { __type: "automation_status_enum" },
3489
- _nin: { __type: "[automation_status_enum!]" },
3490
- },
3491
- automation_status_insert_input: { name: { __type: "String" } },
3492
- automation_status_max_fields: {
3493
- __typename: { __type: "String!" },
3494
- name: { __type: "String" },
3495
- },
3496
- automation_status_min_fields: {
3497
- __typename: { __type: "String!" },
3498
- name: { __type: "String" },
3499
- },
3500
- automation_status_mutation_response: {
3501
- __typename: { __type: "String!" },
3502
- affected_rows: { __type: "Int!" },
3503
- returning: { __type: "[automation_status!]!" },
3504
- },
3505
- automation_status_on_conflict: {
3506
- constraint: { __type: "automation_status_constraint!" },
3507
- update_columns: { __type: "[automation_status_update_column!]!" },
3508
- where: { __type: "automation_status_bool_exp" },
3509
- },
3510
- automation_status_order_by: { name: { __type: "order_by" } },
3511
- automation_status_pk_columns_input: { name: { __type: "String!" } },
3512
- automation_status_set_input: { name: { __type: "String" } },
3513
- automation_status_stream_cursor_input: {
3514
- initial_value: { __type: "automation_status_stream_cursor_value_input!" },
3515
- ordering: { __type: "cursor_ordering" },
3516
- },
3517
- automation_status_stream_cursor_value_input: { name: { __type: "String" } },
3518
- automation_status_updates: {
3519
- _set: { __type: "automation_status_set_input" },
3520
- where: { __type: "automation_status_bool_exp!" },
3521
- },
3522
3442
  automation_stream_cursor_input: {
3523
3443
  initial_value: { __type: "automation_stream_cursor_value_input!" },
3524
3444
  ordering: { __type: "cursor_ordering" },
@@ -3531,7 +3451,7 @@ export const generatedSchema = {
3531
3451
  rightConnectionId: { __type: "uuid" },
3532
3452
  runSettings: { __type: "jsonb" },
3533
3453
  scheduleStatus: { __type: "activeStatus_enum" },
3534
- status: { __type: "automation_status_enum" },
3454
+ status: { __type: "activeStatus_enum" },
3535
3455
  template: { __type: "String" },
3536
3456
  templateId: { __type: "uuid" },
3537
3457
  tenantId: { __type: "uuid" },
@@ -6378,7 +6298,7 @@ export const generatedSchema = {
6378
6298
  where: "setting_bool_exp",
6379
6299
  },
6380
6300
  },
6381
- status: { __type: "String" },
6301
+ status: { __type: "activeStatus_enum" },
6382
6302
  syncs: {
6383
6303
  __type: "[sync!]!",
6384
6304
  __args: {
@@ -6550,7 +6470,7 @@ export const generatedSchema = {
6550
6470
  settingsRight: { __type: "setting_bool_exp" },
6551
6471
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
6552
6472
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
6553
- status: { __type: "String_comparison_exp" },
6473
+ status: { __type: "activeStatus_enum_comparison_exp" },
6554
6474
  syncs: { __type: "sync_bool_exp" },
6555
6475
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
6556
6476
  tasks: { __type: "task_bool_exp" },
@@ -6608,7 +6528,7 @@ export const generatedSchema = {
6608
6528
  settings: { __type: "setting_arr_rel_insert_input" },
6609
6529
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
6610
6530
  settingsRight: { __type: "setting_arr_rel_insert_input" },
6611
- status: { __type: "String" },
6531
+ status: { __type: "activeStatus_enum" },
6612
6532
  syncs: { __type: "sync_arr_rel_insert_input" },
6613
6533
  tasks: { __type: "task_arr_rel_insert_input" },
6614
6534
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -6628,7 +6548,6 @@ export const generatedSchema = {
6628
6548
  id: { __type: "uuid" },
6629
6549
  lastFetch: { __type: "timestamptz" },
6630
6550
  name: { __type: "String" },
6631
- status: { __type: "String" },
6632
6551
  tenantId: { __type: "uuid" },
6633
6552
  type: { __type: "String" },
6634
6553
  uniqueRef: { __type: "String" },
@@ -6644,7 +6563,6 @@ export const generatedSchema = {
6644
6563
  id: { __type: "order_by" },
6645
6564
  lastFetch: { __type: "order_by" },
6646
6565
  name: { __type: "order_by" },
6647
- status: { __type: "order_by" },
6648
6566
  tenantId: { __type: "order_by" },
6649
6567
  type: { __type: "order_by" },
6650
6568
  uniqueRef: { __type: "order_by" },
@@ -6661,7 +6579,6 @@ export const generatedSchema = {
6661
6579
  id: { __type: "uuid" },
6662
6580
  lastFetch: { __type: "timestamptz" },
6663
6581
  name: { __type: "String" },
6664
- status: { __type: "String" },
6665
6582
  tenantId: { __type: "uuid" },
6666
6583
  type: { __type: "String" },
6667
6584
  uniqueRef: { __type: "String" },
@@ -6677,7 +6594,6 @@ export const generatedSchema = {
6677
6594
  id: { __type: "order_by" },
6678
6595
  lastFetch: { __type: "order_by" },
6679
6596
  name: { __type: "order_by" },
6680
- status: { __type: "order_by" },
6681
6597
  tenantId: { __type: "order_by" },
6682
6598
  type: { __type: "order_by" },
6683
6599
  uniqueRef: { __type: "order_by" },
@@ -6757,75 +6673,13 @@ export const generatedSchema = {
6757
6673
  metadata: { __type: "jsonb" },
6758
6674
  name: { __type: "String" },
6759
6675
  persistentState: { __type: "jsonb" },
6760
- status: { __type: "String" },
6676
+ status: { __type: "activeStatus_enum" },
6761
6677
  tenantId: { __type: "uuid" },
6762
6678
  type: { __type: "String" },
6763
6679
  uniqueRef: { __type: "String" },
6764
6680
  updatedAt: { __type: "timestamptz" },
6765
6681
  version: { __type: "Int" },
6766
6682
  },
6767
- connection_status_temporary: {
6768
- __typename: { __type: "String!" },
6769
- name: { __type: "String!" },
6770
- },
6771
- connection_status_temporary_aggregate: {
6772
- __typename: { __type: "String!" },
6773
- aggregate: { __type: "connection_status_temporary_aggregate_fields" },
6774
- nodes: { __type: "[connection_status_temporary!]!" },
6775
- },
6776
- connection_status_temporary_aggregate_fields: {
6777
- __typename: { __type: "String!" },
6778
- count: {
6779
- __type: "Int!",
6780
- __args: {
6781
- columns: "[connection_status_temporary_select_column!]",
6782
- distinct: "Boolean",
6783
- },
6784
- },
6785
- max: { __type: "connection_status_temporary_max_fields" },
6786
- min: { __type: "connection_status_temporary_min_fields" },
6787
- },
6788
- connection_status_temporary_bool_exp: {
6789
- _and: { __type: "[connection_status_temporary_bool_exp!]" },
6790
- _not: { __type: "connection_status_temporary_bool_exp" },
6791
- _or: { __type: "[connection_status_temporary_bool_exp!]" },
6792
- name: { __type: "String_comparison_exp" },
6793
- },
6794
- connection_status_temporary_insert_input: { name: { __type: "String" } },
6795
- connection_status_temporary_max_fields: {
6796
- __typename: { __type: "String!" },
6797
- name: { __type: "String" },
6798
- },
6799
- connection_status_temporary_min_fields: {
6800
- __typename: { __type: "String!" },
6801
- name: { __type: "String" },
6802
- },
6803
- connection_status_temporary_mutation_response: {
6804
- __typename: { __type: "String!" },
6805
- affected_rows: { __type: "Int!" },
6806
- returning: { __type: "[connection_status_temporary!]!" },
6807
- },
6808
- connection_status_temporary_on_conflict: {
6809
- constraint: { __type: "connection_status_temporary_constraint!" },
6810
- update_columns: { __type: "[connection_status_temporary_update_column!]!" },
6811
- where: { __type: "connection_status_temporary_bool_exp" },
6812
- },
6813
- connection_status_temporary_order_by: { name: { __type: "order_by" } },
6814
- connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
6815
- connection_status_temporary_set_input: { name: { __type: "String" } },
6816
- connection_status_temporary_stream_cursor_input: {
6817
- initial_value: {
6818
- __type: "connection_status_temporary_stream_cursor_value_input!",
6819
- },
6820
- ordering: { __type: "cursor_ordering" },
6821
- },
6822
- connection_status_temporary_stream_cursor_value_input: {
6823
- name: { __type: "String" },
6824
- },
6825
- connection_status_temporary_updates: {
6826
- _set: { __type: "connection_status_temporary_set_input" },
6827
- where: { __type: "connection_status_temporary_bool_exp!" },
6828
- },
6829
6683
  connection_stddev_fields: {
6830
6684
  __typename: { __type: "String!" },
6831
6685
  backendVersion: { __type: "Float" },
@@ -6871,7 +6725,7 @@ export const generatedSchema = {
6871
6725
  metadata: { __type: "jsonb" },
6872
6726
  name: { __type: "String" },
6873
6727
  persistentState: { __type: "jsonb" },
6874
- status: { __type: "String" },
6728
+ status: { __type: "activeStatus_enum" },
6875
6729
  tenantId: { __type: "uuid" },
6876
6730
  type: { __type: "String" },
6877
6731
  uniqueRef: { __type: "String" },
@@ -7565,6 +7419,7 @@ export const generatedSchema = {
7565
7419
  core_flow: {
7566
7420
  __typename: { __type: "String!" },
7567
7421
  app_id: { __type: "String!" },
7422
+ description: { __type: "String" },
7568
7423
  id: { __type: "uuid!" },
7569
7424
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7570
7425
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
@@ -7594,6 +7449,7 @@ export const generatedSchema = {
7594
7449
  _not: { __type: "core_flow_bool_exp" },
7595
7450
  _or: { __type: "[core_flow_bool_exp!]" },
7596
7451
  app_id: { __type: "String_comparison_exp" },
7452
+ description: { __type: "String_comparison_exp" },
7597
7453
  id: { __type: "uuid_comparison_exp" },
7598
7454
  mapping_schema: { __type: "jsonb_comparison_exp" },
7599
7455
  setting_schema: { __type: "jsonb_comparison_exp" },
@@ -7614,6 +7470,7 @@ export const generatedSchema = {
7614
7470
  },
7615
7471
  core_flow_insert_input: {
7616
7472
  app_id: { __type: "String" },
7473
+ description: { __type: "String" },
7617
7474
  id: { __type: "uuid" },
7618
7475
  mapping_schema: { __type: "jsonb" },
7619
7476
  setting_schema: { __type: "jsonb" },
@@ -7761,6 +7618,7 @@ export const generatedSchema = {
7761
7618
  core_flow_max_fields: {
7762
7619
  __typename: { __type: "String!" },
7763
7620
  app_id: { __type: "String" },
7621
+ description: { __type: "String" },
7764
7622
  id: { __type: "uuid" },
7765
7623
  title: { __type: "String" },
7766
7624
  type: { __type: "flow_type" },
@@ -7768,6 +7626,7 @@ export const generatedSchema = {
7768
7626
  core_flow_min_fields: {
7769
7627
  __typename: { __type: "String!" },
7770
7628
  app_id: { __type: "String" },
7629
+ description: { __type: "String" },
7771
7630
  id: { __type: "uuid" },
7772
7631
  title: { __type: "String" },
7773
7632
  type: { __type: "flow_type" },
@@ -7784,6 +7643,7 @@ export const generatedSchema = {
7784
7643
  },
7785
7644
  core_flow_order_by: {
7786
7645
  app_id: { __type: "order_by" },
7646
+ description: { __type: "order_by" },
7787
7647
  id: { __type: "order_by" },
7788
7648
  mapping_schema: { __type: "order_by" },
7789
7649
  setting_schema: { __type: "order_by" },
@@ -7797,6 +7657,7 @@ export const generatedSchema = {
7797
7657
  },
7798
7658
  core_flow_set_input: {
7799
7659
  app_id: { __type: "String" },
7660
+ description: { __type: "String" },
7800
7661
  id: { __type: "uuid" },
7801
7662
  mapping_schema: { __type: "jsonb" },
7802
7663
  setting_schema: { __type: "jsonb" },
@@ -7947,6 +7808,7 @@ export const generatedSchema = {
7947
7808
  },
7948
7809
  core_flow_stream_cursor_value_input: {
7949
7810
  app_id: { __type: "String" },
7811
+ description: { __type: "String" },
7950
7812
  id: { __type: "uuid" },
7951
7813
  mapping_schema: { __type: "jsonb" },
7952
7814
  setting_schema: { __type: "jsonb" },
@@ -10448,7 +10310,7 @@ export const generatedSchema = {
10448
10310
  address_id: { __type: "uuid" },
10449
10311
  bedrooms: { __type: "Int" },
10450
10312
  beds: { __type: "Int" },
10451
- calculatedStatus: { __type: "String" },
10313
+ calculatedStatus: { __type: "activeStatus_enum" },
10452
10314
  calculatedTitle: { __type: "String" },
10453
10315
  calculated_title: { __type: "String" },
10454
10316
  centExpenseReserve: { __type: "Int" },
@@ -10647,7 +10509,7 @@ export const generatedSchema = {
10647
10509
  },
10648
10510
  },
10649
10511
  pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
10650
- pmsStatus: { __type: "listing_pms_status_enum" },
10512
+ pmsStatus: { __type: "activeStatus_enum" },
10651
10513
  recurringFeeSubscriptions: {
10652
10514
  __type: "[recurringFeeListingSubscription!]!",
10653
10515
  __args: {
@@ -10750,7 +10612,7 @@ export const generatedSchema = {
10750
10612
  },
10751
10613
  source: { __type: "source" },
10752
10614
  sourceId: { __type: "uuid" },
10753
- status: { __type: "listing_status_enum" },
10615
+ status: { __type: "activeStatus_enum" },
10754
10616
  tenant: { __type: "tenant!" },
10755
10617
  tenantId: { __type: "uuid!" },
10756
10618
  title: { __type: "String" },
@@ -11445,7 +11307,7 @@ export const generatedSchema = {
11445
11307
  address_id: { __type: "uuid_comparison_exp" },
11446
11308
  bedrooms: { __type: "Int_comparison_exp" },
11447
11309
  beds: { __type: "Int_comparison_exp" },
11448
- calculatedStatus: { __type: "String_comparison_exp" },
11310
+ calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
11449
11311
  calculatedTitle: { __type: "String_comparison_exp" },
11450
11312
  calculated_title: { __type: "String_comparison_exp" },
11451
11313
  centExpenseReserve: { __type: "Int_comparison_exp" },
@@ -11488,7 +11350,7 @@ export const generatedSchema = {
11488
11350
  paymentLines: { __type: "payment_line_bool_exp" },
11489
11351
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
11490
11352
  pmsAddressData: { __type: "jsonb_comparison_exp" },
11491
- pmsStatus: { __type: "listing_pms_status_enum_comparison_exp" },
11353
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
11492
11354
  recurringFeeSubscriptions: {
11493
11355
  __type: "recurringFeeListingSubscription_bool_exp",
11494
11356
  },
@@ -11505,7 +11367,7 @@ export const generatedSchema = {
11505
11367
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11506
11368
  source: { __type: "source_bool_exp" },
11507
11369
  sourceId: { __type: "uuid_comparison_exp" },
11508
- status: { __type: "listing_status_enum_comparison_exp" },
11370
+ status: { __type: "activeStatus_enum_comparison_exp" },
11509
11371
  tenant: { __type: "tenant_bool_exp" },
11510
11372
  tenantId: { __type: "uuid_comparison_exp" },
11511
11373
  title: { __type: "String_comparison_exp" },
@@ -12209,7 +12071,7 @@ export const generatedSchema = {
12209
12071
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
12210
12072
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
12211
12073
  pmsAddressData: { __type: "jsonb" },
12212
- pmsStatus: { __type: "listing_pms_status_enum" },
12074
+ pmsStatus: { __type: "activeStatus_enum" },
12213
12075
  recurringFeeSubscriptions: {
12214
12076
  __type: "recurringFeeListingSubscription_arr_rel_insert_input",
12215
12077
  },
@@ -12219,7 +12081,7 @@ export const generatedSchema = {
12219
12081
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12220
12082
  source: { __type: "source_obj_rel_insert_input" },
12221
12083
  sourceId: { __type: "uuid" },
12222
- status: { __type: "listing_status_enum" },
12084
+ status: { __type: "activeStatus_enum" },
12223
12085
  tenant: { __type: "tenant_obj_rel_insert_input" },
12224
12086
  tenantId: { __type: "uuid" },
12225
12087
  title: { __type: "String" },
@@ -12236,7 +12098,6 @@ export const generatedSchema = {
12236
12098
  address_id: { __type: "uuid" },
12237
12099
  bedrooms: { __type: "Int" },
12238
12100
  beds: { __type: "Int" },
12239
- calculatedStatus: { __type: "String" },
12240
12101
  calculatedTitle: { __type: "String" },
12241
12102
  calculated_title: { __type: "String" },
12242
12103
  centExpenseReserve: { __type: "Int" },
@@ -12263,7 +12124,6 @@ export const generatedSchema = {
12263
12124
  address_id: { __type: "order_by" },
12264
12125
  bedrooms: { __type: "order_by" },
12265
12126
  beds: { __type: "order_by" },
12266
- calculatedStatus: { __type: "order_by" },
12267
12127
  calculatedTitle: { __type: "order_by" },
12268
12128
  calculated_title: { __type: "order_by" },
12269
12129
  centExpenseReserve: { __type: "order_by" },
@@ -12291,7 +12151,6 @@ export const generatedSchema = {
12291
12151
  address_id: { __type: "uuid" },
12292
12152
  bedrooms: { __type: "Int" },
12293
12153
  beds: { __type: "Int" },
12294
- calculatedStatus: { __type: "String" },
12295
12154
  calculatedTitle: { __type: "String" },
12296
12155
  calculated_title: { __type: "String" },
12297
12156
  centExpenseReserve: { __type: "Int" },
@@ -12318,7 +12177,6 @@ export const generatedSchema = {
12318
12177
  address_id: { __type: "order_by" },
12319
12178
  bedrooms: { __type: "order_by" },
12320
12179
  beds: { __type: "order_by" },
12321
- calculatedStatus: { __type: "order_by" },
12322
12180
  calculatedTitle: { __type: "order_by" },
12323
12181
  calculated_title: { __type: "order_by" },
12324
12182
  centExpenseReserve: { __type: "order_by" },
@@ -12781,71 +12639,6 @@ export const generatedSchema = {
12781
12639
  },
12782
12640
  listing_owner_variance_order_by: { split: { __type: "order_by" } },
12783
12641
  listing_pk_columns_input: { id: { __type: "uuid!" } },
12784
- listing_pms_status: {
12785
- __typename: { __type: "String!" },
12786
- name: { __type: "String!" },
12787
- },
12788
- listing_pms_status_aggregate: {
12789
- __typename: { __type: "String!" },
12790
- aggregate: { __type: "listing_pms_status_aggregate_fields" },
12791
- nodes: { __type: "[listing_pms_status!]!" },
12792
- },
12793
- listing_pms_status_aggregate_fields: {
12794
- __typename: { __type: "String!" },
12795
- count: {
12796
- __type: "Int!",
12797
- __args: {
12798
- columns: "[listing_pms_status_select_column!]",
12799
- distinct: "Boolean",
12800
- },
12801
- },
12802
- max: { __type: "listing_pms_status_max_fields" },
12803
- min: { __type: "listing_pms_status_min_fields" },
12804
- },
12805
- listing_pms_status_bool_exp: {
12806
- _and: { __type: "[listing_pms_status_bool_exp!]" },
12807
- _not: { __type: "listing_pms_status_bool_exp" },
12808
- _or: { __type: "[listing_pms_status_bool_exp!]" },
12809
- name: { __type: "String_comparison_exp" },
12810
- },
12811
- listing_pms_status_enum_comparison_exp: {
12812
- _eq: { __type: "listing_pms_status_enum" },
12813
- _in: { __type: "[listing_pms_status_enum!]" },
12814
- _is_null: { __type: "Boolean" },
12815
- _neq: { __type: "listing_pms_status_enum" },
12816
- _nin: { __type: "[listing_pms_status_enum!]" },
12817
- },
12818
- listing_pms_status_insert_input: { name: { __type: "String" } },
12819
- listing_pms_status_max_fields: {
12820
- __typename: { __type: "String!" },
12821
- name: { __type: "String" },
12822
- },
12823
- listing_pms_status_min_fields: {
12824
- __typename: { __type: "String!" },
12825
- name: { __type: "String" },
12826
- },
12827
- listing_pms_status_mutation_response: {
12828
- __typename: { __type: "String!" },
12829
- affected_rows: { __type: "Int!" },
12830
- returning: { __type: "[listing_pms_status!]!" },
12831
- },
12832
- listing_pms_status_on_conflict: {
12833
- constraint: { __type: "listing_pms_status_constraint!" },
12834
- update_columns: { __type: "[listing_pms_status_update_column!]!" },
12835
- where: { __type: "listing_pms_status_bool_exp" },
12836
- },
12837
- listing_pms_status_order_by: { name: { __type: "order_by" } },
12838
- listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
12839
- listing_pms_status_set_input: { name: { __type: "String" } },
12840
- listing_pms_status_stream_cursor_input: {
12841
- initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
12842
- ordering: { __type: "cursor_ordering" },
12843
- },
12844
- listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
12845
- listing_pms_status_updates: {
12846
- _set: { __type: "listing_pms_status_set_input" },
12847
- where: { __type: "listing_pms_status_bool_exp!" },
12848
- },
12849
12642
  listing_prepend_input: {
12850
12643
  addressData: { __type: "jsonb" },
12851
12644
  metadata: { __type: "jsonb" },
@@ -12873,79 +12666,14 @@ export const generatedSchema = {
12873
12666
  name: { __type: "String" },
12874
12667
  ownerContactId: { __type: "uuid" },
12875
12668
  pmsAddressData: { __type: "jsonb" },
12876
- pmsStatus: { __type: "listing_pms_status_enum" },
12669
+ pmsStatus: { __type: "activeStatus_enum" },
12877
12670
  sourceId: { __type: "uuid" },
12878
- status: { __type: "listing_status_enum" },
12671
+ status: { __type: "activeStatus_enum" },
12879
12672
  tenantId: { __type: "uuid" },
12880
12673
  title: { __type: "String" },
12881
12674
  uniqueRef: { __type: "String" },
12882
12675
  updatedAt: { __type: "timestamptz" },
12883
12676
  },
12884
- listing_status: {
12885
- __typename: { __type: "String!" },
12886
- name: { __type: "String!" },
12887
- },
12888
- listing_status_aggregate: {
12889
- __typename: { __type: "String!" },
12890
- aggregate: { __type: "listing_status_aggregate_fields" },
12891
- nodes: { __type: "[listing_status!]!" },
12892
- },
12893
- listing_status_aggregate_fields: {
12894
- __typename: { __type: "String!" },
12895
- count: {
12896
- __type: "Int!",
12897
- __args: {
12898
- columns: "[listing_status_select_column!]",
12899
- distinct: "Boolean",
12900
- },
12901
- },
12902
- max: { __type: "listing_status_max_fields" },
12903
- min: { __type: "listing_status_min_fields" },
12904
- },
12905
- listing_status_bool_exp: {
12906
- _and: { __type: "[listing_status_bool_exp!]" },
12907
- _not: { __type: "listing_status_bool_exp" },
12908
- _or: { __type: "[listing_status_bool_exp!]" },
12909
- name: { __type: "String_comparison_exp" },
12910
- },
12911
- listing_status_enum_comparison_exp: {
12912
- _eq: { __type: "listing_status_enum" },
12913
- _in: { __type: "[listing_status_enum!]" },
12914
- _is_null: { __type: "Boolean" },
12915
- _neq: { __type: "listing_status_enum" },
12916
- _nin: { __type: "[listing_status_enum!]" },
12917
- },
12918
- listing_status_insert_input: { name: { __type: "String" } },
12919
- listing_status_max_fields: {
12920
- __typename: { __type: "String!" },
12921
- name: { __type: "String" },
12922
- },
12923
- listing_status_min_fields: {
12924
- __typename: { __type: "String!" },
12925
- name: { __type: "String" },
12926
- },
12927
- listing_status_mutation_response: {
12928
- __typename: { __type: "String!" },
12929
- affected_rows: { __type: "Int!" },
12930
- returning: { __type: "[listing_status!]!" },
12931
- },
12932
- listing_status_on_conflict: {
12933
- constraint: { __type: "listing_status_constraint!" },
12934
- update_columns: { __type: "[listing_status_update_column!]!" },
12935
- where: { __type: "listing_status_bool_exp" },
12936
- },
12937
- listing_status_order_by: { name: { __type: "order_by" } },
12938
- listing_status_pk_columns_input: { name: { __type: "String!" } },
12939
- listing_status_set_input: { name: { __type: "String" } },
12940
- listing_status_stream_cursor_input: {
12941
- initial_value: { __type: "listing_status_stream_cursor_value_input!" },
12942
- ordering: { __type: "cursor_ordering" },
12943
- },
12944
- listing_status_stream_cursor_value_input: { name: { __type: "String" } },
12945
- listing_status_updates: {
12946
- _set: { __type: "listing_status_set_input" },
12947
- where: { __type: "listing_status_bool_exp!" },
12948
- },
12949
12677
  listing_stddev_fields: {
12950
12678
  __typename: { __type: "String!" },
12951
12679
  bedrooms: { __type: "Float" },
@@ -12998,7 +12726,7 @@ export const generatedSchema = {
12998
12726
  address_id: { __type: "uuid" },
12999
12727
  bedrooms: { __type: "Int" },
13000
12728
  beds: { __type: "Int" },
13001
- calculatedStatus: { __type: "String" },
12729
+ calculatedStatus: { __type: "activeStatus_enum" },
13002
12730
  calculatedTitle: { __type: "String" },
13003
12731
  calculated_title: { __type: "String" },
13004
12732
  centExpenseReserve: { __type: "Int" },
@@ -13014,9 +12742,9 @@ export const generatedSchema = {
13014
12742
  name: { __type: "String" },
13015
12743
  ownerContactId: { __type: "uuid" },
13016
12744
  pmsAddressData: { __type: "jsonb" },
13017
- pmsStatus: { __type: "listing_pms_status_enum" },
12745
+ pmsStatus: { __type: "activeStatus_enum" },
13018
12746
  sourceId: { __type: "uuid" },
13019
- status: { __type: "listing_status_enum" },
12747
+ status: { __type: "activeStatus_enum" },
13020
12748
  tenantId: { __type: "uuid" },
13021
12749
  title: { __type: "String" },
13022
12750
  uniqueRef: { __type: "String" },
@@ -14383,14 +14111,6 @@ export const generatedSchema = {
14383
14111
  __args: { where: "address_bool_exp!" },
14384
14112
  },
14385
14113
  delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
14386
- delete_automation_status: {
14387
- __type: "automation_status_mutation_response",
14388
- __args: { where: "automation_status_bool_exp!" },
14389
- },
14390
- delete_automation_status_by_pk: {
14391
- __type: "automation_status",
14392
- __args: { name: "String!" },
14393
- },
14394
14114
  delete_billing_payment_method_type: {
14395
14115
  __type: "billing_payment_method_type_mutation_response",
14396
14116
  __args: { where: "billing_payment_method_type_bool_exp!" },
@@ -14399,14 +14119,6 @@ export const generatedSchema = {
14399
14119
  __type: "billing_payment_method_type",
14400
14120
  __args: { name: "String!" },
14401
14121
  },
14402
- delete_connection_status_temporary: {
14403
- __type: "connection_status_temporary_mutation_response",
14404
- __args: { where: "connection_status_temporary_bool_exp!" },
14405
- },
14406
- delete_connection_status_temporary_by_pk: {
14407
- __type: "connection_status_temporary",
14408
- __args: { name: "String!" },
14409
- },
14410
14122
  delete_core_change_source_link: {
14411
14123
  __type: "core_change_source_link_mutation_response",
14412
14124
  __args: { where: "core_change_source_link_bool_exp!" },
@@ -14465,22 +14177,6 @@ export const generatedSchema = {
14465
14177
  __type: "listing_owner_role",
14466
14178
  __args: { name: "String!" },
14467
14179
  },
14468
- delete_listing_pms_status: {
14469
- __type: "listing_pms_status_mutation_response",
14470
- __args: { where: "listing_pms_status_bool_exp!" },
14471
- },
14472
- delete_listing_pms_status_by_pk: {
14473
- __type: "listing_pms_status",
14474
- __args: { name: "String!" },
14475
- },
14476
- delete_listing_status: {
14477
- __type: "listing_status_mutation_response",
14478
- __args: { where: "listing_status_bool_exp!" },
14479
- },
14480
- delete_listing_status_by_pk: {
14481
- __type: "listing_status",
14482
- __args: { name: "String!" },
14483
- },
14484
14180
  delete_owner_pms_status: {
14485
14181
  __type: "owner_pms_status_mutation_response",
14486
14182
  __args: { where: "owner_pms_status_bool_exp!" },
@@ -15972,20 +15668,6 @@ export const generatedSchema = {
15972
15668
  on_conflict: "address_on_conflict",
15973
15669
  },
15974
15670
  },
15975
- insert_automation_status: {
15976
- __type: "automation_status_mutation_response",
15977
- __args: {
15978
- objects: "[automation_status_insert_input!]!",
15979
- on_conflict: "automation_status_on_conflict",
15980
- },
15981
- },
15982
- insert_automation_status_one: {
15983
- __type: "automation_status",
15984
- __args: {
15985
- object: "automation_status_insert_input!",
15986
- on_conflict: "automation_status_on_conflict",
15987
- },
15988
- },
15989
15671
  insert_billing_payment_method_type: {
15990
15672
  __type: "billing_payment_method_type_mutation_response",
15991
15673
  __args: {
@@ -16000,20 +15682,6 @@ export const generatedSchema = {
16000
15682
  on_conflict: "billing_payment_method_type_on_conflict",
16001
15683
  },
16002
15684
  },
16003
- insert_connection_status_temporary: {
16004
- __type: "connection_status_temporary_mutation_response",
16005
- __args: {
16006
- objects: "[connection_status_temporary_insert_input!]!",
16007
- on_conflict: "connection_status_temporary_on_conflict",
16008
- },
16009
- },
16010
- insert_connection_status_temporary_one: {
16011
- __type: "connection_status_temporary",
16012
- __args: {
16013
- object: "connection_status_temporary_insert_input!",
16014
- on_conflict: "connection_status_temporary_on_conflict",
16015
- },
16016
- },
16017
15685
  insert_core_change_source_link: {
16018
15686
  __type: "core_change_source_link_mutation_response",
16019
15687
  __args: {
@@ -16126,34 +15794,6 @@ export const generatedSchema = {
16126
15794
  on_conflict: "listing_owner_role_on_conflict",
16127
15795
  },
16128
15796
  },
16129
- insert_listing_pms_status: {
16130
- __type: "listing_pms_status_mutation_response",
16131
- __args: {
16132
- objects: "[listing_pms_status_insert_input!]!",
16133
- on_conflict: "listing_pms_status_on_conflict",
16134
- },
16135
- },
16136
- insert_listing_pms_status_one: {
16137
- __type: "listing_pms_status",
16138
- __args: {
16139
- object: "listing_pms_status_insert_input!",
16140
- on_conflict: "listing_pms_status_on_conflict",
16141
- },
16142
- },
16143
- insert_listing_status: {
16144
- __type: "listing_status_mutation_response",
16145
- __args: {
16146
- objects: "[listing_status_insert_input!]!",
16147
- on_conflict: "listing_status_on_conflict",
16148
- },
16149
- },
16150
- insert_listing_status_one: {
16151
- __type: "listing_status",
16152
- __args: {
16153
- object: "listing_status_insert_input!",
16154
- on_conflict: "listing_status_on_conflict",
16155
- },
16156
- },
16157
15797
  insert_owner_pms_status: {
16158
15798
  __type: "owner_pms_status_mutation_response",
16159
15799
  __args: {
@@ -18398,24 +18038,6 @@ export const generatedSchema = {
18398
18038
  __type: "[automation_mutation_response]",
18399
18039
  __args: { updates: "[automation_updates!]!" },
18400
18040
  },
18401
- update_automation_status: {
18402
- __type: "automation_status_mutation_response",
18403
- __args: {
18404
- _set: "automation_status_set_input",
18405
- where: "automation_status_bool_exp!",
18406
- },
18407
- },
18408
- update_automation_status_by_pk: {
18409
- __type: "automation_status",
18410
- __args: {
18411
- _set: "automation_status_set_input",
18412
- pk_columns: "automation_status_pk_columns_input!",
18413
- },
18414
- },
18415
- update_automation_status_many: {
18416
- __type: "[automation_status_mutation_response]",
18417
- __args: { updates: "[automation_status_updates!]!" },
18418
- },
18419
18041
  update_automation_template_many: {
18420
18042
  __type: "[automation_template_mutation_response]",
18421
18043
  __args: { updates: "[automation_template_updates!]!" },
@@ -18442,24 +18064,6 @@ export const generatedSchema = {
18442
18064
  __type: "[connection_mutation_response]",
18443
18065
  __args: { updates: "[connection_updates!]!" },
18444
18066
  },
18445
- update_connection_status_temporary: {
18446
- __type: "connection_status_temporary_mutation_response",
18447
- __args: {
18448
- _set: "connection_status_temporary_set_input",
18449
- where: "connection_status_temporary_bool_exp!",
18450
- },
18451
- },
18452
- update_connection_status_temporary_by_pk: {
18453
- __type: "connection_status_temporary",
18454
- __args: {
18455
- _set: "connection_status_temporary_set_input",
18456
- pk_columns: "connection_status_temporary_pk_columns_input!",
18457
- },
18458
- },
18459
- update_connection_status_temporary_many: {
18460
- __type: "[connection_status_temporary_mutation_response]",
18461
- __args: { updates: "[connection_status_temporary_updates!]!" },
18462
- },
18463
18067
  update_core_change_source_link: {
18464
18068
  __type: "core_change_source_link_mutation_response",
18465
18069
  __args: {
@@ -18647,42 +18251,6 @@ export const generatedSchema = {
18647
18251
  __type: "[listing_owner_role_mutation_response]",
18648
18252
  __args: { updates: "[listing_owner_role_updates!]!" },
18649
18253
  },
18650
- update_listing_pms_status: {
18651
- __type: "listing_pms_status_mutation_response",
18652
- __args: {
18653
- _set: "listing_pms_status_set_input",
18654
- where: "listing_pms_status_bool_exp!",
18655
- },
18656
- },
18657
- update_listing_pms_status_by_pk: {
18658
- __type: "listing_pms_status",
18659
- __args: {
18660
- _set: "listing_pms_status_set_input",
18661
- pk_columns: "listing_pms_status_pk_columns_input!",
18662
- },
18663
- },
18664
- update_listing_pms_status_many: {
18665
- __type: "[listing_pms_status_mutation_response]",
18666
- __args: { updates: "[listing_pms_status_updates!]!" },
18667
- },
18668
- update_listing_status: {
18669
- __type: "listing_status_mutation_response",
18670
- __args: {
18671
- _set: "listing_status_set_input",
18672
- where: "listing_status_bool_exp!",
18673
- },
18674
- },
18675
- update_listing_status_by_pk: {
18676
- __type: "listing_status",
18677
- __args: {
18678
- _set: "listing_status_set_input",
18679
- pk_columns: "listing_status_pk_columns_input!",
18680
- },
18681
- },
18682
- update_listing_status_many: {
18683
- __type: "[listing_status_mutation_response]",
18684
- __args: { updates: "[listing_status_updates!]!" },
18685
- },
18686
18254
  update_owner_pms_status: {
18687
18255
  __type: "owner_pms_status_mutation_response",
18688
18256
  __args: {
@@ -24398,30 +23966,6 @@ export const generatedSchema = {
24398
23966
  where: "automation_template_bool_exp",
24399
23967
  },
24400
23968
  },
24401
- automation_status: {
24402
- __type: "[automation_status!]!",
24403
- __args: {
24404
- distinct_on: "[automation_status_select_column!]",
24405
- limit: "Int",
24406
- offset: "Int",
24407
- order_by: "[automation_status_order_by!]",
24408
- where: "automation_status_bool_exp",
24409
- },
24410
- },
24411
- automation_status_aggregate: {
24412
- __type: "automation_status_aggregate!",
24413
- __args: {
24414
- distinct_on: "[automation_status_select_column!]",
24415
- limit: "Int",
24416
- offset: "Int",
24417
- order_by: "[automation_status_order_by!]",
24418
- where: "automation_status_bool_exp",
24419
- },
24420
- },
24421
- automation_status_by_pk: {
24422
- __type: "automation_status",
24423
- __args: { name: "String!" },
24424
- },
24425
23969
  automations: {
24426
23970
  __type: "[automation!]!",
24427
23971
  __args: {
@@ -24749,30 +24293,6 @@ export const generatedSchema = {
24749
24293
  },
24750
24294
  },
24751
24295
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
24752
- connection_status_temporary: {
24753
- __type: "[connection_status_temporary!]!",
24754
- __args: {
24755
- distinct_on: "[connection_status_temporary_select_column!]",
24756
- limit: "Int",
24757
- offset: "Int",
24758
- order_by: "[connection_status_temporary_order_by!]",
24759
- where: "connection_status_temporary_bool_exp",
24760
- },
24761
- },
24762
- connection_status_temporary_aggregate: {
24763
- __type: "connection_status_temporary_aggregate!",
24764
- __args: {
24765
- distinct_on: "[connection_status_temporary_select_column!]",
24766
- limit: "Int",
24767
- offset: "Int",
24768
- order_by: "[connection_status_temporary_order_by!]",
24769
- where: "connection_status_temporary_bool_exp",
24770
- },
24771
- },
24772
- connection_status_temporary_by_pk: {
24773
- __type: "connection_status_temporary",
24774
- __args: { name: "String!" },
24775
- },
24776
24296
  contact: { __type: "contact", __args: { id: "uuid!" } },
24777
24297
  contactAggregate: {
24778
24298
  __type: "contact_aggregate!",
@@ -25600,54 +25120,6 @@ export const generatedSchema = {
25600
25120
  __type: "listing_owner_role",
25601
25121
  __args: { name: "String!" },
25602
25122
  },
25603
- listing_pms_status: {
25604
- __type: "[listing_pms_status!]!",
25605
- __args: {
25606
- distinct_on: "[listing_pms_status_select_column!]",
25607
- limit: "Int",
25608
- offset: "Int",
25609
- order_by: "[listing_pms_status_order_by!]",
25610
- where: "listing_pms_status_bool_exp",
25611
- },
25612
- },
25613
- listing_pms_status_aggregate: {
25614
- __type: "listing_pms_status_aggregate!",
25615
- __args: {
25616
- distinct_on: "[listing_pms_status_select_column!]",
25617
- limit: "Int",
25618
- offset: "Int",
25619
- order_by: "[listing_pms_status_order_by!]",
25620
- where: "listing_pms_status_bool_exp",
25621
- },
25622
- },
25623
- listing_pms_status_by_pk: {
25624
- __type: "listing_pms_status",
25625
- __args: { name: "String!" },
25626
- },
25627
- listing_status: {
25628
- __type: "[listing_status!]!",
25629
- __args: {
25630
- distinct_on: "[listing_status_select_column!]",
25631
- limit: "Int",
25632
- offset: "Int",
25633
- order_by: "[listing_status_order_by!]",
25634
- where: "listing_status_bool_exp",
25635
- },
25636
- },
25637
- listing_status_aggregate: {
25638
- __type: "listing_status_aggregate!",
25639
- __args: {
25640
- distinct_on: "[listing_status_select_column!]",
25641
- limit: "Int",
25642
- offset: "Int",
25643
- order_by: "[listing_status_order_by!]",
25644
- where: "listing_status_bool_exp",
25645
- },
25646
- },
25647
- listing_status_by_pk: {
25648
- __type: "listing_status",
25649
- __args: { name: "String!" },
25650
- },
25651
25123
  listings: {
25652
25124
  __type: "[listing!]!",
25653
25125
  __args: {
@@ -32966,38 +32438,6 @@ export const generatedSchema = {
32966
32438
  where: "automation_template_bool_exp",
32967
32439
  },
32968
32440
  },
32969
- automation_status: {
32970
- __type: "[automation_status!]!",
32971
- __args: {
32972
- distinct_on: "[automation_status_select_column!]",
32973
- limit: "Int",
32974
- offset: "Int",
32975
- order_by: "[automation_status_order_by!]",
32976
- where: "automation_status_bool_exp",
32977
- },
32978
- },
32979
- automation_status_aggregate: {
32980
- __type: "automation_status_aggregate!",
32981
- __args: {
32982
- distinct_on: "[automation_status_select_column!]",
32983
- limit: "Int",
32984
- offset: "Int",
32985
- order_by: "[automation_status_order_by!]",
32986
- where: "automation_status_bool_exp",
32987
- },
32988
- },
32989
- automation_status_by_pk: {
32990
- __type: "automation_status",
32991
- __args: { name: "String!" },
32992
- },
32993
- automation_status_stream: {
32994
- __type: "[automation_status!]!",
32995
- __args: {
32996
- batch_size: "Int!",
32997
- cursor: "[automation_status_stream_cursor_input]!",
32998
- where: "automation_status_bool_exp",
32999
- },
33000
- },
33001
32441
  automation_stream: {
33002
32442
  __type: "[automation!]!",
33003
32443
  __args: {
@@ -33437,38 +32877,6 @@ export const generatedSchema = {
33437
32877
  },
33438
32878
  },
33439
32879
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
33440
- connection_status_temporary: {
33441
- __type: "[connection_status_temporary!]!",
33442
- __args: {
33443
- distinct_on: "[connection_status_temporary_select_column!]",
33444
- limit: "Int",
33445
- offset: "Int",
33446
- order_by: "[connection_status_temporary_order_by!]",
33447
- where: "connection_status_temporary_bool_exp",
33448
- },
33449
- },
33450
- connection_status_temporary_aggregate: {
33451
- __type: "connection_status_temporary_aggregate!",
33452
- __args: {
33453
- distinct_on: "[connection_status_temporary_select_column!]",
33454
- limit: "Int",
33455
- offset: "Int",
33456
- order_by: "[connection_status_temporary_order_by!]",
33457
- where: "connection_status_temporary_bool_exp",
33458
- },
33459
- },
33460
- connection_status_temporary_by_pk: {
33461
- __type: "connection_status_temporary",
33462
- __args: { name: "String!" },
33463
- },
33464
- connection_status_temporary_stream: {
33465
- __type: "[connection_status_temporary!]!",
33466
- __args: {
33467
- batch_size: "Int!",
33468
- cursor: "[connection_status_temporary_stream_cursor_input]!",
33469
- where: "connection_status_temporary_bool_exp",
33470
- },
33471
- },
33472
32880
  connection_stream: {
33473
32881
  __type: "[connection!]!",
33474
32882
  __args: {
@@ -34576,70 +33984,6 @@ export const generatedSchema = {
34576
33984
  where: "listing_owner_bool_exp",
34577
33985
  },
34578
33986
  },
34579
- listing_pms_status: {
34580
- __type: "[listing_pms_status!]!",
34581
- __args: {
34582
- distinct_on: "[listing_pms_status_select_column!]",
34583
- limit: "Int",
34584
- offset: "Int",
34585
- order_by: "[listing_pms_status_order_by!]",
34586
- where: "listing_pms_status_bool_exp",
34587
- },
34588
- },
34589
- listing_pms_status_aggregate: {
34590
- __type: "listing_pms_status_aggregate!",
34591
- __args: {
34592
- distinct_on: "[listing_pms_status_select_column!]",
34593
- limit: "Int",
34594
- offset: "Int",
34595
- order_by: "[listing_pms_status_order_by!]",
34596
- where: "listing_pms_status_bool_exp",
34597
- },
34598
- },
34599
- listing_pms_status_by_pk: {
34600
- __type: "listing_pms_status",
34601
- __args: { name: "String!" },
34602
- },
34603
- listing_pms_status_stream: {
34604
- __type: "[listing_pms_status!]!",
34605
- __args: {
34606
- batch_size: "Int!",
34607
- cursor: "[listing_pms_status_stream_cursor_input]!",
34608
- where: "listing_pms_status_bool_exp",
34609
- },
34610
- },
34611
- listing_status: {
34612
- __type: "[listing_status!]!",
34613
- __args: {
34614
- distinct_on: "[listing_status_select_column!]",
34615
- limit: "Int",
34616
- offset: "Int",
34617
- order_by: "[listing_status_order_by!]",
34618
- where: "listing_status_bool_exp",
34619
- },
34620
- },
34621
- listing_status_aggregate: {
34622
- __type: "listing_status_aggregate!",
34623
- __args: {
34624
- distinct_on: "[listing_status_select_column!]",
34625
- limit: "Int",
34626
- offset: "Int",
34627
- order_by: "[listing_status_order_by!]",
34628
- where: "listing_status_bool_exp",
34629
- },
34630
- },
34631
- listing_status_by_pk: {
34632
- __type: "listing_status",
34633
- __args: { name: "String!" },
34634
- },
34635
- listing_status_stream: {
34636
- __type: "[listing_status!]!",
34637
- __args: {
34638
- batch_size: "Int!",
34639
- cursor: "[listing_status_stream_cursor_input]!",
34640
- where: "listing_status_bool_exp",
34641
- },
34642
- },
34643
33987
  listing_stream: {
34644
33988
  __type: "[listing!]!",
34645
33989
  __args: {