Merge branch 'main' into v2

This commit is contained in:
Arief Rachmawan
2024-05-04 20:17:12 +07:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -61,6 +61,8 @@ const config: z.input<typeof Schema_Config> = {
* You need to create a new folder and share it with the service account
* Then, copy the folder id and paste it here
*/
// rootFolder:
// "c760fc0eae9990d4accbc2134af21e45a378d412af2c78020070a9f9ac548b98fe61c4f6be953a8d7be6a035e6f7766c",
rootFolder:
"b76c7c22083307a3aa99c28ab7cc69851d682f5a250d995679d4be5276cab16ab6c37f4d5b7ad1a9b93fb9bf768e752c",
+1
View File
@@ -43,6 +43,7 @@ export const Schema_Old_Config = z.object({
apiConfig: z.object({
rootFolder: z.string(),
isTeamDrive: z.boolean(),
sharedDrive: z.string().optional(),
defaultQuery: z.array(z.string()),
defaultField: z.string(),
defaultOrder: z.string(),