zapier-platform-schema 15.0.0 → 15.1.0
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/exported-schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "15.
|
|
2
|
+
"version": "15.1.0",
|
|
3
3
|
"schemas": {
|
|
4
4
|
"AppSchema": {
|
|
5
5
|
"id": "/AppSchema",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"type": "boolean"
|
|
227
227
|
},
|
|
228
228
|
"computed": {
|
|
229
|
-
"description": "Is this field automatically populated (and hidden from the user)?",
|
|
229
|
+
"description": "Is this field automatically populated (and hidden from the user)? Note: Only OAuth and Session Auth support fields with this key.",
|
|
230
230
|
"type": "boolean"
|
|
231
231
|
},
|
|
232
232
|
"altersDynamicFields": {
|
|
@@ -112,7 +112,7 @@ module.exports = makeSchema(
|
|
|
112
112
|
},
|
|
113
113
|
computed: {
|
|
114
114
|
description:
|
|
115
|
-
'Is this field automatically populated (and hidden from the user)?',
|
|
115
|
+
'Is this field automatically populated (and hidden from the user)? Note: Only OAuth and Session Auth support fields with this key.',
|
|
116
116
|
type: 'boolean',
|
|
117
117
|
},
|
|
118
118
|
altersDynamicFields: {
|
package/package.json
CHANGED