@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.
- package/build/main/common/flow.d.ts +23 -0
- package/build/main/common/flow.js +2 -0
- package/build/main/common/index.d.ts +1 -0
- package/build/main/common/index.js +1 -0
- package/build/main/gqty/schema.generated.d.ts +40 -785
- package/build/main/gqty/schema.generated.js +18 -340
- package/build/main/tsconfig.main.tsbuildinfo +1 -1
- package/build/module/common/flow.d.ts +23 -0
- package/build/module/common/flow.js +1 -0
- package/build/module/common/index.d.ts +1 -0
- package/build/module/common/index.js +1 -0
- package/build/module/gqty/schema.generated.d.ts +40 -785
- package/build/module/gqty/schema.generated.js +18 -340
- package/build/module/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/common/flow.ts +34 -0
- package/src/common/index.ts +1 -0
- package/src/gqty/schema.generated.d.ts +40 -785
- package/src/gqty/schema.generated.js +18 -340
|
@@ -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,
|
|
@@ -3192,7 +3185,7 @@ export const generatedSchema = {
|
|
|
3192
3185
|
where: "setting_bool_exp",
|
|
3193
3186
|
},
|
|
3194
3187
|
},
|
|
3195
|
-
status: { __type: "
|
|
3188
|
+
status: { __type: "activeStatus_enum!" },
|
|
3196
3189
|
syncs: {
|
|
3197
3190
|
__type: "[sync!]!",
|
|
3198
3191
|
__args: {
|
|
@@ -3283,7 +3276,7 @@ export const generatedSchema = {
|
|
|
3283
3276
|
scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
3284
3277
|
settings: { __type: "setting_bool_exp" },
|
|
3285
3278
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
3286
|
-
status: { __type: "
|
|
3279
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
3287
3280
|
syncs: { __type: "sync_bool_exp" },
|
|
3288
3281
|
syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
|
|
3289
3282
|
template: { __type: "String_comparison_exp" },
|
|
@@ -3324,7 +3317,7 @@ export const generatedSchema = {
|
|
|
3324
3317
|
runSettings: { __type: "jsonb" },
|
|
3325
3318
|
scheduleStatus: { __type: "activeStatus_enum" },
|
|
3326
3319
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
3327
|
-
status: { __type: "
|
|
3320
|
+
status: { __type: "activeStatus_enum" },
|
|
3328
3321
|
syncs: { __type: "sync_arr_rel_insert_input" },
|
|
3329
3322
|
template: { __type: "String" },
|
|
3330
3323
|
templateId: { __type: "uuid" },
|
|
@@ -3445,7 +3438,7 @@ export const generatedSchema = {
|
|
|
3445
3438
|
rightConnectionId: { __type: "uuid" },
|
|
3446
3439
|
runSettings: { __type: "jsonb" },
|
|
3447
3440
|
scheduleStatus: { __type: "activeStatus_enum" },
|
|
3448
|
-
status: { __type: "
|
|
3441
|
+
status: { __type: "activeStatus_enum" },
|
|
3449
3442
|
template: { __type: "String" },
|
|
3450
3443
|
templateId: { __type: "uuid" },
|
|
3451
3444
|
tenantId: { __type: "uuid" },
|
|
@@ -3454,71 +3447,6 @@ export const generatedSchema = {
|
|
|
3454
3447
|
updatedAt: { __type: "timestamptz" },
|
|
3455
3448
|
viewSettings: { __type: "jsonb" },
|
|
3456
3449
|
},
|
|
3457
|
-
automation_status: {
|
|
3458
|
-
__typename: { __type: "String!" },
|
|
3459
|
-
name: { __type: "String!" },
|
|
3460
|
-
},
|
|
3461
|
-
automation_status_aggregate: {
|
|
3462
|
-
__typename: { __type: "String!" },
|
|
3463
|
-
aggregate: { __type: "automation_status_aggregate_fields" },
|
|
3464
|
-
nodes: { __type: "[automation_status!]!" },
|
|
3465
|
-
},
|
|
3466
|
-
automation_status_aggregate_fields: {
|
|
3467
|
-
__typename: { __type: "String!" },
|
|
3468
|
-
count: {
|
|
3469
|
-
__type: "Int!",
|
|
3470
|
-
__args: {
|
|
3471
|
-
columns: "[automation_status_select_column!]",
|
|
3472
|
-
distinct: "Boolean",
|
|
3473
|
-
},
|
|
3474
|
-
},
|
|
3475
|
-
max: { __type: "automation_status_max_fields" },
|
|
3476
|
-
min: { __type: "automation_status_min_fields" },
|
|
3477
|
-
},
|
|
3478
|
-
automation_status_bool_exp: {
|
|
3479
|
-
_and: { __type: "[automation_status_bool_exp!]" },
|
|
3480
|
-
_not: { __type: "automation_status_bool_exp" },
|
|
3481
|
-
_or: { __type: "[automation_status_bool_exp!]" },
|
|
3482
|
-
name: { __type: "String_comparison_exp" },
|
|
3483
|
-
},
|
|
3484
|
-
automation_status_enum_comparison_exp: {
|
|
3485
|
-
_eq: { __type: "automation_status_enum" },
|
|
3486
|
-
_in: { __type: "[automation_status_enum!]" },
|
|
3487
|
-
_is_null: { __type: "Boolean" },
|
|
3488
|
-
_neq: { __type: "automation_status_enum" },
|
|
3489
|
-
_nin: { __type: "[automation_status_enum!]" },
|
|
3490
|
-
},
|
|
3491
|
-
automation_status_insert_input: { name: { __type: "String" } },
|
|
3492
|
-
automation_status_max_fields: {
|
|
3493
|
-
__typename: { __type: "String!" },
|
|
3494
|
-
name: { __type: "String" },
|
|
3495
|
-
},
|
|
3496
|
-
automation_status_min_fields: {
|
|
3497
|
-
__typename: { __type: "String!" },
|
|
3498
|
-
name: { __type: "String" },
|
|
3499
|
-
},
|
|
3500
|
-
automation_status_mutation_response: {
|
|
3501
|
-
__typename: { __type: "String!" },
|
|
3502
|
-
affected_rows: { __type: "Int!" },
|
|
3503
|
-
returning: { __type: "[automation_status!]!" },
|
|
3504
|
-
},
|
|
3505
|
-
automation_status_on_conflict: {
|
|
3506
|
-
constraint: { __type: "automation_status_constraint!" },
|
|
3507
|
-
update_columns: { __type: "[automation_status_update_column!]!" },
|
|
3508
|
-
where: { __type: "automation_status_bool_exp" },
|
|
3509
|
-
},
|
|
3510
|
-
automation_status_order_by: { name: { __type: "order_by" } },
|
|
3511
|
-
automation_status_pk_columns_input: { name: { __type: "String!" } },
|
|
3512
|
-
automation_status_set_input: { name: { __type: "String" } },
|
|
3513
|
-
automation_status_stream_cursor_input: {
|
|
3514
|
-
initial_value: { __type: "automation_status_stream_cursor_value_input!" },
|
|
3515
|
-
ordering: { __type: "cursor_ordering" },
|
|
3516
|
-
},
|
|
3517
|
-
automation_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
3518
|
-
automation_status_updates: {
|
|
3519
|
-
_set: { __type: "automation_status_set_input" },
|
|
3520
|
-
where: { __type: "automation_status_bool_exp!" },
|
|
3521
|
-
},
|
|
3522
3450
|
automation_stream_cursor_input: {
|
|
3523
3451
|
initial_value: { __type: "automation_stream_cursor_value_input!" },
|
|
3524
3452
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -3531,7 +3459,7 @@ export const generatedSchema = {
|
|
|
3531
3459
|
rightConnectionId: { __type: "uuid" },
|
|
3532
3460
|
runSettings: { __type: "jsonb" },
|
|
3533
3461
|
scheduleStatus: { __type: "activeStatus_enum" },
|
|
3534
|
-
status: { __type: "
|
|
3462
|
+
status: { __type: "activeStatus_enum" },
|
|
3535
3463
|
template: { __type: "String" },
|
|
3536
3464
|
templateId: { __type: "uuid" },
|
|
3537
3465
|
tenantId: { __type: "uuid" },
|
|
@@ -6378,7 +6306,7 @@ export const generatedSchema = {
|
|
|
6378
6306
|
where: "setting_bool_exp",
|
|
6379
6307
|
},
|
|
6380
6308
|
},
|
|
6381
|
-
status: { __type: "
|
|
6309
|
+
status: { __type: "activeStatus_enum" },
|
|
6382
6310
|
syncs: {
|
|
6383
6311
|
__type: "[sync!]!",
|
|
6384
6312
|
__args: {
|
|
@@ -6550,7 +6478,7 @@ export const generatedSchema = {
|
|
|
6550
6478
|
settingsRight: { __type: "setting_bool_exp" },
|
|
6551
6479
|
settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
6552
6480
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
6553
|
-
status: { __type: "
|
|
6481
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
6554
6482
|
syncs: { __type: "sync_bool_exp" },
|
|
6555
6483
|
syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
|
|
6556
6484
|
tasks: { __type: "task_bool_exp" },
|
|
@@ -6608,7 +6536,7 @@ export const generatedSchema = {
|
|
|
6608
6536
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
6609
6537
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
6610
6538
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
6611
|
-
status: { __type: "
|
|
6539
|
+
status: { __type: "activeStatus_enum" },
|
|
6612
6540
|
syncs: { __type: "sync_arr_rel_insert_input" },
|
|
6613
6541
|
tasks: { __type: "task_arr_rel_insert_input" },
|
|
6614
6542
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -6628,7 +6556,6 @@ export const generatedSchema = {
|
|
|
6628
6556
|
id: { __type: "uuid" },
|
|
6629
6557
|
lastFetch: { __type: "timestamptz" },
|
|
6630
6558
|
name: { __type: "String" },
|
|
6631
|
-
status: { __type: "String" },
|
|
6632
6559
|
tenantId: { __type: "uuid" },
|
|
6633
6560
|
type: { __type: "String" },
|
|
6634
6561
|
uniqueRef: { __type: "String" },
|
|
@@ -6644,7 +6571,6 @@ export const generatedSchema = {
|
|
|
6644
6571
|
id: { __type: "order_by" },
|
|
6645
6572
|
lastFetch: { __type: "order_by" },
|
|
6646
6573
|
name: { __type: "order_by" },
|
|
6647
|
-
status: { __type: "order_by" },
|
|
6648
6574
|
tenantId: { __type: "order_by" },
|
|
6649
6575
|
type: { __type: "order_by" },
|
|
6650
6576
|
uniqueRef: { __type: "order_by" },
|
|
@@ -6661,7 +6587,6 @@ export const generatedSchema = {
|
|
|
6661
6587
|
id: { __type: "uuid" },
|
|
6662
6588
|
lastFetch: { __type: "timestamptz" },
|
|
6663
6589
|
name: { __type: "String" },
|
|
6664
|
-
status: { __type: "String" },
|
|
6665
6590
|
tenantId: { __type: "uuid" },
|
|
6666
6591
|
type: { __type: "String" },
|
|
6667
6592
|
uniqueRef: { __type: "String" },
|
|
@@ -6677,7 +6602,6 @@ export const generatedSchema = {
|
|
|
6677
6602
|
id: { __type: "order_by" },
|
|
6678
6603
|
lastFetch: { __type: "order_by" },
|
|
6679
6604
|
name: { __type: "order_by" },
|
|
6680
|
-
status: { __type: "order_by" },
|
|
6681
6605
|
tenantId: { __type: "order_by" },
|
|
6682
6606
|
type: { __type: "order_by" },
|
|
6683
6607
|
uniqueRef: { __type: "order_by" },
|
|
@@ -6757,75 +6681,13 @@ export const generatedSchema = {
|
|
|
6757
6681
|
metadata: { __type: "jsonb" },
|
|
6758
6682
|
name: { __type: "String" },
|
|
6759
6683
|
persistentState: { __type: "jsonb" },
|
|
6760
|
-
status: { __type: "
|
|
6684
|
+
status: { __type: "activeStatus_enum" },
|
|
6761
6685
|
tenantId: { __type: "uuid" },
|
|
6762
6686
|
type: { __type: "String" },
|
|
6763
6687
|
uniqueRef: { __type: "String" },
|
|
6764
6688
|
updatedAt: { __type: "timestamptz" },
|
|
6765
6689
|
version: { __type: "Int" },
|
|
6766
6690
|
},
|
|
6767
|
-
connection_status_temporary: {
|
|
6768
|
-
__typename: { __type: "String!" },
|
|
6769
|
-
name: { __type: "String!" },
|
|
6770
|
-
},
|
|
6771
|
-
connection_status_temporary_aggregate: {
|
|
6772
|
-
__typename: { __type: "String!" },
|
|
6773
|
-
aggregate: { __type: "connection_status_temporary_aggregate_fields" },
|
|
6774
|
-
nodes: { __type: "[connection_status_temporary!]!" },
|
|
6775
|
-
},
|
|
6776
|
-
connection_status_temporary_aggregate_fields: {
|
|
6777
|
-
__typename: { __type: "String!" },
|
|
6778
|
-
count: {
|
|
6779
|
-
__type: "Int!",
|
|
6780
|
-
__args: {
|
|
6781
|
-
columns: "[connection_status_temporary_select_column!]",
|
|
6782
|
-
distinct: "Boolean",
|
|
6783
|
-
},
|
|
6784
|
-
},
|
|
6785
|
-
max: { __type: "connection_status_temporary_max_fields" },
|
|
6786
|
-
min: { __type: "connection_status_temporary_min_fields" },
|
|
6787
|
-
},
|
|
6788
|
-
connection_status_temporary_bool_exp: {
|
|
6789
|
-
_and: { __type: "[connection_status_temporary_bool_exp!]" },
|
|
6790
|
-
_not: { __type: "connection_status_temporary_bool_exp" },
|
|
6791
|
-
_or: { __type: "[connection_status_temporary_bool_exp!]" },
|
|
6792
|
-
name: { __type: "String_comparison_exp" },
|
|
6793
|
-
},
|
|
6794
|
-
connection_status_temporary_insert_input: { name: { __type: "String" } },
|
|
6795
|
-
connection_status_temporary_max_fields: {
|
|
6796
|
-
__typename: { __type: "String!" },
|
|
6797
|
-
name: { __type: "String" },
|
|
6798
|
-
},
|
|
6799
|
-
connection_status_temporary_min_fields: {
|
|
6800
|
-
__typename: { __type: "String!" },
|
|
6801
|
-
name: { __type: "String" },
|
|
6802
|
-
},
|
|
6803
|
-
connection_status_temporary_mutation_response: {
|
|
6804
|
-
__typename: { __type: "String!" },
|
|
6805
|
-
affected_rows: { __type: "Int!" },
|
|
6806
|
-
returning: { __type: "[connection_status_temporary!]!" },
|
|
6807
|
-
},
|
|
6808
|
-
connection_status_temporary_on_conflict: {
|
|
6809
|
-
constraint: { __type: "connection_status_temporary_constraint!" },
|
|
6810
|
-
update_columns: { __type: "[connection_status_temporary_update_column!]!" },
|
|
6811
|
-
where: { __type: "connection_status_temporary_bool_exp" },
|
|
6812
|
-
},
|
|
6813
|
-
connection_status_temporary_order_by: { name: { __type: "order_by" } },
|
|
6814
|
-
connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
|
|
6815
|
-
connection_status_temporary_set_input: { name: { __type: "String" } },
|
|
6816
|
-
connection_status_temporary_stream_cursor_input: {
|
|
6817
|
-
initial_value: {
|
|
6818
|
-
__type: "connection_status_temporary_stream_cursor_value_input!",
|
|
6819
|
-
},
|
|
6820
|
-
ordering: { __type: "cursor_ordering" },
|
|
6821
|
-
},
|
|
6822
|
-
connection_status_temporary_stream_cursor_value_input: {
|
|
6823
|
-
name: { __type: "String" },
|
|
6824
|
-
},
|
|
6825
|
-
connection_status_temporary_updates: {
|
|
6826
|
-
_set: { __type: "connection_status_temporary_set_input" },
|
|
6827
|
-
where: { __type: "connection_status_temporary_bool_exp!" },
|
|
6828
|
-
},
|
|
6829
6691
|
connection_stddev_fields: {
|
|
6830
6692
|
__typename: { __type: "String!" },
|
|
6831
6693
|
backendVersion: { __type: "Float" },
|
|
@@ -6871,7 +6733,7 @@ export const generatedSchema = {
|
|
|
6871
6733
|
metadata: { __type: "jsonb" },
|
|
6872
6734
|
name: { __type: "String" },
|
|
6873
6735
|
persistentState: { __type: "jsonb" },
|
|
6874
|
-
status: { __type: "
|
|
6736
|
+
status: { __type: "activeStatus_enum" },
|
|
6875
6737
|
tenantId: { __type: "uuid" },
|
|
6876
6738
|
type: { __type: "String" },
|
|
6877
6739
|
uniqueRef: { __type: "String" },
|
|
@@ -7565,6 +7427,7 @@ export const generatedSchema = {
|
|
|
7565
7427
|
core_flow: {
|
|
7566
7428
|
__typename: { __type: "String!" },
|
|
7567
7429
|
app_id: { __type: "String!" },
|
|
7430
|
+
description: { __type: "String" },
|
|
7568
7431
|
id: { __type: "uuid!" },
|
|
7569
7432
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7570
7433
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
@@ -7594,6 +7457,7 @@ export const generatedSchema = {
|
|
|
7594
7457
|
_not: { __type: "core_flow_bool_exp" },
|
|
7595
7458
|
_or: { __type: "[core_flow_bool_exp!]" },
|
|
7596
7459
|
app_id: { __type: "String_comparison_exp" },
|
|
7460
|
+
description: { __type: "String_comparison_exp" },
|
|
7597
7461
|
id: { __type: "uuid_comparison_exp" },
|
|
7598
7462
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7599
7463
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
@@ -7614,6 +7478,7 @@ export const generatedSchema = {
|
|
|
7614
7478
|
},
|
|
7615
7479
|
core_flow_insert_input: {
|
|
7616
7480
|
app_id: { __type: "String" },
|
|
7481
|
+
description: { __type: "String" },
|
|
7617
7482
|
id: { __type: "uuid" },
|
|
7618
7483
|
mapping_schema: { __type: "jsonb" },
|
|
7619
7484
|
setting_schema: { __type: "jsonb" },
|
|
@@ -7761,6 +7626,7 @@ export const generatedSchema = {
|
|
|
7761
7626
|
core_flow_max_fields: {
|
|
7762
7627
|
__typename: { __type: "String!" },
|
|
7763
7628
|
app_id: { __type: "String" },
|
|
7629
|
+
description: { __type: "String" },
|
|
7764
7630
|
id: { __type: "uuid" },
|
|
7765
7631
|
title: { __type: "String" },
|
|
7766
7632
|
type: { __type: "flow_type" },
|
|
@@ -7768,6 +7634,7 @@ export const generatedSchema = {
|
|
|
7768
7634
|
core_flow_min_fields: {
|
|
7769
7635
|
__typename: { __type: "String!" },
|
|
7770
7636
|
app_id: { __type: "String" },
|
|
7637
|
+
description: { __type: "String" },
|
|
7771
7638
|
id: { __type: "uuid" },
|
|
7772
7639
|
title: { __type: "String" },
|
|
7773
7640
|
type: { __type: "flow_type" },
|
|
@@ -7784,6 +7651,7 @@ export const generatedSchema = {
|
|
|
7784
7651
|
},
|
|
7785
7652
|
core_flow_order_by: {
|
|
7786
7653
|
app_id: { __type: "order_by" },
|
|
7654
|
+
description: { __type: "order_by" },
|
|
7787
7655
|
id: { __type: "order_by" },
|
|
7788
7656
|
mapping_schema: { __type: "order_by" },
|
|
7789
7657
|
setting_schema: { __type: "order_by" },
|
|
@@ -7797,6 +7665,7 @@ export const generatedSchema = {
|
|
|
7797
7665
|
},
|
|
7798
7666
|
core_flow_set_input: {
|
|
7799
7667
|
app_id: { __type: "String" },
|
|
7668
|
+
description: { __type: "String" },
|
|
7800
7669
|
id: { __type: "uuid" },
|
|
7801
7670
|
mapping_schema: { __type: "jsonb" },
|
|
7802
7671
|
setting_schema: { __type: "jsonb" },
|
|
@@ -7947,6 +7816,7 @@ export const generatedSchema = {
|
|
|
7947
7816
|
},
|
|
7948
7817
|
core_flow_stream_cursor_value_input: {
|
|
7949
7818
|
app_id: { __type: "String" },
|
|
7819
|
+
description: { __type: "String" },
|
|
7950
7820
|
id: { __type: "uuid" },
|
|
7951
7821
|
mapping_schema: { __type: "jsonb" },
|
|
7952
7822
|
setting_schema: { __type: "jsonb" },
|
|
@@ -14383,14 +14253,6 @@ export const generatedSchema = {
|
|
|
14383
14253
|
__args: { where: "address_bool_exp!" },
|
|
14384
14254
|
},
|
|
14385
14255
|
delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
|
|
14386
|
-
delete_automation_status: {
|
|
14387
|
-
__type: "automation_status_mutation_response",
|
|
14388
|
-
__args: { where: "automation_status_bool_exp!" },
|
|
14389
|
-
},
|
|
14390
|
-
delete_automation_status_by_pk: {
|
|
14391
|
-
__type: "automation_status",
|
|
14392
|
-
__args: { name: "String!" },
|
|
14393
|
-
},
|
|
14394
14256
|
delete_billing_payment_method_type: {
|
|
14395
14257
|
__type: "billing_payment_method_type_mutation_response",
|
|
14396
14258
|
__args: { where: "billing_payment_method_type_bool_exp!" },
|
|
@@ -14399,14 +14261,6 @@ export const generatedSchema = {
|
|
|
14399
14261
|
__type: "billing_payment_method_type",
|
|
14400
14262
|
__args: { name: "String!" },
|
|
14401
14263
|
},
|
|
14402
|
-
delete_connection_status_temporary: {
|
|
14403
|
-
__type: "connection_status_temporary_mutation_response",
|
|
14404
|
-
__args: { where: "connection_status_temporary_bool_exp!" },
|
|
14405
|
-
},
|
|
14406
|
-
delete_connection_status_temporary_by_pk: {
|
|
14407
|
-
__type: "connection_status_temporary",
|
|
14408
|
-
__args: { name: "String!" },
|
|
14409
|
-
},
|
|
14410
14264
|
delete_core_change_source_link: {
|
|
14411
14265
|
__type: "core_change_source_link_mutation_response",
|
|
14412
14266
|
__args: { where: "core_change_source_link_bool_exp!" },
|
|
@@ -15972,20 +15826,6 @@ export const generatedSchema = {
|
|
|
15972
15826
|
on_conflict: "address_on_conflict",
|
|
15973
15827
|
},
|
|
15974
15828
|
},
|
|
15975
|
-
insert_automation_status: {
|
|
15976
|
-
__type: "automation_status_mutation_response",
|
|
15977
|
-
__args: {
|
|
15978
|
-
objects: "[automation_status_insert_input!]!",
|
|
15979
|
-
on_conflict: "automation_status_on_conflict",
|
|
15980
|
-
},
|
|
15981
|
-
},
|
|
15982
|
-
insert_automation_status_one: {
|
|
15983
|
-
__type: "automation_status",
|
|
15984
|
-
__args: {
|
|
15985
|
-
object: "automation_status_insert_input!",
|
|
15986
|
-
on_conflict: "automation_status_on_conflict",
|
|
15987
|
-
},
|
|
15988
|
-
},
|
|
15989
15829
|
insert_billing_payment_method_type: {
|
|
15990
15830
|
__type: "billing_payment_method_type_mutation_response",
|
|
15991
15831
|
__args: {
|
|
@@ -16000,20 +15840,6 @@ export const generatedSchema = {
|
|
|
16000
15840
|
on_conflict: "billing_payment_method_type_on_conflict",
|
|
16001
15841
|
},
|
|
16002
15842
|
},
|
|
16003
|
-
insert_connection_status_temporary: {
|
|
16004
|
-
__type: "connection_status_temporary_mutation_response",
|
|
16005
|
-
__args: {
|
|
16006
|
-
objects: "[connection_status_temporary_insert_input!]!",
|
|
16007
|
-
on_conflict: "connection_status_temporary_on_conflict",
|
|
16008
|
-
},
|
|
16009
|
-
},
|
|
16010
|
-
insert_connection_status_temporary_one: {
|
|
16011
|
-
__type: "connection_status_temporary",
|
|
16012
|
-
__args: {
|
|
16013
|
-
object: "connection_status_temporary_insert_input!",
|
|
16014
|
-
on_conflict: "connection_status_temporary_on_conflict",
|
|
16015
|
-
},
|
|
16016
|
-
},
|
|
16017
15843
|
insert_core_change_source_link: {
|
|
16018
15844
|
__type: "core_change_source_link_mutation_response",
|
|
16019
15845
|
__args: {
|
|
@@ -18398,24 +18224,6 @@ export const generatedSchema = {
|
|
|
18398
18224
|
__type: "[automation_mutation_response]",
|
|
18399
18225
|
__args: { updates: "[automation_updates!]!" },
|
|
18400
18226
|
},
|
|
18401
|
-
update_automation_status: {
|
|
18402
|
-
__type: "automation_status_mutation_response",
|
|
18403
|
-
__args: {
|
|
18404
|
-
_set: "automation_status_set_input",
|
|
18405
|
-
where: "automation_status_bool_exp!",
|
|
18406
|
-
},
|
|
18407
|
-
},
|
|
18408
|
-
update_automation_status_by_pk: {
|
|
18409
|
-
__type: "automation_status",
|
|
18410
|
-
__args: {
|
|
18411
|
-
_set: "automation_status_set_input",
|
|
18412
|
-
pk_columns: "automation_status_pk_columns_input!",
|
|
18413
|
-
},
|
|
18414
|
-
},
|
|
18415
|
-
update_automation_status_many: {
|
|
18416
|
-
__type: "[automation_status_mutation_response]",
|
|
18417
|
-
__args: { updates: "[automation_status_updates!]!" },
|
|
18418
|
-
},
|
|
18419
18227
|
update_automation_template_many: {
|
|
18420
18228
|
__type: "[automation_template_mutation_response]",
|
|
18421
18229
|
__args: { updates: "[automation_template_updates!]!" },
|
|
@@ -18442,24 +18250,6 @@ export const generatedSchema = {
|
|
|
18442
18250
|
__type: "[connection_mutation_response]",
|
|
18443
18251
|
__args: { updates: "[connection_updates!]!" },
|
|
18444
18252
|
},
|
|
18445
|
-
update_connection_status_temporary: {
|
|
18446
|
-
__type: "connection_status_temporary_mutation_response",
|
|
18447
|
-
__args: {
|
|
18448
|
-
_set: "connection_status_temporary_set_input",
|
|
18449
|
-
where: "connection_status_temporary_bool_exp!",
|
|
18450
|
-
},
|
|
18451
|
-
},
|
|
18452
|
-
update_connection_status_temporary_by_pk: {
|
|
18453
|
-
__type: "connection_status_temporary",
|
|
18454
|
-
__args: {
|
|
18455
|
-
_set: "connection_status_temporary_set_input",
|
|
18456
|
-
pk_columns: "connection_status_temporary_pk_columns_input!",
|
|
18457
|
-
},
|
|
18458
|
-
},
|
|
18459
|
-
update_connection_status_temporary_many: {
|
|
18460
|
-
__type: "[connection_status_temporary_mutation_response]",
|
|
18461
|
-
__args: { updates: "[connection_status_temporary_updates!]!" },
|
|
18462
|
-
},
|
|
18463
18253
|
update_core_change_source_link: {
|
|
18464
18254
|
__type: "core_change_source_link_mutation_response",
|
|
18465
18255
|
__args: {
|
|
@@ -24398,30 +24188,6 @@ export const generatedSchema = {
|
|
|
24398
24188
|
where: "automation_template_bool_exp",
|
|
24399
24189
|
},
|
|
24400
24190
|
},
|
|
24401
|
-
automation_status: {
|
|
24402
|
-
__type: "[automation_status!]!",
|
|
24403
|
-
__args: {
|
|
24404
|
-
distinct_on: "[automation_status_select_column!]",
|
|
24405
|
-
limit: "Int",
|
|
24406
|
-
offset: "Int",
|
|
24407
|
-
order_by: "[automation_status_order_by!]",
|
|
24408
|
-
where: "automation_status_bool_exp",
|
|
24409
|
-
},
|
|
24410
|
-
},
|
|
24411
|
-
automation_status_aggregate: {
|
|
24412
|
-
__type: "automation_status_aggregate!",
|
|
24413
|
-
__args: {
|
|
24414
|
-
distinct_on: "[automation_status_select_column!]",
|
|
24415
|
-
limit: "Int",
|
|
24416
|
-
offset: "Int",
|
|
24417
|
-
order_by: "[automation_status_order_by!]",
|
|
24418
|
-
where: "automation_status_bool_exp",
|
|
24419
|
-
},
|
|
24420
|
-
},
|
|
24421
|
-
automation_status_by_pk: {
|
|
24422
|
-
__type: "automation_status",
|
|
24423
|
-
__args: { name: "String!" },
|
|
24424
|
-
},
|
|
24425
24191
|
automations: {
|
|
24426
24192
|
__type: "[automation!]!",
|
|
24427
24193
|
__args: {
|
|
@@ -24749,30 +24515,6 @@ export const generatedSchema = {
|
|
|
24749
24515
|
},
|
|
24750
24516
|
},
|
|
24751
24517
|
connectionById: { __type: "connection", __args: { id: "uuid!" } },
|
|
24752
|
-
connection_status_temporary: {
|
|
24753
|
-
__type: "[connection_status_temporary!]!",
|
|
24754
|
-
__args: {
|
|
24755
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
24756
|
-
limit: "Int",
|
|
24757
|
-
offset: "Int",
|
|
24758
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
24759
|
-
where: "connection_status_temporary_bool_exp",
|
|
24760
|
-
},
|
|
24761
|
-
},
|
|
24762
|
-
connection_status_temporary_aggregate: {
|
|
24763
|
-
__type: "connection_status_temporary_aggregate!",
|
|
24764
|
-
__args: {
|
|
24765
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
24766
|
-
limit: "Int",
|
|
24767
|
-
offset: "Int",
|
|
24768
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
24769
|
-
where: "connection_status_temporary_bool_exp",
|
|
24770
|
-
},
|
|
24771
|
-
},
|
|
24772
|
-
connection_status_temporary_by_pk: {
|
|
24773
|
-
__type: "connection_status_temporary",
|
|
24774
|
-
__args: { name: "String!" },
|
|
24775
|
-
},
|
|
24776
24518
|
contact: { __type: "contact", __args: { id: "uuid!" } },
|
|
24777
24519
|
contactAggregate: {
|
|
24778
24520
|
__type: "contact_aggregate!",
|
|
@@ -32966,38 +32708,6 @@ export const generatedSchema = {
|
|
|
32966
32708
|
where: "automation_template_bool_exp",
|
|
32967
32709
|
},
|
|
32968
32710
|
},
|
|
32969
|
-
automation_status: {
|
|
32970
|
-
__type: "[automation_status!]!",
|
|
32971
|
-
__args: {
|
|
32972
|
-
distinct_on: "[automation_status_select_column!]",
|
|
32973
|
-
limit: "Int",
|
|
32974
|
-
offset: "Int",
|
|
32975
|
-
order_by: "[automation_status_order_by!]",
|
|
32976
|
-
where: "automation_status_bool_exp",
|
|
32977
|
-
},
|
|
32978
|
-
},
|
|
32979
|
-
automation_status_aggregate: {
|
|
32980
|
-
__type: "automation_status_aggregate!",
|
|
32981
|
-
__args: {
|
|
32982
|
-
distinct_on: "[automation_status_select_column!]",
|
|
32983
|
-
limit: "Int",
|
|
32984
|
-
offset: "Int",
|
|
32985
|
-
order_by: "[automation_status_order_by!]",
|
|
32986
|
-
where: "automation_status_bool_exp",
|
|
32987
|
-
},
|
|
32988
|
-
},
|
|
32989
|
-
automation_status_by_pk: {
|
|
32990
|
-
__type: "automation_status",
|
|
32991
|
-
__args: { name: "String!" },
|
|
32992
|
-
},
|
|
32993
|
-
automation_status_stream: {
|
|
32994
|
-
__type: "[automation_status!]!",
|
|
32995
|
-
__args: {
|
|
32996
|
-
batch_size: "Int!",
|
|
32997
|
-
cursor: "[automation_status_stream_cursor_input]!",
|
|
32998
|
-
where: "automation_status_bool_exp",
|
|
32999
|
-
},
|
|
33000
|
-
},
|
|
33001
32711
|
automation_stream: {
|
|
33002
32712
|
__type: "[automation!]!",
|
|
33003
32713
|
__args: {
|
|
@@ -33437,38 +33147,6 @@ export const generatedSchema = {
|
|
|
33437
33147
|
},
|
|
33438
33148
|
},
|
|
33439
33149
|
connectionById: { __type: "connection", __args: { id: "uuid!" } },
|
|
33440
|
-
connection_status_temporary: {
|
|
33441
|
-
__type: "[connection_status_temporary!]!",
|
|
33442
|
-
__args: {
|
|
33443
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
33444
|
-
limit: "Int",
|
|
33445
|
-
offset: "Int",
|
|
33446
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
33447
|
-
where: "connection_status_temporary_bool_exp",
|
|
33448
|
-
},
|
|
33449
|
-
},
|
|
33450
|
-
connection_status_temporary_aggregate: {
|
|
33451
|
-
__type: "connection_status_temporary_aggregate!",
|
|
33452
|
-
__args: {
|
|
33453
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
33454
|
-
limit: "Int",
|
|
33455
|
-
offset: "Int",
|
|
33456
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
33457
|
-
where: "connection_status_temporary_bool_exp",
|
|
33458
|
-
},
|
|
33459
|
-
},
|
|
33460
|
-
connection_status_temporary_by_pk: {
|
|
33461
|
-
__type: "connection_status_temporary",
|
|
33462
|
-
__args: { name: "String!" },
|
|
33463
|
-
},
|
|
33464
|
-
connection_status_temporary_stream: {
|
|
33465
|
-
__type: "[connection_status_temporary!]!",
|
|
33466
|
-
__args: {
|
|
33467
|
-
batch_size: "Int!",
|
|
33468
|
-
cursor: "[connection_status_temporary_stream_cursor_input]!",
|
|
33469
|
-
where: "connection_status_temporary_bool_exp",
|
|
33470
|
-
},
|
|
33471
|
-
},
|
|
33472
33150
|
connection_stream: {
|
|
33473
33151
|
__type: "[connection!]!",
|
|
33474
33152
|
__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"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export type FLOW_MAPPING_SCHEMA = {
|
|
2
|
+
[mapping_key: string]: {
|
|
3
|
+
title: string; // title for UI/display
|
|
4
|
+
description: string; // description for UI/display
|
|
5
|
+
internal: {
|
|
6
|
+
type: FLOW_MAPPING_TYPE;
|
|
7
|
+
filter?: string; // JSONB query for filtering the data
|
|
8
|
+
};
|
|
9
|
+
external: {
|
|
10
|
+
type: string;
|
|
11
|
+
filter?: string; // JSONB query for filtering the data
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export type FLOW_SETTING_SCHEMA = {
|
|
16
|
+
[setting_key: string]: {
|
|
17
|
+
title: string; // title for UI/display
|
|
18
|
+
description: string; // description for UI/display
|
|
19
|
+
type: FLOW_MAPPING_TYPE;
|
|
20
|
+
filter?: string; // JSONB query for filtering the data
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export type FLOW_MAPPING_TYPE =
|
|
24
|
+
| 'listing'
|
|
25
|
+
| 'account'
|
|
26
|
+
| 'booking_channel'
|
|
27
|
+
| 'contact_vendor'
|
|
28
|
+
| 'contact_owner'
|
|
29
|
+
| 'connection'
|
|
30
|
+
| 'value_number'
|
|
31
|
+
| 'value_percentage'
|
|
32
|
+
| 'value_string'
|
|
33
|
+
| 'value_currency'
|
|
34
|
+
| 'value_date';
|