@vrplatform/graphql 1.1.24 → 1.1.26
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/client/index.d.ts +1 -1
- package/build/main/client/index.js +1 -1
- package/build/main/common/listings.js +1 -1
- package/build/main/common/tenant.js +1 -1
- package/build/main/gqty/schema.generated.d.ts +269 -36
- package/build/main/gqty/schema.generated.js +104 -16
- package/build/module/client/index.d.ts +1 -1
- package/build/module/client/index.js +1 -1
- package/build/module/common/listings.js +1 -1
- package/build/module/common/tenant.js +1 -1
- package/build/module/gqty/schema.generated.d.ts +269 -36
- package/build/module/gqty/schema.generated.js +104 -16
- package/package.json +2 -2
- package/src/client/index.ts +1 -1
- package/src/common/listings.ts +1 -1
- package/src/common/tenant.ts +1 -1
- package/src/gqty/schema.generated.d.ts +269 -36
- package/src/gqty/schema.generated.js +104 -16
- package/LICENSE +0 -3
|
@@ -6148,6 +6148,26 @@ export const generatedSchema = {
|
|
|
6148
6148
|
where: "file_storage_bool_exp",
|
|
6149
6149
|
},
|
|
6150
6150
|
},
|
|
6151
|
+
flows: {
|
|
6152
|
+
__type: "[core_flow!]!",
|
|
6153
|
+
__args: {
|
|
6154
|
+
distinct_on: "[core_flow_select_column!]",
|
|
6155
|
+
limit: "Int",
|
|
6156
|
+
offset: "Int",
|
|
6157
|
+
order_by: "[core_flow_order_by!]",
|
|
6158
|
+
where: "core_flow_bool_exp",
|
|
6159
|
+
},
|
|
6160
|
+
},
|
|
6161
|
+
flows_aggregate: {
|
|
6162
|
+
__type: "core_flow_aggregate!",
|
|
6163
|
+
__args: {
|
|
6164
|
+
distinct_on: "[core_flow_select_column!]",
|
|
6165
|
+
limit: "Int",
|
|
6166
|
+
offset: "Int",
|
|
6167
|
+
order_by: "[core_flow_order_by!]",
|
|
6168
|
+
where: "core_flow_bool_exp",
|
|
6169
|
+
},
|
|
6170
|
+
},
|
|
6151
6171
|
icon: { __type: "String" },
|
|
6152
6172
|
id: { __type: "uuid!" },
|
|
6153
6173
|
lastFetch: { __type: "timestamptz" },
|
|
@@ -6464,6 +6484,8 @@ export const generatedSchema = {
|
|
|
6464
6484
|
fetchStatus: { __type: "syncStatus_enum_comparison_exp" },
|
|
6465
6485
|
files: { __type: "file_storage_bool_exp" },
|
|
6466
6486
|
files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
|
|
6487
|
+
flows: { __type: "core_flow_bool_exp" },
|
|
6488
|
+
flows_aggregate: { __type: "core_flow_aggregate_bool_exp" },
|
|
6467
6489
|
icon: { __type: "String_comparison_exp" },
|
|
6468
6490
|
id: { __type: "uuid_comparison_exp" },
|
|
6469
6491
|
lastFetch: { __type: "timestamptz_comparison_exp" },
|
|
@@ -6532,6 +6554,7 @@ export const generatedSchema = {
|
|
|
6532
6554
|
fetchNext: { __type: "timestamptz" },
|
|
6533
6555
|
fetchStatus: { __type: "syncStatus_enum" },
|
|
6534
6556
|
files: { __type: "file_storage_arr_rel_insert_input" },
|
|
6557
|
+
flows: { __type: "core_flow_arr_rel_insert_input" },
|
|
6535
6558
|
icon: { __type: "String" },
|
|
6536
6559
|
id: { __type: "uuid" },
|
|
6537
6560
|
lastFetch: { __type: "timestamptz" },
|
|
@@ -6645,6 +6668,7 @@ export const generatedSchema = {
|
|
|
6645
6668
|
fetchNext: { __type: "order_by" },
|
|
6646
6669
|
fetchStatus: { __type: "order_by" },
|
|
6647
6670
|
files_aggregate: { __type: "file_storage_aggregate_order_by" },
|
|
6671
|
+
flows_aggregate: { __type: "core_flow_aggregate_order_by" },
|
|
6648
6672
|
icon: { __type: "order_by" },
|
|
6649
6673
|
id: { __type: "order_by" },
|
|
6650
6674
|
lastFetch: { __type: "order_by" },
|
|
@@ -7449,6 +7473,15 @@ export const generatedSchema = {
|
|
|
7449
7473
|
aggregate: { __type: "core_flow_aggregate_fields" },
|
|
7450
7474
|
nodes: { __type: "[core_flow!]!" },
|
|
7451
7475
|
},
|
|
7476
|
+
core_flow_aggregate_bool_exp: {
|
|
7477
|
+
count: { __type: "core_flow_aggregate_bool_exp_count" },
|
|
7478
|
+
},
|
|
7479
|
+
core_flow_aggregate_bool_exp_count: {
|
|
7480
|
+
arguments: { __type: "[core_flow_select_column!]" },
|
|
7481
|
+
distinct: { __type: "Boolean" },
|
|
7482
|
+
filter: { __type: "core_flow_bool_exp" },
|
|
7483
|
+
predicate: { __type: "Int_comparison_exp!" },
|
|
7484
|
+
},
|
|
7452
7485
|
core_flow_aggregate_fields: {
|
|
7453
7486
|
__typename: { __type: "String!" },
|
|
7454
7487
|
count: {
|
|
@@ -7458,10 +7491,19 @@ export const generatedSchema = {
|
|
|
7458
7491
|
max: { __type: "core_flow_max_fields" },
|
|
7459
7492
|
min: { __type: "core_flow_min_fields" },
|
|
7460
7493
|
},
|
|
7494
|
+
core_flow_aggregate_order_by: {
|
|
7495
|
+
count: { __type: "order_by" },
|
|
7496
|
+
max: { __type: "core_flow_max_order_by" },
|
|
7497
|
+
min: { __type: "core_flow_min_order_by" },
|
|
7498
|
+
},
|
|
7461
7499
|
core_flow_append_input: {
|
|
7462
7500
|
mapping_schema: { __type: "jsonb" },
|
|
7463
7501
|
setting_schema: { __type: "jsonb" },
|
|
7464
7502
|
},
|
|
7503
|
+
core_flow_arr_rel_insert_input: {
|
|
7504
|
+
data: { __type: "[core_flow_insert_input!]!" },
|
|
7505
|
+
on_conflict: { __type: "core_flow_on_conflict" },
|
|
7506
|
+
},
|
|
7465
7507
|
core_flow_bool_exp: {
|
|
7466
7508
|
_and: { __type: "[core_flow_bool_exp!]" },
|
|
7467
7509
|
_not: { __type: "core_flow_bool_exp" },
|
|
@@ -7503,6 +7545,7 @@ export const generatedSchema = {
|
|
|
7503
7545
|
booking_channel_id: { __type: "uuid" },
|
|
7504
7546
|
contact: { __type: "contact" },
|
|
7505
7547
|
contact_id: { __type: "uuid" },
|
|
7548
|
+
createdAt: { __type: "timestamptz!" },
|
|
7506
7549
|
flow: { __type: "core_flow!" },
|
|
7507
7550
|
flow_id: { __type: "uuid!" },
|
|
7508
7551
|
id: { __type: "uuid!" },
|
|
@@ -7514,7 +7557,8 @@ export const generatedSchema = {
|
|
|
7514
7557
|
source: { __type: "source!" },
|
|
7515
7558
|
source_id: { __type: "uuid!" },
|
|
7516
7559
|
tenant: { __type: "tenant!" },
|
|
7517
|
-
|
|
7560
|
+
tenantId: { __type: "uuid!" },
|
|
7561
|
+
updatedAt: { __type: "timestamptz!" },
|
|
7518
7562
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7519
7563
|
},
|
|
7520
7564
|
core_flow_mapping_aggregate: {
|
|
@@ -7545,6 +7589,7 @@ export const generatedSchema = {
|
|
|
7545
7589
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7546
7590
|
contact: { __type: "contact_bool_exp" },
|
|
7547
7591
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7592
|
+
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
7548
7593
|
flow: { __type: "core_flow_bool_exp" },
|
|
7549
7594
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7550
7595
|
id: { __type: "uuid_comparison_exp" },
|
|
@@ -7556,7 +7601,8 @@ export const generatedSchema = {
|
|
|
7556
7601
|
source: { __type: "source_bool_exp" },
|
|
7557
7602
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7558
7603
|
tenant: { __type: "tenant_bool_exp" },
|
|
7559
|
-
|
|
7604
|
+
tenantId: { __type: "uuid_comparison_exp" },
|
|
7605
|
+
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
7560
7606
|
value: { __type: "jsonb_comparison_exp" },
|
|
7561
7607
|
},
|
|
7562
7608
|
core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
@@ -7569,6 +7615,7 @@ export const generatedSchema = {
|
|
|
7569
7615
|
booking_channel_id: { __type: "uuid" },
|
|
7570
7616
|
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7571
7617
|
contact_id: { __type: "uuid" },
|
|
7618
|
+
createdAt: { __type: "timestamptz" },
|
|
7572
7619
|
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7573
7620
|
flow_id: { __type: "uuid" },
|
|
7574
7621
|
id: { __type: "uuid" },
|
|
@@ -7580,7 +7627,8 @@ export const generatedSchema = {
|
|
|
7580
7627
|
source: { __type: "source_obj_rel_insert_input" },
|
|
7581
7628
|
source_id: { __type: "uuid" },
|
|
7582
7629
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7583
|
-
|
|
7630
|
+
tenantId: { __type: "uuid" },
|
|
7631
|
+
updatedAt: { __type: "timestamptz" },
|
|
7584
7632
|
value: { __type: "jsonb" },
|
|
7585
7633
|
},
|
|
7586
7634
|
core_flow_mapping_max_fields: {
|
|
@@ -7588,26 +7636,30 @@ export const generatedSchema = {
|
|
|
7588
7636
|
account_id: { __type: "uuid" },
|
|
7589
7637
|
booking_channel_id: { __type: "uuid" },
|
|
7590
7638
|
contact_id: { __type: "uuid" },
|
|
7639
|
+
createdAt: { __type: "timestamptz" },
|
|
7591
7640
|
flow_id: { __type: "uuid" },
|
|
7592
7641
|
id: { __type: "uuid" },
|
|
7593
7642
|
listing_id: { __type: "uuid" },
|
|
7594
7643
|
mapping_key: { __type: "String" },
|
|
7595
7644
|
rate_id: { __type: "uuid" },
|
|
7596
7645
|
source_id: { __type: "uuid" },
|
|
7597
|
-
|
|
7646
|
+
tenantId: { __type: "uuid" },
|
|
7647
|
+
updatedAt: { __type: "timestamptz" },
|
|
7598
7648
|
},
|
|
7599
7649
|
core_flow_mapping_min_fields: {
|
|
7600
7650
|
__typename: { __type: "String!" },
|
|
7601
7651
|
account_id: { __type: "uuid" },
|
|
7602
7652
|
booking_channel_id: { __type: "uuid" },
|
|
7603
7653
|
contact_id: { __type: "uuid" },
|
|
7654
|
+
createdAt: { __type: "timestamptz" },
|
|
7604
7655
|
flow_id: { __type: "uuid" },
|
|
7605
7656
|
id: { __type: "uuid" },
|
|
7606
7657
|
listing_id: { __type: "uuid" },
|
|
7607
7658
|
mapping_key: { __type: "String" },
|
|
7608
7659
|
rate_id: { __type: "uuid" },
|
|
7609
7660
|
source_id: { __type: "uuid" },
|
|
7610
|
-
|
|
7661
|
+
tenantId: { __type: "uuid" },
|
|
7662
|
+
updatedAt: { __type: "timestamptz" },
|
|
7611
7663
|
},
|
|
7612
7664
|
core_flow_mapping_mutation_response: {
|
|
7613
7665
|
__typename: { __type: "String!" },
|
|
@@ -7626,6 +7678,7 @@ export const generatedSchema = {
|
|
|
7626
7678
|
booking_channel_id: { __type: "order_by" },
|
|
7627
7679
|
contact: { __type: "contact_order_by" },
|
|
7628
7680
|
contact_id: { __type: "order_by" },
|
|
7681
|
+
createdAt: { __type: "order_by" },
|
|
7629
7682
|
flow: { __type: "core_flow_order_by" },
|
|
7630
7683
|
flow_id: { __type: "order_by" },
|
|
7631
7684
|
id: { __type: "order_by" },
|
|
@@ -7637,7 +7690,8 @@ export const generatedSchema = {
|
|
|
7637
7690
|
source: { __type: "source_order_by" },
|
|
7638
7691
|
source_id: { __type: "order_by" },
|
|
7639
7692
|
tenant: { __type: "tenant_order_by" },
|
|
7640
|
-
|
|
7693
|
+
tenantId: { __type: "order_by" },
|
|
7694
|
+
updatedAt: { __type: "order_by" },
|
|
7641
7695
|
value: { __type: "order_by" },
|
|
7642
7696
|
},
|
|
7643
7697
|
core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7646,13 +7700,15 @@ export const generatedSchema = {
|
|
|
7646
7700
|
account_id: { __type: "uuid" },
|
|
7647
7701
|
booking_channel_id: { __type: "uuid" },
|
|
7648
7702
|
contact_id: { __type: "uuid" },
|
|
7703
|
+
createdAt: { __type: "timestamptz" },
|
|
7649
7704
|
flow_id: { __type: "uuid" },
|
|
7650
7705
|
id: { __type: "uuid" },
|
|
7651
7706
|
listing_id: { __type: "uuid" },
|
|
7652
7707
|
mapping_key: { __type: "String" },
|
|
7653
7708
|
rate_id: { __type: "uuid" },
|
|
7654
7709
|
source_id: { __type: "uuid" },
|
|
7655
|
-
|
|
7710
|
+
tenantId: { __type: "uuid" },
|
|
7711
|
+
updatedAt: { __type: "timestamptz" },
|
|
7656
7712
|
value: { __type: "jsonb" },
|
|
7657
7713
|
},
|
|
7658
7714
|
core_flow_mapping_stream_cursor_input: {
|
|
@@ -7663,13 +7719,15 @@ export const generatedSchema = {
|
|
|
7663
7719
|
account_id: { __type: "uuid" },
|
|
7664
7720
|
booking_channel_id: { __type: "uuid" },
|
|
7665
7721
|
contact_id: { __type: "uuid" },
|
|
7722
|
+
createdAt: { __type: "timestamptz" },
|
|
7666
7723
|
flow_id: { __type: "uuid" },
|
|
7667
7724
|
id: { __type: "uuid" },
|
|
7668
7725
|
listing_id: { __type: "uuid" },
|
|
7669
7726
|
mapping_key: { __type: "String" },
|
|
7670
7727
|
rate_id: { __type: "uuid" },
|
|
7671
7728
|
source_id: { __type: "uuid" },
|
|
7672
|
-
|
|
7729
|
+
tenantId: { __type: "uuid" },
|
|
7730
|
+
updatedAt: { __type: "timestamptz" },
|
|
7673
7731
|
value: { __type: "jsonb" },
|
|
7674
7732
|
},
|
|
7675
7733
|
core_flow_mapping_updates: {
|
|
@@ -7689,6 +7747,13 @@ export const generatedSchema = {
|
|
|
7689
7747
|
title: { __type: "String" },
|
|
7690
7748
|
type: { __type: "flow_type" },
|
|
7691
7749
|
},
|
|
7750
|
+
core_flow_max_order_by: {
|
|
7751
|
+
app_id: { __type: "order_by" },
|
|
7752
|
+
description: { __type: "order_by" },
|
|
7753
|
+
id: { __type: "order_by" },
|
|
7754
|
+
title: { __type: "order_by" },
|
|
7755
|
+
type: { __type: "order_by" },
|
|
7756
|
+
},
|
|
7692
7757
|
core_flow_min_fields: {
|
|
7693
7758
|
__typename: { __type: "String!" },
|
|
7694
7759
|
app_id: { __type: "String" },
|
|
@@ -7697,6 +7762,13 @@ export const generatedSchema = {
|
|
|
7697
7762
|
title: { __type: "String" },
|
|
7698
7763
|
type: { __type: "flow_type" },
|
|
7699
7764
|
},
|
|
7765
|
+
core_flow_min_order_by: {
|
|
7766
|
+
app_id: { __type: "order_by" },
|
|
7767
|
+
description: { __type: "order_by" },
|
|
7768
|
+
id: { __type: "order_by" },
|
|
7769
|
+
title: { __type: "order_by" },
|
|
7770
|
+
type: { __type: "order_by" },
|
|
7771
|
+
},
|
|
7700
7772
|
core_flow_mutation_response: {
|
|
7701
7773
|
__typename: { __type: "String!" },
|
|
7702
7774
|
affected_rows: { __type: "Int!" },
|
|
@@ -7744,6 +7816,7 @@ export const generatedSchema = {
|
|
|
7744
7816
|
connection_id: { __type: "uuid!" },
|
|
7745
7817
|
contact: { __type: "contact" },
|
|
7746
7818
|
contact_id: { __type: "uuid" },
|
|
7819
|
+
createdAt: { __type: "timestamptz!" },
|
|
7747
7820
|
flow: { __type: "core_flow!" },
|
|
7748
7821
|
flow_id: { __type: "uuid!" },
|
|
7749
7822
|
id: { __type: "uuid!" },
|
|
@@ -7751,7 +7824,8 @@ export const generatedSchema = {
|
|
|
7751
7824
|
listing_id: { __type: "uuid" },
|
|
7752
7825
|
setting_key: { __type: "String!" },
|
|
7753
7826
|
tenant: { __type: "tenant!" },
|
|
7754
|
-
|
|
7827
|
+
tenantId: { __type: "uuid!" },
|
|
7828
|
+
updatedAt: { __type: "timestamptz!" },
|
|
7755
7829
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7756
7830
|
},
|
|
7757
7831
|
core_flow_setting_aggregate: {
|
|
@@ -7784,6 +7858,7 @@ export const generatedSchema = {
|
|
|
7784
7858
|
connection_id: { __type: "uuid_comparison_exp" },
|
|
7785
7859
|
contact: { __type: "contact_bool_exp" },
|
|
7786
7860
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7861
|
+
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
7787
7862
|
flow: { __type: "core_flow_bool_exp" },
|
|
7788
7863
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7789
7864
|
id: { __type: "uuid_comparison_exp" },
|
|
@@ -7791,7 +7866,8 @@ export const generatedSchema = {
|
|
|
7791
7866
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7792
7867
|
setting_key: { __type: "String_comparison_exp" },
|
|
7793
7868
|
tenant: { __type: "tenant_bool_exp" },
|
|
7794
|
-
|
|
7869
|
+
tenantId: { __type: "uuid_comparison_exp" },
|
|
7870
|
+
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
7795
7871
|
value: { __type: "jsonb_comparison_exp" },
|
|
7796
7872
|
},
|
|
7797
7873
|
core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
@@ -7806,6 +7882,7 @@ export const generatedSchema = {
|
|
|
7806
7882
|
connection_id: { __type: "uuid" },
|
|
7807
7883
|
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7808
7884
|
contact_id: { __type: "uuid" },
|
|
7885
|
+
createdAt: { __type: "timestamptz" },
|
|
7809
7886
|
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7810
7887
|
flow_id: { __type: "uuid" },
|
|
7811
7888
|
id: { __type: "uuid" },
|
|
@@ -7813,7 +7890,8 @@ export const generatedSchema = {
|
|
|
7813
7890
|
listing_id: { __type: "uuid" },
|
|
7814
7891
|
setting_key: { __type: "String" },
|
|
7815
7892
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7816
|
-
|
|
7893
|
+
tenantId: { __type: "uuid" },
|
|
7894
|
+
updatedAt: { __type: "timestamptz" },
|
|
7817
7895
|
value: { __type: "jsonb" },
|
|
7818
7896
|
},
|
|
7819
7897
|
core_flow_setting_max_fields: {
|
|
@@ -7822,11 +7900,13 @@ export const generatedSchema = {
|
|
|
7822
7900
|
booking_channel_id: { __type: "uuid" },
|
|
7823
7901
|
connection_id: { __type: "uuid" },
|
|
7824
7902
|
contact_id: { __type: "uuid" },
|
|
7903
|
+
createdAt: { __type: "timestamptz" },
|
|
7825
7904
|
flow_id: { __type: "uuid" },
|
|
7826
7905
|
id: { __type: "uuid" },
|
|
7827
7906
|
listing_id: { __type: "uuid" },
|
|
7828
7907
|
setting_key: { __type: "String" },
|
|
7829
|
-
|
|
7908
|
+
tenantId: { __type: "uuid" },
|
|
7909
|
+
updatedAt: { __type: "timestamptz" },
|
|
7830
7910
|
},
|
|
7831
7911
|
core_flow_setting_min_fields: {
|
|
7832
7912
|
__typename: { __type: "String!" },
|
|
@@ -7834,11 +7914,13 @@ export const generatedSchema = {
|
|
|
7834
7914
|
booking_channel_id: { __type: "uuid" },
|
|
7835
7915
|
connection_id: { __type: "uuid" },
|
|
7836
7916
|
contact_id: { __type: "uuid" },
|
|
7917
|
+
createdAt: { __type: "timestamptz" },
|
|
7837
7918
|
flow_id: { __type: "uuid" },
|
|
7838
7919
|
id: { __type: "uuid" },
|
|
7839
7920
|
listing_id: { __type: "uuid" },
|
|
7840
7921
|
setting_key: { __type: "String" },
|
|
7841
|
-
|
|
7922
|
+
tenantId: { __type: "uuid" },
|
|
7923
|
+
updatedAt: { __type: "timestamptz" },
|
|
7842
7924
|
},
|
|
7843
7925
|
core_flow_setting_mutation_response: {
|
|
7844
7926
|
__typename: { __type: "String!" },
|
|
@@ -7859,6 +7941,7 @@ export const generatedSchema = {
|
|
|
7859
7941
|
connection_id: { __type: "order_by" },
|
|
7860
7942
|
contact: { __type: "contact_order_by" },
|
|
7861
7943
|
contact_id: { __type: "order_by" },
|
|
7944
|
+
createdAt: { __type: "order_by" },
|
|
7862
7945
|
flow: { __type: "core_flow_order_by" },
|
|
7863
7946
|
flow_id: { __type: "order_by" },
|
|
7864
7947
|
id: { __type: "order_by" },
|
|
@@ -7866,7 +7949,8 @@ export const generatedSchema = {
|
|
|
7866
7949
|
listing_id: { __type: "order_by" },
|
|
7867
7950
|
setting_key: { __type: "order_by" },
|
|
7868
7951
|
tenant: { __type: "tenant_order_by" },
|
|
7869
|
-
|
|
7952
|
+
tenantId: { __type: "order_by" },
|
|
7953
|
+
updatedAt: { __type: "order_by" },
|
|
7870
7954
|
value: { __type: "order_by" },
|
|
7871
7955
|
},
|
|
7872
7956
|
core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7876,11 +7960,13 @@ export const generatedSchema = {
|
|
|
7876
7960
|
booking_channel_id: { __type: "uuid" },
|
|
7877
7961
|
connection_id: { __type: "uuid" },
|
|
7878
7962
|
contact_id: { __type: "uuid" },
|
|
7963
|
+
createdAt: { __type: "timestamptz" },
|
|
7879
7964
|
flow_id: { __type: "uuid" },
|
|
7880
7965
|
id: { __type: "uuid" },
|
|
7881
7966
|
listing_id: { __type: "uuid" },
|
|
7882
7967
|
setting_key: { __type: "String" },
|
|
7883
|
-
|
|
7968
|
+
tenantId: { __type: "uuid" },
|
|
7969
|
+
updatedAt: { __type: "timestamptz" },
|
|
7884
7970
|
value: { __type: "jsonb" },
|
|
7885
7971
|
},
|
|
7886
7972
|
core_flow_setting_stream_cursor_input: {
|
|
@@ -7892,11 +7978,13 @@ export const generatedSchema = {
|
|
|
7892
7978
|
booking_channel_id: { __type: "uuid" },
|
|
7893
7979
|
connection_id: { __type: "uuid" },
|
|
7894
7980
|
contact_id: { __type: "uuid" },
|
|
7981
|
+
createdAt: { __type: "timestamptz" },
|
|
7895
7982
|
flow_id: { __type: "uuid" },
|
|
7896
7983
|
id: { __type: "uuid" },
|
|
7897
7984
|
listing_id: { __type: "uuid" },
|
|
7898
7985
|
setting_key: { __type: "String" },
|
|
7899
|
-
|
|
7986
|
+
tenantId: { __type: "uuid" },
|
|
7987
|
+
updatedAt: { __type: "timestamptz" },
|
|
7900
7988
|
value: { __type: "jsonb" },
|
|
7901
7989
|
},
|
|
7902
7990
|
core_flow_setting_updates: {
|
package/LICENSE
DELETED