@vrplatform/graphql 1.1.13 → 1.1.15

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.
@@ -63,10 +63,6 @@ export const scalarsEnumsHash = {
63
63
  audit_log_update_column: true,
64
64
  automation_constraint: true,
65
65
  automation_select_column: true,
66
- automation_status_constraint: true,
67
- automation_status_enum: true,
68
- automation_status_select_column: true,
69
- automation_status_update_column: true,
70
66
  automation_template_constraint: true,
71
67
  automation_template_select_column: true,
72
68
  automation_template_update_column: true,
@@ -133,9 +129,6 @@ export const scalarsEnumsHash = {
133
129
  true,
134
130
  connection_select_column_connection_aggregate_bool_exp_bool_or_arguments_columns:
135
131
  true,
136
- connection_status_temporary_constraint: true,
137
- connection_status_temporary_select_column: true,
138
- connection_status_temporary_update_column: true,
139
132
  connection_update_column: true,
140
133
  contactCompanyType_constraint: true,
141
134
  contactCompanyType_enum: true,
@@ -3212,7 +3205,7 @@ export const generatedSchema = {
3212
3205
  where: "setting_bool_exp",
3213
3206
  },
3214
3207
  },
3215
- status: { __type: "automation_status_enum!" },
3208
+ status: { __type: "activeStatus_enum!" },
3216
3209
  syncs: {
3217
3210
  __type: "[sync!]!",
3218
3211
  __args: {
@@ -3303,7 +3296,7 @@ export const generatedSchema = {
3303
3296
  scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
3304
3297
  settings: { __type: "setting_bool_exp" },
3305
3298
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
3306
- status: { __type: "automation_status_enum_comparison_exp" },
3299
+ status: { __type: "activeStatus_enum_comparison_exp" },
3307
3300
  syncs: { __type: "sync_bool_exp" },
3308
3301
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
3309
3302
  template: { __type: "String_comparison_exp" },
@@ -3344,7 +3337,7 @@ export const generatedSchema = {
3344
3337
  runSettings: { __type: "jsonb" },
3345
3338
  scheduleStatus: { __type: "activeStatus_enum" },
3346
3339
  settings: { __type: "setting_arr_rel_insert_input" },
3347
- status: { __type: "automation_status_enum" },
3340
+ status: { __type: "activeStatus_enum" },
3348
3341
  syncs: { __type: "sync_arr_rel_insert_input" },
3349
3342
  template: { __type: "String" },
3350
3343
  templateId: { __type: "uuid" },
@@ -3465,7 +3458,7 @@ export const generatedSchema = {
3465
3458
  rightConnectionId: { __type: "uuid" },
3466
3459
  runSettings: { __type: "jsonb" },
3467
3460
  scheduleStatus: { __type: "activeStatus_enum" },
3468
- status: { __type: "automation_status_enum" },
3461
+ status: { __type: "activeStatus_enum" },
3469
3462
  template: { __type: "String" },
3470
3463
  templateId: { __type: "uuid" },
3471
3464
  tenantId: { __type: "uuid" },
@@ -3474,71 +3467,6 @@ export const generatedSchema = {
3474
3467
  updatedAt: { __type: "timestamptz" },
3475
3468
  viewSettings: { __type: "jsonb" },
3476
3469
  },
3477
- automation_status: {
3478
- __typename: { __type: "String!" },
3479
- name: { __type: "String!" },
3480
- },
3481
- automation_status_aggregate: {
3482
- __typename: { __type: "String!" },
3483
- aggregate: { __type: "automation_status_aggregate_fields" },
3484
- nodes: { __type: "[automation_status!]!" },
3485
- },
3486
- automation_status_aggregate_fields: {
3487
- __typename: { __type: "String!" },
3488
- count: {
3489
- __type: "Int!",
3490
- __args: {
3491
- columns: "[automation_status_select_column!]",
3492
- distinct: "Boolean",
3493
- },
3494
- },
3495
- max: { __type: "automation_status_max_fields" },
3496
- min: { __type: "automation_status_min_fields" },
3497
- },
3498
- automation_status_bool_exp: {
3499
- _and: { __type: "[automation_status_bool_exp!]" },
3500
- _not: { __type: "automation_status_bool_exp" },
3501
- _or: { __type: "[automation_status_bool_exp!]" },
3502
- name: { __type: "String_comparison_exp" },
3503
- },
3504
- automation_status_enum_comparison_exp: {
3505
- _eq: { __type: "automation_status_enum" },
3506
- _in: { __type: "[automation_status_enum!]" },
3507
- _is_null: { __type: "Boolean" },
3508
- _neq: { __type: "automation_status_enum" },
3509
- _nin: { __type: "[automation_status_enum!]" },
3510
- },
3511
- automation_status_insert_input: { name: { __type: "String" } },
3512
- automation_status_max_fields: {
3513
- __typename: { __type: "String!" },
3514
- name: { __type: "String" },
3515
- },
3516
- automation_status_min_fields: {
3517
- __typename: { __type: "String!" },
3518
- name: { __type: "String" },
3519
- },
3520
- automation_status_mutation_response: {
3521
- __typename: { __type: "String!" },
3522
- affected_rows: { __type: "Int!" },
3523
- returning: { __type: "[automation_status!]!" },
3524
- },
3525
- automation_status_on_conflict: {
3526
- constraint: { __type: "automation_status_constraint!" },
3527
- update_columns: { __type: "[automation_status_update_column!]!" },
3528
- where: { __type: "automation_status_bool_exp" },
3529
- },
3530
- automation_status_order_by: { name: { __type: "order_by" } },
3531
- automation_status_pk_columns_input: { name: { __type: "String!" } },
3532
- automation_status_set_input: { name: { __type: "String" } },
3533
- automation_status_stream_cursor_input: {
3534
- initial_value: { __type: "automation_status_stream_cursor_value_input!" },
3535
- ordering: { __type: "cursor_ordering" },
3536
- },
3537
- automation_status_stream_cursor_value_input: { name: { __type: "String" } },
3538
- automation_status_updates: {
3539
- _set: { __type: "automation_status_set_input" },
3540
- where: { __type: "automation_status_bool_exp!" },
3541
- },
3542
3470
  automation_stream_cursor_input: {
3543
3471
  initial_value: { __type: "automation_stream_cursor_value_input!" },
3544
3472
  ordering: { __type: "cursor_ordering" },
@@ -3551,7 +3479,7 @@ export const generatedSchema = {
3551
3479
  rightConnectionId: { __type: "uuid" },
3552
3480
  runSettings: { __type: "jsonb" },
3553
3481
  scheduleStatus: { __type: "activeStatus_enum" },
3554
- status: { __type: "automation_status_enum" },
3482
+ status: { __type: "activeStatus_enum" },
3555
3483
  template: { __type: "String" },
3556
3484
  templateId: { __type: "uuid" },
3557
3485
  tenantId: { __type: "uuid" },
@@ -6402,7 +6330,7 @@ export const generatedSchema = {
6402
6330
  where: "setting_bool_exp",
6403
6331
  },
6404
6332
  },
6405
- status: { __type: "String" },
6333
+ status: { __type: "activeStatus_enum" },
6406
6334
  syncs: {
6407
6335
  __type: "[sync!]!",
6408
6336
  __args: {
@@ -6576,7 +6504,7 @@ export const generatedSchema = {
6576
6504
  settingsRight: { __type: "setting_bool_exp" },
6577
6505
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
6578
6506
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
6579
- status: { __type: "String_comparison_exp" },
6507
+ status: { __type: "activeStatus_enum_comparison_exp" },
6580
6508
  syncs: { __type: "sync_bool_exp" },
6581
6509
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
6582
6510
  tasks: { __type: "task_bool_exp" },
@@ -6634,7 +6562,7 @@ export const generatedSchema = {
6634
6562
  settings: { __type: "setting_arr_rel_insert_input" },
6635
6563
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
6636
6564
  settingsRight: { __type: "setting_arr_rel_insert_input" },
6637
- status: { __type: "String" },
6565
+ status: { __type: "activeStatus_enum" },
6638
6566
  syncs: { __type: "sync_arr_rel_insert_input" },
6639
6567
  tasks: { __type: "task_arr_rel_insert_input" },
6640
6568
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -6654,7 +6582,6 @@ export const generatedSchema = {
6654
6582
  id: { __type: "uuid" },
6655
6583
  lastFetch: { __type: "timestamptz" },
6656
6584
  name: { __type: "String" },
6657
- status: { __type: "String" },
6658
6585
  tenantId: { __type: "uuid" },
6659
6586
  type: { __type: "String" },
6660
6587
  uniqueRef: { __type: "String" },
@@ -6670,7 +6597,6 @@ export const generatedSchema = {
6670
6597
  id: { __type: "order_by" },
6671
6598
  lastFetch: { __type: "order_by" },
6672
6599
  name: { __type: "order_by" },
6673
- status: { __type: "order_by" },
6674
6600
  tenantId: { __type: "order_by" },
6675
6601
  type: { __type: "order_by" },
6676
6602
  uniqueRef: { __type: "order_by" },
@@ -6687,7 +6613,6 @@ export const generatedSchema = {
6687
6613
  id: { __type: "uuid" },
6688
6614
  lastFetch: { __type: "timestamptz" },
6689
6615
  name: { __type: "String" },
6690
- status: { __type: "String" },
6691
6616
  tenantId: { __type: "uuid" },
6692
6617
  type: { __type: "String" },
6693
6618
  uniqueRef: { __type: "String" },
@@ -6703,7 +6628,6 @@ export const generatedSchema = {
6703
6628
  id: { __type: "order_by" },
6704
6629
  lastFetch: { __type: "order_by" },
6705
6630
  name: { __type: "order_by" },
6706
- status: { __type: "order_by" },
6707
6631
  tenantId: { __type: "order_by" },
6708
6632
  type: { __type: "order_by" },
6709
6633
  uniqueRef: { __type: "order_by" },
@@ -6783,75 +6707,13 @@ export const generatedSchema = {
6783
6707
  metadata: { __type: "jsonb" },
6784
6708
  name: { __type: "String" },
6785
6709
  persistentState: { __type: "jsonb" },
6786
- status: { __type: "String" },
6710
+ status: { __type: "activeStatus_enum" },
6787
6711
  tenantId: { __type: "uuid" },
6788
6712
  type: { __type: "String" },
6789
6713
  uniqueRef: { __type: "String" },
6790
6714
  updatedAt: { __type: "timestamptz" },
6791
6715
  version: { __type: "Int" },
6792
6716
  },
6793
- connection_status_temporary: {
6794
- __typename: { __type: "String!" },
6795
- name: { __type: "String!" },
6796
- },
6797
- connection_status_temporary_aggregate: {
6798
- __typename: { __type: "String!" },
6799
- aggregate: { __type: "connection_status_temporary_aggregate_fields" },
6800
- nodes: { __type: "[connection_status_temporary!]!" },
6801
- },
6802
- connection_status_temporary_aggregate_fields: {
6803
- __typename: { __type: "String!" },
6804
- count: {
6805
- __type: "Int!",
6806
- __args: {
6807
- columns: "[connection_status_temporary_select_column!]",
6808
- distinct: "Boolean",
6809
- },
6810
- },
6811
- max: { __type: "connection_status_temporary_max_fields" },
6812
- min: { __type: "connection_status_temporary_min_fields" },
6813
- },
6814
- connection_status_temporary_bool_exp: {
6815
- _and: { __type: "[connection_status_temporary_bool_exp!]" },
6816
- _not: { __type: "connection_status_temporary_bool_exp" },
6817
- _or: { __type: "[connection_status_temporary_bool_exp!]" },
6818
- name: { __type: "String_comparison_exp" },
6819
- },
6820
- connection_status_temporary_insert_input: { name: { __type: "String" } },
6821
- connection_status_temporary_max_fields: {
6822
- __typename: { __type: "String!" },
6823
- name: { __type: "String" },
6824
- },
6825
- connection_status_temporary_min_fields: {
6826
- __typename: { __type: "String!" },
6827
- name: { __type: "String" },
6828
- },
6829
- connection_status_temporary_mutation_response: {
6830
- __typename: { __type: "String!" },
6831
- affected_rows: { __type: "Int!" },
6832
- returning: { __type: "[connection_status_temporary!]!" },
6833
- },
6834
- connection_status_temporary_on_conflict: {
6835
- constraint: { __type: "connection_status_temporary_constraint!" },
6836
- update_columns: { __type: "[connection_status_temporary_update_column!]!" },
6837
- where: { __type: "connection_status_temporary_bool_exp" },
6838
- },
6839
- connection_status_temporary_order_by: { name: { __type: "order_by" } },
6840
- connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
6841
- connection_status_temporary_set_input: { name: { __type: "String" } },
6842
- connection_status_temporary_stream_cursor_input: {
6843
- initial_value: {
6844
- __type: "connection_status_temporary_stream_cursor_value_input!",
6845
- },
6846
- ordering: { __type: "cursor_ordering" },
6847
- },
6848
- connection_status_temporary_stream_cursor_value_input: {
6849
- name: { __type: "String" },
6850
- },
6851
- connection_status_temporary_updates: {
6852
- _set: { __type: "connection_status_temporary_set_input" },
6853
- where: { __type: "connection_status_temporary_bool_exp!" },
6854
- },
6855
6717
  connection_stddev_fields: {
6856
6718
  __typename: { __type: "String!" },
6857
6719
  backendVersion: { __type: "Float" },
@@ -6897,7 +6759,7 @@ export const generatedSchema = {
6897
6759
  metadata: { __type: "jsonb" },
6898
6760
  name: { __type: "String" },
6899
6761
  persistentState: { __type: "jsonb" },
6900
- status: { __type: "String" },
6762
+ status: { __type: "activeStatus_enum" },
6901
6763
  tenantId: { __type: "uuid" },
6902
6764
  type: { __type: "String" },
6903
6765
  uniqueRef: { __type: "String" },
@@ -7591,6 +7453,7 @@ export const generatedSchema = {
7591
7453
  core_flow: {
7592
7454
  __typename: { __type: "String!" },
7593
7455
  app_id: { __type: "String!" },
7456
+ description: { __type: "String" },
7594
7457
  id: { __type: "uuid!" },
7595
7458
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7596
7459
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
@@ -7620,6 +7483,7 @@ export const generatedSchema = {
7620
7483
  _not: { __type: "core_flow_bool_exp" },
7621
7484
  _or: { __type: "[core_flow_bool_exp!]" },
7622
7485
  app_id: { __type: "String_comparison_exp" },
7486
+ description: { __type: "String_comparison_exp" },
7623
7487
  id: { __type: "uuid_comparison_exp" },
7624
7488
  mapping_schema: { __type: "jsonb_comparison_exp" },
7625
7489
  setting_schema: { __type: "jsonb_comparison_exp" },
@@ -7640,6 +7504,7 @@ export const generatedSchema = {
7640
7504
  },
7641
7505
  core_flow_insert_input: {
7642
7506
  app_id: { __type: "String" },
7507
+ description: { __type: "String" },
7643
7508
  id: { __type: "uuid" },
7644
7509
  mapping_schema: { __type: "jsonb" },
7645
7510
  setting_schema: { __type: "jsonb" },
@@ -7787,6 +7652,7 @@ export const generatedSchema = {
7787
7652
  core_flow_max_fields: {
7788
7653
  __typename: { __type: "String!" },
7789
7654
  app_id: { __type: "String" },
7655
+ description: { __type: "String" },
7790
7656
  id: { __type: "uuid" },
7791
7657
  title: { __type: "String" },
7792
7658
  type: { __type: "flow_type" },
@@ -7794,6 +7660,7 @@ export const generatedSchema = {
7794
7660
  core_flow_min_fields: {
7795
7661
  __typename: { __type: "String!" },
7796
7662
  app_id: { __type: "String" },
7663
+ description: { __type: "String" },
7797
7664
  id: { __type: "uuid" },
7798
7665
  title: { __type: "String" },
7799
7666
  type: { __type: "flow_type" },
@@ -7810,6 +7677,7 @@ export const generatedSchema = {
7810
7677
  },
7811
7678
  core_flow_order_by: {
7812
7679
  app_id: { __type: "order_by" },
7680
+ description: { __type: "order_by" },
7813
7681
  id: { __type: "order_by" },
7814
7682
  mapping_schema: { __type: "order_by" },
7815
7683
  setting_schema: { __type: "order_by" },
@@ -7823,6 +7691,7 @@ export const generatedSchema = {
7823
7691
  },
7824
7692
  core_flow_set_input: {
7825
7693
  app_id: { __type: "String" },
7694
+ description: { __type: "String" },
7826
7695
  id: { __type: "uuid" },
7827
7696
  mapping_schema: { __type: "jsonb" },
7828
7697
  setting_schema: { __type: "jsonb" },
@@ -7973,6 +7842,7 @@ export const generatedSchema = {
7973
7842
  },
7974
7843
  core_flow_stream_cursor_value_input: {
7975
7844
  app_id: { __type: "String" },
7845
+ description: { __type: "String" },
7976
7846
  id: { __type: "uuid" },
7977
7847
  mapping_schema: { __type: "jsonb" },
7978
7848
  setting_schema: { __type: "jsonb" },
@@ -14423,14 +14293,6 @@ export const generatedSchema = {
14423
14293
  __args: { where: "address_bool_exp!" },
14424
14294
  },
14425
14295
  delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
14426
- delete_automation_status: {
14427
- __type: "automation_status_mutation_response",
14428
- __args: { where: "automation_status_bool_exp!" },
14429
- },
14430
- delete_automation_status_by_pk: {
14431
- __type: "automation_status",
14432
- __args: { name: "String!" },
14433
- },
14434
14296
  delete_billing_payment_method_type: {
14435
14297
  __type: "billing_payment_method_type_mutation_response",
14436
14298
  __args: { where: "billing_payment_method_type_bool_exp!" },
@@ -14439,14 +14301,6 @@ export const generatedSchema = {
14439
14301
  __type: "billing_payment_method_type",
14440
14302
  __args: { name: "String!" },
14441
14303
  },
14442
- delete_connection_status_temporary: {
14443
- __type: "connection_status_temporary_mutation_response",
14444
- __args: { where: "connection_status_temporary_bool_exp!" },
14445
- },
14446
- delete_connection_status_temporary_by_pk: {
14447
- __type: "connection_status_temporary",
14448
- __args: { name: "String!" },
14449
- },
14450
14304
  delete_core_change_source_link: {
14451
14305
  __type: "core_change_source_link_mutation_response",
14452
14306
  __args: { where: "core_change_source_link_bool_exp!" },
@@ -16012,20 +15866,6 @@ export const generatedSchema = {
16012
15866
  on_conflict: "address_on_conflict",
16013
15867
  },
16014
15868
  },
16015
- insert_automation_status: {
16016
- __type: "automation_status_mutation_response",
16017
- __args: {
16018
- objects: "[automation_status_insert_input!]!",
16019
- on_conflict: "automation_status_on_conflict",
16020
- },
16021
- },
16022
- insert_automation_status_one: {
16023
- __type: "automation_status",
16024
- __args: {
16025
- object: "automation_status_insert_input!",
16026
- on_conflict: "automation_status_on_conflict",
16027
- },
16028
- },
16029
15869
  insert_billing_payment_method_type: {
16030
15870
  __type: "billing_payment_method_type_mutation_response",
16031
15871
  __args: {
@@ -16040,20 +15880,6 @@ export const generatedSchema = {
16040
15880
  on_conflict: "billing_payment_method_type_on_conflict",
16041
15881
  },
16042
15882
  },
16043
- insert_connection_status_temporary: {
16044
- __type: "connection_status_temporary_mutation_response",
16045
- __args: {
16046
- objects: "[connection_status_temporary_insert_input!]!",
16047
- on_conflict: "connection_status_temporary_on_conflict",
16048
- },
16049
- },
16050
- insert_connection_status_temporary_one: {
16051
- __type: "connection_status_temporary",
16052
- __args: {
16053
- object: "connection_status_temporary_insert_input!",
16054
- on_conflict: "connection_status_temporary_on_conflict",
16055
- },
16056
- },
16057
15883
  insert_core_change_source_link: {
16058
15884
  __type: "core_change_source_link_mutation_response",
16059
15885
  __args: {
@@ -18439,24 +18265,6 @@ export const generatedSchema = {
18439
18265
  __type: "[automation_mutation_response]",
18440
18266
  __args: { updates: "[automation_updates!]!" },
18441
18267
  },
18442
- update_automation_status: {
18443
- __type: "automation_status_mutation_response",
18444
- __args: {
18445
- _set: "automation_status_set_input",
18446
- where: "automation_status_bool_exp!",
18447
- },
18448
- },
18449
- update_automation_status_by_pk: {
18450
- __type: "automation_status",
18451
- __args: {
18452
- _set: "automation_status_set_input",
18453
- pk_columns: "automation_status_pk_columns_input!",
18454
- },
18455
- },
18456
- update_automation_status_many: {
18457
- __type: "[automation_status_mutation_response]",
18458
- __args: { updates: "[automation_status_updates!]!" },
18459
- },
18460
18268
  update_automation_template_many: {
18461
18269
  __type: "[automation_template_mutation_response]",
18462
18270
  __args: { updates: "[automation_template_updates!]!" },
@@ -18483,24 +18291,6 @@ export const generatedSchema = {
18483
18291
  __type: "[connection_mutation_response]",
18484
18292
  __args: { updates: "[connection_updates!]!" },
18485
18293
  },
18486
- update_connection_status_temporary: {
18487
- __type: "connection_status_temporary_mutation_response",
18488
- __args: {
18489
- _set: "connection_status_temporary_set_input",
18490
- where: "connection_status_temporary_bool_exp!",
18491
- },
18492
- },
18493
- update_connection_status_temporary_by_pk: {
18494
- __type: "connection_status_temporary",
18495
- __args: {
18496
- _set: "connection_status_temporary_set_input",
18497
- pk_columns: "connection_status_temporary_pk_columns_input!",
18498
- },
18499
- },
18500
- update_connection_status_temporary_many: {
18501
- __type: "[connection_status_temporary_mutation_response]",
18502
- __args: { updates: "[connection_status_temporary_updates!]!" },
18503
- },
18504
18294
  update_core_change_source_link: {
18505
18295
  __type: "core_change_source_link_mutation_response",
18506
18296
  __args: {
@@ -24449,30 +24239,6 @@ export const generatedSchema = {
24449
24239
  where: "automation_template_bool_exp",
24450
24240
  },
24451
24241
  },
24452
- automation_status: {
24453
- __type: "[automation_status!]!",
24454
- __args: {
24455
- distinct_on: "[automation_status_select_column!]",
24456
- limit: "Int",
24457
- offset: "Int",
24458
- order_by: "[automation_status_order_by!]",
24459
- where: "automation_status_bool_exp",
24460
- },
24461
- },
24462
- automation_status_aggregate: {
24463
- __type: "automation_status_aggregate!",
24464
- __args: {
24465
- distinct_on: "[automation_status_select_column!]",
24466
- limit: "Int",
24467
- offset: "Int",
24468
- order_by: "[automation_status_order_by!]",
24469
- where: "automation_status_bool_exp",
24470
- },
24471
- },
24472
- automation_status_by_pk: {
24473
- __type: "automation_status",
24474
- __args: { name: "String!" },
24475
- },
24476
24242
  automations: {
24477
24243
  __type: "[automation!]!",
24478
24244
  __args: {
@@ -24800,30 +24566,6 @@ export const generatedSchema = {
24800
24566
  },
24801
24567
  },
24802
24568
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
24803
- connection_status_temporary: {
24804
- __type: "[connection_status_temporary!]!",
24805
- __args: {
24806
- distinct_on: "[connection_status_temporary_select_column!]",
24807
- limit: "Int",
24808
- offset: "Int",
24809
- order_by: "[connection_status_temporary_order_by!]",
24810
- where: "connection_status_temporary_bool_exp",
24811
- },
24812
- },
24813
- connection_status_temporary_aggregate: {
24814
- __type: "connection_status_temporary_aggregate!",
24815
- __args: {
24816
- distinct_on: "[connection_status_temporary_select_column!]",
24817
- limit: "Int",
24818
- offset: "Int",
24819
- order_by: "[connection_status_temporary_order_by!]",
24820
- where: "connection_status_temporary_bool_exp",
24821
- },
24822
- },
24823
- connection_status_temporary_by_pk: {
24824
- __type: "connection_status_temporary",
24825
- __args: { name: "String!" },
24826
- },
24827
24569
  contact: { __type: "contact", __args: { id: "uuid!" } },
24828
24570
  contactAggregate: {
24829
24571
  __type: "contact_aggregate!",
@@ -33035,38 +32777,6 @@ export const generatedSchema = {
33035
32777
  where: "automation_template_bool_exp",
33036
32778
  },
33037
32779
  },
33038
- automation_status: {
33039
- __type: "[automation_status!]!",
33040
- __args: {
33041
- distinct_on: "[automation_status_select_column!]",
33042
- limit: "Int",
33043
- offset: "Int",
33044
- order_by: "[automation_status_order_by!]",
33045
- where: "automation_status_bool_exp",
33046
- },
33047
- },
33048
- automation_status_aggregate: {
33049
- __type: "automation_status_aggregate!",
33050
- __args: {
33051
- distinct_on: "[automation_status_select_column!]",
33052
- limit: "Int",
33053
- offset: "Int",
33054
- order_by: "[automation_status_order_by!]",
33055
- where: "automation_status_bool_exp",
33056
- },
33057
- },
33058
- automation_status_by_pk: {
33059
- __type: "automation_status",
33060
- __args: { name: "String!" },
33061
- },
33062
- automation_status_stream: {
33063
- __type: "[automation_status!]!",
33064
- __args: {
33065
- batch_size: "Int!",
33066
- cursor: "[automation_status_stream_cursor_input]!",
33067
- where: "automation_status_bool_exp",
33068
- },
33069
- },
33070
32780
  automation_stream: {
33071
32781
  __type: "[automation!]!",
33072
32782
  __args: {
@@ -33506,38 +33216,6 @@ export const generatedSchema = {
33506
33216
  },
33507
33217
  },
33508
33218
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
33509
- connection_status_temporary: {
33510
- __type: "[connection_status_temporary!]!",
33511
- __args: {
33512
- distinct_on: "[connection_status_temporary_select_column!]",
33513
- limit: "Int",
33514
- offset: "Int",
33515
- order_by: "[connection_status_temporary_order_by!]",
33516
- where: "connection_status_temporary_bool_exp",
33517
- },
33518
- },
33519
- connection_status_temporary_aggregate: {
33520
- __type: "connection_status_temporary_aggregate!",
33521
- __args: {
33522
- distinct_on: "[connection_status_temporary_select_column!]",
33523
- limit: "Int",
33524
- offset: "Int",
33525
- order_by: "[connection_status_temporary_order_by!]",
33526
- where: "connection_status_temporary_bool_exp",
33527
- },
33528
- },
33529
- connection_status_temporary_by_pk: {
33530
- __type: "connection_status_temporary",
33531
- __args: { name: "String!" },
33532
- },
33533
- connection_status_temporary_stream: {
33534
- __type: "[connection_status_temporary!]!",
33535
- __args: {
33536
- batch_size: "Int!",
33537
- cursor: "[connection_status_temporary_stream_cursor_input]!",
33538
- where: "connection_status_temporary_bool_exp",
33539
- },
33540
- },
33541
33219
  connection_stream: {
33542
33220
  __type: "[connection!]!",
33543
33221
  __args: {