@dotobokuri/fleet-cli 1.10.0 → 1.10.1
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/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -79370,7 +79370,7 @@ var AGENT_CLI_API_CATALOG = [
|
|
|
79370
79370
|
{
|
|
79371
79371
|
method: "GET",
|
|
79372
79372
|
path: "/agent-cli/state",
|
|
79373
|
-
summary: "
|
|
79373
|
+
summary: "Get the installed Agent CLI status.",
|
|
79374
79374
|
category: "Agent CLI",
|
|
79375
79375
|
gate: "loopback"
|
|
79376
79376
|
}
|
|
@@ -79397,63 +79397,63 @@ var CARRIER_SETTINGS_API_CATALOG = [
|
|
|
79397
79397
|
{
|
|
79398
79398
|
method: "GET",
|
|
79399
79399
|
path: "/carrier-settings/state",
|
|
79400
|
-
summary: "
|
|
79400
|
+
summary: "Get the carrier settings status.",
|
|
79401
79401
|
category: "Carrier Settings",
|
|
79402
79402
|
gate: "loopback"
|
|
79403
79403
|
},
|
|
79404
79404
|
{
|
|
79405
79405
|
method: "GET",
|
|
79406
79406
|
path: "/carrier-settings/options",
|
|
79407
|
-
summary: "
|
|
79407
|
+
summary: "Get the carrier settings options.",
|
|
79408
79408
|
category: "Carrier Settings",
|
|
79409
79409
|
gate: "loopback"
|
|
79410
79410
|
},
|
|
79411
79411
|
{
|
|
79412
79412
|
method: "PUT",
|
|
79413
79413
|
path: "/carrier-settings/carriers/:id/cli",
|
|
79414
|
-
summary: "
|
|
79414
|
+
summary: "Change the carrier Agent CLI.",
|
|
79415
79415
|
category: "Carrier Settings",
|
|
79416
79416
|
gate: "terminal-origin"
|
|
79417
79417
|
},
|
|
79418
79418
|
{
|
|
79419
79419
|
method: "PUT",
|
|
79420
79420
|
path: "/carrier-settings/carriers/:id/model",
|
|
79421
|
-
summary: "
|
|
79421
|
+
summary: "Change the carrier model selection.",
|
|
79422
79422
|
category: "Carrier Settings",
|
|
79423
79423
|
gate: "terminal-origin"
|
|
79424
79424
|
},
|
|
79425
79425
|
{
|
|
79426
79426
|
method: "PATCH",
|
|
79427
79427
|
path: "/carrier-settings/carriers/:id/display-name",
|
|
79428
|
-
summary: "
|
|
79428
|
+
summary: "Change the carrier display name.",
|
|
79429
79429
|
category: "Carrier Settings",
|
|
79430
79430
|
gate: "terminal-origin"
|
|
79431
79431
|
},
|
|
79432
79432
|
{
|
|
79433
79433
|
method: "PUT",
|
|
79434
79434
|
path: "/carrier-settings/carriers/:id/agent-mode",
|
|
79435
|
-
summary: "
|
|
79435
|
+
summary: "Change the carrier execution mode.",
|
|
79436
79436
|
category: "Carrier Settings",
|
|
79437
79437
|
gate: "terminal-origin"
|
|
79438
79438
|
},
|
|
79439
79439
|
{
|
|
79440
79440
|
method: "PUT",
|
|
79441
79441
|
path: "/carrier-settings/carriers/:id/taskforce/:cliType",
|
|
79442
|
-
summary: "Task Force
|
|
79442
|
+
summary: "Set the Task Force backend model.",
|
|
79443
79443
|
category: "Carrier Settings",
|
|
79444
79444
|
gate: "terminal-origin"
|
|
79445
79445
|
},
|
|
79446
79446
|
{
|
|
79447
79447
|
method: "DELETE",
|
|
79448
79448
|
path: "/carrier-settings/carriers/:id/taskforce/:cliType",
|
|
79449
|
-
summary: "Task Force
|
|
79449
|
+
summary: "Unset the Task Force backend model.",
|
|
79450
79450
|
category: "Carrier Settings",
|
|
79451
79451
|
gate: "terminal-origin"
|
|
79452
79452
|
},
|
|
79453
79453
|
{
|
|
79454
79454
|
method: "DELETE",
|
|
79455
79455
|
path: "/carrier-settings/carriers/:id/taskforce",
|
|
79456
|
-
summary: "
|
|
79456
|
+
summary: "Reset the carrier Task Force settings.",
|
|
79457
79457
|
category: "Carrier Settings",
|
|
79458
79458
|
gate: "terminal-origin"
|
|
79459
79459
|
}
|
|
@@ -79872,14 +79872,14 @@ var GLOBAL_SETTINGS_API_CATALOG = [
|
|
|
79872
79872
|
{
|
|
79873
79873
|
method: "GET",
|
|
79874
79874
|
path: "/global-settings/state",
|
|
79875
|
-
summary: "
|
|
79875
|
+
summary: "Get the global console settings status.",
|
|
79876
79876
|
category: "Global Settings",
|
|
79877
79877
|
gate: "loopback"
|
|
79878
79878
|
},
|
|
79879
79879
|
{
|
|
79880
79880
|
method: "PUT",
|
|
79881
79881
|
path: "/global-settings",
|
|
79882
|
-
summary: "
|
|
79882
|
+
summary: "Save the global console settings.",
|
|
79883
79883
|
category: "Global Settings",
|
|
79884
79884
|
gate: "terminal-origin"
|
|
79885
79885
|
}
|
|
@@ -79958,21 +79958,21 @@ var MODEL_AUTH_API_CATALOG = [
|
|
|
79958
79958
|
{
|
|
79959
79959
|
method: "GET",
|
|
79960
79960
|
path: "/model-auth/state",
|
|
79961
|
-
summary: "
|
|
79961
|
+
summary: "Get the model login status.",
|
|
79962
79962
|
category: "Model Auth",
|
|
79963
79963
|
gate: "loopback"
|
|
79964
79964
|
},
|
|
79965
79965
|
{
|
|
79966
79966
|
method: "PUT",
|
|
79967
79967
|
path: "/model-auth/providers/:cli",
|
|
79968
|
-
summary: "
|
|
79968
|
+
summary: "Register a model provider API key.",
|
|
79969
79969
|
category: "Model Auth",
|
|
79970
79970
|
gate: "terminal-origin"
|
|
79971
79971
|
},
|
|
79972
79972
|
{
|
|
79973
79973
|
method: "DELETE",
|
|
79974
79974
|
path: "/model-auth/providers/:cli",
|
|
79975
|
-
summary: "
|
|
79975
|
+
summary: "Remove a model provider API key.",
|
|
79976
79976
|
category: "Model Auth",
|
|
79977
79977
|
gate: "terminal-origin"
|
|
79978
79978
|
}
|