@vrplatform/graphql 1.1.10 → 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,
@@ -151,6 +144,15 @@ export const scalarsEnumsHash = {
151
144
  core_change_source_link_constraint: true,
152
145
  core_change_source_link_select_column: true,
153
146
  core_change_source_link_update_column: true,
147
+ core_flow_constraint: true,
148
+ core_flow_mapping_constraint: true,
149
+ core_flow_mapping_select_column: true,
150
+ core_flow_mapping_update_column: true,
151
+ core_flow_select_column: true,
152
+ core_flow_setting_constraint: true,
153
+ core_flow_setting_select_column: true,
154
+ core_flow_setting_update_column: true,
155
+ core_flow_update_column: true,
154
156
  currency_constraint: true,
155
157
  currency_enum: true,
156
158
  currency_select_column: true,
@@ -191,6 +193,7 @@ export const scalarsEnumsHash = {
191
193
  file_storage_tag_select_column: true,
192
194
  file_storage_tag_update_column: true,
193
195
  file_storage_update_column: true,
196
+ flow_type: true,
194
197
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
195
198
  issueDuplicatedPaymentsReturnType_enum_name: true,
196
199
  issueMessageOverwrite_constraint: true,
@@ -3202,7 +3205,7 @@ export const generatedSchema = {
3202
3205
  where: "setting_bool_exp",
3203
3206
  },
3204
3207
  },
3205
- status: { __type: "automation_status_enum!" },
3208
+ status: { __type: "activeStatus_enum!" },
3206
3209
  syncs: {
3207
3210
  __type: "[sync!]!",
3208
3211
  __args: {
@@ -3293,7 +3296,7 @@ export const generatedSchema = {
3293
3296
  scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
3294
3297
  settings: { __type: "setting_bool_exp" },
3295
3298
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
3296
- status: { __type: "automation_status_enum_comparison_exp" },
3299
+ status: { __type: "activeStatus_enum_comparison_exp" },
3297
3300
  syncs: { __type: "sync_bool_exp" },
3298
3301
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
3299
3302
  template: { __type: "String_comparison_exp" },
@@ -3334,7 +3337,7 @@ export const generatedSchema = {
3334
3337
  runSettings: { __type: "jsonb" },
3335
3338
  scheduleStatus: { __type: "activeStatus_enum" },
3336
3339
  settings: { __type: "setting_arr_rel_insert_input" },
3337
- status: { __type: "automation_status_enum" },
3340
+ status: { __type: "activeStatus_enum" },
3338
3341
  syncs: { __type: "sync_arr_rel_insert_input" },
3339
3342
  template: { __type: "String" },
3340
3343
  templateId: { __type: "uuid" },
@@ -3455,7 +3458,7 @@ export const generatedSchema = {
3455
3458
  rightConnectionId: { __type: "uuid" },
3456
3459
  runSettings: { __type: "jsonb" },
3457
3460
  scheduleStatus: { __type: "activeStatus_enum" },
3458
- status: { __type: "automation_status_enum" },
3461
+ status: { __type: "activeStatus_enum" },
3459
3462
  template: { __type: "String" },
3460
3463
  templateId: { __type: "uuid" },
3461
3464
  tenantId: { __type: "uuid" },
@@ -3464,71 +3467,6 @@ export const generatedSchema = {
3464
3467
  updatedAt: { __type: "timestamptz" },
3465
3468
  viewSettings: { __type: "jsonb" },
3466
3469
  },
3467
- automation_status: {
3468
- __typename: { __type: "String!" },
3469
- name: { __type: "String!" },
3470
- },
3471
- automation_status_aggregate: {
3472
- __typename: { __type: "String!" },
3473
- aggregate: { __type: "automation_status_aggregate_fields" },
3474
- nodes: { __type: "[automation_status!]!" },
3475
- },
3476
- automation_status_aggregate_fields: {
3477
- __typename: { __type: "String!" },
3478
- count: {
3479
- __type: "Int!",
3480
- __args: {
3481
- columns: "[automation_status_select_column!]",
3482
- distinct: "Boolean",
3483
- },
3484
- },
3485
- max: { __type: "automation_status_max_fields" },
3486
- min: { __type: "automation_status_min_fields" },
3487
- },
3488
- automation_status_bool_exp: {
3489
- _and: { __type: "[automation_status_bool_exp!]" },
3490
- _not: { __type: "automation_status_bool_exp" },
3491
- _or: { __type: "[automation_status_bool_exp!]" },
3492
- name: { __type: "String_comparison_exp" },
3493
- },
3494
- automation_status_enum_comparison_exp: {
3495
- _eq: { __type: "automation_status_enum" },
3496
- _in: { __type: "[automation_status_enum!]" },
3497
- _is_null: { __type: "Boolean" },
3498
- _neq: { __type: "automation_status_enum" },
3499
- _nin: { __type: "[automation_status_enum!]" },
3500
- },
3501
- automation_status_insert_input: { name: { __type: "String" } },
3502
- automation_status_max_fields: {
3503
- __typename: { __type: "String!" },
3504
- name: { __type: "String" },
3505
- },
3506
- automation_status_min_fields: {
3507
- __typename: { __type: "String!" },
3508
- name: { __type: "String" },
3509
- },
3510
- automation_status_mutation_response: {
3511
- __typename: { __type: "String!" },
3512
- affected_rows: { __type: "Int!" },
3513
- returning: { __type: "[automation_status!]!" },
3514
- },
3515
- automation_status_on_conflict: {
3516
- constraint: { __type: "automation_status_constraint!" },
3517
- update_columns: { __type: "[automation_status_update_column!]!" },
3518
- where: { __type: "automation_status_bool_exp" },
3519
- },
3520
- automation_status_order_by: { name: { __type: "order_by" } },
3521
- automation_status_pk_columns_input: { name: { __type: "String!" } },
3522
- automation_status_set_input: { name: { __type: "String" } },
3523
- automation_status_stream_cursor_input: {
3524
- initial_value: { __type: "automation_status_stream_cursor_value_input!" },
3525
- ordering: { __type: "cursor_ordering" },
3526
- },
3527
- automation_status_stream_cursor_value_input: { name: { __type: "String" } },
3528
- automation_status_updates: {
3529
- _set: { __type: "automation_status_set_input" },
3530
- where: { __type: "automation_status_bool_exp!" },
3531
- },
3532
3470
  automation_stream_cursor_input: {
3533
3471
  initial_value: { __type: "automation_stream_cursor_value_input!" },
3534
3472
  ordering: { __type: "cursor_ordering" },
@@ -3541,7 +3479,7 @@ export const generatedSchema = {
3541
3479
  rightConnectionId: { __type: "uuid" },
3542
3480
  runSettings: { __type: "jsonb" },
3543
3481
  scheduleStatus: { __type: "activeStatus_enum" },
3544
- status: { __type: "automation_status_enum" },
3482
+ status: { __type: "activeStatus_enum" },
3545
3483
  template: { __type: "String" },
3546
3484
  templateId: { __type: "uuid" },
3547
3485
  tenantId: { __type: "uuid" },
@@ -6392,7 +6330,7 @@ export const generatedSchema = {
6392
6330
  where: "setting_bool_exp",
6393
6331
  },
6394
6332
  },
6395
- status: { __type: "String" },
6333
+ status: { __type: "activeStatus_enum" },
6396
6334
  syncs: {
6397
6335
  __type: "[sync!]!",
6398
6336
  __args: {
@@ -6566,7 +6504,7 @@ export const generatedSchema = {
6566
6504
  settingsRight: { __type: "setting_bool_exp" },
6567
6505
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
6568
6506
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
6569
- status: { __type: "String_comparison_exp" },
6507
+ status: { __type: "activeStatus_enum_comparison_exp" },
6570
6508
  syncs: { __type: "sync_bool_exp" },
6571
6509
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
6572
6510
  tasks: { __type: "task_bool_exp" },
@@ -6624,7 +6562,7 @@ export const generatedSchema = {
6624
6562
  settings: { __type: "setting_arr_rel_insert_input" },
6625
6563
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
6626
6564
  settingsRight: { __type: "setting_arr_rel_insert_input" },
6627
- status: { __type: "String" },
6565
+ status: { __type: "activeStatus_enum" },
6628
6566
  syncs: { __type: "sync_arr_rel_insert_input" },
6629
6567
  tasks: { __type: "task_arr_rel_insert_input" },
6630
6568
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -6644,7 +6582,6 @@ export const generatedSchema = {
6644
6582
  id: { __type: "uuid" },
6645
6583
  lastFetch: { __type: "timestamptz" },
6646
6584
  name: { __type: "String" },
6647
- status: { __type: "String" },
6648
6585
  tenantId: { __type: "uuid" },
6649
6586
  type: { __type: "String" },
6650
6587
  uniqueRef: { __type: "String" },
@@ -6660,7 +6597,6 @@ export const generatedSchema = {
6660
6597
  id: { __type: "order_by" },
6661
6598
  lastFetch: { __type: "order_by" },
6662
6599
  name: { __type: "order_by" },
6663
- status: { __type: "order_by" },
6664
6600
  tenantId: { __type: "order_by" },
6665
6601
  type: { __type: "order_by" },
6666
6602
  uniqueRef: { __type: "order_by" },
@@ -6677,7 +6613,6 @@ export const generatedSchema = {
6677
6613
  id: { __type: "uuid" },
6678
6614
  lastFetch: { __type: "timestamptz" },
6679
6615
  name: { __type: "String" },
6680
- status: { __type: "String" },
6681
6616
  tenantId: { __type: "uuid" },
6682
6617
  type: { __type: "String" },
6683
6618
  uniqueRef: { __type: "String" },
@@ -6693,7 +6628,6 @@ export const generatedSchema = {
6693
6628
  id: { __type: "order_by" },
6694
6629
  lastFetch: { __type: "order_by" },
6695
6630
  name: { __type: "order_by" },
6696
- status: { __type: "order_by" },
6697
6631
  tenantId: { __type: "order_by" },
6698
6632
  type: { __type: "order_by" },
6699
6633
  uniqueRef: { __type: "order_by" },
@@ -6773,75 +6707,13 @@ export const generatedSchema = {
6773
6707
  metadata: { __type: "jsonb" },
6774
6708
  name: { __type: "String" },
6775
6709
  persistentState: { __type: "jsonb" },
6776
- status: { __type: "String" },
6710
+ status: { __type: "activeStatus_enum" },
6777
6711
  tenantId: { __type: "uuid" },
6778
6712
  type: { __type: "String" },
6779
6713
  uniqueRef: { __type: "String" },
6780
6714
  updatedAt: { __type: "timestamptz" },
6781
6715
  version: { __type: "Int" },
6782
6716
  },
6783
- connection_status_temporary: {
6784
- __typename: { __type: "String!" },
6785
- name: { __type: "String!" },
6786
- },
6787
- connection_status_temporary_aggregate: {
6788
- __typename: { __type: "String!" },
6789
- aggregate: { __type: "connection_status_temporary_aggregate_fields" },
6790
- nodes: { __type: "[connection_status_temporary!]!" },
6791
- },
6792
- connection_status_temporary_aggregate_fields: {
6793
- __typename: { __type: "String!" },
6794
- count: {
6795
- __type: "Int!",
6796
- __args: {
6797
- columns: "[connection_status_temporary_select_column!]",
6798
- distinct: "Boolean",
6799
- },
6800
- },
6801
- max: { __type: "connection_status_temporary_max_fields" },
6802
- min: { __type: "connection_status_temporary_min_fields" },
6803
- },
6804
- connection_status_temporary_bool_exp: {
6805
- _and: { __type: "[connection_status_temporary_bool_exp!]" },
6806
- _not: { __type: "connection_status_temporary_bool_exp" },
6807
- _or: { __type: "[connection_status_temporary_bool_exp!]" },
6808
- name: { __type: "String_comparison_exp" },
6809
- },
6810
- connection_status_temporary_insert_input: { name: { __type: "String" } },
6811
- connection_status_temporary_max_fields: {
6812
- __typename: { __type: "String!" },
6813
- name: { __type: "String" },
6814
- },
6815
- connection_status_temporary_min_fields: {
6816
- __typename: { __type: "String!" },
6817
- name: { __type: "String" },
6818
- },
6819
- connection_status_temporary_mutation_response: {
6820
- __typename: { __type: "String!" },
6821
- affected_rows: { __type: "Int!" },
6822
- returning: { __type: "[connection_status_temporary!]!" },
6823
- },
6824
- connection_status_temporary_on_conflict: {
6825
- constraint: { __type: "connection_status_temporary_constraint!" },
6826
- update_columns: { __type: "[connection_status_temporary_update_column!]!" },
6827
- where: { __type: "connection_status_temporary_bool_exp" },
6828
- },
6829
- connection_status_temporary_order_by: { name: { __type: "order_by" } },
6830
- connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
6831
- connection_status_temporary_set_input: { name: { __type: "String" } },
6832
- connection_status_temporary_stream_cursor_input: {
6833
- initial_value: {
6834
- __type: "connection_status_temporary_stream_cursor_value_input!",
6835
- },
6836
- ordering: { __type: "cursor_ordering" },
6837
- },
6838
- connection_status_temporary_stream_cursor_value_input: {
6839
- name: { __type: "String" },
6840
- },
6841
- connection_status_temporary_updates: {
6842
- _set: { __type: "connection_status_temporary_set_input" },
6843
- where: { __type: "connection_status_temporary_bool_exp!" },
6844
- },
6845
6717
  connection_stddev_fields: {
6846
6718
  __typename: { __type: "String!" },
6847
6719
  backendVersion: { __type: "Float" },
@@ -6887,7 +6759,7 @@ export const generatedSchema = {
6887
6759
  metadata: { __type: "jsonb" },
6888
6760
  name: { __type: "String" },
6889
6761
  persistentState: { __type: "jsonb" },
6890
- status: { __type: "String" },
6762
+ status: { __type: "activeStatus_enum" },
6891
6763
  tenantId: { __type: "uuid" },
6892
6764
  type: { __type: "String" },
6893
6765
  uniqueRef: { __type: "String" },
@@ -7578,6 +7450,414 @@ export const generatedSchema = {
7578
7450
  _set: { __type: "core_change_source_link_set_input" },
7579
7451
  where: { __type: "core_change_source_link_bool_exp!" },
7580
7452
  },
7453
+ core_flow: {
7454
+ __typename: { __type: "String!" },
7455
+ app_id: { __type: "String!" },
7456
+ description: { __type: "String" },
7457
+ id: { __type: "uuid!" },
7458
+ mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7459
+ setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7460
+ title: { __type: "String!" },
7461
+ type: { __type: "flow_type" },
7462
+ },
7463
+ core_flow_aggregate: {
7464
+ __typename: { __type: "String!" },
7465
+ aggregate: { __type: "core_flow_aggregate_fields" },
7466
+ nodes: { __type: "[core_flow!]!" },
7467
+ },
7468
+ core_flow_aggregate_fields: {
7469
+ __typename: { __type: "String!" },
7470
+ count: {
7471
+ __type: "Int!",
7472
+ __args: { columns: "[core_flow_select_column!]", distinct: "Boolean" },
7473
+ },
7474
+ max: { __type: "core_flow_max_fields" },
7475
+ min: { __type: "core_flow_min_fields" },
7476
+ },
7477
+ core_flow_append_input: {
7478
+ mapping_schema: { __type: "jsonb" },
7479
+ setting_schema: { __type: "jsonb" },
7480
+ },
7481
+ core_flow_bool_exp: {
7482
+ _and: { __type: "[core_flow_bool_exp!]" },
7483
+ _not: { __type: "core_flow_bool_exp" },
7484
+ _or: { __type: "[core_flow_bool_exp!]" },
7485
+ app_id: { __type: "String_comparison_exp" },
7486
+ description: { __type: "String_comparison_exp" },
7487
+ id: { __type: "uuid_comparison_exp" },
7488
+ mapping_schema: { __type: "jsonb_comparison_exp" },
7489
+ setting_schema: { __type: "jsonb_comparison_exp" },
7490
+ title: { __type: "String_comparison_exp" },
7491
+ type: { __type: "flow_type_comparison_exp" },
7492
+ },
7493
+ core_flow_delete_at_path_input: {
7494
+ mapping_schema: { __type: "[String!]" },
7495
+ setting_schema: { __type: "[String!]" },
7496
+ },
7497
+ core_flow_delete_elem_input: {
7498
+ mapping_schema: { __type: "Int" },
7499
+ setting_schema: { __type: "Int" },
7500
+ },
7501
+ core_flow_delete_key_input: {
7502
+ mapping_schema: { __type: "String" },
7503
+ setting_schema: { __type: "String" },
7504
+ },
7505
+ core_flow_insert_input: {
7506
+ app_id: { __type: "String" },
7507
+ description: { __type: "String" },
7508
+ id: { __type: "uuid" },
7509
+ mapping_schema: { __type: "jsonb" },
7510
+ setting_schema: { __type: "jsonb" },
7511
+ title: { __type: "String" },
7512
+ type: { __type: "flow_type" },
7513
+ },
7514
+ core_flow_mapping: {
7515
+ __typename: { __type: "String!" },
7516
+ account_id: { __type: "uuid" },
7517
+ booking_channel_id: { __type: "uuid" },
7518
+ contact_id: { __type: "uuid" },
7519
+ flow_id: { __type: "uuid!" },
7520
+ id: { __type: "uuid!" },
7521
+ listing_id: { __type: "uuid" },
7522
+ mapping_key: { __type: "String!" },
7523
+ source_id: { __type: "uuid!" },
7524
+ value: { __type: "jsonb", __args: { path: "String" } },
7525
+ },
7526
+ core_flow_mapping_aggregate: {
7527
+ __typename: { __type: "String!" },
7528
+ aggregate: { __type: "core_flow_mapping_aggregate_fields" },
7529
+ nodes: { __type: "[core_flow_mapping!]!" },
7530
+ },
7531
+ core_flow_mapping_aggregate_fields: {
7532
+ __typename: { __type: "String!" },
7533
+ count: {
7534
+ __type: "Int!",
7535
+ __args: {
7536
+ columns: "[core_flow_mapping_select_column!]",
7537
+ distinct: "Boolean",
7538
+ },
7539
+ },
7540
+ max: { __type: "core_flow_mapping_max_fields" },
7541
+ min: { __type: "core_flow_mapping_min_fields" },
7542
+ },
7543
+ core_flow_mapping_append_input: { value: { __type: "jsonb" } },
7544
+ core_flow_mapping_bool_exp: {
7545
+ _and: { __type: "[core_flow_mapping_bool_exp!]" },
7546
+ _not: { __type: "core_flow_mapping_bool_exp" },
7547
+ _or: { __type: "[core_flow_mapping_bool_exp!]" },
7548
+ account_id: { __type: "uuid_comparison_exp" },
7549
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7550
+ contact_id: { __type: "uuid_comparison_exp" },
7551
+ flow_id: { __type: "uuid_comparison_exp" },
7552
+ id: { __type: "uuid_comparison_exp" },
7553
+ listing_id: { __type: "uuid_comparison_exp" },
7554
+ mapping_key: { __type: "String_comparison_exp" },
7555
+ source_id: { __type: "uuid_comparison_exp" },
7556
+ value: { __type: "jsonb_comparison_exp" },
7557
+ },
7558
+ core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
7559
+ core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
7560
+ core_flow_mapping_delete_key_input: { value: { __type: "String" } },
7561
+ core_flow_mapping_insert_input: {
7562
+ account_id: { __type: "uuid" },
7563
+ booking_channel_id: { __type: "uuid" },
7564
+ contact_id: { __type: "uuid" },
7565
+ flow_id: { __type: "uuid" },
7566
+ id: { __type: "uuid" },
7567
+ listing_id: { __type: "uuid" },
7568
+ mapping_key: { __type: "String" },
7569
+ source_id: { __type: "uuid" },
7570
+ value: { __type: "jsonb" },
7571
+ },
7572
+ core_flow_mapping_max_fields: {
7573
+ __typename: { __type: "String!" },
7574
+ account_id: { __type: "uuid" },
7575
+ booking_channel_id: { __type: "uuid" },
7576
+ contact_id: { __type: "uuid" },
7577
+ flow_id: { __type: "uuid" },
7578
+ id: { __type: "uuid" },
7579
+ listing_id: { __type: "uuid" },
7580
+ mapping_key: { __type: "String" },
7581
+ source_id: { __type: "uuid" },
7582
+ },
7583
+ core_flow_mapping_min_fields: {
7584
+ __typename: { __type: "String!" },
7585
+ account_id: { __type: "uuid" },
7586
+ booking_channel_id: { __type: "uuid" },
7587
+ contact_id: { __type: "uuid" },
7588
+ flow_id: { __type: "uuid" },
7589
+ id: { __type: "uuid" },
7590
+ listing_id: { __type: "uuid" },
7591
+ mapping_key: { __type: "String" },
7592
+ source_id: { __type: "uuid" },
7593
+ },
7594
+ core_flow_mapping_mutation_response: {
7595
+ __typename: { __type: "String!" },
7596
+ affected_rows: { __type: "Int!" },
7597
+ returning: { __type: "[core_flow_mapping!]!" },
7598
+ },
7599
+ core_flow_mapping_on_conflict: {
7600
+ constraint: { __type: "core_flow_mapping_constraint!" },
7601
+ update_columns: { __type: "[core_flow_mapping_update_column!]!" },
7602
+ where: { __type: "core_flow_mapping_bool_exp" },
7603
+ },
7604
+ core_flow_mapping_order_by: {
7605
+ account_id: { __type: "order_by" },
7606
+ booking_channel_id: { __type: "order_by" },
7607
+ contact_id: { __type: "order_by" },
7608
+ flow_id: { __type: "order_by" },
7609
+ id: { __type: "order_by" },
7610
+ listing_id: { __type: "order_by" },
7611
+ mapping_key: { __type: "order_by" },
7612
+ source_id: { __type: "order_by" },
7613
+ value: { __type: "order_by" },
7614
+ },
7615
+ core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
7616
+ core_flow_mapping_prepend_input: { value: { __type: "jsonb" } },
7617
+ core_flow_mapping_set_input: {
7618
+ account_id: { __type: "uuid" },
7619
+ booking_channel_id: { __type: "uuid" },
7620
+ contact_id: { __type: "uuid" },
7621
+ flow_id: { __type: "uuid" },
7622
+ id: { __type: "uuid" },
7623
+ listing_id: { __type: "uuid" },
7624
+ mapping_key: { __type: "String" },
7625
+ source_id: { __type: "uuid" },
7626
+ value: { __type: "jsonb" },
7627
+ },
7628
+ core_flow_mapping_stream_cursor_input: {
7629
+ initial_value: { __type: "core_flow_mapping_stream_cursor_value_input!" },
7630
+ ordering: { __type: "cursor_ordering" },
7631
+ },
7632
+ core_flow_mapping_stream_cursor_value_input: {
7633
+ account_id: { __type: "uuid" },
7634
+ booking_channel_id: { __type: "uuid" },
7635
+ contact_id: { __type: "uuid" },
7636
+ flow_id: { __type: "uuid" },
7637
+ id: { __type: "uuid" },
7638
+ listing_id: { __type: "uuid" },
7639
+ mapping_key: { __type: "String" },
7640
+ source_id: { __type: "uuid" },
7641
+ value: { __type: "jsonb" },
7642
+ },
7643
+ core_flow_mapping_updates: {
7644
+ _append: { __type: "core_flow_mapping_append_input" },
7645
+ _delete_at_path: { __type: "core_flow_mapping_delete_at_path_input" },
7646
+ _delete_elem: { __type: "core_flow_mapping_delete_elem_input" },
7647
+ _delete_key: { __type: "core_flow_mapping_delete_key_input" },
7648
+ _prepend: { __type: "core_flow_mapping_prepend_input" },
7649
+ _set: { __type: "core_flow_mapping_set_input" },
7650
+ where: { __type: "core_flow_mapping_bool_exp!" },
7651
+ },
7652
+ core_flow_max_fields: {
7653
+ __typename: { __type: "String!" },
7654
+ app_id: { __type: "String" },
7655
+ description: { __type: "String" },
7656
+ id: { __type: "uuid" },
7657
+ title: { __type: "String" },
7658
+ type: { __type: "flow_type" },
7659
+ },
7660
+ core_flow_min_fields: {
7661
+ __typename: { __type: "String!" },
7662
+ app_id: { __type: "String" },
7663
+ description: { __type: "String" },
7664
+ id: { __type: "uuid" },
7665
+ title: { __type: "String" },
7666
+ type: { __type: "flow_type" },
7667
+ },
7668
+ core_flow_mutation_response: {
7669
+ __typename: { __type: "String!" },
7670
+ affected_rows: { __type: "Int!" },
7671
+ returning: { __type: "[core_flow!]!" },
7672
+ },
7673
+ core_flow_on_conflict: {
7674
+ constraint: { __type: "core_flow_constraint!" },
7675
+ update_columns: { __type: "[core_flow_update_column!]!" },
7676
+ where: { __type: "core_flow_bool_exp" },
7677
+ },
7678
+ core_flow_order_by: {
7679
+ app_id: { __type: "order_by" },
7680
+ description: { __type: "order_by" },
7681
+ id: { __type: "order_by" },
7682
+ mapping_schema: { __type: "order_by" },
7683
+ setting_schema: { __type: "order_by" },
7684
+ title: { __type: "order_by" },
7685
+ type: { __type: "order_by" },
7686
+ },
7687
+ core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7688
+ core_flow_prepend_input: {
7689
+ mapping_schema: { __type: "jsonb" },
7690
+ setting_schema: { __type: "jsonb" },
7691
+ },
7692
+ core_flow_set_input: {
7693
+ app_id: { __type: "String" },
7694
+ description: { __type: "String" },
7695
+ id: { __type: "uuid" },
7696
+ mapping_schema: { __type: "jsonb" },
7697
+ setting_schema: { __type: "jsonb" },
7698
+ title: { __type: "String" },
7699
+ type: { __type: "flow_type" },
7700
+ },
7701
+ core_flow_setting: {
7702
+ __typename: { __type: "String!" },
7703
+ account_id: { __type: "uuid" },
7704
+ booking_channel_id: { __type: "uuid" },
7705
+ connection_id: { __type: "uuid!" },
7706
+ contact_id: { __type: "uuid" },
7707
+ flow_id: { __type: "uuid!" },
7708
+ id: { __type: "uuid!" },
7709
+ listing_id: { __type: "uuid" },
7710
+ setting_key: { __type: "String!" },
7711
+ value: { __type: "jsonb", __args: { path: "String" } },
7712
+ },
7713
+ core_flow_setting_aggregate: {
7714
+ __typename: { __type: "String!" },
7715
+ aggregate: { __type: "core_flow_setting_aggregate_fields" },
7716
+ nodes: { __type: "[core_flow_setting!]!" },
7717
+ },
7718
+ core_flow_setting_aggregate_fields: {
7719
+ __typename: { __type: "String!" },
7720
+ count: {
7721
+ __type: "Int!",
7722
+ __args: {
7723
+ columns: "[core_flow_setting_select_column!]",
7724
+ distinct: "Boolean",
7725
+ },
7726
+ },
7727
+ max: { __type: "core_flow_setting_max_fields" },
7728
+ min: { __type: "core_flow_setting_min_fields" },
7729
+ },
7730
+ core_flow_setting_append_input: { value: { __type: "jsonb" } },
7731
+ core_flow_setting_bool_exp: {
7732
+ _and: { __type: "[core_flow_setting_bool_exp!]" },
7733
+ _not: { __type: "core_flow_setting_bool_exp" },
7734
+ _or: { __type: "[core_flow_setting_bool_exp!]" },
7735
+ account_id: { __type: "uuid_comparison_exp" },
7736
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7737
+ connection_id: { __type: "uuid_comparison_exp" },
7738
+ contact_id: { __type: "uuid_comparison_exp" },
7739
+ flow_id: { __type: "uuid_comparison_exp" },
7740
+ id: { __type: "uuid_comparison_exp" },
7741
+ listing_id: { __type: "uuid_comparison_exp" },
7742
+ setting_key: { __type: "String_comparison_exp" },
7743
+ value: { __type: "jsonb_comparison_exp" },
7744
+ },
7745
+ core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
7746
+ core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
7747
+ core_flow_setting_delete_key_input: { value: { __type: "String" } },
7748
+ core_flow_setting_insert_input: {
7749
+ account_id: { __type: "uuid" },
7750
+ booking_channel_id: { __type: "uuid" },
7751
+ connection_id: { __type: "uuid" },
7752
+ contact_id: { __type: "uuid" },
7753
+ flow_id: { __type: "uuid" },
7754
+ id: { __type: "uuid" },
7755
+ listing_id: { __type: "uuid" },
7756
+ setting_key: { __type: "String" },
7757
+ value: { __type: "jsonb" },
7758
+ },
7759
+ core_flow_setting_max_fields: {
7760
+ __typename: { __type: "String!" },
7761
+ account_id: { __type: "uuid" },
7762
+ booking_channel_id: { __type: "uuid" },
7763
+ connection_id: { __type: "uuid" },
7764
+ contact_id: { __type: "uuid" },
7765
+ flow_id: { __type: "uuid" },
7766
+ id: { __type: "uuid" },
7767
+ listing_id: { __type: "uuid" },
7768
+ setting_key: { __type: "String" },
7769
+ },
7770
+ core_flow_setting_min_fields: {
7771
+ __typename: { __type: "String!" },
7772
+ account_id: { __type: "uuid" },
7773
+ booking_channel_id: { __type: "uuid" },
7774
+ connection_id: { __type: "uuid" },
7775
+ contact_id: { __type: "uuid" },
7776
+ flow_id: { __type: "uuid" },
7777
+ id: { __type: "uuid" },
7778
+ listing_id: { __type: "uuid" },
7779
+ setting_key: { __type: "String" },
7780
+ },
7781
+ core_flow_setting_mutation_response: {
7782
+ __typename: { __type: "String!" },
7783
+ affected_rows: { __type: "Int!" },
7784
+ returning: { __type: "[core_flow_setting!]!" },
7785
+ },
7786
+ core_flow_setting_on_conflict: {
7787
+ constraint: { __type: "core_flow_setting_constraint!" },
7788
+ update_columns: { __type: "[core_flow_setting_update_column!]!" },
7789
+ where: { __type: "core_flow_setting_bool_exp" },
7790
+ },
7791
+ core_flow_setting_order_by: {
7792
+ account_id: { __type: "order_by" },
7793
+ booking_channel_id: { __type: "order_by" },
7794
+ connection_id: { __type: "order_by" },
7795
+ contact_id: { __type: "order_by" },
7796
+ flow_id: { __type: "order_by" },
7797
+ id: { __type: "order_by" },
7798
+ listing_id: { __type: "order_by" },
7799
+ setting_key: { __type: "order_by" },
7800
+ value: { __type: "order_by" },
7801
+ },
7802
+ core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
7803
+ core_flow_setting_prepend_input: { value: { __type: "jsonb" } },
7804
+ core_flow_setting_set_input: {
7805
+ account_id: { __type: "uuid" },
7806
+ booking_channel_id: { __type: "uuid" },
7807
+ connection_id: { __type: "uuid" },
7808
+ contact_id: { __type: "uuid" },
7809
+ flow_id: { __type: "uuid" },
7810
+ id: { __type: "uuid" },
7811
+ listing_id: { __type: "uuid" },
7812
+ setting_key: { __type: "String" },
7813
+ value: { __type: "jsonb" },
7814
+ },
7815
+ core_flow_setting_stream_cursor_input: {
7816
+ initial_value: { __type: "core_flow_setting_stream_cursor_value_input!" },
7817
+ ordering: { __type: "cursor_ordering" },
7818
+ },
7819
+ core_flow_setting_stream_cursor_value_input: {
7820
+ account_id: { __type: "uuid" },
7821
+ booking_channel_id: { __type: "uuid" },
7822
+ connection_id: { __type: "uuid" },
7823
+ contact_id: { __type: "uuid" },
7824
+ flow_id: { __type: "uuid" },
7825
+ id: { __type: "uuid" },
7826
+ listing_id: { __type: "uuid" },
7827
+ setting_key: { __type: "String" },
7828
+ value: { __type: "jsonb" },
7829
+ },
7830
+ core_flow_setting_updates: {
7831
+ _append: { __type: "core_flow_setting_append_input" },
7832
+ _delete_at_path: { __type: "core_flow_setting_delete_at_path_input" },
7833
+ _delete_elem: { __type: "core_flow_setting_delete_elem_input" },
7834
+ _delete_key: { __type: "core_flow_setting_delete_key_input" },
7835
+ _prepend: { __type: "core_flow_setting_prepend_input" },
7836
+ _set: { __type: "core_flow_setting_set_input" },
7837
+ where: { __type: "core_flow_setting_bool_exp!" },
7838
+ },
7839
+ core_flow_stream_cursor_input: {
7840
+ initial_value: { __type: "core_flow_stream_cursor_value_input!" },
7841
+ ordering: { __type: "cursor_ordering" },
7842
+ },
7843
+ core_flow_stream_cursor_value_input: {
7844
+ app_id: { __type: "String" },
7845
+ description: { __type: "String" },
7846
+ id: { __type: "uuid" },
7847
+ mapping_schema: { __type: "jsonb" },
7848
+ setting_schema: { __type: "jsonb" },
7849
+ title: { __type: "String" },
7850
+ type: { __type: "flow_type" },
7851
+ },
7852
+ core_flow_updates: {
7853
+ _append: { __type: "core_flow_append_input" },
7854
+ _delete_at_path: { __type: "core_flow_delete_at_path_input" },
7855
+ _delete_elem: { __type: "core_flow_delete_elem_input" },
7856
+ _delete_key: { __type: "core_flow_delete_key_input" },
7857
+ _prepend: { __type: "core_flow_prepend_input" },
7858
+ _set: { __type: "core_flow_set_input" },
7859
+ where: { __type: "core_flow_bool_exp!" },
7860
+ },
7581
7861
  currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
7582
7862
  currency_aggregate: {
7583
7863
  __typename: { __type: "String!" },
@@ -9070,6 +9350,17 @@ export const generatedSchema = {
9070
9350
  _set: { __type: "file_storage_set_input" },
9071
9351
  where: { __type: "file_storage_bool_exp!" },
9072
9352
  },
9353
+ flow_type_comparison_exp: {
9354
+ _eq: { __type: "flow_type" },
9355
+ _gt: { __type: "flow_type" },
9356
+ _gte: { __type: "flow_type" },
9357
+ _in: { __type: "[flow_type!]" },
9358
+ _is_null: { __type: "Boolean" },
9359
+ _lt: { __type: "flow_type" },
9360
+ _lte: { __type: "flow_type" },
9361
+ _neq: { __type: "flow_type" },
9362
+ _nin: { __type: "[flow_type!]" },
9363
+ },
9073
9364
  issueConnectionsNeedVersionUpgradeReturnType: {
9074
9365
  __typename: { __type: "String!" },
9075
9366
  appIcon: { __type: "String!" },
@@ -14002,14 +14293,6 @@ export const generatedSchema = {
14002
14293
  __args: { where: "address_bool_exp!" },
14003
14294
  },
14004
14295
  delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
14005
- delete_automation_status: {
14006
- __type: "automation_status_mutation_response",
14007
- __args: { where: "automation_status_bool_exp!" },
14008
- },
14009
- delete_automation_status_by_pk: {
14010
- __type: "automation_status",
14011
- __args: { name: "String!" },
14012
- },
14013
14296
  delete_billing_payment_method_type: {
14014
14297
  __type: "billing_payment_method_type_mutation_response",
14015
14298
  __args: { where: "billing_payment_method_type_bool_exp!" },
@@ -14018,14 +14301,6 @@ export const generatedSchema = {
14018
14301
  __type: "billing_payment_method_type",
14019
14302
  __args: { name: "String!" },
14020
14303
  },
14021
- delete_connection_status_temporary: {
14022
- __type: "connection_status_temporary_mutation_response",
14023
- __args: { where: "connection_status_temporary_bool_exp!" },
14024
- },
14025
- delete_connection_status_temporary_by_pk: {
14026
- __type: "connection_status_temporary",
14027
- __args: { name: "String!" },
14028
- },
14029
14304
  delete_core_change_source_link: {
14030
14305
  __type: "core_change_source_link_mutation_response",
14031
14306
  __args: { where: "core_change_source_link_bool_exp!" },
@@ -14034,6 +14309,27 @@ export const generatedSchema = {
14034
14309
  __type: "core_change_source_link",
14035
14310
  __args: { id: "uuid!" },
14036
14311
  },
14312
+ delete_core_flow: {
14313
+ __type: "core_flow_mutation_response",
14314
+ __args: { where: "core_flow_bool_exp!" },
14315
+ },
14316
+ delete_core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
14317
+ delete_core_flow_mapping: {
14318
+ __type: "core_flow_mapping_mutation_response",
14319
+ __args: { where: "core_flow_mapping_bool_exp!" },
14320
+ },
14321
+ delete_core_flow_mapping_by_pk: {
14322
+ __type: "core_flow_mapping",
14323
+ __args: { id: "uuid!" },
14324
+ },
14325
+ delete_core_flow_setting: {
14326
+ __type: "core_flow_setting_mutation_response",
14327
+ __args: { where: "core_flow_setting_bool_exp!" },
14328
+ },
14329
+ delete_core_flow_setting_by_pk: {
14330
+ __type: "core_flow_setting",
14331
+ __args: { id: "uuid!" },
14332
+ },
14037
14333
  delete_currency: {
14038
14334
  __type: "currency_mutation_response",
14039
14335
  __args: { where: "currency_bool_exp!" },
@@ -15570,20 +15866,6 @@ export const generatedSchema = {
15570
15866
  on_conflict: "address_on_conflict",
15571
15867
  },
15572
15868
  },
15573
- insert_automation_status: {
15574
- __type: "automation_status_mutation_response",
15575
- __args: {
15576
- objects: "[automation_status_insert_input!]!",
15577
- on_conflict: "automation_status_on_conflict",
15578
- },
15579
- },
15580
- insert_automation_status_one: {
15581
- __type: "automation_status",
15582
- __args: {
15583
- object: "automation_status_insert_input!",
15584
- on_conflict: "automation_status_on_conflict",
15585
- },
15586
- },
15587
15869
  insert_billing_payment_method_type: {
15588
15870
  __type: "billing_payment_method_type_mutation_response",
15589
15871
  __args: {
@@ -15598,20 +15880,6 @@ export const generatedSchema = {
15598
15880
  on_conflict: "billing_payment_method_type_on_conflict",
15599
15881
  },
15600
15882
  },
15601
- insert_connection_status_temporary: {
15602
- __type: "connection_status_temporary_mutation_response",
15603
- __args: {
15604
- objects: "[connection_status_temporary_insert_input!]!",
15605
- on_conflict: "connection_status_temporary_on_conflict",
15606
- },
15607
- },
15608
- insert_connection_status_temporary_one: {
15609
- __type: "connection_status_temporary",
15610
- __args: {
15611
- object: "connection_status_temporary_insert_input!",
15612
- on_conflict: "connection_status_temporary_on_conflict",
15613
- },
15614
- },
15615
15883
  insert_core_change_source_link: {
15616
15884
  __type: "core_change_source_link_mutation_response",
15617
15885
  __args: {
@@ -15626,6 +15894,48 @@ export const generatedSchema = {
15626
15894
  on_conflict: "core_change_source_link_on_conflict",
15627
15895
  },
15628
15896
  },
15897
+ insert_core_flow: {
15898
+ __type: "core_flow_mutation_response",
15899
+ __args: {
15900
+ objects: "[core_flow_insert_input!]!",
15901
+ on_conflict: "core_flow_on_conflict",
15902
+ },
15903
+ },
15904
+ insert_core_flow_mapping: {
15905
+ __type: "core_flow_mapping_mutation_response",
15906
+ __args: {
15907
+ objects: "[core_flow_mapping_insert_input!]!",
15908
+ on_conflict: "core_flow_mapping_on_conflict",
15909
+ },
15910
+ },
15911
+ insert_core_flow_mapping_one: {
15912
+ __type: "core_flow_mapping",
15913
+ __args: {
15914
+ object: "core_flow_mapping_insert_input!",
15915
+ on_conflict: "core_flow_mapping_on_conflict",
15916
+ },
15917
+ },
15918
+ insert_core_flow_one: {
15919
+ __type: "core_flow",
15920
+ __args: {
15921
+ object: "core_flow_insert_input!",
15922
+ on_conflict: "core_flow_on_conflict",
15923
+ },
15924
+ },
15925
+ insert_core_flow_setting: {
15926
+ __type: "core_flow_setting_mutation_response",
15927
+ __args: {
15928
+ objects: "[core_flow_setting_insert_input!]!",
15929
+ on_conflict: "core_flow_setting_on_conflict",
15930
+ },
15931
+ },
15932
+ insert_core_flow_setting_one: {
15933
+ __type: "core_flow_setting",
15934
+ __args: {
15935
+ object: "core_flow_setting_insert_input!",
15936
+ on_conflict: "core_flow_setting_on_conflict",
15937
+ },
15938
+ },
15629
15939
  insert_currency: {
15630
15940
  __type: "currency_mutation_response",
15631
15941
  __args: {
@@ -17955,24 +18265,6 @@ export const generatedSchema = {
17955
18265
  __type: "[automation_mutation_response]",
17956
18266
  __args: { updates: "[automation_updates!]!" },
17957
18267
  },
17958
- update_automation_status: {
17959
- __type: "automation_status_mutation_response",
17960
- __args: {
17961
- _set: "automation_status_set_input",
17962
- where: "automation_status_bool_exp!",
17963
- },
17964
- },
17965
- update_automation_status_by_pk: {
17966
- __type: "automation_status",
17967
- __args: {
17968
- _set: "automation_status_set_input",
17969
- pk_columns: "automation_status_pk_columns_input!",
17970
- },
17971
- },
17972
- update_automation_status_many: {
17973
- __type: "[automation_status_mutation_response]",
17974
- __args: { updates: "[automation_status_updates!]!" },
17975
- },
17976
18268
  update_automation_template_many: {
17977
18269
  __type: "[automation_template_mutation_response]",
17978
18270
  __args: { updates: "[automation_template_updates!]!" },
@@ -17999,24 +18291,6 @@ export const generatedSchema = {
17999
18291
  __type: "[connection_mutation_response]",
18000
18292
  __args: { updates: "[connection_updates!]!" },
18001
18293
  },
18002
- update_connection_status_temporary: {
18003
- __type: "connection_status_temporary_mutation_response",
18004
- __args: {
18005
- _set: "connection_status_temporary_set_input",
18006
- where: "connection_status_temporary_bool_exp!",
18007
- },
18008
- },
18009
- update_connection_status_temporary_by_pk: {
18010
- __type: "connection_status_temporary",
18011
- __args: {
18012
- _set: "connection_status_temporary_set_input",
18013
- pk_columns: "connection_status_temporary_pk_columns_input!",
18014
- },
18015
- },
18016
- update_connection_status_temporary_many: {
18017
- __type: "[connection_status_temporary_mutation_response]",
18018
- __args: { updates: "[connection_status_temporary_updates!]!" },
18019
- },
18020
18294
  update_core_change_source_link: {
18021
18295
  __type: "core_change_source_link_mutation_response",
18022
18296
  __args: {
@@ -18035,6 +18309,90 @@ export const generatedSchema = {
18035
18309
  __type: "[core_change_source_link_mutation_response]",
18036
18310
  __args: { updates: "[core_change_source_link_updates!]!" },
18037
18311
  },
18312
+ update_core_flow: {
18313
+ __type: "core_flow_mutation_response",
18314
+ __args: {
18315
+ _append: "core_flow_append_input",
18316
+ _delete_at_path: "core_flow_delete_at_path_input",
18317
+ _delete_elem: "core_flow_delete_elem_input",
18318
+ _delete_key: "core_flow_delete_key_input",
18319
+ _prepend: "core_flow_prepend_input",
18320
+ _set: "core_flow_set_input",
18321
+ where: "core_flow_bool_exp!",
18322
+ },
18323
+ },
18324
+ update_core_flow_by_pk: {
18325
+ __type: "core_flow",
18326
+ __args: {
18327
+ _append: "core_flow_append_input",
18328
+ _delete_at_path: "core_flow_delete_at_path_input",
18329
+ _delete_elem: "core_flow_delete_elem_input",
18330
+ _delete_key: "core_flow_delete_key_input",
18331
+ _prepend: "core_flow_prepend_input",
18332
+ _set: "core_flow_set_input",
18333
+ pk_columns: "core_flow_pk_columns_input!",
18334
+ },
18335
+ },
18336
+ update_core_flow_many: {
18337
+ __type: "[core_flow_mutation_response]",
18338
+ __args: { updates: "[core_flow_updates!]!" },
18339
+ },
18340
+ update_core_flow_mapping: {
18341
+ __type: "core_flow_mapping_mutation_response",
18342
+ __args: {
18343
+ _append: "core_flow_mapping_append_input",
18344
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18345
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18346
+ _delete_key: "core_flow_mapping_delete_key_input",
18347
+ _prepend: "core_flow_mapping_prepend_input",
18348
+ _set: "core_flow_mapping_set_input",
18349
+ where: "core_flow_mapping_bool_exp!",
18350
+ },
18351
+ },
18352
+ update_core_flow_mapping_by_pk: {
18353
+ __type: "core_flow_mapping",
18354
+ __args: {
18355
+ _append: "core_flow_mapping_append_input",
18356
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18357
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18358
+ _delete_key: "core_flow_mapping_delete_key_input",
18359
+ _prepend: "core_flow_mapping_prepend_input",
18360
+ _set: "core_flow_mapping_set_input",
18361
+ pk_columns: "core_flow_mapping_pk_columns_input!",
18362
+ },
18363
+ },
18364
+ update_core_flow_mapping_many: {
18365
+ __type: "[core_flow_mapping_mutation_response]",
18366
+ __args: { updates: "[core_flow_mapping_updates!]!" },
18367
+ },
18368
+ update_core_flow_setting: {
18369
+ __type: "core_flow_setting_mutation_response",
18370
+ __args: {
18371
+ _append: "core_flow_setting_append_input",
18372
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18373
+ _delete_elem: "core_flow_setting_delete_elem_input",
18374
+ _delete_key: "core_flow_setting_delete_key_input",
18375
+ _prepend: "core_flow_setting_prepend_input",
18376
+ _set: "core_flow_setting_set_input",
18377
+ where: "core_flow_setting_bool_exp!",
18378
+ },
18379
+ },
18380
+ update_core_flow_setting_by_pk: {
18381
+ __type: "core_flow_setting",
18382
+ __args: {
18383
+ _append: "core_flow_setting_append_input",
18384
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18385
+ _delete_elem: "core_flow_setting_delete_elem_input",
18386
+ _delete_key: "core_flow_setting_delete_key_input",
18387
+ _prepend: "core_flow_setting_prepend_input",
18388
+ _set: "core_flow_setting_set_input",
18389
+ pk_columns: "core_flow_setting_pk_columns_input!",
18390
+ },
18391
+ },
18392
+ update_core_flow_setting_many: {
18393
+ __type: "[core_flow_setting_mutation_response]",
18394
+ __args: { updates: "[core_flow_setting_updates!]!" },
18395
+ },
18038
18396
  update_currency: {
18039
18397
  __type: "currency_mutation_response",
18040
18398
  __args: { _set: "currency_set_input", where: "currency_bool_exp!" },
@@ -23881,30 +24239,6 @@ export const generatedSchema = {
23881
24239
  where: "automation_template_bool_exp",
23882
24240
  },
23883
24241
  },
23884
- automation_status: {
23885
- __type: "[automation_status!]!",
23886
- __args: {
23887
- distinct_on: "[automation_status_select_column!]",
23888
- limit: "Int",
23889
- offset: "Int",
23890
- order_by: "[automation_status_order_by!]",
23891
- where: "automation_status_bool_exp",
23892
- },
23893
- },
23894
- automation_status_aggregate: {
23895
- __type: "automation_status_aggregate!",
23896
- __args: {
23897
- distinct_on: "[automation_status_select_column!]",
23898
- limit: "Int",
23899
- offset: "Int",
23900
- order_by: "[automation_status_order_by!]",
23901
- where: "automation_status_bool_exp",
23902
- },
23903
- },
23904
- automation_status_by_pk: {
23905
- __type: "automation_status",
23906
- __args: { name: "String!" },
23907
- },
23908
24242
  automations: {
23909
24243
  __type: "[automation!]!",
23910
24244
  __args: {
@@ -24232,30 +24566,6 @@ export const generatedSchema = {
24232
24566
  },
24233
24567
  },
24234
24568
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
24235
- connection_status_temporary: {
24236
- __type: "[connection_status_temporary!]!",
24237
- __args: {
24238
- distinct_on: "[connection_status_temporary_select_column!]",
24239
- limit: "Int",
24240
- offset: "Int",
24241
- order_by: "[connection_status_temporary_order_by!]",
24242
- where: "connection_status_temporary_bool_exp",
24243
- },
24244
- },
24245
- connection_status_temporary_aggregate: {
24246
- __type: "connection_status_temporary_aggregate!",
24247
- __args: {
24248
- distinct_on: "[connection_status_temporary_select_column!]",
24249
- limit: "Int",
24250
- offset: "Int",
24251
- order_by: "[connection_status_temporary_order_by!]",
24252
- where: "connection_status_temporary_bool_exp",
24253
- },
24254
- },
24255
- connection_status_temporary_by_pk: {
24256
- __type: "connection_status_temporary",
24257
- __args: { name: "String!" },
24258
- },
24259
24569
  contact: { __type: "contact", __args: { id: "uuid!" } },
24260
24570
  contactAggregate: {
24261
24571
  __type: "contact_aggregate!",
@@ -24346,6 +24656,75 @@ export const generatedSchema = {
24346
24656
  __type: "core_change_source_link",
24347
24657
  __args: { id: "uuid!" },
24348
24658
  },
24659
+ core_flow: {
24660
+ __type: "[core_flow!]!",
24661
+ __args: {
24662
+ distinct_on: "[core_flow_select_column!]",
24663
+ limit: "Int",
24664
+ offset: "Int",
24665
+ order_by: "[core_flow_order_by!]",
24666
+ where: "core_flow_bool_exp",
24667
+ },
24668
+ },
24669
+ core_flow_aggregate: {
24670
+ __type: "core_flow_aggregate!",
24671
+ __args: {
24672
+ distinct_on: "[core_flow_select_column!]",
24673
+ limit: "Int",
24674
+ offset: "Int",
24675
+ order_by: "[core_flow_order_by!]",
24676
+ where: "core_flow_bool_exp",
24677
+ },
24678
+ },
24679
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
24680
+ core_flow_mapping: {
24681
+ __type: "[core_flow_mapping!]!",
24682
+ __args: {
24683
+ distinct_on: "[core_flow_mapping_select_column!]",
24684
+ limit: "Int",
24685
+ offset: "Int",
24686
+ order_by: "[core_flow_mapping_order_by!]",
24687
+ where: "core_flow_mapping_bool_exp",
24688
+ },
24689
+ },
24690
+ core_flow_mapping_aggregate: {
24691
+ __type: "core_flow_mapping_aggregate!",
24692
+ __args: {
24693
+ distinct_on: "[core_flow_mapping_select_column!]",
24694
+ limit: "Int",
24695
+ offset: "Int",
24696
+ order_by: "[core_flow_mapping_order_by!]",
24697
+ where: "core_flow_mapping_bool_exp",
24698
+ },
24699
+ },
24700
+ core_flow_mapping_by_pk: {
24701
+ __type: "core_flow_mapping",
24702
+ __args: { id: "uuid!" },
24703
+ },
24704
+ core_flow_setting: {
24705
+ __type: "[core_flow_setting!]!",
24706
+ __args: {
24707
+ distinct_on: "[core_flow_setting_select_column!]",
24708
+ limit: "Int",
24709
+ offset: "Int",
24710
+ order_by: "[core_flow_setting_order_by!]",
24711
+ where: "core_flow_setting_bool_exp",
24712
+ },
24713
+ },
24714
+ core_flow_setting_aggregate: {
24715
+ __type: "core_flow_setting_aggregate!",
24716
+ __args: {
24717
+ distinct_on: "[core_flow_setting_select_column!]",
24718
+ limit: "Int",
24719
+ offset: "Int",
24720
+ order_by: "[core_flow_setting_order_by!]",
24721
+ where: "core_flow_setting_bool_exp",
24722
+ },
24723
+ },
24724
+ core_flow_setting_by_pk: {
24725
+ __type: "core_flow_setting",
24726
+ __args: { id: "uuid!" },
24727
+ },
24349
24728
  currency: {
24350
24729
  __type: "[currency!]!",
24351
24730
  __args: {
@@ -32398,38 +32777,6 @@ export const generatedSchema = {
32398
32777
  where: "automation_template_bool_exp",
32399
32778
  },
32400
32779
  },
32401
- automation_status: {
32402
- __type: "[automation_status!]!",
32403
- __args: {
32404
- distinct_on: "[automation_status_select_column!]",
32405
- limit: "Int",
32406
- offset: "Int",
32407
- order_by: "[automation_status_order_by!]",
32408
- where: "automation_status_bool_exp",
32409
- },
32410
- },
32411
- automation_status_aggregate: {
32412
- __type: "automation_status_aggregate!",
32413
- __args: {
32414
- distinct_on: "[automation_status_select_column!]",
32415
- limit: "Int",
32416
- offset: "Int",
32417
- order_by: "[automation_status_order_by!]",
32418
- where: "automation_status_bool_exp",
32419
- },
32420
- },
32421
- automation_status_by_pk: {
32422
- __type: "automation_status",
32423
- __args: { name: "String!" },
32424
- },
32425
- automation_status_stream: {
32426
- __type: "[automation_status!]!",
32427
- __args: {
32428
- batch_size: "Int!",
32429
- cursor: "[automation_status_stream_cursor_input]!",
32430
- where: "automation_status_bool_exp",
32431
- },
32432
- },
32433
32780
  automation_stream: {
32434
32781
  __type: "[automation!]!",
32435
32782
  __args: {
@@ -32869,38 +33216,6 @@ export const generatedSchema = {
32869
33216
  },
32870
33217
  },
32871
33218
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
32872
- connection_status_temporary: {
32873
- __type: "[connection_status_temporary!]!",
32874
- __args: {
32875
- distinct_on: "[connection_status_temporary_select_column!]",
32876
- limit: "Int",
32877
- offset: "Int",
32878
- order_by: "[connection_status_temporary_order_by!]",
32879
- where: "connection_status_temporary_bool_exp",
32880
- },
32881
- },
32882
- connection_status_temporary_aggregate: {
32883
- __type: "connection_status_temporary_aggregate!",
32884
- __args: {
32885
- distinct_on: "[connection_status_temporary_select_column!]",
32886
- limit: "Int",
32887
- offset: "Int",
32888
- order_by: "[connection_status_temporary_order_by!]",
32889
- where: "connection_status_temporary_bool_exp",
32890
- },
32891
- },
32892
- connection_status_temporary_by_pk: {
32893
- __type: "connection_status_temporary",
32894
- __args: { name: "String!" },
32895
- },
32896
- connection_status_temporary_stream: {
32897
- __type: "[connection_status_temporary!]!",
32898
- __args: {
32899
- batch_size: "Int!",
32900
- cursor: "[connection_status_temporary_stream_cursor_input]!",
32901
- where: "connection_status_temporary_bool_exp",
32902
- },
32903
- },
32904
33219
  connection_stream: {
32905
33220
  __type: "[connection!]!",
32906
33221
  __args: {
@@ -33031,6 +33346,99 @@ export const generatedSchema = {
33031
33346
  where: "core_change_source_link_bool_exp",
33032
33347
  },
33033
33348
  },
33349
+ core_flow: {
33350
+ __type: "[core_flow!]!",
33351
+ __args: {
33352
+ distinct_on: "[core_flow_select_column!]",
33353
+ limit: "Int",
33354
+ offset: "Int",
33355
+ order_by: "[core_flow_order_by!]",
33356
+ where: "core_flow_bool_exp",
33357
+ },
33358
+ },
33359
+ core_flow_aggregate: {
33360
+ __type: "core_flow_aggregate!",
33361
+ __args: {
33362
+ distinct_on: "[core_flow_select_column!]",
33363
+ limit: "Int",
33364
+ offset: "Int",
33365
+ order_by: "[core_flow_order_by!]",
33366
+ where: "core_flow_bool_exp",
33367
+ },
33368
+ },
33369
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
33370
+ core_flow_mapping: {
33371
+ __type: "[core_flow_mapping!]!",
33372
+ __args: {
33373
+ distinct_on: "[core_flow_mapping_select_column!]",
33374
+ limit: "Int",
33375
+ offset: "Int",
33376
+ order_by: "[core_flow_mapping_order_by!]",
33377
+ where: "core_flow_mapping_bool_exp",
33378
+ },
33379
+ },
33380
+ core_flow_mapping_aggregate: {
33381
+ __type: "core_flow_mapping_aggregate!",
33382
+ __args: {
33383
+ distinct_on: "[core_flow_mapping_select_column!]",
33384
+ limit: "Int",
33385
+ offset: "Int",
33386
+ order_by: "[core_flow_mapping_order_by!]",
33387
+ where: "core_flow_mapping_bool_exp",
33388
+ },
33389
+ },
33390
+ core_flow_mapping_by_pk: {
33391
+ __type: "core_flow_mapping",
33392
+ __args: { id: "uuid!" },
33393
+ },
33394
+ core_flow_mapping_stream: {
33395
+ __type: "[core_flow_mapping!]!",
33396
+ __args: {
33397
+ batch_size: "Int!",
33398
+ cursor: "[core_flow_mapping_stream_cursor_input]!",
33399
+ where: "core_flow_mapping_bool_exp",
33400
+ },
33401
+ },
33402
+ core_flow_setting: {
33403
+ __type: "[core_flow_setting!]!",
33404
+ __args: {
33405
+ distinct_on: "[core_flow_setting_select_column!]",
33406
+ limit: "Int",
33407
+ offset: "Int",
33408
+ order_by: "[core_flow_setting_order_by!]",
33409
+ where: "core_flow_setting_bool_exp",
33410
+ },
33411
+ },
33412
+ core_flow_setting_aggregate: {
33413
+ __type: "core_flow_setting_aggregate!",
33414
+ __args: {
33415
+ distinct_on: "[core_flow_setting_select_column!]",
33416
+ limit: "Int",
33417
+ offset: "Int",
33418
+ order_by: "[core_flow_setting_order_by!]",
33419
+ where: "core_flow_setting_bool_exp",
33420
+ },
33421
+ },
33422
+ core_flow_setting_by_pk: {
33423
+ __type: "core_flow_setting",
33424
+ __args: { id: "uuid!" },
33425
+ },
33426
+ core_flow_setting_stream: {
33427
+ __type: "[core_flow_setting!]!",
33428
+ __args: {
33429
+ batch_size: "Int!",
33430
+ cursor: "[core_flow_setting_stream_cursor_input]!",
33431
+ where: "core_flow_setting_bool_exp",
33432
+ },
33433
+ },
33434
+ core_flow_stream: {
33435
+ __type: "[core_flow!]!",
33436
+ __args: {
33437
+ batch_size: "Int!",
33438
+ cursor: "[core_flow_stream_cursor_input]!",
33439
+ where: "core_flow_bool_exp",
33440
+ },
33441
+ },
33034
33442
  currency: {
33035
33443
  __type: "[currency!]!",
33036
33444
  __args: {