@webiny/api-form-builder-so-ddb 5.37.4 → 5.37.5-beta.1

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.
@@ -98,6 +98,4 @@ const createFormEntity = params => {
98
98
  }, attributes || {})
99
99
  });
100
100
  };
101
- exports.createFormEntity = createFormEntity;
102
-
103
- //# sourceMappingURL=form.js.map
101
+ exports.createFormEntity = createFormEntity;
@@ -41,6 +41,4 @@ const createSettingsEntity = params => {
41
41
  }, attributes || {})
42
42
  });
43
43
  };
44
- exports.createSettingsEntity = createSettingsEntity;
45
-
46
- //# sourceMappingURL=settings.js.map
44
+ exports.createSettingsEntity = createSettingsEntity;
@@ -62,6 +62,4 @@ const createSubmissionEntity = params => {
62
62
  }, attributes || {})
63
63
  });
64
64
  };
65
- exports.createSubmissionEntity = createSubmissionEntity;
66
-
67
- //# sourceMappingURL=submission.js.map
65
+ exports.createSubmissionEntity = createSubmissionEntity;
@@ -32,6 +32,4 @@ const createSystemEntity = params => {
32
32
  }, attributes || {})
33
33
  });
34
34
  };
35
- exports.createSystemEntity = createSystemEntity;
36
-
37
- //# sourceMappingURL=system.js.map
35
+ exports.createSystemEntity = createSystemEntity;
@@ -23,6 +23,4 @@ const createTable = params => {
23
23
  }
24
24
  });
25
25
  };
26
- exports.createTable = createTable;
27
-
28
- //# sourceMappingURL=table.js.map
26
+ exports.createTable = createTable;
package/index.js CHANGED
@@ -128,6 +128,4 @@ const createFormBuilderStorageOperations = params => {
128
128
  plugins
129
129
  }));
130
130
  };
131
- exports.createFormBuilderStorageOperations = createFormBuilderStorageOperations;
132
-
133
- //# sourceMappingURL=index.js.map
131
+ exports.createFormBuilderStorageOperations = createFormBuilderStorageOperations;
@@ -37,6 +37,4 @@ var _default = () => [new _FormDynamoDbFieldPlugin.FormDynamoDbFieldPlugin({
37
37
  field: "createdBy",
38
38
  path: "createdBy.id"
39
39
  })];
40
- exports.default = _default;
41
-
42
- //# sourceMappingURL=fields.js.map
40
+ exports.default = _default;
@@ -652,6 +652,4 @@ const createFormStorageOperations = params => {
652
652
  createFormPartitionKey
653
653
  };
654
654
  };
655
- exports.createFormStorageOperations = createFormStorageOperations;
656
-
657
- //# sourceMappingURL=index.js.map
655
+ exports.createFormStorageOperations = createFormStorageOperations;
@@ -96,6 +96,4 @@ const createSettingsStorageOperations = params => {
96
96
  createSettingsSortKey
97
97
  };
98
98
  };
99
- exports.createSettingsStorageOperations = createSettingsStorageOperations;
100
-
101
- //# sourceMappingURL=index.js.map
99
+ exports.createSettingsStorageOperations = createSettingsStorageOperations;
@@ -12,6 +12,4 @@ var _default = () => [new _FormSubmissionDynamoDbFieldPlugin.FormSubmissionDynam
12
12
  field: "savedOn",
13
13
  type: "date"
14
14
  })];
15
- exports.default = _default;
16
-
17
- //# sourceMappingURL=fields.js.map
15
+ exports.default = _default;
@@ -206,6 +206,4 @@ const createSubmissionStorageOperations = params => {
206
206
  createSubmissionSortKey
207
207
  };
208
208
  };
209
- exports.createSubmissionStorageOperations = createSubmissionStorageOperations;
210
-
211
- //# sourceMappingURL=index.js.map
209
+ exports.createSubmissionStorageOperations = createSubmissionStorageOperations;
@@ -81,6 +81,4 @@ const createSystemStorageOperations = params => {
81
81
  createSystemSortKey
82
82
  };
83
83
  };
84
- exports.createSystemStorageOperations = createSystemStorageOperations;
85
-
86
- //# sourceMappingURL=index.js.map
84
+ exports.createSystemStorageOperations = createSystemStorageOperations;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-form-builder-so-ddb",
3
- "version": "5.37.4",
3
+ "version": "5.37.5-beta.1",
4
4
  "main": "index.js",
