@vrplatform/graphql 1.1.13 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,10 +65,6 @@ exports.scalarsEnumsHash = {
65
65
  audit_log_update_column: true,
66
66
  automation_constraint: true,
67
67
  automation_select_column: true,
68
- automation_status_constraint: true,
69
- automation_status_enum: true,
70
- automation_status_select_column: true,
71
- automation_status_update_column: true,
72
68
  automation_template_constraint: true,
73
69
  automation_template_select_column: true,
74
70
  automation_template_update_column: true,
@@ -129,9 +125,6 @@ exports.scalarsEnumsHash = {
129
125
  connection_select_column: true,
130
126
  connection_select_column_connection_aggregate_bool_exp_bool_and_arguments_columns: true,
131
127
  connection_select_column_connection_aggregate_bool_exp_bool_or_arguments_columns: true,
132
- connection_status_temporary_constraint: true,
133
- connection_status_temporary_select_column: true,
134
- connection_status_temporary_update_column: true,
135
128
  connection_update_column: true,
136
129
  contactCompanyType_constraint: true,
137
130
  contactCompanyType_enum: true,
@@ -3195,7 +3188,7 @@ exports.generatedSchema = {
3195
3188
  where: "setting_bool_exp",
3196
3189
  },
3197
3190
  },
3198
- status: { __type: "automation_status_enum!" },
3191
+ status: { __type: "activeStatus_enum!" },
3199
3192
  syncs: {
3200
3193
  __type: "[sync!]!",
3201
3194
  __args: {
@@ -3286,7 +3279,7 @@ exports.generatedSchema = {
3286
3279
  scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
3287
3280
  settings: { __type: "setting_bool_exp" },
3288
3281
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
3289
- status: { __type: "automation_status_enum_comparison_exp" },
3282
+ status: { __type: "activeStatus_enum_comparison_exp" },
3290
3283
  syncs: { __type: "sync_bool_exp" },
3291
3284
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
3292
3285
  template: { __type: "String_comparison_exp" },
@@ -3327,7 +3320,7 @@ exports.generatedSchema = {
3327
3320
  runSettings: { __type: "jsonb" },
3328
3321
  scheduleStatus: { __type: "activeStatus_enum" },
3329
3322
  settings: { __type: "setting_arr_rel_insert_input" },
3330
- status: { __type: "automation_status_enum" },
3323
+ status: { __type: "activeStatus_enum" },
3331
3324
  syncs: { __type: "sync_arr_rel_insert_input" },
3332
3325
  template: { __type: "String" },
3333
3326
  templateId: { __type: "uuid" },
@@ -3448,7 +3441,7 @@ exports.generatedSchema = {
3448
3441
  rightConnectionId: { __type: "uuid" },
3449
3442
  runSettings: { __type: "jsonb" },
3450
3443
  scheduleStatus: { __type: "activeStatus_enum" },
3451
- status: { __type: "automation_status_enum" },
3444
+ status: { __type: "activeStatus_enum" },
3452
3445
  template: { __type: "String" },
3453
3446
  templateId: { __type: "uuid" },
3454
3447
  tenantId: { __type: "uuid" },
@@ -3457,71 +3450,6 @@ exports.generatedSchema = {
3457
3450
  updatedAt: { __type: "timestamptz" },
3458
3451
  viewSettings: { __type: "jsonb" },
3459
3452
  },
3460
- automation_status: {
3461
- __typename: { __type: "String!" },
3462
- name: { __type: "String!" },
3463
- },
3464
- automation_status_aggregate: {
3465
- __typename: { __type: "String!" },
3466
- aggregate: { __type: "automation_status_aggregate_fields" },
3467
- nodes: { __type: "[automation_status!]!" },
3468
- },
3469
- automation_status_aggregate_fields: {
3470
- __typename: { __type: "String!" },
3471
- count: {
3472
- __type: "Int!",
3473
- __args: {
3474
- columns: "[automation_status_select_column!]",
3475
- distinct: "Boolean",
3476
- },
3477
- },
3478
- max: { __type: "automation_status_max_fields" },
3479
- min: { __type: "automation_status_min_fields" },
3480
- },
3481
- automation_status_bool_exp: {
3482
- _and: { __type: "[automation_status_bool_exp!]" },
3483
- _not: { __type: "automation_status_bool_exp" },
3484
- _or: { __type: "[automation_status_bool_exp!]" },
3485
- name: { __type: "String_comparison_exp" },
3486
- },
3487
- automation_status_enum_comparison_exp: {
3488
- _eq: { __type: "automation_status_enum" },
3489
- _in: { __type: "[automation_status_enum!]" },
3490
- _is_null: { __type: "Boolean" },
3491
- _neq: { __type: "automation_status_enum" },
3492
- _nin: { __type: "[automation_status_enum!]" },
3493
- },
3494
- automation_status_insert_input: { name: { __type: "String" } },
3495
- automation_status_max_fields: {
3496
- __typename: { __type: "String!" },
3497
- name: { __type: "String" },
3498
- },
3499
- automation_status_min_fields: {
3500
- __typename: { __type: "String!" },
3501
- name: { __type: "String" },
3502
- },
3503
- automation_status_mutation_response: {
3504
- __typename: { __type: "String!" },
3505
- affected_rows: { __type: "Int!" },
3506
- returning: { __type: "[automation_status!]!" },
3507
- },
3508
- automation_status_on_conflict: {
3509
- constraint: { __type: "automation_status_constraint!" },
3510
- update_columns: { __type: "[automation_status_update_column!]!" },
3511
- where: { __type: "automation_status_bool_exp" },
3512
- },
3513
- automation_status_order_by: { name: { __type: "order_by" } },
3514
- automation_status_pk_columns_input: { name: { __type: "String!" } },
3515
- automation_status_set_input: { name: { __type: "String" } },
3516
- automation_status_stream_cursor_input: {
3517
- initial_value: { __type: "automation_status_stream_cursor_value_input!" },
3518
- ordering: { __type: "cursor_ordering" },
3519
- },
3520
- automation_status_stream_cursor_value_input: { name: { __type: "String" } },
3521
- automation_status_updates: {
3522
- _set: { __type: "automation_status_set_input" },
3523
- where: { __type: "automation_status_bool_exp!" },
3524
- },
3525
3453
  automation_stream_cursor_input: {
3526
3454
  initial_value: { __type: "automation_stream_cursor_value_input!" },
3527
3455
  ordering: { __type: "cursor_ordering" },
@@ -3534,7 +3462,7 @@ exports.generatedSchema = {
3534
3462
  rightConnectionId: { __type: "uuid" },
3535
3463
  runSettings: { __type: "jsonb" },
3536
3464
  scheduleStatus: { __type: "activeStatus_enum" },
3537
- status: { __type: "automation_status_enum" },
3465
+ status: { __type: "activeStatus_enum" },
3538
3466
  template: { __type: "String" },
3539
3467
  templateId: { __type: "uuid" },
3540
3468
  tenantId: { __type: "uuid" },
@@ -6381,7 +6309,7 @@ exports.generatedSchema = {
6381
6309
  where: "setting_bool_exp",
6382
6310
  },
6383
6311
  },
6384
- status: { __type: "String" },
6312
+ status: { __type: "activeStatus_enum" },
6385
6313
  syncs: {
6386
6314
  __type: "[sync!]!",
6387
6315
  __args: {
@@ -6553,7 +6481,7 @@ exports.generatedSchema = {
6553
6481
  settingsRight: { __type: "setting_bool_exp" },
6554
6482
  settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
6555
6483
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
6556
- status: { __type: "String_comparison_exp" },
6484
+ status: { __type: "activeStatus_enum_comparison_exp" },
6557
6485
  syncs: { __type: "sync_bool_exp" },
6558
6486
  syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
6559
6487
  tasks: { __type: "task_bool_exp" },
@@ -6611,7 +6539,7 @@ exports.generatedSchema = {
6611
6539
  settings: { __type: "setting_arr_rel_insert_input" },
6612
6540
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
6613
6541
  settingsRight: { __type: "setting_arr_rel_insert_input" },
6614
- status: { __type: "String" },
6542
+ status: { __type: "activeStatus_enum" },
6615
6543
  syncs: { __type: "sync_arr_rel_insert_input" },
6616
6544
  tasks: { __type: "task_arr_rel_insert_input" },
6617
6545
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -6631,7 +6559,6 @@ exports.generatedSchema = {
6631
6559
  id: { __type: "uuid" },
6632
6560
  lastFetch: { __type: "timestamptz" },
6633
6561
  name: { __type: "String" },
6634
- status: { __type: "String" },
6635
6562
  tenantId: { __type: "uuid" },
6636
6563
  type: { __type: "String" },
6637
6564
  uniqueRef: { __type: "String" },
@@ -6647,7 +6574,6 @@ exports.generatedSchema = {
6647
6574
  id: { __type: "order_by" },
6648
6575
  lastFetch: { __type: "order_by" },
6649
6576
  name: { __type: "order_by" },
6650
- status: { __type: "order_by" },
6651
6577
  tenantId: { __type: "order_by" },
6652
6578
  type: { __type: "order_by" },
6653
6579
  uniqueRef: { __type: "order_by" },
@@ -6664,7 +6590,6 @@ exports.generatedSchema = {
6664
6590
  id: { __type: "uuid" },
6665
6591
  lastFetch: { __type: "timestamptz" },
6666
6592
  name: { __type: "String" },
6667
- status: { __type: "String" },
6668
6593
  tenantId: { __type: "uuid" },
6669
6594
  type: { __type: "String" },
6670
6595
  uniqueRef: { __type: "String" },
@@ -6680,7 +6605,6 @@ exports.generatedSchema = {
6680
6605
  id: { __type: "order_by" },
6681
6606
  lastFetch: { __type: "order_by" },
6682
6607
  name: { __type: "order_by" },
6683
- status: { __type: "order_by" },
6684
6608
  tenantId: { __type: "order_by" },
6685
6609
  type: { __type: "order_by" },
6686
6610
  uniqueRef: { __type: "order_by" },
@@ -6760,75 +6684,13 @@ exports.generatedSchema = {
6760
6684
  metadata: { __type: "jsonb" },
6761
6685
  name: { __type: "String" },
6762
6686
  persistentState: { __type: "jsonb" },
6763
- status: { __type: "String" },
6687
+ status: { __type: "activeStatus_enum" },
6764
6688
  tenantId: { __type: "uuid" },
6765
6689
  type: { __type: "String" },
6766
6690
  uniqueRef: { __type: "String" },
6767
6691
  updatedAt: { __type: "timestamptz" },
6768
6692
  version: { __type: "Int" },
6769
6693
  },
6770
- connection_status_temporary: {
6771
- __typename: { __type: "String!" },
6772
- name: { __type: "String!" },
6773
- },
6774
- connection_status_temporary_aggregate: {
6775
- __typename: { __type: "String!" },
6776
- aggregate: { __type: "connection_status_temporary_aggregate_fields" },
6777
- nodes: { __type: "[connection_status_temporary!]!" },
6778
- },
6779
- connection_status_temporary_aggregate_fields: {
6780
- __typename: { __type: "String!" },
6781
- count: {
6782
- __type: "Int!",
6783
- __args: {
6784
- columns: "[connection_status_temporary_select_column!]",
6785
- distinct: "Boolean",
6786
- },
6787
- },
6788
- max: { __type: "connection_status_temporary_max_fields" },
6789
- min: { __type: "connection_status_temporary_min_fields" },
6790
- },
6791
- connection_status_temporary_bool_exp: {
6792
- _and: { __type: "[connection_status_temporary_bool_exp!]" },
6793
- _not: { __type: "connection_status_temporary_bool_exp" },
6794
- _or: { __type: "[connection_status_temporary_bool_exp!]" },
6795
- name: { __type: "String_comparison_exp" },
6796
- },
6797
- connection_status_temporary_insert_input: { name: { __type: "String" } },
6798
- connection_status_temporary_max_fields: {
6799
- __typename: { __type: "String!" },
6800
- name: { __type: "String" },
6801
- },
6802
- connection_status_temporary_min_fields: {
6803
- __typename: { __type: "String!" },
6804
- name: { __type: "String" },
6805
- },
6806
- connection_status_temporary_mutation_response: {
6807
- __typename: { __type: "String!" },
6808
- affected_rows: { __type: "Int!" },
6809
- returning: { __type: "[connection_status_temporary!]!" },
6810
- },
6811
- connection_status_temporary_on_conflict: {
6812
- constraint: { __type: "connection_status_temporary_constraint!" },
6813
- update_columns: { __type: "[connection_status_temporary_update_column!]!" },
6814
- where: { __type: "connection_status_temporary_bool_exp" },
6815
- },
6816
- connection_status_temporary_order_by: { name: { __type: "order_by" } },
6817
- connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
6818
- connection_status_temporary_set_input: { name: { __type: "String" } },
6819
- connection_status_temporary_stream_cursor_input: {
6820
- initial_value: {
6821
- __type: "connection_status_temporary_stream_cursor_value_input!",
6822
- },
6823
- ordering: { __type: "cursor_ordering" },
6824
- },
6825
- connection_status_temporary_stream_cursor_value_input: {
6826
- name: { __type: "String" },
6827
- },
6828
- connection_status_temporary_updates: {
6829
- _set: { __type: "connection_status_temporary_set_input" },
6830
- where: { __type: "connection_status_temporary_bool_exp!" },
6831
- },
6832
6694
  connection_stddev_fields: {
6833
6695
  __typename: { __type: "String!" },
6834
6696
  backendVersion: { __type: "Float" },
@@ -6874,7 +6736,7 @@ exports.generatedSchema = {
6874
6736
  metadata: { __type: "jsonb" },
6875
6737
  name: { __type: "String" },
6876
6738
  persistentState: { __type: "jsonb" },
6877
- status: { __type: "String" },
6739
+ status: { __type: "activeStatus_enum" },
6878
6740
  tenantId: { __type: "uuid" },
6879
6741
  type: { __type: "String" },
6880
6742
  uniqueRef: { __type: "String" },
@@ -7568,6 +7430,7 @@ exports.generatedSchema = {
7568
7430
  core_flow: {
7569
7431
  __typename: { __type: "String!" },
7570
7432
  app_id: { __type: "String!" },
7433
+ description: { __type: "String" },
7571
7434
  id: { __type: "uuid!" },
7572
7435
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7573
7436
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
@@ -7597,6 +7460,7 @@ exports.generatedSchema = {
7597
7460
  _not: { __type: "core_flow_bool_exp" },
7598
7461
  _or: { __type: "[core_flow_bool_exp!]" },
7599
7462
  app_id: { __type: "String_comparison_exp" },
7463
+ description: { __type: "String_comparison_exp" },
7600
7464
  id: { __type: "uuid_comparison_exp" },
7601
7465
  mapping_schema: { __type: "jsonb_comparison_exp" },
7602
7466
  setting_schema: { __type: "jsonb_comparison_exp" },
@@ -7617,6 +7481,7 @@ exports.generatedSchema = {
7617
7481
  },
7618
7482
  core_flow_insert_input: {
7619
7483
  app_id: { __type: "String" },
7484
+ description: { __type: "String" },
7620
7485
  id: { __type: "uuid" },
7621
7486
  mapping_schema: { __type: "jsonb" },
7622
7487
  setting_schema: { __type: "jsonb" },
@@ -7764,6 +7629,7 @@ exports.generatedSchema = {
7764
7629
  core_flow_max_fields: {
7765
7630
  __typename: { __type: "String!" },
7766
7631
  app_id: { __type: "String" },
7632
+ description: { __type: "String" },
7767
7633
  id: { __type: "uuid" },
7768
7634
  title: { __type: "String" },
7769
7635
  type: { __type: "flow_type" },
@@ -7771,6 +7637,7 @@ exports.generatedSchema = {
7771
7637
  core_flow_min_fields: {
7772
7638
  __typename: { __type: "String!" },
7773
7639
  app_id: { __type: "String" },
7640
+ description: { __type: "String" },
7774
7641
  id: { __type: "uuid" },
7775
7642
  title: { __type: "String" },
7776
7643
  type: { __type: "flow_type" },
@@ -7787,6 +7654,7 @@ exports.generatedSchema = {
7787
7654
  },
7788
7655
  core_flow_order_by: {
7789
7656
  app_id: { __type: "order_by" },
7657
+ description: { __type: "order_by" },
7790
7658
  id: { __type: "order_by" },
7791
7659
  mapping_schema: { __type: "order_by" },
7792
7660
  setting_schema: { __type: "order_by" },
@@ -7800,6 +7668,7 @@ exports.generatedSchema = {
7800
7668
  },
7801
7669
  core_flow_set_input: {
7802
7670
  app_id: { __type: "String" },
7671
+ description: { __type: "String" },
7803
7672
  id: { __type: "uuid" },
7804
7673
  mapping_schema: { __type: "jsonb" },
7805
7674
  setting_schema: { __type: "jsonb" },
@@ -7950,6 +7819,7 @@ exports.generatedSchema = {
7950
7819
  },
7951
7820
  core_flow_stream_cursor_value_input: {
7952
7821
  app_id: { __type: "String" },
7822
+ description: { __type: "String" },
7953
7823
  id: { __type: "uuid" },
7954
7824
  mapping_schema: { __type: "jsonb" },
7955
7825
  setting_schema: { __type: "jsonb" },
@@ -14386,14 +14256,6 @@ exports.generatedSchema = {
14386
14256
  __args: { where: "address_bool_exp!" },
14387
14257
  },
14388
14258
  delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
14389
- delete_automation_status: {
14390
- __type: "automation_status_mutation_response",
14391
- __args: { where: "automation_status_bool_exp!" },
14392
- },
14393
- delete_automation_status_by_pk: {
14394
- __type: "automation_status",
14395
- __args: { name: "String!" },
14396
- },
14397
14259
  delete_billing_payment_method_type: {
14398
14260
  __type: "billing_payment_method_type_mutation_response",
14399
14261
  __args: { where: "billing_payment_method_type_bool_exp!" },
@@ -14402,14 +14264,6 @@ exports.generatedSchema = {
14402
14264
  __type: "billing_payment_method_type",
14403
14265
  __args: { name: "String!" },
14404
14266
  },
14405
- delete_connection_status_temporary: {
14406
- __type: "connection_status_temporary_mutation_response",
14407
- __args: { where: "connection_status_temporary_bool_exp!" },
14408
- },
14409
- delete_connection_status_temporary_by_pk: {
14410
- __type: "connection_status_temporary",
14411
- __args: { name: "String!" },
14412
- },
14413
14267
  delete_core_change_source_link: {
14414
14268
  __type: "core_change_source_link_mutation_response",
14415
14269
  __args: { where: "core_change_source_link_bool_exp!" },
@@ -15975,20 +15829,6 @@ exports.generatedSchema = {
15975
15829
  on_conflict: "address_on_conflict",
15976
15830
  },
15977
15831
  },
15978
- insert_automation_status: {
15979
- __type: "automation_status_mutation_response",
15980
- __args: {
15981
- objects: "[automation_status_insert_input!]!",
15982
- on_conflict: "automation_status_on_conflict",
15983
- },
15984
- },
15985
- insert_automation_status_one: {
15986
- __type: "automation_status",
15987
- __args: {
15988
- object: "automation_status_insert_input!",
15989
- on_conflict: "automation_status_on_conflict",
15990
- },
15991
- },
15992
15832
  insert_billing_payment_method_type: {
15993
15833
  __type: "billing_payment_method_type_mutation_response",
15994
15834
  __args: {
@@ -16003,20 +15843,6 @@ exports.generatedSchema = {
16003
15843
  on_conflict: "billing_payment_method_type_on_conflict",
16004
15844
  },
16005
15845
  },
16006
- insert_connection_status_temporary: {
16007
- __type: "connection_status_temporary_mutation_response",
16008
- __args: {
16009
- objects: "[connection_status_temporary_insert_input!]!",
16010
- on_conflict: "connection_status_temporary_on_conflict",
16011
- },
16012
- },
16013
- insert_connection_status_temporary_one: {
16014
- __type: "connection_status_temporary",
16015
- __args: {
16016
- object: "connection_status_temporary_insert_input!",
16017
- on_conflict: "connection_status_temporary_on_conflict",
16018
- },
16019
- },
16020
15846
  insert_core_change_source_link: {
16021
15847
  __type: "core_change_source_link_mutation_response",
16022
15848
  __args: {
@@ -18401,24 +18227,6 @@ exports.generatedSchema = {
18401
18227
  __type: "[automation_mutation_response]",
18402
18228
  __args: { updates: "[automation_updates!]!" },
18403
18229
  },
18404
- update_automation_status: {
18405
- __type: "automation_status_mutation_response",
18406
- __args: {
18407
- _set: "automation_status_set_input",
18408
- where: "automation_status_bool_exp!",
18409
- },
18410
- },
18411
- update_automation_status_by_pk: {
18412
- __type: "automation_status",
18413
- __args: {
18414
- _set: "automation_status_set_input",
18415
- pk_columns: "automation_status_pk_columns_input!",
18416
- },
18417
- },
18418
- update_automation_status_many: {
18419
- __type: "[automation_status_mutation_response]",
18420
- __args: { updates: "[automation_status_updates!]!" },
18421
- },
18422
18230
  update_automation_template_many: {
18423
18231
  __type: "[automation_template_mutation_response]",
18424
18232
  __args: { updates: "[automation_template_updates!]!" },
@@ -18445,24 +18253,6 @@ exports.generatedSchema = {
18445
18253
  __type: "[connection_mutation_response]",
18446
18254
  __args: { updates: "[connection_updates!]!" },
18447
18255
  },
18448
- update_connection_status_temporary: {
18449
- __type: "connection_status_temporary_mutation_response",
18450
- __args: {
18451
- _set: "connection_status_temporary_set_input",
18452
- where: "connection_status_temporary_bool_exp!",
18453
- },
18454
- },
18455
- update_connection_status_temporary_by_pk: {
18456
- __type: "connection_status_temporary",
18457
- __args: {
18458
- _set: "connection_status_temporary_set_input",
18459
- pk_columns: "connection_status_temporary_pk_columns_input!",
18460
- },
18461
- },
18462
- update_connection_status_temporary_many: {
18463
- __type: "[connection_status_temporary_mutation_response]",
18464
- __args: { updates: "[connection_status_temporary_updates!]!" },
18465
- },
18466
18256
  update_core_change_source_link: {
18467
18257
  __type: "core_change_source_link_mutation_response",
18468
18258
  __args: {
@@ -24401,30 +24191,6 @@ exports.generatedSchema = {
24401
24191
  where: "automation_template_bool_exp",
24402
24192
  },
24403
24193
  },
24404
- automation_status: {
24405
- __type: "[automation_status!]!",
24406
- __args: {
24407
- distinct_on: "[automation_status_select_column!]",
24408
- limit: "Int",
24409
- offset: "Int",
24410
- order_by: "[automation_status_order_by!]",
24411
- where: "automation_status_bool_exp",
24412
- },
24413
- },
24414
- automation_status_aggregate: {
24415
- __type: "automation_status_aggregate!",
24416
- __args: {
24417
- distinct_on: "[automation_status_select_column!]",
24418
- limit: "Int",
24419
- offset: "Int",
24420
- order_by: "[automation_status_order_by!]",
24421
- where: "automation_status_bool_exp",
24422
- },
24423
- },
24424
- automation_status_by_pk: {
24425
- __type: "automation_status",
24426
- __args: { name: "String!" },
24427
- },
24428
24194
  automations: {
24429
24195
  __type: "[automation!]!",
24430
24196
  __args: {
@@ -24752,30 +24518,6 @@ exports.generatedSchema = {
24752
24518
  },
24753
24519
  },
24754
24520
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
24755
- connection_status_temporary: {
24756
- __type: "[connection_status_temporary!]!",
24757
- __args: {
24758
- distinct_on: "[connection_status_temporary_select_column!]",
24759
- limit: "Int",
24760
- offset: "Int",
24761
- order_by: "[connection_status_temporary_order_by!]",
24762
- where: "connection_status_temporary_bool_exp",
24763
- },
24764
- },
24765
- connection_status_temporary_aggregate: {
24766
- __type: "connection_status_temporary_aggregate!",
24767
- __args: {
24768
- distinct_on: "[connection_status_temporary_select_column!]",
24769
- limit: "Int",
24770
- offset: "Int",
24771
- order_by: "[connection_status_temporary_order_by!]",
24772
- where: "connection_status_temporary_bool_exp",
24773
- },
24774
- },
24775
- connection_status_temporary_by_pk: {
24776
- __type: "connection_status_temporary",
24777
- __args: { name: "String!" },
24778
- },
24779
24521
  contact: { __type: "contact", __args: { id: "uuid!" } },
24780
24522
  contactAggregate: {
24781
24523
  __type: "contact_aggregate!",
@@ -32969,38 +32711,6 @@ exports.generatedSchema = {
32969
32711
  where: "automation_template_bool_exp",
32970
32712
  },
32971
32713
  },
32972
- automation_status: {
32973
- __type: "[automation_status!]!",
32974
- __args: {
32975
- distinct_on: "[automation_status_select_column!]",
32976
- limit: "Int",
32977
- offset: "Int",
32978
- order_by: "[automation_status_order_by!]",
32979
- where: "automation_status_bool_exp",
32980
- },
32981
- },
32982
- automation_status_aggregate: {
32983
- __type: "automation_status_aggregate!",
32984
- __args: {
32985
- distinct_on: "[automation_status_select_column!]",
32986
- limit: "Int",
32987
- offset: "Int",
32988
- order_by: "[automation_status_order_by!]",
32989
- where: "automation_status_bool_exp",
32990
- },
32991
- },
32992
- automation_status_by_pk: {
32993
- __type: "automation_status",
32994
- __args: { name: "String!" },
32995
- },
32996
- automation_status_stream: {
32997
- __type: "[automation_status!]!",
32998
- __args: {
32999
- batch_size: "Int!",
33000
- cursor: "[automation_status_stream_cursor_input]!",
33001
- where: "automation_status_bool_exp",
33002
- },
33003
- },
33004
32714
  automation_stream: {
33005
32715
  __type: "[automation!]!",
33006
32716
  __args: {
@@ -33440,38 +33150,6 @@ exports.generatedSchema = {
33440
33150
  },
33441
33151
  },
33442
33152
  connectionById: { __type: "connection", __args: { id: "uuid!" } },
33443
- connection_status_temporary: {
33444
- __type: "[connection_status_temporary!]!",
33445
- __args: {
33446
- distinct_on: "[connection_status_temporary_select_column!]",
33447
- limit: "Int",
33448
- offset: "Int",
33449
- order_by: "[connection_status_temporary_order_by!]",
33450
- where: "connection_status_temporary_bool_exp",
33451
- },
33452
- },
33453
- connection_status_temporary_aggregate: {
33454
- __type: "connection_status_temporary_aggregate!",
33455
- __args: {
33456
- distinct_on: "[connection_status_temporary_select_column!]",
33457
- limit: "Int",
33458
- offset: "Int",
33459
- order_by: "[connection_status_temporary_order_by!]",
33460
- where: "connection_status_temporary_bool_exp",
33461
- },
33462
- },
33463
- connection_status_temporary_by_pk: {
33464
- __type: "connection_status_temporary",
33465
- __args: { name: "String!" },
33466
- },
33467
- connection_status_temporary_stream: {
33468
- __type: "[connection_status_temporary!]!",
33469
- __args: {
33470
- batch_size: "Int!",
33471
- cursor: "[connection_status_temporary_stream_cursor_input]!",
33472
- where: "connection_status_temporary_bool_exp",
33473
- },
33474
- },
33475
33153
  connection_stream: {
33476
33154
  __type: "[connection!]!",
33477
33155
  __args: {
@@ -1 +1 @@
1
- {"root":["../../src/constants.ts","../../src/error.ts","../../src/index.ts","../../src/types.ts","../../src/wrap.ts","../../src/client/headers.ts","../../src/client/index.ts","../../src/client/subscription.ts","../../src/common/account.ts","../../src/common/address.ts","../../src/common/bank-record.ts","../../src/common/index.ts","../../src/common/listings.ts","../../src/common/tenant.ts","../../src/gqty/index.ts","../../src/gqty/schema.generated.d.ts","../../src/gqty/schema.generated.js"],"version":"5.9.2"}
1
+ {"root":["../../src/constants.ts","../../src/error.ts","../../src/index.ts","../../src/types.ts","../../src/wrap.ts","../../src/client/headers.ts","../../src/client/index.ts","../../src/client/subscription.ts","../../src/common/account.ts","../../src/common/address.ts","../../src/common/bank-record.ts","../../src/common/flow.ts","../../src/common/index.ts","../../src/common/listings.ts","../../src/common/tenant.ts","../../src/gqty/index.ts","../../src/gqty/schema.generated.d.ts","../../src/gqty/schema.generated.js"],"version":"5.9.2"}
@@ -0,0 +1,23 @@
1
+ export type FLOW_MAPPING_SCHEMA = {
2
+ [mapping_key: string]: {
3
+ title: string;
4
+ description: string;
5
+ internal: {
6
+ type: FLOW_MAPPING_TYPE;
7
+ filter?: string;
8
+ };
9
+ external: {
10
+ type: string;
11
+ filter?: string;
12
+ };
13
+ };
14
+ };
15
+ export type FLOW_SETTING_SCHEMA = {
16
+ [setting_key: string]: {
17
+ title: string;
18
+ description: string;
19
+ type: FLOW_MAPPING_TYPE;
20
+ filter?: string;
21
+ };
22
+ };
23
+ export type FLOW_MAPPING_TYPE = 'listing' | 'account' | 'booking_channel' | 'contact_vendor' | 'contact_owner' | 'connection' | 'value_number' | 'value_percentage' | 'value_string' | 'value_currency' | 'value_date';
@@ -0,0 +1 @@
1
+ export {};
@@ -1,5 +1,6 @@
1
1
  export * from './account';
2
2
  export * from './address';
3
3
  export * from './bank-record';
4
+ export * from './flow';
4
5
  export * from './listings';
5
6
  export * from './tenant';
@@ -1,5 +1,6 @@
1
1
  export * from './account';
2
2
  export * from './address';
3
3
  export * from './bank-record';
4
+ export * from './flow';
4
5
  export * from './listings';
5
6
  export * from './tenant';