@webiny/app-headless-cms-common 5.37.2-beta.3 → 5.37.3-beta.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/createFieldsList.js +3 -1
- package/entries.graphql.js +3 -1
- package/getModelTitleFieldId.js +3 -1
- package/index.js +3 -1
- package/package.json +7 -7
- package/types/index.js +3 -1
- package/types/model.js +3 -1
- package/types/shared.js +3 -1
- package/types/validation.js +3 -1
package/createFieldsList.js
CHANGED
package/entries.graphql.js
CHANGED
|
@@ -112,4 +112,6 @@ exports.createPublishMutation = createPublishMutation;
|
|
|
112
112
|
var createUnpublishMutation = function createUnpublishMutation(model) {
|
|
113
113
|
return (0, _graphqlTag.default)(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n mutation CmsUnpublish", "($revision: ID!) {\n content: unpublish", "(revision: $revision) {\n data {\n id\n ", "\n }\n error ", "\n }\n }"])), model.singularApiName, model.singularApiName, CONTENT_META_FIELDS, ERROR_FIELD);
|
|
114
114
|
};
|
|
115
|
-
exports.createUnpublishMutation = createUnpublishMutation;
|
|
115
|
+
exports.createUnpublishMutation = createUnpublishMutation;
|
|
116
|
+
|
|
117
|
+
//# sourceMappingURL=entries.graphql.js.map
|
package/getModelTitleFieldId.js
CHANGED
|
@@ -10,4 +10,6 @@ var getModelTitleFieldId = function getModelTitleFieldId(model) {
|
|
|
10
10
|
}
|
|
11
11
|
return model.titleFieldId;
|
|
12
12
|
};
|
|
13
|
-
exports.getModelTitleFieldId = getModelTitleFieldId;
|
|
13
|
+
exports.getModelTitleFieldId = getModelTitleFieldId;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=getModelTitleFieldId.js.map
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-headless-cms-common",
|
|
3
|
-
"version": "5.37.
|
|
3
|
+
"version": "5.37.3-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@babel/runtime": "7.22.6",
|
|
17
17
|
"@fortawesome/fontawesome-svg-core": "1.3.0",
|
|
18
18
|
"@types/react": "17.0.39",
|
|
19
|
-
"@webiny/app-security": "5.37.
|
|
20
|
-
"@webiny/form": "5.37.
|
|
21
|
-
"@webiny/plugins": "5.37.
|
|
19
|
+
"@webiny/app-security": "5.37.3-beta.0",
|
|
20
|
+
"@webiny/form": "5.37.3-beta.0",
|
|
21
|
+
"@webiny/plugins": "5.37.3-beta.0",
|
|
22
22
|
"graphql": "15.8.0",
|
|
23
23
|
"graphql-tag": "2.12.6",
|
|
24
24
|
"prop-types": "15.8.1",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@babel/preset-env": "7.22.7",
|
|
32
32
|
"@babel/preset-react": "7.22.5",
|
|
33
33
|
"@babel/preset-typescript": "7.22.5",
|
|
34
|
-
"@webiny/cli": "5.37.
|
|
35
|
-
"@webiny/project-utils": "5.37.
|
|
34
|
+
"@webiny/cli": "5.37.3-beta.0",
|
|
35
|
+
"@webiny/project-utils": "5.37.3-beta.0",
|
|
36
36
|
"babel-plugin-emotion": "9.2.11",
|
|
37
37
|
"babel-plugin-module-resolver": "4.1.0",
|
|
38
38
|
"rimraf": "3.0.2",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"build": "yarn webiny run build",
|
|
48
48
|
"watch": "yarn webiny run watch"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
|
|
51
51
|
}
|
package/types/index.js
CHANGED
package/types/model.js
CHANGED
package/types/shared.js
CHANGED