@vm0/cli 9.200.0 → 9.200.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/{chunk-RHSNJ3DN.js → chunk-DLDLLT36.js} +176 -601
- package/{chunk-RHSNJ3DN.js.map → chunk-DLDLLT36.js.map} +1 -1
- package/google-drive.generated-MDPSE4ME.js +145 -0
- package/google-drive.generated-MDPSE4ME.js.map +1 -0
- package/index.js +9 -9
- package/{loader.generated-73PEYBVG.js → loader.generated-QEDU2FTR.js} +2 -2
- package/package.json +1 -1
- package/zero.js +2 -2
- package/google-drive.generated-7YLRIBQL.js +0 -64
- package/google-drive.generated-7YLRIBQL.js.map +0 -1
- /package/{loader.generated-73PEYBVG.js.map → loader.generated-QEDU2FTR.js.map} +0 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import { createRequire as __createRequire } from "node:module";
|
|
3
|
+
const require = __createRequire(import.meta.url);
|
|
4
|
+
import {
|
|
5
|
+
init_esm_shims
|
|
6
|
+
} from "./chunk-OKJVYSDG.js";
|
|
7
|
+
|
|
8
|
+
// ../../packages/connectors/src/firewall-metadata/details/google-drive.generated.ts
|
|
9
|
+
init_esm_shims();
|
|
10
|
+
var firewallPermissionMetadata = {
|
|
11
|
+
"type": "google-drive",
|
|
12
|
+
"label": "Google Drive",
|
|
13
|
+
"permissionCount": 19,
|
|
14
|
+
"permissions": [
|
|
15
|
+
{
|
|
16
|
+
"name": "about.read",
|
|
17
|
+
"description": "Read Drive account and storage metadata."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "apps.read",
|
|
21
|
+
"description": "Read Drive apps authorized for the user."
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "changes.read",
|
|
25
|
+
"description": "Read Drive change logs and page tokens."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "channels.write",
|
|
29
|
+
"description": "Create and stop Drive notification channels."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "comments.read",
|
|
33
|
+
"description": "Read Drive file comments."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "comments.write",
|
|
37
|
+
"description": "Create, update, and delete Drive file comments."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "drives.delete",
|
|
41
|
+
"description": "Delete shared drives and team drives."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "drives.read",
|
|
45
|
+
"description": "Read shared drive and team drive metadata."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "drives.write",
|
|
49
|
+
"description": "Create, update, hide, and unhide shared drives."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "files.delete",
|
|
53
|
+
"description": "Delete, trash, untrash, and empty trashed Drive files."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "files.read",
|
|
57
|
+
"description": "Read Drive files, file metadata, labels, and content."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "files.share",
|
|
61
|
+
"description": "Read and manage Drive file permissions and access requests."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "files.write",
|
|
65
|
+
"description": "Create, update, upload, copy, organize, and label files."
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "operations.read",
|
|
69
|
+
"description": "Read long-running Drive operations."
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "replies.read",
|
|
73
|
+
"description": "Read Drive comment replies."
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "replies.write",
|
|
77
|
+
"description": "Create, update, and delete Drive comment replies."
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "revisions.delete",
|
|
81
|
+
"description": "Delete Drive file revisions."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "revisions.read",
|
|
85
|
+
"description": "Read Drive file revisions."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "revisions.write",
|
|
89
|
+
"description": "Update Drive file revisions."
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"categories": {
|
|
93
|
+
"categories": {
|
|
94
|
+
"about.read": "Drive Metadata",
|
|
95
|
+
"apps.read": "Drive Metadata",
|
|
96
|
+
"changes.read": "Drive Metadata",
|
|
97
|
+
"channels.write": "Notifications",
|
|
98
|
+
"comments.read": "Comments",
|
|
99
|
+
"comments.write": "Comments",
|
|
100
|
+
"drives.delete": "Shared Drives",
|
|
101
|
+
"drives.read": "Shared Drives",
|
|
102
|
+
"drives.write": "Shared Drives",
|
|
103
|
+
"files.delete": "Files",
|
|
104
|
+
"files.read": "Files",
|
|
105
|
+
"files.share": "Sharing",
|
|
106
|
+
"files.write": "Files",
|
|
107
|
+
"operations.read": "Drive Metadata",
|
|
108
|
+
"replies.read": "Comments",
|
|
109
|
+
"replies.write": "Comments",
|
|
110
|
+
"revisions.delete": "Revisions",
|
|
111
|
+
"revisions.read": "Revisions",
|
|
112
|
+
"revisions.write": "Revisions"
|
|
113
|
+
},
|
|
114
|
+
"displayOrder": [
|
|
115
|
+
"Drive Metadata",
|
|
116
|
+
"Files",
|
|
117
|
+
"Sharing",
|
|
118
|
+
"Comments",
|
|
119
|
+
"Revisions",
|
|
120
|
+
"Shared Drives",
|
|
121
|
+
"Notifications"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"defaultPolicy": {
|
|
125
|
+
"permissionDefault": "deny",
|
|
126
|
+
"permissionOverrides": {
|
|
127
|
+
"allow": [
|
|
128
|
+
"about.read",
|
|
129
|
+
"apps.read",
|
|
130
|
+
"changes.read",
|
|
131
|
+
"comments.read",
|
|
132
|
+
"drives.read",
|
|
133
|
+
"files.read",
|
|
134
|
+
"operations.read",
|
|
135
|
+
"replies.read",
|
|
136
|
+
"revisions.read"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"unknownPolicy": "deny"
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
export {
|
|
143
|
+
firewallPermissionMetadata
|
|
144
|
+
};
|
|
145
|
+
//# sourceMappingURL=google-drive.generated-MDPSE4ME.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/connectors/src/firewall-metadata/details/google-drive.generated.ts"],"sourcesContent":["// Auto-generated by @vm0/firewalls-generator.\n// Regenerate: cd turbo && pnpm -F @vm0/firewalls-generator generate\n//\n// DO NOT EDIT THIS FILE MANUALLY.\nimport type { FirewallPermissionDetailMetadata } from \"../types\";\n\nexport const firewallPermissionMetadata = {\n \"type\": \"google-drive\",\n \"label\": \"Google Drive\",\n \"permissionCount\": 19,\n \"permissions\": [\n {\n \"name\": \"about.read\",\n \"description\": \"Read Drive account and storage metadata.\"\n },\n {\n \"name\": \"apps.read\",\n \"description\": \"Read Drive apps authorized for the user.\"\n },\n {\n \"name\": \"changes.read\",\n \"description\": \"Read Drive change logs and page tokens.\"\n },\n {\n \"name\": \"channels.write\",\n \"description\": \"Create and stop Drive notification channels.\"\n },\n {\n \"name\": \"comments.read\",\n \"description\": \"Read Drive file comments.\"\n },\n {\n \"name\": \"comments.write\",\n \"description\": \"Create, update, and delete Drive file comments.\"\n },\n {\n \"name\": \"drives.delete\",\n \"description\": \"Delete shared drives and team drives.\"\n },\n {\n \"name\": \"drives.read\",\n \"description\": \"Read shared drive and team drive metadata.\"\n },\n {\n \"name\": \"drives.write\",\n \"description\": \"Create, update, hide, and unhide shared drives.\"\n },\n {\n \"name\": \"files.delete\",\n \"description\": \"Delete, trash, untrash, and empty trashed Drive files.\"\n },\n {\n \"name\": \"files.read\",\n \"description\": \"Read Drive files, file metadata, labels, and content.\"\n },\n {\n \"name\": \"files.share\",\n \"description\": \"Read and manage Drive file permissions and access requests.\"\n },\n {\n \"name\": \"files.write\",\n \"description\": \"Create, update, upload, copy, organize, and label files.\"\n },\n {\n \"name\": \"operations.read\",\n \"description\": \"Read long-running Drive operations.\"\n },\n {\n \"name\": \"replies.read\",\n \"description\": \"Read Drive comment replies.\"\n },\n {\n \"name\": \"replies.write\",\n \"description\": \"Create, update, and delete Drive comment replies.\"\n },\n {\n \"name\": \"revisions.delete\",\n \"description\": \"Delete Drive file revisions.\"\n },\n {\n \"name\": \"revisions.read\",\n \"description\": \"Read Drive file revisions.\"\n },\n {\n \"name\": \"revisions.write\",\n \"description\": \"Update Drive file revisions.\"\n }\n ],\n \"categories\": {\n \"categories\": {\n \"about.read\": \"Drive Metadata\",\n \"apps.read\": \"Drive Metadata\",\n \"changes.read\": \"Drive Metadata\",\n \"channels.write\": \"Notifications\",\n \"comments.read\": \"Comments\",\n \"comments.write\": \"Comments\",\n \"drives.delete\": \"Shared Drives\",\n \"drives.read\": \"Shared Drives\",\n \"drives.write\": \"Shared Drives\",\n \"files.delete\": \"Files\",\n \"files.read\": \"Files\",\n \"files.share\": \"Sharing\",\n \"files.write\": \"Files\",\n \"operations.read\": \"Drive Metadata\",\n \"replies.read\": \"Comments\",\n \"replies.write\": \"Comments\",\n \"revisions.delete\": \"Revisions\",\n \"revisions.read\": \"Revisions\",\n \"revisions.write\": \"Revisions\"\n },\n \"displayOrder\": [\n \"Drive Metadata\",\n \"Files\",\n \"Sharing\",\n \"Comments\",\n \"Revisions\",\n \"Shared Drives\",\n \"Notifications\"\n ]\n },\n \"defaultPolicy\": {\n \"permissionDefault\": \"deny\",\n \"permissionOverrides\": {\n \"allow\": [\n \"about.read\",\n \"apps.read\",\n \"changes.read\",\n \"comments.read\",\n \"drives.read\",\n \"files.read\",\n \"operations.read\",\n \"replies.read\",\n \"revisions.read\"\n ]\n },\n \"unknownPolicy\": \"deny\"\n }\n} as const satisfies FirewallPermissionDetailMetadata;\n"],"mappings":";;;;;;;;AAAA;AAMO,IAAM,6BAA6B;AAAA,EACxC,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,mBAAmB;AAAA,EACnB,eAAe;AAAA,IACb;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,EACF;AAAA,EACA,cAAc;AAAA,IACZ,cAAc;AAAA,MACZ,cAAc;AAAA,MACd,aAAa;AAAA,MACb,gBAAgB;AAAA,MAChB,kBAAkB;AAAA,MAClB,iBAAiB;AAAA,MACjB,kBAAkB;AAAA,MAClB,iBAAiB;AAAA,MACjB,eAAe;AAAA,MACf,gBAAgB;AAAA,MAChB,gBAAgB;AAAA,MAChB,cAAc;AAAA,MACd,eAAe;AAAA,MACf,eAAe;AAAA,MACf,mBAAmB;AAAA,MACnB,gBAAgB;AAAA,MAChB,iBAAiB;AAAA,MACjB,oBAAoB;AAAA,MACpB,kBAAkB;AAAA,MAClB,mBAAmB;AAAA,IACrB;AAAA,IACA,gBAAgB;AAAA,MACd;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,EACF;AAAA,EACA,iBAAiB;AAAA,IACf,qBAAqB;AAAA,IACrB,uBAAuB;AAAA,MACrB,SAAS;AAAA,QACP;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF;AAAA,IACF;AAAA,IACA,iBAAiB;AAAA,EACnB;AACF;","names":[]}
|
package/index.js
CHANGED
|
@@ -75,7 +75,7 @@ import {
|
|
|
75
75
|
uo,
|
|
76
76
|
volumeConfigSchema,
|
|
77
77
|
withErrorHandler
|
|
78
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-DLDLLT36.js";
|
|
79
79
|
import "./chunk-FDYQ7Z5J.js";
|
|
80
80
|
import {
|
|
81
81
|
__toESM,
|
|
@@ -409,7 +409,7 @@ function getConfigPath() {
|
|
|
409
409
|
return join(os.homedir(), ".vm0", "config.json");
|
|
410
410
|
}
|
|
411
411
|
var infoCommand = new Command().name("info").description("Display environment and debug information").action(async () => {
|
|
412
|
-
console.log(source_default.bold(`VM0 CLI v${"9.200.
|
|
412
|
+
console.log(source_default.bold(`VM0 CLI v${"9.200.1"}`));
|
|
413
413
|
console.log();
|
|
414
414
|
const config = await loadConfig();
|
|
415
415
|
const hasEnvToken = !!process.env.VM0_TOKEN;
|
|
@@ -1111,7 +1111,7 @@ var composeCommand = new Command().name("compose").description("Create or update
|
|
|
1111
1111
|
options.autoUpdate = false;
|
|
1112
1112
|
}
|
|
1113
1113
|
if (options.autoUpdate !== false) {
|
|
1114
|
-
await startSilentUpgrade("9.200.
|
|
1114
|
+
await startSilentUpgrade("9.200.1");
|
|
1115
1115
|
}
|
|
1116
1116
|
try {
|
|
1117
1117
|
const { config, agentName, agent, basePath } = await loadAndValidateConfig(resolvedConfigFile);
|
|
@@ -1208,7 +1208,7 @@ var mainRunCommand = new Command().name("run").description("Run an agent").argum
|
|
|
1208
1208
|
withErrorHandler(
|
|
1209
1209
|
async (identifier, prompt, options) => {
|
|
1210
1210
|
if (options.autoUpdate !== false) {
|
|
1211
|
-
await startSilentUpgrade("9.200.
|
|
1211
|
+
await startSilentUpgrade("9.200.1");
|
|
1212
1212
|
}
|
|
1213
1213
|
const { name, version } = parseIdentifier(identifier);
|
|
1214
1214
|
let composeId;
|
|
@@ -3014,13 +3014,13 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
|
|
|
3014
3014
|
if (latestVersion === null) {
|
|
3015
3015
|
throw new Error("Could not check for updates. Please try again later.");
|
|
3016
3016
|
}
|
|
3017
|
-
if (latestVersion === "9.200.
|
|
3018
|
-
console.log(source_default.green(`\u2713 Already up to date (${"9.200.
|
|
3017
|
+
if (latestVersion === "9.200.1") {
|
|
3018
|
+
console.log(source_default.green(`\u2713 Already up to date (${"9.200.1"})`));
|
|
3019
3019
|
return;
|
|
3020
3020
|
}
|
|
3021
3021
|
console.log(
|
|
3022
3022
|
source_default.yellow(
|
|
3023
|
-
`Current version: ${"9.200.
|
|
3023
|
+
`Current version: ${"9.200.1"} -> Latest version: ${latestVersion}`
|
|
3024
3024
|
)
|
|
3025
3025
|
);
|
|
3026
3026
|
console.log();
|
|
@@ -3047,7 +3047,7 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
|
|
|
3047
3047
|
const success = await performUpgrade(packageManager);
|
|
3048
3048
|
if (success) {
|
|
3049
3049
|
console.log(
|
|
3050
|
-
source_default.green(`\u2713 Upgraded from ${"9.200.
|
|
3050
|
+
source_default.green(`\u2713 Upgraded from ${"9.200.1"} to ${latestVersion}`)
|
|
3051
3051
|
);
|
|
3052
3052
|
return;
|
|
3053
3053
|
}
|
|
@@ -3114,7 +3114,7 @@ var whoamiCommand = new Command().name("whoami").description("Show current ident
|
|
|
3114
3114
|
|
|
3115
3115
|
// src/index.ts
|
|
3116
3116
|
var program = new Command();
|
|
3117
|
-
program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.200.
|
|
3117
|
+
program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.200.1");
|
|
3118
3118
|
program.addCommand(authCommand);
|
|
3119
3119
|
program.addCommand(infoCommand);
|
|
3120
3120
|
program.addCommand(composeCommand);
|
|
@@ -300,7 +300,7 @@ var FIREWALL_PERMISSION_METADATA_LOADERS = {
|
|
|
300
300
|
return (await import("./google-docs.generated-HSJRDS6F.js")).firewallPermissionMetadata;
|
|
301
301
|
},
|
|
302
302
|
"google-drive": async () => {
|
|
303
|
-
return (await import("./google-drive.generated-
|
|
303
|
+
return (await import("./google-drive.generated-MDPSE4ME.js")).firewallPermissionMetadata;
|
|
304
304
|
},
|
|
305
305
|
"google-maps": async () => {
|
|
306
306
|
return (await import("./google-maps.generated-6ME6LVID.js")).firewallPermissionMetadata;
|
|
@@ -808,4 +808,4 @@ async function loadGeneratedFirewallPermissionMetadata(type) {
|
|
|
808
808
|
export {
|
|
809
809
|
loadGeneratedFirewallPermissionMetadata
|
|
810
810
|
};
|
|
811
|
-
//# sourceMappingURL=loader.generated-
|
|
811
|
+
//# sourceMappingURL=loader.generated-QEDU2FTR.js.map
|
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -186,7 +186,7 @@ import {
|
|
|
186
186
|
uploadWebFile,
|
|
187
187
|
upsertZeroOrgModelProvider,
|
|
188
188
|
withErrorHandler
|
|
189
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-DLDLLT36.js";
|
|
190
190
|
import "./chunk-FDYQ7Z5J.js";
|
|
191
191
|
import {
|
|
192
192
|
__toESM,
|
|
@@ -11003,7 +11003,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
11003
11003
|
var program = new Command();
|
|
11004
11004
|
program.name("zero").description(
|
|
11005
11005
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
11006
|
-
).version("9.200.
|
|
11006
|
+
).version("9.200.1").addHelpText("after", () => {
|
|
11007
11007
|
return buildZeroHelpText();
|
|
11008
11008
|
});
|
|
11009
11009
|
if (process.argv[1]?.endsWith("zero.js") || process.argv[1]?.endsWith("zero.ts") || process.argv[1]?.endsWith("zero")) {
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import { createRequire as __createRequire } from "node:module";
|
|
3
|
-
const require = __createRequire(import.meta.url);
|
|
4
|
-
import {
|
|
5
|
-
init_esm_shims
|
|
6
|
-
} from "./chunk-OKJVYSDG.js";
|
|
7
|
-
|
|
8
|
-
// ../../packages/connectors/src/firewall-metadata/details/google-drive.generated.ts
|
|
9
|
-
init_esm_shims();
|
|
10
|
-
var firewallPermissionMetadata = {
|
|
11
|
-
"type": "google-drive",
|
|
12
|
-
"label": "Google Drive",
|
|
13
|
-
"permissionCount": 10,
|
|
14
|
-
"permissions": [
|
|
15
|
-
{
|
|
16
|
-
"name": "drive",
|
|
17
|
-
"description": "See, edit, create, and delete all of your Google Drive files"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "drive.appdata",
|
|
21
|
-
"description": "See, create, and delete its own configuration data in your Google Drive"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"name": "drive.apps.readonly",
|
|
25
|
-
"description": "View your Google Drive apps"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "drive.file",
|
|
29
|
-
"description": "See, edit, create, and delete only the specific Google Drive files you use with this app"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "drive.meet.readonly",
|
|
33
|
-
"description": "See and download your Google Drive files that were created or edited by Google Meet."
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "drive.metadata",
|
|
37
|
-
"description": "View and manage metadata of files in your Google Drive"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "drive.metadata.readonly",
|
|
41
|
-
"description": "See information about your Google Drive files"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "drive.photos.readonly",
|
|
45
|
-
"description": "View the photos, videos and albums in your Google Photos"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "drive.readonly",
|
|
49
|
-
"description": "See and download all your Google Drive files"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"name": "drive.scripts",
|
|
53
|
-
"description": "Modify your Google Apps Script scripts' behavior"
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
"defaultPolicy": {
|
|
57
|
-
"permissionDefault": "allow",
|
|
58
|
-
"unknownPolicy": "allow"
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
export {
|
|
62
|
-
firewallPermissionMetadata
|
|
63
|
-
};
|
|
64
|
-
//# sourceMappingURL=google-drive.generated-7YLRIBQL.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/connectors/src/firewall-metadata/details/google-drive.generated.ts"],"sourcesContent":["// Auto-generated by @vm0/firewalls-generator.\n// Regenerate: cd turbo && pnpm -F @vm0/firewalls-generator generate\n//\n// DO NOT EDIT THIS FILE MANUALLY.\nimport type { FirewallPermissionDetailMetadata } from \"../types\";\n\nexport const firewallPermissionMetadata = {\n \"type\": \"google-drive\",\n \"label\": \"Google Drive\",\n \"permissionCount\": 10,\n \"permissions\": [\n {\n \"name\": \"drive\",\n \"description\": \"See, edit, create, and delete all of your Google Drive files\"\n },\n {\n \"name\": \"drive.appdata\",\n \"description\": \"See, create, and delete its own configuration data in your Google Drive\"\n },\n {\n \"name\": \"drive.apps.readonly\",\n \"description\": \"View your Google Drive apps\"\n },\n {\n \"name\": \"drive.file\",\n \"description\": \"See, edit, create, and delete only the specific Google Drive files you use with this app\"\n },\n {\n \"name\": \"drive.meet.readonly\",\n \"description\": \"See and download your Google Drive files that were created or edited by Google Meet.\"\n },\n {\n \"name\": \"drive.metadata\",\n \"description\": \"View and manage metadata of files in your Google Drive\"\n },\n {\n \"name\": \"drive.metadata.readonly\",\n \"description\": \"See information about your Google Drive files\"\n },\n {\n \"name\": \"drive.photos.readonly\",\n \"description\": \"View the photos, videos and albums in your Google Photos\"\n },\n {\n \"name\": \"drive.readonly\",\n \"description\": \"See and download all your Google Drive files\"\n },\n {\n \"name\": \"drive.scripts\",\n \"description\": \"Modify your Google Apps Script scripts' behavior\"\n }\n ],\n \"defaultPolicy\": {\n \"permissionDefault\": \"allow\",\n \"unknownPolicy\": \"allow\"\n }\n} as const satisfies FirewallPermissionDetailMetadata;\n"],"mappings":";;;;;;;;AAAA;AAMO,IAAM,6BAA6B;AAAA,EACxC,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,mBAAmB;AAAA,EACnB,eAAe;AAAA,IACb;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,eAAe;AAAA,IACjB;AAAA,EACF;AAAA,EACA,iBAAiB;AAAA,IACf,qBAAqB;AAAA,IACrB,iBAAiB;AAAA,EACnB;AACF;","names":[]}
|
|
File without changes
|