@xanots/sdk 0.0.1 → 0.0.3-beta.0
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/README.md +10 -1
- package/dist/.build-fingerprint +1 -0
- package/dist/{agent-file-refresh-7XCACU34.js → agent-file-refresh-J3KY54E5.js} +3 -2
- package/dist/bin.js +8 -8
- package/dist/chunk-4HKZH6YK.js +307 -0
- package/dist/{chunk-3DUAGYGP.js → chunk-55VHDNW5.js} +2 -2
- package/dist/{chunk-EMCAWMHC.js → chunk-5L4X5LS6.js} +16 -2
- package/dist/{chunk-LH6Z6KFV.js → chunk-5XZ744TS.js} +1 -1
- package/dist/chunk-6DHJVLYP.js +2044 -0
- package/dist/{chunk-TRU5OHQ5.js → chunk-CBL57QBQ.js} +53 -31
- package/dist/{chunk-5YTBTF25.js → chunk-EWFHDJY5.js} +2 -2
- package/dist/{chunk-MZUI3JNX.js → chunk-F6JCFRKO.js} +2 -2
- package/dist/{chunk-IZW6MK3U.js → chunk-FY6LXRR6.js} +2 -2
- package/dist/{chunk-NOO35BQ2.js → chunk-HKAX756N.js} +3 -3
- package/dist/{chunk-RVB7ITKN.js → chunk-LU7TRWMC.js} +2 -2
- package/dist/{chunk-33ND6LKO.js → chunk-MWLNBSTY.js} +2 -2
- package/dist/{chunk-26CNBZE2.js → chunk-P3TTMWUP.js} +13 -4
- package/dist/{chunk-YYRDLFSJ.js → chunk-QO4I5OYF.js} +40 -2
- package/dist/{chunk-YDZYMZBE.js → chunk-TQUO2OXY.js} +4 -4
- package/dist/{chunk-FJ6ZS5KB.js → chunk-U3G2UW65.js} +177 -60
- package/dist/{chunk-YGPIY3WT.js → chunk-VVXPK6SE.js} +64 -22
- package/dist/{chunk-VKFQJEMW.js → chunk-WRYT2PAX.js} +14 -371
- package/dist/{chunk-WKP4D5MO.js → chunk-YZ4GU6F5.js} +283 -252
- package/dist/cli.d.ts +22 -0
- package/dist/cli.js +8 -8
- package/dist/{codegen-command-OOKK6AZK.js → codegen-command-EXLKZ2ZI.js} +19 -17
- package/dist/codegen.js +2 -2
- package/dist/{completion-TIPPZN7H.js → completion-2PVZK6YX.js} +2 -2
- package/dist/{deploy-command-4EQ7XX5G.js → deploy-command-SXX6RJWM.js} +16 -16
- package/dist/{env-target-IFJ5QDHC.js → env-target-3EGIPR4D.js} +2 -2
- package/dist/{ephemeral-command-3X3I4ULC.js → ephemeral-command-OGOYP7D6.js} +15 -15
- package/dist/index.d.ts +106 -84
- package/dist/index.js +6 -6
- package/dist/{init-command-R6H7ZXW5.js → init-command-6DGXEVZD.js} +13 -11
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +29 -11
- package/dist/{live-diff-Y3AKETHE.js → live-diff-RXSJCVJ7.js} +2 -2
- package/dist/{lock-commands-XTR2YKLY.js → lock-commands-R22J54XV.js} +11 -11
- package/dist/{loop-OM3P2Z6O.js → loop-SAWAOUFO.js} +2 -2
- package/dist/{marketplace-command-RATXTKXN.js → marketplace-command-XJIWL4YP.js} +6 -6
- package/dist/meta-client-OW5WKWW7.js +1 -1
- package/dist/node.d.ts +2 -2
- package/dist/node.js +14 -14
- package/dist/{release-command-VV5UVZKL.js → release-command-6PLMLGDK.js} +20 -20
- package/dist/sandbox-export-command-QCJY4GMV.js +1 -1
- package/dist/scaffold.d.ts +1896 -0
- package/dist/scaffold.js +101 -0
- package/dist/{store-BQ97nKIF.d.ts → store-g45zwB33.d.ts} +91 -75
- package/dist/{test-command-TSPBQHBM.js → test-command-LLPXKT35.js} +4 -4
- package/dist/{validate-command-4ERHJSCO.js → validate-command-WAT3ZJT3.js} +11 -11
- package/dist/{workspace-command-OF23DPNI.js → workspace-command-JKMI7RZ4.js} +20 -18
- package/dist/workspace-export-AJMGN3CQ.js +1 -1
- package/llms/statements-calls.md +4 -4
- package/llms/statements-catalog.md +20 -20
- package/llms/statements-data.md +1 -1
- package/llms-full.txt +26 -26
- package/llms.txt +1 -1
- package/manifest.json +197 -84
- package/package.json +10 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xanots",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3-beta.0",
|
|
4
4
|
"description": "TypeScript SDK that compiles a typed Xano workspace into the importable packageExport JSON bundle.",
|
|
5
5
|
"coverage": {
|
|
6
6
|
"objectKinds": {
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
{
|
|
585
585
|
"name": "url",
|
|
586
586
|
"type": "value",
|
|
587
|
-
"optional":
|
|
587
|
+
"optional": false
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
"name": "bearer_token",
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
{
|
|
621
621
|
"name": "url",
|
|
622
622
|
"type": "value",
|
|
623
|
-
"optional":
|
|
623
|
+
"optional": false
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"name": "bearer_token",
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
{
|
|
657
657
|
"name": "url",
|
|
658
658
|
"type": "value",
|
|
659
|
-
"optional":
|
|
659
|
+
"optional": false
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
662
|
"name": "bearer_token",
|
|
@@ -677,8 +677,7 @@
|
|
|
677
677
|
{
|
|
678
678
|
"name": "tool",
|
|
679
679
|
"type": "value",
|
|
680
|
-
"optional":
|
|
681
|
-
"default": ""
|
|
680
|
+
"optional": false
|
|
682
681
|
},
|
|
683
682
|
{
|
|
684
683
|
"name": "args",
|
|
@@ -1248,20 +1247,17 @@
|
|
|
1248
1247
|
{
|
|
1249
1248
|
"name": "key_id",
|
|
1250
1249
|
"type": "value",
|
|
1251
|
-
"optional":
|
|
1252
|
-
"default": ""
|
|
1250
|
+
"optional": false
|
|
1253
1251
|
},
|
|
1254
1252
|
{
|
|
1255
1253
|
"name": "access_key",
|
|
1256
1254
|
"type": "value",
|
|
1257
|
-
"optional":
|
|
1258
|
-
"default": ""
|
|
1255
|
+
"optional": false
|
|
1259
1256
|
},
|
|
1260
1257
|
{
|
|
1261
1258
|
"name": "region",
|
|
1262
1259
|
"type": "value",
|
|
1263
|
-
"optional":
|
|
1264
|
-
"default": ""
|
|
1260
|
+
"optional": false
|
|
1265
1261
|
},
|
|
1266
1262
|
{
|
|
1267
1263
|
"name": "base_url",
|
|
@@ -1283,20 +1279,17 @@
|
|
|
1283
1279
|
{
|
|
1284
1280
|
"name": "index",
|
|
1285
1281
|
"type": "value",
|
|
1286
|
-
"optional":
|
|
1287
|
-
"default": ""
|
|
1282
|
+
"optional": false
|
|
1288
1283
|
},
|
|
1289
1284
|
{
|
|
1290
1285
|
"name": "doc_id",
|
|
1291
1286
|
"type": "value",
|
|
1292
|
-
"optional":
|
|
1293
|
-
"default": ""
|
|
1287
|
+
"optional": false
|
|
1294
1288
|
},
|
|
1295
1289
|
{
|
|
1296
1290
|
"name": "doc",
|
|
1297
1291
|
"type": "value",
|
|
1298
|
-
"optional":
|
|
1299
|
-
"default": ""
|
|
1292
|
+
"optional": false
|
|
1300
1293
|
}
|
|
1301
1294
|
]
|
|
1302
1295
|
},
|
|
@@ -1326,38 +1319,32 @@
|
|
|
1326
1319
|
{
|
|
1327
1320
|
"name": "key_id",
|
|
1328
1321
|
"type": "value",
|
|
1329
|
-
"optional":
|
|
1330
|
-
"default": ""
|
|
1322
|
+
"optional": false
|
|
1331
1323
|
},
|
|
1332
1324
|
{
|
|
1333
1325
|
"name": "access_key",
|
|
1334
1326
|
"type": "value",
|
|
1335
|
-
"optional":
|
|
1336
|
-
"default": ""
|
|
1327
|
+
"optional": false
|
|
1337
1328
|
},
|
|
1338
1329
|
{
|
|
1339
1330
|
"name": "region",
|
|
1340
1331
|
"type": "value",
|
|
1341
|
-
"optional":
|
|
1342
|
-
"default": ""
|
|
1332
|
+
"optional": false
|
|
1343
1333
|
},
|
|
1344
1334
|
{
|
|
1345
1335
|
"name": "base_url",
|
|
1346
1336
|
"type": "value",
|
|
1347
|
-
"optional":
|
|
1348
|
-
"default": ""
|
|
1337
|
+
"optional": false
|
|
1349
1338
|
},
|
|
1350
1339
|
{
|
|
1351
1340
|
"name": "index",
|
|
1352
1341
|
"type": "value",
|
|
1353
|
-
"optional":
|
|
1354
|
-
"default": ""
|
|
1342
|
+
"optional": false
|
|
1355
1343
|
},
|
|
1356
1344
|
{
|
|
1357
1345
|
"name": "payload",
|
|
1358
1346
|
"type": "value",
|
|
1359
|
-
"optional":
|
|
1360
|
-
"default": "{}"
|
|
1347
|
+
"optional": false
|
|
1361
1348
|
},
|
|
1362
1349
|
{
|
|
1363
1350
|
"name": "size",
|
|
@@ -1427,20 +1414,17 @@
|
|
|
1427
1414
|
{
|
|
1428
1415
|
"name": "key_id",
|
|
1429
1416
|
"type": "value",
|
|
1430
|
-
"optional":
|
|
1431
|
-
"default": ""
|
|
1417
|
+
"optional": false
|
|
1432
1418
|
},
|
|
1433
1419
|
{
|
|
1434
1420
|
"name": "access_key",
|
|
1435
1421
|
"type": "value",
|
|
1436
|
-
"optional":
|
|
1437
|
-
"default": ""
|
|
1422
|
+
"optional": false
|
|
1438
1423
|
},
|
|
1439
1424
|
{
|
|
1440
1425
|
"name": "region",
|
|
1441
1426
|
"type": "value",
|
|
1442
|
-
"optional":
|
|
1443
|
-
"default": ""
|
|
1427
|
+
"optional": false
|
|
1444
1428
|
},
|
|
1445
1429
|
{
|
|
1446
1430
|
"name": "method",
|
|
@@ -1460,14 +1444,12 @@
|
|
|
1460
1444
|
{
|
|
1461
1445
|
"name": "url",
|
|
1462
1446
|
"type": "value",
|
|
1463
|
-
"optional":
|
|
1464
|
-
"default": ""
|
|
1447
|
+
"optional": false
|
|
1465
1448
|
},
|
|
1466
1449
|
{
|
|
1467
1450
|
"name": "query",
|
|
1468
1451
|
"type": "value",
|
|
1469
|
-
"optional":
|
|
1470
|
-
"default": "{}"
|
|
1452
|
+
"optional": false
|
|
1471
1453
|
}
|
|
1472
1454
|
]
|
|
1473
1455
|
},
|
|
@@ -2066,32 +2048,27 @@
|
|
|
2066
2048
|
{
|
|
2067
2049
|
"name": "key_id",
|
|
2068
2050
|
"type": "value",
|
|
2069
|
-
"optional":
|
|
2070
|
-
"default": ""
|
|
2051
|
+
"optional": false
|
|
2071
2052
|
},
|
|
2072
2053
|
{
|
|
2073
2054
|
"name": "access_key",
|
|
2074
2055
|
"type": "value",
|
|
2075
|
-
"optional":
|
|
2076
|
-
"default": ""
|
|
2056
|
+
"optional": false
|
|
2077
2057
|
},
|
|
2078
2058
|
{
|
|
2079
2059
|
"name": "base_url",
|
|
2080
2060
|
"type": "value",
|
|
2081
|
-
"optional":
|
|
2082
|
-
"default": ""
|
|
2061
|
+
"optional": false
|
|
2083
2062
|
},
|
|
2084
2063
|
{
|
|
2085
2064
|
"name": "index",
|
|
2086
2065
|
"type": "value",
|
|
2087
|
-
"optional":
|
|
2088
|
-
"default": ""
|
|
2066
|
+
"optional": false
|
|
2089
2067
|
},
|
|
2090
2068
|
{
|
|
2091
2069
|
"name": "payload",
|
|
2092
2070
|
"type": "value",
|
|
2093
|
-
"optional":
|
|
2094
|
-
"default": "{}"
|
|
2071
|
+
"optional": false
|
|
2095
2072
|
},
|
|
2096
2073
|
{
|
|
2097
2074
|
"name": "size",
|
|
@@ -2162,14 +2139,12 @@
|
|
|
2162
2139
|
{
|
|
2163
2140
|
"name": "key_id",
|
|
2164
2141
|
"type": "value",
|
|
2165
|
-
"optional":
|
|
2166
|
-
"default": ""
|
|
2142
|
+
"optional": false
|
|
2167
2143
|
},
|
|
2168
2144
|
{
|
|
2169
2145
|
"name": "access_key",
|
|
2170
2146
|
"type": "value",
|
|
2171
|
-
"optional":
|
|
2172
|
-
"default": ""
|
|
2147
|
+
"optional": false
|
|
2173
2148
|
},
|
|
2174
2149
|
{
|
|
2175
2150
|
"name": "method",
|
|
@@ -2187,14 +2162,12 @@
|
|
|
2187
2162
|
{
|
|
2188
2163
|
"name": "url",
|
|
2189
2164
|
"type": "value",
|
|
2190
|
-
"optional":
|
|
2191
|
-
"default": ""
|
|
2165
|
+
"optional": false
|
|
2192
2166
|
},
|
|
2193
2167
|
{
|
|
2194
2168
|
"name": "payload",
|
|
2195
2169
|
"type": "value",
|
|
2196
|
-
"optional":
|
|
2197
|
-
"default": "{}"
|
|
2170
|
+
"optional": false
|
|
2198
2171
|
}
|
|
2199
2172
|
]
|
|
2200
2173
|
},
|
|
@@ -2475,7 +2448,7 @@
|
|
|
2475
2448
|
{
|
|
2476
2449
|
"name": "message",
|
|
2477
2450
|
"type": "value",
|
|
2478
|
-
"optional":
|
|
2451
|
+
"optional": false
|
|
2479
2452
|
},
|
|
2480
2453
|
{
|
|
2481
2454
|
"name": "status",
|
|
@@ -2565,7 +2538,7 @@
|
|
|
2565
2538
|
{
|
|
2566
2539
|
"name": "metric",
|
|
2567
2540
|
"type": "value",
|
|
2568
|
-
"optional":
|
|
2541
|
+
"optional": false
|
|
2569
2542
|
},
|
|
2570
2543
|
{
|
|
2571
2544
|
"name": "value",
|
|
@@ -2931,7 +2904,7 @@
|
|
|
2931
2904
|
{
|
|
2932
2905
|
"name": "code",
|
|
2933
2906
|
"type": "value",
|
|
2934
|
-
"optional":
|
|
2907
|
+
"optional": false
|
|
2935
2908
|
},
|
|
2936
2909
|
{
|
|
2937
2910
|
"name": "timeout",
|
|
@@ -3677,12 +3650,12 @@
|
|
|
3677
3650
|
{
|
|
3678
3651
|
"name": "text_password",
|
|
3679
3652
|
"type": "value",
|
|
3680
|
-
"optional":
|
|
3653
|
+
"optional": false
|
|
3681
3654
|
},
|
|
3682
3655
|
{
|
|
3683
3656
|
"name": "hash_password",
|
|
3684
3657
|
"type": "value",
|
|
3685
|
-
"optional":
|
|
3658
|
+
"optional": false
|
|
3686
3659
|
}
|
|
3687
3660
|
],
|
|
3688
3661
|
"result": {
|
|
@@ -3873,7 +3846,7 @@
|
|
|
3873
3846
|
{
|
|
3874
3847
|
"name": "data",
|
|
3875
3848
|
"type": "value",
|
|
3876
|
-
"optional":
|
|
3849
|
+
"optional": false
|
|
3877
3850
|
},
|
|
3878
3851
|
{
|
|
3879
3852
|
"name": "algorithm",
|
|
@@ -3891,12 +3864,12 @@
|
|
|
3891
3864
|
{
|
|
3892
3865
|
"name": "key",
|
|
3893
3866
|
"type": "value",
|
|
3894
|
-
"optional":
|
|
3867
|
+
"optional": false
|
|
3895
3868
|
},
|
|
3896
3869
|
{
|
|
3897
3870
|
"name": "iv",
|
|
3898
3871
|
"type": "value",
|
|
3899
|
-
"optional":
|
|
3872
|
+
"optional": false
|
|
3900
3873
|
}
|
|
3901
3874
|
]
|
|
3902
3875
|
},
|
|
@@ -3916,7 +3889,7 @@
|
|
|
3916
3889
|
{
|
|
3917
3890
|
"name": "data",
|
|
3918
3891
|
"type": "value",
|
|
3919
|
-
"optional":
|
|
3892
|
+
"optional": false
|
|
3920
3893
|
},
|
|
3921
3894
|
{
|
|
3922
3895
|
"name": "algorithm",
|
|
@@ -3934,12 +3907,12 @@
|
|
|
3934
3907
|
{
|
|
3935
3908
|
"name": "key",
|
|
3936
3909
|
"type": "value",
|
|
3937
|
-
"optional":
|
|
3910
|
+
"optional": false
|
|
3938
3911
|
},
|
|
3939
3912
|
{
|
|
3940
3913
|
"name": "iv",
|
|
3941
3914
|
"type": "value",
|
|
3942
|
-
"optional":
|
|
3915
|
+
"optional": false
|
|
3943
3916
|
}
|
|
3944
3917
|
]
|
|
3945
3918
|
},
|
|
@@ -3959,12 +3932,12 @@
|
|
|
3959
3932
|
{
|
|
3960
3933
|
"name": "token",
|
|
3961
3934
|
"type": "value",
|
|
3962
|
-
"optional":
|
|
3935
|
+
"optional": false
|
|
3963
3936
|
},
|
|
3964
3937
|
{
|
|
3965
3938
|
"name": "key",
|
|
3966
3939
|
"type": "value",
|
|
3967
|
-
"optional":
|
|
3940
|
+
"optional": false
|
|
3968
3941
|
},
|
|
3969
3942
|
{
|
|
3970
3943
|
"name": "check_claims",
|
|
@@ -4033,7 +4006,7 @@
|
|
|
4033
4006
|
{
|
|
4034
4007
|
"name": "key",
|
|
4035
4008
|
"type": "value",
|
|
4036
|
-
"optional":
|
|
4009
|
+
"optional": false
|
|
4037
4010
|
},
|
|
4038
4011
|
{
|
|
4039
4012
|
"name": "key_algorithm",
|
|
@@ -4087,12 +4060,12 @@
|
|
|
4087
4060
|
{
|
|
4088
4061
|
"name": "token",
|
|
4089
4062
|
"type": "value",
|
|
4090
|
-
"optional":
|
|
4063
|
+
"optional": false
|
|
4091
4064
|
},
|
|
4092
4065
|
{
|
|
4093
4066
|
"name": "key",
|
|
4094
4067
|
"type": "value",
|
|
4095
|
-
"optional":
|
|
4068
|
+
"optional": false
|
|
4096
4069
|
},
|
|
4097
4070
|
{
|
|
4098
4071
|
"name": "check_claims",
|
|
@@ -4151,7 +4124,7 @@
|
|
|
4151
4124
|
{
|
|
4152
4125
|
"name": "key",
|
|
4153
4126
|
"type": "value",
|
|
4154
|
-
"optional":
|
|
4127
|
+
"optional": false
|
|
4155
4128
|
},
|
|
4156
4129
|
{
|
|
4157
4130
|
"name": "signature_algorithm",
|
|
@@ -5214,22 +5187,22 @@
|
|
|
5214
5187
|
{
|
|
5215
5188
|
"name": "latitude_1",
|
|
5216
5189
|
"type": "value",
|
|
5217
|
-
"optional":
|
|
5190
|
+
"optional": false
|
|
5218
5191
|
},
|
|
5219
5192
|
{
|
|
5220
5193
|
"name": "longitude_1",
|
|
5221
5194
|
"type": "value",
|
|
5222
|
-
"optional":
|
|
5195
|
+
"optional": false
|
|
5223
5196
|
},
|
|
5224
5197
|
{
|
|
5225
5198
|
"name": "latitude_2",
|
|
5226
5199
|
"type": "value",
|
|
5227
|
-
"optional":
|
|
5200
|
+
"optional": false
|
|
5228
5201
|
},
|
|
5229
5202
|
{
|
|
5230
5203
|
"name": "longitude_2",
|
|
5231
5204
|
"type": "value",
|
|
5232
|
-
"optional":
|
|
5205
|
+
"optional": false
|
|
5233
5206
|
}
|
|
5234
5207
|
],
|
|
5235
5208
|
"result": {
|
|
@@ -5347,6 +5320,11 @@
|
|
|
5347
5320
|
"optional": true,
|
|
5348
5321
|
"default": ""
|
|
5349
5322
|
},
|
|
5323
|
+
{
|
|
5324
|
+
"name": "api_key",
|
|
5325
|
+
"type": "value",
|
|
5326
|
+
"optional": true
|
|
5327
|
+
},
|
|
5350
5328
|
{
|
|
5351
5329
|
"name": "service_provider",
|
|
5352
5330
|
"type": "value",
|
|
@@ -5356,11 +5334,6 @@
|
|
|
5356
5334
|
"xano"
|
|
5357
5335
|
]
|
|
5358
5336
|
},
|
|
5359
|
-
{
|
|
5360
|
-
"name": "api_key",
|
|
5361
|
-
"type": "value",
|
|
5362
|
-
"optional": true
|
|
5363
|
-
},
|
|
5364
5337
|
{
|
|
5365
5338
|
"name": "subject",
|
|
5366
5339
|
"type": "value",
|
|
@@ -8589,6 +8562,34 @@
|
|
|
8589
8562
|
"flag": "--framework <id>",
|
|
8590
8563
|
"description": "Frontend framework to scaffold: react (default), svelte"
|
|
8591
8564
|
},
|
|
8565
|
+
{
|
|
8566
|
+
"flag": "--theme <id>",
|
|
8567
|
+
"description": "shadcn/ui theme — <base> or <base>-<accent> (e.g. zinc-blue), a registry theme URL, or a registry item JSON path; an unknown id lists every base and accent"
|
|
8568
|
+
},
|
|
8569
|
+
{
|
|
8570
|
+
"flag": "--radius <len>",
|
|
8571
|
+
"description": "Corner radius for the scaffold's theme — a number of rem (0, 0.5, 1) or a CSS length"
|
|
8572
|
+
},
|
|
8573
|
+
{
|
|
8574
|
+
"flag": "--dark <mode>",
|
|
8575
|
+
"description": "What switches the app into its dark palette: system (default, follows the OS), toggle (adds a control), off"
|
|
8576
|
+
},
|
|
8577
|
+
{
|
|
8578
|
+
"flag": "--font <id>",
|
|
8579
|
+
"description": "Body typeface, self-hosted from its @fontsource package (default: the system stack)"
|
|
8580
|
+
},
|
|
8581
|
+
{
|
|
8582
|
+
"flag": "--font-mono <id>",
|
|
8583
|
+
"description": "Code typeface (default: the system mono stack)"
|
|
8584
|
+
},
|
|
8585
|
+
{
|
|
8586
|
+
"flag": "--font-heading <id>",
|
|
8587
|
+
"description": "Heading typeface, bound to h1–h6 (default: inherits the body face)"
|
|
8588
|
+
},
|
|
8589
|
+
{
|
|
8590
|
+
"flag": "--icons <id>",
|
|
8591
|
+
"description": "Icon set: lucide (default), tabler, phosphor"
|
|
8592
|
+
},
|
|
8592
8593
|
{
|
|
8593
8594
|
"flag": "--ai <preset>",
|
|
8594
8595
|
"description": "AI instruction files to scaffold: claude, codex, cursor, none"
|
|
@@ -8727,6 +8728,34 @@
|
|
|
8727
8728
|
"flag": "--framework <id>",
|
|
8728
8729
|
"description": "Frontend framework to scaffold: react (default), svelte"
|
|
8729
8730
|
},
|
|
8731
|
+
{
|
|
8732
|
+
"flag": "--theme <id>",
|
|
8733
|
+
"description": "shadcn/ui theme — <base> or <base>-<accent> (e.g. zinc-blue), a registry theme URL, or a registry item JSON path; an unknown id lists every base and accent"
|
|
8734
|
+
},
|
|
8735
|
+
{
|
|
8736
|
+
"flag": "--radius <len>",
|
|
8737
|
+
"description": "Corner radius for the scaffold's theme — a number of rem (0, 0.5, 1) or a CSS length"
|
|
8738
|
+
},
|
|
8739
|
+
{
|
|
8740
|
+
"flag": "--dark <mode>",
|
|
8741
|
+
"description": "What switches the app into its dark palette: system (default, follows the OS), toggle (adds a control), off"
|
|
8742
|
+
},
|
|
8743
|
+
{
|
|
8744
|
+
"flag": "--font <id>",
|
|
8745
|
+
"description": "Body typeface, self-hosted from its @fontsource package (default: the system stack)"
|
|
8746
|
+
},
|
|
8747
|
+
{
|
|
8748
|
+
"flag": "--font-mono <id>",
|
|
8749
|
+
"description": "Code typeface (default: the system mono stack)"
|
|
8750
|
+
},
|
|
8751
|
+
{
|
|
8752
|
+
"flag": "--font-heading <id>",
|
|
8753
|
+
"description": "Heading typeface, bound to h1–h6 (default: inherits the body face)"
|
|
8754
|
+
},
|
|
8755
|
+
{
|
|
8756
|
+
"flag": "--icons <id>",
|
|
8757
|
+
"description": "Icon set: lucide (default), tabler, phosphor"
|
|
8758
|
+
},
|
|
8730
8759
|
{
|
|
8731
8760
|
"flag": "--ai <preset>",
|
|
8732
8761
|
"description": "AI instruction files to scaffold: claude, codex, cursor, none"
|
|
@@ -8928,6 +8957,34 @@
|
|
|
8928
8957
|
"flag": "--framework <id>",
|
|
8929
8958
|
"description": "Frontend framework to scaffold: react (default), svelte"
|
|
8930
8959
|
},
|
|
8960
|
+
{
|
|
8961
|
+
"flag": "--theme <id>",
|
|
8962
|
+
"description": "shadcn/ui theme — <base> or <base>-<accent> (e.g. zinc-blue), a registry theme URL, or a registry item JSON path; an unknown id lists every base and accent"
|
|
8963
|
+
},
|
|
8964
|
+
{
|
|
8965
|
+
"flag": "--radius <len>",
|
|
8966
|
+
"description": "Corner radius for the scaffold's theme — a number of rem (0, 0.5, 1) or a CSS length"
|
|
8967
|
+
},
|
|
8968
|
+
{
|
|
8969
|
+
"flag": "--dark <mode>",
|
|
8970
|
+
"description": "What switches the app into its dark palette: system (default, follows the OS), toggle (adds a control), off"
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"flag": "--font <id>",
|
|
8974
|
+
"description": "Body typeface, self-hosted from its @fontsource package (default: the system stack)"
|
|
8975
|
+
},
|
|
8976
|
+
{
|
|
8977
|
+
"flag": "--font-mono <id>",
|
|
8978
|
+
"description": "Code typeface (default: the system mono stack)"
|
|
8979
|
+
},
|
|
8980
|
+
{
|
|
8981
|
+
"flag": "--font-heading <id>",
|
|
8982
|
+
"description": "Heading typeface, bound to h1–h6 (default: inherits the body face)"
|
|
8983
|
+
},
|
|
8984
|
+
{
|
|
8985
|
+
"flag": "--icons <id>",
|
|
8986
|
+
"description": "Icon set: lucide (default), tabler, phosphor"
|
|
8987
|
+
},
|
|
8931
8988
|
{
|
|
8932
8989
|
"flag": "--ai <preset>",
|
|
8933
8990
|
"description": "AI instruction files to scaffold: claude, codex, cursor, none"
|
|
@@ -9228,6 +9285,34 @@
|
|
|
9228
9285
|
"flag": "--framework <id>",
|
|
9229
9286
|
"description": "Frontend framework to scaffold: react (default), svelte"
|
|
9230
9287
|
},
|
|
9288
|
+
{
|
|
9289
|
+
"flag": "--theme <id>",
|
|
9290
|
+
"description": "shadcn/ui theme — <base> or <base>-<accent> (e.g. zinc-blue), a registry theme URL, or a registry item JSON path; an unknown id lists every base and accent"
|
|
9291
|
+
},
|
|
9292
|
+
{
|
|
9293
|
+
"flag": "--radius <len>",
|
|
9294
|
+
"description": "Corner radius for the scaffold's theme — a number of rem (0, 0.5, 1) or a CSS length"
|
|
9295
|
+
},
|
|
9296
|
+
{
|
|
9297
|
+
"flag": "--dark <mode>",
|
|
9298
|
+
"description": "What switches the app into its dark palette: system (default, follows the OS), toggle (adds a control), off"
|
|
9299
|
+
},
|
|
9300
|
+
{
|
|
9301
|
+
"flag": "--font <id>",
|
|
9302
|
+
"description": "Body typeface, self-hosted from its @fontsource package (default: the system stack)"
|
|
9303
|
+
},
|
|
9304
|
+
{
|
|
9305
|
+
"flag": "--font-mono <id>",
|
|
9306
|
+
"description": "Code typeface (default: the system mono stack)"
|
|
9307
|
+
},
|
|
9308
|
+
{
|
|
9309
|
+
"flag": "--font-heading <id>",
|
|
9310
|
+
"description": "Heading typeface, bound to h1–h6 (default: inherits the body face)"
|
|
9311
|
+
},
|
|
9312
|
+
{
|
|
9313
|
+
"flag": "--icons <id>",
|
|
9314
|
+
"description": "Icon set: lucide (default), tabler, phosphor"
|
|
9315
|
+
},
|
|
9231
9316
|
{
|
|
9232
9317
|
"flag": "--ai <preset>",
|
|
9233
9318
|
"description": "AI instruction files to scaffold: claude, codex, cursor, none"
|
|
@@ -9495,6 +9580,34 @@
|
|
|
9495
9580
|
"flag": "--framework <id>",
|
|
9496
9581
|
"description": "Frontend framework to scaffold: react (default), svelte"
|
|
9497
9582
|
},
|
|
9583
|
+
{
|
|
9584
|
+
"flag": "--theme <id>",
|
|
9585
|
+
"description": "shadcn/ui theme — <base> or <base>-<accent> (e.g. zinc-blue), a registry theme URL, or a registry item JSON path; an unknown id lists every base and accent"
|
|
9586
|
+
},
|
|
9587
|
+
{
|
|
9588
|
+
"flag": "--radius <len>",
|
|
9589
|
+
"description": "Corner radius for the scaffold's theme — a number of rem (0, 0.5, 1) or a CSS length"
|
|
9590
|
+
},
|
|
9591
|
+
{
|
|
9592
|
+
"flag": "--dark <mode>",
|
|
9593
|
+
"description": "What switches the app into its dark palette: system (default, follows the OS), toggle (adds a control), off"
|
|
9594
|
+
},
|
|
9595
|
+
{
|
|
9596
|
+
"flag": "--font <id>",
|
|
9597
|
+
"description": "Body typeface, self-hosted from its @fontsource package (default: the system stack)"
|
|
9598
|
+
},
|
|
9599
|
+
{
|
|
9600
|
+
"flag": "--font-mono <id>",
|
|
9601
|
+
"description": "Code typeface (default: the system mono stack)"
|
|
9602
|
+
},
|
|
9603
|
+
{
|
|
9604
|
+
"flag": "--font-heading <id>",
|
|
9605
|
+
"description": "Heading typeface, bound to h1–h6 (default: inherits the body face)"
|
|
9606
|
+
},
|
|
9607
|
+
{
|
|
9608
|
+
"flag": "--icons <id>",
|
|
9609
|
+
"description": "Icon set: lucide (default), tabler, phosphor"
|
|
9610
|
+
},
|
|
9498
9611
|
{
|
|
9499
9612
|
"flag": "--ai <preset>",
|
|
9500
9613
|
"description": "AI instruction files to scaffold: claude, codex, cursor, none"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xanots/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3-beta.0",
|
|
4
4
|
"description": "XanoTS — your Xano backend as TypeScript. `xanots deploy` ships your typed workspace (and an optional static frontend) to a live, auto-expiring ephemeral environment and prints its URL. init → deploy → URL.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xanots",
|
|
@@ -40,6 +40,10 @@
|
|
|
40
40
|
"types": "./dist/node.d.ts",
|
|
41
41
|
"import": "./dist/node.js"
|
|
42
42
|
},
|
|
43
|
+
"./scaffold": {
|
|
44
|
+
"types": "./dist/scaffold.d.ts",
|
|
45
|
+
"import": "./dist/scaffold.js"
|
|
46
|
+
},
|
|
43
47
|
"./codegen": {
|
|
44
48
|
"types": "./dist/codegen.d.ts",
|
|
45
49
|
"import": "./dist/codegen.js"
|
|
@@ -67,7 +71,12 @@
|
|
|
67
71
|
"codegen:sweep": "tsx scripts/codegen-sweep.ts",
|
|
68
72
|
"codegen:replay": "tsx scripts/codegen-replay.ts",
|
|
69
73
|
"codegen:imports": "tsx scripts/codegen-imports.ts",
|
|
74
|
+
"codegen:themes": "tsx scripts/gen-shadcn-themes.ts",
|
|
75
|
+
"codegen:fonts": "tsx scripts/gen-shadcn-fonts.ts",
|
|
70
76
|
"audit:spec-drift": "tsx scripts/spec-drift.ts",
|
|
77
|
+
"audit:special-required": "tsx scripts/special-required.ts",
|
|
78
|
+
"audit:output-flag": "tsx scripts/audit-output-flag.ts",
|
|
79
|
+
"audit:decode-coverage": "tsx scripts/audit-decode-coverage.ts",
|
|
71
80
|
"manifest": "tsx scripts/manifest.ts",
|
|
72
81
|
"measure:llms": "tsx scripts/measure-llms.ts",
|
|
73
82
|
"typecheck": "tsc --noEmit",
|