mtmsdk 0.0.39 → 0.0.41
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.
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts +1 -31
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js +1 -91
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js.map +1 -1
- package/dist/gomtmapi_v2/index.d.ts +2 -2
- package/dist/gomtmapi_v2/index.d.ts.map +1 -1
- package/dist/gomtmapi_v2/index.js +1 -1
- package/dist/gomtmapi_v2/index.js.map +1 -1
- package/dist/gomtmapi_v2/schemas.gen.d.ts +0 -141
- package/dist/gomtmapi_v2/schemas.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/schemas.gen.js +1 -142
- package/dist/gomtmapi_v2/schemas.gen.js.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.d.ts +1 -31
- package/dist/gomtmapi_v2/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.js +0 -65
- package/dist/gomtmapi_v2/sdk.gen.js.map +1 -1
- package/dist/gomtmapi_v2/types.gen.d.ts +1 -248
- package/dist/gomtmapi_v2/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.d.ts +2 -146
- package/dist/gomtmapi_v2/zod.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.js +1 -115
- package/dist/gomtmapi_v2/zod.gen.js.map +1 -1
- package/dist/supabase/supabase-client.d.ts +150 -211
- package/dist/supabase/supabase-client.d.ts.map +1 -1
- package/dist/supabase/supabase.d.ts +300 -422
- package/dist/supabase/supabase.d.ts.map +1 -1
- package/dist/types/database.types.d.ts +151 -211
- package/dist/types/database.types.d.ts.map +1 -1
- package/dist/types/database.types.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -388,61 +388,52 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
388
388
|
};
|
|
389
389
|
audit_projects: {
|
|
390
390
|
Row: {
|
|
391
|
-
agent_config: import("../types/database.types").Json | null;
|
|
392
391
|
config: import("../types/database.types").Json | null;
|
|
393
392
|
created_at: string;
|
|
394
|
-
github_branch: string | null;
|
|
395
|
-
github_installation_id: number | null;
|
|
396
|
-
github_repo_full_name: string | null;
|
|
397
|
-
github_repo_id: number | null;
|
|
398
393
|
id: string;
|
|
399
394
|
name: string;
|
|
400
395
|
repo_branch: string | null;
|
|
401
396
|
repo_url: string | null;
|
|
402
|
-
sandbox_id: string | null;
|
|
403
397
|
target: string | null;
|
|
404
398
|
updated_at: string;
|
|
405
|
-
user_id: string
|
|
399
|
+
user_id: string;
|
|
400
|
+
worker_id: string | null;
|
|
406
401
|
};
|
|
407
402
|
Insert: {
|
|
408
|
-
agent_config?: import("../types/database.types").Json | null;
|
|
409
403
|
config?: import("../types/database.types").Json | null;
|
|
410
404
|
created_at?: string;
|
|
411
|
-
github_branch?: string | null;
|
|
412
|
-
github_installation_id?: number | null;
|
|
413
|
-
github_repo_full_name?: string | null;
|
|
414
|
-
github_repo_id?: number | null;
|
|
415
405
|
id?: string;
|
|
416
406
|
name: string;
|
|
417
407
|
repo_branch?: string | null;
|
|
418
408
|
repo_url?: string | null;
|
|
419
|
-
sandbox_id?: string | null;
|
|
420
409
|
target?: string | null;
|
|
421
410
|
updated_at?: string;
|
|
422
|
-
user_id
|
|
411
|
+
user_id: string;
|
|
412
|
+
worker_id?: string | null;
|
|
423
413
|
};
|
|
424
414
|
Update: {
|
|
425
|
-
agent_config?: import("../types/database.types").Json | null;
|
|
426
415
|
config?: import("../types/database.types").Json | null;
|
|
427
416
|
created_at?: string;
|
|
428
|
-
github_branch?: string | null;
|
|
429
|
-
github_installation_id?: number | null;
|
|
430
|
-
github_repo_full_name?: string | null;
|
|
431
|
-
github_repo_id?: number | null;
|
|
432
417
|
id?: string;
|
|
433
418
|
name?: string;
|
|
434
419
|
repo_branch?: string | null;
|
|
435
420
|
repo_url?: string | null;
|
|
436
|
-
sandbox_id?: string | null;
|
|
437
421
|
target?: string | null;
|
|
438
422
|
updated_at?: string;
|
|
439
|
-
user_id?: string
|
|
423
|
+
user_id?: string;
|
|
424
|
+
worker_id?: string | null;
|
|
440
425
|
};
|
|
441
426
|
Relationships: [{
|
|
442
|
-
foreignKeyName: "
|
|
443
|
-
columns: ["
|
|
427
|
+
foreignKeyName: "audit_projects_worker_id_fkey";
|
|
428
|
+
columns: ["worker_id"];
|
|
444
429
|
isOneToOne: false;
|
|
445
|
-
referencedRelation: "
|
|
430
|
+
referencedRelation: "worker_summary";
|
|
431
|
+
referencedColumns: ["id"];
|
|
432
|
+
}, {
|
|
433
|
+
foreignKeyName: "audit_projects_worker_id_fkey";
|
|
434
|
+
columns: ["worker_id"];
|
|
435
|
+
isOneToOne: false;
|
|
436
|
+
referencedRelation: "workers";
|
|
446
437
|
referencedColumns: ["id"];
|
|
447
438
|
}];
|
|
448
439
|
};
|
|
@@ -680,56 +671,44 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
680
671
|
compute_nodes: {
|
|
681
672
|
Row: {
|
|
682
673
|
auth_secret: string | null;
|
|
683
|
-
auth_type: string | null;
|
|
684
|
-
config: import("../types/database.types").Json | null;
|
|
685
674
|
created_at: string;
|
|
686
|
-
|
|
675
|
+
host: string;
|
|
687
676
|
id: string;
|
|
688
|
-
|
|
689
|
-
max_instances: number | null;
|
|
677
|
+
is_public: boolean | null;
|
|
690
678
|
name: string;
|
|
691
679
|
port: number;
|
|
692
680
|
provider: string;
|
|
693
681
|
status: string | null;
|
|
694
|
-
tags: import("../types/database.types").Json | null;
|
|
695
682
|
updated_at: string;
|
|
696
|
-
user_id: string
|
|
683
|
+
user_id: string;
|
|
697
684
|
username: string | null;
|
|
698
685
|
};
|
|
699
686
|
Insert: {
|
|
700
687
|
auth_secret?: string | null;
|
|
701
|
-
auth_type?: string | null;
|
|
702
|
-
config?: import("../types/database.types").Json | null;
|
|
703
688
|
created_at?: string;
|
|
704
|
-
|
|
689
|
+
host: string;
|
|
705
690
|
id?: string;
|
|
706
|
-
|
|
707
|
-
max_instances?: number | null;
|
|
691
|
+
is_public?: boolean | null;
|
|
708
692
|
name: string;
|
|
709
693
|
port?: number;
|
|
710
694
|
provider?: string;
|
|
711
695
|
status?: string | null;
|
|
712
|
-
tags?: import("../types/database.types").Json | null;
|
|
713
696
|
updated_at?: string;
|
|
714
|
-
user_id?: string
|
|
697
|
+
user_id?: string;
|
|
715
698
|
username?: string | null;
|
|
716
699
|
};
|
|
717
700
|
Update: {
|
|
718
701
|
auth_secret?: string | null;
|
|
719
|
-
auth_type?: string | null;
|
|
720
|
-
config?: import("../types/database.types").Json | null;
|
|
721
702
|
created_at?: string;
|
|
722
|
-
|
|
703
|
+
host?: string;
|
|
723
704
|
id?: string;
|
|
724
|
-
|
|
725
|
-
max_instances?: number | null;
|
|
705
|
+
is_public?: boolean | null;
|
|
726
706
|
name?: string;
|
|
727
707
|
port?: number;
|
|
728
708
|
provider?: string;
|
|
729
709
|
status?: string | null;
|
|
730
|
-
tags?: import("../types/database.types").Json | null;
|
|
731
710
|
updated_at?: string;
|
|
732
|
-
user_id?: string
|
|
711
|
+
user_id?: string;
|
|
733
712
|
username?: string | null;
|
|
734
713
|
};
|
|
735
714
|
Relationships: [];
|
|
@@ -1325,41 +1304,23 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1325
1304
|
};
|
|
1326
1305
|
Relationships: [];
|
|
1327
1306
|
};
|
|
1328
|
-
|
|
1329
|
-
Row: {
|
|
1330
|
-
description: string | null;
|
|
1331
|
-
key: string;
|
|
1332
|
-
updated_at: string | null;
|
|
1333
|
-
value: string | null;
|
|
1334
|
-
};
|
|
1335
|
-
Insert: {
|
|
1336
|
-
description?: string | null;
|
|
1337
|
-
key: string;
|
|
1338
|
-
updated_at?: string | null;
|
|
1339
|
-
value?: string | null;
|
|
1340
|
-
};
|
|
1341
|
-
Update: {
|
|
1342
|
-
description?: string | null;
|
|
1343
|
-
key?: string;
|
|
1344
|
-
updated_at?: string | null;
|
|
1345
|
-
value?: string | null;
|
|
1346
|
-
};
|
|
1347
|
-
Relationships: [];
|
|
1348
|
-
};
|
|
1349
|
-
system_settings_laji: {
|
|
1307
|
+
system_config_public: {
|
|
1350
1308
|
Row: {
|
|
1309
|
+
created_at: string | null;
|
|
1351
1310
|
description: string | null;
|
|
1352
1311
|
key: string;
|
|
1353
1312
|
updated_at: string | null;
|
|
1354
1313
|
value: import("../types/database.types").Json;
|
|
1355
1314
|
};
|
|
1356
1315
|
Insert: {
|
|
1316
|
+
created_at?: string | null;
|
|
1357
1317
|
description?: string | null;
|
|
1358
1318
|
key: string;
|
|
1359
1319
|
updated_at?: string | null;
|
|
1360
|
-
value
|
|
1320
|
+
value?: import("../types/database.types").Json;
|
|
1361
1321
|
};
|
|
1362
1322
|
Update: {
|
|
1323
|
+
created_at?: string | null;
|
|
1363
1324
|
description?: string | null;
|
|
1364
1325
|
key?: string;
|
|
1365
1326
|
updated_at?: string | null;
|
|
@@ -1367,27 +1328,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1367
1328
|
};
|
|
1368
1329
|
Relationships: [];
|
|
1369
1330
|
};
|
|
1370
|
-
sysviews: {
|
|
1371
|
-
Row: {
|
|
1372
|
-
created_at: string;
|
|
1373
|
-
id: string;
|
|
1374
|
-
name: string | null;
|
|
1375
|
-
updated_at: string | null;
|
|
1376
|
-
};
|
|
1377
|
-
Insert: {
|
|
1378
|
-
created_at?: string;
|
|
1379
|
-
id: string;
|
|
1380
|
-
name?: string | null;
|
|
1381
|
-
updated_at?: string | null;
|
|
1382
|
-
};
|
|
1383
|
-
Update: {
|
|
1384
|
-
created_at?: string;
|
|
1385
|
-
id?: string;
|
|
1386
|
-
name?: string | null;
|
|
1387
|
-
updated_at?: string | null;
|
|
1388
|
-
};
|
|
1389
|
-
Relationships: [];
|
|
1390
|
-
};
|
|
1391
1331
|
user_logs: {
|
|
1392
1332
|
Row: {
|
|
1393
1333
|
content: string | null;
|
|
@@ -1693,10 +1633,12 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1693
1633
|
config: import("../types/database.types").Json | null;
|
|
1694
1634
|
container_id: string | null;
|
|
1695
1635
|
created_at: string;
|
|
1696
|
-
host_id: string
|
|
1636
|
+
host_id: string;
|
|
1697
1637
|
id: string;
|
|
1638
|
+
is_managed: boolean | null;
|
|
1698
1639
|
latest_pull_at: string | null;
|
|
1699
1640
|
name: string | null;
|
|
1641
|
+
public_domain: string | null;
|
|
1700
1642
|
state: import("../types/database.types").Json | null;
|
|
1701
1643
|
status: string | null;
|
|
1702
1644
|
updated_at: string;
|
|
@@ -1706,10 +1648,12 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1706
1648
|
config?: import("../types/database.types").Json | null;
|
|
1707
1649
|
container_id?: string | null;
|
|
1708
1650
|
created_at?: string;
|
|
1709
|
-
host_id
|
|
1651
|
+
host_id: string;
|
|
1710
1652
|
id: string;
|
|
1653
|
+
is_managed?: boolean | null;
|
|
1711
1654
|
latest_pull_at?: string | null;
|
|
1712
1655
|
name?: string | null;
|
|
1656
|
+
public_domain?: string | null;
|
|
1713
1657
|
state?: import("../types/database.types").Json | null;
|
|
1714
1658
|
status?: string | null;
|
|
1715
1659
|
updated_at?: string;
|
|
@@ -1719,10 +1663,12 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1719
1663
|
config?: import("../types/database.types").Json | null;
|
|
1720
1664
|
container_id?: string | null;
|
|
1721
1665
|
created_at?: string;
|
|
1722
|
-
host_id?: string
|
|
1666
|
+
host_id?: string;
|
|
1723
1667
|
id?: string;
|
|
1668
|
+
is_managed?: boolean | null;
|
|
1724
1669
|
latest_pull_at?: string | null;
|
|
1725
1670
|
name?: string | null;
|
|
1671
|
+
public_domain?: string | null;
|
|
1726
1672
|
state?: import("../types/database.types").Json | null;
|
|
1727
1673
|
status?: string | null;
|
|
1728
1674
|
updated_at?: string;
|
|
@@ -1827,7 +1773,53 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1827
1773
|
}];
|
|
1828
1774
|
};
|
|
1829
1775
|
};
|
|
1830
|
-
Views: {
|
|
1776
|
+
Views: {
|
|
1777
|
+
worker_summary: {
|
|
1778
|
+
Row: {
|
|
1779
|
+
created_at: string | null;
|
|
1780
|
+
host_id: string | null;
|
|
1781
|
+
id: string | null;
|
|
1782
|
+
is_online: boolean | null;
|
|
1783
|
+
latest_pull_at: string | null;
|
|
1784
|
+
latest_task: import("../types/database.types").Json | null;
|
|
1785
|
+
name: string | null;
|
|
1786
|
+
public_url: string | null;
|
|
1787
|
+
status: string | null;
|
|
1788
|
+
user_id: string | null;
|
|
1789
|
+
};
|
|
1790
|
+
Insert: {
|
|
1791
|
+
created_at?: string | null;
|
|
1792
|
+
host_id?: string | null;
|
|
1793
|
+
id?: string | null;
|
|
1794
|
+
is_online?: never;
|
|
1795
|
+
latest_pull_at?: string | null;
|
|
1796
|
+
latest_task?: never;
|
|
1797
|
+
name?: string | null;
|
|
1798
|
+
public_url?: never;
|
|
1799
|
+
status?: string | null;
|
|
1800
|
+
user_id?: string | null;
|
|
1801
|
+
};
|
|
1802
|
+
Update: {
|
|
1803
|
+
created_at?: string | null;
|
|
1804
|
+
host_id?: string | null;
|
|
1805
|
+
id?: string | null;
|
|
1806
|
+
is_online?: never;
|
|
1807
|
+
latest_pull_at?: string | null;
|
|
1808
|
+
latest_task?: never;
|
|
1809
|
+
name?: string | null;
|
|
1810
|
+
public_url?: never;
|
|
1811
|
+
status?: string | null;
|
|
1812
|
+
user_id?: string | null;
|
|
1813
|
+
};
|
|
1814
|
+
Relationships: [{
|
|
1815
|
+
foreignKeyName: "workers_host_id_fkey";
|
|
1816
|
+
columns: ["host_id"];
|
|
1817
|
+
isOneToOne: false;
|
|
1818
|
+
referencedRelation: "compute_nodes";
|
|
1819
|
+
referencedColumns: ["id"];
|
|
1820
|
+
}];
|
|
1821
|
+
};
|
|
1822
|
+
};
|
|
1831
1823
|
Functions: {
|
|
1832
1824
|
action_tool_query: {
|
|
1833
1825
|
Args: {
|
|
@@ -2299,29 +2291,7 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2299
2291
|
Args: {
|
|
2300
2292
|
p_id: string;
|
|
2301
2293
|
};
|
|
2302
|
-
Returns:
|
|
2303
|
-
agent_config: import("../types/database.types").Json | null;
|
|
2304
|
-
config: import("../types/database.types").Json | null;
|
|
2305
|
-
created_at: string;
|
|
2306
|
-
github_branch: string | null;
|
|
2307
|
-
github_installation_id: number | null;
|
|
2308
|
-
github_repo_full_name: string | null;
|
|
2309
|
-
github_repo_id: number | null;
|
|
2310
|
-
id: string;
|
|
2311
|
-
name: string;
|
|
2312
|
-
repo_branch: string | null;
|
|
2313
|
-
repo_url: string | null;
|
|
2314
|
-
sandbox_id: string | null;
|
|
2315
|
-
target: string | null;
|
|
2316
|
-
updated_at: string;
|
|
2317
|
-
user_id: string | null;
|
|
2318
|
-
}[];
|
|
2319
|
-
SetofOptions: {
|
|
2320
|
-
from: "*";
|
|
2321
|
-
to: "audit_projects";
|
|
2322
|
-
isOneToOne: false;
|
|
2323
|
-
isSetofReturn: true;
|
|
2324
|
-
};
|
|
2294
|
+
Returns: import("../types/database.types").Json;
|
|
2325
2295
|
};
|
|
2326
2296
|
audit_project_list: {
|
|
2327
2297
|
Args: {
|
|
@@ -2329,26 +2299,17 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2329
2299
|
page_no?: number;
|
|
2330
2300
|
page_size?: number;
|
|
2331
2301
|
};
|
|
2332
|
-
Returns:
|
|
2333
|
-
created_at: string;
|
|
2334
|
-
id: string;
|
|
2335
|
-
name: string;
|
|
2336
|
-
repo_branch: string;
|
|
2337
|
-
repo_url: string;
|
|
2338
|
-
sandbox_id: string;
|
|
2339
|
-
target: string;
|
|
2340
|
-
updated_at: string;
|
|
2341
|
-
user_id: string;
|
|
2342
|
-
}[];
|
|
2302
|
+
Returns: import("../types/database.types").Json;
|
|
2343
2303
|
};
|
|
2344
2304
|
audit_project_upsert: {
|
|
2345
2305
|
Args: {
|
|
2346
|
-
|
|
2306
|
+
p_config?: import("../types/database.types").Json;
|
|
2347
2307
|
p_id?: string;
|
|
2348
2308
|
p_name?: string;
|
|
2349
2309
|
p_repo_branch?: string;
|
|
2350
2310
|
p_repo_url?: string;
|
|
2351
2311
|
p_target?: string;
|
|
2312
|
+
p_worker_id?: string;
|
|
2352
2313
|
};
|
|
2353
2314
|
Returns: string;
|
|
2354
2315
|
};
|
|
@@ -2515,7 +2476,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2515
2476
|
chat_list: {
|
|
2516
2477
|
Args: {
|
|
2517
2478
|
p_agent_id?: string;
|
|
2518
|
-
p_user_id?: string;
|
|
2519
2479
|
};
|
|
2520
2480
|
Returns: {
|
|
2521
2481
|
agent_id: string;
|
|
@@ -2575,7 +2535,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2575
2535
|
p_id: string;
|
|
2576
2536
|
p_parts: import("../types/database.types").Json;
|
|
2577
2537
|
p_role: string;
|
|
2578
|
-
p_user_id?: string;
|
|
2579
2538
|
};
|
|
2580
2539
|
Returns: {
|
|
2581
2540
|
attachments: import("../types/database.types").Json | null;
|
|
@@ -2646,8 +2605,7 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2646
2605
|
};
|
|
2647
2606
|
Returns: {
|
|
2648
2607
|
auth_secret: string;
|
|
2649
|
-
|
|
2650
|
-
ip: string;
|
|
2608
|
+
host: string;
|
|
2651
2609
|
port: number;
|
|
2652
2610
|
username: string;
|
|
2653
2611
|
}[];
|
|
@@ -2662,17 +2620,15 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2662
2620
|
};
|
|
2663
2621
|
Returns: {
|
|
2664
2622
|
auth_secret: string;
|
|
2665
|
-
|
|
2666
|
-
config: import("../types/database.types").Json;
|
|
2667
|
-
enabled: boolean;
|
|
2623
|
+
host: string;
|
|
2668
2624
|
id: string;
|
|
2669
|
-
|
|
2670
|
-
max_instances: number;
|
|
2625
|
+
is_public: boolean;
|
|
2671
2626
|
name: string;
|
|
2672
2627
|
port: number;
|
|
2673
2628
|
provider: string;
|
|
2674
2629
|
status: string;
|
|
2675
2630
|
updated_at: string;
|
|
2631
|
+
user_id: string;
|
|
2676
2632
|
username: string;
|
|
2677
2633
|
worker_count: number;
|
|
2678
2634
|
}[];
|
|
@@ -2680,12 +2636,8 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2680
2636
|
compute_node_upsert: {
|
|
2681
2637
|
Args: {
|
|
2682
2638
|
p_auth_secret?: string;
|
|
2683
|
-
|
|
2684
|
-
p_config?: import("../types/database.types").Json;
|
|
2685
|
-
p_enabled?: boolean;
|
|
2639
|
+
p_host?: string;
|
|
2686
2640
|
p_id?: string;
|
|
2687
|
-
p_ip?: string;
|
|
2688
|
-
p_max_instances?: number;
|
|
2689
2641
|
p_name?: string;
|
|
2690
2642
|
p_port?: number;
|
|
2691
2643
|
p_provider?: string;
|
|
@@ -2850,22 +2802,11 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2850
2802
|
Returns: import("../types/database.types").Json;
|
|
2851
2803
|
};
|
|
2852
2804
|
resource_upsert: {
|
|
2853
|
-
Args: {
|
|
2854
|
-
content: import("../types/database.types").Json;
|
|
2855
|
-
description: string;
|
|
2856
|
-
key: string;
|
|
2857
|
-
target_id?: string;
|
|
2858
|
-
title: string;
|
|
2859
|
-
type: string;
|
|
2860
|
-
};
|
|
2861
|
-
Returns: undefined;
|
|
2862
|
-
} | {
|
|
2863
2805
|
Args: {
|
|
2864
2806
|
content: import("../types/database.types").Json;
|
|
2865
2807
|
description: string;
|
|
2866
2808
|
key: string;
|
|
2867
2809
|
p_id?: string;
|
|
2868
|
-
p_user_id?: string;
|
|
2869
2810
|
target_id?: string;
|
|
2870
2811
|
title: string;
|
|
2871
2812
|
type: string;
|
|
@@ -2873,9 +2814,7 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2873
2814
|
Returns: string;
|
|
2874
2815
|
};
|
|
2875
2816
|
sandbox_find_active: {
|
|
2876
|
-
Args:
|
|
2877
|
-
p_user_id: string;
|
|
2878
|
-
};
|
|
2817
|
+
Args: never;
|
|
2879
2818
|
Returns: import("../types/database.types").Json;
|
|
2880
2819
|
};
|
|
2881
2820
|
sandbox_get: {
|
|
@@ -2904,12 +2843,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2904
2843
|
isSetofReturn: true;
|
|
2905
2844
|
};
|
|
2906
2845
|
};
|
|
2907
|
-
sandbox_get_active: {
|
|
2908
|
-
Args: {
|
|
2909
|
-
p_user_id: string;
|
|
2910
|
-
};
|
|
2911
|
-
Returns: import("../types/database.types").Json;
|
|
2912
|
-
};
|
|
2913
2846
|
service_get: {
|
|
2914
2847
|
Args: {
|
|
2915
2848
|
p_service_id?: string;
|
|
@@ -3012,22 +2945,34 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3012
2945
|
};
|
|
3013
2946
|
Returns: undefined;
|
|
3014
2947
|
};
|
|
3015
|
-
|
|
2948
|
+
system_config_public_delete: {
|
|
2949
|
+
Args: {
|
|
2950
|
+
p_key: string;
|
|
2951
|
+
};
|
|
2952
|
+
Returns: undefined;
|
|
2953
|
+
};
|
|
2954
|
+
system_config_public_get: {
|
|
3016
2955
|
Args: {
|
|
3017
|
-
|
|
2956
|
+
p_key: string;
|
|
3018
2957
|
};
|
|
2958
|
+
Returns: import("../types/database.types").Json;
|
|
2959
|
+
};
|
|
2960
|
+
system_config_public_list: {
|
|
2961
|
+
Args: never;
|
|
3019
2962
|
Returns: {
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
2963
|
+
description: string;
|
|
2964
|
+
key: string;
|
|
2965
|
+
updated_at: string;
|
|
2966
|
+
value: import("../types/database.types").Json;
|
|
3024
2967
|
}[];
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
2968
|
+
};
|
|
2969
|
+
system_config_public_set: {
|
|
2970
|
+
Args: {
|
|
2971
|
+
p_description?: string;
|
|
2972
|
+
p_key: string;
|
|
2973
|
+
p_value: import("../types/database.types").Json;
|
|
3030
2974
|
};
|
|
2975
|
+
Returns: undefined;
|
|
3031
2976
|
};
|
|
3032
2977
|
task_call_demo_api: {
|
|
3033
2978
|
Args: never;
|
|
@@ -3118,50 +3063,48 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3118
3063
|
};
|
|
3119
3064
|
worker_get: {
|
|
3120
3065
|
Args: {
|
|
3121
|
-
|
|
3066
|
+
p_id?: string;
|
|
3067
|
+
p_is_active?: boolean;
|
|
3068
|
+
};
|
|
3069
|
+
Returns: import("../types/database.types").Json;
|
|
3070
|
+
};
|
|
3071
|
+
worker_get_active: {
|
|
3072
|
+
Args: never;
|
|
3073
|
+
Returns: import("../types/database.types").Json;
|
|
3074
|
+
};
|
|
3075
|
+
worker_get_detail: {
|
|
3076
|
+
Args: {
|
|
3077
|
+
resource_id?: string;
|
|
3122
3078
|
};
|
|
3123
3079
|
Returns: {
|
|
3124
|
-
config: import("../types/database.types").Json | null;
|
|
3125
|
-
container_id: string | null;
|
|
3126
3080
|
created_at: string;
|
|
3127
|
-
|
|
3081
|
+
data: import("../types/database.types").Json | null;
|
|
3082
|
+
description: string | null;
|
|
3083
|
+
hash1: string | null;
|
|
3084
|
+
icon: string | null;
|
|
3128
3085
|
id: string;
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3086
|
+
is_public: boolean | null;
|
|
3087
|
+
meta: import("../types/database.types").Json | null;
|
|
3088
|
+
target_id: string | null;
|
|
3089
|
+
title: string | null;
|
|
3090
|
+
type: string | null;
|
|
3091
|
+
updated_at: string | null;
|
|
3134
3092
|
user_id: string | null;
|
|
3135
|
-
};
|
|
3093
|
+
}[];
|
|
3136
3094
|
SetofOptions: {
|
|
3137
3095
|
from: "*";
|
|
3138
|
-
to: "
|
|
3139
|
-
isOneToOne:
|
|
3140
|
-
isSetofReturn:
|
|
3096
|
+
to: "resources";
|
|
3097
|
+
isOneToOne: false;
|
|
3098
|
+
isSetofReturn: true;
|
|
3141
3099
|
};
|
|
3142
3100
|
};
|
|
3143
|
-
|
|
3101
|
+
worker_heartbeat: {
|
|
3144
3102
|
Args: {
|
|
3145
|
-
p_user_id?: string;
|
|
3146
3103
|
p_worker_id: string;
|
|
3147
3104
|
};
|
|
3148
3105
|
Returns: import("../types/database.types").Json;
|
|
3149
3106
|
};
|
|
3150
3107
|
worker_list: {
|
|
3151
|
-
Args: {
|
|
3152
|
-
kw?: string;
|
|
3153
|
-
page_no?: number;
|
|
3154
|
-
page_size?: number;
|
|
3155
|
-
};
|
|
3156
|
-
Returns: {
|
|
3157
|
-
config: import("../types/database.types").Json;
|
|
3158
|
-
host_id: string;
|
|
3159
|
-
id: string;
|
|
3160
|
-
name: string;
|
|
3161
|
-
status: string;
|
|
3162
|
-
updated_at: string;
|
|
3163
|
-
}[];
|
|
3164
|
-
} | {
|
|
3165
3108
|
Args: {
|
|
3166
3109
|
kw?: string;
|
|
3167
3110
|
p_host_id?: string;
|
|
@@ -3172,7 +3115,9 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3172
3115
|
config: import("../types/database.types").Json;
|
|
3173
3116
|
host_id: string;
|
|
3174
3117
|
id: string;
|
|
3118
|
+
is_public: boolean;
|
|
3175
3119
|
name: string;
|
|
3120
|
+
state: import("../types/database.types").Json;
|
|
3176
3121
|
status: string;
|
|
3177
3122
|
updated_at: string;
|
|
3178
3123
|
}[];
|
|
@@ -3183,15 +3128,9 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3183
3128
|
};
|
|
3184
3129
|
worker_pull: {
|
|
3185
3130
|
Args: {
|
|
3186
|
-
|
|
3187
|
-
};
|
|
3188
|
-
Returns: unknown[];
|
|
3189
|
-
SetofOptions: {
|
|
3190
|
-
from: "*";
|
|
3191
|
-
to: "message_record";
|
|
3192
|
-
isOneToOne: false;
|
|
3193
|
-
isSetofReturn: true;
|
|
3131
|
+
p_worker_id: string;
|
|
3194
3132
|
};
|
|
3133
|
+
Returns: import("../types/database.types").Json[];
|
|
3195
3134
|
};
|
|
3196
3135
|
worker_task_list: {
|
|
3197
3136
|
Args: {
|
|
@@ -3239,9 +3178,9 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3239
3178
|
p_config?: import("../types/database.types").Json;
|
|
3240
3179
|
p_host_id?: string;
|
|
3241
3180
|
p_id?: string;
|
|
3181
|
+
p_is_managed?: boolean;
|
|
3242
3182
|
p_name?: string;
|
|
3243
3183
|
p_status?: string;
|
|
3244
|
-
p_user_id?: string;
|
|
3245
3184
|
};
|
|
3246
3185
|
Returns: import("../types/database.types").Json;
|
|
3247
3186
|
};
|