@vrplatform/graphql 1.1.35 → 1.1.38

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.
@@ -6771,10 +6771,10 @@ export interface core_flow_bool_exp {
6771
6771
  _or?: InputMaybe<Array<core_flow_bool_exp>>;
6772
6772
  app_id?: InputMaybe<String_comparison_exp>;
6773
6773
  description?: InputMaybe<String_comparison_exp>;
6774
- external_type?: InputMaybe<String_comparison_exp>;
6775
6774
  id?: InputMaybe<uuid_comparison_exp>;
6776
- internal_type?: InputMaybe<String_comparison_exp>;
6775
+ left_type?: InputMaybe<String_comparison_exp>;
6777
6776
  mapping_schema?: InputMaybe<jsonb_comparison_exp>;
6777
+ right_type?: InputMaybe<String_comparison_exp>;
6778
6778
  setting_schema?: InputMaybe<jsonb_comparison_exp>;
6779
6779
  title?: InputMaybe<String_comparison_exp>;
6780
6780
  type?: InputMaybe<flow_type_comparison_exp>;
@@ -6810,10 +6810,10 @@ export interface core_flow_delete_key_input {
6810
6810
  export interface core_flow_insert_input {
6811
6811
  app_id?: InputMaybe<Scalars["String"]>;
6812
6812
  description?: InputMaybe<Scalars["String"]>;
6813
- external_type?: InputMaybe<Scalars["String"]>;
6814
6813
  id?: InputMaybe<Scalars["uuid"]>;
6815
- internal_type?: InputMaybe<Scalars["String"]>;
6814
+ left_type?: InputMaybe<Scalars["String"]>;
6816
6815
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
6816
+ right_type?: InputMaybe<Scalars["String"]>;
6817
6817
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
6818
6818
  title?: InputMaybe<Scalars["String"]>;
6819
6819
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7063,9 +7063,9 @@ export interface core_flow_mapping_updates {
7063
7063
  export interface core_flow_max_order_by {
7064
7064
  app_id?: InputMaybe<order_by>;
7065
7065
  description?: InputMaybe<order_by>;
7066
- external_type?: InputMaybe<order_by>;
7067
7066
  id?: InputMaybe<order_by>;
7068
- internal_type?: InputMaybe<order_by>;
7067
+ left_type?: InputMaybe<order_by>;
7068
+ right_type?: InputMaybe<order_by>;
7069
7069
  title?: InputMaybe<order_by>;
7070
7070
  type?: InputMaybe<order_by>;
7071
7071
  uniqueRef?: InputMaybe<order_by>;
@@ -7075,9 +7075,9 @@ export interface core_flow_max_order_by {
7075
7075
  export interface core_flow_min_order_by {
7076
7076
  app_id?: InputMaybe<order_by>;
7077
7077
  description?: InputMaybe<order_by>;
7078
- external_type?: InputMaybe<order_by>;
7079
7078
  id?: InputMaybe<order_by>;
7080
- internal_type?: InputMaybe<order_by>;
7079
+ left_type?: InputMaybe<order_by>;
7080
+ right_type?: InputMaybe<order_by>;
7081
7081
  title?: InputMaybe<order_by>;
7082
7082
  type?: InputMaybe<order_by>;
7083
7083
  uniqueRef?: InputMaybe<order_by>;
@@ -7101,10 +7101,10 @@ export interface core_flow_on_conflict {
7101
7101
  export interface core_flow_order_by {
7102
7102
  app_id?: InputMaybe<order_by>;
7103
7103
  description?: InputMaybe<order_by>;
7104
- external_type?: InputMaybe<order_by>;
7105
7104
  id?: InputMaybe<order_by>;
7106
- internal_type?: InputMaybe<order_by>;
7105
+ left_type?: InputMaybe<order_by>;
7107
7106
  mapping_schema?: InputMaybe<order_by>;
7107
+ right_type?: InputMaybe<order_by>;
7108
7108
  setting_schema?: InputMaybe<order_by>;
7109
7109
  title?: InputMaybe<order_by>;
7110
7110
  type?: InputMaybe<order_by>;
@@ -7129,14 +7129,14 @@ export type core_flow_select_column =
7129
7129
  /** column name */
7130
7130
  | "description"
7131
7131
  /** column name */
7132
- | "external_type"
7133
- /** column name */
7134
7132
  | "id"
7135
7133
  /** column name */
7136
- | "internal_type"
7134
+ | "left_type"
7137
7135
  /** column name */
7138
7136
  | "mapping_schema"
7139
7137
  /** column name */
7138
+ | "right_type"
7139
+ /** column name */
7140
7140
  | "setting_schema"
7141
7141
  /** column name */
7142
7142
  | "title"
@@ -7149,10 +7149,10 @@ export type core_flow_select_column =
7149
7149
  export interface core_flow_set_input {
7150
7150
  app_id?: InputMaybe<Scalars["String"]>;
7151
7151
  description?: InputMaybe<Scalars["String"]>;
7152
- external_type?: InputMaybe<Scalars["String"]>;
7153
7152
  id?: InputMaybe<Scalars["uuid"]>;
7154
- internal_type?: InputMaybe<Scalars["String"]>;
7153
+ left_type?: InputMaybe<Scalars["String"]>;
7155
7154
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
7155
+ right_type?: InputMaybe<Scalars["String"]>;
7156
7156
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
7157
7157
  title?: InputMaybe<Scalars["String"]>;
7158
7158
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7410,10 +7410,10 @@ export interface core_flow_stream_cursor_input {
7410
7410
  export interface core_flow_stream_cursor_value_input {
7411
7411
  app_id?: InputMaybe<Scalars["String"]>;
7412
7412
  description?: InputMaybe<Scalars["String"]>;
7413
- external_type?: InputMaybe<Scalars["String"]>;
7414
7413
  id?: InputMaybe<Scalars["uuid"]>;
7415
- internal_type?: InputMaybe<Scalars["String"]>;
7414
+ left_type?: InputMaybe<Scalars["String"]>;
7416
7415
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
7416
+ right_type?: InputMaybe<Scalars["String"]>;
7417
7417
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
7418
7418
  title?: InputMaybe<Scalars["String"]>;
7419
7419
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7427,14 +7427,14 @@ export type core_flow_update_column =
7427
7427
  /** column name */
7428
7428
  | "description"
7429
7429
  /** column name */
7430
- | "external_type"
7431
- /** column name */
7432
7430
  | "id"
7433
7431
  /** column name */
7434
- | "internal_type"
7432
+ | "left_type"
7435
7433
  /** column name */
7436
7434
  | "mapping_schema"
7437
7435
  /** column name */
7436
+ | "right_type"
7437
+ /** column name */
7438
7438
  | "setting_schema"
7439
7439
  /** column name */
7440
7440
  | "title"
@@ -35633,10 +35633,10 @@ export declare const generatedSchema: {
35633
35633
  __typename: { __type: "String!" };
35634
35634
  app_id: { __type: "String!" };
35635
35635
  description: { __type: "String" };
35636
- external_type: { __type: "String" };
35637
35636
  id: { __type: "uuid!" };
35638
- internal_type: { __type: "String" };
35637
+ left_type: { __type: "String" };
35639
35638
  mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
35639
+ right_type: { __type: "String" };
35640
35640
  setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
35641
35641
  title: { __type: "String!" };
35642
35642
  type: { __type: "flow_type" };
@@ -35684,10 +35684,10 @@ export declare const generatedSchema: {
35684
35684
  _or: { __type: "[core_flow_bool_exp!]" };
35685
35685
  app_id: { __type: "String_comparison_exp" };
35686
35686
  description: { __type: "String_comparison_exp" };
35687
- external_type: { __type: "String_comparison_exp" };
35688
35687
  id: { __type: "uuid_comparison_exp" };
35689
- internal_type: { __type: "String_comparison_exp" };
35688
+ left_type: { __type: "String_comparison_exp" };
35690
35689
  mapping_schema: { __type: "jsonb_comparison_exp" };
35690
+ right_type: { __type: "String_comparison_exp" };
35691
35691
  setting_schema: { __type: "jsonb_comparison_exp" };
35692
35692
  title: { __type: "String_comparison_exp" };
35693
35693
  type: { __type: "flow_type_comparison_exp" };
@@ -35708,10 +35708,10 @@ export declare const generatedSchema: {
35708
35708
  core_flow_insert_input: {
35709
35709
  app_id: { __type: "String" };
35710
35710
  description: { __type: "String" };
35711
- external_type: { __type: "String" };
35712
35711
  id: { __type: "uuid" };
35713
- internal_type: { __type: "String" };
35712
+ left_type: { __type: "String" };
35714
35713
  mapping_schema: { __type: "jsonb" };
35714
+ right_type: { __type: "String" };
35715
35715
  setting_schema: { __type: "jsonb" };
35716
35716
  title: { __type: "String" };
35717
35717
  type: { __type: "flow_type" };
@@ -35923,9 +35923,9 @@ export declare const generatedSchema: {
35923
35923
  __typename: { __type: "String!" };
35924
35924
  app_id: { __type: "String" };
35925
35925
  description: { __type: "String" };
35926
- external_type: { __type: "String" };
35927
35926
  id: { __type: "uuid" };
35928
- internal_type: { __type: "String" };
35927
+ left_type: { __type: "String" };
35928
+ right_type: { __type: "String" };
35929
35929
  title: { __type: "String" };
35930
35930
  type: { __type: "flow_type" };
35931
35931
  uniqueRef: { __type: "String" };
@@ -35933,9 +35933,9 @@ export declare const generatedSchema: {
35933
35933
  core_flow_max_order_by: {
35934
35934
  app_id: { __type: "order_by" };
35935
35935
  description: { __type: "order_by" };
35936
- external_type: { __type: "order_by" };
35937
35936
  id: { __type: "order_by" };
35938
- internal_type: { __type: "order_by" };
35937
+ left_type: { __type: "order_by" };
35938
+ right_type: { __type: "order_by" };
35939
35939
  title: { __type: "order_by" };
35940
35940
  type: { __type: "order_by" };
35941
35941
  uniqueRef: { __type: "order_by" };
@@ -35944,9 +35944,9 @@ export declare const generatedSchema: {
35944
35944
  __typename: { __type: "String!" };
35945
35945
  app_id: { __type: "String" };
35946
35946
  description: { __type: "String" };
35947
- external_type: { __type: "String" };
35948
35947
  id: { __type: "uuid" };
35949
- internal_type: { __type: "String" };
35948
+ left_type: { __type: "String" };
35949
+ right_type: { __type: "String" };
35950
35950
  title: { __type: "String" };
35951
35951
  type: { __type: "flow_type" };
35952
35952
  uniqueRef: { __type: "String" };
@@ -35954,9 +35954,9 @@ export declare const generatedSchema: {
35954
35954
  core_flow_min_order_by: {
35955
35955
  app_id: { __type: "order_by" };
35956
35956
  description: { __type: "order_by" };
35957
- external_type: { __type: "order_by" };
35958
35957
  id: { __type: "order_by" };
35959
- internal_type: { __type: "order_by" };
35958
+ left_type: { __type: "order_by" };
35959
+ right_type: { __type: "order_by" };
35960
35960
  title: { __type: "order_by" };
35961
35961
  type: { __type: "order_by" };
35962
35962
  uniqueRef: { __type: "order_by" };
@@ -35978,10 +35978,10 @@ export declare const generatedSchema: {
35978
35978
  core_flow_order_by: {
35979
35979
  app_id: { __type: "order_by" };
35980
35980
  description: { __type: "order_by" };
35981
- external_type: { __type: "order_by" };
35982
35981
  id: { __type: "order_by" };
35983
- internal_type: { __type: "order_by" };
35982
+ left_type: { __type: "order_by" };
35984
35983
  mapping_schema: { __type: "order_by" };
35984
+ right_type: { __type: "order_by" };
35985
35985
  setting_schema: { __type: "order_by" };
35986
35986
  title: { __type: "order_by" };
35987
35987
  type: { __type: "order_by" };
@@ -35995,10 +35995,10 @@ export declare const generatedSchema: {
35995
35995
  core_flow_set_input: {
35996
35996
  app_id: { __type: "String" };
35997
35997
  description: { __type: "String" };
35998
- external_type: { __type: "String" };
35999
35998
  id: { __type: "uuid" };
36000
- internal_type: { __type: "String" };
35999
+ left_type: { __type: "String" };
36001
36000
  mapping_schema: { __type: "jsonb" };
36001
+ right_type: { __type: "String" };
36002
36002
  setting_schema: { __type: "jsonb" };
36003
36003
  title: { __type: "String" };
36004
36004
  type: { __type: "flow_type" };
@@ -36213,10 +36213,10 @@ export declare const generatedSchema: {
36213
36213
  core_flow_stream_cursor_value_input: {
36214
36214
  app_id: { __type: "String" };
36215
36215
  description: { __type: "String" };
36216
- external_type: { __type: "String" };
36217
36216
  id: { __type: "uuid" };
36218
- internal_type: { __type: "String" };
36217
+ left_type: { __type: "String" };
36219
36218
  mapping_schema: { __type: "jsonb" };
36219
+ right_type: { __type: "String" };
36220
36220
  setting_schema: { __type: "jsonb" };
36221
36221
  title: { __type: "String" };
36222
36222
  type: { __type: "flow_type" };
@@ -77278,15 +77278,15 @@ export interface core_flow {
77278
77278
  __typename?: "core_flow";
77279
77279
  app_id: ScalarsEnums["String"];
77280
77280
  description?: Maybe<ScalarsEnums["String"]>;
77281
- external_type?: Maybe<ScalarsEnums["String"]>;
77282
77281
  id: ScalarsEnums["uuid"];
77283
- internal_type?: Maybe<ScalarsEnums["String"]>;
77282
+ left_type?: Maybe<ScalarsEnums["String"]>;
77284
77283
  mapping_schema: (args?: {
77285
77284
  /**
77286
77285
  * JSON select path
77287
77286
  */
77288
77287
  path?: Maybe<Scalars["String"]>;
77289
77288
  }) => ScalarsEnums["jsonb"];
77289
+ right_type?: Maybe<ScalarsEnums["String"]>;
77290
77290
  setting_schema: (args?: {
77291
77291
  /**
77292
77292
  * JSON select path
@@ -77459,9 +77459,9 @@ export interface core_flow_max_fields {
77459
77459
  __typename?: "core_flow_max_fields";
77460
77460
  app_id?: Maybe<ScalarsEnums["String"]>;
77461
77461
  description?: Maybe<ScalarsEnums["String"]>;
77462
- external_type?: Maybe<ScalarsEnums["String"]>;
77463
77462
  id?: Maybe<ScalarsEnums["uuid"]>;
77464
- internal_type?: Maybe<ScalarsEnums["String"]>;
77463
+ left_type?: Maybe<ScalarsEnums["String"]>;
77464
+ right_type?: Maybe<ScalarsEnums["String"]>;
77465
77465
  title?: Maybe<ScalarsEnums["String"]>;
77466
77466
  type?: Maybe<ScalarsEnums["flow_type"]>;
77467
77467
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
@@ -77474,9 +77474,9 @@ export interface core_flow_min_fields {
77474
77474
  __typename?: "core_flow_min_fields";
77475
77475
  app_id?: Maybe<ScalarsEnums["String"]>;
77476
77476
  description?: Maybe<ScalarsEnums["String"]>;
77477
- external_type?: Maybe<ScalarsEnums["String"]>;
77478
77477
  id?: Maybe<ScalarsEnums["uuid"]>;
77479
- internal_type?: Maybe<ScalarsEnums["String"]>;
77478
+ left_type?: Maybe<ScalarsEnums["String"]>;
77479
+ right_type?: Maybe<ScalarsEnums["String"]>;
77480
77480
  title?: Maybe<ScalarsEnums["String"]>;
77481
77481
  type?: Maybe<ScalarsEnums["flow_type"]>;
77482
77482
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
@@ -7439,10 +7439,10 @@ exports.generatedSchema = {
7439
7439
  __typename: { __type: "String!" },
7440
7440
  app_id: { __type: "String!" },
7441
7441
  description: { __type: "String" },
7442
- external_type: { __type: "String" },
7443
7442
  id: { __type: "uuid!" },
7444
- internal_type: { __type: "String" },
7443
+ left_type: { __type: "String" },
7445
7444
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7445
+ right_type: { __type: "String" },
7446
7446
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7447
7447
  title: { __type: "String!" },
7448
7448
  type: { __type: "flow_type" },
@@ -7490,10 +7490,10 @@ exports.generatedSchema = {
7490
7490
  _or: { __type: "[core_flow_bool_exp!]" },
7491
7491
  app_id: { __type: "String_comparison_exp" },
7492
7492
  description: { __type: "String_comparison_exp" },
7493
- external_type: { __type: "String_comparison_exp" },
7494
7493
  id: { __type: "uuid_comparison_exp" },
7495
- internal_type: { __type: "String_comparison_exp" },
7494
+ left_type: { __type: "String_comparison_exp" },
7496
7495
  mapping_schema: { __type: "jsonb_comparison_exp" },
7496
+ right_type: { __type: "String_comparison_exp" },
7497
7497
  setting_schema: { __type: "jsonb_comparison_exp" },
7498
7498
  title: { __type: "String_comparison_exp" },
7499
7499
  type: { __type: "flow_type_comparison_exp" },
@@ -7514,10 +7514,10 @@ exports.generatedSchema = {
7514
7514
  core_flow_insert_input: {
7515
7515
  app_id: { __type: "String" },
7516
7516
  description: { __type: "String" },
7517
- external_type: { __type: "String" },
7518
7517
  id: { __type: "uuid" },
7519
- internal_type: { __type: "String" },
7518
+ left_type: { __type: "String" },
7520
7519
  mapping_schema: { __type: "jsonb" },
7520
+ right_type: { __type: "String" },
7521
7521
  setting_schema: { __type: "jsonb" },
7522
7522
  title: { __type: "String" },
7523
7523
  type: { __type: "flow_type" },
@@ -7729,9 +7729,9 @@ exports.generatedSchema = {
7729
7729
  __typename: { __type: "String!" },
7730
7730
  app_id: { __type: "String" },
7731
7731
  description: { __type: "String" },
7732
- external_type: { __type: "String" },
7733
7732
  id: { __type: "uuid" },
7734
- internal_type: { __type: "String" },
7733
+ left_type: { __type: "String" },
7734
+ right_type: { __type: "String" },
7735
7735
  title: { __type: "String" },
7736
7736
  type: { __type: "flow_type" },
7737
7737
  uniqueRef: { __type: "String" },
@@ -7739,9 +7739,9 @@ exports.generatedSchema = {
7739
7739
  core_flow_max_order_by: {
7740
7740
  app_id: { __type: "order_by" },
7741
7741
  description: { __type: "order_by" },
7742
- external_type: { __type: "order_by" },
7743
7742
  id: { __type: "order_by" },
7744
- internal_type: { __type: "order_by" },
7743
+ left_type: { __type: "order_by" },
7744
+ right_type: { __type: "order_by" },
7745
7745
  title: { __type: "order_by" },
7746
7746
  type: { __type: "order_by" },
7747
7747
  uniqueRef: { __type: "order_by" },
@@ -7750,9 +7750,9 @@ exports.generatedSchema = {
7750
7750
  __typename: { __type: "String!" },
7751
7751
  app_id: { __type: "String" },
7752
7752
  description: { __type: "String" },
7753
- external_type: { __type: "String" },
7754
7753
  id: { __type: "uuid" },
7755
- internal_type: { __type: "String" },
7754
+ left_type: { __type: "String" },
7755
+ right_type: { __type: "String" },
7756
7756
  title: { __type: "String" },
7757
7757
  type: { __type: "flow_type" },
7758
7758
  uniqueRef: { __type: "String" },
@@ -7760,9 +7760,9 @@ exports.generatedSchema = {
7760
7760
  core_flow_min_order_by: {
7761
7761
  app_id: { __type: "order_by" },
7762
7762
  description: { __type: "order_by" },
7763
- external_type: { __type: "order_by" },
7764
7763
  id: { __type: "order_by" },
7765
- internal_type: { __type: "order_by" },
7764
+ left_type: { __type: "order_by" },
7765
+ right_type: { __type: "order_by" },
7766
7766
  title: { __type: "order_by" },
7767
7767
  type: { __type: "order_by" },
7768
7768
  uniqueRef: { __type: "order_by" },
@@ -7784,10 +7784,10 @@ exports.generatedSchema = {
7784
7784
  core_flow_order_by: {
7785
7785
  app_id: { __type: "order_by" },
7786
7786
  description: { __type: "order_by" },
7787
- external_type: { __type: "order_by" },
7788
7787
  id: { __type: "order_by" },
7789
- internal_type: { __type: "order_by" },
7788
+ left_type: { __type: "order_by" },
7790
7789
  mapping_schema: { __type: "order_by" },
7790
+ right_type: { __type: "order_by" },
7791
7791
  setting_schema: { __type: "order_by" },
7792
7792
  title: { __type: "order_by" },
7793
7793
  type: { __type: "order_by" },
@@ -7801,10 +7801,10 @@ exports.generatedSchema = {
7801
7801
  core_flow_set_input: {
7802
7802
  app_id: { __type: "String" },
7803
7803
  description: { __type: "String" },
7804
- external_type: { __type: "String" },
7805
7804
  id: { __type: "uuid" },
7806
- internal_type: { __type: "String" },
7805
+ left_type: { __type: "String" },
7807
7806
  mapping_schema: { __type: "jsonb" },
7807
+ right_type: { __type: "String" },
7808
7808
  setting_schema: { __type: "jsonb" },
7809
7809
  title: { __type: "String" },
7810
7810
  type: { __type: "flow_type" },
@@ -8019,10 +8019,10 @@ exports.generatedSchema = {
8019
8019
  core_flow_stream_cursor_value_input: {
8020
8020
  app_id: { __type: "String" },
8021
8021
  description: { __type: "String" },
8022
- external_type: { __type: "String" },
8023
8022
  id: { __type: "uuid" },
8024
- internal_type: { __type: "String" },
8023
+ left_type: { __type: "String" },
8025
8024
  mapping_schema: { __type: "jsonb" },
8025
+ right_type: { __type: "String" },
8026
8026
  setting_schema: { __type: "jsonb" },
8027
8027
  title: { __type: "String" },
8028
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.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.3"}
@@ -6771,10 +6771,10 @@ export interface core_flow_bool_exp {
6771
6771
  _or?: InputMaybe<Array<core_flow_bool_exp>>;
6772
6772
  app_id?: InputMaybe<String_comparison_exp>;
6773
6773
  description?: InputMaybe<String_comparison_exp>;
6774
- external_type?: InputMaybe<String_comparison_exp>;
6775
6774
  id?: InputMaybe<uuid_comparison_exp>;
6776
- internal_type?: InputMaybe<String_comparison_exp>;
6775
+ left_type?: InputMaybe<String_comparison_exp>;
6777
6776
  mapping_schema?: InputMaybe<jsonb_comparison_exp>;
6777
+ right_type?: InputMaybe<String_comparison_exp>;
6778
6778
  setting_schema?: InputMaybe<jsonb_comparison_exp>;
6779
6779
  title?: InputMaybe<String_comparison_exp>;
6780
6780
  type?: InputMaybe<flow_type_comparison_exp>;
@@ -6810,10 +6810,10 @@ export interface core_flow_delete_key_input {
6810
6810
  export interface core_flow_insert_input {
6811
6811
  app_id?: InputMaybe<Scalars["String"]>;
6812
6812
  description?: InputMaybe<Scalars["String"]>;
6813
- external_type?: InputMaybe<Scalars["String"]>;
6814
6813
  id?: InputMaybe<Scalars["uuid"]>;
6815
- internal_type?: InputMaybe<Scalars["String"]>;
6814
+ left_type?: InputMaybe<Scalars["String"]>;
6816
6815
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
6816
+ right_type?: InputMaybe<Scalars["String"]>;
6817
6817
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
6818
6818
  title?: InputMaybe<Scalars["String"]>;
6819
6819
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7063,9 +7063,9 @@ export interface core_flow_mapping_updates {
7063
7063
  export interface core_flow_max_order_by {
7064
7064
  app_id?: InputMaybe<order_by>;
7065
7065
  description?: InputMaybe<order_by>;
7066
- external_type?: InputMaybe<order_by>;
7067
7066
  id?: InputMaybe<order_by>;
7068
- internal_type?: InputMaybe<order_by>;
7067
+ left_type?: InputMaybe<order_by>;
7068
+ right_type?: InputMaybe<order_by>;
7069
7069
  title?: InputMaybe<order_by>;
7070
7070
  type?: InputMaybe<order_by>;
7071
7071
  uniqueRef?: InputMaybe<order_by>;
@@ -7075,9 +7075,9 @@ export interface core_flow_max_order_by {
7075
7075
  export interface core_flow_min_order_by {
7076
7076
  app_id?: InputMaybe<order_by>;
7077
7077
  description?: InputMaybe<order_by>;
7078
- external_type?: InputMaybe<order_by>;
7079
7078
  id?: InputMaybe<order_by>;
7080
- internal_type?: InputMaybe<order_by>;
7079
+ left_type?: InputMaybe<order_by>;
7080
+ right_type?: InputMaybe<order_by>;
7081
7081
  title?: InputMaybe<order_by>;
7082
7082
  type?: InputMaybe<order_by>;
7083
7083
  uniqueRef?: InputMaybe<order_by>;
@@ -7101,10 +7101,10 @@ export interface core_flow_on_conflict {
7101
7101
  export interface core_flow_order_by {
7102
7102
  app_id?: InputMaybe<order_by>;
7103
7103
  description?: InputMaybe<order_by>;
7104
- external_type?: InputMaybe<order_by>;
7105
7104
  id?: InputMaybe<order_by>;
7106
- internal_type?: InputMaybe<order_by>;
7105
+ left_type?: InputMaybe<order_by>;
7107
7106
  mapping_schema?: InputMaybe<order_by>;
7107
+ right_type?: InputMaybe<order_by>;
7108
7108
  setting_schema?: InputMaybe<order_by>;
7109
7109
  title?: InputMaybe<order_by>;
7110
7110
  type?: InputMaybe<order_by>;
@@ -7129,14 +7129,14 @@ export type core_flow_select_column =
7129
7129
  /** column name */
7130
7130
  | "description"
7131
7131
  /** column name */
7132
- | "external_type"
7133
- /** column name */
7134
7132
  | "id"
7135
7133
  /** column name */
7136
- | "internal_type"
7134
+ | "left_type"
7137
7135
  /** column name */
7138
7136
  | "mapping_schema"
7139
7137
  /** column name */
7138
+ | "right_type"
7139
+ /** column name */
7140
7140
  | "setting_schema"
7141
7141
  /** column name */
7142
7142
  | "title"
@@ -7149,10 +7149,10 @@ export type core_flow_select_column =
7149
7149
  export interface core_flow_set_input {
7150
7150
  app_id?: InputMaybe<Scalars["String"]>;
7151
7151
  description?: InputMaybe<Scalars["String"]>;
7152
- external_type?: InputMaybe<Scalars["String"]>;
7153
7152
  id?: InputMaybe<Scalars["uuid"]>;
7154
- internal_type?: InputMaybe<Scalars["String"]>;
7153
+ left_type?: InputMaybe<Scalars["String"]>;
7155
7154
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
7155
+ right_type?: InputMaybe<Scalars["String"]>;
7156
7156
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
7157
7157
  title?: InputMaybe<Scalars["String"]>;
7158
7158
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7410,10 +7410,10 @@ export interface core_flow_stream_cursor_input {
7410
7410
  export interface core_flow_stream_cursor_value_input {
7411
7411
  app_id?: InputMaybe<Scalars["String"]>;
7412
7412
  description?: InputMaybe<Scalars["String"]>;
7413
- external_type?: InputMaybe<Scalars["String"]>;
7414
7413
  id?: InputMaybe<Scalars["uuid"]>;
7415
- internal_type?: InputMaybe<Scalars["String"]>;
7414
+ left_type?: InputMaybe<Scalars["String"]>;
7416
7415
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
7416
+ right_type?: InputMaybe<Scalars["String"]>;
7417
7417
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
7418
7418
  title?: InputMaybe<Scalars["String"]>;
7419
7419
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7427,14 +7427,14 @@ export type core_flow_update_column =
7427
7427
  /** column name */
7428
7428
  | "description"
7429
7429
  /** column name */
7430
- | "external_type"
7431
- /** column name */
7432
7430
  | "id"
7433
7431
  /** column name */
7434
- | "internal_type"
7432
+ | "left_type"
7435
7433
  /** column name */
7436
7434
  | "mapping_schema"
7437
7435
  /** column name */
7436
+ | "right_type"
7437
+ /** column name */
7438
7438
  | "setting_schema"
7439
7439
  /** column name */
7440
7440
  | "title"
@@ -35633,10 +35633,10 @@ export declare const generatedSchema: {
35633
35633
  __typename: { __type: "String!" };
35634
35634
  app_id: { __type: "String!" };
35635
35635
  description: { __type: "String" };
35636
- external_type: { __type: "String" };
35637
35636
  id: { __type: "uuid!" };
35638
- internal_type: { __type: "String" };
35637
+ left_type: { __type: "String" };
35639
35638
  mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
35639
+ right_type: { __type: "String" };
35640
35640
  setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
35641
35641
  title: { __type: "String!" };
35642
35642
  type: { __type: "flow_type" };
@@ -35684,10 +35684,10 @@ export declare const generatedSchema: {
35684
35684
  _or: { __type: "[core_flow_bool_exp!]" };
35685
35685
  app_id: { __type: "String_comparison_exp" };
35686
35686
  description: { __type: "String_comparison_exp" };
35687
- external_type: { __type: "String_comparison_exp" };
35688
35687
  id: { __type: "uuid_comparison_exp" };
35689
- internal_type: { __type: "String_comparison_exp" };
35688
+ left_type: { __type: "String_comparison_exp" };
35690
35689
  mapping_schema: { __type: "jsonb_comparison_exp" };
35690
+ right_type: { __type: "String_comparison_exp" };
35691
35691
  setting_schema: { __type: "jsonb_comparison_exp" };
35692
35692
  title: { __type: "String_comparison_exp" };
35693
35693
  type: { __type: "flow_type_comparison_exp" };
@@ -35708,10 +35708,10 @@ export declare const generatedSchema: {
35708
35708
  core_flow_insert_input: {
35709
35709
  app_id: { __type: "String" };
35710
35710
  description: { __type: "String" };
35711
- external_type: { __type: "String" };
35712
35711
  id: { __type: "uuid" };
35713
- internal_type: { __type: "String" };
35712
+ left_type: { __type: "String" };
35714
35713
  mapping_schema: { __type: "jsonb" };
35714
+ right_type: { __type: "String" };
35715
35715
  setting_schema: { __type: "jsonb" };
35716
35716
  title: { __type: "String" };
35717
35717
  type: { __type: "flow_type" };
@@ -35923,9 +35923,9 @@ export declare const generatedSchema: {
35923
35923
  __typename: { __type: "String!" };
35924
35924
  app_id: { __type: "String" };
35925
35925
  description: { __type: "String" };
35926
- external_type: { __type: "String" };
35927
35926
  id: { __type: "uuid" };
35928
- internal_type: { __type: "String" };
35927
+ left_type: { __type: "String" };
35928
+ right_type: { __type: "String" };
35929
35929
  title: { __type: "String" };
35930
35930
  type: { __type: "flow_type" };
35931
35931
  uniqueRef: { __type: "String" };
@@ -35933,9 +35933,9 @@ export declare const generatedSchema: {
35933
35933
  core_flow_max_order_by: {
35934
35934
  app_id: { __type: "order_by" };
35935
35935
  description: { __type: "order_by" };
35936
- external_type: { __type: "order_by" };
35937
35936
  id: { __type: "order_by" };
35938
- internal_type: { __type: "order_by" };
35937
+ left_type: { __type: "order_by" };
35938
+ right_type: { __type: "order_by" };
35939
35939
  title: { __type: "order_by" };
35940
35940
  type: { __type: "order_by" };
35941
35941
  uniqueRef: { __type: "order_by" };
@@ -35944,9 +35944,9 @@ export declare const generatedSchema: {
35944
35944
  __typename: { __type: "String!" };
35945
35945
  app_id: { __type: "String" };
35946
35946
  description: { __type: "String" };
35947
- external_type: { __type: "String" };
35948
35947
  id: { __type: "uuid" };
35949
- internal_type: { __type: "String" };
35948
+ left_type: { __type: "String" };
35949
+ right_type: { __type: "String" };
35950
35950
  title: { __type: "String" };
35951
35951
  type: { __type: "flow_type" };
35952
35952
  uniqueRef: { __type: "String" };
@@ -35954,9 +35954,9 @@ export declare const generatedSchema: {
35954
35954
  core_flow_min_order_by: {
35955
35955
  app_id: { __type: "order_by" };
35956
35956
  description: { __type: "order_by" };
35957
- external_type: { __type: "order_by" };
35958
35957
  id: { __type: "order_by" };
35959
- internal_type: { __type: "order_by" };
35958
+ left_type: { __type: "order_by" };
35959
+ right_type: { __type: "order_by" };
35960
35960
  title: { __type: "order_by" };
35961
35961
  type: { __type: "order_by" };
35962
35962
  uniqueRef: { __type: "order_by" };
@@ -35978,10 +35978,10 @@ export declare const generatedSchema: {
35978
35978
  core_flow_order_by: {
35979
35979
  app_id: { __type: "order_by" };
35980
35980
  description: { __type: "order_by" };
35981
- external_type: { __type: "order_by" };
35982
35981
  id: { __type: "order_by" };
35983
- internal_type: { __type: "order_by" };
35982
+ left_type: { __type: "order_by" };
35984
35983
  mapping_schema: { __type: "order_by" };
35984
+ right_type: { __type: "order_by" };
35985
35985
  setting_schema: { __type: "order_by" };
35986
35986
  title: { __type: "order_by" };
35987
35987
  type: { __type: "order_by" };
@@ -35995,10 +35995,10 @@ export declare const generatedSchema: {
35995
35995
  core_flow_set_input: {
35996
35996
  app_id: { __type: "String" };
35997
35997
  description: { __type: "String" };
35998
- external_type: { __type: "String" };
35999
35998
  id: { __type: "uuid" };
36000
- internal_type: { __type: "String" };
35999
+ left_type: { __type: "String" };
36001
36000
  mapping_schema: { __type: "jsonb" };
36001
+ right_type: { __type: "String" };
36002
36002
  setting_schema: { __type: "jsonb" };
36003
36003
  title: { __type: "String" };
36004
36004
  type: { __type: "flow_type" };
@@ -36213,10 +36213,10 @@ export declare const generatedSchema: {
36213
36213
  core_flow_stream_cursor_value_input: {
36214
36214
  app_id: { __type: "String" };
36215
36215
  description: { __type: "String" };
36216
- external_type: { __type: "String" };
36217
36216
  id: { __type: "uuid" };
36218
- internal_type: { __type: "String" };
36217
+ left_type: { __type: "String" };
36219
36218
  mapping_schema: { __type: "jsonb" };
36219
+ right_type: { __type: "String" };
36220
36220
  setting_schema: { __type: "jsonb" };
36221
36221
  title: { __type: "String" };
36222
36222
  type: { __type: "flow_type" };
@@ -77278,15 +77278,15 @@ export interface core_flow {
77278
77278
  __typename?: "core_flow";
77279
77279
  app_id: ScalarsEnums["String"];
77280
77280
  description?: Maybe<ScalarsEnums["String"]>;
77281
- external_type?: Maybe<ScalarsEnums["String"]>;
77282
77281
  id: ScalarsEnums["uuid"];
77283
- internal_type?: Maybe<ScalarsEnums["String"]>;
77282
+ left_type?: Maybe<ScalarsEnums["String"]>;
77284
77283
  mapping_schema: (args?: {
77285
77284
  /**
77286
77285
  * JSON select path
77287
77286
  */
77288
77287
  path?: Maybe<Scalars["String"]>;
77289
77288
  }) => ScalarsEnums["jsonb"];
77289
+ right_type?: Maybe<ScalarsEnums["String"]>;
77290
77290
  setting_schema: (args?: {
77291
77291
  /**
77292
77292
  * JSON select path
@@ -77459,9 +77459,9 @@ export interface core_flow_max_fields {
77459
77459
  __typename?: "core_flow_max_fields";
77460
77460
  app_id?: Maybe<ScalarsEnums["String"]>;
77461
77461
  description?: Maybe<ScalarsEnums["String"]>;
77462
- external_type?: Maybe<ScalarsEnums["String"]>;
77463
77462
  id?: Maybe<ScalarsEnums["uuid"]>;
77464
- internal_type?: Maybe<ScalarsEnums["String"]>;
77463
+ left_type?: Maybe<ScalarsEnums["String"]>;
77464
+ right_type?: Maybe<ScalarsEnums["String"]>;
77465
77465
  title?: Maybe<ScalarsEnums["String"]>;
77466
77466
  type?: Maybe<ScalarsEnums["flow_type"]>;
77467
77467
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
@@ -77474,9 +77474,9 @@ export interface core_flow_min_fields {
77474
77474
  __typename?: "core_flow_min_fields";
77475
77475
  app_id?: Maybe<ScalarsEnums["String"]>;
77476
77476
  description?: Maybe<ScalarsEnums["String"]>;
77477
- external_type?: Maybe<ScalarsEnums["String"]>;
77478
77477
  id?: Maybe<ScalarsEnums["uuid"]>;
77479
- internal_type?: Maybe<ScalarsEnums["String"]>;
77478
+ left_type?: Maybe<ScalarsEnums["String"]>;
77479
+ right_type?: Maybe<ScalarsEnums["String"]>;
77480
77480
  title?: Maybe<ScalarsEnums["String"]>;
77481
77481
  type?: Maybe<ScalarsEnums["flow_type"]>;
77482
77482
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
@@ -7436,10 +7436,10 @@ export const generatedSchema = {
7436
7436
  __typename: { __type: "String!" },
7437
7437
  app_id: { __type: "String!" },
7438
7438
  description: { __type: "String" },
7439
- external_type: { __type: "String" },
7440
7439
  id: { __type: "uuid!" },
7441
- internal_type: { __type: "String" },
7440
+ left_type: { __type: "String" },
7442
7441
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7442
+ right_type: { __type: "String" },
7443
7443
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7444
7444
  title: { __type: "String!" },
7445
7445
  type: { __type: "flow_type" },
@@ -7487,10 +7487,10 @@ export const generatedSchema = {
7487
7487
  _or: { __type: "[core_flow_bool_exp!]" },
7488
7488
  app_id: { __type: "String_comparison_exp" },
7489
7489
  description: { __type: "String_comparison_exp" },
7490
- external_type: { __type: "String_comparison_exp" },
7491
7490
  id: { __type: "uuid_comparison_exp" },
7492
- internal_type: { __type: "String_comparison_exp" },
7491
+ left_type: { __type: "String_comparison_exp" },
7493
7492
  mapping_schema: { __type: "jsonb_comparison_exp" },
7493
+ right_type: { __type: "String_comparison_exp" },
7494
7494
  setting_schema: { __type: "jsonb_comparison_exp" },
7495
7495
  title: { __type: "String_comparison_exp" },
7496
7496
  type: { __type: "flow_type_comparison_exp" },
@@ -7511,10 +7511,10 @@ export const generatedSchema = {
7511
7511
  core_flow_insert_input: {
7512
7512
  app_id: { __type: "String" },
7513
7513
  description: { __type: "String" },
7514
- external_type: { __type: "String" },
7515
7514
  id: { __type: "uuid" },
7516
- internal_type: { __type: "String" },
7515
+ left_type: { __type: "String" },
7517
7516
  mapping_schema: { __type: "jsonb" },
7517
+ right_type: { __type: "String" },
7518
7518
  setting_schema: { __type: "jsonb" },
7519
7519
  title: { __type: "String" },
7520
7520
  type: { __type: "flow_type" },
@@ -7726,9 +7726,9 @@ export const generatedSchema = {
7726
7726
  __typename: { __type: "String!" },
7727
7727
  app_id: { __type: "String" },
7728
7728
  description: { __type: "String" },
7729
- external_type: { __type: "String" },
7730
7729
  id: { __type: "uuid" },
7731
- internal_type: { __type: "String" },
7730
+ left_type: { __type: "String" },
7731
+ right_type: { __type: "String" },
7732
7732
  title: { __type: "String" },
7733
7733
  type: { __type: "flow_type" },
7734
7734
  uniqueRef: { __type: "String" },
@@ -7736,9 +7736,9 @@ export const generatedSchema = {
7736
7736
  core_flow_max_order_by: {
7737
7737
  app_id: { __type: "order_by" },
7738
7738
  description: { __type: "order_by" },
7739
- external_type: { __type: "order_by" },
7740
7739
  id: { __type: "order_by" },
7741
- internal_type: { __type: "order_by" },
7740
+ left_type: { __type: "order_by" },
7741
+ right_type: { __type: "order_by" },
7742
7742
  title: { __type: "order_by" },
7743
7743
  type: { __type: "order_by" },
7744
7744
  uniqueRef: { __type: "order_by" },
@@ -7747,9 +7747,9 @@ export const generatedSchema = {
7747
7747
  __typename: { __type: "String!" },
7748
7748
  app_id: { __type: "String" },
7749
7749
  description: { __type: "String" },
7750
- external_type: { __type: "String" },
7751
7750
  id: { __type: "uuid" },
7752
- internal_type: { __type: "String" },
7751
+ left_type: { __type: "String" },
7752
+ right_type: { __type: "String" },
7753
7753
  title: { __type: "String" },
7754
7754
  type: { __type: "flow_type" },
7755
7755
  uniqueRef: { __type: "String" },
@@ -7757,9 +7757,9 @@ export const generatedSchema = {
7757
7757
  core_flow_min_order_by: {
7758
7758
  app_id: { __type: "order_by" },
7759
7759
  description: { __type: "order_by" },
7760
- external_type: { __type: "order_by" },
7761
7760
  id: { __type: "order_by" },
7762
- internal_type: { __type: "order_by" },
7761
+ left_type: { __type: "order_by" },
7762
+ right_type: { __type: "order_by" },
7763
7763
  title: { __type: "order_by" },
7764
7764
  type: { __type: "order_by" },
7765
7765
  uniqueRef: { __type: "order_by" },
@@ -7781,10 +7781,10 @@ export const generatedSchema = {
7781
7781
  core_flow_order_by: {
7782
7782
  app_id: { __type: "order_by" },
7783
7783
  description: { __type: "order_by" },
7784
- external_type: { __type: "order_by" },
7785
7784
  id: { __type: "order_by" },
7786
- internal_type: { __type: "order_by" },
7785
+ left_type: { __type: "order_by" },
7787
7786
  mapping_schema: { __type: "order_by" },
7787
+ right_type: { __type: "order_by" },
7788
7788
  setting_schema: { __type: "order_by" },
7789
7789
  title: { __type: "order_by" },
7790
7790
  type: { __type: "order_by" },
@@ -7798,10 +7798,10 @@ export const generatedSchema = {
7798
7798
  core_flow_set_input: {
7799
7799
  app_id: { __type: "String" },
7800
7800
  description: { __type: "String" },
7801
- external_type: { __type: "String" },
7802
7801
  id: { __type: "uuid" },
7803
- internal_type: { __type: "String" },
7802
+ left_type: { __type: "String" },
7804
7803
  mapping_schema: { __type: "jsonb" },
7804
+ right_type: { __type: "String" },
7805
7805
  setting_schema: { __type: "jsonb" },
7806
7806
  title: { __type: "String" },
7807
7807
  type: { __type: "flow_type" },
@@ -8016,10 +8016,10 @@ export const generatedSchema = {
8016
8016
  core_flow_stream_cursor_value_input: {
8017
8017
  app_id: { __type: "String" },
8018
8018
  description: { __type: "String" },
8019
- external_type: { __type: "String" },
8020
8019
  id: { __type: "uuid" },
8021
- internal_type: { __type: "String" },
8020
+ left_type: { __type: "String" },
8022
8021
  mapping_schema: { __type: "jsonb" },
8022
+ right_type: { __type: "String" },
8023
8023
  setting_schema: { __type: "jsonb" },
8024
8024
  title: { __type: "String" },
8025
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.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.3"}
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.35",
13
+ "version": "1.1.38",
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 && pnpm version patch --no-commit-hooks --no-git-tag-version && pnpm publish --no-git-checks",
25
+ "pub": "bun pub:pre && bun publish",
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
+ }
@@ -6771,10 +6771,10 @@ export interface core_flow_bool_exp {
6771
6771
  _or?: InputMaybe<Array<core_flow_bool_exp>>;
6772
6772
  app_id?: InputMaybe<String_comparison_exp>;
6773
6773
  description?: InputMaybe<String_comparison_exp>;
6774
- external_type?: InputMaybe<String_comparison_exp>;
6775
6774
  id?: InputMaybe<uuid_comparison_exp>;
6776
- internal_type?: InputMaybe<String_comparison_exp>;
6775
+ left_type?: InputMaybe<String_comparison_exp>;
6777
6776
  mapping_schema?: InputMaybe<jsonb_comparison_exp>;
6777
+ right_type?: InputMaybe<String_comparison_exp>;
6778
6778
  setting_schema?: InputMaybe<jsonb_comparison_exp>;
6779
6779
  title?: InputMaybe<String_comparison_exp>;
6780
6780
  type?: InputMaybe<flow_type_comparison_exp>;
@@ -6810,10 +6810,10 @@ export interface core_flow_delete_key_input {
6810
6810
  export interface core_flow_insert_input {
6811
6811
  app_id?: InputMaybe<Scalars["String"]>;
6812
6812
  description?: InputMaybe<Scalars["String"]>;
6813
- external_type?: InputMaybe<Scalars["String"]>;
6814
6813
  id?: InputMaybe<Scalars["uuid"]>;
6815
- internal_type?: InputMaybe<Scalars["String"]>;
6814
+ left_type?: InputMaybe<Scalars["String"]>;
6816
6815
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
6816
+ right_type?: InputMaybe<Scalars["String"]>;
6817
6817
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
6818
6818
  title?: InputMaybe<Scalars["String"]>;
6819
6819
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7063,9 +7063,9 @@ export interface core_flow_mapping_updates {
7063
7063
  export interface core_flow_max_order_by {
7064
7064
  app_id?: InputMaybe<order_by>;
7065
7065
  description?: InputMaybe<order_by>;
7066
- external_type?: InputMaybe<order_by>;
7067
7066
  id?: InputMaybe<order_by>;
7068
- internal_type?: InputMaybe<order_by>;
7067
+ left_type?: InputMaybe<order_by>;
7068
+ right_type?: InputMaybe<order_by>;
7069
7069
  title?: InputMaybe<order_by>;
7070
7070
  type?: InputMaybe<order_by>;
7071
7071
  uniqueRef?: InputMaybe<order_by>;
@@ -7075,9 +7075,9 @@ export interface core_flow_max_order_by {
7075
7075
  export interface core_flow_min_order_by {
7076
7076
  app_id?: InputMaybe<order_by>;
7077
7077
  description?: InputMaybe<order_by>;
7078
- external_type?: InputMaybe<order_by>;
7079
7078
  id?: InputMaybe<order_by>;
7080
- internal_type?: InputMaybe<order_by>;
7079
+ left_type?: InputMaybe<order_by>;
7080
+ right_type?: InputMaybe<order_by>;
7081
7081
  title?: InputMaybe<order_by>;
7082
7082
  type?: InputMaybe<order_by>;
7083
7083
  uniqueRef?: InputMaybe<order_by>;
@@ -7101,10 +7101,10 @@ export interface core_flow_on_conflict {
7101
7101
  export interface core_flow_order_by {
7102
7102
  app_id?: InputMaybe<order_by>;
7103
7103
  description?: InputMaybe<order_by>;
7104
- external_type?: InputMaybe<order_by>;
7105
7104
  id?: InputMaybe<order_by>;
7106
- internal_type?: InputMaybe<order_by>;
7105
+ left_type?: InputMaybe<order_by>;
7107
7106
  mapping_schema?: InputMaybe<order_by>;
7107
+ right_type?: InputMaybe<order_by>;
7108
7108
  setting_schema?: InputMaybe<order_by>;
7109
7109
  title?: InputMaybe<order_by>;
7110
7110
  type?: InputMaybe<order_by>;
@@ -7129,14 +7129,14 @@ export type core_flow_select_column =
7129
7129
  /** column name */
7130
7130
  | "description"
7131
7131
  /** column name */
7132
- | "external_type"
7133
- /** column name */
7134
7132
  | "id"
7135
7133
  /** column name */
7136
- | "internal_type"
7134
+ | "left_type"
7137
7135
  /** column name */
7138
7136
  | "mapping_schema"
7139
7137
  /** column name */
7138
+ | "right_type"
7139
+ /** column name */
7140
7140
  | "setting_schema"
7141
7141
  /** column name */
7142
7142
  | "title"
@@ -7149,10 +7149,10 @@ export type core_flow_select_column =
7149
7149
  export interface core_flow_set_input {
7150
7150
  app_id?: InputMaybe<Scalars["String"]>;
7151
7151
  description?: InputMaybe<Scalars["String"]>;
7152
- external_type?: InputMaybe<Scalars["String"]>;
7153
7152
  id?: InputMaybe<Scalars["uuid"]>;
7154
- internal_type?: InputMaybe<Scalars["String"]>;
7153
+ left_type?: InputMaybe<Scalars["String"]>;
7155
7154
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
7155
+ right_type?: InputMaybe<Scalars["String"]>;
7156
7156
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
7157
7157
  title?: InputMaybe<Scalars["String"]>;
7158
7158
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7410,10 +7410,10 @@ export interface core_flow_stream_cursor_input {
7410
7410
  export interface core_flow_stream_cursor_value_input {
7411
7411
  app_id?: InputMaybe<Scalars["String"]>;
7412
7412
  description?: InputMaybe<Scalars["String"]>;
7413
- external_type?: InputMaybe<Scalars["String"]>;
7414
7413
  id?: InputMaybe<Scalars["uuid"]>;
7415
- internal_type?: InputMaybe<Scalars["String"]>;
7414
+ left_type?: InputMaybe<Scalars["String"]>;
7416
7415
  mapping_schema?: InputMaybe<Scalars["jsonb"]>;
7416
+ right_type?: InputMaybe<Scalars["String"]>;
7417
7417
  setting_schema?: InputMaybe<Scalars["jsonb"]>;
7418
7418
  title?: InputMaybe<Scalars["String"]>;
7419
7419
  type?: InputMaybe<Scalars["flow_type"]>;
@@ -7427,14 +7427,14 @@ export type core_flow_update_column =
7427
7427
  /** column name */
7428
7428
  | "description"
7429
7429
  /** column name */
7430
- | "external_type"
7431
- /** column name */
7432
7430
  | "id"
7433
7431
  /** column name */
7434
- | "internal_type"
7432
+ | "left_type"
7435
7433
  /** column name */
7436
7434
  | "mapping_schema"
7437
7435
  /** column name */
7436
+ | "right_type"
7437
+ /** column name */
7438
7438
  | "setting_schema"
7439
7439
  /** column name */
7440
7440
  | "title"
@@ -35633,10 +35633,10 @@ export declare const generatedSchema: {
35633
35633
  __typename: { __type: "String!" };
35634
35634
  app_id: { __type: "String!" };
35635
35635
  description: { __type: "String" };
35636
- external_type: { __type: "String" };
35637
35636
  id: { __type: "uuid!" };
35638
- internal_type: { __type: "String" };
35637
+ left_type: { __type: "String" };
35639
35638
  mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
35639
+ right_type: { __type: "String" };
35640
35640
  setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
35641
35641
  title: { __type: "String!" };
35642
35642
  type: { __type: "flow_type" };
@@ -35684,10 +35684,10 @@ export declare const generatedSchema: {
35684
35684
  _or: { __type: "[core_flow_bool_exp!]" };
35685
35685
  app_id: { __type: "String_comparison_exp" };
35686
35686
  description: { __type: "String_comparison_exp" };
35687
- external_type: { __type: "String_comparison_exp" };
35688
35687
  id: { __type: "uuid_comparison_exp" };
35689
- internal_type: { __type: "String_comparison_exp" };
35688
+ left_type: { __type: "String_comparison_exp" };
35690
35689
  mapping_schema: { __type: "jsonb_comparison_exp" };
35690
+ right_type: { __type: "String_comparison_exp" };
35691
35691
  setting_schema: { __type: "jsonb_comparison_exp" };
35692
35692
  title: { __type: "String_comparison_exp" };
35693
35693
  type: { __type: "flow_type_comparison_exp" };
@@ -35708,10 +35708,10 @@ export declare const generatedSchema: {
35708
35708
  core_flow_insert_input: {
35709
35709
  app_id: { __type: "String" };
35710
35710
  description: { __type: "String" };
35711
- external_type: { __type: "String" };
35712
35711
  id: { __type: "uuid" };
35713
- internal_type: { __type: "String" };
35712
+ left_type: { __type: "String" };
35714
35713
  mapping_schema: { __type: "jsonb" };
35714
+ right_type: { __type: "String" };
35715
35715
  setting_schema: { __type: "jsonb" };
35716
35716
  title: { __type: "String" };
35717
35717
  type: { __type: "flow_type" };
@@ -35923,9 +35923,9 @@ export declare const generatedSchema: {
35923
35923
  __typename: { __type: "String!" };
35924
35924
  app_id: { __type: "String" };
35925
35925
  description: { __type: "String" };
35926
- external_type: { __type: "String" };
35927
35926
  id: { __type: "uuid" };
35928
- internal_type: { __type: "String" };
35927
+ left_type: { __type: "String" };
35928
+ right_type: { __type: "String" };
35929
35929
  title: { __type: "String" };
35930
35930
  type: { __type: "flow_type" };
35931
35931
  uniqueRef: { __type: "String" };
@@ -35933,9 +35933,9 @@ export declare const generatedSchema: {
35933
35933
  core_flow_max_order_by: {
35934
35934
  app_id: { __type: "order_by" };
35935
35935
  description: { __type: "order_by" };
35936
- external_type: { __type: "order_by" };
35937
35936
  id: { __type: "order_by" };
35938
- internal_type: { __type: "order_by" };
35937
+ left_type: { __type: "order_by" };
35938
+ right_type: { __type: "order_by" };
35939
35939
  title: { __type: "order_by" };
35940
35940
  type: { __type: "order_by" };
35941
35941
  uniqueRef: { __type: "order_by" };
@@ -35944,9 +35944,9 @@ export declare const generatedSchema: {
35944
35944
  __typename: { __type: "String!" };
35945
35945
  app_id: { __type: "String" };
35946
35946
  description: { __type: "String" };
35947
- external_type: { __type: "String" };
35948
35947
  id: { __type: "uuid" };
35949
- internal_type: { __type: "String" };
35948
+ left_type: { __type: "String" };
35949
+ right_type: { __type: "String" };
35950
35950
  title: { __type: "String" };
35951
35951
  type: { __type: "flow_type" };
35952
35952
  uniqueRef: { __type: "String" };
@@ -35954,9 +35954,9 @@ export declare const generatedSchema: {
35954
35954
  core_flow_min_order_by: {
35955
35955
  app_id: { __type: "order_by" };
35956
35956
  description: { __type: "order_by" };
35957
- external_type: { __type: "order_by" };
35958
35957
  id: { __type: "order_by" };
35959
- internal_type: { __type: "order_by" };
35958
+ left_type: { __type: "order_by" };
35959
+ right_type: { __type: "order_by" };
35960
35960
  title: { __type: "order_by" };
35961
35961
  type: { __type: "order_by" };
35962
35962
  uniqueRef: { __type: "order_by" };
@@ -35978,10 +35978,10 @@ export declare const generatedSchema: {
35978
35978
  core_flow_order_by: {
35979
35979
  app_id: { __type: "order_by" };
35980
35980
  description: { __type: "order_by" };
35981
- external_type: { __type: "order_by" };
35982
35981
  id: { __type: "order_by" };
35983
- internal_type: { __type: "order_by" };
35982
+ left_type: { __type: "order_by" };
35984
35983
  mapping_schema: { __type: "order_by" };
35984
+ right_type: { __type: "order_by" };
35985
35985
  setting_schema: { __type: "order_by" };
35986
35986
  title: { __type: "order_by" };
35987
35987
  type: { __type: "order_by" };
@@ -35995,10 +35995,10 @@ export declare const generatedSchema: {
35995
35995
  core_flow_set_input: {
35996
35996
  app_id: { __type: "String" };
35997
35997
  description: { __type: "String" };
35998
- external_type: { __type: "String" };
35999
35998
  id: { __type: "uuid" };
36000
- internal_type: { __type: "String" };
35999
+ left_type: { __type: "String" };
36001
36000
  mapping_schema: { __type: "jsonb" };
36001
+ right_type: { __type: "String" };
36002
36002
  setting_schema: { __type: "jsonb" };
36003
36003
  title: { __type: "String" };
36004
36004
  type: { __type: "flow_type" };
@@ -36213,10 +36213,10 @@ export declare const generatedSchema: {
36213
36213
  core_flow_stream_cursor_value_input: {
36214
36214
  app_id: { __type: "String" };
36215
36215
  description: { __type: "String" };
36216
- external_type: { __type: "String" };
36217
36216
  id: { __type: "uuid" };
36218
- internal_type: { __type: "String" };
36217
+ left_type: { __type: "String" };
36219
36218
  mapping_schema: { __type: "jsonb" };
36219
+ right_type: { __type: "String" };
36220
36220
  setting_schema: { __type: "jsonb" };
36221
36221
  title: { __type: "String" };
36222
36222
  type: { __type: "flow_type" };
@@ -77278,15 +77278,15 @@ export interface core_flow {
77278
77278
  __typename?: "core_flow";
77279
77279
  app_id: ScalarsEnums["String"];
77280
77280
  description?: Maybe<ScalarsEnums["String"]>;
77281
- external_type?: Maybe<ScalarsEnums["String"]>;
77282
77281
  id: ScalarsEnums["uuid"];
77283
- internal_type?: Maybe<ScalarsEnums["String"]>;
77282
+ left_type?: Maybe<ScalarsEnums["String"]>;
77284
77283
  mapping_schema: (args?: {
77285
77284
  /**
77286
77285
  * JSON select path
77287
77286
  */
77288
77287
  path?: Maybe<Scalars["String"]>;
77289
77288
  }) => ScalarsEnums["jsonb"];
77289
+ right_type?: Maybe<ScalarsEnums["String"]>;
77290
77290
  setting_schema: (args?: {
77291
77291
  /**
77292
77292
  * JSON select path
@@ -77459,9 +77459,9 @@ export interface core_flow_max_fields {
77459
77459
  __typename?: "core_flow_max_fields";
77460
77460
  app_id?: Maybe<ScalarsEnums["String"]>;
77461
77461
  description?: Maybe<ScalarsEnums["String"]>;
77462
- external_type?: Maybe<ScalarsEnums["String"]>;
77463
77462
  id?: Maybe<ScalarsEnums["uuid"]>;
77464
- internal_type?: Maybe<ScalarsEnums["String"]>;
77463
+ left_type?: Maybe<ScalarsEnums["String"]>;
77464
+ right_type?: Maybe<ScalarsEnums["String"]>;
77465
77465
  title?: Maybe<ScalarsEnums["String"]>;
77466
77466
  type?: Maybe<ScalarsEnums["flow_type"]>;
77467
77467
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
@@ -77474,9 +77474,9 @@ export interface core_flow_min_fields {
77474
77474
  __typename?: "core_flow_min_fields";
77475
77475
  app_id?: Maybe<ScalarsEnums["String"]>;
77476
77476
  description?: Maybe<ScalarsEnums["String"]>;
77477
- external_type?: Maybe<ScalarsEnums["String"]>;
77478
77477
  id?: Maybe<ScalarsEnums["uuid"]>;
77479
- internal_type?: Maybe<ScalarsEnums["String"]>;
77478
+ left_type?: Maybe<ScalarsEnums["String"]>;
77479
+ right_type?: Maybe<ScalarsEnums["String"]>;
77480
77480
  title?: Maybe<ScalarsEnums["String"]>;
77481
77481
  type?: Maybe<ScalarsEnums["flow_type"]>;
77482
77482
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
@@ -7462,10 +7462,10 @@ export const generatedSchema = {
7462
7462
  __typename: { __type: "String!" },
7463
7463
  app_id: { __type: "String!" },
7464
7464
  description: { __type: "String" },
7465
- external_type: { __type: "String" },
7466
7465
  id: { __type: "uuid!" },
7467
- internal_type: { __type: "String" },
7466
+ left_type: { __type: "String" },
7468
7467
  mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7468
+ right_type: { __type: "String" },
7469
7469
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7470
7470
  title: { __type: "String!" },
7471
7471
  type: { __type: "flow_type" },
@@ -7513,10 +7513,10 @@ export const generatedSchema = {
7513
7513
  _or: { __type: "[core_flow_bool_exp!]" },
7514
7514
  app_id: { __type: "String_comparison_exp" },
7515
7515
  description: { __type: "String_comparison_exp" },
7516
- external_type: { __type: "String_comparison_exp" },
7517
7516
  id: { __type: "uuid_comparison_exp" },
7518
- internal_type: { __type: "String_comparison_exp" },
7517
+ left_type: { __type: "String_comparison_exp" },
7519
7518
  mapping_schema: { __type: "jsonb_comparison_exp" },
7519
+ right_type: { __type: "String_comparison_exp" },
7520
7520
  setting_schema: { __type: "jsonb_comparison_exp" },
7521
7521
  title: { __type: "String_comparison_exp" },
7522
7522
  type: { __type: "flow_type_comparison_exp" },
@@ -7537,10 +7537,10 @@ export const generatedSchema = {
7537
7537
  core_flow_insert_input: {
7538
7538
  app_id: { __type: "String" },
7539
7539
  description: { __type: "String" },
7540
- external_type: { __type: "String" },
7541
7540
  id: { __type: "uuid" },
7542
- internal_type: { __type: "String" },
7541
+ left_type: { __type: "String" },
7543
7542
  mapping_schema: { __type: "jsonb" },
7543
+ right_type: { __type: "String" },
7544
7544
  setting_schema: { __type: "jsonb" },
7545
7545
  title: { __type: "String" },
7546
7546
  type: { __type: "flow_type" },
@@ -7752,9 +7752,9 @@ export const generatedSchema = {
7752
7752
  __typename: { __type: "String!" },
7753
7753
  app_id: { __type: "String" },
7754
7754
  description: { __type: "String" },
7755
- external_type: { __type: "String" },
7756
7755
  id: { __type: "uuid" },
7757
- internal_type: { __type: "String" },
7756
+ left_type: { __type: "String" },
7757
+ right_type: { __type: "String" },
7758
7758
  title: { __type: "String" },
7759
7759
  type: { __type: "flow_type" },
7760
7760
  uniqueRef: { __type: "String" },
@@ -7762,9 +7762,9 @@ export const generatedSchema = {
7762
7762
  core_flow_max_order_by: {
7763
7763
  app_id: { __type: "order_by" },
7764
7764
  description: { __type: "order_by" },
7765
- external_type: { __type: "order_by" },
7766
7765
  id: { __type: "order_by" },
7767
- internal_type: { __type: "order_by" },
7766
+ left_type: { __type: "order_by" },
7767
+ right_type: { __type: "order_by" },
7768
7768
  title: { __type: "order_by" },
7769
7769
  type: { __type: "order_by" },
7770
7770
  uniqueRef: { __type: "order_by" },
@@ -7773,9 +7773,9 @@ export const generatedSchema = {
7773
7773
  __typename: { __type: "String!" },
7774
7774
  app_id: { __type: "String" },
7775
7775
  description: { __type: "String" },
7776
- external_type: { __type: "String" },
7777
7776
  id: { __type: "uuid" },
7778
- internal_type: { __type: "String" },
7777
+ left_type: { __type: "String" },
7778
+ right_type: { __type: "String" },
7779
7779
  title: { __type: "String" },
7780
7780
  type: { __type: "flow_type" },
7781
7781
  uniqueRef: { __type: "String" },
@@ -7783,9 +7783,9 @@ export const generatedSchema = {
7783
7783
  core_flow_min_order_by: {
7784
7784
  app_id: { __type: "order_by" },
7785
7785
  description: { __type: "order_by" },
7786
- external_type: { __type: "order_by" },
7787
7786
  id: { __type: "order_by" },
7788
- internal_type: { __type: "order_by" },
7787
+ left_type: { __type: "order_by" },
7788
+ right_type: { __type: "order_by" },
7789
7789
  title: { __type: "order_by" },
7790
7790
  type: { __type: "order_by" },
7791
7791
  uniqueRef: { __type: "order_by" },
@@ -7807,10 +7807,10 @@ export const generatedSchema = {
7807
7807
  core_flow_order_by: {
7808
7808
  app_id: { __type: "order_by" },
7809
7809
  description: { __type: "order_by" },
7810
- external_type: { __type: "order_by" },
7811
7810
  id: { __type: "order_by" },
7812
- internal_type: { __type: "order_by" },
7811
+ left_type: { __type: "order_by" },
7813
7812
  mapping_schema: { __type: "order_by" },
7813
+ right_type: { __type: "order_by" },
7814
7814
  setting_schema: { __type: "order_by" },
7815
7815
  title: { __type: "order_by" },
7816
7816
  type: { __type: "order_by" },
@@ -7824,10 +7824,10 @@ export const generatedSchema = {
7824
7824
  core_flow_set_input: {
7825
7825
  app_id: { __type: "String" },
7826
7826
  description: { __type: "String" },
7827
- external_type: { __type: "String" },
7828
7827
  id: { __type: "uuid" },
7829
- internal_type: { __type: "String" },
7828
+ left_type: { __type: "String" },
7830
7829
  mapping_schema: { __type: "jsonb" },
7830
+ right_type: { __type: "String" },
7831
7831
  setting_schema: { __type: "jsonb" },
7832
7832
  title: { __type: "String" },
7833
7833
  type: { __type: "flow_type" },
@@ -8042,10 +8042,10 @@ export const generatedSchema = {
8042
8042
  core_flow_stream_cursor_value_input: {
8043
8043
  app_id: { __type: "String" },
8044
8044
  description: { __type: "String" },
8045
- external_type: { __type: "String" },
8046
8045
  id: { __type: "uuid" },
8047
- internal_type: { __type: "String" },
8046
+ left_type: { __type: "String" },
8048
8047
  mapping_schema: { __type: "jsonb" },
8048
+ right_type: { __type: "String" },
8049
8049
  setting_schema: { __type: "jsonb" },
8050
8050
  title: { __type: "String" },
8051
8051
  type: { __type: "flow_type" },