@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.
@@ -62,10 +62,6 @@ export const scalarsEnumsHash = {
62
62
  audit_log_update_column: true,
63
63
  automation_constraint: true,
64
64
  automation_select_column: true,
65
- automation_status_constraint: true,
66
- automation_status_enum: true,
67
- automation_status_select_column: true,
68
- automation_status_update_column: true,
69
65
  automation_template_constraint: true,
70
66
  automation_template_select_column: true,
71
67
  automation_template_update_column: true,
@@ -126,9 +122,6 @@ export const scalarsEnumsHash = {
126
122
  connection_select_column: true,
127
123
  connection_select_column_connection_aggregate_bool_exp_bool_and_arguments_columns: true,
128
124
  connection_select_column_connection_aggregate_bool_exp_bool_or_arguments_columns: true,
129
- connection_status_temporary_constraint: true,
130
- connection_status_temporary_select_column: true,
131
- connection_status_temporary_update_column: true,
132
125
  connection_update_column: true,
133
126
  contactCompanyType_constraint: true,
134
127
  contactCompanyType_enum: true,
@@ -144,6 +137,15 @@ export const scalarsEnumsHash = {
144
137
  core_change_source_link_constraint: true,
145
138
  core_change_source_link_select_column: true,
146
139
  core_change_source_link_update_column: true,
140
+ core_flow_constraint: true,
141
+ core_flow_mapping_constraint: true,
142
+ core_flow_mapping_select_column: true,
143
+ core_flow_mapping_update_column: true,
144
+ core_flow_select_column: true,
145
+ core_flow_setting_constraint: true,
146
+ core_flow_setting_select_column: true,
147
+ core_flow_setting_update_column: true,
148
+ core_flow_update_column: true,
147
149
  currency_constraint: true,
148
150
  currency_enum: true,
149
151
  currency_select_column: true,
@@ -184,6 +186,7 @@ export const scalarsEnumsHash = {
184
186
  file_storage_tag_select_column: true,
185
187
  file_storage_tag_update_column: true,
186
188
  file_storage_update_column: true,
189
+ flow_type: true,
187
190
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
188
191
  issueDuplicatedPaymentsReturnType_enum_name: true,
189
192
  issueMessageOverwrite_constraint: true,
@@ -3182,7 +3185,7 @@ export const generatedSchema = {
3182
3185
  where: "setting_bool_exp",
3183
3186
  },
3184
3187
  },
3185
- status: { __type: "automation_status_enum!" },
3188
+ status: { __type: "activeStatus_enum!" },
3186
3189
  syncs: {
3187
3190
  __type: "[sync!]!",
3188
3191
  __args: {
@@ -3273,7 +3276,7 @@ export const generatedSchema = {
3273
3276
  scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
3274
3277
  settings: { __type: "setting_bool_exp" },
3275
3278
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
3276
- status: { __type: "automation_status_enum_comparison_exp" },
3279
+ status: { __type: "activeStatus_enum_comparison_exp" },
3277
3280
  syncs: { __type: "sync_bool_exp" },
3278
3281
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
3279
3282
  template: { __type: "String_comparison_exp" },
@@ -3314,7 +3317,7 @@ export const generatedSchema = {
3314
3317
  runSettings: { __type: "jsonb" },
3315
3318
  scheduleStatus: { __type: "activeStatus_enum" },
3316
3319
  settings: { __type: "setting_arr_rel_insert_input" },
3317
- status: { __type: "automation_status_enum" },
3320
+ status: { __type: "activeStatus_enum" },
3318
3321
  syncs: { __type: "sync_arr_rel_insert_input" },
3319
3322
  template: { __type: "String" },
3320
3323
  templateId: { __type: "uuid" },
@@ -3435,7 +3438,7 @@ export const generatedSchema = {
3435
3438
  rightConnectionId: { __type: "uuid" },
3436
3439
  runSettings: { __type: "jsonb" },
3437
3440
  scheduleStatus: { __type: "activeStatus_enum" },
3438
- status: { __type: "automation_status_enum" },
3441
+ status: { __type: "activeStatus_enum" },
3439
3442
  template: { __type: "String" },
3440
3443
  templateId: { __type: "uuid" },
3441
3444
  tenantId: { __type: "uuid" },
@@ -3444,71 +3447,6 @@ export const generatedSchema = {
3444
3447
  updatedAt: { __type: "timestamptz" },
3445
3448
  viewSettings: { __type: "jsonb" },
3446
3449
  },
3447
- automation_status: {
3448
- __typename: { __type: "String!" },
3449
- name: { __type: "String!" },
3450
- },
3451
- automation_status_aggregate: {
3452
- __typename: { __type: "String!" },
3453
- aggregate: { __type: "automation_status_aggregate_fields" },
3454
- nodes: { __type: "[automation_status!]!" },
3455
- },
3456
- automation_status_aggregate_fields: {
3457
- __typename: { __type: "String!" },
3458
- count: {
3459
- __type: "Int!",
3460
- __args: {
3461
- columns: "[automation_status_select_column!]",
3462
- distinct: "Boolean",
3463
- },
3464
- },
3465
- max: { __type: "automation_status_max_fields" },
3466
- min: { __type: "automation_status_min_fields" },
3467
- },
3468
- automation_status_bool_exp: {
3469
- _and: { __type: "[automation_status_bool_exp!]" },
3470
- _not: { __type: "automation_status_bool_exp" },
3471
- _or: { __type: "[automation_status_bool_exp!]" },
3472
- name: { __type: "String_comparison_exp" },
3473
- },
3474
- automation_status_enum_comparison_exp: {
3475
- _eq: { __type: "automation_status_enum" },
3476
- _in: { __type: "[automation_status_enum!]" },
3477
- _is_null: { __type: "Boolean" },
3478
- _neq: { __type: "automation_status_enum" },
3479
- _nin: { __type: "[automation_status_enum!]" },
3480
- },
3481
- automation_status_insert_input: { name: { __type: "String" } },
3482
- automation_status_max_fields: {
3483
- __typename: { __type: "String!" },
3484
- name: { __type: "String" },
3485
- },
3486
- automation_status_min_fields: {
3487
- __typename: { __type: "String!" },
3488
- name: { __type: "String" },
3489
- },
3490
- automation_status_mutation_response: {
3491
- __typename: { __type: "String!" },
3492
- affected_rows: { __type: "Int!" },
3493
- returning: { __type: "[automation_status!]!" },
3494
- },
3495
- automation_status_on_conflict: {
3496
- constraint: { __type: "automation_status_constraint!" },
3497
- update_columns: { __type: "[automation_status_update_column!]!" },
3498
- where: { __type: "automation_status_bool_exp" },
3499
- },
3500
- automation_status_order_by: { name: { __type: "order_by" } },
3501
- automation_status_pk_columns_input: { name: { __type: "String!" } },
3502
- automation_status_set_input: { name: { __type: "String" } },
3503
- automation_status_stream_cursor_input: {
3504
- initial_value: { __type: "automation_status_stream_cursor_value_input!" },
3505
- ordering: { __type: "cursor_ordering" },
3506
- },
3507
- automation_status_stream_cursor_value_input: { name: { __type: "String" } },
3508
- automation_status_updates: {
3509
- _set: { __type: "automation_status_set_input" },
3510
- where: { __type: "automation_status_bool_exp!" },
3511
- },
3512
3450
  automation_stream_cursor_input: {
3513
3451
  initial_value: { __type: "automation_stream_cursor_value_input!" },
3514
3452
  ordering: { __type: "cursor_ordering" },
@@ -3521,7 +3459,7 @@ export const generatedSchema = {
3521
3459
  rightConnectionId: { __type: "uuid" },
3522
3460
  runSettings: { __type: "jsonb" },
3523
3461
  scheduleStatus: { __type: "activeStatus_enum" },
3524
- status: { __type: "automation_status_enum" },
3462
+ status: { __type: "activeStatus_enum" },
3525
3463
  template: { __type: "String" },
3526
3464
  templateId: { __type: "uuid" },
3527
3465
  tenantId: { __type: "uuid" },
@@ -6368,7 +6306,7 @@ export const generatedSchema = {
6368
6306
  where: "setting_bool_exp",
6369
6307
  },
6370
6308
  },
6371
- status: { __type: "String" },
6309
+ status: { __type: "activeStatus_enum" },
6372
6310
  syncs: {
6373
6311
  __type: "[sync!]!",
6374
6312
  __args: {
@@ -6540,7 +6478,7 @@ export const generatedSchema = {
6540
6478
  settingsRight: { __type: "setting_bool_exp" },
6541
6479
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
6542
6480
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
6543
- status: { __type: "String_comparison_exp" },
6481
+ status: { __type: "activeStatus_enum_comparison_exp" },
6544
6482
  syncs: { __type: "sync_bool_exp" },
6545
6483
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
6546
6484
  tasks: { __type: "task_bool_exp" },
@@ -6598,7 +6536,7 @@ export const generatedSchema = {
6598
6536
  settings: { __type: "setting_arr_rel_insert_input" },
6599
6537
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
6600
6538
  settingsRight: { __type: "setting_arr_rel_insert_input" },
6601
- status: { __type: "String" },
6539
+ status: { __type: "activeStatus_enum" },
6602
6540
  syncs: { __type: "sync_arr_rel_insert_input" },
6603
6541
  tasks: { __type: "task_arr_rel_insert_input" },
6604
6542
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -6618,7 +6556,6 @@ export const generatedSchema = {
6618
6556
  id: { __type: "uuid" },
6619
6557
  lastFetch: { __type: "timestamptz" },
6620
6558
  name: { __type: "String" },
6621
- status: { __type: "String" },
6622
6559
  tenantId: { __type: "uuid" },
6623
6560
  type: { __type: "String" },
6624
6561
  uniqueRef: { __type: "String" },
@@ -6634,7 +6571,6 @@ export const generatedSchema = {
6634
6571
  id: { __type: "order_by" },
6635
6572
  lastFetch: { __type: "order_by" },
6636
6573
  name: { __type: "order_by" },
6637
- status: { __type: "order_by" },
6638
6574
  tenantId: { __type: "order_by" },
6639
6575
  type: { __type: "order_by" },
6640
6576
  uniqueRef: { __type: "order_by" },
@@ -6651,7 +6587,6 @@ export const generatedSchema = {
6651
6587
  id: { __type: "uuid" },
6652
6588
  lastFetch: { __type: "timestamptz" },
6653
6589
  name: { __type: "String" },
6654
- status: { __type: "String" },
6655
6590
  tenantId: { __type: "uuid" },
6656
6591
  type: { __type: "String" },
6657
6592
  uniqueRef: { __type: "String" },
@@ -6667,7 +6602,6 @@ export const generatedSchema = {
6667
6602
  id: { __type: "order_by" },
6668
6603
  lastFetch: { __type: "order_by" },
6669
6604
  name: { __type: "order_by" },
6670
- status: { __type: "order_by" },
6671
6605
  tenantId: { __type: "order_by" },
6672
6606
  type: { __type: "order_by" },
6673
6607
  uniqueRef: { __type: "order_by" },
@@ -6747,75 +6681,13 @@ export const generatedSchema = {
6747
6681
  metadata: { __type: "jsonb" },
6748
6682
  name: { __type: "String" },
6749
6683
  persistentState: { __type: "jsonb" },
6750
- status: { __type: "String" },
6684
+ status: { __type: "activeStatus_enum" },
6751
6685
  tenantId: { __type: "uuid" },
6752
6686
  type: { __type: "String" },
6753
6687
  uniqueRef: { __type: "String" },
6754
6688
  updatedAt: { __type: "timestamptz" },
6755
6689
  version: { __type: "Int" },
6756
6690
  },
6757
- connection_status_temporary: {
6758
- __typename: { __type: "String!" },
6759
- name: { __type: "String!" },
6760
- },
6761
- connection_status_temporary_aggregate: {
6762
- __typename: { __type: "String!" },
6763
- aggregate: { __type: "connection_status_temporary_aggregate_fields" },
6764
- nodes: { __type: "[connection_status_temporary!]!" },
6765
- },
6766
- connection_status_temporary_aggregate_fields: {
6767
- __typename: { __type: "String!" },
6768
- count: {
6769
- __type: "Int!",
6770
- __args: {
6771
- columns: "[connection_status_temporary_select_column!]",
6772
- distinct: "Boolean",
6773
- },
6774
- },
6775
- max: { __type: "connection_status_temporary_max_fields" },
6776
- min: { __type: "connection_status_temporary_min_fields" },
6777
- },
6778
- connection_status_temporary_bool_exp: {
6779
- _and: { __type: "[connection_status_temporary_bool_exp!]" },
6780
- _not: { __type: "connection_status_temporary_bool_exp" },
6781
- _or: { __type: "[connection_status_temporary_bool_exp!]" },
6782
- name: { __type: "String_comparison_exp" },
6783
- },
6784
- connection_status_temporary_insert_input: { name: { __type: "String" } },
6785
- connection_status_temporary_max_fields: {
6786
- __typename: { __type: "String!" },
6787
- name: { __type: "String" },
6788
- },
6789
- connection_status_temporary_min_fields: {
6790
- __typename: { __type: "String!" },
6791
- name: { __type: "String" },
6792
- },
6793
- connection_status_temporary_mutation_response: {
6794
- __typename: { __type: "String!" },
6795
- affected_rows: { __type: "Int!" },
6796
- returning: { __type: "[connection_status_temporary!]!" },
6797
- },
6798
- connection_status_temporary_on_conflict: {
6799
- constraint: { __type: "connection_status_temporary_constraint!" },
6800
- update_columns: { __type: "[connection_status_temporary_update_column!]!" },
6801
- where: { __type: "connection_status_temporary_bool_exp" },
6802
- },
6803
- connection_status_temporary_order_by: { name: { __type: "order_by" } },
6804
- connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
6805
- connection_status_temporary_set_input: { name: { __type: "String" } },
6806
- connection_status_temporary_stream_cursor_input: {
6807
- initial_value: {
6808
- __type: "connection_status_temporary_stream_cursor_value_input!",
6809
- },
6810
- ordering: { __type: "cursor_ordering" },
6811
- },
6812
- connection_status_temporary_stream_cursor_value_input: {
6813
- name: { __type: "String" },
6814
- },
6815
- connection_status_temporary_updates: {
6816
- _set: { __type: "connection_status_temporary_set_input" },
6817
- where: { __type: "connection_status_temporary_bool_exp!" },
6818
- },
6819
6691
  connection_stddev_fields: {
6820
6692
  __typename: { __type: "String!" },
6821
6693
  backendVersion: { __type: "Float" },
@@ -6861,7 +6733,7 @@ export const generatedSchema = {
6861
6733
  metadata: { __type: "jsonb" },
6862
6734
  name: { __type: "String" },
6863
6735
  persistentState: { __type: "jsonb" },
6864
- status: { __type: "String" },
6736
+ status: { __type: "activeStatus_enum" },
6865
6737
  tenantId: { __type: "uuid" },
6866
6738
  type: { __type: "String" },
6867
6739
  uniqueRef: { __type: "String" },
@@ -7552,6 +7424,414 @@ export const generatedSchema = {
7552
7424
  _set: { __type: "core_change_source_link_set_input" },
7553
7425
  where: { __type: "core_change_source_link_bool_exp!" },
7554
7426
  },
7427
+ core_flow: {
7428
+ __typename: { __type: "String!" },
7429
+ app_id: { __type: "String!" },
7430
+ description: { __type: "String" },
7431
+ id: { __type: "uuid!" },
7432
+ mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7433
+ setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7434
+ title: { __type: "String!" },
7435
+ type: { __type: "flow_type" },
7436
+ },
7437
+ core_flow_aggregate: {
7438
+ __typename: { __type: "String!" },
7439
+ aggregate: { __type: "core_flow_aggregate_fields" },
7440
+ nodes: { __type: "[core_flow!]!" },
7441
+ },
7442
+ core_flow_aggregate_fields: {
7443
+ __typename: { __type: "String!" },
7444
+ count: {
7445
+ __type: "Int!",
7446
+ __args: { columns: "[core_flow_select_column!]", distinct: "Boolean" },
7447
+ },
7448
+ max: { __type: "core_flow_max_fields" },
7449
+ min: { __type: "core_flow_min_fields" },
7450
+ },
7451
+ core_flow_append_input: {
7452
+ mapping_schema: { __type: "jsonb" },
7453
+ setting_schema: { __type: "jsonb" },
7454
+ },
7455
+ core_flow_bool_exp: {
7456
+ _and: { __type: "[core_flow_bool_exp!]" },
7457
+ _not: { __type: "core_flow_bool_exp" },
7458
+ _or: { __type: "[core_flow_bool_exp!]" },
7459
+ app_id: { __type: "String_comparison_exp" },
7460
+ description: { __type: "String_comparison_exp" },
7461
+ id: { __type: "uuid_comparison_exp" },
7462
+ mapping_schema: { __type: "jsonb_comparison_exp" },
7463
+ setting_schema: { __type: "jsonb_comparison_exp" },
7464
+ title: { __type: "String_comparison_exp" },
7465
+ type: { __type: "flow_type_comparison_exp" },
7466
+ },
7467
+ core_flow_delete_at_path_input: {
7468
+ mapping_schema: { __type: "[String!]" },
7469
+ setting_schema: { __type: "[String!]" },
7470
+ },
7471
+ core_flow_delete_elem_input: {
7472
+ mapping_schema: { __type: "Int" },
7473
+ setting_schema: { __type: "Int" },
7474
+ },
7475
+ core_flow_delete_key_input: {
7476
+ mapping_schema: { __type: "String" },
7477
+ setting_schema: { __type: "String" },
7478
+ },
7479
+ core_flow_insert_input: {
7480
+ app_id: { __type: "String" },
7481
+ description: { __type: "String" },
7482
+ id: { __type: "uuid" },
7483
+ mapping_schema: { __type: "jsonb" },
7484
+ setting_schema: { __type: "jsonb" },
7485
+ title: { __type: "String" },
7486
+ type: { __type: "flow_type" },
7487
+ },
7488
+ core_flow_mapping: {
7489
+ __typename: { __type: "String!" },
7490
+ account_id: { __type: "uuid" },
7491
+ booking_channel_id: { __type: "uuid" },
7492
+ contact_id: { __type: "uuid" },
7493
+ flow_id: { __type: "uuid!" },
7494
+ id: { __type: "uuid!" },
7495
+ listing_id: { __type: "uuid" },
7496
+ mapping_key: { __type: "String!" },
7497
+ source_id: { __type: "uuid!" },
7498
+ value: { __type: "jsonb", __args: { path: "String" } },
7499
+ },
7500
+ core_flow_mapping_aggregate: {
7501
+ __typename: { __type: "String!" },
7502
+ aggregate: { __type: "core_flow_mapping_aggregate_fields" },
7503
+ nodes: { __type: "[core_flow_mapping!]!" },
7504
+ },
7505
+ core_flow_mapping_aggregate_fields: {
7506
+ __typename: { __type: "String!" },
7507
+ count: {
7508
+ __type: "Int!",
7509
+ __args: {
7510
+ columns: "[core_flow_mapping_select_column!]",
7511
+ distinct: "Boolean",
7512
+ },
7513
+ },
7514
+ max: { __type: "core_flow_mapping_max_fields" },
7515
+ min: { __type: "core_flow_mapping_min_fields" },
7516
+ },
7517
+ core_flow_mapping_append_input: { value: { __type: "jsonb" } },
7518
+ core_flow_mapping_bool_exp: {
7519
+ _and: { __type: "[core_flow_mapping_bool_exp!]" },
7520
+ _not: { __type: "core_flow_mapping_bool_exp" },
7521
+ _or: { __type: "[core_flow_mapping_bool_exp!]" },
7522
+ account_id: { __type: "uuid_comparison_exp" },
7523
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7524
+ contact_id: { __type: "uuid_comparison_exp" },
7525
+ flow_id: { __type: "uuid_comparison_exp" },
7526
+ id: { __type: "uuid_comparison_exp" },
7527
+ listing_id: { __type: "uuid_comparison_exp" },
7528
+ mapping_key: { __type: "String_comparison_exp" },
7529
+ source_id: { __type: "uuid_comparison_exp" },
7530
+ value: { __type: "jsonb_comparison_exp" },
7531
+ },
7532
+ core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
7533
+ core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
7534
+ core_flow_mapping_delete_key_input: { value: { __type: "String" } },
7535
+ core_flow_mapping_insert_input: {
7536
+ account_id: { __type: "uuid" },
7537
+ booking_channel_id: { __type: "uuid" },
7538
+ contact_id: { __type: "uuid" },
7539
+ flow_id: { __type: "uuid" },
7540
+ id: { __type: "uuid" },
7541
+ listing_id: { __type: "uuid" },
7542
+ mapping_key: { __type: "String" },
7543
+ source_id: { __type: "uuid" },
7544
+ value: { __type: "jsonb" },
7545
+ },
7546
+ core_flow_mapping_max_fields: {
7547
+ __typename: { __type: "String!" },
7548
+ account_id: { __type: "uuid" },
7549
+ booking_channel_id: { __type: "uuid" },
7550
+ contact_id: { __type: "uuid" },
7551
+ flow_id: { __type: "uuid" },
7552
+ id: { __type: "uuid" },
7553
+ listing_id: { __type: "uuid" },
7554
+ mapping_key: { __type: "String" },
7555
+ source_id: { __type: "uuid" },
7556
+ },
7557
+ core_flow_mapping_min_fields: {
7558
+ __typename: { __type: "String!" },
7559
+ account_id: { __type: "uuid" },
7560
+ booking_channel_id: { __type: "uuid" },
7561
+ contact_id: { __type: "uuid" },
7562
+ flow_id: { __type: "uuid" },
7563
+ id: { __type: "uuid" },
7564
+ listing_id: { __type: "uuid" },
7565
+ mapping_key: { __type: "String" },
7566
+ source_id: { __type: "uuid" },
7567
+ },
7568
+ core_flow_mapping_mutation_response: {
7569
+ __typename: { __type: "String!" },
7570
+ affected_rows: { __type: "Int!" },
7571
+ returning: { __type: "[core_flow_mapping!]!" },
7572
+ },
7573
+ core_flow_mapping_on_conflict: {
7574
+ constraint: { __type: "core_flow_mapping_constraint!" },
7575
+ update_columns: { __type: "[core_flow_mapping_update_column!]!" },
7576
+ where: { __type: "core_flow_mapping_bool_exp" },
7577
+ },
7578
+ core_flow_mapping_order_by: {
7579
+ account_id: { __type: "order_by" },
7580
+ booking_channel_id: { __type: "order_by" },
7581
+ contact_id: { __type: "order_by" },
7582
+ flow_id: { __type: "order_by" },
7583
+ id: { __type: "order_by" },
7584
+ listing_id: { __type: "order_by" },
7585
+ mapping_key: { __type: "order_by" },
7586
+ source_id: { __type: "order_by" },
7587
+ value: { __type: "order_by" },
7588
+ },
7589
+ core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
7590
+ core_flow_mapping_prepend_input: { value: { __type: "jsonb" } },
7591
+ core_flow_mapping_set_input: {
7592
+ account_id: { __type: "uuid" },
7593
+ booking_channel_id: { __type: "uuid" },
7594
+ contact_id: { __type: "uuid" },
7595
+ flow_id: { __type: "uuid" },
7596
+ id: { __type: "uuid" },
7597
+ listing_id: { __type: "uuid" },
7598
+ mapping_key: { __type: "String" },
7599
+ source_id: { __type: "uuid" },
7600
+ value: { __type: "jsonb" },
7601
+ },
7602
+ core_flow_mapping_stream_cursor_input: {
7603
+ initial_value: { __type: "core_flow_mapping_stream_cursor_value_input!" },
7604
+ ordering: { __type: "cursor_ordering" },
7605
+ },
7606
+ core_flow_mapping_stream_cursor_value_input: {
7607
+ account_id: { __type: "uuid" },
7608
+ booking_channel_id: { __type: "uuid" },
7609
+ contact_id: { __type: "uuid" },
7610
+ flow_id: { __type: "uuid" },
7611
+ id: { __type: "uuid" },
7612
+ listing_id: { __type: "uuid" },
7613
+ mapping_key: { __type: "String" },
7614
+ source_id: { __type: "uuid" },
7615
+ value: { __type: "jsonb" },
7616
+ },
7617
+ core_flow_mapping_updates: {
7618
+ _append: { __type: "core_flow_mapping_append_input" },
7619
+ _delete_at_path: { __type: "core_flow_mapping_delete_at_path_input" },
7620
+ _delete_elem: { __type: "core_flow_mapping_delete_elem_input" },
7621
+ _delete_key: { __type: "core_flow_mapping_delete_key_input" },
7622
+ _prepend: { __type: "core_flow_mapping_prepend_input" },
7623
+ _set: { __type: "core_flow_mapping_set_input" },
7624
+ where: { __type: "core_flow_mapping_bool_exp!" },
7625
+ },
7626
+ core_flow_max_fields: {
7627
+ __typename: { __type: "String!" },
7628
+ app_id: { __type: "String" },
7629
+ description: { __type: "String" },
7630
+ id: { __type: "uuid" },
7631
+ title: { __type: "String" },
7632
+ type: { __type: "flow_type" },
7633
+ },
7634
+ core_flow_min_fields: {
7635
+ __typename: { __type: "String!" },
7636
+ app_id: { __type: "String" },
7637
+ description: { __type: "String" },
7638
+ id: { __type: "uuid" },
7639
+ title: { __type: "String" },
7640
+ type: { __type: "flow_type" },
7641
+ },
7642
+ core_flow_mutation_response: {
7643
+ __typename: { __type: "String!" },
7644
+ affected_rows: { __type: "Int!" },
7645
+ returning: { __type: "[core_flow!]!" },
7646
+ },
7647
+ core_flow_on_conflict: {
7648
+ constraint: { __type: "core_flow_constraint!" },
7649
+ update_columns: { __type: "[core_flow_update_column!]!" },
7650
+ where: { __type: "core_flow_bool_exp" },
7651
+ },
7652
+ core_flow_order_by: {
7653
+ app_id: { __type: "order_by" },
7654
+ description: { __type: "order_by" },
7655
+ id: { __type: "order_by" },
7656
+ mapping_schema: { __type: "order_by" },
7657
+ setting_schema: { __type: "order_by" },
7658
+ title: { __type: "order_by" },
7659
+ type: { __type: "order_by" },
7660
+ },
7661
+ core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7662
+ core_flow_prepend_input: {
7663
+ mapping_schema: { __type: "jsonb" },
7664
+ setting_schema: { __type: "jsonb" },
7665
+ },
7666
+ core_flow_set_input: {
7667
+ app_id: { __type: "String" },
7668
+ description: { __type: "String" },
7669
+ id: { __type: "uuid" },
7670
+ mapping_schema: { __type: "jsonb" },
7671
+ setting_schema: { __type: "jsonb" },
7672
+ title: { __type: "String" },
7673
+ type: { __type: "flow_type" },
7674
+ },
7675
+ core_flow_setting: {
7676
+ __typename: { __type: "String!" },
7677
+ account_id: { __type: "uuid" },
7678
+ booking_channel_id: { __type: "uuid" },
7679
+ connection_id: { __type: "uuid!" },
7680
+ contact_id: { __type: "uuid" },
7681
+ flow_id: { __type: "uuid!" },
7682
+ id: { __type: "uuid!" },
7683
+ listing_id: { __type: "uuid" },
7684
+ setting_key: { __type: "String!" },
7685
+ value: { __type: "jsonb", __args: { path: "String" } },
7686
+ },
7687
+ core_flow_setting_aggregate: {
7688
+ __typename: { __type: "String!" },
7689
+ aggregate: { __type: "core_flow_setting_aggregate_fields" },
7690
+ nodes: { __type: "[core_flow_setting!]!" },
7691
+ },
7692
+ core_flow_setting_aggregate_fields: {
7693
+ __typename: { __type: "String!" },
7694
+ count: {
7695
+ __type: "Int!",
7696
+ __args: {
7697
+ columns: "[core_flow_setting_select_column!]",
7698
+ distinct: "Boolean",
7699
+ },
7700
+ },
7701
+ max: { __type: "core_flow_setting_max_fields" },
7702
+ min: { __type: "core_flow_setting_min_fields" },
7703
+ },
7704
+ core_flow_setting_append_input: { value: { __type: "jsonb" } },
7705
+ core_flow_setting_bool_exp: {
7706
+ _and: { __type: "[core_flow_setting_bool_exp!]" },
7707
+ _not: { __type: "core_flow_setting_bool_exp" },
7708
+ _or: { __type: "[core_flow_setting_bool_exp!]" },
7709
+ account_id: { __type: "uuid_comparison_exp" },
7710
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7711
+ connection_id: { __type: "uuid_comparison_exp" },
7712
+ contact_id: { __type: "uuid_comparison_exp" },
7713
+ flow_id: { __type: "uuid_comparison_exp" },
7714
+ id: { __type: "uuid_comparison_exp" },
7715
+ listing_id: { __type: "uuid_comparison_exp" },
7716
+ setting_key: { __type: "String_comparison_exp" },
7717
+ value: { __type: "jsonb_comparison_exp" },
7718
+ },
7719
+ core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
7720
+ core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
7721
+ core_flow_setting_delete_key_input: { value: { __type: "String" } },
7722
+ core_flow_setting_insert_input: {
7723
+ account_id: { __type: "uuid" },
7724
+ booking_channel_id: { __type: "uuid" },
7725
+ connection_id: { __type: "uuid" },
7726
+ contact_id: { __type: "uuid" },
7727
+ flow_id: { __type: "uuid" },
7728
+ id: { __type: "uuid" },
7729
+ listing_id: { __type: "uuid" },
7730
+ setting_key: { __type: "String" },
7731
+ value: { __type: "jsonb" },
7732
+ },
7733
+ core_flow_setting_max_fields: {
7734
+ __typename: { __type: "String!" },
7735
+ account_id: { __type: "uuid" },
7736
+ booking_channel_id: { __type: "uuid" },
7737
+ connection_id: { __type: "uuid" },
7738
+ contact_id: { __type: "uuid" },
7739
+ flow_id: { __type: "uuid" },
7740
+ id: { __type: "uuid" },
7741
+ listing_id: { __type: "uuid" },
7742
+ setting_key: { __type: "String" },
7743
+ },
7744
+ core_flow_setting_min_fields: {
7745
+ __typename: { __type: "String!" },
7746
+ account_id: { __type: "uuid" },
7747
+ booking_channel_id: { __type: "uuid" },
7748
+ connection_id: { __type: "uuid" },
7749
+ contact_id: { __type: "uuid" },
7750
+ flow_id: { __type: "uuid" },
7751
+ id: { __type: "uuid" },
7752
+ listing_id: { __type: "uuid" },
7753
+ setting_key: { __type: "String" },
7754
+ },
7755
+ core_flow_setting_mutation_response: {
7756
+ __typename: { __type: "String!" },
7757
+ affected_rows: { __type: "Int!" },
7758
+ returning: { __type: "[core_flow_setting!]!" },
7759
+ },
7760
+ core_flow_setting_on_conflict: {
7761
+ constraint: { __type: "core_flow_setting_constraint!" },
7762
+ update_columns: { __type: "[core_flow_setting_update_column!]!" },
7763
+ where: { __type: "core_flow_setting_bool_exp" },
7764
+ },
7765
+ core_flow_setting_order_by: {
7766
+ account_id: { __type: "order_by" },
7767
+ booking_channel_id: { __type: "order_by" },
7768
+ connection_id: { __type: "order_by" },
7769
+ contact_id: { __type: "order_by" },
7770
+ flow_id: { __type: "order_by" },
7771
+ id: { __type: "order_by" },
7772
+ listing_id: { __type: "order_by" },
7773
+ setting_key: { __type: "order_by" },
7774
+ value: { __type: "order_by" },
7775
+ },
7776
+ core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
7777
+ core_flow_setting_prepend_input: { value: { __type: "jsonb" } },
7778
+ core_flow_setting_set_input: {
7779
+ account_id: { __type: "uuid" },
7780
+ booking_channel_id: { __type: "uuid" },
7781
+ connection_id: { __type: "uuid" },
7782
+ contact_id: { __type: "uuid" },
7783
+ flow_id: { __type: "uuid" },
7784
+ id: { __type: "uuid" },
7785
+ listing_id: { __type: "uuid" },
7786
+ setting_key: { __type: "String" },
7787
+ value: { __type: "jsonb" },
7788
+ },
7789
+ core_flow_setting_stream_cursor_input: {
7790
+ initial_value: { __type: "core_flow_setting_stream_cursor_value_input!" },
7791
+ ordering: { __type: "cursor_ordering" },
7792
+ },
7793
+ core_flow_setting_stream_cursor_value_input: {
7794
+ account_id: { __type: "uuid" },
7795
+ booking_channel_id: { __type: "uuid" },
7796
+ connection_id: { __type: "uuid" },
7797
+ contact_id: { __type: "uuid" },
7798
+ flow_id: { __type: "uuid" },
7799
+ id: { __type: "uuid" },
7800
+ listing_id: { __type: "uuid" },
7801
+ setting_key: { __type: "String" },
7802
+ value: { __type: "jsonb" },
7803
+ },
7804
+ core_flow_setting_updates: {
7805
+ _append: { __type: "core_flow_setting_append_input" },
7806
+ _delete_at_path: { __type: "core_flow_setting_delete_at_path_input" },
7807
+ _delete_elem: { __type: "core_flow_setting_delete_elem_input" },
7808
+ _delete_key: { __type: "core_flow_setting_delete_key_input" },
7809
+ _prepend: { __type: "core_flow_setting_prepend_input" },
7810
+ _set: { __type: "core_flow_setting_set_input" },
7811
+ where: { __type: "core_flow_setting_bool_exp!" },
7812
+ },
7813
+ core_flow_stream_cursor_input: {
7814
+ initial_value: { __type: "core_flow_stream_cursor_value_input!" },
7815
+ ordering: { __type: "cursor_ordering" },
7816
+ },
7817
+ core_flow_stream_cursor_value_input: {
7818
+ app_id: { __type: "String" },
7819
+ description: { __type: "String" },
7820
+ id: { __type: "uuid" },
7821
+ mapping_schema: { __type: "jsonb" },
7822
+ setting_schema: { __type: "jsonb" },
7823
+ title: { __type: "String" },
7824
+ type: { __type: "flow_type" },
7825
+ },
7826
+ core_flow_updates: {
7827
+ _append: { __type: "core_flow_append_input" },
7828
+ _delete_at_path: { __type: "core_flow_delete_at_path_input" },
7829
+ _delete_elem: { __type: "core_flow_delete_elem_input" },
7830
+ _delete_key: { __type: "core_flow_delete_key_input" },
7831
+ _prepend: { __type: "core_flow_prepend_input" },
7832
+ _set: { __type: "core_flow_set_input" },
7833
+ where: { __type: "core_flow_bool_exp!" },
7834
+ },
7555
7835
  currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
7556
7836
  currency_aggregate: {
7557
7837
  __typename: { __type: "String!" },
@@ -9044,6 +9324,17 @@ export const generatedSchema = {
9044
9324
  _set: { __type: "file_storage_set_input" },
9045
9325
  where: { __type: "file_storage_bool_exp!" },
9046
9326
  },
9327
+ flow_type_comparison_exp: {
9328
+ _eq: { __type: "flow_type" },
9329
+ _gt: { __type: "flow_type" },
9330
+ _gte: { __type: "flow_type" },
9331
+ _in: { __type: "[flow_type!]" },
9332
+ _is_null: { __type: "Boolean" },
9333
+ _lt: { __type: "flow_type" },
9334
+ _lte: { __type: "flow_type" },
9335
+ _neq: { __type: "flow_type" },
9336
+ _nin: { __type: "[flow_type!]" },
9337
+ },
9047
9338
  issueConnectionsNeedVersionUpgradeReturnType: {
9048
9339
  __typename: { __type: "String!" },
9049
9340
  appIcon: { __type: "String!" },
@@ -13962,14 +14253,6 @@ export const generatedSchema = {
13962
14253
  __args: { where: "address_bool_exp!" },
13963
14254
  },
13964
14255
  delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
13965
- delete_automation_status: {
13966
- __type: "automation_status_mutation_response",
13967
- __args: { where: "automation_status_bool_exp!" },
13968
- },
13969
- delete_automation_status_by_pk: {
13970
- __type: "automation_status",
13971
- __args: { name: "String!" },
13972
- },
13973
14256
  delete_billing_payment_method_type: {
13974
14257
  __type: "billing_payment_method_type_mutation_response",
13975
14258
  __args: { where: "billing_payment_method_type_bool_exp!" },
@@ -13978,14 +14261,6 @@ export const generatedSchema = {
13978
14261
  __type: "billing_payment_method_type",
13979
14262
  __args: { name: "String!" },
13980
14263
  },
13981
- delete_connection_status_temporary: {
13982
- __type: "connection_status_temporary_mutation_response",
13983
- __args: { where: "connection_status_temporary_bool_exp!" },
13984
- },
13985
- delete_connection_status_temporary_by_pk: {
13986
- __type: "connection_status_temporary",
13987
- __args: { name: "String!" },
13988
- },
13989
14264
  delete_core_change_source_link: {
13990
14265
  __type: "core_change_source_link_mutation_response",
13991
14266
  __args: { where: "core_change_source_link_bool_exp!" },
@@ -13994,6 +14269,27 @@ export const generatedSchema = {
13994
14269
  __type: "core_change_source_link",
13995
14270
  __args: { id: "uuid!" },
13996
14271
  },
14272
+ delete_core_flow: {
14273
+ __type: "core_flow_mutation_response",
14274
+ __args: { where: "core_flow_bool_exp!" },
14275
+ },
14276
+ delete_core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
14277
+ delete_core_flow_mapping: {
14278
+ __type: "core_flow_mapping_mutation_response",
14279
+ __args: { where: "core_flow_mapping_bool_exp!" },
14280
+ },
14281
+ delete_core_flow_mapping_by_pk: {
14282
+ __type: "core_flow_mapping",
14283
+ __args: { id: "uuid!" },
14284
+ },
14285
+ delete_core_flow_setting: {
14286
+ __type: "core_flow_setting_mutation_response",
14287
+ __args: { where: "core_flow_setting_bool_exp!" },
14288
+ },
14289
+ delete_core_flow_setting_by_pk: {
14290
+ __type: "core_flow_setting",
14291
+ __args: { id: "uuid!" },
14292
+ },
13997
14293
  delete_currency: {
13998
14294
  __type: "currency_mutation_response",
13999
14295
  __args: { where: "currency_bool_exp!" },
@@ -15530,20 +15826,6 @@ export const generatedSchema = {
15530
15826
  on_conflict: "address_on_conflict",
15531
15827
  },
15532
15828
  },
15533
- insert_automation_status: {
15534
- __type: "automation_status_mutation_response",
15535
- __args: {
15536
- objects: "[automation_status_insert_input!]!",
15537
- on_conflict: "automation_status_on_conflict",
15538
- },
15539
- },
15540
- insert_automation_status_one: {
15541
- __type: "automation_status",
15542
- __args: {
15543
- object: "automation_status_insert_input!",
15544
- on_conflict: "automation_status_on_conflict",
15545
- },
15546
- },
15547
15829
  insert_billing_payment_method_type: {
15548
15830
  __type: "billing_payment_method_type_mutation_response",
15549
15831
  __args: {
@@ -15558,20 +15840,6 @@ export const generatedSchema = {
15558
15840
  on_conflict: "billing_payment_method_type_on_conflict",
15559
15841
  },
15560
15842
  },
15561
- insert_connection_status_temporary: {
15562
- __type: "connection_status_temporary_mutation_response",
15563
- __args: {
15564
- objects: "[connection_status_temporary_insert_input!]!",
15565
- on_conflict: "connection_status_temporary_on_conflict",
15566
- },
15567
- },
15568
- insert_connection_status_temporary_one: {
15569
- __type: "connection_status_temporary",
15570
- __args: {
15571
- object: "connection_status_temporary_insert_input!",
15572
- on_conflict: "connection_status_temporary_on_conflict",
15573
- },
15574
- },
15575
15843
  insert_core_change_source_link: {
15576
15844
  __type: "core_change_source_link_mutation_response",
15577
15845
  __args: {
@@ -15586,6 +15854,48 @@ export const generatedSchema = {
15586
15854
  on_conflict: "core_change_source_link_on_conflict",
15587
15855
  },
15588
15856
  },
15857
+ insert_core_flow: {
15858
+ __type: "core_flow_mutation_response",
15859
+ __args: {
15860
+ objects: "[core_flow_insert_input!]!",
15861
+ on_conflict: "core_flow_on_conflict",
15862
+ },
15863
+ },
15864
+ insert_core_flow_mapping: {
15865
+ __type: "core_flow_mapping_mutation_response",
15866
+ __args: {
15867
+ objects: "[core_flow_mapping_insert_input!]!",
15868
+ on_conflict: "core_flow_mapping_on_conflict",
15869
+ },
15870
+ },
15871
+ insert_core_flow_mapping_one: {
15872
+ __type: "core_flow_mapping",
15873
+ __args: {
15874
+ object: "core_flow_mapping_insert_input!",
15875
+ on_conflict: "core_flow_mapping_on_conflict",
15876
+ },
15877
+ },
15878
+ insert_core_flow_one: {
15879
+ __type: "core_flow",
15880
+ __args: {
15881
+ object: "core_flow_insert_input!",
15882
+ on_conflict: "core_flow_on_conflict",
15883
+ },
15884
+ },
15885
+ insert_core_flow_setting: {
15886
+ __type: "core_flow_setting_mutation_response",
15887
+ __args: {
15888
+ objects: "[core_flow_setting_insert_input!]!",
15889
+ on_conflict: "core_flow_setting_on_conflict",
15890
+ },
15891
+ },
15892
+ insert_core_flow_setting_one: {
15893
+ __type: "core_flow_setting",
15894
+ __args: {
15895
+ object: "core_flow_setting_insert_input!",
15896
+ on_conflict: "core_flow_setting_on_conflict",
15897
+ },
15898
+ },
15589
15899
  insert_currency: {
15590
15900
  __type: "currency_mutation_response",
15591
15901
  __args: {
@@ -17914,24 +18224,6 @@ export const generatedSchema = {
17914
18224
  __type: "[automation_mutation_response]",
17915
18225
  __args: { updates: "[automation_updates!]!" },
17916
18226
  },
17917
- update_automation_status: {
17918
- __type: "automation_status_mutation_response",
17919
- __args: {
17920
- _set: "automation_status_set_input",
17921
- where: "automation_status_bool_exp!",
17922
- },
17923
- },
17924
- update_automation_status_by_pk: {
17925
- __type: "automation_status",
17926
- __args: {
17927
- _set: "automation_status_set_input",
17928
- pk_columns: "automation_status_pk_columns_input!",
17929
- },
17930
- },
17931
- update_automation_status_many: {
17932
- __type: "[automation_status_mutation_response]",
17933
- __args: { updates: "[automation_status_updates!]!" },
17934
- },
17935
18227
  update_automation_template_many: {
17936
18228
  __type: "[automation_template_mutation_response]",
17937
18229
  __args: { updates: "[automation_template_updates!]!" },
@@ -17958,24 +18250,6 @@ export const generatedSchema = {
17958
18250
  __type: "[connection_mutation_response]",
17959
18251
  __args: { updates: "[connection_updates!]!" },
17960
18252
  },
17961
- update_connection_status_temporary: {
17962
- __type: "connection_status_temporary_mutation_response",
17963
- __args: {
17964
- _set: "connection_status_temporary_set_input",
17965
- where: "connection_status_temporary_bool_exp!",
17966
- },
17967
- },
17968
- update_connection_status_temporary_by_pk: {
17969
- __type: "connection_status_temporary",
17970
- __args: {
17971
- _set: "connection_status_temporary_set_input",
17972
- pk_columns: "connection_status_temporary_pk_columns_input!",
17973
- },
17974
- },
17975
- update_connection_status_temporary_many: {
17976
- __type: "[connection_status_temporary_mutation_response]",
17977
- __args: { updates: "[connection_status_temporary_updates!]!" },
17978
- },
17979
18253
  update_core_change_source_link: {
17980
18254
  __type: "core_change_source_link_mutation_response",
17981
18255
  __args: {
@@ -17994,6 +18268,90 @@ export const generatedSchema = {
17994
18268
  __type: "[core_change_source_link_mutation_response]",
17995
18269
  __args: { updates: "[core_change_source_link_updates!]!" },
17996
18270
  },
18271
+ update_core_flow: {
18272
+ __type: "core_flow_mutation_response",
18273
+ __args: {
18274
+ _append: "core_flow_append_input",
18275
+ _delete_at_path: "core_flow_delete_at_path_input",
18276
+ _delete_elem: "core_flow_delete_elem_input",
18277
+ _delete_key: "core_flow_delete_key_input",
18278
+ _prepend: "core_flow_prepend_input",
18279
+ _set: "core_flow_set_input",
18280
+ where: "core_flow_bool_exp!",
18281
+ },
18282
+ },
18283
+ update_core_flow_by_pk: {
18284
+ __type: "core_flow",
18285
+ __args: {
18286
+ _append: "core_flow_append_input",
18287
+ _delete_at_path: "core_flow_delete_at_path_input",
18288
+ _delete_elem: "core_flow_delete_elem_input",
18289
+ _delete_key: "core_flow_delete_key_input",
18290
+ _prepend: "core_flow_prepend_input",
18291
+ _set: "core_flow_set_input",
18292
+ pk_columns: "core_flow_pk_columns_input!",
18293
+ },
18294
+ },
18295
+ update_core_flow_many: {
18296
+ __type: "[core_flow_mutation_response]",
18297
+ __args: { updates: "[core_flow_updates!]!" },
18298
+ },
18299
+ update_core_flow_mapping: {
18300
+ __type: "core_flow_mapping_mutation_response",
18301
+ __args: {
18302
+ _append: "core_flow_mapping_append_input",
18303
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18304
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18305
+ _delete_key: "core_flow_mapping_delete_key_input",
18306
+ _prepend: "core_flow_mapping_prepend_input",
18307
+ _set: "core_flow_mapping_set_input",
18308
+ where: "core_flow_mapping_bool_exp!",
18309
+ },
18310
+ },
18311
+ update_core_flow_mapping_by_pk: {
18312
+ __type: "core_flow_mapping",
18313
+ __args: {
18314
+ _append: "core_flow_mapping_append_input",
18315
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18316
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18317
+ _delete_key: "core_flow_mapping_delete_key_input",
18318
+ _prepend: "core_flow_mapping_prepend_input",
18319
+ _set: "core_flow_mapping_set_input",
18320
+ pk_columns: "core_flow_mapping_pk_columns_input!",
18321
+ },
18322
+ },
18323
+ update_core_flow_mapping_many: {
18324
+ __type: "[core_flow_mapping_mutation_response]",
18325
+ __args: { updates: "[core_flow_mapping_updates!]!" },
18326
+ },
18327
+ update_core_flow_setting: {
18328
+ __type: "core_flow_setting_mutation_response",
18329
+ __args: {
18330
+ _append: "core_flow_setting_append_input",
18331
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18332
+ _delete_elem: "core_flow_setting_delete_elem_input",
18333
+ _delete_key: "core_flow_setting_delete_key_input",
18334
+ _prepend: "core_flow_setting_prepend_input",
18335
+ _set: "core_flow_setting_set_input",
18336
+ where: "core_flow_setting_bool_exp!",
18337
+ },
18338
+ },
18339
+ update_core_flow_setting_by_pk: {
18340
+ __type: "core_flow_setting",
18341
+ __args: {
18342
+ _append: "core_flow_setting_append_input",
18343
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18344
+ _delete_elem: "core_flow_setting_delete_elem_input",
18345
+ _delete_key: "core_flow_setting_delete_key_input",
18346
+ _prepend: "core_flow_setting_prepend_input",
18347
+ _set: "core_flow_setting_set_input",
18348
+ pk_columns: "core_flow_setting_pk_columns_input!",
18349
+ },
18350
+ },
18351
+ update_core_flow_setting_many: {
18352
+ __type: "[core_flow_setting_mutation_response]",
18353
+ __args: { updates: "[core_flow_setting_updates!]!" },
18354
+ },
17997
18355
  update_currency: {
17998
18356
  __type: "currency_mutation_response",
17999
18357
  __args: { _set: "currency_set_input", where: "currency_bool_exp!" },
@@ -23830,30 +24188,6 @@ export const generatedSchema = {
23830
24188
  where: "automation_template_bool_exp",
23831
24189
  },
23832
24190
  },
23833
- automation_status: {
23834
- __type: "[automation_status!]!",
23835
- __args: {
23836
- distinct_on: "[automation_status_select_column!]",
23837
- limit: "Int",
23838
- offset: "Int",
23839
- order_by: "[automation_status_order_by!]",
23840
- where: "automation_status_bool_exp",
23841
- },
23842
- },
23843
- automation_status_aggregate: {
23844
- __type: "automation_status_aggregate!",
23845
- __args: {
23846
- distinct_on: "[automation_status_select_column!]",
23847
- limit: "Int",
23848
- offset: "Int",
23849
- order_by: "[automation_status_order_by!]",
23850
- where: "automation_status_bool_exp",
23851
- },
23852
- },
23853
- automation_status_by_pk: {
23854
- __type: "automation_status",
23855
- __args: { name: "String!" },
23856
- },
23857
24191
  automations: {
23858
24192
  __type: "[automation!]!",
23859
24193
  __args: {
@@ -24181,30 +24515,6 @@ export const generatedSchema = {
24181
24515
  },
24182
24516
  },
24183
24517
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
24184
- connection_status_temporary: {
24185
- __type: "[connection_status_temporary!]!",
24186
- __args: {
24187
- distinct_on: "[connection_status_temporary_select_column!]",
24188
- limit: "Int",
24189
- offset: "Int",
24190
- order_by: "[connection_status_temporary_order_by!]",
24191
- where: "connection_status_temporary_bool_exp",
24192
- },
24193
- },
24194
- connection_status_temporary_aggregate: {
24195
- __type: "connection_status_temporary_aggregate!",
24196
- __args: {
24197
- distinct_on: "[connection_status_temporary_select_column!]",
24198
- limit: "Int",
24199
- offset: "Int",
24200
- order_by: "[connection_status_temporary_order_by!]",
24201
- where: "connection_status_temporary_bool_exp",
24202
- },
24203
- },
24204
- connection_status_temporary_by_pk: {
24205
- __type: "connection_status_temporary",
24206
- __args: { name: "String!" },
24207
- },
24208
24518
  contact: { __type: "contact", __args: { id: "uuid!" } },
24209
24519
  contactAggregate: {
24210
24520
  __type: "contact_aggregate!",
@@ -24295,6 +24605,75 @@ export const generatedSchema = {
24295
24605
  __type: "core_change_source_link",
24296
24606
  __args: { id: "uuid!" },
24297
24607
  },
24608
+ core_flow: {
24609
+ __type: "[core_flow!]!",
24610
+ __args: {
24611
+ distinct_on: "[core_flow_select_column!]",
24612
+ limit: "Int",
24613
+ offset: "Int",
24614
+ order_by: "[core_flow_order_by!]",
24615
+ where: "core_flow_bool_exp",
24616
+ },
24617
+ },
24618
+ core_flow_aggregate: {
24619
+ __type: "core_flow_aggregate!",
24620
+ __args: {
24621
+ distinct_on: "[core_flow_select_column!]",
24622
+ limit: "Int",
24623
+ offset: "Int",
24624
+ order_by: "[core_flow_order_by!]",
24625
+ where: "core_flow_bool_exp",
24626
+ },
24627
+ },
24628
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
24629
+ core_flow_mapping: {
24630
+ __type: "[core_flow_mapping!]!",
24631
+ __args: {
24632
+ distinct_on: "[core_flow_mapping_select_column!]",
24633
+ limit: "Int",
24634
+ offset: "Int",
24635
+ order_by: "[core_flow_mapping_order_by!]",
24636
+ where: "core_flow_mapping_bool_exp",
24637
+ },
24638
+ },
24639
+ core_flow_mapping_aggregate: {
24640
+ __type: "core_flow_mapping_aggregate!",
24641
+ __args: {
24642
+ distinct_on: "[core_flow_mapping_select_column!]",
24643
+ limit: "Int",
24644
+ offset: "Int",
24645
+ order_by: "[core_flow_mapping_order_by!]",
24646
+ where: "core_flow_mapping_bool_exp",
24647
+ },
24648
+ },
24649
+ core_flow_mapping_by_pk: {
24650
+ __type: "core_flow_mapping",
24651
+ __args: { id: "uuid!" },
24652
+ },
24653
+ core_flow_setting: {
24654
+ __type: "[core_flow_setting!]!",
24655
+ __args: {
24656
+ distinct_on: "[core_flow_setting_select_column!]",
24657
+ limit: "Int",
24658
+ offset: "Int",
24659
+ order_by: "[core_flow_setting_order_by!]",
24660
+ where: "core_flow_setting_bool_exp",
24661
+ },
24662
+ },
24663
+ core_flow_setting_aggregate: {
24664
+ __type: "core_flow_setting_aggregate!",
24665
+ __args: {
24666
+ distinct_on: "[core_flow_setting_select_column!]",
24667
+ limit: "Int",
24668
+ offset: "Int",
24669
+ order_by: "[core_flow_setting_order_by!]",
24670
+ where: "core_flow_setting_bool_exp",
24671
+ },
24672
+ },
24673
+ core_flow_setting_by_pk: {
24674
+ __type: "core_flow_setting",
24675
+ __args: { id: "uuid!" },
24676
+ },
24298
24677
  currency: {
24299
24678
  __type: "[currency!]!",
24300
24679
  __args: {
@@ -32329,38 +32708,6 @@ export const generatedSchema = {
32329
32708
  where: "automation_template_bool_exp",
32330
32709
  },
32331
32710
  },
32332
- automation_status: {
32333
- __type: "[automation_status!]!",
32334
- __args: {
32335
- distinct_on: "[automation_status_select_column!]",
32336
- limit: "Int",
32337
- offset: "Int",
32338
- order_by: "[automation_status_order_by!]",
32339
- where: "automation_status_bool_exp",
32340
- },
32341
- },
32342
- automation_status_aggregate: {
32343
- __type: "automation_status_aggregate!",
32344
- __args: {
32345
- distinct_on: "[automation_status_select_column!]",
32346
- limit: "Int",
32347
- offset: "Int",
32348
- order_by: "[automation_status_order_by!]",
32349
- where: "automation_status_bool_exp",
32350
- },
32351
- },
32352
- automation_status_by_pk: {
32353
- __type: "automation_status",
32354
- __args: { name: "String!" },
32355
- },
32356
- automation_status_stream: {
32357
- __type: "[automation_status!]!",
32358
- __args: {
32359
- batch_size: "Int!",
32360
- cursor: "[automation_status_stream_cursor_input]!",
32361
- where: "automation_status_bool_exp",
32362
- },
32363
- },
32364
32711
  automation_stream: {
32365
32712
  __type: "[automation!]!",
32366
32713
  __args: {
@@ -32800,38 +33147,6 @@ export const generatedSchema = {
32800
33147
  },
32801
33148
  },
32802
33149
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
32803
- connection_status_temporary: {
32804
- __type: "[connection_status_temporary!]!",
32805
- __args: {
32806
- distinct_on: "[connection_status_temporary_select_column!]",
32807
- limit: "Int",
32808
- offset: "Int",
32809
- order_by: "[connection_status_temporary_order_by!]",
32810
- where: "connection_status_temporary_bool_exp",
32811
- },
32812
- },
32813
- connection_status_temporary_aggregate: {
32814
- __type: "connection_status_temporary_aggregate!",
32815
- __args: {
32816
- distinct_on: "[connection_status_temporary_select_column!]",
32817
- limit: "Int",
32818
- offset: "Int",
32819
- order_by: "[connection_status_temporary_order_by!]",
32820
- where: "connection_status_temporary_bool_exp",
32821
- },
32822
- },
32823
- connection_status_temporary_by_pk: {
32824
- __type: "connection_status_temporary",
32825
- __args: { name: "String!" },
32826
- },
32827
- connection_status_temporary_stream: {
32828
- __type: "[connection_status_temporary!]!",
32829
- __args: {
32830
- batch_size: "Int!",
32831
- cursor: "[connection_status_temporary_stream_cursor_input]!",
32832
- where: "connection_status_temporary_bool_exp",
32833
- },
32834
- },
32835
33150
  connection_stream: {
32836
33151
  __type: "[connection!]!",
32837
33152
  __args: {
@@ -32962,6 +33277,99 @@ export const generatedSchema = {
32962
33277
  where: "core_change_source_link_bool_exp",
32963
33278
  },
32964
33279
  },
33280
+ core_flow: {
33281
+ __type: "[core_flow!]!",
33282
+ __args: {
33283
+ distinct_on: "[core_flow_select_column!]",
33284
+ limit: "Int",
33285
+ offset: "Int",
33286
+ order_by: "[core_flow_order_by!]",
33287
+ where: "core_flow_bool_exp",
33288
+ },
33289
+ },
33290
+ core_flow_aggregate: {
33291
+ __type: "core_flow_aggregate!",
33292
+ __args: {
33293
+ distinct_on: "[core_flow_select_column!]",
33294
+ limit: "Int",
33295
+ offset: "Int",
33296
+ order_by: "[core_flow_order_by!]",
33297
+ where: "core_flow_bool_exp",
33298
+ },
33299
+ },
33300
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
33301
+ core_flow_mapping: {
33302
+ __type: "[core_flow_mapping!]!",
33303
+ __args: {
33304
+ distinct_on: "[core_flow_mapping_select_column!]",
33305
+ limit: "Int",
33306
+ offset: "Int",
33307
+ order_by: "[core_flow_mapping_order_by!]",
33308
+ where: "core_flow_mapping_bool_exp",
33309
+ },
33310
+ },
33311
+ core_flow_mapping_aggregate: {
33312
+ __type: "core_flow_mapping_aggregate!",
33313
+ __args: {
33314
+ distinct_on: "[core_flow_mapping_select_column!]",
33315
+ limit: "Int",
33316
+ offset: "Int",
33317
+ order_by: "[core_flow_mapping_order_by!]",
33318
+ where: "core_flow_mapping_bool_exp",
33319
+ },
33320
+ },
33321
+ core_flow_mapping_by_pk: {
33322
+ __type: "core_flow_mapping",
33323
+ __args: { id: "uuid!" },
33324
+ },
33325
+ core_flow_mapping_stream: {
33326
+ __type: "[core_flow_mapping!]!",
33327
+ __args: {
33328
+ batch_size: "Int!",
33329
+ cursor: "[core_flow_mapping_stream_cursor_input]!",
33330
+ where: "core_flow_mapping_bool_exp",
33331
+ },
33332
+ },
33333
+ core_flow_setting: {
33334
+ __type: "[core_flow_setting!]!",
33335
+ __args: {
33336
+ distinct_on: "[core_flow_setting_select_column!]",
33337
+ limit: "Int",
33338
+ offset: "Int",
33339
+ order_by: "[core_flow_setting_order_by!]",
33340
+ where: "core_flow_setting_bool_exp",
33341
+ },
33342
+ },
33343
+ core_flow_setting_aggregate: {
33344
+ __type: "core_flow_setting_aggregate!",
33345
+ __args: {
33346
+ distinct_on: "[core_flow_setting_select_column!]",
33347
+ limit: "Int",
33348
+ offset: "Int",
33349
+ order_by: "[core_flow_setting_order_by!]",
33350
+ where: "core_flow_setting_bool_exp",
33351
+ },
33352
+ },
33353
+ core_flow_setting_by_pk: {
33354
+ __type: "core_flow_setting",
33355
+ __args: { id: "uuid!" },
33356
+ },
33357
+ core_flow_setting_stream: {
33358
+ __type: "[core_flow_setting!]!",
33359
+ __args: {
33360
+ batch_size: "Int!",
33361
+ cursor: "[core_flow_setting_stream_cursor_input]!",
33362
+ where: "core_flow_setting_bool_exp",
33363
+ },
33364
+ },
33365
+ core_flow_stream: {
33366
+ __type: "[core_flow!]!",
33367
+ __args: {
33368
+ batch_size: "Int!",
33369
+ cursor: "[core_flow_stream_cursor_input]!",
33370
+ where: "core_flow_bool_exp",
33371
+ },
33372
+ },
32965
33373
  currency: {
32966
33374
  __type: "[currency!]!",
32967
33375
  __args: {