@vrplatform/graphql 1.1.22 → 1.1.24
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/LICENSE +3 -0
- package/build/main/client/index.js +1 -0
- package/build/main/gqty/schema.generated.d.ts +146 -0
- package/build/main/gqty/schema.generated.js +56 -0
- package/build/module/client/index.js +1 -0
- package/build/module/gqty/schema.generated.d.ts +146 -0
- package/build/module/gqty/schema.generated.js +56 -0
- package/package.json +1 -1
- package/src/client/index.ts +1 -0
- package/src/gqty/schema.generated.d.ts +146 -0
- package/src/gqty/schema.generated.js +56 -0
|
@@ -7513,6 +7513,8 @@ export const generatedSchema = {
|
|
|
7513
7513
|
rate_id: { __type: "uuid" },
|
|
7514
7514
|
source: { __type: "source!" },
|
|
7515
7515
|
source_id: { __type: "uuid!" },
|
|
7516
|
+
tenant: { __type: "tenant!" },
|
|
7517
|
+
tenant_id: { __type: "uuid!" },
|
|
7516
7518
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7517
7519
|
},
|
|
7518
7520
|
core_flow_mapping_aggregate: {
|
|
@@ -7553,6 +7555,8 @@ export const generatedSchema = {
|
|
|
7553
7555
|
rate_id: { __type: "uuid_comparison_exp" },
|
|
7554
7556
|
source: { __type: "source_bool_exp" },
|
|
7555
7557
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7558
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
7559
|
+
tenant_id: { __type: "uuid_comparison_exp" },
|
|
7556
7560
|
value: { __type: "jsonb_comparison_exp" },
|
|
7557
7561
|
},
|
|
7558
7562
|
core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
@@ -7575,6 +7579,8 @@ export const generatedSchema = {
|
|
|
7575
7579
|
rate_id: { __type: "uuid" },
|
|
7576
7580
|
source: { __type: "source_obj_rel_insert_input" },
|
|
7577
7581
|
source_id: { __type: "uuid" },
|
|
7582
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7583
|
+
tenant_id: { __type: "uuid" },
|
|
7578
7584
|
value: { __type: "jsonb" },
|
|
7579
7585
|
},
|
|
7580
7586
|
core_flow_mapping_max_fields: {
|
|
@@ -7588,6 +7594,7 @@ export const generatedSchema = {
|
|
|
7588
7594
|
mapping_key: { __type: "String" },
|
|
7589
7595
|
rate_id: { __type: "uuid" },
|
|
7590
7596
|
source_id: { __type: "uuid" },
|
|
7597
|
+
tenant_id: { __type: "uuid" },
|
|
7591
7598
|
},
|
|
7592
7599
|
core_flow_mapping_min_fields: {
|
|
7593
7600
|
__typename: { __type: "String!" },
|
|
@@ -7600,6 +7607,7 @@ export const generatedSchema = {
|
|
|
7600
7607
|
mapping_key: { __type: "String" },
|
|
7601
7608
|
rate_id: { __type: "uuid" },
|
|
7602
7609
|
source_id: { __type: "uuid" },
|
|
7610
|
+
tenant_id: { __type: "uuid" },
|
|
7603
7611
|
},
|
|
7604
7612
|
core_flow_mapping_mutation_response: {
|
|
7605
7613
|
__typename: { __type: "String!" },
|
|
@@ -7628,6 +7636,8 @@ export const generatedSchema = {
|
|
|
7628
7636
|
rate_id: { __type: "order_by" },
|
|
7629
7637
|
source: { __type: "source_order_by" },
|
|
7630
7638
|
source_id: { __type: "order_by" },
|
|
7639
|
+
tenant: { __type: "tenant_order_by" },
|
|
7640
|
+
tenant_id: { __type: "order_by" },
|
|
7631
7641
|
value: { __type: "order_by" },
|
|
7632
7642
|
},
|
|
7633
7643
|
core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7642,6 +7652,7 @@ export const generatedSchema = {
|
|
|
7642
7652
|
mapping_key: { __type: "String" },
|
|
7643
7653
|
rate_id: { __type: "uuid" },
|
|
7644
7654
|
source_id: { __type: "uuid" },
|
|
7655
|
+
tenant_id: { __type: "uuid" },
|
|
7645
7656
|
value: { __type: "jsonb" },
|
|
7646
7657
|
},
|
|
7647
7658
|
core_flow_mapping_stream_cursor_input: {
|
|
@@ -7658,6 +7669,7 @@ export const generatedSchema = {
|
|
|
7658
7669
|
mapping_key: { __type: "String" },
|
|
7659
7670
|
rate_id: { __type: "uuid" },
|
|
7660
7671
|
source_id: { __type: "uuid" },
|
|
7672
|
+
tenant_id: { __type: "uuid" },
|
|
7661
7673
|
value: { __type: "jsonb" },
|
|
7662
7674
|
},
|
|
7663
7675
|
core_flow_mapping_updates: {
|
|
@@ -7724,14 +7736,22 @@ export const generatedSchema = {
|
|
|
7724
7736
|
},
|
|
7725
7737
|
core_flow_setting: {
|
|
7726
7738
|
__typename: { __type: "String!" },
|
|
7739
|
+
account: { __type: "account" },
|
|
7727
7740
|
account_id: { __type: "uuid" },
|
|
7741
|
+
booking_channel: { __type: "booking_channel" },
|
|
7728
7742
|
booking_channel_id: { __type: "uuid" },
|
|
7743
|
+
connection: { __type: "connection!" },
|
|
7729
7744
|
connection_id: { __type: "uuid!" },
|
|
7745
|
+
contact: { __type: "contact" },
|
|
7730
7746
|
contact_id: { __type: "uuid" },
|
|
7747
|
+
flow: { __type: "core_flow!" },
|
|
7731
7748
|
flow_id: { __type: "uuid!" },
|
|
7732
7749
|
id: { __type: "uuid!" },
|
|
7750
|
+
listing: { __type: "listing" },
|
|
7733
7751
|
listing_id: { __type: "uuid" },
|
|
7734
7752
|
setting_key: { __type: "String!" },
|
|
7753
|
+
tenant: { __type: "tenant!" },
|
|
7754
|
+
tenant_id: { __type: "uuid!" },
|
|
7735
7755
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7736
7756
|
},
|
|
7737
7757
|
core_flow_setting_aggregate: {
|
|
@@ -7756,28 +7776,44 @@ export const generatedSchema = {
|
|
|
7756
7776
|
_and: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7757
7777
|
_not: { __type: "core_flow_setting_bool_exp" },
|
|
7758
7778
|
_or: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7779
|
+
account: { __type: "account_bool_exp" },
|
|
7759
7780
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7781
|
+
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7760
7782
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7783
|
+
connection: { __type: "connection_bool_exp" },
|
|
7761
7784
|
connection_id: { __type: "uuid_comparison_exp" },
|
|
7785
|
+
contact: { __type: "contact_bool_exp" },
|
|
7762
7786
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7787
|
+
flow: { __type: "core_flow_bool_exp" },
|
|
7763
7788
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7764
7789
|
id: { __type: "uuid_comparison_exp" },
|
|
7790
|
+
listing: { __type: "listing_bool_exp" },
|
|
7765
7791
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7766
7792
|
setting_key: { __type: "String_comparison_exp" },
|
|
7793
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
7794
|
+
tenant_id: { __type: "uuid_comparison_exp" },
|
|
7767
7795
|
value: { __type: "jsonb_comparison_exp" },
|
|
7768
7796
|
},
|
|
7769
7797
|
core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
7770
7798
|
core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
|
|
7771
7799
|
core_flow_setting_delete_key_input: { value: { __type: "String" } },
|
|
7772
7800
|
core_flow_setting_insert_input: {
|
|
7801
|
+
account: { __type: "account_obj_rel_insert_input" },
|
|
7773
7802
|
account_id: { __type: "uuid" },
|
|
7803
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7774
7804
|
booking_channel_id: { __type: "uuid" },
|
|
7805
|
+
connection: { __type: "connection_obj_rel_insert_input" },
|
|
7775
7806
|
connection_id: { __type: "uuid" },
|
|
7807
|
+
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7776
7808
|
contact_id: { __type: "uuid" },
|
|
7809
|
+
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7777
7810
|
flow_id: { __type: "uuid" },
|
|
7778
7811
|
id: { __type: "uuid" },
|
|
7812
|
+
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7779
7813
|
listing_id: { __type: "uuid" },
|
|
7780
7814
|
setting_key: { __type: "String" },
|
|
7815
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7816
|
+
tenant_id: { __type: "uuid" },
|
|
7781
7817
|
value: { __type: "jsonb" },
|
|
7782
7818
|
},
|
|
7783
7819
|
core_flow_setting_max_fields: {
|
|
@@ -7790,6 +7826,7 @@ export const generatedSchema = {
|
|
|
7790
7826
|
id: { __type: "uuid" },
|
|
7791
7827
|
listing_id: { __type: "uuid" },
|
|
7792
7828
|
setting_key: { __type: "String" },
|
|
7829
|
+
tenant_id: { __type: "uuid" },
|
|
7793
7830
|
},
|
|
7794
7831
|
core_flow_setting_min_fields: {
|
|
7795
7832
|
__typename: { __type: "String!" },
|
|
@@ -7801,6 +7838,7 @@ export const generatedSchema = {
|
|
|
7801
7838
|
id: { __type: "uuid" },
|
|
7802
7839
|
listing_id: { __type: "uuid" },
|
|
7803
7840
|
setting_key: { __type: "String" },
|
|
7841
|
+
tenant_id: { __type: "uuid" },
|
|
7804
7842
|
},
|
|
7805
7843
|
core_flow_setting_mutation_response: {
|
|
7806
7844
|
__typename: { __type: "String!" },
|
|
@@ -7813,14 +7851,22 @@ export const generatedSchema = {
|
|
|
7813
7851
|
where: { __type: "core_flow_setting_bool_exp" },
|
|
7814
7852
|
},
|
|
7815
7853
|
core_flow_setting_order_by: {
|
|
7854
|
+
account: { __type: "account_order_by" },
|
|
7816
7855
|
account_id: { __type: "order_by" },
|
|
7856
|
+
booking_channel: { __type: "booking_channel_order_by" },
|
|
7817
7857
|
booking_channel_id: { __type: "order_by" },
|
|
7858
|
+
connection: { __type: "connection_order_by" },
|
|
7818
7859
|
connection_id: { __type: "order_by" },
|
|
7860
|
+
contact: { __type: "contact_order_by" },
|
|
7819
7861
|
contact_id: { __type: "order_by" },
|
|
7862
|
+
flow: { __type: "core_flow_order_by" },
|
|
7820
7863
|
flow_id: { __type: "order_by" },
|
|
7821
7864
|
id: { __type: "order_by" },
|
|
7865
|
+
listing: { __type: "listing_order_by" },
|
|
7822
7866
|
listing_id: { __type: "order_by" },
|
|
7823
7867
|
setting_key: { __type: "order_by" },
|
|
7868
|
+
tenant: { __type: "tenant_order_by" },
|
|
7869
|
+
tenant_id: { __type: "order_by" },
|
|
7824
7870
|
value: { __type: "order_by" },
|
|
7825
7871
|
},
|
|
7826
7872
|
core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7834,6 +7880,7 @@ export const generatedSchema = {
|
|
|
7834
7880
|
id: { __type: "uuid" },
|
|
7835
7881
|
listing_id: { __type: "uuid" },
|
|
7836
7882
|
setting_key: { __type: "String" },
|
|
7883
|
+
tenant_id: { __type: "uuid" },
|
|
7837
7884
|
value: { __type: "jsonb" },
|
|
7838
7885
|
},
|
|
7839
7886
|
core_flow_setting_stream_cursor_input: {
|
|
@@ -7849,6 +7896,7 @@ export const generatedSchema = {
|
|
|
7849
7896
|
id: { __type: "uuid" },
|
|
7850
7897
|
listing_id: { __type: "uuid" },
|
|
7851
7898
|
setting_key: { __type: "String" },
|
|
7899
|
+
tenant_id: { __type: "uuid" },
|
|
7852
7900
|
value: { __type: "jsonb" },
|
|
7853
7901
|
},
|
|
7854
7902
|
core_flow_setting_updates: {
|
|
@@ -9654,6 +9702,7 @@ export const generatedSchema = {
|
|
|
9654
9702
|
triggerType: { __type: "journalEntryTriggerType_enum" },
|
|
9655
9703
|
txnAt: { __type: "timestamptz" },
|
|
9656
9704
|
txnNum: { __type: "Int" },
|
|
9705
|
+
txn_code: { __type: "String" },
|
|
9657
9706
|
type: { __type: "journalEntryType_enum" },
|
|
9658
9707
|
uniqueRef: { __type: "String" },
|
|
9659
9708
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -9966,6 +10015,7 @@ export const generatedSchema = {
|
|
|
9966
10015
|
triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" },
|
|
9967
10016
|
txnAt: { __type: "timestamptz_comparison_exp" },
|
|
9968
10017
|
txnNum: { __type: "Int_comparison_exp" },
|
|
10018
|
+
txn_code: { __type: "String_comparison_exp" },
|
|
9969
10019
|
type: { __type: "journalEntryType_enum_comparison_exp" },
|
|
9970
10020
|
uniqueRef: { __type: "String_comparison_exp" },
|
|
9971
10021
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -10049,6 +10099,7 @@ export const generatedSchema = {
|
|
|
10049
10099
|
triggerId: { __type: "uuid" },
|
|
10050
10100
|
txnAt: { __type: "timestamptz" },
|
|
10051
10101
|
txnNum: { __type: "Int" },
|
|
10102
|
+
txn_code: { __type: "String" },
|
|
10052
10103
|
uniqueRef: { __type: "String" },
|
|
10053
10104
|
updatedAt: { __type: "timestamptz" },
|
|
10054
10105
|
},
|
|
@@ -10074,6 +10125,7 @@ export const generatedSchema = {
|
|
|
10074
10125
|
triggerId: { __type: "order_by" },
|
|
10075
10126
|
txnAt: { __type: "order_by" },
|
|
10076
10127
|
txnNum: { __type: "order_by" },
|
|
10128
|
+
txn_code: { __type: "order_by" },
|
|
10077
10129
|
uniqueRef: { __type: "order_by" },
|
|
10078
10130
|
updatedAt: { __type: "order_by" },
|
|
10079
10131
|
},
|
|
@@ -10100,6 +10152,7 @@ export const generatedSchema = {
|
|
|
10100
10152
|
triggerId: { __type: "uuid" },
|
|
10101
10153
|
txnAt: { __type: "timestamptz" },
|
|
10102
10154
|
txnNum: { __type: "Int" },
|
|
10155
|
+
txn_code: { __type: "String" },
|
|
10103
10156
|
uniqueRef: { __type: "String" },
|
|
10104
10157
|
updatedAt: { __type: "timestamptz" },
|
|
10105
10158
|
},
|
|
@@ -10125,6 +10178,7 @@ export const generatedSchema = {
|
|
|
10125
10178
|
triggerId: { __type: "order_by" },
|
|
10126
10179
|
txnAt: { __type: "order_by" },
|
|
10127
10180
|
txnNum: { __type: "order_by" },
|
|
10181
|
+
txn_code: { __type: "order_by" },
|
|
10128
10182
|
uniqueRef: { __type: "order_by" },
|
|
10129
10183
|
updatedAt: { __type: "order_by" },
|
|
10130
10184
|
},
|
|
@@ -10181,6 +10235,7 @@ export const generatedSchema = {
|
|
|
10181
10235
|
triggerType: { __type: "order_by" },
|
|
10182
10236
|
txnAt: { __type: "order_by" },
|
|
10183
10237
|
txnNum: { __type: "order_by" },
|
|
10238
|
+
txn_code: { __type: "order_by" },
|
|
10184
10239
|
type: { __type: "order_by" },
|
|
10185
10240
|
uniqueRef: { __type: "order_by" },
|
|
10186
10241
|
updatedAt: { __type: "order_by" },
|
|
@@ -10281,6 +10336,7 @@ export const generatedSchema = {
|
|
|
10281
10336
|
triggerType: { __type: "journalEntryTriggerType_enum" },
|
|
10282
10337
|
txnAt: { __type: "timestamptz" },
|
|
10283
10338
|
txnNum: { __type: "Int" },
|
|
10339
|
+
txn_code: { __type: "String" },
|
|
10284
10340
|
type: { __type: "journalEntryType_enum" },
|
|
10285
10341
|
uniqueRef: { __type: "String" },
|
|
10286
10342
|
updatedAt: { __type: "timestamptz" },
|