@vrplatform/graphql 1.1.26 → 1.1.29

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.
@@ -7441,6 +7441,7 @@ export const generatedSchema = {
7441
7441
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7442
7442
  title: { __type: "String!" },
7443
7443
  type: { __type: "flow_type" },
7444
+ uniqueRef: { __type: "String!" },
7444
7445
  },
7445
7446
  core_flow_aggregate: {
7446
7447
  __typename: { __type: "String!" },
@@ -7489,6 +7490,7 @@ export const generatedSchema = {
7489
7490
  setting_schema: { __type: "jsonb_comparison_exp" },
7490
7491
  title: { __type: "String_comparison_exp" },
7491
7492
  type: { __type: "flow_type_comparison_exp" },
7493
+ uniqueRef: { __type: "String_comparison_exp" },
7492
7494
  },
7493
7495
  core_flow_delete_at_path_input: {
7494
7496
  mapping_schema: { __type: "[String!]" },
@@ -7510,6 +7512,7 @@ export const generatedSchema = {
7510
7512
  setting_schema: { __type: "jsonb" },
7511
7513
  title: { __type: "String" },
7512
7514
  type: { __type: "flow_type" },
7515
+ uniqueRef: { __type: "String" },
7513
7516
  },
7514
7517
  core_flow_mapping: {
7515
7518
  __typename: { __type: "String!" },
@@ -7720,6 +7723,7 @@ export const generatedSchema = {
7720
7723
  id: { __type: "uuid" },
7721
7724
  title: { __type: "String" },
7722
7725
  type: { __type: "flow_type" },
7726
+ uniqueRef: { __type: "String" },
7723
7727
  },
7724
7728
  core_flow_max_order_by: {
7725
7729
  app_id: { __type: "order_by" },
@@ -7727,6 +7731,7 @@ export const generatedSchema = {
7727
7731
  id: { __type: "order_by" },
7728
7732
  title: { __type: "order_by" },
7729
7733
  type: { __type: "order_by" },
7734
+ uniqueRef: { __type: "order_by" },
7730
7735
  },
7731
7736
  core_flow_min_fields: {
7732
7737
  __typename: { __type: "String!" },
@@ -7735,6 +7740,7 @@ export const generatedSchema = {
7735
7740
  id: { __type: "uuid" },
7736
7741
  title: { __type: "String" },
7737
7742
  type: { __type: "flow_type" },
7743
+ uniqueRef: { __type: "String" },
7738
7744
  },
7739
7745
  core_flow_min_order_by: {
7740
7746
  app_id: { __type: "order_by" },
@@ -7742,6 +7748,7 @@ export const generatedSchema = {
7742
7748
  id: { __type: "order_by" },
7743
7749
  title: { __type: "order_by" },
7744
7750
  type: { __type: "order_by" },
7751
+ uniqueRef: { __type: "order_by" },
7745
7752
  },
7746
7753
  core_flow_mutation_response: {
7747
7754
  __typename: { __type: "String!" },
@@ -7765,6 +7772,7 @@ export const generatedSchema = {
7765
7772
  setting_schema: { __type: "order_by" },
7766
7773
  title: { __type: "order_by" },
7767
7774
  type: { __type: "order_by" },
7775
+ uniqueRef: { __type: "order_by" },
7768
7776
  },
7769
7777
  core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7770
7778
  core_flow_prepend_input: {
@@ -7779,6 +7787,7 @@ export const generatedSchema = {
7779
7787
  setting_schema: { __type: "jsonb" },
7780
7788
  title: { __type: "String" },
7781
7789
  type: { __type: "flow_type" },
7790
+ uniqueRef: { __type: "String" },
7782
7791
  },
7783
7792
  core_flow_setting: {
7784
7793
  __typename: { __type: "String!" },
@@ -7982,6 +7991,7 @@ export const generatedSchema = {
7982
7991
  setting_schema: { __type: "jsonb" },
7983
7992
  title: { __type: "String" },
7984
7993
  type: { __type: "flow_type" },
7994
+ uniqueRef: { __type: "String" },
7985
7995
  },
7986
7996
  core_flow_updates: {
7987
7997
  _append: { __type: "core_flow_append_input" },
@@ -31065,6 +31075,8 @@ export const generatedSchema = {
31065
31075
  where: "store_effect_queue_bool_exp",
31066
31076
  },
31067
31077
  },
31078
+ entity_id: { __type: "uuid" },
31079
+ entity_type: { __type: "String" },
31068
31080
  id: { __type: "uuid!" },
31069
31081
  message: { __type: "String" },
31070
31082
  mutation_logs: {
@@ -31134,6 +31146,8 @@ export const generatedSchema = {
31134
31146
  effect_queues_aggregate: {
31135
31147
  __type: "store_effect_queue_aggregate_bool_exp",
31136
31148
  },
31149
+ entity_id: { __type: "uuid_comparison_exp" },
31150
+ entity_type: { __type: "String_comparison_exp" },
31137
31151
  id: { __type: "uuid_comparison_exp" },
31138
31152
  message: { __type: "String_comparison_exp" },
31139
31153
  mutation_logs: { __type: "store_mutation_log_bool_exp" },
@@ -31157,6 +31171,8 @@ export const generatedSchema = {
31157
31171
  api_endpoint: { __type: "String" },
31158
31172
  created_at: { __type: "timestamptz" },
31159
31173
  effect_queues: { __type: "store_effect_queue_arr_rel_insert_input" },
31174
+ entity_id: { __type: "uuid" },
31175
+ entity_type: { __type: "String" },
31160
31176
  id: { __type: "uuid" },
31161
31177
  message: { __type: "String" },
31162
31178
  mutation_logs: { __type: "store_mutation_log_arr_rel_insert_input" },
@@ -31171,6 +31187,8 @@ export const generatedSchema = {
31171
31187
  action_type: { __type: "String" },
31172
31188
  api_endpoint: { __type: "String" },
31173
31189
  created_at: { __type: "timestamptz" },
31190
+ entity_id: { __type: "uuid" },
31191
+ entity_type: { __type: "String" },
31174
31192
  id: { __type: "uuid" },
31175
31193
  message: { __type: "String" },
31176
31194
  request_r2_link: { __type: "String" },
@@ -31183,6 +31201,8 @@ export const generatedSchema = {
31183
31201
  action_type: { __type: "String" },
31184
31202
  api_endpoint: { __type: "String" },
31185
31203
  created_at: { __type: "timestamptz" },
31204
+ entity_id: { __type: "uuid" },
31205
+ entity_type: { __type: "String" },
31186
31206
  id: { __type: "uuid" },
31187
31207
  message: { __type: "String" },
31188
31208
  request_r2_link: { __type: "String" },
@@ -31211,6 +31231,8 @@ export const generatedSchema = {
31211
31231
  effect_queues_aggregate: {
31212
31232
  __type: "store_effect_queue_aggregate_order_by",
31213
31233
  },
31234
+ entity_id: { __type: "order_by" },
31235
+ entity_type: { __type: "order_by" },
31214
31236
  id: { __type: "order_by" },
31215
31237
  message: { __type: "order_by" },
31216
31238
  mutation_logs_aggregate: {
@@ -31228,6 +31250,8 @@ export const generatedSchema = {
31228
31250
  action_type: { __type: "String" },
31229
31251
  api_endpoint: { __type: "String" },
31230
31252
  created_at: { __type: "timestamptz" },
31253
+ entity_id: { __type: "uuid" },
31254
+ entity_type: { __type: "String" },
31231
31255
  id: { __type: "uuid" },
31232
31256
  message: { __type: "String" },
31233
31257
  payload: { __type: "jsonb" },
@@ -31258,6 +31282,8 @@ export const generatedSchema = {
31258
31282
  action_type: { __type: "String" },
31259
31283
  api_endpoint: { __type: "String" },
31260
31284
  created_at: { __type: "timestamptz" },
31285
+ entity_id: { __type: "uuid" },
31286
+ entity_type: { __type: "String" },
31261
31287
  id: { __type: "uuid" },
31262
31288
  message: { __type: "String" },
31263
31289
  payload: { __type: "jsonb" },
@@ -31301,6 +31327,8 @@ export const generatedSchema = {
31301
31327
  dispatched_action: { __type: "store_dispatched_action!" },
31302
31328
  dispatched_action_id: { __type: "uuid!" },
31303
31329
  effect_type: { __type: "String!" },
31330
+ entity_id: { __type: "uuid" },
31331
+ entity_type: { __type: "String" },
31304
31332
  id: { __type: "uuid!" },
31305
31333
  last_attempt_at: { __type: "timestamptz" },
31306
31334
  last_error: { __type: "String" },
@@ -31408,6 +31436,8 @@ export const generatedSchema = {
31408
31436
  dispatched_action: { __type: "store_dispatched_action_bool_exp" },
31409
31437
  dispatched_action_id: { __type: "uuid_comparison_exp" },
31410
31438
  effect_type: { __type: "String_comparison_exp" },
31439
+ entity_id: { __type: "uuid_comparison_exp" },
31440
+ entity_type: { __type: "String_comparison_exp" },
31411
31441
  id: { __type: "uuid_comparison_exp" },
31412
31442
  last_attempt_at: { __type: "timestamptz_comparison_exp" },
31413
31443
  last_error: { __type: "String_comparison_exp" },
@@ -31442,6 +31472,8 @@ export const generatedSchema = {
31442
31472
  },
31443
31473
  dispatched_action_id: { __type: "uuid" },
31444
31474
  effect_type: { __type: "String" },
31475
+ entity_id: { __type: "uuid" },
31476
+ entity_type: { __type: "String" },
31445
31477
  id: { __type: "uuid" },
31446
31478
  last_attempt_at: { __type: "timestamptz" },
31447
31479
  last_error: { __type: "String" },
@@ -31462,6 +31494,8 @@ export const generatedSchema = {
31462
31494
  created_at: { __type: "timestamptz" },
31463
31495
  dispatched_action_id: { __type: "uuid" },
31464
31496
  effect_type: { __type: "String" },
31497
+ entity_id: { __type: "uuid" },
31498
+ entity_type: { __type: "String" },
31465
31499
  id: { __type: "uuid" },
31466
31500
  last_attempt_at: { __type: "timestamptz" },
31467
31501
  last_error: { __type: "String" },
@@ -31479,6 +31513,8 @@ export const generatedSchema = {
31479
31513
  created_at: { __type: "order_by" },
31480
31514
  dispatched_action_id: { __type: "order_by" },
31481
31515
  effect_type: { __type: "order_by" },
31516
+ entity_id: { __type: "order_by" },
31517
+ entity_type: { __type: "order_by" },
31482
31518
  id: { __type: "order_by" },
31483
31519
  last_attempt_at: { __type: "order_by" },
31484
31520
  last_error: { __type: "order_by" },
@@ -31497,6 +31533,8 @@ export const generatedSchema = {
31497
31533
  created_at: { __type: "timestamptz" },
31498
31534
  dispatched_action_id: { __type: "uuid" },
31499
31535
  effect_type: { __type: "String" },
31536
+ entity_id: { __type: "uuid" },
31537
+ entity_type: { __type: "String" },
31500
31538
  id: { __type: "uuid" },
31501
31539
  last_attempt_at: { __type: "timestamptz" },
31502
31540
  last_error: { __type: "String" },
@@ -31514,6 +31552,8 @@ export const generatedSchema = {
31514
31552
  created_at: { __type: "order_by" },
31515
31553
  dispatched_action_id: { __type: "order_by" },
31516
31554
  effect_type: { __type: "order_by" },
31555
+ entity_id: { __type: "order_by" },
31556
+ entity_type: { __type: "order_by" },
31517
31557
  id: { __type: "order_by" },
31518
31558
  last_attempt_at: { __type: "order_by" },
31519
31559
  last_error: { __type: "order_by" },
@@ -31546,6 +31586,8 @@ export const generatedSchema = {
31546
31586
  dispatched_action: { __type: "store_dispatched_action_order_by" },
31547
31587
  dispatched_action_id: { __type: "order_by" },
31548
31588
  effect_type: { __type: "order_by" },
31589
+ entity_id: { __type: "order_by" },
31590
+ entity_type: { __type: "order_by" },
31549
31591
  id: { __type: "order_by" },
31550
31592
  last_attempt_at: { __type: "order_by" },
31551
31593
  last_error: { __type: "order_by" },
@@ -31569,6 +31611,8 @@ export const generatedSchema = {
31569
31611
  created_at: { __type: "timestamptz" },
31570
31612
  dispatched_action_id: { __type: "uuid" },
31571
31613
  effect_type: { __type: "String" },
31614
+ entity_id: { __type: "uuid" },
31615
+ entity_type: { __type: "String" },
31572
31616
  id: { __type: "uuid" },
31573
31617
  last_attempt_at: { __type: "timestamptz" },
31574
31618
  last_error: { __type: "String" },
@@ -31630,6 +31674,8 @@ export const generatedSchema = {
31630
31674
  created_at: { __type: "timestamptz" },
31631
31675
  dispatched_action_id: { __type: "uuid" },
31632
31676
  effect_type: { __type: "String" },
31677
+ entity_id: { __type: "uuid" },
31678
+ entity_type: { __type: "String" },
31633
31679
  id: { __type: "uuid" },
31634
31680
  last_attempt_at: { __type: "timestamptz" },
31635
31681
  last_error: { __type: "String" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.26",
13
+ "version": "1.1.29",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",