@vrplatform/graphql 1.1.1 → 1.1.3

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,
@@ -187,7 +189,6 @@ export const scalarsEnumsHash = {
187
189
  file_storage_tag_select_column: true,
188
190
  file_storage_tag_update_column: true,
189
191
  file_storage_update_column: true,
190
- float8: true,
191
192
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
192
193
  issueDuplicatedPaymentsReturnType_enum_name: true,
193
194
  issueMessageOverwrite_constraint: true,
@@ -247,9 +248,6 @@ export const scalarsEnumsHash = {
247
248
  listing_status_select_column: true,
248
249
  listing_status_update_column: true,
249
250
  listing_update_column: true,
250
- metric_constraint: true,
251
- metric_select_column: true,
252
- metric_update_column: true,
253
251
  metricsActiveListingCreatedReturnType_enum_name: true,
254
252
  metricsBankRecordBalancesReturnType_enum_name: true,
255
253
  metricsCurrenciesReturnType_enum_name: true,
@@ -2196,6 +2194,511 @@ export const generatedSchema = {
2196
2194
  _set: { __type: "account_set_input" },
2197
2195
  where: { __type: "account_bool_exp!" },
2198
2196
  },
2197
+ action: {
2198
+ __typename: { __type: "String!" },
2199
+ appId: { __type: "String" },
2200
+ automationId: { __type: "uuid" },
2201
+ changes: {
2202
+ __type: "[change!]!",
2203
+ __args: {
2204
+ distinct_on: "[change_select_column!]",
2205
+ limit: "Int",
2206
+ offset: "Int",
2207
+ order_by: "[change_order_by!]",
2208
+ where: "change_bool_exp",
2209
+ },
2210
+ },
2211
+ changes_aggregate: {
2212
+ __type: "change_aggregate!",
2213
+ __args: {
2214
+ distinct_on: "[change_select_column!]",
2215
+ limit: "Int",
2216
+ offset: "Int",
2217
+ order_by: "[change_order_by!]",
2218
+ where: "change_bool_exp",
2219
+ },
2220
+ },
2221
+ connection: { __type: "connection" },
2222
+ connectionId: { __type: "uuid" },
2223
+ createdAt: { __type: "timestamptz" },
2224
+ id: { __type: "uuid!" },
2225
+ inputJson: { __type: "jsonb", __args: { path: "String" } },
2226
+ isCurrent: { __type: "Boolean" },
2227
+ jobId: { __type: "uuid" },
2228
+ jobIndex: { __type: "Int" },
2229
+ jobPageId: { __type: "uuid" },
2230
+ jobPlanId: { __type: "uuid" },
2231
+ objectId: { __type: "uuid" },
2232
+ opId: { __type: "uuid" },
2233
+ outputJson: { __type: "jsonb", __args: { path: "String" } },
2234
+ previousActions: {
2235
+ __type: "[action!]!",
2236
+ __args: {
2237
+ distinct_on: "[action_select_column!]",
2238
+ limit: "Int",
2239
+ offset: "Int",
2240
+ order_by: "[action_order_by!]",
2241
+ where: "action_bool_exp",
2242
+ },
2243
+ },
2244
+ previousActions3: {
2245
+ __type: "[action!]!",
2246
+ __args: {
2247
+ distinct_on: "[action_select_column!]",
2248
+ limit: "Int",
2249
+ offset: "Int",
2250
+ order_by: "[action_order_by!]",
2251
+ where: "action_bool_exp",
2252
+ },
2253
+ },
2254
+ previousActions3_aggregate: {
2255
+ __type: "action_aggregate!",
2256
+ __args: {
2257
+ distinct_on: "[action_select_column!]",
2258
+ limit: "Int",
2259
+ offset: "Int",
2260
+ order_by: "[action_order_by!]",
2261
+ where: "action_bool_exp",
2262
+ },
2263
+ },
2264
+ previousActionsByType: {
2265
+ __type: "[action!]!",
2266
+ __args: {
2267
+ distinct_on: "[action_select_column!]",
2268
+ limit: "Int",
2269
+ offset: "Int",
2270
+ order_by: "[action_order_by!]",
2271
+ where: "action_bool_exp",
2272
+ },
2273
+ },
2274
+ previousActionsByType_aggregate: {
2275
+ __type: "action_aggregate!",
2276
+ __args: {
2277
+ distinct_on: "[action_select_column!]",
2278
+ limit: "Int",
2279
+ offset: "Int",
2280
+ order_by: "[action_order_by!]",
2281
+ where: "action_bool_exp",
2282
+ },
2283
+ },
2284
+ previousActions_aggregate: {
2285
+ __type: "action_aggregate!",
2286
+ __args: {
2287
+ distinct_on: "[action_select_column!]",
2288
+ limit: "Int",
2289
+ offset: "Int",
2290
+ order_by: "[action_order_by!]",
2291
+ where: "action_bool_exp",
2292
+ },
2293
+ },
2294
+ refs: { __type: "jsonb", __args: { path: "String" } },
2295
+ schemaId: { __type: "uuid" },
2296
+ source: { __type: "source" },
2297
+ sourceId: { __type: "uuid" },
2298
+ status: { __type: "String" },
2299
+ tenant: { __type: "tenant" },
2300
+ tenantId: { __type: "uuid" },
2301
+ title: { __type: "String" },
2302
+ type: { __type: "String" },
2303
+ uniqueRef: { __type: "String" },
2304
+ updatedAt: { __type: "timestamptz" },
2305
+ },
2306
+ action_aggregate: {
2307
+ __typename: { __type: "String!" },
2308
+ aggregate: { __type: "action_aggregate_fields" },
2309
+ nodes: { __type: "[action!]!" },
2310
+ },
2311
+ action_aggregate_bool_exp: {
2312
+ bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
2313
+ bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
2314
+ count: { __type: "action_aggregate_bool_exp_count" },
2315
+ },
2316
+ action_aggregate_bool_exp_bool_and: {
2317
+ arguments: {
2318
+ __type: "action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
2319
+ },
2320
+ distinct: { __type: "Boolean" },
2321
+ filter: { __type: "action_bool_exp" },
2322
+ predicate: { __type: "Boolean_comparison_exp!" },
2323
+ },
2324
+ action_aggregate_bool_exp_bool_or: {
2325
+ arguments: {
2326
+ __type: "action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
2327
+ },
2328
+ distinct: { __type: "Boolean" },
2329
+ filter: { __type: "action_bool_exp" },
2330
+ predicate: { __type: "Boolean_comparison_exp!" },
2331
+ },
2332
+ action_aggregate_bool_exp_count: {
2333
+ arguments: { __type: "[action_select_column!]" },
2334
+ distinct: { __type: "Boolean" },
2335
+ filter: { __type: "action_bool_exp" },
2336
+ predicate: { __type: "Int_comparison_exp!" },
2337
+ },
2338
+ action_aggregate_fields: {
2339
+ __typename: { __type: "String!" },
2340
+ avg: { __type: "action_avg_fields" },
2341
+ count: {
2342
+ __type: "Int!",
2343
+ __args: { columns: "[action_select_column!]", distinct: "Boolean" },
2344
+ },
2345
+ max: { __type: "action_max_fields" },
2346
+ min: { __type: "action_min_fields" },
2347
+ stddev: { __type: "action_stddev_fields" },
2348
+ stddev_pop: { __type: "action_stddev_pop_fields" },
2349
+ stddev_samp: { __type: "action_stddev_samp_fields" },
2350
+ sum: { __type: "action_sum_fields" },
2351
+ var_pop: { __type: "action_var_pop_fields" },
2352
+ var_samp: { __type: "action_var_samp_fields" },
2353
+ variance: { __type: "action_variance_fields" },
2354
+ },
2355
+ action_aggregate_order_by: {
2356
+ avg: { __type: "action_avg_order_by" },
2357
+ count: { __type: "order_by" },
2358
+ max: { __type: "action_max_order_by" },
2359
+ min: { __type: "action_min_order_by" },
2360
+ stddev: { __type: "action_stddev_order_by" },
2361
+ stddev_pop: { __type: "action_stddev_pop_order_by" },
2362
+ stddev_samp: { __type: "action_stddev_samp_order_by" },
2363
+ sum: { __type: "action_sum_order_by" },
2364
+ var_pop: { __type: "action_var_pop_order_by" },
2365
+ var_samp: { __type: "action_var_samp_order_by" },
2366
+ variance: { __type: "action_variance_order_by" },
2367
+ },
2368
+ action_append_input: {
2369
+ inputJson: { __type: "jsonb" },
2370
+ outputJson: { __type: "jsonb" },
2371
+ refs: { __type: "jsonb" },
2372
+ },
2373
+ action_arr_rel_insert_input: {
2374
+ data: { __type: "[action_insert_input!]!" },
2375
+ on_conflict: { __type: "action_on_conflict" },
2376
+ },
2377
+ action_avg_fields: {
2378
+ __typename: { __type: "String!" },
2379
+ jobIndex: { __type: "Float" },
2380
+ },
2381
+ action_avg_order_by: { jobIndex: { __type: "order_by" } },
2382
+ action_bool_exp: {
2383
+ _and: { __type: "[action_bool_exp!]" },
2384
+ _not: { __type: "action_bool_exp" },
2385
+ _or: { __type: "[action_bool_exp!]" },
2386
+ appId: { __type: "String_comparison_exp" },
2387
+ automationId: { __type: "uuid_comparison_exp" },
2388
+ changes: { __type: "change_bool_exp" },
2389
+ changes_aggregate: { __type: "change_aggregate_bool_exp" },
2390
+ connection: { __type: "connection_bool_exp" },
2391
+ connectionId: { __type: "uuid_comparison_exp" },
2392
+ createdAt: { __type: "timestamptz_comparison_exp" },
2393
+ id: { __type: "uuid_comparison_exp" },
2394
+ inputJson: { __type: "jsonb_comparison_exp" },
2395
+ isCurrent: { __type: "Boolean_comparison_exp" },
2396
+ jobId: { __type: "uuid_comparison_exp" },
2397
+ jobIndex: { __type: "Int_comparison_exp" },
2398
+ jobPageId: { __type: "uuid_comparison_exp" },
2399
+ jobPlanId: { __type: "uuid_comparison_exp" },
2400
+ objectId: { __type: "uuid_comparison_exp" },
2401
+ opId: { __type: "uuid_comparison_exp" },
2402
+ outputJson: { __type: "jsonb_comparison_exp" },
2403
+ previousActions: { __type: "action_bool_exp" },
2404
+ previousActions3: { __type: "action_bool_exp" },
2405
+ previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
2406
+ previousActionsByType: { __type: "action_bool_exp" },
2407
+ previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2408
+ previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
2409
+ refs: { __type: "jsonb_comparison_exp" },
2410
+ schemaId: { __type: "uuid_comparison_exp" },
2411
+ source: { __type: "source_bool_exp" },
2412
+ sourceId: { __type: "uuid_comparison_exp" },
2413
+ status: { __type: "String_comparison_exp" },
2414
+ tenant: { __type: "tenant_bool_exp" },
2415
+ tenantId: { __type: "uuid_comparison_exp" },
2416
+ title: { __type: "String_comparison_exp" },
2417
+ type: { __type: "String_comparison_exp" },
2418
+ uniqueRef: { __type: "String_comparison_exp" },
2419
+ updatedAt: { __type: "timestamptz_comparison_exp" },
2420
+ },
2421
+ action_delete_at_path_input: {
2422
+ inputJson: { __type: "[String!]" },
2423
+ outputJson: { __type: "[String!]" },
2424
+ refs: { __type: "[String!]" },
2425
+ },
2426
+ action_delete_elem_input: {
2427
+ inputJson: { __type: "Int" },
2428
+ outputJson: { __type: "Int" },
2429
+ refs: { __type: "Int" },
2430
+ },
2431
+ action_delete_key_input: {
2432
+ inputJson: { __type: "String" },
2433
+ outputJson: { __type: "String" },
2434
+ refs: { __type: "String" },
2435
+ },
2436
+ action_inc_input: { jobIndex: { __type: "Int" } },
2437
+ action_insert_input: {
2438
+ appId: { __type: "String" },
2439
+ automationId: { __type: "uuid" },
2440
+ changes: { __type: "change_arr_rel_insert_input" },
2441
+ connection: { __type: "connection_obj_rel_insert_input" },
2442
+ connectionId: { __type: "uuid" },
2443
+ createdAt: { __type: "timestamptz" },
2444
+ id: { __type: "uuid" },
2445
+ inputJson: { __type: "jsonb" },
2446
+ isCurrent: { __type: "Boolean" },
2447
+ jobId: { __type: "uuid" },
2448
+ jobIndex: { __type: "Int" },
2449
+ jobPageId: { __type: "uuid" },
2450
+ jobPlanId: { __type: "uuid" },
2451
+ objectId: { __type: "uuid" },
2452
+ opId: { __type: "uuid" },
2453
+ outputJson: { __type: "jsonb" },
2454
+ previousActions: { __type: "action_arr_rel_insert_input" },
2455
+ previousActions3: { __type: "action_arr_rel_insert_input" },
2456
+ previousActionsByType: { __type: "action_arr_rel_insert_input" },
2457
+ refs: { __type: "jsonb" },
2458
+ schemaId: { __type: "uuid" },
2459
+ source: { __type: "source_obj_rel_insert_input" },
2460
+ sourceId: { __type: "uuid" },
2461
+ status: { __type: "String" },
2462
+ tenant: { __type: "tenant_obj_rel_insert_input" },
2463
+ tenantId: { __type: "uuid" },
2464
+ title: { __type: "String" },
2465
+ type: { __type: "String" },
2466
+ uniqueRef: { __type: "String" },
2467
+ updatedAt: { __type: "timestamptz" },
2468
+ },
2469
+ action_max_fields: {
2470
+ __typename: { __type: "String!" },
2471
+ appId: { __type: "String" },
2472
+ automationId: { __type: "uuid" },
2473
+ connectionId: { __type: "uuid" },
2474
+ createdAt: { __type: "timestamptz" },
2475
+ id: { __type: "uuid" },
2476
+ jobId: { __type: "uuid" },
2477
+ jobIndex: { __type: "Int" },
2478
+ jobPageId: { __type: "uuid" },
2479
+ jobPlanId: { __type: "uuid" },
2480
+ objectId: { __type: "uuid" },
2481
+ opId: { __type: "uuid" },
2482
+ schemaId: { __type: "uuid" },
2483
+ sourceId: { __type: "uuid" },
2484
+ status: { __type: "String" },
2485
+ tenantId: { __type: "uuid" },
2486
+ title: { __type: "String" },
2487
+ type: { __type: "String" },
2488
+ uniqueRef: { __type: "String" },
2489
+ updatedAt: { __type: "timestamptz" },
2490
+ },
2491
+ action_max_order_by: {
2492
+ appId: { __type: "order_by" },
2493
+ automationId: { __type: "order_by" },
2494
+ connectionId: { __type: "order_by" },
2495
+ createdAt: { __type: "order_by" },
2496
+ id: { __type: "order_by" },
2497
+ jobId: { __type: "order_by" },
2498
+ jobIndex: { __type: "order_by" },
2499
+ jobPageId: { __type: "order_by" },
2500
+ jobPlanId: { __type: "order_by" },
2501
+ objectId: { __type: "order_by" },
2502
+ opId: { __type: "order_by" },
2503
+ schemaId: { __type: "order_by" },
2504
+ sourceId: { __type: "order_by" },
2505
+ status: { __type: "order_by" },
2506
+ tenantId: { __type: "order_by" },
2507
+ title: { __type: "order_by" },
2508
+ type: { __type: "order_by" },
2509
+ uniqueRef: { __type: "order_by" },
2510
+ updatedAt: { __type: "order_by" },
2511
+ },
2512
+ action_min_fields: {
2513
+ __typename: { __type: "String!" },
2514
+ appId: { __type: "String" },
2515
+ automationId: { __type: "uuid" },
2516
+ connectionId: { __type: "uuid" },
2517
+ createdAt: { __type: "timestamptz" },
2518
+ id: { __type: "uuid" },
2519
+ jobId: { __type: "uuid" },
2520
+ jobIndex: { __type: "Int" },
2521
+ jobPageId: { __type: "uuid" },
2522
+ jobPlanId: { __type: "uuid" },
2523
+ objectId: { __type: "uuid" },
2524
+ opId: { __type: "uuid" },
2525
+ schemaId: { __type: "uuid" },
2526
+ sourceId: { __type: "uuid" },
2527
+ status: { __type: "String" },
2528
+ tenantId: { __type: "uuid" },
2529
+ title: { __type: "String" },
2530
+ type: { __type: "String" },
2531
+ uniqueRef: { __type: "String" },
2532
+ updatedAt: { __type: "timestamptz" },
2533
+ },
2534
+ action_min_order_by: {
2535
+ appId: { __type: "order_by" },
2536
+ automationId: { __type: "order_by" },
2537
+ connectionId: { __type: "order_by" },
2538
+ createdAt: { __type: "order_by" },
2539
+ id: { __type: "order_by" },
2540
+ jobId: { __type: "order_by" },
2541
+ jobIndex: { __type: "order_by" },
2542
+ jobPageId: { __type: "order_by" },
2543
+ jobPlanId: { __type: "order_by" },
2544
+ objectId: { __type: "order_by" },
2545
+ opId: { __type: "order_by" },
2546
+ schemaId: { __type: "order_by" },
2547
+ sourceId: { __type: "order_by" },
2548
+ status: { __type: "order_by" },
2549
+ tenantId: { __type: "order_by" },
2550
+ title: { __type: "order_by" },
2551
+ type: { __type: "order_by" },
2552
+ uniqueRef: { __type: "order_by" },
2553
+ updatedAt: { __type: "order_by" },
2554
+ },
2555
+ action_mutation_response: {
2556
+ __typename: { __type: "String!" },
2557
+ affected_rows: { __type: "Int!" },
2558
+ returning: { __type: "[action!]!" },
2559
+ },
2560
+ action_on_conflict: {
2561
+ constraint: { __type: "action_constraint!" },
2562
+ update_columns: { __type: "[action_update_column!]!" },
2563
+ where: { __type: "action_bool_exp" },
2564
+ },
2565
+ action_order_by: {
2566
+ appId: { __type: "order_by" },
2567
+ automationId: { __type: "order_by" },
2568
+ changes_aggregate: { __type: "change_aggregate_order_by" },
2569
+ connection: { __type: "connection_order_by" },
2570
+ connectionId: { __type: "order_by" },
2571
+ createdAt: { __type: "order_by" },
2572
+ id: { __type: "order_by" },
2573
+ inputJson: { __type: "order_by" },
2574
+ isCurrent: { __type: "order_by" },
2575
+ jobId: { __type: "order_by" },
2576
+ jobIndex: { __type: "order_by" },
2577
+ jobPageId: { __type: "order_by" },
2578
+ jobPlanId: { __type: "order_by" },
2579
+ objectId: { __type: "order_by" },
2580
+ opId: { __type: "order_by" },
2581
+ outputJson: { __type: "order_by" },
2582
+ previousActions3_aggregate: { __type: "action_aggregate_order_by" },
2583
+ previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2584
+ previousActions_aggregate: { __type: "action_aggregate_order_by" },
2585
+ refs: { __type: "order_by" },
2586
+ schemaId: { __type: "order_by" },
2587
+ source: { __type: "source_order_by" },
2588
+ sourceId: { __type: "order_by" },
2589
+ status: { __type: "order_by" },
2590
+ tenant: { __type: "tenant_order_by" },
2591
+ tenantId: { __type: "order_by" },
2592
+ title: { __type: "order_by" },
2593
+ type: { __type: "order_by" },
2594
+ uniqueRef: { __type: "order_by" },
2595
+ updatedAt: { __type: "order_by" },
2596
+ },
2597
+ action_pk_columns_input: { id: { __type: "uuid!" } },
2598
+ action_prepend_input: {
2599
+ inputJson: { __type: "jsonb" },
2600
+ outputJson: { __type: "jsonb" },
2601
+ refs: { __type: "jsonb" },
2602
+ },
2603
+ action_set_input: {
2604
+ appId: { __type: "String" },
2605
+ automationId: { __type: "uuid" },
2606
+ connectionId: { __type: "uuid" },
2607
+ createdAt: { __type: "timestamptz" },
2608
+ id: { __type: "uuid" },
2609
+ inputJson: { __type: "jsonb" },
2610
+ isCurrent: { __type: "Boolean" },
2611
+ jobId: { __type: "uuid" },
2612
+ jobIndex: { __type: "Int" },
2613
+ jobPageId: { __type: "uuid" },
2614
+ jobPlanId: { __type: "uuid" },
2615
+ objectId: { __type: "uuid" },
2616
+ opId: { __type: "uuid" },
2617
+ outputJson: { __type: "jsonb" },
2618
+ refs: { __type: "jsonb" },
2619
+ schemaId: { __type: "uuid" },
2620
+ sourceId: { __type: "uuid" },
2621
+ status: { __type: "String" },
2622
+ tenantId: { __type: "uuid" },
2623
+ title: { __type: "String" },
2624
+ type: { __type: "String" },
2625
+ uniqueRef: { __type: "String" },
2626
+ updatedAt: { __type: "timestamptz" },
2627
+ },
2628
+ action_stddev_fields: {
2629
+ __typename: { __type: "String!" },
2630
+ jobIndex: { __type: "Float" },
2631
+ },
2632
+ action_stddev_order_by: { jobIndex: { __type: "order_by" } },
2633
+ action_stddev_pop_fields: {
2634
+ __typename: { __type: "String!" },
2635
+ jobIndex: { __type: "Float" },
2636
+ },
2637
+ action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
2638
+ action_stddev_samp_fields: {
2639
+ __typename: { __type: "String!" },
2640
+ jobIndex: { __type: "Float" },
2641
+ },
2642
+ action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
2643
+ action_stream_cursor_input: {
2644
+ initial_value: { __type: "action_stream_cursor_value_input!" },
2645
+ ordering: { __type: "cursor_ordering" },
2646
+ },
2647
+ action_stream_cursor_value_input: {
2648
+ appId: { __type: "String" },
2649
+ automationId: { __type: "uuid" },
2650
+ connectionId: { __type: "uuid" },
2651
+ createdAt: { __type: "timestamptz" },
2652
+ id: { __type: "uuid" },
2653
+ inputJson: { __type: "jsonb" },
2654
+ isCurrent: { __type: "Boolean" },
2655
+ jobId: { __type: "uuid" },
2656
+ jobIndex: { __type: "Int" },
2657
+ jobPageId: { __type: "uuid" },
2658
+ jobPlanId: { __type: "uuid" },
2659
+ objectId: { __type: "uuid" },
2660
+ opId: { __type: "uuid" },
2661
+ outputJson: { __type: "jsonb" },
2662
+ refs: { __type: "jsonb" },
2663
+ schemaId: { __type: "uuid" },
2664
+ sourceId: { __type: "uuid" },
2665
+ status: { __type: "String" },
2666
+ tenantId: { __type: "uuid" },
2667
+ title: { __type: "String" },
2668
+ type: { __type: "String" },
2669
+ uniqueRef: { __type: "String" },
2670
+ updatedAt: { __type: "timestamptz" },
2671
+ },
2672
+ action_sum_fields: {
2673
+ __typename: { __type: "String!" },
2674
+ jobIndex: { __type: "Int" },
2675
+ },
2676
+ action_sum_order_by: { jobIndex: { __type: "order_by" } },
2677
+ action_updates: {
2678
+ _append: { __type: "action_append_input" },
2679
+ _delete_at_path: { __type: "action_delete_at_path_input" },
2680
+ _delete_elem: { __type: "action_delete_elem_input" },
2681
+ _delete_key: { __type: "action_delete_key_input" },
2682
+ _inc: { __type: "action_inc_input" },
2683
+ _prepend: { __type: "action_prepend_input" },
2684
+ _set: { __type: "action_set_input" },
2685
+ where: { __type: "action_bool_exp!" },
2686
+ },
2687
+ action_var_pop_fields: {
2688
+ __typename: { __type: "String!" },
2689
+ jobIndex: { __type: "Float" },
2690
+ },
2691
+ action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
2692
+ action_var_samp_fields: {
2693
+ __typename: { __type: "String!" },
2694
+ jobIndex: { __type: "Float" },
2695
+ },
2696
+ action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
2697
+ action_variance_fields: {
2698
+ __typename: { __type: "String!" },
2699
+ jobIndex: { __type: "Float" },
2700
+ },
2701
+ action_variance_order_by: { jobIndex: { __type: "order_by" } },
2199
2702
  activeStatus: {
2200
2703
  __typename: { __type: "String!" },
2201
2704
  name: { __type: "String!" },
@@ -6186,26 +6689,6 @@ export const generatedSchema = {
6186
6689
  },
6187
6690
  createdAt: { __type: "timestamptz!" },
6188
6691
  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
6692
  disabled: { __type: "Boolean" },
6210
6693
  fetchNext: { __type: "timestamptz" },
6211
6694
  fetchStatus: { __type: "syncStatus_enum!" },
@@ -6538,8 +7021,6 @@ export const generatedSchema = {
6538
7021
  changes_aggregate: { __type: "change_aggregate_bool_exp" },
6539
7022
  createdAt: { __type: "timestamptz_comparison_exp" },
6540
7023
  credentials: { __type: "jsonb_comparison_exp" },
6541
- csvLines: { __type: "csv_line_bool_exp" },
6542
- csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
6543
7024
  disabled: { __type: "Boolean_comparison_exp" },
6544
7025
  fetchNext: { __type: "timestamptz_comparison_exp" },
6545
7026
  fetchStatus: { __type: "syncStatus_enum_comparison_exp" },
@@ -6609,7 +7090,6 @@ export const generatedSchema = {
6609
7090
  changes: { __type: "change_arr_rel_insert_input" },
6610
7091
  createdAt: { __type: "timestamptz" },
6611
7092
  credentials: { __type: "jsonb" },
6612
- csvLines: { __type: "csv_line_arr_rel_insert_input" },
6613
7093
  disabled: { __type: "Boolean" },
6614
7094
  fetchNext: { __type: "timestamptz" },
6615
7095
  fetchStatus: { __type: "syncStatus_enum" },
@@ -6727,7 +7207,6 @@ export const generatedSchema = {
6727
7207
  changes_aggregate: { __type: "change_aggregate_order_by" },
6728
7208
  createdAt: { __type: "order_by" },
6729
7209
  credentials: { __type: "order_by" },
6730
- csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
6731
7210
  disabled: { __type: "order_by" },
6732
7211
  fetchNext: { __type: "order_by" },
6733
7212
  fetchStatus: { __type: "order_by" },
@@ -7583,299 +8062,6 @@ export const generatedSchema = {
7583
8062
  _set: { __type: "core_change_source_link_set_input" },
7584
8063
  where: { __type: "core_change_source_link_bool_exp!" },
7585
8064
  },
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
8065
  currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
7880
8066
  currency_aggregate: {
7881
8067
  __typename: { __type: "String!" },
@@ -9368,17 +9554,6 @@ export const generatedSchema = {
9368
9554
  _set: { __type: "file_storage_set_input" },
9369
9555
  where: { __type: "file_storage_bool_exp!" },
9370
9556
  },
9371
- float8_comparison_exp: {
9372
- _eq: { __type: "float8" },
9373
- _gt: { __type: "float8" },
9374
- _gte: { __type: "float8" },
9375
- _in: { __type: "[float8!]" },
9376
- _is_null: { __type: "Boolean" },
9377
- _lt: { __type: "float8" },
9378
- _lte: { __type: "float8" },
9379
- _neq: { __type: "float8" },
9380
- _nin: { __type: "[float8!]" },
9381
- },
9382
9557
  issueConnectionsNeedVersionUpgradeReturnType: {
9383
9558
  __typename: { __type: "String!" },
9384
9559
  appIcon: { __type: "String!" },
@@ -12998,211 +13173,6 @@ export const generatedSchema = {
12998
13173
  centExpenseReserve: { __type: "order_by" },
12999
13174
  centTaxStartingBalance: { __type: "order_by" },
13000
13175
  },
13001
- metric: {
13002
- __typename: { __type: "String!" },
13003
- connection: { __type: "connection!" },
13004
- connectionId: { __type: "uuid!" },
13005
- createdAt: { __type: "timestamptz!" },
13006
- date: { __type: "timestamptz!" },
13007
- id: { __type: "uuid!" },
13008
- listingConnection: { __type: "listing_connection" },
13009
- listingConnectionId: { __type: "uuid" },
13010
- metadata: { __type: "jsonb!", __args: { path: "String" } },
13011
- tenant: { __type: "tenant!" },
13012
- tenantId: { __type: "uuid!" },
13013
- type: { __type: "String!" },
13014
- uniqueRef: { __type: "String" },
13015
- updatedAt: { __type: "timestamptz!" },
13016
- value: { __type: "float8" },
13017
- },
13018
- metric_aggregate: {
13019
- __typename: { __type: "String!" },
13020
- aggregate: { __type: "metric_aggregate_fields" },
13021
- nodes: { __type: "[metric!]!" },
13022
- },
13023
- metric_aggregate_fields: {
13024
- __typename: { __type: "String!" },
13025
- avg: { __type: "metric_avg_fields" },
13026
- count: {
13027
- __type: "Int!",
13028
- __args: { columns: "[metric_select_column!]", distinct: "Boolean" },
13029
- },
13030
- max: { __type: "metric_max_fields" },
13031
- min: { __type: "metric_min_fields" },
13032
- stddev: { __type: "metric_stddev_fields" },
13033
- stddev_pop: { __type: "metric_stddev_pop_fields" },
13034
- stddev_samp: { __type: "metric_stddev_samp_fields" },
13035
- sum: { __type: "metric_sum_fields" },
13036
- var_pop: { __type: "metric_var_pop_fields" },
13037
- var_samp: { __type: "metric_var_samp_fields" },
13038
- variance: { __type: "metric_variance_fields" },
13039
- },
13040
- metric_append_input: { metadata: { __type: "jsonb" } },
13041
- metric_avg_fields: {
13042
- __typename: { __type: "String!" },
13043
- value: { __type: "Float" },
13044
- },
13045
- metric_bool_exp: {
13046
- _and: { __type: "[metric_bool_exp!]" },
13047
- _not: { __type: "metric_bool_exp" },
13048
- _or: { __type: "[metric_bool_exp!]" },
13049
- connection: { __type: "connection_bool_exp" },
13050
- connectionId: { __type: "uuid_comparison_exp" },
13051
- createdAt: { __type: "timestamptz_comparison_exp" },
13052
- date: { __type: "timestamptz_comparison_exp" },
13053
- id: { __type: "uuid_comparison_exp" },
13054
- listingConnection: { __type: "listing_connection_bool_exp" },
13055
- listingConnectionId: { __type: "uuid_comparison_exp" },
13056
- metadata: { __type: "jsonb_comparison_exp" },
13057
- tenant: { __type: "tenant_bool_exp" },
13058
- tenantId: { __type: "uuid_comparison_exp" },
13059
- type: { __type: "String_comparison_exp" },
13060
- uniqueRef: { __type: "String_comparison_exp" },
13061
- updatedAt: { __type: "timestamptz_comparison_exp" },
13062
- value: { __type: "float8_comparison_exp" },
13063
- },
13064
- metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
13065
- metric_delete_elem_input: { metadata: { __type: "Int" } },
13066
- metric_delete_key_input: { metadata: { __type: "String" } },
13067
- metric_inc_input: { value: { __type: "float8" } },
13068
- metric_insert_input: {
13069
- connection: { __type: "connection_obj_rel_insert_input" },
13070
- connectionId: { __type: "uuid" },
13071
- createdAt: { __type: "timestamptz" },
13072
- date: { __type: "timestamptz" },
13073
- id: { __type: "uuid" },
13074
- listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
13075
- listingConnectionId: { __type: "uuid" },
13076
- metadata: { __type: "jsonb" },
13077
- tenant: { __type: "tenant_obj_rel_insert_input" },
13078
- tenantId: { __type: "uuid" },
13079
- type: { __type: "String" },
13080
- uniqueRef: { __type: "String" },
13081
- updatedAt: { __type: "timestamptz" },
13082
- value: { __type: "float8" },
13083
- },
13084
- metric_max_fields: {
13085
- __typename: { __type: "String!" },
13086
- connectionId: { __type: "uuid" },
13087
- createdAt: { __type: "timestamptz" },
13088
- date: { __type: "timestamptz" },
13089
- id: { __type: "uuid" },
13090
- listingConnectionId: { __type: "uuid" },
13091
- tenantId: { __type: "uuid" },
13092
- type: { __type: "String" },
13093
- uniqueRef: { __type: "String" },
13094
- updatedAt: { __type: "timestamptz" },
13095
- value: { __type: "float8" },
13096
- },
13097
- metric_min_fields: {
13098
- __typename: { __type: "String!" },
13099
- connectionId: { __type: "uuid" },
13100
- createdAt: { __type: "timestamptz" },
13101
- date: { __type: "timestamptz" },
13102
- id: { __type: "uuid" },
13103
- listingConnectionId: { __type: "uuid" },
13104
- tenantId: { __type: "uuid" },
13105
- type: { __type: "String" },
13106
- uniqueRef: { __type: "String" },
13107
- updatedAt: { __type: "timestamptz" },
13108
- value: { __type: "float8" },
13109
- },
13110
- metric_mutation_response: {
13111
- __typename: { __type: "String!" },
13112
- affected_rows: { __type: "Int!" },
13113
- returning: { __type: "[metric!]!" },
13114
- },
13115
- metric_on_conflict: {
13116
- constraint: { __type: "metric_constraint!" },
13117
- update_columns: { __type: "[metric_update_column!]!" },
13118
- where: { __type: "metric_bool_exp" },
13119
- },
13120
- metric_order_by: {
13121
- connection: { __type: "connection_order_by" },
13122
- connectionId: { __type: "order_by" },
13123
- createdAt: { __type: "order_by" },
13124
- date: { __type: "order_by" },
13125
- id: { __type: "order_by" },
13126
- listingConnection: { __type: "listing_connection_order_by" },
13127
- listingConnectionId: { __type: "order_by" },
13128
- metadata: { __type: "order_by" },
13129
- tenant: { __type: "tenant_order_by" },
13130
- tenantId: { __type: "order_by" },
13131
- type: { __type: "order_by" },
13132
- uniqueRef: { __type: "order_by" },
13133
- updatedAt: { __type: "order_by" },
13134
- value: { __type: "order_by" },
13135
- },
13136
- metric_pk_columns_input: { id: { __type: "uuid!" } },
13137
- metric_prepend_input: { metadata: { __type: "jsonb" } },
13138
- metric_set_input: {
13139
- connectionId: { __type: "uuid" },
13140
- createdAt: { __type: "timestamptz" },
13141
- date: { __type: "timestamptz" },
13142
- id: { __type: "uuid" },
13143
- listingConnectionId: { __type: "uuid" },
13144
- metadata: { __type: "jsonb" },
13145
- tenantId: { __type: "uuid" },
13146
- type: { __type: "String" },
13147
- uniqueRef: { __type: "String" },
13148
- updatedAt: { __type: "timestamptz" },
13149
- value: { __type: "float8" },
13150
- },
13151
- metric_stddev_fields: {
13152
- __typename: { __type: "String!" },
13153
- value: { __type: "Float" },
13154
- },
13155
- metric_stddev_pop_fields: {
13156
- __typename: { __type: "String!" },
13157
- value: { __type: "Float" },
13158
- },
13159
- metric_stddev_samp_fields: {
13160
- __typename: { __type: "String!" },
13161
- value: { __type: "Float" },
13162
- },
13163
- metric_stream_cursor_input: {
13164
- initial_value: { __type: "metric_stream_cursor_value_input!" },
13165
- ordering: { __type: "cursor_ordering" },
13166
- },
13167
- metric_stream_cursor_value_input: {
13168
- connectionId: { __type: "uuid" },
13169
- createdAt: { __type: "timestamptz" },
13170
- date: { __type: "timestamptz" },
13171
- id: { __type: "uuid" },
13172
- listingConnectionId: { __type: "uuid" },
13173
- metadata: { __type: "jsonb" },
13174
- tenantId: { __type: "uuid" },
13175
- type: { __type: "String" },
13176
- uniqueRef: { __type: "String" },
13177
- updatedAt: { __type: "timestamptz" },
13178
- value: { __type: "float8" },
13179
- },
13180
- metric_sum_fields: {
13181
- __typename: { __type: "String!" },
13182
- value: { __type: "float8" },
13183
- },
13184
- metric_updates: {
13185
- _append: { __type: "metric_append_input" },
13186
- _delete_at_path: { __type: "metric_delete_at_path_input" },
13187
- _delete_elem: { __type: "metric_delete_elem_input" },
13188
- _delete_key: { __type: "metric_delete_key_input" },
13189
- _inc: { __type: "metric_inc_input" },
13190
- _prepend: { __type: "metric_prepend_input" },
13191
- _set: { __type: "metric_set_input" },
13192
- where: { __type: "metric_bool_exp!" },
13193
- },
13194
- metric_var_pop_fields: {
13195
- __typename: { __type: "String!" },
13196
- value: { __type: "Float" },
13197
- },
13198
- metric_var_samp_fields: {
13199
- __typename: { __type: "String!" },
13200
- value: { __type: "Float" },
13201
- },
13202
- metric_variance_fields: {
13203
- __typename: { __type: "String!" },
13204
- value: { __type: "Float" },
13205
- },
13206
13176
  metricsActiveListingCreatedReturnType: {
13207
13177
  __typename: { __type: "String!" },
13208
13178
  created: { __type: "bigint" },
@@ -13931,6 +13901,11 @@ export const generatedSchema = {
13931
13901
  __type: "account_mutation_response",
13932
13902
  __args: { where: "account_bool_exp!" },
13933
13903
  },
13904
+ deleteAction: { __type: "action", __args: { id: "uuid!" } },
13905
+ deleteActions: {
13906
+ __type: "action_mutation_response",
13907
+ __args: { where: "action_bool_exp!" },
13908
+ },
13934
13909
  deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
13935
13910
  deleteActiveStatuses: {
13936
13911
  __type: "activeStatus_mutation_response",
@@ -14060,11 +14035,6 @@ export const generatedSchema = {
14060
14035
  __type: "contact_mutation_response",
14061
14036
  __args: { where: "contact_bool_exp!" },
14062
14037
  },
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
14038
  deleteEmailTemplate: { __type: "emailTemplate", __args: { id: "uuid!" } },
14069
14039
  deleteEmailTemplateType: {
14070
14040
  __type: "emailTemplateType",
@@ -14239,11 +14209,6 @@ export const generatedSchema = {
14239
14209
  __type: "listing_mutation_response",
14240
14210
  __args: { where: "listing_bool_exp!" },
14241
14211
  },
14242
- deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
14243
- deleteMetrics: {
14244
- __type: "metric_mutation_response",
14245
- __args: { where: "metric_bool_exp!" },
14246
- },
14247
14212
  deleteMonitorConnection: {
14248
14213
  __type: "monitorConnection",
14249
14214
  __args: { id: "uuid!" },
@@ -14866,6 +14831,20 @@ export const generatedSchema = {
14866
14831
  on_conflict: "account_on_conflict",
14867
14832
  },
14868
14833
  },
14834
+ insertAction: {
14835
+ __type: "action",
14836
+ __args: {
14837
+ object: "action_insert_input!",
14838
+ on_conflict: "action_on_conflict",
14839
+ },
14840
+ },
14841
+ insertActions: {
14842
+ __type: "action_mutation_response",
14843
+ __args: {
14844
+ objects: "[action_insert_input!]!",
14845
+ on_conflict: "action_on_conflict",
14846
+ },
14847
+ },
14869
14848
  insertActiveStatus: {
14870
14849
  __type: "activeStatus",
14871
14850
  __args: {
@@ -15146,20 +15125,6 @@ export const generatedSchema = {
15146
15125
  on_conflict: "contact_on_conflict",
15147
15126
  },
15148
15127
  },
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
15128
  insertEmailTemplate: {
15164
15129
  __type: "emailTemplate",
15165
15130
  __args: {
@@ -15468,20 +15433,6 @@ export const generatedSchema = {
15468
15433
  on_conflict: "listing_on_conflict",
15469
15434
  },
15470
15435
  },
15471
- insertMetric: {
15472
- __type: "metric",
15473
- __args: {
15474
- object: "metric_insert_input!",
15475
- on_conflict: "metric_on_conflict",
15476
- },
15477
- },
15478
- insertMetrics: {
15479
- __type: "metric_mutation_response",
15480
- __args: {
15481
- objects: "[metric_insert_input!]!",
15482
- on_conflict: "metric_on_conflict",
15483
- },
15484
- },
15485
15436
  insertMonitorConnection: {
15486
15437
  __type: "monitorConnection",
15487
15438
  __args: {
@@ -16636,6 +16587,32 @@ export const generatedSchema = {
16636
16587
  __type: "account_mutation_response",
16637
16588
  __args: { _set: "account_set_input", where: "account_bool_exp!" },
16638
16589
  },
16590
+ updateAction: {
16591
+ __type: "action",
16592
+ __args: {
16593
+ _append: "action_append_input",
16594
+ _delete_at_path: "action_delete_at_path_input",
16595
+ _delete_elem: "action_delete_elem_input",
16596
+ _delete_key: "action_delete_key_input",
16597
+ _inc: "action_inc_input",
16598
+ _prepend: "action_prepend_input",
16599
+ _set: "action_set_input",
16600
+ pk_columns: "action_pk_columns_input!",
16601
+ },
16602
+ },
16603
+ updateActions: {
16604
+ __type: "action_mutation_response",
16605
+ __args: {
16606
+ _append: "action_append_input",
16607
+ _delete_at_path: "action_delete_at_path_input",
16608
+ _delete_elem: "action_delete_elem_input",
16609
+ _delete_key: "action_delete_key_input",
16610
+ _inc: "action_inc_input",
16611
+ _prepend: "action_prepend_input",
16612
+ _set: "action_set_input",
16613
+ where: "action_bool_exp!",
16614
+ },
16615
+ },
16639
16616
  updateActiveStatus: {
16640
16617
  __type: "activeStatus",
16641
16618
  __args: {
@@ -17000,36 +16977,6 @@ export const generatedSchema = {
17000
16977
  where: "contact_bool_exp!",
17001
16978
  },
17002
16979
  },
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
16980
  updateEmailTemplate: {
17034
16981
  __type: "emailTemplate",
17035
16982
  __args: {
@@ -17464,6 +17411,10 @@ export const generatedSchema = {
17464
17411
  __type: "[account_mutation_response]",
17465
17412
  __args: { updates: "[account_updates!]!" },
17466
17413
  },
17414
+ updateManyActions: {
17415
+ __type: "[action_mutation_response]",
17416
+ __args: { updates: "[action_updates!]!" },
17417
+ },
17467
17418
  updateManyActiveStatuses: {
17468
17419
  __type: "[activeStatus_mutation_response]",
17469
17420
  __args: { updates: "[activeStatus_updates!]!" },
@@ -17716,32 +17667,6 @@ export const generatedSchema = {
17716
17667
  __type: "[user_company_user_mutation_response]",
17717
17668
  __args: { updates: "[user_company_user_updates!]!" },
17718
17669
  },
17719
- updateMetric: {
17720
- __type: "metric",
17721
- __args: {
17722
- _append: "metric_append_input",
17723
- _delete_at_path: "metric_delete_at_path_input",
17724
- _delete_elem: "metric_delete_elem_input",
17725
- _delete_key: "metric_delete_key_input",
17726
- _inc: "metric_inc_input",
17727
- _prepend: "metric_prepend_input",
17728
- _set: "metric_set_input",
17729
- pk_columns: "metric_pk_columns_input!",
17730
- },
17731
- },
17732
- updateMetrics: {
17733
- __type: "metric_mutation_response",
17734
- __args: {
17735
- _append: "metric_append_input",
17736
- _delete_at_path: "metric_delete_at_path_input",
17737
- _delete_elem: "metric_delete_elem_input",
17738
- _delete_key: "metric_delete_key_input",
17739
- _inc: "metric_inc_input",
17740
- _prepend: "metric_prepend_input",
17741
- _set: "metric_set_input",
17742
- where: "metric_bool_exp!",
17743
- },
17744
- },
17745
17670
  updateMonitorConnection: {
17746
17671
  __type: "monitorConnection",
17747
17672
  __args: {
@@ -18749,10 +18674,6 @@ export const generatedSchema = {
18749
18674
  __type: "[listing_status_mutation_response]",
18750
18675
  __args: { updates: "[listing_status_updates!]!" },
18751
18676
  },
18752
- update_metric_many: {
18753
- __type: "[metric_mutation_response]",
18754
- __args: { updates: "[metric_updates!]!" },
18755
- },
18756
18677
  update_owner_pms_status: {
18757
18678
  __type: "owner_pms_status_mutation_response",
18758
18679
  __args: {
@@ -24268,6 +24189,17 @@ export const generatedSchema = {
24268
24189
  where: "account_bool_exp",
24269
24190
  },
24270
24191
  },
24192
+ action: { __type: "action", __args: { id: "uuid!" } },
24193
+ actions: {
24194
+ __type: "[action!]!",
24195
+ __args: {
24196
+ distinct_on: "[action_select_column!]",
24197
+ limit: "Int",
24198
+ offset: "Int",
24199
+ order_by: "[action_order_by!]",
24200
+ where: "action_bool_exp",
24201
+ },
24202
+ },
24271
24203
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
24272
24204
  activeStatusAggregate: {
24273
24205
  __type: "activeStatus_aggregate!",
@@ -24310,6 +24242,16 @@ export const generatedSchema = {
24310
24242
  },
24311
24243
  },
24312
24244
  address_by_pk: { __type: "address", __args: { id: "uuid!" } },
24245
+ aggregateActions: {
24246
+ __type: "action_aggregate!",
24247
+ __args: {
24248
+ distinct_on: "[action_select_column!]",
24249
+ limit: "Int",
24250
+ offset: "Int",
24251
+ order_by: "[action_order_by!]",
24252
+ where: "action_bool_exp",
24253
+ },
24254
+ },
24313
24255
  app: {
24314
24256
  __type: "[app!]!",
24315
24257
  __args: {
@@ -24852,27 +24794,6 @@ export const generatedSchema = {
24852
24794
  __type: "core_change_source_link",
24853
24795
  __args: { id: "uuid!" },
24854
24796
  },
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
24797
  currency: {
24877
24798
  __type: "[currency!]!",
24878
24799
  __args: {
@@ -25599,27 +25520,6 @@ export const generatedSchema = {
25599
25520
  where: "listing_bool_exp",
25600
25521
  },
25601
25522
  },
25602
- metric: { __type: "metric", __args: { id: "uuid!" } },
25603
- metricAggregate: {
25604
- __type: "metric_aggregate!",
25605
- __args: {
25606
- distinct_on: "[metric_select_column!]",
25607
- limit: "Int",
25608
- offset: "Int",
25609
- order_by: "[metric_order_by!]",
25610
- where: "metric_bool_exp",
25611
- },
25612
- },
25613
- metrics: {
25614
- __type: "[metric!]!",
25615
- __args: {
25616
- distinct_on: "[metric_select_column!]",
25617
- limit: "Int",
25618
- offset: "Int",
25619
- order_by: "[metric_order_by!]",
25620
- where: "metric_bool_exp",
25621
- },
25622
- },
25623
25523
  metricsActiveListingCreated: {
25624
25524
  __type: "[metricsActiveListingCreatedReturnType!]!",
25625
25525
  __args: {
@@ -32779,6 +32679,17 @@ export const generatedSchema = {
32779
32679
  where: "account_bool_exp",
32780
32680
  },
32781
32681
  },
32682
+ action: { __type: "action", __args: { id: "uuid!" } },
32683
+ actions: {
32684
+ __type: "[action!]!",
32685
+ __args: {
32686
+ distinct_on: "[action_select_column!]",
32687
+ limit: "Int",
32688
+ offset: "Int",
32689
+ order_by: "[action_order_by!]",
32690
+ where: "action_bool_exp",
32691
+ },
32692
+ },
32782
32693
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
32783
32694
  activeStatusAggregate: {
32784
32695
  __type: "activeStatus_aggregate!",
@@ -32837,6 +32748,16 @@ export const generatedSchema = {
32837
32748
  where: "address_bool_exp",
32838
32749
  },
32839
32750
  },
32751
+ aggregateActions: {
32752
+ __type: "action_aggregate!",
32753
+ __args: {
32754
+ distinct_on: "[action_select_column!]",
32755
+ limit: "Int",
32756
+ offset: "Int",
32757
+ order_by: "[action_order_by!]",
32758
+ where: "action_bool_exp",
32759
+ },
32760
+ },
32840
32761
  app: {
32841
32762
  __type: "[app!]!",
32842
32763
  __args: {
@@ -33571,35 +33492,6 @@ export const generatedSchema = {
33571
33492
  where: "core_change_source_link_bool_exp",
33572
33493
  },
33573
33494
  },
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
33495
  currency: {
33604
33496
  __type: "[currency!]!",
33605
33497
  __args: {
@@ -34566,35 +34458,6 @@ export const generatedSchema = {
34566
34458
  where: "listing_bool_exp",
34567
34459
  },
34568
34460
  },
34569
- metric: { __type: "metric", __args: { id: "uuid!" } },
34570
- metricAggregate: {
34571
- __type: "metric_aggregate!",
34572
- __args: {
34573
- distinct_on: "[metric_select_column!]",
34574
- limit: "Int",
34575
- offset: "Int",
34576
- order_by: "[metric_order_by!]",
34577
- where: "metric_bool_exp",
34578
- },
34579
- },
34580
- metric_stream: {
34581
- __type: "[metric!]!",
34582
- __args: {
34583
- batch_size: "Int!",
34584
- cursor: "[metric_stream_cursor_input]!",
34585
- where: "metric_bool_exp",
34586
- },
34587
- },
34588
- metrics: {
34589
- __type: "[metric!]!",
34590
- __args: {
34591
- distinct_on: "[metric_select_column!]",
34592
- limit: "Int",
34593
- offset: "Int",
34594
- order_by: "[metric_order_by!]",
34595
- where: "metric_bool_exp",
34596
- },
34597
- },
34598
34461
  metricsActiveListingCreated: {
34599
34462
  __type: "[metricsActiveListingCreatedReturnType!]!",
34600
34463
  __args: {
@@ -35867,6 +35730,14 @@ export const generatedSchema = {
35867
35730
  where: "store_mutation_log_bool_exp",
35868
35731
  },
35869
35732
  },
35733
+ streamActions: {
35734
+ __type: "[action!]!",
35735
+ __args: {
35736
+ batch_size: "Int!",
35737
+ cursor: "[action_stream_cursor_input]!",
35738
+ where: "action_bool_exp",
35739
+ },
35740
+ },
35870
35741
  sync: { __type: "sync", __args: { id: "uuid!" } },
35871
35742
  syncAggregate: {
35872
35743
  __type: "sync_aggregate!",
@@ -37941,26 +37812,6 @@ export const generatedSchema = {
37941
37812
  },
37942
37813
  },
37943
37814
  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
37815
  defaultCurrency: { __type: "currency_enum" },
37965
37816
  defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
37966
37817
  email: { __type: "String" },
@@ -38539,8 +38390,6 @@ export const generatedSchema = {
38539
38390
  connections: { __type: "connection_bool_exp" },
38540
38391
  connections_aggregate: { __type: "connection_aggregate_bool_exp" },
38541
38392
  createdAt: { __type: "timestamptz_comparison_exp" },
38542
- csvLines: { __type: "csv_line_bool_exp" },
38543
- csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
38544
38393
  defaultCurrency: { __type: "currency_enum_comparison_exp" },
38545
38394
  defaultRevenueRecognition: {
38546
38395
  __type: "accountReservationRevRec_enum_comparison_exp",
@@ -38676,7 +38525,6 @@ export const generatedSchema = {
38676
38525
  companyTaxCode: { __type: "String" },
38677
38526
  connections: { __type: "connection_arr_rel_insert_input" },
38678
38527
  createdAt: { __type: "timestamptz" },
38679
- csvLines: { __type: "csv_line_arr_rel_insert_input" },
38680
38528
  defaultCurrency: { __type: "currency_enum" },
38681
38529
  defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
38682
38530
  email: { __type: "String" },
@@ -38940,7 +38788,6 @@ export const generatedSchema = {
38940
38788
  companyTaxCode: { __type: "order_by" },
38941
38789
  connections_aggregate: { __type: "connection_aggregate_order_by" },
38942
38790
  createdAt: { __type: "order_by" },
38943
- csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
38944
38791
  defaultCurrency: { __type: "order_by" },
38945
38792
  defaultRevenueRecognition: { __type: "order_by" },
38946
38793
  email: { __type: "order_by" },