@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
|
@@ -7487,6 +7487,8 @@ export const generatedSchema = {
|
|
|
7487
7487
|
rate_id: { __type: "uuid" },
|
|
7488
7488
|
source: { __type: "source!" },
|
|
7489
7489
|
source_id: { __type: "uuid!" },
|
|
7490
|
+
tenant: { __type: "tenant!" },
|
|
7491
|
+
tenant_id: { __type: "uuid!" },
|
|
7490
7492
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7491
7493
|
},
|
|
7492
7494
|
core_flow_mapping_aggregate: {
|
|
@@ -7527,6 +7529,8 @@ export const generatedSchema = {
|
|
|
7527
7529
|
rate_id: { __type: "uuid_comparison_exp" },
|
|
7528
7530
|
source: { __type: "source_bool_exp" },
|
|
7529
7531
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7532
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
7533
|
+
tenant_id: { __type: "uuid_comparison_exp" },
|
|
7530
7534
|
value: { __type: "jsonb_comparison_exp" },
|
|
7531
7535
|
},
|
|
7532
7536
|
core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
@@ -7549,6 +7553,8 @@ export const generatedSchema = {
|
|
|
7549
7553
|
rate_id: { __type: "uuid" },
|
|
7550
7554
|
source: { __type: "source_obj_rel_insert_input" },
|
|
7551
7555
|
source_id: { __type: "uuid" },
|
|
7556
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7557
|
+
tenant_id: { __type: "uuid" },
|
|
7552
7558
|
value: { __type: "jsonb" },
|
|
7553
7559
|
},
|
|
7554
7560
|
core_flow_mapping_max_fields: {
|
|
@@ -7562,6 +7568,7 @@ export const generatedSchema = {
|
|
|
7562
7568
|
mapping_key: { __type: "String" },
|
|
7563
7569
|
rate_id: { __type: "uuid" },
|
|
7564
7570
|
source_id: { __type: "uuid" },
|
|
7571
|
+
tenant_id: { __type: "uuid" },
|
|
7565
7572
|
},
|
|
7566
7573
|
core_flow_mapping_min_fields: {
|
|
7567
7574
|
__typename: { __type: "String!" },
|
|
@@ -7574,6 +7581,7 @@ export const generatedSchema = {
|
|
|
7574
7581
|
mapping_key: { __type: "String" },
|
|
7575
7582
|
rate_id: { __type: "uuid" },
|
|
7576
7583
|
source_id: { __type: "uuid" },
|
|
7584
|
+
tenant_id: { __type: "uuid" },
|
|
7577
7585
|
},
|
|
7578
7586
|
core_flow_mapping_mutation_response: {
|
|
7579
7587
|
__typename: { __type: "String!" },
|
|
@@ -7602,6 +7610,8 @@ export const generatedSchema = {
|
|
|
7602
7610
|
rate_id: { __type: "order_by" },
|
|
7603
7611
|
source: { __type: "source_order_by" },
|
|
7604
7612
|
source_id: { __type: "order_by" },
|
|
7613
|
+
tenant: { __type: "tenant_order_by" },
|
|
7614
|
+
tenant_id: { __type: "order_by" },
|
|
7605
7615
|
value: { __type: "order_by" },
|
|
7606
7616
|
},
|
|
7607
7617
|
core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7616,6 +7626,7 @@ export const generatedSchema = {
|
|
|
7616
7626
|
mapping_key: { __type: "String" },
|
|
7617
7627
|
rate_id: { __type: "uuid" },
|
|
7618
7628
|
source_id: { __type: "uuid" },
|
|
7629
|
+
tenant_id: { __type: "uuid" },
|
|
7619
7630
|
value: { __type: "jsonb" },
|
|
7620
7631
|
},
|
|
7621
7632
|
core_flow_mapping_stream_cursor_input: {
|
|
@@ -7632,6 +7643,7 @@ export const generatedSchema = {
|
|
|
7632
7643
|
mapping_key: { __type: "String" },
|
|
7633
7644
|
rate_id: { __type: "uuid" },
|
|
7634
7645
|
source_id: { __type: "uuid" },
|
|
7646
|
+
tenant_id: { __type: "uuid" },
|
|
7635
7647
|
value: { __type: "jsonb" },
|
|
7636
7648
|
},
|
|
7637
7649
|
core_flow_mapping_updates: {
|
|
@@ -7698,14 +7710,22 @@ export const generatedSchema = {
|
|
|
7698
7710
|
},
|
|
7699
7711
|
core_flow_setting: {
|
|
7700
7712
|
__typename: { __type: "String!" },
|
|
7713
|
+
account: { __type: "account" },
|
|
7701
7714
|
account_id: { __type: "uuid" },
|
|
7715
|
+
booking_channel: { __type: "booking_channel" },
|
|
7702
7716
|
booking_channel_id: { __type: "uuid" },
|
|
7717
|
+
connection: { __type: "connection!" },
|
|
7703
7718
|
connection_id: { __type: "uuid!" },
|
|
7719
|
+
contact: { __type: "contact" },
|
|
7704
7720
|
contact_id: { __type: "uuid" },
|
|
7721
|
+
flow: { __type: "core_flow!" },
|
|
7705
7722
|
flow_id: { __type: "uuid!" },
|
|
7706
7723
|
id: { __type: "uuid!" },
|
|
7724
|
+
listing: { __type: "listing" },
|
|
7707
7725
|
listing_id: { __type: "uuid" },
|
|
7708
7726
|
setting_key: { __type: "String!" },
|
|
7727
|
+
tenant: { __type: "tenant!" },
|
|
7728
|
+
tenant_id: { __type: "uuid!" },
|
|
7709
7729
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7710
7730
|
},
|
|
7711
7731
|
core_flow_setting_aggregate: {
|
|
@@ -7730,28 +7750,44 @@ export const generatedSchema = {
|
|
|
7730
7750
|
_and: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7731
7751
|
_not: { __type: "core_flow_setting_bool_exp" },
|
|
7732
7752
|
_or: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7753
|
+
account: { __type: "account_bool_exp" },
|
|
7733
7754
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7755
|
+
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7734
7756
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7757
|
+
connection: { __type: "connection_bool_exp" },
|
|
7735
7758
|
connection_id: { __type: "uuid_comparison_exp" },
|
|
7759
|
+
contact: { __type: "contact_bool_exp" },
|
|
7736
7760
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7761
|
+
flow: { __type: "core_flow_bool_exp" },
|
|
7737
7762
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7738
7763
|
id: { __type: "uuid_comparison_exp" },
|
|
7764
|
+
listing: { __type: "listing_bool_exp" },
|
|
7739
7765
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7740
7766
|
setting_key: { __type: "String_comparison_exp" },
|
|
7767
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
7768
|
+
tenant_id: { __type: "uuid_comparison_exp" },
|
|
7741
7769
|
value: { __type: "jsonb_comparison_exp" },
|
|
7742
7770
|
},
|
|
7743
7771
|
core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
7744
7772
|
core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
|
|
7745
7773
|
core_flow_setting_delete_key_input: { value: { __type: "String" } },
|
|
7746
7774
|
core_flow_setting_insert_input: {
|
|
7775
|
+
account: { __type: "account_obj_rel_insert_input" },
|
|
7747
7776
|
account_id: { __type: "uuid" },
|
|
7777
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7748
7778
|
booking_channel_id: { __type: "uuid" },
|
|
7779
|
+
connection: { __type: "connection_obj_rel_insert_input" },
|
|
7749
7780
|
connection_id: { __type: "uuid" },
|
|
7781
|
+
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7750
7782
|
contact_id: { __type: "uuid" },
|
|
7783
|
+
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7751
7784
|
flow_id: { __type: "uuid" },
|
|
7752
7785
|
id: { __type: "uuid" },
|
|
7786
|
+
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7753
7787
|
listing_id: { __type: "uuid" },
|
|
7754
7788
|
setting_key: { __type: "String" },
|
|
7789
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7790
|
+
tenant_id: { __type: "uuid" },
|
|
7755
7791
|
value: { __type: "jsonb" },
|
|
7756
7792
|
},
|
|
7757
7793
|
core_flow_setting_max_fields: {
|
|
@@ -7764,6 +7800,7 @@ export const generatedSchema = {
|
|
|
7764
7800
|
id: { __type: "uuid" },
|
|
7765
7801
|
listing_id: { __type: "uuid" },
|
|
7766
7802
|
setting_key: { __type: "String" },
|
|
7803
|
+
tenant_id: { __type: "uuid" },
|
|
7767
7804
|
},
|
|
7768
7805
|
core_flow_setting_min_fields: {
|
|
7769
7806
|
__typename: { __type: "String!" },
|
|
@@ -7775,6 +7812,7 @@ export const generatedSchema = {
|
|
|
7775
7812
|
id: { __type: "uuid" },
|
|
7776
7813
|
listing_id: { __type: "uuid" },
|
|
7777
7814
|
setting_key: { __type: "String" },
|
|
7815
|
+
tenant_id: { __type: "uuid" },
|
|
7778
7816
|
},
|
|
7779
7817
|
core_flow_setting_mutation_response: {
|
|
7780
7818
|
__typename: { __type: "String!" },
|
|
@@ -7787,14 +7825,22 @@ export const generatedSchema = {
|
|
|
7787
7825
|
where: { __type: "core_flow_setting_bool_exp" },
|
|
7788
7826
|
},
|
|
7789
7827
|
core_flow_setting_order_by: {
|
|
7828
|
+
account: { __type: "account_order_by" },
|
|
7790
7829
|
account_id: { __type: "order_by" },
|
|
7830
|
+
booking_channel: { __type: "booking_channel_order_by" },
|
|
7791
7831
|
booking_channel_id: { __type: "order_by" },
|
|
7832
|
+
connection: { __type: "connection_order_by" },
|
|
7792
7833
|
connection_id: { __type: "order_by" },
|
|
7834
|
+
contact: { __type: "contact_order_by" },
|
|
7793
7835
|
contact_id: { __type: "order_by" },
|
|
7836
|
+
flow: { __type: "core_flow_order_by" },
|
|
7794
7837
|
flow_id: { __type: "order_by" },
|
|
7795
7838
|
id: { __type: "order_by" },
|
|
7839
|
+
listing: { __type: "listing_order_by" },
|
|
7796
7840
|
listing_id: { __type: "order_by" },
|
|
7797
7841
|
setting_key: { __type: "order_by" },
|
|
7842
|
+
tenant: { __type: "tenant_order_by" },
|
|
7843
|
+
tenant_id: { __type: "order_by" },
|
|
7798
7844
|
value: { __type: "order_by" },
|
|
7799
7845
|
},
|
|
7800
7846
|
core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
|
|
@@ -7808,6 +7854,7 @@ export const generatedSchema = {
|
|
|
7808
7854
|
id: { __type: "uuid" },
|
|
7809
7855
|
listing_id: { __type: "uuid" },
|
|
7810
7856
|
setting_key: { __type: "String" },
|
|
7857
|
+
tenant_id: { __type: "uuid" },
|
|
7811
7858
|
value: { __type: "jsonb" },
|
|
7812
7859
|
},
|
|
7813
7860
|
core_flow_setting_stream_cursor_input: {
|
|
@@ -7823,6 +7870,7 @@ export const generatedSchema = {
|
|
|
7823
7870
|
id: { __type: "uuid" },
|
|
7824
7871
|
listing_id: { __type: "uuid" },
|
|
7825
7872
|
setting_key: { __type: "String" },
|
|
7873
|
+
tenant_id: { __type: "uuid" },
|
|
7826
7874
|
value: { __type: "jsonb" },
|
|
7827
7875
|
},
|
|
7828
7876
|
core_flow_setting_updates: {
|
|
@@ -9622,6 +9670,7 @@ export const generatedSchema = {
|
|
|
9622
9670
|
triggerType: { __type: "journalEntryTriggerType_enum" },
|
|
9623
9671
|
txnAt: { __type: "timestamptz" },
|
|
9624
9672
|
txnNum: { __type: "Int" },
|
|
9673
|
+
txn_code: { __type: "String" },
|
|
9625
9674
|
type: { __type: "journalEntryType_enum" },
|
|
9626
9675
|
uniqueRef: { __type: "String" },
|
|
9627
9676
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -9934,6 +9983,7 @@ export const generatedSchema = {
|
|
|
9934
9983
|
triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" },
|
|
9935
9984
|
txnAt: { __type: "timestamptz_comparison_exp" },
|
|
9936
9985
|
txnNum: { __type: "Int_comparison_exp" },
|
|
9986
|
+
txn_code: { __type: "String_comparison_exp" },
|
|
9937
9987
|
type: { __type: "journalEntryType_enum_comparison_exp" },
|
|
9938
9988
|
uniqueRef: { __type: "String_comparison_exp" },
|
|
9939
9989
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -10017,6 +10067,7 @@ export const generatedSchema = {
|
|
|
10017
10067
|
triggerId: { __type: "uuid" },
|
|
10018
10068
|
txnAt: { __type: "timestamptz" },
|
|
10019
10069
|
txnNum: { __type: "Int" },
|
|
10070
|
+
txn_code: { __type: "String" },
|
|
10020
10071
|
uniqueRef: { __type: "String" },
|
|
10021
10072
|
updatedAt: { __type: "timestamptz" },
|
|
10022
10073
|
},
|
|
@@ -10042,6 +10093,7 @@ export const generatedSchema = {
|
|
|
10042
10093
|
triggerId: { __type: "order_by" },
|
|
10043
10094
|
txnAt: { __type: "order_by" },
|
|
10044
10095
|
txnNum: { __type: "order_by" },
|
|
10096
|
+
txn_code: { __type: "order_by" },
|
|
10045
10097
|
uniqueRef: { __type: "order_by" },
|
|
10046
10098
|
updatedAt: { __type: "order_by" },
|
|
10047
10099
|
},
|
|
@@ -10068,6 +10120,7 @@ export const generatedSchema = {
|
|
|
10068
10120
|
triggerId: { __type: "uuid" },
|
|
10069
10121
|
txnAt: { __type: "timestamptz" },
|
|
10070
10122
|
txnNum: { __type: "Int" },
|
|
10123
|
+
txn_code: { __type: "String" },
|
|
10071
10124
|
uniqueRef: { __type: "String" },
|
|
10072
10125
|
updatedAt: { __type: "timestamptz" },
|
|
10073
10126
|
},
|
|
@@ -10093,6 +10146,7 @@ export const generatedSchema = {
|
|
|
10093
10146
|
triggerId: { __type: "order_by" },
|
|
10094
10147
|
txnAt: { __type: "order_by" },
|
|
10095
10148
|
txnNum: { __type: "order_by" },
|
|
10149
|
+
txn_code: { __type: "order_by" },
|
|
10096
10150
|
uniqueRef: { __type: "order_by" },
|
|
10097
10151
|
updatedAt: { __type: "order_by" },
|
|
10098
10152
|
},
|
|
@@ -10149,6 +10203,7 @@ export const generatedSchema = {
|
|
|
10149
10203
|
triggerType: { __type: "order_by" },
|
|
10150
10204
|
txnAt: { __type: "order_by" },
|
|
10151
10205
|
txnNum: { __type: "order_by" },
|
|
10206
|
+
txn_code: { __type: "order_by" },
|
|
10152
10207
|
type: { __type: "order_by" },
|
|
10153
10208
|
uniqueRef: { __type: "order_by" },
|
|
10154
10209
|
updatedAt: { __type: "order_by" },
|
|
@@ -10249,6 +10304,7 @@ export const generatedSchema = {
|
|
|
10249
10304
|
triggerType: { __type: "journalEntryTriggerType_enum" },
|
|
10250
10305
|
txnAt: { __type: "timestamptz" },
|
|
10251
10306
|
txnNum: { __type: "Int" },
|
|
10307
|
+
txn_code: { __type: "String" },
|
|
10252
10308
|
type: { __type: "journalEntryType_enum" },
|
|
10253
10309
|
uniqueRef: { __type: "String" },
|
|
10254
10310
|
updatedAt: { __type: "timestamptz" },
|
package/package.json
CHANGED