@vrplatform/graphql 1.1.34 → 1.1.36
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/gqty/schema.generated.d.ts +48 -0
- package/build/main/gqty/schema.generated.js +20 -0
- package/build/main/tsconfig.main.tsbuildinfo +1 -1
- package/build/module/gqty/schema.generated.d.ts +48 -0
- package/build/module/gqty/schema.generated.js +20 -0
- package/build/module/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +12 -12
- package/src/gqty/schema.generated.d.ts +48 -0
- package/src/gqty/schema.generated.js +20 -0
|
@@ -6772,7 +6772,9 @@ export interface core_flow_bool_exp {
|
|
|
6772
6772
|
app_id?: InputMaybe<String_comparison_exp>;
|
|
6773
6773
|
description?: InputMaybe<String_comparison_exp>;
|
|
6774
6774
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
6775
|
+
left_type?: InputMaybe<String_comparison_exp>;
|
|
6775
6776
|
mapping_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
|
+
right_type?: InputMaybe<String_comparison_exp>;
|
|
6776
6778
|
setting_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
6779
|
title?: InputMaybe<String_comparison_exp>;
|
|
6778
6780
|
type?: InputMaybe<flow_type_comparison_exp>;
|
|
@@ -6809,7 +6811,9 @@ export interface core_flow_insert_input {
|
|
|
6809
6811
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
6810
6812
|
description?: InputMaybe<Scalars["String"]>;
|
|
6811
6813
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6814
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
6812
6815
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6816
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
6813
6817
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6814
6818
|
title?: InputMaybe<Scalars["String"]>;
|
|
6815
6819
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7060,6 +7064,8 @@ export interface core_flow_max_order_by {
|
|
|
7060
7064
|
app_id?: InputMaybe<order_by>;
|
|
7061
7065
|
description?: InputMaybe<order_by>;
|
|
7062
7066
|
id?: InputMaybe<order_by>;
|
|
7067
|
+
left_type?: InputMaybe<order_by>;
|
|
7068
|
+
right_type?: InputMaybe<order_by>;
|
|
7063
7069
|
title?: InputMaybe<order_by>;
|
|
7064
7070
|
type?: InputMaybe<order_by>;
|
|
7065
7071
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7070,6 +7076,8 @@ export interface core_flow_min_order_by {
|
|
|
7070
7076
|
app_id?: InputMaybe<order_by>;
|
|
7071
7077
|
description?: InputMaybe<order_by>;
|
|
7072
7078
|
id?: InputMaybe<order_by>;
|
|
7079
|
+
left_type?: InputMaybe<order_by>;
|
|
7080
|
+
right_type?: InputMaybe<order_by>;
|
|
7073
7081
|
title?: InputMaybe<order_by>;
|
|
7074
7082
|
type?: InputMaybe<order_by>;
|
|
7075
7083
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7094,7 +7102,9 @@ export interface core_flow_order_by {
|
|
|
7094
7102
|
app_id?: InputMaybe<order_by>;
|
|
7095
7103
|
description?: InputMaybe<order_by>;
|
|
7096
7104
|
id?: InputMaybe<order_by>;
|
|
7105
|
+
left_type?: InputMaybe<order_by>;
|
|
7097
7106
|
mapping_schema?: InputMaybe<order_by>;
|
|
7107
|
+
right_type?: InputMaybe<order_by>;
|
|
7098
7108
|
setting_schema?: InputMaybe<order_by>;
|
|
7099
7109
|
title?: InputMaybe<order_by>;
|
|
7100
7110
|
type?: InputMaybe<order_by>;
|
|
@@ -7121,8 +7131,12 @@ export type core_flow_select_column =
|
|
|
7121
7131
|
/** column name */
|
|
7122
7132
|
| "id"
|
|
7123
7133
|
/** column name */
|
|
7134
|
+
| "left_type"
|
|
7135
|
+
/** column name */
|
|
7124
7136
|
| "mapping_schema"
|
|
7125
7137
|
/** column name */
|
|
7138
|
+
| "right_type"
|
|
7139
|
+
/** column name */
|
|
7126
7140
|
| "setting_schema"
|
|
7127
7141
|
/** column name */
|
|
7128
7142
|
| "title"
|
|
@@ -7136,7 +7150,9 @@ export interface core_flow_set_input {
|
|
|
7136
7150
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7137
7151
|
description?: InputMaybe<Scalars["String"]>;
|
|
7138
7152
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7153
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
7139
7154
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7155
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
7140
7156
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7141
7157
|
title?: InputMaybe<Scalars["String"]>;
|
|
7142
7158
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7395,7 +7411,9 @@ export interface core_flow_stream_cursor_value_input {
|
|
|
7395
7411
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7396
7412
|
description?: InputMaybe<Scalars["String"]>;
|
|
7397
7413
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7414
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
7398
7415
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7416
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
7399
7417
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7400
7418
|
title?: InputMaybe<Scalars["String"]>;
|
|
7401
7419
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7411,8 +7429,12 @@ export type core_flow_update_column =
|
|
|
7411
7429
|
/** column name */
|
|
7412
7430
|
| "id"
|
|
7413
7431
|
/** column name */
|
|
7432
|
+
| "left_type"
|
|
7433
|
+
/** column name */
|
|
7414
7434
|
| "mapping_schema"
|
|
7415
7435
|
/** column name */
|
|
7436
|
+
| "right_type"
|
|
7437
|
+
/** column name */
|
|
7416
7438
|
| "setting_schema"
|
|
7417
7439
|
/** column name */
|
|
7418
7440
|
| "title"
|
|
@@ -35612,7 +35634,9 @@ export declare const generatedSchema: {
|
|
|
35612
35634
|
app_id: { __type: "String!" };
|
|
35613
35635
|
description: { __type: "String" };
|
|
35614
35636
|
id: { __type: "uuid!" };
|
|
35637
|
+
left_type: { __type: "String" };
|
|
35615
35638
|
mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35639
|
+
right_type: { __type: "String" };
|
|
35616
35640
|
setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35617
35641
|
title: { __type: "String!" };
|
|
35618
35642
|
type: { __type: "flow_type" };
|
|
@@ -35661,7 +35685,9 @@ export declare const generatedSchema: {
|
|
|
35661
35685
|
app_id: { __type: "String_comparison_exp" };
|
|
35662
35686
|
description: { __type: "String_comparison_exp" };
|
|
35663
35687
|
id: { __type: "uuid_comparison_exp" };
|
|
35688
|
+
left_type: { __type: "String_comparison_exp" };
|
|
35664
35689
|
mapping_schema: { __type: "jsonb_comparison_exp" };
|
|
35690
|
+
right_type: { __type: "String_comparison_exp" };
|
|
35665
35691
|
setting_schema: { __type: "jsonb_comparison_exp" };
|
|
35666
35692
|
title: { __type: "String_comparison_exp" };
|
|
35667
35693
|
type: { __type: "flow_type_comparison_exp" };
|
|
@@ -35683,7 +35709,9 @@ export declare const generatedSchema: {
|
|
|
35683
35709
|
app_id: { __type: "String" };
|
|
35684
35710
|
description: { __type: "String" };
|
|
35685
35711
|
id: { __type: "uuid" };
|
|
35712
|
+
left_type: { __type: "String" };
|
|
35686
35713
|
mapping_schema: { __type: "jsonb" };
|
|
35714
|
+
right_type: { __type: "String" };
|
|
35687
35715
|
setting_schema: { __type: "jsonb" };
|
|
35688
35716
|
title: { __type: "String" };
|
|
35689
35717
|
type: { __type: "flow_type" };
|
|
@@ -35896,6 +35924,8 @@ export declare const generatedSchema: {
|
|
|
35896
35924
|
app_id: { __type: "String" };
|
|
35897
35925
|
description: { __type: "String" };
|
|
35898
35926
|
id: { __type: "uuid" };
|
|
35927
|
+
left_type: { __type: "String" };
|
|
35928
|
+
right_type: { __type: "String" };
|
|
35899
35929
|
title: { __type: "String" };
|
|
35900
35930
|
type: { __type: "flow_type" };
|
|
35901
35931
|
uniqueRef: { __type: "String" };
|
|
@@ -35904,6 +35934,8 @@ export declare const generatedSchema: {
|
|
|
35904
35934
|
app_id: { __type: "order_by" };
|
|
35905
35935
|
description: { __type: "order_by" };
|
|
35906
35936
|
id: { __type: "order_by" };
|
|
35937
|
+
left_type: { __type: "order_by" };
|
|
35938
|
+
right_type: { __type: "order_by" };
|
|
35907
35939
|
title: { __type: "order_by" };
|
|
35908
35940
|
type: { __type: "order_by" };
|
|
35909
35941
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35913,6 +35945,8 @@ export declare const generatedSchema: {
|
|
|
35913
35945
|
app_id: { __type: "String" };
|
|
35914
35946
|
description: { __type: "String" };
|
|
35915
35947
|
id: { __type: "uuid" };
|
|
35948
|
+
left_type: { __type: "String" };
|
|
35949
|
+
right_type: { __type: "String" };
|
|
35916
35950
|
title: { __type: "String" };
|
|
35917
35951
|
type: { __type: "flow_type" };
|
|
35918
35952
|
uniqueRef: { __type: "String" };
|
|
@@ -35921,6 +35955,8 @@ export declare const generatedSchema: {
|
|
|
35921
35955
|
app_id: { __type: "order_by" };
|
|
35922
35956
|
description: { __type: "order_by" };
|
|
35923
35957
|
id: { __type: "order_by" };
|
|
35958
|
+
left_type: { __type: "order_by" };
|
|
35959
|
+
right_type: { __type: "order_by" };
|
|
35924
35960
|
title: { __type: "order_by" };
|
|
35925
35961
|
type: { __type: "order_by" };
|
|
35926
35962
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35943,7 +35979,9 @@ export declare const generatedSchema: {
|
|
|
35943
35979
|
app_id: { __type: "order_by" };
|
|
35944
35980
|
description: { __type: "order_by" };
|
|
35945
35981
|
id: { __type: "order_by" };
|
|
35982
|
+
left_type: { __type: "order_by" };
|
|
35946
35983
|
mapping_schema: { __type: "order_by" };
|
|
35984
|
+
right_type: { __type: "order_by" };
|
|
35947
35985
|
setting_schema: { __type: "order_by" };
|
|
35948
35986
|
title: { __type: "order_by" };
|
|
35949
35987
|
type: { __type: "order_by" };
|
|
@@ -35958,7 +35996,9 @@ export declare const generatedSchema: {
|
|
|
35958
35996
|
app_id: { __type: "String" };
|
|
35959
35997
|
description: { __type: "String" };
|
|
35960
35998
|
id: { __type: "uuid" };
|
|
35999
|
+
left_type: { __type: "String" };
|
|
35961
36000
|
mapping_schema: { __type: "jsonb" };
|
|
36001
|
+
right_type: { __type: "String" };
|
|
35962
36002
|
setting_schema: { __type: "jsonb" };
|
|
35963
36003
|
title: { __type: "String" };
|
|
35964
36004
|
type: { __type: "flow_type" };
|
|
@@ -36174,7 +36214,9 @@ export declare const generatedSchema: {
|
|
|
36174
36214
|
app_id: { __type: "String" };
|
|
36175
36215
|
description: { __type: "String" };
|
|
36176
36216
|
id: { __type: "uuid" };
|
|
36217
|
+
left_type: { __type: "String" };
|
|
36177
36218
|
mapping_schema: { __type: "jsonb" };
|
|
36219
|
+
right_type: { __type: "String" };
|
|
36178
36220
|
setting_schema: { __type: "jsonb" };
|
|
36179
36221
|
title: { __type: "String" };
|
|
36180
36222
|
type: { __type: "flow_type" };
|
|
@@ -77237,12 +77279,14 @@ export interface core_flow {
|
|
|
77237
77279
|
app_id: ScalarsEnums["String"];
|
|
77238
77280
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77239
77281
|
id: ScalarsEnums["uuid"];
|
|
77282
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77240
77283
|
mapping_schema: (args?: {
|
|
77241
77284
|
/**
|
|
77242
77285
|
* JSON select path
|
|
77243
77286
|
*/
|
|
77244
77287
|
path?: Maybe<Scalars["String"]>;
|
|
77245
77288
|
}) => ScalarsEnums["jsonb"];
|
|
77289
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77246
77290
|
setting_schema: (args?: {
|
|
77247
77291
|
/**
|
|
77248
77292
|
* JSON select path
|
|
@@ -77416,6 +77460,8 @@ export interface core_flow_max_fields {
|
|
|
77416
77460
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77417
77461
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77418
77462
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77463
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77464
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77419
77465
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77420
77466
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77421
77467
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -77429,6 +77475,8 @@ export interface core_flow_min_fields {
|
|
|
77429
77475
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77430
77476
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77431
77477
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77478
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77479
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77432
77480
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77433
77481
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77434
77482
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -7440,7 +7440,9 @@ exports.generatedSchema = {
|
|
|
7440
7440
|
app_id: { __type: "String!" },
|
|
7441
7441
|
description: { __type: "String" },
|
|
7442
7442
|
id: { __type: "uuid!" },
|
|
7443
|
+
left_type: { __type: "String" },
|
|
7443
7444
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7445
|
+
right_type: { __type: "String" },
|
|
7444
7446
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7445
7447
|
title: { __type: "String!" },
|
|
7446
7448
|
type: { __type: "flow_type" },
|
|
@@ -7489,7 +7491,9 @@ exports.generatedSchema = {
|
|
|
7489
7491
|
app_id: { __type: "String_comparison_exp" },
|
|
7490
7492
|
description: { __type: "String_comparison_exp" },
|
|
7491
7493
|
id: { __type: "uuid_comparison_exp" },
|
|
7494
|
+
left_type: { __type: "String_comparison_exp" },
|
|
7492
7495
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7496
|
+
right_type: { __type: "String_comparison_exp" },
|
|
7493
7497
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7494
7498
|
title: { __type: "String_comparison_exp" },
|
|
7495
7499
|
type: { __type: "flow_type_comparison_exp" },
|
|
@@ -7511,7 +7515,9 @@ exports.generatedSchema = {
|
|
|
7511
7515
|
app_id: { __type: "String" },
|
|
7512
7516
|
description: { __type: "String" },
|
|
7513
7517
|
id: { __type: "uuid" },
|
|
7518
|
+
left_type: { __type: "String" },
|
|
7514
7519
|
mapping_schema: { __type: "jsonb" },
|
|
7520
|
+
right_type: { __type: "String" },
|
|
7515
7521
|
setting_schema: { __type: "jsonb" },
|
|
7516
7522
|
title: { __type: "String" },
|
|
7517
7523
|
type: { __type: "flow_type" },
|
|
@@ -7724,6 +7730,8 @@ exports.generatedSchema = {
|
|
|
7724
7730
|
app_id: { __type: "String" },
|
|
7725
7731
|
description: { __type: "String" },
|
|
7726
7732
|
id: { __type: "uuid" },
|
|
7733
|
+
left_type: { __type: "String" },
|
|
7734
|
+
right_type: { __type: "String" },
|
|
7727
7735
|
title: { __type: "String" },
|
|
7728
7736
|
type: { __type: "flow_type" },
|
|
7729
7737
|
uniqueRef: { __type: "String" },
|
|
@@ -7732,6 +7740,8 @@ exports.generatedSchema = {
|
|
|
7732
7740
|
app_id: { __type: "order_by" },
|
|
7733
7741
|
description: { __type: "order_by" },
|
|
7734
7742
|
id: { __type: "order_by" },
|
|
7743
|
+
left_type: { __type: "order_by" },
|
|
7744
|
+
right_type: { __type: "order_by" },
|
|
7735
7745
|
title: { __type: "order_by" },
|
|
7736
7746
|
type: { __type: "order_by" },
|
|
7737
7747
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7741,6 +7751,8 @@ exports.generatedSchema = {
|
|
|
7741
7751
|
app_id: { __type: "String" },
|
|
7742
7752
|
description: { __type: "String" },
|
|
7743
7753
|
id: { __type: "uuid" },
|
|
7754
|
+
left_type: { __type: "String" },
|
|
7755
|
+
right_type: { __type: "String" },
|
|
7744
7756
|
title: { __type: "String" },
|
|
7745
7757
|
type: { __type: "flow_type" },
|
|
7746
7758
|
uniqueRef: { __type: "String" },
|
|
@@ -7749,6 +7761,8 @@ exports.generatedSchema = {
|
|
|
7749
7761
|
app_id: { __type: "order_by" },
|
|
7750
7762
|
description: { __type: "order_by" },
|
|
7751
7763
|
id: { __type: "order_by" },
|
|
7764
|
+
left_type: { __type: "order_by" },
|
|
7765
|
+
right_type: { __type: "order_by" },
|
|
7752
7766
|
title: { __type: "order_by" },
|
|
7753
7767
|
type: { __type: "order_by" },
|
|
7754
7768
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7771,7 +7785,9 @@ exports.generatedSchema = {
|
|
|
7771
7785
|
app_id: { __type: "order_by" },
|
|
7772
7786
|
description: { __type: "order_by" },
|
|
7773
7787
|
id: { __type: "order_by" },
|
|
7788
|
+
left_type: { __type: "order_by" },
|
|
7774
7789
|
mapping_schema: { __type: "order_by" },
|
|
7790
|
+
right_type: { __type: "order_by" },
|
|
7775
7791
|
setting_schema: { __type: "order_by" },
|
|
7776
7792
|
title: { __type: "order_by" },
|
|
7777
7793
|
type: { __type: "order_by" },
|
|
@@ -7786,7 +7802,9 @@ exports.generatedSchema = {
|
|
|
7786
7802
|
app_id: { __type: "String" },
|
|
7787
7803
|
description: { __type: "String" },
|
|
7788
7804
|
id: { __type: "uuid" },
|
|
7805
|
+
left_type: { __type: "String" },
|
|
7789
7806
|
mapping_schema: { __type: "jsonb" },
|
|
7807
|
+
right_type: { __type: "String" },
|
|
7790
7808
|
setting_schema: { __type: "jsonb" },
|
|
7791
7809
|
title: { __type: "String" },
|
|
7792
7810
|
type: { __type: "flow_type" },
|
|
@@ -8002,7 +8020,9 @@ exports.generatedSchema = {
|
|
|
8002
8020
|
app_id: { __type: "String" },
|
|
8003
8021
|
description: { __type: "String" },
|
|
8004
8022
|
id: { __type: "uuid" },
|
|
8023
|
+
left_type: { __type: "String" },
|
|
8005
8024
|
mapping_schema: { __type: "jsonb" },
|
|
8025
|
+
right_type: { __type: "String" },
|
|
8006
8026
|
setting_schema: { __type: "jsonb" },
|
|
8007
8027
|
title: { __type: "String" },
|
|
8008
8028
|
type: { __type: "flow_type" },
|
|
@@ -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/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.
|
|
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.3"}
|
|
@@ -6772,7 +6772,9 @@ export interface core_flow_bool_exp {
|
|
|
6772
6772
|
app_id?: InputMaybe<String_comparison_exp>;
|
|
6773
6773
|
description?: InputMaybe<String_comparison_exp>;
|
|
6774
6774
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
6775
|
+
left_type?: InputMaybe<String_comparison_exp>;
|
|
6775
6776
|
mapping_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
|
+
right_type?: InputMaybe<String_comparison_exp>;
|
|
6776
6778
|
setting_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
6779
|
title?: InputMaybe<String_comparison_exp>;
|
|
6778
6780
|
type?: InputMaybe<flow_type_comparison_exp>;
|
|
@@ -6809,7 +6811,9 @@ export interface core_flow_insert_input {
|
|
|
6809
6811
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
6810
6812
|
description?: InputMaybe<Scalars["String"]>;
|
|
6811
6813
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6814
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
6812
6815
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6816
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
6813
6817
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6814
6818
|
title?: InputMaybe<Scalars["String"]>;
|
|
6815
6819
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7060,6 +7064,8 @@ export interface core_flow_max_order_by {
|
|
|
7060
7064
|
app_id?: InputMaybe<order_by>;
|
|
7061
7065
|
description?: InputMaybe<order_by>;
|
|
7062
7066
|
id?: InputMaybe<order_by>;
|
|
7067
|
+
left_type?: InputMaybe<order_by>;
|
|
7068
|
+
right_type?: InputMaybe<order_by>;
|
|
7063
7069
|
title?: InputMaybe<order_by>;
|
|
7064
7070
|
type?: InputMaybe<order_by>;
|
|
7065
7071
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7070,6 +7076,8 @@ export interface core_flow_min_order_by {
|
|
|
7070
7076
|
app_id?: InputMaybe<order_by>;
|
|
7071
7077
|
description?: InputMaybe<order_by>;
|
|
7072
7078
|
id?: InputMaybe<order_by>;
|
|
7079
|
+
left_type?: InputMaybe<order_by>;
|
|
7080
|
+
right_type?: InputMaybe<order_by>;
|
|
7073
7081
|
title?: InputMaybe<order_by>;
|
|
7074
7082
|
type?: InputMaybe<order_by>;
|
|
7075
7083
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7094,7 +7102,9 @@ export interface core_flow_order_by {
|
|
|
7094
7102
|
app_id?: InputMaybe<order_by>;
|
|
7095
7103
|
description?: InputMaybe<order_by>;
|
|
7096
7104
|
id?: InputMaybe<order_by>;
|
|
7105
|
+
left_type?: InputMaybe<order_by>;
|
|
7097
7106
|
mapping_schema?: InputMaybe<order_by>;
|
|
7107
|
+
right_type?: InputMaybe<order_by>;
|
|
7098
7108
|
setting_schema?: InputMaybe<order_by>;
|
|
7099
7109
|
title?: InputMaybe<order_by>;
|
|
7100
7110
|
type?: InputMaybe<order_by>;
|
|
@@ -7121,8 +7131,12 @@ export type core_flow_select_column =
|
|
|
7121
7131
|
/** column name */
|
|
7122
7132
|
| "id"
|
|
7123
7133
|
/** column name */
|
|
7134
|
+
| "left_type"
|
|
7135
|
+
/** column name */
|
|
7124
7136
|
| "mapping_schema"
|
|
7125
7137
|
/** column name */
|
|
7138
|
+
| "right_type"
|
|
7139
|
+
/** column name */
|
|
7126
7140
|
| "setting_schema"
|
|
7127
7141
|
/** column name */
|
|
7128
7142
|
| "title"
|
|
@@ -7136,7 +7150,9 @@ export interface core_flow_set_input {
|
|
|
7136
7150
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7137
7151
|
description?: InputMaybe<Scalars["String"]>;
|
|
7138
7152
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7153
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
7139
7154
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7155
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
7140
7156
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7141
7157
|
title?: InputMaybe<Scalars["String"]>;
|
|
7142
7158
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7395,7 +7411,9 @@ export interface core_flow_stream_cursor_value_input {
|
|
|
7395
7411
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7396
7412
|
description?: InputMaybe<Scalars["String"]>;
|
|
7397
7413
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7414
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
7398
7415
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7416
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
7399
7417
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7400
7418
|
title?: InputMaybe<Scalars["String"]>;
|
|
7401
7419
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7411,8 +7429,12 @@ export type core_flow_update_column =
|
|
|
7411
7429
|
/** column name */
|
|
7412
7430
|
| "id"
|
|
7413
7431
|
/** column name */
|
|
7432
|
+
| "left_type"
|
|
7433
|
+
/** column name */
|
|
7414
7434
|
| "mapping_schema"
|
|
7415
7435
|
/** column name */
|
|
7436
|
+
| "right_type"
|
|
7437
|
+
/** column name */
|
|
7416
7438
|
| "setting_schema"
|
|
7417
7439
|
/** column name */
|
|
7418
7440
|
| "title"
|
|
@@ -35612,7 +35634,9 @@ export declare const generatedSchema: {
|
|
|
35612
35634
|
app_id: { __type: "String!" };
|
|
35613
35635
|
description: { __type: "String" };
|
|
35614
35636
|
id: { __type: "uuid!" };
|
|
35637
|
+
left_type: { __type: "String" };
|
|
35615
35638
|
mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35639
|
+
right_type: { __type: "String" };
|
|
35616
35640
|
setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35617
35641
|
title: { __type: "String!" };
|
|
35618
35642
|
type: { __type: "flow_type" };
|
|
@@ -35661,7 +35685,9 @@ export declare const generatedSchema: {
|
|
|
35661
35685
|
app_id: { __type: "String_comparison_exp" };
|
|
35662
35686
|
description: { __type: "String_comparison_exp" };
|
|
35663
35687
|
id: { __type: "uuid_comparison_exp" };
|
|
35688
|
+
left_type: { __type: "String_comparison_exp" };
|
|
35664
35689
|
mapping_schema: { __type: "jsonb_comparison_exp" };
|
|
35690
|
+
right_type: { __type: "String_comparison_exp" };
|
|
35665
35691
|
setting_schema: { __type: "jsonb_comparison_exp" };
|
|
35666
35692
|
title: { __type: "String_comparison_exp" };
|
|
35667
35693
|
type: { __type: "flow_type_comparison_exp" };
|
|
@@ -35683,7 +35709,9 @@ export declare const generatedSchema: {
|
|
|
35683
35709
|
app_id: { __type: "String" };
|
|
35684
35710
|
description: { __type: "String" };
|
|
35685
35711
|
id: { __type: "uuid" };
|
|
35712
|
+
left_type: { __type: "String" };
|
|
35686
35713
|
mapping_schema: { __type: "jsonb" };
|
|
35714
|
+
right_type: { __type: "String" };
|
|
35687
35715
|
setting_schema: { __type: "jsonb" };
|
|
35688
35716
|
title: { __type: "String" };
|
|
35689
35717
|
type: { __type: "flow_type" };
|
|
@@ -35896,6 +35924,8 @@ export declare const generatedSchema: {
|
|
|
35896
35924
|
app_id: { __type: "String" };
|
|
35897
35925
|
description: { __type: "String" };
|
|
35898
35926
|
id: { __type: "uuid" };
|
|
35927
|
+
left_type: { __type: "String" };
|
|
35928
|
+
right_type: { __type: "String" };
|
|
35899
35929
|
title: { __type: "String" };
|
|
35900
35930
|
type: { __type: "flow_type" };
|
|
35901
35931
|
uniqueRef: { __type: "String" };
|
|
@@ -35904,6 +35934,8 @@ export declare const generatedSchema: {
|
|
|
35904
35934
|
app_id: { __type: "order_by" };
|
|
35905
35935
|
description: { __type: "order_by" };
|
|
35906
35936
|
id: { __type: "order_by" };
|
|
35937
|
+
left_type: { __type: "order_by" };
|
|
35938
|
+
right_type: { __type: "order_by" };
|
|
35907
35939
|
title: { __type: "order_by" };
|
|
35908
35940
|
type: { __type: "order_by" };
|
|
35909
35941
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35913,6 +35945,8 @@ export declare const generatedSchema: {
|
|
|
35913
35945
|
app_id: { __type: "String" };
|
|
35914
35946
|
description: { __type: "String" };
|
|
35915
35947
|
id: { __type: "uuid" };
|
|
35948
|
+
left_type: { __type: "String" };
|
|
35949
|
+
right_type: { __type: "String" };
|
|
35916
35950
|
title: { __type: "String" };
|
|
35917
35951
|
type: { __type: "flow_type" };
|
|
35918
35952
|
uniqueRef: { __type: "String" };
|
|
@@ -35921,6 +35955,8 @@ export declare const generatedSchema: {
|
|
|
35921
35955
|
app_id: { __type: "order_by" };
|
|
35922
35956
|
description: { __type: "order_by" };
|
|
35923
35957
|
id: { __type: "order_by" };
|
|
35958
|
+
left_type: { __type: "order_by" };
|
|
35959
|
+
right_type: { __type: "order_by" };
|
|
35924
35960
|
title: { __type: "order_by" };
|
|
35925
35961
|
type: { __type: "order_by" };
|
|
35926
35962
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35943,7 +35979,9 @@ export declare const generatedSchema: {
|
|
|
35943
35979
|
app_id: { __type: "order_by" };
|
|
35944
35980
|
description: { __type: "order_by" };
|
|
35945
35981
|
id: { __type: "order_by" };
|
|
35982
|
+
left_type: { __type: "order_by" };
|
|
35946
35983
|
mapping_schema: { __type: "order_by" };
|
|
35984
|
+
right_type: { __type: "order_by" };
|
|
35947
35985
|
setting_schema: { __type: "order_by" };
|
|
35948
35986
|
title: { __type: "order_by" };
|
|
35949
35987
|
type: { __type: "order_by" };
|
|
@@ -35958,7 +35996,9 @@ export declare const generatedSchema: {
|
|
|
35958
35996
|
app_id: { __type: "String" };
|
|
35959
35997
|
description: { __type: "String" };
|
|
35960
35998
|
id: { __type: "uuid" };
|
|
35999
|
+
left_type: { __type: "String" };
|
|
35961
36000
|
mapping_schema: { __type: "jsonb" };
|
|
36001
|
+
right_type: { __type: "String" };
|
|
35962
36002
|
setting_schema: { __type: "jsonb" };
|
|
35963
36003
|
title: { __type: "String" };
|
|
35964
36004
|
type: { __type: "flow_type" };
|
|
@@ -36174,7 +36214,9 @@ export declare const generatedSchema: {
|
|
|
36174
36214
|
app_id: { __type: "String" };
|
|
36175
36215
|
description: { __type: "String" };
|
|
36176
36216
|
id: { __type: "uuid" };
|
|
36217
|
+
left_type: { __type: "String" };
|
|
36177
36218
|
mapping_schema: { __type: "jsonb" };
|
|
36219
|
+
right_type: { __type: "String" };
|
|
36178
36220
|
setting_schema: { __type: "jsonb" };
|
|
36179
36221
|
title: { __type: "String" };
|
|
36180
36222
|
type: { __type: "flow_type" };
|
|
@@ -77237,12 +77279,14 @@ export interface core_flow {
|
|
|
77237
77279
|
app_id: ScalarsEnums["String"];
|
|
77238
77280
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77239
77281
|
id: ScalarsEnums["uuid"];
|
|
77282
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77240
77283
|
mapping_schema: (args?: {
|
|
77241
77284
|
/**
|
|
77242
77285
|
* JSON select path
|
|
77243
77286
|
*/
|
|
77244
77287
|
path?: Maybe<Scalars["String"]>;
|
|
77245
77288
|
}) => ScalarsEnums["jsonb"];
|
|
77289
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77246
77290
|
setting_schema: (args?: {
|
|
77247
77291
|
/**
|
|
77248
77292
|
* JSON select path
|
|
@@ -77416,6 +77460,8 @@ export interface core_flow_max_fields {
|
|
|
77416
77460
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77417
77461
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77418
77462
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77463
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77464
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77419
77465
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77420
77466
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77421
77467
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -77429,6 +77475,8 @@ export interface core_flow_min_fields {
|
|
|
77429
77475
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77430
77476
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77431
77477
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77478
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77479
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77432
77480
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77433
77481
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77434
77482
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -7437,7 +7437,9 @@ export const generatedSchema = {
|
|
|
7437
7437
|
app_id: { __type: "String!" },
|
|
7438
7438
|
description: { __type: "String" },
|
|
7439
7439
|
id: { __type: "uuid!" },
|
|
7440
|
+
left_type: { __type: "String" },
|
|
7440
7441
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7442
|
+
right_type: { __type: "String" },
|
|
7441
7443
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7442
7444
|
title: { __type: "String!" },
|
|
7443
7445
|
type: { __type: "flow_type" },
|
|
@@ -7486,7 +7488,9 @@ export const generatedSchema = {
|
|
|
7486
7488
|
app_id: { __type: "String_comparison_exp" },
|
|
7487
7489
|
description: { __type: "String_comparison_exp" },
|
|
7488
7490
|
id: { __type: "uuid_comparison_exp" },
|
|
7491
|
+
left_type: { __type: "String_comparison_exp" },
|
|
7489
7492
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7493
|
+
right_type: { __type: "String_comparison_exp" },
|
|
7490
7494
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7491
7495
|
title: { __type: "String_comparison_exp" },
|
|
7492
7496
|
type: { __type: "flow_type_comparison_exp" },
|
|
@@ -7508,7 +7512,9 @@ export const generatedSchema = {
|
|
|
7508
7512
|
app_id: { __type: "String" },
|
|
7509
7513
|
description: { __type: "String" },
|
|
7510
7514
|
id: { __type: "uuid" },
|
|
7515
|
+
left_type: { __type: "String" },
|
|
7511
7516
|
mapping_schema: { __type: "jsonb" },
|
|
7517
|
+
right_type: { __type: "String" },
|
|
7512
7518
|
setting_schema: { __type: "jsonb" },
|
|
7513
7519
|
title: { __type: "String" },
|
|
7514
7520
|
type: { __type: "flow_type" },
|
|
@@ -7721,6 +7727,8 @@ export const generatedSchema = {
|
|
|
7721
7727
|
app_id: { __type: "String" },
|
|
7722
7728
|
description: { __type: "String" },
|
|
7723
7729
|
id: { __type: "uuid" },
|
|
7730
|
+
left_type: { __type: "String" },
|
|
7731
|
+
right_type: { __type: "String" },
|
|
7724
7732
|
title: { __type: "String" },
|
|
7725
7733
|
type: { __type: "flow_type" },
|
|
7726
7734
|
uniqueRef: { __type: "String" },
|
|
@@ -7729,6 +7737,8 @@ export const generatedSchema = {
|
|
|
7729
7737
|
app_id: { __type: "order_by" },
|
|
7730
7738
|
description: { __type: "order_by" },
|
|
7731
7739
|
id: { __type: "order_by" },
|
|
7740
|
+
left_type: { __type: "order_by" },
|
|
7741
|
+
right_type: { __type: "order_by" },
|
|
7732
7742
|
title: { __type: "order_by" },
|
|
7733
7743
|
type: { __type: "order_by" },
|
|
7734
7744
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7738,6 +7748,8 @@ export const generatedSchema = {
|
|
|
7738
7748
|
app_id: { __type: "String" },
|
|
7739
7749
|
description: { __type: "String" },
|
|
7740
7750
|
id: { __type: "uuid" },
|
|
7751
|
+
left_type: { __type: "String" },
|
|
7752
|
+
right_type: { __type: "String" },
|
|
7741
7753
|
title: { __type: "String" },
|
|
7742
7754
|
type: { __type: "flow_type" },
|
|
7743
7755
|
uniqueRef: { __type: "String" },
|
|
@@ -7746,6 +7758,8 @@ export const generatedSchema = {
|
|
|
7746
7758
|
app_id: { __type: "order_by" },
|
|
7747
7759
|
description: { __type: "order_by" },
|
|
7748
7760
|
id: { __type: "order_by" },
|
|
7761
|
+
left_type: { __type: "order_by" },
|
|
7762
|
+
right_type: { __type: "order_by" },
|
|
7749
7763
|
title: { __type: "order_by" },
|
|
7750
7764
|
type: { __type: "order_by" },
|
|
7751
7765
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7768,7 +7782,9 @@ export const generatedSchema = {
|
|
|
7768
7782
|
app_id: { __type: "order_by" },
|
|
7769
7783
|
description: { __type: "order_by" },
|
|
7770
7784
|
id: { __type: "order_by" },
|
|
7785
|
+
left_type: { __type: "order_by" },
|
|
7771
7786
|
mapping_schema: { __type: "order_by" },
|
|
7787
|
+
right_type: { __type: "order_by" },
|
|
7772
7788
|
setting_schema: { __type: "order_by" },
|
|
7773
7789
|
title: { __type: "order_by" },
|
|
7774
7790
|
type: { __type: "order_by" },
|
|
@@ -7783,7 +7799,9 @@ export const generatedSchema = {
|
|
|
7783
7799
|
app_id: { __type: "String" },
|
|
7784
7800
|
description: { __type: "String" },
|
|
7785
7801
|
id: { __type: "uuid" },
|
|
7802
|
+
left_type: { __type: "String" },
|
|
7786
7803
|
mapping_schema: { __type: "jsonb" },
|
|
7804
|
+
right_type: { __type: "String" },
|
|
7787
7805
|
setting_schema: { __type: "jsonb" },
|
|
7788
7806
|
title: { __type: "String" },
|
|
7789
7807
|
type: { __type: "flow_type" },
|
|
@@ -7999,7 +8017,9 @@ export const generatedSchema = {
|
|
|
7999
8017
|
app_id: { __type: "String" },
|
|
8000
8018
|
description: { __type: "String" },
|
|
8001
8019
|
id: { __type: "uuid" },
|
|
8020
|
+
left_type: { __type: "String" },
|
|
8002
8021
|
mapping_schema: { __type: "jsonb" },
|
|
8022
|
+
right_type: { __type: "String" },
|
|
8003
8023
|
setting_schema: { __type: "jsonb" },
|
|
8004
8024
|
title: { __type: "String" },
|
|
8005
8025
|
type: { __type: "flow_type" },
|
|
@@ -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/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.
|
|
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.3"}
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"!**/*.spec.*",
|
|
11
11
|
"LICENSE"
|
|
12
12
|
],
|
|
13
|
-
"version": "1.1.
|
|
13
|
+
"version": "1.1.36",
|
|
14
14
|
"description": "Finalytic graphql",
|
|
15
15
|
"main": "build/main/index.js",
|
|
16
16
|
"module": "build/module/index.js",
|
|
@@ -18,20 +18,11 @@
|
|
|
18
18
|
"repository": "https://github.com/vrplatform/graphql",
|
|
19
19
|
"license": "UNLICENSED",
|
|
20
20
|
"keywords": [],
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"@vrplatform/utils": "^1.0.4",
|
|
23
|
-
"@gqty/subscriptions": "^2.0.1-alpha-00594c5.0",
|
|
24
|
-
"gqty": "2.3.0",
|
|
25
|
-
"graphql": "^16.11.0"
|
|
26
|
-
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@gqty/cli": "^3.3.0-alpha-d8cdbf6.0"
|
|
29
|
-
},
|
|
30
21
|
"scripts": {
|
|
31
22
|
"check": "bun run typecheck && bun run lint",
|
|
32
23
|
"test": "bun test",
|
|
33
24
|
"lint": "biome check .",
|
|
34
|
-
"pub": "bun pub:pre &&
|
|
25
|
+
"pub": "bun pub:pre && bun publish --no-git-checks",
|
|
35
26
|
"pub:pre": "bun check && bun generate && bun run build",
|
|
36
27
|
"typecheck": "tsc --noEmit",
|
|
37
28
|
"build": "run-p build:* && run-p buildcp:*",
|
|
@@ -52,5 +43,14 @@
|
|
|
52
43
|
"post-generate:9": "sed -i '' 's/numeric: any;/numeric: number;/g' ./src/gqty/schema.generated.d.ts",
|
|
53
44
|
"post-generate:10": "sed -i '' 's/uuid: any;/uuid: string;/g' ./src/gqty/schema.generated.d.ts",
|
|
54
45
|
"post-generate:11": "sed -i '' 's/date: any;/date: string;/g' ./src/gqty/schema.generated.d.ts"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@vrplatform/utils": "^1.0.4",
|
|
49
|
+
"@gqty/subscriptions": "^2.0.1-alpha-00594c5.0",
|
|
50
|
+
"gqty": "2.3.0",
|
|
51
|
+
"graphql": "^16.11.0"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@gqty/cli": "^3.3.0-alpha-d8cdbf6.0"
|
|
55
55
|
}
|
|
56
|
-
}
|
|
56
|
+
}
|
|
@@ -6772,7 +6772,9 @@ export interface core_flow_bool_exp {
|
|
|
6772
6772
|
app_id?: InputMaybe<String_comparison_exp>;
|
|
6773
6773
|
description?: InputMaybe<String_comparison_exp>;
|
|
6774
6774
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
6775
|
+
left_type?: InputMaybe<String_comparison_exp>;
|
|
6775
6776
|
mapping_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
|
+
right_type?: InputMaybe<String_comparison_exp>;
|
|
6776
6778
|
setting_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
6779
|
title?: InputMaybe<String_comparison_exp>;
|
|
6778
6780
|
type?: InputMaybe<flow_type_comparison_exp>;
|
|
@@ -6809,7 +6811,9 @@ export interface core_flow_insert_input {
|
|
|
6809
6811
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
6810
6812
|
description?: InputMaybe<Scalars["String"]>;
|
|
6811
6813
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6814
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
6812
6815
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6816
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
6813
6817
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6814
6818
|
title?: InputMaybe<Scalars["String"]>;
|
|
6815
6819
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7060,6 +7064,8 @@ export interface core_flow_max_order_by {
|
|
|
7060
7064
|
app_id?: InputMaybe<order_by>;
|
|
7061
7065
|
description?: InputMaybe<order_by>;
|
|
7062
7066
|
id?: InputMaybe<order_by>;
|
|
7067
|
+
left_type?: InputMaybe<order_by>;
|
|
7068
|
+
right_type?: InputMaybe<order_by>;
|
|
7063
7069
|
title?: InputMaybe<order_by>;
|
|
7064
7070
|
type?: InputMaybe<order_by>;
|
|
7065
7071
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7070,6 +7076,8 @@ export interface core_flow_min_order_by {
|
|
|
7070
7076
|
app_id?: InputMaybe<order_by>;
|
|
7071
7077
|
description?: InputMaybe<order_by>;
|
|
7072
7078
|
id?: InputMaybe<order_by>;
|
|
7079
|
+
left_type?: InputMaybe<order_by>;
|
|
7080
|
+
right_type?: InputMaybe<order_by>;
|
|
7073
7081
|
title?: InputMaybe<order_by>;
|
|
7074
7082
|
type?: InputMaybe<order_by>;
|
|
7075
7083
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7094,7 +7102,9 @@ export interface core_flow_order_by {
|
|
|
7094
7102
|
app_id?: InputMaybe<order_by>;
|
|
7095
7103
|
description?: InputMaybe<order_by>;
|
|
7096
7104
|
id?: InputMaybe<order_by>;
|
|
7105
|
+
left_type?: InputMaybe<order_by>;
|
|
7097
7106
|
mapping_schema?: InputMaybe<order_by>;
|
|
7107
|
+
right_type?: InputMaybe<order_by>;
|
|
7098
7108
|
setting_schema?: InputMaybe<order_by>;
|
|
7099
7109
|
title?: InputMaybe<order_by>;
|
|
7100
7110
|
type?: InputMaybe<order_by>;
|
|
@@ -7121,8 +7131,12 @@ export type core_flow_select_column =
|
|
|
7121
7131
|
/** column name */
|
|
7122
7132
|
| "id"
|
|
7123
7133
|
/** column name */
|
|
7134
|
+
| "left_type"
|
|
7135
|
+
/** column name */
|
|
7124
7136
|
| "mapping_schema"
|
|
7125
7137
|
/** column name */
|
|
7138
|
+
| "right_type"
|
|
7139
|
+
/** column name */
|
|
7126
7140
|
| "setting_schema"
|
|
7127
7141
|
/** column name */
|
|
7128
7142
|
| "title"
|
|
@@ -7136,7 +7150,9 @@ export interface core_flow_set_input {
|
|
|
7136
7150
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7137
7151
|
description?: InputMaybe<Scalars["String"]>;
|
|
7138
7152
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7153
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
7139
7154
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7155
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
7140
7156
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7141
7157
|
title?: InputMaybe<Scalars["String"]>;
|
|
7142
7158
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7395,7 +7411,9 @@ export interface core_flow_stream_cursor_value_input {
|
|
|
7395
7411
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7396
7412
|
description?: InputMaybe<Scalars["String"]>;
|
|
7397
7413
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7414
|
+
left_type?: InputMaybe<Scalars["String"]>;
|
|
7398
7415
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7416
|
+
right_type?: InputMaybe<Scalars["String"]>;
|
|
7399
7417
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7400
7418
|
title?: InputMaybe<Scalars["String"]>;
|
|
7401
7419
|
type?: InputMaybe<Scalars["flow_type"]>;
|
|
@@ -7411,8 +7429,12 @@ export type core_flow_update_column =
|
|
|
7411
7429
|
/** column name */
|
|
7412
7430
|
| "id"
|
|
7413
7431
|
/** column name */
|
|
7432
|
+
| "left_type"
|
|
7433
|
+
/** column name */
|
|
7414
7434
|
| "mapping_schema"
|
|
7415
7435
|
/** column name */
|
|
7436
|
+
| "right_type"
|
|
7437
|
+
/** column name */
|
|
7416
7438
|
| "setting_schema"
|
|
7417
7439
|
/** column name */
|
|
7418
7440
|
| "title"
|
|
@@ -35612,7 +35634,9 @@ export declare const generatedSchema: {
|
|
|
35612
35634
|
app_id: { __type: "String!" };
|
|
35613
35635
|
description: { __type: "String" };
|
|
35614
35636
|
id: { __type: "uuid!" };
|
|
35637
|
+
left_type: { __type: "String" };
|
|
35615
35638
|
mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35639
|
+
right_type: { __type: "String" };
|
|
35616
35640
|
setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35617
35641
|
title: { __type: "String!" };
|
|
35618
35642
|
type: { __type: "flow_type" };
|
|
@@ -35661,7 +35685,9 @@ export declare const generatedSchema: {
|
|
|
35661
35685
|
app_id: { __type: "String_comparison_exp" };
|
|
35662
35686
|
description: { __type: "String_comparison_exp" };
|
|
35663
35687
|
id: { __type: "uuid_comparison_exp" };
|
|
35688
|
+
left_type: { __type: "String_comparison_exp" };
|
|
35664
35689
|
mapping_schema: { __type: "jsonb_comparison_exp" };
|
|
35690
|
+
right_type: { __type: "String_comparison_exp" };
|
|
35665
35691
|
setting_schema: { __type: "jsonb_comparison_exp" };
|
|
35666
35692
|
title: { __type: "String_comparison_exp" };
|
|
35667
35693
|
type: { __type: "flow_type_comparison_exp" };
|
|
@@ -35683,7 +35709,9 @@ export declare const generatedSchema: {
|
|
|
35683
35709
|
app_id: { __type: "String" };
|
|
35684
35710
|
description: { __type: "String" };
|
|
35685
35711
|
id: { __type: "uuid" };
|
|
35712
|
+
left_type: { __type: "String" };
|
|
35686
35713
|
mapping_schema: { __type: "jsonb" };
|
|
35714
|
+
right_type: { __type: "String" };
|
|
35687
35715
|
setting_schema: { __type: "jsonb" };
|
|
35688
35716
|
title: { __type: "String" };
|
|
35689
35717
|
type: { __type: "flow_type" };
|
|
@@ -35896,6 +35924,8 @@ export declare const generatedSchema: {
|
|
|
35896
35924
|
app_id: { __type: "String" };
|
|
35897
35925
|
description: { __type: "String" };
|
|
35898
35926
|
id: { __type: "uuid" };
|
|
35927
|
+
left_type: { __type: "String" };
|
|
35928
|
+
right_type: { __type: "String" };
|
|
35899
35929
|
title: { __type: "String" };
|
|
35900
35930
|
type: { __type: "flow_type" };
|
|
35901
35931
|
uniqueRef: { __type: "String" };
|
|
@@ -35904,6 +35934,8 @@ export declare const generatedSchema: {
|
|
|
35904
35934
|
app_id: { __type: "order_by" };
|
|
35905
35935
|
description: { __type: "order_by" };
|
|
35906
35936
|
id: { __type: "order_by" };
|
|
35937
|
+
left_type: { __type: "order_by" };
|
|
35938
|
+
right_type: { __type: "order_by" };
|
|
35907
35939
|
title: { __type: "order_by" };
|
|
35908
35940
|
type: { __type: "order_by" };
|
|
35909
35941
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35913,6 +35945,8 @@ export declare const generatedSchema: {
|
|
|
35913
35945
|
app_id: { __type: "String" };
|
|
35914
35946
|
description: { __type: "String" };
|
|
35915
35947
|
id: { __type: "uuid" };
|
|
35948
|
+
left_type: { __type: "String" };
|
|
35949
|
+
right_type: { __type: "String" };
|
|
35916
35950
|
title: { __type: "String" };
|
|
35917
35951
|
type: { __type: "flow_type" };
|
|
35918
35952
|
uniqueRef: { __type: "String" };
|
|
@@ -35921,6 +35955,8 @@ export declare const generatedSchema: {
|
|
|
35921
35955
|
app_id: { __type: "order_by" };
|
|
35922
35956
|
description: { __type: "order_by" };
|
|
35923
35957
|
id: { __type: "order_by" };
|
|
35958
|
+
left_type: { __type: "order_by" };
|
|
35959
|
+
right_type: { __type: "order_by" };
|
|
35924
35960
|
title: { __type: "order_by" };
|
|
35925
35961
|
type: { __type: "order_by" };
|
|
35926
35962
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35943,7 +35979,9 @@ export declare const generatedSchema: {
|
|
|
35943
35979
|
app_id: { __type: "order_by" };
|
|
35944
35980
|
description: { __type: "order_by" };
|
|
35945
35981
|
id: { __type: "order_by" };
|
|
35982
|
+
left_type: { __type: "order_by" };
|
|
35946
35983
|
mapping_schema: { __type: "order_by" };
|
|
35984
|
+
right_type: { __type: "order_by" };
|
|
35947
35985
|
setting_schema: { __type: "order_by" };
|
|
35948
35986
|
title: { __type: "order_by" };
|
|
35949
35987
|
type: { __type: "order_by" };
|
|
@@ -35958,7 +35996,9 @@ export declare const generatedSchema: {
|
|
|
35958
35996
|
app_id: { __type: "String" };
|
|
35959
35997
|
description: { __type: "String" };
|
|
35960
35998
|
id: { __type: "uuid" };
|
|
35999
|
+
left_type: { __type: "String" };
|
|
35961
36000
|
mapping_schema: { __type: "jsonb" };
|
|
36001
|
+
right_type: { __type: "String" };
|
|
35962
36002
|
setting_schema: { __type: "jsonb" };
|
|
35963
36003
|
title: { __type: "String" };
|
|
35964
36004
|
type: { __type: "flow_type" };
|
|
@@ -36174,7 +36214,9 @@ export declare const generatedSchema: {
|
|
|
36174
36214
|
app_id: { __type: "String" };
|
|
36175
36215
|
description: { __type: "String" };
|
|
36176
36216
|
id: { __type: "uuid" };
|
|
36217
|
+
left_type: { __type: "String" };
|
|
36177
36218
|
mapping_schema: { __type: "jsonb" };
|
|
36219
|
+
right_type: { __type: "String" };
|
|
36178
36220
|
setting_schema: { __type: "jsonb" };
|
|
36179
36221
|
title: { __type: "String" };
|
|
36180
36222
|
type: { __type: "flow_type" };
|
|
@@ -77237,12 +77279,14 @@ export interface core_flow {
|
|
|
77237
77279
|
app_id: ScalarsEnums["String"];
|
|
77238
77280
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77239
77281
|
id: ScalarsEnums["uuid"];
|
|
77282
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77240
77283
|
mapping_schema: (args?: {
|
|
77241
77284
|
/**
|
|
77242
77285
|
* JSON select path
|
|
77243
77286
|
*/
|
|
77244
77287
|
path?: Maybe<Scalars["String"]>;
|
|
77245
77288
|
}) => ScalarsEnums["jsonb"];
|
|
77289
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77246
77290
|
setting_schema: (args?: {
|
|
77247
77291
|
/**
|
|
77248
77292
|
* JSON select path
|
|
@@ -77416,6 +77460,8 @@ export interface core_flow_max_fields {
|
|
|
77416
77460
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77417
77461
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77418
77462
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77463
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77464
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77419
77465
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77420
77466
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77421
77467
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -77429,6 +77475,8 @@ export interface core_flow_min_fields {
|
|
|
77429
77475
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77430
77476
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77431
77477
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77478
|
+
left_type?: Maybe<ScalarsEnums["String"]>;
|
|
77479
|
+
right_type?: Maybe<ScalarsEnums["String"]>;
|
|
77432
77480
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77433
77481
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77434
77482
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -7463,7 +7463,9 @@ export const generatedSchema = {
|
|
|
7463
7463
|
app_id: { __type: "String!" },
|
|
7464
7464
|
description: { __type: "String" },
|
|
7465
7465
|
id: { __type: "uuid!" },
|
|
7466
|
+
left_type: { __type: "String" },
|
|
7466
7467
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7468
|
+
right_type: { __type: "String" },
|
|
7467
7469
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7468
7470
|
title: { __type: "String!" },
|
|
7469
7471
|
type: { __type: "flow_type" },
|
|
@@ -7512,7 +7514,9 @@ export const generatedSchema = {
|
|
|
7512
7514
|
app_id: { __type: "String_comparison_exp" },
|
|
7513
7515
|
description: { __type: "String_comparison_exp" },
|
|
7514
7516
|
id: { __type: "uuid_comparison_exp" },
|
|
7517
|
+
left_type: { __type: "String_comparison_exp" },
|
|
7515
7518
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7519
|
+
right_type: { __type: "String_comparison_exp" },
|
|
7516
7520
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7517
7521
|
title: { __type: "String_comparison_exp" },
|
|
7518
7522
|
type: { __type: "flow_type_comparison_exp" },
|
|
@@ -7534,7 +7538,9 @@ export const generatedSchema = {
|
|
|
7534
7538
|
app_id: { __type: "String" },
|
|
7535
7539
|
description: { __type: "String" },
|
|
7536
7540
|
id: { __type: "uuid" },
|
|
7541
|
+
left_type: { __type: "String" },
|
|
7537
7542
|
mapping_schema: { __type: "jsonb" },
|
|
7543
|
+
right_type: { __type: "String" },
|
|
7538
7544
|
setting_schema: { __type: "jsonb" },
|
|
7539
7545
|
title: { __type: "String" },
|
|
7540
7546
|
type: { __type: "flow_type" },
|
|
@@ -7747,6 +7753,8 @@ export const generatedSchema = {
|
|
|
7747
7753
|
app_id: { __type: "String" },
|
|
7748
7754
|
description: { __type: "String" },
|
|
7749
7755
|
id: { __type: "uuid" },
|
|
7756
|
+
left_type: { __type: "String" },
|
|
7757
|
+
right_type: { __type: "String" },
|
|
7750
7758
|
title: { __type: "String" },
|
|
7751
7759
|
type: { __type: "flow_type" },
|
|
7752
7760
|
uniqueRef: { __type: "String" },
|
|
@@ -7755,6 +7763,8 @@ export const generatedSchema = {
|
|
|
7755
7763
|
app_id: { __type: "order_by" },
|
|
7756
7764
|
description: { __type: "order_by" },
|
|
7757
7765
|
id: { __type: "order_by" },
|
|
7766
|
+
left_type: { __type: "order_by" },
|
|
7767
|
+
right_type: { __type: "order_by" },
|
|
7758
7768
|
title: { __type: "order_by" },
|
|
7759
7769
|
type: { __type: "order_by" },
|
|
7760
7770
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7764,6 +7774,8 @@ export const generatedSchema = {
|
|
|
7764
7774
|
app_id: { __type: "String" },
|
|
7765
7775
|
description: { __type: "String" },
|
|
7766
7776
|
id: { __type: "uuid" },
|
|
7777
|
+
left_type: { __type: "String" },
|
|
7778
|
+
right_type: { __type: "String" },
|
|
7767
7779
|
title: { __type: "String" },
|
|
7768
7780
|
type: { __type: "flow_type" },
|
|
7769
7781
|
uniqueRef: { __type: "String" },
|
|
@@ -7772,6 +7784,8 @@ export const generatedSchema = {
|
|
|
7772
7784
|
app_id: { __type: "order_by" },
|
|
7773
7785
|
description: { __type: "order_by" },
|
|
7774
7786
|
id: { __type: "order_by" },
|
|
7787
|
+
left_type: { __type: "order_by" },
|
|
7788
|
+
right_type: { __type: "order_by" },
|
|
7775
7789
|
title: { __type: "order_by" },
|
|
7776
7790
|
type: { __type: "order_by" },
|
|
7777
7791
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7794,7 +7808,9 @@ export const generatedSchema = {
|
|
|
7794
7808
|
app_id: { __type: "order_by" },
|
|
7795
7809
|
description: { __type: "order_by" },
|
|
7796
7810
|
id: { __type: "order_by" },
|
|
7811
|
+
left_type: { __type: "order_by" },
|
|
7797
7812
|
mapping_schema: { __type: "order_by" },
|
|
7813
|
+
right_type: { __type: "order_by" },
|
|
7798
7814
|
setting_schema: { __type: "order_by" },
|
|
7799
7815
|
title: { __type: "order_by" },
|
|
7800
7816
|
type: { __type: "order_by" },
|
|
@@ -7809,7 +7825,9 @@ export const generatedSchema = {
|
|
|
7809
7825
|
app_id: { __type: "String" },
|
|
7810
7826
|
description: { __type: "String" },
|
|
7811
7827
|
id: { __type: "uuid" },
|
|
7828
|
+
left_type: { __type: "String" },
|
|
7812
7829
|
mapping_schema: { __type: "jsonb" },
|
|
7830
|
+
right_type: { __type: "String" },
|
|
7813
7831
|
setting_schema: { __type: "jsonb" },
|
|
7814
7832
|
title: { __type: "String" },
|
|
7815
7833
|
type: { __type: "flow_type" },
|
|
@@ -8025,7 +8043,9 @@ export const generatedSchema = {
|
|
|
8025
8043
|
app_id: { __type: "String" },
|
|
8026
8044
|
description: { __type: "String" },
|
|
8027
8045
|
id: { __type: "uuid" },
|
|
8046
|
+
left_type: { __type: "String" },
|
|
8028
8047
|
mapping_schema: { __type: "jsonb" },
|
|
8048
|
+
right_type: { __type: "String" },
|
|
8029
8049
|
setting_schema: { __type: "jsonb" },
|
|
8030
8050
|
title: { __type: "String" },
|
|
8031
8051
|
type: { __type: "flow_type" },
|