@vrplatform/graphql 1.1.4 → 1.1.6

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.
@@ -2198,69 +2198,19 @@ export const generatedSchema = {
2198
2198
  __typename: { __type: "String!" },
2199
2199
  appId: { __type: "String" },
2200
2200
  automationId: { __type: "uuid" },
2201
- changes: {
2202
- __type: "[change!]!",
2203
- __args: {
2204
- distinct_on: "[change_select_column!]",
2205
- limit: "Int",
2206
- offset: "Int",
2207
- order_by: "[change_order_by!]",
2208
- where: "change_bool_exp",
2209
- },
2210
- },
2211
- changes_aggregate: {
2212
- __type: "change_aggregate!",
2213
- __args: {
2214
- distinct_on: "[change_select_column!]",
2215
- limit: "Int",
2216
- offset: "Int",
2217
- order_by: "[change_order_by!]",
2218
- where: "change_bool_exp",
2219
- },
2220
- },
2221
2201
  connection: { __type: "connection" },
2222
2202
  connectionId: { __type: "uuid" },
2223
2203
  createdAt: { __type: "timestamptz" },
2224
2204
  id: { __type: "uuid!" },
2225
2205
  inputJson: { __type: "jsonb", __args: { path: "String" } },
2226
2206
  isCurrent: { __type: "Boolean" },
2227
- jobId: { __type: "uuid" },
2228
- jobIndex: { __type: "Int" },
2229
- jobPageId: { __type: "uuid" },
2230
- jobPlanId: { __type: "uuid" },
2207
+ job_id: { __type: "uuid" },
2208
+ job_index: { __type: "Int" },
2209
+ job_page_id: { __type: "uuid" },
2210
+ job_plan_id: { __type: "uuid" },
2231
2211
  objectId: { __type: "uuid" },
2232
- opId: { __type: "uuid" },
2212
+ op_id: { __type: "uuid" },
2233
2213
  outputJson: { __type: "jsonb", __args: { path: "String" } },
2234
- previousActions: {
2235
- __type: "[action!]!",
2236
- __args: {
2237
- distinct_on: "[action_select_column!]",
2238
- limit: "Int",
2239
- offset: "Int",
2240
- order_by: "[action_order_by!]",
2241
- where: "action_bool_exp",
2242
- },
2243
- },
2244
- previousActions3: {
2245
- __type: "[action!]!",
2246
- __args: {
2247
- distinct_on: "[action_select_column!]",
2248
- limit: "Int",
2249
- offset: "Int",
2250
- order_by: "[action_order_by!]",
2251
- where: "action_bool_exp",
2252
- },
2253
- },
2254
- previousActions3_aggregate: {
2255
- __type: "action_aggregate!",
2256
- __args: {
2257
- distinct_on: "[action_select_column!]",
2258
- limit: "Int",
2259
- offset: "Int",
2260
- order_by: "[action_order_by!]",
2261
- where: "action_bool_exp",
2262
- },
2263
- },
2264
2214
  previousActionsByType: {
2265
2215
  __type: "[action!]!",
2266
2216
  __args: {
@@ -2281,18 +2231,8 @@ export const generatedSchema = {
2281
2231
  where: "action_bool_exp",
2282
2232
  },
2283
2233
  },
2284
- previousActions_aggregate: {
2285
- __type: "action_aggregate!",
2286
- __args: {
2287
- distinct_on: "[action_select_column!]",
2288
- limit: "Int",
2289
- offset: "Int",
2290
- order_by: "[action_order_by!]",
2291
- where: "action_bool_exp",
2292
- },
2293
- },
2294
2234
  refs: { __type: "jsonb", __args: { path: "String" } },
2295
- schemaId: { __type: "uuid" },
2235
+ schema_id: { __type: "uuid" },
2296
2236
  source: { __type: "source" },
2297
2237
  sourceId: { __type: "uuid" },
2298
2238
  status: { __type: "String" },
@@ -2376,38 +2316,32 @@ export const generatedSchema = {
2376
2316
  },
2377
2317
  action_avg_fields: {
2378
2318
  __typename: { __type: "String!" },
2379
- jobIndex: { __type: "Float" },
2319
+ job_index: { __type: "Float" },
2380
2320
  },
2381
- action_avg_order_by: { jobIndex: { __type: "order_by" } },
2321
+ action_avg_order_by: { job_index: { __type: "order_by" } },
2382
2322
  action_bool_exp: {
2383
2323
  _and: { __type: "[action_bool_exp!]" },
2384
2324
  _not: { __type: "action_bool_exp" },
2385
2325
  _or: { __type: "[action_bool_exp!]" },
2386
2326
  appId: { __type: "String_comparison_exp" },
2387
2327
  automationId: { __type: "uuid_comparison_exp" },
2388
- changes: { __type: "change_bool_exp" },
2389
- changes_aggregate: { __type: "change_aggregate_bool_exp" },
2390
2328
  connection: { __type: "connection_bool_exp" },
2391
2329
  connectionId: { __type: "uuid_comparison_exp" },
2392
2330
  createdAt: { __type: "timestamptz_comparison_exp" },
2393
2331
  id: { __type: "uuid_comparison_exp" },
2394
2332
  inputJson: { __type: "jsonb_comparison_exp" },
2395
2333
  isCurrent: { __type: "Boolean_comparison_exp" },
2396
- jobId: { __type: "uuid_comparison_exp" },
2397
- jobIndex: { __type: "Int_comparison_exp" },
2398
- jobPageId: { __type: "uuid_comparison_exp" },
2399
- jobPlanId: { __type: "uuid_comparison_exp" },
2334
+ job_id: { __type: "uuid_comparison_exp" },
2335
+ job_index: { __type: "Int_comparison_exp" },
2336
+ job_page_id: { __type: "uuid_comparison_exp" },
2337
+ job_plan_id: { __type: "uuid_comparison_exp" },
2400
2338
  objectId: { __type: "uuid_comparison_exp" },
2401
- opId: { __type: "uuid_comparison_exp" },
2339
+ op_id: { __type: "uuid_comparison_exp" },
2402
2340
  outputJson: { __type: "jsonb_comparison_exp" },
2403
- previousActions: { __type: "action_bool_exp" },
2404
- previousActions3: { __type: "action_bool_exp" },
2405
- previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
2406
2341
  previousActionsByType: { __type: "action_bool_exp" },
2407
2342
  previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2408
- previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
2409
2343
  refs: { __type: "jsonb_comparison_exp" },
2410
- schemaId: { __type: "uuid_comparison_exp" },
2344
+ schema_id: { __type: "uuid_comparison_exp" },
2411
2345
  source: { __type: "source_bool_exp" },
2412
2346
  sourceId: { __type: "uuid_comparison_exp" },
2413
2347
  status: { __type: "String_comparison_exp" },
@@ -2433,29 +2367,26 @@ export const generatedSchema = {
2433
2367
  outputJson: { __type: "String" },
2434
2368
  refs: { __type: "String" },
2435
2369
  },
2436
- action_inc_input: { jobIndex: { __type: "Int" } },
2370
+ action_inc_input: { job_index: { __type: "Int" } },
2437
2371
  action_insert_input: {
2438
2372
  appId: { __type: "String" },
2439
2373
  automationId: { __type: "uuid" },
2440
- changes: { __type: "change_arr_rel_insert_input" },
2441
2374
  connection: { __type: "connection_obj_rel_insert_input" },
2442
2375
  connectionId: { __type: "uuid" },
2443
2376
  createdAt: { __type: "timestamptz" },
2444
2377
  id: { __type: "uuid" },
2445
2378
  inputJson: { __type: "jsonb" },
2446
2379
  isCurrent: { __type: "Boolean" },
2447
- jobId: { __type: "uuid" },
2448
- jobIndex: { __type: "Int" },
2449
- jobPageId: { __type: "uuid" },
2450
- jobPlanId: { __type: "uuid" },
2380
+ job_id: { __type: "uuid" },
2381
+ job_index: { __type: "Int" },
2382
+ job_page_id: { __type: "uuid" },
2383
+ job_plan_id: { __type: "uuid" },
2451
2384
  objectId: { __type: "uuid" },
2452
- opId: { __type: "uuid" },
2385
+ op_id: { __type: "uuid" },
2453
2386
  outputJson: { __type: "jsonb" },
2454
- previousActions: { __type: "action_arr_rel_insert_input" },
2455
- previousActions3: { __type: "action_arr_rel_insert_input" },
2456
2387
  previousActionsByType: { __type: "action_arr_rel_insert_input" },
2457
2388
  refs: { __type: "jsonb" },
2458
- schemaId: { __type: "uuid" },
2389
+ schema_id: { __type: "uuid" },
2459
2390
  source: { __type: "source_obj_rel_insert_input" },
2460
2391
  sourceId: { __type: "uuid" },
2461
2392
  status: { __type: "String" },
@@ -2473,13 +2404,13 @@ export const generatedSchema = {
2473
2404
  connectionId: { __type: "uuid" },
2474
2405
  createdAt: { __type: "timestamptz" },
2475
2406
  id: { __type: "uuid" },
2476
- jobId: { __type: "uuid" },
2477
- jobIndex: { __type: "Int" },
2478
- jobPageId: { __type: "uuid" },
2479
- jobPlanId: { __type: "uuid" },
2407
+ job_id: { __type: "uuid" },
2408
+ job_index: { __type: "Int" },
2409
+ job_page_id: { __type: "uuid" },
2410
+ job_plan_id: { __type: "uuid" },
2480
2411
  objectId: { __type: "uuid" },
2481
- opId: { __type: "uuid" },
2482
- schemaId: { __type: "uuid" },
2412
+ op_id: { __type: "uuid" },
2413
+ schema_id: { __type: "uuid" },
2483
2414
  sourceId: { __type: "uuid" },
2484
2415
  status: { __type: "String" },
2485
2416
  tenantId: { __type: "uuid" },
@@ -2494,13 +2425,13 @@ export const generatedSchema = {
2494
2425
  connectionId: { __type: "order_by" },
2495
2426
  createdAt: { __type: "order_by" },
2496
2427
  id: { __type: "order_by" },
2497
- jobId: { __type: "order_by" },
2498
- jobIndex: { __type: "order_by" },
2499
- jobPageId: { __type: "order_by" },
2500
- jobPlanId: { __type: "order_by" },
2428
+ job_id: { __type: "order_by" },
2429
+ job_index: { __type: "order_by" },
2430
+ job_page_id: { __type: "order_by" },
2431
+ job_plan_id: { __type: "order_by" },
2501
2432
  objectId: { __type: "order_by" },
2502
- opId: { __type: "order_by" },
2503
- schemaId: { __type: "order_by" },
2433
+ op_id: { __type: "order_by" },
2434
+ schema_id: { __type: "order_by" },
2504
2435
  sourceId: { __type: "order_by" },
2505
2436
  status: { __type: "order_by" },
2506
2437
  tenantId: { __type: "order_by" },
@@ -2516,13 +2447,13 @@ export const generatedSchema = {
2516
2447
  connectionId: { __type: "uuid" },
2517
2448
  createdAt: { __type: "timestamptz" },
2518
2449
  id: { __type: "uuid" },
2519
- jobId: { __type: "uuid" },
2520
- jobIndex: { __type: "Int" },
2521
- jobPageId: { __type: "uuid" },
2522
- jobPlanId: { __type: "uuid" },
2450
+ job_id: { __type: "uuid" },
2451
+ job_index: { __type: "Int" },
2452
+ job_page_id: { __type: "uuid" },
2453
+ job_plan_id: { __type: "uuid" },
2523
2454
  objectId: { __type: "uuid" },
2524
- opId: { __type: "uuid" },
2525
- schemaId: { __type: "uuid" },
2455
+ op_id: { __type: "uuid" },
2456
+ schema_id: { __type: "uuid" },
2526
2457
  sourceId: { __type: "uuid" },
2527
2458
  status: { __type: "String" },
2528
2459
  tenantId: { __type: "uuid" },
@@ -2537,13 +2468,13 @@ export const generatedSchema = {
2537
2468
  connectionId: { __type: "order_by" },
2538
2469
  createdAt: { __type: "order_by" },
2539
2470
  id: { __type: "order_by" },
2540
- jobId: { __type: "order_by" },
2541
- jobIndex: { __type: "order_by" },
2542
- jobPageId: { __type: "order_by" },
2543
- jobPlanId: { __type: "order_by" },
2471
+ job_id: { __type: "order_by" },
2472
+ job_index: { __type: "order_by" },
2473
+ job_page_id: { __type: "order_by" },
2474
+ job_plan_id: { __type: "order_by" },
2544
2475
  objectId: { __type: "order_by" },
2545
- opId: { __type: "order_by" },
2546
- schemaId: { __type: "order_by" },
2476
+ op_id: { __type: "order_by" },
2477
+ schema_id: { __type: "order_by" },
2547
2478
  sourceId: { __type: "order_by" },
2548
2479
  status: { __type: "order_by" },
2549
2480
  tenantId: { __type: "order_by" },
@@ -2565,25 +2496,22 @@ export const generatedSchema = {
2565
2496
  action_order_by: {
2566
2497
  appId: { __type: "order_by" },
2567
2498
  automationId: { __type: "order_by" },
2568
- changes_aggregate: { __type: "change_aggregate_order_by" },
2569
2499
  connection: { __type: "connection_order_by" },
2570
2500
  connectionId: { __type: "order_by" },
2571
2501
  createdAt: { __type: "order_by" },
2572
2502
  id: { __type: "order_by" },
2573
2503
  inputJson: { __type: "order_by" },
2574
2504
  isCurrent: { __type: "order_by" },
2575
- jobId: { __type: "order_by" },
2576
- jobIndex: { __type: "order_by" },
2577
- jobPageId: { __type: "order_by" },
2578
- jobPlanId: { __type: "order_by" },
2505
+ job_id: { __type: "order_by" },
2506
+ job_index: { __type: "order_by" },
2507
+ job_page_id: { __type: "order_by" },
2508
+ job_plan_id: { __type: "order_by" },
2579
2509
  objectId: { __type: "order_by" },
2580
- opId: { __type: "order_by" },
2510
+ op_id: { __type: "order_by" },
2581
2511
  outputJson: { __type: "order_by" },
2582
- previousActions3_aggregate: { __type: "action_aggregate_order_by" },
2583
2512
  previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2584
- previousActions_aggregate: { __type: "action_aggregate_order_by" },
2585
2513
  refs: { __type: "order_by" },
2586
- schemaId: { __type: "order_by" },
2514
+ schema_id: { __type: "order_by" },
2587
2515
  source: { __type: "source_order_by" },
2588
2516
  sourceId: { __type: "order_by" },
2589
2517
  status: { __type: "order_by" },
@@ -2608,15 +2536,15 @@ export const generatedSchema = {
2608
2536
  id: { __type: "uuid" },
2609
2537
  inputJson: { __type: "jsonb" },
2610
2538
  isCurrent: { __type: "Boolean" },
2611
- jobId: { __type: "uuid" },
2612
- jobIndex: { __type: "Int" },
2613
- jobPageId: { __type: "uuid" },
2614
- jobPlanId: { __type: "uuid" },
2539
+ job_id: { __type: "uuid" },
2540
+ job_index: { __type: "Int" },
2541
+ job_page_id: { __type: "uuid" },
2542
+ job_plan_id: { __type: "uuid" },
2615
2543
  objectId: { __type: "uuid" },
2616
- opId: { __type: "uuid" },
2544
+ op_id: { __type: "uuid" },
2617
2545
  outputJson: { __type: "jsonb" },
2618
2546
  refs: { __type: "jsonb" },
2619
- schemaId: { __type: "uuid" },
2547
+ schema_id: { __type: "uuid" },
2620
2548
  sourceId: { __type: "uuid" },
2621
2549
  status: { __type: "String" },
2622
2550
  tenantId: { __type: "uuid" },
@@ -2627,19 +2555,19 @@ export const generatedSchema = {
2627
2555
  },
2628
2556
  action_stddev_fields: {
2629
2557
  __typename: { __type: "String!" },
2630
- jobIndex: { __type: "Float" },
2558
+ job_index: { __type: "Float" },
2631
2559
  },
2632
- action_stddev_order_by: { jobIndex: { __type: "order_by" } },
2560
+ action_stddev_order_by: { job_index: { __type: "order_by" } },
2633
2561
  action_stddev_pop_fields: {
2634
2562
  __typename: { __type: "String!" },
2635
- jobIndex: { __type: "Float" },
2563
+ job_index: { __type: "Float" },
2636
2564
  },
2637
- action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
2565
+ action_stddev_pop_order_by: { job_index: { __type: "order_by" } },
2638
2566
  action_stddev_samp_fields: {
2639
2567
  __typename: { __type: "String!" },
2640
- jobIndex: { __type: "Float" },
2568
+ job_index: { __type: "Float" },
2641
2569
  },
2642
- action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
2570
+ action_stddev_samp_order_by: { job_index: { __type: "order_by" } },
2643
2571
  action_stream_cursor_input: {
2644
2572
  initial_value: { __type: "action_stream_cursor_value_input!" },
2645
2573
  ordering: { __type: "cursor_ordering" },
@@ -2652,15 +2580,15 @@ export const generatedSchema = {
2652
2580
  id: { __type: "uuid" },
2653
2581
  inputJson: { __type: "jsonb" },
2654
2582
  isCurrent: { __type: "Boolean" },
2655
- jobId: { __type: "uuid" },
2656
- jobIndex: { __type: "Int" },
2657
- jobPageId: { __type: "uuid" },
2658
- jobPlanId: { __type: "uuid" },
2583
+ job_id: { __type: "uuid" },
2584
+ job_index: { __type: "Int" },
2585
+ job_page_id: { __type: "uuid" },
2586
+ job_plan_id: { __type: "uuid" },
2659
2587
  objectId: { __type: "uuid" },
2660
- opId: { __type: "uuid" },
2588
+ op_id: { __type: "uuid" },
2661
2589
  outputJson: { __type: "jsonb" },
2662
2590
  refs: { __type: "jsonb" },
2663
- schemaId: { __type: "uuid" },
2591
+ schema_id: { __type: "uuid" },
2664
2592
  sourceId: { __type: "uuid" },
2665
2593
  status: { __type: "String" },
2666
2594
  tenantId: { __type: "uuid" },
@@ -2671,9 +2599,9 @@ export const generatedSchema = {
2671
2599
  },
2672
2600
  action_sum_fields: {
2673
2601
  __typename: { __type: "String!" },
2674
- jobIndex: { __type: "Int" },
2602
+ job_index: { __type: "Int" },
2675
2603
  },
2676
- action_sum_order_by: { jobIndex: { __type: "order_by" } },
2604
+ action_sum_order_by: { job_index: { __type: "order_by" } },
2677
2605
  action_updates: {
2678
2606
  _append: { __type: "action_append_input" },
2679
2607
  _delete_at_path: { __type: "action_delete_at_path_input" },
@@ -2686,19 +2614,19 @@ export const generatedSchema = {
2686
2614
  },
2687
2615
  action_var_pop_fields: {
2688
2616
  __typename: { __type: "String!" },
2689
- jobIndex: { __type: "Float" },
2617
+ job_index: { __type: "Float" },
2690
2618
  },
2691
- action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
2619
+ action_var_pop_order_by: { job_index: { __type: "order_by" } },
2692
2620
  action_var_samp_fields: {
2693
2621
  __typename: { __type: "String!" },
2694
- jobIndex: { __type: "Float" },
2622
+ job_index: { __type: "Float" },
2695
2623
  },
2696
- action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
2624
+ action_var_samp_order_by: { job_index: { __type: "order_by" } },
2697
2625
  action_variance_fields: {
2698
2626
  __typename: { __type: "String!" },
2699
- jobIndex: { __type: "Float" },
2627
+ job_index: { __type: "Float" },
2700
2628
  },
2701
- action_variance_order_by: { jobIndex: { __type: "order_by" } },
2629
+ action_variance_order_by: { job_index: { __type: "order_by" } },
2702
2630
  activeStatus: {
2703
2631
  __typename: { __type: "String!" },
2704
2632
  name: { __type: "String!" },
@@ -30997,7 +30925,7 @@ export const generatedSchema = {
30997
30925
  where: "reservation_bool_exp",
30998
30926
  },
30999
30927
  },
31000
- schemaId: { __type: "uuid" },
30928
+ schema_id: { __type: "uuid" },
31001
30929
  settings: {
31002
30930
  __type: "[setting!]!",
31003
30931
  __args: {
@@ -31210,7 +31138,7 @@ export const generatedSchema = {
31210
31138
  reservationId: { __type: "uuid_comparison_exp" },
31211
31139
  reservations: { __type: "reservation_bool_exp" },
31212
31140
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
31213
- schemaId: { __type: "uuid_comparison_exp" },
31141
+ schema_id: { __type: "uuid_comparison_exp" },
31214
31142
  settings: { __type: "setting_bool_exp" },
31215
31143
  settingsLeft: { __type: "setting_bool_exp" },
31216
31144
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
@@ -31281,7 +31209,7 @@ export const generatedSchema = {
31281
31209
  reservation: { __type: "reservation_obj_rel_insert_input" },
31282
31210
  reservationId: { __type: "uuid" },
31283
31211
  reservations: { __type: "reservation_arr_rel_insert_input" },
31284
- schemaId: { __type: "uuid" },
31212
+ schema_id: { __type: "uuid" },
31285
31213
  settings: { __type: "setting_arr_rel_insert_input" },
31286
31214
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
31287
31215
  settingsRight: { __type: "setting_arr_rel_insert_input" },
@@ -31313,7 +31241,7 @@ export const generatedSchema = {
31313
31241
  parentId: { __type: "uuid" },
31314
31242
  remoteId: { __type: "String" },
31315
31243
  reservationId: { __type: "uuid" },
31316
- schemaId: { __type: "uuid" },
31244
+ schema_id: { __type: "uuid" },
31317
31245
  status: { __type: "String" },
31318
31246
  tenantId: { __type: "uuid" },
31319
31247
  transformType: { __type: "String" },
@@ -31336,7 +31264,7 @@ export const generatedSchema = {
31336
31264
  parentId: { __type: "order_by" },
31337
31265
  remoteId: { __type: "order_by" },
31338
31266
  reservationId: { __type: "order_by" },
31339
- schemaId: { __type: "order_by" },
31267
+ schema_id: { __type: "order_by" },
31340
31268
  status: { __type: "order_by" },
31341
31269
  tenantId: { __type: "order_by" },
31342
31270
  transformType: { __type: "order_by" },
@@ -31360,7 +31288,7 @@ export const generatedSchema = {
31360
31288
  parentId: { __type: "uuid" },
31361
31289
  remoteId: { __type: "String" },
31362
31290
  reservationId: { __type: "uuid" },
31363
- schemaId: { __type: "uuid" },
31291
+ schema_id: { __type: "uuid" },
31364
31292
  status: { __type: "String" },
31365
31293
  tenantId: { __type: "uuid" },
31366
31294
  transformType: { __type: "String" },
@@ -31383,7 +31311,7 @@ export const generatedSchema = {
31383
31311
  parentId: { __type: "order_by" },
31384
31312
  remoteId: { __type: "order_by" },
31385
31313
  reservationId: { __type: "order_by" },
31386
- schemaId: { __type: "order_by" },
31314
+ schema_id: { __type: "order_by" },
31387
31315
  status: { __type: "order_by" },
31388
31316
  tenantId: { __type: "order_by" },
31389
31317
  transformType: { __type: "order_by" },
@@ -31442,7 +31370,7 @@ export const generatedSchema = {
31442
31370
  reservation: { __type: "reservation_order_by" },
31443
31371
  reservationId: { __type: "order_by" },
31444
31372
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
31445
- schemaId: { __type: "order_by" },
31373
+ schema_id: { __type: "order_by" },
31446
31374
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
31447
31375
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
31448
31376
  settings_aggregate: { __type: "setting_aggregate_order_by" },
@@ -31482,7 +31410,7 @@ export const generatedSchema = {
31482
31410
  parentId: { __type: "uuid" },
31483
31411
  remoteId: { __type: "String" },
31484
31412
  reservationId: { __type: "uuid" },
31485
- schemaId: { __type: "uuid" },
31413
+ schema_id: { __type: "uuid" },
31486
31414
  status: { __type: "String" },
31487
31415
  tenantId: { __type: "uuid" },
31488
31416
  transformJson: { __type: "jsonb" },
@@ -31528,7 +31456,7 @@ export const generatedSchema = {
31528
31456
  parentId: { __type: "uuid" },
31529
31457
  remoteId: { __type: "String" },
31530
31458
  reservationId: { __type: "uuid" },
31531
- schemaId: { __type: "uuid" },
31459
+ schema_id: { __type: "uuid" },
31532
31460
  status: { __type: "String" },
31533
31461
  tenantId: { __type: "uuid" },
31534
31462
  transformJson: { __type: "jsonb" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.4",
13
+ "version": "1.1.6",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
package/src/constants.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const hasuraGraphqlUri = 'https://eu.hasura.vrplatform.app/v1/graphql'; // 'https://hasura.vrplatform.app/v1/graphql'; // 'https://finalytic.hasura.app/v1/graphql';
1
+ export const hasuraGraphqlUri = 'https://eu.hasura.vrplatform.app/v1/graphql';
2
2
  export const hasuraQueryTypeHeader = 'x-hasura-query-type';