@webiny/api-form-builder-so-ddb 5.37.2 → 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.
@@ -98,4 +98,6 @@ const createFormEntity = params => {
98
98
  }, attributes || {})
99
99
  });
100
100
  };
101
- exports.createFormEntity = createFormEntity;
101
+ exports.createFormEntity = createFormEntity;
102
+
103
+ //# sourceMappingURL=form.js.map
@@ -41,4 +41,6 @@ const createSettingsEntity = params => {
41
41
  }, attributes || {})
42
42
  });
43
43
  };
44
- exports.createSettingsEntity = createSettingsEntity;
44
+ exports.createSettingsEntity = createSettingsEntity;
45
+
46
+ //# sourceMappingURL=settings.js.map
@@ -62,4 +62,6 @@ const createSubmissionEntity = params => {
62
62
  }, attributes || {})
63
63
  });
64
64
  };
65
- exports.createSubmissionEntity = createSubmissionEntity;
65
+ exports.createSubmissionEntity = createSubmissionEntity;
66
+
67
+ //# sourceMappingURL=submission.js.map
@@ -32,4 +32,6 @@ const createSystemEntity = params => {
32
32
  }, attributes || {})
33
33
  });
34
34
  };
35
- exports.createSystemEntity = createSystemEntity;
35
+ exports.createSystemEntity = createSystemEntity;
36
+
37
+ //# sourceMappingURL=system.js.map
@@ -23,4 +23,6 @@ const createTable = params => {
23
23
  }
24
24
  });
25
25
  };
26
- exports.createTable = createTable;
26
+ exports.createTable = createTable;
27
+
28
+ //# sourceMappingURL=table.js.map
package/index.js CHANGED
@@ -128,4 +128,6 @@ const createFormBuilderStorageOperations = params => {
128
128
  plugins
129
129
  }));
130
130
  };
131
- exports.createFormBuilderStorageOperations = createFormBuilderStorageOperations;
131
+ exports.createFormBuilderStorageOperations = createFormBuilderStorageOperations;
132
+
133
+ //# sourceMappingURL=index.js.map
@@ -37,4 +37,6 @@ var _default = () => [new _FormDynamoDbFieldPlugin.FormDynamoDbFieldPlugin({
37
37
  field: "createdBy",
38
38
  path: "createdBy.id"
39
39
  })];
40
- exports.default = _default;
40
+ exports.default = _default;
41
+
42
+ //# sourceMappingURL=fields.js.map
@@ -652,4 +652,6 @@ const createFormStorageOperations = params => {
652
652
  createFormPartitionKey
653
653
  };
654
654
  };
655
- exports.createFormStorageOperations = createFormStorageOperations;
655
+ exports.createFormStorageOperations = createFormStorageOperations;
656
+
657
+ //# sourceMappingURL=index.js.map
@@ -96,4 +96,6 @@ const createSettingsStorageOperations = params => {
96
96
  createSettingsSortKey
97
97
  };
98
98
  };
99
- exports.createSettingsStorageOperations = createSettingsStorageOperations;
99
+ exports.createSettingsStorageOperations = createSettingsStorageOperations;
100
+
101
+ //# sourceMappingURL=index.js.map
@@ -12,4 +12,6 @@ var _default = () => [new _FormSubmissionDynamoDbFieldPlugin.FormSubmissionDynam
12
12
  field: "savedOn",
13
13
  type: "date"
14
14
  })];
15
- exports.default = _default;
15
+ exports.default = _default;
16
+
17
+ //# sourceMappingURL=fields.js.map
@@ -206,4 +206,6 @@ const createSubmissionStorageOperations = params => {
206
206
  createSubmissionSortKey
207
207
  };
208
208
  };
209
- exports.createSubmissionStorageOperations = createSubmissionStorageOperations;
209
+ exports.createSubmissionStorageOperations = createSubmissionStorageOperations;
210
+
211
+ //# sourceMappingURL=index.js.map
@@ -81,4 +81,6 @@ const createSystemStorageOperations = params => {
81
81
  createSystemSortKey
82
82
  };
83
83
  };
84
- exports.createSystemStorageOperations = createSystemStorageOperations;
84
+ exports.createSystemStorageOperations = createSystemStorageOperations;
85
+
86
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-form-builder-so-ddb",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.0",
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.2",
26
- "@webiny/db-dynamodb": "5.37.2",
27
- "@webiny/error": "5.37.2",
28
- "@webiny/plugins": "5.37.2",
29
- "@webiny/utils": "5.37.2",
25
+ "@webiny/api-form-builder": "5.37.3-beta.0",
26
+ "@webiny/db-dynamodb": "5.37.3-beta.0",
27
+ "@webiny/error": "5.37.3-beta.0",
28
+ "@webiny/plugins": "5.37.3-beta.0",
29
+ "@webiny/utils": "5.37.3-beta.0",
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.2",
38
- "@webiny/handler-db": "5.37.2",
39
- "@webiny/project-utils": "5.37.2",
37
+ "@webiny/cli": "5.37.3-beta.0",
38
+ "@webiny/handler-db": "5.37.3-beta.0",
39
+ "@webiny/project-utils": "5.37.3-beta.0",
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": "e69288bf5e710060b14497aae8317034c6cb4bcc"
55
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
56
56
  }
@@ -9,4 +9,6 @@ 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");
12
+ (0, _defineProperty2.default)(FormDynamoDbFieldPlugin, "type", "formBuilder.dynamodb.field.form");
13
+
14
+ //# sourceMappingURL=FormDynamoDbFieldPlugin.js.map
@@ -9,4 +9,6 @@ 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");
12
+ (0, _defineProperty2.default)(FormSubmissionDynamoDbFieldPlugin, "type", "formBuilder.dynamodb.field.formSubmission");
13
+
14
+ //# sourceMappingURL=FormSubmissionDynamoDbFieldPlugin.js.map
package/plugins/index.js CHANGED
@@ -24,4 +24,6 @@ Object.keys(_FormSubmissionDynamoDbFieldPlugin).forEach(function (key) {
24
24
  return _FormSubmissionDynamoDbFieldPlugin[key];
25
25
  }
26
26
  });
27
- });
27
+ });
28
+
29
+ //# sourceMappingURL=index.js.map
package/types.js CHANGED
@@ -11,4 +11,6 @@ let ENTITIES = /*#__PURE__*/function (ENTITIES) {
11
11
  ENTITIES["SETTINGS"] = "FormBuilderSettings";
12
12
  return ENTITIES;
13
13
  }({});
14
- exports.ENTITIES = ENTITIES;
14
+ exports.ENTITIES = ENTITIES;
15
+
16
+ //# sourceMappingURL=types.js.map