@epilot/cli 0.1.110 → 0.1.111
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
CHANGED
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
"patch": {
|
|
1242
1242
|
"operationId": "updateCalendar",
|
|
1243
1243
|
"summary": "updateCalendar",
|
|
1244
|
-
"description": "Update
|
|
1244
|
+
"description": "Update local calendar details. Changes to synced calendars do not modify the provider calendar.",
|
|
1245
1245
|
"tags": [
|
|
1246
1246
|
"Calendars"
|
|
1247
1247
|
],
|
|
@@ -1286,16 +1286,6 @@
|
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
},
|
|
1289
|
-
"403": {
|
|
1290
|
-
"description": "Calendar is read-only",
|
|
1291
|
-
"content": {
|
|
1292
|
-
"application/json": {
|
|
1293
|
-
"schema": {
|
|
1294
|
-
"$ref": "#/components/schemas/Error"
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
}
|
|
1298
|
-
},
|
|
1299
1289
|
"404": {
|
|
1300
1290
|
"description": "Resource not found",
|
|
1301
1291
|
"content": {
|
|
@@ -1311,7 +1301,7 @@
|
|
|
1311
1301
|
"delete": {
|
|
1312
1302
|
"operationId": "deleteCalendar",
|
|
1313
1303
|
"summary": "deleteCalendar",
|
|
1314
|
-
"description": "Delete a native epilot calendar
|
|
1304
|
+
"description": "Delete a native epilot calendar or disconnect a synced calendar, including its locally stored events.",
|
|
1315
1305
|
"tags": [
|
|
1316
1306
|
"Calendars"
|
|
1317
1307
|
],
|
|
@@ -1327,17 +1317,7 @@
|
|
|
1327
1317
|
],
|
|
1328
1318
|
"responses": {
|
|
1329
1319
|
"204": {
|
|
1330
|
-
"description": "Calendar deleted"
|
|
1331
|
-
},
|
|
1332
|
-
"403": {
|
|
1333
|
-
"description": "Calendar is read-only",
|
|
1334
|
-
"content": {
|
|
1335
|
-
"application/json": {
|
|
1336
|
-
"schema": {
|
|
1337
|
-
"$ref": "#/components/schemas/Error"
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1320
|
+
"description": "Calendar deleted or disconnected"
|
|
1341
1321
|
},
|
|
1342
1322
|
"404": {
|
|
1343
1323
|
"description": "Resource not found",
|
|
@@ -2347,7 +2327,7 @@
|
|
|
2347
2327
|
},
|
|
2348
2328
|
"read_only": {
|
|
2349
2329
|
"type": "boolean",
|
|
2350
|
-
"description": "True if the caller cannot
|
|
2330
|
+
"description": "True if the caller cannot create, update, or delete events in this calendar"
|
|
2351
2331
|
},
|
|
2352
2332
|
"owner_email": {
|
|
2353
2333
|
"type": "string",
|
|
@@ -2573,7 +2553,12 @@
|
|
|
2573
2553
|
"description": "Convenience flag, true when status is busy/oof/tentative"
|
|
2574
2554
|
},
|
|
2575
2555
|
"is_cancelled": {
|
|
2576
|
-
"type": "boolean"
|
|
2556
|
+
"type": "boolean",
|
|
2557
|
+
"description": "Whether the event was cancelled but still exists"
|
|
2558
|
+
},
|
|
2559
|
+
"is_draft": {
|
|
2560
|
+
"type": "boolean",
|
|
2561
|
+
"description": "Whether the event is saved as a draft"
|
|
2577
2562
|
},
|
|
2578
2563
|
"sensitivity": {
|
|
2579
2564
|
"$ref": "#/components/schemas/Sensitivity"
|
|
@@ -2612,6 +2597,11 @@
|
|
|
2612
2597
|
},
|
|
2613
2598
|
"description": "Null when sensitivity is private or confidential"
|
|
2614
2599
|
},
|
|
2600
|
+
"metadata": {
|
|
2601
|
+
"type": "object",
|
|
2602
|
+
"nullable": true,
|
|
2603
|
+
"additionalProperties": {}
|
|
2604
|
+
},
|
|
2615
2605
|
"is_recurring": {
|
|
2616
2606
|
"type": "boolean"
|
|
2617
2607
|
},
|
|
@@ -2645,6 +2635,7 @@
|
|
|
2645
2635
|
"status",
|
|
2646
2636
|
"busy",
|
|
2647
2637
|
"is_cancelled",
|
|
2638
|
+
"is_draft",
|
|
2648
2639
|
"sensitivity",
|
|
2649
2640
|
"importance",
|
|
2650
2641
|
"is_online_meeting",
|
|
@@ -2813,6 +2804,11 @@
|
|
|
2813
2804
|
"sensitivity": {
|
|
2814
2805
|
"$ref": "#/components/schemas/Sensitivity"
|
|
2815
2806
|
},
|
|
2807
|
+
"metadata": {
|
|
2808
|
+
"type": "object",
|
|
2809
|
+
"nullable": true,
|
|
2810
|
+
"additionalProperties": {}
|
|
2811
|
+
},
|
|
2816
2812
|
"_title": {
|
|
2817
2813
|
"type": "string",
|
|
2818
2814
|
"minLength": 1
|
|
@@ -2863,6 +2859,10 @@
|
|
|
2863
2859
|
"status": {
|
|
2864
2860
|
"$ref": "#/components/schemas/EventStatus"
|
|
2865
2861
|
},
|
|
2862
|
+
"is_cancelled": {
|
|
2863
|
+
"type": "boolean",
|
|
2864
|
+
"description": "Whether the event was cancelled but still exists"
|
|
2865
|
+
},
|
|
2866
2866
|
"sensitivity": {
|
|
2867
2867
|
"$ref": "#/components/schemas/Sensitivity"
|
|
2868
2868
|
},
|
package/dist/bin/epilot.js
CHANGED
|
@@ -11,7 +11,7 @@ import { defineCommand } from "citty";
|
|
|
11
11
|
var main = defineCommand({
|
|
12
12
|
meta: {
|
|
13
13
|
name: "epilot",
|
|
14
|
-
version: "0.1.
|
|
14
|
+
version: "0.1.111",
|
|
15
15
|
description: "CLI for epilot APIs"
|
|
16
16
|
},
|
|
17
17
|
args: {
|
|
@@ -31,7 +31,7 @@ var main = defineCommand({
|
|
|
31
31
|
profile: () => import("../profile-OZJL5ZPT.js").then((m) => m.default),
|
|
32
32
|
config: () => import("../config-DGZIMLZK.js").then((m) => m.default),
|
|
33
33
|
completion: () => import("../completion-OMS4BH5U.js").then((m) => m.default),
|
|
34
|
-
upgrade: () => import("../upgrade-
|
|
34
|
+
upgrade: () => import("../upgrade-4R4YZQLX.js").then((m) => m.default),
|
|
35
35
|
"access-token": () => import("../access-token-WWE6BDJH.js").then((m) => m.default),
|
|
36
36
|
address: () => import("../address-EH3C4CVB.js").then((m) => m.default),
|
|
37
37
|
"address-suggestions": () => import("../address-suggestions-RRSLOBFW.js").then((m) => m.default),
|
|
@@ -134,7 +134,7 @@ process.stderr.on("error", (err) => {
|
|
|
134
134
|
if (err.code === "EPIPE") process.exit(0);
|
|
135
135
|
throw err;
|
|
136
136
|
});
|
|
137
|
-
var VERSION = true ? "0.1.
|
|
137
|
+
var VERSION = true ? "0.1.111" : (await null).default.version;
|
|
138
138
|
var reorderedArgv = hoistFlagsAfterSubcommand(process.argv.slice(2));
|
|
139
139
|
process.argv = [process.argv[0], process.argv[1], ...reorderedArgv];
|
|
140
140
|
var args = process.argv.slice(2);
|
|
@@ -72,7 +72,7 @@ ${GREEN}${BOLD}Upgraded to @epilot/cli@${latest}${RESET}
|
|
|
72
72
|
}
|
|
73
73
|
});
|
|
74
74
|
var getCurrentVersion = () => {
|
|
75
|
-
if (true) return "0.1.
|
|
75
|
+
if (true) return "0.1.111";
|
|
76
76
|
try {
|
|
77
77
|
const output = execSync("npm ls -g @epilot/cli --depth=0 --json 2>/dev/null", {
|
|
78
78
|
encoding: "utf-8",
|