@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.
@@ -7490,6 +7490,8 @@ exports.generatedSchema = {
7490
7490
  rate_id: { __type: "uuid" },
7491
7491
  source: { __type: "source!" },
7492
7492
  source_id: { __type: "uuid!" },
7493
+ tenant: { __type: "tenant!" },
7494
+ tenant_id: { __type: "uuid!" },
7493
7495
  value: { __type: "jsonb", __args: { path: "String" } },
7494
7496
  },
7495
7497
  core_flow_mapping_aggregate: {
@@ -7530,6 +7532,8 @@ exports.generatedSchema = {
7530
7532
  rate_id: { __type: "uuid_comparison_exp" },
7531
7533
  source: { __type: "source_bool_exp" },
7532
7534
  source_id: { __type: "uuid_comparison_exp" },
7535
+ tenant: { __type: "tenant_bool_exp" },
7536
+ tenant_id: { __type: "uuid_comparison_exp" },
7533
7537
  value: { __type: "jsonb_comparison_exp" },
7534
7538
  },
7535
7539
  core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
@@ -7552,6 +7556,8 @@ exports.generatedSchema = {
7552
7556
  rate_id: { __type: "uuid" },
7553
7557
  source: { __type: "source_obj_rel_insert_input" },
7554
7558
  source_id: { __type: "uuid" },
7559
+ tenant: { __type: "tenant_obj_rel_insert_input" },
7560
+ tenant_id: { __type: "uuid" },
7555
7561
  value: { __type: "jsonb" },
7556
7562
  },
7557
7563
  core_flow_mapping_max_fields: {
@@ -7565,6 +7571,7 @@ exports.generatedSchema = {
7565
7571
  mapping_key: { __type: "String" },
7566
7572
  rate_id: { __type: "uuid" },
7567
7573
  source_id: { __type: "uuid" },
7574
+ tenant_id: { __type: "uuid" },
7568
7575
  },
7569
7576
  core_flow_mapping_min_fields: {
7570
7577
  __typename: { __type: "String!" },
@@ -7577,6 +7584,7 @@ exports.generatedSchema = {
7577
7584
  mapping_key: { __type: "String" },
7578
7585
  rate_id: { __type: "uuid" },
7579
7586
  source_id: { __type: "uuid" },
7587
+ tenant_id: { __type: "uuid" },
7580
7588
  },
7581
7589
  core_flow_mapping_mutation_response: {
7582
7590
  __typename: { __type: "String!" },
@@ -7605,6 +7613,8 @@ exports.generatedSchema = {
7605
7613
  rate_id: { __type: "order_by" },
7606
7614
  source: { __type: "source_order_by" },
7607
7615
  source_id: { __type: "order_by" },
7616
+ tenant: { __type: "tenant_order_by" },
7617
+ tenant_id: { __type: "order_by" },
7608
7618
  value: { __type: "order_by" },
7609
7619
  },
7610
7620
  core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
@@ -7619,6 +7629,7 @@ exports.generatedSchema = {
7619
7629
  mapping_key: { __type: "String" },
7620
7630
  rate_id: { __type: "uuid" },
7621
7631
  source_id: { __type: "uuid" },
7632
+ tenant_id: { __type: "uuid" },
7622
7633
  value: { __type: "jsonb" },
7623
7634
  },
7624
7635
  core_flow_mapping_stream_cursor_input: {
@@ -7635,6 +7646,7 @@ exports.generatedSchema = {
7635
7646
  mapping_key: { __type: "String" },
7636
7647
  rate_id: { __type: "uuid" },
7637
7648
  source_id: { __type: "uuid" },
7649
+ tenant_id: { __type: "uuid" },
7638
7650
  value: { __type: "jsonb" },
7639
7651
  },
7640
7652
  core_flow_mapping_updates: {
@@ -7701,14 +7713,22 @@ exports.generatedSchema = {
7701
7713
  },
7702
7714
  core_flow_setting: {
7703
7715
  __typename: { __type: "String!" },
7716
+ account: { __type: "account" },
7704
7717
  account_id: { __type: "uuid" },
7718
+ booking_channel: { __type: "booking_channel" },
7705
7719
  booking_channel_id: { __type: "uuid" },
7720
+ connection: { __type: "connection!" },
7706
7721
  connection_id: { __type: "uuid!" },
7722
+ contact: { __type: "contact" },
7707
7723
  contact_id: { __type: "uuid" },
7724
+ flow: { __type: "core_flow!" },
7708
7725
  flow_id: { __type: "uuid!" },
7709
7726
  id: { __type: "uuid!" },
7727
+ listing: { __type: "listing" },
7710
7728
  listing_id: { __type: "uuid" },
7711
7729
  setting_key: { __type: "String!" },
7730
+ tenant: { __type: "tenant!" },
7731
+ tenant_id: { __type: "uuid!" },
7712
7732
  value: { __type: "jsonb", __args: { path: "String" } },
7713
7733
  },
7714
7734
  core_flow_setting_aggregate: {
@@ -7733,28 +7753,44 @@ exports.generatedSchema = {
7733
7753
  _and: { __type: "[core_flow_setting_bool_exp!]" },
7734
7754
  _not: { __type: "core_flow_setting_bool_exp" },
7735
7755
  _or: { __type: "[core_flow_setting_bool_exp!]" },
7756
+ account: { __type: "account_bool_exp" },
7736
7757
  account_id: { __type: "uuid_comparison_exp" },
7758
+ booking_channel: { __type: "booking_channel_bool_exp" },
7737
7759
  booking_channel_id: { __type: "uuid_comparison_exp" },
7760
+ connection: { __type: "connection_bool_exp" },
7738
7761
  connection_id: { __type: "uuid_comparison_exp" },
7762
+ contact: { __type: "contact_bool_exp" },
7739
7763
  contact_id: { __type: "uuid_comparison_exp" },
7764
+ flow: { __type: "core_flow_bool_exp" },
7740
7765
  flow_id: { __type: "uuid_comparison_exp" },
7741
7766
  id: { __type: "uuid_comparison_exp" },
7767
+ listing: { __type: "listing_bool_exp" },
7742
7768
  listing_id: { __type: "uuid_comparison_exp" },
7743
7769
  setting_key: { __type: "String_comparison_exp" },
7770
+ tenant: { __type: "tenant_bool_exp" },
7771
+ tenant_id: { __type: "uuid_comparison_exp" },
7744
7772
  value: { __type: "jsonb_comparison_exp" },
7745
7773
  },
7746
7774
  core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
7747
7775
  core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
7748
7776
  core_flow_setting_delete_key_input: { value: { __type: "String" } },
7749
7777
  core_flow_setting_insert_input: {
7778
+ account: { __type: "account_obj_rel_insert_input" },
7750
7779
  account_id: { __type: "uuid" },
7780
+ booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
7751
7781
  booking_channel_id: { __type: "uuid" },
7782
+ connection: { __type: "connection_obj_rel_insert_input" },
7752
7783
  connection_id: { __type: "uuid" },
7784
+ contact: { __type: "contact_obj_rel_insert_input" },
7753
7785
  contact_id: { __type: "uuid" },
7786
+ flow: { __type: "core_flow_obj_rel_insert_input" },
7754
7787
  flow_id: { __type: "uuid" },
7755
7788
  id: { __type: "uuid" },
7789
+ listing: { __type: "listing_obj_rel_insert_input" },
7756
7790
  listing_id: { __type: "uuid" },
7757
7791
  setting_key: { __type: "String" },
7792
+ tenant: { __type: "tenant_obj_rel_insert_input" },
7793
+ tenant_id: { __type: "uuid" },
7758
7794
  value: { __type: "jsonb" },
7759
7795
  },
7760
7796
  core_flow_setting_max_fields: {
@@ -7767,6 +7803,7 @@ exports.generatedSchema = {
7767
7803
  id: { __type: "uuid" },
7768
7804
  listing_id: { __type: "uuid" },
7769
7805
  setting_key: { __type: "String" },
7806
+ tenant_id: { __type: "uuid" },
7770
7807
  },
7771
7808
  core_flow_setting_min_fields: {
7772
7809
  __typename: { __type: "String!" },
@@ -7778,6 +7815,7 @@ exports.generatedSchema = {
7778
7815
  id: { __type: "uuid" },
7779
7816
  listing_id: { __type: "uuid" },
7780
7817
  setting_key: { __type: "String" },
7818
+ tenant_id: { __type: "uuid" },
7781
7819
  },
7782
7820
  core_flow_setting_mutation_response: {
7783
7821
  __typename: { __type: "String!" },
@@ -7790,14 +7828,22 @@ exports.generatedSchema = {
7790
7828
  where: { __type: "core_flow_setting_bool_exp" },
7791
7829
  },
7792
7830
  core_flow_setting_order_by: {
7831
+ account: { __type: "account_order_by" },
7793
7832
  account_id: { __type: "order_by" },
7833
+ booking_channel: { __type: "booking_channel_order_by" },
7794
7834
  booking_channel_id: { __type: "order_by" },
7835
+ connection: { __type: "connection_order_by" },
7795
7836
  connection_id: { __type: "order_by" },
7837
+ contact: { __type: "contact_order_by" },
7796
7838
  contact_id: { __type: "order_by" },
7839
+ flow: { __type: "core_flow_order_by" },
7797
7840
  flow_id: { __type: "order_by" },
7798
7841
  id: { __type: "order_by" },
7842
+ listing: { __type: "listing_order_by" },
7799
7843
  listing_id: { __type: "order_by" },
7800
7844
  setting_key: { __type: "order_by" },
7845
+ tenant: { __type: "tenant_order_by" },
7846
+ tenant_id: { __type: "order_by" },
7801
7847
  value: { __type: "order_by" },
7802
7848
  },
7803
7849
  core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
@@ -7811,6 +7857,7 @@ exports.generatedSchema = {
7811
7857
  id: { __type: "uuid" },
7812
7858
  listing_id: { __type: "uuid" },
7813
7859
  setting_key: { __type: "String" },
7860
+ tenant_id: { __type: "uuid" },
7814
7861
  value: { __type: "jsonb" },
7815
7862
  },
7816
7863
  core_flow_setting_stream_cursor_input: {
@@ -7826,6 +7873,7 @@ exports.generatedSchema = {
7826
7873
  id: { __type: "uuid" },
7827
7874
  listing_id: { __type: "uuid" },
7828
7875
  setting_key: { __type: "String" },
7876
+ tenant_id: { __type: "uuid" },
7829
7877
  value: { __type: "jsonb" },
7830
7878
  },
7831
7879
  core_flow_setting_updates: {
@@ -9625,6 +9673,7 @@ exports.generatedSchema = {
9625
9673
  triggerType: { __type: "journalEntryTriggerType_enum" },
9626
9674
  txnAt: { __type: "timestamptz" },
9627
9675
  txnNum: { __type: "Int" },
9676
+ txn_code: { __type: "String" },
9628
9677
  type: { __type: "journalEntryType_enum" },
9629
9678
  uniqueRef: { __type: "String" },
9630
9679
  updatedAt: { __type: "timestamptz" },
@@ -9937,6 +9986,7 @@ exports.generatedSchema = {
9937
9986
  triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" },
9938
9987
  txnAt: { __type: "timestamptz_comparison_exp" },
9939
9988
  txnNum: { __type: "Int_comparison_exp" },
9989
+ txn_code: { __type: "String_comparison_exp" },
9940
9990
  type: { __type: "journalEntryType_enum_comparison_exp" },
9941
9991
  uniqueRef: { __type: "String_comparison_exp" },
9942
9992
  updatedAt: { __type: "timestamptz_comparison_exp" },
@@ -10020,6 +10070,7 @@ exports.generatedSchema = {
10020
10070
  triggerId: { __type: "uuid" },
10021
10071
  txnAt: { __type: "timestamptz" },
10022
10072
  txnNum: { __type: "Int" },
10073
+ txn_code: { __type: "String" },
10023
10074
  uniqueRef: { __type: "String" },
10024
10075
  updatedAt: { __type: "timestamptz" },
10025
10076
  },
@@ -10045,6 +10096,7 @@ exports.generatedSchema = {
10045
10096
  triggerId: { __type: "order_by" },
10046
10097
  txnAt: { __type: "order_by" },
10047
10098
  txnNum: { __type: "order_by" },
10099
+ txn_code: { __type: "order_by" },
10048
10100
  uniqueRef: { __type: "order_by" },
10049
10101
  updatedAt: { __type: "order_by" },
10050
10102
  },
@@ -10071,6 +10123,7 @@ exports.generatedSchema = {
10071
10123
  triggerId: { __type: "uuid" },
10072
10124
  txnAt: { __type: "timestamptz" },
10073
10125
  txnNum: { __type: "Int" },
10126
+ txn_code: { __type: "String" },
10074
10127
  uniqueRef: { __type: "String" },
10075
10128
  updatedAt: { __type: "timestamptz" },
10076
10129
  },
@@ -10096,6 +10149,7 @@ exports.generatedSchema = {
10096
10149
  triggerId: { __type: "order_by" },
10097
10150
  txnAt: { __type: "order_by" },
10098
10151
  txnNum: { __type: "order_by" },
10152
+ txn_code: { __type: "order_by" },
10099
10153
  uniqueRef: { __type: "order_by" },
10100
10154
  updatedAt: { __type: "order_by" },
10101
10155
  },
@@ -10152,6 +10206,7 @@ exports.generatedSchema = {
10152
10206
  triggerType: { __type: "order_by" },
10153
10207
  txnAt: { __type: "order_by" },
10154
10208
  txnNum: { __type: "order_by" },
10209
+ txn_code: { __type: "order_by" },
10155
10210
  type: { __type: "order_by" },
10156
10211
  uniqueRef: { __type: "order_by" },
10157
10212
  updatedAt: { __type: "order_by" },
@@ -10252,6 +10307,7 @@ exports.generatedSchema = {
10252
10307
  triggerType: { __type: "journalEntryTriggerType_enum" },
10253
10308
  txnAt: { __type: "timestamptz" },
10254
10309
  txnNum: { __type: "Int" },
10310
+ txn_code: { __type: "String" },
10255
10311
  type: { __type: "journalEntryType_enum" },
10256
10312
  uniqueRef: { __type: "String" },
10257
10313
  updatedAt: { __type: "timestamptz" },
@@ -72,6 +72,7 @@ export function useHasuraClient({ uri = hasuraGraphqlUri, secret, auditUserId, a
72
72
  method: 'POST',
73
73
  credentials,
74
74
  headers,
75
+ signal: fetchOptions?.signal,
75
76
  body: JSON.stringify({
76
77
  query,
77
78
  variables,