@mcpher/gas-fakes 1.2.30 → 1.2.31
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/package.json +1 -1
- package/src/support/helpers.js +1 -1
package/package.json
CHANGED
package/src/support/helpers.js
CHANGED
|
@@ -33,7 +33,7 @@ export const wontBeImplemented = (item="That") => {
|
|
|
33
33
|
throw new Error(mess)
|
|
34
34
|
}
|
|
35
35
|
// added parents to the minfield length as its often needed
|
|
36
|
-
const minFieldsList = ["name","id","mimeType","kind","parents","md5Checksum","size"]
|
|
36
|
+
const minFieldsList = ["name","id","mimeType","kind","parents","md5Checksum","size","trashed","createdTime","modifiedTime"]
|
|
37
37
|
/**
|
|
38
38
|
* minimum fields these are the filds I'll take back from the API to enable basic DriveApp - these are the defaults returned by the api
|
|
39
39
|
* any other will be picked up on demand
|