@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.
@@ -32,4 +32,6 @@ function createFieldsList(_ref) {
32
32
  }
33
33
  return field.fieldId;
34
34
  }).filter(Boolean).join("\n");
35
- }
35
+ }
36
+
37
+ //# sourceMappingURL=createFieldsList.js.map
@@ -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
@@ -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
@@ -35,4 +35,6 @@ Object.keys(_createFieldsList).forEach(function (key) {
35
35
  return _createFieldsList[key];
36
36
  }
37
37
  });
38
- });
38
+ });
39
+
40
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-headless-cms-common",
3
- "version": "5.37.2-beta.3",
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.2-beta.3",
20
- "@webiny/form": "5.37.2-beta.3",
21
- "@webiny/plugins": "5.37.2-beta.3",
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.2-beta.3",
35
- "@webiny/project-utils": "5.37.2-beta.3",
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": "e69288bf5e710060b14497aae8317034c6cb4bcc"
50
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
51
51
  }
package/types/index.js CHANGED
@@ -35,4 +35,6 @@ Object.keys(_shared).forEach(function (key) {
35
35
  return _shared[key];
36
36
  }
37
37
  });
38
- });
38
+ });
39
+
40
+ //# sourceMappingURL=index.js.map
package/types/model.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=model.js.map
package/types/shared.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=shared.js.map
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=validation.js.map