Skip to content

Commit 0bf708e

Browse files
authored
Update lib_types.gs
1 parent 8b5dcda commit 0bf708e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/lib_types.gs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
/**
2-
* modifyOrAddFileToDataObject
3-
* @typedef {Object} ModResult
4-
* @property {boolean} ModResult.result Result of the function execution.
5-
* @property {boolean} ModResult.isAdd True if the file has been added, false - updated.
6-
* @property {ScriptJson} ModResult.data The new ScriptJson with the updated source code.
7-
*/
8-
/**
9-
* updateScriptContentV3
2+
* _getScriptContent
103
* @typedef {Object} ScriptJson
114
* @property {Array.<EntityFileData>} files Array of objects with information about files.
125
*/
136
/**
7+
* _addFileToUserJson
148
* @typedef {Object} EntityFileData
159
* @property {string} id Unique file id.
1610
* @property {string} name User-defined file name without extension.
1711
* @property {string} type File type (example, `'json'`, `'server_js'` or `'html'`).
1812
* @property {string} source Source-code or text content of the file.
1913
*/
20-
2114
/**
22-
* IO_GetScriptFiles
15+
* getScriptFiles
2316
* @typedef {Object} ListItem
2417
* @property {string} name User-defined file name without extension.
2518
* @property {string} type File type (example, `'json'`, `'server_js'` or `'html'`).

0 commit comments

Comments
 (0)