@vrplatform/graphql 1.1.6 → 1.1.7

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.
@@ -47,11 +47,6 @@ export const scalarsEnumsHash = {
47
47
  account_constraint: true,
48
48
  account_select_column: true,
49
49
  account_update_column: true,
50
- action_constraint: true,
51
- action_select_column: true,
52
- action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns: true,
53
- action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns: true,
54
- action_update_column: true,
55
50
  activeStatus_constraint: true,
56
51
  activeStatus_enum: true,
57
52
  activeStatus_select_column: true,
@@ -2194,439 +2189,6 @@ export const generatedSchema = {
2194
2189
  _set: { __type: "account_set_input" },
2195
2190
  where: { __type: "account_bool_exp!" },
2196
2191
  },
2197
- action: {
2198
- __typename: { __type: "String!" },
2199
- appId: { __type: "String" },
2200
- automationId: { __type: "uuid" },
2201
- connection: { __type: "connection" },
2202
- connectionId: { __type: "uuid" },
2203
- createdAt: { __type: "timestamptz" },
2204
- id: { __type: "uuid!" },
2205
- inputJson: { __type: "jsonb", __args: { path: "String" } },
2206
- isCurrent: { __type: "Boolean" },
2207
- job_id: { __type: "uuid" },
2208
- job_index: { __type: "Int" },
2209
- job_page_id: { __type: "uuid" },
2210
- job_plan_id: { __type: "uuid" },
2211
- objectId: { __type: "uuid" },
2212
- op_id: { __type: "uuid" },
2213
- outputJson: { __type: "jsonb", __args: { path: "String" } },
2214
- previousActionsByType: {
2215
- __type: "[action!]!",
2216
- __args: {
2217
- distinct_on: "[action_select_column!]",
2218
- limit: "Int",
2219
- offset: "Int",
2220
- order_by: "[action_order_by!]",
2221
- where: "action_bool_exp",
2222
- },
2223
- },
2224
- previousActionsByType_aggregate: {
2225
- __type: "action_aggregate!",
2226
- __args: {
2227
- distinct_on: "[action_select_column!]",
2228
- limit: "Int",
2229
- offset: "Int",
2230
- order_by: "[action_order_by!]",
2231
- where: "action_bool_exp",
2232
- },
2233
- },
2234
- refs: { __type: "jsonb", __args: { path: "String" } },
2235
- schema_id: { __type: "uuid" },
2236
- source: { __type: "source" },
2237
- sourceId: { __type: "uuid" },
2238
- status: { __type: "String" },
2239
- tenant: { __type: "tenant" },
2240
- tenantId: { __type: "uuid" },
2241
- title: { __type: "String" },
2242
- type: { __type: "String" },
2243
- uniqueRef: { __type: "String" },
2244
- updatedAt: { __type: "timestamptz" },
2245
- },
2246
- action_aggregate: {
2247
- __typename: { __type: "String!" },
2248
- aggregate: { __type: "action_aggregate_fields" },
2249
- nodes: { __type: "[action!]!" },
2250
- },
2251
- action_aggregate_bool_exp: {
2252
- bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
2253
- bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
2254
- count: { __type: "action_aggregate_bool_exp_count" },
2255
- },
2256
- action_aggregate_bool_exp_bool_and: {
2257
- arguments: {
2258
- __type: "action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
2259
- },
2260
- distinct: { __type: "Boolean" },
2261
- filter: { __type: "action_bool_exp" },
2262
- predicate: { __type: "Boolean_comparison_exp!" },
2263
- },
2264
- action_aggregate_bool_exp_bool_or: {
2265
- arguments: {
2266
- __type: "action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
2267
- },
2268
- distinct: { __type: "Boolean" },
2269
- filter: { __type: "action_bool_exp" },
2270
- predicate: { __type: "Boolean_comparison_exp!" },
2271
- },
2272
- action_aggregate_bool_exp_count: {
2273
- arguments: { __type: "[action_select_column!]" },
2274
- distinct: { __type: "Boolean" },
2275
- filter: { __type: "action_bool_exp" },
2276
- predicate: { __type: "Int_comparison_exp!" },
2277
- },
2278
- action_aggregate_fields: {
2279
- __typename: { __type: "String!" },
2280
- avg: { __type: "action_avg_fields" },
2281
- count: {
2282
- __type: "Int!",
2283
- __args: { columns: "[action_select_column!]", distinct: "Boolean" },
2284
- },
2285
- max: { __type: "action_max_fields" },
2286
- min: { __type: "action_min_fields" },
2287
- stddev: { __type: "action_stddev_fields" },
2288
- stddev_pop: { __type: "action_stddev_pop_fields" },
2289
- stddev_samp: { __type: "action_stddev_samp_fields" },
2290
- sum: { __type: "action_sum_fields" },
2291
- var_pop: { __type: "action_var_pop_fields" },
2292
- var_samp: { __type: "action_var_samp_fields" },
2293
- variance: { __type: "action_variance_fields" },
2294
- },
2295
- action_aggregate_order_by: {
2296
- avg: { __type: "action_avg_order_by" },
2297
- count: { __type: "order_by" },
2298
- max: { __type: "action_max_order_by" },
2299
- min: { __type: "action_min_order_by" },
2300
- stddev: { __type: "action_stddev_order_by" },
2301
- stddev_pop: { __type: "action_stddev_pop_order_by" },
2302
- stddev_samp: { __type: "action_stddev_samp_order_by" },
2303
- sum: { __type: "action_sum_order_by" },
2304
- var_pop: { __type: "action_var_pop_order_by" },
2305
- var_samp: { __type: "action_var_samp_order_by" },
2306
- variance: { __type: "action_variance_order_by" },
2307
- },
2308
- action_append_input: {
2309
- inputJson: { __type: "jsonb" },
2310
- outputJson: { __type: "jsonb" },
2311
- refs: { __type: "jsonb" },
2312
- },
2313
- action_arr_rel_insert_input: {
2314
- data: { __type: "[action_insert_input!]!" },
2315
- on_conflict: { __type: "action_on_conflict" },
2316
- },
2317
- action_avg_fields: {
2318
- __typename: { __type: "String!" },
2319
- job_index: { __type: "Float" },
2320
- },
2321
- action_avg_order_by: { job_index: { __type: "order_by" } },
2322
- action_bool_exp: {
2323
- _and: { __type: "[action_bool_exp!]" },
2324
- _not: { __type: "action_bool_exp" },
2325
- _or: { __type: "[action_bool_exp!]" },
2326
- appId: { __type: "String_comparison_exp" },
2327
- automationId: { __type: "uuid_comparison_exp" },
2328
- connection: { __type: "connection_bool_exp" },
2329
- connectionId: { __type: "uuid_comparison_exp" },
2330
- createdAt: { __type: "timestamptz_comparison_exp" },
2331
- id: { __type: "uuid_comparison_exp" },
2332
- inputJson: { __type: "jsonb_comparison_exp" },
2333
- isCurrent: { __type: "Boolean_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" },
2338
- objectId: { __type: "uuid_comparison_exp" },
2339
- op_id: { __type: "uuid_comparison_exp" },
2340
- outputJson: { __type: "jsonb_comparison_exp" },
2341
- previousActionsByType: { __type: "action_bool_exp" },
2342
- previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2343
- refs: { __type: "jsonb_comparison_exp" },
2344
- schema_id: { __type: "uuid_comparison_exp" },
2345
- source: { __type: "source_bool_exp" },
2346
- sourceId: { __type: "uuid_comparison_exp" },
2347
- status: { __type: "String_comparison_exp" },
2348
- tenant: { __type: "tenant_bool_exp" },
2349
- tenantId: { __type: "uuid_comparison_exp" },
2350
- title: { __type: "String_comparison_exp" },
2351
- type: { __type: "String_comparison_exp" },
2352
- uniqueRef: { __type: "String_comparison_exp" },
2353
- updatedAt: { __type: "timestamptz_comparison_exp" },
2354
- },
2355
- action_delete_at_path_input: {
2356
- inputJson: { __type: "[String!]" },
2357
- outputJson: { __type: "[String!]" },
2358
- refs: { __type: "[String!]" },
2359
- },
2360
- action_delete_elem_input: {
2361
- inputJson: { __type: "Int" },
2362
- outputJson: { __type: "Int" },
2363
- refs: { __type: "Int" },
2364
- },
2365
- action_delete_key_input: {
2366
- inputJson: { __type: "String" },
2367
- outputJson: { __type: "String" },
2368
- refs: { __type: "String" },
2369
- },
2370
- action_inc_input: { job_index: { __type: "Int" } },
2371
- action_insert_input: {
2372
- appId: { __type: "String" },
2373
- automationId: { __type: "uuid" },
2374
- connection: { __type: "connection_obj_rel_insert_input" },
2375
- connectionId: { __type: "uuid" },
2376
- createdAt: { __type: "timestamptz" },
2377
- id: { __type: "uuid" },
2378
- inputJson: { __type: "jsonb" },
2379
- isCurrent: { __type: "Boolean" },
2380
- job_id: { __type: "uuid" },
2381
- job_index: { __type: "Int" },
2382
- job_page_id: { __type: "uuid" },
2383
- job_plan_id: { __type: "uuid" },
2384
- objectId: { __type: "uuid" },
2385
- op_id: { __type: "uuid" },
2386
- outputJson: { __type: "jsonb" },
2387
- previousActionsByType: { __type: "action_arr_rel_insert_input" },
2388
- refs: { __type: "jsonb" },
2389
- schema_id: { __type: "uuid" },
2390
- source: { __type: "source_obj_rel_insert_input" },
2391
- sourceId: { __type: "uuid" },
2392
- status: { __type: "String" },
2393
- tenant: { __type: "tenant_obj_rel_insert_input" },
2394
- tenantId: { __type: "uuid" },
2395
- title: { __type: "String" },
2396
- type: { __type: "String" },
2397
- uniqueRef: { __type: "String" },
2398
- updatedAt: { __type: "timestamptz" },
2399
- },
2400
- action_max_fields: {
2401
- __typename: { __type: "String!" },
2402
- appId: { __type: "String" },
2403
- automationId: { __type: "uuid" },
2404
- connectionId: { __type: "uuid" },
2405
- createdAt: { __type: "timestamptz" },
2406
- id: { __type: "uuid" },
2407
- job_id: { __type: "uuid" },
2408
- job_index: { __type: "Int" },
2409
- job_page_id: { __type: "uuid" },
2410
- job_plan_id: { __type: "uuid" },
2411
- objectId: { __type: "uuid" },
2412
- op_id: { __type: "uuid" },
2413
- schema_id: { __type: "uuid" },
2414
- sourceId: { __type: "uuid" },
2415
- status: { __type: "String" },
2416
- tenantId: { __type: "uuid" },
2417
- title: { __type: "String" },
2418
- type: { __type: "String" },
2419
- uniqueRef: { __type: "String" },
2420
- updatedAt: { __type: "timestamptz" },
2421
- },
2422
- action_max_order_by: {
2423
- appId: { __type: "order_by" },
2424
- automationId: { __type: "order_by" },
2425
- connectionId: { __type: "order_by" },
2426
- createdAt: { __type: "order_by" },
2427
- id: { __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" },
2432
- objectId: { __type: "order_by" },
2433
- op_id: { __type: "order_by" },
2434
- schema_id: { __type: "order_by" },
2435
- sourceId: { __type: "order_by" },
2436
- status: { __type: "order_by" },
2437
- tenantId: { __type: "order_by" },
2438
- title: { __type: "order_by" },
2439
- type: { __type: "order_by" },
2440
- uniqueRef: { __type: "order_by" },
2441
- updatedAt: { __type: "order_by" },
2442
- },
2443
- action_min_fields: {
2444
- __typename: { __type: "String!" },
2445
- appId: { __type: "String" },
2446
- automationId: { __type: "uuid" },
2447
- connectionId: { __type: "uuid" },
2448
- createdAt: { __type: "timestamptz" },
2449
- id: { __type: "uuid" },
2450
- job_id: { __type: "uuid" },
2451
- job_index: { __type: "Int" },
2452
- job_page_id: { __type: "uuid" },
2453
- job_plan_id: { __type: "uuid" },
2454
- objectId: { __type: "uuid" },
2455
- op_id: { __type: "uuid" },
2456
- schema_id: { __type: "uuid" },
2457
- sourceId: { __type: "uuid" },
2458
- status: { __type: "String" },
2459
- tenantId: { __type: "uuid" },
2460
- title: { __type: "String" },
2461
- type: { __type: "String" },
2462
- uniqueRef: { __type: "String" },
2463
- updatedAt: { __type: "timestamptz" },
2464
- },
2465
- action_min_order_by: {
2466
- appId: { __type: "order_by" },
2467
- automationId: { __type: "order_by" },
2468
- connectionId: { __type: "order_by" },
2469
- createdAt: { __type: "order_by" },
2470
- id: { __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" },
2475
- objectId: { __type: "order_by" },
2476
- op_id: { __type: "order_by" },
2477
- schema_id: { __type: "order_by" },
2478
- sourceId: { __type: "order_by" },
2479
- status: { __type: "order_by" },
2480
- tenantId: { __type: "order_by" },
2481
- title: { __type: "order_by" },
2482
- type: { __type: "order_by" },
2483
- uniqueRef: { __type: "order_by" },
2484
- updatedAt: { __type: "order_by" },
2485
- },
2486
- action_mutation_response: {
2487
- __typename: { __type: "String!" },
2488
- affected_rows: { __type: "Int!" },
2489
- returning: { __type: "[action!]!" },
2490
- },
2491
- action_on_conflict: {
2492
- constraint: { __type: "action_constraint!" },
2493
- update_columns: { __type: "[action_update_column!]!" },
2494
- where: { __type: "action_bool_exp" },
2495
- },
2496
- action_order_by: {
2497
- appId: { __type: "order_by" },
2498
- automationId: { __type: "order_by" },
2499
- connection: { __type: "connection_order_by" },
2500
- connectionId: { __type: "order_by" },
2501
- createdAt: { __type: "order_by" },
2502
- id: { __type: "order_by" },
2503
- inputJson: { __type: "order_by" },
2504
- isCurrent: { __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" },
2509
- objectId: { __type: "order_by" },
2510
- op_id: { __type: "order_by" },
2511
- outputJson: { __type: "order_by" },
2512
- previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2513
- refs: { __type: "order_by" },
2514
- schema_id: { __type: "order_by" },
2515
- source: { __type: "source_order_by" },
2516
- sourceId: { __type: "order_by" },
2517
- status: { __type: "order_by" },
2518
- tenant: { __type: "tenant_order_by" },
2519
- tenantId: { __type: "order_by" },
2520
- title: { __type: "order_by" },
2521
- type: { __type: "order_by" },
2522
- uniqueRef: { __type: "order_by" },
2523
- updatedAt: { __type: "order_by" },
2524
- },
2525
- action_pk_columns_input: { id: { __type: "uuid!" } },
2526
- action_prepend_input: {
2527
- inputJson: { __type: "jsonb" },
2528
- outputJson: { __type: "jsonb" },
2529
- refs: { __type: "jsonb" },
2530
- },
2531
- action_set_input: {
2532
- appId: { __type: "String" },
2533
- automationId: { __type: "uuid" },
2534
- connectionId: { __type: "uuid" },
2535
- createdAt: { __type: "timestamptz" },
2536
- id: { __type: "uuid" },
2537
- inputJson: { __type: "jsonb" },
2538
- isCurrent: { __type: "Boolean" },
2539
- job_id: { __type: "uuid" },
2540
- job_index: { __type: "Int" },
2541
- job_page_id: { __type: "uuid" },
2542
- job_plan_id: { __type: "uuid" },
2543
- objectId: { __type: "uuid" },
2544
- op_id: { __type: "uuid" },
2545
- outputJson: { __type: "jsonb" },
2546
- refs: { __type: "jsonb" },
2547
- schema_id: { __type: "uuid" },
2548
- sourceId: { __type: "uuid" },
2549
- status: { __type: "String" },
2550
- tenantId: { __type: "uuid" },
2551
- title: { __type: "String" },
2552
- type: { __type: "String" },
2553
- uniqueRef: { __type: "String" },
2554
- updatedAt: { __type: "timestamptz" },
2555
- },
2556
- action_stddev_fields: {
2557
- __typename: { __type: "String!" },
2558
- job_index: { __type: "Float" },
2559
- },
2560
- action_stddev_order_by: { job_index: { __type: "order_by" } },
2561
- action_stddev_pop_fields: {
2562
- __typename: { __type: "String!" },
2563
- job_index: { __type: "Float" },
2564
- },
2565
- action_stddev_pop_order_by: { job_index: { __type: "order_by" } },
2566
- action_stddev_samp_fields: {
2567
- __typename: { __type: "String!" },
2568
- job_index: { __type: "Float" },
2569
- },
2570
- action_stddev_samp_order_by: { job_index: { __type: "order_by" } },
2571
- action_stream_cursor_input: {
2572
- initial_value: { __type: "action_stream_cursor_value_input!" },
2573
- ordering: { __type: "cursor_ordering" },
2574
- },
2575
- action_stream_cursor_value_input: {
2576
- appId: { __type: "String" },
2577
- automationId: { __type: "uuid" },
2578
- connectionId: { __type: "uuid" },
2579
- createdAt: { __type: "timestamptz" },
2580
- id: { __type: "uuid" },
2581
- inputJson: { __type: "jsonb" },
2582
- isCurrent: { __type: "Boolean" },
2583
- job_id: { __type: "uuid" },
2584
- job_index: { __type: "Int" },
2585
- job_page_id: { __type: "uuid" },
2586
- job_plan_id: { __type: "uuid" },
2587
- objectId: { __type: "uuid" },
2588
- op_id: { __type: "uuid" },
2589
- outputJson: { __type: "jsonb" },
2590
- refs: { __type: "jsonb" },
2591
- schema_id: { __type: "uuid" },
2592
- sourceId: { __type: "uuid" },
2593
- status: { __type: "String" },
2594
- tenantId: { __type: "uuid" },
2595
- title: { __type: "String" },
2596
- type: { __type: "String" },
2597
- uniqueRef: { __type: "String" },
2598
- updatedAt: { __type: "timestamptz" },
2599
- },
2600
- action_sum_fields: {
2601
- __typename: { __type: "String!" },
2602
- job_index: { __type: "Int" },
2603
- },
2604
- action_sum_order_by: { job_index: { __type: "order_by" } },
2605
- action_updates: {
2606
- _append: { __type: "action_append_input" },
2607
- _delete_at_path: { __type: "action_delete_at_path_input" },
2608
- _delete_elem: { __type: "action_delete_elem_input" },
2609
- _delete_key: { __type: "action_delete_key_input" },
2610
- _inc: { __type: "action_inc_input" },
2611
- _prepend: { __type: "action_prepend_input" },
2612
- _set: { __type: "action_set_input" },
2613
- where: { __type: "action_bool_exp!" },
2614
- },
2615
- action_var_pop_fields: {
2616
- __typename: { __type: "String!" },
2617
- job_index: { __type: "Float" },
2618
- },
2619
- action_var_pop_order_by: { job_index: { __type: "order_by" } },
2620
- action_var_samp_fields: {
2621
- __typename: { __type: "String!" },
2622
- job_index: { __type: "Float" },
2623
- },
2624
- action_var_samp_order_by: { job_index: { __type: "order_by" } },
2625
- action_variance_fields: {
2626
- __typename: { __type: "String!" },
2627
- job_index: { __type: "Float" },
2628
- },
2629
- action_variance_order_by: { job_index: { __type: "order_by" } },
2630
2192
  activeStatus: {
2631
2193
  __typename: { __type: "String!" },
2632
2194
  name: { __type: "String!" },
@@ -13829,11 +13391,6 @@ export const generatedSchema = {
13829
13391
  __type: "account_mutation_response",
13830
13392
  __args: { where: "account_bool_exp!" },
13831
13393
  },
13832
- deleteAction: { __type: "action", __args: { id: "uuid!" } },
13833
- deleteActions: {
13834
- __type: "action_mutation_response",
13835
- __args: { where: "action_bool_exp!" },
13836
- },
13837
13394
  deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
13838
13395
  deleteActiveStatuses: {
13839
13396
  __type: "activeStatus_mutation_response",
@@ -14759,20 +14316,6 @@ export const generatedSchema = {
14759
14316
  on_conflict: "account_on_conflict",
14760
14317
  },
14761
14318
  },
14762
- insertAction: {
14763
- __type: "action",
14764
- __args: {
14765
- object: "action_insert_input!",
14766
- on_conflict: "action_on_conflict",
14767
- },
14768
- },
14769
- insertActions: {
14770
- __type: "action_mutation_response",
14771
- __args: {
14772
- objects: "[action_insert_input!]!",
14773
- on_conflict: "action_on_conflict",
14774
- },
14775
- },
14776
14319
  insertActiveStatus: {
14777
14320
  __type: "activeStatus",
14778
14321
  __args: {
@@ -16515,32 +16058,6 @@ export const generatedSchema = {
16515
16058
  __type: "account_mutation_response",
16516
16059
  __args: { _set: "account_set_input", where: "account_bool_exp!" },
16517
16060
  },
16518
- updateAction: {
16519
- __type: "action",
16520
- __args: {
16521
- _append: "action_append_input",
16522
- _delete_at_path: "action_delete_at_path_input",
16523
- _delete_elem: "action_delete_elem_input",
16524
- _delete_key: "action_delete_key_input",
16525
- _inc: "action_inc_input",
16526
- _prepend: "action_prepend_input",
16527
- _set: "action_set_input",
16528
- pk_columns: "action_pk_columns_input!",
16529
- },
16530
- },
16531
- updateActions: {
16532
- __type: "action_mutation_response",
16533
- __args: {
16534
- _append: "action_append_input",
16535
- _delete_at_path: "action_delete_at_path_input",
16536
- _delete_elem: "action_delete_elem_input",
16537
- _delete_key: "action_delete_key_input",
16538
- _inc: "action_inc_input",
16539
- _prepend: "action_prepend_input",
16540
- _set: "action_set_input",
16541
- where: "action_bool_exp!",
16542
- },
16543
- },
16544
16061
  updateActiveStatus: {
16545
16062
  __type: "activeStatus",
16546
16063
  __args: {
@@ -17339,10 +16856,6 @@ export const generatedSchema = {
17339
16856
  __type: "[account_mutation_response]",
17340
16857
  __args: { updates: "[account_updates!]!" },
17341
16858
  },
17342
- updateManyActions: {
17343
- __type: "[action_mutation_response]",
17344
- __args: { updates: "[action_updates!]!" },
17345
- },
17346
16859
  updateManyActiveStatuses: {
17347
16860
  __type: "[activeStatus_mutation_response]",
17348
16861
  __args: { updates: "[activeStatus_updates!]!" },
@@ -24198,17 +23711,6 @@ export const generatedSchema = {
24198
23711
  where: "account_bool_exp",
24199
23712
  },
24200
23713
  },
24201
- action: { __type: "action", __args: { id: "uuid!" } },
24202
- actions: {
24203
- __type: "[action!]!",
24204
- __args: {
24205
- distinct_on: "[action_select_column!]",
24206
- limit: "Int",
24207
- offset: "Int",
24208
- order_by: "[action_order_by!]",
24209
- where: "action_bool_exp",
24210
- },
24211
- },
24212
23714
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
24213
23715
  activeStatusAggregate: {
24214
23716
  __type: "activeStatus_aggregate!",
@@ -24251,16 +23753,6 @@ export const generatedSchema = {
24251
23753
  },
24252
23754
  },
24253
23755
  address_by_pk: { __type: "address", __args: { id: "uuid!" } },
24254
- aggregateActions: {
24255
- __type: "action_aggregate!",
24256
- __args: {
24257
- distinct_on: "[action_select_column!]",
24258
- limit: "Int",
24259
- offset: "Int",
24260
- order_by: "[action_order_by!]",
24261
- where: "action_bool_exp",
24262
- },
24263
- },
24264
23756
  app: {
24265
23757
  __type: "[app!]!",
24266
23758
  __args: {
@@ -30925,7 +30417,6 @@ export const generatedSchema = {
30925
30417
  where: "reservation_bool_exp",
30926
30418
  },
30927
30419
  },
30928
- schema_id: { __type: "uuid" },
30929
30420
  settings: {
30930
30421
  __type: "[setting!]!",
30931
30422
  __args: {
@@ -31138,7 +30629,6 @@ export const generatedSchema = {
31138
30629
  reservationId: { __type: "uuid_comparison_exp" },
31139
30630
  reservations: { __type: "reservation_bool_exp" },
31140
30631
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
31141
- schema_id: { __type: "uuid_comparison_exp" },
31142
30632
  settings: { __type: "setting_bool_exp" },
31143
30633
  settingsLeft: { __type: "setting_bool_exp" },
31144
30634
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
@@ -31209,7 +30699,6 @@ export const generatedSchema = {
31209
30699
  reservation: { __type: "reservation_obj_rel_insert_input" },
31210
30700
  reservationId: { __type: "uuid" },
31211
30701
  reservations: { __type: "reservation_arr_rel_insert_input" },
31212
- schema_id: { __type: "uuid" },
31213
30702
  settings: { __type: "setting_arr_rel_insert_input" },
31214
30703
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
31215
30704
  settingsRight: { __type: "setting_arr_rel_insert_input" },
@@ -31241,7 +30730,6 @@ export const generatedSchema = {
31241
30730
  parentId: { __type: "uuid" },
31242
30731
  remoteId: { __type: "String" },
31243
30732
  reservationId: { __type: "uuid" },
31244
- schema_id: { __type: "uuid" },
31245
30733
  status: { __type: "String" },
31246
30734
  tenantId: { __type: "uuid" },
31247
30735
  transformType: { __type: "String" },
@@ -31264,7 +30752,6 @@ export const generatedSchema = {
31264
30752
  parentId: { __type: "order_by" },
31265
30753
  remoteId: { __type: "order_by" },
31266
30754
  reservationId: { __type: "order_by" },
31267
- schema_id: { __type: "order_by" },
31268
30755
  status: { __type: "order_by" },
31269
30756
  tenantId: { __type: "order_by" },
31270
30757
  transformType: { __type: "order_by" },
@@ -31288,7 +30775,6 @@ export const generatedSchema = {
31288
30775
  parentId: { __type: "uuid" },
31289
30776
  remoteId: { __type: "String" },
31290
30777
  reservationId: { __type: "uuid" },
31291
- schema_id: { __type: "uuid" },
31292
30778
  status: { __type: "String" },
31293
30779
  tenantId: { __type: "uuid" },
31294
30780
  transformType: { __type: "String" },
@@ -31311,7 +30797,6 @@ export const generatedSchema = {
31311
30797
  parentId: { __type: "order_by" },
31312
30798
  remoteId: { __type: "order_by" },
31313
30799
  reservationId: { __type: "order_by" },
31314
- schema_id: { __type: "order_by" },
31315
30800
  status: { __type: "order_by" },
31316
30801
  tenantId: { __type: "order_by" },
31317
30802
  transformType: { __type: "order_by" },
@@ -31370,7 +30855,6 @@ export const generatedSchema = {
31370
30855
  reservation: { __type: "reservation_order_by" },
31371
30856
  reservationId: { __type: "order_by" },
31372
30857
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
31373
- schema_id: { __type: "order_by" },
31374
30858
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
31375
30859
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
31376
30860
  settings_aggregate: { __type: "setting_aggregate_order_by" },
@@ -31410,7 +30894,6 @@ export const generatedSchema = {
31410
30894
  parentId: { __type: "uuid" },
31411
30895
  remoteId: { __type: "String" },
31412
30896
  reservationId: { __type: "uuid" },
31413
- schema_id: { __type: "uuid" },
31414
30897
  status: { __type: "String" },
31415
30898
  tenantId: { __type: "uuid" },
31416
30899
  transformJson: { __type: "jsonb" },
@@ -31456,7 +30939,6 @@ export const generatedSchema = {
31456
30939
  parentId: { __type: "uuid" },
31457
30940
  remoteId: { __type: "String" },
31458
30941
  reservationId: { __type: "uuid" },
31459
- schema_id: { __type: "uuid" },
31460
30942
  status: { __type: "String" },
31461
30943
  tenantId: { __type: "uuid" },
31462
30944
  transformJson: { __type: "jsonb" },
@@ -32688,17 +32170,6 @@ export const generatedSchema = {
32688
32170
  where: "account_bool_exp",
32689
32171
  },
32690
32172
  },
32691
- action: { __type: "action", __args: { id: "uuid!" } },
32692
- actions: {
32693
- __type: "[action!]!",
32694
- __args: {
32695
- distinct_on: "[action_select_column!]",
32696
- limit: "Int",
32697
- offset: "Int",
32698
- order_by: "[action_order_by!]",
32699
- where: "action_bool_exp",
32700
- },
32701
- },
32702
32173
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
32703
32174
  activeStatusAggregate: {
32704
32175
  __type: "activeStatus_aggregate!",
@@ -32757,16 +32228,6 @@ export const generatedSchema = {
32757
32228
  where: "address_bool_exp",
32758
32229
  },
32759
32230
  },
32760
- aggregateActions: {
32761
- __type: "action_aggregate!",
32762
- __args: {
32763
- distinct_on: "[action_select_column!]",
32764
- limit: "Int",
32765
- offset: "Int",
32766
- order_by: "[action_order_by!]",
32767
- where: "action_bool_exp",
32768
- },
32769
- },
32770
32231
  app: {
32771
32232
  __type: "[app!]!",
32772
32233
  __args: {
@@ -35739,14 +35200,6 @@ export const generatedSchema = {
35739
35200
  where: "store_mutation_log_bool_exp",
35740
35201
  },
35741
35202
  },
35742
- streamActions: {
35743
- __type: "[action!]!",
35744
- __args: {
35745
- batch_size: "Int!",
35746
- cursor: "[action_stream_cursor_input]!",
35747
- where: "action_bool_exp",
35748
- },
35749
- },
35750
35203
  sync: { __type: "sync", __args: { id: "uuid!" } },
35751
35204
  syncAggregate: {
35752
35205
  __type: "sync_aggregate!",