zapier-platform-schema 14.1.1 → 15.0.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": "
|
|
2
|
+
"version": "15.0.0",
|
|
3
3
|
"schemas": {
|
|
4
4
|
"AppSchema": {
|
|
5
5
|
"id": "/AppSchema",
|
|
@@ -652,10 +652,6 @@
|
|
|
652
652
|
"hidden": {
|
|
653
653
|
"description": "Should this operation be unselectable by users?",
|
|
654
654
|
"type": "boolean"
|
|
655
|
-
},
|
|
656
|
-
"important": {
|
|
657
|
-
"description": "**DEPRECATED** Formerly affected how prominently this operation is displayed in the UI.",
|
|
658
|
-
"type": "boolean"
|
|
659
655
|
}
|
|
660
656
|
},
|
|
661
657
|
"additionalProperties": false
|
|
@@ -45,11 +45,6 @@ module.exports = makeSchema({
|
|
|
45
45
|
description: 'Should this operation be unselectable by users?',
|
|
46
46
|
type: 'boolean',
|
|
47
47
|
},
|
|
48
|
-
important: {
|
|
49
|
-
description:
|
|
50
|
-
'**DEPRECATED** Formerly affected how prominently this operation is displayed in the UI.',
|
|
51
|
-
type: 'boolean',
|
|
52
|
-
},
|
|
53
48
|
},
|
|
54
49
|
additionalProperties: false,
|
|
55
50
|
examples: [
|
|
@@ -56,7 +56,6 @@ module.exports = makeSchema(
|
|
|
56
56
|
label: 'Search or Create Widgets',
|
|
57
57
|
description:
|
|
58
58
|
'Searches for a widget matching the provided query, or creates one if it does not exist.',
|
|
59
|
-
important: true,
|
|
60
59
|
hidden: false,
|
|
61
60
|
},
|
|
62
61
|
search: 'searchWidgets',
|
|
@@ -68,7 +67,6 @@ module.exports = makeSchema(
|
|
|
68
67
|
label: 'Upsert Widgets',
|
|
69
68
|
description:
|
|
70
69
|
'Searches for a widget matching the provided query and updates it if found, or creates one if it does not exist.',
|
|
71
|
-
important: true,
|
|
72
70
|
hidden: false,
|
|
73
71
|
},
|
|
74
72
|
search: 'searchWidgets',
|
|
@@ -90,7 +88,6 @@ module.exports = makeSchema(
|
|
|
90
88
|
label: 'Search or Create Widgets',
|
|
91
89
|
description:
|
|
92
90
|
'Searches for a widget matching the provided query, or creates one if it does not exist.',
|
|
93
|
-
important: true,
|
|
94
91
|
hidden: false,
|
|
95
92
|
},
|
|
96
93
|
search: 'searchWidgets',
|
|
@@ -105,7 +102,6 @@ module.exports = makeSchema(
|
|
|
105
102
|
label: 'Search or Create Widgets',
|
|
106
103
|
description:
|
|
107
104
|
'Searches for a widget matching the provided query, or creates one if it does not exist.',
|
|
108
|
-
important: true,
|
|
109
105
|
hidden: false,
|
|
110
106
|
},
|
|
111
107
|
search: { require: 'path/to/some/file.js' },
|
|
@@ -122,7 +118,6 @@ module.exports = makeSchema(
|
|
|
122
118
|
label: 'Upsert Widgets',
|
|
123
119
|
description:
|
|
124
120
|
'Searches for a widget matching the provided query and updates it if found, or creates one if it does not exist.',
|
|
125
|
-
important: true,
|
|
126
121
|
hidden: false,
|
|
127
122
|
},
|
|
128
123
|
search: 'searchWidgets',
|
|
@@ -26,7 +26,6 @@ module.exports = makeSchema(
|
|
|
26
26
|
label: 'Search or Create Widgets',
|
|
27
27
|
description:
|
|
28
28
|
'Searches for a widget matching the provided query, or creates one if it does not exist.',
|
|
29
|
-
important: true,
|
|
30
29
|
hidden: false,
|
|
31
30
|
},
|
|
32
31
|
search: 'searchWidgets',
|
|
@@ -40,7 +39,6 @@ module.exports = makeSchema(
|
|
|
40
39
|
label: 'Search and Create Widgets',
|
|
41
40
|
description:
|
|
42
41
|
'Searches for a widget matching the provided query, creates one if it does not exist or updates existing one if found.',
|
|
43
|
-
important: true,
|
|
44
42
|
hidden: false,
|
|
45
43
|
},
|
|
46
44
|
search: 'searchWidgets',
|
|
@@ -59,7 +57,6 @@ module.exports = makeSchema(
|
|
|
59
57
|
label: 'Search or Create Widgets',
|
|
60
58
|
description:
|
|
61
59
|
'Searches for a widget matching the provided query, or creates one if it does not exist.',
|
|
62
|
-
important: true,
|
|
63
60
|
hidden: false,
|
|
64
61
|
},
|
|
65
62
|
search: 'searchWidgets',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zapier-platform-schema",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0",
|
|
4
4
|
"description": "Schema definition for CLI apps in the Zapier Developer Platform.",
|
|
5
5
|
"repository": "zapier/zapier-platform",
|
|
6
6
|
"homepage": "https://platform.zapier.com/",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"lodash": "4.17.21"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"fs-extra": "^
|
|
35
|
+
"fs-extra": "^11.1.1",
|
|
36
36
|
"istanbul": "0.4.5",
|
|
37
37
|
"markdown-toc": "^1",
|
|
38
38
|
"node-fetch": "^2"
|