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