@vrplatform/graphql 1.1.6 → 1.1.8

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.
@@ -50,11 +50,6 @@ exports.scalarsEnumsHash = {
50
50
  account_constraint: true,
51
51
  account_select_column: true,
52
52
  account_update_column: true,
53
- action_constraint: true,
54
- action_select_column: true,
55
- action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns: true,
56
- action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns: true,
57
- action_update_column: true,
58
53
  activeStatus_constraint: true,
59
54
  activeStatus_enum: true,
60
55
  activeStatus_select_column: true,
@@ -2197,439 +2192,6 @@ exports.generatedSchema = {
2197
2192
  _set: { __type: "account_set_input" },
2198
2193
  where: { __type: "account_bool_exp!" },
2199
2194
  },
2200
- action: {
2201
- __typename: { __type: "String!" },
2202
- appId: { __type: "String" },
2203
- automationId: { __type: "uuid" },
2204
- connection: { __type: "connection" },
2205
- connectionId: { __type: "uuid" },
2206
- createdAt: { __type: "timestamptz" },
2207
- id: { __type: "uuid!" },
2208
- inputJson: { __type: "jsonb", __args: { path: "String" } },
2209
- isCurrent: { __type: "Boolean" },
2210
- job_id: { __type: "uuid" },
2211
- job_index: { __type: "Int" },
2212
- job_page_id: { __type: "uuid" },
2213
- job_plan_id: { __type: "uuid" },
2214
- objectId: { __type: "uuid" },
2215
- op_id: { __type: "uuid" },
2216
- outputJson: { __type: "jsonb", __args: { path: "String" } },
2217
- previousActionsByType: {
2218
- __type: "[action!]!",
2219
- __args: {
2220
- distinct_on: "[action_select_column!]",
2221
- limit: "Int",
2222
- offset: "Int",
2223
- order_by: "[action_order_by!]",
2224
- where: "action_bool_exp",
2225
- },
2226
- },
2227
- previousActionsByType_aggregate: {
2228
- __type: "action_aggregate!",
2229
- __args: {
2230
- distinct_on: "[action_select_column!]",
2231
- limit: "Int",
2232
- offset: "Int",
2233
- order_by: "[action_order_by!]",
2234
- where: "action_bool_exp",
2235
- },
2236
- },
2237
- refs: { __type: "jsonb", __args: { path: "String" } },
2238
- schema_id: { __type: "uuid" },
2239
- source: { __type: "source" },
2240
- sourceId: { __type: "uuid" },
2241
- status: { __type: "String" },
2242
- tenant: { __type: "tenant" },
2243
- tenantId: { __type: "uuid" },
2244
- title: { __type: "String" },
2245
- type: { __type: "String" },
2246
- uniqueRef: { __type: "String" },
2247
- updatedAt: { __type: "timestamptz" },
2248
- },
2249
- action_aggregate: {
2250
- __typename: { __type: "String!" },
2251
- aggregate: { __type: "action_aggregate_fields" },
2252
- nodes: { __type: "[action!]!" },
2253
- },
2254
- action_aggregate_bool_exp: {
2255
- bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
2256
- bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
2257
- count: { __type: "action_aggregate_bool_exp_count" },
2258
- },
2259
- action_aggregate_bool_exp_bool_and: {
2260
- arguments: {
2261
- __type: "action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
2262
- },
2263
- distinct: { __type: "Boolean" },
2264
- filter: { __type: "action_bool_exp" },
2265
- predicate: { __type: "Boolean_comparison_exp!" },
2266
- },
2267
- action_aggregate_bool_exp_bool_or: {
2268
- arguments: {
2269
- __type: "action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
2270
- },
2271
- distinct: { __type: "Boolean" },
2272
- filter: { __type: "action_bool_exp" },
2273
- predicate: { __type: "Boolean_comparison_exp!" },
2274
- },
2275
- action_aggregate_bool_exp_count: {
2276
- arguments: { __type: "[action_select_column!]" },
2277
- distinct: { __type: "Boolean" },
2278
- filter: { __type: "action_bool_exp" },
2279
- predicate: { __type: "Int_comparison_exp!" },
2280
- },
2281
- action_aggregate_fields: {
2282
- __typename: { __type: "String!" },
2283
- avg: { __type: "action_avg_fields" },
2284
- count: {
2285
- __type: "Int!",
2286
- __args: { columns: "[action_select_column!]", distinct: "Boolean" },
2287
- },
2288
- max: { __type: "action_max_fields" },
2289
- min: { __type: "action_min_fields" },
2290
- stddev: { __type: "action_stddev_fields" },
2291
- stddev_pop: { __type: "action_stddev_pop_fields" },
2292
- stddev_samp: { __type: "action_stddev_samp_fields" },
2293
- sum: { __type: "action_sum_fields" },
2294
- var_pop: { __type: "action_var_pop_fields" },
2295
- var_samp: { __type: "action_var_samp_fields" },
2296
- variance: { __type: "action_variance_fields" },
2297
- },
2298
- action_aggregate_order_by: {
2299
- avg: { __type: "action_avg_order_by" },
2300
- count: { __type: "order_by" },
2301
- max: { __type: "action_max_order_by" },
2302
- min: { __type: "action_min_order_by" },
2303
- stddev: { __type: "action_stddev_order_by" },
2304
- stddev_pop: { __type: "action_stddev_pop_order_by" },
2305
- stddev_samp: { __type: "action_stddev_samp_order_by" },
2306
- sum: { __type: "action_sum_order_by" },
2307
- var_pop: { __type: "action_var_pop_order_by" },
2308
- var_samp: { __type: "action_var_samp_order_by" },
2309
- variance: { __type: "action_variance_order_by" },
2310
- },
2311
- action_append_input: {
2312
- inputJson: { __type: "jsonb" },
2313
- outputJson: { __type: "jsonb" },
2314
- refs: { __type: "jsonb" },
2315
- },
2316
- action_arr_rel_insert_input: {
2317
- data: { __type: "[action_insert_input!]!" },
2318
- on_conflict: { __type: "action_on_conflict" },
2319
- },
2320
- action_avg_fields: {
2321
- __typename: { __type: "String!" },
2322
- job_index: { __type: "Float" },
2323
- },
2324
- action_avg_order_by: { job_index: { __type: "order_by" } },
2325
- action_bool_exp: {
2326
- _and: { __type: "[action_bool_exp!]" },
2327
- _not: { __type: "action_bool_exp" },
2328
- _or: { __type: "[action_bool_exp!]" },
2329
- appId: { __type: "String_comparison_exp" },
2330
- automationId: { __type: "uuid_comparison_exp" },
2331
- connection: { __type: "connection_bool_exp" },
2332
- connectionId: { __type: "uuid_comparison_exp" },
2333
- createdAt: { __type: "timestamptz_comparison_exp" },
2334
- id: { __type: "uuid_comparison_exp" },
2335
- inputJson: { __type: "jsonb_comparison_exp" },
2336
- isCurrent: { __type: "Boolean_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" },
2341
- objectId: { __type: "uuid_comparison_exp" },
2342
- op_id: { __type: "uuid_comparison_exp" },
2343
- outputJson: { __type: "jsonb_comparison_exp" },
2344
- previousActionsByType: { __type: "action_bool_exp" },
2345
- previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2346
- refs: { __type: "jsonb_comparison_exp" },
2347
- schema_id: { __type: "uuid_comparison_exp" },
2348
- source: { __type: "source_bool_exp" },
2349
- sourceId: { __type: "uuid_comparison_exp" },
2350
- status: { __type: "String_comparison_exp" },
2351
- tenant: { __type: "tenant_bool_exp" },
2352
- tenantId: { __type: "uuid_comparison_exp" },
2353
- title: { __type: "String_comparison_exp" },
2354
- type: { __type: "String_comparison_exp" },
2355
- uniqueRef: { __type: "String_comparison_exp" },
2356
- updatedAt: { __type: "timestamptz_comparison_exp" },
2357
- },
2358
- action_delete_at_path_input: {
2359
- inputJson: { __type: "[String!]" },
2360
- outputJson: { __type: "[String!]" },
2361
- refs: { __type: "[String!]" },
2362
- },
2363
- action_delete_elem_input: {
2364
- inputJson: { __type: "Int" },
2365
- outputJson: { __type: "Int" },
2366
- refs: { __type: "Int" },
2367
- },
2368
- action_delete_key_input: {
2369
- inputJson: { __type: "String" },
2370
- outputJson: { __type: "String" },
2371
- refs: { __type: "String" },
2372
- },
2373
- action_inc_input: { job_index: { __type: "Int" } },
2374
- action_insert_input: {
2375
- appId: { __type: "String" },
2376
- automationId: { __type: "uuid" },
2377
- connection: { __type: "connection_obj_rel_insert_input" },
2378
- connectionId: { __type: "uuid" },
2379
- createdAt: { __type: "timestamptz" },
2380
- id: { __type: "uuid" },
2381
- inputJson: { __type: "jsonb" },
2382
- isCurrent: { __type: "Boolean" },
2383
- job_id: { __type: "uuid" },
2384
- job_index: { __type: "Int" },
2385
- job_page_id: { __type: "uuid" },
2386
- job_plan_id: { __type: "uuid" },
2387
- objectId: { __type: "uuid" },
2388
- op_id: { __type: "uuid" },
2389
- outputJson: { __type: "jsonb" },
2390
- previousActionsByType: { __type: "action_arr_rel_insert_input" },
2391
- refs: { __type: "jsonb" },
2392
- schema_id: { __type: "uuid" },
2393
- source: { __type: "source_obj_rel_insert_input" },
2394
- sourceId: { __type: "uuid" },
2395
- status: { __type: "String" },
2396
- tenant: { __type: "tenant_obj_rel_insert_input" },
2397
- tenantId: { __type: "uuid" },
2398
- title: { __type: "String" },
2399
- type: { __type: "String" },
2400
- uniqueRef: { __type: "String" },
2401
- updatedAt: { __type: "timestamptz" },
2402
- },
2403
- action_max_fields: {
2404
- __typename: { __type: "String!" },
2405
- appId: { __type: "String" },
2406
- automationId: { __type: "uuid" },
2407
- connectionId: { __type: "uuid" },
2408
- createdAt: { __type: "timestamptz" },
2409
- id: { __type: "uuid" },
2410
- job_id: { __type: "uuid" },
2411
- job_index: { __type: "Int" },
2412
- job_page_id: { __type: "uuid" },
2413
- job_plan_id: { __type: "uuid" },
2414
- objectId: { __type: "uuid" },
2415
- op_id: { __type: "uuid" },
2416
- schema_id: { __type: "uuid" },
2417
- sourceId: { __type: "uuid" },
2418
- status: { __type: "String" },
2419
- tenantId: { __type: "uuid" },
2420
- title: { __type: "String" },
2421
- type: { __type: "String" },
2422
- uniqueRef: { __type: "String" },
2423
- updatedAt: { __type: "timestamptz" },
2424
- },
2425
- action_max_order_by: {
2426
- appId: { __type: "order_by" },
2427
- automationId: { __type: "order_by" },
2428
- connectionId: { __type: "order_by" },
2429
- createdAt: { __type: "order_by" },
2430
- id: { __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" },
2435
- objectId: { __type: "order_by" },
2436
- op_id: { __type: "order_by" },
2437
- schema_id: { __type: "order_by" },
2438
- sourceId: { __type: "order_by" },
2439
- status: { __type: "order_by" },
2440
- tenantId: { __type: "order_by" },
2441
- title: { __type: "order_by" },
2442
- type: { __type: "order_by" },
2443
- uniqueRef: { __type: "order_by" },
2444
- updatedAt: { __type: "order_by" },
2445
- },
2446
- action_min_fields: {
2447
- __typename: { __type: "String!" },
2448
- appId: { __type: "String" },
2449
- automationId: { __type: "uuid" },
2450
- connectionId: { __type: "uuid" },
2451
- createdAt: { __type: "timestamptz" },
2452
- id: { __type: "uuid" },
2453
- job_id: { __type: "uuid" },
2454
- job_index: { __type: "Int" },
2455
- job_page_id: { __type: "uuid" },
2456
- job_plan_id: { __type: "uuid" },
2457
- objectId: { __type: "uuid" },
2458
- op_id: { __type: "uuid" },
2459
- schema_id: { __type: "uuid" },
2460
- sourceId: { __type: "uuid" },
2461
- status: { __type: "String" },
2462
- tenantId: { __type: "uuid" },
2463
- title: { __type: "String" },
2464
- type: { __type: "String" },
2465
- uniqueRef: { __type: "String" },
2466
- updatedAt: { __type: "timestamptz" },
2467
- },
2468
- action_min_order_by: {
2469
- appId: { __type: "order_by" },
2470
- automationId: { __type: "order_by" },
2471
- connectionId: { __type: "order_by" },
2472
- createdAt: { __type: "order_by" },
2473
- id: { __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" },
2478
- objectId: { __type: "order_by" },
2479
- op_id: { __type: "order_by" },
2480
- schema_id: { __type: "order_by" },
2481
- sourceId: { __type: "order_by" },
2482
- status: { __type: "order_by" },
2483
- tenantId: { __type: "order_by" },
2484
- title: { __type: "order_by" },
2485
- type: { __type: "order_by" },
2486
- uniqueRef: { __type: "order_by" },
2487
- updatedAt: { __type: "order_by" },
2488
- },
2489
- action_mutation_response: {
2490
- __typename: { __type: "String!" },
2491
- affected_rows: { __type: "Int!" },
2492
- returning: { __type: "[action!]!" },
2493
- },
2494
- action_on_conflict: {
2495
- constraint: { __type: "action_constraint!" },
2496
- update_columns: { __type: "[action_update_column!]!" },
2497
- where: { __type: "action_bool_exp" },
2498
- },
2499
- action_order_by: {
2500
- appId: { __type: "order_by" },
2501
- automationId: { __type: "order_by" },
2502
- connection: { __type: "connection_order_by" },
2503
- connectionId: { __type: "order_by" },
2504
- createdAt: { __type: "order_by" },
2505
- id: { __type: "order_by" },
2506
- inputJson: { __type: "order_by" },
2507
- isCurrent: { __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" },
2512
- objectId: { __type: "order_by" },
2513
- op_id: { __type: "order_by" },
2514
- outputJson: { __type: "order_by" },
2515
- previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2516
- refs: { __type: "order_by" },
2517
- schema_id: { __type: "order_by" },
2518
- source: { __type: "source_order_by" },
2519
- sourceId: { __type: "order_by" },
2520
- status: { __type: "order_by" },
2521
- tenant: { __type: "tenant_order_by" },
2522
- tenantId: { __type: "order_by" },
2523
- title: { __type: "order_by" },
2524
- type: { __type: "order_by" },
2525
- uniqueRef: { __type: "order_by" },
2526
- updatedAt: { __type: "order_by" },
2527
- },
2528
- action_pk_columns_input: { id: { __type: "uuid!" } },
2529
- action_prepend_input: {
2530
- inputJson: { __type: "jsonb" },
2531
- outputJson: { __type: "jsonb" },
2532
- refs: { __type: "jsonb" },
2533
- },
2534
- action_set_input: {
2535
- appId: { __type: "String" },
2536
- automationId: { __type: "uuid" },
2537
- connectionId: { __type: "uuid" },
2538
- createdAt: { __type: "timestamptz" },
2539
- id: { __type: "uuid" },
2540
- inputJson: { __type: "jsonb" },
2541
- isCurrent: { __type: "Boolean" },
2542
- job_id: { __type: "uuid" },
2543
- job_index: { __type: "Int" },
2544
- job_page_id: { __type: "uuid" },
2545
- job_plan_id: { __type: "uuid" },
2546
- objectId: { __type: "uuid" },
2547
- op_id: { __type: "uuid" },
2548
- outputJson: { __type: "jsonb" },
2549
- refs: { __type: "jsonb" },
2550
- schema_id: { __type: "uuid" },
2551
- sourceId: { __type: "uuid" },
2552
- status: { __type: "String" },
2553
- tenantId: { __type: "uuid" },
2554
- title: { __type: "String" },
2555
- type: { __type: "String" },
2556
- uniqueRef: { __type: "String" },
2557
- updatedAt: { __type: "timestamptz" },
2558
- },
2559
- action_stddev_fields: {
2560
- __typename: { __type: "String!" },
2561
- job_index: { __type: "Float" },
2562
- },
2563
- action_stddev_order_by: { job_index: { __type: "order_by" } },
2564
- action_stddev_pop_fields: {
2565
- __typename: { __type: "String!" },
2566
- job_index: { __type: "Float" },
2567
- },
2568
- action_stddev_pop_order_by: { job_index: { __type: "order_by" } },
2569
- action_stddev_samp_fields: {
2570
- __typename: { __type: "String!" },
2571
- job_index: { __type: "Float" },
2572
- },
2573
- action_stddev_samp_order_by: { job_index: { __type: "order_by" } },
2574
- action_stream_cursor_input: {
2575
- initial_value: { __type: "action_stream_cursor_value_input!" },
2576
- ordering: { __type: "cursor_ordering" },
2577
- },
2578
- action_stream_cursor_value_input: {
2579
- appId: { __type: "String" },
2580
- automationId: { __type: "uuid" },
2581
- connectionId: { __type: "uuid" },
2582
- createdAt: { __type: "timestamptz" },
2583
- id: { __type: "uuid" },
2584
- inputJson: { __type: "jsonb" },
2585
- isCurrent: { __type: "Boolean" },
2586
- job_id: { __type: "uuid" },
2587
- job_index: { __type: "Int" },
2588
- job_page_id: { __type: "uuid" },
2589
- job_plan_id: { __type: "uuid" },
2590
- objectId: { __type: "uuid" },
2591
- op_id: { __type: "uuid" },
2592
- outputJson: { __type: "jsonb" },
2593
- refs: { __type: "jsonb" },
2594
- schema_id: { __type: "uuid" },
2595
- sourceId: { __type: "uuid" },
2596
- status: { __type: "String" },
2597
- tenantId: { __type: "uuid" },
2598
- title: { __type: "String" },
2599
- type: { __type: "String" },
2600
- uniqueRef: { __type: "String" },
2601
- updatedAt: { __type: "timestamptz" },
2602
- },
2603
- action_sum_fields: {
2604
- __typename: { __type: "String!" },
2605
- job_index: { __type: "Int" },
2606
- },
2607
- action_sum_order_by: { job_index: { __type: "order_by" } },
2608
- action_updates: {
2609
- _append: { __type: "action_append_input" },
2610
- _delete_at_path: { __type: "action_delete_at_path_input" },
2611
- _delete_elem: { __type: "action_delete_elem_input" },
2612
- _delete_key: { __type: "action_delete_key_input" },
2613
- _inc: { __type: "action_inc_input" },
2614
- _prepend: { __type: "action_prepend_input" },
2615
- _set: { __type: "action_set_input" },
2616
- where: { __type: "action_bool_exp!" },
2617
- },
2618
- action_var_pop_fields: {
2619
- __typename: { __type: "String!" },
2620
- job_index: { __type: "Float" },
2621
- },
2622
- action_var_pop_order_by: { job_index: { __type: "order_by" } },
2623
- action_var_samp_fields: {
2624
- __typename: { __type: "String!" },
2625
- job_index: { __type: "Float" },
2626
- },
2627
- action_var_samp_order_by: { job_index: { __type: "order_by" } },
2628
- action_variance_fields: {
2629
- __typename: { __type: "String!" },
2630
- job_index: { __type: "Float" },
2631
- },
2632
- action_variance_order_by: { job_index: { __type: "order_by" } },
2633
2195
  activeStatus: {
2634
2196
  __typename: { __type: "String!" },
2635
2197
  name: { __type: "String!" },
@@ -13832,11 +13394,6 @@ exports.generatedSchema = {
13832
13394
  __type: "account_mutation_response",
13833
13395
  __args: { where: "account_bool_exp!" },
13834
13396
  },
13835
- deleteAction: { __type: "action", __args: { id: "uuid!" } },
13836
- deleteActions: {
13837
- __type: "action_mutation_response",
13838
- __args: { where: "action_bool_exp!" },
13839
- },
13840
13397
  deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
13841
13398
  deleteActiveStatuses: {
13842
13399
  __type: "activeStatus_mutation_response",
@@ -14762,20 +14319,6 @@ exports.generatedSchema = {
14762
14319
  on_conflict: "account_on_conflict",
14763
14320
  },
14764
14321
  },
14765
- insertAction: {
14766
- __type: "action",
14767
- __args: {
14768
- object: "action_insert_input!",
14769
- on_conflict: "action_on_conflict",
14770
- },
14771
- },
14772
- insertActions: {
14773
- __type: "action_mutation_response",
14774
- __args: {
14775
- objects: "[action_insert_input!]!",
14776
- on_conflict: "action_on_conflict",
14777
- },
14778
- },
14779
14322
  insertActiveStatus: {
14780
14323
  __type: "activeStatus",
14781
14324
  __args: {
@@ -16518,32 +16061,6 @@ exports.generatedSchema = {
16518
16061
  __type: "account_mutation_response",
16519
16062
  __args: { _set: "account_set_input", where: "account_bool_exp!" },
16520
16063
  },
16521
- updateAction: {
16522
- __type: "action",
16523
- __args: {
16524
- _append: "action_append_input",
16525
- _delete_at_path: "action_delete_at_path_input",
16526
- _delete_elem: "action_delete_elem_input",
16527
- _delete_key: "action_delete_key_input",
16528
- _inc: "action_inc_input",
16529
- _prepend: "action_prepend_input",
16530
- _set: "action_set_input",
16531
- pk_columns: "action_pk_columns_input!",
16532
- },
16533
- },
16534
- updateActions: {
16535
- __type: "action_mutation_response",
16536
- __args: {
16537
- _append: "action_append_input",
16538
- _delete_at_path: "action_delete_at_path_input",
16539
- _delete_elem: "action_delete_elem_input",
16540
- _delete_key: "action_delete_key_input",
16541
- _inc: "action_inc_input",
16542
- _prepend: "action_prepend_input",
16543
- _set: "action_set_input",
16544
- where: "action_bool_exp!",
16545
- },
16546
- },
16547
16064
  updateActiveStatus: {
16548
16065
  __type: "activeStatus",
16549
16066
  __args: {
@@ -17342,10 +16859,6 @@ exports.generatedSchema = {
17342
16859
  __type: "[account_mutation_response]",
17343
16860
  __args: { updates: "[account_updates!]!" },
17344
16861
  },
17345
- updateManyActions: {
17346
- __type: "[action_mutation_response]",
17347
- __args: { updates: "[action_updates!]!" },
17348
- },
17349
16862
  updateManyActiveStatuses: {
17350
16863
  __type: "[activeStatus_mutation_response]",
17351
16864
  __args: { updates: "[activeStatus_updates!]!" },
@@ -24201,17 +23714,6 @@ exports.generatedSchema = {
24201
23714
  where: "account_bool_exp",
24202
23715
  },
24203
23716
  },
24204
- action: { __type: "action", __args: { id: "uuid!" } },
24205
- actions: {
24206
- __type: "[action!]!",
24207
- __args: {
24208
- distinct_on: "[action_select_column!]",
24209
- limit: "Int",
24210
- offset: "Int",
24211
- order_by: "[action_order_by!]",
24212
- where: "action_bool_exp",
24213
- },
24214
- },
24215
23717
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
24216
23718
  activeStatusAggregate: {
24217
23719
  __type: "activeStatus_aggregate!",
@@ -24254,16 +23756,6 @@ exports.generatedSchema = {
24254
23756
  },
24255
23757
  },
24256
23758
  address_by_pk: { __type: "address", __args: { id: "uuid!" } },
24257
- aggregateActions: {
24258
- __type: "action_aggregate!",
24259
- __args: {
24260
- distinct_on: "[action_select_column!]",
24261
- limit: "Int",
24262
- offset: "Int",
24263
- order_by: "[action_order_by!]",
24264
- where: "action_bool_exp",
24265
- },
24266
- },
24267
23759
  app: {
24268
23760
  __type: "[app!]!",
24269
23761
  __args: {
@@ -30928,7 +30420,6 @@ exports.generatedSchema = {
30928
30420
  where: "reservation_bool_exp",
30929
30421
  },
30930
30422
  },
30931
- schema_id: { __type: "uuid" },
30932
30423
  settings: {
30933
30424
  __type: "[setting!]!",
30934
30425
  __args: {
@@ -31141,7 +30632,6 @@ exports.generatedSchema = {
31141
30632
  reservationId: { __type: "uuid_comparison_exp" },
31142
30633
  reservations: { __type: "reservation_bool_exp" },
31143
30634
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
31144
- schema_id: { __type: "uuid_comparison_exp" },
31145
30635
  settings: { __type: "setting_bool_exp" },
31146
30636
  settingsLeft: { __type: "setting_bool_exp" },
31147
30637
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
@@ -31212,7 +30702,6 @@ exports.generatedSchema = {
31212
30702
  reservation: { __type: "reservation_obj_rel_insert_input" },
31213
30703
  reservationId: { __type: "uuid" },
31214
30704
  reservations: { __type: "reservation_arr_rel_insert_input" },
31215
- schema_id: { __type: "uuid" },
31216
30705
  settings: { __type: "setting_arr_rel_insert_input" },
31217
30706
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
31218
30707
  settingsRight: { __type: "setting_arr_rel_insert_input" },
@@ -31244,7 +30733,6 @@ exports.generatedSchema = {
31244
30733
  parentId: { __type: "uuid" },
31245
30734
  remoteId: { __type: "String" },
31246
30735
  reservationId: { __type: "uuid" },
31247
- schema_id: { __type: "uuid" },
31248
30736
  status: { __type: "String" },
31249
30737
  tenantId: { __type: "uuid" },
31250
30738
  transformType: { __type: "String" },
@@ -31267,7 +30755,6 @@ exports.generatedSchema = {
31267
30755
  parentId: { __type: "order_by" },
31268
30756
  remoteId: { __type: "order_by" },
31269
30757
  reservationId: { __type: "order_by" },
31270
- schema_id: { __type: "order_by" },
31271
30758
  status: { __type: "order_by" },
31272
30759
  tenantId: { __type: "order_by" },
31273
30760
  transformType: { __type: "order_by" },
@@ -31291,7 +30778,6 @@ exports.generatedSchema = {
31291
30778
  parentId: { __type: "uuid" },
31292
30779
  remoteId: { __type: "String" },
31293
30780
  reservationId: { __type: "uuid" },
31294
- schema_id: { __type: "uuid" },
31295
30781
  status: { __type: "String" },
31296
30782
  tenantId: { __type: "uuid" },
31297
30783
  transformType: { __type: "String" },
@@ -31314,7 +30800,6 @@ exports.generatedSchema = {
31314
30800
  parentId: { __type: "order_by" },
31315
30801
  remoteId: { __type: "order_by" },
31316
30802
  reservationId: { __type: "order_by" },
31317
- schema_id: { __type: "order_by" },
31318
30803
  status: { __type: "order_by" },
31319
30804
  tenantId: { __type: "order_by" },
31320
30805
  transformType: { __type: "order_by" },
@@ -31373,7 +30858,6 @@ exports.generatedSchema = {
31373
30858
  reservation: { __type: "reservation_order_by" },
31374
30859
  reservationId: { __type: "order_by" },
31375
30860
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
31376
- schema_id: { __type: "order_by" },
31377
30861
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
31378
30862
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
31379
30863
  settings_aggregate: { __type: "setting_aggregate_order_by" },
@@ -31413,7 +30897,6 @@ exports.generatedSchema = {
31413
30897
  parentId: { __type: "uuid" },
31414
30898
  remoteId: { __type: "String" },
31415
30899
  reservationId: { __type: "uuid" },
31416
- schema_id: { __type: "uuid" },
31417
30900
  status: { __type: "String" },
31418
30901
  tenantId: { __type: "uuid" },
31419
30902
  transformJson: { __type: "jsonb" },
@@ -31459,7 +30942,6 @@ exports.generatedSchema = {
31459
30942
  parentId: { __type: "uuid" },
31460
30943
  remoteId: { __type: "String" },
31461
30944
  reservationId: { __type: "uuid" },
31462
- schema_id: { __type: "uuid" },
31463
30945
  status: { __type: "String" },
31464
30946
  tenantId: { __type: "uuid" },
31465
30947
  transformJson: { __type: "jsonb" },
@@ -32691,17 +32173,6 @@ exports.generatedSchema = {
32691
32173
  where: "account_bool_exp",
32692
32174
  },
32693
32175
  },
32694
- action: { __type: "action", __args: { id: "uuid!" } },
32695
- actions: {
32696
- __type: "[action!]!",
32697
- __args: {
32698
- distinct_on: "[action_select_column!]",
32699
- limit: "Int",
32700
- offset: "Int",
32701
- order_by: "[action_order_by!]",
32702
- where: "action_bool_exp",
32703
- },
32704
- },
32705
32176
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
32706
32177
  activeStatusAggregate: {
32707
32178
  __type: "activeStatus_aggregate!",
@@ -32760,16 +32231,6 @@ exports.generatedSchema = {
32760
32231
  where: "address_bool_exp",
32761
32232
  },
32762
32233
  },
32763
- aggregateActions: {
32764
- __type: "action_aggregate!",
32765
- __args: {
32766
- distinct_on: "[action_select_column!]",
32767
- limit: "Int",
32768
- offset: "Int",
32769
- order_by: "[action_order_by!]",
32770
- where: "action_bool_exp",
32771
- },
32772
- },
32773
32234
  app: {
32774
32235
  __type: "[app!]!",
32775
32236
  __args: {
@@ -35742,14 +35203,6 @@ exports.generatedSchema = {
35742
35203
  where: "store_mutation_log_bool_exp",
35743
35204
  },
35744
35205
  },
35745
- streamActions: {
35746
- __type: "[action!]!",
35747
- __args: {
35748
- batch_size: "Int!",
35749
- cursor: "[action_stream_cursor_input]!",
35750
- where: "action_bool_exp",
35751
- },
35752
- },
35753
35206
  sync: { __type: "sync", __args: { id: "uuid!" } },
35754
35207
  syncAggregate: {
35755
35208
  __type: "sync_aggregate!",
@@ -37751,6 +37204,7 @@ exports.generatedSchema = {
37751
37204
  billingPlan: { __type: "String" },
37752
37205
  billingSubscriptionStatus: { __type: "String" },
37753
37206
  billing_address_id: { __type: "uuid" },
37207
+ calculatedAnalyticsBillingStatus: { __type: "String" },
37754
37208
  calculatedBillingPartner: { __type: "tenant" },
37755
37209
  calculatedBillingPartnerId: { __type: "uuid" },
37756
37210
  calculatedIsBillable: { __type: "Boolean" },
@@ -38383,6 +37837,7 @@ exports.generatedSchema = {
38383
37837
  billingPlan: { __type: "String_comparison_exp" },
38384
37838
  billingSubscriptionStatus: { __type: "String_comparison_exp" },
38385
37839
  billing_address_id: { __type: "uuid_comparison_exp" },
37840
+ calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" },
38386
37841
  calculatedBillingPartner: { __type: "tenant_bool_exp" },
38387
37842
  calculatedBillingPartnerId: { __type: "uuid_comparison_exp" },
38388
37843
  calculatedIsBillable: { __type: "Boolean_comparison_exp" },
@@ -38602,6 +38057,7 @@ exports.generatedSchema = {
38602
38057
  billingPlan: { __type: "String" },
38603
38058
  billingSubscriptionStatus: { __type: "String" },
38604
38059
  billing_address_id: { __type: "uuid" },
38060
+ calculatedAnalyticsBillingStatus: { __type: "String" },
38605
38061
  calculatedBillingPartnerId: { __type: "uuid" },
38606
38062
  calculatedStatus: { __type: "String" },
38607
38063
  cancelledAt: { __type: "date" },
@@ -38683,6 +38139,7 @@ exports.generatedSchema = {
38683
38139
  billingPlan: { __type: "String" },
38684
38140
  billingSubscriptionStatus: { __type: "String" },
38685
38141
  billing_address_id: { __type: "uuid" },
38142
+ calculatedAnalyticsBillingStatus: { __type: "String" },
38686
38143
  calculatedBillingPartnerId: { __type: "uuid" },
38687
38144
  calculatedStatus: { __type: "String" },
38688
38145
  cancelledAt: { __type: "date" },
@@ -38784,6 +38241,7 @@ exports.generatedSchema = {
38784
38241
  billingPlan: { __type: "order_by" },
38785
38242
  billingSubscriptionStatus: { __type: "order_by" },
38786
38243
  billing_address_id: { __type: "order_by" },
38244
+ calculatedAnalyticsBillingStatus: { __type: "order_by" },
38787
38245
  calculatedBillingPartner: { __type: "tenant_order_by" },
38788
38246
  calculatedBillingPartnerId: { __type: "order_by" },
38789
38247
  calculatedIsBillable: { __type: "order_by" },