@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.
@@ -2220,69 +2220,19 @@ export const generatedSchema = {
2220
2220
  __typename: { __type: "String!" },
2221
2221
  appId: { __type: "String" },
2222
2222
  automationId: { __type: "uuid" },
2223
- changes: {
2224
- __type: "[change!]!",
2225
- __args: {
2226
- distinct_on: "[change_select_column!]",
2227
- limit: "Int",
2228
- offset: "Int",
2229
- order_by: "[change_order_by!]",
2230
- where: "change_bool_exp",
2231
- },
2232
- },
2233
- changes_aggregate: {
2234
- __type: "change_aggregate!",
2235
- __args: {
2236
- distinct_on: "[change_select_column!]",
2237
- limit: "Int",
2238
- offset: "Int",
2239
- order_by: "[change_order_by!]",
2240
- where: "change_bool_exp",
2241
- },
2242
- },
2243
2223
  connection: { __type: "connection" },
2244
2224
  connectionId: { __type: "uuid" },
2245
2225
  createdAt: { __type: "timestamptz" },
2246
2226
  id: { __type: "uuid!" },
2247
2227
  inputJson: { __type: "jsonb", __args: { path: "String" } },
2248
2228
  isCurrent: { __type: "Boolean" },
2249
- jobId: { __type: "uuid" },
2250
- jobIndex: { __type: "Int" },
2251
- jobPageId: { __type: "uuid" },
2252
- jobPlanId: { __type: "uuid" },
2229
+ job_id: { __type: "uuid" },
2230
+ job_index: { __type: "Int" },
2231
+ job_page_id: { __type: "uuid" },
2232
+ job_plan_id: { __type: "uuid" },
2253
2233
  objectId: { __type: "uuid" },
2254
- opId: { __type: "uuid" },
2234
+ op_id: { __type: "uuid" },
2255
2235
  outputJson: { __type: "jsonb", __args: { path: "String" } },
2256
- previousActions: {
2257
- __type: "[action!]!",
2258
- __args: {
2259
- distinct_on: "[action_select_column!]",
2260
- limit: "Int",
2261
- offset: "Int",
2262
- order_by: "[action_order_by!]",
2263
- where: "action_bool_exp",
2264
- },
2265
- },
2266
- previousActions3: {
2267
- __type: "[action!]!",
2268
- __args: {
2269
- distinct_on: "[action_select_column!]",
2270
- limit: "Int",
2271
- offset: "Int",
2272
- order_by: "[action_order_by!]",
2273
- where: "action_bool_exp",
2274
- },
2275
- },
2276
- previousActions3_aggregate: {
2277
- __type: "action_aggregate!",
2278
- __args: {
2279
- distinct_on: "[action_select_column!]",
2280
- limit: "Int",
2281
- offset: "Int",
2282
- order_by: "[action_order_by!]",
2283
- where: "action_bool_exp",
2284
- },
2285
- },
2286
2236
  previousActionsByType: {
2287
2237
  __type: "[action!]!",
2288
2238
  __args: {
@@ -2303,18 +2253,8 @@ export const generatedSchema = {
2303
2253
  where: "action_bool_exp",
2304
2254
  },
2305
2255
  },
2306
- previousActions_aggregate: {
2307
- __type: "action_aggregate!",
2308
- __args: {
2309
- distinct_on: "[action_select_column!]",
2310
- limit: "Int",
2311
- offset: "Int",
2312
- order_by: "[action_order_by!]",
2313
- where: "action_bool_exp",
2314
- },
2315
- },
2316
2256
  refs: { __type: "jsonb", __args: { path: "String" } },
2317
- schemaId: { __type: "uuid" },
2257
+ schema_id: { __type: "uuid" },
2318
2258
  source: { __type: "source" },
2319
2259
  sourceId: { __type: "uuid" },
2320
2260
  status: { __type: "String" },
@@ -2400,38 +2340,32 @@ export const generatedSchema = {
2400
2340
  },
2401
2341
  action_avg_fields: {
2402
2342
  __typename: { __type: "String!" },
2403
- jobIndex: { __type: "Float" },
2343
+ job_index: { __type: "Float" },
2404
2344
  },
2405
- action_avg_order_by: { jobIndex: { __type: "order_by" } },
2345
+ action_avg_order_by: { job_index: { __type: "order_by" } },
2406
2346
  action_bool_exp: {
2407
2347
  _and: { __type: "[action_bool_exp!]" },
2408
2348
  _not: { __type: "action_bool_exp" },
2409
2349
  _or: { __type: "[action_bool_exp!]" },
2410
2350
  appId: { __type: "String_comparison_exp" },
2411
2351
  automationId: { __type: "uuid_comparison_exp" },
2412
- changes: { __type: "change_bool_exp" },
2413
- changes_aggregate: { __type: "change_aggregate_bool_exp" },
2414
2352
  connection: { __type: "connection_bool_exp" },
2415
2353
  connectionId: { __type: "uuid_comparison_exp" },
2416
2354
  createdAt: { __type: "timestamptz_comparison_exp" },
2417
2355
  id: { __type: "uuid_comparison_exp" },
2418
2356
  inputJson: { __type: "jsonb_comparison_exp" },
2419
2357
  isCurrent: { __type: "Boolean_comparison_exp" },
2420
- jobId: { __type: "uuid_comparison_exp" },
2421
- jobIndex: { __type: "Int_comparison_exp" },
2422
- jobPageId: { __type: "uuid_comparison_exp" },
2423
- jobPlanId: { __type: "uuid_comparison_exp" },
2358
+ job_id: { __type: "uuid_comparison_exp" },
2359
+ job_index: { __type: "Int_comparison_exp" },
2360
+ job_page_id: { __type: "uuid_comparison_exp" },
2361
+ job_plan_id: { __type: "uuid_comparison_exp" },
2424
2362
  objectId: { __type: "uuid_comparison_exp" },
2425
- opId: { __type: "uuid_comparison_exp" },
2363
+ op_id: { __type: "uuid_comparison_exp" },
2426
2364
  outputJson: { __type: "jsonb_comparison_exp" },
2427
- previousActions: { __type: "action_bool_exp" },
2428
- previousActions3: { __type: "action_bool_exp" },
2429
- previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
2430
2365
  previousActionsByType: { __type: "action_bool_exp" },
2431
2366
  previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2432
- previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
2433
2367
  refs: { __type: "jsonb_comparison_exp" },
2434
- schemaId: { __type: "uuid_comparison_exp" },
2368
+ schema_id: { __type: "uuid_comparison_exp" },
2435
2369
  source: { __type: "source_bool_exp" },
2436
2370
  sourceId: { __type: "uuid_comparison_exp" },
2437
2371
  status: { __type: "String_comparison_exp" },
@@ -2457,29 +2391,26 @@ export const generatedSchema = {
2457
2391
  outputJson: { __type: "String" },
2458
2392
  refs: { __type: "String" },
2459
2393
  },
2460
- action_inc_input: { jobIndex: { __type: "Int" } },
2394
+ action_inc_input: { job_index: { __type: "Int" } },
2461
2395
  action_insert_input: {
2462
2396
  appId: { __type: "String" },
2463
2397
  automationId: { __type: "uuid" },
2464
- changes: { __type: "change_arr_rel_insert_input" },
2465
2398
  connection: { __type: "connection_obj_rel_insert_input" },
2466
2399
  connectionId: { __type: "uuid" },
2467
2400
  createdAt: { __type: "timestamptz" },
2468
2401
  id: { __type: "uuid" },
2469
2402
  inputJson: { __type: "jsonb" },
2470
2403
  isCurrent: { __type: "Boolean" },
2471
- jobId: { __type: "uuid" },
2472
- jobIndex: { __type: "Int" },
2473
- jobPageId: { __type: "uuid" },
2474
- jobPlanId: { __type: "uuid" },
2404
+ job_id: { __type: "uuid" },
2405
+ job_index: { __type: "Int" },
2406
+ job_page_id: { __type: "uuid" },
2407
+ job_plan_id: { __type: "uuid" },
2475
2408
  objectId: { __type: "uuid" },
2476
- opId: { __type: "uuid" },
2409
+ op_id: { __type: "uuid" },
2477
2410
  outputJson: { __type: "jsonb" },
2478
- previousActions: { __type: "action_arr_rel_insert_input" },
2479
- previousActions3: { __type: "action_arr_rel_insert_input" },
2480
2411
  previousActionsByType: { __type: "action_arr_rel_insert_input" },
2481
2412
  refs: { __type: "jsonb" },
2482
- schemaId: { __type: "uuid" },
2413
+ schema_id: { __type: "uuid" },
2483
2414
  source: { __type: "source_obj_rel_insert_input" },
2484
2415
  sourceId: { __type: "uuid" },
2485
2416
  status: { __type: "String" },
@@ -2497,13 +2428,13 @@ export const generatedSchema = {
2497
2428
  connectionId: { __type: "uuid" },
2498
2429
  createdAt: { __type: "timestamptz" },
2499
2430
  id: { __type: "uuid" },
2500
- jobId: { __type: "uuid" },
2501
- jobIndex: { __type: "Int" },
2502
- jobPageId: { __type: "uuid" },
2503
- jobPlanId: { __type: "uuid" },
2431
+ job_id: { __type: "uuid" },
2432
+ job_index: { __type: "Int" },
2433
+ job_page_id: { __type: "uuid" },
2434
+ job_plan_id: { __type: "uuid" },
2504
2435
  objectId: { __type: "uuid" },
2505
- opId: { __type: "uuid" },
2506
- schemaId: { __type: "uuid" },
2436
+ op_id: { __type: "uuid" },
2437
+ schema_id: { __type: "uuid" },
2507
2438
  sourceId: { __type: "uuid" },
2508
2439
  status: { __type: "String" },
2509
2440
  tenantId: { __type: "uuid" },
@@ -2518,13 +2449,13 @@ export const generatedSchema = {
2518
2449
  connectionId: { __type: "order_by" },
2519
2450
  createdAt: { __type: "order_by" },
2520
2451
  id: { __type: "order_by" },
2521
- jobId: { __type: "order_by" },
2522
- jobIndex: { __type: "order_by" },
2523
- jobPageId: { __type: "order_by" },
2524
- jobPlanId: { __type: "order_by" },
2452
+ job_id: { __type: "order_by" },
2453
+ job_index: { __type: "order_by" },
2454
+ job_page_id: { __type: "order_by" },
2455
+ job_plan_id: { __type: "order_by" },
2525
2456
  objectId: { __type: "order_by" },
2526
- opId: { __type: "order_by" },
2527
- schemaId: { __type: "order_by" },
2457
+ op_id: { __type: "order_by" },
2458
+ schema_id: { __type: "order_by" },
2528
2459
  sourceId: { __type: "order_by" },
2529
2460
  status: { __type: "order_by" },
2530
2461
  tenantId: { __type: "order_by" },
@@ -2540,13 +2471,13 @@ export const generatedSchema = {
2540
2471
  connectionId: { __type: "uuid" },
2541
2472
  createdAt: { __type: "timestamptz" },
2542
2473
  id: { __type: "uuid" },
2543
- jobId: { __type: "uuid" },
2544
- jobIndex: { __type: "Int" },
2545
- jobPageId: { __type: "uuid" },
2546
- jobPlanId: { __type: "uuid" },
2474
+ job_id: { __type: "uuid" },
2475
+ job_index: { __type: "Int" },
2476
+ job_page_id: { __type: "uuid" },
2477
+ job_plan_id: { __type: "uuid" },
2547
2478
  objectId: { __type: "uuid" },
2548
- opId: { __type: "uuid" },
2549
- schemaId: { __type: "uuid" },
2479
+ op_id: { __type: "uuid" },
2480
+ schema_id: { __type: "uuid" },
2550
2481
  sourceId: { __type: "uuid" },
2551
2482
  status: { __type: "String" },
2552
2483
  tenantId: { __type: "uuid" },
@@ -2561,13 +2492,13 @@ export const generatedSchema = {
2561
2492
  connectionId: { __type: "order_by" },
2562
2493
  createdAt: { __type: "order_by" },
2563
2494
  id: { __type: "order_by" },
2564
- jobId: { __type: "order_by" },
2565
- jobIndex: { __type: "order_by" },
2566
- jobPageId: { __type: "order_by" },
2567
- jobPlanId: { __type: "order_by" },
2495
+ job_id: { __type: "order_by" },
2496
+ job_index: { __type: "order_by" },
2497
+ job_page_id: { __type: "order_by" },
2498
+ job_plan_id: { __type: "order_by" },
2568
2499
  objectId: { __type: "order_by" },
2569
- opId: { __type: "order_by" },
2570
- schemaId: { __type: "order_by" },
2500
+ op_id: { __type: "order_by" },
2501
+ schema_id: { __type: "order_by" },
2571
2502
  sourceId: { __type: "order_by" },
2572
2503
  status: { __type: "order_by" },
2573
2504
  tenantId: { __type: "order_by" },
@@ -2589,25 +2520,22 @@ export const generatedSchema = {
2589
2520
  action_order_by: {
2590
2521
  appId: { __type: "order_by" },
2591
2522
  automationId: { __type: "order_by" },
2592
- changes_aggregate: { __type: "change_aggregate_order_by" },
2593
2523
  connection: { __type: "connection_order_by" },
2594
2524
  connectionId: { __type: "order_by" },
2595
2525
  createdAt: { __type: "order_by" },
2596
2526
  id: { __type: "order_by" },
2597
2527
  inputJson: { __type: "order_by" },
2598
2528
  isCurrent: { __type: "order_by" },
2599
- jobId: { __type: "order_by" },
2600
- jobIndex: { __type: "order_by" },
2601
- jobPageId: { __type: "order_by" },
2602
- jobPlanId: { __type: "order_by" },
2529
+ job_id: { __type: "order_by" },
2530
+ job_index: { __type: "order_by" },
2531
+ job_page_id: { __type: "order_by" },
2532
+ job_plan_id: { __type: "order_by" },
2603
2533
  objectId: { __type: "order_by" },
2604
- opId: { __type: "order_by" },
2534
+ op_id: { __type: "order_by" },
2605
2535
  outputJson: { __type: "order_by" },
2606
- previousActions3_aggregate: { __type: "action_aggregate_order_by" },
2607
2536
  previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2608
- previousActions_aggregate: { __type: "action_aggregate_order_by" },
2609
2537
  refs: { __type: "order_by" },
2610
- schemaId: { __type: "order_by" },
2538
+ schema_id: { __type: "order_by" },
2611
2539
  source: { __type: "source_order_by" },
2612
2540
  sourceId: { __type: "order_by" },
2613
2541
  status: { __type: "order_by" },
@@ -2632,15 +2560,15 @@ export const generatedSchema = {
2632
2560
  id: { __type: "uuid" },
2633
2561
  inputJson: { __type: "jsonb" },
2634
2562
  isCurrent: { __type: "Boolean" },
2635
- jobId: { __type: "uuid" },
2636
- jobIndex: { __type: "Int" },
2637
- jobPageId: { __type: "uuid" },
2638
- jobPlanId: { __type: "uuid" },
2563
+ job_id: { __type: "uuid" },
2564
+ job_index: { __type: "Int" },
2565
+ job_page_id: { __type: "uuid" },
2566
+ job_plan_id: { __type: "uuid" },
2639
2567
  objectId: { __type: "uuid" },
2640
- opId: { __type: "uuid" },
2568
+ op_id: { __type: "uuid" },
2641
2569
  outputJson: { __type: "jsonb" },
2642
2570
  refs: { __type: "jsonb" },
2643
- schemaId: { __type: "uuid" },
2571
+ schema_id: { __type: "uuid" },
2644
2572
  sourceId: { __type: "uuid" },
2645
2573
  status: { __type: "String" },
2646
2574
  tenantId: { __type: "uuid" },
@@ -2651,19 +2579,19 @@ export const generatedSchema = {
2651
2579
  },
2652
2580
  action_stddev_fields: {
2653
2581
  __typename: { __type: "String!" },
2654
- jobIndex: { __type: "Float" },
2582
+ job_index: { __type: "Float" },
2655
2583
  },
2656
- action_stddev_order_by: { jobIndex: { __type: "order_by" } },
2584
+ action_stddev_order_by: { job_index: { __type: "order_by" } },
2657
2585
  action_stddev_pop_fields: {
2658
2586
  __typename: { __type: "String!" },
2659
- jobIndex: { __type: "Float" },
2587
+ job_index: { __type: "Float" },
2660
2588
  },
2661
- action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
2589
+ action_stddev_pop_order_by: { job_index: { __type: "order_by" } },
2662
2590
  action_stddev_samp_fields: {
2663
2591
  __typename: { __type: "String!" },
2664
- jobIndex: { __type: "Float" },
2592
+ job_index: { __type: "Float" },
2665
2593
  },
2666
- action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
2594
+ action_stddev_samp_order_by: { job_index: { __type: "order_by" } },
2667
2595
  action_stream_cursor_input: {
2668
2596
  initial_value: { __type: "action_stream_cursor_value_input!" },
2669
2597
  ordering: { __type: "cursor_ordering" },
@@ -2676,15 +2604,15 @@ export const generatedSchema = {
2676
2604
  id: { __type: "uuid" },
2677
2605
  inputJson: { __type: "jsonb" },
2678
2606
  isCurrent: { __type: "Boolean" },
2679
- jobId: { __type: "uuid" },
2680
- jobIndex: { __type: "Int" },
2681
- jobPageId: { __type: "uuid" },
2682
- jobPlanId: { __type: "uuid" },
2607
+ job_id: { __type: "uuid" },
2608
+ job_index: { __type: "Int" },
2609
+ job_page_id: { __type: "uuid" },
2610
+ job_plan_id: { __type: "uuid" },
2683
2611
  objectId: { __type: "uuid" },
2684
- opId: { __type: "uuid" },
2612
+ op_id: { __type: "uuid" },
2685
2613
  outputJson: { __type: "jsonb" },
2686
2614
  refs: { __type: "jsonb" },
2687
- schemaId: { __type: "uuid" },
2615
+ schema_id: { __type: "uuid" },
2688
2616
  sourceId: { __type: "uuid" },
2689
2617
  status: { __type: "String" },
2690
2618
  tenantId: { __type: "uuid" },
@@ -2695,9 +2623,9 @@ export const generatedSchema = {
2695
2623
  },
2696
2624
  action_sum_fields: {
2697
2625
  __typename: { __type: "String!" },
2698
- jobIndex: { __type: "Int" },
2626
+ job_index: { __type: "Int" },
2699
2627
  },
2700
- action_sum_order_by: { jobIndex: { __type: "order_by" } },
2628
+ action_sum_order_by: { job_index: { __type: "order_by" } },
2701
2629
  action_updates: {
2702
2630
  _append: { __type: "action_append_input" },
2703
2631
  _delete_at_path: { __type: "action_delete_at_path_input" },
@@ -2710,19 +2638,19 @@ export const generatedSchema = {
2710
2638
  },
2711
2639
  action_var_pop_fields: {
2712
2640
  __typename: { __type: "String!" },
2713
- jobIndex: { __type: "Float" },
2641
+ job_index: { __type: "Float" },
2714
2642
  },
2715
- action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
2643
+ action_var_pop_order_by: { job_index: { __type: "order_by" } },
2716
2644
  action_var_samp_fields: {
2717
2645
  __typename: { __type: "String!" },
2718
- jobIndex: { __type: "Float" },
2646
+ job_index: { __type: "Float" },
2719
2647
  },
2720
- action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
2648
+ action_var_samp_order_by: { job_index: { __type: "order_by" } },
2721
2649
  action_variance_fields: {
2722
2650
  __typename: { __type: "String!" },
2723
- jobIndex: { __type: "Float" },
2651
+ job_index: { __type: "Float" },
2724
2652
  },
2725
- action_variance_order_by: { jobIndex: { __type: "order_by" } },
2653
+ action_variance_order_by: { job_index: { __type: "order_by" } },
2726
2654
  activeStatus: {
2727
2655
  __typename: { __type: "String!" },
2728
2656
  name: { __type: "String!" },
@@ -31068,7 +30996,7 @@ export const generatedSchema = {
31068
30996
  where: "reservation_bool_exp",
31069
30997
  },
31070
30998
  },
31071
- schemaId: { __type: "uuid" },
30999
+ schema_id: { __type: "uuid" },
31072
31000
  settings: {
31073
31001
  __type: "[setting!]!",
31074
31002
  __args: {
@@ -31283,7 +31211,7 @@ export const generatedSchema = {
31283
31211
  reservationId: { __type: "uuid_comparison_exp" },
31284
31212
  reservations: { __type: "reservation_bool_exp" },
31285
31213
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
31286
- schemaId: { __type: "uuid_comparison_exp" },
31214
+ schema_id: { __type: "uuid_comparison_exp" },
31287
31215
  settings: { __type: "setting_bool_exp" },
31288
31216
  settingsLeft: { __type: "setting_bool_exp" },
31289
31217
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
@@ -31354,7 +31282,7 @@ export const generatedSchema = {
31354
31282
  reservation: { __type: "reservation_obj_rel_insert_input" },
31355
31283
  reservationId: { __type: "uuid" },
31356
31284
  reservations: { __type: "reservation_arr_rel_insert_input" },
31357
- schemaId: { __type: "uuid" },
31285
+ schema_id: { __type: "uuid" },
31358
31286
  settings: { __type: "setting_arr_rel_insert_input" },
31359
31287
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
31360
31288
  settingsRight: { __type: "setting_arr_rel_insert_input" },
@@ -31386,7 +31314,7 @@ export const generatedSchema = {
31386
31314
  parentId: { __type: "uuid" },
31387
31315
  remoteId: { __type: "String" },
31388
31316
  reservationId: { __type: "uuid" },
31389
- schemaId: { __type: "uuid" },
31317
+ schema_id: { __type: "uuid" },
31390
31318
  status: { __type: "String" },
31391
31319
  tenantId: { __type: "uuid" },
31392
31320
  transformType: { __type: "String" },
@@ -31409,7 +31337,7 @@ export const generatedSchema = {
31409
31337
  parentId: { __type: "order_by" },
31410
31338
  remoteId: { __type: "order_by" },
31411
31339
  reservationId: { __type: "order_by" },
31412
- schemaId: { __type: "order_by" },
31340
+ schema_id: { __type: "order_by" },
31413
31341
  status: { __type: "order_by" },
31414
31342
  tenantId: { __type: "order_by" },
31415
31343
  transformType: { __type: "order_by" },
@@ -31433,7 +31361,7 @@ export const generatedSchema = {
31433
31361
  parentId: { __type: "uuid" },
31434
31362
  remoteId: { __type: "String" },
31435
31363
  reservationId: { __type: "uuid" },
31436
- schemaId: { __type: "uuid" },
31364
+ schema_id: { __type: "uuid" },
31437
31365
  status: { __type: "String" },
31438
31366
  tenantId: { __type: "uuid" },
31439
31367
  transformType: { __type: "String" },
@@ -31456,7 +31384,7 @@ export const generatedSchema = {
31456
31384
  parentId: { __type: "order_by" },
31457
31385
  remoteId: { __type: "order_by" },
31458
31386
  reservationId: { __type: "order_by" },
31459
- schemaId: { __type: "order_by" },
31387
+ schema_id: { __type: "order_by" },
31460
31388
  status: { __type: "order_by" },
31461
31389
  tenantId: { __type: "order_by" },
31462
31390
  transformType: { __type: "order_by" },
@@ -31515,7 +31443,7 @@ export const generatedSchema = {
31515
31443
  reservation: { __type: "reservation_order_by" },
31516
31444
  reservationId: { __type: "order_by" },
31517
31445
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
31518
- schemaId: { __type: "order_by" },
31446
+ schema_id: { __type: "order_by" },
31519
31447
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
31520
31448
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
31521
31449
  settings_aggregate: { __type: "setting_aggregate_order_by" },
@@ -31555,7 +31483,7 @@ export const generatedSchema = {
31555
31483
  parentId: { __type: "uuid" },
31556
31484
  remoteId: { __type: "String" },
31557
31485
  reservationId: { __type: "uuid" },
31558
- schemaId: { __type: "uuid" },
31486
+ schema_id: { __type: "uuid" },
31559
31487
  status: { __type: "String" },
31560
31488
  tenantId: { __type: "uuid" },
31561
31489
  transformJson: { __type: "jsonb" },
@@ -31601,7 +31529,7 @@ export const generatedSchema = {
31601
31529
  parentId: { __type: "uuid" },
31602
31530
  remoteId: { __type: "String" },
31603
31531
  reservationId: { __type: "uuid" },
31604
- schemaId: { __type: "uuid" },
31532
+ schema_id: { __type: "uuid" },
31605
31533
  status: { __type: "String" },
31606
31534
  tenantId: { __type: "uuid" },
31607
31535
  transformJson: { __type: "jsonb" },