@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.
@@ -65,10 +65,6 @@ exports.scalarsEnumsHash = {
65
65
  audit_log_update_column: true,
66
66
  automation_constraint: true,
67
67
  automation_select_column: true,
68
- automation_status_constraint: true,
69
- automation_status_enum: true,
70
- automation_status_select_column: true,
71
- automation_status_update_column: true,
72
68
  automation_template_constraint: true,
73
69
  automation_template_select_column: true,
74
70
  automation_template_update_column: true,
@@ -129,9 +125,6 @@ exports.scalarsEnumsHash = {
129
125
  connection_select_column: true,
130
126
  connection_select_column_connection_aggregate_bool_exp_bool_and_arguments_columns: true,
131
127
  connection_select_column_connection_aggregate_bool_exp_bool_or_arguments_columns: true,
132
- connection_status_temporary_constraint: true,
133
- connection_status_temporary_select_column: true,
134
- connection_status_temporary_update_column: true,
135
128
  connection_update_column: true,
136
129
  contactCompanyType_constraint: true,
137
130
  contactCompanyType_enum: true,
@@ -246,15 +239,7 @@ exports.scalarsEnumsHash = {
246
239
  listing_owner_role_update_column: true,
247
240
  listing_owner_select_column: true,
248
241
  listing_owner_update_column: true,
249
- listing_pms_status_constraint: true,
250
- listing_pms_status_enum: true,
251
- listing_pms_status_select_column: true,
252
- listing_pms_status_update_column: true,
253
242
  listing_select_column: true,
254
- listing_status_constraint: true,
255
- listing_status_enum: true,
256
- listing_status_select_column: true,
257
- listing_status_update_column: true,
258
243
  listing_update_column: true,
259
244
  metricsActiveListingCreatedReturnType_enum_name: true,
260
245
  metricsBankRecordBalancesReturnType_enum_name: true,
@@ -3195,7 +3180,7 @@ exports.generatedSchema = {
3195
3180
  where: "setting_bool_exp",
3196
3181
  },
3197
3182
  },
3198
- status: { __type: "automation_status_enum!" },
3183
+ status: { __type: "activeStatus_enum!" },
3199
3184
  syncs: {
3200
3185
  __type: "[sync!]!",
3201
3186
  __args: {
@@ -3286,7 +3271,7 @@ exports.generatedSchema = {
3286
3271
  scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
3287
3272
  settings: { __type: "setting_bool_exp" },
3288
3273
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
3289
- status: { __type: "automation_status_enum_comparison_exp" },
3274
+ status: { __type: "activeStatus_enum_comparison_exp" },
3290
3275
  syncs: { __type: "sync_bool_exp" },
3291
3276
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
3292
3277
  template: { __type: "String_comparison_exp" },
@@ -3327,7 +3312,7 @@ exports.generatedSchema = {
3327
3312
  runSettings: { __type: "jsonb" },
3328
3313
  scheduleStatus: { __type: "activeStatus_enum" },
3329
3314
  settings: { __type: "setting_arr_rel_insert_input" },
3330
- status: { __type: "automation_status_enum" },
3315
+ status: { __type: "activeStatus_enum" },
3331
3316
  syncs: { __type: "sync_arr_rel_insert_input" },
3332
3317
  template: { __type: "String" },
3333
3318
  templateId: { __type: "uuid" },
@@ -3448,7 +3433,7 @@ exports.generatedSchema = {
3448
3433
  rightConnectionId: { __type: "uuid" },
3449
3434
  runSettings: { __type: "jsonb" },
3450
3435
  scheduleStatus: { __type: "activeStatus_enum" },
3451
- status: { __type: "automation_status_enum" },
3436
+ status: { __type: "activeStatus_enum" },
3452
3437
  template: { __type: "String" },
3453
3438
  templateId: { __type: "uuid" },
3454
3439
  tenantId: { __type: "uuid" },
@@ -3457,71 +3442,6 @@ exports.generatedSchema = {
3457
3442
  updatedAt: { __type: "timestamptz" },
3458
3443
  viewSettings: { __type: "jsonb" },
3459
3444
  },
3460
- automation_status: {
3461
- __typename: { __type: "String!" },
3462
- name: { __type: "String!" },
3463
- },
3464
- automation_status_aggregate: {
3465
- __typename: { __type: "String!" },
3466
- aggregate: { __type: "automation_status_aggregate_fields" },
3467
- nodes: { __type: "[automation_status!]!" },
3468
- },
3469
- automation_status_aggregate_fields: {
3470
- __typename: { __type: "String!" },
3471
- count: {
3472
- __type: "Int!",
3473
- __args: {
3474
- columns: "[automation_status_select_column!]",
3475
- distinct: "Boolean",
3476
- },
3477
- },
3478
- max: { __type: "automation_status_max_fields" },
3479
- min: { __type: "automation_status_min_fields" },
3480
- },
3481
- automation_status_bool_exp: {
3482
- _and: { __type: "[automation_status_bool_exp!]" },
3483
- _not: { __type: "automation_status_bool_exp" },
3484
- _or: { __type: "[automation_status_bool_exp!]" },
3485
- name: { __type: "String_comparison_exp" },
3486
- },
3487
- automation_status_enum_comparison_exp: {
3488
- _eq: { __type: "automation_status_enum" },
3489
- _in: { __type: "[automation_status_enum!]" },
3490
- _is_null: { __type: "Boolean" },
3491
- _neq: { __type: "automation_status_enum" },
3492
- _nin: { __type: "[automation_status_enum!]" },
3493
- },
3494
- automation_status_insert_input: { name: { __type: "String" } },
3495
- automation_status_max_fields: {
3496
- __typename: { __type: "String!" },
3497
- name: { __type: "String" },
3498
- },
3499
- automation_status_min_fields: {
3500
- __typename: { __type: "String!" },
3501
- name: { __type: "String" },
3502
- },
3503
- automation_status_mutation_response: {
3504
- __typename: { __type: "String!" },
3505
- affected_rows: { __type: "Int!" },
3506
- returning: { __type: "[automation_status!]!" },
3507
- },
3508
- automation_status_on_conflict: {
3509
- constraint: { __type: "automation_status_constraint!" },
3510
- update_columns: { __type: "[automation_status_update_column!]!" },
3511
- where: { __type: "automation_status_bool_exp" },
3512
- },
3513
- automation_status_order_by: { name: { __type: "order_by" } },
3514
- automation_status_pk_columns_input: { name: { __type: "String!" } },
3515
- automation_status_set_input: { name: { __type: "String" } },
3516
- automation_status_stream_cursor_input: {
3517
- initial_value: { __type: "automation_status_stream_cursor_value_input!" },
3518
- ordering: { __type: "cursor_ordering" },
3519
- },
3520
- automation_status_stream_cursor_value_input: { name: { __type: "String" } },
3521
- automation_status_updates: {
3522
- _set: { __type: "automation_status_set_input" },
3523
- where: { __type: "automation_status_bool_exp!" },
3524
- },
3525
3445
  automation_stream_cursor_input: {
3526
3446
  initial_value: { __type: "automation_stream_cursor_value_input!" },
3527
3447
  ordering: { __type: "cursor_ordering" },
@@ -3534,7 +3454,7 @@ exports.generatedSchema = {
3534
3454
  rightConnectionId: { __type: "uuid" },
3535
3455
  runSettings: { __type: "jsonb" },
3536
3456
  scheduleStatus: { __type: "activeStatus_enum" },
3537
- status: { __type: "automation_status_enum" },
3457
+ status: { __type: "activeStatus_enum" },
3538
3458
  template: { __type: "String" },
3539
3459
  templateId: { __type: "uuid" },
3540
3460
  tenantId: { __type: "uuid" },
@@ -6381,7 +6301,7 @@ exports.generatedSchema = {
6381
6301
  where: "setting_bool_exp",
6382
6302
  },
6383
6303
  },
6384
- status: { __type: "String" },
6304
+ status: { __type: "activeStatus_enum" },
6385
6305
  syncs: {
6386
6306
  __type: "[sync!]!",
6387
6307
  __args: {
@@ -6553,7 +6473,7 @@ exports.generatedSchema = {
6553
6473
  settingsRight: { __type: "setting_bool_exp" },
6554
6474
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
6555
6475
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
6556
- status: { __type: "String_comparison_exp" },
6476
+ status: { __type: "activeStatus_enum_comparison_exp" },
6557
6477
  syncs: { __type: "sync_bool_exp" },
6558
6478
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
6559
6479
  tasks: { __type: "task_bool_exp" },
@@ -6611,7 +6531,7 @@ exports.generatedSchema = {
6611
6531
  settings: { __type: "setting_arr_rel_insert_input" },
6612
6532
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
6613
6533
  settingsRight: { __type: "setting_arr_rel_insert_input" },
6614
- status: { __type: "String" },
6534
+ status: { __type: "activeStatus_enum" },
6615
6535
  syncs: { __type: "sync_arr_rel_insert_input" },
6616
6536
  tasks: { __type: "task_arr_rel_insert_input" },
6617
6537
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -6631,7 +6551,6 @@ exports.generatedSchema = {
6631
6551
  id: { __type: "uuid" },
6632
6552
  lastFetch: { __type: "timestamptz" },
6633
6553
  name: { __type: "String" },
6634
- status: { __type: "String" },
6635
6554
  tenantId: { __type: "uuid" },
6636
6555
  type: { __type: "String" },
6637
6556
  uniqueRef: { __type: "String" },
@@ -6647,7 +6566,6 @@ exports.generatedSchema = {
6647
6566
  id: { __type: "order_by" },
6648
6567
  lastFetch: { __type: "order_by" },
6649
6568
  name: { __type: "order_by" },
6650
- status: { __type: "order_by" },
6651
6569
  tenantId: { __type: "order_by" },
6652
6570
  type: { __type: "order_by" },
6653
6571
  uniqueRef: { __type: "order_by" },
@@ -6664,7 +6582,6 @@ exports.generatedSchema = {
6664
6582
  id: { __type: "uuid" },
6665
6583
  lastFetch: { __type: "timestamptz" },
6666
6584
  name: { __type: "String" },
6667
- status: { __type: "String" },
6668
6585
  tenantId: { __type: "uuid" },
6669
6586
  type: { __type: "String" },
6670
6587
  uniqueRef: { __type: "String" },
@@ -6680,7 +6597,6 @@ exports.generatedSchema = {
6680
6597
  id: { __type: "order_by" },
6681
6598
  lastFetch: { __type: "order_by" },
6682
6599
  name: { __type: "order_by" },
6683
- status: { __type: "order_by" },
6684
6600
  tenantId: { __type: "order_by" },
6685
6601
  type: { __type: "order_by" },
6686
6602
  uniqueRef: { __type: "order_by" },
@@ -6760,75 +6676,13 @@ exports.generatedSchema = {
6760
6676
  metadata: { __type: "jsonb" },
6761
6677
  name: { __type: "String" },
6762
6678
  persistentState: { __type: "jsonb" },
6763
- status: { __type: "String" },
6679
+ status: { __type: "activeStatus_enum" },
6764
6680
  tenantId: { __type: "uuid" },
6765
6681
  type: { __type: "String" },
6766
6682
  uniqueRef: { __type: "String" },
6767
6683
  updatedAt: { __type: "timestamptz" },
6768
6684
  version: { __type: "Int" },
6769
6685
  },
6770
- connection_status_temporary: {
6771
- __typename: { __type: "String!" },
6772
- name: { __type: "String!" },
6773
- },
6774
- connection_status_temporary_aggregate: {
6775
- __typename: { __type: "String!" },
6776
- aggregate: { __type: "connection_status_temporary_aggregate_fields" },
6777
- nodes: { __type: "[connection_status_temporary!]!" },
6778
- },
6779
- connection_status_temporary_aggregate_fields: {
6780
- __typename: { __type: "String!" },
6781
- count: {
6782
- __type: "Int!",
6783
- __args: {
6784
- columns: "[connection_status_temporary_select_column!]",
6785
- distinct: "Boolean",
6786
- },
6787
- },
6788
- max: { __type: "connection_status_temporary_max_fields" },
6789
- min: { __type: "connection_status_temporary_min_fields" },
6790
- },
6791
- connection_status_temporary_bool_exp: {
6792
- _and: { __type: "[connection_status_temporary_bool_exp!]" },
6793
- _not: { __type: "connection_status_temporary_bool_exp" },
6794
- _or: { __type: "[connection_status_temporary_bool_exp!]" },
6795
- name: { __type: "String_comparison_exp" },
6796
- },
6797
- connection_status_temporary_insert_input: { name: { __type: "String" } },
6798
- connection_status_temporary_max_fields: {
6799
- __typename: { __type: "String!" },
6800
- name: { __type: "String" },
6801
- },
6802
- connection_status_temporary_min_fields: {
6803
- __typename: { __type: "String!" },
6804
- name: { __type: "String" },
6805
- },
6806
- connection_status_temporary_mutation_response: {
6807
- __typename: { __type: "String!" },
6808
- affected_rows: { __type: "Int!" },
6809
- returning: { __type: "[connection_status_temporary!]!" },
6810
- },
6811
- connection_status_temporary_on_conflict: {
6812
- constraint: { __type: "connection_status_temporary_constraint!" },
6813
- update_columns: { __type: "[connection_status_temporary_update_column!]!" },
6814
- where: { __type: "connection_status_temporary_bool_exp" },
6815
- },
6816
- connection_status_temporary_order_by: { name: { __type: "order_by" } },
6817
- connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
6818
- connection_status_temporary_set_input: { name: { __type: "String" } },
6819
- connection_status_temporary_stream_cursor_input: {
6820
- initial_value: {
6821
- __type: "connection_status_temporary_stream_cursor_value_input!",
6822
- },
6823
- ordering: { __type: "cursor_ordering" },
6824
- },
6825
- connection_status_temporary_stream_cursor_value_input: {
6826
- name: { __type: "String" },
6827
- },
6828
- connection_status_temporary_updates: {
6829
- _set: { __type: "connection_status_temporary_set_input" },
6830
- where: { __type: "connection_status_temporary_bool_exp!" },
6831
- },
6832
6686
  connection_stddev_fields: {
6833
6687
  __typename: { __type: "String!" },
6834
6688
  backendVersion: { __type: "Float" },
@@ -6874,7 +6728,7 @@ exports.generatedSchema = {
6874
6728
  metadata: { __type: "jsonb" },
6875
6729
  name: { __type: "String" },
6876
6730
  persistentState: { __type: "jsonb" },
6877
- status: { __type: "String" },
6731
+ status: { __type: "activeStatus_enum" },
6878
6732
  tenantId: { __type: "uuid" },
6879
6733
  type: { __type: "String" },
6880
6734
  uniqueRef: { __type: "String" },
@@ -7568,6 +7422,7 @@ exports.generatedSchema = {
7568
7422
  core_flow: {
7569
7423
  __typename: { __type: "String!" },
7570
7424
  app_id: { __type: "String!" },
7425
+ description: { __type: "String" },
7571
7426
  id: { __type: "uuid!" },
7572
7427
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7573
7428
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
@@ -7597,6 +7452,7 @@ exports.generatedSchema = {
7597
7452
  _not: { __type: "core_flow_bool_exp" },
7598
7453
  _or: { __type: "[core_flow_bool_exp!]" },
7599
7454
  app_id: { __type: "String_comparison_exp" },
7455
+ description: { __type: "String_comparison_exp" },
7600
7456
  id: { __type: "uuid_comparison_exp" },
7601
7457
  mapping_schema: { __type: "jsonb_comparison_exp" },
7602
7458
  setting_schema: { __type: "jsonb_comparison_exp" },
@@ -7617,6 +7473,7 @@ exports.generatedSchema = {
7617
7473
  },
7618
7474
  core_flow_insert_input: {
7619
7475
  app_id: { __type: "String" },
7476
+ description: { __type: "String" },
7620
7477
  id: { __type: "uuid" },
7621
7478
  mapping_schema: { __type: "jsonb" },
7622
7479
  setting_schema: { __type: "jsonb" },
@@ -7764,6 +7621,7 @@ exports.generatedSchema = {
7764
7621
  core_flow_max_fields: {
7765
7622
  __typename: { __type: "String!" },
7766
7623
  app_id: { __type: "String" },
7624
+ description: { __type: "String" },
7767
7625
  id: { __type: "uuid" },
7768
7626
  title: { __type: "String" },
7769
7627
  type: { __type: "flow_type" },
@@ -7771,6 +7629,7 @@ exports.generatedSchema = {
7771
7629
  core_flow_min_fields: {
7772
7630
  __typename: { __type: "String!" },
7773
7631
  app_id: { __type: "String" },
7632
+ description: { __type: "String" },
7774
7633
  id: { __type: "uuid" },
7775
7634
  title: { __type: "String" },
7776
7635
  type: { __type: "flow_type" },
@@ -7787,6 +7646,7 @@ exports.generatedSchema = {
7787
7646
  },
7788
7647
  core_flow_order_by: {
7789
7648
  app_id: { __type: "order_by" },
7649
+ description: { __type: "order_by" },
7790
7650
  id: { __type: "order_by" },
7791
7651
  mapping_schema: { __type: "order_by" },
7792
7652
  setting_schema: { __type: "order_by" },
@@ -7800,6 +7660,7 @@ exports.generatedSchema = {
7800
7660
  },
7801
7661
  core_flow_set_input: {
7802
7662
  app_id: { __type: "String" },
7663
+ description: { __type: "String" },
7803
7664
  id: { __type: "uuid" },
7804
7665
  mapping_schema: { __type: "jsonb" },
7805
7666
  setting_schema: { __type: "jsonb" },
@@ -7950,6 +7811,7 @@ exports.generatedSchema = {
7950
7811
  },
7951
7812
  core_flow_stream_cursor_value_input: {
7952
7813
  app_id: { __type: "String" },
7814
+ description: { __type: "String" },
7953
7815
  id: { __type: "uuid" },
7954
7816
  mapping_schema: { __type: "jsonb" },
7955
7817
  setting_schema: { __type: "jsonb" },
@@ -10451,7 +10313,7 @@ exports.generatedSchema = {
10451
10313
  address_id: { __type: "uuid" },
10452
10314
  bedrooms: { __type: "Int" },
10453
10315
  beds: { __type: "Int" },
10454
- calculatedStatus: { __type: "String" },
10316
+ calculatedStatus: { __type: "activeStatus_enum" },
10455
10317
  calculatedTitle: { __type: "String" },
10456
10318
  calculated_title: { __type: "String" },
10457
10319
  centExpenseReserve: { __type: "Int" },
@@ -10650,7 +10512,7 @@ exports.generatedSchema = {
10650
10512
  },
10651
10513
  },
10652
10514
  pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
10653
- pmsStatus: { __type: "listing_pms_status_enum" },
10515
+ pmsStatus: { __type: "activeStatus_enum" },
10654
10516
  recurringFeeSubscriptions: {
10655
10517
  __type: "[recurringFeeListingSubscription!]!",
10656
10518
  __args: {
@@ -10753,7 +10615,7 @@ exports.generatedSchema = {
10753
10615
  },
10754
10616
  source: { __type: "source" },
10755
10617
  sourceId: { __type: "uuid" },
10756
- status: { __type: "listing_status_enum" },
10618
+ status: { __type: "activeStatus_enum" },
10757
10619
  tenant: { __type: "tenant!" },
10758
10620
  tenantId: { __type: "uuid!" },
10759
10621
  title: { __type: "String" },
@@ -11448,7 +11310,7 @@ exports.generatedSchema = {
11448
11310
  address_id: { __type: "uuid_comparison_exp" },
11449
11311
  bedrooms: { __type: "Int_comparison_exp" },
11450
11312
  beds: { __type: "Int_comparison_exp" },
11451
- calculatedStatus: { __type: "String_comparison_exp" },
11313
+ calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
11452
11314
  calculatedTitle: { __type: "String_comparison_exp" },
11453
11315
  calculated_title: { __type: "String_comparison_exp" },
11454
11316
  centExpenseReserve: { __type: "Int_comparison_exp" },
@@ -11491,7 +11353,7 @@ exports.generatedSchema = {
11491
11353
  paymentLines: { __type: "payment_line_bool_exp" },
11492
11354
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
11493
11355
  pmsAddressData: { __type: "jsonb_comparison_exp" },
11494
- pmsStatus: { __type: "listing_pms_status_enum_comparison_exp" },
11356
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
11495
11357
  recurringFeeSubscriptions: {
11496
11358
  __type: "recurringFeeListingSubscription_bool_exp",
11497
11359
  },
@@ -11508,7 +11370,7 @@ exports.generatedSchema = {
11508
11370
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11509
11371
  source: { __type: "source_bool_exp" },
11510
11372
  sourceId: { __type: "uuid_comparison_exp" },
11511
- status: { __type: "listing_status_enum_comparison_exp" },
11373
+ status: { __type: "activeStatus_enum_comparison_exp" },
11512
11374
  tenant: { __type: "tenant_bool_exp" },
11513
11375
  tenantId: { __type: "uuid_comparison_exp" },
11514
11376
  title: { __type: "String_comparison_exp" },
@@ -12212,7 +12074,7 @@ exports.generatedSchema = {
12212
12074
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
12213
12075
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
12214
12076
  pmsAddressData: { __type: "jsonb" },
12215
- pmsStatus: { __type: "listing_pms_status_enum" },
12077
+ pmsStatus: { __type: "activeStatus_enum" },
12216
12078
  recurringFeeSubscriptions: {
12217
12079
  __type: "recurringFeeListingSubscription_arr_rel_insert_input",
12218
12080
  },
@@ -12222,7 +12084,7 @@ exports.generatedSchema = {
12222
12084
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12223
12085
  source: { __type: "source_obj_rel_insert_input" },
12224
12086
  sourceId: { __type: "uuid" },
12225
- status: { __type: "listing_status_enum" },
12087
+ status: { __type: "activeStatus_enum" },
12226
12088
  tenant: { __type: "tenant_obj_rel_insert_input" },
12227
12089
  tenantId: { __type: "uuid" },
12228
12090
  title: { __type: "String" },
@@ -12239,7 +12101,6 @@ exports.generatedSchema = {
12239
12101
  address_id: { __type: "uuid" },
12240
12102
  bedrooms: { __type: "Int" },
12241
12103
  beds: { __type: "Int" },
12242
- calculatedStatus: { __type: "String" },
12243
12104
  calculatedTitle: { __type: "String" },
12244
12105
  calculated_title: { __type: "String" },
12245
12106
  centExpenseReserve: { __type: "Int" },
@@ -12266,7 +12127,6 @@ exports.generatedSchema = {
12266
12127
  address_id: { __type: "order_by" },
12267
12128
  bedrooms: { __type: "order_by" },
12268
12129
  beds: { __type: "order_by" },
12269
- calculatedStatus: { __type: "order_by" },
12270
12130
  calculatedTitle: { __type: "order_by" },
12271
12131
  calculated_title: { __type: "order_by" },
12272
12132
  centExpenseReserve: { __type: "order_by" },
@@ -12294,7 +12154,6 @@ exports.generatedSchema = {
12294
12154
  address_id: { __type: "uuid" },
12295
12155
  bedrooms: { __type: "Int" },
12296
12156
  beds: { __type: "Int" },
12297
- calculatedStatus: { __type: "String" },
12298
12157
  calculatedTitle: { __type: "String" },
12299
12158
  calculated_title: { __type: "String" },
12300
12159
  centExpenseReserve: { __type: "Int" },
@@ -12321,7 +12180,6 @@ exports.generatedSchema = {
12321
12180
  address_id: { __type: "order_by" },
12322
12181
  bedrooms: { __type: "order_by" },
12323
12182
  beds: { __type: "order_by" },
12324
- calculatedStatus: { __type: "order_by" },
12325
12183
  calculatedTitle: { __type: "order_by" },
12326
12184
  calculated_title: { __type: "order_by" },
12327
12185
  centExpenseReserve: { __type: "order_by" },
@@ -12784,71 +12642,6 @@ exports.generatedSchema = {
12784
12642
  },
12785
12643
  listing_owner_variance_order_by: { split: { __type: "order_by" } },
12786
12644
  listing_pk_columns_input: { id: { __type: "uuid!" } },
12787
- listing_pms_status: {
12788
- __typename: { __type: "String!" },
12789
- name: { __type: "String!" },
12790
- },
12791
- listing_pms_status_aggregate: {
12792
- __typename: { __type: "String!" },
12793
- aggregate: { __type: "listing_pms_status_aggregate_fields" },
12794
- nodes: { __type: "[listing_pms_status!]!" },
12795
- },
12796
- listing_pms_status_aggregate_fields: {
12797
- __typename: { __type: "String!" },
12798
- count: {
12799
- __type: "Int!",
12800
- __args: {
12801
- columns: "[listing_pms_status_select_column!]",
12802
- distinct: "Boolean",
12803
- },
12804
- },
12805
- max: { __type: "listing_pms_status_max_fields" },
12806
- min: { __type: "listing_pms_status_min_fields" },
12807
- },
12808
- listing_pms_status_bool_exp: {
12809
- _and: { __type: "[listing_pms_status_bool_exp!]" },
12810
- _not: { __type: "listing_pms_status_bool_exp" },
12811
- _or: { __type: "[listing_pms_status_bool_exp!]" },
12812
- name: { __type: "String_comparison_exp" },
12813
- },
12814
- listing_pms_status_enum_comparison_exp: {
12815
- _eq: { __type: "listing_pms_status_enum" },
12816
- _in: { __type: "[listing_pms_status_enum!]" },
12817
- _is_null: { __type: "Boolean" },
12818
- _neq: { __type: "listing_pms_status_enum" },
12819
- _nin: { __type: "[listing_pms_status_enum!]" },
12820
- },
12821
- listing_pms_status_insert_input: { name: { __type: "String" } },
12822
- listing_pms_status_max_fields: {
12823
- __typename: { __type: "String!" },
12824
- name: { __type: "String" },
12825
- },
12826
- listing_pms_status_min_fields: {
12827
- __typename: { __type: "String!" },
12828
- name: { __type: "String" },
12829
- },
12830
- listing_pms_status_mutation_response: {
12831
- __typename: { __type: "String!" },
12832
- affected_rows: { __type: "Int!" },
12833
- returning: { __type: "[listing_pms_status!]!" },
12834
- },
12835
- listing_pms_status_on_conflict: {
12836
- constraint: { __type: "listing_pms_status_constraint!" },
12837
- update_columns: { __type: "[listing_pms_status_update_column!]!" },
12838
- where: { __type: "listing_pms_status_bool_exp" },
12839
- },
12840
- listing_pms_status_order_by: { name: { __type: "order_by" } },
12841
- listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
12842
- listing_pms_status_set_input: { name: { __type: "String" } },
12843
- listing_pms_status_stream_cursor_input: {
12844
- initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
12845
- ordering: { __type: "cursor_ordering" },
12846
- },
12847
- listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
12848
- listing_pms_status_updates: {
12849
- _set: { __type: "listing_pms_status_set_input" },
12850
- where: { __type: "listing_pms_status_bool_exp!" },
12851
- },
12852
12645
  listing_prepend_input: {
12853
12646
  addressData: { __type: "jsonb" },
12854
12647
  metadata: { __type: "jsonb" },
@@ -12876,79 +12669,14 @@ exports.generatedSchema = {
12876
12669
  name: { __type: "String" },
12877
12670
  ownerContactId: { __type: "uuid" },
12878
12671
  pmsAddressData: { __type: "jsonb" },
12879
- pmsStatus: { __type: "listing_pms_status_enum" },
12672
+ pmsStatus: { __type: "activeStatus_enum" },
12880
12673
  sourceId: { __type: "uuid" },
12881
- status: { __type: "listing_status_enum" },
12674
+ status: { __type: "activeStatus_enum" },
12882
12675
  tenantId: { __type: "uuid" },
12883
12676
  title: { __type: "String" },
12884
12677
  uniqueRef: { __type: "String" },
12885
12678
  updatedAt: { __type: "timestamptz" },
12886
12679
  },
12887
- listing_status: {
12888
- __typename: { __type: "String!" },
12889
- name: { __type: "String!" },
12890
- },
12891
- listing_status_aggregate: {
12892
- __typename: { __type: "String!" },
12893
- aggregate: { __type: "listing_status_aggregate_fields" },
12894
- nodes: { __type: "[listing_status!]!" },
12895
- },
12896
- listing_status_aggregate_fields: {
12897
- __typename: { __type: "String!" },
12898
- count: {
12899
- __type: "Int!",
12900
- __args: {
12901
- columns: "[listing_status_select_column!]",
12902
- distinct: "Boolean",
12903
- },
12904
- },
12905
- max: { __type: "listing_status_max_fields" },
12906
- min: { __type: "listing_status_min_fields" },
12907
- },
12908
- listing_status_bool_exp: {
12909
- _and: { __type: "[listing_status_bool_exp!]" },
12910
- _not: { __type: "listing_status_bool_exp" },
12911
- _or: { __type: "[listing_status_bool_exp!]" },
12912
- name: { __type: "String_comparison_exp" },
12913
- },
12914
- listing_status_enum_comparison_exp: {
12915
- _eq: { __type: "listing_status_enum" },
12916
- _in: { __type: "[listing_status_enum!]" },
12917
- _is_null: { __type: "Boolean" },
12918
- _neq: { __type: "listing_status_enum" },
12919
- _nin: { __type: "[listing_status_enum!]" },
12920
- },
12921
- listing_status_insert_input: { name: { __type: "String" } },
12922
- listing_status_max_fields: {
12923
- __typename: { __type: "String!" },
12924
- name: { __type: "String" },
12925
- },
12926
- listing_status_min_fields: {
12927
- __typename: { __type: "String!" },
12928
- name: { __type: "String" },
12929
- },
12930
- listing_status_mutation_response: {
12931
- __typename: { __type: "String!" },
12932
- affected_rows: { __type: "Int!" },
12933
- returning: { __type: "[listing_status!]!" },
12934
- },
12935
- listing_status_on_conflict: {
12936
- constraint: { __type: "listing_status_constraint!" },
12937
- update_columns: { __type: "[listing_status_update_column!]!" },
12938
- where: { __type: "listing_status_bool_exp" },
12939
- },
12940
- listing_status_order_by: { name: { __type: "order_by" } },
12941
- listing_status_pk_columns_input: { name: { __type: "String!" } },
12942
- listing_status_set_input: { name: { __type: "String" } },
12943
- listing_status_stream_cursor_input: {
12944
- initial_value: { __type: "listing_status_stream_cursor_value_input!" },
12945
- ordering: { __type: "cursor_ordering" },
12946
- },
12947
- listing_status_stream_cursor_value_input: { name: { __type: "String" } },
12948
- listing_status_updates: {
12949
- _set: { __type: "listing_status_set_input" },
12950
- where: { __type: "listing_status_bool_exp!" },
12951
- },
12952
12680
  listing_stddev_fields: {
12953
12681
  __typename: { __type: "String!" },
12954
12682
  bedrooms: { __type: "Float" },
@@ -13001,7 +12729,7 @@ exports.generatedSchema = {
13001
12729
  address_id: { __type: "uuid" },
13002
12730
  bedrooms: { __type: "Int" },
13003
12731
  beds: { __type: "Int" },
13004
- calculatedStatus: { __type: "String" },
12732
+ calculatedStatus: { __type: "activeStatus_enum" },
13005
12733
  calculatedTitle: { __type: "String" },
13006
12734
  calculated_title: { __type: "String" },
13007
12735
  centExpenseReserve: { __type: "Int" },
@@ -13017,9 +12745,9 @@ exports.generatedSchema = {
13017
12745
  name: { __type: "String" },
13018
12746
  ownerContactId: { __type: "uuid" },
13019
12747
  pmsAddressData: { __type: "jsonb" },
13020
- pmsStatus: { __type: "listing_pms_status_enum" },
12748
+ pmsStatus: { __type: "activeStatus_enum" },
13021
12749
  sourceId: { __type: "uuid" },
13022
- status: { __type: "listing_status_enum" },
12750
+ status: { __type: "activeStatus_enum" },
13023
12751
  tenantId: { __type: "uuid" },
13024
12752
  title: { __type: "String" },
13025
12753
  uniqueRef: { __type: "String" },
@@ -14386,14 +14114,6 @@ exports.generatedSchema = {
14386
14114
  __args: { where: "address_bool_exp!" },
14387
14115
  },
14388
14116
  delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
14389
- delete_automation_status: {
14390
- __type: "automation_status_mutation_response",
14391
- __args: { where: "automation_status_bool_exp!" },
14392
- },
14393
- delete_automation_status_by_pk: {
14394
- __type: "automation_status",
14395
- __args: { name: "String!" },
14396
- },
14397
14117
  delete_billing_payment_method_type: {
14398
14118
  __type: "billing_payment_method_type_mutation_response",
14399
14119
  __args: { where: "billing_payment_method_type_bool_exp!" },
@@ -14402,14 +14122,6 @@ exports.generatedSchema = {
14402
14122
  __type: "billing_payment_method_type",
14403
14123
  __args: { name: "String!" },
14404
14124
  },
14405
- delete_connection_status_temporary: {
14406
- __type: "connection_status_temporary_mutation_response",
14407
- __args: { where: "connection_status_temporary_bool_exp!" },
14408
- },
14409
- delete_connection_status_temporary_by_pk: {
14410
- __type: "connection_status_temporary",
14411
- __args: { name: "String!" },
14412
- },
14413
14125
  delete_core_change_source_link: {
14414
14126
  __type: "core_change_source_link_mutation_response",
14415
14127
  __args: { where: "core_change_source_link_bool_exp!" },
@@ -14468,22 +14180,6 @@ exports.generatedSchema = {
14468
14180
  __type: "listing_owner_role",
14469
14181
  __args: { name: "String!" },
14470
14182
  },
14471
- delete_listing_pms_status: {
14472
- __type: "listing_pms_status_mutation_response",
14473
- __args: { where: "listing_pms_status_bool_exp!" },
14474
- },
14475
- delete_listing_pms_status_by_pk: {
14476
- __type: "listing_pms_status",
14477
- __args: { name: "String!" },
14478
- },
14479
- delete_listing_status: {
14480
- __type: "listing_status_mutation_response",
14481
- __args: { where: "listing_status_bool_exp!" },
14482
- },
14483
- delete_listing_status_by_pk: {
14484
- __type: "listing_status",
14485
- __args: { name: "String!" },
14486
- },
14487
14183
  delete_owner_pms_status: {
14488
14184
  __type: "owner_pms_status_mutation_response",
14489
14185
  __args: { where: "owner_pms_status_bool_exp!" },
@@ -15975,20 +15671,6 @@ exports.generatedSchema = {
15975
15671
  on_conflict: "address_on_conflict",
15976
15672
  },
15977
15673
  },
15978
- insert_automation_status: {
15979
- __type: "automation_status_mutation_response",
15980
- __args: {
15981
- objects: "[automation_status_insert_input!]!",
15982
- on_conflict: "automation_status_on_conflict",
15983
- },
15984
- },
15985
- insert_automation_status_one: {
15986
- __type: "automation_status",
15987
- __args: {
15988
- object: "automation_status_insert_input!",
15989
- on_conflict: "automation_status_on_conflict",
15990
- },
15991
- },
15992
15674
  insert_billing_payment_method_type: {
15993
15675
  __type: "billing_payment_method_type_mutation_response",
15994
15676
  __args: {
@@ -16003,20 +15685,6 @@ exports.generatedSchema = {
16003
15685
  on_conflict: "billing_payment_method_type_on_conflict",
16004
15686
  },
16005
15687
  },
16006
- insert_connection_status_temporary: {
16007
- __type: "connection_status_temporary_mutation_response",
16008
- __args: {
16009
- objects: "[connection_status_temporary_insert_input!]!",
16010
- on_conflict: "connection_status_temporary_on_conflict",
16011
- },
16012
- },
16013
- insert_connection_status_temporary_one: {
16014
- __type: "connection_status_temporary",
16015
- __args: {
16016
- object: "connection_status_temporary_insert_input!",
16017
- on_conflict: "connection_status_temporary_on_conflict",
16018
- },
16019
- },
16020
15688
  insert_core_change_source_link: {
16021
15689
  __type: "core_change_source_link_mutation_response",
16022
15690
  __args: {
@@ -16129,34 +15797,6 @@ exports.generatedSchema = {
16129
15797
  on_conflict: "listing_owner_role_on_conflict",
16130
15798
  },
16131
15799
  },
16132
- insert_listing_pms_status: {
16133
- __type: "listing_pms_status_mutation_response",
16134
- __args: {
16135
- objects: "[listing_pms_status_insert_input!]!",
16136
- on_conflict: "listing_pms_status_on_conflict",
16137
- },
16138
- },
16139
- insert_listing_pms_status_one: {
16140
- __type: "listing_pms_status",
16141
- __args: {
16142
- object: "listing_pms_status_insert_input!",
16143
- on_conflict: "listing_pms_status_on_conflict",
16144
- },
16145
- },
16146
- insert_listing_status: {
16147
- __type: "listing_status_mutation_response",
16148
- __args: {
16149
- objects: "[listing_status_insert_input!]!",
16150
- on_conflict: "listing_status_on_conflict",
16151
- },
16152
- },
16153
- insert_listing_status_one: {
16154
- __type: "listing_status",
16155
- __args: {
16156
- object: "listing_status_insert_input!",
16157
- on_conflict: "listing_status_on_conflict",
16158
- },
16159
- },
16160
15800
  insert_owner_pms_status: {
16161
15801
  __type: "owner_pms_status_mutation_response",
16162
15802
  __args: {
@@ -18401,24 +18041,6 @@ exports.generatedSchema = {
18401
18041
  __type: "[automation_mutation_response]",
18402
18042
  __args: { updates: "[automation_updates!]!" },
18403
18043
  },
18404
- update_automation_status: {
18405
- __type: "automation_status_mutation_response",
18406
- __args: {
18407
- _set: "automation_status_set_input",
18408
- where: "automation_status_bool_exp!",
18409
- },
18410
- },
18411
- update_automation_status_by_pk: {
18412
- __type: "automation_status",
18413
- __args: {
18414
- _set: "automation_status_set_input",
18415
- pk_columns: "automation_status_pk_columns_input!",
18416
- },
18417
- },
18418
- update_automation_status_many: {
18419
- __type: "[automation_status_mutation_response]",
18420
- __args: { updates: "[automation_status_updates!]!" },
18421
- },
18422
18044
  update_automation_template_many: {
18423
18045
  __type: "[automation_template_mutation_response]",
18424
18046
  __args: { updates: "[automation_template_updates!]!" },
@@ -18445,24 +18067,6 @@ exports.generatedSchema = {
18445
18067
  __type: "[connection_mutation_response]",
18446
18068
  __args: { updates: "[connection_updates!]!" },
18447
18069
  },
18448
- update_connection_status_temporary: {
18449
- __type: "connection_status_temporary_mutation_response",
18450
- __args: {
18451
- _set: "connection_status_temporary_set_input",
18452
- where: "connection_status_temporary_bool_exp!",
18453
- },
18454
- },
18455
- update_connection_status_temporary_by_pk: {
18456
- __type: "connection_status_temporary",
18457
- __args: {
18458
- _set: "connection_status_temporary_set_input",
18459
- pk_columns: "connection_status_temporary_pk_columns_input!",
18460
- },
18461
- },
18462
- update_connection_status_temporary_many: {
18463
- __type: "[connection_status_temporary_mutation_response]",
18464
- __args: { updates: "[connection_status_temporary_updates!]!" },
18465
- },
18466
18070
  update_core_change_source_link: {
18467
18071
  __type: "core_change_source_link_mutation_response",
18468
18072
  __args: {
@@ -18650,42 +18254,6 @@ exports.generatedSchema = {
18650
18254
  __type: "[listing_owner_role_mutation_response]",
18651
18255
  __args: { updates: "[listing_owner_role_updates!]!" },
18652
18256
  },
18653
- update_listing_pms_status: {
18654
- __type: "listing_pms_status_mutation_response",
18655
- __args: {
18656
- _set: "listing_pms_status_set_input",
18657
- where: "listing_pms_status_bool_exp!",
18658
- },
18659
- },
18660
- update_listing_pms_status_by_pk: {
18661
- __type: "listing_pms_status",
18662
- __args: {
18663
- _set: "listing_pms_status_set_input",
18664
- pk_columns: "listing_pms_status_pk_columns_input!",
18665
- },
18666
- },
18667
- update_listing_pms_status_many: {
18668
- __type: "[listing_pms_status_mutation_response]",
18669
- __args: { updates: "[listing_pms_status_updates!]!" },
18670
- },
18671
- update_listing_status: {
18672
- __type: "listing_status_mutation_response",
18673
- __args: {
18674
- _set: "listing_status_set_input",
18675
- where: "listing_status_bool_exp!",
18676
- },
18677
- },
18678
- update_listing_status_by_pk: {
18679
- __type: "listing_status",
18680
- __args: {
18681
- _set: "listing_status_set_input",
18682
- pk_columns: "listing_status_pk_columns_input!",
18683
- },
18684
- },
18685
- update_listing_status_many: {
18686
- __type: "[listing_status_mutation_response]",
18687
- __args: { updates: "[listing_status_updates!]!" },
18688
- },
18689
18257
  update_owner_pms_status: {
18690
18258
  __type: "owner_pms_status_mutation_response",
18691
18259
  __args: {
@@ -24401,30 +23969,6 @@ exports.generatedSchema = {
24401
23969
  where: "automation_template_bool_exp",
24402
23970
  },
24403
23971
  },
24404
- automation_status: {
24405
- __type: "[automation_status!]!",
24406
- __args: {
24407
- distinct_on: "[automation_status_select_column!]",
24408
- limit: "Int",
24409
- offset: "Int",
24410
- order_by: "[automation_status_order_by!]",
24411
- where: "automation_status_bool_exp",
24412
- },
24413
- },
24414
- automation_status_aggregate: {
24415
- __type: "automation_status_aggregate!",
24416
- __args: {
24417
- distinct_on: "[automation_status_select_column!]",
24418
- limit: "Int",
24419
- offset: "Int",
24420
- order_by: "[automation_status_order_by!]",
24421
- where: "automation_status_bool_exp",
24422
- },
24423
- },
24424
- automation_status_by_pk: {
24425
- __type: "automation_status",
24426
- __args: { name: "String!" },
24427
- },
24428
23972
  automations: {
24429
23973
  __type: "[automation!]!",
24430
23974
  __args: {
@@ -24752,30 +24296,6 @@ exports.generatedSchema = {
24752
24296
  },
24753
24297
  },
24754
24298
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
24755
- connection_status_temporary: {
24756
- __type: "[connection_status_temporary!]!",
24757
- __args: {
24758
- distinct_on: "[connection_status_temporary_select_column!]",
24759
- limit: "Int",
24760
- offset: "Int",
24761
- order_by: "[connection_status_temporary_order_by!]",
24762
- where: "connection_status_temporary_bool_exp",
24763
- },
24764
- },
24765
- connection_status_temporary_aggregate: {
24766
- __type: "connection_status_temporary_aggregate!",
24767
- __args: {
24768
- distinct_on: "[connection_status_temporary_select_column!]",
24769
- limit: "Int",
24770
- offset: "Int",
24771
- order_by: "[connection_status_temporary_order_by!]",
24772
- where: "connection_status_temporary_bool_exp",
24773
- },
24774
- },
24775
- connection_status_temporary_by_pk: {
24776
- __type: "connection_status_temporary",
24777
- __args: { name: "String!" },
24778
- },
24779
24299
  contact: { __type: "contact", __args: { id: "uuid!" } },
24780
24300
  contactAggregate: {
24781
24301
  __type: "contact_aggregate!",
@@ -25603,54 +25123,6 @@ exports.generatedSchema = {
25603
25123
  __type: "listing_owner_role",
25604
25124
  __args: { name: "String!" },
25605
25125
  },
25606
- listing_pms_status: {
25607
- __type: "[listing_pms_status!]!",
25608
- __args: {
25609
- distinct_on: "[listing_pms_status_select_column!]",
25610
- limit: "Int",
25611
- offset: "Int",
25612
- order_by: "[listing_pms_status_order_by!]",
25613
- where: "listing_pms_status_bool_exp",
25614
- },
25615
- },
25616
- listing_pms_status_aggregate: {
25617
- __type: "listing_pms_status_aggregate!",
25618
- __args: {
25619
- distinct_on: "[listing_pms_status_select_column!]",
25620
- limit: "Int",
25621
- offset: "Int",
25622
- order_by: "[listing_pms_status_order_by!]",
25623
- where: "listing_pms_status_bool_exp",
25624
- },
25625
- },
25626
- listing_pms_status_by_pk: {
25627
- __type: "listing_pms_status",
25628
- __args: { name: "String!" },
25629
- },
25630
- listing_status: {
25631
- __type: "[listing_status!]!",
25632
- __args: {
25633
- distinct_on: "[listing_status_select_column!]",
25634
- limit: "Int",
25635
- offset: "Int",
25636
- order_by: "[listing_status_order_by!]",
25637
- where: "listing_status_bool_exp",
25638
- },
25639
- },
25640
- listing_status_aggregate: {
25641
- __type: "listing_status_aggregate!",
25642
- __args: {
25643
- distinct_on: "[listing_status_select_column!]",
25644
- limit: "Int",
25645
- offset: "Int",
25646
- order_by: "[listing_status_order_by!]",
25647
- where: "listing_status_bool_exp",
25648
- },
25649
- },
25650
- listing_status_by_pk: {
25651
- __type: "listing_status",
25652
- __args: { name: "String!" },
25653
- },
25654
25126
  listings: {
25655
25127
  __type: "[listing!]!",
25656
25128
  __args: {
@@ -32969,38 +32441,6 @@ exports.generatedSchema = {
32969
32441
  where: "automation_template_bool_exp",
32970
32442
  },
32971
32443
  },
32972
- automation_status: {
32973
- __type: "[automation_status!]!",
32974
- __args: {
32975
- distinct_on: "[automation_status_select_column!]",
32976
- limit: "Int",
32977
- offset: "Int",
32978
- order_by: "[automation_status_order_by!]",
32979
- where: "automation_status_bool_exp",
32980
- },
32981
- },
32982
- automation_status_aggregate: {
32983
- __type: "automation_status_aggregate!",
32984
- __args: {
32985
- distinct_on: "[automation_status_select_column!]",
32986
- limit: "Int",
32987
- offset: "Int",
32988
- order_by: "[automation_status_order_by!]",
32989
- where: "automation_status_bool_exp",
32990
- },
32991
- },
32992
- automation_status_by_pk: {
32993
- __type: "automation_status",
32994
- __args: { name: "String!" },
32995
- },
32996
- automation_status_stream: {
32997
- __type: "[automation_status!]!",
32998
- __args: {
32999
- batch_size: "Int!",
33000
- cursor: "[automation_status_stream_cursor_input]!",
33001
- where: "automation_status_bool_exp",
33002
- },
33003
- },
33004
32444
  automation_stream: {
33005
32445
  __type: "[automation!]!",
33006
32446
  __args: {
@@ -33440,38 +32880,6 @@ exports.generatedSchema = {
33440
32880
  },
33441
32881
  },
33442
32882
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
33443
- connection_status_temporary: {
33444
- __type: "[connection_status_temporary!]!",
33445
- __args: {
33446
- distinct_on: "[connection_status_temporary_select_column!]",
33447
- limit: "Int",
33448
- offset: "Int",
33449
- order_by: "[connection_status_temporary_order_by!]",
33450
- where: "connection_status_temporary_bool_exp",
33451
- },
33452
- },
33453
- connection_status_temporary_aggregate: {
33454
- __type: "connection_status_temporary_aggregate!",
33455
- __args: {
33456
- distinct_on: "[connection_status_temporary_select_column!]",
33457
- limit: "Int",
33458
- offset: "Int",
33459
- order_by: "[connection_status_temporary_order_by!]",
33460
- where: "connection_status_temporary_bool_exp",
33461
- },
33462
- },
33463
- connection_status_temporary_by_pk: {
33464
- __type: "connection_status_temporary",
33465
- __args: { name: "String!" },
33466
- },
33467
- connection_status_temporary_stream: {
33468
- __type: "[connection_status_temporary!]!",
33469
- __args: {
33470
- batch_size: "Int!",
33471
- cursor: "[connection_status_temporary_stream_cursor_input]!",
33472
- where: "connection_status_temporary_bool_exp",
33473
- },
33474
- },
33475
32883
  connection_stream: {
33476
32884
  __type: "[connection!]!",
33477
32885
  __args: {
@@ -34579,70 +33987,6 @@ exports.generatedSchema = {
34579
33987
  where: "listing_owner_bool_exp",
34580
33988
  },
34581
33989
  },
34582
- listing_pms_status: {
34583
- __type: "[listing_pms_status!]!",
34584
- __args: {
34585
- distinct_on: "[listing_pms_status_select_column!]",
34586
- limit: "Int",
34587
- offset: "Int",
34588
- order_by: "[listing_pms_status_order_by!]",
34589
- where: "listing_pms_status_bool_exp",
34590
- },
34591
- },
34592
- listing_pms_status_aggregate: {
34593
- __type: "listing_pms_status_aggregate!",
34594
- __args: {
34595
- distinct_on: "[listing_pms_status_select_column!]",
34596
- limit: "Int",
34597
- offset: "Int",
34598
- order_by: "[listing_pms_status_order_by!]",
34599
- where: "listing_pms_status_bool_exp",
34600
- },
34601
- },
34602
- listing_pms_status_by_pk: {
34603
- __type: "listing_pms_status",
34604
- __args: { name: "String!" },
34605
- },
34606
- listing_pms_status_stream: {
34607
- __type: "[listing_pms_status!]!",
34608
- __args: {
34609
- batch_size: "Int!",
34610
- cursor: "[listing_pms_status_stream_cursor_input]!",
34611
- where: "listing_pms_status_bool_exp",
34612
- },
34613
- },
34614
- listing_status: {
34615
- __type: "[listing_status!]!",
34616
- __args: {
34617
- distinct_on: "[listing_status_select_column!]",
34618
- limit: "Int",
34619
- offset: "Int",
34620
- order_by: "[listing_status_order_by!]",
34621
- where: "listing_status_bool_exp",
34622
- },
34623
- },
34624
- listing_status_aggregate: {
34625
- __type: "listing_status_aggregate!",
34626
- __args: {
34627
- distinct_on: "[listing_status_select_column!]",
34628
- limit: "Int",
34629
- offset: "Int",
34630
- order_by: "[listing_status_order_by!]",
34631
- where: "listing_status_bool_exp",
34632
- },
34633
- },
34634
- listing_status_by_pk: {
34635
- __type: "listing_status",
34636
- __args: { name: "String!" },
34637
- },
34638
- listing_status_stream: {
34639
- __type: "[listing_status!]!",
34640
- __args: {
34641
- batch_size: "Int!",
34642
- cursor: "[listing_status_stream_cursor_input]!",
34643
- where: "listing_status_bool_exp",
34644
- },
34645
- },
34646
33990
  listing_stream: {
34647
33991
  __type: "[listing!]!",
34648
33992
  __args: {