@vrplatform/graphql 1.1.5 → 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.
@@ -2201,69 +2201,19 @@ exports.generatedSchema = {
2201
2201
  __typename: { __type: "String!" },
2202
2202
  appId: { __type: "String" },
2203
2203
  automationId: { __type: "uuid" },
2204
- changes: {
2205
- __type: "[change!]!",
2206
- __args: {
2207
- distinct_on: "[change_select_column!]",
2208
- limit: "Int",
2209
- offset: "Int",
2210
- order_by: "[change_order_by!]",
2211
- where: "change_bool_exp",
2212
- },
2213
- },
2214
- changes_aggregate: {
2215
- __type: "change_aggregate!",
2216
- __args: {
2217
- distinct_on: "[change_select_column!]",
2218
- limit: "Int",
2219
- offset: "Int",
2220
- order_by: "[change_order_by!]",
2221
- where: "change_bool_exp",
2222
- },
2223
- },
2224
2204
  connection: { __type: "connection" },
2225
2205
  connectionId: { __type: "uuid" },
2226
2206
  createdAt: { __type: "timestamptz" },
2227
2207
  id: { __type: "uuid!" },
2228
2208
  inputJson: { __type: "jsonb", __args: { path: "String" } },
2229
2209
  isCurrent: { __type: "Boolean" },
2230
- jobId: { __type: "uuid" },
2231
- jobIndex: { __type: "Int" },
2232
- jobPageId: { __type: "uuid" },
2233
- jobPlanId: { __type: "uuid" },
2210
+ job_id: { __type: "uuid" },
2211
+ job_index: { __type: "Int" },
2212
+ job_page_id: { __type: "uuid" },
2213
+ job_plan_id: { __type: "uuid" },
2234
2214
  objectId: { __type: "uuid" },
2235
- opId: { __type: "uuid" },
2215
+ op_id: { __type: "uuid" },
2236
2216
  outputJson: { __type: "jsonb", __args: { path: "String" } },
2237
- previousActions: {
2238
- __type: "[action!]!",
2239
- __args: {
2240
- distinct_on: "[action_select_column!]",
2241
- limit: "Int",
2242
- offset: "Int",
2243
- order_by: "[action_order_by!]",
2244
- where: "action_bool_exp",
2245
- },
2246
- },
2247
- previousActions3: {
2248
- __type: "[action!]!",
2249
- __args: {
2250
- distinct_on: "[action_select_column!]",
2251
- limit: "Int",
2252
- offset: "Int",
2253
- order_by: "[action_order_by!]",
2254
- where: "action_bool_exp",
2255
- },
2256
- },
2257
- previousActions3_aggregate: {
2258
- __type: "action_aggregate!",
2259
- __args: {
2260
- distinct_on: "[action_select_column!]",
2261
- limit: "Int",
2262
- offset: "Int",
2263
- order_by: "[action_order_by!]",
2264
- where: "action_bool_exp",
2265
- },
2266
- },
2267
2217
  previousActionsByType: {
2268
2218
  __type: "[action!]!",
2269
2219
  __args: {
@@ -2284,18 +2234,8 @@ exports.generatedSchema = {
2284
2234
  where: "action_bool_exp",
2285
2235
  },
2286
2236
  },
2287
- previousActions_aggregate: {
2288
- __type: "action_aggregate!",
2289
- __args: {
2290
- distinct_on: "[action_select_column!]",
2291
- limit: "Int",
2292
- offset: "Int",
2293
- order_by: "[action_order_by!]",
2294
- where: "action_bool_exp",
2295
- },
2296
- },
2297
2237
  refs: { __type: "jsonb", __args: { path: "String" } },
2298
- schemaId: { __type: "uuid" },
2238
+ schema_id: { __type: "uuid" },
2299
2239
  source: { __type: "source" },
2300
2240
  sourceId: { __type: "uuid" },
2301
2241
  status: { __type: "String" },
@@ -2379,38 +2319,32 @@ exports.generatedSchema = {
2379
2319
  },
2380
2320
  action_avg_fields: {
2381
2321
  __typename: { __type: "String!" },
2382
- jobIndex: { __type: "Float" },
2322
+ job_index: { __type: "Float" },
2383
2323
  },
2384
- action_avg_order_by: { jobIndex: { __type: "order_by" } },
2324
+ action_avg_order_by: { job_index: { __type: "order_by" } },
2385
2325
  action_bool_exp: {
2386
2326
  _and: { __type: "[action_bool_exp!]" },
2387
2327
  _not: { __type: "action_bool_exp" },
2388
2328
  _or: { __type: "[action_bool_exp!]" },
2389
2329
  appId: { __type: "String_comparison_exp" },
2390
2330
  automationId: { __type: "uuid_comparison_exp" },
2391
- changes: { __type: "change_bool_exp" },
2392
- changes_aggregate: { __type: "change_aggregate_bool_exp" },
2393
2331
  connection: { __type: "connection_bool_exp" },
2394
2332
  connectionId: { __type: "uuid_comparison_exp" },
2395
2333
  createdAt: { __type: "timestamptz_comparison_exp" },
2396
2334
  id: { __type: "uuid_comparison_exp" },
2397
2335
  inputJson: { __type: "jsonb_comparison_exp" },
2398
2336
  isCurrent: { __type: "Boolean_comparison_exp" },
2399
- jobId: { __type: "uuid_comparison_exp" },
2400
- jobIndex: { __type: "Int_comparison_exp" },
2401
- jobPageId: { __type: "uuid_comparison_exp" },
2402
- jobPlanId: { __type: "uuid_comparison_exp" },
2337
+ job_id: { __type: "uuid_comparison_exp" },
2338
+ job_index: { __type: "Int_comparison_exp" },
2339
+ job_page_id: { __type: "uuid_comparison_exp" },
2340
+ job_plan_id: { __type: "uuid_comparison_exp" },
2403
2341
  objectId: { __type: "uuid_comparison_exp" },
2404
- opId: { __type: "uuid_comparison_exp" },
2342
+ op_id: { __type: "uuid_comparison_exp" },
2405
2343
  outputJson: { __type: "jsonb_comparison_exp" },
2406
- previousActions: { __type: "action_bool_exp" },
2407
- previousActions3: { __type: "action_bool_exp" },
2408
- previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
2409
2344
  previousActionsByType: { __type: "action_bool_exp" },
2410
2345
  previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2411
- previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
2412
2346
  refs: { __type: "jsonb_comparison_exp" },
2413
- schemaId: { __type: "uuid_comparison_exp" },
2347
+ schema_id: { __type: "uuid_comparison_exp" },
2414
2348
  source: { __type: "source_bool_exp" },
2415
2349
  sourceId: { __type: "uuid_comparison_exp" },
2416
2350
  status: { __type: "String_comparison_exp" },
@@ -2436,29 +2370,26 @@ exports.generatedSchema = {
2436
2370
  outputJson: { __type: "String" },
2437
2371
  refs: { __type: "String" },
2438
2372
  },
2439
- action_inc_input: { jobIndex: { __type: "Int" } },
2373
+ action_inc_input: { job_index: { __type: "Int" } },
2440
2374
  action_insert_input: {
2441
2375
  appId: { __type: "String" },
2442
2376
  automationId: { __type: "uuid" },
2443
- changes: { __type: "change_arr_rel_insert_input" },
2444
2377
  connection: { __type: "connection_obj_rel_insert_input" },
2445
2378
  connectionId: { __type: "uuid" },
2446
2379
  createdAt: { __type: "timestamptz" },
2447
2380
  id: { __type: "uuid" },
2448
2381
  inputJson: { __type: "jsonb" },
2449
2382
  isCurrent: { __type: "Boolean" },
2450
- jobId: { __type: "uuid" },
2451
- jobIndex: { __type: "Int" },
2452
- jobPageId: { __type: "uuid" },
2453
- jobPlanId: { __type: "uuid" },
2383
+ job_id: { __type: "uuid" },
2384
+ job_index: { __type: "Int" },
2385
+ job_page_id: { __type: "uuid" },
2386
+ job_plan_id: { __type: "uuid" },
2454
2387
  objectId: { __type: "uuid" },
2455
- opId: { __type: "uuid" },
2388
+ op_id: { __type: "uuid" },
2456
2389
  outputJson: { __type: "jsonb" },
2457
- previousActions: { __type: "action_arr_rel_insert_input" },
2458
- previousActions3: { __type: "action_arr_rel_insert_input" },
2459
2390
  previousActionsByType: { __type: "action_arr_rel_insert_input" },
2460
2391
  refs: { __type: "jsonb" },
2461
- schemaId: { __type: "uuid" },
2392
+ schema_id: { __type: "uuid" },
2462
2393
  source: { __type: "source_obj_rel_insert_input" },
2463
2394
  sourceId: { __type: "uuid" },
2464
2395
  status: { __type: "String" },
@@ -2476,13 +2407,13 @@ exports.generatedSchema = {
2476
2407
  connectionId: { __type: "uuid" },
2477
2408
  createdAt: { __type: "timestamptz" },
2478
2409
  id: { __type: "uuid" },
2479
- jobId: { __type: "uuid" },
2480
- jobIndex: { __type: "Int" },
2481
- jobPageId: { __type: "uuid" },
2482
- jobPlanId: { __type: "uuid" },
2410
+ job_id: { __type: "uuid" },
2411
+ job_index: { __type: "Int" },
2412
+ job_page_id: { __type: "uuid" },
2413
+ job_plan_id: { __type: "uuid" },
2483
2414
  objectId: { __type: "uuid" },
2484
- opId: { __type: "uuid" },
2485
- schemaId: { __type: "uuid" },
2415
+ op_id: { __type: "uuid" },
2416
+ schema_id: { __type: "uuid" },
2486
2417
  sourceId: { __type: "uuid" },
2487
2418
  status: { __type: "String" },
2488
2419
  tenantId: { __type: "uuid" },
@@ -2497,13 +2428,13 @@ exports.generatedSchema = {
2497
2428
  connectionId: { __type: "order_by" },
2498
2429
  createdAt: { __type: "order_by" },
2499
2430
  id: { __type: "order_by" },
2500
- jobId: { __type: "order_by" },
2501
- jobIndex: { __type: "order_by" },
2502
- jobPageId: { __type: "order_by" },
2503
- jobPlanId: { __type: "order_by" },
2431
+ job_id: { __type: "order_by" },
2432
+ job_index: { __type: "order_by" },
2433
+ job_page_id: { __type: "order_by" },
2434
+ job_plan_id: { __type: "order_by" },
2504
2435
  objectId: { __type: "order_by" },
2505
- opId: { __type: "order_by" },
2506
- schemaId: { __type: "order_by" },
2436
+ op_id: { __type: "order_by" },
2437
+ schema_id: { __type: "order_by" },
2507
2438
  sourceId: { __type: "order_by" },
2508
2439
  status: { __type: "order_by" },
2509
2440
  tenantId: { __type: "order_by" },
@@ -2519,13 +2450,13 @@ exports.generatedSchema = {
2519
2450
  connectionId: { __type: "uuid" },
2520
2451
  createdAt: { __type: "timestamptz" },
2521
2452
  id: { __type: "uuid" },
2522
- jobId: { __type: "uuid" },
2523
- jobIndex: { __type: "Int" },
2524
- jobPageId: { __type: "uuid" },
2525
- jobPlanId: { __type: "uuid" },
2453
+ job_id: { __type: "uuid" },
2454
+ job_index: { __type: "Int" },
2455
+ job_page_id: { __type: "uuid" },
2456
+ job_plan_id: { __type: "uuid" },
2526
2457
  objectId: { __type: "uuid" },
2527
- opId: { __type: "uuid" },
2528
- schemaId: { __type: "uuid" },
2458
+ op_id: { __type: "uuid" },
2459
+ schema_id: { __type: "uuid" },
2529
2460
  sourceId: { __type: "uuid" },
2530
2461
  status: { __type: "String" },
2531
2462
  tenantId: { __type: "uuid" },
@@ -2540,13 +2471,13 @@ exports.generatedSchema = {
2540
2471
  connectionId: { __type: "order_by" },
2541
2472
  createdAt: { __type: "order_by" },
2542
2473
  id: { __type: "order_by" },
2543
- jobId: { __type: "order_by" },
2544
- jobIndex: { __type: "order_by" },
2545
- jobPageId: { __type: "order_by" },
2546
- jobPlanId: { __type: "order_by" },
2474
+ job_id: { __type: "order_by" },
2475
+ job_index: { __type: "order_by" },
2476
+ job_page_id: { __type: "order_by" },
2477
+ job_plan_id: { __type: "order_by" },
2547
2478
  objectId: { __type: "order_by" },
2548
- opId: { __type: "order_by" },
2549
- schemaId: { __type: "order_by" },
2479
+ op_id: { __type: "order_by" },
2480
+ schema_id: { __type: "order_by" },
2550
2481
  sourceId: { __type: "order_by" },
2551
2482
  status: { __type: "order_by" },
2552
2483
  tenantId: { __type: "order_by" },
@@ -2568,25 +2499,22 @@ exports.generatedSchema = {
2568
2499
  action_order_by: {
2569
2500
  appId: { __type: "order_by" },
2570
2501
  automationId: { __type: "order_by" },
2571
- changes_aggregate: { __type: "change_aggregate_order_by" },
2572
2502
  connection: { __type: "connection_order_by" },
2573
2503
  connectionId: { __type: "order_by" },
2574
2504
  createdAt: { __type: "order_by" },
2575
2505
  id: { __type: "order_by" },
2576
2506
  inputJson: { __type: "order_by" },
2577
2507
  isCurrent: { __type: "order_by" },
2578
- jobId: { __type: "order_by" },
2579
- jobIndex: { __type: "order_by" },
2580
- jobPageId: { __type: "order_by" },
2581
- jobPlanId: { __type: "order_by" },
2508
+ job_id: { __type: "order_by" },
2509
+ job_index: { __type: "order_by" },
2510
+ job_page_id: { __type: "order_by" },
2511
+ job_plan_id: { __type: "order_by" },
2582
2512
  objectId: { __type: "order_by" },
2583
- opId: { __type: "order_by" },
2513
+ op_id: { __type: "order_by" },
2584
2514
  outputJson: { __type: "order_by" },
2585
- previousActions3_aggregate: { __type: "action_aggregate_order_by" },
2586
2515
  previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2587
- previousActions_aggregate: { __type: "action_aggregate_order_by" },
2588
2516
  refs: { __type: "order_by" },
2589
- schemaId: { __type: "order_by" },
2517
+ schema_id: { __type: "order_by" },
2590
2518
  source: { __type: "source_order_by" },
2591
2519
  sourceId: { __type: "order_by" },
2592
2520
  status: { __type: "order_by" },
@@ -2611,15 +2539,15 @@ exports.generatedSchema = {
2611
2539
  id: { __type: "uuid" },
2612
2540
  inputJson: { __type: "jsonb" },
2613
2541
  isCurrent: { __type: "Boolean" },
2614
- jobId: { __type: "uuid" },
2615
- jobIndex: { __type: "Int" },
2616
- jobPageId: { __type: "uuid" },
2617
- jobPlanId: { __type: "uuid" },
2542
+ job_id: { __type: "uuid" },
2543
+ job_index: { __type: "Int" },
2544
+ job_page_id: { __type: "uuid" },
2545
+ job_plan_id: { __type: "uuid" },
2618
2546
  objectId: { __type: "uuid" },
2619
- opId: { __type: "uuid" },
2547
+ op_id: { __type: "uuid" },
2620
2548
  outputJson: { __type: "jsonb" },
2621
2549
  refs: { __type: "jsonb" },
2622
- schemaId: { __type: "uuid" },
2550
+ schema_id: { __type: "uuid" },
2623
2551
  sourceId: { __type: "uuid" },
2624
2552
  status: { __type: "String" },
2625
2553
  tenantId: { __type: "uuid" },
@@ -2630,19 +2558,19 @@ exports.generatedSchema = {
2630
2558
  },
2631
2559
  action_stddev_fields: {
2632
2560
  __typename: { __type: "String!" },
2633
- jobIndex: { __type: "Float" },
2561
+ job_index: { __type: "Float" },
2634
2562
  },
2635
- action_stddev_order_by: { jobIndex: { __type: "order_by" } },
2563
+ action_stddev_order_by: { job_index: { __type: "order_by" } },
2636
2564
  action_stddev_pop_fields: {
2637
2565
  __typename: { __type: "String!" },
2638
- jobIndex: { __type: "Float" },
2566
+ job_index: { __type: "Float" },
2639
2567
  },
2640
- action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
2568
+ action_stddev_pop_order_by: { job_index: { __type: "order_by" } },
2641
2569
  action_stddev_samp_fields: {
2642
2570
  __typename: { __type: "String!" },
2643
- jobIndex: { __type: "Float" },
2571
+ job_index: { __type: "Float" },
2644
2572
  },
2645
- action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
2573
+ action_stddev_samp_order_by: { job_index: { __type: "order_by" } },
2646
2574
  action_stream_cursor_input: {
2647
2575
  initial_value: { __type: "action_stream_cursor_value_input!" },
2648
2576
  ordering: { __type: "cursor_ordering" },
@@ -2655,15 +2583,15 @@ exports.generatedSchema = {
2655
2583
  id: { __type: "uuid" },
2656
2584
  inputJson: { __type: "jsonb" },
2657
2585
  isCurrent: { __type: "Boolean" },
2658
- jobId: { __type: "uuid" },
2659
- jobIndex: { __type: "Int" },
2660
- jobPageId: { __type: "uuid" },
2661
- jobPlanId: { __type: "uuid" },
2586
+ job_id: { __type: "uuid" },
2587
+ job_index: { __type: "Int" },
2588
+ job_page_id: { __type: "uuid" },
2589
+ job_plan_id: { __type: "uuid" },
2662
2590
  objectId: { __type: "uuid" },
2663
- opId: { __type: "uuid" },
2591
+ op_id: { __type: "uuid" },
2664
2592
  outputJson: { __type: "jsonb" },
2665
2593
  refs: { __type: "jsonb" },
2666
- schemaId: { __type: "uuid" },
2594
+ schema_id: { __type: "uuid" },
2667
2595
  sourceId: { __type: "uuid" },
2668
2596
  status: { __type: "String" },
2669
2597
  tenantId: { __type: "uuid" },
@@ -2674,9 +2602,9 @@ exports.generatedSchema = {
2674
2602
  },
2675
2603
  action_sum_fields: {
2676
2604
  __typename: { __type: "String!" },
2677
- jobIndex: { __type: "Int" },
2605
+ job_index: { __type: "Int" },
2678
2606
  },
2679
- action_sum_order_by: { jobIndex: { __type: "order_by" } },
2607
+ action_sum_order_by: { job_index: { __type: "order_by" } },
2680
2608
  action_updates: {
2681
2609
  _append: { __type: "action_append_input" },
2682
2610
  _delete_at_path: { __type: "action_delete_at_path_input" },
@@ -2689,19 +2617,19 @@ exports.generatedSchema = {
2689
2617
  },
2690
2618
  action_var_pop_fields: {
2691
2619
  __typename: { __type: "String!" },
2692
- jobIndex: { __type: "Float" },
2620
+ job_index: { __type: "Float" },
2693
2621
  },
2694
- action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
2622
+ action_var_pop_order_by: { job_index: { __type: "order_by" } },
2695
2623
  action_var_samp_fields: {
2696
2624
  __typename: { __type: "String!" },
2697
- jobIndex: { __type: "Float" },
2625
+ job_index: { __type: "Float" },
2698
2626
  },
2699
- action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
2627
+ action_var_samp_order_by: { job_index: { __type: "order_by" } },
2700
2628
  action_variance_fields: {
2701
2629
  __typename: { __type: "String!" },
2702
- jobIndex: { __type: "Float" },
2630
+ job_index: { __type: "Float" },
2703
2631
  },
2704
- action_variance_order_by: { jobIndex: { __type: "order_by" } },
2632
+ action_variance_order_by: { job_index: { __type: "order_by" } },
2705
2633
  activeStatus: {
2706
2634
  __typename: { __type: "String!" },
2707
2635
  name: { __type: "String!" },
@@ -31000,7 +30928,7 @@ exports.generatedSchema = {
31000
30928
  where: "reservation_bool_exp",
31001
30929
  },
31002
30930
  },
31003
- schemaId: { __type: "uuid" },
30931
+ schema_id: { __type: "uuid" },
31004
30932
  settings: {
31005
30933
  __type: "[setting!]!",
31006
30934
  __args: {
@@ -31213,7 +31141,7 @@ exports.generatedSchema = {
31213
31141
  reservationId: { __type: "uuid_comparison_exp" },
31214
31142
  reservations: { __type: "reservation_bool_exp" },
31215
31143
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
31216
- schemaId: { __type: "uuid_comparison_exp" },
31144
+ schema_id: { __type: "uuid_comparison_exp" },
31217
31145
  settings: { __type: "setting_bool_exp" },
31218
31146
  settingsLeft: { __type: "setting_bool_exp" },
31219
31147
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
@@ -31284,7 +31212,7 @@ exports.generatedSchema = {
31284
31212
  reservation: { __type: "reservation_obj_rel_insert_input" },
31285
31213
  reservationId: { __type: "uuid" },
31286
31214
  reservations: { __type: "reservation_arr_rel_insert_input" },
31287
- schemaId: { __type: "uuid" },
31215
+ schema_id: { __type: "uuid" },
31288
31216
  settings: { __type: "setting_arr_rel_insert_input" },
31289
31217
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
31290
31218
  settingsRight: { __type: "setting_arr_rel_insert_input" },
@@ -31316,7 +31244,7 @@ exports.generatedSchema = {
31316
31244
  parentId: { __type: "uuid" },
31317
31245
  remoteId: { __type: "String" },
31318
31246
  reservationId: { __type: "uuid" },
31319
- schemaId: { __type: "uuid" },
31247
+ schema_id: { __type: "uuid" },
31320
31248
  status: { __type: "String" },
31321
31249
  tenantId: { __type: "uuid" },
31322
31250
  transformType: { __type: "String" },
@@ -31339,7 +31267,7 @@ exports.generatedSchema = {
31339
31267
  parentId: { __type: "order_by" },
31340
31268
  remoteId: { __type: "order_by" },
31341
31269
  reservationId: { __type: "order_by" },
31342
- schemaId: { __type: "order_by" },
31270
+ schema_id: { __type: "order_by" },
31343
31271
  status: { __type: "order_by" },
31344
31272
  tenantId: { __type: "order_by" },
31345
31273
  transformType: { __type: "order_by" },
@@ -31363,7 +31291,7 @@ exports.generatedSchema = {
31363
31291
  parentId: { __type: "uuid" },
31364
31292
  remoteId: { __type: "String" },
31365
31293
  reservationId: { __type: "uuid" },
31366
- schemaId: { __type: "uuid" },
31294
+ schema_id: { __type: "uuid" },
31367
31295
  status: { __type: "String" },
31368
31296
  tenantId: { __type: "uuid" },
31369
31297
  transformType: { __type: "String" },
@@ -31386,7 +31314,7 @@ exports.generatedSchema = {
31386
31314
  parentId: { __type: "order_by" },
31387
31315
  remoteId: { __type: "order_by" },
31388
31316
  reservationId: { __type: "order_by" },
31389
- schemaId: { __type: "order_by" },
31317
+ schema_id: { __type: "order_by" },
31390
31318
  status: { __type: "order_by" },
31391
31319
  tenantId: { __type: "order_by" },
31392
31320
  transformType: { __type: "order_by" },
@@ -31445,7 +31373,7 @@ exports.generatedSchema = {
31445
31373
  reservation: { __type: "reservation_order_by" },
31446
31374
  reservationId: { __type: "order_by" },
31447
31375
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
31448
- schemaId: { __type: "order_by" },
31376
+ schema_id: { __type: "order_by" },
31449
31377
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
31450
31378
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
31451
31379
  settings_aggregate: { __type: "setting_aggregate_order_by" },
@@ -31485,7 +31413,7 @@ exports.generatedSchema = {
31485
31413
  parentId: { __type: "uuid" },
31486
31414
  remoteId: { __type: "String" },
31487
31415
  reservationId: { __type: "uuid" },
31488
- schemaId: { __type: "uuid" },
31416
+ schema_id: { __type: "uuid" },
31489
31417
  status: { __type: "String" },
31490
31418
  tenantId: { __type: "uuid" },
31491
31419
  transformJson: { __type: "jsonb" },
@@ -31531,7 +31459,7 @@ exports.generatedSchema = {
31531
31459
  parentId: { __type: "uuid" },
31532
31460
  remoteId: { __type: "String" },
31533
31461
  reservationId: { __type: "uuid" },
31534
- schemaId: { __type: "uuid" },
31462
+ schema_id: { __type: "uuid" },
31535
31463
  status: { __type: "String" },
31536
31464
  tenantId: { __type: "uuid" },
31537
31465
  transformJson: { __type: "jsonb" },