democut 0.6.36 → 0.6.37
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/cli.js +49 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -6916,7 +6916,7 @@ import { realpathSync } from "fs";
|
|
|
6916
6916
|
import { fileURLToPath } from "url";
|
|
6917
6917
|
|
|
6918
6918
|
// src/version.ts
|
|
6919
|
-
var VERSION = "0.6.
|
|
6919
|
+
var VERSION = "0.6.37";
|
|
6920
6920
|
|
|
6921
6921
|
// src/device-flow.ts
|
|
6922
6922
|
var DeviceFlowError = class extends Error {
|
|
@@ -16159,6 +16159,18 @@ var GENERATED_TOOLS = [
|
|
|
16159
16159
|
"updated_at": {
|
|
16160
16160
|
"title": "Updated At",
|
|
16161
16161
|
"type": "string"
|
|
16162
|
+
},
|
|
16163
|
+
"thumbnail_url": {
|
|
16164
|
+
"anyOf": [
|
|
16165
|
+
{
|
|
16166
|
+
"type": "string"
|
|
16167
|
+
},
|
|
16168
|
+
{
|
|
16169
|
+
"type": "null"
|
|
16170
|
+
}
|
|
16171
|
+
],
|
|
16172
|
+
"default": null,
|
|
16173
|
+
"title": "Thumbnail Url"
|
|
16162
16174
|
}
|
|
16163
16175
|
},
|
|
16164
16176
|
"required": [
|
|
@@ -16379,6 +16391,18 @@ var GENERATED_TOOLS = [
|
|
|
16379
16391
|
"updated_at": {
|
|
16380
16392
|
"title": "Updated At",
|
|
16381
16393
|
"type": "string"
|
|
16394
|
+
},
|
|
16395
|
+
"thumbnail_url": {
|
|
16396
|
+
"anyOf": [
|
|
16397
|
+
{
|
|
16398
|
+
"type": "string"
|
|
16399
|
+
},
|
|
16400
|
+
{
|
|
16401
|
+
"type": "null"
|
|
16402
|
+
}
|
|
16403
|
+
],
|
|
16404
|
+
"default": null,
|
|
16405
|
+
"title": "Thumbnail Url"
|
|
16382
16406
|
}
|
|
16383
16407
|
},
|
|
16384
16408
|
"required": [
|
|
@@ -16759,6 +16783,18 @@ var GENERATED_TOOLS = [
|
|
|
16759
16783
|
"updated_at": {
|
|
16760
16784
|
"title": "Updated At",
|
|
16761
16785
|
"type": "string"
|
|
16786
|
+
},
|
|
16787
|
+
"thumbnail_url": {
|
|
16788
|
+
"anyOf": [
|
|
16789
|
+
{
|
|
16790
|
+
"type": "string"
|
|
16791
|
+
},
|
|
16792
|
+
{
|
|
16793
|
+
"type": "null"
|
|
16794
|
+
}
|
|
16795
|
+
],
|
|
16796
|
+
"default": null,
|
|
16797
|
+
"title": "Thumbnail Url"
|
|
16762
16798
|
}
|
|
16763
16799
|
},
|
|
16764
16800
|
"required": [
|
|
@@ -17240,6 +17276,18 @@ var GENERATED_TOOLS = [
|
|
|
17240
17276
|
"updated_at": {
|
|
17241
17277
|
"title": "Updated At",
|
|
17242
17278
|
"type": "string"
|
|
17279
|
+
},
|
|
17280
|
+
"thumbnail_url": {
|
|
17281
|
+
"anyOf": [
|
|
17282
|
+
{
|
|
17283
|
+
"type": "string"
|
|
17284
|
+
},
|
|
17285
|
+
{
|
|
17286
|
+
"type": "null"
|
|
17287
|
+
}
|
|
17288
|
+
],
|
|
17289
|
+
"default": null,
|
|
17290
|
+
"title": "Thumbnail Url"
|
|
17243
17291
|
}
|
|
17244
17292
|
},
|
|
17245
17293
|
"required": [
|