5
5
  "keywords": [
6
6
  "@webiny/api-form-builder",
@@ -22,11 +22,11 @@
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
24
  "@babel/runtime": "7.22.6",
25
- "@webiny/api-form-builder": "5.37.4",
26
- "@webiny/db-dynamodb": "5.37.4",
27
- "@webiny/error": "5.37.4",
28
- "@webiny/plugins": "5.37.4",
29
- "@webiny/utils": "5.37.4",
25
+ "@webiny/api-form-builder": "5.37.5-beta.1",
26
+ "@webiny/db-dynamodb": "5.37.5-beta.1",
27
+ "@webiny/error": "5.37.5-beta.1",
28
+ "@webiny/plugins": "5.37.5-beta.1",
29
+ "@webiny/utils": "5.37.5-beta.1",
30
30
  "dynamodb-toolbox": "0.3.5"
31
31
  },
32
32
  "devDependencies": {
@@ -34,9 +34,9 @@
34
34
  "@babel/core": "7.22.8",
35
35
  "@babel/preset-env": "7.22.7",
36
36
  "@babel/preset-typescript": "7.22.5",
37
- "@webiny/cli": "5.37.4",
38
- "@webiny/handler-db": "5.37.4",
39
- "@webiny/project-utils": "5.37.4",
37
+ "@webiny/cli": "5.37.5-beta.1",
38
+ "@webiny/handler-db": "5.37.5-beta.1",
39
+ "@webiny/project-utils": "5.37.5-beta.1",
40
40
  "csvtojson": "2.0.10",
41
41
  "jest": "29.5.0",
42
42
  "jest-dynalite": "3.6.1",
@@ -52,5 +52,5 @@
52
52
  "build": "yarn webiny run build",
53
53
  "watch": "yarn webiny run watch"
54
54
  },
55
- "gitHead": "be5b7d29a08583657ab5abfc89bdc9512c975116"
55
+ "gitHead": "88829ab0c5d875491d6b260f184b7b7fe3a6d449"
56
56
  }
@@ -9,6 +9,4 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
9
9
  var _FieldPlugin = require("@webiny/db-dynamodb/plugins/definitions/FieldPlugin");
10
10
  class FormDynamoDbFieldPlugin extends _FieldPlugin.FieldPlugin {}
11
11
  exports.FormDynamoDbFieldPlugin = FormDynamoDbFieldPlugin;
12
- (0, _defineProperty2.default)(FormDynamoDbFieldPlugin, "type", "formBuilder.dynamodb.field.form");
13
-
14
- //# sourceMappingURL=FormDynamoDbFieldPlugin.js.map
12
+ (0, _defineProperty2.default)(FormDynamoDbFieldPlugin, "type", "formBuilder.dynamodb.field.form");
@@ -9,6 +9,4 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
9
9
  var _FieldPlugin = require("@webiny/db-dynamodb/plugins/definitions/FieldPlugin");
10
10
  class FormSubmissionDynamoDbFieldPlugin extends _FieldPlugin.FieldPlugin {}
11
11
  exports.FormSubmissionDynamoDbFieldPlugin = FormSubmissionDynamoDbFieldPlugin;
12
- (0, _defineProperty2.default)(FormSubmissionDynamoDbFieldPlugin, "type", "formBuilder.dynamodb.field.formSubmission");
13
-
14
- //# sourceMappingURL=FormSubmissionDynamoDbFieldPlugin.js.map
12
+ (0, _defineProperty2.default)(FormSubmissionDynamoDbFieldPlugin, "type", "formBuilder.dynamodb.field.formSubmission");
package/plugins/index.js CHANGED
@@ -24,6 +24,4 @@ Object.keys(_FormSubmissionDynamoDbFieldPlugin).forEach(function (key) {
24
24
  return _FormSubmissionDynamoDbFieldPlugin[key];
25
25
  }
26
26
  });
27
- });
28
-
29
- //# sourceMappingURL=index.js.map
27
+ });
package/types.js CHANGED
@@ -11,6 +11,4 @@ let ENTITIES = /*#__PURE__*/function (ENTITIES) {
11
11
  ENTITIES["SETTINGS"] = "FormBuilderSettings";
12
12
  return ENTITIES;
13
13
  }({});
14
- exports.ENTITIES = ENTITIES;
15
-
16
- //# sourceMappingURL=types.js.map
14
+ exports.ENTITIES = ENTITIES;