@vrplatform/graphql 1.1.1 → 1.1.2

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,6 +47,11 @@ 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,
50
55
  activeStatus_constraint: true,
51
56
  activeStatus_enum: true,
52
57
  activeStatus_select_column: true,
@@ -144,9 +149,6 @@ export const scalarsEnumsHash = {
144
149
  core_change_source_link_constraint: true,
145
150
  core_change_source_link_select_column: true,
146
151
  core_change_source_link_update_column: true,
147
- csv_line_constraint: true,
148
- csv_line_select_column: true,
149
- csv_line_update_column: true,
150
152
  currency_constraint: true,
151
153
  currency_enum: true,
152
154
  currency_select_column: true,
@@ -2196,6 +2198,511 @@ export const generatedSchema = {
2196
2198
  _set: { __type: "account_set_input" },
2197
2199
  where: { __type: "account_bool_exp!" },
2198
2200
  },
2201
+ action: {
2202
+ __typename: { __type: "String!" },
2203
+ appId: { __type: "String" },
2204
+ automationId: { __type: "uuid" },
2205
+ changes: {
2206
+ __type: "[change!]!",
2207
+ __args: {
2208
+ distinct_on: "[change_select_column!]",
2209
+ limit: "Int",
2210
+ offset: "Int",
2211
+ order_by: "[change_order_by!]",
2212
+ where: "change_bool_exp",
2213
+ },
2214
+ },
2215
+ changes_aggregate: {
2216
+ __type: "change_aggregate!",
2217
+ __args: {
2218
+ distinct_on: "[change_select_column!]",
2219
+ limit: "Int",
2220
+ offset: "Int",
2221
+ order_by: "[change_order_by!]",
2222
+ where: "change_bool_exp",
2223
+ },
2224
+ },
2225
+ connection: { __type: "connection" },
2226
+ connectionId: { __type: "uuid" },
2227
+ createdAt: { __type: "timestamptz" },
2228
+ id: { __type: "uuid!" },
2229
+ inputJson: { __type: "jsonb", __args: { path: "String" } },
2230
+ isCurrent: { __type: "Boolean" },
2231
+ jobId: { __type: "uuid" },
2232
+ jobIndex: { __type: "Int" },
2233
+ jobPageId: { __type: "uuid" },
2234
+ jobPlanId: { __type: "uuid" },
2235
+ objectId: { __type: "uuid" },
2236
+ opId: { __type: "uuid" },
2237
+ outputJson: { __type: "jsonb", __args: { path: "String" } },
2238
+ previousActions: {
2239
+ __type: "[action!]!",
2240
+ __args: {
2241
+ distinct_on: "[action_select_column!]",
2242
+ limit: "Int",
2243
+ offset: "Int",
2244
+ order_by: "[action_order_by!]",
2245
+ where: "action_bool_exp",
2246
+ },
2247
+ },
2248
+ previousActions3: {
2249
+ __type: "[action!]!",
2250
+ __args: {
2251
+ distinct_on: "[action_select_column!]",
2252
+ limit: "Int",
2253
+ offset: "Int",
2254
+ order_by: "[action_order_by!]",
2255
+ where: "action_bool_exp",
2256
+ },
2257
+ },
2258
+ previousActions3_aggregate: {
2259
+ __type: "action_aggregate!",
2260
+ __args: {
2261
+ distinct_on: "[action_select_column!]",
2262
+ limit: "Int",
2263
+ offset: "Int",
2264
+ order_by: "[action_order_by!]",
2265
+ where: "action_bool_exp",
2266
+ },
2267
+ },
2268
+ previousActionsByType: {
2269
+ __type: "[action!]!",
2270
+ __args: {
2271
+ distinct_on: "[action_select_column!]",
2272
+ limit: "Int",
2273
+ offset: "Int",
2274
+ order_by: "[action_order_by!]",
2275
+ where: "action_bool_exp",
2276
+ },
2277
+ },
2278
+ previousActionsByType_aggregate: {
2279
+ __type: "action_aggregate!",
2280
+ __args: {
2281
+ distinct_on: "[action_select_column!]",
2282
+ limit: "Int",
2283
+ offset: "Int",
2284
+ order_by: "[action_order_by!]",
2285
+ where: "action_bool_exp",
2286
+ },
2287
+ },
2288
+ previousActions_aggregate: {
2289
+ __type: "action_aggregate!",
2290
+ __args: {
2291
+ distinct_on: "[action_select_column!]",
2292
+ limit: "Int",
2293
+ offset: "Int",
2294
+ order_by: "[action_order_by!]",
2295
+ where: "action_bool_exp",
2296
+ },
2297
+ },
2298
+ refs: { __type: "jsonb", __args: { path: "String" } },
2299
+ schemaId: { __type: "uuid" },
2300
+ source: { __type: "source" },
2301
+ sourceId: { __type: "uuid" },
2302
+ status: { __type: "String" },
2303
+ tenant: { __type: "tenant" },
2304
+ tenantId: { __type: "uuid" },
2305
+ title: { __type: "String" },
2306
+ type: { __type: "String" },
2307
+ uniqueRef: { __type: "String" },
2308
+ updatedAt: { __type: "timestamptz" },
2309
+ },
2310
+ action_aggregate: {
2311
+ __typename: { __type: "String!" },
2312
+ aggregate: { __type: "action_aggregate_fields" },
2313
+ nodes: { __type: "[action!]!" },
2314
+ },
2315
+ action_aggregate_bool_exp: {
2316
+ bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
2317
+ bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
2318
+ count: { __type: "action_aggregate_bool_exp_count" },
2319
+ },
2320
+ action_aggregate_bool_exp_bool_and: {
2321
+ arguments: {
2322
+ __type: "action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
2323
+ },
2324
+ distinct: { __type: "Boolean" },
2325
+ filter: { __type: "action_bool_exp" },
2326
+ predicate: { __type: "Boolean_comparison_exp!" },
2327
+ },
2328
+ action_aggregate_bool_exp_bool_or: {
2329
+ arguments: {
2330
+ __type: "action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
2331
+ },
2332
+ distinct: { __type: "Boolean" },
2333
+ filter: { __type: "action_bool_exp" },
2334
+ predicate: { __type: "Boolean_comparison_exp!" },
2335
+ },
2336
+ action_aggregate_bool_exp_count: {
2337
+ arguments: { __type: "[action_select_column!]" },
2338
+ distinct: { __type: "Boolean" },
2339
+ filter: { __type: "action_bool_exp" },
2340
+ predicate: { __type: "Int_comparison_exp!" },
2341
+ },
2342
+ action_aggregate_fields: {
2343
+ __typename: { __type: "String!" },
2344
+ avg: { __type: "action_avg_fields" },
2345
+ count: {
2346
+ __type: "Int!",
2347
+ __args: { columns: "[action_select_column!]", distinct: "Boolean" },
2348
+ },
2349
+ max: { __type: "action_max_fields" },
2350
+ min: { __type: "action_min_fields" },
2351
+ stddev: { __type: "action_stddev_fields" },
2352
+ stddev_pop: { __type: "action_stddev_pop_fields" },
2353
+ stddev_samp: { __type: "action_stddev_samp_fields" },
2354
+ sum: { __type: "action_sum_fields" },
2355
+ var_pop: { __type: "action_var_pop_fields" },
2356
+ var_samp: { __type: "action_var_samp_fields" },
2357
+ variance: { __type: "action_variance_fields" },
2358
+ },
2359
+ action_aggregate_order_by: {
2360
+ avg: { __type: "action_avg_order_by" },
2361
+ count: { __type: "order_by" },
2362
+ max: { __type: "action_max_order_by" },
2363
+ min: { __type: "action_min_order_by" },
2364
+ stddev: { __type: "action_stddev_order_by" },
2365
+ stddev_pop: { __type: "action_stddev_pop_order_by" },
2366
+ stddev_samp: { __type: "action_stddev_samp_order_by" },
2367
+ sum: { __type: "action_sum_order_by" },
2368
+ var_pop: { __type: "action_var_pop_order_by" },
2369
+ var_samp: { __type: "action_var_samp_order_by" },
2370
+ variance: { __type: "action_variance_order_by" },
2371
+ },
2372
+ action_append_input: {
2373
+ inputJson: { __type: "jsonb" },
2374
+ outputJson: { __type: "jsonb" },
2375
+ refs: { __type: "jsonb" },
2376
+ },
2377
+ action_arr_rel_insert_input: {
2378
+ data: { __type: "[action_insert_input!]!" },
2379
+ on_conflict: { __type: "action_on_conflict" },
2380
+ },
2381
+ action_avg_fields: {
2382
+ __typename: { __type: "String!" },
2383
+ jobIndex: { __type: "Float" },
2384
+ },
2385
+ action_avg_order_by: { jobIndex: { __type: "order_by" } },
2386
+ action_bool_exp: {
2387
+ _and: { __type: "[action_bool_exp!]" },
2388
+ _not: { __type: "action_bool_exp" },
2389
+ _or: { __type: "[action_bool_exp!]" },
2390
+ appId: { __type: "String_comparison_exp" },
2391
+ automationId: { __type: "uuid_comparison_exp" },
2392
+ changes: { __type: "change_bool_exp" },
2393
+ changes_aggregate: { __type: "change_aggregate_bool_exp" },
2394
+ connection: { __type: "connection_bool_exp" },
2395
+ connectionId: { __type: "uuid_comparison_exp" },
2396
+ createdAt: { __type: "timestamptz_comparison_exp" },
2397
+ id: { __type: "uuid_comparison_exp" },
2398
+ inputJson: { __type: "jsonb_comparison_exp" },
2399
+ isCurrent: { __type: "Boolean_comparison_exp" },
2400
+ jobId: { __type: "uuid_comparison_exp" },
2401
+ jobIndex: { __type: "Int_comparison_exp" },
2402
+ jobPageId: { __type: "uuid_comparison_exp" },
2403
+ jobPlanId: { __type: "uuid_comparison_exp" },
2404
+ objectId: { __type: "uuid_comparison_exp" },
2405
+ opId: { __type: "uuid_comparison_exp" },
2406
+ outputJson: { __type: "jsonb_comparison_exp" },
2407
+ previousActions: { __type: "action_bool_exp" },
2408
+ previousActions3: { __type: "action_bool_exp" },
2409
+ previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
2410
+ previousActionsByType: { __type: "action_bool_exp" },
2411
+ previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2412
+ previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
2413
+ refs: { __type: "jsonb_comparison_exp" },
2414
+ schemaId: { __type: "uuid_comparison_exp" },
2415
+ source: { __type: "source_bool_exp" },
2416
+ sourceId: { __type: "uuid_comparison_exp" },
2417
+ status: { __type: "String_comparison_exp" },
2418
+ tenant: { __type: "tenant_bool_exp" },
2419
+ tenantId: { __type: "uuid_comparison_exp" },
2420
+ title: { __type: "String_comparison_exp" },
2421
+ type: { __type: "String_comparison_exp" },
2422
+ uniqueRef: { __type: "String_comparison_exp" },
2423
+ updatedAt: { __type: "timestamptz_comparison_exp" },
2424
+ },
2425
+ action_delete_at_path_input: {
2426
+ inputJson: { __type: "[String!]" },
2427
+ outputJson: { __type: "[String!]" },
2428
+ refs: { __type: "[String!]" },
2429
+ },
2430
+ action_delete_elem_input: {
2431
+ inputJson: { __type: "Int" },
2432
+ outputJson: { __type: "Int" },
2433
+ refs: { __type: "Int" },
2434
+ },
2435
+ action_delete_key_input: {
2436
+ inputJson: { __type: "String" },
2437
+ outputJson: { __type: "String" },
2438
+ refs: { __type: "String" },
2439
+ },
2440
+ action_inc_input: { jobIndex: { __type: "Int" } },
2441
+ action_insert_input: {
2442
+ appId: { __type: "String" },
2443
+ automationId: { __type: "uuid" },
2444
+ changes: { __type: "change_arr_rel_insert_input" },
2445
+ connection: { __type: "connection_obj_rel_insert_input" },
2446
+ connectionId: { __type: "uuid" },
2447
+ createdAt: { __type: "timestamptz" },
2448
+ id: { __type: "uuid" },
2449
+ inputJson: { __type: "jsonb" },
2450
+ isCurrent: { __type: "Boolean" },
2451
+ jobId: { __type: "uuid" },
2452
+ jobIndex: { __type: "Int" },
2453
+ jobPageId: { __type: "uuid" },
2454
+ jobPlanId: { __type: "uuid" },
2455
+ objectId: { __type: "uuid" },
2456
+ opId: { __type: "uuid" },
2457
+ outputJson: { __type: "jsonb" },
2458
+ previousActions: { __type: "action_arr_rel_insert_input" },
2459
+ previousActions3: { __type: "action_arr_rel_insert_input" },
2460
+ previousActionsByType: { __type: "action_arr_rel_insert_input" },
2461
+ refs: { __type: "jsonb" },
2462
+ schemaId: { __type: "uuid" },
2463
+ source: { __type: "source_obj_rel_insert_input" },
2464
+ sourceId: { __type: "uuid" },
2465
+ status: { __type: "String" },
2466
+ tenant: { __type: "tenant_obj_rel_insert_input" },
2467
+ tenantId: { __type: "uuid" },
2468
+ title: { __type: "String" },
2469
+ type: { __type: "String" },
2470
+ uniqueRef: { __type: "String" },
2471
+ updatedAt: { __type: "timestamptz" },
2472
+ },
2473
+ action_max_fields: {
2474
+ __typename: { __type: "String!" },
2475
+ appId: { __type: "String" },
2476
+ automationId: { __type: "uuid" },
2477
+ connectionId: { __type: "uuid" },
2478
+ createdAt: { __type: "timestamptz" },
2479
+ id: { __type: "uuid" },
2480
+ jobId: { __type: "uuid" },
2481
+ jobIndex: { __type: "Int" },
2482
+ jobPageId: { __type: "uuid" },
2483
+ jobPlanId: { __type: "uuid" },
2484
+ objectId: { __type: "uuid" },
2485
+ opId: { __type: "uuid" },
2486
+ schemaId: { __type: "uuid" },
2487
+ sourceId: { __type: "uuid" },
2488
+ status: { __type: "String" },
2489
+ tenantId: { __type: "uuid" },
2490
+ title: { __type: "String" },
2491
+ type: { __type: "String" },
2492
+ uniqueRef: { __type: "String" },
2493
+ updatedAt: { __type: "timestamptz" },
2494
+ },
2495
+ action_max_order_by: {
2496
+ appId: { __type: "order_by" },
2497
+ automationId: { __type: "order_by" },
2498
+ connectionId: { __type: "order_by" },
2499
+ createdAt: { __type: "order_by" },
2500
+ id: { __type: "order_by" },
2501
+ jobId: { __type: "order_by" },
2502
+ jobIndex: { __type: "order_by" },
2503
+ jobPageId: { __type: "order_by" },
2504
+ jobPlanId: { __type: "order_by" },
2505
+ objectId: { __type: "order_by" },
2506
+ opId: { __type: "order_by" },
2507
+ schemaId: { __type: "order_by" },
2508
+ sourceId: { __type: "order_by" },
2509
+ status: { __type: "order_by" },
2510
+ tenantId: { __type: "order_by" },
2511
+ title: { __type: "order_by" },
2512
+ type: { __type: "order_by" },
2513
+ uniqueRef: { __type: "order_by" },
2514
+ updatedAt: { __type: "order_by" },
2515
+ },
2516
+ action_min_fields: {
2517
+ __typename: { __type: "String!" },
2518
+ appId: { __type: "String" },
2519
+ automationId: { __type: "uuid" },
2520
+ connectionId: { __type: "uuid" },
2521
+ createdAt: { __type: "timestamptz" },
2522
+ id: { __type: "uuid" },
2523
+ jobId: { __type: "uuid" },
2524
+ jobIndex: { __type: "Int" },
2525
+ jobPageId: { __type: "uuid" },
2526
+ jobPlanId: { __type: "uuid" },
2527
+ objectId: { __type: "uuid" },
2528
+ opId: { __type: "uuid" },
2529
+ schemaId: { __type: "uuid" },
2530
+ sourceId: { __type: "uuid" },
2531
+ status: { __type: "String" },
2532
+ tenantId: { __type: "uuid" },
2533
+ title: { __type: "String" },
2534
+ type: { __type: "String" },
2535
+ uniqueRef: { __type: "String" },
2536
+ updatedAt: { __type: "timestamptz" },
2537
+ },
2538
+ action_min_order_by: {
2539
+ appId: { __type: "order_by" },
2540
+ automationId: { __type: "order_by" },
2541
+ connectionId: { __type: "order_by" },
2542
+ createdAt: { __type: "order_by" },
2543
+ id: { __type: "order_by" },
2544
+ jobId: { __type: "order_by" },
2545
+ jobIndex: { __type: "order_by" },
2546
+ jobPageId: { __type: "order_by" },
2547
+ jobPlanId: { __type: "order_by" },
2548
+ objectId: { __type: "order_by" },
2549
+ opId: { __type: "order_by" },
2550
+ schemaId: { __type: "order_by" },
2551
+ sourceId: { __type: "order_by" },
2552
+ status: { __type: "order_by" },
2553
+ tenantId: { __type: "order_by" },
2554
+ title: { __type: "order_by" },
2555
+ type: { __type: "order_by" },
2556
+ uniqueRef: { __type: "order_by" },
2557
+ updatedAt: { __type: "order_by" },
2558
+ },
2559
+ action_mutation_response: {
2560
+ __typename: { __type: "String!" },
2561
+ affected_rows: { __type: "Int!" },
2562
+ returning: { __type: "[action!]!" },
2563
+ },
2564
+ action_on_conflict: {
2565
+ constraint: { __type: "action_constraint!" },
2566
+ update_columns: { __type: "[action_update_column!]!" },
2567
+ where: { __type: "action_bool_exp" },
2568
+ },
2569
+ action_order_by: {
2570
+ appId: { __type: "order_by" },
2571
+ automationId: { __type: "order_by" },
2572
+ changes_aggregate: { __type: "change_aggregate_order_by" },
2573
+ connection: { __type: "connection_order_by" },
2574
+ connectionId: { __type: "order_by" },
2575
+ createdAt: { __type: "order_by" },
2576
+ id: { __type: "order_by" },
2577
+ inputJson: { __type: "order_by" },
2578
+ isCurrent: { __type: "order_by" },
2579
+ jobId: { __type: "order_by" },
2580
+ jobIndex: { __type: "order_by" },
2581
+ jobPageId: { __type: "order_by" },
2582
+ jobPlanId: { __type: "order_by" },
2583
+ objectId: { __type: "order_by" },
2584
+ opId: { __type: "order_by" },
2585
+ outputJson: { __type: "order_by" },
2586
+ previousActions3_aggregate: { __type: "action_aggregate_order_by" },
2587
+ previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2588
+ previousActions_aggregate: { __type: "action_aggregate_order_by" },
2589
+ refs: { __type: "order_by" },
2590
+ schemaId: { __type: "order_by" },
2591
+ source: { __type: "source_order_by" },
2592
+ sourceId: { __type: "order_by" },
2593
+ status: { __type: "order_by" },
2594
+ tenant: { __type: "tenant_order_by" },
2595
+ tenantId: { __type: "order_by" },
2596
+ title: { __type: "order_by" },
2597
+ type: { __type: "order_by" },
2598
+ uniqueRef: { __type: "order_by" },
2599
+ updatedAt: { __type: "order_by" },
2600
+ },
2601
+ action_pk_columns_input: { id: { __type: "uuid!" } },
2602
+ action_prepend_input: {
2603
+ inputJson: { __type: "jsonb" },
2604
+ outputJson: { __type: "jsonb" },
2605
+ refs: { __type: "jsonb" },
2606
+ },
2607
+ action_set_input: {
2608
+ appId: { __type: "String" },
2609
+ automationId: { __type: "uuid" },
2610
+ connectionId: { __type: "uuid" },
2611
+ createdAt: { __type: "timestamptz" },
2612
+ id: { __type: "uuid" },
2613
+ inputJson: { __type: "jsonb" },
2614
+ isCurrent: { __type: "Boolean" },
2615
+ jobId: { __type: "uuid" },
2616
+ jobIndex: { __type: "Int" },
2617
+ jobPageId: { __type: "uuid" },
2618
+ jobPlanId: { __type: "uuid" },
2619
+ objectId: { __type: "uuid" },
2620
+ opId: { __type: "uuid" },
2621
+ outputJson: { __type: "jsonb" },
2622
+ refs: { __type: "jsonb" },
2623
+ schemaId: { __type: "uuid" },
2624
+ sourceId: { __type: "uuid" },
2625
+ status: { __type: "String" },
2626
+ tenantId: { __type: "uuid" },
2627
+ title: { __type: "String" },
2628
+ type: { __type: "String" },
2629
+ uniqueRef: { __type: "String" },
2630
+ updatedAt: { __type: "timestamptz" },
2631
+ },
2632
+ action_stddev_fields: {
2633
+ __typename: { __type: "String!" },
2634
+ jobIndex: { __type: "Float" },
2635
+ },
2636
+ action_stddev_order_by: { jobIndex: { __type: "order_by" } },
2637
+ action_stddev_pop_fields: {
2638
+ __typename: { __type: "String!" },
2639
+ jobIndex: { __type: "Float" },
2640
+ },
2641
+ action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
2642
+ action_stddev_samp_fields: {
2643
+ __typename: { __type: "String!" },
2644
+ jobIndex: { __type: "Float" },
2645
+ },
2646
+ action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
2647
+ action_stream_cursor_input: {
2648
+ initial_value: { __type: "action_stream_cursor_value_input!" },
2649
+ ordering: { __type: "cursor_ordering" },
2650
+ },
2651
+ action_stream_cursor_value_input: {
2652
+ appId: { __type: "String" },
2653
+ automationId: { __type: "uuid" },
2654
+ connectionId: { __type: "uuid" },
2655
+ createdAt: { __type: "timestamptz" },
2656
+ id: { __type: "uuid" },
2657
+ inputJson: { __type: "jsonb" },
2658
+ isCurrent: { __type: "Boolean" },
2659
+ jobId: { __type: "uuid" },
2660
+ jobIndex: { __type: "Int" },
2661
+ jobPageId: { __type: "uuid" },
2662
+ jobPlanId: { __type: "uuid" },
2663
+ objectId: { __type: "uuid" },
2664
+ opId: { __type: "uuid" },
2665
+ outputJson: { __type: "jsonb" },
2666
+ refs: { __type: "jsonb" },
2667
+ schemaId: { __type: "uuid" },
2668
+ sourceId: { __type: "uuid" },
2669
+ status: { __type: "String" },
2670
+ tenantId: { __type: "uuid" },
2671
+ title: { __type: "String" },
2672
+ type: { __type: "String" },
2673
+ uniqueRef: { __type: "String" },
2674
+ updatedAt: { __type: "timestamptz" },
2675
+ },
2676
+ action_sum_fields: {
2677
+ __typename: { __type: "String!" },
2678
+ jobIndex: { __type: "Int" },
2679
+ },
2680
+ action_sum_order_by: { jobIndex: { __type: "order_by" } },
2681
+ action_updates: {
2682
+ _append: { __type: "action_append_input" },
2683
+ _delete_at_path: { __type: "action_delete_at_path_input" },
2684
+ _delete_elem: { __type: "action_delete_elem_input" },
2685
+ _delete_key: { __type: "action_delete_key_input" },
2686
+ _inc: { __type: "action_inc_input" },
2687
+ _prepend: { __type: "action_prepend_input" },
2688
+ _set: { __type: "action_set_input" },
2689
+ where: { __type: "action_bool_exp!" },
2690
+ },
2691
+ action_var_pop_fields: {
2692
+ __typename: { __type: "String!" },
2693
+ jobIndex: { __type: "Float" },
2694
+ },
2695
+ action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
2696
+ action_var_samp_fields: {
2697
+ __typename: { __type: "String!" },
2698
+ jobIndex: { __type: "Float" },
2699
+ },
2700
+ action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
2701
+ action_variance_fields: {
2702
+ __typename: { __type: "String!" },
2703
+ jobIndex: { __type: "Float" },
2704
+ },
2705
+ action_variance_order_by: { jobIndex: { __type: "order_by" } },
2199
2706
  activeStatus: {
2200
2707
  __typename: { __type: "String!" },
2201
2708
  name: { __type: "String!" },
@@ -6186,26 +6693,6 @@ export const generatedSchema = {
6186
6693
  },
6187
6694
  createdAt: { __type: "timestamptz!" },
6188
6695
  credentials: { __type: "jsonb", __args: { path: "String" } },
6189
- csvLines: {
6190
- __type: "[csv_line!]!",
6191
- __args: {
6192
- distinct_on: "[csv_line_select_column!]",
6193
- limit: "Int",
6194
- offset: "Int",
6195
- order_by: "[csv_line_order_by!]",
6196
- where: "csv_line_bool_exp",
6197
- },
6198
- },
6199
- csvLines_aggregate: {
6200
- __type: "csv_line_aggregate!",
6201
- __args: {
6202
- distinct_on: "[csv_line_select_column!]",
6203
- limit: "Int",
6204
- offset: "Int",
6205
- order_by: "[csv_line_order_by!]",
6206
- where: "csv_line_bool_exp",
6207
- },
6208
- },
6209
6696
  disabled: { __type: "Boolean" },
6210
6697
  fetchNext: { __type: "timestamptz" },
6211
6698
  fetchStatus: { __type: "syncStatus_enum!" },
@@ -6538,8 +7025,6 @@ export const generatedSchema = {
6538
7025
  changes_aggregate: { __type: "change_aggregate_bool_exp" },
6539
7026
  createdAt: { __type: "timestamptz_comparison_exp" },
6540
7027
  credentials: { __type: "jsonb_comparison_exp" },
6541
- csvLines: { __type: "csv_line_bool_exp" },
6542
- csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
6543
7028
  disabled: { __type: "Boolean_comparison_exp" },
6544
7029
  fetchNext: { __type: "timestamptz_comparison_exp" },
6545
7030
  fetchStatus: { __type: "syncStatus_enum_comparison_exp" },
@@ -6609,7 +7094,6 @@ export const generatedSchema = {
6609
7094
  changes: { __type: "change_arr_rel_insert_input" },
6610
7095
  createdAt: { __type: "timestamptz" },
6611
7096
  credentials: { __type: "jsonb" },
6612
- csvLines: { __type: "csv_line_arr_rel_insert_input" },
6613
7097
  disabled: { __type: "Boolean" },
6614
7098
  fetchNext: { __type: "timestamptz" },
6615
7099
  fetchStatus: { __type: "syncStatus_enum" },
@@ -6727,7 +7211,6 @@ export const generatedSchema = {
6727
7211
  changes_aggregate: { __type: "change_aggregate_order_by" },
6728
7212
  createdAt: { __type: "order_by" },
6729
7213
  credentials: { __type: "order_by" },
6730
- csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
6731
7214
  disabled: { __type: "order_by" },
6732
7215
  fetchNext: { __type: "order_by" },
6733
7216
  fetchStatus: { __type: "order_by" },
@@ -7583,299 +8066,6 @@ export const generatedSchema = {
7583
8066
  _set: { __type: "core_change_source_link_set_input" },
7584
8067
  where: { __type: "core_change_source_link_bool_exp!" },
7585
8068
  },
7586
- csv_line: {
7587
- __typename: { __type: "String!" },
7588
- connection: { __type: "connection!" },
7589
- connectionId: { __type: "uuid!" },
7590
- createdAt: { __type: "timestamptz" },
7591
- csv: { __type: "String!" },
7592
- date: { __type: "timestamptz!" },
7593
- file: { __type: "file_storage" },
7594
- fileId: { __type: "uuid" },
7595
- fileUniqueRef: { __type: "String" },
7596
- headers: { __type: "String" },
7597
- id: { __type: "uuid!" },
7598
- index: { __type: "Int" },
7599
- json: { __type: "jsonb", __args: { path: "String" } },
7600
- tenant: { __type: "tenant!" },
7601
- tenantId: { __type: "uuid!" },
7602
- type: { __type: "String!" },
7603
- uniqueRef: { __type: "String!" },
7604
- updatedAt: { __type: "timestamptz" },
7605
- },
7606
- csv_line_aggregate: {
7607
- __typename: { __type: "String!" },
7608
- aggregate: { __type: "csv_line_aggregate_fields" },
7609
- nodes: { __type: "[csv_line!]!" },
7610
- },
7611
- csv_line_aggregate_bool_exp: {
7612
- count: { __type: "csv_line_aggregate_bool_exp_count" },
7613
- },
7614
- csv_line_aggregate_bool_exp_count: {
7615
- arguments: { __type: "[csv_line_select_column!]" },
7616
- distinct: { __type: "Boolean" },
7617
- filter: { __type: "csv_line_bool_exp" },
7618
- predicate: { __type: "Int_comparison_exp!" },
7619
- },
7620
- csv_line_aggregate_fields: {
7621
- __typename: { __type: "String!" },
7622
- avg: { __type: "csv_line_avg_fields" },
7623
- count: {
7624
- __type: "Int!",
7625
- __args: { columns: "[csv_line_select_column!]", distinct: "Boolean" },
7626
- },
7627
- max: { __type: "csv_line_max_fields" },
7628
- min: { __type: "csv_line_min_fields" },
7629
- stddev: { __type: "csv_line_stddev_fields" },
7630
- stddev_pop: { __type: "csv_line_stddev_pop_fields" },
7631
- stddev_samp: { __type: "csv_line_stddev_samp_fields" },
7632
- sum: { __type: "csv_line_sum_fields" },
7633
- var_pop: { __type: "csv_line_var_pop_fields" },
7634
- var_samp: { __type: "csv_line_var_samp_fields" },
7635
- variance: { __type: "csv_line_variance_fields" },
7636
- },
7637
- csv_line_aggregate_order_by: {
7638
- avg: { __type: "csv_line_avg_order_by" },
7639
- count: { __type: "order_by" },
7640
- max: { __type: "csv_line_max_order_by" },
7641
- min: { __type: "csv_line_min_order_by" },
7642
- stddev: { __type: "csv_line_stddev_order_by" },
7643
- stddev_pop: { __type: "csv_line_stddev_pop_order_by" },
7644
- stddev_samp: { __type: "csv_line_stddev_samp_order_by" },
7645
- sum: { __type: "csv_line_sum_order_by" },
7646
- var_pop: { __type: "csv_line_var_pop_order_by" },
7647
- var_samp: { __type: "csv_line_var_samp_order_by" },
7648
- variance: { __type: "csv_line_variance_order_by" },
7649
- },
7650
- csv_line_append_input: { json: { __type: "jsonb" } },
7651
- csv_line_arr_rel_insert_input: {
7652
- data: { __type: "[csv_line_insert_input!]!" },
7653
- on_conflict: { __type: "csv_line_on_conflict" },
7654
- },
7655
- csv_line_avg_fields: {
7656
- __typename: { __type: "String!" },
7657
- index: { __type: "Float" },
7658
- },
7659
- csv_line_avg_order_by: { index: { __type: "order_by" } },
7660
- csv_line_bool_exp: {
7661
- _and: { __type: "[csv_line_bool_exp!]" },
7662
- _not: { __type: "csv_line_bool_exp" },
7663
- _or: { __type: "[csv_line_bool_exp!]" },
7664
- connection: { __type: "connection_bool_exp" },
7665
- connectionId: { __type: "uuid_comparison_exp" },
7666
- createdAt: { __type: "timestamptz_comparison_exp" },
7667
- csv: { __type: "String_comparison_exp" },
7668
- date: { __type: "timestamptz_comparison_exp" },
7669
- file: { __type: "file_storage_bool_exp" },
7670
- fileId: { __type: "uuid_comparison_exp" },
7671
- fileUniqueRef: { __type: "String_comparison_exp" },
7672
- headers: { __type: "String_comparison_exp" },
7673
- id: { __type: "uuid_comparison_exp" },
7674
- index: { __type: "Int_comparison_exp" },
7675
- json: { __type: "jsonb_comparison_exp" },
7676
- tenant: { __type: "tenant_bool_exp" },
7677
- tenantId: { __type: "uuid_comparison_exp" },
7678
- type: { __type: "String_comparison_exp" },
7679
- uniqueRef: { __type: "String_comparison_exp" },
7680
- updatedAt: { __type: "timestamptz_comparison_exp" },
7681
- },
7682
- csv_line_delete_at_path_input: { json: { __type: "[String!]" } },
7683
- csv_line_delete_elem_input: { json: { __type: "Int" } },
7684
- csv_line_delete_key_input: { json: { __type: "String" } },
7685
- csv_line_inc_input: { index: { __type: "Int" } },
7686
- csv_line_insert_input: {
7687
- connection: { __type: "connection_obj_rel_insert_input" },
7688
- connectionId: { __type: "uuid" },
7689
- createdAt: { __type: "timestamptz" },
7690
- csv: { __type: "String" },
7691
- date: { __type: "timestamptz" },
7692
- file: { __type: "file_storage_obj_rel_insert_input" },
7693
- fileId: { __type: "uuid" },
7694
- fileUniqueRef: { __type: "String" },
7695
- headers: { __type: "String" },
7696
- id: { __type: "uuid" },
7697
- index: { __type: "Int" },
7698
- json: { __type: "jsonb" },
7699
- tenant: { __type: "tenant_obj_rel_insert_input" },
7700
- tenantId: { __type: "uuid" },
7701
- type: { __type: "String" },
7702
- uniqueRef: { __type: "String" },
7703
- updatedAt: { __type: "timestamptz" },
7704
- },
7705
- csv_line_max_fields: {
7706
- __typename: { __type: "String!" },
7707
- connectionId: { __type: "uuid" },
7708
- createdAt: { __type: "timestamptz" },
7709
- csv: { __type: "String" },
7710
- date: { __type: "timestamptz" },
7711
- fileId: { __type: "uuid" },
7712
- fileUniqueRef: { __type: "String" },
7713
- headers: { __type: "String" },
7714
- id: { __type: "uuid" },
7715
- index: { __type: "Int" },
7716
- tenantId: { __type: "uuid" },
7717
- type: { __type: "String" },
7718
- uniqueRef: { __type: "String" },
7719
- updatedAt: { __type: "timestamptz" },
7720
- },
7721
- csv_line_max_order_by: {
7722
- connectionId: { __type: "order_by" },
7723
- createdAt: { __type: "order_by" },
7724
- csv: { __type: "order_by" },
7725
- date: { __type: "order_by" },
7726
- fileId: { __type: "order_by" },
7727
- fileUniqueRef: { __type: "order_by" },
7728
- headers: { __type: "order_by" },
7729
- id: { __type: "order_by" },
7730
- index: { __type: "order_by" },
7731
- tenantId: { __type: "order_by" },
7732
- type: { __type: "order_by" },
7733
- uniqueRef: { __type: "order_by" },
7734
- updatedAt: { __type: "order_by" },
7735
- },
7736
- csv_line_min_fields: {
7737
- __typename: { __type: "String!" },
7738
- connectionId: { __type: "uuid" },
7739
- createdAt: { __type: "timestamptz" },
7740
- csv: { __type: "String" },
7741
- date: { __type: "timestamptz" },
7742
- fileId: { __type: "uuid" },
7743
- fileUniqueRef: { __type: "String" },
7744
- headers: { __type: "String" },
7745
- id: { __type: "uuid" },
7746
- index: { __type: "Int" },
7747
- tenantId: { __type: "uuid" },
7748
- type: { __type: "String" },
7749
- uniqueRef: { __type: "String" },
7750
- updatedAt: { __type: "timestamptz" },
7751
- },
7752
- csv_line_min_order_by: {
7753
- connectionId: { __type: "order_by" },
7754
- createdAt: { __type: "order_by" },
7755
- csv: { __type: "order_by" },
7756
- date: { __type: "order_by" },
7757
- fileId: { __type: "order_by" },
7758
- fileUniqueRef: { __type: "order_by" },
7759
- headers: { __type: "order_by" },
7760
- id: { __type: "order_by" },
7761
- index: { __type: "order_by" },
7762
- tenantId: { __type: "order_by" },
7763
- type: { __type: "order_by" },
7764
- uniqueRef: { __type: "order_by" },
7765
- updatedAt: { __type: "order_by" },
7766
- },
7767
- csv_line_mutation_response: {
7768
- __typename: { __type: "String!" },
7769
- affected_rows: { __type: "Int!" },
7770
- returning: { __type: "[csv_line!]!" },
7771
- },
7772
- csv_line_on_conflict: {
7773
- constraint: { __type: "csv_line_constraint!" },
7774
- update_columns: { __type: "[csv_line_update_column!]!" },
7775
- where: { __type: "csv_line_bool_exp" },
7776
- },
7777
- csv_line_order_by: {
7778
- connection: { __type: "connection_order_by" },
7779
- connectionId: { __type: "order_by" },
7780
- createdAt: { __type: "order_by" },
7781
- csv: { __type: "order_by" },
7782
- date: { __type: "order_by" },
7783
- file: { __type: "file_storage_order_by" },
7784
- fileId: { __type: "order_by" },
7785
- fileUniqueRef: { __type: "order_by" },
7786
- headers: { __type: "order_by" },
7787
- id: { __type: "order_by" },
7788
- index: { __type: "order_by" },
7789
- json: { __type: "order_by" },
7790
- tenant: { __type: "tenant_order_by" },
7791
- tenantId: { __type: "order_by" },
7792
- type: { __type: "order_by" },
7793
- uniqueRef: { __type: "order_by" },
7794
- updatedAt: { __type: "order_by" },
7795
- },
7796
- csv_line_pk_columns_input: { id: { __type: "uuid!" } },
7797
- csv_line_prepend_input: { json: { __type: "jsonb" } },
7798
- csv_line_set_input: {
7799
- connectionId: { __type: "uuid" },
7800
- createdAt: { __type: "timestamptz" },
7801
- csv: { __type: "String" },
7802
- date: { __type: "timestamptz" },
7803
- fileId: { __type: "uuid" },
7804
- fileUniqueRef: { __type: "String" },
7805
- headers: { __type: "String" },
7806
- id: { __type: "uuid" },
7807
- index: { __type: "Int" },
7808
- json: { __type: "jsonb" },
7809
- tenantId: { __type: "uuid" },
7810
- type: { __type: "String" },
7811
- uniqueRef: { __type: "String" },
7812
- updatedAt: { __type: "timestamptz" },
7813
- },
7814
- csv_line_stddev_fields: {
7815
- __typename: { __type: "String!" },
7816
- index: { __type: "Float" },
7817
- },
7818
- csv_line_stddev_order_by: { index: { __type: "order_by" } },
7819
- csv_line_stddev_pop_fields: {
7820
- __typename: { __type: "String!" },
7821
- index: { __type: "Float" },
7822
- },
7823
- csv_line_stddev_pop_order_by: { index: { __type: "order_by" } },
7824
- csv_line_stddev_samp_fields: {
7825
- __typename: { __type: "String!" },
7826
- index: { __type: "Float" },
7827
- },
7828
- csv_line_stddev_samp_order_by: { index: { __type: "order_by" } },
7829
- csv_line_stream_cursor_input: {
7830
- initial_value: { __type: "csv_line_stream_cursor_value_input!" },
7831
- ordering: { __type: "cursor_ordering" },
7832
- },
7833
- csv_line_stream_cursor_value_input: {
7834
- connectionId: { __type: "uuid" },
7835
- createdAt: { __type: "timestamptz" },
7836
- csv: { __type: "String" },
7837
- date: { __type: "timestamptz" },
7838
- fileId: { __type: "uuid" },
7839
- fileUniqueRef: { __type: "String" },
7840
- headers: { __type: "String" },
7841
- id: { __type: "uuid" },
7842
- index: { __type: "Int" },
7843
- json: { __type: "jsonb" },
7844
- tenantId: { __type: "uuid" },
7845
- type: { __type: "String" },
7846
- uniqueRef: { __type: "String" },
7847
- updatedAt: { __type: "timestamptz" },
7848
- },
7849
- csv_line_sum_fields: {
7850
- __typename: { __type: "String!" },
7851
- index: { __type: "Int" },
7852
- },
7853
- csv_line_sum_order_by: { index: { __type: "order_by" } },
7854
- csv_line_updates: {
7855
- _append: { __type: "csv_line_append_input" },
7856
- _delete_at_path: { __type: "csv_line_delete_at_path_input" },
7857
- _delete_elem: { __type: "csv_line_delete_elem_input" },
7858
- _delete_key: { __type: "csv_line_delete_key_input" },
7859
- _inc: { __type: "csv_line_inc_input" },
7860
- _prepend: { __type: "csv_line_prepend_input" },
7861
- _set: { __type: "csv_line_set_input" },
7862
- where: { __type: "csv_line_bool_exp!" },
7863
- },
7864
- csv_line_var_pop_fields: {
7865
- __typename: { __type: "String!" },
7866
- index: { __type: "Float" },
7867
- },
7868
- csv_line_var_pop_order_by: { index: { __type: "order_by" } },
7869
- csv_line_var_samp_fields: {
7870
- __typename: { __type: "String!" },
7871
- index: { __type: "Float" },
7872
- },
7873
- csv_line_var_samp_order_by: { index: { __type: "order_by" } },
7874
- csv_line_variance_fields: {
7875
- __typename: { __type: "String!" },
7876
- index: { __type: "Float" },
7877
- },
7878
- csv_line_variance_order_by: { index: { __type: "order_by" } },
7879
8069
  currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
7880
8070
  currency_aggregate: {
7881
8071
  __typename: { __type: "String!" },
@@ -13931,6 +14121,11 @@ export const generatedSchema = {
13931
14121
  __type: "account_mutation_response",
13932
14122
  __args: { where: "account_bool_exp!" },
13933
14123
  },
14124
+ deleteAction: { __type: "action", __args: { id: "uuid!" } },
14125
+ deleteActions: {
14126
+ __type: "action_mutation_response",
14127
+ __args: { where: "action_bool_exp!" },
14128
+ },
13934
14129
  deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
13935
14130
  deleteActiveStatuses: {
13936
14131
  __type: "activeStatus_mutation_response",
@@ -14060,11 +14255,6 @@ export const generatedSchema = {
14060
14255
  __type: "contact_mutation_response",
14061
14256
  __args: { where: "contact_bool_exp!" },
14062
14257
  },
14063
- deleteCsvLine: { __type: "csv_line", __args: { id: "uuid!" } },
14064
- deleteCsvLines: {
14065
- __type: "csv_line_mutation_response",
14066
- __args: { where: "csv_line_bool_exp!" },
14067
- },
14068
14258
  deleteEmailTemplate: { __type: "emailTemplate", __args: { id: "uuid!" } },
14069
14259
  deleteEmailTemplateType: {
14070
14260
  __type: "emailTemplateType",
@@ -14866,6 +15056,20 @@ export const generatedSchema = {
14866
15056
  on_conflict: "account_on_conflict",
14867
15057
  },
14868
15058
  },
15059
+ insertAction: {
15060
+ __type: "action",
15061
+ __args: {
15062
+ object: "action_insert_input!",
15063
+ on_conflict: "action_on_conflict",
15064
+ },
15065
+ },
15066
+ insertActions: {
15067
+ __type: "action_mutation_response",
15068
+ __args: {
15069
+ objects: "[action_insert_input!]!",
15070
+ on_conflict: "action_on_conflict",
15071
+ },
15072
+ },
14869
15073
  insertActiveStatus: {
14870
15074
  __type: "activeStatus",
14871
15075
  __args: {
@@ -15146,20 +15350,6 @@ export const generatedSchema = {
15146
15350
  on_conflict: "contact_on_conflict",
15147
15351
  },
15148
15352
  },
15149
- insertCsvLine: {
15150
- __type: "csv_line",
15151
- __args: {
15152
- object: "csv_line_insert_input!",
15153
- on_conflict: "csv_line_on_conflict",
15154
- },
15155
- },
15156
- insertCsvLines: {
15157
- __type: "csv_line_mutation_response",
15158
- __args: {
15159
- objects: "[csv_line_insert_input!]!",
15160
- on_conflict: "csv_line_on_conflict",
15161
- },
15162
- },
15163
15353
  insertEmailTemplate: {
15164
15354
  __type: "emailTemplate",
15165
15355
  __args: {
@@ -16636,6 +16826,32 @@ export const generatedSchema = {
16636
16826
  __type: "account_mutation_response",
16637
16827
  __args: { _set: "account_set_input", where: "account_bool_exp!" },
16638
16828
  },
16829
+ updateAction: {
16830
+ __type: "action",
16831
+ __args: {
16832
+ _append: "action_append_input",
16833
+ _delete_at_path: "action_delete_at_path_input",
16834
+ _delete_elem: "action_delete_elem_input",
16835
+ _delete_key: "action_delete_key_input",
16836
+ _inc: "action_inc_input",
16837
+ _prepend: "action_prepend_input",
16838
+ _set: "action_set_input",
16839
+ pk_columns: "action_pk_columns_input!",
16840
+ },
16841
+ },
16842
+ updateActions: {
16843
+ __type: "action_mutation_response",
16844
+ __args: {
16845
+ _append: "action_append_input",
16846
+ _delete_at_path: "action_delete_at_path_input",
16847
+ _delete_elem: "action_delete_elem_input",
16848
+ _delete_key: "action_delete_key_input",
16849
+ _inc: "action_inc_input",
16850
+ _prepend: "action_prepend_input",
16851
+ _set: "action_set_input",
16852
+ where: "action_bool_exp!",
16853
+ },
16854
+ },
16639
16855
  updateActiveStatus: {
16640
16856
  __type: "activeStatus",
16641
16857
  __args: {
@@ -17000,36 +17216,6 @@ export const generatedSchema = {
17000
17216
  where: "contact_bool_exp!",
17001
17217
  },
17002
17218
  },
17003
- updateCsvLine: {
17004
- __type: "csv_line",
17005
- __args: {
17006
- _append: "csv_line_append_input",
17007
- _delete_at_path: "csv_line_delete_at_path_input",
17008
- _delete_elem: "csv_line_delete_elem_input",
17009
- _delete_key: "csv_line_delete_key_input",
17010
- _inc: "csv_line_inc_input",
17011
- _prepend: "csv_line_prepend_input",
17012
- _set: "csv_line_set_input",
17013
- pk_columns: "csv_line_pk_columns_input!",
17014
- },
17015
- },
17016
- updateCsvLineBatch: {
17017
- __type: "[csv_line_mutation_response]",
17018
- __args: { updates: "[csv_line_updates!]!" },
17019
- },
17020
- updateCsvLines: {
17021
- __type: "csv_line_mutation_response",
17022
- __args: {
17023
- _append: "csv_line_append_input",
17024
- _delete_at_path: "csv_line_delete_at_path_input",
17025
- _delete_elem: "csv_line_delete_elem_input",
17026
- _delete_key: "csv_line_delete_key_input",
17027
- _inc: "csv_line_inc_input",
17028
- _prepend: "csv_line_prepend_input",
17029
- _set: "csv_line_set_input",
17030
- where: "csv_line_bool_exp!",
17031
- },
17032
- },
17033
17219
  updateEmailTemplate: {
17034
17220
  __type: "emailTemplate",
17035
17221
  __args: {
@@ -17464,6 +17650,10 @@ export const generatedSchema = {
17464
17650
  __type: "[account_mutation_response]",
17465
17651
  __args: { updates: "[account_updates!]!" },
17466
17652
  },
17653
+ updateManyActions: {
17654
+ __type: "[action_mutation_response]",
17655
+ __args: { updates: "[action_updates!]!" },
17656
+ },
17467
17657
  updateManyActiveStatuses: {
17468
17658
  __type: "[activeStatus_mutation_response]",
17469
17659
  __args: { updates: "[activeStatus_updates!]!" },
@@ -24268,6 +24458,17 @@ export const generatedSchema = {
24268
24458
  where: "account_bool_exp",
24269
24459
  },
24270
24460
  },
24461
+ action: { __type: "action", __args: { id: "uuid!" } },
24462
+ actions: {
24463
+ __type: "[action!]!",
24464
+ __args: {
24465
+ distinct_on: "[action_select_column!]",
24466
+ limit: "Int",
24467
+ offset: "Int",
24468
+ order_by: "[action_order_by!]",
24469
+ where: "action_bool_exp",
24470
+ },
24471
+ },
24271
24472
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
24272
24473
  activeStatusAggregate: {
24273
24474
  __type: "activeStatus_aggregate!",
@@ -24310,6 +24511,16 @@ export const generatedSchema = {
24310
24511
  },
24311
24512
  },
24312
24513
  address_by_pk: { __type: "address", __args: { id: "uuid!" } },
24514
+ aggregateActions: {
24515
+ __type: "action_aggregate!",
24516
+ __args: {
24517
+ distinct_on: "[action_select_column!]",
24518
+ limit: "Int",
24519
+ offset: "Int",
24520
+ order_by: "[action_order_by!]",
24521
+ where: "action_bool_exp",
24522
+ },
24523
+ },
24313
24524
  app: {
24314
24525
  __type: "[app!]!",
24315
24526
  __args: {
@@ -24852,27 +25063,6 @@ export const generatedSchema = {
24852
25063
  __type: "core_change_source_link",
24853
25064
  __args: { id: "uuid!" },
24854
25065
  },
24855
- csvLine: { __type: "csv_line", __args: { id: "uuid!" } },
24856
- csvLineAggregate: {
24857
- __type: "csv_line_aggregate!",
24858
- __args: {
24859
- distinct_on: "[csv_line_select_column!]",
24860
- limit: "Int",
24861
- offset: "Int",
24862
- order_by: "[csv_line_order_by!]",
24863
- where: "csv_line_bool_exp",
24864
- },
24865
- },
24866
- csvLines: {
24867
- __type: "[csv_line!]!",
24868
- __args: {
24869
- distinct_on: "[csv_line_select_column!]",
24870
- limit: "Int",
24871
- offset: "Int",
24872
- order_by: "[csv_line_order_by!]",
24873
- where: "csv_line_bool_exp",
24874
- },
24875
- },
24876
25066
  currency: {
24877
25067
  __type: "[currency!]!",
24878
25068
  __args: {
@@ -32779,6 +32969,17 @@ export const generatedSchema = {
32779
32969
  where: "account_bool_exp",
32780
32970
  },
32781
32971
  },
32972
+ action: { __type: "action", __args: { id: "uuid!" } },
32973
+ actions: {
32974
+ __type: "[action!]!",
32975
+ __args: {
32976
+ distinct_on: "[action_select_column!]",
32977
+ limit: "Int",
32978
+ offset: "Int",
32979
+ order_by: "[action_order_by!]",
32980
+ where: "action_bool_exp",
32981
+ },
32982
+ },
32782
32983
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
32783
32984
  activeStatusAggregate: {
32784
32985
  __type: "activeStatus_aggregate!",
@@ -32837,6 +33038,16 @@ export const generatedSchema = {
32837
33038
  where: "address_bool_exp",
32838
33039
  },
32839
33040
  },
33041
+ aggregateActions: {
33042
+ __type: "action_aggregate!",
33043
+ __args: {
33044
+ distinct_on: "[action_select_column!]",
33045
+ limit: "Int",
33046
+ offset: "Int",
33047
+ order_by: "[action_order_by!]",
33048
+ where: "action_bool_exp",
33049
+ },
33050
+ },
32840
33051
  app: {
32841
33052
  __type: "[app!]!",
32842
33053
  __args: {
@@ -33571,35 +33782,6 @@ export const generatedSchema = {
33571
33782
  where: "core_change_source_link_bool_exp",
33572
33783
  },
33573
33784
  },
33574
- csvLine: { __type: "csv_line", __args: { id: "uuid!" } },
33575
- csvLineAggregate: {
33576
- __type: "csv_line_aggregate!",
33577
- __args: {
33578
- distinct_on: "[csv_line_select_column!]",
33579
- limit: "Int",
33580
- offset: "Int",
33581
- order_by: "[csv_line_order_by!]",
33582
- where: "csv_line_bool_exp",
33583
- },
33584
- },
33585
- csvLineStream: {
33586
- __type: "[csv_line!]!",
33587
- __args: {
33588
- batch_size: "Int!",
33589
- cursor: "[csv_line_stream_cursor_input]!",
33590
- where: "csv_line_bool_exp",
33591
- },
33592
- },
33593
- csvLines: {
33594
- __type: "[csv_line!]!",
33595
- __args: {
33596
- distinct_on: "[csv_line_select_column!]",
33597
- limit: "Int",
33598
- offset: "Int",
33599
- order_by: "[csv_line_order_by!]",
33600
- where: "csv_line_bool_exp",
33601
- },
33602
- },
33603
33785
  currency: {
33604
33786
  __type: "[currency!]!",
33605
33787
  __args: {
@@ -35867,6 +36049,14 @@ export const generatedSchema = {
35867
36049
  where: "store_mutation_log_bool_exp",
35868
36050
  },
35869
36051
  },
36052
+ streamActions: {
36053
+ __type: "[action!]!",
36054
+ __args: {
36055
+ batch_size: "Int!",
36056
+ cursor: "[action_stream_cursor_input]!",
36057
+ where: "action_bool_exp",
36058
+ },
36059
+ },
35870
36060
  sync: { __type: "sync", __args: { id: "uuid!" } },
35871
36061
  syncAggregate: {
35872
36062
  __type: "sync_aggregate!",
@@ -37941,26 +38131,6 @@ export const generatedSchema = {
37941
38131
  },
37942
38132
  },
37943
38133
  createdAt: { __type: "timestamptz!" },
37944
- csvLines: {
37945
- __type: "[csv_line!]!",
37946
- __args: {
37947
- distinct_on: "[csv_line_select_column!]",
37948
- limit: "Int",
37949
- offset: "Int",
37950
- order_by: "[csv_line_order_by!]",
37951
- where: "csv_line_bool_exp",
37952
- },
37953
- },
37954
- csvLines_aggregate: {
37955
- __type: "csv_line_aggregate!",
37956
- __args: {
37957
- distinct_on: "[csv_line_select_column!]",
37958
- limit: "Int",
37959
- offset: "Int",
37960
- order_by: "[csv_line_order_by!]",
37961
- where: "csv_line_bool_exp",
37962
- },
37963
- },
37964
38134
  defaultCurrency: { __type: "currency_enum" },
37965
38135
  defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
37966
38136
  email: { __type: "String" },
@@ -38539,8 +38709,6 @@ export const generatedSchema = {
38539
38709
  connections: { __type: "connection_bool_exp" },
38540
38710
  connections_aggregate: { __type: "connection_aggregate_bool_exp" },
38541
38711
  createdAt: { __type: "timestamptz_comparison_exp" },
38542
- csvLines: { __type: "csv_line_bool_exp" },
38543
- csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
38544
38712
  defaultCurrency: { __type: "currency_enum_comparison_exp" },
38545
38713
  defaultRevenueRecognition: {
38546
38714
  __type: "accountReservationRevRec_enum_comparison_exp",
@@ -38676,7 +38844,6 @@ export const generatedSchema = {
38676
38844
  companyTaxCode: { __type: "String" },
38677
38845
  connections: { __type: "connection_arr_rel_insert_input" },
38678
38846
  createdAt: { __type: "timestamptz" },
38679
- csvLines: { __type: "csv_line_arr_rel_insert_input" },
38680
38847
  defaultCurrency: { __type: "currency_enum" },
38681
38848
  defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
38682
38849
  email: { __type: "String" },
@@ -38940,7 +39107,6 @@ export const generatedSchema = {
38940
39107
  companyTaxCode: { __type: "order_by" },
38941
39108
  connections_aggregate: { __type: "connection_aggregate_order_by" },
38942
39109
  createdAt: { __type: "order_by" },
38943
- csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
38944
39110
  defaultCurrency: { __type: "order_by" },
38945
39111
  defaultRevenueRecognition: { __type: "order_by" },
38946
39112
  email: { __type: "order_by" },